    /* Common styles start */

body {
    font-family: 'Zoho_Puvi_Regular';
    font-size: 16px;
    line-height: 1.6;
    color: #000;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
}

strong {
    font-weight: 600 !important;
}

h2,
.h2 {
    font: 30px/1.25 'Zoho_Puvi_SemiBold';
}

h3,
.h3 {
    font: 23px/1.3 'Zoho_Puvi_SemiBold';
}

h4,
.h4 {
    font: 20px/1.4 'Zoho_Puvi_SemiBold';
}

h5,
.h5 {
    font: 16px/1.4 'Zoho_Puvi_SemiBold';
}

h6,
.h6 {
    font-size: 16px;
}

h2 {
    font-family: 'Zoho_Puvi_SemiBold';
    font-size: 30px;
    line-height: 1.25;
}

.clearfix:before,
.clearfix:after {
    display: table;
    line-height: 0;
    content: ""
}

* html .clearfix {
    height: 1%;
}
/*
  .clearfix {
      display: block;
  }
*/
*+html .clearfix {
    display: inline-block
}

.clearfix:after {
    clear: both
}

.clear {
    clear: both;
    line-height: 0;
    height: 0
}

.tar {
    text-align: right
}

.tal {
    text-align: left !important
}

.tac {
    text-align: center
}

.max {
    max-width: 100%
}

.mT10 {
    margin-top: 10px
}

.mT20 {
    margin-top: 20px
}

.mT40 {
    margin-top: 40px
}

.mT50 {
    margin-top: 50px
}

.pT10 {
    padding-top: 10px
}

.pT20 {
    padding-top: 20px
}

.pT30 {
    padding-top: 30px;
}

.pT40 {
    padding-top: 40px;
}

.pT50 {
    padding-top: 50px;
}

.mL10 {
    margin-left: 10px
}

.mL20 {
    margin-left: 20px
}

.mL30 {
    margin-left: 30px
}

.mR10 {
    margin-right: 10px
}

.mR30 {
    margin-right: 30px
}

.pL10 {
    padding-left: 10px
}

.pL20 {
    padding-left: 20px
}

.pb25 {
    padding-bottom: 25px;
}

.pb40 {
    padding-bottom: 40px !important;
}

.pb50 {
    padding-bottom: 50px !important;
}

.pb60 {
    padding-bottom: 60px !important;
}

.pT70 {
    padding-top: 70px !important;
}

.pT75 {
    padding-top: 75px;
}

.rowpding {
    padding: 100px 0
}

#scroll {
    height: 0 !important
}
/* Common styles end */
/* Manu styles start */

nav ul.productmenu.header-nav>li {
    margin: 10px 0 0;
    font-family: 'Zoho_Puvi_Regular';
    font-size: 1.15em;
}

.nav>li>a:hover,
.nav>li>span:hover,
[data-soldrop]:hover {
    color: #000 !important;
}

.nav .selecteddiv a,
.nav .selecteddivnew a {
    color: #000 !important;
    font-family: 'Zoho_Puvi_SemiBold';
}

.nav-dwn a {
    font-family: 'Zoho_Puvi_SemiBold';
}

#edn {
    display: none;
}

nav ul.productmenu {
    margin-right: 0;
    margin-bottom: 26px;
}

    nav ul.productmenu li a.active,nav ul.productmenu li a:hover{
        color: #C63317!important;
    }

.nav-dwn {
    display: none
}
/* Manu styles start end */
/*Banner section style start*/

.sdphomebanner {
    margin: 0 auto 0;
    background-image: url("/static/images/sdp-home-banner.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 350px;
    background-position: center;
}

.homebnrcont {
    position: relative;
    padding: 5% 0
}

.hmbnrmintxt {
    font: 50px/1.2 'Zoho_Puvi_Bold';
    color: #fff;
}

.hmbnrsbmintxt {
    font-size: 55px;
    font-weight: 400;
    color: #fff;
    line-height: 60px;
    letter-spacing: 0px;
}

.hmbnrsubtxt {
    font-family: 'Zoho_Puvi_Light';
    font-size: 22px;
    font-weight: lighter;
    color: #fff;
    line-height: 35px;
    padding-top: 10px;
    letter-spacing: 0.7px;
    margin-top: 0;
}

a.strtur30dys {
    font-family: "Zoho_Puvi_SemiBold";
    background: #E9142B;
    color: #fff;
    font-size: 22px;
    padding: 7px 30px;
    border-radius: 5px;
    text-decoration: none;
    width: 130px;
    display: inline-block;
    margin: 0 10px;
    line-height: 24px;
}
/*Banner section style end*/
/*ESM release Banner section style Start*/

#sdpintrosec {
    padding: 50px 0px 100px;
}

.esm-banner-bg {
    background: #f8f8f8;
    padding: 35px 0;
}

.esm-banner-bg img {
    width: 62px;
}

.esm-banner-bg h3 {
    margin: 0px 0px 7px 0px;
    text-align: left;
}

.esm-banner-bg h3 sup {
    font-size: 10px
}

.esm-banner-bg p {
    margin-top: 5px;
    text-align: left;
    padding-right: 40px;
}

.esm-banner-bg p a {
    text-decoration: none;
    background: #49bffa;
    color: #fff;
    padding: 5px 20px;
    display: inline-block;
    font-size: 18px;
}

