@import url(https://www.manageengine.com/css/fonts.css);

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

@-webkit-keyframes pulse {
    to {
        box-shadow: 0 0 0 15px rgba(232, 76, 61, 0)
    }
}

@-moz-keyframes pulse {
    to {
        box-shadow: 0 0 0 15px rgba(232, 76, 61, 0)
    }
}

@-ms-keyframes pulse {
    to {
        box-shadow: 0 0 0 15px rgba(232, 76, 61, 0)
    }
}

@keyframes pulse {
    to {
        box-shadow: 0 0 0 15px rgba(232, 76, 61, 0)
    }
}

body,
dd,
dl,
dt,
form,
h1,
h2,
h3,
h4,
h5,
h6,
li,
ol,
p,
span,
ul {
    padding: 0;
    margin: 0
}

body,
html {
    padding: 0;
    margin: 0
}

input {
    border: none;
    outline: 0
}

textarea {
    border: none;
    outline: 0;
    overflow: auto
}

input.button {
    border: none;
    outline: 0
}

input[type=checkbox] {
    border: none;
    outline: 0
}

img {
    outline: 0;
    border: none
}

li {
    list-style: none
}

a {
    text-decoration: none
}

a:focus {
    outline: 0
}

.clearfix:after,
.clearfix:before {
    content: "";
    display: table
}

.clearfix:after {
    clear: both
}

.clsFloatLeft {
    float: left
}

.clsFloatRight {
    float: right
}

body {
    font-family: ZohoPuvi, sans-serif;
    font-size: 15px;
    transition: all .2s ease-in 0s;
    font-weight: 300
}

.m365-sem-container {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto
}

.hide {
    display: none !important
}

.m365-sem-sprite {
    background: url(../images/admin-tool-sprite.png) no-repeat;
    background-size: 803px 1150px;
    display: inline-block
}

.email-grey-icon {
    background-position: -5px -584px;
    width: 20px;
    height: 14px;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 20px
}

#backToTop {
    display: none !important
}

header {
    position: absolute;
    top: 21px;
    left: 0;
    right: 0;
    z-index: 10;
    transition: padding .3s ease-out
}

header.fixed {
    position: fixed;
    top: 0;
    background: #fff;
    padding: 15px 0;
    box-shadow: 0 0 10px rgba(0, 0, 0, .2)
}

header .header-logo {
    float: left;
    margin-top: 6px
}

header .header-form {
    float: right
}

header .header-form .response-view {
    display: none
}

header .header-form .response-view h5 {
    padding-top: 5px;
    color: #4caf50;
    font-size: 32px
}

header .header-form .response-view p {
    max-width: 570px;
    font-size: 15px;
    line-height: 1.5;
    font-family: Zoho_Puvi_Regular, sans-serif;
    color: #333
}

header .header-form .response-view a {
    text-decoration: underline;
    cursor: pointer
}

header .header-form .wam-form .ffw-field .ffw-errmsg {
    display: none;
    font-size: 11px;
    color: #721c24;
    background-color: #f8d7da;
    border: 1px solid #f5c6cb;
    padding: 2px 10px;
    position: relative;
    z-index: 5
}

header .header-form .wam-form .ffw-field .ffw-errmsg::before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-bottom: 7px solid #f8d7da;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    bottom: 100%;
    left: 17px
}

header .header-form .wam-form ul li {
    float: left;
    background: #fff;
    height: 49px;
    position: relative
}

header .header-form .wam-form ul li label {
    position: absolute;
    left: 50px;
    top: 15px;
    color: #919191;
    font-size: 16px
}

header .header-form .wam-form ul li label span {
    color: #e13108
}

header .header-form .wam-form ul li:nth-child(1) {
    width: 280px;
    border: 1px solid #d0d0d0;
    border-radius: 25px 0 0 25px;
    border-right: 0
}

header .header-form .wam-form ul li:nth-child(1) input {
    padding: 15px 15px 15px 50px;
    width: 100%;
    background: 0 0;
    color: #919191
}

header .header-form .wam-form ul li:nth-child(1) input:focus~label {
    display: none
}

