//-----------------------------


:root {
    --feat_list_border: 1px dashed #dcdcdc;
}

h1 {
    font-family: var(--primaryfont-bold);
}

h2 {
    margin: 0;
    font-size: 44px;
    font-family: var(--primaryfont-bold);
    line-height: 1.2;
    margin: 0;
}

h3 {
    font-size: 24px;
    line-height: 1.4;
    font-family: var(--primaryfont-semibold);
}


/*  */


/* .anim-sec * {
    transition-duration: 1s;
    transition-property: all;
}

.anim-sec .banner-left,
.anim-sec .banner-right h1,
.anim-sec .banner-right,
.anim-sec .one-line-form,
.solution-wrap .anim-sec h2,
.solution-wrap .anim-sec p,
.features-wrap .anim-sec .heading-wrap h2,
.features-wrap .anim-sec .heading-wrap p,
.features-wrap .anim-sec ul li,
.features-wrap .anim-sec .btn-wrap a,
.why-wrap .anim-sec .why-heading-wrap h2,
.why-wrap .anim-sec .why-heading-wrap p,
.why-wrap .anim-sec ul li,
.demo-wrapper .anim-sec .why-pmp-heading-wrap h2,
.demo-wrapper .anim-sec .why-pmp-heading-wrap p,
.demo-wrapper .anim-sec ul li,
.demo-wrapper .anim-sec .demo-form-wrap,
.customers-wrap.anim-sec h3,
.customers-wrap.anim-sec ul li,
.customers-wrap h2,
.pam-footer-wrap .anim-sec h2,
.pam-footer-wrap .anim-sec p,
.faq-wrap .anim-sec h2,
.faq-wrap .anim-sec ul li {
    -webkit-transform: translateY(70px);
    -ms-transform: translateY(70px);
    transform: translateY(70px);
    opacity: 0;
}

.anim-sec.ele-cont-view .banner-left,
.anim-sec.ele-cont-view .banner-right h1,
.anim-sec.ele-cont-view .banner-right,
.anim-sec.ele-cont-view .one-line-form,
.solution-wrap .anim-sec.ele-cont-view h2,
.solution-wrap .anim-sec.ele-cont-view p,
.features-wrap .anim-sec.ele-cont-view .heading-wrap h2,
.features-wrap .anim-sec.ele-cont-view .heading-wrap p,
.features-wrap .anim-sec.ele-cont-view ul li,
.features-wrap .anim-sec.ele-cont-view .btn-wrap a,
.why-wrap .anim-sec.ele-cont-view .why-heading-wrap h2,
.why-wrap .anim-sec.ele-cont-view .why-heading-wrap p,
.why-wrap .anim-sec.ele-cont-view ul li,
.demo-wrapper .anim-sec.ele-cont-view .why-pmp-heading-wrap h2,
.demo-wrapper .anim-sec.ele-cont-view .why-pmp-heading-wrap p,
.demo-wrapper .anim-sec.ele-cont-view ul li,
.demo-wrapper .anim-sec.ele-cont-view .demo-form-wrap,
.customers-wrap.anim-sec.ele-cont-view h3,
.customers-wrap.anim-sec.ele-cont-view ul li,
.customers-wrap.anim-sec.ele-cont-view h2,
.pam-footer-wrap .anim-sec.ele-cont-view h2,
.pam-footer-wrap .anim-sec.ele-cont-view p,
.faq-wrap .anim-sec.ele-cont-view h2,
.faq-wrap .anim-sec.ele-cont-view ul li {
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
} */

.anim-sec {
    /* margin: 50px 0;
    padding: 20px;
    background-color: #f0f0f0;
    border: 1px solid #ccc;
    overflow: hidden; */
    /* Ensure children stay within bounds */
}

.anim-sec>* {
    opacity: 0;
    /* Initial state - hidden */
    transform: translateY(20px);
    /* Move down slightly */
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
    /* Transition effects */
    /* margin-bottom: 10px; */
    /* padding: 10px; */
    /* background-color: #e0e0e0; */
}

.animate-child {
    opacity: 1;
    /* Visible state */
    transform: translateY(0);
    /* Move back to original position */
}


/*  */

.pmp-banner-wrap {
    padding: 80px 0;
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background: hsla(175, 37%, 72%, 1);
    background: linear-gradient(135deg, hsla(175, 37%, 72%, 1) 0%, hsla(146, 30%, 86%, 1) 31%, hsla(90, 12%, 90%, 1) 70%, hsla(0, 0%, 100%, 1) 100%);
    background: -moz-linear-gradient(135deg, hsla(175, 37%, 72%, 1) 0%, hsla(146, 30%, 86%, 1) 31%, hsla(90, 12%, 90%, 1) 70%, hsla(0, 0%, 100%, 1) 100%);
    background: -webkit-linear-gradient(135deg, hsla(175, 37%, 72%, 1) 0%, hsla(146, 30%, 86%, 1) 31%, hsla(90, 12%, 90%, 1) 70%, hsla(0, 0%, 100%, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="#9ED2CE", endColorstr="#D1E6DA", GradientType=1);
}

.pmp-banner-wrap .banner-section {
    /* max-width: 1100px; */
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.banner-left {
    max-width: 580px;
}

.banner-left {
    max-width: calc(100% - 600px);
}

.banner-left h1 {
    font-size: 48px;
    line-height: 1.25;
    margin: 0 0 0;
    color: #000;
    position: relative;
}

.banner-left p {
    font-size: 20px;
    margin: 20px 0 25px;
}

.banner-left .act-btn {
    background: #000;
    border-color: #000;
}

.banner-right p span {
    font-family: var(--primaryfont-bold);
}


/*  */

.banner-right {
    max-width: 420px;
    margin: 0 0 0;
    background: #fff;
    padding: 30px;
    border-radius: 5px;
    box-shadow: 0 0 20px 0px #aad6d0;
}

.banner-right h3 {
    margin: 0;
    text-align: center;
    font-size: 19px;
}

.const-text {
    color: #626262;
}

.success-message {
    display: none;
}
    
.success-message p {
    font-size: 26px;
    font-family: var(--primaryfont-bold);
    text-align: center;
    margin: 0;
}

.success-message p a {
    border-bottom: 1px solid;
}

.one-line-wrap .form-group:nth-child(1) {
    width: 340px;
}

.form-group.country-select-box {
    background: transparent;
}


/*  */

.pmp-content-wrap {
    position: relative;
}

.pmp-content-wrap .section {
    padding: 100px 0;
}

.section .customers-wrap {
    padding: 100px 0;
}

.section .solution-wrap {
    padding: 0;
}

.section .features-wrap {
    padding: 100px 0;
}

.section .why-wrap {
    padding: 100px 0;
}


/*  */

.section.customers-wrap {
    padding: 0 0 80px;
    position: relative;
    background: #e3f7f1;
}

.section.customers-wrap:before {
    content: none;
    position: absolute;
    top: -50px;
    bottom: 0;
    z-index: 7;
    width: 100%;
    height: 100px;
    animation-duration: 30s;
}

.customers-wrap .content-wrap {
    position: relative;
    overflow: hidden;
}

.section.customers-wrap .content-wrap:before,
.section.customers-wrap .content-wrap:after {
    content: none;
    position: absolute;
    background-image: linear-gradient(to right, rgb(1 13 45) 0%, rgba(255, 255, 255, 0) 100%);
    height: 100%;
    width: 25%;
    z-index: 2;
    pointer-events: none;
}

.customers-wrap .content-wrap:after {
    right: 0;
    top: 0;
    transform: rotate(180deg);
}

.customers-wrap h2 {
    font-size: 24px;
    margin: 0 0 30px;
}

.customers-wrap ul {
    white-space: nowrap;
    position: relative;
    display: flex;
    justify-content: center;
    max-width: 1100px;
    width: 100%;
    margin: 0 auto;
    align-items: center;
    flex-wrap: wrap;
}

.customers-wrap ul li {
    background-image: url(../images/pmp-customers-logo-sprite.png);
    background-size: auto 60px;
    background-repeat: no-repeat;
    height: 60px;
    width: 120px;
    white-space: nowrap;
    margin: 15px 30px;
}

.customers-logo {
    display: block;
    white-space: nowrap;
}

.gb-bbc {
    background-position: 0 0;
}

.gb-kpmg {
    background-position: -120px 0;
}

.gb-dell {
    background-position: -240px 0;
}

.gb-cisco {
    background-position: -360px 0;
}

.gb-noki {
    background-position: -478px 0;
}

.gb-gsa {
    background-position: -596px 0;
}


/*  */

.btn-wrap {
    margin: 0;
}

.act-btn {
    background: #e9152b;
    color: #fff;
    padding: 12px 25px;
    font-size: 17px;
    line-height: 1.4;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px;
    font-family: var(--primaryfont-semibold);
    border: 1px solid transparent;
}

a.act-btn.btn-border {
    background: transparent;
    color: #000;
    border: 1px solid;
    margin: 0 20px 0 0;
}

.section.features-wrap {
    position: relative;
    padding: 100px 0;
}

.features-wrap .content-wrap h2 {
    margin: 0 0 20px;
}

.features-wrap .heading-wrap p {
    margin: 0;
}

.features-list-wrap ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 30px;
    margin: 40px 0;
    position: relative;
}

.features-list-wrap ul li {
    padding: 25px;
    border: var(--feat_list_border);
    transition-duration: .5s;
    transition-property: all;
}

.features-list-wrap ul li:hover {
    box-shadow: 0 0 10px 5px #f1fdfa;
}

.features-list-wrap ul li p:last-child {
    margin: 0;
}

.features-list-wrap p.link-text-wrap {
    text-align: right
}

.features-list-wrap p.link-text-wrap a {
    background: none;
    color: #138cd6;
    padding: 0 20px 2px 0;
    transition: 0.5s all;
    font-family: var(--primaryfont-semibold);
    position: relative;
}

.features-list-wrap p.link-text-wrap a:after {
    content: '\2794';
    font-size: 17px;
    position: absolute;
    right: 0;
    transition: .5s all;
}

.features-list-wrap p.link-text-wrap a:hover:after {
    transform: translateX(15px);
}

.features-list-wrap ul li h3 {
    margin-top: 15px;
}

.features-list-wrap ul li span {
    display: block;
    width: 50px;
    height: 50px;
    text-indent: -9999px;
    background-image: url(../images/home-icons-sprite.png);
    background-size: 450px auto;
    background-repeat: no-repeat;
}

.features-list-wrap ul li:nth-child(2) span {
    background-position: -50px 0;
}

.features-list-wrap ul li:nth-child(3) span {
    background-position: -100px 0;
}

.features-list-wrap ul li:nth-child(4) span {
    background-position: -150px 0;
}

.features-list-wrap ul li:nth-child(5) span {
    background-position: -200px 0;
}

.features-list-wrap ul li:nth-child(6) span {
    background-position: -250px 0;
}

.customers-wrap {
    background: transparent;
    color: #fff;
    margin: 80px 0 0;
}

.section.solution-wrap {
    padding: 0;
    margin: 0 0 0;
    background: #00140E;
}

.solution-wrap .content-wrap {
    display: flex;
    justify-content: space-between;
    padding: 80px 0;
    color: #fff;
    border-radius: 10px;
}

.solution-wrap .content-wrap h2 {
    max-width: 480px;
    font-size: 40px;
    color: #fff;
}

.solution-wrap-text {
    width: calc(100% - 560px);
}

.solution-wrap-text p:last-child {
    margin: 0;
}

.solution-wrap-text p a {
    background: none;
    color: #138cd6;
    padding: 0 20px 2px 0;
    transition: 0.5s all;
    font-family: var(--primaryfont-semibold);
    position: relative;
}

.solution-wrap-text p a:after {
    content: '\2794';
    font-size: 17px;
    position: absolute;
    right: 0;
    transition: .5s all;
}

.solution-wrap-text p a:hover:after {
    transform: translateX(15px);
}

.why-wrap {
    background-color: #00140E;
    color: #fff;
    position: relative;
    z-index: 0;
}

.why-wrap .content-wrap {
    display: flex;
    justify-content: space-between;
}

.why-heading-wrap {
    max-width: 380px;
    width: 100%;
}

.why-heading-wrap h2 {
    color: #fff;
    margin: 0 0 15px;
}

.why-heading-wrap p:last-child {
    margin: 0;
}

.why-wrap ul {
    display: block;
    margin: 0;
    width: calc( 100% - 440px);
}

.why-wrap ul li {
    padding: 0 0 60px 60px;
    color: #fff;
    position: relative;
}

.why-wrap ul li:last-child {
    padding-bottom: 0;
}

.why-wrap ul li:before {
    content: '';
    position: absolute;
    width: 2px;
    height: calc( 100% + 0px);
    left: 10px;
    top: 11px;
    background: #fff;
}

.why-wrap ul li:last-child:before {
    content: none;
}

.why-wrap ul li h3 {
    color: #35D5A1;
    font-size: 28px;
    font-family: var(--primaryfont-bold);
    margin: 0 0 15px;
}

.why-wrap ul li span {
    display: block;
    width: 20px;
    height: 20px;
    text-indent: -9999px;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 10px;
}

.why-wrap ul li:nth-child(1) span {
    background-position: -360px 0;
}

.why-wrap ul li:nth-child(2) span {
    background-position: -420px 0;
}

.why-wrap ul li:nth-child(3) span {
    background-position: -480px 0;
}

.why-wrap ul li p:last-child {
    margin: 0
}


/*  */

.section.demo-wrapper {
    padding: 100px 0;
    position: relative;
    background: #EBF6F3;
}

.demo-wrapper .content-wrap {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
}

.demo-form-wrap {
    max-width: 500px;
    padding: 40px;
    background: #00140E;
    border-radius: 10px;
    position: relative;
    z-index: 1;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    align-content: center;
}

.demo-form-heading {
    text-align: center;
    color: #fff;
    margin: 0;
}

.demo-form-heading h4 {
    margin: 0 0 10px;
    color: #fff;
    font-size: 24px;
    font-family: var(--primaryfont-bold);
    line-height: 1;
}

.demo-form-heading p:last-child {
    margin: 0;
}


/*  */

.section.pam-footer-wrap {
    text-align: center;
    padding: 0 !important;
    margin: 80px 0 0;
}

.pam-footer-wrap .content-wrap {
    max-width: 1170px;
    width: 100%;
    padding: 80px;
    background: #00140e;
    color: #fff;
    border-radius: 10px;
}

.pam-footer-wrap h2 {
    margin: 0 0 15px;
    color: #fff;
}

.pam-footer-wrap a.act-btn.btn-border {
    background: transparent;
    color: #fff;
    border-color: #fff;
}

.trans-effect~label {
    color: #7c7c7c;
    top: 10px;
    font-size: 14px;
}

span.focus-border {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.form-group {
    margin: 25px 0;
    background: #fff;
}

.demo-form-wrap .ffw-errmsg {
    /* margin: 0; */
}

.demo-form-wrap #MECountryListing {
    background: #fff;
}

input#btnSubmit {
    margin: 0;
}

