.field-feature-page-headings {
    letter-spacing: 1px;
    line-height: 26px;
    text-transform: uppercase;
}
.umain .get-started{
display:block !important;
}
.get-started{
display:none !important;
}
.umain .trynow{
display:none !important;
}
 .trynow{
display:block !important;
}
.cm-popup {
	background: rgba(255, 255, 255, 1);
	width: 100%;
	height: 100%;
	z-index: 9999999;
	top: 0px;
	position: fixed;
	display: none;
}
.cm-videos {
	background: none repeat scroll 0 0 #FFFFFF;
	border: 1px solid #f2f2f2;
	z-index: 999999999;
	display: none;
	opacity: 1;
	max-width: 860px;
	position: fixed;
	margin: auto;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	height: 510px;
}
.main .cm-videos {
	margin: 0;
}
.video-part {
	height: 100%;
}
#ifrm {
	width: 100%;
	height: 100%;
}
.popup-close {
	cursor: pointer;
	height: 65px;
	position: fixed;
	right: 20px;
	top: 20px;
	width: 65px;
}
.popup-close .close-icon {
	background: none repeat scroll 0 0 #333;
	height: 20px;
	left: 12px;
	position: absolute;
	top: 3px;
	transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	width: 1px;
}
.popup-close .close-icon2 {
	transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}
.action {
    max-width: 250px;
margin: 30px auto 0;
overflow: hidden;
display: inline-block;
}
.action .trynow,.action .get-started {
    color: #FFFFFF;
    display: block;
    font-size: 12px;
    font-weight: 600;
    height: 36px;
    line-height: 36px;
    margin: 0 12px 0px 0;
    text-transform: uppercase;
    width: 100px;
    float: left;
    cursor: pointer;
    text-align: center;
   background: #00add5;
}
.action .watchvideo {
    background: none repeat scroll 0 0 #fff;
    color: #333;
    box-shadow: 1px 1px 0 rgba(0,0,0,0.1) inset, -1px -1px 0 rgba(0,0,0,0.1) inset;
    font-size: 12px;
    font-weight: 600;
    height: 36px;
    line-height: 36px;
    margin: 0 12px 10px 0;
    text-transform: uppercase;
    width: 120px;
    float: left;
    cursor: pointer;
    text-align: center;
}
@media only screen and (max-width: 991px){
.action {
  max-width: 250px;
  margin: 30px auto 0;
  display: inline-block;}
}