.newtext {
    color: #fff;
    background: #e8132a;
    border-radius: 5px;
    padding: 2px 6px;
    font-size: 12px;
    margin-left: 5px;
    font-family: 'Zoho_Puvi_Bold';
    text-transform: uppercase;
}
/*ESM release Banner section style end*/
/*SDP intro section style start*/

#sdpintrosec {}

h1.itsdtxttp {
    display: block;
    font-size: 40px;
    font-family: 'Zoho_Puvi_Bold';
    line-height: 1.25;
    margin-top: 0px;
    color: #000;
}

.hmcontent {
    font-family: "Zoho_Puvi_Regular";
    font-size: 18px;
    line-height: 1.6;
    font-weight: 500;
    width: 100%;
    margin: 30px auto 0 auto;
    text-align: center;
    color: #000;
}

h2.h2hdrtxt {
    margin-top: 50px;
}

.itsdpoint {
    max-width: 182px;
    color: #000;
    font-weight: 600;
}

.itsdpoint a {
    color: #000;
    font-weight: 600;
    text-decoration: none !important;
}

.sdphmimg {
    background-image: url(/images/sdp-home-page-sprite.svg);
    background-repeat: no-repeat;
    display: inline-block;
    height: 55px;
}

.itsdcont {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
}

.best-practice {
    background-position: -240px 0px;
    width: 56px;
}

.powerfulinteg {
    background-position: 0px 0px;
    width: 86px;
}

.smartauto {
    background-position: -91px 0px;
    width: 60px;
}

.extensive {
    background-position: -165px -1px;
    width: 60px;
}

.codeless {
    background-position: -313px 0px;
    width: 57px;
}

.deploycloud {
    background-position: -387px 0px;
    width: 64px;
}
/*SDP intro section style end*/
/*Customer logos section style start*/

#sdpcus_logos {
    cursor: pointer !important
}

#sdpcutomerlogos {
    margin-top: 0px;
}

#sdpcutmrlogssecbg {
    background: #ecf4f9;
}

.image-upper {
    margin-top: 50px;
}

.sdp-logo-blocks {
    position: relative;
}

.sdp-logo-blocks .sdpcus-block {
    background-color: #fff;
    display: inline-block;
    height: 92px;
    position: relative;
    margin: 0px 0.5%;
    width: 163px;
    padding: 0 3.5%;
}

.sdp-logo-blocks img.clear-channel {
    top: 70px;
}

.sdpcstmr01 div,
.sdpcstmr02 div,
.sdpcstmr03 div,
.sdpcstmr04 div,
.sdpcstmr05 div,
.sdpcstmr06 div,
.sdpcstmr07 div,
.sdpcstmr08 div {
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    padding-top: 15px;
    width: 175px;
}

.sdpcstmr01 .cb-img,
.sdpcstmr02 .cb-img,
.sdpcstmr03 .cb-img,
.sdpcstmr04 .cb-img,
.sdpcstmr05 .cb-img,
.sdpcstmr06 .cb-img,
.sdpcstmr07 .cb-img,
.sdpcstmr08 .cb-img {
    opacity: 0;
    transition: all 0.6s ease-out 0s;
}

.sdpcstmr01 .cb-img.active,
.sdpcstmr02 .cb-img.active,
.sdpcstmr03 .cb-img.active,
.sdpcstmr04 .cb-img.active,
.sdpcstmr05 .cb-img.active,
.sdpcstmr06 .cb-img.active,
.sdpcstmr07 .cb-img.active,
.sdpcstmr08 .cb-img.active {
    opacity: 1;
    transition: all 0.5s ease-in 0s;
}

.sdpcstmrtmpftrbg {
    background: #e9eff9;
}

.sdpcutmrlogos {
    display: none;
}

.kingston,
.dllclogo,
.rbsclogo,
.vdfonclogo,
.vairbsclogo,
.simnsclogo,
.medronicclogo,
.kofxclogo,
.disnyclogo,
.hondaclogo,
.xeroxclogo,
.etihdclogo,
.toysrsclogo,
.abcclogo,
.scaniaclogo,
.graystnclogo,
.dekalbclogo,
.vensnclogo,
.swislifclogo,
.avrdaclogo,
.pbibnkclogo,
.pinkclogo,
.rlayhlthclogo,
.estcpitlclogo,
.kartnsonclogo,
.altrexptsclogo,
.ksbcdcclogo,
.maxconlclogo,
.thyssnkrpclogo,
.grenairptclogo,
.soriforgclogo,
.toledoclogo,
.premierbnklogo {
    background: url("/static/images/servicedeskplus-customers-images.jpg") no-repeat 0 0;
}

.kingston {
    background-position: -1px -519px;
    width: 152px;
    height: 34px;
    display: block
}

.dllclogo {
    background-position: -1px -1px;
    width: 71px;
    height: 71px;
    display: block
}

.rbsclogo {
    background-position: -80px -1px;
    width: 107px;
    height: 32px;
    display: block;
    margin-top: 15px;
}

.vdfonclogo {
    background-position: -188px 0px;
    width: 91px;
    height: 60px;
    display: block
}

.vairbsclogo {
    background-position: -280px -1px;
    width: 161px;
    height: 37px;
    display: block
}