.trans-effect~.focus-border:before,
.trans-effect~.focus-border:after,
.trans-effect~.focus-border i:before,
.trans-effect~.focus-border i:after {
    background-color: #012643;
}

.trans-effect:focus~label,
.has-content.trans-effect~label {
    opacity: 0;
}

#demoForm .const-text,
#demoForm #meGDPRMessage {
    color: #fff;
}

#meGDPRMessage {
    padding: 0 0;
    margin: 10px 0 0;
    color: #3c3c3c;
}


/*  */

.why-list-wrap {
    width: calc(100% - 560px);
}

.why-pmp-heading-wrap {
    margin: 0 0 60px;
}

.why-pmp-heading-wrap h2 {
    margin: 0 0 20px;
}

.why-pmp-heading-wrap p:last-child {
    margin: 0;
}

.faq-wrap h2 {
    margin: 0 0 10px;
}

.faq-wrap ul {
    margin: 40px 0 0;
}

.faq-list,
.why-list {
    cursor: pointer;
    border: 1px solid #d8dad9;
    text-align: left;
    padding: 20px 30px;
    margin: 0 0 20px;
    background: #fafafa;
}

.why-list {
    padding: 20px 30px 20px 60px;
    position: relative;
    background: #eefaf7;
}

.why-list:before {
    content: '';
    width: 30px;
    height: 30px;
    text-indent: -9999px;
    background-image: url(../images/home-icons-sprite.png);
    background-size: 300px auto;
    background-repeat: no-repeat;
    position: absolute;
    left: 20px;
    top: 20px;
}

.why-list:nth-child(1):before {
    background-position: -202px 0;
}

.why-list:nth-child(2):before {
    background-position: -236px -1px;
}

.why-list:nth-child(3):before {
    background-position: -269px -1px;
}

.faq-list.active,
.why-list.active {
    background: #fff;
}

.faq-list h3,
.why-list h3 {
    font-size: 19px;
    padding: 0 30px 0 0;
    position: relative;
    margin: 0
}

.faq-list.active h3:before,
.why-list.active h3:before {
    content: '-';
    right: 5px;
    top: -21px;
}

.faq-list h3:before,
.why-list h3:before {
    content: '+';
    position: absolute;
    top: -15px;
    right: 0;
    bottom: 0;
    font-size: 30px;
    font-family: var(--zf-primary-semibold);
    height: 25px;
    margin: auto;
}

.why-list h3:before {
    content: '';
    top: 0;
    right: 0;
    font-size: 26px;
    transition: .5s all;
    background: url(images/right-arrow.svg);
    width: 20px;
    height: 20px;
}

.why-list.active h3:before {
    content: none;
}

.faq-wrap .faq-list-cont,
.why-list .why-list-cont {
    display: none;
    padding-bottom: 0 !important
}

.faq-wrap .faq-list-cont p:last-child,
.why-list .why-list-cont p:last-child {
    margin: 0;
}

.faq-list:last-child {
    margin: 0;
}

p.clearfix {
    line-height: 0;
}


/*  */

.demo-wrapper .anim-sec ul li {
    transition-duration: .1s;
    transition-property: all;
    transition-delay: .1s !important;
}

.banner-left h1 {
    padding: 60px 0 0;
    font-size: 54px;
    line-height: 1.2;
}

.text-animation {
    display: block;
    position: absolute;
    top: 0;
}

