/* CSS Document */
/* 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%;
    font: inherit;
    vertical-align: baseline;
    -webkit-font-smoothing: antialiased;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -o-font-smoothing: antialiased;
}
ul {
    list-style: none;
}
ol {
    list-style: decimal !important;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
img {
    max-width: 100%;
}
.active {
    color: #41b4d7 !important;
    font-weight: bold;
    border-left: 2px solid #41b4d7;
    padding-left: 15px;
}
/*Reset CSS Ends Here*/

/*Global Style Starts Here*/
strong {
    font-weight: bold !important;
}
.container-fluid {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0px 30px;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'ZohoPuvi', sans-serif;
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
    cursor: inherit;
}
p, button, a, li {
    font-family: 'ZohoPuvi', sans-serif;
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
}
/*Global Style Ends Here*/

/*clickable dropdown menu starts here */
.dropbtn {
    padding: 16px;
    font-size: 16px;
    border: none;
    cursor: pointer;
    background: none;
}
button.dropbtn:focus {
    outline: none;
}
.dropdown {
    position: relative;
    display: none;
    float: right;
}
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #333;
    min-width: 250px;
    overflow: auto;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    right: 25%;
    padding: 20px;
}
.dropdown-content a {
    color: #fff;
    padding: 15px 30px;
    text-decoration: none;
    display: block;
}
.dropdown-content a:not(:last-child) {
    border-bottom: 1px solid #474747;
}
.dropdown a:hover {
    background-color: #ddd
}
.show {
    display: block;
}
i.fa.fa-bars {
    color: #333;
    font-size: 36px !important;
}
.dropbtn1 {
    padding: 16px;
    font-size: 16px;
    border: none;
    cursor: pointer;
    background: none;
    display: none;
}
div#myDropdown a:last-child {
    background: #f26b4e;
    border-radius: 5px;
    margin: 20px 0px 5px 0px;
}
div#myDropdown1 a:last-child {
    background: #f26b4e;
    border-radius: 5px;
    margin: 20px 0px 5px 0px;
}
button.dropbtn1:focus {
    outline: none;
}
.dropdown1 {
    position: relative;
    display: inline-block;
    float: right;
}
.dropdown-content1 {
    display: none;
    position: absolute;
    background-color: #333;
    min-width: 250px;
    overflow: auto;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    right: 25%;
    padding: 20px;
}
.dropdown-content1 a {
    color: #fff;
    padding: 15px 30px;
    text-decoration: none;
    display: block;
}
.dropdown-content1 a:not(:last-child) {
    border-bottom: 1px solid #474747;
}
.dropdown1 a:hover {
    background-color: #ddd
}
.show1 {
    display: block;
}
/*clickable dropdown menu ends here */


/*header style starts here*/
nav {
    padding: 1em;
}
nav img {
    width: 250px;
}
/*fixed header menu style ends here */
/*header style ends here*/

/*sticky header style starts here*/
.fixed-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: url(https://www.manageengine.com/fr/service-desk/style/../images/ITIL-incident-management-guide.png);
    padding: 30px 0px !important;
    z-index: 999;
}
/*hamburger menu style starts*/

