.clearfix {
    display: inline-block;
    display: block;
}

.clearfix:after,
footer:after,
header:after,
section:after,
.rows:after,
.container:after {
    display: table;
    content: "";
    clear: both;
}

.clearfix:before,
footer:before,
header:before,
section:before,
.rows:before,
.container:before {
    display: table;
    content: "";
    clear: both;
}

.head-container,
.container {
    transition: none;
    -webkit-transition: none;
}

* html .clearfix {
    height: 1%;
}

*+html .clearfix {
    display: inline-block;
}

html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body {
    margin: 0;
    font-size: 16px;
    font-family: 'RobotoRegular';
    font-weight: 300;
}

article,
footer,
header,
section {
    display: block;
}

section {
    padding: 80px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

section * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

[hidden],
template {
    display: none;
}

a {
    background-color: transparent;
    text-decoration: none;
    outline: none !important;
    color: #4CA9F5;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-family: 'RobotoMedium';
}

small {
    font-size: 0.7em;
}

sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
    font-size: 0.6em;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

img {
    border: 0;
    vertical-align: middle;
    max-width: 100%;
    height: auto;
}

svg:not(:root) {
    overflow: hidden;
}

hr {
    height: 0;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

h1 {
    font-size: 2.5em;
    font-family: 'RobotoMedium';
}

h2 {
    font-size: 2em;
    font-family: 'RobotoMedium';
}

h3 {
    font-size: 1.5em;
}

h4 {
    font-size: 1.2em;
}

p {
    margin: 0 0 25px;
    line-height: 1.8;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}

.text-justify {
    text-align: justify;
}

.text-lowercase {
    text-transform: lowercase;
}

.text-uppercase {
    text-transform: uppercase;
}

.text-capitalize {
    text-transform: capitalize;
}

.text-blue {
    color: #095c9f;
}

.text-light {
    color: #fff !important;
}

.text-dark {
    color: #000 !important;
}

.top-margin {
    margin-top: 50px / 2;
}

.bottom-margin {
    margin-bottom: 50px / 2;
}

.space-large {
    height: 50px;
}

.space-medium {
    height: 50px / 2;
}

.space-small {
    height: 50px / 3;
}

.margin-0 {
    margin: 0 !important;
}

.padding-0 {
    padding: 0 !important;
}

.non-click,
.ebooksection {
    cursor: default;
    pointer-events: none;
}

ol,
ul {
    margin-top: 0;
    margin-bottom: 10px;
    list-style-type: none;
    padding: 0px;
}

.rows {
    margin-right: -15px;
    margin-left: -15px;
}

.container {
    margin: 0 auto;
    width: 100%;
    max-width: 1200px;
}

.container-fluid {
    width: 100%;
    max-width: 100%;
    position: relative;
}

.cols-1,
.cols-2,
.cols-3,
.cols-4,
.cols-5,
.cols-6,
.cols-7,
.cols-8,
.cols-9,
.cols-10,
.cols-11,
.cols-12 {
    float: left;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.cols-12 {
    width: 100%;
}

.cols-11 {
    width: 91.66666667%;
}

.cols-10 {
    width: 83.33333333%;
}

.cols-9 {
    width: 75%;
}

.cols-8 {
    width: 66.66666667%;
}

.cols-7 {
    width: 58.33333333%;
}

.cols-6 {
    width: 50%;
}

.cols-5 {
    width: 41.66666667%;
}

.cols-4 {
    width: 33.33333333%;
}

.cols-3 {
    width: 25%;
}

.cols-2 {
    width: 16.66666667%;
}

.cols-1 {
    width: 8.33333333%;
}

.cols-center {
    margin: 0 auto;
    float: none;
}

@media only screen and (max-width: 1025px) {
    .cols-md-12 {
        width: 100%;
    }

    .cols-md-11 {
        width: 91.66666667%;
    }

    .cols-md-10 {
        width: 83.33333333%;
    }

    .cols-md-9 {
        width: 75%;
    }

    .cols-md-8 {
        width: 66.66666667%;
    }

    .cols-md-7 {
        width: 58.33333333%;
    }

    .cols-md-6 {
        width: 50%;
    }

    .cols-md-5 {
        width: 41.66666667%;
    }

    .cols-md-4 {
        width: 33.33333333%;
    }

    .cols-md-3 {
        width: 25%;
    }

    .cols-md-2 {
        width: 16.66666667%;
    }

    .cols-md-1 {
        width: 8.33333333%;
    }

    .md-hidden {
        display: none;
    }

    .md-center {
        text-align: center;
    }
}

@media only screen and (max-width: 650px) {
    .cols-sd-12 {
        width: 100%;
    }

    .cols-sd-11 {
        width: 91.66666667%;
    }

    .cols-sd-10 {
        width: 83.33333333%;
    }

    .cols-sd-9 {
        width: 75%;
    }

    .cols-sd-8 {
        width: 66.66666667%;
    }

    .cols-sd-7 {
        width: 58.33333333%;
    }

    .cols-sd-6 {
        width: 50%;
    }

    .cols-sd-5 {
        width: 41.66666667%;
    }

    .cols-sd-4 {
        width: 33.33333333%;
    }

    .cols-sd-3 {
        width: 25%;
    }

    .cols-sd-2 {
        width: 16.66666667%;
    }

    .cols-sd-1 {
        width: 8.33333333%;
    }

    .sd-hidden {
        display: none;
    }

    .sd-center {
        text-align: center;
    }
}

.datepicker {
    position: relative;
    display: inline-block;
    font: 15px/1.5 'RobotoRegular';
    font-weight: 300;
    border: 1px solid #ccc;
    border-radius: 3px;
    -webkit-box-shadow: 0.5px 0.5px 0 #b3b3b3;
    -moz-box-shadow: 0.5px 0.5px 0 #b3b3b3;
    -o-box-shadow: 0.5px 0.5px 0 #b3b3b3;
    box-shadow: 0.5px 0.5px 0 #b3b3b3;
}

.datepicker>.datepicker_header {
    padding: 0 5px 5px 5px;
    background-color: #f5f5f5;
    color: #333;
    text-align: center;
    font-size: 9pt;
    font-weight: 700;
    min-height: 30px;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
}

.datepicker>.datepicker_header .icon-close {
    position: absolute;
    display: block;
    width: 16px;
    height: 16px;
    vertical-align: middle;
    padding: 8px;
    top: 0;
    right: 0;
}

.datepicker>.datepicker_header .icon-home {
    position: absolute;
    display: block;
    width: 16px;
    height: 16px;
    vertical-align: middle;
    padding: 8px;
    top: 0;
    left: 0;
}

.datepicker>.datepicker_header>span {
    display: inline-block;
    margin-top: -2px;
    margin-left: 20px;
    margin-right: 20px;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
}

.datepicker>.datepicker_header>a {
    color: #4CA9F5;
    cursor: pointer;
    font-size: 20px;
    padding: 3px 16px;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    vertical-align: initial;
}

.datepicker>.datepicker_header>a:hover {
    color: #000;
    background-color: #ccc;
}

.datepicker>.datepicker_header>a:hover>div {
    background-position: -16px 0;
}

.datepicker>.datepicker_header>a:active {
    color: #fff;
    background-color: #333;
}

.datepicker>.datepicker_inner_container {
    margin: -2px 0 -2px 0;
    background-color: #ccc;
    border: 1px solid #b3b3b3;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-box-shadow: 0.5px 0 3px #b3b3b3;
    -moz-box-shadow: 0.5px 0 3px #b3b3b3;
    -o-box-shadow: 0.5px 0 3px #b3b3b3;
    box-shadow: 0.5px 0 3px #b3b3b3;
}

.datepicker>.datepicker_inner_container:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.datepicker>.datepicker_inner_container>.datepicker_calendar {
    float: left;
    width: 18.3em;
    margin-top: -0.5px;
    margin-left: -1px;
    margin-bottom: -2px;
    background-color: #fff;
    border: 1px solid #b3b3b3;
    border-top: none;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    -webkit-border-top-left-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-bottomleft: 3px;
}

.datepicker>.datepicker_inner_container>.datepicker_calendar>table {
    padding: 10px;
}

.datepicker>.datepicker_inner_container>.datepicker_calendar>.datepicker_table>tr>th {
    color: #000;
    width: 18px;
    font-size: small;
    font-weight: 400;
    text-align: center;
}

.datepicker>.datepicker_inner_container>.datepicker_calendar>.datepicker_table>tr>td {
    color: #000;
    font-size: small;
    text-align: center;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    cursor: pointer;
    padding: 10px;
}

.datepicker>.datepicker_inner_container>.datepicker_calendar>.datepicker_table>tr>td.today {
    border-bottom: #b3b3b3 solid 2px;
    margin-bottom: -2px;
}

.datepicker>.datepicker_inner_container>.datepicker_calendar>.datepicker_table>tr>td.day_another_month {
    color: #ccc;
}

.datepicker>.datepicker_inner_container>.datepicker_calendar>.datepicker_table>tr>td.day_in_past {
    cursor: default;
    color: #ccc;
}

.datepicker>.datepicker_inner_container>.datepicker_calendar>.datepicker_table>tr>td.day_in_unallowed {
    cursor: default;
    color: #ccc;
}

.datepicker>.datepicker_inner_container>.datepicker_calendar>.datepicker_table>tr>td.out_of_range {
    cursor: default;
    color: #ccc;
}

.datepicker>.datepicker_inner_container>.datepicker_calendar>.datepicker_table>tr>td.active {
    color: #fff;
    background-color: #333;
}

.datepicker>.datepicker_inner_container>.datepicker_calendar>.datepicker_table>tr>td.hover {
    color: #000;
    background-color: #ccc;
}

.datepicker>.datepicker_inner_container>.datepicker_timelist {
    float: left;
    margin-top: -0.5px;
    padding: 5px 0;
    overflow: auto;
    overflow-x: hidden;
    background-color: #fff;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    text-align: right;
    width: 4.9em;
}

.datepicker>.datepicker_inner_container>.datepicker_timelist::-webkit-scrollbar {
    overflow: hidden;
    width: 6px;
    background: #ffffff;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

.datepicker>.datepicker_inner_container>.datepicker_timelist::-webkit-scrollbar:horizontal {
    height: 1px;
}

.datepicker>.datepicker_inner_container>.datepicker_timelist::-webkit-scrollbar-button {
    display: none;
}

.datepicker>.datepicker_inner_container>.datepicker_timelist::-webkit-scrollbar-piece {
    background: #b3b3b3;
}

.datepicker>.datepicker_inner_container>.datepicker_timelist::-webkit-scrollbar-piece:start {
    background: #b3b3b3;
}

.datepicker>.datepicker_inner_container>.datepicker_timelist::-webkit-scrollbar-thumb {
    background: #666666;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}

.datepicker>.datepicker_inner_container>.datepicker_timelist::-webkit-scrollbar-corner {
    background: #333;
}

.datepicker>.datepicker_inner_container>.datepicker_timelist>div.timelist_item {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 7px;
    padding-right: 7px;
    margin-top: 5px;
    margin-bottom: 2px;
    font-size: small;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    cursor: pointer;
}

.datepicker>.datepicker_inner_container>.datepicker_timelist>div.timelist_item.time_in_past {
    cursor: default;
    color: #ccc;
}

.datepicker>.datepicker_inner_container>.datepicker_timelist>div.timelist_item.out_of_range {
    cursor: default;
    color: #ccc;
}

.datepicker>.datepicker_inner_container>.datepicker_timelist>div.timelist_item.active {
    color: #fff;
    background-color: #333;
}

.datepicker>.datepicker_inner_container>.datepicker_timelist>div.timelist_item.hover {
    color: #000;
    background-color: #ccc;
}

/* Solution banner */
.banner {
    background: url("https://cdn.manageengine.com/images/new-solutions-banner.jpg") no-repeat #234395;
    background-size: cover;
    padding: 30px 0;
    position: relative;
}

.banner:after {
    content: "";
    display: block;
    left: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
}

.banner-img {
    display: block;
    height: 320px;
    margin: 0 auto;
    width: auto;
}

.banner-leftdiv:not(#NetworkSecuritySolutions .banner-leftdiv) {
    padding-top: 50px;
}

.banner-cta span {
    background: #E04B3A;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: 'RobotoMedium';
    font-size: 16px;
    margin: 20px 0 10px;
    padding: 8px 26px;
}

.banner-cta span:hover {
    background: #fff;
    color: #29178d;
}

#sol-detail {
    background: #f1f5ff;
}

#sol-detail .section-title {
    text-align: left;
}

#sol-detail .cols-4.cols-md-6.cols-sd-12 {
    height: 170px;
    overflow: hidden;
}

.page-title {
    color: #fff;
    font-family: 'RobotoSemiBold';
    font-size: 2.2em;
    line-height: 1.4;
    margin-bottom: 10px;
}

p.banner-descr {
    color: #fff;
    font-size: 18px;
    margin-bottom: 10px;
}

.page-section {
    padding: 80px 0;
}

.section-title {
    color: #000;
    font-family: 'RobotoSemiBold';
    font-size: 1.3em;
    font-size: 1.7em;
    line-height: 1.5;
}

.section-title br {
    display: none;
}

.lists {
    line-height: 1.8;
    padding-left: 18px;
}

.lists li {
    margin-bottom: 15px;
    position: relative;
}

.lists li:before {
    background: #2ea76f;
    border-radius: 100%;
    content: "";
    display: block;
    height: 7px;
    left: -15px;
    position: absolute;
    top: 8px;
    width: 7px;
}

span.itom-det-ico,
span.iam-det-ico,
span.nss-det-ico {
    background: #fff;
    display: block;
    width: 70px;
    height: 70px;
    float: left;
    margin-right: 22px;
    position: relative;
    -webkit-box-shadow: 0px 3px 6px #b3b3b3;
    -moz-box-shadow: 0px 3px 6px #b3b3b3;
    -o-box-shadow: 0px 3px 6px #b3b3b3;
    box-shadow: 0px 3px 6px #b3b3b3;
}

.itom-det-ico:after {
    content: "";
    width: 50px;
    height: 40px;
    background: url("https://cdn.manageengine.com/images/itom-ico-sprite.svg") no-repeat;
    background-size: 290px;
    background-position: 1px -295px;
    display: block;
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
}

.itom-det-ico1:after {
    background-position: 9px 4px;
}

.itom-det-ico2:after {
    background-position: -41px 5px;
}

.itom-det-ico3:after {
    background-position: -83px 4px;
}

.itom-det-ico4:after {
    background-position: -139px 1px;
}

.itom-det-ico5:after {
    background-position: -196px 3px;
}

.itom-det-ico6:after {
    background-position: -250px 3px;
}

.itom-det-ico7:after {
    background-position: 10px -43px;
}

.itom-det-ico8:after {
    background-position: -41px -41px;
}

.itom-det-ico9:after {
    background-position: -86px -44px;
}

.itom-det-ico10:after {
    background-position: -137px -45px;
}

.itom-det-ico11:after {
    background-position: -200px -46px;
}

.itom-det-ico12:after {
    background-position: -252px -45px;
}

.itom-det-ico13:after {
    background-position: 8px -82px;
}

.itom-det-ico14:after {
    background-position: -42px -82px;
}

.itom-det-ico15:after {
    background-position: -83px -82px;
}

.iam-det-ico:after,
.nss-det-ico:after {
    content: "";
    width: 50px;
    height: 40px;
    display: block;
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
}

.iam-det-ico:after {
    background: url("https://cdn.manageengine.com/images/iam-ico-sprite.svg") no-repeat;
    background-size: 290px;
    background-position: 1px -295px;
}

.iam-det-ico1:after {
    background-position: 8px 3px;
}

.iam-det-ico2:after {
    background-position: -45px 2px;
}

.iam-det-ico3:after {
    background-position: -86px 2px;
}

.iam-det-ico4:after {
    background-position: -140px 1px;
}

.iam-det-ico5:after {
    background-position: -197px 3px;
}

.iam-det-ico6:after {
    background-position: -250px 3px;
}

.iam-det-ico7:after {
    background-position: 10px -43px;
}

.iam-det-ico8:after {
    background-position: -41px -41px;
}

.itom-det-ico9:after {
    background-position: -86px -44px;
}

.nss-det-ico:after {
    background: url("https://cdn.manageengine.com//images/nss-ico-sprite.svg") no-repeat;
    background-size: 400px;
    background-position: 1px -295px;
}

.nss-det-ico1:after {
    background-position: -5px -12px;
}

.nss-det-ico2:after {
    background-position: -71px -13px;
}

.nss-det-ico3:after {
    background-position: -155px -16px;
    background-size: 445px;
}

.nss-det-ico4:after {
    background-position: -204px -13px;
}

.nss-det-ico5:after {
    background-position: -311px -17px;
    background-size: 445px;
}

.nss-det-ico6:after {
    background-position: -347px -13px;
}


.detail-row p {
    width: calc(100% - 92px);
    float: left;
    min-height: 92px;
    line-height: 1.6;
    font-size: 14px;
}

#solutions-sec {
    background: #faf9fb;
}

.sol-title {
    font-family: 'RobotoMedium';
    font-size: 1.3em;
    background: #305fd5;
    color: #fff;
    width: 70%;
    margin: 0 auto;
    padding: 15px;
    border-top-right-radius: 25px;
    border-top-left-radius: 25px;
}

.sol-box {
    border: 1px solid #999999;
    border-radius: 25px;
    padding: 20px;
}

.sol-in-row {
    width: 33.3%;
    float: left;
    padding-left: 5px;
    padding-right: 5px;
}

.sol-in-row-sml {
    width: 25%;
}

.sol-in-row-lrg {
    width: 50%;
}

#ITOM .sol-in-box {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}

#ITOM .sol-items {
    margin: 10px;
    float: none;
}