.text-animation span {
    animation: vertical 7.5s linear infinite 0s;
    -ms-animation: vertical 7.5s linear infinite 0s;
    -webkit-animation: vertical 7.5s linear infinite 0s;
    color: #00abe9;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    background: #1950BC;
    background: linear-gradient(to right, #1950BC 0%, #A53386 70%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.text-animation span:nth-child(2) {
    animation-delay: 2.5s;
    -ms-animation-delay: 2.5s;
    -webkit-animation-delay: 2.5s;
}

.text-animation span:nth-child(3) {
    animation-delay: 5s;
    -ms-animation-delay: 5s;
    -webkit-animation-delay: 5s;
}


/*Vertical Flip Animation*/

@-webkit-keyframes vertical {
    0% {
        opacity: 0;
    }
    5% {
        opacity: 0;
        -webkit-transform: rotateX(180deg);
    }
    10% {
        opacity: 1;
        -webkit-transform: translateY(0px);
    }
    38% {
        opacity: 1;
        -webkit-transform: translateY(0px);
    }
    45% {
        opacity: 0;
        -webkit-transform: translateY(0px);
    }
    80% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}

.ffw-errmsg {
    display: none;
    color: red;
    font-size: 12px;
    margin-top: -16px;
    position: absolute;
    top: 0;
    font-weight: 300;
    white-space: nowrap;
}

span.focus-border {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

@media screen and (max-width: 1366px) {
    h2 {
        font-size: 36px;
    }
    .banner-right {
        /* max-width: 500px; */
    }
    .banner-right h1 {
        font-size: 44px;
    }

    /**/
    .section.features-wrap {
        padding: 100px 0;
    }
    .section.customers-wrap:before {
        top: -40px;
    }
    .solution-wrap .content-wrap h2 {
        font-size: 36px;
    }
}

@media screen and (max-width: 992px) {
    .pmp-banner-wrap .banner-section {
        display: block;
    }
    .banner-left {
        /* display: none; */
        max-width: 680px;
        text-align: center;
        margin: 0 auto;
    }
    .banner-right {
        margin: 60px auto 0;
        /* text-align: center; */
        width: 100%;
        max-width: 460px;
    }
    .customers-wrap {
        display: none;
    }
    /**/
    .solution-wrap .content-wrap {
        display: block;
        text-align: center;
    }
    .solution-wrap .content-wrap h2 {
        max-width: 100%;
        text-align: center;
    }
    .solution-wrap-text {
        width: 100%;
        margin: 25px 0 0;
    }
    .features-wrap .content-wrap {
        display: block;
    }
    .features-wrap .content-wrap h2 {
        width: 100%;
        position: unset;
        text-align: center;
    }
    .features-list-wrap {
        width: 100%;
    }
    .features-list-wrap ul {
        margin: 40px 0 60px;
        grid-template-columns: repeat(2, 1fr);
    }
    .section.demo-wrapper {
        padding: 100px 0;
    }
    .demo-wrapper .content-wrap {
        display: block;
    }
    .demo-form-wrap {
        max-width: 480px;
        width: 100%;
        margin: 60px auto 0;
        padding: 40px;
    }
    .why-wrap ul {
        width: 100%;
    }
    .why-wrap .content-wrap {
        display: block;
    }
    .why-heading-wrap {
        max-width: 460px;
        margin: 0 0 40px;
    }
    .why-list-wrap {
        width: 100%;
    }
    .why-pmp-heading-wrap {
        margin: 0 0 40px;
    }
    .banner-left h1 {
        padding: 46px 0 0;
        font-size: 44px;
        line-height: 1.2;
    }
    .text-animation {
        width: 100%;
        height: 45px;
        display: flex;
        justify-content: center;
    }
    .section.pam-footer-wrap {
        margin: 0;
    }
    .pam-footer-wrap .content-wrap {
        border-radius: 0;
    }
}

@media screen and (max-width: 767px) {
    .banner-right h1 {
        font-size: 40px;
    }
    h2 {
        font-size: 34px;
    }
    .solution-wrap .content-wrap h2 {
        font-size: 34px;
    }
    .pmp-banner-wrap:before,
    .section.customers-wrap:before {
        content: none;
    }
    .one-line-wrap .form-group:nth-child(1) {
        width: 100%;
    }
    /*      */
    .section.features-wrap,
    .section.demo-wrapper,
    .section.why-wrap,
    .section.faq-wrap {
        padding: 80px 0;
    }
    .section.customers-wrap {
        padding: 80px 0;
    }
    /*      */
    .solution-wrap-text p.btn-wrap a {
        text-align: right;
    }
    .pam-footer-wrap .content-wrap {
        padding: 80px 5%;
    }
}

@media screen and (max-width: 650px) {
    .features-list-wrap ul {
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 30px;
    }
    .features-list-wrap ul:before {
        content: none;
    }
    .features-list-wrap ul li {
        padding: 30px !important;
        border: var(--feat_list_border) !important;
    }
    a.act-btn.btn-border {
        margin: 0 0 10px;
    }
    .pam-footer-wrap a.act-btn {
        margin: 10px 0 0
    }
}


















.heading-menu,#scroll,#customers{display:none;}
@font-face {
    font-family: 'Zoho_Puvi_Light';
    src: url('https://fonts.zohostatic.com/zohopuvi/3.5/zoho_puvi_light.eot');
    src: url('https://fonts.zohostatic.com/zohopuvi/3.5/zoho_puvi_light.eot') format('embedded-opentype'), url('https://fonts.zohostatic.com/zohopuvi/3.5/zoho_puvi_light.woff2') format('woff2'), url('https://fonts.zohostatic.com/zohopuvi/3.5/zoho_puvi_light.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Zoho_Puvi_Regular';
    src: url('https://fonts.zohostatic.com/zohopuvi/3.5/zoho_puvi_regular.eot');
    src: url('https://fonts.zohostatic.com/zohopuvi/3.5/zoho_puvi_regular.eot') format('embedded-opentype'), url('https://fonts.zohostatic.com/zohopuvi/3.5/zoho_puvi_regular.woff2') format('woff2'), url('https://fonts.zohostatic.com/zohopuvi/3.5/zoho_puvi_regular.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Zoho_Puvi_Medium';
    src: url('https://fonts.zohostatic.com/zohopuvi/3.5/zoho_puvi_medium.eot');
    src: url('https://fonts.zohostatic.com/zohopuvi/3.5/zoho_puvi_medium.eot') format('embedded-opentype'), url('https://fonts.zohostatic.com/zohopuvi/3.5/zoho_puvi_medium.woff2') format('woff2'), url('https://fonts.zohostatic.com/zohopuvi/3.5/zoho_puvi_medium.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Zoho_Puvi_SemiBold';
    src: url('https://fonts.zohostatic.com/zohopuvi/3.5/zoho_puvi_semibold.eot');
    src: url('https://fonts.zohostatic.com/zohopuvi/3.5/zoho_puvi_semibold.eot') format('embedded-opentype'), url('https://fonts.zohostatic.com/zohopuvi/3.5/zoho_puvi_semibold.woff2') format('woff2'), url('https://fonts.zohostatic.com/zohopuvi/3.5/zoho_puvi_semibold.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Zoho_Puvi_Bold';
    src: url('https://fonts.zohostatic.com/zohopuvi/3.5/zoho_puvi_bold.eot');
    src: url('https://fonts.zohostatic.com/zohopuvi/3.5/zoho_puvi_bold.eot') format('embedded-opentype'), url('https://fonts.zohostatic.com/zohopuvi/3.5/zoho_puvi_bold.woff2') format('woff2'), url('https://fonts.zohostatic.com/zohopuvi/3.5/zoho_puvi_bold.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

:root {
    --primaryfont-bold: 'Zoho_Puvi_Bold';
    --primaryfont-semibold: 'Zoho_Puvi_SemiBold';
    --primaryfont-regular: 'Zoho_Puvi_Regular';
    --primaryfont-medium: 'Zoho_Puvi_Medium';
    --primaryfont-light: 'Zoho_Puvi_Light';
}

 :after,
 :before {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

a,
a:hover {
    text-decoration: none;
}

html {
    line-height: 1;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    font-family: var(--primaryfont-regular);
    font-size: 17px;
    line-height: 1.5;
    color: #000;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-feature-settings: "liga"0, "clig"0;
    letter-spacing: -0.2px
}

h1 {
    font-size: 44px;
    font-family: var(--primaryfont-bold);
}

h2 {
    font-size: 38px;
    line-height: 1.25;
    font-family: var(--primaryfont-semibold);
}

h3 {
    font-size: 28px;
    line-height: 1.3;
    font-family: var(--primaryfont-semibold);
}

h4 {
    font-size: 23px;
    line-height: 1.4;
    font-family: var(--primaryfont-semibold);
}

h5 {
    font-size: 20px;
    line-height: 1.4;
    font-family: var(--primaryfont-semibold);
}

h6 {
    font-size: 17px
}

p {
    font-size: 17px;
    line-height: 1.6;
    margin: 0 0 20px
}

img {
    max-width: 100%;
    width: 100%;
}

.text-center {
    text-align: center;
}

.margin-0 {
    margin: 0;
}


/* Transition Delay */

.trans-delay-1 {
    transition-delay: .1s
}

.trans-delay-2 {
    transition-delay: .2s
}

.trans-delay-3 {
    transition-delay: .3s
}

.trans-delay-4 {
    transition-delay: .4s
}

.trans-delay-5 {
    transition-delay: .5s
}

.trans-delay-6 {
    transition-delay: .6s
}

.trans-delay-7 {
    transition-delay: .7s
}

.trans-delay-8 {
    transition-delay: .8s
}

.trans-delay-9 {
    transition-delay: 1s
}

.trans-delay-10 {
    transition-delay: 1s
}

.trans-delay-11 {
    transition-delay: 1.1s
}

.trans-delay-12 {
    transition-delay: 1.2s
}

.trans-delay-13 {
    transition-delay: 1.3s
}

.trans-delay-14 {
    transition-delay: 1.4s
}

.trans-delay-15 {
    transition-delay: 1.5s
}

.trans-delay-16 {
    transition-delay: 1.6s
}

.trans-delay-17 {
    transition-delay: 1.7s
}

.trans-delay-18 {
    transition-delay: 1.8s
}

.trans-delay-19 {
    transition-delay: 1.9s
}

.trans-delay-20 {
    transition-delay: 2s
}

.trans-delay-21 {
    transition-delay: 1.8s
}

.trans-delay-22 {
    transition-delay: 1.9s
}

.trans-delay-23 {
    transition-delay: 2s
}


/* */

.subHdrRhsDrop.show .button {
    background: none;
    font-size: inherit;
    color: #fff;
    border: none;
    padding: 0;
    margin: 0;
    box-shadow: none;
}

.support.nav-submenu img {
    width: auto;
    height: auto;
}


/*  */


/*  */

.container {
    max-width: 1140px;
    width: 90%;
    margin: 0 auto;
}

a.act-btn {
    background: #e9152b;
    color: #fff;
    cursor: pointer;
    outline: none;
    display: inline-block;
    padding: 13px 40px;
    font-size: 16px;
    line-height: initial;
    border: 1px solid #e9152b;
    text-transform: uppercase;
    font-family: var(--primaryfont-bold);
    border-radius: 4px;
}


/* Quick Links */

.quick-links-wrap {
    padding: 80px 0;
}

.quick-links-wrap h2 {
    margin: 0 0 20px;
    text-align: center
}

.quick-nav-wrap {
    display: flex;
    justify-content: space-between;
    max-width: 900px;
    margin: 0 auto;
}

.quick-nav-wrap ul {
    width: 22%;
}

.quick-nav-wrap ul li {
    font-size: 15px;
    margin: 10px 0 0;
}

.quick-nav-wrap ul li a {
    color: #727272;
}

.quick-nav-wrap ul li a:hover {
    color: #000;
}




/* Popup FORM */

.subscribepopup_boxes {
    width: 510px;
}

.subscribe_popups {
    padding: 30px;
}

.subscribepopup_form_wrapper form input[type="text"] {
    width: 205px;
    border: 1px solid #ddd;
    height: 37px;
    line-height: 20px;
    font-size: 14px;
    padding: 10px;
    display: block;
    float: left;
    border-radius: 3px;
    box-sizing: border-box;
    background: #f8f8f8;
}

.subscribepopup_form_wrapper form select {
    width: 210px;
    border: 1px solid #ddd;
    height: 37px;
    line-height: 20px;
    font-size: 14px;
    padding: 5px;
    display: block;
    color: #7e7e7e;
    float: left;
    margin: 0 0 0 10px;
    box-sizing: border-box;
    border-radius: 3px;
}

.subscribepopup_form_wrapper form #subscribe {
    margin: 20px auto 0;
}


/****** Survey form start ******/

#survey {
    position: fixed;
    z-index: 9999;
    border: 2px solid #6f7070;
    right: 80px;
    bottom: 0;
    width: 280px;
    background: #272829;
    color: #fff;
    border-radius: 10px 10px 0 0;
    font-weight: 300;
    font-size: 13px;
    display: none
}

#survey>div {
    padding: 15px;
}

#survey .req {
    font-size: 10px;
    color: #ccc
}

#survey input[type=radio] {
    margin-top: -5px
}

#survey input[type=text] {
    border: none;
    color: #000;
    font-size: 12px;
    line-height: 24px;
    margin-bottom: 5px;
    padding: 3px;
    width: calc(100% - 8px);
    border: 1px solid #fff
}

#survey input[type=text].alert {
    border: 1px solid #EC5F61
}

#survey .surveyHead {
    font-weight: bold;
    text-align: center;
    margin-bottom: 10px;
}

#survey label {
    background: #323334;
    display: block;
    margin-bottom: 5px;
    padding: 5px 10px;
    line-height: 24px;
    border-radius: 50px;
    cursor: pointer
}

#survey>div {
    display: none
}

#survey #yesno,
#survey #plusminus {
    display: block;
}

#survey #plusminus {
    position: absolute;
    top: -22px;
    right: 20px;
    padding: 0
}

#survey #plusminus span {
    background: #272829;
    border: 2px solid #6f7070;
    line-height: 20px;
    width: 30px;
    text-align: center;
    display: inline-block;
    border-radius: 5px 5px 0 0;
    border-bottom: none;
    cursor: pointer;
    display: none
}

#survey #plusminus span.act {
    display: block
}

#survey .dBox {
    border-top: 1px solid #555;
    border-bottom: 1px solid #555;
    padding: 20px 0
}

#survey #downloadSubmit {
    border-radius: 4px;
    font-size: 12px;
    line-height: 18px;
    width: auto;
    padding: 5px 20px;
    background: #999;
    margin: 20px auto 0;
    display: block;
}

#survey #surveyThanks {
    font-size: 18px
}

#survey #getQuoteCountry {
    width: 97%;
    padding: 10px;
    border: 1px solid #fff
}


/****** Survey form end ******/


/* header */

.head-container {
    max-width: 1600px;
    width: 100%;
    margin: 0 auto;
    padding: 0 2%;
    box-sizing: border-box !important;
}