header .header-form .wam-form ul li:nth-child(2) {
    width: 45px;
    border-left: 0;
    border-right: 0;
    border-top: 1px solid #d0d0d0;
    border-bottom: 1px solid #d0d0d0
}

header .header-form .wam-form ul li:nth-child(2).showing-state {
    width: 135px
}

header .header-form .wam-form ul li:nth-child(2).showing-state:after {
    display: block
}

header .header-form .wam-form ul li:nth-child(2).showing-state .selectedCountry:after {
    display: block
}

header .header-form .wam-form ul li:nth-child(2) select {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    cursor: pointer
}

header .header-form .wam-form ul li:nth-child(2) .selectedCountry {
    position: absolute;
    top: 16.5px;
    left: 0;
    width: 45px;
    height: 13px;
    color: #919191;
    font-size: 16px;
    line-height: 13px
}

header .header-form .wam-form ul li:nth-child(2) .selectedCountry:before {
    content: "";
    position: absolute;
    width: 1px;
    height: 37px;
    top: -12px;
    left: -10px;
    background-color: #e5e5e5
}

header .header-form .wam-form ul li:nth-child(2) .selectedCountry:after {
    content: "";
    position: absolute;
    width: 1px;
    height: 37px;
    top: -12px;
    right: 5px;
    background-color: #e5e5e5;
    display: none
}

header .header-form .wam-form ul li:nth-child(2) #MECountryListing {
    width: 45px;
    height: 100%;
    border: 0;
    margin: 0;
    outline: 0;
    border-radius: 0;
    padding: 0 10px;
    background: 0;
    position: relative;
    z-index: 2;
    color: #919191;
    opacity: 0;
    font-size: 12px
}

header .header-form .wam-form ul li:nth-child(2) #country_state {
    width: 80px;
    height: 100%;
    margin: 0;
    border: 0;
    outline: 0;
    border-radius: 0;
    padding: 0 12px 0 4px;
    background: 0;
    position: relative;
    z-index: 2;
    color: #919191;
    font-size: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

header .header-form .wam-form ul li:nth-child(2):after,
header .header-form .wam-form ul li:nth-child(2):before {
    content: "";
    position: absolute;
    z-index: 0;
    top: 20px;
    left: 25px;
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid #a3a3a3
}

header .header-form .wam-form ul li:nth-child(2):after {
    left: 104px;
    display: none
}

header .header-form .wam-form ul li:nth-child(3) {
    border-top: 1px solid #d0d0d0;
    border-bottom: 1px solid #d0d0d0;
    margin-left: -5px
}

header .header-form .wam-form ul li:nth-child(3) input[type=submit] {
    height: 100%;
    color: #fff;
    padding: 0 30px;
    font-family: Zoho_Puvi_SemiBold, sans-serif;
    text-transform: capitalize;
    cursor: pointer;
    background-color: #d22222;
    outline: 0;
    border-radius: 25px;
    transition: all .5s ease;
    margin-right: -20px
}

header .header-form .wam-form ul li:nth-child(3) input[type=submit]:hover {
    background-color: #a61b1b
}

header .header-form .wam-form ul li:nth-child(4) {
    float: none;
    clear: left;
    height: auto;
    background: 0 0
}

header .header-form .wam-form ul li:nth-child(4) .dwn-priv {
    color: #2d2d2d;
    font-size: 11px;
    line-height: 1;
    margin-top: 8px;
    font-weight: 200;
    margin-left: 15px;
    display: inline-block
}

header .header-form .wam-form ul li:nth-child(4) .dwn-priv strong {
    font-size: 11px;
    font-weight: 500
}

header .header-form .wam-form ul li:nth-child(4) .dwn-priv a {
    font-size: 11px;
    color: #2d2d2d
}

header .header-form .wam-form ul li:nth-child(4) #meGDPRMessage {
    margin-top: 5px
}

header .header-form .wam-form ul li:nth-child(4) #meGDPRMessage label {
    color: #2d2d2d;
    font-size: 11px;
    line-height: 16px;
    margin-left: 15px;
    max-width: 500px;
    position: relative;
    left: 0;
    top: 5px;
    display: block;
    font-weight: 200
}

