@charset "UTF-8";
.container-new {
    max-width: 1200px;
    padding: 0px 30px;
    margin: 0 auto;
}

a.internal-links {
    color: #045fd2;
    text-decoration: none;
    border-bottom: 1px solid;
}

.cmn-breadcrum a {
    color: #fff;
}

.cmn-breadcrum a:hover {
    color: #fff;
}

.cmn-breadcrum .bread-crumb-arrow {
    color: #fff;
}

.cmn-breadcrum .root-page {
    color: #fff;
}

.cmn-breadcrum a::after {
    content: '';
    position: absolute;
    left: 0;
    height: 1px;
    bottom: -2px;
    width: 0%;
    background: #fff;
    transition: .4s ease;
}

.main-content h2 {
    font: 36px / 1.2 Zoho_Puvi_Regular;
    margin: 50px 0px 20px 0px;
    color: #000;
}

.main-content .row .col:nth-child(2) h2:nth-child(1) {
    margin: 0px 0px 20px 0px;
}

p {
    font: 18px/1.6 Zoho_Puvi_Regular;
    margin: 0px 0px 20px 0px;
}

.row {
    display: flex;
}

.row .col:nth-child(1) {
    width: 30%;
    margin-right: 30px;
}

.row .col:nth-child(2) {
    width: 70%;
}

.banner-bg {
    background: #045fd2;
}

.banner {
    padding: 50px 30px 100px 30px;
}

.banner h1 {
    font: 48px / 1.15 Zoho_Puvi_ExtraBold;
    margin: 0 auto 0px;
    color: #fff;
    text-align: center;
    max-width: 850px;
}

.long-title h1 {
    font: 40px / 1.3 Zoho_Puvi_Bold;
}

.main-content-bg {
    padding: 75px 0px;
}

.sidebar-content {
    padding-right: 40px;
    box-sizing: border-box;
}

.sidebar-content h3 {
    font: 19px / 1.3 Zoho_Puvi_SemiBold;
    color: #000;
    margin: 0 0 7px 0px;
    max-width: 80%;
}

.sidebar-content p {
    font: 16px / 1.6 Zoho_Puvi_Regular;
    color: #000;
    margin: 0 0 0px 0px;
}

.sidebar-content a {
    font: 16px / 1.6 Zoho_Puvi_Regular;
    color: #045fd2;
    margin: 0 0 0px 0px;
}

.sidebar-content ul li {
    font: 16px / 1.6 Zoho_Puvi_Regular;
    color: #000;
    margin: 0px 0px 5px 0px;
}

.sidebar .sidebar-content:not(:last-child) {
    margin: 0px 0px 40px 0px;
}

ul.customer-quotes-wrapper {
    display: flex;
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
    padding: 30px 0px;
    margin: 50px 0px;
}

ul.customer-quotes-wrapper li:nth-child(1) {
    margin-right: 40px;
}

p.customer-quote {
    font: 30px / 1.5 Zoho_Puvi_Regular;
    color: #000;
}

p.long-customer-quote {
    font-size: 22px;
    line-height: 1.6;
}

p.customer-details {
    font: 16px / 1.4 Zoho_Puvi_Regular;
    margin: 0px;
}

.customer-story-footer-bg {
    background: #323232;
    text-align: center;
    padding: 100px 0px;
}

.customer-story-footer h4 {
    font: 36px / 1.3 Zoho_Puvi_Bold;
    color: #fff;
    margin: 0px auto 40px auto;
    max-width: 700px;
}

.customer-story-footer p {
    font: 19px / 1.5 Zoho_Puvi_Regular;
    color: #fff;
    margin: 10px auto 40px auto;
    max-width: 600px;
}

ul.footer-cta {
    display: flex;
    justify-content: center;
    align-items: center;
}

ul.footer-cta li {
    margin: 0px 7px;
}

ul.footer-cta li a {
    font: 17px / 1.2 Zoho_Puvi_SemiBold;
    padding: 14px 40px;
    background: #f0483e;
    color: #fff;
    border: 1px solid #f0483e;
    border-radius: 4px;
    display: inline-block;
    text-decoration: none;
    cursor: pointer;
    text-transform: uppercase;
}

.footer-cta li:nth-child(2) a {
    background: transparent;
    border: 1px solid #fff;
}

