body {
    font: 17px / 1.5 Zoho_Puvi_Regular, sans-serif;
}

/*h1,
h2,
h3,
h4,
h5,
p,
span,
a,
ul,
li,
table {
    box-sizing: border-box;
    color: #000;
}*/

h1 {
    font: 58px/1.1 Zoho_Puvi_ExtraBold;
}

h2 {
    font: 34px/1.2 Zoho_Puvi_Bold;
    margin: 0px 0px 0px 0px;
}

h3 {
    font: 30px/1.2 Zoho_Puvi_Bold;
}

h4 {
    margin-left: 0px;
}

#main-container {
    margin: 0px 0px;
    padding: 0px 0px;
    position: relative;
    width: 100%;
    box-sizing: border-box;
    overflow-x: hidden;
}

#main-container section p,
#main-container section li {
    font: 18px/1.6 Zoho_Puvi_Regular
}

#main-container a {
    text-decoration: none;
}

#main-container li {
    margin-bottom: 15px;
}

section img,
section source,
section picture {
    width: 100%;
}

.prd-nav li {
    width: calc( 99% / 3);
}

.me-itsm-section {
    padding: 100px 0px;
    position: relative;
}

.me-itsm-content-wrap {
    max-width: 1200px;
    margin: 0px auto;
    width: 90%;
}

.me-itsm-cta-wrap {
    margin-top: 35px;
}

.me-itsm-cta-wrap a {
    background: rgba(255, 0, 0, 1);
    padding: 10px 25px;
    color: #fff;
    margin-top: 10px;
    display: inline-block;
    font: 16px / 1.6 Zoho_Puvi_Semibold;
    border-radius: 5px;
    transition: .3s ease;
    cursor: pointer;
    text-transform: uppercase;
}

.me-itsm-cta-wrap a:hover {
    background: #c4291c;
}
/*itsm-ai-banner-section-start-here*/

.itsm-ai-banner-section {
    background: linear-gradient(90deg, #0E71E0 41.33%, #6EADE9 98.34%);
    padding: 0px 0px 100px;
}

.itsm-ai-banner-section h1,
.itsm-ai-banner-section p {
    color: #fff;
}

.banner-head-tag-wrap {
    max-width: 450px;
}

.banner-sub-tag-wrap {
    max-width: 600px;
}

.banner-sub-tag-wrap :not(p.highlights-para) {
    padding-right: 70px;
}

.itsm-ai-banner-section .highlights-para,
.banner-label span {
    color: #FFE606;
}

.itsm-ai-banner-section h1 {
    margin: 15px 0px 35px;
}

.banner-label span {
    padding: 7px 22px;
    margin-bottom: 30px;
    display: inline-block;
    background: linear-gradient(90deg, #2A91FF 0%, rgba(45, 145, 255, 0.8836) 6%, rgba(66, 146, 255, 0.3025) 53%, rgba(79, 147, 255, 0.19) 85%, rgba(85, 148, 255, 0.2) 100%);
    border-radius: 50px;
    box-shadow: 6px 40px 30px -24px #000000c4;
}

#main-container section .highlights-para {
    font: 24px / 1.4 Zoho_Puvi_Regular;
    margin-bottom: 30px;
}

.chip-strok-wrap {
    position: absolute;
    right: 0;
    width: 50%;
    top: 0;
    height: 100%;
}
/*itsm-ai-banner-section-end-here*/
/*itsm-ai-stats-section-start-here*/

.itsm-ai-stats-section .me-itsm-content-wrap {
    position: relative;
}

.itsm-ai-stats-left {
    background: linear-gradient(to right, #ddf0ffe3 0%, 35.387325286865234%, #CDD8FF 70.77465057373047%, 85.38732528686523%, #CFEAFF 100%);
    padding: 10px 23px 40px;
    border-radius: 50px;
    position: relative;
}

.itsm-ai-stats-left span#spotlight-dotted-squre {
    content: '';
    background-image: url(/sites/meweb/images/se/service-desk/images/spotlight-dotted-squre.svg);
    height: 80px;
    width: 80px;
    background-size: cover;
    position: absolute;
    right: -43px;
    bottom: -30px;
    z-index: -1;
}

.itsm-ai-bot {
    background-image: url(/sites/meweb/images/se/service-desk/images/ai-bot.svg);
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    height: 165px;
    width: 120px;
    background-size: cover;
    background-repeat: no-repeat;
    transition: 1.2s ease all;
    z-index: -1;
    opacity: 0;
    transform: scale(1.2);
}

.itsm-ai-bot.active {
    left: -97px;
    top: -50px;
    transition: 1.2s ease;
    transform: scale(1);
    opacity: 1;
    animation: shaking 14s infinite;
}

@keyframes shaking {
    0% {
        transform: scale(1) translateY(0px) rotate(0deg);
    }
    25% {
        transform: scale(1.02) translateY(50px) rotate(20deg);
    }
    50% {
        transform: scale(1) translateY(0px) rotate(0deg);
    }
    75% {
        transform: scale(1.02) translateY(50px) rotate(20deg);
    }
    100% {
        transform: scale(1) translateY(0px) rotate(0deg);
    }
}

.itsm-ai-stats-left>h3 {
    text-align: center;
    margin-bottom: 30px;
}

.itsm-ai-stats-left .counter {
    font: 34px / 1.2 Zoho_Puvi_ExtraBold;
    margin-bottom: -5px;
}

.itsm-ai-stats-left .flex-wrap>div {
    padding: 6px 25px;
    border-radius: 40px;
    border: 1px solid;
    margin: 10px 10px;
    flex: 0 0 calc(92% / 2);
    max-width: calc(92% / 2);
    height: 260px;
    cursor: pointer;
    transition: .5s ease;
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.2);
    transform: scale(1);
}