#ITOM .sol-in-row-lrg .sol-in-box {
    justify-content: flex-start;
}

#ITOM .sol-in-row-sml {
    width: 25%;
}

#ITOM .sol-in-row-mid,
#NetworkSecuritySolutions .sol-in-row-mid {
    width: 40%;
}

#ITOM .sol-in-row-midlow {
    width: 35%;
}

#ITOM .sol-in-row-lrg,
#NetworkSecuritySolutions .sol-in-row-lrg {
    width: 60%;
}

#ITOM .sol-box .sol-row {
    margin-bottom: 40px;
}

#ITOM .sol-in-row-mid .sol-items,
#ITOM .sol-in-row-lrg .sol-items,
#NetworkSecuritySolutions .sol-in-row-mid .sol-items,
#NetworkSecuritySolutions .sol-in-row-lrg .sol-items {
    margin: 15px;
}

#NetworkSecuritySolutions .sol-in-box {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.sol-in-col {
    min-height: 330px;
    background: #f1f5ff;
    border-radius: 15px;
    padding-bottom: 10px;
}

#dlpsolutions .sol-in-col {
    background: linear-gradient(to bottom, #ffffff, #fafafa 75%);
}

#IT_analytics .sol-in-col {
    min-height: 270px;
}

#dlpsolutions .sol-in-row:nth-child(1) {
    width: 48%;
}

#dlpsolutions .sol-in-row:nth-child(2) {
    width: 52%;
}

.sol-in-col>h3 {
    font-size: 0.95em;
    margin: 0;
    background: #2e2929;
    color: #fff;
    padding: 15px 2px;
    text-align: center;
    font-family: 'RobotoMedium';
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;
}

#ITOM .sol-in-col>h3 {
    font-size: 0.8em;
}

.sol-row {
    margin-left: -5px;
    margin-right: -5px;
}

.sol-in-box {
    padding: 7px;
    position: relative;
}

.sol-items {
    width: 172px;
    height: 190px;
    float: left;
    position: relative;
    margin: 5px;
}

.single-solbox .sol-items {
    width: 182px;
}

.sol-item {
    width: 172px;
    height: 190px;
    background: #fff;
    border: 1px solid #26308F;
    border-radius: 10px;
    color: #000;
    position: absolute;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    padding: 10px;
    top: 0;
    left: 0;
    overflow: hidden;
}

.single-solbox .sol-item {
    width: 182px;
}

.sol-in-row:not(.sol-in-row-sml) .sol-items:nth-child(even):not(.odd-items) .sol-item {
    left: inherit;
    right: 0;
}

.single-solbox .sol-items {
    float: none;
    margin: 5px auto;
}

.analytics-solbox.single-solbox .sol-items {
    margin: 5px;
}

.last-row-item {
    bottom: 0;
    top: inherit;
}

.single-solbox .last-row-item {
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

.sol-item:hover {
    width: 356px;
    z-index: 9;
    height: 390px;
    background: #001353;
    padding: 10px 20px;
}

.single-solbox .sol-item:hover,
.dlp-box .sol-item:hover {
    height: 240px;
}

.analytics-solbox.single-solbox .sol-item:hover {
    width: 380px;
}

.sol-item-hover {
    z-index: 999;
}

.sol-cta a {
    color: #595959;
    display: inline-block;
}

.sol-cta a:after {
    content: "";
    display: inline-block;
    width: 1px;
    height: 9px;
    background: #595959;
    margin-left: 6px;
    margin-right: 6px;
    position: relative;
    top: 1px;
}

.sol-cta a:last-child:after {
    display: none;
}

.sol-item h3 {
    font-size: 14px;
    font-family: 'RobotoSemiBold';
    color: #000;
    margin: 0 0 8px 0;
    padding-top: 10px;
    line-height: 1.4;
}

.sol-item:hover h3 {
    font-size: 17px;
    color: #fff;
}

.sol-item p {
    font-size: 13px;
    margin: 0;
    color: #001353;
    line-height: 1.4;
}

.sol-item p.default-text {
    width: 152px;
}

.sol-item p.hover-text {
    width: 320px;
    display: none;
}

.sol-item p.sol-cta {
    -webkit-transition: all ease 0.7s;
    -moz-transition: all ease 0.7s;
    -o-transition: all ease 0.7s;
    transition: all ease 0.7s;
    position: absolute;
    bottom: 14px;
    left: 10px;
    font-size: 12px;
}

.sol-item:hover p {
    color: #f1f5ff;
    font-size: 14px;
    line-height: 1.5;
}

.sol-item:hover p a {
    color: #fff;
    font-size: 15px;
    font-family: 'RobotoMedium';
}

.sol-item:hover p.sol-cta {
    bottom: 18px;
    left: 20px;
}

.sol-item.key-item {
    background: linear-gradient(-45deg, #12275a, #305fd5);
    color: #fff;
}

.sol-item.key-item:hover {
    background: #001353;
}

.sol-item.key-item h3 {
    color: #fff;
}

.sol-item.key-item h3 .dcnamechange-inpage {
    display: block;
    position: relative;
    margin: 0;
    line-height: 1.3;
    font-family: 'RobotoMedium';
    font-size: 12px;
    color: #fff;
}

.sol-item.key-item p {
    color: #fff;
}

.sol-item.key-item .sol-cta a {
    color: #fff;
}

.sol-item.key-item .sol-cta a:after {
    background: #fff;
}

.sol-item.key-item:hover p a {
    color: #fff;
    font-size: 15px;
    font-family: 'RobotoMedium';
}

.sol-item.key-item:hover p a:hover,
.sol-item:hover p a:hover {
    color: #ffd800 !important;
    text-decoration: none;
}

.sol-item.key-item:hover p a:hover,
.sol-item:hover p a:hover {
    color: #fff;
}

.sol-item.key-item:hover .sol-cta a:after,
.sol-item:hover .sol-cta a:after {
    background: #fff;
    height: 14px;
    top: 2px;
}

p.bundled-prd {
    margin-top: 15px;
    margin-bottom: 0;
}

.sol-item.key-item:before {
    content: "";
    display: block;
    width: 18px;
    height: 28px;
    position: absolute;
    background: #ffd800;
    top: -1px;
    right: 15px;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 50% calc(100% - 8px), 0 100%);
}

.bundled-prd span {
    content: "";
    display: inline-block;
    width: 15px;
    height: 23px;
    background: #ffd800;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 50% calc(100% - 8px), 0 100%);
    position: relative;
    top: 3px;
}

#casestudy-sec {
    padding-top: 0;
}

.casestudy-box {
    background: #26308F;
    color: #fff;
    padding: 35px 25px;
    border-radius: 5px;
}