ul.menu-items {
    position: absolute;
    background: #333;
    max-width: 100%;
    left: 0;
    right: 0;
    top: 110px;
    display: none;
    padding: 30px 50px;
    z-index: 999;
    margin: 0px;
    list-style-type:none!important;
}
ul.menu-items li {
    max-width: 1200px;
    margin: 0 auto;
    line-height: 40px;
    position: relative;
}
ul.menu-items li a {
    text-decoration: none;
    display: inline-block;
    color: #fff;
}
ul.menu-list>li a:hover:before {
    width: 100%;
}
.hamburger {
    width: 50px;
    height: 50px;
    border-radius: 50px;
    display: inline-block;
    position: relative;
    margin: 0px;
    cursor:pointer
}
.header-items>li:nth-child(3) {
    display: none;
}
.hamburger:after, .hamburger span:before, .hamburger span:after {
    content: "";
    width: 20px;
    height: 2px;
    background: #000;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -10px;
    transition: 0.2s ease-in-out;
}
.hamburger-color:after, .hamburger-color span:before, .hamburger-color span:after {
    background: #fff;
}
a.hamburger span:before {
    transform: translateY(-5px);
}
a.hamburger span:after {
    transform: translateY(5px);
}
.hamburger-active:after {
    height: 0px;
}
.hamburger-active span:before {
    transform: rotate(45deg) !important;
}
.hamburger-active span:after {
    transform: rotate(-45deg) !important;
}
/*hamburger menu style ends*/
.header-background {
    padding: 20px 0px;
}
.header-items img {
    width: 250px;
}
ul.header-items {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header-items h5 {
    font-size: 22px;
    color: #fff;
    line-height: 1.5;
    letter-spacing: 0.3px;
    font-weight: bold;
}
.header-items>li:nth-child(2) {
    display: none;
}
a.download-pdf {
    background-color: #fff;
    color: #333;
    padding: 10px 40px;
    border-radius: 3px;
    text-decoration: none;
    float: right;
    box-shadow: 1px 1px 2px #727272;
    font-weight: bold;
}
.header-items>li:nth-child(4) {
    display: none;
}
ul.menu-items li:nth-child(7) {
    background: #ef6952;
    display: inline-block;
    padding: 10px 40px;
    margin: 10px 0px;
    border-radius: 5px;
}
/*banner style starts here*/
.banner-bg {
    background: url(https://www.manageengine.com/fr/service-desk/style/../images/guide-to-incident-management.png);
    height: 350px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 64%;
}
.banner h1, h2, p {
    margin-left: 400px;
}
a.pink-button {
    background: #000;
    color: #fff;
    padding: 10px 30px;
    display: inline-block;
    border-radius: 5px;
    margin: 20px 0px 20px 0px;
    text-decoration: none;
    font-weight: bold;
    font-size: 18px;
}
.banner-butt {
    text-align: center;
width: 82%;
margin-left:195px;
line-height: 22px;
}
.banner p {
    font-size: 32px;
    color: #191919;
    padding-top: 80px;
}
.banner h1 {
    font-size: 47px;
    color: #232323;
    font-weight: bold;
    padding: 5px 0px 20px 0px;
}
.banner h2 {
    font-size: 24px;
    color: #000;
    line-height: 1.3;
    width: 60%;
}
.banner .per60 {
    width: 70%;
}
.banner .per40 {
    width: 25%;
}
.ctas {
    border: 1px solid #f8f8f8;
    text-align: center;
    padding: 40px 0px;
    margin: 100px 0px;
    box-shadow: 0px 0px 5px #cccccc87;
}
.ctas p {
    margin-top: 50px;
    font-size: 30px !important;
    font-weight: bold;
    margin: 0px auto 15px auto !important;
    width: 80%;
    text-align: center;
}
.ctas a {
    background: #ef6a52;
    color: #fff;
    padding: 10px 30px;
    display: inline-block;
    margin: 10px 0px;
    text-decoration: none;
    font-size: 18px;
    font-weight: bold;
    border-radius: 3px;
    min-width: 300px;
}
a.sec-button {
    background: transparent;
    color: #000;
    font-size: 20px;
    font-weight: normal;
    border: 1px solid #ef6a52;
}
/*banner style ends here*/
/* styles for accordion section starts here*/
button.accordion {
    outline: none;
}
.acc {
    background: #f8f8f8;
    box-shadow: 0px 0px 0px 1px #6868681a;
}
.acc button {
    border-bottom: 1px solid #e9eaea;
}
.acc button:nth-child(8) {
    border-bottom: 21px solid #e9eaea !important;
}
.accordion_head {
    background-color: #f8f8f8;
    color: white;
    cursor: pointer;
    font-size: 14px;
    border-bottom: 1px solid #e9eaea;
    padding: 15px 30px;
    font-weight: bold;
}
.accordion_body {
    background: #fff;
    overflow: hidden;
    width: 100%;
}
.plusminus {
    float: left;
    color: #333;
    top: -7px;
    position: relative;
    font-size: 20px;
}
button.accordion {
    background: none;
    border: none;
    font-size: 20px;
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
}
.panel ul {
    margin-left: 0px;
}
.panel ul li {
    line-height: 1.7;
    padding-bottom: 7px;
    padding-top: 7px;
    font-size: 14px;
    padding-left: 80px;
}
.panel ul li:not(:last-child) {
    border-bottom: 1px solid #eee;
}
.panel ul li a {
    text-decoration: none;
    color: #333;
    font-size: 18px;
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
}
.sticky {
    position: fixed;
    width: 22%;
    top: 190px;
    left: 50px;
}
.sticky-add {
    top: 150px;
}
/* styles for accordion section ends here */

/* styles for download pdf section starts here */
.download-material {
    background: #fff;
    margin-top: 20px;
    padding: 20px;
    box-shadow: 0px 0px 0px 1px #6868681a;
}
.download-material ul {
    display: flex;
    background: white;
}
.download-material ul li {
    margin: 5px;
}
.download-material h1 {
    font-size: 18px;
    color: #212121;
    font-weight: bold;
    margin-bottom: 10px;
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
}
.download-material h1, ul {
    margin-left: 20px;
}
/* styles for download pdf section ends here */

/* styles for social share section ends here */
.share-material {
    background: #f8f8f8;
    margin-top: 20px;
    padding: 20px;
    box-shadow: 0px 0px 0px 1px #6868681a;
}
.share-material p {
    font-size: 18px;
    color: #212121;
    font-weight: bold;
    margin-bottom: 15px;
}
.share-material p {
    margin-left: 20px;
}
.social-icons {
    margin-left: 20px;
}
.fa {
    color: #333;
    padding: 10px;
    font-size: 20px !important;
    width: 20px;
    text-align: center;
    text-decoration: none;
    margin: 0px 5px 0px 0px;
    border-radius: 50%;
    color: #fff;
}
i.fa.fa-angle-right {
    color: #333 !important;
    font-weight: bold;
}
i.fa.fa-angle-down {
    color: #333 !important;
    font-weight: bold;
}
i.ac {
    color: #333 !important;
}
i.fa.fa-google-plus {
    background: #dd5144;
}
i.fa.fa-linkedin {
    background: #0274b3;
}
i.fa.fa-facebook {
    background: #3c5a99;
}
i.fa.fa-twitter {
    background: #55adee;
}
i.fa.fa-youtube-play {
    background: #fd0000;
}
i.fa.fa-instagram {
    background: #d8226d;
}
p.copyright {
    margin: 0;
    padding: 50px 0px 20px 0px;
    font-size: 14px;
}
/* styles for social share section ends here */

/* styles for main content starts here */

ol.categories {
    margin-left: 20px;
}
ol.categories li {
    line-height: 30px;
}
ol.categories li {
    line-height: 30px;
    font-size: 20px;
    margin-bottom: 20px;
}
ol.categories li a {
    text-decoration: none;
}
p.updated {
    text-align: right;
    font-size: 16px !important;
    color: #067c14 !important;
    font-weight: bold;
}
h4.chapter {
    margin-top: -92px;
    margin-bottom: 80px;
}
span.chap {
    background: #50bea4;
    color: #fff;
    padding: 5px 40px;
    font-size: 18px;
}
.desc {
    padding: 50px 0px;
    float: right;
    margin-right: 290px;
    width: 50%;
    margin-top: 50px;
    border-bottom: 5px solid #80bc87;
    margin-bottom: 50px;
}
.desc p {
    font-size: 19px;
    line-height: 1.5;
    color: #020202;
    margin-bottom: 20px;
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
    margin-left: 0px;
}
.desc h1 {
    font-size: 36px;
    color: #0f0f0f;
    margin-bottom: 30px;
    line-height: 1.2;
    font-weight: bold;
    margin-top: 50px;
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
}
.desc h2 {
    font-size: 30px;
    color: #454545;
    margin-bottom: 20px;
    line-height: 1.2;
    font-weight: bold;
    margin-top: 50px;
    margin-left: 0px;
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
}
p.quote {
    font-style: italic;
    padding: 0px 20px;
    margin-top: 25px;
    font-size: 20px;
    line-height: 1.7;
    border-left: 3px solid #41b4d7;
    margin-left: 50px;
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
}
p.feature-para {
    margin: 40px 0px 30px 0px;
}
ul.features {
    display: flex;
    margin-left: 0px;
    margin-top: 20px;
}
ul.features li {
    padding: 0px 30px 0px 0px;
}
ul.features>li:nth-child(1) {
    border-bottom: 1px solid #ddd;
    width: 100%;
}
ul.features li p {
    margin: 10px 0px 15px 0px;
}
ul.features li h3 {
    margin-left: 0px;
    color: #067c14;
    font-size: 22px;
    font-weight: bold;
    width: 85%;
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
    font-family: 'ZohoPuvi', sans-serif;
}
ul.poin {
    margin-bottom: 30px;
    list-style-type:none
}
ul.poin li {
    font-size: 18px;
    line-height: 1.7;
    color: #020202;
    position: relative;
    margin-left: 40px;
    margin-bottom: 10px;
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
}
ul.poin li:before {
    content: "\f058";
    font-family: ZohoPuvi;
    color: #067c14a6;
    padding-right: 15px;
    position: absolute;
    left: -30px;
}
ul.poin.sub {
    margin-top: 20px;
}
img.flow-charts {
    display: block;
    margin: 10px auto;
}
p.fig-caption {
    text-align: center;
    font-weight: bold;
    font-size: 21px;
    color: #333;
    margin-bottom: 50px !important;
}
.def h3 {
    margin-left: 0px;
    color: #067c14;
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    margin-top: 80px;
    margin-bottom: 20px;
}
.def p {
    text-align: center;
}
.def img {
    display: block;
    margin: 40px auto 20px auto;
}
.def .per50 {
    width: 46%;
    box-shadow: 0px 0px 0px 1px #e9e9e9;
    min-height: 270px;
}
.def .per50:hover {
    background: #f8f8f8;
}
.internal-eval h3 {
    margin-left: 0px;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    margin: 100px 0px 50px 0px;
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
}
.eval-1 {
    background: #40b4d724;
}
.eval-2 {
    background: #faf8f8;
}
.one {
    min-height: 680px;
}
.two {
    min-height: 680px;
}
.three {
    min-height: 590px;
}
.four {
    min-height: 590px;
}
.five {
    min-height: 680px;
}
.six {
    min-height: 680px;
}
h3.fea {
    margin-left: 0px;
    color: #067c14;
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 20px;
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
}
/* form  styles starts here*/
.form-bg {
    background: #f2f2f2;
    padding: 100px;
    margin: 100px 0px;
    border-radius: 5px;
}
.form-bg h2 {
    margin-left: 0px;
    text-align: center;
    font-size: 38px;
    color: #454545;
    font-weight: 600;
    margin: 15px 0px;
}
.form-bg h3 {
    margin-left: 0px;
    text-align: center;
    font-size: 28px;
    color: #333;
    font-weight: 600;
    line-height: 1.2;
    margin: 30px 0px 20px 0px;
}
.form-bg p {
    text-align: center;
}
.guide-mail {
    width: 50%;
    display: block;
    margin: 0 auto;
    padding: 15px;
    border-radius: 5px;
    border: none;
    font-size: 18px;
}
input.submitbtn {
    width: 55%;
    background: #f26b4e;
    padding: 15px;
    border-radius: 5px;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    margin: 15px auto;
    border: none;
    cursor: pointer;
    -webkit-appearance: none;
}
input.resetbtn {
    background: none;
    border: none;
    text-decoration: underline;
    font-size: 16px;
    color: #27507b;
    cursor: pointer;
}
.prvcy-plicy p {
    font-size: 14px;
}
.guide-mail:focus {
    outline: none;
}
input.submitbtn:focus {
    outline: none;
}
input.resetbtn:focus {
    outline: none;
}
ul.form-content {
    display: flex;
    margin: 50px 0px 75px 0px;
    align-items: center;
}
.form-content li p {
    font-size: 16px;
}
ul.form-content li:nth-child(1) {
    background: #d0ebd1;
    min-height: 250px;
}
ul.form-content li:nth-child(3) {
    background: #f0dbaa;
    min-height: 250px;
}
ul.form-content li {
    padding: 20px;
    border-radius: 5px;
}
i.fa.fa-plus.form-plus {
    display: block;
    margin: 0 auto;
    background: #66a7be;
}
.social-icons.foot {
    margin-left: 0px;
}
select#MECountryListing {
    border: 1px solid #d6d6d6;
}
#meGDPRMessage {
    margin-top: 15px;
}
input#sendmemail {
    width: 20px !important;
    height: auto !important;
}
label#sendmemailcheck {
    font-size: 14px;
    font-family: 'ZohoPuvi', sans-serif;
    line-height: 1.5;
}
div#formCTAgdpr {
    font-family: 'ZohoPuvi', sans-serif;
    margin-top: 20px;
    line-height: 1.5;
}
keygen, select {
    height: 51px !important;
    border-radius: none;
    background: #fff !important;
    color: #333 !important;
    width: 350px;
    margin: 15px !important;
}
select#MECountryListing {
    border: none;
    font-size: 18px;
    color: #333;
}
select#MECountryListing:focus {
    outline: none;
}
/* form  styles ends here*/




