/* zia-css */
@charset "UTF-8";
/* CSS Document */

body {
    font-family: "Zoho_Puvi_Regular";
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    padding: 0;
    margin: 0;
    text-align: center;
}
h1, h2, h3, h4, p, a, span {
    letter-spacing: 0.5px;
}
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
.mT0 {
    margin-top: 0px !important
}
.mT5 {
    margin-top: 5px !important
}
.mT10 {
    margin-top: 10px !important
}
.mT20 {
    margin-top: 20px !important
}
.mT30 {
    margin-top: 30px !important
}
.mT40 {
    margin-top: 40px !important
}
.mT50 {
    margin-top: 50px !important
}
.mT60 {
    margin-top: 60px !important
}
.mT70 {
    margin-top: 70px !important
}
.mT75 {
    margin-top: 75px !important
}
.pT10 {
    padding-top: 10px !important;
}
.pT20 {
    padding-top: 20px !important;
}
.pT30 {
    padding-top: 30px !important;
}
.pT40 {
    padding-top: 40px !important;
}
.pT50 {
    padding-top: 50px !important;
}
.pT60 {
    padding-top: 60px !important;
}
.pT70 {
    padding-top: 70px !important;
}
.mB5 {
    margin-bottom: 10px !important
}
.mB10 {
    margin-bottom: 10px !important
}
.mB20 {
    margin-bottom: 20px !important
}
.mB30 {
    margin-bottom: 30px !important
}
img {
    max-width: 100%;
}
 .clearflow:hfix {
 overflow: auto;
}
.clearfix::after {
    content: "";
    clear: both;
    display: table;
}
/* Global style for container */
        
.container {
    max-width: 1200px;
    margin: 0 auto;
}
/* header section */

