.right-wrap{
line-height: 1.6;
}
/*BREADCRUMB-SECTION*/

.cmn-breadcrum {
    padding-top: 10px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    font-size: 14px;
    letter-spacing: normal;
}


/*Global beader only call this attr*/

.globe-menu-page .cmn-breadcrum {
    padding-top: 30px;
    max-width: 1400px;
    margin: 0px auto;
}

.cmn-breadcrum a,
.cmn-breadcrum .root-page {
    text-decoration: none !important;
    font-size: 14px;
    line-height: 1.5;
}

.cmn-breadcrum a {
    color: #000;
    position: relative;
    margin: 10px 0px;
}

.cmn-breadcrum a:hover {
    color: #0b6db1;
}

.cmn-breadcrum a::after {
    content: '';
    position: absolute;
    left: 0;
    height: 1px;
    bottom: -2px;
    width: 0%;
    background: #0b6db1;
    transition: .4s ease;
}

.cmn-breadcrum a:hover::after {
    width: 100%;
    transition: .4s ease;
}

.cmn-breadcrum .root-page {
    /* color: #000;*/
    color: #0b6db1;
}

.cmn-breadcrum .bread-crumb-arrow {
    margin: 3px 5px;
    color: #000;
}

.cta-btn {
    background: #f0483e;
    text-decoration: none !important;
    color: #fff;
    padding: 10px 20px;
    margin: 30px auto;
    font-family: 'Zoho_Puvi_SemiBold';
    border-radius: 2px;
    display: block;
    max-width: 250px;
    text-align: center;
    width: 90%;
    font-size: 16px;
}

.globe-type-menu-page .cmn-breadcrum {
    max-width: 1400px;
    margin: 0px auto;
}


/*Banner Title section start*/

.heading-menu .container.tac.clearfix {
    padding: 20px 0;
}

.heading-menu {
    padding: 0 0 55px 0;
    margin-top: 0;
    background: #eaf8ff;
    border-bottom: 0px;
    background-attachment: relative;
    background-position: center center;
    width: 100%;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    color: #000;
    font-weight: 400;
    letter-spacing: -1px;
    position: relative;
    overflow: hidden;
    clear: both;
    height: auto;
    font-weight: 500;
}

#scroll {
    padding: 0px;
}


/*.container.tac.clearfix.cmn-cta-sub-parent {
       margin: 50px auto;
}*/


/*Banner Title section end*/


/*Features pages screenshot with content section */

.content-wrapper {
    display: flex;
    align-items: center;
    padding-top: 100px;
}

.content {
    flex-grow: 1;
    flex-basis: 0;
}

.content h2.ftrpg-inrhdr {
    margin-top: 0px;
}

.content-wrapper .content:nth-child(1) {
    margin-right: 50px;
}

.content-wrapper .content:nth-child(2) {
    margin-left: 50px;
}

.content ul.list-items {
    margin-left: 20px;
    margin-bottom: 20px;
    margin-top: 20px;
}

.content ul.list-items li {
    margin-bottom: 0px;
    position: relative;
    padding-left: 5px;
    margin-top: 10px;
    font-size: 17px;
    margin-left: 20px;
}

.content ul.list-items li:before {
    content: "";
    background: #00a9f4;
    position: absolute;
    top: 10px;
    right: 0;
    bottom: 0;
    left: -20px;
    width: 7px;
    height: 7px;
    border-radius: 50px;
}


/*Custmer Section start*/

.custmersay {
    padding: 100px 0
}

.quotescont {
    font-family: 'Zoho_Puvi_Regular', 'Open Sans', sans-serif;
    font-size: 18px;
    line-height: 40px;
    text-align: center;
    width: 90%;
    margin: 0 auto;
}

p.quotes-text {
    font-style: italic;
    font-size: 24px;
    font-family: serif;
    font-weight: bold;
    margin: 20px 0px;
    text-align: center;
    line-height: 1.3;
}


/*Custmer Section end*/


/*LAZY AND CONTENT ANIMATION*/

.cont-anim>h1,
.cont-anim>h2,
.cont-anim>h3,
.cont-anim>h4,
.cont-anim>h5,
.cont-anim>p,
.cont-anim>a,
.cont-anim>ul>li,
.cont-anim>div,
.cont-anim>span {
    -webkit-transform: translateY(25px);
    -ms-transform: translateY(25px);
    transform: translateY(25px);
    opacity: 0;
}

.cont-anim .content-view {
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
    transition: 1s ease;
}

.right-img-anim {
    opacity: 0;
    -webkit-transform: translateX(30px);
    -ms-transform: translateX(30px);
    transform: translateX(30px);
    transition: 1s ease;
}

.left-img-anim {
    opacity: 0;
    -webkit-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    transform: translateX(-30px);
    transition: 1s ease;
}

.img-view {
    opacity: 1;
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
    transition: 1s ease;
}

.img-scale {
    opacity: 0;
    -webkit-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95);
    transition: 1s ease;
}

.parent-active .img-scale {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    transition: 1s ease;
}

.right-anim {
    opacity: 0;
    -webkit-transform: translateX(30px);
    -ms-transform: translateX(30px);
    transform: translateX(30px);
    transition: 1s ease;
}

.lef-anim {
    opacity: 0;
    -webkit-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    transform: translateX(-30px);
    transition: 1s ease;
}

.parent-active .lef-anim,
.parent-active .right-anim,
.parent-active .right-img-anim,
.parent-active .left-img-anim {
    opacity: 1;
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
    transition: 1s ease;
}

.bottom-to-top-anim {
    opacity: 0;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
    transition: 1s ease;
}

.parent-active .bottom-to-top-anim {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    transition: 1s ease;
}

.mobile-breadcrum {
    display: none;
}

picture {
    width: 100%;
    height: auto;
    display: block;
}

.placeholder-loading {
    position: relative;
    background-color: #e2e2e2;
    overflow: hidden;
}

.lazy-picture {
    transform: translateY(20px);
    transition: .6s ease all;
    opacity: 0;
}

.lazy-picture.img-active {
    transform: translateY(0px);
    transition: .6s ease all;
    opacity: 1;
}

.placeholder-loading img,
.placeholder-loading source {
    height: auto;
    width: 100%;
    opacity: 0;
}

.placeholder-loading.picture {
    border-radius: 0;
}

.placeholder-loading::after {
    display: block;
    content: '';
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    transform: translateX(-100%);
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .2), transparent);
    animation: loading 1.5s infinite;
}

@keyframes loading {
    100% {
        transform: translateX(100%);
    }
}


/*SLICK SLIDER CSS*/

.slick-dots li button:focus,
.slick-dots li button:hover,
.slick-list:focus,
.slick-next,
.slick-prev,
a:focus {
    outline: 0
}

.slick-next,
.slick-prev {
    position: absolute;
    top: 50%;
    display: block;
    width: 30px;
    height: 30px;
    padding: 0;
    z-index: 1;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    background: 0 0
}

.slick-next:after,
.slick-next:before,
.slick-prev:after,
.slick-prev:before {
    content: '';
    position: absolute;
    width: 2px;
    height: 18px;
    background: #c7d0df;
    transition: .5s ease
}

.slick-dots,
.z-testiContent,
.z-testimonial-head,
.z-testimonial-head h4 {
    position: relative
}

.slick-next:hover:after,
.slick-next:hover:before,
.slick-prev:hover:after,
.slick-prev:hover:before {
    background: #3f51b6
}

.slick-next:before {
    transform: rotate(-45deg);
    top: 0;
    right: 10px
}

.slick-next:after {
    transform: rotate(45deg);
    bottom: 0;
    right: 10px
}

.slick-prev:before {
    transform: rotate(45deg);
    top: 0;
    left: 10px
}

.slick-prev:after {
    transform: rotate(135deg);
    bottom: 0;
    left: 10px
}

.slick-next.slick-disabled,
.slick-prev.slick-disabled {
    opacity: .25
}

.slick-prev {
    left: 0
}

.slick-next {
    right: 0
}

.slick-dots {
    bottom: 0;
    display: block;
    width: 100%;
    padding: 0;
    margin: 10px 0;
    list-style: none;
    text-align: center
}

.slick-dots li {
    display: inline-block;
    margin: 0 3px;
    background: #c7d0df;
    width: 8px;
    height: 8px;
    border-radius: 100%;
    cursor: pointer;
    border: 1px solid #fff;
    transition: .5s ease;
    box-sizing: content-box
}

.slick-dots li.slick-active {
    background: #3f51b6;
    width: 8px;
    height: 8px;
    border: 1px solid #3f51b6
}

.slick-dots li button {
    display: none
}

.slick-list,
.slick-slider,
.slick-track {
    position: relative;
    display: block
}

.slick-slider {
    box-sizing: border-box
}

.slick-list {
    margin: 0;
    padding: 0
}

.slick-slider .slick-list,
.slick-slider .slick-track {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    top: 0;
    left: 0;
    margin-left: auto;
    margin-right: auto
}

.slick-list {
    overflow: hidden;
}

.slick-track:after {
    clear: both;
    display: table;
    content: ''
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
    outline: none;
}

.i18n-ar .slick-slider .slick-list,
.i18n-ar .slick-slider .slick-dots {
    direction: ltr;
    text-align: center;
}

.slick-initialized .slick-slide {
    display: block
}

.slick-arrow.slick-hidden {
    display: none
}


/*IMAGE POP-UP*/

.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;
}

.modal {
    position: fixed;
    z-index: 1000000;
    top: 0;
    left: 0;
    visibility: hidden;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.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 {
    z-index: 9999;
    width: 90%;
    max-width: 900px;
    background-color: #fff;
    box-shadow: 0 0 1.5em hsl(0deg 0% 0% / 35%);
}

.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;
}


/*image-popup-show-start*/

.image-pupup-show-continer .modal-wrapper {
    height: auto;
    background-color: unset;
    box-shadow: unset;
    display: flex;
    justify-content: center;
    margin: 0px auto;
}

.clone-img-ele {
    cursor: zoom-in;
}

.image-pupup-show-continer .modal-wrapper img,
.image-pupup-show-continer .modal-wrapper source {
    width: 100%;
}

.entity-links {
    color: #000;
    text-decoration: none;
}

.entity-links:hover {
    text-decoration: underline;
}


/*image-popup-show-end*/


/*SDP MENUS START*/

.productmenu #res,
.productmenu #solutions {
    position: relative;
    padding: 0px 15px
}

nav ul.productmenu.header-nav>li {
    margin: 10px 0 0;
    font-family: 'Zoho_Puvi_Regular', 'Open Sans', sans-serif;
    font-size: 1.15em;
}

ul.sub-menu li.sub-menu-heading a,
ul.sub-menu li.sub-menu-heading {
    font-family: 'Zoho_Puvi_SemiBold' !important;
}

#res::before,
#solutions::before {
    content: '';
    height: 9px;
    width: 9px;
    background: #28345d;
    display: inline-block;
    position: absolute;
    right: 2px;
    top: 10px;
    clip-path: polygon(52% 75%, 0 1%, 100% 0);
    cursor: pointer;
    transition: .4s ease all;
    transform-origin: 50% 30% 0;
}

#res.active::before,
#solutions.active::before {
    transition: .4s ease all;
    transform: rotate(180deg);
}

#res.active::after,
#solutions.active::after {
    content: '';
    padding-bottom: 20px;
    box-sizing: border-box;
    position: absolute;
    top: 20px;
    width: 100%;
    background: #66339900;
    left: 0;
    cursor: pointer;
}

#MEdropPanel #res.active::after,
#MEdropPanel #solutions.active::after {
    display: none;
}

#res .sub-menu,
#solutions .sub-menu {
    padding: 20px 0px 25px;
    position: absolute;
    top: 40px;
    z-index: 33;
    display: none;
    left: 0;
    width: 200px;
    background: #ffffff;
    border-radius: 3px;
    text-align: left;
    -webkit-box-shadow: 0px 1px 38px -8px rgb(89 86 89 / 32%);
    -moz-box-shadow: 0px 1px 38px -8px rgb(89 86 89 / 32%);
    box-shadow: 0px 1px 38px -8px rgb(89 86 89 / 32%);
}

#res .sub-menu::before,
#solutions .sub-menu::before {
    content: '';
    height: 20px;
    width: 20px;
    background: #ffffff;
    position: absolute;
    left: 30px;
    top: -9px;
    transform: rotate(45deg);
    z-index: 22;
}

ul.sub-menu li {
    padding: 5px 20px;
    position: relative;
    color: #000;
    font-size: 15px;
    font-weight: bold;
    box-sizing: border-box;
}

ul.sub-menu li a,
.selecteddivnew ul.sub-menu li a {
    display: block;
    color: #000;
    position: relative;
    font-family: 'Zoho_Puvi_Regular', 'Open Sans', sans-serif !important;
}

ul.sub-menu li a.active {
    color: #03a9f5 !important;
}

.child-sub-menu {
    position: absolute;
    display: none;
    right: 0;
    top: 0;
}

.root-link {
    border: 1px solid;
    text-align: center;
    border-radius: 2px;
    width: 80%;
    margin: 10px auto 0px;
}

.root-link:hover {
    border: 1px solid #03a9f5;
}

ul.sub-menu li.root-link {
    padding: 0px 0px;
}

ul.sub-menu li.root-link a {
    display: block;
    padding: 3px 0px;
    font-weight: bold;
}

ul.sub-menu li.root-link a:hover {
    color: #03a9f5 !important;
    transition: .4s ease all;
}

.root-link a::after {
    display: none;
}

#MEmobPanel .sub-menu {
    position: relative;
    width: 100%;
    box-shadow: none;
    top: 0;
    left: 0;
    padding: 0px 0px 20px;
    border-bottom: 1px solid rgb(192, 192, 192);
}

#MEmobPanel #res,
#MEmobPanel #solutions {
    position: relative;
    border-bottom: unset;
}

#MEmobPanel #res>a,
#MEmobPanel #solutions>a {
    display: block;
    border-bottom: 1px solid #c0c0c0;
    z-index: 10000000000;
}

#MEmobPanel #res::before,
#MEmobPanel #solutions::before {
    right: 20px;
    top: 20px;
    transition: .3s ease-in all;
    transform-origin: 50% 30% 0;
}

#MEmobPanel #res.active::before,
#MEmobPanel #solutions.active::before {
    transition: .3s ease-in all;
    transform: rotate(180deg);
}

#MEmobPanel .sub-menu li {
    opacity: 1;
    border-bottom: unset;
    font-size: 14px;
}

#MEmobPanel #res .sub-menu::before,
#MEmobPanel #solutions .sub-menu::before {
    display: none;
}

#MEmobPanel .sub-menu li a {
    padding: 0px 0px;
}

#MEmobPanel .sub-menu .root-link {
    margin: 7px 20px;
    border: unset;
    width: 150px;
    box-sizing: border-box;
    padding: 4px 0px;
    text-align: left;
}

#MEmobPanel .sub-menu .root-link a {
    font-family: 'Zoho_Puvi_Bold' !important;
}

#MEmobPanel {
    top: 80px !important;
}

#MEmobPanel #res.active::after,
#MEmobPanel #solutions.active::after {
    display: none;
}

li.sub-menu-heading,
li.sub-menu-heading a {
    color: #000 !important;
    font-weight: bold;
    position: relative;
    margin-bottom: 0px;
    font-size: 15px !important;
}

li.sub-menu-heading:hover,
li.more:hover,
.submenu:hover {
    background: none !important;
}

li.sub-menu-heading.second-category {
    margin-top: 5px;
}

li.submenu a:hover {
    color: #216cb4 !important;
}

a.more-link {
    color: #216cb4 !important;
    font-size: 12px !important;
}

li.more span {
    display: inline-block;
    vertical-align: middle;
}

li.sub-menu-item {
    margin-left: 10px;
    padding: 0px 20px 0px 20px !important;
    font-size: 13px !important;
    font-weight: normal !important;
}

ul.sub-menu li:hover {
    background: transparent !important;
}


/*Flex wrap start*/

.flex-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    flex-wrap: wrap;
}

.two-column>div {
    flex: 0 0 calc(100%/2);
    max-width: calc(100%/2);
    box-sizing: border-box;
}

.three-column>div {
    flex: 0 0 calc(100%/3);
    max-width: calc(100%/3);
    box-sizing: border-box;
}


/*Button components */

.cta {
    text-decoration: none;
    display: inline-block;
    padding: 10px 20px;
    border-radius: 2px;
}


/*SDP MENUS END*/

.internal-links {
    color: #00a9f4;
    text-decoration: none;
    border-bottom: 1px solid;
}


/*Globe inline footer style start here*/

.sub-footer a:hover,
.copyright a:hover,
.footercopy a:hover,
.foot-copy a:hover {
    text-decoration: underline !important;
}

@media only screen and (max-width:1500px) {
    .globe-type-menu-page .cmn-breadcrum {
        width: 98%;
    }
}

@media only screen and (max-width:1180px) {
    .content-wrapper {
        width: 90%;
        margin: 0 auto;
    }
}

@media only screen and (max-width:980px) {
    .mobile-breadcrum {
        display: block;
    }
    .web-breadcrum {
        display: none;
    }
    /*Features pages content wrapper start*/
    .content-wrapper {
        flex-wrap: wrap;
    }
    .content {
        flex-grow: inherit;
        flex-basis: inherit;
    }
    .content img {
        margin-top: 20px;
    }
    .flexdr {
        flex-direction: column-reverse;
    }
    .content-wrapper .content:nth-child(1) {
        margin-right: 0;
    }
    .content-wrapper .content:nth-child(2) {
        margin-left: 0;
    }
    .cmn-breadcrum {
        padding: 10px;
        margin-top: 10px;
    }
    /*Features pages content wrapper end*/
}

@media only screen and (max-width:767px) {
    .flex-wrap {
        display: block;
    }
    .two-column>div,
    .three-column>div {
        max-width: 100%;
    }
}

