
/* home modal form */
.home-default-modal-inner {
  width: 100%;
  max-width: 898px !important;
  padding: 0;
  border-radius: 20px;
}
.home-default-modal-grid {
  margin-left: 0;
  border-radius: 20px;
  background-size: cover;
}
.home-default-modal-grid > * {
  padding-left: 0px;
}
.home-default-modal-form {
  padding: 50px 75px;
}
.home-default-modal-form .form__label{
  font: var(--reservation-widget-label-fonts);
  color: var(--primary-color);
  text-transform: var(--reservation-widget-label-fonts-text-transform);
}
.home-modal-form-group .side-widget__form-control{
  border: none;
  border-radius: 0px;
}
.home-modal-form-group {
  margin-bottom: 24px;
  position: relative;
}
.home-default-modal-inner .form__checkbox{
  position: relative;
  font-size: 12px;
  line-height: 13.2px;
  font-weight: 400;
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.home-default-modal-inner .contact-us__form__actions {
  margin-top: 25px;
}
.home-default-modal-inner .form__checkbox .uk-checkbox {
  margin-right: 10px;
  border: 1px solid var(--tertiary-color);
  border-radius: 3px;
  margin: 0;
  width: 16px;
  height: 16px;
  margin-right: 5px;
}
.home-default-modal-inner .form__checkbox span{
  width: calc(100% - 16px);
}
.home-default-modal-inner .uk-checkbox:checked:focus, .home-default-modal-inner .uk-checkbox:indeterminate:focus, .home-default-modal-inner .uk-radio:checked:focus {
  background-color: var(--primary-color);
}
.home-default-modal-inner .uk-checkbox:checked, .home-default-modal-inner .uk-checkbox:indeterminate, .home-default-modal-inner .uk-radio:checked {
  background-color: var(--primary-color);
  background-repeat: no-repeat;
}
.home-default-modal-media, .home-default-modal-media img {
  width: 100%;
  height: 100%;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}
.home-default-modal-close {
  background: var(--primary-color);
  border: none;
  color: #fff;
  font-size: 20px;
  cursor: pointer;
  padding: 10px;
  top: 25px;
  right: 25px;
  line-height: normal;
  width: 40px;
  height: 40px;
}
.home-default-modal-close:hover, .home-default-modal-close:focus {
  background: var(--highlight-color);
}
.home-default-modal-close:hover span:first-child, .home-default-modal-close:focus span:first-child{
  opacity: 0.6;
}
.home-default-modal-form-title, .home-default-modal-form-description{
  margin-bottom: 20px;
}


.home-default-modal-media-wrapper, .home-default-modal-form-wrapper{
  width: 50%;
}
.home-default-modal-media, .home-default-modal-media img{
  max-height: 100%;
  object-fit: cover;
}
@media only screen and (max-width: 1024px) {
  .home-default-modal-form {
    padding: 50px 25px;
  }
}
@media only screen and (max-width: 960px) {
  .home-default-modal-media, .home-default-modal-media-wrapper {
    display: none;
  }
  .home-default-modal-media-wrapper, .home-default-modal-form-wrapper{
    width: 100%;
  }
}
/* home modal form */

/* Third party modal form */

.third-party-modal-form .home-default-modal-inner {
  background-color: var(--inverse-font-color);
}
.third-party-modal-form .home-default-modal-form{
  padding: 50px 40px;
}
.third-party-modal-form iframe{
  width: 100%;
  border-radius: 0px;
}
.third-party-modal-form .home-default-modal-form-title {
  color: var(--primary-color);
}
/*.ng-star-inserted #home-default-modal {
display: block;
}*/

@media only screen and (max-width: 639.98px) {
  .third-party-modal-form .home-default-modal-form {
    padding: 50px 15px;
  }
}
/* Third party modal form */
/*cache version*/