.fixed-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    box-shadow: 0px 0px 9px #7777775c;
    /*z-index: 10000;*/
    z-index: 9999;
    animation: smooth 0.5s ease-in-out;
}
.overlay {
    background: #000000ba;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 999999;
    position: fixed;
    display: none;
}
@keyframes smooth {
 0% {
 transform:translateY(-50px);
}
 100% {
 transform:translateY(0px);
}
}
.header-button {
    opacity: 0;
}
.header-bg {
    box-sizing: border-box;
}
.header-col-1 {
    width: 45%;
    float: left;
    text-align: center;
}
.header-col-2 {
    width: 45%;
    float: left;
    text-align: right;
}
a.header-button {
    background: #da4e45;
    color: #fff;
    padding: 10px 20px;
    cursor: pointer;
    border-radius: 5px;
    text-decoration: none;
    font-family: 'Zoho_Puvi_Bold';
}
nav {
    padding: 10px;
    position: relative;
    z-index: 1;
}
nav::after {
    content: "";
    display: block;
    clear: both;
}
hgroup {
    float: left;
    margin: 2px 2px 2px 10px;
}
aside {
    position: fixed;
    background: #333;
    right: 260px;
    top: 115px;
    display: none;
    padding: 10px 20px;
    z-index: 999;
    padding-bottom: 30px;
}
aside a {
    display: block;
    padding: 15px 30px;
    text-decoration: none;
    font-size: 16px;
    color: #fff;
    border-bottom: 1px solid #414141;
}
aside a:nth-child(1) {
    margin-top: 30px;
}
/*aside a:last-child {
    background: #ef002d;
    margin-top: 20px;
    display: inline-block;
    margin: 30px;
    border-radius: 5px;
}*/
.toggle-wrap {
    padding: 10px;
    position: relative;
    cursor: pointer;
    float: right;
    /*disable selection*/
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    top: 5px;
}
.toggle-bar, .toggle-bar::before, .toggle-bar::after, .toggle-wrap.active .toggle-bar, .toggle-wrap.active .toggle-bar::before, .toggle-wrap.active .toggle-bar::after {
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.toggle-bar {
    width: 30px;
    margin: 10px 0;
    position: relative;
    border-top: 4px solid #303030;
    display: block;
}
.toggle-wrap.active {
    background: none !important;
}
.toggle-bar::before, .toggle-bar::after {
    content: "";
    display: block;
    background: #303030;
    height: 4px;
    width: 30px;
    position: absolute;
    top: -12px;
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -ms-transform-origin: 13%;
    -webkit-transform-origin: 13%;
    transform-origin: 13%;
}
.toggle-bar::after {
    top: 4px;
}
.toggle-wrap.active .toggle-bar {
    border-top: 6px solid transparent;
}
.toggle-wrap.active .toggle-bar::before {
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.toggle-wrap.active .toggle-bar::after {
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
ul.header-menu {
    list-style: none;
    display: flex;
    justify-content: space-between;
    max-width: 1200px;
    margin: 13px auto;
    align-items: center;
}
ol, ul {
    list-style: none
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}
*:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}
.container {
    text-align: left
}
/*banner style starts here*/
.banner_bg {
    background: url(https://www.manageengine.com/fr/service-desk/style/../images/zia-banner-bg.jpg);
    background-size: cover;
    padding: 150px 0px 50px 0px;
}
img.intro {
    width: 220px;
}
ul.banner-section {
    display: flex;
    justify-content: center;
    align-items: center;
}
ul.banner-section li {
    flex-grow: 1;
    flex-basis: 0;
}
ul.banner-section h2 {
    text-align: left;
    font-size: 35px;
    color: #fff;
    width: 90%;
    line-height: 1.3;
    padding: 15px 0px 20px 0px;
}
ul.banner-section p {
    text-align: left;
    color: #fefefe;
    font-size: 19px;
    line-height: 1.4;
    width: 90%;
}
ul.banner-buttons {
    display: flex;
    justify-content: flex-start;
    margin: 50px 0px;
}
ul.banner-buttons li {
    flex-grow: inherit;
    flex-basis: inherit;
    min-width: 300px;
    text-align: center;
    cursor: pointer;
}
ul.banner-buttons li:nth-child(1) {
    background: #ffe600;
    margin-right: 20px;
}
ul.banner-buttons li:nth-child(2) {
    background: transparent;
    border: 2px solid #ffe600;
}
ul.banner-buttons li a {
    padding: 10px 40px;
    display: block;
    text-decoration: none;
    color: #054292;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0px !important;
    font-family: Zoho_Puvi_Bold;
    text-transform: uppercase;
}
img.arrow {
    display: block;
    margin: 50px auto 0px auto;
    animation: scr 3s infinite;
    transition: 5s ease-in-out;
    cursor: pointer;
}
 @keyframes scr {
 0% {
 transform:translateY(0px);
}
 50% {
 transform:translateY(-10px);
}
 50% {
 transform:translateY(10px);
}
 100% {
 transform:translateY(0px);
}
}
/*banner style ends here*/


/*zia screenshots starts here*/
.zia-screenshots-bg {
    padding: 100px 0px;
}
.zia-screenshots img {
    display: block;
    margin: 0 auto;
}
.zia-screenshots h2 {
    text-align: center;
    font-size: 30px;
    line-height: 1.3;
    padding-bottom: 100px;
}
ul.screens {
    display: flex;
    align-items: center;
}
ul.screens li {
    flex-grow: 1;
    flex-basis: 0;
    padding: 50px;
}
ul.screens h3 {
    font-size: 26px;
    color: #010101;
    line-height: 1.3;
    margin: 30px 0px;
    width: 75%;
}
ul.screens p {
    width: 75%;
    line-height: 1.3;
    font-size: 20px;
}
/*zia screenshots ends here*/


/* Auto slider */
.autoslider-bg {
    padding: 100px 0px;
}
.autoslider h3 {
    text-align: center;
    font-size: 30px;
    line-height: 1.3;
    padding: 0px 0px 40px 0px;
}
.autoslider>p {
    width: 70%;
    text-align: center;
    margin: 0 auto;
    line-height: 1.5;
    padding: 0px 0px 100px 0px;
}
ul.slider-content {
    display: flex;
    align-items: center;
}
ul.slider-content div {
    position: absolute;
    font-size: 100px;
    color: #006cac;
}
ul.slider-content li:nth-child(1) {
    width: 40%;
}
ul.slider-content li:nth-child(2) {
    width: 60%;
}
ul.slider-content img {
    margin: 0 auto;
    display: block;
    -webkit-box-shadow: 0px 0px 3px 2px rgba(0, 0, 0, 0.18);
    -moz-box-shadow: 0px 0px 3px 2px rgba(0, 0, 0, 0.18);
    box-shadow: 0px 0px 3px 2px rgba(0, 0, 0, 0.18);
}
p.step-text {
    font-size: 13px;
    margin: -20px 0px 0px -10px;
    position: absolute;
}
.bord {
    position: relative;
    top: 10px;
    z-index: 999;
}
.bord:before {
    content: "";
    width: 170px;
    height: 1px;
    background: #92c4e2;
    position: absolute;
    z-index: -999;
    top: 6px;
    left: 0px;
    text-align: center;
    margin: 0 auto;
    right: 0;
}
ul.slider-content p {
    width: 70%;
    line-height: 1.5;
    font-size: 20px;
    margin: 0 auto;
    border-left: 1px solid #92c4e2;
    padding-left: 20px;
}
#slide {
    width: 100%;
}
* {
    box-sizing: border-box
}
.mySlides {
    display: none
}
.slideshow-container {
    width: 100%;
    position: relative;
    background: #e4f4ff;
    padding: 75px;
}
/* Next & previous buttons */
.prev, .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -22px;
    color: white;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    display: none;
}
/* Position the "next button" to the right */
.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}
/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
    background-color: rgba(0,0,0,0.8);
}
/* Caption text */
.text {
    color: #f2f2f2;
    font-size: 15px;
    padding: 8px 12px;
    position: absolute;
    bottom: 8px;
    width: 100%;
    text-align: center;
}
/* The dots/bullets/indicators */
.dot {
    cursor: pointer;
    height: 13px;
    width: 13px;
    margin: 0 2px;
    background-color: #92c4e2;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
    margin: 0px 20px;
}
.active, .dot:hover {
    background-color: #006cac;
}
/* Fading animation */
.fade {
    -webkit-animation-name: fade;
    -webkit-animation-duration: 2s;
    animation-name: fade;
    animation-duration: 2s;
}
@-webkit-keyframes fade {
 from {
opacity: .4
}
 to {
opacity: 1
}
}
 @keyframes fade {
 from {
opacity: .4
}
 to {
opacity: 1
}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
.text {
    font-size: 11px
}
}
/* Auto slider */