@media only screen and (min-width: 1024px) and (max-width: 1160px) {
    .sdplogosvg img {
        width: 169px;
    }
    nav ul.productmenu.header-nav>li {
        font-size: 16px;
        padding: 0px 10px;
    }
    #header-mainsec {
        top: 40px;
    }
    .nav-dwn a {
        width: 118px;
    }
}
#custmrlgosroll{
display:none ;
}
@media screen and (max-width:2600px){

.dc-vrsn{display:block !important;}
.mob-vrsn{ display:none !important;}

	
	.headerbg > .container.clearfix{ display: flex;    align-items: center;
    justify-content: space-between;}

.ipad-75{width:73%;padding:0 1%;float:left}
.ipad-25{width:23%;padding:0 1%;float:left}
.ipad-per50 {width: 46%;padding: 0 2%;float: left;}
.ipad-per30 {width: 30%;padding: 0 1.5%;float: left;}

.shduldmo-ml{margin-left: 55px;}
.plystorebtn-ml{margin-left: 55px;}

.p15{ padding:15px !important;}
.btmpdn2{ padding:18px 18px 54px 18px !important;}
.btmpdn1{ padding:20px 20px 52px 20px !important;}
.p25{ padding:25px !important;}
.mT15{ margin-top:15px !important;}
.wbdr-right{ border-right:1px solid #e47a7a;}
.wbdr-left{ border-left:1px solid #e47a7a;}

.ls-per20{ width: 20%;padding: 0 1.5%; float:left;}
.ls-per80{width: 74%;padding: 0 1.5%; float:left;}
.appsbtns img {
    width: 50%;
}

.resource-form .prvcy-plicy{ font-size:10px; color:#aba7a7; font-family:'Open Sans', sans-serif; margin-top:0px;}
.resource-form .prvcy-plicy strong{ font-weight:600;color:#fff;}
.resource-form .prvcy-plicy a{ font-size:10.5px; color:#fff; text-decoration:none;}


.formfild{ padding-bottom:5px;}
.fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}
.form-label {
  position: relative;
}
.form-label label {
  position: absolute;
    left: 10px;
	padding-left: 2px;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    margin-top: -47px;
	font-size:16px !important;
	color:#444;
	
}

.form-js-label input[type='text']:focus, .form-js-label input[type='number']:focus, .form-js-label select:focus {
 	border: 1px solid rgba(121, 187, 238, 0.75) !important;
    box-shadow: 0 0 3px rgba(82, 168, 236, 0.5);
    outline: none;
}

.form-js-label input[type='text'].error:focus, .form-js-label select.error:focus {
 	outline: none !important;
    border: 1px solid red!important;
}


.form-js-label input[data-empty="false"] + label, .form-js-label input:focus + label {
  color: #00A5FF;
  font-weight:400;
  font-size: 12px;
  -webkit-transform: translate3d(0, -10px, 0);
          transform: translate3d(0, -10px, 0);
}

.posn-rltive{ position:relative !important; padding-bottom:10px;}
span.errormsg { position: absolute; left: 5px; margin-top: -16px; font-size: 12px; color: red; }

input.error{border: 1px solid red !important}


	}

/* iPhone < 5: */
@media screen and (device-aspect-ratio: 2/3) {
    select, textarea, input[type="text"], input[type="password"],
    input[type="datetime"], input[type="datetime-local"],
    input[type="date"], input[type="month"], input[type="time"],
    input[type="week"], input[type="number"], input[type="email"],
    input[type="url"]{ font-size: 16px; }
}
 
/* iPhone 5, 5C, 5S, iPod Touch 5g */
@media screen and (device-aspect-ratio: 40/71) {
    select, textarea, input[type="text"], input[type="password"],
    input[type="datetime"], input[type="datetime-local"],
    input[type="date"], input[type="month"], input[type="time"],
    input[type="week"], input[type="number"], input[type="email"],
    input[type="url"]{ font-size: 16px; }
}
 
/* iPhone 6, iPhone 6s, iPhone 7 portrait/landscape */
@media screen and (device-aspect-ratio: 375/667) {
    select, textarea, input[type="text"], input[type="password"],
    input[type="datetime"], input[type="datetime-local"],
    input[type="date"], input[type="month"], input[type="time"],
    input[type="week"], input[type="number"], input[type="email"],
    input[type="url"]{ font-size: 16px; }
}
 
/* iPhone 6 Plus, iPhone 6s Plus, iPhone 7 Plus portrait/landscape */
@media screen and (device-aspect-ratio: 9/16) {
    select, textarea, input[type="text"], input[type="password"],
    input[type="datetime"], input[type="datetime-local"],
    input[type="date"], input[type="month"], input[type="time"],
    input[type="week"], input[type="number"], input[type="email"],
    input[type="url"]{ font-size: 16px; }
}

/* iPad screen styles start*/
@media screen and (max-width:1024px){
	
body {
    font-family: 'Nunito Sans', sans-serif;
	font-size:14px;
	font-weight:400;
    line-height: 20px;
    color: #444;
	-webkit-tap-highlight-color: transparent;
}

	
.ipd1024px{display:none !important; width:100% !important;}
.ipd900px{ display:block !important;}
	
	.signupctadiv{ position:relative; top:20px;}
	a.signupcta{background:#c92632; color:#fff !important; text-decoration:none; padding:10px 20% !important; text-align:center; border-radius:5px; }
	
	
#meCommonFooterNew{ display:none}

ul.ipadmenu{ margin-top:40px; margin-right: -40px; position:relative;font-family: 'Nunito Sans', sans-serif;}
ul.ipadmenu li{float:left !important; margin-left:2%; width:16% !important; margin:0 auto; text-align:center;font-family: 'Nunito Sans', sans-serif; font-size:14px !important;}
ul.ipadmenu li a{ color:#444;padding:5% 11% !important;border:1px solid #fff0;border-radius:5px; }
ul.ipadmenu li a:hover{ color:#000; text-decoration:none;border:1px solid #ccc;border-radius:5px;}


a.signinbtn{ border:1px solid #0d89d1 !important; color:#000 !important}
a.signupbtn{ background:#c92632; color:#fff !important}

a.signinbtn:hover{background:#0d89d1; border:1px solid #0d89d1; color:#fff !important}
a.signupbtn:hover{ background:#bd0714; border:1px solid #c92632 !important; color:#fff !important}

/*ul.ipadmenu li.signinbtn a{ color:#fff;border-radius:5px;border:1px solid #0d89d1 !important}
ul.ipadmenu li a:hover{color:#fff !important;  text-decoration:none;border:1px solid #ccc;border-radius:5px;}

li.signinbtn{ border-radius:5px; }
li.signinbtn:hover{background:#0d89d1; color:#fff !important; }
li.signinbtn a:hover{background:#0d89d1; color:#fff !important; }

li.signupbtn{ background:#c92632;border-radius:5px;border:1px solid #c92632  !important; margin-left:2%}
li.signupbtn a{ color:#fff !important; }*/

.heading-menu{ display:none;}
	
.dc-vrsn{display:none !important;}
.mob-vrsn{ display:block !important;}

.bar1, .bar2, .bar3 {
    width: 35px;
    height: 4px;
    background-color: #333;
    margin: 4px 0;
    transition: 0.2s;
	cursor:pointer;
	border-radius:3px; 
}

.change .bar1 {
    -webkit-transform: rotate(-45deg) translate(-8px, 8px) ;
    transform: rotate(-45deg) translate(-8px, 8px) ;
	z-index:999999;
	background:#fff;
	position:relative;
}

.change .bar2 {opacity: 0;}

.change .bar3 {
    -webkit-transform: rotate(45deg) translate(-3px, -4px) ;
    transform: rotate(45deg) translate(-3px, -4px) ;
	z-index:999999;
	background:#fff;
	position:relative;
}

.mcloseemty{ background:url(../images/empty.png) no-repeat; width:35px; height:35px;position: relative; margin-top: -30px;z-index: 999999;}

.ipadmob-fixd{ width:100%; top:0px; position:fixed; z-index:999999; height:102px;}
.contentare{ margin-top:102px;}
.contentare h2{ font-size:30px; line-height:35px; margin-top:5%;}


.ipad-75{width:73%;padding:0 1%;float:left}
.ipad-25{width:43%;padding:0 1%;float:left}

.menu-open {
    top: 40px;
    margin-right: 0px;
	width:35px;
	position:relative;
	height:35px;
}

.ovrly{opacity:0;visibility:hidden;transition:all .1s;top:10px; width:100%; height:100%; left: 0; right: 0;}
.ovrly.active {opacity: 1; visibility: visible; height: 100%; position: fixed; background: #afafafe6; top: 0px; z-index: 9999; width: 100%; left: 0; right: 0;}

ul.mobmenu-slide {
    width: 50%;
    display: block;
    position: absolute;
    z-index: 999;
    right:-550px !important;
    text-align: left;
    color: #fff;
	transition:all .2s;
	top:0px;
	padding-top:103px;
}
ul.mobmenu-slide.active {
    right: 0px!important;
    height: 100%;
    position: fixed;
    background: #333;
	z-index:99999;
	top:0px;
	padding-top:103px;
}

ul.mobilemenu{width: 100%;right: 0;float: right;height: 100%;background: #333; min-height:922px;}

ul.mobilemenu li {
    width: 100%;
    padding: 30px 0px 30px 0px;
	font-size:20px;
	border-bottom:2px solid #3e3e3e;
	font-family: 'Nunito Sans', sans-serif;
	
}
li.btmbdrdn{ border-bottom:none;}
li.contact{bottom: 15%; right:0px; z-index: 99999 !important; position: absolute;font-size:27px;border-top:2px solid #3e3e3e;padding:5%; width:90%; text-align:center;}
a.contactus{ color:#fff !important; text-decoration:none;}

ul.mobilemenu li a{ color: #fff; text-decoration:none; padding:15px 64% 15px 25px; font-weight:600;}




.ipad-per50 {width: 46%;padding: 0;float: left;}
.ipad-per30 {width: 30%;padding: 0 1.5%;float: left;}

.p15{ padding:15px !important;}
.btmpdn2{ padding:18px 18px 54px 18px !important;}
.btmpdn1{ padding:20px 20px 52px 20px !important;}
.p25{ padding:25px !important;}
.mT15{ margin-top:15px !important;}
.wbdr-right{ border-right:1px solid #e47a7a;}
.wbdr-left{ border-left:1px solid #e47a7a;}

.headerbg{ background-image:url(../images/header-bg-1024.png); background-position:top; background-size:cover; min-height: 102px; background-repeat:no-repeat;}

.headerbg.active {
    background-image:url(../images/bg-white.png) !important; background-size:cover;box-shadow: 0 3px 5px 0 rgba(0,0,0,.1);
}


.prdLogo {
    float: none;
    margin-top: 2px;
}
.prdLogo a {
    display: block !important;
}
a.melogosvg{ margin-top:10px !important;}
.sdplogosvg img{ margin-top:0px;}
.menuicn{ background:url(../images/servicedesk-plus-sprite-image.png) no-repeat -706px -15px; width:32px; height:20px; position:relative; top:40px;}

.sec-banner{ height:715px; overflow:hidden}

.bnr-sec{ background-image:url(../images/bg-1024.png); background-position:top; background-size:cover;min-height: 666px;background-repeat:no-repeat; top:102px; position:relative;}


div.bnertxt {
    font-size: 47px;
    line-height: 55px;
    color: #333;
    padding: 15% 10px 2% 10px;
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 700;
	width: 88%; margin: 0 auto;
}
div.bnertxt div.fl:nth-child(1){ margin-left:0px;}
div.bnertxt div.fl:nth-child(2){ margin-left:20px;}
p.bannersubtxt {
    font-size: 30px !important;
    font-weight: 400;
    margin-top: 0;
    padding: 0 12%;
}


.play-icon{ margin-top:3%;}
.play-icon img{ width:6%;}

/*
.video-container {
	position:fixed;
	top: 00px;
	left: 0px;
	right:0px;
	width:100%;
	height:100%;
	z-index: 9999;
	background: white;
	box-shadow: 0 0 1000px 1000px rgba(0,0,0,0.8);
	display: none;
}
.close-video {
	position:absolute;
	top:0px;
	right:0px;
	background:#211f1f;
	padding: 5px 20px;
    margin-top: 0px;
}
.close-video a {
	color:#fff;
	text-decoration:none;
}
*/

.whtc-video{ font-size:14px;}

.bnrcta{ width:70%; margin:0 auto}

.starturfreetrial{ background:#c92632; color:#fff;  border-radius:5px; padding:12px 0px; border:2px solid #c92632; text-decoration:none; font-variant:normal; width:100%; margin: auto;}
.scheduldemo{ color:#c92632;  border-radius:5px; padding:12px 0px; border:2px solid #c92632; text-decoration:none; font-variant:normal; width:100%; margin: auto;}

.starturfreetrial a{ color:#fff; font-size:30px; text-decoration:none; line-height:35px;}
.scheduldemo a{ color:#c92632; font-size:30px; text-decoration:none; line-height:35px; }

.ipdmob-btmbar{background:#444; width:100%;}
.ipdmob-btmbar a{ color:#f1f1f1; font-size:20px; text-decoration:none;}

.ls-per20{ width: 20%;padding: 0 1.5%; float:left;}
.ls-per80{width: 74%;padding: 0 1.5%; float:left;}


a.btmfxlink img {width: 10%;}


.white-rbdr{ border-right:1px solid #737373}
.white-lbdr{ border-left:1px solid #737373}

.btmfxlinpdn{padding: 0% 8% 5% 8%;
    margin: 8% 8% 8% 8%;
}
span.ml10{ margin-left:10px; float:left;}


.requestdemo-icon{ background:url(../images/home-page-sprite-images.png) 0px 0px; width:25px; height:26px; display:block; float:left}
.compareedn-icon{ background:url(../images/home-page-sprite-images.png) -34px 0px; width:26px; height:26px; display:block; float:left}
.getquote-icon{ background:url(../images/home-page-sprite-images.png) -68px 0px; width:26px; height:26px; display:block; float:left}

.reqstdemotxt{ margin-top:7px}
.comparetxt{ margin-top:10px}
.getqutetxt{ margin-top:10px}

.timersticky{ position:fixed;display:none;right: 0px;bottom: 0px; width:100%;  z-index: 9999;}

.secbgptrn{ background:#fff;}
/*.bgptrn{ background-image:url(../images/mobile-site-bg.png); background-repeat:repeat; display:block}*/
h1.ithdstxt{ font-size:40px; line-height:50px; color:#000; padding:2% 5% 5% 5%;  margin:0px; font-weight:600;font-family: 'Nunito Sans', sans-serif;}
p.hdsdiscptin{font-size:20px; line-height:30px; color:#333; padding:0% 5% 1% 5%;margin:0px; text-align:left;font-family: 'Nunito Sans', sans-serif;}

section h2{font-size: 40px;line-height: 50px;font-weight:600; color:#000;font-family: 'Nunito Sans', sans-serif;}
.featuresec h2{text-align: center; padding:0% 0% 5% 0;margin: 0px;}
.editsctin h2{text-align: center; margin: 0px; padding:2% 0% 5% 0}
.resourcssec h2{text-align: center; margin: 0px; padding:2% 0% 5% 0}
.custmrquotesec h2{text-align: center; margin: 0px; padding:2% 0% 5% 0}
.custmrlogosec h2{text-align: center; margin: 0px; padding:2% 0% 5% 0}
.appsbtnsec h2{text-align: center; margin: 0px; padding:2% 0% 5% 0 }
.footer-ctasec h2 {text-align: center; margin: 0px; padding:2% 0% 2% 0 }
	
.custmrlogs{ padding-bottom:3%;}

.featuresec a{text-decoration:none;}
.featuresec a h2{font-size:22px; font-weight:400; line-height:35px; color:#3792c6; padding:0;  text-align:center; margin:0px;}
section p {font-size:18px; line-height:28px; color:#444; padding:1%; text-align:center; margin:0px;}

.ftricn1, .ftricn2, .ftricn3, .ftricn4, .ftricn5, .ftricn6, .ftricn7 {min-height:80px;}

.ftricn1 img {display: block;max-width: 22%;}
.ftricn2 img {display: block;max-width: 22%;}
.ftricn3 img {display: block;max-width: 22%;}
.ftricn4 img {display: block;max-width: 22%;}
.ftricn5 img { display: block; max-width: 20%; margin-top: -10px; position: relative; padding-bottom: 17px; }
.ftricn6 img {display: block;max-width: 20%;}
.ftricn7 img {display: block;max-width: 22%;}

.ftrs-hdrtxt h3 {
    min-height: 25px;
    margin-top: 5%;
    margin-bottom: 0px;
    font-size: 25px;
	font-weight:600;
}
p.ftrs-ptxt{ min-height:165px; margin-top:5%; font-size:17px; line-height:25px;}

.ftr-powerrpting{width: 40%; padding: 0 1.5%; margin:0 auto}

/* Editon new design styles start */

.ednmain{}


.edn-per10{ width:8%; padding:0 1%; float:left}
.edn-per20{ width:18%; padding:0 1%; float:left}
.edn-per25{ width:23%; padding:0 1%; float:left}
.edn-per30{ width:28%; padding:0 1%; float:left}
.edn-per35{ width:33%; padding:0 1%; float:left}
.edn-per40{ width:38%; padding:0 1%; float:left}
.edn-per50{ width:48%; padding:0 1%; float:left}
.edn-per60{ width:58%; padding:0 1%; float:left}
.edn-per70{ width:68%; padding:0 1%; float:left}
.edn-per75{ width:73%; padding:0 1%; float:left}
.edn-per80{ width:78%; padding:0 1%; float:left}
.edn-per90{ width:88%; padding:0 1%; float:left}
.edn-per100{ width:98%; padding:0 1%; float:left}

.ednhdr-cont .edn-per10{ width:0%; padding:0 1%; float:left}
.ednhdr-cont .edn-per40{ width:28%; padding:0 1%; float:left}
.ednhdr-cont .edn-per50{ width:68%; padding:0 1%; float:left}


.openclose{ display:none}
.openclose img {position: absolute; right: 7%; margin-top: 45px; width: 3%; cursor:pointer;}

.strtsfrmtxt{ font-size:12px; color:#000; margin-top:5px; text-align:right;}
.tectmonthtxt{ font-size: 13px; line-height: 23px; font-weight: 300; color: #444; width:100%;text-align:right;}
.pricetxt{ font-size: 30px; line-height: 40px; font-weight: 800; color: #000;text-align:right;}
.pricetxt span{  font-weight: 300; }

.ednhdr-cont{border-top:none;padding:3% 5% 3% 5%;}
.ednftr-cont{padding:0% 5% 5% 5%; cursor:pointer;}


.edn-hdrtxt { font-size: 30px; line-height: 40px; font-weight: 800; color: #000; }
.edn-subhdrtxt { font-size: 13px; line-height: 23px; font-weight: 400; color: #000; letter-spacing:-0.3px;}
.edn-valuetxt { font-size: 20px; line-height: 35px; font-weight: 400; color: #e65555; margin-top:1%;}
span.ppinfont{ font-family:'Poppins', sans-serif; font-weight:400}
.ednctadiv{ padding:10% 0}
a.ednstrtfre{background: #c92632; color: #fff; border-radius: 5px; padding: 5px 30px; text-decoration: none; font-size:22px; text-align:center;}

ul.edn-ftrslist{ margin:0px; padding:0;list-style-type:none; color:#000; font-size: 18px; font-weight:400; line-height:30px;}
ul.edn-ftrslist li{ padding:2% 0; border-bottom:1px solid #d7d7d7}
ul.edn-ftrslist li:last-child {border-bottom:none}
ul.edn-ftrslist li a{ list-style-type:none; color:#000;text-decoration:none;}

.openclose{ display:none}

/* Editon new design styles end */

.std-edn-tblbg{ background:#7662a2; border-radius:10px;padding-top: 8px;}
.prf-edn-tblbg{ background:#4ab38d; border-radius:10px;padding-top: 8px;}
.ent-edn-tblbg{ background:#3086c5; border-radius:10px;padding-top: 8px;}

.editns-hdrbg{ background-image:url(../images/edition-headers-bg.png); background-repeat:no-repeat; background-position:top; background-size:cover; padding:10% 1%}

.std-edn-hdr{ color:#c0adea; font-size:40px; font-weight:600; }
.std-edn-cptn{ color:#c0adea; font-size:16px; line-height:28px; font-weight:500; padding:7% 5% 0 5%;}

.prf-edn-hdr{ color:#6cdbb3; font-size:40px; font-weight:600; }
.prf-edn-cptn{ color:#6cdbb3; font-size:16px; line-height:28px; font-weight:500;  padding:7% 3% 0 3%;}

.ent-edn-hdr{ color:#61bdff; font-size:40px; font-weight:600; }
.ent-edn-cptn{ color:#61bdff; font-size:16px; line-height:28px; font-weight:500; padding:7% 5% 0 5%;}

ul.editns-ftrslist{ margin:0px; padding:5% 0;list-style-type:none; color:#fff; font-size: 18px; font-weight:300; line-height:30px; text-align:center; min-height:280px}
ul.editns-ftrslist li{ padding:1% 0;}
ul.editns-ftrslist li a{ list-style-type:none; color:#fff; font-size: 18px; line-height:30px; font-weight:300; text-align:center; text-decoration:none;}

a.grtguotebtn{ color:#fff; background:#484949; font-size:22px; padding:15px 70px; text-align:center; text-decoration:none; border-radius:5px;}


.resourcssec{ background-image:url(../images/mobile-site-bg.png); background-repeat:repeat;}

.resourceflx{ display: flex;
    align-items: center; flex-wrap: wrap}
.resourceflx img{ width:100%; max-width:100%}
.resourceflx div.resourcelinks {
    flex: 0 0 39%;
    margin:20px 52px 25px 60px;
	-webkit-box-shadow: -12px 8px 20px -4px rgba(102,102,102,1);
-moz-box-shadow: -12px 8px 20px -4px rgba(102,102,102,1);
box-shadow: -12px 8px 20px -4px rgba(102,102,102,1);
}

.rsourcectabg{position: absolute;
    width: 324px;
    background: #000000ad;
    height: 150px;
    left: 12px;
    bottom: 40px;}

.resource-form{ padding:20px;}
.resource-form input{ width:96%; padding:15px 0px 5px 10px;outline:none;border: 1px solid #ccc; border-radius:5px !important; font-size:15px; margin:0px auto 15px auto; -webkit-transition: all 0.2s ease-in-out;transition: all 0.2s ease-in-out; height:25px;}
.resource-form input.viewbtn{ background:#03A9F4; color:#fff; font-size:20px; font-weight:400; width:50%; padding:8px 0px;outline:none;border-radius:5px; height:auto; margin-top:5px !important; border:none; margin-bottom: 5px;}

input[type='reset']:focus{border:none !important;}
#reset {
    background: none;
    padding: 0px;
    color: #bdbdbd;
    border: none !important;
    outline: none !important;
}


.slideUp {
    position: absolute;
    bottom: 40px;
    left: 119px;
}

.slide {
     background-color: rgba(0, 0, 0, 88);
    display: none;
    width: 321px;
    height: 410px;
}

.scndrsc{left: 50px !important;}
.slideUp1 {
    position: absolute;
    bottom: 40px;
    left: 50px;
}
.slide1 {
     background-color: rgba(0, 0, 0, 88);
    display: none;
    width: 320px;
    height: 410px;
}

.whitepaper-form{ padding:7% 9% 0 9%;}
#reverse
{
  position: relative;
}
#reverse1
{
  position: relative;
}
.rsrce-close {
    margin-top: 30%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 25px;
	font-size:20px;
	color:#ccc;
	font-weight:300;
	z-index:99;
}

.resource-form{ margin-top:20%}



.inpt{
    width: 100%;
    color: rgb(68, 68, 68);
    border: 1px solid rgb(222, 222, 222);
    text-indent: 5px;
    box-sizing: border-box;
    padding: 10px 5px;
    border-radius: 5px;
    font-size: 15px;
	}
.smitbtn{ padding:10px; text-align:center}
.submitbtn{cursor: pointer;
    outline: none medium;
    text-align: center;
    font-size: 20px;
    border-style: solid;
    border-width: 5px;
    border-radius: 5px;
    padding: 10px 30px;
	background:none;
	color:#fff; border:2px solid #fff}
.submitbtn:hover{
	background:#000;
	color:#fff; border:2px solid #fff}
	
.formpdn {
    padding: 0% 8%;
}
.emlmtp{ margin-top:10px;}
.phntp{ margin-top:20px;}


.custmr-bdr{ border-top:1px solid #e4c9c4;padding-bottom: 10px; margin-top: 10px;}
p.custmrquote {
    font-size: 18px;
    color: #444;
    line-height: 30px;
    margin-top: 5%;
    padding: 0 20%;
}
.custmrnamsec{ width:50%; float:right; margin-right:-15px; position:relative;}
img.custmr-qutimg{ width:7%; padding-bottom:0%;}
.custmrimg{ width:25%; float:left;}
.custmrimg img{ width:85%;}
.custmr-name{ color:#c34d36; font-size:20px; font-weight:600;padding-top: 2%; padding-bottom:3%;}
.custmr-discpn{ color:#444;  font-size:17px;}

.custmrlogosec{ background-image:url(../images/mobile-site-bg.png); background-repeat:repeat; padding:5% 0}
.custmrlogosec ul li {
    list-style-type: none;
    float: left;
    padding: 0%;
    width: 19%;
    margin: 3% 3%;
    height: 15px;
}

.custmrlogosec ul li.logo9{ display:none;}
/*
.custmrlogosec ul li.logo1{ width: 10%;}
.custmrlogosec ul li.logo4{ width: 10%;}
.custmrlogosec ul li.logo3{ width: 10%;}
.custmrlogosec ul li.logo5{ width: 10%;margin-top: -3px; position:relative;}
*/

.custmrlogosec ul li img{ width:80%;}
img.disnylogo{ margin-top:-10px; position:relative;}
img.rbslogo{ margin-top: -3px; position:relative;}
img.dellogo{ width:80% !important;}


.appstoresec{ background-image:url("../images/apps-buttons-bg-768.jpg");background-position: 80px 0; background-repeat:no-repeat; background-size:cover; padding-top: 77%;
    padding-bottom: 8%;}

.appsbtns{ position:relative;}
.appsbtns img{ width:50%}

.thnkscont{ padding:5%;}
.thnkscont h2{ font-size:30px; line-height:45px; margin-top:0px;}
.thnkscont p{ font-size:17px; line-height:20px;}

.footer-ctasec{ background:#202020;}
.footer-ctasec h2{ color:#fff; font-weight:300;}


.ftr-startfretrl{ background:#c92632; color:#fff; padding:15px 0px; border:2px solid #c92632; text-decoration:none; width: 40%;margin: 0 auto;}

.ftr-startfretrl a {
    color: #fff;
    font-size: 25px;
    text-decoration: none;
}
p.ftrsignin{ color:#969696; font-weight:300; margin-bottom:2%;}
.ftrsignin a{ color:#55a6d9; text-decoration:none;}

#footer {
    background: none;
    color: #474747;
}

.ftr-links{ width:64%; margin:0 auto;}
.ftr-links a{ color:#474747; text-decoration:none; text-align:center; padding:0 2%;}
.per-20{ width:18%; padding:0 1%; margin:0 auto;text-align:center; float:left !important;}
.per-25{ width:23%; padding:0 1%; margin:0 auto;text-align:center; float:left !important;}

.tolemail{width:61%; margin:0 auto;}
.tolemail a{ color:#55a6d9; text-decoration:none;}
.tolemail span{ color:#55a6d9;}
.per-50{ width:48%; padding:0 1%; margin:0 auto;text-align:center; float:left !important;}
.ftrgraybdr{ background:#d7d7d7; width:90%; height:1px; margin:3% auto;}

section.footer-ctasec.sec-pTB{ padding:10px 0}

.social-icons{width:40%; margin:0 auto;}
.social-icons img {
    width: 100%;
    max-width: 90%;
}


.copyright{ padding:2% 0 3% 0}
.copyright a{ color:#55a6d9; text-decoration:none;}





/*getquote page styles start */
.gtqtform{ width:600px; margin:0 auto; position:relative;}
.gtqtform input{ width:100%; padding:20px 10px 10px 10px;outline:none;border: 1px solid #ccc; border-radius:5px; font-size:16px; margin-bottom:15px; -webkit-transition: all 0.2s ease-in-out;transition: all 0.2s ease-in-out;}

.gtqtform select{ width:104%;padding:15px 10px; height: 50px !important;outline:none;border: 1px solid #ccc; border-radius:5px; font-size:16px; margin-bottom:15px}

.gtqtform textarea{ width:103%;border: 1px solid #ccc; border-radius:5px;}


.dmo-opodchk{ width:50%; margin:0 auto}
input.dmo-rdiobtn{width:20px; height:15px; }
.dmo-sbhdr{ font-size:17px; width:350px; margin:0 auto; line-height:30px;}
input.gtqte-submit{ background:#0d89d1; color:#fff; font-size:20px; font-weight:400; width:270px; padding:15px 15px;outline:none;border-radius:15px; margin-top:20px;}

.gtdmo{ text-align:center; font-size:14px; font-weight:300; padding-bottom:10px;}
.fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}
.gtqte-label {
  position: relative;
}
.gtqte-label label {
  position: absolute;
    left: 10px;
	padding-left: 2px;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    margin-top: -50px;
	font-size:16px;
	color:#444;
	
}

.gtqte-js-label input:focus {
  outline: 0;
  background: white;
}


.gtqte-js-label input[data-empty="false"] + label, .gtqte-js-label input:focus + label {
  color: #00A5FF;
  font-weight:300;
  font-size: 12px;
  -webkit-transform: translate3d(0, -10px, 0);
          transform: translate3d(0, -10px, 0);
}

/*getquote page styles end */


/*Edition page styles start */

.endcontent h2{ margin-bottom:10px;padding-bottom: 0px;}

/*Edition page styles end */

a.facbk-gry{ background:url(../images/facebook-color-icon.png) no-repeat; width:60px; height:60px; margin:0 auto; display:block}
a.twit-gry{ background:url(https://www.manageengine.com/products/service-desk/newsletters/images/twitter.png) no-repeat; width:60px; height:60px; margin:0 auto; display:block; background-size: cover;}
a.linkin-gry{ background:url(../images/linkedin-color-icon.png) no-repeat; width:60px; height:60px; margin:0 auto; display:block}
a.youtb-gry{ background:url(../images/youtube-color-icon.png) no-repeat; width:60px; height:60px; margin:0 auto; display:block}
a.gogle-gry{ background:url(../images/googleplus-color-icon.png) no-repeat; width:60px; height:60px; margin:0 auto; display:block}
a.instgrm-gry{ background:url(../images/instagram-color-icon.png) no-repeat; width:60px; height:60px; margin:0 auto; display:block}


/*Mobile web download GDPRmessage start*/

	#meGDPRMessage label{ position:relative !important;}
	
	/*Mobile web download GDPRmessage start*/
	
	
}

@media screen and (max-width:900px){
	
	
	
	.flexBnrslides, .flex-control-nav, .flex-direction-nav{ display:block;}

	.menu-open {top: 35px;}
	
	ul.mobilemenu li {padding: 10px 0px 10px 0px;font-size: 30px;}
	ul.mobilemenu li a{ color: #fff; text-decoration:none;padding: 15px 20px 15px 25px;  font-size: 20px;}
	
	
	.sec-pTB {padding: 40px 0;}
	
	.headerbg{ background-image:url(../images/ipads-768-header-bg.png) !important; background-position:top; background-size:cover; min-height: 102px; background-repeat:no-repeat;}
	
	.bnr-sec{ background-image:url(../images/ipads-768-banner-bg.png) !important; background-position:top; background-size:cover;min-height:922px;background-repeat:no-repeat;}
	
	.sec-banner {height:990px;overflow: hidden;}


	div.bnertxt {
    font-size: 44px;
    line-height: 60px;
    color: #333;
    padding: 7% 10px 3% 10px;
	font-weight:700;
	width: 55%;
}
div.bnertxt div.fl:nth-child(1){margin-left:0px;width:100%;}
div.bnertxt div.fl:nth-child(2){margin-left: 0px;width:100%;}

	p.bannersubtxt {
    font-size: 30px !important;
    font-weight: 400;
    margin-top: 0px;
    padding: 0 21%;
    line-height: 40px;
}
	.play-icon{ margin-top: 5%;}
	.play-icon img{ width:5%;}
	
	.btmfxlinpdn{ padding:0% 3% 9% 3%;}
	
	.ipad-per50 {
    width: 84%;
    padding: 0 8%;
    float: none;
    margin: 3% 0;
	}
	
	.featuresec .ipad-per30 {
    margin: 2% 0;
    float: left;
    width: 36%;
    padding: 0 7%;
}
	
	.ftricn1 {min-height:70px;}
	.ftricn2 {min-height:70px;}
	.ftricn3 {min-height:70px;}
	.ftricn4 {min-height:70px;}
	.ftricn5 {min-height:70px;}
	.ftricn6 {min-height:70px;}
	.ftricn7 {min-height:70px;}
	
	.ftricn1 img {display: block;max-width: 22%;}
	.ftricn2 img {display: block;max-width: 22%;}
	.ftricn3 img {display: block;max-width: 22%;}
	.ftricn4 img {display: block;max-width: 22%;}
	.ftricn5 img {display: block;max-width: 20%;}
	.ftricn6 img {display: block;max-width: 20%;}
	.ftricn7 img {display: block;max-width: 22%;}

	p.ftrs-ptxt {
		min-height: 100px;
	}
	
	h3, a.qstinhdr {
    color: #272727;
    text-decoration: none;
    font-size: 25px  !important;
    line-height: 30px  !important;
    font-weight: 500;
    cursor:auto !important;
	}
	
	.ednhdr-cont .edn-per10{ width:8%; padding:0 1%; float:left}
	.ednhdr-cont .edn-per40{ width:38%; padding:0 1%; float:left}
	.ednhdr-cont .edn-per50{ width:48%; padding:0 1%; float:left}
	
	.strtsfrmtxt{ font-size:12px; color:#000; margin-top:0px;}

	.edn-subhdrtxt { font-size: 17px; line-height: 23px; font-weight: 400; color: #000;letter-spacing:normal;}
	.pricetxt{ font-size: 30px; line-height: 30px;}


	.openclose{ display:block !important}
	.openclose img {position: absolute; right: 7%; margin-top: 25px; width: 3%;}
	
	.featuresec img {
    display: block;
	}
	.ftrs-ptxt {
		min-height: 75px;
		margin-top: 1%;
		font-size: 17px;
		line-height: 25px;
	}
	.ednhdr-cont {
		border-top: none;
		padding: 5%;
	}
	.edn-hdrtxt {
		font-size: 30px;
		line-height: 40px;
		font-weight: 800;
		color: #000;
	}
	.editsctin .ipad-per30 {
    margin: 0;
    float: none;
    width: 97%;
	}
	
	a.ednstrtfre { background: #c92632; color: #fff; border-radius: 5px; padding: 5px 70px; text-decoration: none; font-size: 30px; text-align: center; }
	
	.ednhdr-cont{ border-top:1px solid #d7d7d7 !important;}

	.ednctadiv {padding: 5% 0;}
	
	.editns-hdrbg{ padding:5% 1%;}
	.std-edn-hdr, .prf-edn-hdr, .ent-edn-hdr {
    font-size: 65px;
    line-height: 60px;
    font-weight: 600;
}
	.std-edn-cptn, .prf-edn-cptn, .ent-edn-cptn {
    font-size: 25px;
    line-height: 40px;
    font-weight: 400;
    padding: 3% 10% 0 10%;
}
	ul.editns-ftrslist li a {
    font-size: 20px;}
	ul.editns-ftrslist li {
    font-size: 20px;}
	
	section h2 {text-align: center;margin: 0px;line-height: 45px;}
	
	.featuresec h2{padding: 3% 0% !important; }
	.editsctin h2{padding: 3% 0% !important; }
	.resourcssec h2{padding: 3% 15% !important;}
	.custmrquotesec h2 { text-align: center; margin: 0px; padding: 5% 19%; }
	.custmrlogosec h2 { text-align: center; margin: 0px; padding: 5% 20%; line-height: 50px; }
	.appsbtnsec h2{padding: 8% 0% 3% 0% !important; }
	.footer-ctasec h2 {padding: 3% 0% 3% 0% !important;}
	
	p.custmrquote { font-size: 18px; color: #444; line-height: 30px; margin-top: 1%; padding: 2% 10%; }
	.custmr-name { padding-bottom: 5%;}
	
	
	.resourcssec.ipad-per30 {
    margin: 5% 0;
    float: none;
    width: 80%;
    padding: 0 10%;
	}
	
	.rsrce-close {
    margin-top: 30%;
    position: absolute;
    left: 0;
    right: 0;
    font-size: 18px;
    color: #ccc;
    font-weight:300;
}
	.resourceflx{ display: flex; flex-wrap: wrap;}
	.resourceflx div.resourcelinks {
    flex: 0 0 80%;
    margin: 10%;
}

	img.scndrs-imgml{margin-left: -200px;}
	
	.ipdmob-btmbar a {
		color: #fff;
		font-size: 18px;
		text-decoration: none;
	}
	

	img.scndrs-imgml{margin-left: -155px;}

	.slideUp {
    	 bottom: 65px;
    	left: 65px;
	}
	.scndrsc {
    left: 65px !important;
	}
	.slide{
		 width: 538px;
    	height: 689px;
	}
	
	.slideUp1 {
		 bottom: 65px;
    	left: 65px;
	}
	.slide1 {
		 width: 538px;
    	height: 689px;
	}
	
	

	.footer-ctasec h2 {font-size:30px;}
	.ftr-startfretrl a {font-size: 25px;}
	
	
	.inpt{
    width: 100%;
    color: rgb(68, 68, 68);
    border: 1px solid rgb(222, 222, 222);
    text-indent: 5px;
    box-sizing: border-box;
    padding: 10px 5px;
    border-radius: 5px;
    font-size: 18px;
	}
.submitbtn{cursor: pointer;
    outline: none medium;
    text-align: center;
    font-size: 20px;
    border-style: solid;
    border-width: 5px;
    border-radius: 5px;
    padding: 10px 30px;
	background:none;
	color:#fff; border:2px solid #fff}
.submitbtn:hover{
	background:#000;
	color:#fff; border:2px solid #fff}
	
.formpdn{ padding:10% 10%}
.emlmtp{ margin-top:10px;}
.phntp{ margin-top:20px;}
	
	.custmrnamsec {
    width: 37%;
    float: right;
    margin-right: -15px;
    position: relative;
	margin-top:1%;
}
	
	.custmrlogosec ul li img {width: 90%;}
	
	.custmrlogosec ul li {
    list-style-type: none;
    float: left;
    padding: 2% 1%;
    width: 21.3%;
    margin: 0 auto;
    height: auto;
    line-height: 70px;
}
	
	.custmrlogosec{ padding:0px}
	
	.custmrlogosec ul li.logo1{ width: 22%;}
	.custmrlogosec ul li.logo3{ width: 28%;}
	.custmrlogosec ul li.logo5{ width: 28%;}
	.custmrlogosec ul li.logo4{ width: 20%;}
	img.disnylogo{ margin-top:-3px; position:relative;}
	img.rbslogo{ margin-top:0px; position:relative;}
	
	.appstoresec {
    background-position: 0px;
	padding-bottom: 13%;
	margin-top: 3%;
	}
	
	.appstoresec div.ipad-per50 {
    width: 46%;
    padding: 0 2%;
    float: left;
	}
	.appsbtns img {
    width: 65%;
}
	.appsbtns {
		top:65px;
    position: relative;
	}
	
	.ftr-links{ width:91%; margin:0 auto;}
	.ftr-links a{ padding:0 3%;}
	
	.per-25{ width:98%; padding:0 1%;float:none; margin:2% 0;}
	
	.tolemail{width:61%; margin:0 auto; font-size:20px;}
	.per-50{ width:98%; padding:0 1%;float:none; margin:2% 0;}
	.ftrgraybdr{ margin:3% auto;}
	
	.ftr-links a{ color:#474747; text-decoration:none; text-align:center; padding:0% 5%; font-size:20px;}
	
	.social-icons{width:50%; margin:3% auto;}
	
	.ftr-links .per-20{ width:98%; padding:0 1%;float:none !important; margin:2% 0;}
	.social-icons .per-20{ width:18%; padding:0 1%;float:left !important;}
	
	.social-icons img {width: 100%;max-width: 90%;}
	
	.copyright {font-size:20px;}
	.copyright a{font-size:20px;}
	
	.thnkscont {
    padding:5% 8% 0% 8%;
	}
	
	
	
	

}

@media screen and (max-width:800px){
	div.bnertxt {
    font-size: 66px;
    line-height: 75px;
    color: #333;
    padding: 15% 10px 3% 10px;
    font-weight: 700;
    width: 55%;
}
}

@media screen and (max-width:768px){
	
	ul.mobilemenu li {padding: 5px 0px 5px 0px;font-size: 30px;}
	
	

	.sec-pTB {padding: 40px 0;}
	.headerbg{ background-image:url(../images/ipads-768-header-bg.png) !important; background-position:top; background-size:cover; min-height: 102px; background-repeat:no-repeat;}
	.bnr-sec{ background-image:url(../images/ipads-768-banner-bg.png) !important; background-position:top; background-size:cover;min-height:922px;background-repeat:no-repeat;}
	
	.sec-banner {height:990px;overflow: hidden;}
	
	.ipad-per50 {width: 84%;padding: 0 8%;float: none;margin: 3% 0;}
	div.bnertxt {font-size: 62px;line-height: 70px;color: #333;padding: 15% 14% 3% 14%;}
	.play-icon img {width: 9%;}
	.featuresec a h2 {font-size: 30px;}
	
	section p {font-size: 23px;line-height: 35px;}
	
	.ipdmob-btmbar a {color: #fff;font-size: 18px;text-decoration: none;}
	
	img.scndrs-imgml{margin-left: -155px;}

	.slideUp {	 bottom: 65px;	left: 65px;}
	.scndrsc {left: 65px !important;}
	.slide{width: 538px;	height: 689px;}
	
	.slideUp1 {bottom: 65px;	left: 65px;}
	.slide1 {width: 538px;	height: 689px;}
	

	.footer-ctasec h2 {font-size:30px;}
	.ftr-startfretrl a {font-size: 25px;}
}

/* iPad screen styles end*/

@media screen and (max-width:600px){
	div.bnertxt {
    font-size: 49px;
    line-height: 60px;
    color: #333;
    padding: 10% 14% 3% 14%;
}
p.bannersubtxt {
    font-size: 30px !important;
    font-weight: 400;
    margin-top: 0px;
    padding: 0 13%;
    line-height: 40px;
}
.featuresec .ipad-per30 {
    float: none;
    width: 80%;
    padding: 0 10%;
	margin-top: 5%;
}
.featuresec h2 {
    padding: 3% 12% !important;
}
.editsctin h2 {
    padding: 3% 16% !important;
}
.ftrs-hdrtxt h3 {
    min-height: 25px;
    margin-top: 5%;
    margin-bottom: 0px;
    font-size: 30px !important;
    font-weight: 600;
}
.custmrlogosec h2 {
    text-align: center;
    margin: 0px;
    padding: 5% 13%;
    line-height: 50px;
}
.appsbtnsec h2 {
    padding: 8% 20% 3% !important;
}
p.ftrs-ptxt {
    margin-top: 5%;
    font-size: 20px;
    line-height: 30px;
}
ul.edn-ftrslist {
    margin: 0px;
    padding: 0;
    list-style-type: none;
    color: #000;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
}
p.custmrquote {
    font-size: 20px;
    color: #444;
    line-height: 30px;
    margin-top: 1%;
    padding: 2% 10%;
}
.ftr-startfretrl {
    background: #c92632;
    color: #fff;
    padding: 15px 0px;
    border: 2px solid #c92632;
    text-decoration: none;
    width: 60%;
    margin: 0 auto;
}
.social-icons {
    width: 65%;
    margin: 3% auto;
}

}

@media screen and (max-width:480px){
	
	
	.flexslider {
    width: 100% !important;
    margin-bottom: 0;
}

	.ipadmob-fixd {height:63px !important;}
	.headerbg {min-height: 60px !important;}
	.contentare{ margin-top:60px;}
	.melogosvg img { width: 120px !important;margin-top: -2px !important;}
	.sdplogosvg img {margin-top: -5px !important; width: 150px !important}
	.bnr-sec{top: 60px !important;}
	
	.headerbg {background-image:url(../images/480x853-header-bg.png) !important; background-size:contain;
	}
	.bnr-sec {background-image: url(../images/480x853-banner-bg.png) !important; min-height: 793px;background-size:contain;
	}
	.sec-banner {height: 853px;overflow: hidden;
	}
	div.bnertxt {font-size: 39px;
    line-height: 53px;
    color: #333;
    padding: 10% 7% 3% 7%;
    font-weight: 700;
}
	p.bannersubtxt {
    font-size: 23px !important;
    font-weight: 400;
    margin-top: 0%;
    line-height: 30px;
    padding: 0 9%;
}
	.play-icon {
    margin-top: 8%;
}
	
	.starturfreetrial a {
    color: #fff;
    font-size: 25px;
    text-decoration: none;
    line-height: 25px;
}
	.scheduldemo a {
    color: #c92632;
    font-size: 25px;
    text-decoration: none;
    line-height: 25px;
}

.requestdemo-icon{ background:url(../images/home-page-sprite-images.png) -1px -90px; width:19px; height:20px; display:block; float:left}
.compareedn-icon{ background:url(../images/home-page-sprite-images.png) -27px -90px; width:21px; height:20px; display:block; float:left}
.getquote-icon{ background:url(../images/home-page-sprite-images.png) -54px -90px; width:20px; height:20px; display:block; float:left}
	
	.btmfxlinpdn {
    padding: 0% 1% 12% 1%;
	}
	a.btmfxlink img {
    width: 20%;
	}
	span.ml10 {
    margin-left: 8px;
    font-size: 14px;
	}
	
	.ednhdr-cont {
    border-top: none;
    padding: 3% 5% 3% 3%;
}	
	
	
	
	.menu-open {top:10px !important; margin-right: 10px !important; z-index: 999999;}
	
	.change .bar1 {
    -webkit-transform: rotate(-45deg) translate(-8px, 8px) ;
    transform: rotate(-45deg) translate(-8px, 8px) ;
	z-index:999999;
	background:#fff;
	position:relative;
	width:27px;
	}
	
	
	.change .bar3 {
		-webkit-transform: rotate(45deg) translate(-3px, -4px) ;
		transform: rotate(45deg) translate(-2px, -2px) ;
		z-index:999999;
		background:#fff;
		position:relative;
		width:27px;
	}

	.bar1, .bar2, .bar3 {
    width: 30px;
    height: 3px;
    background-color: #333;
    margin: 4px 0;
    transition: 0.4s;
    cursor: pointer;
    border-radius: 3px;
}

	.mobmenu-slide{top: 0px !important;}
	.mobmenu-slide.active{top: 0px !important;}
	
	.ovrly, .ovrly.active { top: 0px;}
	
	ul.mobmenu-slide {
		
		padding-top:60px;
	}
	ul.mobmenu-slide.active {
		right: 0px!important;
		height: 100%;
		position: fixed;
		background: #333;
		z-index:99999;
		top:0px;
		padding-top:60px;
	}
	
	ul.mobilemenu li {
    width: 100%;
	font-size:15px;
	padding: 20px 0px 20px 0px;
}
	ul.mobilemenu li a {
    color: #fff;
    text-decoration: none;
    padding: 15px 70px 15px 15px;
		font-size: 16px;
		  
}
	li.contact{font-size:16px;}

	
	h1.ithdstxt {
    font-size: 35px;
    line-height: 45px;}
	
	.ftr-powerrpting{width: 80%; padding: 0 1.5%; margin:0 auto}
	.ftr-powerrpting img{ width:20%;}
	a.signupcta {
    padding: 7px 18% !important;
    font-size: 19px !important;
    font-weight: 600 !important;
}
	
	.featuresec .ipad-per30 {
    float: none;
    width: 80%;
    padding: 0 10%;
	margin-top: 5%;
}
	.sec-pTB {
    padding: 20px 0;
}
	.featuresec h2{padding: 3% 16% !important; text-align: center; margin: 0px; font-size:30px; line-height:35px;}
	.editsctin h2{padding: 3% 19% !important; text-align: center; margin: 0px;font-size:30px; line-height:35px;}
	.resourcssec h2{padding: 3% 19% !important; text-align: center; margin: 0px;font-size:30px; line-height:35px;}
	.custmrquotesec h2{padding: 3% 14% 6% 14% !important;text-align: center; margin: 0px;font-size:30px; line-height:35px;}
	.custmrlogosec h2{padding: 6% 13% !important;text-align: center; margin: 0px;font-size:30px; line-height:35px;}
	.appsbtnsec h2{padding: 8% 20% 3% 20% !important; text-align: center; margin: 0px;font-size:30px; line-height:35px;}
	.footer-ctasec h2 {padding: 3% 5% 0% 5% !important;}
	
	.contentare h2 {
    font-size: 25px;
    line-height: 35px;
    margin-top: 5%;
}

	p.hdsdiscptin {
    font-size: 18px;
    line-height: 25px;}
	p.ftrs-ptxt {min-height: auto; margin-top: 2%; font-size:18px; line-height:25px;}
	
	.thnkscont h2{padding:0 5% 5% 5% !important; text-align: center; margin: 0px;font-size:30px; line-height:45px;}
	
	.edn-hdrtxt {
    font-size: 35px;
    line-height: 40px;
    font-weight: 700;
    color: #000;
}
	.custmrlogosec ul li {
    list-style-type: none;
    float: left;
    padding: 0% 1%;
    width: 20%;
    margin: 0 auto;
    height: auto;
    line-height: 60px;
}
	.custmrlogosec ul li img{    width: 90%;}
	.custmrlogs {
    padding-bottom: 2%;
}
	
	.ftricn2 {
    min-height: 50px;
	}
	.ftricn7 {
    min-height: 65px;
	}


	
	.custmrnamsec {
    width: 60%;}

	img.custmr-qutimg {
    width: 10%;
    padding-bottom: 0%;
}
	p.custmrquote {
    font-size: 18px;
    color: #444;
    line-height: 30px;
    margin-top: 5%;
    padding: 2% 10%;
}

.slideUp, .slideUp1 {
    bottom: 39px;
    left: 7px;
}
.scndrsc {
    left: 7px !important;
}

.slide, .slide1 {
     background-color: rgba(0, 0, 0, 88);
    display: none;
    width: 315px;
    height: 403px;
}

#reverse
{
  position: relative;
}


.inpt{
    width: 100%;
    color: rgb(68, 68, 68);
    border: 1px solid rgb(222, 222, 222);
    text-indent: 5px;
    box-sizing: border-box;
    padding: 10px 5px;
    border-radius: 5px;
    font-size: 15px;
	}
.submitbtn{cursor: pointer;
    outline: none medium;
    text-align: center;
    font-size: 20px;
    border-style: solid;
    border-width: 5px;
    border-radius: 5px;
    padding: 10px 30px;
	background:none;
	color:#fff; border:2px solid #fff}
.submitbtn:hover{
	background:#000;
	color:#fff; border:2px solid #fff}
	
.formpdn {
    padding: 0% 8%;
}
.emlmtp{ margin-top:10px;}
.phntp{ margin-top:20px;}

img.scndrs-imgml {
    margin-left: -110px;
}
	.appsbtns {
    top: 50px;
    position: relative;
}
	
	
	.thnkscont {
    padding: 1%;
}


	.footer-ctasec h2 {font-size: 23px;}
	.footer-ctasec p{font-size: 15px;}
	.ftr-startfretrl { padding: 12px 0px;width: 56%;}
	.ftr-startfretrl a {font-size: 25px;}
	.ftr-links a {font-size: 15px;}
	.tolemail {font-size: 13px;}
	.copyright {font-size: 14px;}
	.copyright a {font-size: 14px;}
	
	.heading-menu h1.ftrmnhdr{ font-size:28px;}
	.heading-menu .ftrpg-inrhdr{ font-size:18px; padding:2% 4% 0px 4%;}
	
	a.ednstrtfre {font-size: 23px;}
	
	a.facbk-gry{ background:url(../images/facebook-color-iconx40.png) no-repeat; width:40px; height:40px; margin:0 auto; display:block}
	a.twit-gry{ background:url(https://www.manageengine.com/products/service-desk/newsletters/images/twitter.png) no-repeat; width:40px; height:40px; margin:0 auto; display:block; background-size: cover;}
	a.linkin-gry{ background:url(../images/linkedin-color-iconx40.png) no-repeat; width:40px; height:40px; margin:0 auto; display:block}
	a.youtb-gry{ background:url(../images/youtube-color-iconx40.png) no-repeat; width:40px; height:40px; margin:0 auto; display:block}
	a.gogle-gry{ background:url(../images/googleplus-color-iconx40.png) no-repeat; width:40px; height:40px; margin:0 auto; display:block}
    a.instgrm-gry{ background:url(../images/instagram-color-iconx40.png) no-repeat; width:40px; height:40px; margin:0 auto; display:block}
	

.rsrce-close { bottom:10px;}
}

/* iPhone 6+, 7+ ----------- */

@media screen and (max-width:414px){
	
	.form-label label {
    margin-top: -40px;
    font-size: 14px;
	}
	.sec-pTB {
    padding: 20px 0;
}
	.headerbg{ background-image:url(../images/iphone6plus-414-header-bg.png)!important; background-position:top; background-size:contain; background-repeat:no-repeat;}
	.menuicn {
   
    right: 10px;
}
	ul.mobilemenu li {
		width: 100%;
		font-size:17px;
		padding: 15px 0px;
	}
	ul.mobilemenu li a {
		color: #fff;
		text-decoration: none;
		padding: 15px 71px 15px 15px;
	}
	li.contact{font-size:16px;}
	.sec-banner{ height:692px; overflow:hidden}
	
	.signupctadiv {
    position: relative;
    top: 30px;
}
	.btmfxlinpdn {padding:0% 1% 12% 1%;}
	
.requestdemo-icon{ background:url(../images/home-page-sprite-images.png) -1px -90px; width:19px; height:20px; display:block; float:left}
.compareedn-icon{ background:url(../images/home-page-sprite-images.png) -27px -90px; width:21px; height:20px; display:block; float:left}
.getquote-icon{ background:url(../images/home-page-sprite-images.png) -54px -90px; width:20px; height:20px; display:block; float:left}


	a.btmfxlink img {
    width: 20%;
	}
	span.ml10 {
    margin-left: 3px;
    font-size: 12px;
	}
	
	a.signupcta {
    padding: 10px 25% !important;
    font-size: 17px !important;
	font-weight:600 !important;
	}
	
	.thnkscont {
    padding: 3%;
	}

	.bnr-sec{ background-image:url(../images/iphone6plus-414-banner-bg.png)!important; background-position:top; background-size:contain;min-height:736px;background-repeat:no-repeat;}
	
	h1.ithdstxt {
    font-size: 27px;
    line-height: 37px;}
	
	section h2 {
    font-size: 27px;line-height: 32px;padding: 0 18%;}
	
	.featuresec h2 {
    padding: 3% 16% !important;
    text-align: center;
    margin: 0px;
    font-size: 30px;
    line-height: 35px;
}
	.featuresec h2{font-size: 27px;line-height: 32px;padding: 0 18%;}
	.editsctin h2{font-size: 27px;line-height: 32px;padding: 0 18%;}
	.resourcssec h2{font-size: 27px;line-height: 32px;padding: 0 18%;}
	.custmrquotesec h2{font-size: 27px;line-height: 32px;padding: 0 18%;}
	.custmrlogosec h2{font-size: 27px;line-height: 32px;padding: 0 18%;}
	.appsbtnsec h2{font-size: 27px;line-height: 32px;padding: 0 18%;}
	.footer-ctasec h2 {padding: 3% 5% 0% 5% !important;}
	
	.openclose img {margin-top:25px;}

	.featuresec a h2 {
    font-size: 20px;
}
	p.hdsdiscptin {
    font-size: 17px !important;
    line-height: 27px;
    padding: 1% 10%;}
	
	section p {
    font-size: 17px !important;
    line-height: 27px;
}
	.ftrs-hdrtxt h3 {
	font-size: 23px !important;
    min-height: 37px;
    margin-top: 5%;
}

	.ftrs-icons {
    min-height: 55px;
    margin-top: 5%;
}

	.featuresec .ipad-per30 {
    float: none;
    width: 80%;
    padding: 0 10%;
}
	.editsctin .ipad-per30 {
    margin:0;}
	
	.edn-hdrtxt {font-size: 27px;line-height: 27px; font-weight:800;}
	.edn-subhdrtxt {font-size: 11px;}
	.edn-valuetxt {font-size: 20px;line-height: 20px; margin-top:1%;}
	.ednctadiv {padding: 8% 0;}
	.ednftr-cont{padding: 0% 5% 10% 5%;}
	
	a.ednstrtfre {font-size: 20px;padding: 5px 50px;}
	ul.edn-ftrslist {font-size: 17px;line-height: 25px;}

.editns-hdrbg{padding:5% 1%}
.std-edn-hdr, .prf-edn-hdr, .ent-edn-hdr{font-size:40px; line-height:40px; font-weight:500; }
.std-edn-cptn, .prf-edn-cptn, .ent-edn-cptn{ font-size:15px; line-height:25px; font-weight:400; padding:3% 5% 0 5%;}

ul.editns-ftrslist li a {
    font-size: 16px;
    line-height: 20px;}
ul.editns-ftrslist li {
    padding: 0;
	font-size: 16px;
}

ul.editns-ftrslist {
    min-height: 210px;
}
	a.grtguotebtn {
    font-size: 20px;
    padding: 5px 30px;}
	.editsctin div.pT70{ padding-top:0px !important;}
	.editsctin div.pb60{ padding-bottom:30px  !important;}


	.ipad-per50 {
    width: 84%;
    padding: 0 8%;
    float: none;
    margin: 3% 0;
	}
	div.bnertxt {
    font-size: 34px !important;
    line-height: 40px;
    color: #333;
    padding: 20% 35px 0% 35px;
    font-weight: 700;
}

	p.bannersubtxt {
		font-size: 23px !important;
		font-weight: 400;
		margin-top: 5%;
		line-height: 30px;
		padding: 0 9%;
	}
	
	.play-icon img {
    width: 10%;
	margin-top:0%;
}
.bnr-sec div.pT50{ padding-top:6%;}
.whtc-video {
    margin-top: 10px !important;
	font-size:15px;
}
.ipdmob-btmbar a{ color:#fff; font-size:12px;}
.comparetxt {
    margin: 5px auto 0 auto;
	text-align: center;
    width: 100%;
}
	.getqutetxt {
    margin: 5px auto 0 auto;
	text-align: center;
    width: 100%;
}
.starturfreetrial {
    padding: 11px 0px;
	border-radius: 5px;
}
.scheduldemo {
    border-radius: 5px;
    padding: 11px 0px;
}
.starturfreetrial a {
    font-size: 21px;
}
.scheduldemo a {
    font-size: 21px;
}
	

.rsourcecta{width: 50%;
    background: #03A9F4;
    color: #fff;
    padding: 10px 0;
    font-size: 20px;
    border-radius: 5px;
    margin: 0 auto;
    top: 50px;
    position: relative;}
.rsourcectabg{position: absolute;
    width: 324px;
    background: #000000ad;
    height: 150px;
    left: 12px;
    bottom: 40px;}



.btmpdn2 {
    padding: 10px 10px 2px 10px !important;
}
.btmpdn1 {
    padding: 10px 8px 3px 8px !important;
}

.ls-per20{ width: 100%;padding:0; float:none;}
.ls-per80{width: 100%;padding:0; float:none;}

.btm-rqst-demo img {
    width: 50%;
}
.btm-compare img {
    width: 54%;
}
.btm-getquote img {
    width: 49%;
}

.resourcssec h2{ padding:3% 10% 3% 10%;}
.slideUp, .slideUp1 {bottom: 40px;left: 8px;}

.slide, .slide1 {
  
    width:330px;
    height: 430px;
}


.inpt{
    width: 100%;
   
    padding: 10px 5px;
    border-radius: 5px;
    font-size: 15px;
	}
.submitbtn{
    font-size: 20px;
    padding: 10px 30px;
	}
.formpdn {
    padding: 0% 8%;
}
.emlmtp{ margin-top:10px;}
.phntp{ margin-top:20px;}


.custmrnamsec {
    width: 60%;}
.custmrimg img {
    width: 95%;
}
p.custmrquote {
    font-size: 17px;
    line-height: 26px;}
.custmr-name {font-size: 14px;}
.custmr-discpn {font-size: 14px;}
.custmrlogosec ul li { line-height:50px; margin:2% auto}

.appsbtns {
    top: 35px;
    position: relative;
}

.ftr-startfretrl {
    border-radius: 0;
    padding: 11px 0px;
    width: 60%;
	margin: 2% auto 0% auto;}

.ftr-startfretrl a{ font-size:21px;}


.ftrgraybdr {
    margin: 5% auto;
}
.tolemail {
    width: 100%;}
	

	.ftr-links{ width:100%; margin:0 auto;}
	.ftr-links a{ padding:0 3%;}
	.per-20{ width:98%; padding:0 1%;float:none !important; margin:2% 0;}
	.per-25{ width:98%; padding:0 1%;float:none !important; margin:2% 0;}
	
	.tolemail{width:100%; margin:0 auto; font-size:15px;}
	.per-50{ width:98%; padding:0 1%;float:none !important; margin:2% 0;}
	.ftrgraybdr{ margin:3% auto;}
	
	.footer-ctasec h2 {font-size: 20px;padding: 0 10%;line-height: 37px;}
	.ftr-links a{ color:#474747; text-decoration:none; text-align:center; padding:0% 5%; font-size:17px;}
	
	.social-icons {width: 65%; margin: 8% auto 5% auto;}
	.social-icons img {width: 100%;max-width: 90%;}
	
	.copyright {font-size:15px;}
	.copyright a{font-size:15px;}
	


}

@media screen and (max-width:412px){
	div.bnertxt {
    font-size: 33px !important;
    line-height: 45px;
    color: #333;
    padding: 20% 35px 0% 35px;
    font-weight: 700;
	}
}
	
@media screen and (max-width:411px){
	.headerbg { border: none;}
	ul.mobilemenu li a {
    color: #fff;
    text-decoration: none;
    padding: 15px 67px 15px 15px;
}
	div.bnertxt {
    font-size: 33px !important;
    line-height: 45px;
    color: #333;
    padding: 20% 35px 0% 35px;
    font-weight: 700;
	}
}
	
/*Android (Nexus 4) portrait Â· width: 384px*/
@media screen and (max-width:384px){
	
	ul.mobilemenu li {
		width: 100%;
		font-size:15px;
	}
		ul.mobilemenu li a {
		color: #fff;
		text-decoration: none;
		padding: 15px 61px 15px 15px;
	}
	li.contact{font-size:14px;}
	.sec-banner{ height:670px; overflow:hidden}
	
	.headerbg{ background-image:url(../images/iphone6-375-header-bg.png)!important; background-position:top; background-size:contain;  background-repeat:no-repeat;}
	.menuicn {
   
    right: 10px;
}
	
	.bnr-sec{ background-image:url("../images/iphone6-375-banner-bg.jpg")!important; background-position:top; background-size:cover;min-height:607px;background-repeat:no-repeat;}
	
	.prvcy-plicy{font-size: 9px;}
	.prvcy-plicy a {font-size: 9px;}

	div.bnertxt {
    font-size: 31px !important;
    line-height: 35px;
    color: #333;
    padding: 20% 35px 0% 35px;
    font-weight: 700;
}
p.bannersubtxt {
    font-size: 20px !important;
    font-weight: 400;
    margin-top: 3%;
    line-height: 30px;
    padding: 0 9%;
}
	.ftrs-hdrtxt h3 {
    min-height: 37px;
    margin-top: 1.5%;
	font-size:20px !important;
}
	
	.btmfxlinpdn {
    padding: 0% 0% 12% 0%;
	}
	span.ml10 {
    font-size: 10px;
	margin-left:5px;
}

.requestdemo-icon{ background:url(../images/home-page-sprite-images.png) -1px -90px; width:19px; height:25px; display:block; float:left}
.compareedn-icon{ background:url(../images/home-page-sprite-images.png) -27px -90px; width:21px; height:25px; display:block; float:left}
.getquote-icon{ background:url(../images/home-page-sprite-images.png) -54px -90px; width:20px; height:25px; display:block; float:left}

	h1.ithdstxt {
    font-size: 25px;
    line-height: 35px;}
	section h2 {
    font-size: 22px;
    line-height: 30px;
	}
	.featuresec a h2 {
    font-size: 20px;
}
	.featuresec h2 {
		padding: 0 10%;
	}
	
	.editsctin h2 {
		padding: 0 10%;
	}
	
	a.ednstrtfre {font-size: 23px;}
	
	p.hdsdiscptin {
    font-size: 15px;
    line-height: 25px;
    padding: 1% 5%;}
	
	section p {
    font-size: 14px !important;
    line-height: 25px !important;
}
	

	.ftrs-icons {
    min-height: 55px;
    margin-top: 5%;
}
	.featuresec .ipad-per30 {
    margin: 5% 0;
    float: none;
    width: 80%;
    padding: 0 10%;
}
	.ipad-per50 {
    width: 84%;
    padding: 0 8%;
    float: none;
    margin: 3% 0;
	}

	.play-icon img {
    width: 10%;
}
ul.edn-ftrslist {
    font-size: 14px;
    line-height: 25px;
}
.custmrlogosec ul li.logo9 {
    display: block;
}
.custmrlogosec ul li {
    line-height: 50px;
    margin: 0% auto;
}

.footer-ctasec h2 {
    font-size: 18px;
    padding: 0 10%;
    line-height: 25px;
}

.ipdmob-btmbar a{ color:#fff; font-size:10px;}
.ftr-links a {
    color: #474747;
    text-decoration: none;
    text-align: center;
    padding: 0% 5%;
    font-size: 15px;
}

.bnr-sec div.pT50{ padding-top:5%;}
.edn-subhdrtxt {font-size: 10px;}


.btmpdn2 {
    padding: 10px 10px 2px 10px !important;
}
.btmpdn1 {
    padding: 10px 8px 3px 8px !important;
}

.ls-per20{ width: 100%;padding:0; float:none;}
.ls-per80{width: 100%;padding:0; float:none;}

.btm-rqst-demo img {
    width: 50%;
}
.btm-compare img {
    width: 54%;
}
.btm-getquote img {
    width: 49%;
}
}

/* iPhone 6 ----------- */
@media screen and (max-width:375px){
	
	.headerbg{ background-image:url("../images/iphone6-375-header-bg.jpg")!important; background-position:top; background-size:contain;background-repeat:no-repeat;}
	.menuicn {
   
    right: 10px;
}
	ul.mobilemenu li {
		width: 100%;
		font-size:18px;
	}
		ul.mobilemenu li a {
		color: #fff;
		text-decoration: none;
		padding: 15px 45px 15px 15px;
	}
	.sec-banner{ height:692px; overflow:hidden}
	
	
	.bnr-sec{ background-image:url("../images/iphone6-375-banner-bg.jpg")s!important; background-position:top; background-size:contain;min-height:607px;background-repeat:no-repeat;}
	
	div.bnertxt {
    font-size: 29px !important;
    line-height: 35px;
    padding: 20% 35px 0% 35px;
}
	p.bannersubtxt {
    font-size: 18px !important;
    margin-top: 5%;
    padding: 0 10%;
    line-height: 25px;
}
	.play-icon img {
    width: 12%;
}
	
	h1.ithdstxt {
    font-size: 25px;
    line-height: 35px;}
	section h2 {
    font-size: 22px;
    line-height: 30px;}
	.featuresec a h2 {
    font-size: 20px;
}
	p.hdsdiscptin {
    font-size: 15px;
    line-height: 25px;
    padding: 1% 5%;}
	
	section p {
    font-size: 14px !important;
    line-height: 25px !important;
}
	.ftrs-hdrtxt h3 {
    min-height: 37px;
    margin-top: 1.5%;
}

	.ftrs-icons {
    min-height: 55px;
    margin-top: 5%;
}
	.featuresec .ipad-per30 {
    margin: 5% 0;
    float: none;
    width: 80%;
    padding: 0 10%;
}
	.ipad-per50 {
    width: 84%;
    padding: 0 8%;
    float: none;
    margin: 3% 0;
	}
	
	.play-icon img {
    width: 10%;
}
.whtc-video {
    margin-top: 10px !important;
	font-size:10px;
}
.ipdmob-btmbar a{ color:#fff; font-size:10px;}

.bnr-sec div.pT50{ padding-top:20px;}

	a.ednstrtfre {font-size: 21px;}


.custmrlogosec ul li {
    list-style-type: none;
    float: left;
    padding: 0% 4%;
    width: 25%;
    margin: 0 auto;
    height: auto;
    line-height: 50px;
}


img.scndrs-imgml {
    margin-left: -95px;
}
.slide, .slide1 {
    width: 285px;
    height: 365px;
}
.slideUp, .slideUp {
    bottom: 36px;
    left: 8px;
}
.scndrsc {
    left: 8px !important;
	
}

.btmpdn2 {
    padding: 10px 10px 2px 10px !important;
}
.btmpdn1 {
    padding: 10px 8px 3px 8px !important;
}

.ls-per20{ width: 100%;padding:0; float:none;}
.ls-per80{width: 100%;padding:0; float:none;}

.btm-rqst-demo img {
    width: 50%;
}
.btm-compare img {
    width: 54%;
}
.btm-getquote img {
    width: 49%;
}

.footer-ctasec h2 {font-size: 18px;padding: 0 12%;line-height: 27px;}
.heading-menu h1.ftrmnhdr{ font-size:25px;}
	.heading-menu .ftrpg-inrhdr{ font-size:15px; padding:2% 7% 0px 7%;}
	
.ftr-startfretrl {
    padding: 7px 0px;
    width: 60%;
    margin: 2% auto 0% auto;
}
.ftr-startfretrl a {
    font-size: 18px;
}
}


/* samsung galaxy ----------- */
@media screen and (max-width:360px){
	
	.headerbg{ background-image:url("../images/iphone6-375-header-bg.jpg") !important; background-position:top; background-size:cover;  background-repeat:no-repeat;}
	
	div.bnertxt {
    font-size: 27px !important;
    line-height: 35px;
    padding: 20% 35px 0% 35px;
}

	.menuicn {
   
    right: 10px;
}

	ul.mobilemenu li {
		width: 100%;
		font-size:16px;
		padding: 15px 0px 15px 0px;
	}
		ul.mobilemenu li a {
		color: #fff;
		text-decoration: none;
		padding: 15px 41px 15px 15px;
	}
	
	a.signupcta {
    padding: 5px 17% !important;
    font-size: 20px !important;
}

	
.sec-banner{ height:570px; overflow:hidden}
	.bnr-sec{ background-image:url(../images/iphone6-375-banner-bg.png) !important; background-position:top; background-size:cover;min-height:636px  !important;background-repeat:no-repeat;}
	
	.starturfreetrial {
    padding: 7px 0px;
	width:100%;
}
	.starturfreetrial a {
    font-size: 19px;
}
	.scheduldemo {
    padding: 7px 0px;
	width:100%;
}
	.scheduldemo a {
    font-size: 19px;
}
	
	h1.ithdstxt {
    font-size: 25px;
    line-height: 35px;}
	section h2 {
    font-size: 22px;
    line-height: 30px;}
	
	.featuresec h2 {
    padding: 0 10% !important;
}
	.custmrquotesec h2 {
    font-size: 27px;
    line-height: 32px;
    padding: 0 13% 8% 13% !important;
}
.custmrlogosec h2 {
    font-size: 27px;
    line-height: 32px;
    padding: 5% 10% !important;
}
.custmrlogosec ul li {
    list-style-type: none;
    float: left;
    padding: 0% 4%;
    width: 24%;
    margin: 0 auto;
    height: auto;
    line-height: 45px;
}
	.featuresec a h2 {
    font-size: 20px;
}
	p.hdsdiscptin {
    font-size: 15px;
    line-height: 25px;
    padding: 1% 5%;}
	
	a.ednstrtfre {font-size: 20px;}
	
	section p {
    font-size: 14px !important;
    line-height: 25px !important;
}
	.ftrs-hdrtxt h3 {
    min-height: 37px;
    margin-top: 1.5%;
}

	.ftrs-icons {
    min-height: 55px;
    margin-top: 5%;
}
	.featuresec .ipad-per30 {
    margin: 5% 0;
    float: none;
    width: 80%;
    padding: 0 10%;
}
	.ipad-per50 {
    width: 84%;
    padding: 0 8%;
    float: none;
    margin: 3% 0;
	}

	.play-icon img {
    width: 10%;
}

.ipdmob-btmbar a{ color:#fff; font-size:10px;}

.bnr-sec div.pT50{ padding-top:10px;}



img.scndrs-imgml {
    margin-left: -95px;
}
.slide, .slide1 {
    width: 285px;
    height: 366px;
}
.slideUp, .slideUp1 {
    bottom: 34px;
    left: 7px;
}
.scndrsc {
    left: 7px !important;
}

.btmpdn2 {
    padding: 10px 10px 2px 10px !important;
}
.btmpdn1 {
    padding: 10px 8px 3px 8px !important;
}

.ls-per20{ width: 100%;padding:0; float:none;}
.ls-per80{width: 100%;padding:0; float:none;}

.btm-rqst-demo img {
    width: 50%;
}
.btm-compare img {
    width: 54%;
}
.btm-getquote img {
    width: 49%;
}

.footer-ctasec h2 {
    font-size: 18px;
    padding: 0% !important;
    line-height: 37px;
}
.resource-form {
    margin-top: 6%;
}
.prvcy-plicy{font-size: 8px;}
	.prvcy-plicy a {font-size: 8px;}

}


@media screen and (max-width:340px){
	
	div.bnertxt {
    font-size: 27px;
    line-height: 33px;
    padding: 20% 35px 0% 35px;
}
	.resourcssec h2 {
    padding: 3% 10% 3% 10% !important;
}
.custmrquotesec h2 {
    font-size: 27px;
    line-height: 32px;
    padding: 5% 10% 8% 10% !important;
}
.custmrlogosec h2 {
    font-size: 27px;
    line-height: 32px;
    padding: 5% 9% !important;
}
.appsbtnsec h2 {
    font-size: 27px;
    line-height: 32px;
    padding: 10% 18% !important;
}
.footer-ctasec h2 {
    font-size: 17px;
    padding: 0% !important;
    line-height: 37px;
}
	.slide, .slide1 {
    width: 267px;
    height: 345px;
}
.slideUp, .slideUp1 {
    bottom: 34px;
    left: 6px;
}

.scndrsc {
    left: 6px !important;
}


.btmfxlinpdn {
    padding: 3% 0% 7% 0%;
    margin: 3% 3% 7% 3%;
}
	span.ml10 {
    font-size: 10px;
	margin-left:5px;
}



.requestdemo-icon{ background:url(../images/home-page-sprite-images.png) -1px -90px; width:19px; height:24px; display:block; float:left}
.compareedn-icon{ background:url(../images/home-page-sprite-images.png) -27px -90px; width:21px; height:24px; display:block; float:left}
.getquote-icon{ background:url(../images/home-page-sprite-images.png) -54px -90px; width:20px; height:24px; display:block; float:left}


}
/* iPhone 6 ----------- */
@media screen and (max-width:320px){
	
	.headerbg{ background-image:url(../images/iphone5-320-header-bg.png) !important; background-position:top; background-size:contain;  background-repeat:no-repeat;}
	.menuicn {
   
    right: 10px;
}
	
		ul.mobilemenu li a {
		color: #fff;
		text-decoration: none;
		padding: 15px 31px 15px 15px;
	}
	
	.signupctadiv {
    position: relative;
    top: 25px;
}
	.sec-banner{ height:550px; overflow:hidden}
	.bnr-sec{ background-image:url(../images/iphone5-320-banner-bg.png) !important; background-position:top; background-size:cover;min-height:489px !important;background-repeat:no-repeat;}
	
	div.bnertxt {
    font-size: 26px !important;
    line-height: 30px;
    padding: 17% 25px 0%;
}
	p.bannersubtxt {
    font-size: 16px !important;
}
.play-icon img {
    width: 12%;
}
	.bnr-sec div.pT50 {
    padding-top: 24px;
}

	.starturfreetrial {
    padding: 7px 0px;
    border-radius: 5px;
	width:100%;
}
	.starturfreetrial a {
    font-size: 18px;
}
	.scheduldemo {
    border-radius: 5px;
    padding: 7px 0px;
	width:100%;
}
	.scheduldemo a {
    font-size: 18px;
}
	
	h1.ithdstxt {
    font-size: 25px;
    line-height: 35px;}
	section h2 {
    font-size: 22px;
    line-height: 30px;}
	.appstoresec h2 {padding: 0 18%;}
	.custmrquotesec h2 {
    font-size: 27px;
    line-height: 32px;
    padding: 5% 8% 8% 8% !important;
}

	.editsctin h2 {
    padding: 0 10% !important;
}
	.featuresec a h2 {
    font-size: 20px;
}
.custmrlogosec h2 {
    font-size: 27px;
    line-height: 32px;
    padding: 5% 7% !important;
}
.appsbtnsec h2 {
    font-size: 27px;
    line-height: 32px;
    padding: 10% 16% !important;
}

.contentare h2 {
    font-size: 25px;
    line-height: 30px;
    margin-top: 5%;
}

.edn-hdrtxt {
    font-size: 25px;
    line-height: 27px;
    font-weight: 700;
}
.edn-valuetxt {
    font-size: 18px;
    line-height: 20px;
    margin-top: 1%;
}
	a.ednstrtfre {font-size: 18px;}
	
	p.hdsdiscptin {
    font-size: 15px;
    line-height: 25px;
    padding: 1% 5%;}
	
	section p {
    font-size: 14px;
    line-height: 25px;
}
	.ftrs-hdrtxt h3 {
    min-height: 37px;
    margin-top: 1.5%;
}

	.ftrs-icons {
    min-height: 55px;
    margin-top: 5%;
}
	
	.featuresec .ipad-per30 {
    margin: 5% 0;
	float: none !important;
    width: 80% !important;
    padding: 0 10%;
	}
	
	.ipad-per50 {
    width: 84%;
    padding: 0 8%;
    float: none;
    margin:0 0 3% 0;
	}
	
	
.resource-form input.viewbtn {
   
    font-size: 14px !important;
    width: 50%;
    padding: 7px 15px !important;
    height: auto;
    margin-top: 5px !important;
}
.ipdmob-btmbar a{ color:#fff; font-size:10px;}
	


.btmpdn2 {
    padding: 10px !important;
}
.btmpdn1 {
    padding: 10px 8px 9px 8px !important;
}
.btm-rqst-demo img {
    width: 40%;
}
.btm-compare img {
    width: 54%;
}
.btm-getquote img {
    width: 49%;
}
.reqstdemotxt{ margin-top:5px}
.comparetxt{ margin-top:0px}
.getqutetxt{ margin-top:0px}


img.scndrs-imgml {
    margin-left: -80px;
}
.slideUp, .slideUp1 {
    bottom: 30px;
    left: 8px;
}
.scndrsc {
    left: 8px !important;
}

.slide, .slide1 {
    width: 256px;
    height: 326px;
}

.emlmtp {
    margin-top: 0px;
}
.phntp {
    margin-top: 10px;
}
.submitbtn {
    font-size: 15px;
    padding: 8px 30px;
}
.smitbtn{ padding:0 !important;}

.custmrnamsec {
    width: 67%;
	margin-right: -7px;
}
p.custmrquote {
    font-size: 14px;
    line-height: 24px;
	padding: 2% 5%;
}
.custmr-name {
    font-size: 14px;
    padding-top: 1%;
}
.custmr-discpn {
    font-size: 13px;
	    padding-top: 1%;
}

	.ftr-links{ width:100%; margin:0 auto;}
	.footer-ctasec h2 {
    font-size: 14px;
    padding: 0 9% !important;
    line-height: 30px;
    font-weight: 500;}
	.ftr-startfretrl a {
    font-size: 18px;
	}
	.ftr-links a{ padding:0 3%;}
	.per-20{ width:98%; padding:0 1%;float:none !important; margin:2% 0;}
	.per-25{ width:98%; padding:0 1%;float:none !important; margin:2% 0;}
	
	.tolemail{width:100%; margin:0 auto; font-size:14px;}
	.per-50{ width:98%; padding:0 1%;float:none; margin:2% 0;}
	.ftrgraybdr{ margin:3% auto;}
	
	.ftr-links a{ color:#474747; text-decoration:none; text-align:center; padding:0% 5%; font-size:14px;}
	
	.social-icons {width: 80%; margin: 8% auto 5% auto;}
	.social-icons img {width: 100%;max-width: 90%;}
	
	.copyright {font-size:14px;}
	.copyright a{font-size:14px;}	
}
/* phone screen styles end*/
/*New demo page style start*/
.demoformare {
  background: #fff;
  padding-bottom: 50px;
}
.democontainer {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto
}
.demoformcont {
  display: flex;
  /* align-items: center;*/
  width: 100%
}
.demoformcont div.leftcont {
  width: 60%;
  position: relative
}
.demoformcont div.leftcont h1 {
  line-height: 40px;
  margin-bottom: 10px;
}
.demodiscpsn {
  width: 51%;
  position: absolute;
  left: 0;
  right: 0px;
  bottom: 0px;
  top: 50%;
  transform: translate(0, -50%);
  margin: auto;
}
.demoformcont div.rightcont {
  width: 40%;
}
div.rightcont div.demoform {
  background: #edf8ff;
  padding: 15%;
}
/*New demo page style start end*/
input.rdiobtn {
  width: 13px !important;
  margin-bottom: 0 !important
}
#user-detail {
  display: none
}
/*Radio buttonn new desige start*/
.deplymthed-cont {
  width: 16rem;
  position: relative;
  display: flex;
  padding: 0;
  position: relative;
  background: #f2f2f2;
  line-height: 2rem;
  border-radius: 3rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
}
/* input (radio) for toggling. hidden - use labels for clicking on */
.deplymthed-cont input[type="radio"] {
  visibility: hidden;
  position: absolute;
  top: 0;
  padding: 0 !important;
  width: auto !important;
}
/* labels for the input (radio) boxes - something to click on */
label.deplylble {
  width: 50%;
  padding: 0;
  /* margin: 0; */
  text-align: center;
  cursor: pointer;
  color: #000;
  position: relative;
  left: auto;
  margin-top: auto !important;
}
.demo-switch {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 48%;
  padding: 0.15rem;
  z-index: 3;
  transition: transform .5s cubic-bezier(.77, 0, .175, 1);
  /* transition: transform 1s; */
}
.switch {
  border-radius: 3rem;
  background: #2196f3;
  height: 100%;
}
.switch div {
  width: 100%;
  text-align: center;
  opacity: 0;
  display: block;
  color: #fff;
  transition: opacity .2s cubic-bezier(.77, 0, .175, 1) .125s;
  will-change: opacity;
  position: absolute;
  top: 0;
  left: 0;
}
.deplymthed-cont input:nth-of-type(1):checked ~ .demo-switch {
  transform: translateX(0%);
}
.deplymthed-cont input:nth-of-type(2):checked ~ .demo-switch {
  transform: translateX(100%);
}
.deplymthed-cont input:nth-of-type(1):checked ~ .demo-switch .switch div:nth-of-type(1) {
  opacity: 1;
}
.deplymthed-cont input:nth-of-type(2):checked ~ .demo-switch .switch div:nth-of-type(2) {
  opacity: 1;
}
/*Radio buttonn new desige end*/
.rqustdmofr {
  font-weight: 600;
  margin-top: 2%
}
.opodrdiobtns {
  width: 55%;
  margin: 0 auto;
  padding-top: 3%
}
.opodrdiobtns span {
  margin-left: 7px;
  position: absolute
}
.formfild {
  position: relative;
}
.form-label label {
  color: #000;
  margin: 0px;
  top: 10px;
}
.form-js-label input[data-empty="false"] + label, .form-js-label input:focus + label {
  color: #1680ba;
  font-weight: 400;
  font-size: 12px !important;
  -webkit-transform: translate3d(0, -10px, 0);
  transform: translate3d(0, -10px, 0);
}
@media screen and (min-width:0\0) {
  .opodrdiobtns span {
    margin-left: 7px;
    position: absolute
  }
}
.cludopmistxt {
  margin-top: 5px;
  margin-left: 7px;
  line-height: 10px
}
.rdio-per50 {
  width: 48%;
  padding: 0 1%;
  float: left
}
span.errormsg {
  position: relative;
  left: 0;
  margin-top: -15px !important;
  font-size: 12px;
  color: red;
  display: block;
  margin-bottom: 6px;
  text-align: left
}
select#MECountryListing {
  border: 1px solid #000;
  font-size: 16px !important;
}
#meGDPRMessage label {
  position: relative !important;
  padding-left: 0;
  font-size: 15px !important;
  line-height: 25px;
}
input#sendmemail {
  width: 20px !important;
  height: auto !important;
  padding: 0px;
  margin: 0px;
}
label#sendmemailcheck {
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  position: relative;
  padding: 0px;
  margin: 0px;
  text-align: left !important;
}
.prvcy-plicy {
  font-size: 12.5px;
  color: #000;
  font-family: 'Open Sans', sans-serif;
  text-align: center;
  margin-top: 10px;
}
.prvcy-plicy strong {
  font-weight: 600 !important;
}
.prvcy-plicy a {
  font-size: 13px;
  color: #138cd6;
  text-decoration: none;
  font-weight: 600
}
@media screen and (max-width:2600px) {
  .heading-menu {
    margin-top: 0 !important
  }
  .bgptrn {
    background: #fff;
  }
  .cldonprscont {
    width: 100%
  }
  .cldonprs-active {
    color: #fff !important
  }
  .cldonprstab {
    height: 31px;
    position: relative;
    background: #fff;
    border: 1px solid #d1d3d2;
    border-radius: 5px;
    font-size: 14px;
    padding-top: 1px;
    color: #929292;
    width: 260px;
    margin: 0 auto
  }
  .cldonprstab .moving-bg {
    padding: 15px;
    background-color: #0d89d1;
    position: absolute;
    width: 100px;
    z-index: 190;
    left: 0;
    border-radius: 5px;
    color: #929292;
    margin-left: 1px
  }
  .cldonprstab .cldonprs_item {
    display: block;
    float: left;
    padding: 5px 15px;
    width: 100px;
    color: #444;
    text-align: center;
    z-index: 200;
    position: relative;
    cursor: pointer
  }
  .tabslider ul a {
    color: #929292;
    text-decoration: none
  }
  textarea, input.text, input[type="text"], input[type="email"], input[type="tel"], input[type="number"], input[type="button"], input[type="submit"], .input-checkbox {
    -webkit-appearance: none;
    border: 1px solid #000 !important;
    color: #000;
  }
  .demoform {
    width: 400px;
    margin: 0 auto;
    position: relative
  }
  .demoform input[type="text"], input[type="email"], input[type="tel"], input[type="number"], input[type="button"], input[type="submit"] {
    width: 94%;
    padding: 6% 2.6% 1% 3%;
    outline: none;
    border-radius: 0px !important;
    font-size: 15px;
    margin: 0 auto 15px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    height: auto;
    position: relative;
  }
  .demoform select {
    font-family: 'Zoho_Puvi_Regular', sans-serif;
    width: 100%;
    padding: 15px 10px;
    height: 50px !important;
    outline: none;
    border: 1px solid #000;
    border-radius: 0px !important;
    font-size: 14px;
    margin-bottom: 10px;
    color: #000 !important;
    background: #fff url(https://www.manageengine.com/products/service-desk/images/arrowImage.png) !important;
    background-repeat: no-repeat !important;
    background-position: right 1rem center !important;
    cursor: pointer;
    -moz-appearance: none;
    -webkit-appearance: none;
  }
  .demoform input.error {
    border: 1px solid red !important
  }
  .demoform select.error {
    border: 1px solid red !important
  }
  .dmo-opodchk {
    width: 47%;
    margin: 20px auto 0
  }
  input.dmo-rdiobtn {
    width: 20px;
    height: 15px
  }
  input.demo-submit {
    background: #2196f3;
    color: #fff;
    font-size: 25px;
    font-weight: 400;
    width: 100%;
    padding: 10px 15px;
    outline: none;
    border-radius: 5px;
    height: auto;
    border: none !important;
    cursor: pointer;
  }
  input.demo-submit:hover {
    box-shadow: 0 0 3px 0 #2296f3 inset, 0 0 6px 1px #2296f3;
    background: #1180d9;
  }
  input#demoReset {
    background: #dfdfe0;
    color: #444;
    font-size: 20px;
    font-weight: 400;
    width: 75%;
    padding: 12px 15px;
    outline: none;
    border-radius: 5px;
    height: auto;
    border: none !important;
  }
  .gtdmo {
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    padding-bottom: 10px
  }
  .fieldset {
    margin: 0;
    padding: 0;
    border: 0
  }
  .form-label {
    position: relative
  }
  .form-js-label input[type='text']:focus, .form-js-label input[type='tel']:focus, .form-js-label select:focus {
    border: 1px solid rgba(121, 187, 238, 0.75) !important;
    box-shadow: 0 0 3px rgba(82, 168, 236, 0.5);
    outline: none
  }
  .deplymthed-cont input[data-empty="false"] + label.deplylble, .deplymthed-cont input:focus + label.deplylble {
    color: #000 !important;
    font-weight: normal !important;
    font-size: 16px !important;
    margin-top: auto !important;
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  .deplymthed-cont input[data-empty="false"] + label.deplylble span.cloudtxt {
    top: 8px;
    position: relative;
  }
  tr.tr2OD td input {
    padding-left: 10px
  }
}
@media screen and (max-width:1024px) {
  .heading-menu {
    height: 0;
    padding: 0;
    margin-top: 102px !important
  }
  .bgptrn {
    background: #fff;
    display: block
  }
  .gtdmo {
    margin-top: 10px
  }
  .bgptrn h3 {
    padding: 0 2%;
    font-size: 25px
  }
  .bgptrn p {
    font-size: 15px
  }
}
@media screen and (max-width:980px) {
  .dmo-opodchk {
    width: 27%;
    margin: 0 auto
  }
  input.dmo-rdiobtn {
    width: 20px;
    height: 15px
  }
}
@media screen and (max-width:768px) {
  .dmo-opodchk {
    width: 32%;
    margin: 0 auto
  }
  input.dmo-rdiobtn {
    width: 20px;
    height: 15px
  }
}
@media screen and (max-width:480px) {
  .heading-menu {
    margin-top: 80px !important
  }
  .demoform {
    width: 90%;
    margin: 0 auto;
    position: relative;
  }
  .form-js-label input[data-empty="false"] + label, .form-js-label input:focus + label {
    margin: 0px;
  }
  .dmo-sbhdr {
    font-size: 15px;
    width: 100%;
    margin: 0 auto;
    line-height: 30px
  }
  .dmo-opodchk {
    width: 51%;
    margin: 0 auto
  }
  input.demo-submit {
    font-size: 20px;
    padding: 10px 15px
  }
  input#demoReset {
    font-size: 20px;
    padding: 10px 15px
  }
}
@media screen and (max-width:414px) {
  .dmo-sbhdr {
    font-size: 15px;
    width: 100%;
    margin: 0 auto;
    line-height: 30px
  }
  .dmo-opodchk {
    width: 59%;
    margin: 0 auto
  }
  input.demo-submit {
    font-size: 20px;
    padding: 10px 15px
  }
  input#demoReset {
    font-size: 20px;
    padding: 10px 15px
  }
}
@media screen and (max-width:375px) {
  .dmo-sbhdr {
    font-size: 15px;
    width: 100%;
    margin: 0 auto;
    line-height: 30px
  }
  .dmo-opodchk {
    width: 66%;
    margin: 0 auto
  }
  input.demo-submit {
    font-size: 20px;
    padding: 10px 15px
  }
  input#demoReset {
    font-size: 20px;
    padding: 10px 15px
  }
}
@media screen and (max-width:320px) {
  .dmo-opodchk {
    width: 77%;
    margin: 0 auto
  }
  .demoform select {
    width: 102.3%
  }
  .dmo-sbhdr {
    font-size: 14px;
    width: 100%;
    margin: 0 auto;
    line-height: 30px
  }
  input.demo-submit {
    width: 80%
  }
  input#demoReset {
    width: 80%
  }
  .heading-menu h1.ftrmnhdr {
    font-size: 22px
  }
  .heading-menu .ftrpg-inrhdr {
    font-size: 15px;
    padding: 2% 7% 0
  }
  .cldonprstab {
    width: 205px;
    height: 27px
  }
  .cldonprstab .moving-bg {
    padding: 13px 15px;
    width: 72px
  }
  .cldonprstab .cldonprs_item {
    padding: 3px 15px;
    width: 72px;
    font-size: 12px
  }
}
/*COMMON STYLE START HERE*/
iframe {
  display: block;
}
body {
  color: #000;
  overflow-y: scroll !important;
}
section {
  box-sizing: border-box;
  position: relative;
}
#main-container {
  margin: 0px 0px;
  padding: 0px 0px;
  position: relative;
  width: 100%;
  box-sizing: border-box;
}
h1 {
  font: 65px/1.1 Zoho_Puvi_Bold;
}
h2 {
  font: 36px/1.55 Zoho_Puvi_Bold;
}
h3 {
  font: 25px/1.2 Zoho_Puvi_Bold;
}
h4 {
  margin-left: 0px;
}
#main-container section p, #main-container section li, #main-container section a {
  font: 18px/1.6 Zoho_Puvi_Regular;
}
#main-container a {
  text-decoration: none;
}
section img, section source, section picture {
  width: 100%;
}
/*TEMPLATE RESET STYLES START HERE*/
#ftrgetstd {
  display: none;
}
.breadcrumb-section {
  display: none;
}
/*PAGE COMMON COMPONENT STYLES STARTS HERE*/
#main-container section {
  width: 100%;
  position: relative;
  padding: 100px 0px;
}
.content-wrap {
  max-width: 1200px;
  width: 90%;
  margin: 0px auto;
}
.breadcrumb-section {
  background: #072857;
}
.cmn-breadcrum a, .cmn-breadcrum .bread-crumb-arrow {
  color: #fff;
}
.heading-wrap {
  text-align: center;
  margin: 0px auto;
}
.department-section .heading-wrap {
  margin: 0px auto 100px;
}
/*Banner-section-start-here*/
.banner-section .flex-wrap {
  align-items: flex-start;
}
#main-container .banner-section {
  background: #072857;
  color: #fff;
  padding: 90px 0px 0px;
}
#main-container .form-head-wrap {
  color: #fff;
  text-align: center;
  max-width: 420px;
  margin-left: auto;
  width: 100%;
}
#main-container .demoform {
  margin: 0px 0px 0px auto;
  position: relative;
}
.form-head-wrap h4 {
  font-size: 22px;
  font-family: 'Zoho_Puvi_Bold';
}
.mobile-banner {
  display: none;
}
#main-container .form-head-wrap p {
  font-size: 14px;
  color: #88ADE2;
  padding: 0px 50px;
  box-sizing: border-box;
  margin: 3px 0 20px;
}
h1.banner-hero-text {
  font-size: 56px !important;
  background-image: linear-gradient(90deg, rgb(254, 159, 65) 0%, 34.3511%, rgb(229, 206, 212) 68.7023%, 84.3511%, rgb(111, 229, 241) 100%);
  background-repeat: no-repeat;
  background-clip: text;
  -webkit-background-clip: text;
  color: rgba(0, 0, 0, .2);
  background-size: 100% 120%;
}
h1.banner-subhero-text {
  font: 26px/1.2 Zoho_Puvi_SemiBold !important;
  margin: 20px 0 30px;
	color: #a4a9af;
}
.banner-section .left-wrap {
  padding-right: 10px;
}
#main-container .banner-section .left-wrap p {
  font-size: 18px;
}
.banner-img-wrap {
  max-width: 425px;
  margin: 60px 0px 0px 70px;;
  position: absolute;
  bottom: 0;
}
.banner-img-wrap img {
  position: relative;
  z-index: 3;
}
.banner-img-wrap::after {
  content: '';
  position: absolute;
  bottom: -14px;
  left: 50%;
  width: 90%;
  height: 230px;
  background-image: url(https://cdn.manageengine.com/products/service-desk/compare-it-help-desks/images/banner-half-circle.svg);
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 2;
  transform: translate(-47%, 0%);
}
.banner-img-wrap span {
  position: absolute;
}
.banner-img-wrap span.dash-circle {
  width: 20px;
  height: 20px;
  border: 2px dashed #696969;
  border-radius: 50%;
  -webkit-transform: scale(.5);
  -ms-transform: scale(.5);
  transform: scale(.5);
  -webkit-animation: sclae 4s infinite;
  animation: sclae 4s infinite;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
}
@-webkit-keyframes sclae {
  0% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  0% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
}
@keyframes sclae {
  0% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  0% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
}
@-webkit-keyframes move {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  25% {
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
  }
  50% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  75% {
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@keyframes move {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  25% {
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
  }
  50% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  75% {
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}
.banner-img-wrap span.dash-circle-a {
  bottom: 60px;
  left: 0;
  animation-delay: 1s;
  -webkit-animation-delay: 1s;
}
.banner-img-wrap span.dash-circle-b {
  top: 60px;
  left: 95px;
  animation-delay: 1.4s;
  -webkit-animation-delay: 1.4s;
}
.banner-img-wrap span.dash-circle-c {
  bottom: 110px;
  right: -50px;
  animation-delay: 1.8s;
  -webkit-animation-delay: 1.8s;
}
.banner-img-wrap span.dash-circle-d {
  top: 105px;
  right: 70px;
  animation-delay: 2.2s;
  -webkit-animation-delay: 2.2s;
}
.banner-img-wrap span.dash-circle-e {
  top: 0px;
  left: 0px;
  animation-delay: 2.6s;
  -webkit-animation-delay: 2.6s;
}
.banner-icon {
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0;
  -webkit-transition: .6s ease;
  -o-transition: .6s ease;
  transition: .6s ease;
  -webkit-transform: scale(.6);
  -ms-transform: scale(.6);
  transform: scale(.6);
  -webkit-animation: move 10s infinite;
  animation: move 10s infinite;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
}
.coin {
  background-image: url(https://cdn.manageengine.com/products/service-desk/compare-it-help-desks/images/coin.svg);
  height: 80px;
  width: 80px;
  top: 50px;
}
.banner-img-wrap.active .coin {
  transition-delay: .2s;
  animation-delay: 1s;
  -webkit-animation-delay: 1s;
}
.banner-img-wrap.active .coin, .banner-img-wrap.active .tick-mark, .banner-img-wrap.active .graph, .banner-img-wrap.active .clock, .banner-img-wrap.active .paper {
  opacity: 1;
  transform: scale(1);
}
.paper {
  background-image: url(https://cdn.manageengine.com/products/service-desk/compare-it-help-desks/images/paper.svg);
  height: 40px;
  width: 120px;
  top: -10px;
  left: 80px;
  background-size: cover;
}
.banner-img-wrap.active .paper {
  transition-delay: .4s;
  animation-delay: 1.2s;
  -webkit-animation-delay: 1.2s;
}
.tick-mark {
  background-image: url(https://cdn.manageengine.com/products/service-desk/compare-it-help-desks/images/tick-mark.svg);
  height: 80px;
  width: 70px;
  top: 15px;
  right: 25px;
}
.banner-img-wrap.active .tick-mark {
  transition-delay: .6s;
  animation-delay: 1.4s;
  -webkit-animation-delay: 1.4s;
}
.graph {
  background-image: url(https://cdn.manageengine.com/products/service-desk/compare-it-help-desks/images/graph.svg);
  height: 100px;
  width: 100px;
  top: 120px;
  right: -75px;
}
.banner-img-wrap.active .graph {
  transition-delay: .7s;
  animation-delay: 1.6s;
  -webkit-animation-delay: 1.6s;
}
.clock {
  background-image: url(https://cdn.manageengine.com/products/service-desk/compare-it-help-desks/images/clock.svg);
  height: 65px;
  width: 65px;
  bottom: 15px;
  right: -35px;
  z-index: 4;
}
.banner-img-wrap.active .clock {
  transition-delay: .9s;
  animation-delay: 1.8s;
  -webkit-animation-delay: 1.8s;
}
/*Iframe-form-styles-start-here*/
#main-container iframe.cloud-page-form {
  margin-left: auto;
  max-width: 420px;
  width: 100%;
  padding: 0px;
  margin-top: 20px;
  height: 600px;
	background-color: #274874ba;
    border-radius: 3px;
}
.signup-data-middle-child {
  background: red !important;
}
/*Trust-brand-section-start-here*/
#main-container .trust-brand-section {
  padding: 100px 0px 70px;
}
.trust-brand-section .heading-wrap h2 {
  font: 24px/36px Zoho_Puvi_Regular
}
.brand-sprite-sub-wrap {
  width: 100%;
}
.brand-sprite-parent-wrap ul {
  justify-content: space-evenly;
}
.brand-sprite-parent-wrap ul li {
  width: calc(100%/6);
  height: 80px;
  list-style: none;
}
.brand-sprite-parent-wrap ul li span {
  background-image: url(https://cdn.manageengine.com/products/service-desk/compare-it-help-desks/images/trust-brand-sprit.svg);
  background-size: 650px auto;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  display: block;
  margin: 0px auto;
  position: relative;
  transform: translateY(0px) scale(1);
  transform-origin: center bottom;
  transform: translateY(25px);
  opacity: 0;
}
.brand-sprite-sub-wrap .content-view ul li span {
  transform: translateY(0px);
  opacity: 1;
  transition: 1s ease;
}
.brand-sprite-parent-wrap ul li:nth-child(1) span {
  background-position: -6px -15px;
  max-width: 170px;
  transition-delay: .1s;
}
.brand-sprite-parent-wrap ul li:nth-child(2) span {
  background-position: -146px -15px;
  max-width: 130px;
  background-size: 560px auto;
  transition-delay: .2s;
}
.brand-sprite-parent-wrap ul li:nth-child(3) span {
  background-position: -297px -15px;
  max-width: 140px;
  background-size: 600px;
  transition-delay: .3s;
}
.brand-sprite-parent-wrap ul li:nth-child(4) span {
  background-position: -458px -15px;
  max-width: 140px;
  background-size: 600px;
  transition-delay: .4s;
}
.brand-sprite-parent-wrap ul li:nth-child(5) span {
  background-position: 2px -121px;
  max-width: 130px;
  background-size: 550px;
  transition-delay: .5s;
}
.brand-sprite-parent-wrap ul li:nth-child(6) span {
  background-position: -186px -157px;
  max-width: 160px;
  background-size: 700px;
  transition-delay: .6s;
}
/*Department-section-style-start-here*/
#main-container .department-section {
  padding: 0px 0px 100px;
}
.department-section .heading-wrap {
  max-width: 750px;
}
.department-coloumn-wrap {
  width: calc(100% + 60px);
}
.department-coloumn-wrap > div {
  padding: 50px 40px;
  box-sizing: border-box;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: -6px 6px 20px #00000029;
  border-radius: 30px;
  position: relative;
  transform: translate(0px, 0px);
  height: 680px;
  transition: .3s ease;
  top: 50px;
  opacity: 0;
}
.department-coloumn-wrap > div:hover {
  transform: translate(-20px, -10px);
  transition: .3s ease;
  transition-delay: 0s !important;
}
.content-view.department-coloumn-wrap > div {
  top: 0px;
  transition: .6s ease;
  opacity: 1;
}
.content-view.department-coloumn-wrap > div:nth-child(1) {
  transition-delay: .3s;
}
.content-view.department-coloumn-wrap > div:nth-child(2) {
  transition-delay: .6s;
}
.content-view.department-coloumn-wrap > div:nth-child(3) {
  transition-delay: .9s;
}
.department-coloumn-wrap > div > div {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60px;
  border-radius: 0px 0px 30px 30px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.department-coloumn-wrap > div:nth-child(1) > div {
  background: #DCA0B3;
}
.department-coloumn-wrap > div:nth-child(2) > div {
  background: #EEC99B;
}
.department-coloumn-wrap > div:nth-child(3) > div {
  background: #9BC0DE;
}
.department-coloumn-wrap > div span {
  background: url(https://cdn.manageengine.com/products/service-desk/compare-it-help-desks/images/servicenow-alt-col-sprites.svg);
  height: 90px;
  width: 80px;
  display: block;
  background-position: -468px 0px;
  background-size: 730px;
  margin-bottom: 20px;
  background-repeat: no-repeat;
}
.department-coloumn-wrap > div:nth-child(1) {
  z-index: 1;
}
.department-coloumn-wrap > div:nth-child(1) span {
  background-position: -488px 0px;
}
.department-coloumn-wrap > div:nth-child(2) {
  z-index: 2;
  left: -30px;
}
.department-coloumn-wrap > div:nth-child(2) span {
  background-position: -574px 0px;
}
.department-coloumn-wrap > div:nth-child(3) {
  z-index: 3;
  left: -60px;
}
.department-coloumn-wrap > div:nth-child(3) span {
  background-position: -660px 0px;
}
.department-coloumn-wrap > div h4, .department-coloumn-wrap > div h5 {
  font-family: 'Zoho_Puvi_Bold';
}
.department-coloumn-wrap > div h4 {
  font-size: 18px;
}
.department-coloumn-wrap > div h5 {
  font-size: 16px;
  margin-top: 35px;
  margin-bottom: 15px;
}
.department-coloumn-wrap > div > div p strong {
  font-family: 'Zoho_Puvi_Bold';
}
#main-container .department-coloumn-wrap > div p, #main-container .department-coloumn-wrap > div ul li {
  font-size: 16px;
}
#main-container .department-coloumn-wrap > div ul li {
  margin-bottom: 15px;
}
/*Reason-section-start-here*/
#main-container .reason-section {
  background: #313F53;
  color: #fff;
  padding: 60px 0px;
}
.reason-section::before {
  content: '';
  background-image: url(https://cdn.manageengine.com/products/service-desk/compare-it-help-desks/images/white-screen-grid.svg);
  width: 70px;
  height: 255px;
  position: absolute;
  left: 14px;
  bottom: 0;
  background-size: 400px;
}
.reason-section .heading-wrap {
  max-width: 900px;
  margin-bottom: 80px;
}
.reason-sec-col-wrap {
  justify-content: space-between;
  align-items: flex-start;
}
.reason-sec-col-wrap.row-two {
  margin-top: 50px;
}
.reason-sec-col-wrap > div {
  background: #445671;
  flex: 0 0 calc(100%/3 - 30px);
  max-width: calc(100%/3 - 30px);
  border-radius: 10px;
  box-sizing: border-box;
  padding: 35px 35px 50px;
  position: relative;
  cursor: pointer;
  overflow: hidden;
}
.reason-sec-col-wrap > div.active::after {
  display: none;
}
.reason-sec-col-wrap > div > div.arw-parent {
  position: absolute;
  bottom: 17px;
  left: 50%;
  transform: translate(-50%, 0%) rotate(-90deg);
  display: none;
}
.reason-sec-col-wrap > div.active .arw-parent {
  display: block;
}
.arw {
  position: relative;
  display: block;
  width: 12px;
  height: 10px;
}
.arw::after, .arw::before {
  content: '';
  width: 100%;
  background: #fff;
  height: 1.4px;
  position: absolute;
}
.arw::after {
  transform: rotate(45deg);
  left: 0px;
  top: 4px;
}
.arw::before {
  transform: rotate(-45deg);
  left: 0px;
  top: -4px;
}
.reason-sec-col-wrap > div::before {
  display: block;
  content: '';
  position: absolute;
  width: 40px;
  height: 40px;
  background: #586d8d;
  right: 20px;
  top: 19px;
  transform: scale(0.5);
  border-radius: 50%;
  z-index: 11;
  opacity: 0;
}
.reason-sec-col-wrap > div.active::before {
  transform: scale(20);
  transition: .6s ease transform;
  opacity: 1;
}
.reason-sec-col-wrap > div::after {
  display: block;
  content: '';
  position: absolute;
  right: 20px;
  top: 20px;
  height: 40px;
  width: 40px;
  background-image: url(https://cdn.manageengine.com/products/service-desk/compare-it-help-desks/images/circle-arrow.svg);
  background-size: cover;
  background-repeat: no-repeat;
}
.reason-sec-col-wrap > div > div {
  position: relative;
  z-index: 33;
}
.reason-sec-col-wrap > div h4 {
  font-size: 20px;
  font-family: 'Zoho_Puvi_Bold';
}
.reason-sec-col-wrap > div span {
  background: url(https://cdn.manageengine.com/products/service-desk/compare-it-help-desks/images/servicenow-alt-col-sprites.svg);
  height: 70px;
  width: 60px;
  display: block;
  background-position: -263px 0px;
  background-size: 590px;
  margin-bottom: 20px;
  background-repeat: no-repeat;
}
.parent-reason-col-wrap .reason-sec-col-wrap:nth-child(1) > div:nth-child(1) span {
  background-position: -263px 0px;
}
.parent-reason-col-wrap .reason-sec-col-wrap:nth-child(1) > div:nth-child(2) span {
  background-position: -65px 0px;
}
.parent-reason-col-wrap .reason-sec-col-wrap:nth-child(1) > div:nth-child(3) span {
  background-position: -193px 0px;
}
.parent-reason-col-wrap .reason-sec-col-wrap:nth-child(2) > div:nth-child(1) span {
  background-position: -128px 0px;
}
.parent-reason-col-wrap .reason-sec-col-wrap:nth-child(2) > div:nth-child(2) span {
  background-position: -7px 0px;
}
.parent-reason-col-wrap .reason-sec-col-wrap:nth-child(2) > div:nth-child(3) span {
  background-position: -330px 0px;
}
.row-one .reason-sec-col-wrap > div:nth-child(3) h4 {
  padding-right: 20px;
}
.show-wrap {
  overflow: hidden;
  background: #fff;
  color: #000;
  box-sizing: border-box;
  padding: 10px 30px;
  margin: 50px 0px 0px;
  border-radius: 10px;
  display: none;
}
.show-not-parent {
  display: block;
}
.mobile-show-wrap {
  display: none;
}
/*Awards section start here*/
#main-container .awards-section {
  background: #F5F8FA;
  padding: 100px 0px 10px;
}
.awards-section .heading-wrap {
  max-width: 900px;
}
.awards-sprite-wrap {
  margin: 0px auto;
  max-width: 440px;
  position: relative;
  background-image: linear-gradient(to bottom, #d6d5d5 40%, rgba(255, 255, 255, 0) 20%);
  background-position: right;
  background-size: 2px 23px;
  background-repeat: repeat-y;
}
.awards-sprite-wrap > div {
  display: inline-block;
}
.awards-sprite-parent-wrap {
  margin: 80px auto 0px;
  max-width: 1140px;
}
.awards-sprite-wrap > div span {
  background-image: url(https://cdn.manageengine.com/products/service-desk/compare-it-help-desks/images/awards-sprites.svg);
  height: 150px;
  width: 190px;
  background-repeat: no-repeat;
  background-size: 380px;
  display: block;
}
.awards-sprite-wrap > div:nth-child(1) span {
  background-position: 0px -10px;
}
.awards-sprite-wrap > div:nth-child(2) span {
  background-position: -200px -10px;
}
.awards-sprite-parent-wrap .right-wrap {
  padding-left: 50px;
}
.awards-sprite-parent-wrap .right-wrap > div h3 {
  position: relative;
  display: inline;
}
.awards-sprite-parent-wrap .right-wrap > div h3::before {
  content: '';
  position: absolute;
  left: -40px;
  top: -30px;
  width: 45px;
  height: 42px;
  background-image: url(https://cdn.manageengine.com/products/service-desk/compare-it-help-desks/images/poper.svg);
  background-size: cover;
  background-repeat: no-repeat;
}
.awards-sprite-cont-wrap {
  margin-top: 30px;
}
#main-container .awards-sprite-parent-wrap .right-wrap p {
  font-size: 20px;
}
/*Comparison-section-start-here*/
#main-container .comparison-section {
  background: #F5F8FA;
  padding: 60px 0px 100px;
}
.comparison-section::before {
  content: '';
  background-image: url(https://cdn.manageengine.com/products/service-desk/compare-it-help-desks/images/white-screen-grid.svg);
  width: 230px;
  height: 475px;
  position: absolute;
  right: 0;
  top: -80px;
  background-size: 400px;
}
.comparison-table {
  background: #fff;
  padding: 35px 0px 60px;
  border-radius: 30px;
  max-width: 1080px;
  margin: 90px auto 0px;
}
.comparison-section .heading-wrap {
  max-width: 700px;
}
.grid-container {
  display: grid;
  grid-template-columns: auto auto auto auto;
  gap: 0px;
  padding: 0px;
  width: 950px;
  margin: 0px auto;
}
.grid-container > div {
  text-align: center;
  padding: 13px 0;
}
#main-container .grid-container > div p {
  font-size: 16px;
  margin: 0px 0px;
}
.grid-container > div p strong {
  font-family: 'Zoho_Puvi_Bold';
}
.grid-container > div.fea-list {
  text-align: left;
  padding-left: 30px;
}
.grid-container > div.comp-header {
  background: #FFFFFF;
  position: sticky;
  top: 0;
  z-index: 333;
  position: sticky;
  top: 49px;
  background: #fff;
  z-index: 2;
}
.grid-container > div.comp-header:nth-child(2)::after {
  content: '';
  height: 7px;
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  background: #FF9D00;
}
.fea-list {
  grid-column-start: 1;
  grid-column-end: 2;
  border: none;
  border-bottom: 1px solid #cac9c9;
  border-radius: 40px 50px/4px 2px 0px;
  padding: 10px;
}
.desc-cont-a {
  grid-column-start: 2;
  grid-column-end: 4;
  border-bottom: 1px solid #cac9c9;
  background: #e7f0f7;
}
.desc-cont-b {
  grid-column-start: 4;
  grid-column-end: 6;
  border: none;
  border-bottom: 1px solid #cac9c9;
  border-radius: 40px 50px/4px 0px 2px;
  padding: 10px;
}
.prd-logo {
  background-image: url(https://cdn.manageengine.com/products/service-desk/compare-it-help-desks/images/product-sprite.svg);
  background-repeat: no-repeat;
  height: 70px;
  width: 220px;
  display: block;
  background-size: 420px;
  margin: 0px auto;
}
.sdp-logo {
  background-position: -4px 0px;
}
.servicenow-logo {
  background-position: -218px 0px;
}
/*Testimonial-section-start-here*/
.testimonial-section:after {
  content: '';
  background-image: url(https://cdn.manageengine.com/products/service-desk/compare-it-help-desks/images/white-screen-grid.svg);
  width: 190px;
  height: 255px;
  position: absolute;
  right: 24px;
  top: 70px;
  background-size: 400px;
}
.testimonial-parent-wrap {
  align-items: flex-start;
  margin-top: 30px;
}
.testimonial-parent-wrap .left-wrap {
  padding-right: 80px;
  background-image: linear-gradient(to bottom, #d6d5d5 40%, rgba(255, 255, 255, 0) 20%);
  background-position: right;
  background-size: 2px 23px;
  background-repeat: repeat-y;
}
.testimonial-parent-wrap .right-wrap {
  padding-left: 80px;
}
#main-container .testimonial-parent-wrap .right-wrap p {
  font-size: 21px;
  font-family: "Roboto Slab";
}
.testi-slider h3 {
  margin-top: 20px;
  font-size: 22px;
  color: #1E4A88;
}
#main-container .testi-slider p {
  font-size: 17px;
  line-height: 1.7em;
}
.quote-cont-wrap {
  position: relative;
  display: flex;
  align-items: center;
  margin-top: 20px;
}
#main-container .testimonial-parent-wrap .quote-cont-wrap p {
  font-size: 20px;
  margin: 0px;
}
.quote-cont-wrap > div:nth-child(1) {
  max-width: 20%;
  flex: 0 0 20%;
}
.quote-cont-wrap > div:nth-child(2) {
  max-width: 80%;
  flex: 0 0 80%;
}
.quote-cont-wrap p {
  color: #0B4086;
}
.quote-icon {
  height: 80px;
  width: 80px;
  display: block;
  background-image: url(https://cdn.manageengine.com/products/service-desk/compare-it-help-desks/images/quote.svg);
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 30px;
}
.slick-dots {
  text-align: left;
}
.slick-dots li {
  position: relative;
  background: #fff;
}
.slick-dots li::before {
  content: '';
  left: 0;
  top: 0;
  width: 0%;
  position: absolute;
  background: #7A91B1;
  z-index: 22;
  height: 100%;
}
.slick-dots li.slick-active::before {
  width: 100%;
  transition: 6s;
}
#scroll ul {
  padding: 10px 0 10px 0px;
  margin-left: 15px;
}
.slick-dots li {
  width: 100px;
  height: 5px;
  border: 1px solid #7A91B1;
  border-radius: 0px;
}
.slick-dots li.slick-active {
  width: 100px;
  height: 5px;
  border: 1px solid #7A91B1;
  border-radius: 0px;
  background: #fff;
}
/*Footer-section-start-here*/
.footer-section {
  background: #162438;
  color: #fff;
}
.footer-section::after, .footer-section::before {
  content: '';
  position: absolute;
  background-size: 400px;
  background-image: url(https://cdn.manageengine.com/products/service-desk/compare-it-help-desks/images/dark-screen-grid.svg);
}
.footer-section::after {
  width: 70px;
  height: 159px;
  right: 14px;
  top: 0px;
}
.footer-section::before {
  width: 140px;
  height: 110px;
  left: 14px;
  bottom: 0;
}
.footer-cont-wrap {
  max-width: 810px;
  text-align: center;
  margin: 0px auto;
}
.footer-cont-wrap p {
  color: #B9CDD9;
}
#main-container .footer-cont-wrap .cta {
  padding: 12px 40px;
  background: #FFD800;
  margin-top: 30px;
  color: #000;
  font-family: 'Zoho_Puvi_Bold';
  border-radius: 3px;
}
#main-container #meGDPRMessage label {
  color: #fff;
  font-size: 13px !important;
  text-align: center;
}
label#sendmemailcheck {
  color: #fff;
}
@media only screen and (max-width:1200px) {
  .comparison-table {
    overflow-x: scroll;
  }
  .grid-container > div.comp-header {
    position: relative;
    top: 0;
  }
  .department-coloumn-wrap > div:hover {
    transform: translate(0px, 0px);
    transition: .3s ease;
    transition-delay: 0s !important;
  }
  .row-one .reason-sec-col-wrap > div:nth-child(3) h4 {
    padding-right: 0px;
  }
}
@media only screen and (min-width:767px) and (max-width:1200px) {
  .department-coloumn-wrap > div:nth-child(2), .department-coloumn-wrap > div:nth-child(3) {
    left: 0;
  }
  .department-coloumn-wrap {
    width: 100%;
    justify-content: space-between;
  }
  .department-coloumn-wrap > div {
    flex: 0 0 calc(100%/2 - 20px);
    max-width: calc(100%/2 - 20px);
    margin-bottom: 70px;
  }
  .department-coloumn-wrap > div:nth-child(3) {
    margin-bottom: 0px;
  }
  .slick-dots li, .slick-dots li.slick-active {
    width: 65px;
  }
}
@media only screen and (min-width:992px) and (max-width:1200px) {
  .banner-img-wrap {
    max-width: 385px;
	  margin-left: 0;
  }
}
@media only screen and (max-width:1024px) {
  #main-container .banner-section .left-wrap p, h1.banner-subhero-text {
    color: #fff;
  }
	#main-container .banner-section .left-wrap p br{display: none;}
  /*
  .demoform .form-label label {
    margin-top: -47px;
  }
*/
}
@media only screen and (min-width:992px) and (max-width:1080px) {
  h1.banner-hero-text {
    font-size: 52px !important;
  }
  h1.banner-subhero-text {
    font: 30px/43px Zoho_Puvi_SemiBold;
  }
}
@media only screen and (max-width:992px) {
  .banner-section .flex-wrap {
    display: block;
  }
  #main-container .demoform {
    margin: 0px auto 0px;
    position: relative;
    padding-bottom: 50px;
  }
  .banner-section .left-wrap, .banner-section .right-wrap {
    max-width: 100%;
    text-align: center;
  }
  .banner-img-wrap {
    position: relative;
    margin: 90px auto 50px;
  }
  #main-container .form-head-wrap, #main-container iframe.cloud-page-form {
    margin-left: 0px;
    margin: 0px auto 50px;
  }
  #main-container .banner-section .left-wrap p {
    padding-right: 0px;
    font-size: 19px;
  }
  iframe.cloud-page-form {
    height: 750px;
  }
  .trust-brand-section .heading-wrap h2 {
    font-size: 18px;
  }
  .brand-sprite-parent-wrap ul li {
    width: 180px;
    margin-bottom: 15px;
  }
  .awards-sprite-parent-wrap .right-wrap {
    padding-left: 70px;
    padding-right: 0px;
  }
  /*
  h1.banner-hero-text {
    font-size: 44px !important;
  }
*/
  h1.banner-subhero-text {
    font: 26px/38px Zoho_Puvi_SemiBold !important;
    margin-top: 20px;
    letter-spacing: 0;
  }
}
@media only screen and (min-width:767px) and (max-width:992px) {
  .testimonial-parent-wrap .left-wrap {
    padding-right: 60px;
  }
  .testimonial-parent-wrap .right-wrap {
    padding-left: 60px;
  }
  .awards-sprite-wrap {
    text-align: center;
  }
  .awards-sprite-wrap > div span {
    height: 120px;
    width: 160px;
    background-size: 320px;
  }
  #main-container .trust-brand-section {
    padding: 40px 0px 70px;
  }
	.op-change-btn-wrap{
		max-width: 100% !important;
	}
}
@media only screen and (max-width:767px) {
  h2 {
    font: 30px/1.3 Zoho_Puvi_Bold;
  }
  .banner-section .left-wrap {
    padding-right: 0px;
    text-align: center;
    margin-bottom: 60px;
  }
  .banner-img-wrap {
    max-width: 380px;
    margin: 60px auto 0px;
  }
  .mobile-banner {
    display: block;
    max-width: 460px;
    margin: 40px auto 0px;
    width: 100%;
  }
  .banner-img-wrap {
    display: none;
  }
  .brand-sprite-parent-wrap ul {
    display: flex;
  }
  .brand-sprite-parent-wrap ul li {
    width: 160px;
  }
  h1.banner-hero-text {
    font-size: 48px !important;
  }
  #main-container .banner-section .left-wrap p {
    font-size: 18px;
    padding-right: 0px;
  }
  #main-container .form-head-wrap {
    margin: 50px auto 30px;
  }
  #main-container iframe.cloud-page-form {
    margin: 0px auto;
  }
  .department-coloumn-wrap {
    width: 100%;
    max-width: 450px;
    margin: 0px auto 20px;
  }
  .department-coloumn-wrap > div {
    height: 700px;
  }
  .department-coloumn-wrap > div {
    margin-bottom: 50px;
  }
  .department-coloumn-wrap > div:nth-child(3) {
    margin-bottom: 0px;
  }
  .mobile-show-wrap {
    display: block;
  }
  .show-wrap {
    display: none;
  }
  .department-coloumn-wrap > div:nth-child(2), .department-coloumn-wrap > div:nth-child(3) {
    left: 0;
  }
  .reason-section .heading-wrap {
    margin-bottom: 50px;
  }
  .testimonial-parent-wrap .left-wrap {
    background: unset;
    padding-right: 0px;
  }
  .testimonial-parent-wrap .right-wrap {
    padding-left: 0px;
    margin-top: 30px;
  }
  .slick-dots li, .slick-dots li.slick-active {
    height: 8px;
    width: 8px;
    border-radius: 50%;
  }
  .slick-dots li.slick-active {
    border: 1px solid #7A91B1;
    background: #7A91B1;
  }
  .slick-dots {
    text-align: center;
  }
  .awards-sprite-wrap {
    background-image: unset;
    text-align: center;
  }
  .awards-sprite-parent-wrap .right-wrap {
    padding-left: 0px;
  }
  .awards-sprite-parent-wrap .right-wrap > div {
    max-width: 550px;
    margin: 80px auto 0px;
    width: 80%;
  }
  .reason-sec-col-wrap > div {
    margin-bottom: 30px;
    max-width: 100%;
  }
  .reason-sec-col-wrap.row-two {
    margin-top: 0px;
  }
  .reason-sec-col-wrap > div.active::before {
    transform: scale(40);
  }
  .show-wrap {
    display: none;
  }
}
@media only screen and (max-width:440px) {
  h1.banner-hero-text {
    font-size: 38px !important;
  }
  .quote-icon {
    height: 50px;
    width: 50px;
  }
  #main-container .testimonial-parent-wrap .quote-cont-wrap p {
    font-size: 16px;
  }
}
.main-container {
  width: 100%;
  margin: 0 auto;
  padding: 50px 80px 0px;
  margin-top: 40px;
  box-sizing: border-box;
}
#btmBar.fixed {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 10;
    width: 100%;
}
#btmBar ul {
    margin-left: 50px;
}
#custmrlgosroll #dload{
	display: none;
}
body{
	overflow-x: hidden;
}


h2, h4{
color: unset;
}


        .banner-img-wrap {
            position: relative;
        }
        
        .demoform {
            margin: 0px 0px 0px auto;
            position: relative;
        }
        
        .prvcy-plicy {
            color: #fff;
            margin-bottom: 25px;
        }
        
        #clickevnt_text {
            color: #ffda00;
        }
        
        #main-container .prvcy-plicy a {
            font-size: 13px;
            font-weight: bold;
            color: #fff;
        }
        
        input.demo-submit {
            background-color: #ffda00;
            color: #000000;
            text-transform: uppercase;
            font-family: 'Zoho_Puvi_Bold';
            font-size: 18px;
            letter-spacing: .5px;
            padding: 15px;
            margin-top: 0px;
        }
        
        input.demo-submit:hover {
            background-color: #ffda00;
        }
        
        @media only screen and (max-width:1200px) {
            .pro-menu#MEmobile {
                top: -18px;
            }
            .headerinner .prdLogo {
                margin-top: 10px;
            }
            .prdLogo a {
                display: inline-block !important;
            }
            section h2 {
                font-family: 'Zoho_Puvi_SemiBold', 'Open Sans', sans-serif;
            }
            .reason-section h2,
            .footer-section h2,
            #main-container section .mobile-show-wrap p {
                color: #fff;
            }
            #main-container .testi-slider p,
            #main-container .awards-sprite-parent-wrap .right-wrap p,
            .grid-container>div.fea-list p,
            #main-container section .mobile-show-wrap p {
                text-align: left;
            }
            section h2 {
                padding: 0 0;
            }
        }
        
        @media only screen and (max-width: 767px) {
            section h2 {
                font: 30px/1.3 Zoho_Puvi_Bold;
            }
        }
    

.comparison-section::before {
    background-image: unset;
}
.testimonial-section:after {
    background-image: unset;
}

h1.banner-subhero-text {
    color: #fff;
}
.form-head-wrap h4{
    color: #FFF;
}

h2.content-view{
    color: #FFF;
}

.cmn-breadcrum {
	display: none;
}
.testimonial-section, .footer-cont-wrap {
    padding: 50px 0 50px;
}