ol.poin li {
    font-size: 18px;
    line-height: 1.7;
    color: #020202;
    position: relative;
    margin-left: 40px;
    margin-bottom: 10px;
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
}
ol.poin {
    margin-left: 10px;
}
ol.poin li {
    padding-left: 10px;
}

/* media queries starts here */


@media only screen and (max-width:2560px) and (min-width:2000px) {
.guide-mail {
    width: 40%;
}
keygen, select {
    width: 460px;
}
input.submitbtn {
    width: 42.5%;
}
}

@media only screen and (max-width:1440px) {
nav img {
    width: 250px;
    margin-left: 40px;
}
ul.form-content li:nth-child(1) {
    min-height: 250px;
}
ul.form-content li:nth-child(3) {
    min-height: 250px;
}
.two, .one {
    min-height: 680px;
}
.three, .four {
    min-height: 600px;
}
.five, .six {
    min-height: 740px;
}
.sticky-head-col-1 {
    margin-left: 30px;
}
.guide-mail {
    width: 70%;
}
input.submitbtn {
    width: 76%;
}
.banner .per60 {
    width: 55%;
}
.banner .per40 {
    width: 25%;
}
.banner h2 {
    font-size:17px;
    width: 50%;
}
keygen, select {
    width: 389px !important;
}
.banner p {
    padding-top: 50px;
}
a.pink-button {
    font-size: 16px;
    margin-left: 320px;
}
.sticky {
    width: 23%;
    left: 10px;
}
.banner h1, h2, p {
    margin-left: 370px;
}
}

