.clearfix:after {
    clear: both;
    content: '.';
    display: block;
    visibility: hidden;
    height: 0;
}

.clearfix {
    display: inline-block;
}

* html .clearfix {
    height: 1%;
}

.clearfix {
    display: block;
}

*+html .clearfix {
    display: inline-block;
}

html,
body {
    overflow-x: hidden;
}

html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body {
    font-family: "Poppins";
    line-height: normal;
    letter-spacing: normal;
    color: #000;
    font-size: 16px;
    background: #fff;
    margin: 0;
}

h2 {
    font-size: 1.7em;
    line-height: normal;
    margin: 0 0 20px 0;
    font-weight: 400;
}

a {
    color: #49468b;
}

.logo span {
    background: url("https://www.manageengine.com/latam/css/../images/manageengine-logo.svg") no-repeat 0 0;
    width: 270px;
    height: 50px;
    margin: 0px 0 0 0;
    display: inline-block;
    text-indent: -99999em;
    position: static;
}

.pr {
    position: relative;
}

.pa {
    position: absolute;
}

.tc {
    text-align: center
}

.tl {
    text-align: left;
}

.tr {
    text-align: right;
}

.container {
    width: auto;
    max-width: none;
    padding: 0;
}

.container .container {
    width: 1400px;
    padding: 0;
    max-width: none;
    margin: 0 auto;
}

.brand {
    display: inline-block;
    line-height: 1.1em;
    padding: 20px 0;
    margin: 0;
}

.brand img {
    width: 250px;
    max-width: 100%;
}

h3 {
    font-size: 1.2em;
    font-weight: bold;
}

/*---------- left section styles------------*/
.main-container {
    background: #0F4986;
    box-sizing: border-box;
}

.main-container * {
    box-sizing: border-box;
}

.solutions-guide-book {
    width: 100%;
    display: block;
    vertical-align: top;
    background-size: 100%;
    padding: 0px 60px 0px 60px;
    color: #fff;
    background: url("https://www.manageengine.com/latam/css/../images/cloud-solutions-primer.png") no-repeat;
    background-size: 38%;
    background-position: 94% center;
    position: relative;
    min-height: 650px;
}

.boxed {
    width: 50%;
    position: absolute;
    transform: translate(0, -50%);
    top: 50%;
}

.solutions-guide-book header {
    text-align: left;
    margin: 0 0 0 6%;
}

.solutions-guide-book h1 {
    padding: 20px 0 0 0;
    letter-spacing: .5px;
    font-size: 2em;
    line-height: 1.2em;
    margin-bottom: 25px;
    font-weight: 600;
}

h3.sub-title {
    font-weight: normal;
    margin: 0 0 20px 0;
    line-height: 1.6;
    font-size: 18px;
}

.solutions-guide-book h1 span {
    display: block;
    font-size: 1.5em;
    font-weight: 600;
    line-height: 1.5em;
}

.guide-download-steps p,
.guide-download-steps span {
    display: inline-block;
    vertical-align: middle;
    margin: 5px;
    font-size: 17px;
}

.guide-download-steps p {
    margin: 0 0 12px 0;
    display: block;
}

.step-icon img {
    width: 20px;
}

/*---------- Form styles------------*/
.solutions-form-sec {
    background: #fff;
    width: 600px;
    min-height: 300px;
    text-align: right;
    display: inline-block;
    vertical-align: top;
    max-width: 90%;
    position: fixed;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    max-height: 90vh;
    overflow: hidden;
}

.form-sec-inner {
    text-align: center;
    padding: 50px 40px;
    overflow: scroll;
    max-height: 80vh;
}

.solutions-form-sec form {
    text-align: left;
}

.card-title {
    font-size: 1.3em;
    line-height: 1.4;
    font-family: "Poppins";
    margin-top: 0;
    font-weight: 500;
}

.card-body {
    width: 80%;
    margin: 0 auto;
}

input[type=search] {
    -moz-appearance: none;
    /* older firefox */
    -webkit-appearance: none;
    /* safari, chrome */
    appearance: none;
    /* rest */
}

form textarea {
    height: 65px;
}

form label {
    font-size: .9em;
}

