.img-replace {
  /* replace text with an image */
  display: inline-block;
  overflow: hidden;
  text-indent: 100%; 
  color: transparent;
  white-space: nowrap;
}
.bts-popup {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  overflow-y: auto;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1000000;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  transition: opacity 0.3s 0s, visibility 0s 0.3s;
}
.bts-popup.is-visible {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
  transition: opacity 0.3s 0s, visibility 0s 0s;
  z-index: 1000000;
}

.bts-popup-container {
  position: relative;
  width: 480px;
  height: 600px;
  max-width: calc(100vw - 32px);
  max-height: calc(100vh - 32px);
  overflow: auto;

  margin: 4em auto;
  background-image: url(../assets/digital-marketing-requirement.jpeg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: none; 
  text-align: center;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  -webkit-transform: translateY(-40px);
  -moz-transform: translateY(-40px);
  -ms-transform: translateY(-40px);
  -o-transform: translateY(-40px);
  transform: translateY(-40px);
  /* Force Hardware Acceleration in WebKit */
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.bts-popup-container img {
  padding: 20px 0 0 0;
  max-width: 100%;
  height: auto;
}
.bts-popup-container p {
	color: white;
  padding: 10px 40px;
}
.bts-popup-container .bts-popup-button {
  padding: 5px 25px;
  border: 2px solid white;
	display: inline-block;
  margin-bottom: 10px;
  background: #4fb748;
  color: #ffffff;
  border-radius: 999px;
}

.bts-popup-container .bts-popup-actions {
  padding: 480px 0 20px;
}

.bts-popup-container .row {
  margin-left: 0;
  margin-right: 0;
}

.bts-popup-container [class*="col-"] {
  padding-left: 0;
  padding-right: 0;
}

.bts-popup-container .offer-card {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  background-size: cover;
  background-position: center;
}

.bts-popup-container .popco,
.bts-popup-container .poptm {
  width: 100%;
  height: auto;
}

.bts-popup-container a {
  color: #000;
  text-decoration: none;
  text-transform: uppercase;
}

.bts-popup-container .bts-popup-close {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 30px;
  height: 30px;
  background: rgba(0, 0, 0, 0.65);
  border-radius: 999px;
}

.bts-popup-container .bts-popup-close::before, .bts-popup-container .bts-popup-close::after {
  content: '';
  position: absolute;
  top: 12px;
  width: 16px;
  height: 3px;
  background-color: rgb(255, 255, 255);
}
.bts-popup-container .bts-popup-close::before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  left: 8px;
}
.bts-popup-container .bts-popup-close::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  right: 6px;
  top: 13px;
}
.is-visible .bts-popup-container {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
@media only screen and (min-width: 1170px) {
  .bts-popup-container {
    margin: 8em auto;
  }
}
.od-btn{
  padding: 13px 45px 13px 45px;
}

.bts-popup-container .poptm{
  width: 100%;
  text-align: center;
  height: auto;
}
.bts-popup-container .popco{
  width: 100%;
  text-align: center;
  height: auto;
}
.tit{
   color: #ffffff;
   padding: 150px 0px 20px 0px;
   font-size: 50px;
}

.offer-card.style1 .offer-thumb .thumbImg-1 {
  width: 300px;
  height: 600px;
}

.offer-card.style11 .offer-content h6 {
  color: var(--theme);
  font-family: var(--title-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 15px;
  margin-top: 9px;
  line-height: 20px;
}
@media screen and (max-width: 768px) {
  .bts-popup-container {
  position: relative;
  width: 480px;
  height: 470px;
  max-width: calc(100vw - 32px);
  max-height: calc(100vh - 32px);
  overflow: auto;

  margin: 4em auto;
  background-image: url(../assets/digital-marketing-requirement.jpeg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: none; 
  text-align: center;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  -webkit-transform: translateY(-40px);
  -moz-transform: translateY(-40px);
  -ms-transform: translateY(-40px);
  -o-transform: translateY(-40px);
  transform: translateY(-40px);
  /* Force Hardware Acceleration in WebKit */
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.bts-popup-container img {
  padding: 20px 0 0 0;
  max-width: 100%;
  height: auto;
}
.bts-popup-container .bts-popup-actions {
  padding: 370px 0 20px;
}
}