/*Slick Slider*/

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -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 {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}


/* BreadCrumb */

.pam360-breadcrumb {
    font-size: 13px;
}

.pam360-breadcrumb a {
    font-size: 12px;
    color: #0fa0ff;
}


/* Form  */

.form-group {
    width: 100%;
    margin: 40px 0;
    position: relative;
}


/* necessary to give position: relative to parent. */

input[type="text"],
input[type="email"],
input[type="number"],
select,
textarea {
    font-size: 15px;
    line-height: 24px;
    font-family: 'Zoho_Puvi_Regular';
    color: #333;
    width: 100%;
    box-sizing: border-box;
    letter-spacing: 1px;
    height: 40px;
    padding: 7px 14px;
}

.req-demo-wrapper select {
    border: 1px solid #e3e3e3;
    padding: 7px 14px;
}

textarea {
    height: 100px;
    resize: none;
    display: block;
}

.trans-effect {
    border: 1px solid #ccc;
    padding: 7px 14px;
    transition: 0.4s;
    background: transparent;
}

.trans-effect~.focus-border:before,
.trans-effect~.focus-border:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 2px;
    background-color: #3399FF;
    transition: 0.2s;
    transition-delay: 0.2s;
}

.trans-effect~.focus-border:after {
    top: auto;
    bottom: 0;
    right: auto;
    left: 0;
    transition-delay: 0.6s;
}

.trans-effect~.focus-border i:before,
.trans-effect~.focus-border i:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 2px;
    height: 0;
    background-color: #3399FF;
    transition: 0.2s;
}

.trans-effect~.focus-border i:after {
    left: auto;
    right: 0;
    top: auto;
    bottom: 0;
    transition-delay: 0.4s;
}

.trans-effect:focus~.focus-border:before,
.trans-effect:focus~.focus-border:after,
.has-content.trans-effect~.focus-border:before,
.has-content.trans-effect~.focus-border:after {
    width: 100%;
    transition: 0.2s;
    transition-delay: 0.6s;
}

.trans-effect:focus~.focus-border:after,
.has-content.trans-effect~.focus-border:after {
    transition-delay: 0.2s;
}

.trans-effect:focus~.focus-border i:before,
.trans-effect:focus~.focus-border i:after,
.has-content.trans-effect~.focus-border i:before,
.has-content.trans-effect~.focus-border i:after {
    height: 100%;
    transition: 0.2s;
}

.trans-effect:focus~.focus-border i:after,
.has-conten.trans-effect~.focus-border i:after {
    transition-delay: 0.4s;
}

.trans-effect~label {
    position: absolute;
    left: 14px;
    width: 100%;
    top: 10px;
    color: #aaa;
    transition: 0.3s;
    z-index: -1;
    letter-spacing: 0.5px;
}

.trans-effect:focus~label,
.has-content.trans-effect~label {
    top: -22px;
    left: 0;
    font-size: 12px;
    color: #3399FF;
    transition: 0.3s;
}


/* Radio Button */

.form-radio,
.form-group {
    position: relative;
    margin: 25px 0;
    margin-bottom: 30px;
}

.form-radio {
    display: block;
}

.form-radio .form-help {
    padding-top: 0.25rem;
    margin-top: -1rem;
}

.form-radio .form-help,
.form-group .form-help {
    position: absolute;
    width: 100%;
}

.form-radio label {
    position: relative;
    cursor: pointer;
    padding-left: 25px;
    text-align: left;
    color: #333;
    display: block;
}

.form-radio input {
    width: auto;
    opacity: 0.00000001;
    position: absolute;
    left: 0;
}

.radio .helper {
    position: absolute;
    top: -1px;
    left: -3px;
    cursor: pointer;
    display: block;
    font-size: 1rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #999;
}

.radio .helper::before,
.radio .helper::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    margin: 0.25rem;
    width: 1rem;
    height: 1rem;
    -webkit-transition: -webkit-transform 0.28s ease;
    transition: -webkit-transform 0.28s ease;
    transition: transform 0.28s ease;
    transition: transform 0.28s ease, -webkit-transform 0.28s ease;
    border-radius: 50%;
    border: 0.125rem solid currentColor;
}

.radio .helper::after {
    -webkit-transform: scale(0);
    transform: scale(0);
    background-color: #337ab7;
    border-color: #337ab7;
}

.radio label:hover .helper {
    color: #337ab7;
}

.radio input:checked~.helper::after {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
}

.radio input:checked~.helper::before {
    color: #337ab7;
}

.radio+.radio {
    /* margin-top: 1rem; */
    margin-left: 25px;
}


/* Checkbox */

.checkbox {
    margin-top: 2rem;
    margin-bottom: 1rem;
}

.checkbox .form-help {
    position: relative;
    margin-bottom: 1rem;
    position: absolute;
    width: 100%;
}

.checkbox label {
    position: relative;
    cursor: pointer;
    padding-left: 2rem;
    text-align: left;
    color: #333;
    display: block;
}

.checkbox input {
    width: auto;
    opacity: 0.00000001;
    position: absolute;
    left: 0;
}

.checkbox .helper {
    color: #999;
    position: absolute;
    top: 0;
    left: 0;
    width: 1rem;
    height: 1rem;
    z-index: 0;
    border: 0.125rem solid currentColor;
    border-radius: 0.0625rem;
    -webkit-transition: border-color 0.28s ease;
    transition: border-color 0.28s ease;
}

.checkbox .helper::before,
.checkbox .helper::after {
    position: absolute;
    height: 0;
    width: 0.2rem;
    background-color: #337ab7;
    display: block;
    -webkit-transform-origin: left top;
    transform-origin: left top;
    border-radius: 0.25rem;
    content: '';
    -webkit-transition: opacity 0.28s ease, height 0s linear 0.28s;
    transition: opacity 0.28s ease, height 0s linear 0.28s;
    opacity: 0;
}

.checkbox .helper::before {
    top: 0.65rem;
    left: 0.38rem;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
    box-shadow: 0 0 0 0.0625rem #fff;
}

.checkbox .helper::after {
    top: 0.3rem;
    left: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.checkbox label:hover .helper {
    color: #337ab7;
}

.checkbox input:checked~.helper {
    color: #337ab7;
}

.checkbox input:checked~.helper::after,
.checkbox input:checked~.helper::before {
    opacity: 1;
    -webkit-transition: height 0.28s ease;
    transition: height 0.28s ease;
}

.checkbox input:checked~.helper::after {
    height: 0.5rem;
}

.checkbox input:checked~.helper::before {
    height: 1.2rem;
    -webkit-transition-delay: 0.28s;
    transition-delay: 0.28s;
}

.checkbox+.checkbox {
    margin-top: 1rem;
}


/* Button */

.button {
    position: relative;
    background: currentColor;
    border: 1px solid currentColor;
    font-size: 1.1rem;
    color: #db4545;
    margin: 3rem 0;
    padding: 0.75rem 3rem;
    cursor: pointer;
    -webkit-transition: background-color 0.28s ease, color 0.28s ease, box-shadow 0.28s ease;
    transition: background-color 0.28s ease, color 0.28s ease, box-shadow 0.28s ease;
    overflow: hidden;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}

.button span {
    color: #fff;
    position: relative;
    z-index: 1;
}

.button::before {
    content: '';
    position: absolute;
    background: #000;
    border: 50vh solid #db4545;
    width: 30vh;
    height: 30vh;
    border-radius: 50%;
    display: block;
    top: 50%;
    left: 50%;
    z-index: 0;
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0);
}

.button:hover {
    color: #974545;
    box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px -1px rgba(0, 0, 0, 0.2);
}

.button:active::before,
.button:focus::before {
    -webkit-transition: opacity 0.28s ease 0.364s, -webkit-transform 1.12s ease;
    transition: opacity 0.28s ease 0.364s, -webkit-transform 1.12s ease;
    transition: transform 1.12s ease, opacity 0.28s ease 0.364s;
    transition: transform 1.12s ease, opacity 0.28s ease 0.364s, -webkit-transform 1.12s ease;
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    opacity: 0;
}

.button:focus {
    outline: none;
}

input#btnSubmit {
    background: #e9152b;
    color: #fff;
    cursor: pointer;
    outline: none;
    display: inline-block;
    padding: 10px 30px;
    font-size: 15px !important;
    font-weight: 600;
    border: 1px solid #e9152b;
    box-sizing: border-box;
    text-transform: uppercase;
    border-radius: 5px;
    width: 100%;
    height: 45px;
    margin: 20px 0 0;
}

.const-text {
    font-size: 12px;
    line-height: 1.4;
    margin: 10px 0 -5px;
    color: #9da3ab;
}

.form-group.country-select-box {
    margin-bottom: 20px;
}

#meGDPRMessage {
    padding: 0 0;
}


/*State&region selct box stye*/

select#ukcountry_region,
#country_state {
    margin-top: 25px;
}

select#ukcountry_region~.focus-border,
#country_state~.focus-border {
    height: 40px;
}

select#ukcountry_region,
select#country_state {
    border: 1px solid #3399fe;
}

select#ukcountry_region:invalid,
select#country_state:invalid {
    border-color: #ccc;
}

.country-select-box label {
    opacity: 0;
}

.country-select-box .has-content~label {
    opacity: 1;
}

input[data-readonly] {
    pointer-events: none;
}


/* Promo Wrap */

.promo-wrap {
    width: 100%;
    margin: 0 auto 20px;
    border: 1px solid #efefef;
    padding: 20px;
    overflow: hidden;
    box-sizing: border-box;
    background: #effbf2;
}

.promo-contain {
    position: relative;
}

.promo-contain h3 {
    margin: 0 0 15px;
    font-size: 21px;
    line-height: 1.3;
    font-weight: 700;
}

.promo-contain h4 {
    margin: 0 0 15px;
    font-size: 20px;
    line-height: 1.4;
    font-family: var(--primaryfont-bold);
}

.promo-contain p {
    margin: 0 0 8px;
    font-size: 14px;
    line-height: 16px;
}

.promo-contain p:last-child {
    margin: 0
}

.promo-contain p a {
    font-weight: 700;
    border-bottom: 1px solid;
}

.promo-contain p a:hover {
    text-decoration: none;
}

.promo-band {
    background: #000;
    padding: 10px 5%;
    text-align: center;
}

.promo-band p {
    margin: 0;
    color: #fff;
    font-size: 12px;
}

.promo-band p a {
    text-decoration: none;
    border-bottom: 1px solid;
    font-size: 13px;
    font-weight: 500;
    color: #10b9ff;
}


/* SEO Page Wrap */

.pmp-seo-wrap {
    position: relative;
    width: 100%;
    max-width: 1440px;
    margin: 0 auto 0;
    display: flex;
    justify-content: space-between;
}

.pmp-seo-nav-contain {
    max-width: 300px;
    background: #fbfbfb;
    top: 100px;
    transition: .5s all;
    z-index: 1;
    position: sticky;
}

.pmp-seo-nav-contain ul {
    position: sticky;
    top: 100px;
    padding: 30px 0;
    list-style: none;
    padding: 30px 0 0;
}