.simnsclogo {
    background-position: -451px -1px;
    width: 161px;
    height: 26px;
    display: block;
    margin-top: 15px;
}

.medronicclogo {
    background-position: 0px -80px;
    width: 163px;
    height: 49px;
    display: block
}

.kofxclogo {
    background-position: -191px -77px;
    width: 169px;
    height: 30px;
    display: block;
    margin-top: 15px;
}

.disnyclogo {
    background-position: -361px -64px;
    width: 127px;
    height: 56px;
    display: block
}

.hondaclogo {
    background-position: -495px -72px;
    width: 149px;
    height: 31px;
    display: block;
    margin-top: 15px;
}

.xeroxclogo {
    background-position: 1px -136px;
    width: 133px;
    height: 38px;
    display: block;
    margin-top: 15px;
}

.etihdclogo {
    background-position: -135px -140px;
    width: 136px;
    height: 74px;
    display: block
}

.toysrsclogo {
    background-position: -275px -136px;
    width: 115px;
    height: 29px;
    display: block
}

.abcclogo {
    background-position: -398px -136px;
    width: 53px;
    height: 53px;
    display: block;
    margin-top: 5px;
}

.scaniaclogo {
    background-position: -459px -136px;
    width: 70px;
    height: 41px;
    display: block;
    margin-top: 10px;
}

.graystnclogo {
    background-position: -2px -220px;
    width: 151px;
    height: 39px;
    display: block;
    margin-top: 8px;
}

.dekalbclogo {
    background-position: -156px -214px;
    width: 123px;
    height: 51px;
    display: block
}

.vensnclogo {
    background-position: -282px -214px;
    width: 159px;
    height: 42px;
    display: block;
    margin-top: 5px;
}

.swislifclogo {
    background-position: -444px -214px;
    width: 149px;
    height: 65px;
    display: block
}

.avrdaclogo {
    background-position: -1px -325px;
    width: 126px;
    height: 39px;
    display: block;
    margin-top: 15px;
}

.pbibnkclogo {
    background-position: -127px -305px;
    width: 110px;
    height: 46px;
    display: block
}

.pinkclogo {
    background-position: -239px -305px;
    width: 94px;
    height: 48px;
    display: block;
    margin-top: 5px;
}

.rlayhlthclogo {
    background-position: -508px -305px;
    width: 156px;
    height: 26px;
    display: block;
    margin-top: 15px;
}

.estcpitlclogo {
    background-position: -2px -388px;
    width: 171px;
    height: 16px;
    display: block;
    margin-top: 20px;
}

.premierbnklogo {
    background-position: -554px -130px;
    width: 119px;
    height: 49px;
    display: block;
    margin-top: 5px;
}

.kartnsonclogo {
    background-position: -192px -388px;
    width: 137px;
    height: 55px;
    display: block
}

.altrexptsclogo {
    background-position: -331px -388px;
    width: 137px;
    height: 42px;
    display: block;
    margin-top: 10px;
}

.ksbcdcclogo {
    background-position: -474px -384px;
    width: 138px;
    height: 46px;
    display: block;
    margin-top: 10px;
}

.maxconlclogo {
    background-position: -2px -453px;
    width: 112px;
    height: 58px;
    display: block
}

.thyssnkrpclogo {
    background-position: -117px -453px;
    width: 147px;
    height: 42px;
    display: block;
    margin-top: 10px;
}

.grenairptclogo {
    background-position: -267px -451px;
    width: 120px;
    height: 45px;
    display: block;
    margin-top: 10px;
}

.soriforgclogo {
    background-position: -392px -453px;
    width: 137px;
    height: 35px;
    display: block;
    margin-top: 10px;
}

.toledoclogo {
    background-position: -534px -451px;
    width: 93px;
    height: 52px;
    display: block
}

.sdp-logos-blocks {
    margin: 0 auto;
    position: relative;
}

.sdp-logos-blocks .sdpcus-block {
    background-color: #fff;
    display: inline-block;
    height: 92px;
    position: relative;
    margin: 0px 0.5%;
    width: 163px;
    padding: 0 3.5%;
}

.sdp-logos-blocks img.clear-channel {
    top: 70px;
}
/*Customer logos section style end*/
/*Edition table section style start */

.hm-edi-headbg {
    background: #ecf4f9;
    border: 1px solid #c6e1f3;
}

.hm-edi-head {
    font-family: 'Zoho_Puvi_SemiBold';
    font-size: 25px;
    line-height: 26px;
    font-weight: 600;
    margin-top: 20px;
    color: #000;
    background: none;
    padding-left: 30px;
}

.hm-edi-headdic {
    font-size: 20px;
    line-height: 26px;
    font-weight: 400;
    text-align: center;
    color: #000
}

.hm-edi-headsub {
    padding: 0px 10px 15px 10px;
    font-size: 15px;
    line-height: 26px;
    font-weight: 500;
    color: #000;
    padding-left: 30px;
}

.hm-edi-box {
    font-size: 13px;
    border-left: 1px solid #c6e0f3;
    border-right: 1px solid #c6e0f3;
    border-bottom: 1px solid #c6e0f3;
    background: #fff;
    padding-bottom: 30px;
    min-height: 395px;
    background: #fff;
}

.hm-edi-headbg.entprise {
    background: #FFFDE6 !important;
    border: 1px solid #c2bc7e;
}

