.breadcrumb{display:none;}
.heading-menu {
    display: none;
}
.head-container .fr:last-child, .fl.prdLogo + .fr{
    display: none !important;
}
.sec-pTB {
    padding: 0;
}

footer#meCommonFooterNew {
    display: none;
}

.btmBar {
    display: none;
}
.head-container {
    max-width: 97%;
}
#header-mainsec .headerinner {
    min-height: 60px;
}

.rw {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
}
.rw .flex{
    display: flex;
}
.rw p {
    color: #182d33;
    font-weight: 400;
    line-height: 34px;
}
.rw .main {
    width: 70%;
}

.rw .form {
    width: 30%;
    background-color: #4f95fe;
    position: fixed;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 999999;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.rw .form h3 {
    text-align: center;
    color: #fff;
    font-size: 23px;
    font-weight: 400;
    padding: 0 20px;
    margin: 10px 0 0;
    line-height: normal;
    width:100%;
}
.rw .form h3 strong{
    display: block;
}
.rw .form iframe {
    background: #fff;
    margin: 20px auto;
    display: block;
    min-width: 400px;
    max-width: 100%;
    min-height: 520px;
    border-radius: 5px;
    box-shadow: 0 0 15px #0008;
}
.rw .form p {
    color: #fff;
    width: 100%;
    text-align: center;
}

.rw .form p a {
    color: #fea;
    font-weight: 700;
}
.rw .main .banner {
    padding: 22px 22px 0;
    background-color: #e7f5ff;
}

.rw .main .banner img {
    max-width: 400px;
}
.rw .main .banner .flex{
    align-items: flex-end;
}
.rw .main .banner .inner-flex {
    margin: 20px 30px 0;
}
.rw .main .banner h1 {
    font-size: 36px;
    line-height: 44px;
    letter-spacing: normal;
    margin: 0;
}

.rw .main .banner h1 strong {
    color: #4e95fe;
}

.rw .main .banner h1 span {
    font-size: 34px;
    font-weight: 300;
    color:##375963;
}

.rw .main .banner p {
    margin: 15px 0 50px;
}

.rw .main .quote {
    margin: 40px auto;
    display: block;
    max-width: 800px;
    font-size: 20px;
    line-height: 40px;
    background: linear-gradient(to right, #e7f5ff75, #fff, #e7f5ff75);
    padding: 45px 40px;
    border-radius: 0 20px;
    font-weight: 300;
    border-left: 1px solid #259cbf;
    border-right: 1px solid #259cbf;
}

.rw .main .quote strong {
    position: relative;
    font-size: 28px;
    color: #4e95fe;
}

.rw .main .quote span {
    float: right;
    color: #269cbf;
    font-weight: 400;
}
.rw .main .quote strong:before {
    content: '';
    position: absolute;
    height: 15px;
    width: 15px;
    background-image: url(https://www.manageengine.com/latam/remote-desktop-management/images/rw-quote-mark.png);
    background-size: contain;
    top: -3px;
    left: -25px;
    background-repeat: no-repeat;
    transform: rotate(180deg);
}
.rw .main .quote i{
    position: relative;
    font-style: normal;
}
.rw .main .quote i:after {
    content: '';
    position: absolute;
    height: 15px;
    width: 15px;
    background-image: url(https://www.manageengine.com/latam/remote-desktop-management/images/rw-quote-mark.png);
    background-size: contain;
    top: 0px;
    right: -27px;
    background-repeat: no-repeat;
}
.rw .main .solution {
    background: linear-gradient(to bottom, #e7f5ff75, #fff, #e7f5ff75);
    padding: 22px;
}

.rw .main .solution h2 {
    font-size: 33px;
    font-weight: 600;
    color: #4e95fe;
    text-align: center;
    margin-bottom: 15px;
}

.rw .main .solution h4 {
    text-align: center;
    font-size: 20px;
    max-width: 560px;
    line-height: 34px;
    font-weight: 300;
    color: #263a3f;
    margin: auto;
}

.rw .main .solution .flex{
    flex-wrap: wrap;
    justify-content: center;
    margin: 30px 0 0;
}

.rw .main .solution .fea {
    padding: 40px 20px;
    border-bottom: 1px solid #eee;
}

.rw .main .solution .fea:first-child {
    padding-top: 0;
}

.rw .main .solution .fea h3 {
    margin: 0 0 5px;
    font-weight: 600;
    font-size: 22px;
    color: #4e95fe;
}

.rw .main .solution .fea ul {
    list-style: decimal;
    margin: 0 0 0 15px;
}

.rw .main .solution .fea ul li {
    margin: 0 0 5px;
    font-size: 15px;
    line-height: 28px;
}
.rw .main .solution .fea .flex {
    margin: 0;
    align-items: center;
    flex-wrap: nowrap;
}
.rw .main .solution .fea:nth-child(even) .flex {
    flex-direction: row-reverse;
}
.rw .main .solution .fea img {
    max-width: 300px;
    height: auto;
    margin: 0 40px 0 0;
}
.rw .main .solution .fea .inner-flex {
    max-width: 550px;
}
.rw .main .faq {
    padding: 22px;
}

.rw .main .faq h2 {
    font-size: 34px;
    text-align: center;
    font-weight: 600;
    color: #4e95fe;
}

.rw .main .faq ul {
    max-width: 800px;
    margin: 20px auto 50px;
}

.rw .main .faq ul li {
    border-bottom: 1px solid #eee;
    padding: 15px 20px 15px 0;
    cursor: pointer;
    position: relative;
}
.rw .main .faq ul li:after {
    content: '';
    position: absolute;
    height: 15px;
    width: 15px;
    border: 1px solid #ccc;
    transform: rotate(45deg);
    border-left: 0;
    border-top: 0;
    right: 0;
    top: 15px;
}
.rw .main .faq ul li.active:after {
    transform: rotate(-136deg) translateY(-30px);
    transform-origin: top right;
}
.rw .main .faq ul li h3 {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
}

.rw .main .faq ul li p {
    margin: 0;
    line-height: 30px;
    display: none;
}
.rw .main .faq ul li.active p {
    display: block;
}

@media(max-width:600px){
.rw .flex {
    flex-wrap: wrap;
}

.rw .form {
    position: static;
}

.rw {
    flex-wrap: wrap;
    flex-direction: column-reverse;
}

.rw .main,.rw .form {
    width: auto;
}

.rw .main .solution .fea .flex {
    flex-wrap: wrap;
}

.rw h2 {
    line-height: normal;
}

.rw .form h3,.rw .form p {
    width: auto;
    margin: 15px auto 0;
}

.rw .main .banner img {
    max-width: 100%;
}
.rw .main .quote {
    margin: 40px;
}

.rw .main .quote span {
    float: none;
}

}