/*video tutorial style starts here*/
.video-tutorial-bg {
    background: #e4f4ff;
    padding: 75px 0px;
    overflow: hidden;
}
p.login {
    font-size: 20px;
    width: 35%;
    text-align: center;
    margin: 0 auto;
    line-height: 1.5;
}
.video {
    overflow: hidden;
}
.video-col {
    width: 50%;
    float: left;
    padding-left: 100px;
}
.video-col.bor {
    border-right: 1px solid #b6d2e4;
}
.video-col-left-one {
    width: 30%;
    float: left;
}
.video-col-left-two {
    width: 70%;
    float: left;
}
.video-col-left-one img {
    margin: 40px 0px 0px -30px;
}
.video-col-left-two h2 {
    font-size: 24px;
    line-height: 1.4;
    font-weight: bold;
    margin-bottom: 10px;
}
.video-col-left-two p {
    width: 75%;
    font-size: 20px;
    line-height: 1.6;
    min-height: 100px;
}
.video-col-left-two a {
    display: inline-block;
    background: #2f88c0;
    padding: 10px 30px;
    color: #fff;
    text-decoration: none;
    font-size: 20px;
    font-weight: bold;
    border-radius: 5px;
    margin: 20px 0px;
    letter-spacing: 0.5px;
    cursor: pointer;
}
a.online {
    background: #ff6337 !important;
}
ul.res-buttons {
    display: flex;
}
ul.res-buttons li {
    padding: 0px 20px 0px 0px;
}
/*video tutorial style ends here*/

#backToTop {
    position: fixed;
    right: 20px;
    bottom: 80px;
    color: #000;
    background: rgba(0, 0, 0, 0.7) url(https://www.manageengine.com/images/up-arrow.png) no-repeat 16px 17px;
    font-size: 12px;
    display: none;
    cursor: pointer;
    transition: all 0.1s ease 0s;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    text-indent: -1000px;
    overflow: hidden;
}
/*footer style*/
.footer-bg {
    padding: 50px 0px;
    text-align: center;
}
.footer-bg p {
    font-size: 26px;
    color: #000;
    margin: 40px 0px;
    font-weight: bold;
}
.footer-bg a {
    background: #ff6338;
    padding: 10px 40px;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    font-size: 19px;
    font-weight: bold;
}
/*footer style*/




/*form popup style*/