#dlpsolutions .casestudy-box {
    max-height: 300px;
}

.casestudy-box.testimonial-box {
    padding-bottom: 0px;
}

.casestudy-box img {
    height: 24px;
    display: block;
    margin-right: 12px;
    margin: 0 auto;
}

.casestudy-box h3 {
    font-family: 'RobotoSemiBold';
    margin-bottom: 15px;
    margin-top: 0;
    text-align: center;
}

.casestudy-lists li {
    line-height: 1.5;
    margin-bottom: 10px;
    padding-left: 28px;
    font-size: 14px;
}

.casestudy-box .cta-links {
    color: #fff;
    margin-top: 10px;
    font-size: 1em;
    display: block;
    text-align: center;
    position: absolute;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    left: 50%;
    bottom: 35px;
}

.casestudy-box .cta-links:hover {
    color: #ffd800;
}

.casestudy-lists li a {
    color: #fff;
    text-decoration: none;
    position: relative;
}

.casestudy-lists li a:hover {
    color: #ffd800;
}

.casestudy-lists li a:before {
    content: "";
    width: 16px;
    height: 18px;
    display: inline-block;
    background: url('https://cdn.manageengine.com/images/pdf-ico.svg') no-repeat;
    background-size: 14px;
    background-position: center;
    position: absolute;
    top: 2px;
    left: -27px;
    filter: brightness(0) invert(1);
}

.casestudy-lists li.page-ico a:before {
    background: url('https://cdn.manageengine.com/images/page-ico.svg') no-repeat;
    background-size: 17px;
    background-position: center;
    top: -1px;
}

.casestudy-lists li.vid-ico a:before {
    background: url('https://cdn.manageengine.com/images/vid-ico.svg') no-repeat;
    background-size: 16px;
    background-position: center;
    top: 0;
}

.testimonial-box .cta-links {
    position: relative;
    margin-top: 0;
    bottom: 20px;
}

ul.casestudy-lists {
    min-height: 160px;
    margin-bottom: 20px;
}

.top-links {
    position: fixed;
    right: 0;
    top: initial;
    bottom: 300px;
    z-index: 4;
}

.contact:before {
    margin-bottom: 5px;
    background: url("https://cdn.manageengine.com/images/req-demo.svg") no-repeat #29b373;
    background-size: 45%;
    background-position: center;
}

.demo:before {
    background: url("https://cdn.manageengine.com/images/req-callback.svg") no-repeat #29b373;
    background-size: 50%;
    background-position: center;
}

.contact,
.top-links .req-call:hover {
    cursor: pointer;
}

/* testimonial slider */
.testimonial_slider_2 {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.testimonial_slider_2 input {
    display: none;
}

.testimonial_slider_2 #slide_2_1:checked~.boo_inner {
    margin-left: 0;
}

.testimonial_slider_2 #slide_2_2:checked~.boo_inner {
    margin-left: -100%;
}

.testimonial_slider_2 #slide_2_3:checked~.boo_inner {
    margin-left: -200%;
}

.testimonial_slider_2 #slide_2_4:checked~.boo_inner {
    margin-left: -300%;
}

.testimonial_slider_2 .boo_inner {
    width: 400%;
    -webkit-transform: translateZ(0);
    -webkit-transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
    -moz-transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
    -ms-transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
    -o-transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
    transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
    -webkit-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
    -moz-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
    -ms-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
    -o-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
    transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
}

.testimonial_slider_2 .slide_content {
    width: 25%;
    float: left;
}

.testimonial_slider_2 #controls {
    text-align: right;
    margin-top: 15px;
}

.testimonial_slider_2 #controls label {
    width: 8px;
    height: 8px;
    margin: 0 2px;
    display: inline-block;
    background: #999999;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    cursor: pointer;
}

.testimonial_slider_2 #slide_2_1:checked~#controls label:nth-child(1),
.testimonial_slider_2 #slide_2_2:checked~#controls label:nth-child(2),
.testimonial_slider_2 #slide_2_3:checked~#controls label:nth-child(3),
.testimonial_slider_2 #slide_2_4:checked~#controls label:nth-child(4) {
    background: #fff;
}

.content_2 {
    position: relative;
    min-height: 169px;
}

.content_2:before,
.content_2:after {
    content: "";
    height: 15px;
    width: 19px;
    position: absolute;
}

.testimonial_2 p {
    margin-bottom: 5px;
    line-height: 1.7;
    font-size: 0.9em;
}

.testimonial_2 h4 {
    font-size: 0.9em;
    margin-left: 0;
    margin-top: 10px;
    color: #fff;
    font-family: 'RobotoMedium';
}

.author_2 {
    margin-left: 30px;
}

.author_2 h3 {
    color: #333;
    font-size: 13px;
    font-family: 'RobotoSemiBold';
    padding: 0 0 5px;
}

.author_2 h4 {
    color: #333;
    font-size: 12px;
    font-family: 'RobotoMedium';
    padding: 0 0 5px;
}

.author_2 h4 a {
    color: #999999;
    text-decoration: none;
    position: relative;
    padding-bottom: 1px;
    overflow: hidden;
    border-bottom: 1px solid;
}

.author_2 h4 a:after {
    background: #999999;
    height: 1px;
    content: "";
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.author_2 h4 a:hover {
    color: #000;
    border: none;
}

.author_2 h4 a:hover:after {
    border-color: #000;
    width: 100%;
}

#form-sec {
    background: #f1f5ff;
}

.section-descr {
    font-size: 18px;
    margin-top: 10px;
}

/* form style */
.overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.52);
    z-index: 999999;
    top: 0;
    left: 0;
    display: none;
}

.popup,
.popup * {
    box-sizing: border-box;
}

.popup {
    position: fixed;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    width: 500px;
    max-width: 95%;
    max-height: 95vh;
    background: #fff;
    overflow: hidden;
    -webkit-box-shadow: 0 0 10px #383838;
    -moz-box-shadow: 0 0 10px #383838;
    -o-box-shadow: 0 0 10px #383838;
    box-shadow: 0 0 10px #383838;
    border-radius: 3px;
    z-index: 99;
    display: none;
}

.popup-content {
    overflow-y: scroll;
    overflow-x: hidden;
    height: 100%;
    max-height: 90vh;
}

.popup-content form {
    width: 90%;
    margin: 0 auto;
}

span.close {
    position: absolute;
    z-index: 999;
    top: 0px;
    right: 0px;
    color: #afc1ef;
    font-weight: bold;
    cursor: pointer;
    border-radius: 50%;
    text-align: center;
    line-height: 25px;
    font-family: 'RobotoSemiBold';
    font-size: 14px;
    padding: 2px 10px;
}

span.close:hover {
    color: #fff;
}

h2.popup-title {
    text-align: center;
    margin: 0;
    line-height: 1.6;
    background: url("https://cdn.manageengine.com/images/dotted-bg.svg") no-repeat, url("https://cdn.manageengine.com/images/dotted-bg.svg") no-repeat #003795;
    background-size: 7%, 5%;
    background-position: 14px 54px, 94% 20px;
    color: #fff;
    font-family: 'RobotoSemiBold';
    font-size: 16px;
    padding: 20px 25px;
    margin-bottom: 30px;
}

.form-control.btn-submits {
    background: transparent;
    text-align: center;
}

.form-control {
    height: 55px;
    margin-bottom: 12px;
}

.dropdown1,
.dropdt1 {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.dropdown1::-webkit-scrollbar,
.dropdt1::-webkit-scrollbar {
    width: 0px;
    background: transparent;
    display: none;
}

p.privacy-policy {
    font-size: 14px;
    color: #000;
    margin-top: 20px;
}

.popup p.privacy-policy {
    margin-bottom: 10px;
}

p.privacy-policy a {
    color: #000;
    text-decoration: underline !important;
}

#meGDPRMessage {
    color: #000;
    font-size: 14px;
    width: 100%;
    line-height: 1.6;
}

.dropdt1 .hida1 {
    padding-top: 16px;
}

.hide_field {
    display: none;
}

/* form css  */
.form-control {
    display: block;
    width: 100%;
    height: 55px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff;
    background-image: none;
    border: 1px solid #fff;
    border-radius: 4px;
    box-shadow: none;
    position: relative;
    margin-bottom: 16px;
    -webkit-transition: border ease 1.5s;
    -moz-transition: border ease 1.5s;
    -o-transition: border ease 1.5s;
    transition: border ease 1.5s;
}

.dropdown-control {
    background: url('https://cdn.manageengine.com/images/submenu-sel-arrow.png') no-repeat;
    background-position: 95% center;
}

.form-control.dropdown-control.uscountry {
    background: #fff;
}

.form-control.active-row {
    border: 1px solid #fff;
}

.form-control.btn-submits {
    border: none;
    margin-bottom: 45px;
    padding-left: 0;
}

.form-control.form-comments {
    height: 85px;
}

.form-control:after,
.form-control:before {
    box-sizing: inherit;
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    z-index: 1;
    border: 2px solid transparent;
    border-radius: 5px;
    pointer-events: none;
}

.form-control:before {
    top: 0px;
    left: 0px;
}

.form-control:after {
    bottom: 0;
    right: 0;
}