@media only screen and (max-width:1366px) {
.banner .per60 {
    width: 60%;
}
.banner .per40 {
    width: 30%;
}
.banner h1, h2, p {
    margin-left: 450px;
}
a.pink-button {
    margin: 10px 0px 0px 450px;
}
.desc {
    margin-right: 150px !important;
    width: 55%;
}
.sticky {
    left: 30px;
    width: 25%;
}
}
@media only screen and (max-width:1290px) {
.banner p{font-size: 24px}
.banner h1{font-size:30px}
a.pink-button{font-size: 13px}
.banner h1, h2,p{margin-left: 370px}
a.pink-button{margin: 10px 0px 0px 345px}
}
@media only screen and (max-width:1249px) {
.sticky{left: 15px;width: 27%}
button.accordion,.panel ul li a{font-size:17px}
.accordion_head{padding:15px 20px}
}
@media only screen and (max-width:1024px) {
nav img {
    margin-left: 50px;
}
.dropdown {
    display: block;
    right: 5%;
}
.dropbtn1 {
    padding: 0px;
    display: inline-block;
}
.sticky-header {
    padding: 20px 0px 20px 0px;
}
.sticky-header p {
    margin-top: 20px;
    text-align: left;
    margin-left: 5px;
    font-size: 22px;
}
.banner .per60 {
    width: 61%;
}
.banner .per40 {
    width: 35%;
}
.banner h2 {
    width: 100%;
}
.per30.sticky-head-col-1 {
    width: 60%;
}
.per30.sticky-head-col-2 {
    display: none;
}
.per30.sticky-head-col-3 {
    float: right;
    position: relative;
    left: 22.5%;
}
.dropdown-content1 {
    right: 230px;
    top: 76px;
}
i.fa.fa-bars.menu-stick {
    color: #ddd;
}
.banner h1, h2, p {
    margin-left: 50px;
}
a.pink-button {
    margin: 10px 0px 0px 50px;
}
.sticky {
    display: none;
}
.desc {
    float: left;
    margin-left: 50px !important;
    width: 90%;
}
.per30.fixed-scroll-menu {
    visibility: hidden;
}
.sticky-head-col-2 {
    width: 30%;
}
.sticky-header p {
    text-align: left;
}
.dropdown-content {
    right: -66px;
    top: 92px;
}
.guide-mail {
    width: 60%;
}
input.submitbtn {
    width: 64%;
}
.banner h1 {
    font-size: 46px;
}
.banner h2 {
    width: 80%;
}
.two, .one {
    min-height: 600px;
}
.three, .four {
    min-height: 570px;
}
.five, .six {
    min-height: 700px;
}
}