.popup {
    position: fixed;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    margin: auto;
    width: 50%;
    height: 50%;
    z-index: 100000000000000000;
    animation: zoom 0.5s 1;
    transition: all 0.5s ease-in-out;
}
iframe.webinar-iframe-video {
    width: 100%;
    height: 100%;
}
iframe.iframe-video {
    width: 100%;
    height: 100%;
}
 @keyframes zoom {
 0% {
 transform:scale(0.5);
}
 100% {
 transform:scale(1);
}
}
.cancel {
    display: relative;
    cursor: pointer;
    margin: 0;
    float: right;
    z-index: 100000000000000000;
    padding: 10px;
    position: absolute;
    right: 0;
}
div.popup-form {
    display: flex;
    align-items: stretch;
    height: 100%;
}
.popup-form>div {
    flex-basis: 0;
    flex-grow: 1;
    padding: 50px;
}
.form-lhs {
    background: #03448e;
}
.form-rhs {
    background: #fff;
}
/*.form-lhs h2 {
    line-height: 1.2;
    margin-bottom: 15px;
    font-family: 'Zoho_Puvi_Bold';
    color: #fff;
    font-weight: bold;
    font-size: 30px;
    text-align: left;
    padding-top: 10px;
}*/

p.conv {
    font-size: 26px !important;
    font-weight: 700 !important;
    line-height: 1.1 !important;
    margin-top: 5px !important;
}
.form-lhs p {
    width: 100%;
    text-align: left;
    font-size: 16px;
    margin: 20px 0px;
    color: #fff;
    font-weight: bold;
    line-height: 1.5;
}
#backToTop {
    position: fixed;
    right: 20px;
    bottom: 80px;
    color: #000;
    background: rgba(0, 0, 0, 0.7) url(https://www.manageengine.com/images/up-arrow.png) no-repeat 16px 17px;
    font-size: 12px;
    display: none;
    cursor: pointer;
    transition: all 0.1s ease 0s;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    text-indent: -1000px;
    overflow: hidden;
}
/*.form-lhs ul li {
    list-style: disc;
    text-align: left;
    line-height: 1.5;
    color: #fff;
    font-size: 16px;
    list-style: none;
    position: relative;
    margin-left: 30px;
    
    
    
   
}*/