.form-control .error {
    position: absolute;
    bottom: -8px;
    left: 30px;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
    font-size: 12px;
    z-index: 8;
    opacity: 1;
    background: linear-gradient(to bottom, #fff, #f7f7f7);
    padding: 5px;
    line-height: 0.5;
    color: red;
    display: none;
}

.form-control .error.phone_codeerror {
    line-height: 1.2;
    bottom: -18px;
    left: 14px;
    margin-right: 8px;
}

.form-control * {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}

.form-control .label {
    position: absolute;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    top: 50%;
    left: 30px;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
    font-size: 16px;
    z-index: 8;
    opacity: 0.7;
}

.form-comments.form-control .label {
    top: 35%;
}

.form-control input,
.form-control select,
.form-control textarea {
    outline: none;
    border: none;
    background: none !important;
    padding-left: 20px;
    font-size: 1.2em;
    position: relative;
    z-index: 9;
    opacity: 0.6;
    resize: none;
    font-family: 'RobotoRegular';
    width: 100%;
    height: 100%;
}

.form-control select {
    opacity: 0;
    background: url(https://cdn.manageengine.com/government/images/arrow.png) no-repeat !important;
    background-position: 98% !important;
}

.form-control.active-row select {
    opacity: 1;
    color: #999999;
}

.enquiry-popup .form-control {
    height: 48px;
    border: 1px solid #bfbfbf;
    -webkit-transition: border ease 0.9s;
    -moz-transition: border ease 0.9s;
    -o-transition: border ease 0.9s;
    transition: border ease 0.9s;
}

.enquiry-popup .active-row.form-control {
    border-color: #fff;
}

.form-control.btn-submits {
    border: none;
}

.btn-submits button {
    border-radius: 4px;
    font-size: 16px;
    font-weight: 400;
    border: 2px solid #e04d3b;
    background: #e04d3b;
    color: #fff;
    cursor: pointer;
    outline: none;
    display: inline-block;
    padding: 12px 40px;
    margin: 0 0 20px 0;
}

.btn-submits button:hover {
    background: #000000;
    border-color: #000000;
}

p.callback-text {
    margin: 0 0 12px 0;
    color: #333;
    font-size: 0.9em;
    position: relative;
    bottom: 7px;
}

b.sup {
    font-size: 0.8em;
    position: relative;
    bottom: 5px;
    left: 2px;
}

.form-control.btn-submit,
.form-control.btn-submit-new {
    background: transparent;
    border: none;
    height: auto;
    text-align: center;
}

.btn-submit-new button {
    font-size: 18px;
    font-weight: 400;
    border: 2px solid #e04d3b;
    border-radius: 5px;
    background: #e04d3b;
    color: #fff;
    cursor: pointer;
    outline: none;
    display: inline-block;
    padding: 12px 50px;
    margin: 20px 0;
}

.btn-submit-new button:hover {
    background: #0d0d0d;
    border-color: #0d0d0d;
}

.active-row.form-control::before {
    border-top-color: #0a2aff;
    border-right-color: #0a2aff;
    transition: width 0.15s ease-out, height 0.15s ease-out 0.15s;
    width: 100%;
    height: 100%;
}

.active-row.form-control::after {
    border-bottom-color: #0a2aff;
    border-left-color: #0a2aff;
    transition: border-color 0s ease-out 0.3s, width 0.15s ease-out 0.3s, height 0.15s ease-out 0.45s;
    width: 100%;
    height: 100%;
}

.form-control.active-row .label {
    top: 0;
    background: linear-gradient(to bottom, #f1f5ff, #fff);
    padding: 0 6px;
    left: 15px;
    font-size: 1em;
    opacity: 1;
}

.popup .form-control.active-row .label {
    background: #fff;
}

.uscountry.form-control {
    height: auto;
    background: transparent;
    padding: 0;
    border-color: transparent;
}

.uscountry.form-control:before,
.uscountry.form-control:after {
    display: none;
}

.uscountry select#contact_country,
.uscountry select#zc-country {
    height: 60px;
    border: 2px solid #3754ff;
    border-radius: 4px;
    opacity: 1;
    background: url(https://cdn.manageengine.com/government/images/arrow.png) no-repeat #fff !important;
    background-position: 95% !important;
}

.popup .uscountry select#contact_country,
.popup .uscountry select#zc-country {
    height: 48px;
}

.uscountry.form-control.active-row .label {
    z-index: 99;
}

.uscountry select#country_state,
.uscountry select#ukcountry_region {
    height: 60px;
    background: url(https://cdn.manageengine.com/government/images/arrow.png) no-repeat #fff !important;
    background-position: 95% !important;
    margin-top: 15px;
    border-radius: 4px;
    opacity: 1;
    border: 2px solid #3754ff;
}

.uscountry .state-label {
    top: unset !important;
    bottom: 38px;
}

.dropdown1 {
    position: relative;
    z-index: 99;
    font-size: 12px;
    padding: 0;
    height: 55px;
}

.dropdown1.sol {
    z-index: 999;
}

.dropdown1 .dropdt1 {
    width: 100%;
    height: 100%;
}

.clicks {
    display: block;
    width: 100%;
    height: 100%;
}

.dropdt1 .hida1 {
    display: block;
    width: 100%;
    height: 100%;
    padding-top: 16px;
    padding-left: 30px;
    font-size: 16px;
    color: #999999;
    background: url(https://cdn.manageengine.com/government/images/arrow.png) no-repeat transparent;
    background-position: 96%;
    -webkit-transition: all ease 0.2s;
    -moz-transition: all ease 0.2s;
    -o-transition: all ease 0.2s;
    transition: all ease 0.2s;
}

.active-row .dropdt1 .hida1 {
    background: linear-gradient(to bottom, #fafafa, #fff);
    width: auto;
    display: inline-block;
    position: absolute;
    height: auto;
    padding: 0 6px;
    top: -8px;
    left: 15px;
    z-index: 9;
    color: #333;
}

.multiSel1 {
    padding: 12px 10px 5px 10px;
    height: 53px;
    overflow: scroll;
    display: none;
}

.dropdown1 .dropdd1 {
    position: absolute;
    width: 100%;
    z-index: 9999;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
}

div.dropdownsearch1 {
    width: 100%;
    background: #fff;
    display: none;
    z-index: 9999;
    position: relative;
}

.dropdown1 .dropdd1 input {
    width: 96%;
    padding: 10px;
    font-size: 14px;
    margin: 15px 10px 5px;
    border: 1px solid #ccc;
    background: #fff;
    box-sizing: border-box;
    opacity: 1;
}

.dropdown1 .dropdd1 ul {
    color: #333;
    display: none;
    left: 0;
    padding: 15px 0 2px 0;
    position: absolute;
    top: 50px;
    width: 100%;
    list-style: none;
    height: 175px;
    overflow: auto;
    background: #fff;
    text-align: left;
    overflow: scroll !important;
}

.dropdown .dropdd ul li,
.dropdown1 .dropdd1 ul li {
    padding: 5px 10px;
    width: 100%;
    font-size: 14px;
    line-height: 2;
    cursor: pointer;
}

.dropdown1 .dropdd1 ul li:hover {
    background: #e6e6e6;
}

.multiSel1 span {
    border: 1px solid #333;
    padding: 1px 5px;
    border-radius: 5px;
    margin: 2px 5px 2px 0;
    font-size: 0.9em;
    line-height: 20px;
    display: inline-block;
}

.multiSel1 span strong {
    margin: 0 0 0 10px;
    color: #a6a6a6;
    font-weight: 700;
    cursor: pointer;
}

.top-links {
    position: fixed;
    right: 0;
    top: initial;
    bottom: 300px;
    z-index: 4;
}

.fixedbtnew {
    position: fixed;
    right: 0;
    top: initial;
    top: 300px;
    z-index: 999;
    display: none;
}

#fixedbtn:not(.solution-btn) {
    display: block !important;
}

#fixedbtn span {
    display: none;
}

.fixedbtnew {
    display: block;
    background: #29b373;
    cursor: pointer;
    height: 50px;
    color: #fff !important;
    margin-bottom: 5px;
    font-weight: 500;
    font-size: 14px;
    line-height: 30px;
    padding: 10px;
    box-sizing: border-box;
    position: relative;
    text-decoration: none;
    -webkit-box-shadow: 0 3px 6px #a6a6a6;
    -moz-box-shadow: 0 3px 6px #a6a6a6;
    -o-box-shadow: 0 3px 6px #a6a6a6;
    box-shadow: 0 3px 6px #a6a6a6;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    transition: all ease 0.5s;
    -webkit-transform: translateX(190px);
    -moz-transform: translateX(190px);
    -o-transform: translateX(190px);
    transform: translateX(190px);
    position: fixed;
    right: 0;
    top: initial;
    top: 300px;
    z-index: 999;
}

#fixedbtn span:hover,
.fixedbtnew:hover {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}

#fixedbtn span:before,
.fixedbtnew:before {
    content: "";
    position: absolute;
    top: 50%;
    left: -46px;
    width: 48px;
    height: 50px;
    text-align: center;
    -webkit-transform: translate(0%, -50%);
    -moz-transform: translate(0%, -50%);
    -o-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    -webkit-box-shadow: -5px 2px 6px #a6a6a6;
    -moz-box-shadow: -5px 2px 6px #a6a6a6;
    -o-box-shadow: -5px 2px 6px #a6a6a6;
    box-shadow: -5px 2px 6px #a6a6a6;
}

.contact:before {
    margin-bottom: 5px;
    background: url("https://cdn.manageengine.com/images/req-demo.svg") no-repeat #29b373;
    background-size: 45%;
    background-position: center;
}

.contact_popup:before {
    background: url("https://cdn.manageengine.com/images/download-ico.svg") no-repeat #29b373;
    background-size: 50%;
    background-position: center;
}

.contact,
.top-links .req-call:hover {
    cursor: pointer;
}

.contact {
    -webkit-transform: translateX(126px);
    -moz-transform: translateX(126px);
    -o-transform: translateX(126px);
    transform: translateX(126px);
    top: 244px;
}

.success-overlay {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    display: none;
}

.global-success-msg {
    position: fixed;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    top: 40%;
    left: 50%;
    z-index: 999999;
    width: 400px;
    max-width: 90%;
    background: #fff;
    padding: 40px 20px;
    text-align: center;
    color: #000;
    font-size: 1.4em;
    line-height: 1.8;
    font-weight: 400;
    border-radius: 10px;
}

.global-success-msg p {
    line-height: 1.6;
    margin: 30px 0 0;
    color: #000;
    display: block;
    font-size: 20px;
    font-family: 'RobotoSemiBold';
}

.global-success-msg p b {
    display: block;
}

span.tick-icon {
    display: block;
    width: 50px;
    padding: 20px;
    background: #26308F;
    border-radius: 100%;
    position: absolute;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    left: 50%;
    top: -50px;
}

.global-success-msg span.close {
    font-family: 'RobotoSemiBold';
    color: #a6a6a6;
    margin: 0;
}

.global-success-msg span.close:hover {
    color: #000;
}

.captcha-input {
    vertical-align: middle;
}

.captcha-input,
div.form-group .form-field {
    position: relative;
}

.captcha-input.form-field {
    margin: 0;
}

.captcha-input {
    margin: 0;
}

.form-group.captcha-group {
    margin: 0 0 10px 0;
}

#WrongCaptchaError {
    position: absolute;
    bottom: -8px;
    left: 30px;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
    font-size: 12px;
    z-index: 8;
    opacity: 1;
    background: #fff;
    padding: 5px;
    line-height: 0.5;
    color: red;
    display: none;
}

.CaptchaWrap {
    position: relative;
    vertical-align: middle;
}

#CaptchaImageCode {
    text-align: center;
    padding: 0 0;
    width: 100%;
    overflow: hidden;
    position: relative;
    top: 10px;
}

.CaptchaTxtField {
    display: block;
    box-sizing: border-box;
}

div.reload {
    width: 8%;
    vertical-align: middle;
}

.CaptchaWrap:after,
.CaptchaWrap:before,
.captcha-input:after,
.captcha-input:before {
    content: "";
    display: table;
    clear: both;
}

.capcode {
    font-size: 46px;
    display: block;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    cursor: default;
    letter-spacing: 1px;
    color: #ccc;
    font-family: 'RobotoThinItalic';
    font-style: italic;
}

div.form-group input.ReloadBtn {
    background: url('https://cdn.manageengine.com/images/captcha-reload.svg') left top no-repeat;
    background-size: 100%;
    width: 25px;
    height: 25px;
    text-indent: -99px;
    position: relative;
    left: 7px;
    top: 15px;
    border: 0;
    outline: 0;
    cursor: pointer;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    transition: all ease 0.5s;
}

#SIEM .sol-item p a {
    font-size: 0.9em;
}

#UEMS .sol-item p a {
    font-size: 0.9em;
}

/*
  #UEMS .sol-in-row:nth-child(1) {
    width: 65%;
  }
  #UEMS .sol-in-row:nth-child(2) {
    width: 34%;
    margin-left: 1%;
  }
  */
#SIEM .sol-items:nth-child(3) .sol-item,
#ITOM .sol-in-row-lrg .sol-items:nth-child(3) .sol-item,
#NetworkSecuritySolutions .sol-in-row-lrg .sol-items:nth-child(3) .sol-item {
    left: inherit;
    right: 0;
}

#SIEM .sol-items:nth-child(4) .sol-item,
#ITOM .sol-in-row-lrg .sol-items:nth-child(4) .sol-item,
#NetworkSecuritySolutions .sol-in-row-lrg .sol-items:nth-child(4) .sol-item {
    right: auto;
}

#SIEM .sol-items:nth-child(5) .sol-item,
#ITOM .sol-items:nth-child(5) .sol-item,
#NetworkSecuritySolutions .sol-items:nth-child(5) .sol-item {
    right: 0;
    left: inherit;
}

.sol-in-row-sml .sol-items {
    float: none;
    margin: 0 auto 10px auto;
}

.sol-in-row-sml .sol-item:hover,
.sol-in-row-sml .sol-items:nth-child(even):not(.odd-items) .sol-item:hover {
    width: 260px;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    left: 50%;
}

.sol-in-row-sml .sol-itemsfirewall .sol-item:hover {
    width: 260px;
    transform: translate(-50%, -50%) !important;
    left: 50%;
}

.sol-item:hover .default-text {
    display: none;
}

.sol-item:hover .hover-text {
    display: block;
}

.sol-in-row-sml .sol-item p.hover-text {
    width: 220px;
}

#IT_analytics .sol-item p a {
    font-size: 0.9em;
}

#IT_analytics .sol-in-row {
    width: 100%;
}

#IT_analytics .sol-items:nth-child(3) .sol-item {
    left: inherit;
    right: 0;
}

#IT_analytics .sol-in-box {
    text-align: center;
    margin: auto;
}

#IT_analytics .sol-items {
    float: inherit;
    display: inline-block;
    vertical-align: top;
    text-align: left;
}

#low-code-application-development .sol-item p a {
    font-size: 0.9em;
}

#low-code-application-development .sol-in-row {
    width: 100%;
}

#low-code-application-development .sol-items:nth-child(3) .sol-item {
    left: inherit;
    right: 0;
}

