.iFrameCloseBtn {
  /* position: fixed; */
  right: 8px;
  /* margin-top: 24px; */
  /* z-index: 10000; */
  /* background: #ffffff; */
  border-radius: 6px;
  /* border: 1px solid #ddd; */
  bottom: 438px; 
  z-index: 1000000;
  margin-right: 0px !important;
  cursor: pointer;
  height: 32px;
  width: 32px;
  border-radius: 100%;
  padding:0px

}

.iFrameFullFrame {
  /* position: fixed; */
  right: 51px;
  /* margin-top: 24px; */
  /* z-index: 10000; */
  /* background: #ffffff; */
  border-radius: 6px;
  /* border: 1px solid #ddd; */
  bottom: 438px; 
  z-index: 1000000;
  margin-right: 1px;
  cursor: pointer;
  height: 32px;
  width: 32px;
  border-radius: 100%;
  padding:0px

}

@media screen and (max-width: 620px) {
 #__msgIframeContainer {
    width: 85%;
    height: 85%;
    z-index: 100000;
  }
  iframe#__msgIframe {
    width:100%;
    height: 93% !important;
  }
  .iFrameCloseBtn {
    bottom: inherit;
    top: 14%;
    margin-top: 10px;
    z-index: 1000000;
    margin-right: 1px;
    cursor: pointer;
    height: 32px;
    width: 32px;
    border-radius: 100%;
  }
}

.normal-screen-iFrame-cross-button {
  bottom: 438px;
  top: inherit;
}

.full-screen-iFrame-cross-button {
  bottom: inherit;
  top: 0;
}

@media only screen and (max-width: 767px) {
  .hero__search__form {
    width: 95%;
  }
}


#__msgIframeContainer {
  display: block;
  position: fixed;
  margin: 5px;
  text-align: end;
  border-radius: 8px;
  right: 0;
  margin-top: 16px;
  z-index: 1000000;
  bottom:-4px;
}
/* new */
iframe#__msgIframe {
  /* margin: 5px; */
  border: 1px solid rgb(221, 221, 221);
  border-radius: 8px;
  display: block;
  /* position: absolute; */
  /* right: 0; */
  bottom: 0;
  z-index: 10000;
  right: 14px;
  /* height: 766px; */
}

#__framfullVCommBtn a.btn{
  padding:0px
}

#__closeVCommBtn a.btn {
  padding:0px;

}
#__framStartVCommBtn a.btn{
  padding:0px
}

#__framfullVCommBtn a.btn img{
  height:32px;
  width:32px
}

#__framStartVCommBtn a.btn img{
  height:32px;
  width:32px
}

#__closeVCommBtn a.btn img {
  height:32px;
 width:32px
}

/* #__framStartVCommBtn  {
  display: inline-block !important;
}

#__framfullVCommBtn {
  display: inline-block !important;
} */