#rev_slider_one .tp-dottedoverlay {
    display: none !important;
}
.mzindx{
    z-index: 1;
    position: relative;
}
.banr-top{
	position: absolute;
    top: 0;
    left: 0;
    width: 300px;
}
.banr-btm-left{
	position: absolute;
    bottom: 0;
    left: 0;
        max-width: 100px;
}
.banr-right{
position: absolute;
    bottom: 0;
    right: 0;
        height: 100%;
}
.banrimg{
    margin-top: 90px;
    margin-bottom: 30px;
}
.registration-form{
	    position: relative;
    background: #FFFFFF;
    padding: 30px 45px 10px;
    -webkit-box-shadow: 0 0 51px rgb(0 0 0 / 24%);
    box-shadow: 0 0 51px rgb(0 0 0 / 24%);
    margin-top: -55px;
    z-index: 9;
}
.registration-form .sec-title {
    position: relative;
    margin-bottom: 20px;
}
.registration-form .sec-title.text-center .divider {
	margin: 13px auto 0;
}
.btn-style-two span {
    position: relative;
    z-index: 2;
}
p{
    line-height: 1.4em;
    margin-bottom: 10px;
}
.acardmy-carousel .owl-item .slide-item img {
    -webkit-transition: 0.3s;
    -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: scale(0.80);
    -ms-transform: scale(0.80);
    transform: scale(0.80);
}

.acardmy-carousel .owl-item.center .slide-item img {
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15);
}

@media screen and (min-width: 768px) {
  .banr-right{
	  height: 250px;
  }
  .registration-form {
    margin-top: 20px !important;
  }
}

@media screen and (max-width: 767px) {
  .banr-right{
	  height: 250px;
  }
  .registration-form {
    margin-top: 20px !important;
  }
}