.ntfsIco{padding:5px 0 40px 0 !important}
.ntfsIco li{display:inline-block;margin:0 0 5px 0;padding:10px 0 10px 60px !important;position:relative;vertical-align:top;width:40%;}
.ntfsIco li a{color:#444}
.ntfsIco li:before{background:url(/sites/meweb/images/fr/ad-manager/images/icons-sprite.png) no-repeat;background-size:280px;content:"";position:absolute;height:40px;left:0;width:40px}
.ntfsIco li:nth-child(3),
.ntfsIco li:nth-child(4){margin-top:13px;}
.ntfsIco li:nth-child(5){margin-top:10px}
.ntfsIco li:nth-child(1):before{background-position:-7px 0;height:40px;top:4px;width:47px;}
.ntfsIco li:nth-child(2):before{background-position:-60px 3px;height:46px;top:5px;width:46px;}
.feaIco li{list-style:none;padding:0 0 0 30px !important;position:relative}
.feaIco li:before{background:url(images/ntfs-feature-sprite.png) -263px 0 no-repeat;background-size:280px;content:"";position:absolute;height:18px;left:0;top:5px;width:18px}
.feaIco li p{margin-top:5px;}
ul.noteBG{margin:10px 0;padding:10px 10px 10px 10px !important;}
ul li.nobull{list-style:none}
.topAdj{margin:-29px 0 0 0}
.midArr{margin:36px 0}
@media screen and (max-width:770px) {
.ntfsIco li{padding:26px 0 10px 60px !important;width:90%}
.ntfsIco li:nth-child(2){padding:10px 0 27px 60px !important}
.ntfsIco li:nth-child(3){padding:10px 0 13px 60px !important}
.ntfsIco li:nth-child(4){padding:21px 0 13px 60px !important}
.ntfsIco li:nth-child(5){padding:10px 0 13px 60px !important}
}
 /*New*/
   #install {
    border: 1px solid #ebeeef;
    border-radius: 5px;
    margin-top: 30px;
    margin-bottom: 30px;
}
#scroll #install > ol {
    padding: 0;
}
#install > ol > li {
    border: 0 solid #ebeeef;
    box-shadow: none;
    margin-bottom: 0;
    border-radius: 5px 5px 0 0;
    background: #f9fdff;
    position: relative;
    overflow: hidden;
    padding-left: 0;
}
#install > ol > li:before {
    content: '';
    position: absolute;
    width: 24px;
    height: 24px;
    background: #e8edf0;
    right: 24px;
    top: 44px;
    border-radius: 50px;
/*    transform: translateY(-50%);*/
}
#install > ol > li > h5 {
    padding: 20px 50px 20px 30px;
    font-size: 16px;
    font-weight: 600;
    color: #15679b;
    cursor: pointer;
    z-index: 1;
    line-height: 30px;
    position: relative;
    display: block;
}
#install > ol > li > h5:before {
    content: '';
    position: absolute;
    width: 12px;
    height: 2px;
    background: #15679b;
    right: 30px;
    top: 55px;
}
#install > ol > li > h5:after {
    content: '';
    position: absolute;
    width: 2px;
    height: 12px;
    background: #15679b;
    right: 35px;
    top: 50px;
}
#install ol li .viewPort {
    padding: 10px 50px 25px;
}
#install ol li .viewPort ul {
    padding: 0;
}
.viewPort li {
    padding-bottom: 10px;
}
.rhs-cont li {
    padding-left: 10px;
}
.wam-form ul li select#country_state{
        right: inherit;
    }
.ctaContainer .wam-form ul li select#country_state{
        width: 109px;
}
select#country_state {
    color: #333;
    opacity: 1;
    width: 100px;
    background: #fff;
    position: absolute;
    margin: 53px 0 0 -69px;
    font-size: 13px;
    box-shadow: 0 2px 17px 4px rgb(0 0 0 / 7%);
    border-radius: 5px;
}
    .ctaContainer .wam-form ul li select#country_state{
        background: inherit!important;
    }
    .ctaContainer span{
        font-style: inherit;
    }
/*end*/
	#install > ol > li > h5.open:before{background: #fff;}
#install > ol > li > h5.open:after{display: none}