.pmp-seo-nav-contain ul li {
    border-bottom: 1px solid #ececec;
}

.pmp-seo-nav-contain ul li a {
    font-size: 15px;
    padding: 15px;
    display: block;
    color: #000;
    font-family: var(--primaryfont-semibold);
}

.pmp-seo-nav-contain ul li a.active {
    color: #f00
}

.pmp-seo-content-wrap {
    max-width: calc(100% - 340px);
    width: 100%;
    margin: 0;
    padding-left: 0;
}

.pmp-seo-content-wrap .section .content-wrap {
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
    padding-left: 0;
}

.pmp-seo-content-wrap h2,
.pmp-seo-content-wrap h4 {
    margin: 0 0 20px;
}

.pmp-seo-content-wrap h4 {
    margin-bottom: 15px;
    font-family: var(--primaryfont-semibold);
}

.pmp-seo-content-wrap .content-wrap {
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0 0px;
}

.last-updated-text {
    text-align: right;
    font-size: 14px;
    margin: 10px 0 0;
}

.last-updated-text span {
    font-family: var(--primaryfont-bold);
}

p.clearfix {
    line-height: 0;
}

.tick-list {
    padding-left: 40px;
}

.tick-list li {
    padding: 0 0 20px 25px;
    position: relative;
}

.tick-list li:last-child {
    padding-bottom: 0;
}

.tick-list li:before {
    content: "";
    box-shadow: inset 2px -2px 0 rgb(255 255 255);
    height: 5px;
    transform: rotate(-45deg);
    width: 10px;
    margin: 0;
    transition: all 1s;
    position: absolute;
    top: 9px;
    left: 4px;
    z-index: 1;
}

.tick-list li:after {
    content: "";
    position: absolute;
    left: 0;
    top: 4px;
    background: #28296d;
    width: 17px;
    height: 17px;
    border-radius: 50%;
}

.dots-list {
    padding-left: 40px;
}

.dots-list li {
    padding: 0 0 20px 25px;
    position: relative;
}

.dots-list li:last-child {
    padding-bottom: 0;
}

.dots-list li:before {
    content: "";
    height: 7px;
    width: 7px;
    margin: 0;
    transition: all 1s;
    position: absolute;
    top: 9px;
    left: 5px;
    z-index: 1;
    background: #fff;
    border-radius: 50%;
}

.dots-list li:after {
    content: "";
    position: absolute;
    left: 0;
    top: 4px;
    background: #28296d;
    width: 17px;
    height: 17px;
    border-radius: 50%;
}

.number-box {
    margin: 40px auto 0;
}

.number-box li {
    padding: 0 30px 40px 50px;
    position: relative;
    overflow: hidden;
}

.number-box li:last-child {
    padding-bottom: 0;
}

.number-box li p {
    margin-bottom: 0;
}

.number-box li span {
    display: block;
    font-size: 22px;
    font-family: var(--primaryfont-bold);
    line-height: 1;
    margin: 0 0 15px;
    color: #000;
    position: absolute;
    left: 0;
    top: 0;
    width: 40px;
    height: 40px;
    background: #bfe2fa;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.number-box li h3 {
    margin: 0 0 15px;
}

.number-box li p:last-child {
    margin: 0;
}

.number-box li p strong {
    font-family: var(--primaryfont-bold);
}

.pmp-seo-wrap h2 {
    font-size: 34px;
    font-family: var(--primaryfont-semibold);
}

.pmp-seo-wrap h3 {
    font-size: 26px;
    line-height: 1.3;
    font-family: var(--primaryfont-semibold);
    margin: 0 0 20px;
}

.pmp-seo-wrap .section {
    padding: 40px 0;
}


/* .section p:last-child {
    margin: 0;
} */

.pmp-seo-wrap .sub-section {
    padding: 40px 0 0;
}

@media (min-width: 992px) and (max-width: 1440px) {
    .pmp-seo-content-wrap {
        padding-right: 5%;
    }
}

@media (min-width: 1020px) and (max-width: 1100px) {
    #header-mainsec {
        top: 39px;
    }
}

@media only screen and (max-width: 1025px) {
    #commonHeader {
        min-height: 64px;
        height: 90px;
        width: 100%;
    }
}

@media only screen and (max-width: 992px) {
    h1 {
        font-size: 38px;
        line-height: 1;
    }
    h3 {
        font-size: 26px;
    }
    
    .quick-links-wrap {
        display: none
    }
    /*  */
    .pmp-seo-wrap {
        display: block;
    }
    .pmp-seo-nav-contain {
        display: none;
    }
    .pmp-seo-content-wrap {
        max-width: 100%;
        width: 90%;
        margin: 0 auto;
    }
}

@media screen and (max-width: 500px) {
    .form-radio {
        display: block;
    }
    .radio+.radio {
        margin-left: 0;
        margin-top: 20px;
    }
    .dots-list {
        padding-left: 20px;
    }
    .number-box li {
        padding: 0 0 40px;
    }
    .number-box li span {
        position: static;
        margin: 0 0 10px;
    }
}

span.ico-arrow {
    display: inline-block;
    position: relative;
    top: 5px;
    height: 10px;
    width: 10px;
    padding: 0 0 0 4px;
}

span.ico-arrow:before {
    content: '';
    box-sizing: border-box;
    position: absolute;
    height: 10px;
    width: 10px;
    border-style: solid;
    border-color: black;
    border-width: 0px 2px 2px 0px;
    transform: rotate(45deg);
    transition: border-width 150ms ease-in-out;
}


/*  */

nav ul {
    font-size: 0;
    list-style-type: none;
}

nav ul li {
    font-family: "Open Sans", sans-serif;
    font-size: 1rem;
    font-weight: 400;
    color: #333;
    display: inline-block;
    position: relative;
}

nav ul li ul {
    display: none;
    background: #fff;
    padding: 20px 20px 30px;
    box-shadow: 0px 6px 9px 4px rgb(0 0 0 / 20%);
    line-height: 1.2;
}

nav ul li ul li.prd-sub-item {
    padding: 8px 0 0 8px;
    font-family: var(--primaryfont-regular);
}

nav ul li ul li.prd-sub-item a {
    font-family: var(--primaryfont-medium);
    font-size: 14px;
    border-bottom: none;
    padding: 0;
}

nav ul li ul li.prd-sub-title {
    padding: 0;
    border-bottom: none;
    font-family: var(--primaryfont-bold);
    font-size: 15px;
    color: #000;
    transition: .5s all;
}

nav ul li ul li.prd-sub-title.title-alone:before {
    content: none;
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 147px;
    height: 2px;
    background: #000;
}

nav ul li ul li.prd-sub-title:nth-child(1) {
    padding: 0;
}

nav ul li ul li.prd-sub-title a {
    font-family: var(--primaryfont-semibold);
    padding: 15px 0;
    display: block;
    border-bottom: 1px solid #ebebeb;
    position: relative;
}

nav ul li ul li.prd-sub-title:nth-child(2) a:after {
    content: 'New';
    padding: 2px;
    font-size: 10px;
    background: #e9152b;
    vertical-align: super;
    margin: 0 0 0 4px;
    color: #fff;
}

nav ul li ul li.prd-sub-title a:hover,
nav ul li ul li.prd-sub-item a:hover {
    color: #138cd6;
}

nav ul li:hover ul {
    display: block;
    margin-top: 0px;
    width: 260px;
    top: 35px;
    left: 183px;
    position: absolute;
    float: none;
}

nav ul li:hover ul li {
    display: block;
    text-align: left;
    float: none;
}

nav ul li:hover ul li span {
    float: right;
    color: #f9f9f9;
    background-color: #F03861;
    padding: 2px 5px;
    text-align: center;
    font-size: 0.8rem;
    border-radius: 3px;
}

nav ul li:hover ul li:hover span {
    background-color: #ee204e;
}

li.prd-sub-title.title-alone {
    padding: 17px 0 0;
}

@media screen and (max-width: 1025px) {
    #MEdropPanel ul li:hover ul {
        display: block;
        margin-top: 0px;
        width: 100%;
        top: 0;
        left: 20px;
        position: relative;
    }
    #MEmobPanel ul li ul li {
        border: none;
        padding: 5px;
        list-style: none;
    }
    #MEmobPanel ul li ul li a {
        padding: 0
    }
    #MEmobPanel ul #prd-menu-solutions {
        padding: 0 0 12px;
    }
    #MEmobPanel ul #prd-menu-solutions a {
        padding: 0 0 0 10px;
    }
}

.promo-wrap {
    display: none !important;
}
:root {
    --primaryfont-bold: 'Zoho_Puvi_Bold';
    --primaryfont-semibold: 'Zoho_Puvi_SemiBold';
    --primaryfont-regular: 'Zoho_Puvi_Regular';
    --primaryfont-medium: 'Zoho_Puvi_Medium';
    --primaryfont-light: 'Zoho_Puvi_Light';
}


/* Common  */

 :after,
 :before {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

body {
    padding-top: 95px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #000;
}

.act-btn {
    background: #e9152b;
    color: #fff;
    cursor: pointer;
    outline: none;
    display: inline-block;
    padding: 13px 40px;
    font-size: 16px;
    line-height: initial;
    border: 1px solid #e9152b;
    text-transform: uppercase;
    font-family: var(--primaryfont-bold);
    border-radius: 4px;
}

.act-btn.line-btn {
    background: none;
    color: #e9152b;
    cursor: pointer;
    outline: none;
    display: inline-block;
    padding: 13px 40px;
    font-size: 16px;
    line-height: initial;
    border: 1px solid #e9152b;
    text-transform: uppercase;
    font-family: var(--primaryfont-bold);
    border-radius: 4px;
}

.content-wrap {
    max-width: 1170px;
    width: 90%;
    margin: 0 auto
}


/* Common End */

#header-topsec {
    position: unset;
}

#commonHeader {
    min-height: 64px;
    height: 95px;
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 100;
    background: #fff;
    border-bottom: 1px solid #f0f0f0;
}

.head-container {
    padding: 0 !important;
    width: 90% !important;
    max-width: 1600px;
}


/* div#survey {
    display: none !important;
} */


/* Product Header */

.product-header-wrap {
    display: block;
    max-width: 1600px;
    width: 90%;
    margin: 0 auto;
    position: relative;
    top: -6px;
    /* overflow: hidden; */
}

.product-header-wrap .content-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 100%;
    width: 100%;
    padding: 0;
    margin: 0 auto;
}

.product-header-wrap .prd-logo {
    width: 246px;
    height: 26px;
}

.product-header-wrap .prd-nav {
    display: flex;
    justify-content: space-between;
    float: none;
    width: auto;
}

.product-header-wrap .prd-nav ul {
    display: flex;
    align-items: center;
}

.product-header-wrap .prd-nav ul li {
    padding: 0 10px;
    /* float: none; */
}

.product-header-wrap .prd-nav ul li a {
    padding: 0 0 3px;
    border-bottom: 2px solid transparent;
    font-family: var(--primaryfont-medium);
    font-size: 16px;
    color: #000;
    transition: .5s all;
}

span.ico-arrow {
    display: inline-block;
    position: relative;
    top: 5px;
    height: 10px;
    width: 10px;
    padding: 0 0 0 4px;
}