#low-code-application-development .sol-in-box {
    text-align: center;
    margin: auto;
}

#low-code-application-development .sol-items {
    float: inherit;
    display: inline-block;
    vertical-align: top;
    text-align: left;
}

.uem-det-ico,
.itsm-det-ico,
.siem-det-ico,
.analytics-det-ico,
.dlp-det-ico {
    background: #fff;
    display: block;
    width: 70px;
    height: 70px;
    float: left;
    margin-right: 22px;
    position: relative;
    -webkit-box-shadow: 0px 3px 6px #d6d6d6;
    -moz-box-shadow: 0px 3px 6px #d6d6d6;
    -o-box-shadow: 0px 3px 6px #d6d6d6;
    box-shadow: 0px 3px 6px #d6d6d6;
}

.uem-det-ico:after,
.itsm-det-ico:after,
.siem-det-ico:after,
.analytics-det-ico:after {
    content: "";
    width: 50px;
    height: 40px;
    background: url("https://cdn.manageengine.com/images/uem-ico-sprite.svg") no-repeat;
    background-size: 374px;
    background-position: 8px 3px;
    display: block;
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
}

.itsm-det-ico:after {
    background: url("https://cdn.manageengine.com/images/itsm-ico-sprite.svg") no-repeat;
    background-size: 374px;
    background-position: 8px 3px;
}

.siem-det-ico:after {
    background: url("https://cdn.manageengine.com/images/siem-ico-sprite.svg") no-repeat;
    background-size: 374px;
    background-position: 8px 3px;
}

.analytics-det-ico:after {
    background: url("https://cdn.manageengine.com/images/analytics-ico-sprite.svg") no-repeat;
    background-size: 374px;
    background-position: 8px 3px;
}

.dlp-det-ico:after {
    content: "";
    width: 50px;
    height: 40px;
    display: block;
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    background: url("https://cdn.manageengine.com/images/dlp-ico-sprite.svg") no-repeat;
    background-size: 374px;
    background-position: 8px 3px;
}

.uem-det-ico1:after {
    background-position: 5px 3px;
}

.uem-det-ico2:after {
    background-position: -57px 3px;
}

.uem-det-ico3:after {
    background-position: -134px 3px;
}

.uem-det-ico4:after {
    background-position: -203px 3px;
}

.uem-det-ico5:after {
    background-position: -268px -2px;
}

.uem-det-ico6:after {
    background-position: -329px -6px;
}

.uem-det-ico7:after {
    background-position: 5px -52px;
}

.uem-det-ico8:after {
    background-position: -57px -50px;
}

.uem-det-ico9:after {
    background-position: -133px -50px;
}

.uem-det-ico10:after {
    background-position: -201px -54px;
}

.uem-det-ico11:after {
    background-position: -267px -54px;
}

.uem-det-ico12:after {
    background-position: -331px -51px;
}

.itsm-det-ico1:after {
    background-position: 4px 1px;
}

.itsm-det-ico2:after {
    background-position: -62px 1px;
}

.itsm-det-ico3:after {
    background-position: -123px -3px;
}

.itsm-det-ico4:after {
    background-position: -182px -6px;
}

.itsm-det-ico5:after {
    background-position: -252px -4px;
}

.itsm-det-ico6:after {
    background-position: -329px -6px;
}

.itsm-det-ico7:after {
    background-position: 4px -56px;
}

.dlp-det-ico1:after {
    background-position: 10px 1px;
}

.dlp-det-ico2:after {
    background-position: -53px 0px;
}

.dlp-det-ico3:after {
    background-position: -125px -1px;
}

.dlp-det-ico4:after {
    background-position: -189px 0px;
}

.dlp-det-ico5:after {
    background-position: -259px 0px;
}

.dlp-det-ico6:after {
    background-position: -332px 1px;
}

.dlp-det-ico7:after {
    background-position: 9px -57px;
}

.dlp-det-ico8:after {
    background-position: -56px -58px;
}

.dlp-det-ico9:after {
    background-position: -122px -60px;
}

.siem-det-ico1:after {
    background-position: 5px 3px;
}

.siem-det-ico2:after {
    background-position: -54px -2px;
}

.siem-det-ico3:after {
    background-position: -127px -5px;
}

.siem-det-ico4:after {
    background-position: -193px -6px;
}

.siem-det-ico5:after {
    background-position: -264px -2px;
}

.siem-det-ico6:after {
    background-position: -329px -6px;
}

.siem-det-ico7:after {
    background-position: 5px -52px;
}

.siem-det-ico8:after {
    background-position: -46px -57px;
}

.siem-det-ico9:after {
    background-position: -123px -60px;
}

.siem-det-ico10:after {
    background-position: -193px -55px;
}

.siem-det-ico11:after {
    background-position: -267px -54px;
}

.siem-det-ico12:after {
    background-position: -332px -55px;
}

.analytics-det-ico1:after {
    background-position: 7px -2px;
}

.analytics-det-ico2:after {
    background-position: -54px -2px;
}

.analytics-det-ico3:after {
    background-position: -118px -2px;
}

.analytics-det-ico4:after {
    background-position: -183px -2px;
}

.analytics-det-ico5:after {
    background-position: -264px -4px;
}

.analytics-det-ico6:after {
    background-position: -329px -6px;
}

.analytics-det-ico7:after {
    background-position: 5px -57px;
}

.analytics-det-ico8:after {
    background-position: -56px -61px;
}

.analytics-det-ico9:after {
    background-position: -117px -60px;
}

.analytics-det-ico10:after {
    background-position: -183px -58px;
}

.analytics-det-ico11:after {
    background-position: -261px -56px;
}

/* analytics page */
#IT_analytics .sol-item p a {
    font-size: 0.9em;
}

#IT_analytics .sol-in-row {
    width: 100%;
}

#IT_analytics .sol-in-box {
    text-align: center;
    margin: auto;
}

#IT_analytics .sol-items {
    float: inherit;
    display: inline-block;
    vertical-align: top;
    text-align: left;
}

.resource-cta {
    color: #fff;
    background: #26308F;
    padding: 7px 30px;
    display: inline-block;
    border-radius: 5px;
}

.resource-cta:hover {
    background: #e04d3b;
}

.abheader .products .products-lists a span .dcnamechange {
    font-size: 11px !important;
    display: block;
    font-weight: 100;
}

.testimon-box {
    padding: 20px;
    width: 30%;
    display: inline-block;
    vertical-align: top;
    background: #fff;
}

.testimon-sec {
    padding: 80px 0;
    overflow-x: hidden;
    position: relative;
}

.testimon-sec .slick-prev.slick-arrow {
    top: 36%;
}

.testimon-sec .slick-next.slick-arrow.slick-disabled {
    top: 36%;
}

/* form style end */
/* Solution Case Study logo sprite start */
.solution-casestudy {
    background: url("https://cdn.manageengine.com/images/case-study-sprite.png");
    background-repeat: no-repeat;
    display: inline-block;
    height: 66px;
}

.rinnai-logo {
    background-position: 0px 0px;
    width: 166px;
}

.ncss-logo {
    background-position: -181px 0px;
    width: 186px;
}

.lulea-logo {
    background-position: -373px 0px;
    width: 136px;
}

.harvard-logo {
    background-position: -535px 0px;
    width: 196px;
}

.american-logo {
    background-position: -743px 0px;
    width: 176px;
}

.casale-logo {
    background-position: 0 -80px;
    width: 206px;
}

.first-logo {
    background-position: -210px -80px;
    width: 156px;
}

.care-logo {
    background-position: -380px -77px;
    width: 136px;
}

.vodafone-logo {
    background-position: -520px -77px;
    width: 96px;
}

.sim-logo {
    background-position: -632px -77px;
    width: 112px;
}

.ministry-logo {
    background-position: -854px -78px;
    width: 66px;
}

.kfin-logo {
    background-position: -2px -150px;
    width: 206px;
}

.citizens-logo {
    background-position: -205px -150px;
    width: 206px;
}

.rco-logo {
    background-position: -944px 0px;
    width: 156px;
}

.guthrie-logo {
    background-position: -414px -150px;
    width: 176px;
}

.f4-logo {
    background-position: -611px -150px;
    width: 176px;
}

.global-logo {
    background-position: -772px -80px;
    width: 56px;
}

.lebara-logo {
    background-position: -926px -65px;
    width: 166px;
}

#caseStudy .flexbox {
    min-height: 345px;
    display: block;
    height: 100%;
    position: relative;
}

.flexbox a {
    pointer-events: none;
}

.flexbox {
    padding: 30px;
    -webkit-box-shadow: 0px 1px 7px #e6e6e6;
    -moz-box-shadow: 0px 1px 7px #e6e6e6;
    -o-box-shadow: 0px 1px 7px #e6e6e6;
    box-shadow: 0px 1px 7px #e6e6e6;
    margin: 20px 0px 40px;
    text-align: left;
}

.flexbox:hover {
    cursor: pointer;
}

.flexbox img {
    padding-bottom: 20px;
}

.flexbox a:hover {
    color: #284caa;
}

.testimonbox {
    -webkit-box-shadow: 2px 1px 11px #e6e6e6;
    -moz-box-shadow: 2px 1px 11px #e6e6e6;
    -o-box-shadow: 2px 1px 11px #e6e6e6;
    box-shadow: 2px 1px 11px #e6e6e6;
    margin: 0px 10px;
    display: inline-block;
    vertical-align: top;
    background: #fff;
    cursor: pointer;
}

.testimonbox a {
    color: #234395;
}

.slick-arrow {
    position: absolute;
    -moz-appearance: none;
    -webkit-appearance: none;
    width: 50px;
    height: 38px;
    text-indent: -9999em;
    cursor: pointer;
    outline: none;
    border: 0;
}

.slick-next.slick-arrow {
    right: -6%;
    background: url("https://cdn.manageengine.com/images/arrow-right.svg") no-repeat #26398D;
    background-position: center;
    background-size: 35%;
    top: 36%;
    z-index: 10;
}

.slick-next.slick-arrow.slick-disabled {
    background: url("https://cdn.manageengine.com/images/arrow-left.svg") no-repeat #F0F0F0;
    background-position: center;
    background-size: 35%;
    -webkit-transform: scaleX(-1);
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
    top: 80%;
    cursor: auto;
}

.slick-next.slick-arrow:hover {
    cursor: pointer;
}

.slick-disabled {
    cursor: auto !important;
}

.slick-prev.slick-arrow {
    right: 102%;
    background: url("https://cdn.manageengine.com/images/arrow-right.svg") no-repeat #26398d;
    background-position: center;
    background-size: 35%;
    -webkit-transform: scaleX(-1);
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
    top: 100%;
    z-index: 10;
}

.slick-prev.slick-disabled {
    background: url("https://cdn.manageengine.com/images/arrow-left.svg") no-repeat #F0F0F0;
    background-position: center;
    background-size: 35%;
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -o-transform: scaleX(1);
    transform: scaleX(1);
    top: 100%;
}

.ebook .slick-prev.slick-arrow,
.ebook.slick-next.slick-arrow.slick-disabled,
.ebook .slick-next.slick-arrow.slick-disabled {
    top: 36%;
}

.casestudy .slick-prev.slick-arrow,
.casestudy.slick-next.slick-arrow.slick-disabled,
.casestudy .slick-next.slick-arrow.slick-disabled {
    top: 36%;
}

.whitepapers .slick-prev.slick-arrow,
.whitepapers.slick-next.slick-arrow.slick-disabled,
.whitepapers .slick-next.slick-arrow.slick-disabled {
    top: 36%;
}

.whitepapers .rescasestudy,
.casestudy .rescasestudy {
    min-height: 320px;
}

.slider-reports .slick-prev.slick-disabled {
    top: 30%;
}

.slider {
    position: relative;
    padding: 10px 0px;
    padding-bottom: 130px;
}

#NetworkSecuritySolutions .slider {
    padding-bottom: 0;
}

#resources-sec .slider:after,
#resources-sec .slider:before {
    background: #f1f5ff;
}

#resources-sec .casestudy .slider:after,
#resources-sec .casestudy .slider:before,
#resources-sec .whitepapers .slider:after,
#resources-sec .whitepapers .slider:before {
    background: transparent;
}