@media only screen and (max-width:812px) {
.banner h1 {
    font-size: 37px;
}
.banner p {
    padding-top: 90px;
}
input.submitbtn {
    width: 65%;
}
.two, .one {
    min-height: 700px;
}
.three, .four {
    min-height: 600px;
}
.five, .six {
    min-height: 750px;
}
.desc {
    margin-left: 40px !important;
}
.form-bg {
    padding: 50px;
}
.dropdown-content {
    right: -55px;
    top: 92px;
}
.dropdown-content1 {
    right: 183px;
}
.sticky-header p {
    margin-left: 0px;
}
}

@media only screen and (max-width:768px) {
ul.menu-list {
    display: none;
}
.hamburger {
    display: inline-block !important;
}
nav img {
    margin-left: 25px;
}
.sticky-header p {
    margin-top: 15px;
    margin-left: -5px;
}
i.fa.fa-bars.menu-stick {
    color: #ddd;
}
.dropdown-content1 {
    right: 160px;
    top: 66px;
}
.dropdown-content {
    right: -15px;
    top: 92px;
}
.banner h1, h2, p {
    margin-left: 0px;
}
a.pink-button {
    margin: 10px 0px 0px 0px;
}
.banner h1 {
    font-size: 46px;
}
.banner h2 {
    width: 100%;
}
.banner p {
    padding-top: 50px;
}
.banner .per60 {
    width: 50%;
}
.banner .per40 {
    width: 45%;
}
.desc {
    padding: 0px 20px 30px 0px;
    margin-left: 35px !important;
}
.sticky-header {
    padding: 20px 0px 10px 0px;
}
.per30.sticky-head-col-1 {
    width: 60%;
}
.per30.sticky-head-col-3 {
    left: 160px;
    top: -5px;
}
input.submitbtn {
    width: 55%;
}
.one {
    min-height: 750px;
}
.two {
    min-height: 750px;
}
.three {
    min-height: 650px;
}
.four {
    min-height: 650px;
}
.five {
    min-height: 780px;
}
.six {
    min-height: 780px;
}
.form-bg {
    padding: 30px;
}
input.submitbtn {
    width: 64%;
}
.dropdown {
    display: block;
    right: 0%;
}
keygen, select {
    width: 65%;
    padding-left: 15px;
    -webkit-appearance: none !important;
}
.banner-butt {
    text-align: left;
}
}

