/*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);
      
  }
}
.popUp {
    position: fixed;
    max-width: 400px;
    min-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: 9999999999;
    right: -425px;
    box-shadow: 0 0 50px rgb(0 0 0 / 34%);
}
.inner-popup .sec-title {
    position: relative;
    margin-bottom: 0;
    text-align: center;
    width: 100%;
}
.inner-popup {
    display: block;
    align-items: center;
    justify-content: center;
    height: 100%;
    margin: auto;
    padding: 20px;
    overflow: auto;
    flex-direction: column;
}

.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;
}

.popUp .close {
    color: black;
    left: auto;
    right: 12px;
    top: 14px;
    position: relative;
    cursor: pointer;
    opacity: 1;
    z-index: 9999;
    width: 100%;
    float: inherit;
    display: flex;
    flex-flow: row-reverse;
}
.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;
}
.popUp h2 {
  font-size: 25px;
  color: #464646;
  line-height: 24px;
  font-weight: 400;
  text-align: center;
  margin-top: 20px;
  padding: 0 20px;
}
.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: #21c58e; 
}

/* Handle on hover */
.inner-popup::-webkit-scrollbar-thumb:hover {
  background: #0c1529; 
}
.open-popup{
    right:0px!important;
}
div.popup-overlay::before {
    content: "";
    width: 100%;
    height: 100%;
    position: fixed;
    background: rgb(0 0 0 / 54%);
    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:999999;
    visibility: visible!important;
}

@media all and (max-width: 900px) {
.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(0);
  }
  .open-popup{
    transform: scale(1)!important;
}
}
.popUp .banner_form {
    background: transparent;
    padding: 0;
    border-radius: 0;
}
.popup-content {
    height: 100%;
    display: flex;
    align-items: center;
}
div#popup-section .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#popup-section .wpcf7-form-control-wrap {
    position: relative;
    width: 100%;
}
.popUp {
    background: rgb(255 255 255 / 53%);
    -webkit-backdrop-filter: saturate(180%) blur(10px);
    backdrop-filter: saturate(180%) blur(10px);
}
/*END POPUP CSS*/