/* 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;
}
ol, ul {
    list-style: none;
}
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%;
}
input[type="image"] {
    max-width: 100%;
    height: auto;
}
input[type="image"]:focus {
    outline: none;
}
input.scaled {
    margin: 50px auto;
    display: block;
}
.active {
    color: #2e65a1 !important;
    font-weight: bold;
    border-left: 2px solid #2e65a1;
    padding-left: 15px;
}
/*Reset CSS Ends Here*/

/*Global Style Starts Here*/
@font-face {
    font-family: selima;
    src: url(' ../fonts/selima.otf') format('otf');
    src: url('../fonts/selima.woff') format('woff');
    src: url('../fonts/selima.woff2') format('woff2');
}
@font-face {
    font-family: bebas;
    src: url('../fonts/bebas.ttf') format('ttf');
    src: url('../fonts/bebas.woff') format('woff');
    src: url('../fonts/bebas.woff2') format('woff2');
}
strong {
    font-weight: bold !important;
}
.container-fluid {
    max-width: 1400px;
    margin: 0 auto;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Zoho_Puvi_SemiBold', sans-serif;
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
    cursor: inherit;
}
p, button, a, li {
    font-family: 'Zoho_Puvi_Regular', 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: #ed1c25;
    border-radius: 5px;
    margin: 20px 0px 5px 0px;
}
div#myDropdown1 a:last-child {
    background: #ed1c25;
    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 */


/* scroll indiactor style starts here */
.header {
    position: fixed;
    top: 58px;
    z-index: 1;
    width: 100%;
}
.header h2 {
    text-align: center;
}
.progress-container {
    width: 100%;
    height: 8px;
    background: #ccc;
}
.progress-bar {
    height: 8px;
    background: linear-gradient(to right, #a2e0a5 25%, #eac668 25%, #ffcd02 50%, #e58b83 50%, #e84f47 75%, #65c1ac 75%);
    width: 0%;
}
.content {
    padding: 100px 0;
    margin: 50px auto 0 auto;
    width: 80%;
}
/* scroll indiactor style 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%;
}
.sticky-header {
    padding: 30px 0px;
    background: url( "../images/beginners-guide-to-itsm.jpg");
    z-index: 999;
}
/*.sticky-header.fixed-header:after {
    background: linear-gradient(to right, #a2e0a5 25%, #eac668 25%, #ffcd02 50%, #e58b83 50%, #e84f47 75%, #65c1ac 75%);
    position: absolute;
    content: '';
    height: 5px;
    right: 0;
    left: 0;
    bottom: 0;
} */
.sticky-header .per50 {
    text-align: center;
}
.sticky-header p {
    text-align: center;
    color: #fff;
    font-size: 26px;
    margin-top: 7px;
    font-weight: bold;
    margin-left: -30px;
}
a.download-pdf {
    background-color: #feeaa0;
    color: #333;
    padding: 10px 40px;
    border-radius: 3px;
    text-decoration: none;
    float: right;
    box-shadow: 1px 1px 2px #727272;
    font-weight: bold;
}
.sticky-header a:hover {
    opacity: 0.8;
}
.per30.fixed-scroll-menu {
    text-align: center;
}
.sticky-head-col-2 {
    width: 50%;
}
.sticky-head-col-1 {
    width: 50%;
}
.per30{padding:0 !important;}
.sticky-head-col-2 {
    width: 36%;
}

/*sticky header style ends here*/

/*banner style starts here*/

.banner-bg {
    background: url(../images/it-service-management-guide.jpg);
    height: 380px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 64%;
}
.banner p {
    font-family: selima;
    color: #feeaa0;
}
.banner img {
    padding-top: 70px;
}
.banner h2 {
    font-family: bebas;
    color: #fff;
}
.banner h2, h3, p {
    margin-left: 400px;
}
ul.banner-buttons {
    margin-left: 400px;
}
ul.banner-buttons {
    display: flex;
    align-items: center;
    margin-top: 30px;
}
ul.banner-buttons li a {
    background: #ff6338;
    padding: 10px 50px;
    display: inline-block;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    font-weight: bold;
    font-size: 21px;
    letter-spacing: 0.5px;
}
li.sec a {
    background: transparent !important;
    border: 1px solid #fff;
    margin-left: 15px;
}
.banner p {
    font-size: 52px;
    //padding-top: 80px;
       padding-top:5%;
}
.banner h2 {
    font-size: 40px;
    font-weight: bold;
    padding: 5px 0px 20px 0px;
    word-spacing: 5px;
}
.banner h3 {
    font-size: 28px;
    color: #d9eaf8;
    line-height: 1.3;
    width: 60%;
}
.banner .per60 {
    width: 70%;
}
.banner .per40 {
    width: 25%;
}
/*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: #000;
    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: #d3308b;
}
/* styles for social share section ends here */

/* styles for main content starts here */
p.updated {
    text-align: right;
    font-size: 16px !important;
    color: #2e649e !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%;
    border-bottom: 5px solid #3168a3;
    margin-bottom: 50px;
}
.desc p {
    font-size: 18px;
    line-height: 1.6;
    color: #000;
    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: #000;
    margin-bottom: 15px;
    line-height: 1.2;
    font-weight: bold;
    margin-top: 50px;
    margin-left: 0px;
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
}
.desc h3 {
    font-size: 26px;
    color: #454545;
    margin-bottom: 15px;
    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 h4 {
    margin-left: 0px;
    color: #336ba8;
    font-size: 22px;
    font-weight: bold;
    width: 85%;
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
    font-family: 'Zoho_Puvi_Regular', sans-serif;
}
ul.features li h3 {
    margin-left: 0px;
    color: #336ba8;
    font-size: 22px;
    font-weight: bold;
    width: 85%;
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
    font-family: 'Zoho_Puvi_Regular', sans-serif;
    margin-top: 0px;
    margin-bottom: 10px;
}
ul.poin {
    margin-bottom: 30px;
}
ul.poin li {
    font-size: 18px;
    line-height: 1.6;
    color: #000;
    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: fontawesome;
    color: #2b64a0b0;
    padding-right: 15px;
    position: absolute;
    left: -30px;
}
ul.poin.sub {
    margin-top: 20px;
}
img.flow-charts {
    display: block;
    margin: 50px 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: #ebebeb;
    padding: 100px 0px;
    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: 420px;
    display: block;
    margin: 0 auto;
    padding: 15px;
    border-radius: 5px;
    border: none;
    font-size: 18px;
}
input.submitbtn {
    
    background: #ed1c25;
    padding: 15px;
    border-radius: 5px;
    color: #fff;
    font-size: 20px;
    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: #dce2d7;
}
ul.form-content img {
    display: block;
    margin: 0 auto;
    box-shadow: -25px 1px 10px #000000a1;
}
ul.form-content li:nth-child(2) {
    background: #e4dbb7;
}
ul.form-content li {
    padding: 70px;
    flex-grow: 1;
    flex-basis: 0;
}
.social-icons.foot {
    margin-left: 0px;
}
.social-icons.foot .fa {
    width: 12px !important;
    font-size: 12px !important;
}
select#MECountryListing {
    border: 1px solid #d6d6d6;
}
#meGDPRMessage {
    width: 75%;
    margin: 20px auto;
}
input#sendmemail {
    width: 20px !important;
    height: auto !important;
}
label#sendmemailcheck {
    font-size: 14px;
    font-family: 'Zoho_Puvi_Regular', sans-serif;
    line-height: 1.5;
}
div#formCTAgdpr {
    font-family: 'Zoho_Puvi_Regular', sans-serif;
    line-height: 1.5;
    width: 75%;
    margin: 20px auto;
}
keygen, select {
    height: 51px !important;
    border-radius: none;
    background: #fff !important;
    width: 450px;
    margin: 15px !important;
}
select#MECountryListing {
    border: none;
    font-size: 18px;
    color: #333;
}
select#MECountryListing:focus {
    outline: none;
}
/* form  styles ends here*/

