/*POPUP CSS*/
.inner-popup .banner-quote-form {
    padding: 0;
    background: transparent;
}
.form-popup h3.popup-color {
    color: black;
    font-size: 28px;
    margin-bottom: 30px;
}
.call-us-section .call-us-style a:hover i {
    background-color: #ffdd00;
    color: black;
}
.call-us-section .call-us-style i {
    height: 50px;
    width: 50px;
    font-size: 22px;
}
.call-us-section .call-us-style i {
    height: 50px;
    width: 50px;
    font-size: 22px;
    box-shadow: 0px 0px 13px rgb(255 221 0 / 40%);
}
.call-us-style a {
    font-size: 25px;
}
.call-us-section h4 {
    margin-bottom: 25px;
    font-size: 19px;
    font-weight: 600;
    color:black;
}
.call-us-style i {
    /* border: 1px solid #fff; */
    width: 80px;
    height: 80px;
    position: relative;
    border-radius: 50px;
    transition: all 0.5s ease-in-out;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    margin: 0px 20px 20px 20px;
    box-shadow: 0px 0px 13px rgb(255 221 0 / 48%);
}
.call-us-style i::after {
    content: '';
    border: 1px solid rgb(255 221 0);
    width: 100%;
    height: 100%;
    position: absolute;
    border-radius: 50px;
    top: 0;
    left: 0;
    animation: call-animation .5s infinite;
    transition: all 0.5s ease-in-out;
}
@keyframes call-animation {
  0% {
      opacity:1;
      transform:scale(1);
      
  }
  100%{
      opacity:0;
      transform:scale(1.8);
      
  }
}
.wmi_popUp {
    position: fixed;
    width: 100%;
    max-width: 400px;
    height: 100%;
    background: rgba(236, 240, 241, 1);
    border: none;
    bottom: 0;
    margin-right: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 999999;
    right: -100%;
    box-shadow: 0 0 50px rgb(0 0 0 / 34%);
    top: 0;
    bottom: 0;
    margin: auto;
}
.inner-popup .sec-title {
    position: relative;
    margin-bottom: 0;
    text-align: center;
    width: 100%;
}
.inner-popup {
    display: grid;
    align-items: center;
/*     justify-content: center; */
    height: 100%;
    margin: auto;
    overflow-y: auto;
    overflow-x: hidden;
    flex-direction: column;
    width:100%;
}

.popup-form input ,.popup-form .bootstrap-select .dropdown-toggle .filter-option{
    height: 35px;
    border-radius: 50px;
    padding: 28px;
    width: 100%;
}
.popup-form .bootstrap-select:not(.input-group-btn), .popup-form .bootstrap-select[class*=col-] {
    height: 39px;
}
#new span {
  background: #fff;
  position: absolute;
  color: #1c8dc4;
  padding: 4px 10px;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1px;
  margin-top: -5px;
}

.wmi_popUp .close {
    color: black;
    left: auto;
    right: 30px!important;
    top: 30px!important;
    position: fixed!important;
    cursor: pointer;
    opacity: 1;
    z-index: 9999;
    width: 100%;
    float: inherit;
    display: flex;
    flex-flow: row-reverse;
}
.wmi_popUp .close img {
    width: 25px;
    height: 25px;
    left: auto;
    position: absolute;
    right: -14px;
    top: -22px;
    bottom: auto;
}
.form-popup {
    height: 100%;
    display: grid;
    align-items: center;
    justify-content: center;
}
.wmi_popUp h2 {
  font-size: 25px;
  color: #464646;
  line-height: 24px;
  font-weight: 400;
  text-align: center;
  margin-top: 20px;
  padding: 0 20px;
}
.wmi_popUp .sec-title .subtitle {
    font-size: 16px;
}
.inner-popup::-webkit-scrollbar {
  width: 8px;
}

/* Track */
.inner-popup::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
/* Handle */
.inner-popup::-webkit-scrollbar-thumb {
  background: black; 
}

/* Handle on hover */
.inner-popup::-webkit-scrollbar-thumb:hover {
  background: gray; 
}
div.popup-overlay::before {
    content: "";
    width: 100%;
    height: 100%;
    position: fixed;
    background: rgb(0 0 0 / 45%);
    top: 0;
    left: 0;
    opacity:0;
    visibility: hidden;
    transition:all 0.5s ease-in-out;
    
}
div.popup-overlay-active::before {
    opacity:1!important;
    z-index:9999;
    visibility: visible!important;
    cursor: url(../../images/cancel-icon.png) 50 50 , auto;
}

@media all and (max-width: 900px) {
.wmi_popUp {
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    margin: auto;
    justify-content: center;
    max-width: 100%;
    bottom:0;
    top:0px;
    height: 100%!important;
    transform: scale(1.3);
    opacity:0;
    transition: all 0.4s ease-in-out;
    visibility:hidden;
	width: 100%;
  }
  .wmi-popup-active{
    transform: scale(1)!important;
    opacity:1;
    visibility:visible;
  }
}
@media all and (max-width: 580px) {
.inner-popup{
  max-width:100%!important  
 }
}
.wmi_popUp .banner_form {
    background: transparent;
    padding: 0;
    border-radius: 0;
}
.popup-content {
    height: 100%;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    align-content: space-around;
}
div#wmi-popup .wpcf7-not-valid-tip {
    color: #dc3232;
    font-size: 1em;
    font-weight: normal;
    position: absolute;
    right: 14px;
    top: 0;
    height: 100%;
    display: flex;
    align-items: center;
    bottom: 0;
    margin: auto;
    justify-content: center;
}
div#wmi-popup .wpcf7-form-control-wrap {
    position: relative;
    width: 100%;
}
.wmi_popUp {
    background: rgb(255 255 255 / 72%);
    -webkit-backdrop-filter: saturate(200%) blur(30px);
    backdrop-filter: saturate(200%) blur(30px);
    width: max-content;
}
/*END POPUP CSS*/
/*LOADER*/
#wmipopupXloader {
    content: "";
    background-color: rgba(255,255,255,0.7);
    position: fixed;
    z-index: +100 !important;
    width: 100%;
    height: 100%;
    left: 0;
    z-index: 99999;
    top: 0;
    
}
#wmipopupXloader:after {
    content: "";
    background-image: url(../../images/loader.gif);
    width: 100px;
    height: 100px;
    position: absolute;
    align-items: center;
    display: flex;
    justify-content: center;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
    right: 0;
    background-size: contain;
    object-fit: contain;
    object-position: center;
}
@media(max-width:600px){
.wmi_popUp{
	max-width:100%!important;
   }
}