span.ico-arrow:before {
    content: '';
    box-sizing: border-box;
    position: absolute;
    height: 10px;
    width: 10px;
    border-style: solid;
    border-color: black;
    border-width: 0px 2px 2px 0px;
    transform: rotate(45deg);
    transition: border-width 150ms ease-in-out;
}

.product-header-wrap .prd-nav ul li a:hover {
    color: #23A279;
}

.product-header-wrap .prd-nav ul li a:hover span.ico-arrow:before {
    border-color: #23A279;
}

.product-header-wrap .prd-nav ul li a.active {
    color: #23A279;
    font-family: var(--primaryfont-bold);
    border-color: #23A279;
}

.product-header-wrap .prd-nav ul li a.active span.ico-arrow:before {
    border-color: #23A279;
}

.product-header-wrap .prd-nav .btn-wrap {
    margin: 0 0 0 20px
}

.product-header-wrap .act-btn.line-btn {
    background-color: #e9152b;
    color: #fff;
}

.prd-mobile-menu {
    display: none;
    padding: 12px 0;
    z-index: 1338;
    position: absolute;
    right: 0;
    top: 0;
}

.mobile-menu,
.mobile-menu:after,
.mobile-menu:before {
    width: 24px;
    height: 4px;
    border-radius: 2px;
}

.mobile-menu {
    position: relative;
    background: black;
    transition: all 0ms 200ms;
    display: block;
}

.animate .mobile-menu {
    background: white;
}

.mobile-menu:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 8px;
    background: black;
    transition: bottom 200ms 200ms cubic-bezier(0.23, 1, 0.32, 1), transform 200ms cubic-bezier(0.23, 1, 0.32, 1);
}

.mobile-menu:after {
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    background: black;
    transition: top 200ms 200ms cubic-bezier(0.23, 1, 0.32, 1), transform 200ms cubic-bezier(0.23, 1, 0.32, 1);
}

.animate .mobile-menu:after {
    top: 0;
    transform: rotate(45deg);
    transition: top 200ms cubic-bezier(0.23, 1, 0.32, 1), transform 200ms 200ms cubic-bezier(0.23, 1, 0.32, 1);
}

.animate .mobile-menu:before {
    bottom: 0;
    transform: rotate(-45deg);
    transition: bottom 200ms cubic-bezier(0.23, 1, 0.32, 1), transform 200ms 200ms cubic-bezier(0.23, 1, 0.32, 1);
}


/* Product Header End*/


/*  */

.product-header-wrap .prd-nav ul {
    font-size: 0;
    list-style-type: none;
}

.product-header-wrap .prd-nav ul li {
    font-family: "Open Sans", sans-serif;
    font-size: 1rem;
    font-weight: 400;
    color: #333;
    display: inline-block;
    position: relative;
    float: none;
    width: auto;
    text-align: inherit;
}

.product-header-wrap .prd-nav ul li ul {
    display: none;
    background: #fff;
    padding: 20px 20px 26px;
    box-shadow: 0px 6px 9px 4px rgb(0 0 0 / 20%);
}

.product-header-wrap .prd-nav ul li ul li.prd-sub-item {
    padding: 10px 0 0 10px;
    font-family: var(--primaryfont-regular);
}

.product-header-wrap .prd-nav ul li ul li.prd-sub-item a {
    font-family: var(--primaryfont-medium);
    font-size: 14px;
    border-bottom: none;
    padding: 0;
}

.product-header-wrap .prd-nav ul li ul li.prd-sub-title {
    padding: 0;
    border-bottom: none;
    font-family: var(--primaryfont-bold);
    font-size: 16px;
    color: #000;
    transition: .5s all;
}

.product-header-wrap .prd-nav ul li ul li.prd-sub-title.title-alone:before {
    content: none;
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 147px;
    height: 2px;
    background: #000;
}

.product-header-wrap .prd-nav ul li ul li.prd-sub-title:nth-child(1) {
    padding: 0;
}

.product-header-wrap .prd-nav ul li ul li.prd-sub-title a {
    font-family: var(--primaryfont-semibold);
    border-bottom: 1px solid #ddd;
    display: block;
    padding: 12px 0;
    position: relative;
}

.product-header-wrap .prd-nav ul li ul li.prd-sub-title:nth-child(2) a:after {
    content: 'New';
    padding: 2px;
    font-size: 10px;
    background: #e9152b;
    vertical-align: super;
    margin: 0 0 0 4px;
    color: #fff;
}

.product-header-wrap .prd-nav ul li:hover ul {
    display: block;
    margin-top: 0px;
    width: 260px;
    top: 25px;
    left: 10px;
    position: absolute;
}

.product-header-wrap .prd-nav ul li ul li.prd-sub-title.title-alone {
    padding: 15px 0 0;
}

.product-header-wrap .prd-nav ul li:hover ul li {
    display: block;
}

.product-header-wrap .prd-nav ul li:hover ul li span {
    float: right;
    color: #f9f9f9;
    background-color: #F03861;
    padding: 2px 5px;
    text-align: center;
    font-size: 0.8rem;
    border-radius: 3px;
}

.product-header-wrap .prd-nav ul li:hover ul li:hover span {
    background-color: #ee204e;
}


/* Product footer*/

.product-footer {
    padding: 80px 0;
    background-color: #fbfbfb;
    border-top: 1px solid #ededed;
}

.product-footer .content-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.product-footer-promo {
    width: 300px;
    display: none;
}

.promo-img-2 {
    margin: 15px 0 0;
}

.foo-quick-nav {
    width: 100%;
    display: flex;
    justify-content: space-between;
    max-width: 840px;
    margin: 0 auto;
}

.foo-quick-nav-list h3 {
    font-size: 24px;
    line-height: 1;
    margin: 0 0 20px;
}

.foo-quick-nav ul li:not(:last-child) {
    padding: 0 0 10px;
}

.foo-quick-nav ul li a {
    font-size: 16px;
    color: #000;
    transition: .3s all;
}

.foo-quick-nav ul li a:hover {
    color: #138cd6
}


/* Product Footer End*/


/* One Line Form */

.one-line-form {
    margin: 30px auto 0;
    max-width: 563px;
    text-align: left;
}

.form-group {
    margin: 0;
    z-index: 1;
}

.one-line-wrap .form-group.country-select-box {
    margin: 0;
    display: flex;
    position: relative;
    width: 59px;
    left: 0px;
}

.one-line-wrap {
    display: flex;
    align-items: center;
}

.one-line-wrap .form-group:nth-child(1) {
    width: 300px;
    margin: 0;
}

.list-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.one-line-wrap input#btnSubmit {
    margin: 0;
    padding: 7px 14px;
    height: 44px;
    border-radius: 0;
    border: 1px solid #e9152b;
}

.one-line-wrap input[type="text"],
.one-line-wrap input[type="email"],
.one-line-wrap input[type="number"],
.one-line-wrap select,
.one-line-wrap textarea {
    padding: 7px 14px;
    height: 45px;
    border: 1px solid #cfd9ea !important;
    appearance: none;
    margin: 0 !important;
    outline: none;
}

.one-line-wrap select#MECountryListing{
    width: 60px;
    font-weight: 300;
    height: 45px;
    border: 0;
    padding: 0 10px;
    box-sizing: border-box;
    border-radius: 0;
    margin: 0;
    z-index: 9;
    position: relative;
    color: #000;
    font-size: 12px;
    opacity: 0;
    -moz-appearance: none;
    -webkit-appearance: none;
    cursor: pointer;
    float: left;
    padding: 0;
    left: -1px;
}

.one-line-wrap .selectedCountry {
    text-align: left;
    width: 60px;
    height: 100%;
    top: 0px;
    position: absolute;
    color: #000;
    font-size: 14px;
    line-height: 33px;
    left: -1px;
    padding-left: 8px;
    font-weight: 300;
    background: #fff;
    padding-top: 5px;
    border: 1px solid #cfd9ea;
    z-index: 1;
}

.one-line-wrap .selectedCountry:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #1e0437;
    z-index: 4;
    right: 10px;
    top: 20px;
}

.one-line-wrap .selectedCountry:after {
    content: "";
    position: absolute;
    width: 1px;
    height: 33px;
    top: 0;
    right: 0;
    background-color: #e6e6e6;
    display: none;
}

.one-line-wrap.with-state {
    max-width: 540px;
}

.one-line-wrap.with-state .form-group.country-select-box {
    width: auto;
}

.one-line-wrap.with-state .form-group.country-select-box .selectedCountry {
    left: -15px;
}

.one-line-wrap select#country_state,
.one-line-wrap select#ukcountry_region {
    left: -2px;
    position: relative;
    width: 98px;
    appearance: none;
    border: 1px solid #cfd9ea;
}

.one-line-form.with-state .form-group.country-select-box {
    width: 156px;
}

.ffw-errmsg {
    display: none;
    color: red;
    font-size: 12px;
    margin-top: -20px;
    position: absolute;
    font-weight: 300;
    white-space: nowrap;
}


/* One Line Form END */


/*  */


/* .pmp-banner-wrap {
    margin: 95px 0 0;
} */

@media (max-width: 1100px) {
    body {
        padding-top: 80px;
    }
    #commonHeader {
        height: 80px !important;
    }
    #topsec-rhs {
        display: none;
    }
    .prd-mobile-menu {
        display: block;
        right: 0;
    }
    .product-header-wrap {
        overflow: unset;
        top: -5px;
    }
    .product-header-wrap .prd-nav {
        display: block;
        position: fixed;
        bottom: 0;
        right: -320px;
        left: unset;
        width: 320px;
        height: calc(100% - 80px);
        background: #fff;
        z-index: 1000;
        transition: 1s all;
        padding: 30px
    }
    .animate.product-header-wrap .prd-nav {
        right: 0;
    }
    .product-header-wrap:before {
        transition: 1s background;
        content: '';
        position: fixed;
        bottom: 0;
        height: calc(100% - 80px);
        width: 120%;
        background: #000000c2;
        transition: 1s background;
        display: none;
        right: 0;
    }
    .animate.product-header-wrap:before {
        display: block
    }
    .product-header-wrap .prd-nav ul {
        display: block;
    }
    .product-header-wrap .prd-nav ul li {
        padding: 5px;
        display: block;
    }
    .product-header-wrap .prd-nav ul li:hover ul {
        position: static;
    }
    .product-header-wrap .prd-nav ul li ul {
        box-shadow: none;
        padding: 10px 20px;
    }
    .product-header-wrap .prd-nav .btn-wrap {
        margin: 10px 0 0;
    }
}

@media (max-width: 992px) {
    .product-footer {
        display: none;
    }
}