.form-group {
    margin: 14px 0;
    position: relative;
}

form .form-check input {
    width: auto;
}

.form_subscribecheck {
    display: none;
    padding: 10px 0 5px 20px;
    position: relative;
}

form .form_subscribecheck input {
    position: absolute;
    left: 0;
}

p.reg_form_errors {
    position: absolute;
    bottom: -14px;
    font-size: 13px;
    color: #ff0000;
    display: none;
    margin: 0;
}

::placeholder {
    color: #777;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #777;
}

::-ms-input-placeholder {
    color: #777;
}

:focus {
    outline: none;
}

.form-text {
    display: block;
    text-align: center;
    font-size: .7em;
    line-height: 1.5em;
    margin: 15px 0 0 0;
}

form a {
    color: #3974CF;
}

form .privacy-policy a {
    color: #104786;
    text-decoration: underline;
}

form .form_subscribecheck label {
    font-size: 12px;
}

#btn-submit {
    color: #fff;
    background: #0f4886;
    border: none;
    box-shadow: none;
    padding: 14px 35px;
    font-size: 1em;
    display: block;
    text-align: center;
    margin: 20px auto;
    cursor: pointer;
}

#btn-submit:hover {
    background: #333;
}

.success-msg {
    border: none;
    padding: 40px;
    text-align: center;
    font-weight: normal;
    font-size: 1.5em;
    line-height: inherit;
    display: none;
    box-shadow: 0 0 10px rgb(0 0 0 / 22%);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9999;
    font-weight: 400;
    width: 100%;
    box-sizing: border-box;
}

.success-msg span {
    display: block;
    font-size: .8em;
    padding: 10px 0 0 0;
}

.global-success-msg {
    display: none !important;
}

.footer-copyright {
    text-align: center;
    font-weight: 300;
    font-size: .8em;
    color: #fff;
    background: #333;
    padding: 10px 0;
    margin: 0;
    width: 100%;
}

/* ------------ Multiselect style end ------------ */

#commonHeader,
.pop-box,
.pop-container,
.breadcrumb,
.breadcrumb+div,
.sol-bot {
    display: none;
    height: 0 !important;
    width: 0;
}

#btmscroll {
    display: none;
}

section {
    padding: 0;
}

footer.page-footer {
    display: block;
    height: auto !important;
    width: 100%;
}

.container.foot-copy {
    text-align: center;
    font-weight: 400;
    font-size: .9em;
    color: #333;
    padding: 10px 0;
    margin: 0;
    width: 100%;
}

footer {
    border-color: transparent;
    margin-top: 20px;

}

header {
    height: auto;
    padding: 10px 60px;
}

p.get-copy {
    margin-top: 30px;
    margin-bottom: 25px;
}

span#get-copy {
    background: #ffd800;
    padding: 12px 35px;
    display: inline-block;
    color: #000;
    border-radius: 25px;
    font-size: 17px;
    cursor: pointer;
}

span#get-copy:hover {
    background: #fff;
}

.container.foot-copy a {
    color: #000;
}

.boxed-img {
    display: none;
}

.popup-overlay {
    position: fixed;
    z-index: 9;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #000000a3;
    display: none;
}

.form-check {
    text-align: center;
}

small.form-text.text-muted {
    font-size: 14px !important;
}

span.pop-close {
    width: 24px;
    height: 24px;
    position: fixed;
    top: 10px;
    font-size: 12px;
    right: 10px;
    z-index: 99;
    background: #E91E63;
    text-align: center;
    line-height: 25px;
    color: #fff;
    border-radius: 50%;
    cursor: pointer;
}

span.pop-close:hover {
    background: #333;
}

#meGDPRMessage {
    font-size: 14px;
    color: #080808;
    width: 100%;
    line-height: 1.4;
}

.active-sec .form-control,
.form-control.active-sec {
    border-color: #3974CF
}

/* popup content */
.overlay * {
    box-sizing: border-box;
}

.overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.36);
    z-index: 9999;
    top: 0;
    left: 0;
    display: none;
}

