.icon-sz{
 width: 150px;
 height: 150px;
}
.bg-green{
  background-color: #28a745;
}
.text-green{
	color: #94e57a !important;
}/***sticky social media icons css**********************************/
.sticky-media-bar {
  position: fixed;
  top: 80%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 99999;
}

.social-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  padding: 0;
}

.icons {
  margin: 0.25rem;
  font-size: 1.5rem;
  padding: 0.5rem;
  border-radius: 10%;
}

.whatsapp {
  background-color: #38d511;
}


.phone {
  background-color: #1d7b06;
}

i {
  color: white;
}

.title {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.subscribe-section .fill-in{
  position: relative;
  height: 70px;
  padding: 10px 20px;
  border:none;
  border-bottom: 1px solid #ffbab8;
  font-size: 16px;
  color: #ffb2b0;
  background: transparent;
  transition: all 500ms ease;
}

.subscribe-section .form-group .default-form-footer input:focus{
  border-color: #121212;
}

.subscribe-section .default-form-footer input::-webkit-input-placeholder{
  color:#ffb2b0;
}

.subscribe-section  .form-group  .default-form-footer button{
  position: absolute;
  top: 0px;
  right: 0px;
  font-size: 16px;
  font-weight: 700;
  color: #ff443e;
  background: #fff;
  font-weight: 700;
  text-align: center;
  padding: 20px 60px;
  width: 250px;
  cursor: pointer;
  border-radius: 15px;
  transition: all 500ms ease;
}

.subscribe-section .inner-box .content-box .subscribe-form .form-group  .default-form-footer button:hover{
  color: #121212;
}

.content-box-border{
  border: 3px solid #165f01;
  box-shadow: 2px 2px 2px #555;
  background: url('../images/content-bg.webp');
   background-repeat: no-repeat;
   background-size: cover;
  animation-name: slideInRight;
  animation-duration: 2s;
  animation-iteration-count: 1;
  animation-timing-function: linear;
  -webkit-animation-name: slideInRight;
  -webkit-animation-duration: 2s;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: slideInRight;
  -moz-animation-duration: 2s;
  -moz-animation-iteration-count: 1;
  -moz-animation-timing-function: linear;
  -ms-animation-name: slideInRight;
  -ms-animation-duration: 2s;
  -ms-animation-iteration-count: 1;
  -ms-animation-timing-function: linear;
}