.casestudy .testimonbox a,
.whitepapers .testimonbox a {
    padding-top: 20px;
}

#resources-sec {
    background: #f6f9fe;
    max-height: 800px;
    overflow: hidden;
}

#resources-sec .container {
    max-height: 700px;
}

.resource-tab li {
    display: inline-block;
    vertical-align: top;
    font-size: 1.1em;
    font-family: 'RobotoSemiBold';
    margin: 0px 20px;
    position: relative;
}

.resource-tab li:after {
    content: '';
    position: absolute;
    right: -22px;
    top: 5px;
    width: 1px;
    height: 15px;
    background: #095c9f;
}

.resource-tab li:last-child:after {
    display: none;
}

.resource-tab:hover {
    cursor: pointer;
}

.resource-tab li.active {
    border-bottom: 2px solid #26308F;
    padding-bottom: 10px;
    color: #26308F;
}

.casestudy {
    display: block;
}

.video-popup {
    display: none;
    background: #fff;
    z-index: 10000;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    border-radius: 10px;
    z-index: 10000000;
    margin: auto;
    text-align: center;
}

#sol-detail .section-title {
    text-align: left;
}

.close-video-icon {
    position: absolute;
    right: 65px;
    top: 45px;
    cursor: pointer;
    width: 35px;
    height: 35px;
    border: 2px solid #000;
    padding: 10px;
    text-align: center;
    line-height: 30px;
    border-radius: 50%;
    z-index: 100000000;
}

.close-video-icon img {
    -webkit-transition: all ease 1s;
    -moz-transition: all ease 1s;
    -o-transition: all ease 1s;
    transition: all ease 1s;
    width: 25px;
}

.close-video-icon:hover img {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
    cursor: pointer;
}

.vid-poptitle {
    padding-top: 40px;
    padding-bottom: 30px;
    width: 81%;
    margin: auto;
}

#popup_iframe {
    width: 366px;
    height: 206px;
    margin: auto;
    transition-delay: 0.8s;
}

.active #popup_iframe {
    width: 100%;
    height: 85%;
}

.popiframe {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    position: relative;
    margin: auto;
    text-align: center;
    width: 60%;
    height: 70%;
    -webkit-transition: all ease 1.3s;
    -moz-transition: all ease 1.3s;
    -o-transition: all ease 1.3s;
    transition: all ease 1.3s;
}

.vid-poptitle {
    padding-top: 60px;
    color: #fff;
    font-size: 2em;
}

.playbutton {
    position: absolute;
    left: 39%;
    top: 23%;
    width: 70px;
}

.hovertext {
    padding: 15px 30px 8px;
    line-height: 1.5;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    transition: all ease 0.5s;
    height: 110px;
}

.ebooksection {
    display: block;
    line-height: normal;
    padding-top: 15px;
    position: absolute;
    bottom: 18px;
}

.esm-ebook .ebooksection {
    position: relative;
}

.resource-div .res-content {
    padding: 20px;
}

.resource-div .rescasestudy .res-content {
    padding: 0;
    padding-top: 15px;
}

.ebook .esm-resoimages {
    background: #c6e9f1;
}

.esm-resoimages {
    height: 149px;
    display: flex;
    width: 100%;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    justify-content: center;
    align-items: center;
}

.esm-webinar {
    border-top: 4px solid #26308F;
    padding: 30px;
}

.esm-webinar .ebooksection {
    position: inherit;
}

.esm-webinar img {
    width: 100%;
    height: auto;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.esm-webinar .res-content {
    min-height: 40px !important;
    padding: 0;
}

.esm-case img {
    width: 150px;
}

.esm-case1 img {
    width: 110px;
}

.esm-case12 img {
    width: auto;
    height: 63px;
}

.flexbox .esm-resoimages {
    height: 110px;
}

.itom-resoimages {
    height: 149px;
    display: flex;
    width: 100%;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    justify-content: center;
    align-items: center;
}

.ebook .itom-resoimages {
    background-color: #c6e9f1;
}

.itom-ebook1 img,
.itom-ebook2 img,
.itom-ebook3 img,
.itom-ebook4 img {
    width: 90px;
    height: 140px;
}

.sem-resources img {
    height: 90%;
}

.sem-resources.sem-case7 img {
    height: auto;
}

.ita-resoimages {
    height: 149px;
    display: flex;
    width: 100%;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    justify-content: center;
    align-items: center;
}

.ebook .ita-resoimages {
    background-color: #c6e9f1;
}

.ita-resoimages img {
    width: 105px;
}

.ita-ebook1 img {
    width: 145px;
}

.casestudy .rescasestudy .webinar-section .esm-resoimages {
    height: 200px;
}

.uems-resoimages {
    display: flex;
    width: 100%;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    justify-content: center;
    align-items: center;
    height: 140px;
}

.testimonbox .uems-resoimages {
    background: #c6e9f1;
}

.iam-resources {
    height: 149px;
    overflow: hidden;
    display: flex;
    width: 100%;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    justify-content: center;
    align-items: center;
}

.ebook .iam-resources,
.casestudy .iam-resources {
    background-color: #c6e9f1;
}

.iam-paper3 img {
    height: 138px;
}

.sem-resources {
    height: 149px;
    display: flex;
    width: 100%;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    justify-content: center;
    align-items: center;
}

.ebook .sem-resources,
.casestudy .sem-resources {
    background-color: #c6e9f1;
}

.sem-casestudy {
    min-height: 114px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.siem-prac {
    background-color: #e7eeff;
}

.siem-prac img {
    height: 148px;
}

.resource-div .res-content {
    min-height: 150px;
}

.casestudy.resource-div .res-content {
    min-height: 180px;
}

.rescasestudy {
    padding: 30px;
    min-height: 321px;
    border-top: 4px solid #26308F;
    border-radius: 0px 0px 10px 10px;
}

.ebook {
    z-index: 1;
    position: relative;
}

.resource-div {
    height: 0;
    overflow: hidden;
}

.resource-div.active {
    height: auto;
    overflow: initial;
}

.whitepapers.resource-div {
    position: relative;
}

.practices .slick-prev.slick-arrow {
    top: 36%;
}

.practices .slick-next.slick-arrow.slick-disabled {
    top: 33%;
}

.cert-tit {
    font-size: 2.5em;
    font-weight: 400;
    line-height: 1.3em;
    margin: 0;
    text-align: center;
    margin-bottom: 50px;
    color: #000;
}

.logos-sprite {
    display: inline-block;
    width: 220px;
    height: 120px;
    background: url("https://cdn.manageengine.com/images/our-certification.png") no-repeat;
    margin: 0 auto;
    background-size: 800px;
}

.logos-sprite.logos1 {
    background-position: -571px -47px;
}

.logos-sprite.logos2 {
    background-position: -8px -391px;
}

.logos-sprite.logos3 {
    background-position: -563px -214px;
}

.logos-sprite.logos4 {
    background-position: -367px -214px;
}

.logos-sprite.logos5 {
    background-position: 0px -166px;
    background-size: 635px;
    width: 170px;
}

.logos-sprite.logos6 {
    background-position: -190px -345px;
    background-size: 720px;
    width: 120px;
}

.slick-slide>span>img {
    max-height: 95%;
}

.slick-slide>span.nss-paper1>img {
    max-height: 90%;
}

.detail-row p {
    margin-bottom: 38px;
}

#solutions-sec {
    padding: 100px 0px;
}

.purpose-video {
    margin: 10px;
    display: inline-block;
    vertical-align: top;
    -webkit-box-shadow: 2px 1px 11px #e0e0e0;
    -moz-box-shadow: 2px 1px 11px #e0e0e0;
    -o-box-shadow: 2px 1px 11px #e0e0e0;
    box-shadow: 2px 1px 11px #e0e0e0;
    background: #fff;
}

.purpose-video:hover {
    cursor: pointer;
}

.loadersec {
    display: none;
}

.casestudylogo {
    width: 100px;
    margin: auto;
    margin-bottom: 15px;
    display: block;
}

.testimonbox {
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.ebook .res-content span {
    height: 75px;
    display: block;
}

.casestudy .rescasestudy span,
.whitepapers .rescasestudy span {
    height: 92px;
}

.webinarsection {
    display: block;
    line-height: normal;
}

.slick-list {
    overflow: hidden;
    padding: 10px 0px;
}

.carousel-sec {
    position: absolute;
    bottom: -20%;
    left: 0;
    right: 0;
    margin: auto;
    width: 70%;
    overflow: hidden;
}

.gartnersection {
    background: #f7f7f7;
    padding: 30px 80px 30px 30px;
    border-radius: 5px;
    font-family: "RobotoMedium";
    border: 1px solid #DBDBDB;
    cursor: pointer;
    display: none;
}

.gartnersection.active {
    display: block;
}

.gartnersection .cols-8:before {
    content: "";
    position: absolute;
    width: 1px;
    background: #bfbfbf;
    height: 120%;
    left: -4.5%;
    transform: translate(-50%, -50%);
    top: 50%;
}

.gartnersection .read-case {
    pointer-events: none;
    color: #007DF9;
    position: relative;
}

.gartnersection .read-case:after {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 0;
    height: 2px;
    width: 100%;
    background: #F6C244;
    border-radius: 50px;
}

.gartnersection .read-case img {
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
    width: 20px;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    transition: all ease 0.5s;
}

.gartnersection:hover .read-case img {
    -webkit-transform: translateX(5px);
    -moz-transform: translateX(5px);
    -o-transform: translateX(5px);
    transform: translateX(5px);
}

.carousel-indicators {
    text-align: center;
    line-height: normal;
    margin: 10px auto 0;
}

.carousel-indicators span {
    width: 45px;
    height: 8px;
    border-radius: 50px;
    background-color: rgba(255, 255, 255, .4);
    cursor: pointer;
    position: relative;
    padding: 0;
    margin-right: 10px;
    display: inline-block;
    border: 1px solid #ADADAD;
    overflow: hidden;
}

.carousel-indicators span:last-child {
    margin-right: 0;
}

.carousel-indicators span.active {
    border-color: #1F4082;
    background: #253E82;
}

/*
  .carousel-indicators span.active:after{
      content:"";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 8px;
      border-radius: 0;
      animation: loading 13s linear;
      background:#253E82;
  }
  @keyframes loading{0%{width: 0;}100%{width: 100px;}}
  */

/*
  #UEMS .gartnersection {
    padding: 0;
    background: transparent;
    border-radius: 0px;
  }
  #UEMS .gartnersection:hover {
    -webkit-transform: scale(1.02);
    -moz-transform: scale(1.02);
    -o-transform: scale(1.02);
    transform: scale(1.02);
    box-shadow: none;
  }
  */
#UEMS .gartnersection {
    padding: 30px 20px;
    background: #f7f7f7;
    border-radius: 5px;
}

.displayflex {
    display: flex;
    align-items: center;
    justify-content: center;
}

.gartnerlogo {
    width: 160px;
}

.gartnerlogo.kuppingercole-logo {
    width: 230px;
}

.gartnerlogo.isg-ar {
    width: 95px;
}

.gartnerbanner:not(#NetworkSecuritySolutions .gartnerbanner) {
    padding-bottom: 170px;
}

#NetworkSecuritySolutions .networksecurity-banner {
    padding: 30px 0;
    background: #1C2B93;
}

#sol-summery:not(#NetworkSecuritySolutions #sol-summery) {
    padding-top: 120px;
}

.networksecurity-banner p {
    color: #fff;
    margin: 0;
}

.networksecurity-banner .rows {
    display: flex;
    align-items: center;
}

