.ism__single__video__box {
    margin-bottom: 30px;
}

.holder {
  width: 560;
  height: 315px;
  position: relative;
}

.frame {
  width: 100%;
  height: 100%;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 315px;
  cursor: pointer;
}

ul.ism-brand {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

ul.ism-brand img:hover {
  transform: scale(1.1);
  opacity: 1;
  filter: grayscale(0%);
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
}

ul.ism-brand li {
  list-style: none;
}

@media only screen and (max-width: 575px) {
  ul.ism-brand li {
    flex-basis: 33.33%;
    padding: 0 15px;
    margin-bottom: 16px;
  }
}

@media only screen and (max-width: 767px) {
  ul.ism-brand li {
    flex-basis: 33.33%;
    padding: 17px 10px;
  }
}

ul.ism-brand img {
  opacity: 0.7;
  transition: 0.3s;
  max-height: 55px;
  min-width: 150px;
  cursor: pointer;
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
}

@media only screen and (max-width: 575px) {
  ul.ism-brand img {
    max-height: initial;
    max-width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  ul.ism-brand img {
    max-height: 60px;
    max-width: 90px;
  }
}

.ism-brand li:not(:last-child) {
  margin-right: 20px;
}

.ism-whatsapp {
	width: 290px;
	height: 50px;
	background-color: #fff;
	border-radius: 15px;
	box-shadow: 0px 12px 45px rgba(0, 0, 0, .15);
	text-align: center;
	margin: 0 0 10px 0;
	overflow: hidden;
	opacity: 0;
}
.ism-whatsapp.open {
	height: 335px;
	opacity: 1;
}
.ism-whatsapp.popup-ism {
	-webkit-transition: all .8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
	transition: all .8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.ism-whatsapp h1 {
	font-size: 20px;
	color: #757575;
	padding: 25px 0;
	margin: 0;
  font-weight:400;
}
.ism-whatsapp .love {
	width: 20px;
	height: 20px;
	background-position: 35px 84px;
	display: inline-block;
	margin: 0 6px;
	background-size: 62px;
}
.ism-whatsapp .ba-logo {
	width: 65px;
	height: 25px;
	background-position: 0px;
	margin: 0 auto;
	opacity: .5;
	cursor: pointer;
}
.ism-whatsapp .ba-logo:hover {
	opacity: 1;
}
.logo-ani {
	transition: 0.5s linear;
	-webkit-transition: 0.5s linear;
}
.ism-whatsapp input {
	font-size: 14px;
	padding: 12px 15px;
	border-radius: 15px;
	border: 0;
	outline: none;
	margin: 8px 0;
	width: 100%;
	box-sizing: border-box;
	line-height: normal;
}
.ism-whatsapp form {
	padding: 5px 30px 0;
	margin-bottom: 15px;
}
.ism-whatsapp input[name="email"] {
	background-color: #eee;
}
.ism-whatsapp input[name="submit"] {
	background-color: #00aeef;
	cursor: pointer;
	color: #fff;
}
.ism-whatsapp input[name="submit"]:hover {
	background-color: #26baf1;
}
.ism-whatsapp .img {
	background-image: url("https://res.cloudinary.com/dcjkyo2uo/image/upload/v1692702205/ism-wa_juef5g.png");
}
.ism-float {
	width: 65px;
	height: 65px;
	background-color: #00A884;
	border-radius: 30px;
	float: left;
	box-shadow: 0px 12px 45px rgba(0, 0, 0, .3);
	z-index: 5;
	position: relative;
}
.ism-float .img-fab {
	height: 30px;
	width: 30px;
	margin: 15px auto;
	background-image: url("https://res.cloudinary.com/dcjkyo2uo/image/upload/v1692702205/ism-wa_juef5g.png");
	background-position: 0px -50px;
}
.ism-float .wrap {
	transform: rotate(0deg);
	-webkit-transition: all .15s cubic-bezier(0.15, 0.87, 0.45, 1.23);
	transition: all .15s cubic-bezier(0.15, 0.87, 0.45, 1.23);
}
.ism-float .ani {
	transform: rotate(45deg);
	-webkit-transition: all .15s cubic-bezier(0.15, 0.87, 0.45, 1.23);
	transition: all .15s cubic-bezier(0.15, 0.87, 0.45, 1.23);
}
.ism-float .close {
	background-position: -2px 1px;
	transform: rotate(-45deg);
	float: none;
	/*Bootstrap Overide*/
	opacity: 1;
	/*Bootstrap Overide*/
}
.ism-wrap--float {
	position: fixed;
	left: 25px;
	bottom: 25px;
	z-index: 1000;
}
.ba-settings {
	position: absolute;
	top: -25px;
	left: 0px;
	padding: 10px 20px;
	background-color: #555;
	border-radius: 5px;
	color: #fff;
}

.chat-header {
  background-color: rgb(9, 94, 84);
  color: rgb(17, 17, 17);
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  padding: 15px 20px;
}

.chat-avatar--wrap {
  display: block;
  flex-shrink: 0;
  overflow: inherit;
  cursor: pointer;
}

.chat-avatar--wrap::before {
  background-color: rgb(74, 213, 4);
  display: block;
  border: 2px solid rgb(9, 94, 84);
}

.chat-avatar--wrap::before {
  content: "";
  bottom: 0px;
  right: 0px;
  width: 12px;
  height: 12px;
  box-sizing: border-box;
  position: absolute;
  z-index: 1;
  border-radius: 50%;
}

.chat-avatar--wrap::after {
  content: "";
  position: absolute;
  top: 0px;
  display: block;
  width: inherit;
  height: inherit;
  border-radius: 50%;
  box-shadow: rgba(17, 17, 17, 0.1) 0px 0px 2px inset;
}

.avatar-wrapper {
  width: inherit;
  height: inherit;
  transition: opacity 1s ease-out 0s;
  background-color: rgb(210, 210, 210);
  opacity: 1;
  border-radius: 50%;
  overflow: hidden;
}

.avatar-wrapper img {
  object-fit: cover;
}

.chat-avatar {
  position: relative;
  width: 52px;
  height: 52px;
  box-shadow: rgba(17, 17, 17, 0.1) 0px 0px 2px inset;
  overflow: hidden;
}

.chat-info {
  margin-left: 16px;
  margin-right: 16px;
  width: 100%;
  overflow: hidden;
}

.chat-info .name {
  font-size: 14px;
  text-align: left;
  font-weight: bold;
  line-height: 20px;
  max-height: 60px;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: rgb(255, 255, 255);
}

.chat-info .desc {
  font-size: 12px;
  line-height: 18px;
  margin-top: 4px;
  color: rgb(255, 255, 255);
  float: left;
}

.chat-layout {
  padding: 20px 20px 20px 10px;
  background-color: rgb(230, 221, 212);
  position: relative;
  overflow: auto;
  max-height: 382px;
}

.chat-layout::before {
  display: block;
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  height: 100%;
  width: 100%;
  z-index: 0;
  opacity: 0.08;
  background-image: url('https://res.cloudinary.com/dcjkyo2uo/image/upload/v1692703631/whatsapp_nnpb76.png');
}

.chat-wrapper {
  display: flex;
  z-index: 1;
}

.chat-content {
  padding: 7px 14px 6px;
  position: relative;
  transition: all 0.3s ease 0s;
  color: rgb(17, 17, 17);
  font-size: 15px;
  line-height: 1.39;
  border-radius: 0px 8px 8px;
  background-color: rgb(255, 255, 255);
  margin-top: 4px;
  text-align: left;
}

.chat-content::before {
  position: absolute;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAmCAMAAADp2asXAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAACQUExURUxpccPDw9ra2m9vbwAAAAAAADExMf///wAAABoaGk9PT7q6uqurqwsLCycnJz4+PtDQ0JycnIyMjPf3915eXvz8/E9PT/39/RMTE4CAgAAAAJqamv////////r6+u/v7yUlJeXl5f///5ycnOXl5XNzc/Hx8f///xUVFf///+zs7P///+bm5gAAAM7Ozv///2fVensAAAAvdFJOUwCow1cBCCnqAhNAnY0WIDW2f2/hSeo99g1lBYT87vDXG8/6d8oL4sgM5szrkgl660OiZwAAAHRJREFUKM/ty7cSggAABNFVUQFzwizmjPz/39k4YuFWtm55bw7eHR6ny63+alnswT3/rIDzUSC7CrAziPYCJCsB+gbVkgDtVIDh+DsE9OTBpCtAbSBAZSEQNgWIygJ0RgJMDWYNAdYbAeKtAHODlkHIv997AkLqIVOXVU84AAAAAElFTkSuQmCC");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  top: 0px;
  left: -12px;
  width: 12px;
  height: 19px;
}

.chat-name {
  font-size: 13px;
  font-weight: bold;
  line-height: 18px;
  color: rgba(0, 0, 0, 0.4);
}

.chat-mess {
  font-size: 14px;
  line-height: 19px;
  margin-top: 4px;
  color: rgb(17, 17, 17);
}

.chat-time {
  text-align: right;
  margin-top: 4px;
  font-size: 12px;
  line-height: 16px;
  color: rgba(17, 17, 17, 0.5);
  margin-right: -8px;
  margin-bottom: -4px;
}

button.whatsapp {
  background-color: rgb(20, 198, 86);
  border-color: rgba(0, 0, 0, 0);
  border-radius: 24px;
  font-family: inherit;
  color: rgb(255, 255, 255);
  margin: 15px 0 0px 0;
  width: calc(100% - 40px);
  backface-visibility: hidden;
}

button.whatsapp {
  position: relative;
  max-width: 100%;
  line-height: 1.32;
  font-weight: bold;
  border-style: solid;
  border-width: 0px;
  height: fit-content;
  cursor: pointer;
}

button.whatsapp a {
  padding: 10px;
  background-color: rgba(0, 0, 0, 0);
  display: inline-block;
  align-items: center;
  justify-content: center;
  border-radius: inherit;
}

a.whatsapp-link i, span {
  color: rgb(255, 255, 255);
}