.prd-nav li {
    width: 32%;
}

p.external-site {
    font-style: italic;
    font-size: 16px;
}

.customer-video-wrapper {
    position: relative;
    padding-bottom: 56%;
    margin: 50px 0px;
    width: 100%;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
}

iframe.customer-video {
    width: 100%;
    position: absolute;
    height: 100%;
    overflow: hidden;
}

ul.list-items {
    margin: 0px 0px 30px 30px;
}

ul.list-items li {
    font: 18px / 1.6 Zoho_Puvi_Regular;
    position: relative;
    background-image: url(/sites/meweb/images/fr/service-desk/images/rounded-tick.svg);
    color: #000;
    background-repeat: no-repeat;
    background-size: 2%;
    background-position: 0 7px;
    padding-left: 30px !important;
    margin-bottom: 10px;
}

.customer-video-wrapper.video-without-content {
    margin: 0px 0px 50px 0px;
}

strong {
    font-family: Zoho_Puvi_Bold;
}

p.indent {
    margin: 0px 0px 20px 40px;
}

.cs-img-wrap {
    max-width: 700px;
    width: 90%;
    margin: 50px auto 0px;
}

.cs-img-wrap img {
    width: 100%;
}

.cs-img-caption {
    font-size: 14px;
    text-align: center;
    margin-top: 40px;
}


/*Download KIT form Start*/

.sdp-customer-form {
    background: #191919;
    color: #fff;
    padding: 75px 0px;
}

.sdp-customer-form h2 {
    margin: 0 0 20px 0;
    text-align: center;
    font-family: 'Zoho_Puvi_SemiBold', 'Open Sans', sans-serif;
    font-size: 30px;
    line-height: 1.25;
}

.apiform {
    max-width: 450px;
    width: 100%;
    margin: 0 auto;
}

.apiform .formfild {
    position: relative;
}

.apiform .formfild input,
.apiform .formfild select {
    width: 100%;
    height: 45px;
    padding: 10px 15px;
    margin: 10px 0;
    box-sizing: border-box;
    font-size: 15px;
    color: #000000;
    border-radius: 4px;
    border: 0px;
}

.apiform input[type="submit"] {
    font-family: 'Zoho_Puvi_Bold';
    background: #f0483d;
    color: #fff;
    font-size: 16px;
    width: 100%;
    padding: 15px 30px;
    outline: none;
    height: auto;
    border: none;
    text-transform: uppercase;
    cursor: pointer;
    margin: 20px 0;
    -webkit-appearance: none;
    border-radius: 4px;
}

.apiform input[type="submit"]:hover {
    background: #e9152b;
}

.apiform select {
    font-family: 'Zoho_Puvi_Regular', 'Open Sans', sans-serif;
    width: 100%;
    padding: 8px 2%;
    outline: none;
    border: 1px solid #000;
    border-radius: 0;
    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;
}

.apiform .sdp-itsm-chk-box {
    margin: 10px 0;
}

.apiform .sdp-itsm-chk-box p {
    color: #ffffff;
    font-size: 15px;
    margin-bottom: 5px;
}

.apiform .sdp-itsm-chk-box .sdp-yes {
    padding-right: 10px;
}

.apiform .prvcy-plicy {
    color: #d8d8d8;
    font-size: 12px;
    max-width: 400px;
    margin: 0 auto;
    text-align: center;
    line-height: 1.6;
}

.apiform .prvcy-plicy a {
    color: #ffffff;
    border-bottom: 1px solid #ffffff;
}

.apiform .prvcy-plicy a:hover {
    text-decoration: none;
}

.apiform #meGDPRMessage {
    font-size: 12px;
    line-height: 1.5;
    margin: 0 auto 15px;
    color: #d8d8d8;
    width: 90%;
}

.apiform #meGDPRMessage a {
    color: #ffffff;
    border-bottom: 1px solid #ffffff;
}

.apiform #meGDPRMessage a:hover {
    text-decoration: none;
}

.apiform .radio-button {
    display: flex;
}

.apiform .radio-button .sdp-no-style {
    cursor: pointer;
}

.apiform .radio-button .sdp-no-style:first-child {
    padding-right: 10px;
}

