.formBannr form {
    display: block;
    padding: 0px;
    background: transparent;
}
.formBannr h3 {
    display: none;
}
.formBannr h1 {
    font-size: 18px;
    line-height: 30px;
    font-weight: 700 !important;
    text-align: left !important;
}
.formBannr .hs-custom-form .hs_submit.hs-submit .actions {
    margin: 0 0 !important;
}
.formBannr input {
    border: 1px solid grey !important;
}
.btnLeft {
    fill: #fff;
    background-color: #25c;
    border: 2px solid #25c;
    color: #fff;
    justify-content: center;
    text-decoration: none;
    text-decoration: none!important;
    border-radius: 60px;
    font-size: 16px;
    padding: 10px 30px;
}
.simpleVideo img {
    border-radius: 74px 0px 75px 0px;
    box-shadow: 0 5px 15px 0 rgb(34 85 204 / 35%);
    width: 100%;
}

.simpleVideo {
    position: relative;
}

.simpleVideo a {
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-33%,-50%);
}

p.play-video {
    background: hsla(0,0%,100%,0);
    border: 1px solid #e5e5e5!important;
    border-radius: 65%;
    box-shadow: 0 8px 20px rgba(43,59,76,.16);
    box-sizing: border-box;
    height: 99px;
    position: relative;
    text-align: center;
    width: 99px;
}

p.play-video i {
    left: 45%;
    position: absolute;
    top: 41%;
}
p.play-video:hover i, i:hover {
    color: #fff;
}
.register_section .learn-bnr-left h1 {
    font-size: 44px;
    font-weight: 800;
    line-height: 50px;
}
.register_section .learn-bnr-left p {
    max-width: 100%;
    margin-top: 40px;
}
.play-video{
	
	animation-name: flash;
	animation-duration: 2s;
	animation-timing-function: linear;
	animation-iteration-count: infinite;

	//Firefox 1+
	-webkit-animation-name: flash;
	-webkit-animation-duration:  2s;
	-webkit-animation-timing-function: linear;
	-webkit-animation-iteration-count: infinite;

	//Safari 3-4
	-moz-animation-name: flash;
	-moz-animation-duration:  2s;
	-moz-animation-timing-function: linear;
	-moz-animation-iteration-count: infinite;
}

@keyframes flash {  
    0% { opacity: 1.0; }
    50% { opacity: 0.5; }
    100% { opacity: 1.0; }
}

//Firefox 1+
@-webkit-keyframes flash {  
    0% { opacity: 1.0; }
    50% { opacity: 0.5; }
    100% { opacity: 1.0; }
}

//Safari 3-4
@-moz-keyframes flash {  
    0% { opacity: 1.0; }
    50% { opacity: 0.5; }
    100% { opacity: 1.0; }
}
@media only screen and (min-width: 767.98px){
.clm-reverse {
    flex-direction: row-reverse;
    column-gap: 60px;
}
}