img.workflow {
    width: 500px;
}
.stats {
    margin: 75px 0px;
    border-left: 5px solid #000;
    margin-left: 50px;
    padding-left: 30px;
}
.stats p {
    font-size: 30px;
    font-style: italic;
}
.stats span {
    font-family: 'Zoho_Puvi_Regular', sans-serif;
    float: right;
}
.ctas {
    text-align: center;
    box-shadow: 0px 0px 5px #cccccc87;
    padding: 40px 20px;
    margin: 100px 0px;
}
.ctas p {
    font-size: 30px !important;
    font-weight: bold;
    margin: 0px auto 15px auto !important;
    width: 75%;
    text-align: center;
}
.ctas a {
    background: #ff6338;
    padding: 15px 30px;
    display: inline-block;
    min-width: 330px;
    margin: 10px 0px;
    color: #fff;
    border-radius: 3px;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
}

/* media queries starts here */


@media only screen and (max-width:1600px) {
.sticky-header p {
    font-size: 24px;
    margin-left: 40px;
}
}

@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: 360px;
}
input.submitbtn {
    width: auto !important;
}


.banner h3 {
    font-size: 20px;
    width: 50%;
}
.sticky {
    width: 23%;
}
keygen, select {
    width: 389px !important;
}

.banner h2 {
    font-size: 39px;
}
.desc {
    margin-right: 140px;
    width: 60%;
}
.sticky-header p {
    font-size: 23px;
    margin-left: 10px;
}
.banner h2 {
    font-size: 36px;
}
}

