
.img-replace {
  /* replace text with an image */
  display: inline-block;
  overflow: hidden;
  text-indent: 100%; 
  color: transparent;
  white-space: nowrap;
}
.bts-popup {
	z-index: 9999;
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  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;
}

.bts-popup-container {
  position: relative;
  width: 90%;
  max-width: 400px;
  margin: 4em auto;
  background: #673721;
  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;
  -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;
}
.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;
}

.bts-popup-container a {
  color: white;
  text-decoration: none;
  text-transform: uppercase;
}



.padding {
padding:30px;
}


.bts-popup-container .bts-popup-close {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 30px;
  height: 30px;
}
.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: white;
}
.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: 6em auto;
  }
}


.mtext-105 {
    font-family: "Poppins", Arial, sans-serif;
    font-size: 24px;
    line-height: 1.5;
    font-weight: 600;
}
.cl0 {
    color: #fff;
}
.txt-center {
    text-align: center;
}
.p-b-30, .p-tb-30, .p-all-30 {
    padding-bottom: 15px;
}


.how-pos4-parent {
    position: relative;
}
.bor8 {
    border: 1px solid #e6e6e6;
    border-radius: 2px;
}
.m-b-20, .m-tb-20, .m-all-20 {
    margin-bottom: 20px;
}


.size-116 {
    width: 100%;
    height: 50px;
}
.stext-111 {
    font-family: "Poppins", Arial, sans-serif;
    font-size: 14px;
    line-height: 1.6923;
	font-weight:500;
}
.cl2 {
    color: #333;
}
.p-r-30, .p-lr-30, .p-all-30 {
    padding-right: 30px;
}
.p-r-28, .p-lr-28, .p-all-28 {
    padding-right: 28px;
}
.p-l-28, .p-lr-28, .p-all-28 {
    padding-left:10px;
}

.form-group {
    margin-bottom: 1rem;
}

.bor1 {
    border-radius: 23px;
    margin-top: 0px!important;
}
.size-121 {
    width: 100%;
    height: 46px;
}
.stext-101 {
    font-weight: 600;
    font-family: "Poppins", Arial, sans-serif;
    font-size: 15px;
    line-height: 1.466667;
    text-transform: uppercase;
}
.cl0 {
    color: #fff;
}
.bgwhite {
    background: #edc544;
    color: #000!important;
}

.bgwhite:hover {
    background: #ffff;
    color: #000!important;
}

.flex-c-m {
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
}