.m365-main-banner {
    background: #fffef5;
    min-height: 680px;
    padding-top: 150px;
    position: relative;
    overflow: hidden
}

.m365-main-banner:after {
    content: "";
    background: url(../images/banner-bg1.jpg) no-repeat right bottom;
    background-size: cover;
    height: 180px;
    position: absolute;
    bottom: -32px;
    left: -1px;
    right: -1px;
    z-index: 1
}

.m365-main-banner .banner-left {
    max-width: 600px;
    float: left;
    width: 100%;
    margin-top: 40px
}

.m365-main-banner .banner-left h1 {
    font-size: 37px;
    line-height: 57px;
    font-weight: 600;
    color: #000
}

.m365-main-banner .banner-left p {
    font-size: 18px;
    line-height: 31px;
    color: #000;
    margin-top: 7px
}

.m365-main-banner .banner-left .banner-btn {
    margin-top: 30px
}

.m365-main-banner .banner-left .banner-btn a {
    display: inline-block;
    padding: 13px 30px;
    border-radius: 25px;
    background: #d73335;
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    overflow: hidden;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    position: relative
}

.m365-main-banner .banner-left .banner-btn a:hover:after {
    transform: scaleY(1)
}

.m365-main-banner .banner-left .banner-btn a:after {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .2);
    transition: transform .3s ease;
    transform: scaleY(0);
    transform-origin: bottom;
    border-radius: 25px
}

.m365-main-banner .banner-left .banner-btn a.quote-btn {
    background: #09944b;
    margin-left: 15px
}

.m365-main-banner .banner-left .banner-btn a.quote-btn:hover {
    background-color: #066433
}

.m365-main-banner .banner-right {
    float: right;
    position: relative;
    z-index: 1
}

.m365-main-banner .banner-right .banner-bg {
    background-position: 0 0;
    width: 503px;
    height: 535px
}

.m365-offers-section {
    background: #213c58;
    padding: 110px 0 140px
}

.m365-offers-section h2 {
    text-align: center;
    font-size: 31px;
    font-weight: 600;
    color: #fff
}

.m365-offers-section .m365-offers-wrap {
    margin-top: 65px
}

.m365-offers-section .m365-offers-wrap .m365-offers-blk {
    margin: 0 6px;
    max-width: 385px;
    display: inline-block;
    vertical-align: middle;
    width: 100%
}

.m365-offers-section .m365-offers-wrap .m365-offers-blk li {
    background: #fff;
    padding: 40px 35px;
    margin-top: 15px;
    border-radius: 20px;
    transition: all .5s ease;
    cursor: pointer
}

.m365-offers-section .m365-offers-wrap .m365-offers-blk li:first-child {
    margin-top: 0
}

.m365-offers-section .m365-offers-wrap .m365-offers-blk li:hover {
    transform: scale(1.02)
}

.m365-offers-section .m365-offers-wrap .m365-offers-blk li i {
    margin-bottom: 13px;
    transition: transform .5s ease;
    transform-origin: left
}

.m365-offers-section .m365-offers-wrap .m365-offers-blk li .offer-icn1 {
    background-position: -3px -614px;
    width: 49px;
    height: 31px
}

.m365-offers-section .m365-offers-wrap .m365-offers-blk li .offer-icn2 {
    background-position: -72px -614px;
    width: 43px;
    height: 38px
}

.m365-offers-section .m365-offers-wrap .m365-offers-blk li .offer-icn3 {
    background-position: -133px -614px;
    width: 48px;
    height: 32px
}

.m365-offers-section .m365-offers-wrap .m365-offers-blk li .offer-icn4 {
    background-position: -207px -614px;
    width: 45px;
    height: 36px
}

.m365-offers-section .m365-offers-wrap .m365-offers-blk li .offer-icn5 {
    background-position: -278px -614px;
    width: 51px;
    height: 33px
}