.hm-edi-box.entprise {
    border-left: 1px solid #c2bc7e !important;
    border-right: 1px solid #c2bc7e !important;
    border-bottom: 1px solid #c2bc7e;
}

.hm-edi-cont {
    padding: 15px 27px 35px 27px;
}

.dlrptxt {
    font-size: 15px;
    font-weight: 500;
    line-height: 20px;
    color: #000;
}

ul.edn-ftrlist {
    list-style-type: none;
    padding: 0px;
    font-weight: 400;
    letter-spacing: 0.3px;
    margin: 0px;
}

ul.edn-ftrlist li {
    background-image: url(/images/home-page-sprite-images.png);
    background-position: -102px 5px;
    padding-left: 30px;
    color: #000;
    line-height: 20px;
    margin-top: 15px;
    margin-left: 30px;
    font-size: 16px;
    font-weight: 500
}

ul.edn-ftrlist li a {
    text-decoration: none;
    color: #000 !important;
    font-size: 16px;
    font-weight: 500
}
/*Edition table section style end */
/*customer testimonials section style start*/

.slider-bg {
    background: #fff;
    border-radius: 15px 5px 5px 15px;
    border: 1px solid #e3e3e3;
    box-shadow: 2px 2px 5px #e3e3e3;
}

.slider {
    display: flex;
    align-items: center;
}

.slider-left-col {
    width: 29%;
    overflow: hidden;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    float: left;
}

.slider-right-col {
    width: 60%;
    padding: 30px 50px;
    text-align: left;
    background: #fff;
    overflow: hidden;
    border-radius: 0px 10px 10px 0;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    float: left;
}

div.cutmr-img {
    margin: 0 auto
}

.slider-right-col div.cutmr-img {
    width: 72px;
    margin-bottom: 20px;
    transition: 0.5s;
    min-height: 72px;
}

.slider-right-col div.custmrlogo {
    width: 200px;
    transition: 0.5s;
    min-height: 40px;
}

.slider-left-col p {
    color: #fff;
}

.slider-left-col p.author {
    margin: 20px 0px 0px 0px;
    font-size: 22px;
}

.slider-left-col p.role {
    margin: 0px;
    font-size: 14px;
}

p.desc {
    min-height: auto;
}

.slider-right-col p {
    font-size: 18px;
    line-height: 1.5;
    text-align: left;
}

.bgclr {
    padding: 80px 35px;
}

.bg-clr00 {
    background: #27345d
}

.bg-clr01 {
    background: #002133
}

.bg-clr02 {
    background: #7797b7
}

.bg-clr03 {
    background: #78be20
}

.bg-clr04 {
    background: #2f4096
}

.bg-clr05 {
    background: #d1ad4f
}

.bg-clr06 {
    background: #007ac3
}

.bg-clr07 {
    background: #00234f
}

.bg-clr08 {
    background: #007698
}

.bg-clr09 {
    background: #002B4E
}

.bg-clr10 {
    background: #ea6f23
}

.bg-clr11 {
    background: #0158a6
}

.bg-clr12 {
    background: #d00a2d
}

.bg-clr13 {
    background: #d00a2d
}

.bg-clr14 {
    background: #1d9967
}

.bg-clr15 {
    background: #000
}

.bg-clr16 {
    background: #0072b9
}

.bg-clr17 {
    background: #000
}

.bg-clr18 {
    background: #000
}

.bg-clr19 {
    background: #003ca6
}

.bg-clr20 {
    background: #cf3a52
}

.bg-clr21 {
    background: #d96276;
}

.bg-clr22 {
    background: #10345e
}

.bg-clr23 {
    background: #000
}

.bg-clr24 {
    background: #000
}

.fade-left {
    animation: left 1s;
}

@keyframes left {
    0% {
        transform: translateX(-350px);
        opacity: 0;
    }
    100% {
        transform: translateX(0px);
        opacity: 1;
    }
}

.fade-right {
    animation: right 1s;
}

@keyframes right {
    0% {
        transform: translateX(350px);
        opacity: 0;
    }
    100% {
        transform: translateX(0px);
        opacity: 1;
    }
}

.cus-logo-left {
    animation: logoleft 1s;
}

@keyframes logoleft {
    0% {
        transform: translateX(-100px);
    }
    100% {
        transform: translateX(0px);
    }
}

.cus-logo-right {
    animation: logoright 1s;
}

@keyframes logoright {
    0% {
        transform: translateX(100px);
    }
    100% {
        transform: translateX(0px);
    }
}

.fade {
    animation: fade 0.5s;
}

@keyframes fade {
    0% {
        opacity: 0.2;
    }
    20% {
        opacity: 0.4;
    }
    40% {
        opacity: 0.6;
    }
    80% {
        opacity: 0.8;
    }
    100% {
        opacity: 1;
    }
}

.testimlsarows {
    width: 37px;
    margin: 20px auto 0 auto
}

#testimlsprev {
    background-image: url(/images/customer-testi-arrow.svg);
    background-repeat: no-repeat;
    background-position: -1px -2px;
    width: 16px;
    height: 12px;
    display: block;
    float: left;
    cursor: pointer;
    text-decoration: none;
}

#testimlsnext {
    background-image: url(/images/customer-testi-arrow.svg);
    background-repeat: no-repeat;
    background-position: -22px -2px;
    width: 16px;
    height: 12px;
    display: block;
    float: left;
    margin-left: 5px;
    cursor: pointer;
    text-decoration: none;
}