#main-container .itsm-ai-stats-left .flex-wrap>div:hover {
    background: #fff;
    transition: .5s ease;
    transform: scale(1.05);
}

.itsm-ai-stats-left .flex-wrap>div:nth-child(1) {
    background: rgba(237, 229, 255, 1);
    border-image-source: linear-gradient(132.48deg, rgba(255, 255, 255, 0.4) 4.49%, rgba(68, 136, 254, 0.4) 95%);
}

.itsm-ai-stats-left .flex-wrap>div:nth-child(2) {
    background: rgba(255, 233, 229, 1);
    border-image-source: linear-gradient(125.03deg, rgba(255, 255, 255, 0.4) 5.56%, rgba(255, 175, 162, 0.4) 93.87%);
}

.itsm-ai-stats-left .flex-wrap>div:nth-child(3) {
    background: rgba(230, 233, 255, 1);
    border-image-source: linear-gradient(124.19deg, rgba(255, 255, 255, 0.4) 5.23%, rgba(161, 170, 255, 0.4) 94.86%);
}

.itsm-ai-stats-left .flex-wrap>div:nth-child(4) {
    background: rgba(255, 246, 230, 1);
    border-image-source: linear-gradient(130.36deg, rgba(255, 255, 255, 0.4) 4.8%, rgba(255, 221, 159, 0.4) 94.64%);
}

#main-container .itsm-ai-stats-left .flex-wrap>div p {
    font: 16px / 1.6 Zoho_Puvi_Regular;
}

.itsm-ai-stats-right>div {
    max-width: 500px;
    margin-left: auto;
    width: 100%;
}

#main-container .itsm-ai-stats-right li {
    position: relative;
    margin-bottom: 20px;
    padding-left: 30px;
}

.itsm-ai-stats-right li::before {
    content: '';
    left: 7px;
    top: 9px;
    width: 13px;
    height: 13px;
    background-image: url(/sites/meweb/images/se/service-desk/images/list-icon.svg);
    background-size: cover;
    position: absolute;
}
/*itsm-ai-stats-section-end-here*/
/*itsm-ai-core-section-start-here*/

.itsm-ai-core-section {
    background: rgba(240, 248, 255, 1);
}

.itsm-ai-core-section .top-wrap {
    max-width: 900px;
    text-align: center;
    margin: 0px auto;
}

#main-container .itsm-ai-core-section .top-wrap p {
    font: 20px / 1.6 Zoho_Puvi_Semibold;
}

.itsm-ai-core-leaf-parent {
    position: relative;
    margin-top: 80px;
    z-index: 2;
}

.itsm-ai-core-leaf-parent .flex-wrap {
    background-size: contain;
    background-repeat: no-repeat;
    position: relative;
}

.itsm-ai-core-leaf-parent>div>div {
    position: relative;
    max-width: 550px;
    box-sizing: border-box;
}

.itsm-ai-core-leaf-parent>div>div span {
    content: '';
    position: absolute;
    height: 90%;
    width: 90%;
    border-radius: 90px;
    z-index: -1;
    box-shadow: 6px 40px 30px -24px #0000002b;
    opacity: 0;
    display: block;
    transform: scale(.5);
}

.itsm-ai-core-leaf-parent .core-left-wrap .core-left-top-parent span {
    background: rgba(237, 229, 255, 1);
    left: 65px;
    top: 65px;
    transform-origin: right bottom;
}

.itsm-ai-core-leaf-parent .core-left-wrap .core-left-bottom-parent span {
    background: rgba(230, 233, 255, 1);
    left: 65px;
    top: -40px;
    transform-origin: right top;
}