.m365-offers-section .m365-offers-wrap .m365-offers-blk li .offer-icn6 {
    background-position: -356px -614px;
    width: 46px;
    height: 34px
}

.m365-offers-section .m365-offers-wrap .m365-offers-blk li .offer-icn7 {
    background-position: -433px -614px;
    width: 38px;
    height: 32px
}

.m365-offers-section .m365-offers-wrap .m365-offers-blk li span {
    font-size: 19px;
    font-weight: 600;
    color: #000;
    display: block;
    margin-bottom: 20px
}

.m365-offers-section .m365-offers-wrap .m365-offers-blk li p {
    font-size: 16px;
    line-height: 28px;
    color: #010101
}

.m365-screenshot-section {
    margin: 115px 0 180px;
    position: relative
}

.m365-screenshot-section:before {
    content: "";
    background: #eff8ff;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 50%
}

.m365-screenshot-section .sub-tab {
    background: #eff8ff;
    height: 472px;
    border-radius: 50px 0 0 50px;
    padding: 106px 45px 0
}

.m365-screenshot-section .en-tab-lhs {
    float: left;
    width: 350px
}

.m365-screenshot-section .en-tab-lhs li .tab_lhs {
    padding: 0 28px;
    cursor: pointer;
    border-left: 5px solid transparent;
    transition: all .3s ease
}

.m365-screenshot-section .en-tab-lhs li .tab_lhs.active {
    background: #fff;
    border-color: #2b3ef5;
    box-shadow: 11px 19px 57px rgba(224, 230, 233, .6)
}

.m365-screenshot-section .en-tab-lhs li .tab_lhs.active h4 {
    border-color: transparent
}

.m365-screenshot-section .en-tab-lhs li .tab_lhs h4 {
    padding: 20px 0;
    font-size: 16px;
    font-weight: 500;
    border-bottom: 1px solid #d9e8f6
}

.m365-screenshot-section .en-tab-rhs {
    padding: 0;
    float: right;
    width: 700px;
    position: relative
}

.m365-screenshot-section .en-tab-rhs .pager-btn {
    position: absolute;
    right: -35px;
    top: 150px
}

.m365-screenshot-section .en-tab-rhs .pager-btn ul li span {
    height: 11px;
    width: 11px;
    display: inline-block;
    border: 2px solid #83a3c4;
    border-radius: 50%;
    cursor: pointer;
    background: #fff
}

.m365-screenshot-section .en-tab-rhs .pager-btn ul li span.active {
    background: #2b3df5;
    border-color: #2b3df5
}

.m365-screenshot-section .en-tab-rhs .en-img {
    position: absolute;
    opacity: 0
}

.m365-screenshot-section .en-tab-rhs .en-img .tab-images {
    -webkit-transition: opacity .5s ease-in-out;
    -moz-transition: opacity .5s ease-in-out;
    -o-transition: opacity .5s ease-in-out;
    transition: opacity .5s ease-in-out
}

.m365-screenshot-section .en-tab-rhs .en-img h4 {
    font-size: 29px;
    color: rgba(0, 0, 0, .6);
    font-weight: 600;
    position: absolute;
    top: -44px;
    text-align: center;
    width: 100%
}

.m365-screenshot-section .en-tab-rhs .en-img.tab-active {
    z-index: 5;
    top: 0;
    opacity: 1
}

.m365-screenshot-section .en-tab-rhs .en-img.tab-active .tab-images {
    opacity: 1;
    background: #fff;
    height: 430px;
    padding: 5px;
    box-shadow: 0 0 60px -5px rgba(185, 185, 185, .87);
    border-radius: 3px
}

.m365-screenshot-section .tab_lhs img {
    width: 100%;
    margin-top: 15px;
    display: none
}

.m365-screenshot-section .en-img img {
    width: 100%;
    box-sizing: border-box
}

.m365-customer-section {
    background: #fff7d3;
    height: 390px;
    padding-top: 105px;
    position: relative
}

.m365-customer-section:before {
    content: "";
    background: url(../images/admin-tool-sprite.png) no-repeat 0 -839px;
    background-size: 803px 1150px;
    width: 331px;
    height: 265px;
    position: absolute;
    left: 0;
    top: 0
}