a.custmrsaycta {
    font-family: "Zoho_Puvi_SemiBold";
    color: #fff;
    background: #f40f07;
    font-size: 18px;
    padding: 10px 30px;
    font-weight: 400;
    text-decoration: none;
    border-radius: 5px;
}

.custmrtstmnlimg {
    background-image: url("/static/images/sdp-customer-testimonials.jpg");
    border-radius: 50px;
}

.eldin-reynolds {
    background-repeat: no-repeat;
    background-position: -232px -156px;
    width: 72px;
    height: 72px;
    display: block
}

.serkan {
    background-repeat: no-repeat;
    background-position: -2px -2px;
    width: 72px;
    height: 72px;
    display: block
}

.james {
    background-repeat: no-repeat;
    background-position: -2px -78px;
    width: 72px;
    height: 72px;
    display: block
}

.karl {
    background-repeat: no-repeat;
    background-position: -2px -153px;
    width: 72px;
    height: 72px;
    display: block
}

.sarah {
    background-repeat: no-repeat;
    background-position: -2px -227px;
    width: 72px;
    height: 72px;
    display: block
}

.mohammed {
    background-repeat: no-repeat;
    background-position: -2px -301px;
    width: 72px;
    height: 72px;
    display: block
}

.karel {
    background-repeat: no-repeat;
    background-position: -76px -451px;
    width: 72px;
    height: 72px;
    display: block
}

.mike {
    background-repeat: no-repeat;
    background-position: -2px -451px;
    width: 72px;
    height: 72px;
    display: block
}

.nathan {
    background-repeat: no-repeat;
    background-position: -78px -1px;
    width: 72px;
    height: 72px;
    display: block
}

.tony {
    background-repeat: no-repeat;
    background-position: -78px -76px;
    width: 72px;
    height: 72px;
    display: block
}

.christian {
    background-repeat: no-repeat;
    background-position: -76px -150px;
    width: 72px;
    height: 72px;
    display: block
}

.nicholas {
    background-repeat: no-repeat;
    background-position: -76px -225px;
    width: 72px;
    height: 72px;
    display: block
}

.darren {
    background-repeat: no-repeat;
    background-position: -2px -375px;
    width: 72px;
    height: 72px;
    display: block
}

.joe {
    background-repeat: no-repeat;
    background-position: -76px -302px;
    width: 72px;
    height: 72px;
    display: block
}

.karen {
    background-repeat: no-repeat;
    background-position: -76px -377px;
    width: 72px;
    height: 72px;
    display: block
}

.ccpl {
    background-repeat: no-repeat;
    background-position: -153px -2px;
    width: 72px;
    height: 72px;
    display: block
}

.scotteng {
    background-repeat: no-repeat;
    background-position: -152px -78px;
    width: 72px;
    height: 72px;
    display: block
}

.angloimservc {
    background-repeat: no-repeat;
    background-position: -153px -154px;
    width: 72px;
    height: 72px;
    display: block
}

.rick {
    background-repeat: no-repeat;
    background-position: -153px -228px;
    width: 72px;
    height: 72px;
    display: block
}

.eidpasprt {
    background-repeat: no-repeat;
    background-position: -153px -305px;
    width: 72px;
    height: 72px;
    display: block
}

.muhammadgouda {
    background-repeat: no-repeat;
    background-position: -153px -380px;
    width: 72px;
    height: 72px;
    display: block
}

.silas {
    background-repeat: no-repeat;
    background-position: -152px -453px;
    width: 72px;
    height: 72px;
    display: block
}

.joefrazier {
    background-repeat: no-repeat;
    background-position: -227px -2px;
    width: 72px;
    height: 72px;
    display: block
}

.deanbird {
    background-repeat: no-repeat;
    background-position: -228px -76px;
    width: 72px;
    height: 72px;
    display: block
}

#custmetestmls {
    background: #ecf4f9;
}
/*customer testimonials section style end*/
/*ITIL-based features section style start */

#itilftrsecbg {
    background: #fff
}

.whysdp-col1,
.whysdp-col2,
.whysdp-col3 {
    background: #fff;
    text-align: left;
    width: 23.8%;
    padding: 4%;
    float: left;
    border: 1px solid #eaeaea;
}

.whysdp-col1 p,
.whysdp-col2 p,
.whysdp-col3 p {
    line-height: 24px;
    font-weight: 500;
    color: #000;
    font-size: 16px !important;
}

.whysdp-col1 p,
.whysdp-col2 p,
.whysdp-col3 p {
    min-height: 170px;
}

.pminhigt {
    min-height: 120px !important;
}

.whysdp-col1,
.whysdp-col2 {
    margin-right: 2%;
}

.wysdp-ftr-subhdr {
    font-weight: 600 !important;
    color: #2873b3 !important;
    font-size: 16px;
}

.whysdp-col:hover {
    box-shadow: 0px 1px 10px 0 rgba(46, 61, 73, .2);
    transition: 0.1s !important;
}

.whysdp-col1:hover,
.whysdp-col2:hover,
.whysdp-col3:hover {
    box-shadow: 0px 15px 20px rgba(0, 0, 0, .10);
    border: 1px solid #c6e1f3;
    transition: all 0.3s ease-in-out !important;
}