.itsm-ai-core-leaf-parent .core-right-wrap .core-right-top-parent span {
    background: rgba(255, 233, 229, 1);
    left: -65px;
    top: 70px;
    transform-origin: left bottom;
}

.itsm-ai-core-leaf-parent .core-right-wrap .core-right-bottom-parent span {
    background: rgba(255, 246, 230, 1);
    left: -65px;
    top: -45px;
    transform-origin: left top;
}

.parent-active .itsm-ai-core-leaf-parent>div>div span {
    opacity: 1;
    left: 0px;
    transition: .7s ease all;
    transform: scale(1);
}

.parent-active .itsm-ai-core-leaf-parent .core-left-wrap .core-left-top-parent span {
    transition-delay: .2s;
}

.parent-active .itsm-ai-core-leaf-parent .core-left-wrap .core-left-bottom-parent span {
    transition-delay: .6s;
}

.parent-active .itsm-ai-core-leaf-parent .core-right-wrap .core-right-top-parent span {
    transition-delay: .4s;
}

.parent-active .itsm-ai-core-leaf-parent .core-right-wrap .core-right-bottom-parent span {
    transition-delay: .8s;
}

.itsm-ai-core-leaf-parent .flex-wrap>div.img-wrap {
    max-width: 30%;
    flex: 0 0 30%;
}

.itsm-ai-core-leaf-parent .flex-wrap>div.cont-wrap {
    max-width: 70%;
    flex: 0 0 70%;
    padding-left: 20px;
    box-sizing: border-box;
}

.itsm-ai-core-leaf-parent .flex-wrap .img-wrap>div {
    box-sizing: border-box;
    padding: 0px 30px 0px 0px;
}

.core-left-wrap div.flex-wrap,
.core-right-wrap div.flex-wrap {
    max-width: 550px;
    margin-bottom: 120px;
    padding: 30px 30px 30px 20px;
    box-sizing: border-box;
    height: 250px;
    opacity: 0;
}

.parent-active .core-left-wrap div.flex-wrap,
.parent-active .core-right-wrap div.flex-wrap {
    opacity: 1;
    transition: .4s ease;
}

.core-left-wrap div.core-left-top {
    background-image: url(/sites/meweb/images/se/service-desk/images/left-top-shape.png);
    left: 50px;
}

.parent-active .core-left-wrap div.core-left-top {
    transition-delay: 1s;
    left: 0px;
}

.core-left-wrap div.core-left-bottom {
    left: 50px;
    background-image: url(/sites/meweb/images/se/service-desk/images/left-bottom-shape.png);
}

.parent-active .core-left-wrap div.core-left-bottom {
    transition-delay: 1.4s;
    left: 0px;
}

.core-right-wrap div.core-right-top {
    background-image: url(/sites/meweb/images/se/service-desk/images/right-top-shape.png);
    right: 50px;
}

.parent-active .core-right-wrap div.core-right-top {
    transition-delay: 1.6s;
    right: 0px;
}

.core-right-wrap div.core-right-bottom {
    background-image: url(/sites/meweb/images/se/service-desk/images/right-bottom-shape.png);
    right: 50px;
}

.parent-active .core-right-wrap div.core-right-bottom {
    transition-delay: 1.8s;
    right: 0px;
}

.parent-active .core-right-wrap div.core-right-top,
.parent-active .core-right-wrap div.core-right-bottom {
    flex-direction: row-reverse;
}

.core-left-wrap>div {
    margin-right: auto;
}

.core-right-wrap>div {
    margin-left: auto;
}

.itsm-ai-core-leaf-parent .core-right-wrap .flex-wrap>div.cont-wrap {
    padding-left: 60px;
    padding-right: 10px;
}

.itsm-ai-core-leaf-parent .core-left-wrap .flex-wrap>div.cont-wrap {
    padding-right: 75px;
}

.itsm-ai-core-leaf-parent .flex-wrap h5 {
    font: 20px/1.1 Zoho_Puvi_ExtraBold;
}

.itsm-ai-core-leaf-wrap .core-center {
    display: flex;
    text-align: center;
    background-image: url(/sites/meweb/images/se/service-desk/images/core-circle-main.png);
    background-size: cover;
    background-repeat: no-repeat;
    height: 250px;
    width: 250px;
    align-items: center;
    position: absolute;
    z-index: 22;
    left: 50%;
    top: 50%;
    transform: translate(-59%, -37%) scale(.8);
    opacity: 0;
}

.parent-active.itsm-ai-core-leaf-wrap .core-center {
    transform: translate(-59%, -37%) scale(1);
    opacity: 1;
    transition: .8s ease;
}

