/****Universal css****/
/*Used Fonts*/
@font-face {
	font-family: 'FuturaPT-Medium';
	src: url('https://liveyourmessage.com/atm/fonts/FuturaPT-Medium.eot?#iefix') format('embedded-opentype'), url('https://liveyourmessage.com/atm/fonts/FuturaPT-Medium.otf') format('opentype'), url('https://liveyourmessage.com/atm/fonts/FuturaPT-Medium.woff') format('woff'), url('https://liveyourmessage.com/atm/fonts/FuturaPT-Medium.ttf') format('truetype'), url('https://liveyourmessage.com/atm/fonts/FuturaPT-Medium.svg#FuturaPT-Medium') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Rocked-Regular';
	src: url('https://liveyourmessage.com/atm/fonts/Rocked-Regular.eot?#iefix') format('embedded-opentype'), url('https://liveyourmessage.com/atm/fonts/Rocked-Regular.otf') format('opentype'), url('https://liveyourmessage.com/atm/fonts/Rocked-Regular.woff') format('woff'), url('https://liveyourmessage.com/atm/fonts/Rocked-Regular.ttf') format('truetype'), url('https://liveyourmessage.com/atm/fonts/Rocked-Regular.svg#Rocked-Regular') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'CircularStd-Medium';
	src: url('https://liveyourmessage.com/atm/fonts/CircularStd-Medium.eot?#iefix') format('embedded-opentype'), url('https://liveyourmessage.com/atm/fonts/CircularStd-Medium.otf') format('opentype'), url('https://liveyourmessage.com/atm/fonts/CircularStd-Medium.woff') format('woff'), url('https://liveyourmessage.com/atm/fonts/CircularStd-Medium.ttf') format('truetype'), url('https://liveyourmessage.com/atm/fonts/CircularStd-Medium.svg#CircularStd-Medium') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'CircularStd-Bold';
	src: url('https://liveyourmessage.com/atm/fonts/CircularStd-Bold.eot?#iefix') format('embedded-opentype'), url('https://liveyourmessage.com/atm/fonts/CircularStd-Bold.otf') format('opentype'), url('https://liveyourmessage.com/atm/fonts/CircularStd-Bold.woff') format('woff'), url('https://liveyourmessage.com/atm/fonts/CircularStd-Bold.ttf') format('truetype'), url('https://liveyourmessage.com/atm/fonts/CircularStd-Bold.svg#CircularStd-Bold') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'CircularStd-Black';
	src: url('https://liveyourmessage.com/atm/fonts/CircularStd-Black.eot?#iefix') format('embedded-opentype'), url('https://liveyourmessage.com/atm/fonts/CircularStd-Black.otf') format('opentype'), url('https://liveyourmessage.com/atm/fonts/CircularStd-Black.woff') format('woff'), url('https://liveyourmessage.com/atm/fonts/CircularStd-Black.ttf') format('truetype'), url('https://liveyourmessage.com/atm/fonts/CircularStd-Black.svg#CircularStd-Black') format('svg');
	font-weight: normal;
	font-style: normal;
}
/*Used Fonts*/
body {
	font-family: "futura-pt", sans-serif;
	font-size: 18px;
	font-weight: 400;
	color: #363446;
	-webkit--smoothing: antialiased !important;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-o-text-size-adjust: 100%;
	word-wrap: break-word;
	letter-spacing: -0.07px;
	background: -moz-linear-gradient(top, rgba(234,236,255,1) 0%, rgba(255,255,255,0) 40%);
	background: -webkit-linear-gradient(top, rgba(234,236,255,1) 0%, rgba(255,255,255,0) 40%);
	background: linear-gradient(to bottom, rgba(234,236,255,1) 0%, rgba(255,255,255,0) 40%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaecff', endColorstr='#00ffffff', GradientType=0 );
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6, p {
	margin: 0;
	padding: 0px;
}
a, a img {
	text-decoration: none;
	outline: none;
	transition: all .5s ease-in-out;
}
a:hover {
	text-decoration: none;
}
:focus, a:focus, .btn:active:focus, .btn:focus {
	outline: none;
}
.btn.focus, .btn:focus {
	box-shadow: none;
}
button:focus {
	outline: none;
}
h1, h2, h3, h4, h5, h6 {
	color: #050508;
	margin-bottom: 15px;
	line-height: 1.2;
}
h1 {
	font-size: 48px;
	letter-spacing: -1.34px;
}
h2 {
	font-size: 40px;
	letter-spacing: -1.26px;
}
h3 {
	font-size: 25px;
	letter-spacing: -0.66px;
}
h4 {
	font-size: 21px;
	letter-spacing: -0.34px;
}
h5 {
	font-size: 18px;
	letter-spacing: -0.33px;
}
h6 {
	font-size: 15px;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 0.68px;
}
p {
	margin-bottom: 25px;
}
.container {
	max-width: 1230px;
	width: auto;
	margin: 0px auto;
	min-height: 100%;
	padding-left: 30px;
	padding-right: 30px;
}
.video-container {
	position: relative;
	display: block;
	height: 0;
	padding: 0;
	overflow: hidden;
	padding-bottom: 56.25%;
}
.video-container iframe, .video-container object, .video-container embed, .video-container > div, .video-container .youtube-player > div, .video-container video {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}
.cta-btn, .cta-btn-bg {
	font-family: 'CircularStd-Bold';
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 2.6px;
	font-size: 19px;
	text-decoration: none;
	text-align: left;
	display: inline-block;
	background: #14d49c;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	position: relative;
	padding: 21px 80px 21px 20px;
	transition: all .5s ease-in-out;
	cursor: pointer;
	border: none;
	outline: none;
	line-height: 1.2;
	overflow: hidden;
	margin-top: 20px;
}
.cta-btn-bg {
	font-family: 'CircularStd-Black';
	font-size: 25px;
	letter-spacing: 3.98px;
	padding: 21px 100px 21px 30px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
.cta-btn span, .cta-btn-bg span {
	text-shadow: none;
	font-size: 12px;
	display: block;
	color: rgba(5,5,8,0.53);
	font-weight: 600;
	letter-spacing: 0.68px;
	margin-top: 2px;
}
.cta-btn-bg span {
	font-family: "futura-pt", sans-serif;
	font-size: 15px;
	font-weight: 600;
}
.cta-btn:before, .cta-btn-bg:before {
	content: "";
	position: absolute;
	z-index: 1;
	background: url(https://liveyourmessage.com/atm/images/arrow-right.png) no-repeat;
	background-size: 100%;
	width: 14px;
	height: 14px;
	right: 20px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.cta-btn-bg:before {
	width: 18px;
	height: 18px;
	right: 24px;
}
.cta-btn:after, .cta-btn-bg:after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 70px;
	height: 0;
	border-bottom: 175px solid #5ee1bb;
	border-left: 22px solid transparent;
}
.cta-btn-bg:after {
	width: 95px;
	border-left: 35px solid transparent;
}
.cta-btn:hover, .cta-btn-bg:hover {
	text-decoration: none;
	color: #fff;
	background: #03ab7a;
}
.form-control::-webkit-input-placeholder {
 color: #9998a1;
 opacity: 1;
 -webkit-transition: opacity 0.3s ease, text-indent 0.3s ease;
 transition: opacity 0.3s ease, text-indent 0.3s ease;
}
.form-control:-moz-placeholder {
 color: #9998a1;
 opacity: 1;
 -moz-transition: opacity 0.3s ease, text-indent 0.3s ease;
 transition: opacity 0.3s ease, text-indent 0.3s ease;
}
.form-control::-moz-placeholder {
 color: #9998a1;
 opacity: 1;
 -moz-transition: opacity 0.3s ease, text-indent 0.3s ease;
 transition: opacity 0.3s ease, text-indent 0.3s ease;
}
.form-control:-ms-input-placeholder {
 color: #9998a1;
 opacity: 1;
 transition: opacity 0.3s ease, text-indent 0.3s ease;
}
.form-control::placeholder {
 color: #9897a0;
 opacity: 1;
 transition: opacity 0.3s ease, text-indent 0.3s ease;
}
.form-control:focus::-webkit-input-placeholder {
 text-indent: 3%;
 opacity: 0;
}
.form-control:focus:-moz-placeholder {
 text-indent: 3%;
 opacity: 0;
}
.form-control:focus:-ms-input-placeholder {
 text-indent: 3%;
 opacity: 0;
}
.form-control:focus::-moz-placeholder {
 text-indent: 3%;
 opacity: 0;
}
.form-control:focus {
	box-shadow: none;
}
.control {
	position: relative;
	display: block;
	background: #fff;
	border-radius: 5px;
	text-align: left;
	padding: 8px 75px 8px 105px;
	margin-bottom: 15px;
	border: 1px solid #E8E8EA;
	-webkit-box-shadow: 0 3px 5px 0 rgba(213,211,237,0.50);
	box-shadow: 0 3px 5px 0 rgba(213,211,237,0.50);
	cursor: pointer;
}
.control input {
	display: none;
}
.control__indicator {
	position: absolute;
	top: 50%;
	margin-top: -10px;
	left: 70px;
	width: 20px;
	height: 20px;
	border-radius: 100%;
	background: #fff;
	border: 2px solid #DEDEDE;
}
.control input:checked ~ .control__indicator, .schedule-section form input[type="radio"]:checked + .control .control__indicator, .modal-block .modal-body .text-box input[type="radio"]:checked + .control .control__indicator {
	background: #fff;
	border: 4px solid #fff;
}
.control__indicator:after {
	position: absolute;
	display: none;
	content: '';
}
.control input:checked ~ .control__indicator:after, .schedule-section form input[type="radio"]:checked + .control .control__indicator:after, .modal-block .modal-body .text-box input[type="radio"]:checked + .control .control__indicator:after {
	display: block;
}
.control--checkbox .control__indicator:after, .schedule-section form input[type="radio"]:checked + .control .control__indicator:after, .modal-block .modal-body .text-box input[type="radio"]:checked + .control .control__indicator:after {
	top: -3px;
	left: 1px;
	width: 17px;
	height: 14px;
	background: url(https://liveyourmessage.com/atm/images/tick-black.png) no-repeat;
	background-size: 100%;
}
.note {
	display: block;
	font-size: 15px;
	letter-spacing: -0.06px;
	margin-top: 15px;
}
/*Modal Pop Up*/
.modal-block .modal {
	background: rgba(42,53,68,0.50);
}
.modal-block .modal-dialog {
	max-width: 807px;
	margin: 50px auto;
	padding: 0px 20px;
}
.modal-block .modal-content {
	border: none;
	border-radius: 0;
}
.modal-block .modal-body {
	padding: 40px 117px 40px 40px;
	border-top: 12px solid #6629A0;
	overflow: hidden;
	background: -moz-linear-gradient(top, rgba(235,237,255,1) 53%, rgba(255,255,255,0) 100%);
	background: -webkit-linear-gradient(top, rgba(235,237,255,1) 53%, rgba(255,255,255,0) 100%);
	background: linear-gradient(to bottom, rgba(235,237,255,1) 53%, rgba(255,255,255,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ebedff', endColorstr='#00ffffff', GradientType=0 );
}
.modal-block .modal-body:before {
	content: "";
	position: absolute;
	top: -1px;
	left: 110px;
	border-left: 12px solid transparent;
	border-right: 12px solid transparent;
	border-top: 14px solid #6629A0;
}
.modal-block .modal-body .text-box {
	max-width: 323px;
	position: relative;
	z-index: 1;
	margin: 48px 0px 48px 10px;
}
.modal-block .modal-body .text-box p {
	font-size: 17px;
}
.modal-block .modal-body .text-box .form-group {
	margin: 20px 0px;
}
.modal-block .modal-body .text-box .form-control {
	font-size: 17px;
	color: #9998a1;
	border: 1px solid #bbc6c9;
	padding: 10px 20px;
	height: 57px;
}
.modal-block .modal-body .text-box .cta-btn {
	margin: 15px 0px 0px 0px;
	padding: 18px 73px 18px 25px;
}
.modal-block .modal-body .text-box .cta-btn:before {
	width: 15px;
	height: 15px;
	right: 15px;
}
.modal-block .modal-body .text-box .cta-btn:after {
	width: 65px;
}
.modal-block .modal-body .text-box .btn-next {
	width: auto;
}
.modal-block .modal-body .image-box {
	position: absolute;
	max-width: 470px;
	bottom: -20px;
	right: -60px;
}
.modal-block form.registration-form fieldset {
	display: none;
}
.modal-block .modal-body .text-box .input-error {
	border: 1px solid #d03e3e;
}
.full-width {
	width: 100% !important;
	max-width: 100% !important;
	margin: 0 !important;
}
/*Modal Pop Up*/
/****Universal css****/

/****ATM CONFIRMATION PAGE START****/
/**Top Header Block Section Start**/
.top-header-block-section {
	padding: 55px 0px;
}
.top-header-block-section .container {
	max-width: 1030px;
}
.top-header-block-section .media {
	max-width: 750px;
	margin: 0px auto;
	position: relative;
	z-index: 1;
}
.top-header-block-section .media .mr-3 {
	max-width: 260px;
	margin-right: 20px !important;
}
.top-header-block-section .media .media-body {
	margin-top: 20px;
}
.top-header-block-section .media .media-body h1 {
	font-family: 'Rocked-Regular';
	color: #621D89;
	font-size: 37px;
	margin-bottom: 5px;
	letter-spacing: 1.68px;
}
.top-header-block-section .media .media-body h2 {
	font-family: 'CircularStd-Medium';
	line-height: 1.1;
	margin-bottom: 10px;
}
.top-header-block-section .media .media-body h4 {
	margin-bottom: 0px;
}
.divider {
	height: 100px;
	position: relative;
	background: #ffffff;
	max-width: 810px;
	margin: 0px auto;
}
.divider:before {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	bottom: -14px;
	left: 0;
	right: 0;
	margin: 0px auto;
	border-left: 14px solid transparent;
	border-right: 14px solid transparent;
	border-top: 15px solid #fff;
}
.divider:after {
	content: "";
	position: absolute;
	z-index: -1;
	-webkit-box-shadow: 0px 20px 30px 0px #edebf1;
	-moz-box-shadow: 0px 20px 30px 0px #edebf1;
	box-shadow: 0px 20px 30px 0px #edebf1;
	top: 30%;
	bottom: 0;
	left: 20px;
	right: 20px;
	-moz-border-radius: 500px / 40px;
	-webkit-border-radius: 500px / 40px;
	border-radius: 500px / 40px;
}
.top-header-block-section .divider {
	background: #eef0ff;
	margin-top: -55px;
}
.top-header-block-section .divider:before {
	border-left: 14px solid transparent;
	border-right: 14px solid transparent;
	border-top: 15px solid #eef0ff;
}
.top-header-block-section .divider:after {
	-webkit-box-shadow: 0px 20px 30px 0px #d1cde0;
	-moz-box-shadow: 0px 20px 30px 0px #d1cde0;
	box-shadow: 0px 20px 30px 0px #d1cde0;
}
/**Top Header Block Section End**/

/**Invitation Section Start**/
.invitation-section {
	padding: 20px 0px;
	text-align: center;
}
.invitation-section .container {
	max-width: 1420px;
}
.invitation-section .header-block {
	max-width: 50%;
	margin: 0px auto;
	margin-bottom: 40px;
	position: relative;
}
.invitation-section .header-block:after {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	bottom: -25px;
	left: 0;
	right: 0;
	margin: 0px auto;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-top: 9px solid #af89d3;
}
.invitation-section .header-block h4 {
	line-height: 1.3;
}
.invitation-section .header-block strong {
	font-weight: 600;
}
.invitation-section .content-block {
}
.invitation-section .content-block .image-block, .invitation-section .content-block .text-block {
	display: inline-block;
	vertical-align: middle;
	width: 56%;
}
.invitation-section .content-block .text-block {
	text-align: left;
	width: 43%;
}
.invitation-section .content-block .text-block h1 {
	font-family: 'CircularStd-Medium';
	line-height: 1.1;
}
/**Invitation Section End**/

/**Features Section Start**/
.features-section {
	padding: 30px 0px;
	text-align: center;
}
.features-section .container {
	max-width: 1075px;
}
.features-section .content-block, .schedule-section .content-block {
	position: relative;
	z-index: 1;
}
.features-section .header-block {
	margin-bottom: 40px;
}
.features-section .header-block h4, .schedule-section .header-block h4 {
	font-family: 'CircularStd-Medium';
}
.features-section ul li {
	margin: 0% 2% 5% 2%;
	width: 45%;
	display: inline-block;
	vertical-align: top;
	text-align: left;
	padding-left: 46px;
	position: relative;
}
.features-section ul li:before {
	content: "";
	position: absolute;
	top: 6px;
	left: 0;
	background: url(https://liveyourmessage.com/atm/images/oval-list.png) no-repeat;
	background-size: 100%;
	width: 28px;
	height: 28px;
}
.features-section .divider {
	margin-top: -90px;
}
/**Features Section End**/

/**Schedule Section Start**/
.schedule-section {
	padding: 45px 0px;
	text-align: center;
}
.schedule-section .content-block {
	max-width: 566px;
	margin: 0px auto;
}
.schedule-section .header-block h4 {
	margin-bottom: 10px;
}
.schedule-section .header-block {
	margin-bottom: 30px;
}
.schedule-section form input[type="radio"], .modal-block .modal-body .text-box input[type="radio"] {
	display: none;
}
.schedule-section form input[type="radio"]:checked + .control, .modal-block .modal-body .text-box input[type="radio"]:checked + .control {
	background: #90F2AF;
	border: 1px solid #90F2AF;
	box-shadow: none;
}
.schedule-section .divider {
	margin-top: -30px;
}
/**Schedule Section End**/

/**About Marisa Section Start**/
.about-marisa-section {
	padding: 20px 0px 55px 0px;
	text-align: center;
	background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(243,244,255,1) 100%);
	background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(243,244,255,1) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(243,244,255,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#f3f4ff', GradientType=0 );
}
.about-marisa-section .content-block {
	max-width: 767px;
	margin: 0px auto;
	margin-bottom: 35px;
	padding: 30px 35px;
	text-align: left;
	background: #FFFFFF;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	border: 1px solid #E8E8EA;
	-webkit-box-shadow: 0 3px 5px 0 rgba(213,211,237,0.50);
	box-shadow: 0 3px 5px 0 rgba(213,211,237,0.50);
}
.about-marisa-section .mr-3 {
	max-width: 102px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	margin-right: 60px !important;
}
.about-marisa-section .media-body h4 {
	font-family: 'CircularStd-Medium';
	margin-bottom: 10px;
}
.about-marisa-section .media-body p {
	font-size: 16px;
	margin-bottom: 0px;
}
/**About Marisa Section End**/

/**Footer Section Start**/
footer {
	padding: 70px 0px;
	text-align: center;
	background: #fff;
}
footer .container {
	max-width: 970px;
}
.footer-logo {
	display: inline-block;
	max-width: 227px;
	margin-bottom: 25px;
}
footer p {
	font-size: 16px;
}
footer .info {
	font-size: 12px;
	display: block;
	letter-spacing: -0.05px;
}
.footer-menu {
	margin: 35px 0px;
}
.footer-menu li {
	display: inline-block;
	letter-spacing: -0.06px;
}
.footer-menu li a {
	font-size: 14px;
	color: rgba(54,52,70,0.56);
}
.footer-menu li a:hover {
	color: rgba(54,52,70,1.0);
}
.footer-menu li:after {
	content: '|';
	font-size: 14px;
	color: rgba(54,52,70,0.56);
	margin: 0px 26px 0px 30px;
}
.footer-menu li:last-child:after {
	display: none;
}
.support {
	margin: 0px;
	list-style-type: none;
}
.support li {
	font-size: 16px;
	font-weight: 600;
	color: #363446;
	display: inline-block;
	margin: 0px 25px;
	padding-left: 35px;
	position: relative;
	letter-spacing: -0.07px;
}
.support li a {
	color: #363446;
	text-decoration: none;
}
.support li a:hover {
	color: #79797a;
}
.support li.support-site:after, .support li.support-mail:after, .support li.support-call:after {
	content: "";
	position: absolute;
	top: 4px;
	left: 0px;
	background: url(https://liveyourmessage.com/atm/images/icon-laptop.png) no-repeat;
	background-size: 100%;
	width: 24px;
	height: 16px;
}
.support li.support-mail:after {
	background: url(https://liveyourmessage.com/atm/images/icon-mail.png) no-repeat;
	background-size: 100%;
	width: 20px;
	top: 5px;
	left: 2px;
}
.support li.support-call:after {
	background: url(https://liveyourmessage.com/atm/images/icon-iphone.png) no-repeat;
	background-size: 100%;
	width: 13px;
	height: 22px;
	top: 2px;
	left: 10px;
}
/**Footer Section End**/
/****ATM CONFIRMATION PAGE END****/

/****ATM SQUEEZE PAGE START****/
.atm-squeeze-page-section {
	height: 100vh;
	display: table;
	width: 100%;
	vertical-align: middle;
	position: relative;
	overflow: hidden;
}
.atm-squeeze-page-section .content-block {
	display: table-cell;
	vertical-align: middle;
	padding: 20px 0px;
}
.atm-squeeze-page-section .content-block .content-box {
	max-width: 1230px;
	padding: 0px 30px;
	margin: 0px auto;
	position: relative;
}
.atm-squeeze-page-section .content-block .text-block {
	display: inline-block;
	vertical-align: middle;
	width: 49%;
}
.atm-squeeze-page-section .content-block .image-block {
	width: 600px;
	position: absolute;
	top: -70px;
	right: 80px;
	z-index: -1;
}
.atm-squeeze-page-section .content-block .text-block h3 {
	font-family: 'CircularStd-Medium';
	color: #7E51A9;
	margin-bottom: 5px;
}
.atm-squeeze-page-section .content-block .text-block h1 {
	font-family: 'CircularStd-Medium';
}
.atm-squeeze-page-section .modal-block .modal-body .text-box h3 {
	color: #050508;
}
.atm-squeeze-page-section .content-block .text-block ul {
	margin: 20px 0px 15px 0px;
	padding-right: 60px;
}
.atm-squeeze-page-section .content-block .text-block ul li {
	position: relative;
	padding-left: 20px;
	margin-bottom: 15px;
}
.atm-squeeze-page-section .content-block .text-block ul li:before {
	font-family: 'FontAwesome';
	content: "\f111";
	position: absolute;
	color: #86C1B0;
	font-size: 10px;
	top: 9px;
	left: 0;
	line-height: 1;
}
.hidden-box {
	display: none;
}
.modal-block .modal-body .text-box .control {
	padding: 20px 40px 20px 50px;
	background: #DADCF0;
	border: 1px solid #DADCF0;
	box-shadow: none;
}
.modal-block .modal-body .text-box input[type="radio"]:checked + .control {
	padding: 20px 40px 20px 50px;
}
.modal-block .modal-body .text-box input[type="radio"]:checked + .control {
	background: #BBF2D8;
	border: 1px solid #BBF2D8;
}
.modal-block .modal-body .text-box input[type="radio"]:checked + .control .control__indicator, .modal-block .modal-body .text-box .control__indicator {
	left: 15px;
}
/****ATM SQUEEZE PAGE END****/

/****ATM WEBINAR SQUEEZE PAGE START****/
.polygon-shadow {
	position: relative;
	padding-top: 50px !important;
}
.polygon-shadow:after, .atm-webinar-confirmation-banner-section:after {
	content: "";
	position: absolute;
	background: url(https://liveyourmessage.com/atm/images/polygon-shadow.png) bottom center no-repeat;
	background-size: cover;
	top: 0;
	left: 0;
	right: 0;
	height: 510px;
	width: 100%;
	z-index: -1;
}
/****ATM WEBINAR SQUEEZE PAGE END****/

/****ATM WEBINAR CONFIRMATION PAGE START****/
/**ATM Webinar Confirmation Banner Section Start**/
.atm-webinar-confirmation-banner-section {
	text-align: center;
	position: relative;
	padding: 65px 0px 30px 0px;
}
.atm-webinar-confirmation-banner-section .content-block {
	width: 65%;
	margin: 0px auto;
}
.atm-webinar-confirmation-banner-section .content-block h6 {
	color: #6629A0;
}
.atm-webinar-confirmation-banner-section .content-block h1 {
	font-family: 'CircularStd-Medium';
}
/**ATM Webinar Confirmation Banner Section Ends**/

/**Steps Section Start**/
.steps-section {
	padding: 0px 0px 60px 0px;
}
.steps-section .container {
	max-width: 1290px;
}
.steps-section .primary-step-box {
	max-width: 960px;
	margin: 0px auto;
	margin-bottom: 40px;
	text-align: center;
}
.steps-section .primary-step-box .video-block {
	margin-bottom: 50px;
	position: relative;
}
.steps-section .primary-step-box .video-block .play-btn {
	display: inline-block;
	background: rgba(255,255,255,0.85);
	width: 110px;
	height: 110px;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	line-height: 110px;
	padding-left: 8px;
	left: 0;
	right: 0;
	margin: 0px auto;
	margin-top: -70px;
}
.steps-section .secondary-step-block {
	display: table;
	width: 100%;
}
.steps-section .secondary-step-block .step-box {
	display: table-cell;
	width: 33.3333%;
	padding: 15px 60px;
	position: relative;
}
.steps-section .secondary-step-block .step-box:after {
	content: '';
	position: absolute;
	top: 50%;
	right: -8px;
	margin-top: -12px;
	z-index: 1;
	background: #fff;
	width: 0;
	height: 0;
	border-top: 12px solid transparent;
	border-left: 15px solid #E5E5EF;
	border-bottom: 12px solid transparent;
}
.steps-section .secondary-step-block .step-box .step-info {
	display: inline-block;
	width: 100%;
	margin-bottom: 22px;
}
.steps-section .secondary-step-block .step-box h3 {
	font-family: 'CircularStd-Medium';
	display: inline-block;
	margin-bottom: 0px;
	border-bottom: 3px solid #9254B1;
	padding: 0px 30px 12px 0px;
}
.steps-section .secondary-step-block .step-box .media {
	margin-bottom: 25px;
}
.steps-section .secondary-step-block .step-box .mr-3 {
	max-width: 24px;
	margin-right: 12px !important;
}
.steps-section .secondary-step-block .step-box .media-body h4 {
	margin-bottom: 0px;
}
.steps-section .secondary-step-block .step-2 h3 {
	border-bottom: 3px solid #FE9458;
}
.steps-section .secondary-step-block .step-3 h3 {
	border-bottom: 3px solid #61E0BB;
}
.steps-section .secondary-step-block .step-1 .cta-btn, .steps-section .secondary-step-block .step-3 .cta-btn {
	font-size: 15px;
	letter-spacing: -0.22px;
	color: #000;
	background: #C3DAEA;
	padding: 12px 20px;
	margin-top: 0px;
}
.steps-section .secondary-step-block .step-1 .cta-btn:before, .steps-section .secondary-step-block .step-1 .cta-btn:after, .steps-section .secondary-step-block .step-3 .cta-btn:before, .steps-section .secondary-step-block .step-3 .cta-btn:after {
	display: none;
}
.steps-section .secondary-step-block .step-1 .cta-btn:hover {
	background: #87acc5;
}
.steps-section .secondary-step-block .step-box p {
	margin-bottom: 20px;
}
.steps-section .secondary-step-block .step-2 .mr-3 {
	max-width: 30px;
}
.steps-section .secondary-step-block .step-box .form-group {
	display: inline-block;
	width: 192px;
	margin-right: 10px;
}
.steps-section .secondary-step-block .step-box .form-control {
	height: 42px;
	padding: 5px 15px;
	font-size: 15px;
	background: #FFFFFF;
	-webkit-box-shadow: 0 2px 4px 0 rgba(0,0,0,0.24);
	box-shadow: 0 2px 4px 0 rgba(0,0,0,0.24);
	border: none;
	border-radius: 4px;
	transition: none;
}
.steps-section .secondary-step-block .step-3 .cta-btn {
	background: #9DEAD4;
}
.steps-section .secondary-step-block .step-3 .cta-btn:hover {
	background: #34a081;
}
.steps-section .secondary-step-block .step-box:last-child:after {
	display: none;
}
/**Steps Section Ends**/

/**Testimonail Section Start**/
.testimonial-section {
	padding: 110px 0px 80px 0px;
	margin-bottom: 50px;
	background: url(https://liveyourmessage.com/atm/images/purple-bg.png) top center no-repeat;
	background-size: cover;
}
.testimonial-section .testimonial-slider {
	max-width: 865px;
	margin: 0px auto;
}
.testimonial-section .testimonial-slider .media .mr-3 {
	width: 160px;
	border-radius: 50%;
	margin-right: 40px !important;
}
.testimonial-section .testimonial-slider .media .media-body h3 {
	font-family: 'CircularStd-Medium';
	color: #fff;
	font-size: 35px;
	letter-spacing: -1.11px;
}
.testimonial-section .testimonial-slider .media .media-body h6 {
	color: #fff;
	margin-bottom: 0px;
}
.testimonial-section .testimonial-slider .carousel-indicators {
	bottom: -45px;
}
.testimonial-section .testimonial-slider .carousel-indicators li {
	width: 8px;
	height: 8px;
	border-radius: 100%;
	margin-right: 5px;
	margin-left: 5px;
	background-color: rgba(255,255,255,0.22);
}
.testimonial-section .testimonial-slider .carousel-indicators .active {
	background-color: #ffffff;
}
/**Testimonail Section End**/
/****ATM WEBINAR CONFIRMATION PAGE END****/