.ftr-incident {
    background-position: -14px -73px;
    width: 43px;
    height: 45px;
    display: block;
    margin-top: -15px;
    margin-right: 10px;
}

.ftr-problem {
    background-position: -14px -145px;
    width: 48px;
    height: 45px;
    display: block;
    margin-top: -15px;
    margin-right: 10px;
}

.ftr-change {
    background-position: -146px -73px;
    width: 33px;
    height: 44px;
    display: block;
    margin-top: -15px;
    margin-right: 10px;
}

.ftr-service {
    background-position: -78px -73px;
    width: 50px;
    height: 44px;
    display: block;
    margin-top: -15px;
    margin-right: 10px;
}

.ftr-cmdb {
    background-position: -268px -68px;
    width: 40px;
    height: 45px;
    display: block;
    margin-top: -15px;
    margin-right: 10px;
}

.ftr-itproject {
    background-position: -206px -73px;
    width: 48px;
    height: 45px;
    display: block;
    margin-top: -15px;
}

.ftr-reports {
    background-position: -142px -145px;
    width: 42px;
    height: 45px;
    display: block;
    margin-top: -15px;
    margin-right: 10px;
}

.ftr-integration {
    background-position: -330px -70px;
    width: 44px;
    height: 45px;
    display: block;
    margin-top: -15px;
    margin-right: 10px;
}

.ftr-asset {
    background-position: -80px -146px;
    width: 49px;
    height: 45px;
    display: block;
    margin-top: -15px;
    margin-right: 10px;
}

a.sdpfeaturehdrtxts {
    font-size: 21px;
    font-family: 'Zoho_Puvi_Bold';
    line-height: 30px;
    color: #000;
    margin-top: 12px;
    text-decoration: none;
    display: block;
}

a.sdpftrsmorelink {
    position: relative;
    color: #2b98f0;
    font-size: 16px;
    font-family: Zoho_Puvi_Regular;
}

a.sdpftrsmorelink:hover {
    text-decoration: none
}

a.sdpftrsmorelink:after {
    content: "";
    border-bottom: 1px solid #2b98f0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 0%;
    transition: width 0.2s;
}

a.sdpftrsmorelink:hover:after {
    width: 100%;
}

a.sdpftrsmorelink span {
    color: #1A8509
}
/*ITIL-based features section style end */
/*Footer additional resources section style start */

#nofolderftrctasec {
    background: #f3fcff;
}

ul.gdprlinks li {
    margin: 10px 0
}

#nofolder-additionalrcs h2 {
    width: 95%;
}

#nofolder-additionalrcs ul.add-resources h2 {
    margin: 10px 0px 15px 0px;
}

#nofolder-additionalrcs ul.add-resources p {
    font-size: 18px;
    padding-right: 5%;
}

ul.addresorcs.nofldrlinks {
    margin-left: 50px;
}

a.startyrfre {
    background: #e23c32;
    color: #fff;
    font-size: 19px;
    padding: 7px 30px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: 400;
    width: 130px;
    display: inline-block;
    margin: 0 10px;
    line-height: 24px;
    font-family: 'Zoho_Puvi_SemiBold';
}

a.strtur30dys>span,
a.startyrfre>span {
    font-size: 12px;
    display: block;
    letter-spacing: 1px;
}

a.startyrfre {
    background: #e23c32;
    color: #fff;
    font-size: 19px;
    padding: 7px 30px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: 400;
    width: 130px;
    display: inline-block;
    margin: 0 10px;
    line-height: 24px;
    font-family: 'Zoho_Puvi_SemiBold';
}

a.ftrdemo {
    background: #E9142B;
    color: #fff;
    font-size: 20px;
    line-height: 30px;
    padding: 10px 40px;
    display: inline-block;
    border-radius: 5px;
    text-decoration: none;
    text-align: center;
    letter-spacing: 0;
    font-weight: 500;
    display: none;
}

#additionalsec {
    background: #fff;
}

.add-resources-bg {
    box-sizing: border-box;
}

.add-resources-bg .container {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
    padding: 0;
}

ul.add-resources {
    display: flex;
    /*align-items: center;*/
}

ul.add-resources li {
    flex: 0 0 50%;
}

ul.add-resources h4 {
    margin-left: 0px;
    text-transform: uppercase;
    font-size: 19px;
}

ul.add-resources h2 {
    width: 65%;
    font-size: 28px;
    color: #3180d2;
    margin: 10px 0px 30px 0px;
}

img.add-res {
    display: block;
    margin: 40px auto 0px 0px;
}

ul.add-resources a {
    color: #000;
    font-size: 18px;
    text-decoration: underline;
}

ul.addresorcs li a {
    position: relative;
    text-decoration: none;
    font-size: 16px;
}

ul.addresorcs li a:before {
    content: "";
    width: 0%;
    border-bottom: 1px solid #000;
    position: absolute;
    top: 0;
    left: 0px;
    bottom: 0;
    transition: width 0.5s;
}

ul.addresorcs li a:hover:before {
    width: 100%;
}

p.itilresrv {
    font-size: 14px;
    margin-top: 50px;
}
/*Footer additional resources section style end */
/*Bottom bar section style start*/

.prd-nav li {
    display: inline-block;
    float: none
}