.itsm-ai-core-leaf-wrap .core-center::before,
.itsm-ai-core-leaf-wrap .core-center::after {
    content: '';
    position: absolute;
    top: 2px;
    left: -1px;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    transform: scale(1.2);
    z-index: -1;
}

.itsm-ai-core-leaf-wrap .core-center::before {
    background-image: url(/sites/meweb/images/se/service-desk/images/core-circle-fill-before.png);
}

.itsm-ai-core-leaf-wrap .core-center::after {
    background-image: url(/sites/meweb/images/se/service-desk/images/core-circle-fill-after.png);
    transform: scale(1) rotate(-45deg);
    border-radius: 140px;
}

.itsm-ai-core-leaf-wrap .core-center h3 {
    color: #fff;
    position: relative;
    padding: 0px 30px;
    box-sizing: border-box;
    /* z-index: 33; */
}
/*itsm-ai-core-section-end-here*/
/*itsm-ai-footer-section-start-here*/

.itsm-ai-footer-section .me-itsm-content-wrap {
    background-image: url(/sites/meweb/images/se/service-desk/images/footer-banner.png);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 10px 0px;
    border-radius: 50px;
    overflow: hidden;
}

.itsm-ai-footer-section .me-itsm-content-wrap .flex-wrap {
    padding: 0px 60px;
    box-sizing: border-box;
}

.book-parent {
    margin: 0px auto;
    max-width: 350px;
    position: relative;
    overflow: hidden;
}

.book-parent .book {
    transform: rotate(0deg);
    transition: .9s ease;
}

.parent-active.book-parent .book {
    transform: rotate(-20deg);
    transition: .9s ease;
}

.book-parent>div.book::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(/sites/meweb/images/se/service-desk/images/ai-itsm-2024-report.png);
    background-size: cover;
    background-repeat: no-repeat;
    z-index: -1;
    transform: rotate(0deg);
    transition: .9s ease;
}

.parent-active.book-parent .book::after {
    transform: rotate(30deg);
    transition: .9s ease;
}
/*itsm-ai-footer-section-end-here*/

.sdp-breadcrumb-sec {
    padding: 30px 0px 100px 0px;
    font-size: 15px;
}

.sd-bread-crumb .sdp-cmn-breadcrum a {
    color: #fff;
    position: relative;
    font: 15px / 1.4 Zoho_Puvi_Regular;
    cursor: pointer;
}

span.sdp-bread-crumb-arrow {
    padding: 0 3px;
    color: #fff;
}

span.sdp-root-page {
    color: #fff;
}

.sd-bread-crumb .sdp-cmn-breadcrum a:hover {
    text-decoration: none;
}

.sd-bread-crumb .sdp-cmn-breadcrum a::after {
    content: '';
    position: absolute;
    left: 0;
    height: 1px;
    bottom: -2px;
    width: 0%;
    background: #fff;
    transition: 0.4s ease;
}

.sd-bread-crumb .sdp-cmn-breadcrum a:hover::after {
    width: 100%;
    transition: 0.4s ease;
}

svg.banner-chip {
    position: absolute;
}

svg .svg-elem-1 {
    stroke-dashoffset: 1341.165771484375px;
    stroke-dasharray: 1341.165771484375px;
    -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.8s;
    transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.8s;
}

svg.active .svg-elem-1 {
    stroke-dashoffset: 0;
}

svg .svg-elem-2 {
    stroke-dashoffset: 2043.505859375px;
    stroke-dasharray: 2043.505859375px;
    -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.12s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.9s;
    transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.12s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.9s;
}

svg.active .svg-elem-2 {
    stroke-dashoffset: 0;
}

svg .svg-elem-3 {
    stroke-dashoffset: 2438.400390625px;
    stroke-dasharray: 2438.400390625px;
    -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.24s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1s;
    transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.24s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1s;
}

svg.active .svg-elem-3 {
    stroke-dashoffset: 0;
}

svg .svg-elem-4 {
    stroke-dashoffset: 1361.656494140625px;
    stroke-dasharray: 1361.656494140625px;
    -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.36s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.1s;
    transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.36s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.1s;
}

svg.active .svg-elem-4 {
    stroke-dashoffset: 0;
}

svg .svg-elem-5 {
    stroke-dashoffset: 2252.371826171875px;
    stroke-dasharray: 2252.371826171875px;
    -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.48s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.2000000000000002s;
    transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.48s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.2000000000000002s;
}

svg.active .svg-elem-5 {
    stroke-dashoffset: 0;
}

svg .svg-elem-6 {
    stroke-dashoffset: 2574.5888671875px;
    stroke-dasharray: 2574.5888671875px;
    -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.6s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.3s;
    transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.6s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.3s;
}

svg.active .svg-elem-6 {
    stroke-dashoffset: 0;
}

