* {
    margin: 0;
    padding: 0;
    font-weight: inherit;
    -webkit-font-smoothing: antialiased
}
.spm-main {
    width: 100%;
}
.spm-banner {
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
    padding: 45px 0 100px;
}
.spm-banner p {
    margin-bottom: 20px;
}
h1 {
    margin-bottom: 15px;
    font: 56px/1.1 var(--zf-primary-extrabold);
    letter-spacing: -1.2px;
}
h2 {
    font: 46px/1.2 var(--zf-primary-extrabold);
}
p {
    font: 400 16px/28px Roboto, Arial, Helvetica, sans-serif;
    max-width: 945px;
    margin: auto;
    margin-bottom: 0;
}
.spm-banrcnt {
    border-radius: 22px;
    background-color: rgb(0, 103, 255);
    padding: 30px;
    box-sizing: border-box;
    max-width: 1200px;
    color: #fff;
    margin: auto;
}
.spm-fleet {
    padding: 50px 0 60px;
}
.spm-fleet h2 {
    max-width: 525px;
    margin-left: 50px;
}
.fleet-cnt-lft {
    float: left;
    width: 44%;
    padding: 0 0 0 50px;
    box-sizing: border-box;
    margin-right: 110px;
}
.fleet-cnt-rit {
    float: left;
    width: 44%;
    padding: 0 50px 0 0;
    box-sizing: border-box;
}
.wit-cnt {
    background: #fff;
    color: #000;
    border-radius: 16px;
    text-align: center;
    padding: 40px 0 45px;
}
.wit-cnt p {
    max-width: 900px;
    margin: auto;
}
.cB {
    clear: both;
}
.sals-team {
    max-width: 970px;
    margin: 123px auto 115px;
}
.ftrs-lt.evensec {
    margin-left: 115px;
}
.ftrs-lt {
    width: 49.5%;
    padding-top: 80px;
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
    transition: all ease 0.65s;
    max-width: 425px;
}
.ftrs-icn {
    margin-bottom: 10px;
}
.ftrs-hdr {
    font: 30px var(--zf-primary-bold);
    padding-bottom: 10px;
    word-break: break-word;
    margin-bottom: 0;
}
.para-sec {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
    padding-bottom: 8px;
    color: #222222;
    max-width: 760px;
}
.impact-cnt {
    background: #0067ff;
    padding: 120px 0 130px;
    color: #fff;
}
.impact-main {
    max-width: 1200px;
    margin: auto;
    text-align: center;
}
.altr-list {
    margin: 0 0 0 30px;
}
.altr-list li {
    font: 400 16px/1.6 'Roboto', sans-serif;
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    position: relative;
    margin-top: 15px;
}
.altr-list li:before {
    content: '';
    background-image: url("/sites/zweb/images/crm/images/spm-sprite.svg");
    background-position: -25px -97px;
	width: 16px;
	height: 12px;
    position: absolute;
    left: -26px;
    top: 7px;
}
.spm-list {
    width: 410px;
    float: left;
    text-align: left;
    margin-top: 60px;
}
.pmtool-main {
    margin: 120px auto;
    text-align: center;
    max-width: 1196px;
}
.lm_navSec {
    text-align: center;
    position: relative;
    margin: 40px auto 0;
}
.lm_navigation {
    position: relative;
    display: inline-block;
}
.lm_navSec.lm_fix {
    position: sticky;
    position: -webkit-sticky;
    width: 100%;
    box-sizing: border-box;
    top: 52px;
    left: 0;
    z-index: 3;
    background: #ffffff;
}
.lm_navigation:before {
    content: '';
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100%;
    border-bottom: 1px solid #dedede;
    display: block;
}
.lm_navLst {
    display: inline-block;
    list-style-type: none;
    padding: 15px;
    cursor: pointer;
    position: relative;
    line-height: 1;
}
.lm_navLst>span {
    display: inline-block;
    font: 18px 'Roboto', sans-serif;
    color: #000;
    position: relative;
    cursor: pointer;
}
.lm_navLst.active>span {
    color: #0067ff;
}
.selected-tab {
    border-bottom: 3px solid #0067ff;
    width: 164px;
    position: absolute;
    left: 0;
    top: 94%;
    height: 2px;
    transition: all 0.1s linear;
    -webkit-transition: all 0.1s linear;
    list-style-type: none;
}
.hub-lrn {
    margin: 20px auto 0;
    color: #0067ff;
    font: 500 16px/1.7 Roboto,Arial,Helvetica,sans-serif;
    display: block;
    text-align: center;
}
.arrow {
	content: '';
    background-image: url(/sites/zweb/images/crm/images/spm-sprite.svg);
    background-position: -56px -98px;
	width: 14px;
	height: 9px;
    display: inline-block;
}
.hub-lrn:hover .arrow {
    transform: translateX(3px);
    transition: all ease 0.3s;
}
.spm-sec, .spm-secblue {
    margin: 110px 0 0;
    position: relative;
}
.spm-sec p {
    max-width: 860px;
    margin: auto;
}
.spm-img {
    margin-top: 40px;
    max-width: 900px;
    box-shadow: 0px 6px 13px 0px rgba(185, 185, 185, 0.35);
    border-radius: 10px;
}
.spm-bluebg {
    border-radius: 10px;
    background-color: rgb(235, 247, 254);
     padding: 120px 0 130px;
}
.spm-bottom {
    text-align: center;
    margin: 70px 0 80px;
}
.spm-bottom h2 {
    font-size: 48px;
    margin-bottom: 25px;
}
.spm-plansec {
    max-width: 1040px;
    border-radius: 10px;
    background: #fef8e5;
    padding: 90px 90px 200px 110px;
    position: relative;
    margin: 35px auto 370px;
    text-align: left;
    box-sizing: border-box;
}
.plansec-img {
    position: absolute;
    min-width: 1040px;
    border-radius: 10px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 6px 13px 0px rgba(185, 185, 185, 0.35);
}
.tL {
    text-align: left
}
.img-pattrn:before {
    content: '';
    border-radius: 10px;
    background-color: rgb(235, 247, 254);
    position: absolute;
    width: 740px;
    height: 424px;
    display: inline-block;
    z-index: -1;
    bottom: -30px;
    left: 110px;
}
.img-pattrn1:before {
    content: '';
    border-radius: 10px;
    background-color: rgb(254, 248, 229);
    position: absolute;
    width: 904px;
    height: 321px;
    display: inline-block;
    z-index: -1;
    bottom: -30px;
    left: 110px;
}
.spm-noshadow {
    box-shadow: none;
}
.teritry-img {
    margin: 40px 0 0 20px;
    max-width: 295px;
    box-shadow: 0px 6px 13px 0px rgba(185, 185, 185, 0.35);
    border-radius: 10px;
    vertical-align: top;
}
.teritry-img:first-child {
    margin-left: 0;
}
.spm-vid {
    margin-top: 40px;
    max-width: 900px;
}
.sprite-icns {
    background-image: url("/sites/zweb/images/crm/images/spm-sprite.svg");
    display: inline-block;
}
.salesicon1 {
    background-position: -4px -11px;
	width: 63px;
	height: 66px;
}
.salesicon2 {
    background-position: -87px -9px;
	width: 58px;
	height: 66px;
}
.salesicon3 {
    background-position: -164px -11px;
	width: 64px;
	height: 65px;
}
.salesicon4 {
    background-position: -246px -17px;
	width: 70px;
	height: 55px;
}
.imp-sec {
    max-width: 900px;
    margin: auto;
    display: block;
}
.fR {
    float: right;
}
h4 {
    font: 24px/1.4 var(--zf-primary-bold);
    margin-bottom: 0;
}
.recmnd-anim {
    width: 530px;
    position: absolute;
    bottom: 0;
    right: 155px;
}
.mT30 {
    margin-top: 30px;
}
.mxin {
    max-width: inherit;
}
.media-anim {
    -webkit-transform: translateY(10rem);
    transform: translateY(10rem);
    transition: .9s ease-in-out;
    opacity: 0;
}
.img-animate {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}
.mT160 {
    margin-top: 160px;
}
.mT150 {
    margin-top: 150px;
}
.mT125 {
    margin-top: 125px;
}
.g-anim{
   margin: 20px 0 0 -22px;
}
.crm-hub-ctasec{
	display: none;
}
/*	media quiery starts*/
	