.m365-customer-section:after {
    content: "";
    background: url(../images/admin-tool-sprite.png) no-repeat -455px -744px;
    background-size: 803px 1150px;
    width: 331px;
    height: 265px;
    position: absolute;
    right: 0;
    bottom: 0
}

.m365-customer-section h3 {
    font-size: 31px;
    font-weight: 600;
    color: #000;
    text-align: center;
    margin-bottom: 40px
}

.m365-customer-section h3 span {
    display: block
}

.m365-customer-section ul {
    position: relative;
    z-index: 1
}

.m365-customer-section ul li {
    max-width: 366px;
    width: 100%;
    float: left;
    margin-left: 50px
}

.m365-customer-section ul li:first-child {
    margin-left: 0
}

.m365-customer-section ul li .testimonial-blk {
    text-align: center
}

.m365-customer-section ul li .testimonial-msh {
    background: #fff;
    border: 1px solid #f0f0f0;
    border-radius: 5px;
    padding: 35px;
    height: 208px;
    box-shadow: 11px 9px 21px rgba(25, 25, 25, .25);
    display: flex;
    align-items: center;
    position: relative;
    transition: all .5s ease;
    cursor: pointer
}

.m365-customer-section ul li .testimonial-msh:hover {
    transform: translateY(15px)
}

.m365-customer-section ul li .testimonial-msh:after {
    content: "";
    position: absolute;
    background: url(../images/admin-tool-sprite.png) no-repeat -638px -181px;
    background-size: 803px 1150px;
    width: 78px;
    height: 38px;
    bottom: -36px;
    left: 0;
    right: 0;
    margin: auto
}

.m365-customer-section ul li .testimonial-msh p {
    font-size: 14px;
    color: #000;
    line-height: 25px;
    text-align: center;
    position: relative;
    max-width: inherit
}

.m365-customer-section ul li .testimonial-msh p:before {
    content: "";
    position: absolute;
    top: -15px;
    left: -10px;
    background: url(../images/admin-tool-sprite.png) no-repeat -2px -684px;
    background-size: 803px 1150px;
    width: 41px;
    height: 32px
}

.m365-customer-section ul li h6 {
    font-size: 18px;
    color: #000;
    font-weight: 600;
    margin: 55px 0 0
}

.m365-customer-section ul li p {
    max-width: 230px;
    margin: 5px auto 0;
    font-size: 14px;
    font-weight: 300;
    line-height: 26px
}

.tip-com span {
    width: 18px;
    height: 18px;
    background: #f5633d;
    border-radius: 69%;
    color: #fff;
    cursor: pointer;
    position: relative;
    box-shadow: 0 0 0 0 rgba(232, 76, 61, .7);
    -webkit-animation: pulse 1.25s infinite cubic-bezier(.66, 0, 0, 1);
    -moz-animation: pulse 1.25s infinite cubic-bezier(.66, 0, 0, 1);
    -ms-animation: pulse 1.25s infinite cubic-bezier(.66, 0, 0, 1);
    animation: pulse 1.25s infinite cubic-bezier(.66, 0, 0, 1);
    font-size: 10px;
    display: flex;
    justify-content: center;
    align-items: center
}

.tip1 .tip1-1 {
    position: absolute !important
}

.tip1 .tip1-1 {
    top: 138px;
    left: 352px
}

.tip2 .tip2-1 {
    position: absolute !important;
    top: 79px;
    left: 202px
}

.tip3 .tip3-1 {
    position: absolute !important;
    top: 169px;
    left: 272px
}

.tip4 .tip4-1 {
    position: absolute !important;
    top: 81px;
    left: 442px
}

.tip5 .tip5-1 {
    position: absolute !important;
    top: 93px;
    left: 322px
}

.tip2 .tip2-2-tool {
    position: absolute;
    top: 92px;
    left: 190px
}

.tip3 .tip3-3-tool {
    position: absolute;
    top: 181px;
    left: 260px
}