svg .svg-elem-7 {
    stroke-dashoffset: 546.924560546875px;
    stroke-dasharray: 546.924560546875px;
    -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.72s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.4000000000000001s;
    transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.72s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.4000000000000001s;
}

svg.active .svg-elem-7 {
    stroke-dashoffset: 0;
}

svg .svg-elem-8 {
    stroke-dashoffset: 33.41592653589793px;
    stroke-dasharray: 33.41592653589793px;
    fill: transparent;
    -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.84s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.5s;
    transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.84s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.5s;
}

svg.active .svg-elem-8 {
    stroke-dashoffset: 0;
    fill: rgb(138, 199, 255);
}

svg .svg-elem-9 {
    stroke-dashoffset: 33.41592653589793px;
    stroke-dasharray: 33.41592653589793px;
    fill: transparent;
    -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.96s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.6s;
    transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.96s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.6s;
}

svg.active .svg-elem-9 {
    stroke-dashoffset: 0;
    fill: rgb(138, 199, 255);
}

svg .svg-elem-10 {
    stroke-dashoffset: 30.274333882308138px;
    stroke-dasharray: 30.274333882308138px;
    fill: transparent;
    -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.08s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.7000000000000002s;
    transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.08s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.7000000000000002s;
}

svg.active .svg-elem-10 {
    stroke-dashoffset: 0;
    fill: rgb(138, 199, 255);
}

svg .svg-elem-11 {
    stroke-dashoffset: 30.274333882308138px;
    stroke-dasharray: 30.274333882308138px;
    fill: transparent;
    -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.2s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.8s;
    transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.2s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.8s;
}

svg.active .svg-elem-11 {
    stroke-dashoffset: 0;
    fill: rgb(138, 199, 255);
}

svg .svg-elem-12 {
    stroke-dashoffset: 33.41592653589793px;
    stroke-dasharray: 33.41592653589793px;
    fill: transparent;
    -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.3199999999999998s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.9000000000000001s;
    transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.3199999999999998s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.9000000000000001s;
}

svg.active .svg-elem-12 {
    stroke-dashoffset: 0;
    fill: rgb(138, 199, 255);
}

svg .svg-elem-13 {
    stroke-dashoffset: 33.41592653589793px;
    stroke-dasharray: 33.41592653589793px;
    fill: transparent;
    -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.44s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2s;
    transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.44s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2s;
}

svg.active .svg-elem-13 {
    stroke-dashoffset: 0;
    fill: rgb(138, 199, 255);
}
/*form style starts here*/

.form-wrap {
    position: relative;
    max-width: 470px;
    margin-left: auto;
    box-sizing: border-box;
    transform: translateY(60px) scale(.95);
    opacity: 0;
}

.form-wrap::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgb(228 241 255 / 74%);
    z-index: -1;
    transform: scale(1.09);
    border-radius: 20px;
}

.form-wrap.active {
    transform: translateY(0px) scale(.95);
    transition: 1.4s ease all;
    opacity: 1;
}

.sdp-margin-top {
    margin-bottom: 0;
}

.apiform {
    width: 100%;
    font-size: inherit;
    margin: 0 auto;
    padding: 40px 40px;
    box-sizing: border-box;
    background: #fff;
    border-radius: 20px;
}

h3.form-title {
    font: 22px/1.2 'Zoho_Puvi_Bold';
    margin: 0px 0px 30px 0px;
    text-align: center;
}

.formfild.input-effect {
    font-family: 'Zoho_Puvi_Medium';
    outline: none;
    position: relative;
    padding: 0px 15px;
    width: 100%;
    box-sizing: border-box;
    font-size: 15px;
    border: 1px solid #4D9DF3;
    height: 50px;
    background: #fff;
    border-radius: 5px !important;
    margin-top: 0px;
    color: #000 !important;
    z-index: 10;
    /* margin-bottom: 10px;*/
}

input[type="text"] {
    border: none !important;
}

span.errormsg {
    position: absolute;
    margin-top: 5px !important;
    font-size: 13px;
    color: #ff1900;
    display: block;
    margin-bottom: 0;
    text-align: left;
    left: 0px;
    display: none;
    bottom: -25px;
    font-family: 'Zoho_Puvi_Regular';
}

.formfild {
    position: relative;
    margin-top: 15px;
}

input#emailID {
    border: none !important;
}

.formfild.error {
    margin-bottom: 30px;
}

.product-alternate.error {
    margin-bottom: 40px;
}

select#MECountryListing,
select#designation,
select#country_state,
select#alternatproduct {
    border: 1px solid #4D9DF3;
    -webkit-appearance: none;
    padding: 0px 20px;
    font-size: 15px;
    height: 50px;
    background: #fff;
    border-radius: 5px;
    width: 100%;
    margin-top: 0px;
    color: #000000;
}