.prd-nav {
    margin: 0 auto;
    text-align: center
}
/*Bottom bar section style end*/
/*Mobile dc style start*/

.brtag {
    display: none;
}
/*Mobile dc style end*/

.promo-banner {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 50%;
    margin: 0 auto;
}

.promo-title {
    margin: 0px;
    font-size: 22px;
}

.promo-banner div:nth-child(2) {
    margin-left: 30px;
}

.uk-webinar {
    display: none;
}

.all-features {
    text-align: center;
    display: block;
    margin: 30px 0px 0px 0px;
    color: #2b98f0;
    font-size: 18px;
    font-family: Zoho_Puvi_Regular;
}

.req-demo {
    background: #c92632;
    color: #fff;
    border-radius: 5px;
    padding: 12px 0px;
    border: 2px solid #c92632;
    text-decoration: none;
    width: 150px;
    margin: 0px auto;
    display: block;
    text-align: center;
}

.content-wrap {
    position: relative;
    width: 90%;
    max-width: 1170px;
    margin: 0 auto;
    padding: 0;
}

.flex-wrap {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    align-items: center;
    box-sizing: border-box;
    justify-content: center;
}

.flex-wrap>div {
    flex: 0 0 45%;
    max-width: 45%;
    box-sizing: border-box;
    box-shadow: -0.6px 0px 22px 0px #d0d1d261;
    padding: 20px 25px;
    background: #ffffff;
    border-radius: 3px;
}

.flex {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
    justify-content: center;
}

.flex>div:nth-child(1) {
    max-width: 65%;
    flex: 0 0 65%;
}

.flex>div:nth-child(2) {
    max-width: 35%;
    flex: 0 0 35%;
    text-align: center;
}

.flex>div:nth-child(2)>a {
    margin-top: 10px;
}

.flex-wrap>div:nth-child(1) {
    margin-right: 10px;
}

.flex-wrap>div:nth-child(2) {
    margin-left: 10px;
}

.promo-wrap a {
    width: 90px;
    display: block;
    padding: 4px 8px;
    text-align: center;
    color: #ffff;
    border-radius: 3px;
    text-decoration: none;
    font-weight: bold;
    margin: 0px auto;
}

.promo-wrap h3 {
    font: 20px /1.3 'Zoho_Puvi_Bold';
}

.promo-wrap p,
.promo-wrap a {
    font-size: 13px;
}

.forrester h3 {
    color: #01503a;
}

.gartner h3 {
    color: #387baf;
}

.forrester .cta {
    background: #015138;
}

.forrester .cta:hover {
    background: #015138d4;
}

.gartner .cta {
    background: #387bb2;
}

.gartner .cta:hover {
    background: #387bb2d4;
}

.forrester .watch-video {
    text-decoration: none;
    background: unset;
    color: #015138;
    padding: unset;
    display: inline-block;
    font-size: unset;
    width: unset;
    vertical-align: middle;
    font-size: 13px;
}

.forrester .watch-video::after {
    content: '>';
    color: #015138;
    display: inline-block;
    vertical-align: middle;
    margin-left: 2px;
    transition: .4s ease all;
    font-weight: 0;
}

.forrester .watch-video:hover::after {
    margin-left: 3.5px;
    transition: .4s ease all;
}

.icon {
    display: block;
    margin: 0px auto;
}

.forrester .icon {
    background: url(/images/forrester-badge.png);
    height: 23px;
    background-size: 118px;
    width: 118px;
    background-repeat: no-repeat;
}

.gartner .icon {
    background: url(/images/gartner-logo-vector.svg);
    display: block;
    height: 25px;
    background-size: cover;
    margin-bottom: 10px;
    width: 84px;
    background-repeat: no-repeat;
    background-position: -1px -30px;
}

.promo-cont-wrap {
    max-width: 1000px;
}

.iframe-video-wrap {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, .95);
    overflow: auto;
    z-index: 5555555;
    display: none;
    padding: 20px 0;
    box-sizing: border-box;
}

.iframe-video-wrap.active {
    display: block;
}

.image-pupup-show-continer {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, .95);
    overflow: auto;
    z-index: 5555555;
    display: none;
    padding: 20px 0;
    box-sizing: border-box;
}

.image-pupup-show-continer.active {
    display: block;
}

.automation-video {
    position: relative;
    max-width: 900px;
    margin: 50px auto;
    width: 100%;
    box-shadow: 0px 5px 25px -5px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 5px 25px -5px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 5px 25px -5px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.index-video {
    margin-bottom: -200px;
    top: -200px;
    box-sizing: border-box;
}

.automation-video:hover.automation-video picture {
    transform: scale(1.05);
    transition: .4s ease all;
}

.automation-video picture {
    transform: scale(1);
    transition: .4s ease all;
    display: block;
}

.play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 70px;
    width: 100px;
    background: #74c6ffde;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 33;
}

.rectangle-clip-path {
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
    background: #fff;
    height: 20px;
    display: block;
    width: 20px;
    transform: rotate( 90deg) translate(2px, -2px);
    transform-origin: center;
}

.modal {
    position: absolute;
    z-index: 10000;
    top: 0;
    left: 0;
    visibility: hidden;
    width: 100%;
    height: 100%;
}

.modal.is-visible {
    visibility: visible;
}