.form-lhs ul li {
    text-align: left;
    line-height: 1.5;
    color: #ffe600;
    font-size: 16px;
    margin-left: 35px;
    list-style-type: disc;
    margin-top: 10px;
}
.form-lhs ul li span {
    text-align: left;
    line-height: 1.5;
    color: #fff;
    font-size: 16px;
}
.datetime p {
    font-size: 13px;
    line-height: 1.5;
}
input[type="text"] {
    width: 100%;
    margin-bottom: 20px;
    padding: 15px;
    font-size: 16px;
    border: 1px solid #ddd;
    border-radius: 5px;
}
select {
    width: 100%;
    height: 50px;
    text-indent: 8px;
    background: none;
    border: 1px solid #ddd;
    margin: 0px;
    font-size: 16px;
    color: #333;
}
div#formCTAgdpr {
    font-size: 14px;
    line-height: 1.4;
    margin: 15px 0px;
    font-family: "Zoho_Puvi_Regular";
}
.formfild .error {
    border-bottom: 1px solid red;
}
div#meGDPRMessage {
    font-size: 14px;
    line-height: 1.4;
    margin: 15px 0px;
    font-family: "Zoho_Puvi_Regular";
}
.prvcy-plicy {
    font-size: 14px;
    line-height: 1.4;
    margin: 15px 0px;
    font-family: "Zoho_Puvi_Regular";
}
a.policy {
    background: none;
    color: #3572a6;
    padding: 0px;
    margin: 0px;
    font-size: 16px;
}
input.submitbtn {
    background: #ff6338;
    border: none;
    border-radius: 3px;
    padding: 10px 30px;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    margin-right: 7px;
}
input.resetbtn {
    background: #ececec;
    border: none;
    border-radius: 3px;
    padding: 10px 30px;
    font-size: 16px;
    font-weight: bold;
    color: #333;
    margin-left: 7px;
}
input:focus {
    border: 1px solid #ddd;
    box-shadow: none;
    outline: none;
}
select:focus {
    outline: none;
}
.form-group .form-control:hover {
    border: 1px solid #e45d28;
}
p.reg_form_errors {
    position: absolute;
    top: 40px;
    font-size: 13px;
    color: #ff2424;
    display: none;
}
.formfild.time-select.active {
    background: #fff;
}
.time-select:after {
    position: absolute;
    content: "";
    width: 20px;
    height: 12px;
    background: url(../images/gray-down-arrow.png)no-repeat;
    top: 20px;
    right: 20px;
    transition: transform 140ms;
}
.time-select:before {
    background-position: 1px 1px;
}
.time-select:after {
    z-index: 0;
}
::placeholder {
 color: #333;
 font-family: "Zoho_Puvi_Regular";
 text-rendering: optimizeLegibility;
 -webkit-font-smoothing: antialiased;
}
.time-icon {
    display: inline-block;
    background-position: -36px 1px;
    width: 20px;
    height: 20px;
}
.time-select {
    position: relative;
    cursor: pointer
}
.time-slot {
    display: none;
    position: absolute;
    z-index: 3;
    left: 0;
    background: #fff;
    -webkit-box-shadow: 0 2px 9px 0 rgba(0,0,0,0.21);
    -moz-box-shadow: 0 2px 9px 0 rgba(0,0,0,0.21);
    box-shadow: 0 2px 9px 0 rgba(0,0,0,0.21);
    width: 95%;
}
ul.time-slot {
    padding: 15px !important;
    margin-left: 0px !important;
    width: 100%;
}
.time-slot li {
    list-style-type: none !important;
    font-size: 16px;
}
.time-slot li:hover, .time-slot li.active {
    background-color: rgba(229,230,231,0.3);
    color: #003861;
}
.time-slot.active {
    display: block;
}
.time-slot.active li {
    padding: 10px 15px !important;
}
.select-slot.selectedval {
    color: #000000;
}
.time-select.active:after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.custmrnme {
    color: #7bbb2a;
    font-weight: 500;
}
.custmrnme span {
    color: #444;
    font-weight: 200;
}
footer {
    letter-spacing: 0.5px;
    border-top: none;
    line-height: 1.8em;
    background: #f2f2f2;
}
.foot-copy {
    padding: 10px 0;
    background: none;
}
footer {
    background: #fff;
    color: #767676 !important;
   
}
footer a {
    color: #767676 !important
}
.foot-copy {
    color: #767676 !important
}

/*form popup style*/


@media only screen and (max-width:2560px) and (min-width:2000px) {
aside {
    right: 703px;
}
}

@media only screen and (max-width:1920px) {
aside {
    right: 380px;
}
}

@media only screen and (max-width:1680px) {
aside {
    right: 260px;
}
}

@media only screen and (max-width:1440px) {
aside {
    right: 142px;
}
}

@media only screen and (max-width:1200px) {
.container {
    max-width: 98%;
    margin: 0 auto;
}
}

@media only screen and (max-width:1024px) {
ul.header-menu {
    margin: 20px 75px;
}
.banner_bg {
    padding: 30px 0px 30px 0px;
}
ul.banner-section li:nth-child(1) {
    width: 45%;
}
ul.banner-section li:nth-child(2) {
    width: 55%;
}
.ziabnrcont {
    padding: 25px;
}
ul.banner-buttons {
    flex-wrap: wrap;
    margin: 30px 0px;
}
ul.banner-buttons li {
    flex-wrap: wrap;
    min-width: 235px;
}
ul.banner-buttons li:nth-child(1) {
    width: 100%;
    margin-right: 0px;
}
ul.banner-buttons li:nth-child(2) {
    width: 100%;
    margin-top: 20px;
}
.popup {
    width: 60%;
    height: 45%;
}
aside {
    right: 100px;
}
.video-col.bor {
    border-right: none;
}
.video-col {
    width: 100%;
    padding-left: 0px;
    margin: 0px 0px 75px 0px;
}
.video-col-left-one img {
    margin: 0px auto;
    display: block;
}
.video-col-left-one {
    width: 100%;
}
.video-col-left-two {
    width: 100%;
}
.video-col-left-two h2 {
    text-align: center;
    margin: 20px 0px;
}
.video-col-left-two a {
    margin: 30px 0px;
}
.video-col-left-two p {
    width: 75%;
    margin: 0 auto;
    text-align: center;
    min-height: 0px;
}
.resp-cent {
    text-align: center;
}
ul.res-buttons {
    justify-content: center;
}
}

@media only screen and (max-width:768px) {
.popup {
    width: 75%;
    height: 30%;
}
}