.arrow-icon.county-state-field {
    position: relative;
    margin-top: 15px;
}

.arrow-icon.county-state-field:empty {
    display: none;
}

.arrow-icon::after {
    content: "";
    position: absolute;
    right: 15px;
    top: 23px;
    margin-top: -3px;
    z-index: 999;
    cursor: pointer;
    pointer-events: none;
    border: solid #013A72;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(45deg);
}

.ukcountry_region {
    border: 1px solid #4D9DF3;
    -webkit-appearance: none;
    padding: 0px 20px;
    font-size: 15px;
    height: 50px;
    background: #fff;
    border-radius: 5px;
    width: 100%;
    color: #000000;
}

input[type="submit"] {
    font-family: 'Zoho_Puvi_Bold';
    background: #FF1800;
    color: #fff;
    padding: 15px 30px;
    font-size: 15px;
    -webkit-font-smoothing: antialiased;
    margin-top: 0px;
    cursor: pointer;
    border-radius: 3px;
    text-transform: uppercase;
    transition: all 0.8s;
    border: none;
    width: 100%;
    max-width: 240px;
    margin-bottom: 10px;
}

.apiform input[type="submit"]:hover {
    background: #c4291c !important;
}

.apiform input[type="submit"]:focus {
    outline: none !important;
}

.form-wrap input:focus {
    outline: none !important;
}

input[type="text"]::placeholder {
    color: #000;
}

input[type="radio"]:checked {
    color: red;
}

input#sendmemail {
    width: 20px !important;
    height: auto !important;
}

label#sendmemailcheck {
    font-family: 'Open Sans', sans-serif;
    font-size: 11px;
}

.prvcy-plicy,
#meGDPRMessage label {
    font-family: 'Zoho_Puvi_Regular';
    font-size: 12px;
    line-height: 1.5;
    margin: 20px 0px 20px;
    text-align: center;
}

.prvcy-plicy strong {
    font-weight: 600;
}

.prvcy-plicy a {
    font-family: 'Zoho_Puvi_Regular';
    font-size: 12px;
    color: #298ce6;
    text-decoration: none;
    border-bottom: 1px solid #298ce6;
}

.apiform input[type="radio"] {
    position: inherit;
}

.radio-button label {
    cursor: pointer;
    color: #000;
    font-family: 'Zoho_Puvi_SemiBold';
}

.radio-button label:nth-child(2) {
    margin-right: 15px !important;
}

#main-container section .check p {
    font-family: 'Zoho_Puvi_SemiBold';
    text-align: left;
    font-size: 14px;
    margin: 20px 0px 0px 0px;
    color: #000;
}

.radio-button {
    font-family: 'Zoho_Puvi_Regular';
    display: flex;
    justify-content: start;
    align-items: center;
    color: #ffffff;
    font-size: 14px;
    height: 30px;
    margin: 0 0 20px 0;
}

.radio-button #yes,
.radio-button #no {
    width: auto !important;
    margin: 0px 7px 0px 0px !important;
    padding: 0px !important;
}

#meGDPRMessage {
    font-size: 13px;
    line-height: 1.5;
    margin: 20px 0 10px;
    color: #000;
    width: 100%;
    text-align: center;
}

#meGDPRMessage a {
    color: #298ce6;
    border-bottom: 1px solid #ffffff;
}

#meGDPRMessage a:hover {
    text-decoration: none;
}

.product-alternate {
    display: none;
    margin-bottom: 30px;
}

.product-alternate.show-field {
    display: block;
}

.sdp-others {
    display: none;
}

.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;
}

.success-msg h3 {
    font: 22px/1.25 Zoho_Puvi_Bold;
    color: #000;
    margin: 0px 0px 10px 0px;
    text-align: center;
}

.success-msg p {
    color: #000;
    max-width: 100%;
    margin: 0 auto 20px auto;
}

.success-msg a {
    color: #00a9f4;
    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%;
}

.label-animation {
    border: 1px solid #ccc;
    transition: 0.4s;
    background: transparent;
    height: 45px;
    width: 100%;
}

.label-animation~.focus-border:before,
.label-animation~.focus-border:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 1px;
    background-color: #013A72;
    transition: 0.3s;
}

.label-animation~.focus-border:after {
    top: auto;
    bottom: 0;
    left: auto;
    right: 0;
}

.label-animation~.focus-border i:before,
.label-animation~.focus-border i:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 0;
    background-color: #013A72;
    transition: 0.4s;
    border-radius: 10px;
}

.label-animation~.focus-border i:after {
    left: auto;
    right: 0;
    top: auto;
    bottom: 0;
}

