.vid-con { max-width: 680px; margin: 0 auto; }
.vid-con > iframe { width: 100%; height: 385px; border: 0; box-shadow: 0 0 12px 0 #ddd; border-radius: 8px; margin: 30px auto 30px; display: block; }


@media (max-width: 900px){
.vid-con > iframe{width:100%}
}


.quotes{display:block;padding:20px;width:90%} 
.quotes .row{margin:15px;background:#f8f8f8;padding:50px;position:relative;text-align:left;}
.quotes .row :before{content:"";background: url(https://www.manageengine.com/products/netflow/images/quote-begin.png) top left no-repeat;width:125px;height:85px;position:absolute;top:-35px;left:-35px;transform:scale(.7);-webkit-transform:scale(.7);-moz-transform:scale(.7)}
.quotes .row :after{content:"";background: url(https://www.manageengine.com/products/netflow/images/quote-begin.png) bottom right no-repeat;width:125px;height:85px;position:absolute;bottom:-35px;right:-35px;transform:scale(.7) rotate(180deg);-webkit-ransform:scale(.7) rotate(180deg);-moz-ransform:scale(.7) rotate(180deg);}
.quotes h3{font-size:14px;margin:0;line-height:25px;padding-bottom:15px;}
.quotes p{margin:0;color:#a5a5a5;font-style:italic;font-size:13px;line-height:20px;width:70%;float:left}
.gartner-peer{background: url(https://www.manageengine.com/products/netflow/images/gartner-peer-logo.png) top center no-repeat;width:175px;height:39px;display:inline-block;margin-top:5px;}


.banner {background:#ffdd50;}
.flex-row:before,  .flex-row:after{content:'';display:table;clear:both;}
.flex-row{display: -webkit-box; display: -moz-box;display: -ms-flexbox;display: -webkit-flex; display: flex;flex-wrap: wrap;align-items:center;padding:25px;}
.flex-row .colm {flex:1;margin:5px;} .flex-row .colm:nth-child(2){text-align:center;}
.colm img {width:100%;max-width:400px !important;text-align:center;-webkit-box-shadow:0 0 12px 0 #e3e3e3;box-shadow:0 0 12px 0 #e3e3e3;border-radius:8px;border:0 !important;}

.banner-con {text-align:center;padding:3px 25px;position:relative;} 

.bannerCon h1 {font-size:30px;font-weight:700;padding-bottom:6px;line-height:40px;}

ul.listed {display: inline-block;list-style:none !important;padding:0 !important;}
.listed li {padding-left: 25px;position: relative; color: #000;line-height:38px;}
.listed li:last-child {margin-bottom: 0;}
.listed li:after{content: '';display: block;width: 6px;height: 14px;border: solid #030303;border-width: 0 2px 2px 0;transform: rotate(45deg);position: absolute;left: 5px;top: 12px;}


.banner-cta {display:flex;gap: 16px;margin:16px 0;}
.banner-cta > a {background:#282828;display:inline-block;border:1px solid #282828;color:#fff;font-size:14px;padding:8px 24px;border-radius:6px;-webkit-transition:all .3s ease-in-out;}
.banner-cta > a:hover {text-decoration:none;background:#545454;border:1px solid #545454;}
.banner-cta > a:nth-child(2) {background:transparent;color:#000;} .banner-cta > a:nth-child(2):hover {background:#fff;color:#000;}
img.play {position:absolute;max-width: 60px !important;top:45%;left:45%;-webkit-transform: translate(-45%, -45%);box-shadow: none;
          transform: translate(-45%, -45%);-webkit-box-shadow: none;box-shadow: none;-webkit-transition: all .3s ease-in-out;transition: all .3s ease-in-out;
        animation: zoom-in-zoom-out 1s ease infinite;border:0 !important;}
@keyframes zoom-in-zoom-out {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.2, 1.2);
  }
  100% {
    transform: scale(1, 1);
  }
}


.rhs-cont img {border: 1px solid #ddd;}
@media (max-width: 1024px) {
.flex-row {text-align:center;}
.flex-row .colm {flex:none;width:100%;} .listed li {list-style:disc inside;}
.listed li:after {display:none;} .banner-cta {justify-content:center;}
}
.refer-res {
	list-style-type: none;
	margin: 10px 0 0 0;
	padding: 0!important
}
.refer-res li {
	border-top: 1px solid #ececec;
	list-style-type: none;
	margin: 0;
	padding: 0
}
.refer-res li a {
	color: #777;
	padding: 7px 0 7px 10px;
	display: block;
	text-decoration: none
}
.refer-res li a:hover {
	color: #000;
	text-decoration: none
}
#lhsBanCon {
	margin: 20px 0 20px 0;
}