	.question-buton.trigger{
		cursor:pointer;
	}
	.contact-form-wrapper{
	    position:relative;
	}

	.question-buton .cc-questionnow-action-ripple{
	background: #00d7bb;
	width: 56px;
	height: 56px;
	padding: 1rem;
	border-radius: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: #ffffff;
	-webkit-animation: cc-buynow-action-ripple 0.6s linear infinite;
	animation: cc-buynow-action-ripple 0.6s linear infinite;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	justify-items: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	text-decoration: none; 
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
	position:relative;
	}

	.question-buton .cc-questionnow-action-ripple{
	display: flex;
    justify-content: center;
    z-index: 9999;

	}
	.question-buton .cc-questionnow-action-ripple i {
color:var(--ast-global-color-0);
		-webkit-transition: 0.3s ease;
	  transition: 0.3s ease;
	  font-size: 22px; }
	  

.modal__overlay {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.85);
  pointer-events: none;
  transition: all 0.4s ease;
  opacity: 0;
      z-index: 9998;
}
.modal__overlay.active{
    opacity:1;
}
.modal-contact-form{
    width: 500px;
    max-width:calc(100% - 10px);
    background-color:#ffffff;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    padding:40px 20px 30px 20px;
       height: auto;
       margin:0 auto;
       display:table;
       position: fixed;
       left: 0;
       right:0;
       top: 50%; 
       border-radius:10px;
       -webkit-transform:translateY(-50%);
       -moz-transform:translateY(-50%);
       -ms-transform:translateY(-50%);
       -o-transform:translateY(-50%);
       transform:translateY(-50%);
    display:none;
    z-index:9999;
}
.modal-contact-form.active{
    display:block;
}
.modal-contact-form .close{
  position: absolute;
  top: 5px;
  right: 5px;
  font-size: 30px;
  cursor: pointer;
  padding: 4px;
  border-radius:100px;
}
.modal-contact-form #submitform{
    background-color: #00d7bb;
    padding: 8px 15px;
    border: none;
    border-radius: 100px;
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    display: block;
    margin-left: auto;
    margin-right: auto;
    cursor:pointer;
}

.modal-contact-form h3{
    font-size: 35px;
    margin-bottom: 25px;
    font-style: normal;
    font-weight: 600;
}

  
  @-webkit-keyframes cc-questionnow-action-ripple {
	0% {
	  -webkit-box-shadow: 0 4px 10px rgba(46, 71, 93, 0.2), 0 0 0 0 rgba(46, 71, 93, 0.2), 0 0 0 5px rgba(46, 71, 93, 0.2), 0 0 0 10px rgba(46, 71, 93, 0.2);
	  box-shadow: 0 4px 10px rgba(46, 71, 93, 0.2), 0 0 0 0 rgba(46, 71, 93, 0.2), 0 0 0 5px rgba(46, 71, 93, 0.2), 0 0 0 10px rgba(46, 71, 93, 0.2); }
	100% {
	  -webkit-box-shadow: 0 4px 10px rgba(46, 71, 93, 0.2), 0 0 0 5px rgba(46, 71, 93, 0.2), 0 0 0 10px rgba(46, 71, 93, 0.2), 0 0 0 20px rgba(46, 71, 93, 0);
	  box-shadow: 0 4px 10px rgba(46, 71, 93, 0.2), 0 0 0 5px rgba(46, 71, 93, 0.2), 0 0 0 10px rgba(46, 71, 93, 0.2), 0 0 0 20px rgba(46, 71, 93, 0); } }
	  
@media screen and (min-width: 1475px) {
    .question-buton .cc-questionnow-action-ripple{
	position:relative;
	  }
	  .nav-bar > li.question-buton:hover{
	      background-color:inherit;
	  }
	  .cc-questionnow-action-ripple:after{
	content: "Întreabă doctorul";
	font-size: 18px;
    display: flex;
    text-align: center;
    align-items: center;
    position: absolute;
    left:60px;
    color: #000000;
    padding: 8px;
    background-color: #dedede;
    border-radius: 5px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    line-height:1em;
	}
    
}
@media screen and (max-width: 1475px) {
    .question-buton.trigger{
        z-index:9999;
    }
  .question-buton .cc-questionnow-action-ripple{
      position: fixed;
      bottom:20px;
      left:25px;
  }
  .cc-questionnow-action-ripple:after{
	content: "Întreabă doctorul";
	font-size: 18px;
    display: flex;
    text-align: center;
    align-items: center;
    position: absolute;
    top: calc(-50% - 28px);
    left: -12px;
    color: #000000;
    padding: 8px;
    background-color: #dedede;
    border-radius: 5px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    line-height:1em;
	}
}
  