@media only screen and (max-width:1280px) {
.plansec-img {
    min-width: inherit;
}
}

@media only screen and (max-width:1140px) {
.lm_navSec.lm_fix{
top:0;
}
}

@media only screen and (max-width:1080px) {
.img-pattrn:before, .img-pattrn1:before {
    display: none;
}
.spm-banrcnt {
    border-radius: 0;
}
.lm_navLst {
    padding: 10px;
}
}

@media only screen and (max-width:1023px) {
.media-anim {
    -webkit-transform: inherit;
    transform: inherit;
    transition: inherit;
    opacity: 1;
}
}

@media only screen and (max-width:992px) {
.fleet-cnt-lft{
margin-right:50px;
}
.sals-team {
    margin: 70px 30px 60px;
    text-align: center;
}
.ftrs-lt-con {
    text-align: left;
}
.ftrs-lt {
    padding: 50px 50px 0;
}
.ftrs-lt.evensec {
    margin-left: 0;
}
.imp-sec {
    max-width: 800px;
}
.tL {
    text-align: center;
}
.spm-plansec {
    padding: 65px 30px 80px;
    position: relative;
    margin: 35px auto 290px;
    text-align: center;
}
.spm-sec {
    margin: 70px 30px 0;
}
spm-secblue {
    margin: 70px 0 0;
}
.spm-secblue {
    padding: 60px 30px 70px;
}
.plansec-img {
    position: static;
    margin-bottom: -300px;
}
h1 {
    font-size: 42px;
}
h2 {
    font-size: 36px;
}
.spm-bottom h2 {
    font-size: 38px;
}
.ftrs-hdr {
    font-size: 28px;
}
.impact-cnt {
    background: #0067ff;
    padding: 60px 30px 70px;
}
.pmtool-main {
    margin: 70px 0;
}
.wit-cnt {
    padding: 40px 30px 45px;
}
.spm-banner {
    margin: 0 30px;
}
.spm-bottom {
    margin: 70px 30px 80px;
}
.spm-fleet {
    padding: 30px 0 40px;
}
.mT160,.mT150,.mT125 {
    margin-top: 70px;
}
.spm-bluebg{
    padding: 60px 30px 65px;
    margin:70px 0 0;
}
.sales-tool{
margin:0 30px;
}
.spm-list {
    float: none;
    margin: 30px auto;
}
.fR {
    float: none;
    width: 410px;
    margin-bottom: 0;
}
}

@media only screen and (max-width:991px) {
.lm_navSec {
    display: none;
}
.spm-img,.spm-vid{
    max-width: 100%;
}
}

@media only screen and (max-width:767px) {
.spm-fleet h2 {
    margin: 0;
}
.fleet-cnt-lft ,.fleet-cnt-rit {
    float: none;
    width: 100%;
    padding: 30px  0 0;
}
.impact-main {
    text-align: left;
}
br{
display:none;
}
}

@media only screen and (max-width:640px) {
.achive-sec{
   text-align:left;
}
.spm-banner {
   padding-bottom:45px;
}
.teritry-img {
    margin: 40px 0 0;
}
.ftrs-lt {
    width: 100%;
    padding: 30px 30px 0 0;
    max-width: inherit;
}
.ftrs-lt br {
    display: none;
}
.plansec-img {
    margin-bottom: -35%;
}
.spm-plansec {
    margin: 35px auto 30%;
}
h4 {
    font: 22px/1.4 var(--zf-primary-bold);
}
}
@media only screen and (max-width:430px) {
.spm-list,.fR{
width:100%;
}
}