ul{
  list-style: none;
}
.modal.fade .modal-dialog{
  transform: scale(1.8) !important; 
}
.modal.show .modal-dialog{
  transform: scale(1.1) !important;
}
.removeColPadMarg .col-md-3{
  padding: 0px !important;
}
.video-modal-container .modal-body{
  padding: 10px 10px 4px 10px;
}
.bg-mixed-pattern{
  background: url(/assets/img/section-bg-img.png) !important;
  background-position: center !important;
  background-size: cover !important;
}
section.home-why{
/* padding: 80px 0px 0px 0px !important; */
margin: 100px 0px 0px 0px !important; 
padding: 0px;
}
section.home-why .why-box{
  display: flex;
  border: none;
  padding: 0;
  height: auto;
}
section h2.customHeading{
  font-weight: 500;
  font-size: 2.7vw;
  line-height: 1;
/*  color: #ea2591;*/
  color: #393185;
  letter-spacing: 0.2vh;
  margin-bottom: 60px;
  opacity: 0.8;
  padding: 10px 20px;
}

section h2.customHeading:before {
    content: '';
    width: 180px;
    height: 2px;
    background: #393185;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -10px;
    margin: auto;
}
section.splitTxtLight span.blendTxt{
  background: none;
}
section.home-why .home-why-visit{
  border:none;
}
section.home-why .why-box img{
  margin-right: 20px;
  height: 100%;
  box-shadow: none;
  transition: all 500ms ease-in-out;
}
.why-box:hover img{
  box-shadow: 7px 8px 0 rgb(245, 245, 245);
}
a.btn.btn-knowmore-pink{
  border: 2px solid #a02569;
  background: #a02569;
}
.card{
  border: none;
  width: 20rem;
}
.card li{
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 20px;
}
.card .fa-check{
  width: 32px;
  height: 32px;
  border: 2px solid #0d161a;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 15px;
  border-radius: 50%;
  transition: .2s ease-in-out;
  margin-right: 7px;
}
.home-why1 .card-body{
  overflow: hidden;
  position: relative;
  background: #fff;
  border-radius: 30px;
  border-style: solid;
  border-width: 3px;
  border-bottom-width: 6px;
  border-color: #111;
  padding: 40px 10px 40px 20px;
  transition: .4s ease-in-out;
  margin-bottom: 30px;
}
.card-connector:after{
  content: '';
  position: absolute;
  width: 60px;
  height: 20px;
  right: -60px;
  top: 50px;
  background: url(https://plastivision.org/assets/img/arrow.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.homeboxes{
  background: #fff;
  color: #fff;
  padding: 10px;
  border-radius: 10px;
  box-shadow: 0px 1px 5px 3px grey;
  border: 1px solid #d81d79;
}
#homeboxes1{
  background: #d81d79;
}