.label-animation:focus~.focus-border:before,
.label-animation:focus~.focus-border:after,
.has-content.label-animation~.focus-border:before,
.has-content.label-animation~.focus-border:after {
    width: 100%;
    transition: 0.3s;
}

.label-animation:focus~.focus-border i:before,
.label-animation:focus~.focus-border i:after,
.has-content.label-animation~.focus-border i:before,
.has-content.label-animation~.focus-border i:after {
    height: 100%;
    transition: 0.4s;
}

.label-animation~label {
    font-family: 'Zoho_Puvi_Regular';
    position: absolute;
    left: 20px;
    width: 100%;
    top: 12px;
    color: #000;
    transition: 0.3s;
    z-index: -1;
}

.label-animation:focus~label,
.has-content.label-animation~label {
    top: -22px;
    left: 0;
    font-size: 13px;
    color: #000;
    transition: 0.3s;
}
/*form style ends here*/
/*media-qurey-start*/

@media only screen and (max-width:1200px) {
    .itsm-ai-core-leaf-parent.flex-wrap {
        display: block;
    }
    .itsm-ai-banner-section .left-wrap {
        padding-right: 50px;
    }
    #main-container .core-left-wrap,
    #main-container .core-right-wrap {
        max-width: 100%;
        display: flex;
    }
    .itsm-ai-core-leaf-parent .flex-wrap .img-wrap>div {
        padding: 0px 20px 0px 0px;
    }
    .itsm-ai-core-leaf-wrap .core-center {
        height: 200px;
        width: 200px;
    }
    .itsm-ai-core-leaf-wrap .core-center h3 {
        font-size: 24px;
    }
    .two-column>div.itsm-ai-stats-left {
        max-width: 100%;
        background-size: cover;
        border-radius: 0;
        background-position: 0;
    }
    .itsm-ai-core-leaf-parent .core-right-wrap .flex-wrap>div.cont-wrap {
        padding-left: 40px;
    }
    #main-container .core-left-wrap div.flex-wrap,
    #main-container .core-right-wrap div.flex-wrap {
        background: #fff;
        border-radius: 20px 30px 0px 0px;
        height: 300px;
        margin-bottom: 60px;
    }
    #main-container .core-left-wrap>div:nth-child(1),
    #main-container .core-right-wrap>div:nth-child(1) {
        margin-right: 10px;
    }
    #main-container .core-left-wrap>div:nth-child(2),
    #main-container .core-right-wrap>div:nth-child(2) {
        margin-left: 10px;
    }
    #main-container .itsm-ai-core-leaf-parent .core-left-wrap span,
    #main-container .itsm-ai-core-leaf-parent .core-right-wrap span {
        display: none;
    }
    #main-container .itsm-ai-core-leaf-parent .core-left-wrap .flex-wrap::after,
    #main-container .itsm-ai-core-leaf-parent .core-right-wrap .flex-wrap::after {
        content: '';
        left: 0;
        border-radius: 0px 0px 10px 10px;
        bottom: 0px;
        background: #80b8ff;
        position: absolute;
        width: 100%;
        height: 20px;
        top: unset;
    }
    .itsm-ai-core-leaf-parent .flex-wrap::after {
        width: 100%;
    }
    .parent-active.itsm-ai-core-leaf-wrap .core-center {
        transform: translate(-50%, -23%) scale(.8);
    }
    .itsm-ai-core-leaf-parent .core-left-wrap .flex-wrap>div.cont-wrap {
        padding-right: 10px;
    }
    .itsm-ai-stats-section .flex-wrap {
        display: block;
    }
    .itsm-ai-stats-section .flex-wrap.stats-four {
        display: flex;
    }
    .two-column>div.itsm-ai-stats-right {
        max-width: 100%;
    }
    .itsm-ai-stats-right>div {
        max-width: 100%;
        margin-top: 60px;
    }
}

@media only screen and (max-width:1024px) {
    h1 {
        font: 36px / 1.1 Zoho_Puvi_Bold;
    }
    h2 {
        font: 32px/1.2 Zoho_Puvi_Bold;
    }
    h3 {
        font: 28px / 1.2 Zoho_Puvi_Bold;
    }
    #main-container section p {
        font: 18px / 1.6 Zoho_Puvi_Regular;
    }
    .banner-sub-tag-wrap :not(p.highlights-para) {
        padding-right: 0;
    }
}

@media only screen and (max-width:992px) {
    .itsm-ai-footer-section h2 {
        font: 28px / 1.2 Zoho_Puvi_Bold;
    }
    .two-column>div.itsm-ai-stats-left {
        max-width: 100%;
        background-size: 1000px;
        border-radius: 0;
        background-position: -90px 28px;
        padding: 10px 13px 10px;
    }
}