@media only screen and (max-width:980px) {
ul.header-menu {
    margin: 20px 35px;
}
ul.banner-section {
    display: inherit;
    flex-wrap: wrap;
}
ul.banner-section li:nth-child(1) {
    width: 100%;
    text-align: center;
}
ul.banner-section li:nth-child(2) {
    width: 100%;
}
ul.banner-buttons {
    flex-wrap: wrap;
    width: 100%;
    margin: 30px auto;
}
ul.screens {
    display: inherit;
    align-items: center;
    flex-wrap: wrap;
}
.zia-screenshots ul:nth-child(4) {
    display: -webkit-flex; /* Safari */
    -webkit-flex-direction: column-reverse; /* Safari 6.1+ */
    display: flex;
    flex-direction: column-reverse;
}
.zia-screenshots ul:nth-child(6) {
    display: -webkit-flex; /* Safari */
    -webkit-flex-direction: column-reverse; /* Safari 6.1+ */
    display: flex;
    flex-direction: column-reverse;
}
.autoslider-bg {
    padding: 50px 0px;
}
.slideshow-container {
    padding: 30px;
}
ul.slider-content {
    display: inherit;
    align-items: center;
    flex-wrap: wrap;
    padding: 5%;
}
ul.slider-content li:nth-child(1) {
    width: 100%;
}
ul.slider-content li:nth-child(2) {
    width: 100%;
    padding-top: 20px;
}
ul.slider-content img {
    margin: 30px auto 0 auto;
    display: block;
}
.footer-bg {
    padding: 0px 0px 50px 0px;
    text-align: center;
}
aside {
    right: 70px;
}
}

@media only screen and (max-width:640px) {
.autoslider>p {
    width: 90%;
}
}

@media only screen and (max-width:480px) {
ul.banner-section li:nth-child(1) {
    display: none
}
ul.banner-buttons li:nth-child(1) {
    display: block;
}
ul.banner-section h2 {
    font-size: 25px;
    width: 100%;
    line-height: 1.3;
    padding: 15px 0px 20px 0px;
}
ul.banner-section p {
    font-size: 16px;
    width: 100%;
}
ul.screens li {
    padding: 15px;
}
ul.screens h3 {
    width: 100%;
}
ul.screens p {
    width: 100%;
}
.slideshow-container {
    padding: 10px 5px;
}
ul.slider-content div {
    font-size: 70px;
}
ul.slider-content p {
    width: 85%;
    line-height: 1.4;
    font-size: 18px;
    padding-left: 15px;
    margin-left: 50px;
}
.popup {
    width: 90%;
    height: 40%;
}
iframe.iframe-video {
    width: 100%;
    height: 100%;
}
.popup-form>div {
    flex-basis: inherit;
    flex-grow: 1;
    padding: 25px;
}
div.popup-form {
    flex-wrap: wrap;
    overflow: overlay;
}
h2.introzia {
    line-height: 1.1;
    font-size: 40px;
}
.footer-bg p {
    line-height: 1.5;
    margin: 20px 0;
}
.zia-screenshots h2 {
    padding-bottom: 0;
}
}

@media only screen and (max-width:414px) {
ul.header-menu {
    margin: 10px 15px;
}
ul.header-menu img {
    width: 200px;
}
aside {
    right: 0px;
    top: 86px;
}
}

@media only screen and (max-width:375px) {
}

@media only screen and (max-width: 360px) {
}

@media only screen and (max-width:320px) {
}
/* zia-css-ends */


#hdsfooterctasec h2 {
	font-family: 'Zoho_Puvi_SemiBold', 'Open Sans', sans-serif;
	font-size: 30px;
	line-height: 1.25;
}
ul.add-resources li {
	flex: 0 0 50%;
	margin: 10px 0;
}
.bradkrm {
	font-size: 14px;
	font-weight: lighter;
	padding: 10px 0px;
}
.bradkrm a {
	color: #444 !important;
}
span.bradkrm a {
	color: #444 !important;
}
.bradkrm span {
	color: #444 !important;
}
.smlarlft {
	background: url(https://www.manageengine.com/fr/service-desk/integrations/../images/sdp-common-image.png) 0px 0px no-repeat;
	width: 6px;
	height: 9px;
	margin: 0 5px 5px 5px;
	position: relative;
	top: 5px;
	display: inline-block;
}