@media only screen and (max-width:1400px) {
.sticky {
    width: 24%;
    left: 20px;
}
.sticky-header p {
    font-size: 24px;
}
.header {
    top: 63px;
}
.banner h2 {
    font-size: 39px;
    line-height: 1.3;
}
}

@media only screen and (max-width:1280px) {
.sticky {
    left: 41px !important;
    width: 27% !important;
}
.banner p {
    font-size: 38px !important;
}
.banner h2 {
    font-size: 34px !important;
    line-height: 1.3 !important;
}
.header {
    top: 60px;
}
.sticky-header p {
    font-size: 23px;
}
ul.form-content li {
    padding: 60px;
}
.banner .per60{max-width:100%;width:90%;box-sizing:border-box;float:none;}
.banner .per40{display:none;}
}

@media only screen and (max-width:1366px) {
.container{max-width:380px !important;box-sizing:border-box;}
.banner h2, h3, p {
    margin-left: 450px;
}
ul.banner-buttons {
    margin-left: 450px;
}
.desc {
    margin-right: 120px !important;
    width: 55%;
}
.sticky {
    left: 55px;
    width: 25%;
}
.banner p {
    font-size: 42px;

}
.banner h2 {
    font-size: 32px;
    line-height: 1.3;
}
.sticky-header p {
    font-size: 20px;
    margin-left: 20px;
}
}

@media only screen and (max-width:1024px) {
.container{max-width:950px !important;box-sizing:border-box;}
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 h3 {
    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 h2, h3, p {
    margin-left: 50px;
}
ul.banner-buttons {
    margin-left: 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: 400px;
}
keygen, select {
    width: 430px !important;
}
.banner h2 {
    font-size: 44px;
}
.banner img {
    padding-top: 40px;
}
.banner h3 {
    width: 80%;
}
.two, .one {
    min-height: 600px;
}
.three, .four {
    min-height: 570px;
}
.five, .six {
    min-height: 700px;
}
.banner h2 {
    font-size: 38px !important;
}
.header {
    top: 60px;
}
}

@media only screen and (max-width:800px) {
.sticky-header p {
    font-size: 19px !important;
}
}

@media only screen and (max-width:812px) {
.banner h2 {
    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;
}
.dropdown-content {
    right: -55px;
    top: 92px;
}
.dropdown-content1 {
    right: 183px;
}
.sticky-header p {
    margin-left: 0px;
}
}

@media only screen and (max-width:768px) {
nav img {
    margin-left: 25px;
}
.sticky-header p {
    margin-top: 15px;
    margin-left: -5px;
    font-size: 17px;
}
i.fa.fa-bars.menu-stick {
    color: #ddd;
}
.dropdown-content1 {
    right: 160px;
    top: 77px;
}
.dropdown-content {
    right: -16px;
    top: 92px;
}
.banner h2, h3, p {
    margin-left: 30px;
}
ul.banner-buttons {
    margin-left: 30px;
}
.banner h2 {
    font-size: 36px;
    line-height: 1.2;
}
.banner img {
    padding-top: 40px;
}
.banner h3 {
    width: 100%;
}
.banner p {
    padding-top: 50px;
    font-size: 45px;
}

.desc {
    padding: 0;
    margin: 0 5% !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;
}
input.submitbtn {
    width: auto !important;
}
.dropdown {
    display: block;
    right: 0%;
}
keygen, select {
    width: 430px !important;
    padding-left: 15px;
    -webkit-appearance: none !important;
}
p.updated {
    margin-top: 50px;
}
.header {
    top: 52px;
}
select#MECountryListing {
    padding-left: 12px;
}
ul.banner-buttons {
    flex-wrap: wrap;
    margin-top: 15px;
}
li.sec a {
    margin-left: 0px;
    margin-top: 10px;
}
ul.banner-buttons li a {
    min-width: 250px;
    text-align: center;
}
}

@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:68%;}
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:600px) {
.sticky-header p {
    font-size: 14px !important;
    line-height: 1.5;
    margin: 15px 0px 5px -5px;
}
.banner h2 {
    font-size: 30px !important;
}
}

@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;
}
}

