.cwpgdiv{
display: block !important;
position: fixed;
bottom: 50px !important;
z-index: 999;
right:35px;
//padding: 9px;
width: 57px;
 /* background-color:white; */
color: #fff;
text-align: center;
border-radius: 6px;
//box-shadow: 0 2px 6px 0 rgb(0 0 0 / 40%);
}
.cwpgpopup {
  position: relative;
  display: inline-block;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  
  
}

/* The actual cwpgpopup */
.cwpgpopup .popuptext {
  visibility: hidden;
  width: 156px;
  /* background-color: white; */
  /* color: #fff; */
  text-align: center;
  border-radius: 6px;
  /* padding: 8px 0; */
  position: absolute;
  z-index: 1;
  bottom: 110%;
  left: 50%;
  margin-left: -80px;
  /* box-shadow: 0 2px 6px 0 rgb(0 0 0 / 40%); */
  
}

/* cwpgpopup arrow */
.cwpgpopup .popuptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

/* Toggle this class - hide and show the cwpgpopup */
.cwpgpopup .show {
  visibility: visible;
  -webkit-animation: fadeIn 1s;
  animation: fadeIn 1s;
  width: 71px;
  margin-left: -37px;
}

@media screen and (max-width: 768px) {
    .play-pause {
        width: 40px;
    }
}
@media only screen and (min-width: 480px) and (max-width: 768px) {
    .play-pause {
        width: 100%;
    }
 }

#callcontactsp{
	display: none;
position: fixed;
bottom: 108px !important;
z-index: 999;
right:35px;
padding: 15px;
width: 300px;
 background-color:white; 
color: black;
text-align: left;
border-radius: 6px;
	}
	.dialogClosesp{
		position:absolute;
		right:10px;
		top:5px;
		}
#callcontactsp div a {
    text-decoration: none;
    margin-bottom: 0px;
    font-size: var(--fontsize32);
    color: var(--primaryColor);
    font-family: calibribold;
}
#callcontactsp p {
    text-decoration: none;
    margin-bottom: 0px;
    color: #586282;
    font-size: var(--fontsize16);
    font-family: calibri;
}

.mobileViewnew{position: fixed; transition: all 0.2s ease;  bottom:-100px; left:0; right:0; display: flex; box-shadow: 0 0 4px 0 rgb(0 0 0 / 20%); background-color: var(--whiteColor); padding:10px; }
.mobileViewnew a{background-color: var(--primaryColor); width:var(--fullwidth); font-weight: 700; margin-left: 10px; color:var(--whiteColor); text-align: center; text-decoration: none; border-radius:5px;}

@media screen and (max-width:770px) {
.mobileViewnew{bottom:0; justify-content: center;}
.mobileViewnew a{flex-grow: 1; width:auto; display: flex; align-items: center; justify-content: center}
.fx_whatsapp_icon_new { display: none; width: 0;}