.checkmark__circle {
    stroke-dasharray: 166;
    stroke-dashoffset: 166;
    stroke-width: 2;
    stroke-miterlimit: 10;
    stroke: #3ab54a;
    fill: none;
    animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
}

.checkmark {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    display: block;
    stroke-width: 2;
    stroke: #fff;
    stroke-miterlimit: 10;
    margin: 0px auto 20px auto;
    box-shadow: inset 0px 0px 0px #3ab54a;
    animation: fill 0.4s ease-in-out 0.4s forwards, scale 0.3s ease-in-out 0.9s both;
}

.checkmark__check {
    transform-origin: 50% 50%;
    stroke-dasharray: 48;
    stroke-dashoffset: 48;
    animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
}

@keyframes stroke {
    100% {
        stroke-dashoffset: 0;
    }
}

@keyframes scale {
    0%,
    100% {
        transform: none;
    }
    50% {
        transform: scale3d(1.1, 1.1, 1);
    }
}

@keyframes fill {
    100% {
        box-shadow: inset 0px 0px 0px 30px #3ab54a;
    }
}

.success-msg {
    display: none;
    text-align: center;
    padding: 40px 20px;
    border: 1px solid #1f1f1f;
    border-radius: 5px;
}

.success-msg h3 {
    font: 22px/1.25 Zoho_Puvi_Bold;
    color: #ffffff;
    margin: 0px 0px 10px 0px;
    text-align: center;
}

.success-msg p {
    color: #ffffff;
    max-width: 75%;
    margin: 0 auto 20px auto;
}

.success-msg a {
    color: #ffffff;
    text-decoration: underline;
}

.thanks-bg {
    padding: 100px 0px;
    display: none;
}

.thanks {
    text-align: center;
}

.thanks h2 {
    max-width: 50%;
    margin: 0 auto 30px auto;
}

.thanks p {
    margin: 15px auto 30px auto;
    font: 20px/1.5 "Zoho_Puvi_Regular";
    color: #000;
    max-width: 50%;
}

.sdp-email-field input {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 16px;
    transition: border-color 0.3s ease;
}

.sdp-email-field label {
    position: absolute;
    left: 12px;
    top: 20px;
    font-size: 15px;
    color: #000;
    transition: top 0.3s ease, font-size 0.3s ease, color 0.3s ease;
    pointer-events: none;
}

.sdp-email-field input:focus {
    border-color: #007bff;
    outline: none;
}

.sdp-email-field input:focus+label,
.sdp-email-field input:not(:placeholder-shown)+label {
    top: -12px;
    font-size: 14px;
    color: #fff;
    padding: 0 4px;
    border-radius: 4px;
    left: 0px;
}

.errormsg {
    color: #ff1f37;
}

.prvcy-plicy strong {
    font-family: 'Zoho_Puvi_SemiBold';
}


/*animation style ends here*/


/*Download KIT form end*/

.itsm-mar-agency .long-title h1 {
    max-width: unset;
}

@media only screen and (max-width:1024px) {
    .banner-bg {
        margin-top: 20px;
    }
    .sdp-content-main {
        display: block;
    }
}

@media only screen and (max-width:768px) {
    .row {
        display: flex;
        flex-wrap: wrap;
    }
    .row .col:nth-child(1),
    .row .col:nth-child(2) {
        width: 100%;
    }
    .row .col:nth-child(1) {
        margin-bottom: 75px;
    }
    .sidebar-content h3 {
        max-width: 100%;
    }
    ul.list-items li {
        background-size: 4%;
    }
}

@media only screen and (max-width:600px) {
    .cmn-breadcrum a,
    .cmn-breadcrum .root-page {
        font-size: 12px;
    }
    .banner h1 {
        font-size: 28px;
    }
    ul.customer-quotes-wrapper {
        flex-wrap: wrap;
    }
    ul.customer-quotes-wrapper li:nth-child(1) {
        margin-right: 0px;
        margin-bottom: 30px;
    }
    ul.footer-cta {
        display: block;
    }
    ul.footer-cta li a {
        min-width: 120px;
    }
    .footer-cta li:nth-child(2) a {
        margin-top: 15px;
    }
    .sdp-customer-form h2 {
        font: 24px / 1.2 'Zoho_Puvi_Bold';
    }
}