@media only screen and (max-width:640px) {
.banner h2 {
    font-size: 32px !important;
}
.banner p {
    font-size: 29px !important;
}
.per30.sticky-head-col-3 {
    top: -3px;
}
.per30.sticky-head-col-1 {
    width: 59%;
}
.one, .two {
    min-height: 780px;
}
.three, .four {
    min-height: 720px;
}
.five, .six {
    min-height: 970px;
}
.guide-mail {
    width: 400px;
}
input.submitbtn {
    width: 66%;
}
ul.form-content {
    margin: 50px 0px 50px 0px;
}
.sticky-header p {
    font-size: 15px;
    line-height: 1.5;
    margin: 15px 0px 5px -5px;
}
.dropdown-content1 {
    top: 75px;
}
ul.form-content li {
    padding: 50px;
}
}
@media screen and (max-width:570px){
.guide-mail{width:87%;}
input.submitbtn{font-size:14px;}
keygen, select{width:93% !important;}
}
@media only screen and (max-width:500px){
.banner-bg {
    height: auto;
}
.banner img{display:none;}
input.submitbtn{font-size:14px;padding:10px;}
ul.form-content{flex-wrap:wrap;}
.ctas a{min-width:50%;}
}

@media only screen and (max-width:414px) {
nav img {
    width: 200px;
    margin-left: 10px;
}

.banner h2, h3, p {
    margin-left: 0px;
}
ul.banner-buttons {
    margin-left: 0px;
}
.banner p {
    font-size: 26px;
    text-align: center;
}
.banner h3 {
    width: 85%;
    text-align: center;
    display: block;
    margin: 0 auto;
}
.banner h2 {
    font-size: 42px;
    text-align: center;
}
.banner img {
    padding-top: 40px;
    padding-bottom: 40px;
}
.desc {
    padding: 0px;
    float: left;
    margin-left: 22px !important;
    width: 90%;
}
.desc h2, h3 {
    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: -5px;
    margin-left: -5px !important;
    line-height: 1.5;
}
.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;
}
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: 14px;
    right: 120px;
}

.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;
}

i.fa.fa-bars.menu-stick {
    color: #fff;
    font-size: 30px;
}
keygen, select {
    height: 40px !important;
    border-radius: none;
    background: #fff !important;
    width: 97% !important;
    margin: 15px 0px !important;
}
select#MECountryListing {
    border: none;
    font-size: 18px;
    color: #333;
}
.header {
    top: 50px;
}
.container-fluid.banner .per40 img {
    display: none;
}
.banner h3 {
    padding-bottom: 50px;
}
.ctas a {
    min-width: inherit;
    font-size: 16px;
}
ul.banner-buttons {
    margin-left: 0px;
    justify-content: center;
    padding-bottom: 50px;
}
.banner h3 {
    padding-bottom: 20px;
}
input.submitbtn{font-size:12px;}
ul.banner-buttons li a{min-width:50%;}
}

@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;
}
.sticky-header p {
    margin-top: 5px;
    margin-left: -5px !important;
}
.dropbtn1 {
    position: relative;
    top: -60px;
    left: 5px;
}
.dropdown-content {
    top: 78px;
    left: -211px;
}
.dropdown-content1 {
    right: 75px;
    top: 21px !important;
}
i.fa.fa-bars.menu-stick {
    font-size: 30px !important;
}
.form-bg h2 {
    font-size: 30px;
}
.banner h2, h3, p {
    margin-left: 0px;
}
ul.banner-buttons {
    margin-left: 0px;
}
.banner h2 {
    text-align: center;
}
.banner h3 {
    text-align: center;
}
.banner p {
    text-align: center;
}
.header {
    top: 67px;
}
.per30.sticky-head-col-1 {
    width: 69%;
}
}

@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;
    width: 230px !important;
}
input.submitbtn {
    font-size: 12px;
}
.dropbtn1 {
    top: -60px;
}
.dropdown-content {
    top: 78px;
    left: -202px !important;
}
.dropdown-content1 {
    right: 108px;
    top: 16px !important;
}
i.fa.fa-bars {
    color: #333;
    font-size: 30px !important;
}
.sticky-header p {
    width: 100%;
    line-height: 1.5;
    margin-top: 5px;
}
.desc {
    margin-left: 20px !important;
}
.header {
    top: 63px;
}
keygen, select {
    height: 34px !important;
    border-radius: 5px;
    width: 250px !important;
    font-size: 12px !important;
}
div#formCTAgdpr {
    width: 75%;
}
#meGDPRMessage {
    width: 75%;
}
ul.form-content li {
    padding: 40px;
}
}

@media only screen and (max-width:320px) {
.banner p {
    font-size: 18px !important;
    margin-left: 0px;
}
ul.poin li {
    word-wrap: break-word;
}
.dropbtn {
    top: -70px;
}
.dropdown-content {
    top: 16px;
    left: -198px !important;
}
.header {
    top: 60px;
}
.dropbtn1 {
    top: -50px;
}
.dropdown-content1 {
    right: 96px;
    top: 28px !important;
}
.dropdown-content1 a {
    padding: 6px 30px;
}
ul.banner-buttons li a {
    min-width: 200px;
    text-align: center;
    font-size: 14px;
}
.stats {
    margin-left: 10px;
}
}
