.contact-div-home {
  position: relative;
}
.contact-div-home::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: #B22222;
}
@media (min-width: 1025px) {
  .contact-div-home::after {
    top: -5.2083333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .contact-div-home::after {
    top: -5.2083333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .contact-div-home::after {
    top: 30px;
  }
}
@media (max-width: 600px) {
  .contact-div-home::after {
    top: 30px;
  }
}
.contact-div-home .contact-div-home__details {
  position: relative;
}
.contact-div-home .contact-div-home__details::after {
  content: "";
  position: absolute;
  top: 10%;
  bottom: 10%;
  right: 0;
  height: 100%;
  width: 1px;
  background: #fff;
}

.open-time svg, .open-time img {
  margin-right: 15px;
}
@media (min-width: 1025px) {
  .open-time svg, .open-time img {
    height: 2.6041666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .open-time svg, .open-time img {
    height: 2.6041666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .open-time svg, .open-time img {
    height: 25px;
  }
}
@media (max-width: 600px) {
  .open-time svg, .open-time img {
    height: 25px;
  }
}
@media (min-width: 1025px) {
  .open-time svg, .open-time img {
    width: 2.6041666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .open-time svg, .open-time img {
    width: 2.6041666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .open-time svg, .open-time img {
    width: 25px;
  }
}
@media (max-width: 600px) {
  .open-time svg, .open-time img {
    width: 25px;
  }
}

.contact-div-home--black {
  background: rgba(18, 18, 18, 0.86);
}
.contact-div-home--black::after {
  display: none;
}
.contact-div-home--black .con-line {
  height: 100%;
  width: 1px;
  background: #fff;
}
.contact-div-home--black .contact-div-home_main {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.contact-div-home--black .contact-div-home_main .width--50 {
  width: auto !important;
  max-width: 45%;
}
.contact-div-home--black .contact-div-home__details::after {
  display: none !important;
}

.text-with-icon svg, .text-with-icon img {
  margin-right: 15px;
}
@media (min-width: 1025px) {
  .text-with-icon svg, .text-with-icon img {
    height: 1.8229166667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .text-with-icon svg, .text-with-icon img {
    height: 1.8229166667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .text-with-icon svg, .text-with-icon img {
    height: 25px;
  }
}
@media (max-width: 600px) {
  .text-with-icon svg, .text-with-icon img {
    height: 25px;
  }
}
@media (min-width: 1025px) {
  .text-with-icon svg, .text-with-icon img {
    width: 1.8229166667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .text-with-icon svg, .text-with-icon img {
    width: 1.8229166667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .text-with-icon svg, .text-with-icon img {
    width: 25px;
  }
}
@media (max-width: 600px) {
  .text-with-icon svg, .text-with-icon img {
    width: 25px;
  }
}
.text-with-icon a {
  color: #000;
  text-decoration: none;
}
.text-with-icon a:hover {
  color: #ED9700;
}
.text-with-icon a:last-child span {
  display: none !important;
}

@media (min-width: 1025px) {
  .open-day-table td {
    padding-right: 2.6041666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .open-day-table td {
    padding-right: 2.6041666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .open-day-table td {
    padding-right: 30px;
  }
}
@media (max-width: 600px) {
  .open-day-table td {
    padding-right: 30px;
  }
}
@media (min-width: 1025px) {
  .open-day-table td {
    padding-bottom: 0.2604166667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .open-day-table td {
    padding-bottom: 0.2604166667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .open-day-table td {
    padding-bottom: 3px;
  }
}
@media (max-width: 600px) {
  .open-day-table td {
    padding-bottom: 3px;
  }
}
.open-day-table span {
  color: #ED9700;
}

@media only screen and (max-width: 1025px) {
  .contact-div-home_main {
    flex-wrap: wrap;
    padding-top: 30px;
  }
  .contact-div-home--black .contact-div-home_main .width--50 {
    width: 100% !important;
    max-width: 100% !important;
  }
  .contact-div-home--black .con-line {
    height: 1px;
    width: 100%;
    background: #fff;
    margin: 20px 0;
  }
  .contact-div-home {
    text-align: center;
  }
  .open-time {
    align-items: center !important;
    justify-content: center !important;
    text-align: left !important;
  }
  .contact-div-home .contact-div-home__details {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .contact-div-home_main .width--50 {
    width: 50% !important;
  }
  .contact-div-home .contact-div-home__details::after {
    content: "";
    position: absolute;
    top: auto;
    bottom: 0;
    right: 0;
    height: 100%;
    width: 1px;
    background: #fff;
  }
  .text-with-icon .width--20 {
    width: 40px !important;
  }
  .text-with-icon .width--80 {
    width: calc(100% - 50px) !important;
  }
}
@media only screen and (max-width: 600px) {
  .text-with-icon span {
    display: none;
  }
  .text-with-icon .heading--25 {
    display: flex;
    flex-direction: column;
  }
  .text-with-icon .width--20 {
    width: 40px !important;
  }
  .text-with-icon .width--80 {
    width: calc(100% - 50px) !important;
  }
  .contact-div-home .contact-div-home__details::after {
    content: "";
    position: relative;
    top: auto;
    bottom: 0;
    right: 0;
    height: 1px;
    width: 75%;
    background: #fff;
    margin: 20px 0;
  }
}
.how-work-wrap {
  display: flex;
  justify-content: space-between;
}
@media (min-width: 1025px) {
  .how-work-wrap {
    margin-left: -0.78125vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .how-work-wrap {
    margin-left: -0.78125vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .how-work-wrap {
    margin-left: 0px;
  }
}
@media (max-width: 600px) {
  .how-work-wrap {
    margin-left: 0px;
  }
}
@media (min-width: 1025px) {
  .how-work-wrap {
    margin-right: -0.78125vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .how-work-wrap {
    margin-right: -0.78125vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .how-work-wrap {
    margin-right: 0px;
  }
}
@media (max-width: 600px) {
  .how-work-wrap {
    margin-right: 0px;
  }
}
@media (min-width: 1025px) {
  .how-work-wrap .how-wrok-item {
    width: 35%;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .how-work-wrap .how-wrok-item {
    width: 35%;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .how-work-wrap .how-wrok-item {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .how-work-wrap .how-wrok-item {
    width: 100%;
  }
}
@media (min-width: 1025px) {
  .how-work-wrap .how-wrok-item {
    padding-left: 0.78125vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .how-work-wrap .how-wrok-item {
    padding-left: 0.78125vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .how-work-wrap .how-wrok-item {
    padding-left: 0px;
  }
}
@media (max-width: 600px) {
  .how-work-wrap .how-wrok-item {
    padding-left: 0px;
  }
}
@media (min-width: 1025px) {
  .how-work-wrap .how-wrok-item {
    padding-right: 0.78125vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .how-work-wrap .how-wrok-item {
    padding-right: 0.78125vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .how-work-wrap .how-wrok-item {
    padding-right: 0px;
  }
}
@media (max-width: 600px) {
  .how-work-wrap .how-wrok-item {
    padding-right: 0px;
  }
}
@media (min-width: 1025px) {
  .how-work-wrap .how-wrok-item {
    padding-bottom: 1.5625vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .how-work-wrap .how-wrok-item {
    padding-bottom: 1.5625vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .how-work-wrap .how-wrok-item {
    padding-bottom: 30px;
  }
}
@media (max-width: 600px) {
  .how-work-wrap .how-wrok-item {
    padding-bottom: 30px;
  }
}
.how-work-wrap .how-wrok-item-inner {
  position: relative;
  text-align: center;
}
@media (min-width: 1025px) {
  .how-work-wrap .how-wrok-item-inner {
    padding-top: 1.5625vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .how-work-wrap .how-wrok-item-inner {
    padding-top: 1.5625vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .how-work-wrap .how-wrok-item-inner {
    padding-top: 0px;
  }
}
@media (max-width: 600px) {
  .how-work-wrap .how-wrok-item-inner {
    padding-top: 0px;
  }
}
@media (min-width: 1025px) {
  .how-work-wrap .how-wrok-item-inner {
    padding-bottom: 1.5625vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .how-work-wrap .how-wrok-item-inner {
    padding-bottom: 1.5625vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .how-work-wrap .how-wrok-item-inner {
    padding-bottom: 0px;
  }
}
@media (max-width: 600px) {
  .how-work-wrap .how-wrok-item-inner {
    padding-bottom: 0px;
  }
}
@media (min-width: 1025px) {
  .how-work-wrap .how-wrok-item-inner {
    padding-left: 0vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .how-work-wrap .how-wrok-item-inner {
    padding-left: 0vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .how-work-wrap .how-wrok-item-inner {
    padding-left: 0px;
  }
}
@media (max-width: 600px) {
  .how-work-wrap .how-wrok-item-inner {
    padding-left: 0px;
  }
}
@media (min-width: 1025px) {
  .how-work-wrap .how-wrok-item-inner {
    padding-right: 0vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .how-work-wrap .how-wrok-item-inner {
    padding-right: 0vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .how-work-wrap .how-wrok-item-inner {
    padding-right: 0px;
  }
}
@media (max-width: 600px) {
  .how-work-wrap .how-wrok-item-inner {
    padding-right: 0px;
  }
}
.how-work-wrap .how-wrok-item-inner-bottom {
  transform: translateY(60px);
}
.how-work-wrap img {
  width: auto;
}
@media (min-width: 1025px) {
  .how-work-wrap img {
    height: 4.6875vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .how-work-wrap img {
    height: 4.6875vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .how-work-wrap img {
    height: 65px;
  }
}
@media (max-width: 600px) {
  .how-work-wrap img {
    height: 65px;
  }
}
.how-work-wrap .how-wrok__number {
  position: absolute;
  left: 0;
  color: rgba(102, 102, 102, 0.1);
  font-family: "Bebas Neue", serif;
  margin: 0;
}
@media (min-width: 1025px) {
  .how-work-wrap .how-wrok__number {
    font-size: 6.25vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .how-work-wrap .how-wrok__number {
    font-size: 6.25vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .how-work-wrap .how-wrok__number {
    font-size: 18px !important;
  }
}
@media (max-width: 600px) {
  .how-work-wrap .how-wrok__number {
    font-size: 18px !important;
  }
}
@media (min-width: 1025px) {
  .how-work-wrap .how-wrok__number {
    line-height: 6.7708333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .how-work-wrap .how-wrok__number {
    line-height: 6.7708333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .how-work-wrap .how-wrok__number {
    line-height: 30px;
  }
}
@media (max-width: 600px) {
  .how-work-wrap .how-wrok__number {
    line-height: 30px;
  }
}
@media (min-width: 1025px) {
  .how-work-wrap .how-wrok__number {
    top: -1.5625vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .how-work-wrap .how-wrok__number {
    top: -1.5625vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .how-work-wrap .how-wrok__number {
    top: 30px;
  }
}
@media (max-width: 600px) {
  .how-work-wrap .how-wrok__number {
    top: 30px;
  }
}
.how-work-wrap .how-wrok__number-right {
  left: auto;
  right: 0;
}
.how-work-wrap .how-wrok-item__path {
  position: absolute;
  left: 42%;
  height: auto;
  width: 20%;
  top: 17%;
}

@media only screen and (max-width: 1025px) {
  .how-wrok-item__path {
    display: none !important;
  }
  .how-work-wrap .how-wrok-item-inner-bottom {
    transform: none;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .how-work-wrap .how-wrok-item {
    width: 49%;
  }
  .how-work-wrap {
    justify-content: space-between;
  }
}
@media only screen and (max-width: 600px) {
  .how-wrok-item:last-child {
    padding-bottom: 0 !important;
  }
  .how-wrok-item .heading--25 {
    padding-bottom: 0 !important;
  }
}
@media (min-width: 1025px) {
  .icon-card-list {
    margin-left: -0.78125vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .icon-card-list {
    margin-left: -0.78125vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .icon-card-list {
    margin-left: 0px;
  }
}
@media (max-width: 600px) {
  .icon-card-list {
    margin-left: 0px;
  }
}
@media (min-width: 1025px) {
  .icon-card-list {
    margin-right: -0.78125vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .icon-card-list {
    margin-right: -0.78125vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .icon-card-list {
    margin-right: 0px;
  }
}
@media (max-width: 600px) {
  .icon-card-list {
    margin-right: 0px;
  }
}
@media (min-width: 1025px) {
  .icon-card-list .slide-item {
    padding-left: 0.78125vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .icon-card-list .slide-item {
    padding-left: 0.78125vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .icon-card-list .slide-item {
    padding-left: 0px;
  }
}
@media (max-width: 600px) {
  .icon-card-list .slide-item {
    padding-left: 0px;
  }
}
@media (min-width: 1025px) {
  .icon-card-list .slide-item {
    padding-right: 0.78125vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .icon-card-list .slide-item {
    padding-right: 0.78125vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .icon-card-list .slide-item {
    padding-right: 0px;
  }
}
@media (max-width: 600px) {
  .icon-card-list .slide-item {
    padding-right: 0px;
  }
}
@media (min-width: 1025px) {
  .icon-card-list .slide-item {
    padding-bottom: 1.3020833333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .icon-card-list .slide-item {
    padding-bottom: 1.3020833333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .icon-card-list .slide-item {
    padding-bottom: 0px;
  }
}
@media (max-width: 600px) {
  .icon-card-list .slide-item {
    padding-bottom: 0px;
  }
}
.icon-card-list .icon-card-inner {
  background: #fff;
  box-shadow: 0px 5px 29px 0px rgba(100, 100, 111, 0.09);
}
@media (min-width: 1025px) {
  .icon-card-list .icon-card-inner {
    padding-top: 1.5625vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .icon-card-list .icon-card-inner {
    padding-top: 1.5625vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .icon-card-list .icon-card-inner {
    padding-top: 30px;
  }
}
@media (max-width: 600px) {
  .icon-card-list .icon-card-inner {
    padding-top: 30px;
  }
}
@media (min-width: 1025px) {
  .icon-card-list .icon-card-inner {
    padding-bottom: 1.5625vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .icon-card-list .icon-card-inner {
    padding-bottom: 1.5625vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .icon-card-list .icon-card-inner {
    padding-bottom: 30px;
  }
}
@media (max-width: 600px) {
  .icon-card-list .icon-card-inner {
    padding-bottom: 30px;
  }
}
@media (min-width: 1025px) {
  .icon-card-list .icon-card-inner {
    padding-left: 1.5625vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .icon-card-list .icon-card-inner {
    padding-left: 1.5625vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .icon-card-list .icon-card-inner {
    padding-left: 30px;
  }
}
@media (max-width: 600px) {
  .icon-card-list .icon-card-inner {
    padding-left: 30px;
  }
}
@media (min-width: 1025px) {
  .icon-card-list .icon-card-inner {
    padding-right: 1.5625vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .icon-card-list .icon-card-inner {
    padding-right: 1.5625vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .icon-card-list .icon-card-inner {
    padding-right: 30px;
  }
}
@media (max-width: 600px) {
  .icon-card-list .icon-card-inner {
    padding-right: 30px;
  }
}
@media (min-width: 1025px) {
  .icon-card-list .icon-card-inner {
    height: 17.7083333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .icon-card-list .icon-card-inner {
    height: 17.7083333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .icon-card-list .icon-card-inner {
    height: 330px;
  }
}
@media (max-width: 600px) {
  .icon-card-list .icon-card-inner {
    height: 330px;
  }
}
.icon-card-list .icon-card-inner p {
  margin: 0;
}
.icon-card-list img {
  background: #F9F9F9;
  border-radius: 10px;
  object-fit: scale-down;
}
@media (min-width: 1025px) {
  .icon-card-list img {
    padding: 1.0416666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .icon-card-list img {
    padding: 1.0416666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .icon-card-list img {
    padding: 10px;
  }
}
@media (max-width: 600px) {
  .icon-card-list img {
    padding: 10px;
  }
}
@media (min-width: 1025px) {
  .icon-card-list img {
    height: 5.2083333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .icon-card-list img {
    height: 5.2083333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .icon-card-list img {
    height: 80px;
  }
}
@media (max-width: 600px) {
  .icon-card-list img {
    height: 80px;
  }
}
@media (min-width: 1025px) {
  .icon-card-list img {
    width: 5.2083333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .icon-card-list img {
    width: 5.2083333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .icon-card-list img {
    width: 80px;
  }
}
@media (max-width: 600px) {
  .icon-card-list img {
    width: 80px;
  }
}
.icon-card-list .slick-arrow {
  position: absolute;
  top: 45%;
}
@media (min-width: 1025px) {
  .icon-card-list .slick-prev {
    left: -3.125vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .icon-card-list .slick-prev {
    left: -3.125vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .icon-card-list .slick-prev {
    left: 30px;
  }
}
@media (max-width: 600px) {
  .icon-card-list .slick-prev {
    left: 30px;
  }
}
@media (min-width: 1025px) {
  .icon-card-list .slick-next {
    right: -3.125vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .icon-card-list .slick-next {
    right: -3.125vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .icon-card-list .slick-next {
    right: 30px;
  }
}
@media (max-width: 600px) {
  .icon-card-list .slick-next {
    right: 30px;
  }
}

@media (min-width: 1025px) {
  .page-template-T15-finance-calculator .icon-card-inner {
    height: 20.8333333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .page-template-T15-finance-calculator .icon-card-inner {
    height: 20.8333333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .page-template-T15-finance-calculator .icon-card-inner {
    height: auto;
  }
}
@media (max-width: 600px) {
  .page-template-T15-finance-calculator .icon-card-inner {
    height: auto;
  }
}

@media only screen and (max-width: 1025px) {
  .icon-card-list .icon-card-inner {
    background: #fff;
    box-shadow: none;
    border: 1px solid #e5e5e5;
  }
  .icon-card-list .icon-card-inner {
    text-align: center;
  }
  .icon-card-list .icon-card-inner img {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
}
.form-wrap {
  /* Style the label as a clickable button */
  /* Change label appearance on hover */
  /* Style for the selected state */
  /* Style the label as a clickable button */
  /* Change label appearance on hover */
  /* Style for the selected state */
}
@media (min-width: 1025px) {
  .form-wrap .label-text {
    font-size: 0.9375vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .form-wrap .label-text {
    font-size: 1.0416666667vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .form-wrap .label-text {
    font-size: 15px !important;
  }
}
@media (max-width: 600px) {
  .form-wrap .label-text {
    font-size: 15px !important;
  }
}
@media (min-width: 1025px) {
  .form-wrap .label-text {
    line-height: 1.5625vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .form-wrap .label-text {
    line-height: 1.5625vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .form-wrap .label-text {
    line-height: 25px;
  }
}
@media (max-width: 600px) {
  .form-wrap .label-text {
    line-height: 25px;
  }
}
@media (min-width: 1025px) {
  .form-wrap .label-text {
    padding-bottom: 0.5208333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .form-wrap .label-text {
    padding-bottom: 0.5208333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .form-wrap .label-text {
    padding-bottom: 10px;
  }
}
@media (max-width: 600px) {
  .form-wrap .label-text {
    padding-bottom: 10px;
  }
}
.form-wrap .input-group {
  font-family: "Barlow", serif;
  color: #050505;
  width: 100%;
  background: #F1F0F0;
}
.form-wrap .input-group input {
  font-family: "Barlow", serif;
  color: #050505;
  background: #F1F0F0;
  border: 1px solid #bebebe;
  border-top-left-radius: 5px !important;
  border-bottom-left-radius: 5px !important;
}
@media (min-width: 1025px) {
  .form-wrap .input-group input {
    height: 2.6041666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .form-wrap .input-group input {
    height: 2.6041666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .form-wrap .input-group input {
    height: 45px;
  }
}
@media (max-width: 600px) {
  .form-wrap .input-group input {
    height: 45px;
  }
}
@media (min-width: 1025px) {
  .form-wrap .input-group input {
    padding-left: 0.5208333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .form-wrap .input-group input {
    padding-left: 0.5208333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .form-wrap .input-group input {
    padding-left: 10px;
  }
}
@media (max-width: 600px) {
  .form-wrap .input-group input {
    padding-left: 10px;
  }
}
@media (min-width: 1025px) {
  .form-wrap .input-group input {
    padding-right: 0.5208333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .form-wrap .input-group input {
    padding-right: 0.5208333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .form-wrap .input-group input {
    padding-right: 10px;
  }
}
@media (max-width: 600px) {
  .form-wrap .input-group input {
    padding-right: 10px;
  }
}
@media (min-width: 1025px) {
  .form-wrap .input-group input {
    font-size: 0.9375vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .form-wrap .input-group input {
    font-size: 1.0416666667vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .form-wrap .input-group input {
    font-size: 15px !important;
  }
}
@media (max-width: 600px) {
  .form-wrap .input-group input {
    font-size: 15px !important;
  }
}
@media (min-width: 1025px) {
  .form-wrap .input-group input {
    line-height: 1.5625vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .form-wrap .input-group input {
    line-height: 1.5625vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .form-wrap .input-group input {
    line-height: 20px;
  }
}
@media (max-width: 600px) {
  .form-wrap .input-group input {
    line-height: 20px;
  }
}
.form-wrap .input-group input:focus {
  border: 2px solid #ED9700;
}
.form-wrap .input-group .input-group-text {
  border: 1px solid #050505;
  background: #000;
  color: #fff;
  border-top-right-radius: 5px !important;
  border-bottom-right-radius: 5px !important;
}
@media (min-width: 1025px) {
  .form-wrap .input-group .input-group-text {
    font-size: 0.9375vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .form-wrap .input-group .input-group-text {
    font-size: 1.0416666667vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .form-wrap .input-group .input-group-text {
    font-size: 15px !important;
  }
}
@media (max-width: 600px) {
  .form-wrap .input-group .input-group-text {
    font-size: 15px !important;
  }
}
@media (min-width: 1025px) {
  .form-wrap .input-group .input-group-text {
    height: 2.6041666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .form-wrap .input-group .input-group-text {
    height: 2.6041666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .form-wrap .input-group .input-group-text {
    height: 45px;
  }
}
@media (max-width: 600px) {
  .form-wrap .input-group .input-group-text {
    height: 45px;
  }
}
@media (min-width: 1025px) {
  .form-wrap .form-col-3 {
    width: 32%;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .form-wrap .form-col-3 {
    width: 32%;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .form-wrap .form-col-3 {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .form-wrap .form-col-3 {
    width: 100%;
  }
}
@media (min-width: 1025px) {
  .form-wrap .form-col-2 {
    width: 48%;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .form-wrap .form-col-2 {
    width: 48%;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .form-wrap .form-col-2 {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .form-wrap .form-col-2 {
    width: 100%;
  }
}
@media (min-width: 1025px) {
  .form-wrap .form-col-2 {
    padding-bottom: 0vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .form-wrap .form-col-2 {
    padding-bottom: 0vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .form-wrap .form-col-2 {
    padding-bottom: 20px;
  }
}
@media (max-width: 600px) {
  .form-wrap .form-col-2 {
    padding-bottom: 20px;
  }
}
.form-wrap .custom-radio-group input[type=radio], .form-wrap .custom-radio-group input[type=checkbox] {
  display: none;
}
@media (min-width: 1025px) {
  .form-wrap .custom-radio-group {
    padding-right: 1.0416666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .form-wrap .custom-radio-group {
    padding-right: 1.0416666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .form-wrap .custom-radio-group {
    padding-right: 10px;
  }
}
@media (max-width: 600px) {
  .form-wrap .custom-radio-group {
    padding-right: 10px;
  }
}
@media (min-width: 1025px) {
  .form-wrap .custom-radio-group {
    padding-bottom: 0vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .form-wrap .custom-radio-group {
    padding-bottom: 0vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .form-wrap .custom-radio-group {
    padding-bottom: 10px;
  }
}
@media (max-width: 600px) {
  .form-wrap .custom-radio-group {
    padding-bottom: 10px;
  }
}
.form-wrap .custom-radio-label {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #000;
  border-radius: 5px;
  font-weight: 500;
  overflow: hidden;
}
@media (min-width: 1025px) {
  .form-wrap .custom-radio-label {
    font-size: 1.3020833333vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .form-wrap .custom-radio-label {
    font-size: 1.3020833333vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .form-wrap .custom-radio-label {
    font-size: 18px !important;
  }
}
@media (max-width: 600px) {
  .form-wrap .custom-radio-label {
    font-size: 18px !important;
  }
}
@media (min-width: 1025px) {
  .form-wrap .custom-radio-label {
    height: 3.125vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .form-wrap .custom-radio-label {
    height: 3.125vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .form-wrap .custom-radio-label {
    height: 60px;
  }
}
@media (max-width: 600px) {
  .form-wrap .custom-radio-label {
    height: 60px;
  }
}
@media (min-width: 1025px) {
  .form-wrap .custom-radio-label {
    width: 4.1666666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .form-wrap .custom-radio-label {
    width: 4.1666666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .form-wrap .custom-radio-label {
    width: 60px;
  }
}
@media (max-width: 600px) {
  .form-wrap .custom-radio-label {
    width: 60px;
  }
}
.form-wrap .custom-radio-label:hover {
  background-color: #fff;
  border-color: #ED9700;
  color: #000;
}
.form-wrap .custom-radio-group input[type=checkbox]:checked + .custom-radio-label,
.form-wrap .custom-radio-group input[type=radio]:checked + .custom-radio-label {
  border: 1px solid #ED9700;
  color: #ED9700;
  position: relative;
}
.form-wrap .custom-radio-group input[type=checkbox]:checked + .custom-radio-label::after,
.form-wrap .custom-radio-group input[type=radio]:checked + .custom-radio-label::after {
  content: "";
  position: absolute;
  background-color: #ED9700;
  background-repeat: no-repeat;
  background-position: 85% 85%;
  background-image: url("../../img/tick.png");
  bottom: 0;
  right: -1px;
  background-size: 40%;
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}
@media (min-width: 1025px) {
  .form-wrap .custom-radio-group input[type=checkbox]:checked + .custom-radio-label::after,
  .form-wrap .custom-radio-group input[type=radio]:checked + .custom-radio-label::after {
    height: 1.5625vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .form-wrap .custom-radio-group input[type=checkbox]:checked + .custom-radio-label::after,
  .form-wrap .custom-radio-group input[type=radio]:checked + .custom-radio-label::after {
    height: 1.5625vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .form-wrap .custom-radio-group input[type=checkbox]:checked + .custom-radio-label::after,
  .form-wrap .custom-radio-group input[type=radio]:checked + .custom-radio-label::after {
    height: 25px;
  }
}
@media (max-width: 600px) {
  .form-wrap .custom-radio-group input[type=checkbox]:checked + .custom-radio-label::after,
  .form-wrap .custom-radio-group input[type=radio]:checked + .custom-radio-label::after {
    height: 25px;
  }
}
@media (min-width: 1025px) {
  .form-wrap .custom-radio-group input[type=checkbox]:checked + .custom-radio-label::after,
  .form-wrap .custom-radio-group input[type=radio]:checked + .custom-radio-label::after {
    width: 1.5625vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .form-wrap .custom-radio-group input[type=checkbox]:checked + .custom-radio-label::after,
  .form-wrap .custom-radio-group input[type=radio]:checked + .custom-radio-label::after {
    width: 1.5625vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .form-wrap .custom-radio-group input[type=checkbox]:checked + .custom-radio-label::after,
  .form-wrap .custom-radio-group input[type=radio]:checked + .custom-radio-label::after {
    width: 25px;
  }
}
@media (max-width: 600px) {
  .form-wrap .custom-radio-group input[type=checkbox]:checked + .custom-radio-label::after,
  .form-wrap .custom-radio-group input[type=radio]:checked + .custom-radio-label::after {
    width: 25px;
  }
}
.form-wrap select {
  font-family: "Barlow", serif;
  color: #050505;
  background: #F1F0F0;
  border: 1px solid #050505;
  border-radius: 5px !important;
}
@media (min-width: 1025px) {
  .form-wrap select {
    height: 2.6041666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .form-wrap select {
    height: 2.6041666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .form-wrap select {
    height: 45px;
  }
}
@media (max-width: 600px) {
  .form-wrap select {
    height: 45px;
  }
}
@media (min-width: 1025px) {
  .form-wrap select {
    padding-left: 0.5208333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .form-wrap select {
    padding-left: 0.5208333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .form-wrap select {
    padding-left: 10px;
  }
}
@media (max-width: 600px) {
  .form-wrap select {
    padding-left: 10px;
  }
}
@media (min-width: 1025px) {
  .form-wrap select {
    padding-right: 2.6041666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .form-wrap select {
    padding-right: 2.6041666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .form-wrap select {
    padding-right: 10px;
  }
}
@media (max-width: 600px) {
  .form-wrap select {
    padding-right: 10px;
  }
}
@media (min-width: 1025px) {
  .form-wrap select {
    font-size: 0.9375vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .form-wrap select {
    font-size: 1.0416666667vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .form-wrap select {
    font-size: 15px !important;
  }
}
@media (max-width: 600px) {
  .form-wrap select {
    font-size: 15px !important;
  }
}
@media (min-width: 1025px) {
  .form-wrap select {
    line-height: 1.5625vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .form-wrap select {
    line-height: 1.5625vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .form-wrap select {
    line-height: 15px;
  }
}
@media (max-width: 600px) {
  .form-wrap select {
    line-height: 15px;
  }
}
.form-wrap select:focus {
  border: 2px solid #ED9700;
}
.form-wrap select {
  background-image: url("../../img/select.png");
  background-repeat: no-repeat;
  -webkit-appearance: none;
  background-size: auto;
  background-position: calc(100% - 15px);
  background-size: 0.78125vw auto;
}
.form-wrap .custom-checkbox-group input[type=checkbox] {
  display: none;
}
@media (min-width: 1025px) {
  .form-wrap .custom-checkbox-group {
    padding-right: 1.0416666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .form-wrap .custom-checkbox-group {
    padding-right: 1.0416666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .form-wrap .custom-checkbox-group {
    padding-right: 10px;
  }
}
@media (max-width: 600px) {
  .form-wrap .custom-checkbox-group {
    padding-right: 10px;
  }
}
.form-wrap .custom-checkbox-label {
  height: 100%;
  cursor: pointer;
}
.form-wrap .custom-checkbox-group input[type=checkbox]:checked + .custom-checkbox-label {
  border: 1px solid #ED9700;
  color: #ED9700;
  position: relative;
}
.form-wrap .custom-checkbox-group input[type=checkbox]:checked + .custom-checkbox-label::after {
  content: "";
  position: absolute;
  background-color: #ED9700;
  background-repeat: no-repeat;
  background-position: 85% 85%;
  background-image: url("../../img/tick.png");
  bottom: 0;
  right: -1px;
  background-size: 40%;
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}
@media (min-width: 1025px) {
  .form-wrap .custom-checkbox-group input[type=checkbox]:checked + .custom-checkbox-label::after {
    height: 1.5625vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .form-wrap .custom-checkbox-group input[type=checkbox]:checked + .custom-checkbox-label::after {
    height: 1.5625vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .form-wrap .custom-checkbox-group input[type=checkbox]:checked + .custom-checkbox-label::after {
    height: 45px;
  }
}
@media (max-width: 600px) {
  .form-wrap .custom-checkbox-group input[type=checkbox]:checked + .custom-checkbox-label::after {
    height: 45px;
  }
}
@media (min-width: 1025px) {
  .form-wrap .custom-checkbox-group input[type=checkbox]:checked + .custom-checkbox-label::after {
    width: 1.5625vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .form-wrap .custom-checkbox-group input[type=checkbox]:checked + .custom-checkbox-label::after {
    width: 1.5625vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .form-wrap .custom-checkbox-group input[type=checkbox]:checked + .custom-checkbox-label::after {
    width: 45px;
  }
}
@media (max-width: 600px) {
  .form-wrap .custom-checkbox-group input[type=checkbox]:checked + .custom-checkbox-label::after {
    width: 45px;
  }
}

.form-wrap-book .custom-radio-label {
  font-weight: 600 !important;
  justify-content: flex-start !important;
}
@media (min-width: 1025px) {
  .form-wrap-book .custom-radio-label {
    width: 16.6666666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .form-wrap-book .custom-radio-label {
    width: 16.6666666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .form-wrap-book .custom-radio-label {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .form-wrap-book .custom-radio-label {
    width: 100%;
  }
}
@media (min-width: 1025px) {
  .form-wrap-book .custom-radio-label {
    padding-left: 1.0416666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .form-wrap-book .custom-radio-label {
    padding-left: 1.0416666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .form-wrap-book .custom-radio-label {
    padding-left: 10px;
  }
}
@media (max-width: 600px) {
  .form-wrap-book .custom-radio-label {
    padding-left: 10px;
  }
}
@media (min-width: 1025px) {
  .form-wrap-book .custom-radio-label {
    padding-right: 1.0416666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .form-wrap-book .custom-radio-label {
    padding-right: 1.0416666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .form-wrap-book .custom-radio-label {
    padding-right: 10px;
  }
}
@media (max-width: 600px) {
  .form-wrap-book .custom-radio-label {
    padding-right: 10px;
  }
}
@media (min-width: 1025px) {
  .form-wrap-book .custom-radio-label {
    margin-bottom: 1.0416666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .form-wrap-book .custom-radio-label {
    margin-bottom: 1.0416666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .form-wrap-book .custom-radio-label {
    margin-bottom: 10px;
  }
}
@media (max-width: 600px) {
  .form-wrap-book .custom-radio-label {
    margin-bottom: 10px;
  }
}
@media (min-width: 1025px) {
  .form-wrap-book .custom-radio-label {
    font-size: 0.9375vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .form-wrap-book .custom-radio-label {
    font-size: 1.0416666667vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .form-wrap-book .custom-radio-label {
    font-size: 15px !important;
  }
}
@media (max-width: 600px) {
  .form-wrap-book .custom-radio-label {
    font-size: 15px !important;
  }
}
@media (min-width: 1025px) {
  .form-wrap-book .custom-radio-label {
    line-height: 1.5625vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .form-wrap-book .custom-radio-label {
    line-height: 1.5625vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .form-wrap-book .custom-radio-label {
    line-height: 15px;
  }
}
@media (max-width: 600px) {
  .form-wrap-book .custom-radio-label {
    line-height: 15px;
  }
}
.form-wrap-book .custom-radio-label svg, .form-wrap-book .custom-radio-label img {
  margin-right: 20px;
}
@media (min-width: 1025px) {
  .form-wrap-book .custom-radio-label svg, .form-wrap-book .custom-radio-label img {
    width: 2.0833333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .form-wrap-book .custom-radio-label svg, .form-wrap-book .custom-radio-label img {
    width: 2.0833333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .form-wrap-book .custom-radio-label svg, .form-wrap-book .custom-radio-label img {
    width: 35px;
  }
}
@media (max-width: 600px) {
  .form-wrap-book .custom-radio-label svg, .form-wrap-book .custom-radio-label img {
    width: 35px;
  }
}
@media (min-width: 1025px) {
  .form-wrap-book .custom-radio-label svg, .form-wrap-book .custom-radio-label img {
    height: 2.0833333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .form-wrap-book .custom-radio-label svg, .form-wrap-book .custom-radio-label img {
    height: 2.0833333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .form-wrap-book .custom-radio-label svg, .form-wrap-book .custom-radio-label img {
    height: 35px;
  }
}
@media (max-width: 600px) {
  .form-wrap-book .custom-radio-label svg, .form-wrap-book .custom-radio-label img {
    height: 35px;
  }
}

@media (min-width: 1025px) {
  .form-wrap-brand {
    margin-left: -1.0416666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .form-wrap-brand {
    margin-left: -1.0416666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .form-wrap-brand {
    margin-left: 0px;
  }
}
@media (max-width: 600px) {
  .form-wrap-brand {
    margin-left: 0px;
  }
}
@media (min-width: 1025px) {
  .form-wrap-brand {
    margin-right: -1.0416666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .form-wrap-brand {
    margin-right: -1.0416666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .form-wrap-brand {
    margin-right: 0px;
  }
}
@media (max-width: 600px) {
  .form-wrap-brand {
    margin-right: 0px;
  }
}
@media (min-width: 1025px) {
  .form-wrap-brand .custom-radio-group {
    width: 33.3%;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .form-wrap-brand .custom-radio-group {
    width: 33.3%;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .form-wrap-brand .custom-radio-group {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .form-wrap-brand .custom-radio-group {
    width: 100%;
  }
}
@media (min-width: 1025px) {
  .form-wrap-brand .custom-radio-group {
    padding-left: 1.0416666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .form-wrap-brand .custom-radio-group {
    padding-left: 1.0416666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .form-wrap-brand .custom-radio-group {
    padding-left: 0px;
  }
}
@media (max-width: 600px) {
  .form-wrap-brand .custom-radio-group {
    padding-left: 0px;
  }
}
@media (min-width: 1025px) {
  .form-wrap-brand .custom-radio-group {
    padding-right: 1.0416666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .form-wrap-brand .custom-radio-group {
    padding-right: 1.0416666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .form-wrap-brand .custom-radio-group {
    padding-right: 0px;
  }
}
@media (max-width: 600px) {
  .form-wrap-brand .custom-radio-group {
    padding-right: 0px;
  }
}
@media (min-width: 1025px) {
  .form-wrap-brand .custom-radio-group {
    margin-bottom: 1.5625vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .form-wrap-brand .custom-radio-group {
    margin-bottom: 1.5625vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .form-wrap-brand .custom-radio-group {
    margin-bottom: 10px;
  }
}
@media (max-width: 600px) {
  .form-wrap-brand .custom-radio-group {
    margin-bottom: 10px;
  }
}
.form-wrap-brand .custom-radio-label {
  font-weight: 600 !important;
  justify-content: flex-start !important;
  width: 100% !important;
}
@media (min-width: 1025px) {
  .form-wrap-brand .custom-radio-label {
    padding-left: 1.0416666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .form-wrap-brand .custom-radio-label {
    padding-left: 1.0416666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .form-wrap-brand .custom-radio-label {
    padding-left: 10px;
  }
}
@media (max-width: 600px) {
  .form-wrap-brand .custom-radio-label {
    padding-left: 10px;
  }
}
@media (min-width: 1025px) {
  .form-wrap-brand .custom-radio-label {
    padding-right: 1.0416666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .form-wrap-brand .custom-radio-label {
    padding-right: 1.0416666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .form-wrap-brand .custom-radio-label {
    padding-right: 10px;
  }
}
@media (max-width: 600px) {
  .form-wrap-brand .custom-radio-label {
    padding-right: 10px;
  }
}
@media (min-width: 1025px) {
  .form-wrap-brand .custom-radio-label {
    font-size: 0.9375vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .form-wrap-brand .custom-radio-label {
    font-size: 1.0416666667vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .form-wrap-brand .custom-radio-label {
    font-size: 15px !important;
  }
}
@media (max-width: 600px) {
  .form-wrap-brand .custom-radio-label {
    font-size: 15px !important;
  }
}
@media (min-width: 1025px) {
  .form-wrap-brand .custom-radio-label {
    line-height: 1.5625vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .form-wrap-brand .custom-radio-label {
    line-height: 1.5625vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .form-wrap-brand .custom-radio-label {
    line-height: 15px;
  }
}
@media (max-width: 600px) {
  .form-wrap-brand .custom-radio-label {
    line-height: 15px;
  }
}
.form-wrap-brand .custom-radio-label svg, .form-wrap-brand .custom-radio-label img {
  margin-right: 20px;
}
@media (min-width: 1025px) {
  .form-wrap-brand .custom-radio-label svg, .form-wrap-brand .custom-radio-label img {
    width: 2.0833333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .form-wrap-brand .custom-radio-label svg, .form-wrap-brand .custom-radio-label img {
    width: 2.0833333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .form-wrap-brand .custom-radio-label svg, .form-wrap-brand .custom-radio-label img {
    width: 35px;
  }
}
@media (max-width: 600px) {
  .form-wrap-brand .custom-radio-label svg, .form-wrap-brand .custom-radio-label img {
    width: 35px;
  }
}
@media (min-width: 1025px) {
  .form-wrap-brand .custom-radio-label svg, .form-wrap-brand .custom-radio-label img {
    height: 2.0833333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .form-wrap-brand .custom-radio-label svg, .form-wrap-brand .custom-radio-label img {
    height: 2.0833333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .form-wrap-brand .custom-radio-label svg, .form-wrap-brand .custom-radio-label img {
    height: 35px;
  }
}
@media (max-width: 600px) {
  .form-wrap-brand .custom-radio-label svg, .form-wrap-brand .custom-radio-label img {
    height: 35px;
  }
}

.form-wrap-cal .input-group {
  background: #fff !important;
}
.form-wrap-cal input {
  background: #fff !important;
}
.form-wrap-cal input:disabled {
  opacity: 0.5;
}
.form-wrap-cal input:disabled + .custom-radio-label {
  opacity: 0.5;
  pointer-events: none;
}
.form-wrap-cal .form-col-12:not(.hidden-input-val) {
  width: 100% !important;
}
@media (min-width: 1025px) {
  .form-wrap-cal .form-col-12:not(.hidden-input-val) {
    padding-bottom: 1.0416666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .form-wrap-cal .form-col-12:not(.hidden-input-val) {
    padding-bottom: 1.0416666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .form-wrap-cal .form-col-12:not(.hidden-input-val) {
    padding-bottom: 10px;
  }
}
@media (max-width: 600px) {
  .form-wrap-cal .form-col-12:not(.hidden-input-val) {
    padding-bottom: 10px;
  }
}
.form-wrap-cal .form-wrap-cal-in {
  padding-right: 10%;
}

.form-col-12:not(.hidden-input-val) {
  width: 100% !important;
}

.book-search-form {
  background: #fff;
  border-radius: 5px;
  border: 1px solid #CECECE;
  display: flex;
  margin-right: auto;
}
@media (min-width: 1025px) {
  .book-search-form {
    margin-bottom: 2.6041666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .book-search-form {
    margin-bottom: 2.6041666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .book-search-form {
    margin-bottom: 30px;
  }
}
@media (max-width: 600px) {
  .book-search-form {
    margin-bottom: 30px;
  }
}
.book-search-form input[type=text] {
  background: transparent;
  border: 0;
  padding: 0;
}
@media (min-width: 1025px) {
  .book-search-form input[type=text] {
    font-size: 0.8333333333vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .book-search-form input[type=text] {
    font-size: 0.9375vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .book-search-form input[type=text] {
    font-size: 15px !important;
  }
}
@media (max-width: 600px) {
  .book-search-form input[type=text] {
    font-size: 15px !important;
  }
}
@media (min-width: 1025px) {
  .book-search-form input[type=text] {
    line-height: 1.3020833333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .book-search-form input[type=text] {
    line-height: 1.40625vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .book-search-form input[type=text] {
    line-height: 25px;
  }
}
@media (max-width: 600px) {
  .book-search-form input[type=text] {
    line-height: 25px;
  }
}
@media (min-width: 1025px) {
  .book-search-form input[type=text] {
    height: 2.6041666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .book-search-form input[type=text] {
    height: 2.6041666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .book-search-form input[type=text] {
    height: 40px;
  }
}
@media (max-width: 600px) {
  .book-search-form input[type=text] {
    height: 40px;
  }
}
@media (min-width: 1025px) {
  .book-search-form input[type=text] {
    width: 18.2291666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .book-search-form input[type=text] {
    width: 18.2291666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .book-search-form input[type=text] {
    width: 40px;
  }
}
@media (max-width: 600px) {
  .book-search-form input[type=text] {
    width: 40px;
  }
}
@media (min-width: 1025px) {
  .book-search-form input[type=text] {
    padding-left: 0.5208333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .book-search-form input[type=text] {
    padding-left: 0.5208333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .book-search-form input[type=text] {
    padding-left: 10px;
  }
}
@media (max-width: 600px) {
  .book-search-form input[type=text] {
    padding-left: 10px;
  }
}
@media (min-width: 1025px) {
  .book-search-form input[type=text] {
    padding-right: 0.5208333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .book-search-form input[type=text] {
    padding-right: 0.5208333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .book-search-form input[type=text] {
    padding-right: 10px;
  }
}
@media (max-width: 600px) {
  .book-search-form input[type=text] {
    padding-right: 10px;
  }
}
.book-search-form input[type=submit] {
  font-size: 0 !important;
  background-color: transparent !important;
  border: 0 !important;
  padding: 0 !important;
  display: flex;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 50%;
  background-image: url("../../img/seacrh.png") !important;
  align-items: center;
  justify-content: center;
}
@media (min-width: 1025px) {
  .book-search-form input[type=submit] {
    height: 2.6041666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .book-search-form input[type=submit] {
    height: 2.6041666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .book-search-form input[type=submit] {
    height: 40px;
  }
}
@media (max-width: 600px) {
  .book-search-form input[type=submit] {
    height: 40px;
  }
}
@media (min-width: 1025px) {
  .book-search-form input[type=submit] {
    width: 2.6041666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .book-search-form input[type=submit] {
    width: 2.6041666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .book-search-form input[type=submit] {
    width: 40px;
  }
}
@media (max-width: 600px) {
  .book-search-form input[type=submit] {
    width: 40px;
  }
}

.afforadability-wrap {
  border-radius: 8px;
  border: 1px solid #C5C5C5;
  background: #FFF;
  box-shadow: 0px 1px 13.2px 0px rgba(149, 157, 165, 0.12);
}
@media (min-width: 1025px) {
  .afforadability-wrap {
    padding-top: 2.6041666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .afforadability-wrap {
    padding-top: 2.6041666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .afforadability-wrap {
    padding-top: 30px;
  }
}
@media (max-width: 600px) {
  .afforadability-wrap {
    padding-top: 30px;
  }
}
@media (min-width: 1025px) {
  .afforadability-wrap {
    padding-bottom: 2.6041666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .afforadability-wrap {
    padding-bottom: 2.6041666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .afforadability-wrap {
    padding-bottom: 30px;
  }
}
@media (max-width: 600px) {
  .afforadability-wrap {
    padding-bottom: 30px;
  }
}
@media (min-width: 1025px) {
  .afforadability-wrap {
    padding-left: 2.6041666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .afforadability-wrap {
    padding-left: 2.6041666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .afforadability-wrap {
    padding-left: 20px;
  }
}
@media (max-width: 600px) {
  .afforadability-wrap {
    padding-left: 20px;
  }
}
@media (min-width: 1025px) {
  .afforadability-wrap {
    padding-right: 2.6041666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .afforadability-wrap {
    padding-right: 2.6041666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .afforadability-wrap {
    padding-right: 20px;
  }
}
@media (max-width: 600px) {
  .afforadability-wrap {
    padding-right: 20px;
  }
}
.afforadability-wrap input:disabled, .afforadability-wrap select:disabled {
  opacity: 0.5;
}
.afforadability-wrap input:disabled + .custom-radio-label {
  opacity: 0.5;
  pointer-events: none;
}

#selected-vehicle-wrap {
  min-height: unset;
}

.form-book-wrap {
  border: 1px solid #e1e0e0;
  background: #FFF;
  box-shadow: 0px 5px 29px 0px rgba(100, 100, 111, 0.09);
}
@media (min-width: 1025px) {
  .form-book-wrap {
    padding-top: 1.5625vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .form-book-wrap {
    padding-top: 1.5625vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .form-book-wrap {
    padding-top: 30px;
  }
}
@media (max-width: 600px) {
  .form-book-wrap {
    padding-top: 30px;
  }
}
@media (min-width: 1025px) {
  .form-book-wrap {
    padding-bottom: 1.5625vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .form-book-wrap {
    padding-bottom: 1.5625vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .form-book-wrap {
    padding-bottom: 30px;
  }
}
@media (max-width: 600px) {
  .form-book-wrap {
    padding-bottom: 30px;
  }
}
@media (min-width: 1025px) {
  .form-book-wrap {
    padding-left: 1.5625vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .form-book-wrap {
    padding-left: 1.5625vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .form-book-wrap {
    padding-left: 20px;
  }
}
@media (max-width: 600px) {
  .form-book-wrap {
    padding-left: 20px;
  }
}
@media (min-width: 1025px) {
  .form-book-wrap {
    padding-right: 1.5625vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .form-book-wrap {
    padding-right: 1.5625vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .form-book-wrap {
    padding-right: 20px;
  }
}
@media (max-width: 600px) {
  .form-book-wrap {
    padding-right: 20px;
  }
}
@media (min-width: 1025px) {
  .form-book-wrap .width--10 {
    width: 2.6041666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .form-book-wrap .width--10 {
    width: 2.6041666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .form-book-wrap .width--10 {
    width: 30px;
  }
}
@media (max-width: 600px) {
  .form-book-wrap .width--10 {
    width: 30px;
  }
}
.form-book-wrap .width--90 {
  width: calc(100% - 3.125vw);
  padding-left: 0 !important;
}

.form-book-wrap .form-book-wrap__number {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ED9700;
  border-radius: 50%;
  font-weight: 500;
  color: #000;
}
@media (min-width: 1025px) {
  .form-book-wrap .form-book-wrap__number {
    font-size: 0.8333333333vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .form-book-wrap .form-book-wrap__number {
    font-size: 0.8333333333vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .form-book-wrap .form-book-wrap__number {
    font-size: 15px !important;
  }
}
@media (max-width: 600px) {
  .form-book-wrap .form-book-wrap__number {
    font-size: 15px !important;
  }
}
@media (min-width: 1025px) {
  .form-book-wrap .form-book-wrap__number {
    height: 1.5625vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .form-book-wrap .form-book-wrap__number {
    height: 1.5625vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .form-book-wrap .form-book-wrap__number {
    height: 30px;
  }
}
@media (max-width: 600px) {
  .form-book-wrap .form-book-wrap__number {
    height: 30px;
  }
}
@media (min-width: 1025px) {
  .form-book-wrap .form-book-wrap__number {
    width: 1.5625vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .form-book-wrap .form-book-wrap__number {
    width: 1.5625vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .form-book-wrap .form-book-wrap__number {
    width: 30px;
  }
}
@media (max-width: 600px) {
  .form-book-wrap .form-book-wrap__number {
    width: 30px;
  }
}

.car-box__points {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  flex-wrap: wrap;
}
.car-box__points li {
  width: 49.5%;
  display: flex;
  align-items: flex-start;
}
.car-box__points li svg, .car-box__points li img {
  margin-right: 10px;
}
@media (min-width: 1025px) {
  .car-box__points li svg, .car-box__points li img {
    height: 1.0416666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .car-box__points li svg, .car-box__points li img {
    height: 1.0416666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .car-box__points li svg, .car-box__points li img {
    height: 20px;
  }
}
@media (max-width: 600px) {
  .car-box__points li svg, .car-box__points li img {
    height: 20px;
  }
}
@media (min-width: 1025px) {
  .car-box__points li svg, .car-box__points li img {
    width: 1.0416666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .car-box__points li svg, .car-box__points li img {
    width: 1.0416666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .car-box__points li svg, .car-box__points li img {
    width: 20px;
  }
}
@media (max-width: 600px) {
  .car-box__points li svg, .car-box__points li img {
    width: 20px;
  }
}
.car-box__points .car-box__points__feature span {
  display: flex;
}
@media (min-width: 1025px) {
  .car-box__points .car-box__points__feature span {
    padding-right: 1.0416666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .car-box__points .car-box__points__feature span {
    padding-right: 1.0416666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .car-box__points .car-box__points__feature span {
    padding-right: 5px;
  }
}
@media (max-width: 600px) {
  .car-box__points .car-box__points__feature span {
    padding-right: 5px;
  }
}

.preferred_date input, .preferred_time input {
  cursor: pointer !important;
}

.progresstop-bar {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.progresstop-bar .progresstop-bar__number {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media (min-width: 1025px) {
  .progresstop-bar .progresstop-bar__number {
    width: 5%;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .progresstop-bar .progresstop-bar__number {
    width: 5%;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .progresstop-bar .progresstop-bar__number {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .progresstop-bar .progresstop-bar__number {
    width: 100%;
  }
}
.progresstop-bar .progresstop-bar__number span {
  display: flex;
  border-radius: 50%;
  align-items: center;
  border: 1px solid #000;
  justify-content: center;
}
@media (min-width: 1025px) {
  .progresstop-bar .progresstop-bar__number span {
    height: 2.6041666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .progresstop-bar .progresstop-bar__number span {
    height: 2.6041666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .progresstop-bar .progresstop-bar__number span {
    height: 40px;
  }
}
@media (max-width: 600px) {
  .progresstop-bar .progresstop-bar__number span {
    height: 40px;
  }
}
@media (min-width: 1025px) {
  .progresstop-bar .progresstop-bar__number span {
    width: 2.6041666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .progresstop-bar .progresstop-bar__number span {
    width: 2.6041666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .progresstop-bar .progresstop-bar__number span {
    width: 40px;
  }
}
@media (max-width: 600px) {
  .progresstop-bar .progresstop-bar__number span {
    width: 40px;
  }
}
.progresstop-bar .progresstop-bar__number p {
  text-align: center;
  position: absolute;
}
@media (min-width: 1025px) {
  .progresstop-bar .progresstop-bar__number p {
    height: 2.6041666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .progresstop-bar .progresstop-bar__number p {
    height: 2.6041666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .progresstop-bar .progresstop-bar__number p {
    height: 40px;
  }
}
@media (max-width: 600px) {
  .progresstop-bar .progresstop-bar__number p {
    height: 40px;
  }
}
@media (min-width: 1025px) {
  .progresstop-bar .progresstop-bar__number p {
    font-size: 0.9375vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .progresstop-bar .progresstop-bar__number p {
    font-size: 1.0416666667vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .progresstop-bar .progresstop-bar__number p {
    font-size: 15px !important;
  }
}
@media (max-width: 600px) {
  .progresstop-bar .progresstop-bar__number p {
    font-size: 15px !important;
  }
}
@media (min-width: 1025px) {
  .progresstop-bar .progresstop-bar__number p {
    line-height: 1.0416666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .progresstop-bar .progresstop-bar__number p {
    line-height: 1.1458333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .progresstop-bar .progresstop-bar__number p {
    line-height: 25px;
  }
}
@media (max-width: 600px) {
  .progresstop-bar .progresstop-bar__number p {
    line-height: 25px;
  }
}
@media (min-width: 1025px) {
  .progresstop-bar .progresstop-bar__number p {
    bottom: -3.125vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .progresstop-bar .progresstop-bar__number p {
    bottom: -3.125vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .progresstop-bar .progresstop-bar__number p {
    bottom: 5px;
  }
}
@media (max-width: 600px) {
  .progresstop-bar .progresstop-bar__number p {
    bottom: 5px;
  }
}
.progresstop-bar .progresstop-bar__number.active span {
  border: 1px solid #ED9700;
  background: #ED9700;
  color: #fff;
}
.progresstop-bar .progresstop-bar__number.active p {
  color: #ED9700;
}
.progresstop-bar .progresstop-bar__line {
  height: 1px;
  background: #000;
}
@media (min-width: 1025px) {
  .progresstop-bar .progresstop-bar__line {
    width: 12%;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .progresstop-bar .progresstop-bar__line {
    width: 12%;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .progresstop-bar .progresstop-bar__line {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .progresstop-bar .progresstop-bar__line {
    width: 100%;
  }
}

.dfb-form .form-row {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}
@media (min-width: 1025px) {
  .dfb-form .form-row {
    margin-left: -0.78125vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .dfb-form .form-row {
    margin-left: -0.78125vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .dfb-form .form-row {
    margin-left: 0px;
  }
}
@media (max-width: 600px) {
  .dfb-form .form-row {
    margin-left: 0px;
  }
}
@media (min-width: 1025px) {
  .dfb-form .form-row {
    margin-right: -0.78125vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .dfb-form .form-row {
    margin-right: -0.78125vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .dfb-form .form-row {
    margin-right: 0px;
  }
}
@media (max-width: 600px) {
  .dfb-form .form-row {
    margin-right: 0px;
  }
}
@media (min-width: 1025px) {
  .dfb-form .form-row {
    padding-bottom: 1.0416666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .dfb-form .form-row {
    padding-bottom: 1.0416666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .dfb-form .form-row {
    padding-bottom: 0px;
  }
}
@media (max-width: 600px) {
  .dfb-form .form-row {
    padding-bottom: 0px;
  }
}
@media (min-width: 1025px) {
  .dfb-form .form-row .form-col {
    padding-left: 0.78125vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .dfb-form .form-row .form-col {
    padding-left: 0.78125vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .dfb-form .form-row .form-col {
    padding-left: 0px;
  }
}
@media (max-width: 600px) {
  .dfb-form .form-row .form-col {
    padding-left: 0px;
  }
}
@media (min-width: 1025px) {
  .dfb-form .form-row .form-col {
    padding-right: 0.78125vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .dfb-form .form-row .form-col {
    padding-right: 0.78125vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .dfb-form .form-row .form-col {
    padding-right: 0px;
  }
}
@media (max-width: 600px) {
  .dfb-form .form-row .form-col {
    padding-right: 0px;
  }
}
@media (min-width: 1025px) {
  .dfb-form .form-row .form-col-3 {
    width: 25%;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .dfb-form .form-row .form-col-3 {
    width: 25%;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .dfb-form .form-row .form-col-3 {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .dfb-form .form-row .form-col-3 {
    width: 100%;
  }
}
@media (min-width: 1025px) {
  .dfb-form .form-row .form-col-4 {
    width: 33.3%;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .dfb-form .form-row .form-col-4 {
    width: 33.3%;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .dfb-form .form-row .form-col-4 {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .dfb-form .form-row .form-col-4 {
    width: 100%;
  }
}
@media (min-width: 1025px) {
  .dfb-form .form-row .form-col-6 {
    width: 50%;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .dfb-form .form-row .form-col-6 {
    width: 50%;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .dfb-form .form-row .form-col-6 {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .dfb-form .form-row .form-col-6 {
    width: 100%;
  }
}
@media (min-width: 1025px) {
  .dfb-form .form-row .form-col-12:not(.hidden-input-val) {
    width: 100%;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .dfb-form .form-row .form-col-12:not(.hidden-input-val) {
    width: 100%;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .dfb-form .form-row .form-col-12:not(.hidden-input-val) {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .dfb-form .form-row .form-col-12:not(.hidden-input-val) {
    width: 100%;
  }
}

.red-contact svg path, .red-contact img path {
  fill: #B22222;
}
.red-contact a:hover {
  color: #ED9700 !important;
}

.apply-fiance-box-inner {
  border: 1px solid #e1e0e0;
  background: #FFF;
  box-shadow: 0px 5px 29px 0px rgba(100, 100, 111, 0.09);
}
@media (min-width: 1025px) {
  .apply-fiance-box-inner {
    padding-top: 1.5625vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .apply-fiance-box-inner {
    padding-top: 1.5625vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .apply-fiance-box-inner {
    padding-top: 30px;
  }
}
@media (max-width: 600px) {
  .apply-fiance-box-inner {
    padding-top: 30px;
  }
}
@media (min-width: 1025px) {
  .apply-fiance-box-inner {
    padding-bottom: 1.5625vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .apply-fiance-box-inner {
    padding-bottom: 1.5625vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .apply-fiance-box-inner {
    padding-bottom: 30px;
  }
}
@media (max-width: 600px) {
  .apply-fiance-box-inner {
    padding-bottom: 30px;
  }
}
@media (min-width: 1025px) {
  .apply-fiance-box-inner {
    padding-left: 1.5625vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .apply-fiance-box-inner {
    padding-left: 1.5625vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .apply-fiance-box-inner {
    padding-left: 20px;
  }
}
@media (max-width: 600px) {
  .apply-fiance-box-inner {
    padding-left: 20px;
  }
}
@media (min-width: 1025px) {
  .apply-fiance-box-inner {
    padding-right: 1.5625vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .apply-fiance-box-inner {
    padding-right: 1.5625vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .apply-fiance-box-inner {
    padding-right: 20px;
  }
}
@media (max-width: 600px) {
  .apply-fiance-box-inner {
    padding-right: 20px;
  }
}

.loan-summary {
  position: relative;
}
.loan-summary::after {
  opacity: 0;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: -1;
  left: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.63);
  background-image: url("../../img/gif-r.gif") !important;
  background-repeat: no-repeat !important;
  background-position: center;
  background-size: 2.6041666667vw;
}

.loan-summary.loading::after {
  opacity: 1;
  z-index: 1;
}

@media only screen and (max-width: 1025px) {
  .form-wrap select {
    background-size: auto;
  }
  .form-book-wrap-text .width--10 {
    width: 100% !important;
    padding-bottom: 10px;
  }
  .form-wrap-cal .form-wrap-cal-in {
    padding-right: 0%;
  }
  .loan-summary::after {
    background-size: 40px;
  }
  .book-search-form {
    width: 100%;
    margin-bottom: 30px;
  }
  .book-search-form input {
    flex-grow: 1;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .form-wrap-book .form-col-12, .form-wrap-brand .form-col-12 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .form-wrap-book .form-col-12 .custom-radio-group, .form-wrap-brand .form-col-12 .custom-radio-group {
    width: 49%;
  }
}
@media only screen and (max-width: 600px) {
  #duration {
    width: 100%;
  }
  .form-col-3 {
    padding-bottom: 15px;
  }
}
#contactTab {
  border: 0;
  display: flex;
  justify-content: flex-start;
}
#contactTab li {
  margin-right: 15px;
}
#contactTab button {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  text-decoration: none;
  font-weight: 700;
  text-transform: uppercase;
  overflow: hidden;
  transition: all 0.3s;
  border: 1px solid #000;
  background: transparent;
  color: #000;
  width: max-content;
  border-radius: 0.5208333333vw;
}
@media (min-width: 1025px) {
  #contactTab button {
    font-size: 0.8333333333vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  #contactTab button {
    font-size: 0.9375vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  #contactTab button {
    font-size: 14px !important;
  }
}
@media (max-width: 600px) {
  #contactTab button {
    font-size: 14px !important;
  }
}
@media (min-width: 1025px) {
  #contactTab button {
    height: 2.6041666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  #contactTab button {
    height: 2.6041666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  #contactTab button {
    height: 45px;
  }
}
@media (max-width: 600px) {
  #contactTab button {
    height: 45px;
  }
}
@media (min-width: 1025px) {
  #contactTab button {
    letter-spacing: 0.0625vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  #contactTab button {
    letter-spacing: 0.0625vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  #contactTab button {
    letter-spacing: 1.2px;
  }
}
@media (max-width: 600px) {
  #contactTab button {
    letter-spacing: 1.2px;
  }
}
@media (min-width: 1025px) {
  #contactTab button {
    padding-left: 1.5625vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  #contactTab button {
    padding-left: 1.5625vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  #contactTab button {
    padding-left: 20px;
  }
}
@media (max-width: 600px) {
  #contactTab button {
    padding-left: 20px;
  }
}
@media (min-width: 1025px) {
  #contactTab button {
    padding-right: 1.5625vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  #contactTab button {
    padding-right: 1.5625vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  #contactTab button {
    padding-right: 20px;
  }
}
@media (max-width: 600px) {
  #contactTab button {
    padding-right: 20px;
  }
}
#contactTab button.active {
  border: 1px solid #ED9700 !important;
}

.contact-tab-wrap {
  background: #F9F9F9;
}
@media (min-width: 1025px) {
  .contact-tab-wrap {
    padding-top: 2.6041666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .contact-tab-wrap {
    padding-top: 2.6041666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .contact-tab-wrap {
    padding-top: 20px;
  }
}
@media (max-width: 600px) {
  .contact-tab-wrap {
    padding-top: 20px;
  }
}
@media (min-width: 1025px) {
  .contact-tab-wrap {
    padding-bottom: 2.6041666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .contact-tab-wrap {
    padding-bottom: 2.6041666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .contact-tab-wrap {
    padding-bottom: 20px;
  }
}
@media (max-width: 600px) {
  .contact-tab-wrap {
    padding-bottom: 20px;
  }
}
@media (min-width: 1025px) {
  .contact-tab-wrap {
    padding-left: 2.6041666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .contact-tab-wrap {
    padding-left: 2.6041666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .contact-tab-wrap {
    padding-left: 20px;
  }
}
@media (max-width: 600px) {
  .contact-tab-wrap {
    padding-left: 20px;
  }
}
@media (min-width: 1025px) {
  .contact-tab-wrap {
    padding-right: 2.6041666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .contact-tab-wrap {
    padding-right: 2.6041666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .contact-tab-wrap {
    padding-right: 20px;
  }
}
@media (max-width: 600px) {
  .contact-tab-wrap {
    padding-right: 20px;
  }
}

@media (min-width: 1025px) {
  .staff-box-wrap {
    margin-left: -0.78125vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .staff-box-wrap {
    margin-left: -0.78125vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .staff-box-wrap {
    margin-left: 0px;
  }
}
@media (max-width: 600px) {
  .staff-box-wrap {
    margin-left: 0px;
  }
}
@media (min-width: 1025px) {
  .staff-box-wrap {
    margin-right: -0.78125vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .staff-box-wrap {
    margin-right: -0.78125vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .staff-box-wrap {
    margin-right: 0px;
  }
}
@media (max-width: 600px) {
  .staff-box-wrap {
    margin-right: 0px;
  }
}
@media (min-width: 1025px) {
  .staff-box-wrap .staff-box {
    width: 50%;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .staff-box-wrap .staff-box {
    width: 50%;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .staff-box-wrap .staff-box {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .staff-box-wrap .staff-box {
    width: 100%;
  }
}
@media (min-width: 1025px) {
  .staff-box-wrap .staff-box {
    padding-left: 0.78125vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .staff-box-wrap .staff-box {
    padding-left: 0.78125vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .staff-box-wrap .staff-box {
    padding-left: 0px;
  }
}
@media (max-width: 600px) {
  .staff-box-wrap .staff-box {
    padding-left: 0px;
  }
}
@media (min-width: 1025px) {
  .staff-box-wrap .staff-box {
    padding-right: 0.78125vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .staff-box-wrap .staff-box {
    padding-right: 0.78125vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .staff-box-wrap .staff-box {
    padding-right: 0px;
  }
}
@media (max-width: 600px) {
  .staff-box-wrap .staff-box {
    padding-right: 0px;
  }
}
@media (min-width: 1025px) {
  .staff-box-wrap .staff-box {
    padding-bottom: 1.5625vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .staff-box-wrap .staff-box {
    padding-bottom: 1.5625vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .staff-box-wrap .staff-box {
    padding-bottom: 0px;
  }
}
@media (max-width: 600px) {
  .staff-box-wrap .staff-box {
    padding-bottom: 0px;
  }
}
.staff-box-wrap .staff-box-inner {
  background: #FFF;
  box-shadow: 0px 5px 29px 0px rgba(100, 100, 111, 0.09);
}
@media (min-width: 1025px) {
  .staff-box-wrap .staff-box-inner {
    padding-top: 0.5208333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .staff-box-wrap .staff-box-inner {
    padding-top: 0.5208333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .staff-box-wrap .staff-box-inner {
    padding-top: 10px;
  }
}
@media (max-width: 600px) {
  .staff-box-wrap .staff-box-inner {
    padding-top: 10px;
  }
}
@media (min-width: 1025px) {
  .staff-box-wrap .staff-box-inner {
    padding-bottom: 0.5208333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .staff-box-wrap .staff-box-inner {
    padding-bottom: 0.5208333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .staff-box-wrap .staff-box-inner {
    padding-bottom: 10px;
  }
}
@media (max-width: 600px) {
  .staff-box-wrap .staff-box-inner {
    padding-bottom: 10px;
  }
}
@media (min-width: 1025px) {
  .staff-box-wrap .staff-box-inner {
    padding-left: 1.0416666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .staff-box-wrap .staff-box-inner {
    padding-left: 1.0416666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .staff-box-wrap .staff-box-inner {
    padding-left: 10px;
  }
}
@media (max-width: 600px) {
  .staff-box-wrap .staff-box-inner {
    padding-left: 10px;
  }
}
@media (min-width: 1025px) {
  .staff-box-wrap .staff-box-inner {
    padding-right: 1.0416666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .staff-box-wrap .staff-box-inner {
    padding-right: 1.0416666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .staff-box-wrap .staff-box-inner {
    padding-right: 10px;
  }
}
@media (max-width: 600px) {
  .staff-box-wrap .staff-box-inner {
    padding-right: 10px;
  }
}
.staff-box-wrap .staff-box-inner a {
  font-weight: 500 !important;
}
.staff-box-wrap .staff-box-inner a:hover {
  color: #ED9700 !important;
}
.staff-box-wrap .staff-box-inner img {
  width: 80% !important;
}

.quick-contact svg, .quick-contact img {
  margin-right: 15px;
}
@media (min-width: 1025px) {
  .quick-contact svg, .quick-contact img {
    height: 2.0833333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .quick-contact svg, .quick-contact img {
    height: 2.0833333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .quick-contact svg, .quick-contact img {
    height: 45px;
  }
}
@media (max-width: 600px) {
  .quick-contact svg, .quick-contact img {
    height: 45px;
  }
}
@media (min-width: 1025px) {
  .quick-contact svg, .quick-contact img {
    width: 2.0833333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .quick-contact svg, .quick-contact img {
    width: 2.0833333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .quick-contact svg, .quick-contact img {
    width: 45px;
  }
}
@media (max-width: 600px) {
  .quick-contact svg, .quick-contact img {
    width: 45px;
  }
}
.quick-contact a {
  text-decoration: none;
}
.quick-contact a:hover {
  color: #B22222;
}

.form-white-bg {
  background: #FFF;
  box-shadow: 0px 5px 29px 0px rgba(100, 100, 111, 0.09);
}
@media (min-width: 1025px) {
  .form-white-bg {
    padding-top: 2.6041666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .form-white-bg {
    padding-top: 2.6041666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .form-white-bg {
    padding-top: 30px;
  }
}
@media (max-width: 600px) {
  .form-white-bg {
    padding-top: 10px;
  }
}
@media (min-width: 1025px) {
  .form-white-bg {
    padding-bottom: 2.6041666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .form-white-bg {
    padding-bottom: 2.6041666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .form-white-bg {
    padding-bottom: 30px;
  }
}
@media (max-width: 600px) {
  .form-white-bg {
    padding-bottom: 10px;
  }
}
@media (min-width: 1025px) {
  .form-white-bg {
    padding-left: 2.6041666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .form-white-bg {
    padding-left: 2.6041666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .form-white-bg {
    padding-left: 30px;
  }
}
@media (max-width: 600px) {
  .form-white-bg {
    padding-left: 10px;
  }
}
@media (min-width: 1025px) {
  .form-white-bg {
    padding-right: 2.6041666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .form-white-bg {
    padding-right: 2.6041666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .form-white-bg {
    padding-right: 30px;
  }
}
@media (max-width: 600px) {
  .form-white-bg {
    padding-right: 10px;
  }
}

.care-points-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.care-points-wrap .care-points-item {
  padding-right: 5%;
}
@media (min-width: 1025px) {
  .care-points-wrap .care-points-item {
    width: 35%;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .care-points-wrap .care-points-item {
    width: 35%;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .care-points-wrap .care-points-item {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .care-points-wrap .care-points-item {
    width: 100%;
  }
}
.care-points-wrap .care-points-item:last-child .about-key-wrap {
  padding-bottom: 0 !important;
}
.care-points-wrap .care-points-img {
  position: absolute;
  left: 35%;
  right: 35%;
}
.care-points-wrap .care-points-item__right {
  padding-right: 0%;
  padding-left: 5%;
}

@media (min-width: 1025px) {
  .about-key-wrap img {
    height: 3.125vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .about-key-wrap img {
    height: 3.125vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .about-key-wrap img {
    height: 40px;
  }
}
@media (max-width: 600px) {
  .about-key-wrap img {
    height: 40px;
  }
}
@media (min-width: 1025px) {
  .about-key-wrap img {
    width: 3.125vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .about-key-wrap img {
    width: 3.125vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .about-key-wrap img {
    width: 40px;
  }
}
@media (max-width: 600px) {
  .about-key-wrap img {
    width: 40px;
  }
}
@media (min-width: 1025px) {
  .about-key-wrap .about-key-wrap__details {
    padding-left: 1.5625vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .about-key-wrap .about-key-wrap__details {
    padding-left: 1.5625vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .about-key-wrap .about-key-wrap__details {
    padding-left: 30px;
  }
}
@media (max-width: 600px) {
  .about-key-wrap .about-key-wrap__details {
    padding-left: 30px;
  }
}

.ash-bg-top::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: #F3F3F3;
}
@media (min-width: 1025px) {
  .ash-bg-top::after {
    top: 15.625vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .ash-bg-top::after {
    top: 15.625vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .ash-bg-top::after {
    top: 300px;
  }
}
@media (max-width: 600px) {
  .ash-bg-top::after {
    top: 300px;
  }
}

.ash-bg-full::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: #F3F3F3;
  top: 0;
}

@media (min-width: 1025px) {
  .calculator-wrap {
    padding-top: 2.6041666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .calculator-wrap {
    padding-top: 2.6041666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .calculator-wrap {
    padding-top: 20px;
  }
}
@media (max-width: 600px) {
  .calculator-wrap {
    padding-top: 20px;
  }
}
@media (min-width: 1025px) {
  .calculator-wrap {
    padding-bottom: 2.6041666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .calculator-wrap {
    padding-bottom: 2.6041666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .calculator-wrap {
    padding-bottom: 20px;
  }
}
@media (max-width: 600px) {
  .calculator-wrap {
    padding-bottom: 20px;
  }
}
@media (min-width: 1025px) {
  .calculator-wrap {
    padding-left: 2.6041666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .calculator-wrap {
    padding-left: 2.6041666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .calculator-wrap {
    padding-left: 20px;
  }
}
@media (max-width: 600px) {
  .calculator-wrap {
    padding-left: 20px;
  }
}
@media (min-width: 1025px) {
  .calculator-wrap {
    padding-right: 2.6041666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .calculator-wrap {
    padding-right: 2.6041666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .calculator-wrap {
    padding-right: 20px;
  }
}
@media (max-width: 600px) {
  .calculator-wrap {
    padding-right: 20px;
  }
}
.calculator-wrap table {
  width: 100%;
}
.calculator-wrap table tr td:last-child {
  text-align: right;
}
@media (min-width: 1025px) {
  .calculator-wrap table td {
    padding-top: 0.5208333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .calculator-wrap table td {
    padding-top: 0.5208333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .calculator-wrap table td {
    padding-top: 5px;
  }
}
@media (max-width: 600px) {
  .calculator-wrap table td {
    padding-top: 5px;
  }
}
@media (min-width: 1025px) {
  .calculator-wrap table td {
    padding-bottom: 0.5208333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .calculator-wrap table td {
    padding-bottom: 0.5208333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .calculator-wrap table td {
    padding-bottom: 5px;
  }
}
@media (max-width: 600px) {
  .calculator-wrap table td {
    padding-bottom: 5px;
  }
}
.calculator-wrap .table-bg-white {
  background: #FFF;
  box-shadow: 0px 5px 29px 0px rgba(100, 100, 111, 0.09);
}
@media (min-width: 1025px) {
  .calculator-wrap .table-bg-white {
    padding-top: 1.5625vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .calculator-wrap .table-bg-white {
    padding-top: 1.5625vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .calculator-wrap .table-bg-white {
    padding-top: 20px;
  }
}
@media (max-width: 600px) {
  .calculator-wrap .table-bg-white {
    padding-top: 20px;
  }
}
@media (min-width: 1025px) {
  .calculator-wrap .table-bg-white {
    padding-bottom: 1.5625vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .calculator-wrap .table-bg-white {
    padding-bottom: 1.5625vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .calculator-wrap .table-bg-white {
    padding-bottom: 20px;
  }
}
@media (max-width: 600px) {
  .calculator-wrap .table-bg-white {
    padding-bottom: 20px;
  }
}
@media (min-width: 1025px) {
  .calculator-wrap .table-bg-white {
    padding-left: 2.6041666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .calculator-wrap .table-bg-white {
    padding-left: 2.6041666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .calculator-wrap .table-bg-white {
    padding-left: 20px;
  }
}
@media (max-width: 600px) {
  .calculator-wrap .table-bg-white {
    padding-left: 20px;
  }
}
@media (min-width: 1025px) {
  .calculator-wrap .table-bg-white {
    padding-right: 2.6041666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .calculator-wrap .table-bg-white {
    padding-right: 2.6041666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .calculator-wrap .table-bg-white {
    padding-right: 20px;
  }
}
@media (max-width: 600px) {
  .calculator-wrap .table-bg-white {
    padding-right: 20px;
  }
}

.input-file {
  position: relative;
  border-radius: 10px;
  background-color: #F1F0F0;
  width: 100%;
  background-repeat: no-repeat;
  background-size: 5.2083333333vw auto;
  background-position: center;
  background-image: url("../../img/input.png") !important;
  min-height: 10.4166666667vw;
}
@media (min-width: 1025px) {
  .input-file {
    font-size: 0.7291666667vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .input-file {
    font-size: 0.8333333333vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .input-file {
    font-size: 15px !important;
  }
}
@media (max-width: 600px) {
  .input-file {
    font-size: 15px !important;
  }
}
.input-file .btn {
  font-size: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}
.input-file .file-container {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  top: 10px;
  left: 10px;
  bottom: 10px;
  right: 10px;
}
.input-file .file-container img {
  object-position: center;
  object-fit: contain;
}
@media (min-width: 1025px) {
  .input-file .file-container img {
    width: 5.2083333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .input-file .file-container img {
    width: 5.2083333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .input-file .file-container img {
    width: 100px;
  }
}
@media (max-width: 600px) {
  .input-file .file-container img {
    width: 100px;
  }
}
@media (min-width: 1025px) {
  .input-file .file-container img {
    height: 5.2083333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .input-file .file-container img {
    height: 5.2083333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .input-file .file-container img {
    height: 100px;
  }
}
@media (max-width: 600px) {
  .input-file .file-container img {
    height: 100px;
  }
}
.input-file .file-preview {
  background: #fff;
  display: flex;
}
.input-file .file-wrapper {
  background: #fff;
}
@media (min-width: 1025px) {
  .input-file .file-wrapper {
    padding: 0.5208333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .input-file .file-wrapper {
    padding: 0.5208333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .input-file .file-wrapper {
    padding: 20px;
  }
}
@media (max-width: 600px) {
  .input-file .file-wrapper {
    padding: 20px;
  }
}
@media (min-width: 1025px) {
  .input-file .file-wrapper {
    margin-right: 0.5208333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .input-file .file-wrapper {
    margin-right: 0.5208333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .input-file .file-wrapper {
    margin-right: 10px;
  }
}
@media (max-width: 600px) {
  .input-file .file-wrapper {
    margin-right: 10px;
  }
}
@media (min-width: 1025px) {
  .input-file .file-wrapper {
    margin-bottom: 0.5208333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .input-file .file-wrapper {
    margin-bottom: 0.5208333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .input-file .file-wrapper {
    margin-bottom: 10px;
  }
}
@media (max-width: 600px) {
  .input-file .file-wrapper {
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 1025px) {
  .care-points-wrap .care-points-img {
    position: relative;
    left: auto;
    right: auto;
  }
  .care-points-wrap .care-points-item__right {
    padding-right: 0%;
    padding-left: 0;
  }
  #contactTab button {
    border-radius: 10px;
  }
  #contactTab li {
    margin-right: 0;
    width: 49%;
  }
  #contactTab li button {
    width: 100%;
  }
  .staff-box-wrap .staff-box {
    margin-bottom: 20px;
  }
  .quick-contact .heading--36 {
    font-size: 30px !important;
  }
  .input-file {
    background-size: 100px;
    min-height: 200px;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .care-points-wrap .care-points-img {
    width: 100% !important;
  }
  #contactTab {
    justify-content: space-between !important;
  }
  .staff-box-inner .width--30 {
    width: 30% !important;
  }
  .staff-box-inner .width--70 {
    width: 70% !important;
  }
  .map-iframe iframe {
    height: 400px;
  }
  .staff-box-wrap {
    justify-content: space-between;
  }
  .staff-box-wrap .staff-box {
    width: 49%;
  }
}
@media only screen and (max-width: 600px) {
  #contactTab li {
    margin-right: 0;
    margin-bottom: 10px;
    width: 100% !important;
  }
  #contactTab li button {
    width: 100%;
  }
  #contactTab {
    justify-content: space-between !important;
  }
  .contact-tab-wrap {
    background: #fff;
    padding: 0 !important;
  }
  .quick-contact {
    justify-content: center !important;
  }
  .staff-box-inner .width--30 {
    width: 30% !important;
  }
  .staff-box-inner .width--70 {
    width: 70% !important;
  }
}