.gartnersection {
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.flexbox .read-case {
    position: absolute;
    bottom: 30px;
    color: #4CA9F5;
}

.flexbox:hover .read-case {
    color: #284caa;
    text-decoration: none;
}

.removefl {
    text-align: center;
    margin: auto;
}

.removefl .cols-4 {
    float: none;
    display: inline-block;
}

/*-----------flipper----------*/
.flipper {
    transition: 0.6s;
    -o-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    position: relative;
    height: 160px;
    background: #F4F4F4;
    border-radius: 5px;
}

.flipper.active {
    -webkit-transform: rotateX(-180deg);
    -moz-transform: rotateX(-180deg);
    -o-transform: rotateX(-180deg);
    transform: rotateX(-180deg);
}

.flipper.active .back {
    z-index: 3;
    background: #F4F4F4;
    border-radius: 5px;
}

.flipper.active .front {
    z-index: 2;
}

.front,
.back {
    width: 100%;
    height: 160px;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
}

.back {
    -webkit-transform: rotateX(180deg);
    -moz-transform: rotateX(180deg);
    -o-transform: rotateX(180deg);
    transform: rotateX(180deg);
}

.vertical-flip-container .back {
    -webkit-transform: rotateX(180deg);
    -moz-transform: rotateX(180deg);
    -o-transform: rotateX(180deg);
    transform: rotateX(180deg);
}

/*----------Service Management styles-----------*/
#servicemgmt .reports .slick-next.slick-arrow.slick-disabled {
    top: 36%;
}

#servicemgmt .reports .slick-prev.slick-arrow {
    top: 36%;
}

/*-------------Responsive----------------------*/
@media only screen and (max-width: 1500px) {
    .carousel-sec {
        width: 70%;
    }
}

@media only screen and (max-width: 1360px) {
    .container {
        max-width: 1000px;
    }

    #ITOM .sol-in-row-mid,
    #ITOM .sol-in-row-lrg,
    #ITOM .sol-in-row-midlow {
        width: 50%;
    }

    #ITOM .sol-in-row-sml {
        margin-top: 40px;
    }

    #ITOM .sol-in-col {
        height: auto !important;
    }

    #NetworkSecuritySolutions .sol-in-box {
        justify-content: center;
    }

    #NetworkSecuritySolutions .sol-in-col>h3 {
        line-height: 1.5;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    #NetworkSecuritySolutions .sol-in-row-lrg .sol-in-col>h3 {
        height: 70px;
    }
}

@media only screen and (max-width: 1200px) {
    .carousel-sec {
        width: 90%;
    }

    .detail-row {
        height: 180px;
    }

    .casestudy .rescasestudy span {
        height: 120px;
    }

    .testimonbox {
        width: 30%;
        margin: 10px;
    }

    .pro-box {
        margin: 10px 0px;
    }

    .hovertext {
        height: 150px;
        padding: 15px 20px 8px;
    }

    .slider {
        padding-bottom: 30px;
    }

    .slider:after {
        display: none;
    }

    .slider:before {
        display: none;
    }

    .playbutton {
        left: 40%;
        top: 18%;
        width: 50px;
    }

    .cloud-in-box h3 {
        font-size: 15px;
    }

    #commonHeader {
        min-height: 64px;
        height: 64px;
    }

    .abheader #MEmobPanel {
        top: 64px;
    }

    #MEdropPanel ul {
        margin-bottom: 0;
    }

    .sol-in-col>h3 {
        font-size: 0.9em;
    }

    .sol-in-row {
        width: 50%;
    }

    .sol-in-row-lrg {
        width: 50%;
    }

    .sol-in-row-sml {
        width: 50%;
    }

    .sol-box {
        width: 820px;
        margin: 0 auto;
    }

    #ITOM .sol-box {
        width: auto;
    }

    #ITOM .sol-in-row-sml {
        /*    width: 33.33%;*/
    }

    .container {
        width: 80%;
    }

    #sol-detail .cols-4.cols-md-6.cols-sd-12 {
        height: 170px;
        overflow: hidden;
    }
}

@media only screen and (max-width: 1100px) {

    #ITOM .sol-in-row-mid .sol-items,
    #ITOM .sol-in-row-lrg .sol-items {
        margin: 10px;
    }

    .gartnerlogo.kuppingercole-logo {
        width: 180px;
    }
}

@media only screen and (max-width: 1025px) {
    .detail-row {
        height: auto;
    }

    .detail-row p {
        min-height: 72px;
    }

    .carousel-sec {
        position: relative;
        margin-top: 40px;
    }

    .carousel-sec .text-center:after {
        right: 15px;
        top: -60px;
        height: 150px;
    }

    .gartnerlogo {
        width: 140px;
    }

    .gartnerbanner {
        padding-bottom: 30px;
    }

    .removefl .cols-4 {
        float: left;
    }

    .videoprevew {
        width: 100%;
    }

    .foot-sec>ul.regional-countries-drop {
        width: 75%;
    }

    .tool-box {
        margin-bottom: 20px;
    }

    .casestudy-box {
        margin-bottom: 20px;
    }

    .banner:after {
        content: "";
        display: block;
        width: 100%;
        height: 100%;
        pointer-events: none;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
    }

    .container {
        width: 90%;
    }

    #ITOM .sol-box .sol-row,
    #ITOM .sol-in-row-sml {
        margin: inherit;
    }

    .sol-in-col {
        margin-bottom: 20px;
        height: auto !important;
    }

    #sol-summery:not(#NetworkSecuritySolutions #sol-summery, #ITOM #sol-summery) {
        padding-top: 80px;
    }

    .carousel-indicators span.active {
        border-color: #fff;
        background: #fff;
    }
}

@media only screen and (max-width: 1000px) {
    .gartnersection .cols-8:before {
        left: 0%;
    }

    .gartnersection {
        padding: 30px;
    }
}

@media only screen and (max-width: 800px) {
    .popiframe {
        top: 57%;
    }

    .active #popup_iframe {
        height: 75%;
    }

    .practices .slick-prev.slick-arrow {
        top: auto;
        bottom: -10.3%;
    }

    .practices .slick-next.slick-arrow.slick-disabled {
        top: auto;
        bottom: -10.3%;
    }

    .casestudy-box-wrap {
        width: 49.33%;
    }

    .slick-prev.slick-arrow {
        right: 51%;
    }

    .casestudy .slick-prev.slick-arrow {
        top: 99.7%;
    }

    .casestudy .slick-next.slick-arrow.slick-disabled {
        top: 99.7%;
    }

    .casestudy.slick-next.slick-arrow.slick-disabled {
        top: 99.7%;
    }

    .ebook .slick-prev.slick-arrow {
        top: 99.7%;
    }

    .ebook .slick-next.slick-arrow.slick-disabled {
        top: 99.7%;
    }

    .ebook.slick-next.slick-arrow.slick-disabled {
        top: 99.7%;
    }

    .slick-next.slick-arrow {
        right: 43%;
        top: 100%;
    }

    .resource-div .slick-prev.slick-arrow {
        top: 100%;
    }

    .resource-div .slick-next.slick-arrow.slick-disabled {
        top: 100%;
    }

    .resource-div .slick-prev.slick-disabled {
        top: 100%;
    }

    .ebooksection {
        bottom: 30px;
    }

    .testimon-sec .slick-prev.slick-arrow {
        top: 100%;
    }

    .testimon-sec .slick-next.slick-arrow.slick-disabled {
        top: 100%;
    }
}

@media screen and (max-width: 760px) {
    .whitepapers .rescasestudy {
        min-height: 400px;
    }

    .active #popup_iframe {
        height: 70%;
    }

    #resources-sec .section-title {
        margin-bottom: 25px;
    }

    .carousel-sec .text-center:after {
        display: none;
    }
}

@media only screen and (max-width: 992px) {
    #sol-detail .cols-4.cols-md-6.cols-sd-12 {
        height: auto;
        overflow: inherit;
    }

    .resource-div .res-content {
        min-height: 180px;
    }

    .casestudy.resource-div .res-content {
        min-height: 240px;
    }

    #NetworkSecuritySolutions .sol-in-row-lrg .sol-in-col>h3 {
        height: auto;
    }

    .sol-in-row {
        width: 100% !important;
    }

    #ITOM .sol-box {
        width: 90%;
        margin: 0 auto;
    }

    #ITOM .sol-items:nth-child(3) .sol-item {
        left: inherit;
        right: inherit;
    }

    .sol-box {
        width: 90%;
        margin: 0 auto;
    }

    .sol-items:nth-child(3) .sol-item {
        left: inherit;
        right: 0;
    }

    .sol-items:nth-child(6) .sol-item {
        left: inherit;
        right: 0;
    }

    .sol-items:nth-child(9) .sol-item {
        left: inherit;
        right: 0;
    }

    .sol-items:nth-child(4) .sol-item {
        right: inherit;
        left: 0;
    }

    .sol-items:nth-child(7) .sol-item {
        right: inherit;
        left: 0;
    }

    .sol-items:nth-child(10) .sol-item {
        right: inherit;
        left: 0;
    }

    .detail-row p {
        min-height: 90px;
    }

    .dlp-det-ico {
        margin-right: 15px;
    }

    #dlpsolutions .detail-row {
        margin-bottom: 25px;
    }

    #dlpsolutions .detail-row p {
        min-height: auto;
        margin-bottom: 0;
    }

    #ITOM .sol-in-row-lrg .sol-in-box {
        justify-content: center;
    }
}

@media only screen and (max-width: 650px) {
    .gartnerlogo.kuppingercole-logo {
        width: 230px;
    }

    .gartnersection .cols-8:before {
        display: none;
    }

    .resource-div .res-content {
        min-height: 150px;
    }

    .casestudy.resource-div .res-content {
        min-height: 180px;
    }

    #NetworkSecuritySolutions .banner-img {
        margin-top: 30px;
    }

    .flexbox .read-case {
        position: relative;
        text-align: center;
        padding-top: 40px;
        display: block;
    }

    #caseStudy .flexbox {
        min-height: auto;
    }

    .front {
        height: 220px;
        padding: 0;
        margin: 0;
    }

    .back {
        height: 220px;
        padding: 0;
        margin: 0;
    }

    .flipper {
        height: 220px;
        padding: 0;
        margin: 0;
    }

    .gartnersection {
        padding: 35px;
    }

    .gartnerlogo {
        padding: 0 0 20px;
    }

    .carousel-sec p {
        margin-bottom: 15px;
    }

    .popiframe {
        width: 90%;
    }

    .active #popup_iframe {
        height: 300px;
    }

    .displayflex,
    .networksecurity-banner .rows {
        display: block;
    }

    .page-title {
        font-size: 1.6em;
    }

    .section-title {
        font-size: 1.3em;
    }

    .section-title br {
        display: none;
    }

    .sol-title {
        font-size: 1.1em;
        width: 78%;
    }

    .sol-in-col {
        min-height: auto;
        height: auto !important;
        margin-bottom: 40px;
    }

    .sol-in-col>h3 {
        font-size: 0.9em;
    }

    .sol-in-row:last-child .sol-in-col {
        margin-bottom: 0px;
    }

    .sol-in-box .sol-items .sol-item {
        right: inherit !important;
        left: 50% !important;
        -webkit-transform: translate(-50%, 0);
        -moz-transform: translate(-50%, 0);
        -o-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
    }

    .sol-in-box.single-solbox .sol-items .sol-item {
        top: 0;
        left: 50% !important;
    }

    .analytics-solbox.sol-in-box.single-solbox .sol-items .sol-item {
        -webkit-transform: translate(-50%, 0);
        -moz-transform: translate(-50%, 0);
        -o-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
        left: 50% !important;
    }

    .analytics-solbox.single-solbox .sol-item:hover {
        width: 275px;
        height: 260px;
    }

    .sol-items {
        width: 182px;
        float: none;
        margin: 10px auto;
    }

    .sol-item {
        width: 182px;
    }

    .sol-item p.hover-text {
        width: 250px;
    }

    .sol-item p {
        font-size: 11px;
    }

    .sol-item p.default-text {
        width: 124px;
        font-size: 13px;
    }

    .sol-item:hover {
        width: 290px;
        height: 260px;
    }

    #ITOM .sol-in-row-sml:last-child .sol-item:hover {
        height: 340px;
    }

    .detail-row {
        margin-bottom: 20px;
    }

    .detail-row p {
        min-height: inherit;
        margin: 0;
    }

    .CaptchaWrap {
        margin-top: 5px;
    }

    div.form-group input.ReloadBtn {
        top: 22px;
    }

    .banner {
        padding: 30px 0;
        text-align: center;
    }

    .casestudy-box {
        height: auto !important;
    }

    .fixedbtnew {
        -webkit-transform: none;
        transform: none;
        text-indent: -999px;
        padding: 0;
        width: 0;
    }

    .btn-submits button {
        width: 100%;
    }

    .btn-submit-new button {
        width: 100%;
    }

    .playbutton {
        left: 45%;
        top: 28%;
    }

    .ebook .res-content span {
        height: 150px;
    }

    .slick-next.slick-arrow {
        right: 36%;
        top: 100%;
    }

    .resource-div .res-content {
        padding: 20px 15px;
    }

    .hovertext {
        height: auto;
    }

    p.loadersec {
        text-align: center;
        margin: 21px 0 0;
        display: block;
    }

    span.load-more {
        color: #000;
        cursor: pointer;
        display: inline-block;
        position: relative;
        padding-top: 20px;
    }

    .load-more:after {
        content: "";
        -webkit-transition: all ease 0.4s;
        -moz-transition: all ease 0.4s;
        -o-transition: all ease 0.4s;
        transition: all ease 0.4s;
        border: solid #000;
        border-width: 0 2px 2px 0;
        padding: 3px;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
        width: 2px;
        display: block;
        height: 2px;
        margin: 0 auto;
        position: relative;
        top: 5px;
    }

    .load-more2:after {
        content: "";
        -webkit-transition: all ease 0.4s;
        -moz-transition: all ease 0.4s;
        -o-transition: all ease 0.4s;
        transition: all ease 0.4s;
        border: solid #000;
        border-width: 0 2px 2px 0;
        padding: 3px;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
        width: 2px;
        display: block;
        height: 2px;
        margin: 0 auto;
        position: relative;
        top: 5px;
    }

    .loader {
        display: inline-block;
        border: 8px solid #000;
        border-radius: 50%;
        border-top: 8px solid #fff;
        width: 10px;
        height: 10px;
        -webkit-animation: spin 2s linear infinite;
        animation: spin 2s linear infinite;
        position: absolute;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        top: 89%;
        right: 41%;
        z-index: 9;
    }

    span.load-more.disabled {
        opacity: 0;
        pointer-events: none;
    }

    .flexbox {
        text-align: center;
    }

    @keyframes spin {
        0% {
            -webkit-transform: rotate(0);
            -moz-transform: rotate(0);
            -o-transform: rotate(0);
            transform: rotate(0);
        }

        100% {
            -webkit-transform: rotate(360deg);
            -moz-transform: rotate(360deg);
            -o-transform: rotate(360deg);
            transform: rotate(360deg);
        }
    }
}