.tip4 .tip4-4-tool {
    position: absolute;
    top: 92px;
    left: 430px
}

.tip5 .tip5-5-tool {
    position: absolute;
    top: 105px;
    left: 310px
}

.tip-tool {
    background: #3f3f3f;
    color: #fff;
    padding: 12px 20px 12px;
    border-radius: 2px;
    width: 260px;
    margin: -25px 0 0 34px;
    box-shadow: 1px 1px 6px 0 rgb(0 0 0);
    position: relative;
    transform: scale(.9);
    font-size: 11px;
    line-height: 16px
}

.tip1 .tip1-1-tool {
    position: absolute;
    top: 131px;
    left: 300px
}

.tip-tool.tipshow {
    opacity: 1;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

.tip1 .tip1-1-tool {
    top: 151px;
    left: 339px
}

.tip-tool::before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-right: 8px solid #3f3f3f;
    transform: rotate(0) !important;
    top: 13px;
    left: -8px
}

.tip .tip-com.bottom .tip-tool::before {
    content: "";
    top: auto;
    bottom: -8px;
    left: 30px;
    right: auto;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #3f3f3f;
    border-bottom-width: 0;
    transform: rotate(0) !important
}

.footer-banner-section {
    margin: 300px 0 130px
}

.footer-banner-section .sem-footer-banner {
    background: url(../images/footer-banner.png) 0 0;
    background-size: 1199px 266px;
    width: 1200px;
    height: 266px;
    padding: 50px 20px 20px
}

.footer-banner-section .sem-footer-banner h4 {
    font-size: 32px;
    font-weight: 600;
    color: #000;
    text-align: center;
    color: #fff;
    line-height: 44px
}

.footer-banner-section .sem-footer-banner h4 span {
    display: block;
    font-weight: 300
}

.footer-banner-section .sem-footer-banner .banner-btn {
    text-align: center;
    margin-top: 30px
}

.footer-banner-section .sem-footer-banner .banner-btn a {
    display: inline-block;
    padding: 13px 30px;
    border-radius: 25px;
    background: #d73335;
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    position: relative
}

.footer-banner-section .sem-footer-banner .banner-btn a:hover:after {
    transform: scaleY(1)
}

.footer-banner-section .sem-footer-banner .banner-btn a:after {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .2);
    transition: transform .3s ease;
    transform: scaleY(0);
    transform-origin: bottom;
    border-radius: 25px
}

.footer-banner-section .sem-footer-banner .banner-btn a.quote-btn {
    background: #09944b;
    margin-left: 15px
}

footer {
    background: #f6f6f6;
    text-align: center;
    font-size: 17px;
    color: #000;
    padding: 15px 0
}

@media only screen and (max-width:1240px) {
    .m365-sem-container {
        max-width: 990px
    }

    .m365-main-banner .banner-left,
    .m365-main-banner .banner-right {
        width: 50%
    }

    .m365-main-banner .banner-right {
        margin-top: -20px
    }

    .m365-main-banner .banner-left h1 {
        font-size: 30px;
        line-height: 44px
    }

    .m365-offers-section .m365-offers-wrap .m365-offers-blk {
        max-width: 31.9%
    }

    .m365-screenshot-section .en-tab-lhs {
        width: 310px
    }

    .m365-screenshot-section .en-tab-rhs {
        width: 540px
    }

    .m365-screenshot-section .en-tab-lhs li .tab_lhs h4 {
        font-size: 14px
    }

    .m365-customer-section ul li {
        max-width: 315px;
        margin-left: 20px
    }

    .footer-banner-section .sem-footer-banner {
        width: 100%;
        background-size: 100%;
        background-repeat: no-repeat;
        height: 220px;
        padding: 30px 20px 20px
    }

    .m365-screenshot-section .en-tab-rhs .en-img.tab-active .tab-images {
        height: 330px
    }

    .tip1 .tip1-1 {
        top: 108px;
        left: 272px
    }

    .tip1 .tip1-1-tool {
        top: 121px;
        left: 259px
    }

    .tip4 .tip4-1 {
        top: 37px;
        left: 252px
    }

    .tip4 .tip4-4-tool {
        top: 48px;
        left: 240px
    }
}

