
  .box {
    width: 40%;
    margin: 0 auto;
    background: rgba(255,255,255,0.2);
    padding: 35px;
    border: 2px solid #fff;
    border-radius: 20px/50px;
    background-clip: padding-box;
    text-align: center;
  }
  
  .button {
    font-size: 1em;
    padding: 10px;
    color: #000;
    border: 2px solid #06D85F;
    border-radius: 20px/50px;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.3s ease-out;
  }
  .button:hover {
    background: #06D85F;
  }
  
  .overlay {
    position: fixed;
    top: 0;
    left: 0;
    transition: opacity 500ms;
    display: none;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
	overflow-x: hidden;
    overflow-y: auto;
	width: 100%;
    height: 100%;
	outline: 0;
	z-index: 9999;
	bottom: 0;
    right: 0;
  }
  .blocker {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    content: ' ';
    background: rgba(0,0,0,.5);
  }
  .overlay:target {
    visibility: visible;
    opacity: 1;
  }
  
  .popup {
	margin: 10% auto;
	background: #fff;
	border-radius: 3px;
	width: 35vw;
	position: relative;
	border: 1px solid rgba(0, 0, 0, 0.2);
	align-items: center;
	position: relative;
  }
  .popup h2 {
    margin-top: 0;
    color: #333;
    font-family: Tahoma, Arial, sans-serif;
  }
  .popup .close {
    position: absolute;
    top: 6px;
    right: 12px;
    transition: all 200ms;
    font-size: 1.7rem;
    font-weight: 700;
    text-decoration: none;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: 0.5;
  }
  .popup .close:hover {
    opacity: 0.8;
  }
  .popup .content {
    max-height: 30%;
    overflow: auto;
  }
  
  @media screen and (max-width: 700px){
    .box{
      width: 70%;
    }
    .popup{
      width: 90%;
      margin: 60% auto;
    }
  }


.d-flex {
  display: flex;
}
.popup-aside{
	background-color: #f1f1f1;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	-ms-flex-negative: 1 !important;
	flex-shrink: 1 !important;
}

.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}

.full-height {
	-ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
}
@media only screen and (min-width: 992px) {
  .d-lg-block {
    display: block !important;
  }
}
@media only screen and (max-width: 991px) {
  .d-none {
    display: none !important;
  }
}
.text-center {
  text-align: center !important;
}
@media only screen and (min-width: 992px) {
	.modal-highlight-title {
      display: block;
      text-align: center;
      font-size: 1.2vw;
      font-weight: 600;
      padding: 0.4vw 0 0.1vw;
      color: #AB842A;
	}
	.modal-highlight {
	  list-style: none;
	  padding: 1vw 0;
	  margin-bottom: 0;
	}
	.modal-highlight li i {
	  display: inline-block;
	  font-size: 3.3vw;
	  color: #AB842A;
	}
	.modal-highlight li span {
      display: block;
      font-size: 1vw;
      color: #AB842A;
      padding: 0 0 0.6vw;
	}
	.modal-logo {
      margin: 1vw auto 0;
      max-height: 5vw;
      max-width: 275px;
	}
	.modal-title-secondary {
      display: block;
      font-size: 1vw;
      text-transform: capitalize;
      font-weight: 600;
      padding: 1vw 0 0.5vw;
	}
}

.mi {
    font-family: micon !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.mi-support-call:before {
  content: "\e90f";
}
.mi-support-visit:before {
  content: "\e911";
}
.mi-support-price:before {
  content: "\e910";
}

img {
    vertical-align: middle;
    border-style: none;
}

.text-danger {
  color: #dc3545 !important;
}
.form-group {
  margin-bottom: 1rem;
}
.micro-form-field {
  font-size: 1.1vw;
  
}
.rounded-0 {
  border-radius: 0 !important;
}
#enq_form1 .form-control {
    display: block!important;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem!important;
    font-size: 1rem!important;
    font-weight: 400!important;
    line-height: 1.5!important;
    color: #495057!important;
    background-color: #fff!important;
    background-clip: padding-box!important;
    border: 1px solid #ced4da;
    border-radius: 0.25rem!important;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    border-top: none!important;
    border-left: none!important;
    border-right: none!important;
}

#enq_form1 .micro-form-btn {
  font-size: 1.2vw!important;
  padding: 0.3vw 2vw!important;
}
#enq_form1 .btn-info {
  color: #fff!important;
  background-color: #17a2b8!important;
  border-color: #17a2b8!important;
}
#enq_form1 .btn {
  display: inline-block!important;
  font-weight: 400!important;
  color: #fff!important;
  text-align: center!important;
  vertical-align: middle!important;
  -webkit-user-select: none!important;
  -moz-user-select: none!important;
  -ms-user-select: none!important;
  user-select: none!important;
  border: 1px solid transparent!important;
  padding: 0.375rem 0.75rem!important;
  font-size: 1rem!important;
  line-height: 1.5!important;
  border-radius: 0.25rem!important;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out!important;
}
.effetGradient, .effetGradient:hover {
  text-shadow: 0 3px 6px #AB842A;
  background-color: #AB842A;
  background: linear-gradient(-45deg, #AB842A, #AB842A, #AB842A, #AB842A);
  background-size: 400% 400%;
  -webkit-animation: Gradient 3s ease infinite;
  -moz-animation: Gradient 3s ease infinite;
  animation: Gradient 3s ease infinite;
  color: #fff!important;
  border: none!important;
}
@keyframes Gradient {
  0% {
      background-position: 0 50%;
  }

  50% {
      background-position: 100% 50%;
  }
  100% {
      background-position: 0 50%;
  }
}
@media only screen and (min-width: 992px) {
  .modal-call-btn, .modal-call-btn:hover {
      display: block;
      background-color: #AB842A;
      color: #fff;
      padding: 0.5vw 0;
      text-decoration: none;
  }
}
.mi {
  font-family: micon !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.mi-call:before {
  content: "\e900";
}

@media only screen and (max-width: 991px) {
  .modal-logo {
      margin-top: 20px;
      max-height: 60px;
      max-width: 90%;
  }
  .modal-title-secondary {
      display: block;
      font-size: 15px;
      text-transform: capitalize;
      font-weight: 600;
      padding: 10px 0 5px;
  }
  .modal-call-btn, .modal-call-btn:hover {
      display: block;
      background-color: #AB842A;
      color: #fff;
      padding: 5px 0;
      text-decoration: none;
  }
}

.form-icon svg{
    width: 35px;
}
.form-icon svg path{
    fill: #AB842A
}
.modal-logo {
    margin: auto auto;
    padding-top: 10px;
}

.mob-action{
    display: none;
}
@media only screen and (max-width: 767px) {
    #enq_btn_desktop {
        display: none;
    }
    .mob-action {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        background-color: #39B54A;
        color: #fff;
        box-shadow: 0 1px 6px 2px rgba(0, 0, 0, 0.4);
        z-index: 1030;
        display: flex;
        flex-wrap: wrap;
        
    }
    .mob-action .nav-item {
        color: #fff;
        padding: 10px 0;
        text-align: center;
        font-size: 14px;
        width: 32%;
        display: inline-flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        flex: 1 1 auto;
    }
    .mob-action .nav-item a {color: #fff; }
    .mob-action .nav-item:not(:last-child) {
        border-right: 1px solid #fff;
    }
    .mi.action-icon {
        font-size: 18px;
        color: #fff;
    }
    
}