.popup {
    position: fixed;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    width: 650px;
    max-width: 95%;
    max-height: 95vh;
    background: #fff;
    overflow: hidden;
    box-shadow: 0 0 10px #00000042;
    border-radius: 4px;
    padding: 30px;
    z-index: 99;
    display: none;
}

.popup-content {
    overflow: scroll;
    height: 100%;
    max-height: 90vh;
}

.popup-content form {
    width: 85%;
    margin: 0 auto;
}

span.close {
    position: absolute;
    z-index: 999;
    top: 14px;
    right: 12px;
    color: #fff;
    font-weight: 500;
    cursor: pointer;
    background: #0f4886;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 25px;
}

span.close:hover {
    background: #000;
}

/* form css */
.form-control {
    display: block;
    width: 100%;
    height: 55px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: none;
    position: relative;
    margin-bottom: 20px;
    transition: border ease 1.5s;
    -webkit-transition: border ease 1.5s;
    -moz-transition: border ease 1.5s;
}

.form-control.active-row {
    border: 1px solid #FFF;
}

.form-control.btn-submits {
    border: none;
    text-align: center;
    margin-bottom: 45px;
}

.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;
    transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -webkit-transition: all ease 0.4s;
    font-size: 1em;
    z-index: 8;
    opacity: 1;
    background: #fff;
    padding: 5px;
    line-height: 0.5;
    color: red;
    display: none;
}

.form-control * {
    -webkit-appearance: none;
    -moz-appearance: none;
}

.form-control .label {
    position: absolute;
    transform: translate(0%, -50%);
    top: 50%;
    left: 30px;
    transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -webkit-transition: all ease 0.4s;
    font-size: 1.2em;
    z-index: 8;
    opacity: 0.5;
}

.form-comments.form-control .label {
    top: 35%;
}

.form-control input,
.form-control select,
.form-control textarea {
    width: 100%;
    outline: none;
    border: none;
    height: 100%;
    background: transparent;
    padding-left: 20px;
    font-size: 1.2em;
    position: relative;
    z-index: 9;
    opacity: 0.5;
    resize: none;
}

.form-control select {
    color: #a0999a;
    background: url(https://www.manageengine.com/government/images/arrow.png) no-repeat transparent;
    background-position: 98%;
    opacity: 1;
}

.btn-submits button {
    border-radius: 5px;
    font-size: 1.2em;
    font-weight: 500;
    text-transform: uppercase;
    border: 2px solid #0f4886;
    background: #0f4886;
    color: #fff;
    cursor: pointer;
    outline: none;
    display: inline-block;
    padding: 15px 40px;
    margin: 20px 0;
}

.btn-submits button:hover {
    background: #2d3130;
    border-color: #2d3130;
}

.active-row.form-control::before {
    border-top-color: #0f4886;
    border-right-color: #0f4886;
    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: #0f4886;
    border-left-color: #0f4886;
    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: #fff;
    padding: 0 6px;
    left: 15px;
    font-size: 1em;
    opacity: 1;
}

.uscountry.form-control {
    height: auto;
}

.uscountry select#contact_country,
.uscountry select#zc-country {
    height: 60px;
    border-bottom: 1px solid #f2f2f2;
}

.uscountry select#country_state {
    height: 60px;
}

.success-msg {
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
    padding: 20px;
    background: #ddedfa;
    color: #0f4886;
    font-weight: 500;
    font-size: 1.2em;
    display: block;
}

h2.popup-title {
    text-align: center;
    font-weight: 500;
    font-size: 1.3em;
    margin-bottom: 25px;
    color: #000;
    padding: 0;
}

.dropdown1 {
    position: relative;
    z-index: 99;
    font-size: 12px;
    padding: 0;
    height: 65px;
}

.dropdown1.form-control.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: 22px;
    padding-left: 30px;
    font-size: 15px;
    color: #a09a9a;
    background: url(https://www.manageengine.com/government/images/arrow.png) no-repeat transparent;
    background-position: 96%;
}

.multiSel1 {
    padding: 5px 10px;
    height: 64px;
    margin: 0;
    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: #104786;
    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: #fff;
    display: none;
    left: 0;
    padding: 15px 15px 2px 0;
    position: absolute;
    top: 50px;
    width: 100%;
    list-style: none;
    height: 175px;
    overflow: auto;
    background: #104786;
    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;
}