@media screen and (max-width: 767px) {
    .one-line-wrap {
        display: block;
    }
    .one-line-wrap .selectedCountry {
        display: none;
    }
    .one-line-wrap .form-group {
        background: transparent;
    }
    .one-line-wrap .form-group:nth-child(1),
    .one-line-wrap select#country_state,
    .one-line-wrap select#ukcountry_region {
        width: 100%;
    }
    .one-line-wrap select#MECountryListing {
        opacity: 1;
        width: 100%;
        border: 1px solid #cfd9ea;
        font-size: 15px;
        appearance: auto;
        -webkit-appearance: auto;
        padding: 0 10px;
    }
    .one-line-wrap .form-group.country-select-box,
    .one-line-form.with-state .form-group.country-select-box {
        display: block;
        width: 100%;
    }
    .one-line-wrap input[type="text"],
    .one-line-wrap input[type="email"],
    .one-line-wrap input[type="number"],
    .one-line-wrap select,
    .one-line-wrap textarea {
        appearance: auto;
        margin: 0 0 10px 0 !important;
        width: 100%;
    }
    .one-line-wrap input#btnSubmit {
        max-width: 100%;
    }
}
:root {
        --feat_list_border: 1px dashed #dcdcdc;
    }
    
    h1 {
        font-family: var(--primaryfont-bold);
    }
    
    h2 {
        margin: 0;
        font-size: 44px;
        font-family: var(--primaryfont-bold);
        line-height: 1.2;
        margin: 0;
    }
    
    h3 {
        font-size: 24px;
        line-height: 1.4;
        font-family: var(--primaryfont-semibold);
    }
    
    .pmp-banner-wrap {
        padding: 80px 0;
        overflow: hidden;
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #E3F7F1;
    }
    
    .pmp-banner-wrap .content-wrap {
        /* width: 90%; */
        margin: 0 auto;
        /*display: flex;*/
        justify-content: space-between;
        align-items: center;
    }
    

    
    .banner-left {
        max-width: 560px;
    }
    
    .banner-right h1 {
        font-size: 48px;
        line-height: 1.25;
        margin: 0 0 0;
        color: #000;
    }
    
    .banner-right p {
        font-size: 20px;
        margin: 15px 0 25px;
    }
    
    .banner-right p span {
        font-family: var(--primaryfont-bold);
    }
    /*  */
    
    .one-line-form {
        max-width: 550px;
        margin: 0 0 0;
    }
    
    .one-line-form * {
        transition: none !important;
    }
    
    .const-text {
        color: #626262;
    }
    
    .success-message {
        display: none;
    }
    

    
    .success-message p a {
        border-bottom: 1px solid;
    }
    
    .one-line-wrap .form-group:nth-child(1) {
        width: 340px;
    }
    
    .form-group.country-select-box {
        background: transparent;
    }
    /*  */
    
    .pmp-content-wrap {
        position: relative;
    }
    
    .pmp-content-wrap .section {
        padding: 100px 0;
    }
    
    .section .customers-wrap {
        padding: 100px 0;
    }
    
    .section .solution-wrap {
        padding: 0;
    }
    
    .section .features-wrap {
        padding: 100px 0;
    }
    
    .section .why-wrap {
        padding: 100px 0;
    }
    /*  */
    
    .section.customers-wrap {
        padding: 100px 0 80px;
        position: relative;
    }
    
    .section.customers-wrap:before {
        content: none;
        position: absolute;
        top: -50px;
        bottom: 0;
        z-index: 7;
        width: 100%;
        height: 100px;
        animation-duration: 30s;
    }
    
    .customers-wrap .content-wrap {
        position: relative;
        overflow: hidden;
    }
    
    .section.customers-wrap .content-wrap:before,
    .section.customers-wrap .content-wrap:after {
        content: none;
        position: absolute;
        background-image: linear-gradient(to right, rgb(1 13 45) 0%, rgba(255, 255, 255, 0) 100%);
        height: 100%;
        width: 25%;
        z-index: 2;
        pointer-events: none;
    }
    
    .customers-wrap .content-wrap:after {
        right: 0;
        top: 0;
        transform: rotate(180deg);
    }
    
    .customers-wrap h3 {
        font-size: 24px;
        margin: 0 0 30px;
    }
    
    .customers-wrap ul {
        white-space: nowrap;
        position: relative;
        display: flex;
        justify-content: center;
        max-width: 1100px;
        width: 100%;
        margin: 0 auto;
        align-items: center;
        flex-wrap: wrap;
    }
    
    .customers-wrap ul li {
        background-image: url(http://www.manageengine.com/fr/sites/meweb/images/fr/passwordmanagerpro/images/pmp-customers-logo-sprite.png);
        background-size: auto 60px;
        background-repeat: no-repeat;
        height: 60px;
        width: 120px;
        white-space: nowrap;
        margin: 15px 25px;
    }
    
    .customers-logo {
        display: block;
        white-space: nowrap;
    }
    
    .gb-bbc {
        background-position: 0 0;
    }
    
    .gb-kpmg {
        background-position: -120px 0;
    }
    
    .gb-dell {
        background-position: -240px 0;
    }
    
    .gb-cisco {
        background-position: -360px 0;
    }
    
    .gb-noki {
        background-position: -478px 0;
    }
    
    .gb-gsa {
        background-position: -596px 0;
    }
    /*  */
    
    .btn-wrap {
        margin: 0;
    }
    
    .act-btn {
        background: #e9152b;
        color: #fff;
        padding: 12px 25px;
        font-size: 17px;
        line-height: 1.4;
        display: inline-block;
        cursor: pointer;
        border-radius: 3px;
        font-family: var(--primaryfont-semibold);
        border: 1px solid transparent;
    }
    
    a.act-btn.btn-border {
        background: transparent;
        color: #000;
        border: 1px solid;
        margin: 0 10px 0 0;
    }
    
    .section.features-wrap {
        position: relative;
        padding: 100px 0;
    }
    
    .features-wrap .content-wrap h2 {
        margin: 0 0 20px;
    }
    
    .features-wrap .heading-wrap p {
        margin: 0;
    }
    
    .features-list-wrap ul {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-gap: 30px;
        margin: 40px 0;
        position: relative;
    }
    
    .features-list-wrap ul li {
        padding: 25px;
        border: var(--feat_list_border);
        transition-duration: .5s;
        transition-property: all;
    }
    
    .features-list-wrap ul li:hover {
        box-shadow: 0 0 10px 5px #f1fdfa;
    }
    
    .features-list-wrap ul li p:last-child {
        margin: 0;
    }
    
    .features-list-wrap p.link-text-wrap {
        text-align: right
    }
    
    .features-list-wrap p.link-text-wrap a {
        background: none;
        color: #138cd6;
        padding: 0 20px 2px 0;
        transition: 0.5s all;
        font-family: var(--primaryfont-semibold);
        position: relative;
    }
    
    .features-list-wrap p.link-text-wrap a:after {
        content: '\2794';
        font-size: 17px;
        position: absolute;
        right: 0;
        transition: .5s all;
    }
    
    .features-list-wrap p.link-text-wrap a:hover:after {
        transform: translateX(15px);
    }
    
    .features-list-wrap ul li h3 {
        margin-top: 15px;
    }
    
    .features-list-wrap ul li span {
        display: block;
        width: 50px;
        height: 50px;
        text-indent: -9999px;
        background-image: url(http://www.manageengine.com/fr/sites/meweb/images/fr/passwordmanagerpro/images/home-icons-sprite.png);
        background-size: 450px auto;
        background-repeat: no-repeat;
    }
    
    .features-list-wrap ul li:nth-child(2) span {
        background-position: -50px 0;
    }
    
    .features-list-wrap ul li:nth-child(3) span {
        background-position: -100px 0;
    }
    
    .features-list-wrap ul li:nth-child(4) span {
        background-position: -150px 0;
    }
    
    .features-list-wrap ul li:nth-child(5) span {
        background-position: -200px 0;
    }
    
    .features-list-wrap ul li:nth-child(6) span {
        background-position: -250px 0;
    }
    
    .customers-wrap {
        background: transparent;
        color: #fff;
    }
    
    .section.solution-wrap {
        padding: 0;
        margin: 0 0 0;
        background: #00140E;
    }
    
    .solution-wrap .content-wrap {
        display: flex;
        justify-content: space-between;
        padding: 80px 0;
        color: #fff;
        border-radius: 10px;
    }
    
    .solution-wrap .content-wrap h2 {
        max-width: 580px;
        font-size: 40px;
        color: #fff;
    }
    
    .solution-wrap-text {
        width: calc(100% - 600px);
    }
    
    .solution-wrap-text p:last-child {
        margin: 0;
    }
    
    .solution-wrap-text p a {
        background: none;
        color: #138cd6;
        padding: 0 20px 2px 0;
        transition: 0.5s all;
        font-family: var(--primaryfont-semibold);
        position: relative;
    }
    
    .solution-wrap-text p a:after {
        content: '\2794';
        font-size: 17px;
        position: absolute;
        right: 0;
        transition: .5s all;
    }
    
    .solution-wrap-text p a:hover:after {
        transform: translateX(15px);
    }
    
    .why-wrap {
        background-color: #00140E;
        color: #fff;
        position: relative;
        z-index: 0;
    }
    
    .why-wrap .content-wrap {
        display: flex;
        justify-content: space-between;
    }
    
    .why-heading-wrap {
        max-width: 380px;
        width: 100%;
    }
    
    .why-heading-wrap h2 {
        color: #fff;
        margin: 0 0 15px;
    }
    
    .why-heading-wrap p:last-child {
        margin: 0;
    }
    
    .why-wrap ul {
        display: block;
        margin: 0;
        width: calc( 100% - 440px);
    }
    
    .why-wrap ul li {
        padding: 0 0 60px 60px;
        color: #fff;
        position: relative;
    }
    
    .why-wrap ul li:last-child {
        padding-bottom: 0;
    }
    
    .why-wrap ul li:before {
        content: '';
        position: absolute;
        width: 2px;
        height: calc( 100% + 0px);
        left: 10px;
        top: 11px;
        background: #fff;
    }
    
    .why-wrap ul li:last-child:before {
        content: none;
    }
    
    .why-wrap ul li h3 {
        color: #35D5A1;
        font-size: 28px;
        font-family: var(--primaryfont-bold);
        margin: 0 0 15px;
    }
    
    .why-wrap ul li span {
        display: block;
        width: 20px;
        height: 20px;
        text-indent: -9999px;
        background: #fff;
        border-radius: 50%;
        position: absolute;
        left: 0;
        top: 10px;
    }
    
    .why-wrap ul li:nth-child(1) span {
        background-position: -360px 0;
    }
    
    .why-wrap ul li:nth-child(2) span {
        background-position: -420px 0;
    }
    
    .why-wrap ul li:nth-child(3) span {
        background-position: -480px 0;
    }
    
    .why-wrap ul li p:last-child {
        margin: 0
    }
    /*  */
    
    .section.demo-wrapper {
        padding: 100px 0;
        position: relative;
        background: #EBF6F3;
    }
    
    .demo-wrapper .content-wrap {
        display: flex;
        justify-content: space-between;
        align-items: stretch;
    }
    
    .demo-form-wrap {
        max-width: 450px;
        padding: 40px;
        background: #00140E;
        border-radius: 10px;
        position: relative;
        z-index: 1;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        align-content: center;
    }
    
    .demo-form-heading {
        text-align: center;
        color: #fff;
        margin: 0;
    }
    
    .demo-form-heading h4 {
        margin: 0 0 10px;
        color: #fff;
        font-size: 24px;
        font-family: var(--primaryfont-bold);
        line-height: 1;
    }
    
    .demo-form-heading p:last-child {
        margin: 0;
    }
    /*  */
    
    .section.pam-footer-wrap {
        text-align: center;
        padding: 0 !important;
    }
    
    .pam-footer-wrap .content-wrap {
        max-width: 1170px;
        width: 100%;
        padding: 80px;
        background: #00140e;
        color: #fff;
        border-radius: 10px;
    }
    
    .pam-footer-wrap h2 {
        margin: 0 0 15px;
        color: #fff;
    }
    
    .pam-footer-wrap a.act-btn.btn-border {
        background: transparent;
        color: #fff;
        border-color: #fff;
    }
    
    .trans-effect~label {
        color: #7c7c7c;
        top: 10px;
        font-size: 14px;
    }
    
    span.focus-border {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: -1;
    }
    
    .form-group {
        margin: 25px 0;
        background: #fff;
    }
    
    .demo-form-wrap .ffw-errmsg {
        margin: 0;
    }
    
    .demo-form-wrap select[data-countrygdpr="MECountryListing"] {
        background: #fff;
    }
    
    input#btnSubmit {
        margin: 0;
    }
    
    .trans-effect~.focus-border:before,
    .trans-effect~.focus-border:after,
    .trans-effect~.focus-border i:before,
    .trans-effect~.focus-border i:after {
        background-color: #012643;
    }
    
    .trans-effect:focus~label,
    .has-content.trans-effect~label {
        opacity: 0;
    }
    
    #demoForm .const-text,
    #demoForm #meGDPRMessage {
        color: #fff;
    }
    
    #meGDPRMessage {
        padding: 0 0;
        margin: 10px 0 0;
        color: #3c3c3c;
    }
    /*  */
    
    .why-list-wrap {
        width: calc(100% - 560px);
    }
    
    .why-pmp-heading-wrap {
        margin: 0 0 60px;
    }
    
    .why-pmp-heading-wrap h2 {
        margin: 0 0 20px;
    }
    
    .why-pmp-heading-wrap p:last-child {
        margin: 0;
    }
    
    .faq-wrap h2 {
        margin: 0 0 20px;
    }
    
    .faq-list,
    .why-list {
        cursor: pointer;
        border: 1px solid #d8dad9;
        text-align: left;
        padding: 20px 30px;
        margin: 0 0 20px;
        background: #fafafa;
    }
    
    .why-list {
        padding: 20px 30px 20px 60px;
        position: relative;
        background: #eefaf7;
    }
    
    .why-list:before {
        content: '';
        width: 30px;
        height: 30px;
        text-indent: -9999px;
        background-image: url(http://www.manageengine.com/fr/sites/meweb/images/fr/passwordmanagerpro/images/home-icons-sprite.png);
        background-size: 300px auto;
        background-repeat: no-repeat;
        position: absolute;
        left: 20px;
        top: 20px;
    }
    
    .why-list:nth-child(1):before {
        background-position: -202px 0;
    }
    
    .why-list:nth-child(2):before {
        background-position: -236px -1px;
    }
    
    .why-list:nth-child(3):before {
        background-position: -269px -1px;
    }
    
    .faq-list.active,
    .why-list.active {
        background: #fff;
    }
    
    .faq-list h3,
    .why-list h3 {
        font-size: 19px;
        padding: 0 30px 0 0;
        position: relative;
        margin: 0
    }
    
    .faq-list.active h3:before,
    .why-list.active h3:before {
        content: '-';
        right: 5px;
        top: -21px;
    }
    
    .faq-list h3:before,
    .why-list h3:before {
        content: '+';
        position: absolute;
        top: -15px;
        right: 0;
        bottom: 0;
        font-size: 30px;
        font-family: var(--zf-primary-semibold);
        height: 25px;
        margin: auto;
    }
    
    .why-list h3:before {
        content: '';
        top: 0;
        right: 0;
        font-size: 26px;
        transition: .5s all;
        background: url(https://www.manageengine.com/products/passwordmanagerpro/images/right-arrow.svg);
        width: 20px;
        height: 20px;
    }
    
    .why-list.active h3:before {
        content: none;
    }
    
    .faq-wrap .faq-list-cont,
    .why-list .why-list-cont {
        display: none;
        padding-bottom: 0 !important
    }
    
    .faq-wrap .faq-list-cont p:last-child,
    .why-list .why-list-cont p:last-child {
        margin: 0;
    }
    
    .faq-list:last-child {
        margin: 0;
    }
    
    p.clearfix {
        line-height: 0;
    }
    /*  */
    /*  */
    
    .anim-sec * {
        transition-duration: 1s;
        transition-property: all;
    }
    
    .anim-sec .banner-left,
    .anim-sec .banner-right h1,
    .anim-sec .banner-right p,
    .anim-sec .one-line-form,
    .solution-wrap .anim-sec h2,
    .solution-wrap .anim-sec p,
    .features-wrap .anim-sec .heading-wrap h2,
    .features-wrap .anim-sec .heading-wrap p,
    .features-wrap .anim-sec ul li,
    .features-wrap .anim-sec .btn-wrap a,
    .why-wrap .anim-sec .why-heading-wrap h2,
    .why-wrap .anim-sec .why-heading-wrap p,
    .why-wrap .anim-sec ul li,
    .demo-wrapper .anim-sec .why-pmp-heading-wrap h2,
    .demo-wrapper .anim-sec .why-pmp-heading-wrap p,
    .demo-wrapper .anim-sec ul li,
    .demo-wrapper .anim-sec .demo-form-wrap,
    .customers-wrap .anim-sec h3,
    .customers-wrap .anim-sec ul li,
    .pam-footer-wrap .anim-sec h2,
    .pam-footer-wrap .anim-sec p,
    .faq-wrap .anim-sec h2,
    .faq-wrap .anim-sec ul li {
        -webkit-transform: translateY(70px);
        -ms-transform: translateY(70px);
        transform: translateY(70px);
        opacity: 0;
    }
    
    .anim-sec.ele-cont-view .banner-left,
    .anim-sec.ele-cont-view .banner-right h1,
    .anim-sec.ele-cont-view .banner-right p,
    .anim-sec.ele-cont-view .one-line-form,
    .solution-wrap .anim-sec.ele-cont-view h2,
    .solution-wrap .anim-sec.ele-cont-view p,
    .features-wrap .anim-sec.ele-cont-view .heading-wrap h2,
    .features-wrap .anim-sec.ele-cont-view .heading-wrap p,
    .features-wrap .anim-sec.ele-cont-view ul li,
    .features-wrap .anim-sec.ele-cont-view .btn-wrap a,
    .why-wrap .anim-sec.ele-cont-view .why-heading-wrap h2,
    .why-wrap .anim-sec.ele-cont-view .why-heading-wrap p,
    .why-wrap .anim-sec.ele-cont-view ul li,
    .demo-wrapper .anim-sec.ele-cont-view .why-pmp-heading-wrap h2,
    .demo-wrapper .anim-sec.ele-cont-view .why-pmp-heading-wrap p,
    .demo-wrapper .anim-sec.ele-cont-view ul li,
    .demo-wrapper .anim-sec.ele-cont-view .demo-form-wrap,
    .customers-wrap .anim-sec.ele-cont-view h3,
    .customers-wrap .anim-sec.ele-cont-view ul li,
    .pam-footer-wrap .anim-sec.ele-cont-view h2,
    .pam-footer-wrap .anim-sec.ele-cont-view p,
    .faq-wrap .anim-sec.ele-cont-view h2,
    .faq-wrap .anim-sec.ele-cont-view ul li {
        -webkit-transform: translateY(0px);
        -ms-transform: translateY(0px);
        transform: translateY(0px);
        opacity: 1;
    }
    
    .demo-wrapper .anim-sec ul li {
        transition-duration: .1s;
        transition-property: all;
        transition-delay: .1s !important;
    }
    
    @media screen and (max-width: 1366px) {
        h2 {
            font-size: 36px;
        }
        .banner-right {
            max-width: 500px;
        }
        .banner-right h1 {
            font-size: 44px;
        }
        .banner-right p {
            font-size: 20px;
        }
        /**/
        .section.features-wrap {
            padding: 100px 0;
        }
        .section.customers-wrap:before {
            top: -40px;
        }
        .solution-wrap .content-wrap h2 {
            font-size: 36px;
        }
    }
    
    @media screen and (max-width: 992px) {
        .pmp-banner-wrap .content-wrap div.anim-sec {
            display: block;
        }
        .banner-left {
            display: none;
        }
        .banner-right {
            margin: 0 auto;
            text-align: center;
            width: 100%;
            max-width: 760px;
        }
        .one-line-form {
            margin: 0 auto
        }
        /**/
        .solution-wrap .content-wrap {
            display: block;
            text-align: center;
        }
        .solution-wrap .content-wrap h2 {
            max-width: 100%;
            text-align: center;
        }
        .solution-wrap-text {
            width: 100%;
            margin: 25px 0 0;
        }
        .features-wrap .content-wrap {
            display: block;
        }
        .features-wrap .content-wrap h2 {
            width: 100%;
            position: unset;
            text-align: center;
        }
        .features-list-wrap {
            width: 100%;
        }
        .features-list-wrap ul {
            margin: 40px 0 60px;
            grid-template-columns: repeat(2, 1fr);
        }
        .section.demo-wrapper {
            padding: 100px 0;
        }
        .demo-wrapper .content-wrap {
            display: block;
        }
        .demo-form-wrap {
            max-width: 480px;
            width: 100%;
            margin: 60px auto 0;
            padding: 40px;
        }
        .why-wrap ul {
            width: 100%;
        }
        .why-wrap .content-wrap {
            display: block;
        }
        .why-heading-wrap {
            max-width: 460px;
            margin: 0 0 40px;
        }
        .why-list-wrap {
            width: 100%;
        }
        .why-pmp-heading-wrap {
            margin: 0 0 40px;
        }
    }
    
    @media screen and (max-width: 767px) {
        .banner-right h1 {
            font-size: 40px;
        }
        h2 {
            font-size: 34px;
        }
        .solution-wrap .content-wrap h2 {
            font-size: 34px;
        }
        .pmp-banner-wrap:before,
        .section.customers-wrap:before {
            content: none;
        }
        .one-line-wrap .form-group:nth-child(1) {
            width: 100%;
        }
        /*      */
        .section.features-wrap,
        .section.demo-wrapper,
        .section.why-wrap,
        .section.faq-wrap {
            padding: 80px 0;
        }
        .section.customers-wrap {
            padding: 80px 0;
        }
        /*      */
        .solution-wrap-text p.btn-wrap a {
            text-align: right;
        }
        .pam-footer-wrap .content-wrap {
            padding: 80px 5%;
        }
    }
    
    @media screen and (max-width: 650px) {
        .features-list-wrap ul {
            grid-template-columns: repeat(1, 1fr);
            grid-gap: 30px;
        }
        .features-list-wrap ul:before {
            content: none;
        }
        .features-list-wrap ul li {
            padding: 30px !important;
            border: var(--feat_list_border) !important;
        }
        a.act-btn.btn-border {
            margin: 0 0 10px;
        }
        .pam-footer-wrap a.act-btn {
            margin: 10px 0 0
        }
    }