@media only screen and (max-width: 600px) {
    .casestudy .rescasestudy span {
        height: auto;
    }

    .whitepapers .rescasestudy {
        min-height: 340px;
    }
}

@media only screen and (max-width: 480px) {
    .front {
        height: 240px;
    }

    .back {
        height: 240px;
    }

    .flipper {
        height: 240px;
    }

    .casestudy .rescasestudy span {
        height: auto;
    }

    .ebook .res-content span {
        height: 140px;
        height: auto;
        padding-bottom: 10px;
    }

    .logos-sprite {
        display: block;
    }

    .slider-resources .testimonbox {
        width: 80%;
    }

    .resource-tab li {
        font-size: 0.9em;
        margin: 0px 7px;
    }

    .resource-tab li:after {
        right: -9px;
    }

    .resource-tab li.active {
        padding-bottom: 5px;
    }

    .slick-next.slick-arrow {
        right: 33%;
        top: 100%;
    }

    .active #popup_iframe {
        height: 260px;
    }

    .close-video-icon {
        width: 20px;
        height: 20px;
        right: 25px;
        top: 44px;
        line-height: normal;
    }

    .playbutton {
        left: 40%;
        top: 23%;
    }
}

@media only screen and (max-height: 400px) {
    .front {
        height: 260px;
    }

    .back {
        height: 260px;
    }

    .flipper {
        height: 260px;
    }

    .abheader #MEmobPanel {
        height: 200px;
    }
}

@media only screen and (max-width: 360px) {
    .slider-resources .testimonbox {
        width: 100%;
    }
}

.feedback-box {
    width: 391px;
    height: 663px;
    max-height: 85%;
    position: fixed;
    bottom: 10px;
    right: 10px;
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    overflow: hidden;
    z-index: 99999999999999;
    background: #fff;
    transform: translateY(700px);
    transition: all ease 0.7s;
}

.feedback-box.active {
    transform: translateY(0);
}

.feedback-box #quiz_box {
    width: 100%;
    height: 100%;
}

.feedback-box #quiz_box .fb_header {
    background: #2C2C2C;
    padding: 30px;
    color: #fff;
    position: relative;
}

.feedback-box #quiz_box .fb_header h2 {
    font-size: 1.2em;
    font-style: italic;
    color: #fff;
    line-height: 1.4;
    margin: 0;
    padding: 0;
}

.feedback-box #quiz_box .fb_header .quiz_active_line {
    content: '';
    background: #3A79F0;
    position: absolute;
    bottom: -2.5px;
    left: 0;
    height: 5px;
    transition: all ease-in-out 1s;
}

.feedback-box #quiz_box .quiz_box {
    background: #fff;
}

.feedback-box #quiz_box .quiz_box .quiz_container {
    padding: 20px 30px;
}

.feedback-box #quiz_box .quiz_box .quiz_container h3 {
    font-size: 1.1em;
    font-family: 'RobotoSemiBold';
    line-height: 1.4;
    margin: 0;
    padding: 0;
}

.feedback-box #quiz_box .quiz_box .quiz_container .quiz_nums {
    padding-bottom: 15px;
    font-size: 1.3em;
    font-family: "RobotoBold";
    color: #4D82E7;
}

.feedback-box #quiz_box .quiz_box .quiz_container .quiz {
    display: none;
    position: relative;
}

.feedback-box #quiz_box .quiz_box .quiz_container .quiz.quiz_question1 {
    display: block;
}

.feedback-box #quiz_box .quiz_box .quiz_container .quiz .quiz_ans_box {
    margin: 20px 0 0;
    border: 1px solid #707070;
    border-radius: 5px;
}

.feedback-box #quiz_box .quiz_box .quiz_container .quiz .quiz_ans_box li {
    padding: 0 20px;
    border-bottom: 1px solid #707070;
    cursor: pointer;
}

.feedback-box #quiz_box .quiz_box .quiz_container .quiz .quiz_ans_box li:hover {
    background: #EBF0FF;
}

.feedback-box #quiz_box .quiz_box .quiz_container .quiz .quiz_ans_box li:nth-child(1) {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.feedback-box #quiz_box .quiz_box .quiz_container .quiz .quiz_ans_box li:last-child {
    border: 0;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.feedback-box #quiz_box .quiz_box .quiz_container .quiz .quiz_ans_box li label {
    display: flex;
    align-items: center;
    cursor: pointer;
    padding: 15px 0;
    font-size: 0.9em;
}

.feedback-box #quiz_box .quiz_box .quiz_container .quiz .quiz_ans_box li label span {
    content: '';
    width: 18px;
    height: 18px;
    background: #fff;
    border: 1px solid #707070;
    border-radius: 50%;
    margin-right: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.feedback-box #quiz_box .quiz_box .quiz_container .quiz .quiz_ans_box li label span:before {
    content: '';
    width: 10px;
    height: 10px;
    border-radius: 50%;
    display: block;
}

.feedback-box #quiz_box .quiz_box .quiz_container .quiz .quiz_ans_box li input:not(#Other_input) {
    display: none;
}

.feedback-box #quiz_box .quiz_box .quiz_container .quiz .quiz_ans_box li input[type="radio"]:checked+label span {
    background: #3A58D1;
}

.feedback-box #quiz_box .quiz_box .quiz_container .quiz .quiz_ans_box li input[type="radio"]:checked+label span:before {
    background: #fff;
    border: none;
}

.feedback-box #quiz_box .quiz_box .quiz_container .quiz .quiz-error {
    position: absolute;
    left: 5px;
    bottom: -30px;
    text-align: left;
    color: #f63f3f;
    display: none;
}

.feedback-box #quiz_box .quiz_box .quiz_container .quiz #Other_input {
    padding: 5px;
    margin: -10px 0 15px;
}

.feedback-box #quiz_box .quiz_box .quiz_container .quiz .quiz3_website_look {
    margin: 20px 0 0;
    display: none;
}

.feedback-box #quiz_box .quiz_box .quiz_container .quiz #Other_input,
.feedback-box #quiz_box .quiz_box .quiz_container .quiz .quiz3_website_look .website_look,
.feedback-box #quiz_box .quiz_box .quiz_container .quiz .website_change {
    border: 1px solid #969696;
    outline: 0;
    border-radius: 5px;
    resize: none;
    font-size: 1em;
    -webkit-appearance: none;
    font-family: 'RobotoRegular';
    background: transparent;
    width: 100%;
    display: none;
}

.feedback-box #quiz_box .quiz_box .quiz_container .quiz .quiz3_website_look .website_look,
.feedback-box #quiz_box .quiz_box .quiz_container .quiz .website_change {
    padding: 10px;
    height: 80px;
    display: block;
    margin: 20px 0 0;
}

.feedback-box #quiz_box .quiz_box .quiz_container .quiz .website_change {
    height: 150px;
}

.feedback-box #quiz_box .quiz_box .quiz_container .quiz .feedback-btn {
    font-size: 18px;
    border: none;
    border-radius: 5px;
    background: #F6C855;
    color: #000;
    cursor: pointer;
    outline: none;
    display: block;
    width: 100%;
    padding: 12px 50px;
    margin: 30px 0 0;
    -webkit-transition: all ease 0.2s;
    -moz-transition: all ease 0.2s;
    -o-transition: all ease 0.2s;
    transition: all ease 0.2s;
}

.feedback-box #quiz_box .quiz_box .quiz_container .quiz .feedback-btn:hover {
    background: #f8bf31;
}

.feedback-box #quiz_box .quiz_box .quiz_container .quiz .feedback-btn.spin .spinner {
    display: inline-block;
    vertical-align: top;
    padding-left: 10px;
}

.feedback-box #quiz_box .quiz_box .quiz_container .quiz .feedback-btn.spin .spinner:before {
    content: "";
    width: 7px;
    height: 7px;
    border-radius: 50%;
    border: solid 0.35em #aca075;
    border-bottom-color: #0d0058;
    animation: 0.8s linear infinite spinner;
    will-change: transform;
    display: block;
}

.feedback-box #quiz_box .quiz_box .quiz_container .quiz_arrow_previous img,
.feedback-box #quiz_box .quiz_box .quiz_container .quiz_arrow_next img {
    width: 35px;
    height: auto;
    cursor: pointer;
}

.feedback-box #quiz_box .quiz_box .quiz_container .quiz_arrow_next {
    position: absolute;
    right: 30px;
    bottom: 20px;
    display: none;
}

.feedback-box #quiz_box .quiz_box .quiz_container .quiz_arrow_previous {
    position: absolute;
    left: 30px;
    bottom: 20px;
    display: none;
}

.feedback-box #quiz_box .quiz_box .quiz_container .quiz_arrow_previous img {
    transform: rotate(180deg);
}

.feedback-box #quiz_box #quiz_success {
    height: calc(100% - 115px);
    width: 100%;
    display: none;
}

.feedback-box #quiz_box #quiz_success .success_container {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: inherit;
    height: inherit;
}

.feedback-box #quiz_box #quiz_success .success_container img {
    width: 80px;
    height: auto;
    display: block;
}

.feedback-box #quiz_box #quiz_success .success_container .thank_title {
    font-size: 1.2em;
    font-style: italic;
    color: #000;
    line-height: 1.4;
    margin: 20px 0 0;
    padding: 0;
    text-align: center;
}

.feedback-box .fb_close {
    position: absolute;
    z-index: 999;
    top: 10px;
    right: 15px;
    color: #000;
    cursor: pointer;
    font-family: 'RobotoMedium';
    font-size: 15px;
    background: #fff;
    border-radius: 30px;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 25px;
    transition: all ease 0.5s;
}

.feedback-box .fb_close:hover {
    transform: rotate(360deg);
}

@media (max-width: 650px) {
    .feedback-box {
        width: 95%;
    }
}

.zsiq_floatmain.hidechat {
    display: none !important;
}

@keyframes spinner {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@media only screen and (max-height: 720px) {
    .fb_header {
        padding: 15px 30px;
    }
}