.multiSel1 span {
    border: 1px solid #333;
    padding: 1px 5px;
    border-radius: 5px;
    margin: 2px 5px 2px 0;
    font-size: .9em;
    line-height: 20px;
    display: inline-block;
}

.multiSel1 span strong {
    margin: 0 0 0 10px;
    color: #898383;
    font-weight: 700;
    cursor: pointer;
}

p.privacy-policy {
    font-size: 13px;
}

/*---------- Responsive styles------------*/
@media (min-width: 1550px) {}

@media (min-width: 1800px) {
    .container .container {
        width: 1800px;
    }

    .dropdown .dropdt a,
    .dropdown1 .dropdt1 a {
        padding: 2.5% 0 2.5% 3%;
    }
}

@media (max-width: 1400px) {
    .container .container {
        width: 1200px;
    }

    .solutions-guide-book {
        min-height: 515px;
    }

    .form-text br {
        display: none;
    }

    header {
        padding: 0px 60px;
    }

    .solutions-guide-book {
        background-position: 92% center;
    }

    h2.popup-title {
        margin-bottom: 15px;
    }

    .form-control {
        margin-bottom: 15px;
    }

    .dropdown1 {
        height: 55px;
    }

    .dropdt1 .hida1 {
        padding-top: 16px;
    }

    .popup {
        padding: 25px 30px 15px 30px;
    }

    h2.popup-title {
        line-height: 1.3;
        font-size: 1.2em;
    }
}

@media (max-width: 1100px) {
    .container .container {
        width: 1000px;
    }

    .solutions-guide-book {
        background-position: 94% center;
    }
}

@media (max-width: 1100px) and (min-width:1000px) {
    .solutions-guide-book h1 {
        font-size: 1.5em;
        margin-bottom: 15px;
    }

    h3.sub-title {
        margin: 0 0 5px 0;
        font-size: 16px !important;
    }

    .guide-download-steps p {
        margin: 0 0 6px 0;
        font-size: 16px;
    }

    p.get-copy {
        margin-top: 20px;
    }

    .guide-download-steps p:nth-child(2) span:nth-child(2) {
        max-width: 90%;
    }
}

@media (max-width: 1000px) {
    .container {
        padding: 0;
    }

    .container .container {
        width: 100%;
        padding: 0;
    }

    .boxed {
        width: 100%;
        position: static;
        transform: none;
    }

    .boxed-img {
        display: block;
        width: 70%;
        margin: 0 auto 15px auto;
    }

    .solutions-guide-book {
        padding: 80px 80px;
        text-align: center;
        background: transparent;
    }

    .guide-download-steps {
        text-align: left;
    }
}

@media (max-width: 650px) {

    .guide-download-steps p,
    .guide-download-steps span {
        font-size: 14px;
    }

    .step-icon img {
        width: 21px !important;
    }

    .step-title {
        font-size: 15px;
    }

    .guide-download-steps {
        text-align: center;
    }

    .boxed-img {
        width: 80%;
        margin: 0 auto 0 auto;
    }

    .solutions-guide-book {
        padding: 20px 10px;
    }

    .solutions-guide-book h1 br {
        display: none;
    }

    .solutions-guide-book h1 {
        font-size: 1.5em;
    }

    h3.sub-title {
        font-size: 1.1em;
    }

    .card-title br {
        display: none;
    }

    div#fixedbtn {
        bottom: 0;
        width: 100%;
    }

    #fixedbtn span {
        width: 50% !important;
        box-sizing: border-box;
        height: auto !important;
        padding: 10px !important;
    }

    footer#meCommonFooterNew {
        margin-bottom: 35px;
    }

    .popup-title br,
    .guide-download-steps span br,
    .sub-title br {
        display: none;
    }

    .popup {
        padding: 30px 10px;
    }

    .brand {
        display: block;
        margin: 0 auto;
        text-align: center;
    }
}

@media (max-width: 350px) {
    .card-title {
        font-size: 1em;
    }

    form label {
        font-size: .7em;
    }
}