.d-none{
   display:none;     
}
.call-an-agent {
  width: 290px;
  height: 50px;
  background-color: #fff;
  border-radius: 15px;
  box-shadow: 0px 12px 45px rgba(0, 0, 0, 0.15);
  font-family: "Roboto", sans-serif;
  text-align: center;
  margin: 0 0 10px 0;
  overflow: hidden;
  opacity: 0;
}
.call-an-agent.open {
  width: 284px !important;
  height: 310px;
  opacity: 1;
}
.call-an-agent.popup-ani {
  -webkit-transition: all 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: all 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  width: 0px;
}
    input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type="number"] {
  -moz-appearance: textfield;
}
.call-an-agent h2 {
  font-size: 20px;
  /* color: #757575;*/
  padding: 10px 0;
  margin: 0;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  padding-bottom: 3px;
}

/* .logo-ani {
  transition: 0.5s linear;
  -webkit-transition: 0.5s linear;
} */

.logo-ani {
  background-color: #00a959;
  cursor: pointer;
  color: #fff;
  font-size: 14px;
  padding: 12px 15px;
  border-radius: 10px;
  border: 0;
  outline: none;
  margin: 8px 0;
  width: 100%;
  box-sizing: border-box;
  line-height: normal;
  /*Bootstrap Overide*/
  font-family: sans-serif;
}
.logo-ani:hover {
  background-color: #26baf1;
}
/* .call-an-agent .img {
  background-image: url("https://img.icons8.com/external-kiranshastry-lineal-kiranshastry/64/000000/external-headphones-multimedia-kiranshastry-lineal-kiranshastry-2.png");
} */

/* .call-an-agent-fab #img-icon {
  font-size: 40px;
  background-position: -1px -53px;
  color: #00aeef;
} */
.call-an-agent-fab .wrap {
  transform: rotate(360deg);
  -webkit-transition: all 1s cubic-bezier(0.15, 0.87, 0.45, 1.23);
  transition: all 1s cubic-bezier(0.15, 0.87, 0.45, 1.23);
}
.call-an-agent-fab .ani {
  transform: rotate(0deg);
  -webkit-transition: all 1s cubic-bezier(0.15, 0.87, 0.45, 1.23);
  transition: all 1s cubic-bezier(0.15, 0.87, 0.45, 1.23);
}
.call-an-agent-fab .close {
  background-position: -2px 1px;
  transform: rotate(360deg);
  float: none;
  opacity: 1;
}
.call-an-agent-wrap {
  position: fixed;
  right: 25px;
  bottom: 95px;
  z-index: 10;
  display: block;
}

#call-icon {
  font-size: 20px;
  margin: 2px;
}

.product-wrap {
  background-color: #eee;
  border-radius: 10px;
  padding: 10px;
  padding-top: 8px;
  margin: 8px 0;
}

.call-an-agent-fab {
  width: 50px;
  height: 50px;
  background-color: #00a959;
  border-radius: 100px;
  float: right;
  box-shadow: 0px 12px 45px rgba(0, 0, 0, 0.3);
  z-index: 5;
  position: relative;
}
.call-an-agent-fab .img-fab {
  height: 30px;
  width: 30px;
  margin: 15px auto;

  background-position: -1px -53px;
}

.call-img {
  width:32px;
  height: 32px;
  margin-top: -6px;
  margin-left: -1px;
}
.popup-formDiv .form-check-label a {
color: #00a959;
}
.popup-background {
  position: fixed;
  bottom: 0;
  width: 100%;
  justify-content: center;
  align-items: center;
  height: 100vh;
  z-index: 1000000;
  background-color: rgba(0, 0, 0, 0.8);
  -webkit-transition: all 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: all 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);

  animation: fadeInAnimation ease 1s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
  display: none;
}
@keyframes fadeInAnimation {
  0% {
    opacity: 0.7;
  }

  100% {
    opacity: 1;
  }
}

.main-popup-container {
  background-color: #ffffff;
  width: 365px;
  height: 430px;
  border-radius: 20px;
  padding: 35px 28px;
  position: relative;
}
.popup-container-heading {
  width: 100%;
  margin-bottom: 25px;
}
.popup-input-fields {
  display: flex;
  align-items: center;
  border-bottom: 1px solid rgba(174, 174, 174, 0.5);
  width: 95%;
  padding: 12px 0px;
  margin: 16px 10px;
}
.popup-input-container-right {
  width: 100%;
}
.popup-input-container-right input {
  border: none !important;
  font-size: 16px;

  width: 95%;
  margin-left: 10px;
}
.popup-input-container-right input::placeholder {
  color: rgba(187, 187, 187, 1);
}
/* Has to recheck if i can remove it
 */
.popup-input-container-right input:focus {
  outline: none;
}
.popup-input-container-right select {
  border: none;
  font-size: 16px;
  color: rgba(187, 187, 187, 1);
  height: 16px !important;
  background: none;
}
.popup-container-heading h2 {
  font-size: 2.7rem;
  font-weight: 700;
}
.popup-submit-btn {
  margin-top: 50px;
  width: 100%;
  display: flex;
  justify-content: center;
}
.popup-submit-btn button {
  border: none;
  background: #00a959;
  color: ghostwhite;
  width: 55%;
  padding: 5px 0px;
  font-size: 16px;
  font-weight: 600;
  border-radius: 8px;
}
.popup-cancel-btn {
  position: absolute;
  top: 10px;
  right: 14px;
  cursor: pointer;
}
.popup-success-message,
.pop-up-error-message {
  height: 75%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  background: #d6f8e8;
  border-radius: 20px;
  padding: 20px;
  animation: fadeInAnimation ease 1s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
  display: none;
}
.pop-up-success-message-container h3,
.pop-up-error-message-container h3 {
  font-size: 2rem;
  font-weight: 700;
  color: #343a40;
}
.pop-up-expert-thanks-cancel-img,
.pop-upexpert-error-cancel-img {
  position: absolute;
  top: 12px;
  right: 10px;
}
.popup-input-container-right .popup-textwarning {
  position: absolute;
  margin: -3px 14px;
  width: 50%;
}
.popup-submit-btn button:disabled {
  background: #008345;
}