@media only screen and (max-width:991px) {
    .m365-sem-container {
        padding: 0 15px
    }

    .m365-main-banner .banner-right {
        display: none
    }

    .m365-main-banner .banner-left,
    .m365-main-banner .banner-right {
        width: 100%;
        max-width: 100%;
        text-align: center
    }

    .m365-main-banner:after {
        display: none
    }

    .m365-main-banner {
        min-height: 470px
    }

    .m365-offers-section {
        padding: 60px 0
    }

    .m365-offers-section .m365-offers-wrap .m365-offers-blk {
        max-width: 100%;
        margin: 15px 0 0
    }

    .m365-screenshot-section .en-tab-rhs,
    .m365-screenshot-section:before {
        display: none
    }

    .m365-screenshot-section .sub-tab {
        border-radius: 50px;
        height: auto;
        border-radius: 25px;
        padding: 30px
    }

    .m365-screenshot-section .en-tab-lhs {
        width: 100%
    }

    .m365-screenshot-section .tab_lhs.active img {
        display: block
    }

    .m365-customer-section {
        height: auto
    }

    .m365-customer-section ul li {
        max-width: 100%;
        margin-left: 0;
        margin-bottom: 15px
    }

    .footer-banner-section {
        margin: 60px 0
    }

    .footer-banner-section .sem-footer-banner {
        background: #213c58;
        border-radius: 25px
    }

    .footer-banner-section .sem-footer-banner h4 {
        font-size: 26px;
        line-height: 36px
    }
}

@media only screen and (max-width:800px) {
    header .header-form .wam-form ul li:nth-child(4) .dwn-priv {
        font-size: 9px
    }

    header .header-form .wam-form ul li:nth-child(3) input[type=submit] {
        padding: 0 30px
    }

    header .header-form .wam-form ul li:nth-child(1) {
        width: 260px
    }
}

@media only screen and (max-width:670px) {
    .header-form {
        display: none
    }

    .m365-main-banner .banner-left {
        margin-top: 0
    }

    .m365-main-banner .banner-left h1 {
        font-size: 22px;
        line-height: 34px
    }

    .m365-main-banner .banner-left p {
        font-size: 15px;
        line-height: 28px
    }

    .m365-offers-section h2 {
        font-size: 28px
    }

    .m365-offers-section .m365-offers-wrap {
        margin-top: 35px
    }

    .m365-offers-section .m365-offers-wrap .m365-offers-blk li span {
        font-size: 17px
    }

    .m365-screenshot-section {
        margin: 55px 0
    }

    .m365-offers-section .m365-offers-wrap .m365-offers-blk li p {
        font-size: 14px
    }

    .m365-customer-section {
        padding-top: 50px
    }

    .m365-customer-section h3 {
        font-size: 26px
    }

    .m365-customer-section ul li .testimonial-msh {
        height: auto;
        min-height: 208px
    }

    .footer-banner-section .sem-footer-banner {
        height: auto
    }

    .footer-banner-section .sem-footer-banner .banner-btn a {
        font-size: 13px
    }

    footer {
        font-size: 13px
    }

    .footer-banner-section .sem-footer-banner .banner-btn a {
        padding: 10px 19px
    }

    .footer-banner-section .sem-footer-banner h4 {
        font-size: 15px;
        line-height: 31px
    }

    .m365-screenshot-section .sub-tab {
        padding: 20px
    }

    .m365-customer-section:after,
    .m365-customer-section:before {
        display: none
    }
}

@media only screen and (max-width:450px) {
    .m365-main-banner .banner-left h1 {
        font-size: 18px
    }

    .m365-customer-section h3 {
        font-size: 20px
    }

    .m365-offers-section h2 {
        font-size: 24px
    }

    .m365-main-banner .banner-left .banner-btn a {
        padding: 10px 20px;
        font-size: 13px
    }

    .m365-offers-section .m365-offers-wrap .m365-offers-blk li span {
        font-size: 15px
    }
}