
/* Chat css */

#chat-icon > * {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0) !important;
    box-sizing: border-box !important;
}

.chat-icon{
  top: -109px;
  right: 1%;
  opacity: 1; 
  transition: opacity 0.5s ease 0s; 
  box-sizing: border-box; 
  direction: ltr; 
  text-align: left; 
  position: absolute !important; 
  font-size: 13px;
  
}

.chat-icon-img{
  left: 5px;
}

.chat-icon-whatsapp {
    transform: translateY(0px);
    animation-duration: 0.2s;
    animation-timing-function: ease;
    animation-delay: 0.05s;
    animation-fill-mode: backwards;
    animation-name: iTFjmt;
    display: inline-flex;
    flex-flow: column-reverse wrap-reverse;
    margin-left: auto;
    -webkit-box-pack: start;
    justify-content: flex-start;
    opacity: 0;
    position: relative;
    top: 95px;
    transition: 0.3s top, 0.5s opacity;
}
.whatsapp-icon {
    display: flex;
    margin: 3px;
    position: relative;
    align-items: center;
    /*-webkit-box-pack: end;
    justify-content: flex-end;
    max-height: 80px;
    max-width: 80px;*/
}
.whatsapp-icon span{
	order: 3; 
	padding: 10px;
    color: #FFBF00;
    background-color: #00000091;
    border-radius: 50px;
}
@media (max-width:1025px){
	.whatsapp-icon span{
		display:none;
	}
}
.whatsapp-text {
    position: absolute;
    display: none;
    right: 67px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1000;
    padding: 7px 10px;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 14px;
    line-height: 1.1;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    color: rgb(51, 51, 51);
    background: white;
    box-shadow: rgb(0 0 0 / 12%) 2px 2px 5px;
    white-space: nowrap;
    pointer-events: none;
    transform-origin: right center;
}
.whatsapp-icon-a {
    flex-shrink: 0;
    /*width: 73px;
    height: 69px;*/
    order: 2;
    padding: 5px;
    box-sizing: border-box;
    border-radius: 50%;
    cursor: pointer;
    overflow: hidden;
   /* box-shadow: rgb(0 0 0 / 40%) 2px 2px 6px;*/
    transition: all 0.5s ease 0s;
    position: relative;
    z-index: 200;
    display: block;
    border: 0px;
    /*background-color: rgb(77, 194, 71) !important;*/
}
.chat-icon-a {
    flex-shrink: 0;
    width: 73px;
    height: 69px;
    order: 2;
    padding: 5px;
    box-sizing: border-box;
    border-radius: 50%;
    cursor: pointer;
    overflow: hidden;
    box-shadow: rgb(0 0 0 / 40%) 2px 2px 6px;
    transition: all 0.5s ease 0s;
    position: relative;
    display: block;
    border: 0px;
    background-color: #FFBF00 !important;
}

.chat-icon-chat img,.chat-icon-close img{
    width: 61px;
    height: 61px;
}
.whatsapp-icon-a img {
    width: 50px;
    height: 55px;
    border-radius: 37%;
}

.chat-icon-close {
    animation-duration: 0.4s;
    animation-delay: 0.05s;
    height: 100%;
    width: 100%;
    margin-top: -1px;
    animation-name: enuLnX;
}
.chat-icon-chat {
    animation-duration: 0.4s;
    animation-delay: 0.05s;
    height: 100%;
    width: 100%;
    margin-top: -1px;
    animation-name: kmlPcW;
}


.chat-icon-a .chat-icon-svg,.chat-icon-close .close-icon-svg{
  padding-right: 0 !important;
  padding-top: 0 !important;
}

.whatsapp-svg,.chat-icon-a .chat-icon-svg,.chat-icon-close .close-icon-svg{
  width: 62px; 
  height: 62px; 
  fill: rgb(255, 255, 255); 
  stroke: none;
  background-color: #FFBF00;
  border-radius: 50%;
  padding-right: 7px;
  padding-top: 5px;
}

#chat-icon.open-chat .chat-icon-chat{
  display: none;
}
#chat-icon.open-chat .chat-icon-close{
  display: block;
}
#chat-icon.open-chat .chat-icon-whatsapp{
  top: 0;
  left: 0;
  opacity: 1;
}
.close-icon-svg {
  transform: rotate(0deg);
  transition: 0.3s;
}
.open-chat .close-icon-svg {
  transform: rotate(180deg);
}



@media (max-width: 1700px)
{
  .whatsapp-icon .chat-icon-a{
    display: none;
  }
  .chat-icon-whatsapp{
    display: contents;
  }
}

@media (max-width: 767px){
  .whatapppopupdata img{
    display: none;
  }
  .mobile-outer{
    height: 480px;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right;
  }
}

@media (min-width: 768px){
  .mobile-outer{
    background-image: none !important;
  }
}

@media (max-width: 730px){
  .chat-icon{
    top: 266px;
    right: 2%;
  }
}
@media(min-width: 1351px) and (max-width: 1450px){
  .chat-icon{
    top: 310px;
    right: 3%;
  }
}
@media(min-width: 1500px) and (max-width: 1620px){
  .chat-icon{
    top: 300px;
    right: 7%;
  }
}
@media(min-width: 1701px) and (max-width: 1920px){
  .chat-icon{
    top: 308px;
    right: 12%;
  }
}
@media  (min-width: 731px) and (max-width: 1700px){
  .chat-icon{
    top: 93px;
    right: 1%;
  }
}
@media(min-width: 1800px) and (max-width: 2600px){
  .chat-icon{
    top: 308px;
    right: 1%;
  }
}
@media(min-width: 2026px){
  .chat-icon{
    top: 308px;
    right: 1%;
  }
}


@media(min-width: 2700px) and (max-width: 3600px){
  .chat-icon{
    top: 308px;
    right: 10%;
  }
}

@media(min-width: 3800px) and (max-width: 4800px){
  .chat-icon{
    top: 308px;
    right: 18%;
  }
}

@media(min-width: 5000px){
  .chat-icon{
    top: 308px;
    right: 18%;
  }
}