.modal-overlay {
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000000e8;
    opacity: 0;
    transition: visibility 0s linear 0.3s, opacity 0.3s;
}

.modal.is-visible .modal-overlay {
    opacity: 1;
    transition-delay: 0s;
}

.modal-wrapper {
    position: absolute;
    z-index: 9999;
    top: 50%;
    left: 50%;
    width: 90%;
    max-width: 900px;
    height: 510px;
    background-color: #fff;
    box-shadow: 0 0 1.5em hsl(0deg 0% 0% / 35%);
    transform: translate(-50%, -50%);
}

.modal-transition {
    transition: all 0.3s 0.12s;
    opacity: 0;
}

.modal.is-visible .modal-transition {
    opacity: 1;
}

.modal-header,
.modal-content {
    padding: 1em;
}

.modal-header {
    position: relative;
    background-color: #fff;
    box-shadow: 0 1px 2px hsla(0, 0%, 0%, 0.06);
    border-bottom: 1px solid #e8e8e8;
}

.modal-close {
    position: absolute;
    top: 0;
    right: 0;
    color: #aaa;
    background: none;
    border: 0;
    height: 40px;
    width: 50px;
}

.modal-close::after {
    content: '';
    height: 100%;
    display: block;
    width: 2px;
    background: grey;
    border-radius: 10px;
}

.modal-close::before {
    content: '';
    height: 100%;
    display: block;
    width: 2px;
    background: grey;
    border-radius: 10px;
}

.modal-close:hover {
    color: #777;
}

.modal-heading {
    font-size: 1.125em;
    margin: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.modal-content>*:first-child {
    margin-top: 0;
}

.modal-content>*:last-child {
    margin-bottom: 0;
}

.popup-btn {
    cursor: pointer
}
/*close-btn*/

.close-btn {
    position: absolute;
    right: 10px;
    top: 30px;
    height: 50px;
    width: 50px;
    background-image: url(/images/popup-close-img.png);
    background-size: contain;
    cursor: pointer;
}

.cus_video{
    width: 100%;
    height: 370px;
}
.cus_video_left{
    float: left;
    width: 40%;
    text-align: left;
    margin-top: 60px;
}
.cus_video_right{
    float:right;
    width:50%;
}


/*Appstore & Playstore section end*/

@media only screen and (max-width:1445px) {
    .close-btn {
        right: 10px;
        top: 110px;
    }
}

@media only screen and (min-width:768px) and (max-width:992px) {
    .modal-wrapper {
        max-width: 700px;
        height: 390px;
    }
}

@media only screen and (min-width:1024px) and (max-width:1110px) {
    .flex-wrap>div:nth-child(1) {
        margin-right: 9px;
    }
    .flex-wrap>div:nth-child(2) {
        margin-left: 9px;
    }
}

@media only screen and (max-width:767px) {
    .modal-wrapper {
        max-width: 340px;
        height: 190px;
    }
    .flex-wrap>div {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media only screen and (max-width:992px) {
    .automation-video {
        width: 90%;
    }
}

@media only screen and (max-width:767px) {
    .flex-wrap {
        display: block;
    }
    .flex-wrap>div {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .flex-wrap>div:nth-child(1) {
        margin-right: 0px;
        margin-bottom: 35px;
    }
    .flex-wrap>div:nth-child(2) {
        margin-left: 0px;
    }
}

@media screen and (max-width:1024px) {
    .add-resources-bg .container {
        max-width: 90%;
        width: 90%;
        margin: 0 auto;
    }
    .flex-control-nav {
        display: block !important
    }
    ul.ipadmenu li {
        float: left !important;
        width: 19.3%;
        margin: 0 auto;
        text-align: center
    }
    .ithdtxt {
        margin-left: 10px;
    }
    .esm-banner-bg p {
        line-height: 25px;
    }
    .esm-banner-bg h3 {
        margin: 0px 0px 0px 0px;
    }
    .cta {
        margin-top: 10px;
    }
    .forrester .icon {
        height: 28px;
        background-size: 120px;
        background-position: 2px 4px;
        width: 128px;
    }
    .promo-wrap a {
        margin: unset;
        margin-right: auto;
    }
    .icon {
        margin-right: auto;
        margin: unset;
        margin-bottom: 10px;
    }
}
@media only screen and (min-width:768px) and (max-width:1024px) {
    .flex-wrap>div {
        flex: 0 0 48%;
        max-width: 48%;
    }
}
@media screen and (max-width:980px) {
    /*
        ul.add-resources h2 {
            width: 100%;
        }
*/
    /*
        .head-container {
            width: 85%;
        }
*/
    ul.add-resources {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
    }
    ul.add-resources>li:nth-child(2) {
        margin-left: 0px;
    }
    ul.add-resources li {
        flex: 0 0 100% !important;
    }
    .brtag {
        display: block;
        height: 0;
    }
    .ithdtxt {
        margin-left: 0px;
    }
}

@media screen and (max-width:500px) {
    #nofolderftrctasec a.startyrfre:nth-child(2) {
        display: none
    }
    #nofolderftrctasec .mob-pB50 {
        padding-bottom: 10px !important;
    }
    img.add-res {
        display: block;
        margin: 25px auto;
    }
}

@media screen and (max-width:500px) {
    .cus_video_left{
        width: 98%;
    }
    .cus_video_right{
        float:left;
        width:98%;
    }
}