@media only screen and (max-width:736px) {
nav img {
    margin-left: 25px;
}
.sticky-header p {
    margin: 15px 0px 10px -5px;
}
.dropdown-content {
    left: -162px;
    top: 92px;
}
.guide-mail {
    width: 55%;
}
input.submitbtn {
    width: 60%;
}
.per30.sticky-head-col-1 {
    width: 59%;
}
i.fa.fa-bars.menu-stick {
    color: #ddd;
}
.dropdown-content1 {
    right: 165px;
    top: 66px;
}
}

@media only screen and (max-width:667px) {
.sticky-header p {
    font-size: 18px;
}
.dropdown {
    display: block;
    right: 5px;
    left: 5px;
}
.dropdown-content {
    left: -200px;
    top: 92px;
}
.per30.sticky-head-col-3 {
    left: 125px;
}
.dropdown-content1 {
    right: 125px;
    top: 65px;
}
.dropdown-content a {
    padding: 10px 20px;
}
.dropdown-content1 a {
    padding: 12px 30px;
}
.banner-bg{height: auto}
.banner .per60,.banner .per40{width: 100%;float:none}
.banner .per60,.banner .per40,.banner-butt{text-align:center}
.banner-butt, .banner .per60 > div{text-align:center !important ;}
}
@media only screen and (max-width:640px) {
.banner p {
    font-size: 29px !important;
}
.per30.sticky-head-col-3 {
    top: -3px;
}
.per30.sticky-head-col-1 {
    width: 54%;
}
.one, .two {
    min-height: 780px;
}
.three, .four {
    min-height: 720px;
}
.five, .six {
    min-height: 970px;
}
.guide-mail {
    width: 60%;
}
input.submitbtn {
    width: 66%;
}
ul.form-content {
    margin: 50px 0px 50px 0px;
}
 @media only screen and (max-width:414px) {
nav img {
 width: 200px;
 margin-left: 10px;
}
.banner-bg {
 height: auto;
}
.banner h1, h2, p {
 margin-left: 0px;
}
 a.pink-button {
 margin: 10px 0px 0px 0px;
}
.banner p {
 font-size: 26px;
 text-align: center;
}
.banner h2 {
 width: 100%;
 text-align: center;
}
.banner h1 {
 font-size: 42px;
 text-align: center;
}
.desc {
 padding: 0px;
 float: left;
 margin-left: 22px !important;
 width: 90%;
}
.desc h2 {
 word-wrap: break-word;
}
.download-material h1, ul {
 margin-left: 0px;
}
ul.features li {
 padding: 0px 0px 0px 0px;
}
.def .per50 {
 width: 89%;
 min-height: 0px;
 padding: 0px 20px 0px 20px;
}
.def h3 {
 padding-top: 50px;
 margin-top: 50px;
}
.def p {
 text-align: center;
 padding-bottom: 50px;
}
.per50.eval-1 {
 min-height: 0px;
}
.per50.eval-2 {
 min-height: 0px;
}
.internal-eval h3 {
 text-align: center;
 font-size: 24px;
 font-weight: bold;
 margin: 0px;
 padding: 50px 0px 30px 0px;
}
.internal-eval .poin {
 padding-bottom: 50px;
 padding-left: 20px;
 padding-right: 20px;
}
.social-icons.foot {
 margin-bottom: 20px;
}
 .sticky-header p {
 margin-top: 0px;
 margin-left: -5px !important;
}
 .sticky-head-col-1, .sticky-head-col-3 {
 width: 50%;
 float: left;
}
 .per30.sticky-head-col-1 {
 width: 70%;
}
 .per30.sticky-head-col-3 {
 float: right;
 position: relative;
 left: 30%;
}
 .dropdown {
 display: block;
 right: -4%;
}
 .dropbtn {
 position: relative;
 top: -11px;
}
 .guide-mail {
 width: 80%;
 padding: 10px;
}
 input.submitbtn {
 width: 87%;
 padding: 10px;
 font-size: 12px;
}
 p.quote {
 margin-left: 20px;
}
 .dropdown-content {
 top: 78px;
left: -197px !important;
 width:250px;
}
 .sticky-header {
 padding: 20px 0px 30px 0px;
 height: 5%;
}
 .dropbtn1 {
 position: relative;
 top: -63px;
 left: 15px;
}
 .dropdown-content1 {
 top: 6px;
 right: 120px;
}
 .banner .per60 {
 width: 100%;
}
 .banner .per40 {
 width: 100%;
}
 .banner .per40 img {
 display: block;
 margin:0 auto;
}
 ul.form-content {
 flex-wrap: wrap;
}
 ul.form-content li:nth-child(2) {
 display: block;
 margin: 0 auto;
}
 .guide-mail {
 width: 90% !important;
}
 input.submitbtn {
 width: 96% !important;
}
 i.fa.fa-bars.menu-stick {
 color: #fff;
 font-size:30px;
}
 keygen, select {
 height: 40px !important;
 border-radius: none;
 background: #fff !important;
 color: #333 !important;
 width: 97% !important;
 margin: 15px 0px !important;
}
 select#MECountryListing {
 border: none;
 font-size: 18px;
 color:#333;
}
 .ctas a {
 font-size: 16px;
 min-width: 250px;
}
 .banner-butt {
 text-align: center;
}
 .header-items h5 {
 font-size: 16px;
 width: 90%;
}
 a.pink-button {
 font-size: 14px;
}
}
 @media only screen and (max-width:375px) {
 nav img {
 margin-left: 5px;
}
 .sticky-header {
 padding: 20px 0px 50px 0px;
 background-position: 30% 65%;
}
 .dropbtn1 {
 position: relative;
 top: -45px;
}
 p.about-info {
 word-wrap: break-word !important;
}
 .def .per50 {
 width: 86%;
}
 .guide-mail {
 font-size: 14px;
}
 input.submitbtn {
 font-size: 14px;
}
 .sticky-header p {
 margin-top: 15px;
 margin-left: -5px !important;
}
 .dropbtn1 {
 position: relative;
 top: -50px;
 left: 5px;
}
 .dropdown-content {
 top: 78px;
 left: -211px;
}
 .dropdown-content1 {
 right: 75px;
 top: 29px !important;
}
 i.fa.fa-bars.menu-stick {
 font-size: 30px !important;
}
 .form-bg h2 {
 font-size: 30px;
}
 .banner h1, h2, p {
 margin-left: 0px;
}
 a.pink-button {
 margin: 10px 0px 0px 0px;
}
 .banner h1 {
 text-align: center;
}
 .banner h2 {
 text-align: center;
}
 .banner p {
 text-align: center;
}
}
 @media only screen and (max-width:360px) {
nav img {
 margin-left: 10px;
}
.desc p {
 word-wrap: break-word;
}
.sticky-head-col-1 {
 width: 50%;
 float: left;
}
.fixed-scroll-menu {
 display: none;
}
 .guide-mail {
 font-size: 12px;
}
 input.submitbtn {
 font-size: 12px;
}
 .dropbtn1 {
 top: -60px;
}
 .dropdown-content {
 top: 78px;
 left: -202px !important;
}
 .dropdown-content1 {
 right: 108px;
 top: 10px !important;
}
 i.fa.fa-bars {
 color: #333;
 font-size: 30px !important;
}
 .sticky-header p {
 width: 84%;
 line-height: 1.5;
 margin-top:5px;
}
}
 @media only screen and (max-width:320px) {
}