@media only screen and (max-width:767px) {
    h1 {
        font: 34px / 1.1 Zoho_Puvi_Bold;
    }
    h2 {
        font: 30px/1.2 Zoho_Puvi_Bold;
    }
    h3 {
        font: 26px / 1.2 Zoho_Puvi_Bold;
    }
    .form-wrap {
        margin: 50px auto 0px;
    }
    .itsm-ai-core-leaf-parent {
        margin-top: 30px;
    }
    .form-wrap::before,
    svg.banner-chip,
    .itsm-ai-bot,
    .circles {
        display: none;
    }
    .itsm-ai-stats-left .flex-wrap {
        display: flex;
    }
    .itsm-ai-banner-section .left-wrap {
        padding-right: 0;
    }
    .itsm-ai-stats-right>div {
        margin: 70px auto 0px;
    }
    .me-itsm-section {
        padding: 50px 0px;
    }
    .me-itsm-section.itsm-ai-banner-section {
        padding: 0px 0px 80px;
    }
    .sdp-breadcrumb-sec {
        padding: 30px 0px 40px 0px;
    }
    .itsm-ai-footer-section .left-wrap {
        text-align: center;
    }
    #main-container .core-left-wrap>div:nth-child(1),
    #main-container .core-right-wrap>div:nth-child(1) {
        background-image: unset;
        left: 0;
        margin: 0px auto 50px;
    }
    .apiform {
        padding: 40px 20px;
    }
    .parent-active.itsm-ai-core-leaf-wrap .core-center,
    .itsm-ai-core-leaf-wrap .core-center {
        top: 0;
        left: 0;
        transform: unset;
        position: relative;
        opacity: 1;
        background-image: unset;
        width: 100%;
        height: auto;
        text-align: center;
        justify-content: center;
    }
    .itsm-ai-core-leaf-wrap .core-center::after,
    .itsm-ai-core-leaf-wrap .core-center::before {
        background-image: unset;
    }
    .itsm-ai-core-leaf-wrap .core-center h3 {
        color: #000;
        font-size: 28px;
    }
    #main-container .itsm-ai-core-leaf-parent .flex-wrap::after {
        border-radius: 20px;
        left: 0;
        top: 0;
        opacity: 1;
    }
    #main-container .core-left-wrap div.flex-wrap,
    #main-container .core-right-wrap div.flex-wrap {
        opacity: 1;
        margin-bottom: 0;
        right: 0;
        left: 0;
    }
    .itsm-ai-core-leaf-parent .core-left-wrap .flex-wrap>div.cont-wrap,
    .itsm-ai-core-leaf-parent .core-right-wrap .flex-wrap>div.cont-wrap {
        padding-right: 0px;
        padding-left: 0px;
        max-width: 100%;
    }
    .itsm-ai-core-leaf-parent .flex-wrap>div.img-wrap {
        max-width: 100px;
        margin-bottom: 20px;
    }
    .itsm-ai-footer-section .me-itsm-content-wrap .flex-wrap {
        padding: 50px 30px;
        box-sizing: border-box;
    }
}

@media only screen and (max-width:600px) {
    #main-container .core-left-wrap,
    #main-container .core-right-wrap {
        display: block;
        margin-top: 50px;
    }
    .itsm-ai-core-leaf-parent .flex-wrap .img-wrap>div {
        padding: 0px 20px 0px 0px;
    }
    #main-container .core-left-wrap>div:nth-child(2),
    #main-container .core-right-wrap>div:nth-child(2) {
        margin-left: 0px;
    }
    .itsm-ai-core-leaf-parent .flex-wrap>div.img-wrap {
        max-width: 100px;
    }
    .itsm-ai-stats-section .flex-wrap.stats-four {
        display: block;
    }
    .itsm-ai-stats-left .flex-wrap>div {
        max-width: 350px;
        width: 100%;
        margin: 0px auto 30px;
    }
    .two-column>div.itsm-ai-stats-left {
        background-size: cover;
        background-position: -90px 10px;
    }
}

.circles {
    height: 100%;
    position: absolute;
    width: 100%;
    >div {
        animation: growAndFade 3s infinite ease-out;
        background-color: dodgerblue;
        border-radius: 50%;
        height: 100%;
        opacity: 0;
        position: absolute;
        width: 100%;
    }
    .circle1 {
        animation-delay: 1s;
    }
    .circle2 {
        animation-delay: 2s;
    }
    .circle3 {
        animation-delay: 3s;
    }
}

@keyframes growAndFade {
    0% {
        opacity: .25;
        transform: scale(0);
    }
    100% {
        opacity: 0;
        transform: scale(1);
    }
}