/* font styles */
html {
    width: 100%;
    height: 100%;
    overflow-x: hidden;
}
body {
   background-color: #fff;
   padding: 0px;
   margin: 0px;
   font-family: 'Roboto', sans-serif;
   position: relative;
   overflow-x: hidden !important;
 }
.clear {
    clear: both;
}

/* Top section */
#top-section {
  width: 100%;
  padding: 0px;
  margin: 0px;
  padding-top: 80px;
  padding-bottom: 80px;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 77%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 100% 77%, 0 100%);
}
.top-faux-bg {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 1200px;
    background: #f6f6f6;
}
.main-top-gif {
    box-shadow: 2px 2px 5px #00000038;
    border-radius: 15px;
}
.main-top-gif-pad {
    padding-bottom: 10px;
}
@media only screen and (max-width: 1100px) {
    .main-top-gif {
        width: 500px;
        padding-bottom: 0px !important;
    }
}
.top-right-overlay {
    top: 125px;
    position: absolute;
    max-width: 1000px;
    width: 100%;
    height: 1px;
    left: 50%;
    transform: translate(-55%, 0%);
}
.top-section-container {
    max-width: 1000px;
    width: 100%;
    margin: auto;
    padding-top: 50px;
}
.top-section-left {
    float: left;
    width: 50%;
}
.top-section-right {
    margin-left: 50%;
    position: relative;
}
.main-message {
    font-size: 50px;
    max-width: 450px;
    color: #fff;
    font-weight: bold;
    letter-spacing: .55px;
}
.main-message-sub {
    font-size: 20px;
    color: #fff;
    margin-top: 20px;
    max-width: 400px
}
.main-message2 {
    font-size: 46px; 
}
.top-section-img1 {
    position: absolute;
    top: 10px;
    /*width: 275px;*/
    z-index: 2;
}
.top-section-img2 {
    position: absolute;
    top: 35px;
    left: 281px;
    height: 300px;
    z-index: 1;
}

/* top section media */
@media only screen and (max-width: 1100px) {
    .top-section-container {
        width: 95%;
    }
}
@media only screen and (max-width: 1000px) {
    .top-section-img1 {
        left: 40px;
    }
    .top-section-img2 {
        left: 321px;
    }
}
@media only screen and (max-width: 950px) {
    .main-message {
        font-size: 42px;
    }
    .main-message-sub {
        font-size: 18px;
    }
    .top-section-right {
        margin-left: 57%;
        position: relative;
    }
    .main-top-gif {
        width: 400px;
    }
}
@media only screen and (max-width: 850px) {
    .top-section-img1 {
        left: 100px;
    }
    .top-section-img2 {
        left: 371px;
    }
}
@media only screen and (max-width: 700px) {
    .top-section-left {
        width: 100%;
    }
    .top-section-img1 {
        left: 140px;
    }
    .main-top-gif {
        display: none;
    }
}
@media only screen and (max-width: 600px) {
    .top-section-left {
        width: 100%;
    }
    .top-right-overlay, .top-section-img1 {
        display: none;
    }
    #top-section {
        padding-bottom: 50px;
        clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
    }
    
}
@media only screen and (max-width: 500px) {
    .top-section-container {
        width: 90%;
    }
}
@media only screen and (max-width: 450px) {
    .main-message {
        font-size: 32px;
    }
}
/* End top section ############################################################ */

/* Second section */
.second-section {
    max-width: 1000px;
    width: 100%;
    margin: auto;
    padding-top: 20px;
    padding-bottom: 40px;
}
.second-section svg {
    float: left;
    width: 130px;
    cursor: pointer;
}

/* second section media */
@media only screen and (max-width: 1100px) {
    .second-section {
        width: 95%;
    }
}
@media only screen and (max-width: 700px) {
    .second-section {
        padding-bottom: 25px;   
    }
}
@media only screen and (max-width: 500px) {
    .second-section {
        width: 90%;
    }
}
@media only screen and (max-width: 425px) {
    .second-section .btn-o  {
        font-size: 15px;
        padding: 8px 15px;
    }
    .second-section .contact-sales-link {
        font-size: 15px;
    }
}
/* End Second section ############################################################ */

/* Third section */
.third-section-left svg {
    width: 130px;
    cursor: pointer;
}
#ebv58ur7xcip1 {
    width: 130px;
    cursor: pointer;
}
#ebv58ur7xcip3 {
    letter-spacing: 1px;
}
.third-section-left svg #exnre9f8vvp3 {
    font-weight: normal;
}
.second-section svg #e7ebsehopbxr3 {
    font-weight: normal;
}
.contact-sales-link {
    float: left;
    color: #444;
    margin-left: 30px;
    margin-top: 5px;
    cursor: pointer;
    font-size: 20px;
}
.contact-sales-link:hover {
    color: #f2880c;
}
.contact-sales-link span {
    font-size: 14px;
    margin-left: 2px;
}
.btn-o {
    float: left;
    /*background: #f2880c;*/
    padding: 8px 30px 8px;
    background: #F2880C 0% 0% no-repeat padding-box;
    border-radius: 8px;
    color: #fff;
    cursor: pointer;
    font-size: 17px;
    text-transform: uppercase;
    font-weight: 500;
}
.btn-o:hover {
    background: transparent linear-gradient(180deg, #F2B223 0%, #F28823 100%) 0% 0% no-repeat padding-box;
    color: #fff;
}
.top-btn {
    margin-left: 0px;
    margin-top: 40px;
}
.btn-g {
    float: left;
    display: block;
    background: #9CE043 0% 0% no-repeat padding-box;
    border-radius: 8px;
    padding: 8px 30px 8px;
    color: #0b618b;
    font-size: 17px;
    font-weight: 500;
    margin-bottom: 20px;
    cursor: pointer;
    text-transform: uppercase;
}
.btn-g:hover {
    background: transparent linear-gradient(180deg, #E0F77D 0%, #9CE043 100%) 0% 0% no-repeat padding-box;
    color: #0b618b;
}
.third-section-container {
/*    background: #f6f6f6;*/
    background: none;
    -webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 87%);
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 87%);
}
.third-section {
    max-width: 1000px;
    width: 100%;
    margin: auto;
    /*border-left: 2px solid #ececec;
    border-right: 2px solid #ececec;*/
    padding-top: 40px;
    padding-bottom: 150px;
}
.third-section-left {
    float: left;
    width: 40%;
    margin-left: 0%;
}
.third-section-right {
    float: left;
    width: 55%;
    margin-left: 0%;
    position: relative;
}
.third-section-h1 {
    font-weight: bold;
    font-size: 20px;
    color: #444;
    margin-bottom: 20px;
    letter-spacing: 1px;
}
.third-section-h1-1 {
    font-weight: bold;
    font-size: 20px;
    color: #444;
    margin-bottom: 20px;
    letter-spacing: 1px;
    margin-top: 40px;
}
.third-section-p1, .third-section-p2, .third-section-p3 {
    clear: left;
    color: #555;
    font-size: 18px;
    margin-bottom: 15px;
}
.third-section-p1 {
    margin-bottom: 25px;
}
.third-section-p1 ul li {
    margin-bottom: 15px;
    font-size: 18px;
    margin-top: 5px;
}
.third-section-p3 {
    font-size: 18px;
    color: #666666;
    padding-top: 25px;
    margin-bottom: 20px;
    letter-spacing: 0.18px;
}
.third-section .contact-sales-link {
    margin-left: 0px;
}
.third-section-img1 {
    display: block;
    width: 300px;
    position: relative;
    z-index: 1;
}
.third-section-img2 {
    position: absolute;
    width: 400px;
    top: -50px;
    left: 243px;
    z-index: 0;
}

/* third section media */
@media only screen and (max-width: 1100px) {
    .third-section-left {
        margin-left: 3%;
    }
}
@media only screen and (max-width: 950px) {
    .third-section-left {
        width: 30%; 
    }
    .third-section-right {
        width: 50%;
    }
}
@media only screen and (max-width: 800px) {
    .third-section-left {
        width: 40%; 
    }
}
@media only screen and (max-width: 700px) {
    .third-section-left {
        width: 100%; 
    }
}
@media only screen and (max-width: 600px) {
/*
    .third-section-left {
        width: 50%; 
    }
*/
    .third-section-right {
        width: 30%;
    }
}
@media only screen and (max-width: 475px) {
    
    .third-section-right {
        width: 100%;
        clear: left;
        margin-top: 20px;
        margin-left: 0px;
    }
}

/* End Third section ########################################### */

/* Fourth section */
.fourth-section-container {
    background: #004766;
    -webkit-clip-path: polygon(0 0, 100% 13%, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 13%, 100% 100%, 0 100%);
    margin-top: -72px;
}
.fourth-section {
    max-width: 1000px;
    width: 100%;
    margin: auto;
    padding-top: 40px;
    padding-bottom: 40px;   
}
.fourth-section-left {
    float: left;
    width: 49%;
    border-right: 2px solid #43d4d9;
    margin-top: 50px;
}
.fourth-section-right {
    float: left;
    width: 40%;
    margin-top: 110px;
    margin-left: 10%;
}
.fourth-section-h1 {
    color: #43d4d9;
    font-size: 25px;
    font-weight: bold;
    letter-spacing: 1px;
    margin-top: 10px;
    margin-bottom: 15px;
}
.fourth-section-p1 {
    color: #E2F8FD;
    font-size: 18px;
    margin-bottom: 15px;
    max-width: 450px;
}
.fourth-section-left .contact-sales-link {
    margin-left: 0px;
    /*color: #9ce043;*/
    font-size: 20px;
}
.fourth-section-left .contact-sales-link:hover {
    /*color: #E0F77D;*/
}
.fourth-section-left .contact-sales-link span {
    
}
.fourth-section-p2 {
    clear: left;
    color: #E2F8FD;
    font-size: 18px;
    margin-bottom: 20px;
    max-width: 350px;
    padding-top: 20px;
}
.peer-insights-title {
    float: left;
    color: #E2F8FD;
    font-size: 24px;
    margin-bottom: 15px;
    margin-top: 10px;
    margin-bottom: 30px;
}
.peer-insights-logo {
    float: left;
    height: 40px;
    margin-left: 50px;
}
.peer-insights-score {
    float: left;
    font-size: 45px;
    color: #E2F8FD;
}
.peer-insights-stars {
    float: left;
    height: 28px;
    margin-left: 15px;
    margin-top: 12px;
}
.peer-insights-percentage {
    float: left;
    font-size: 45px;
    color: #E2F8FD;
    margin-left: 40px;
}
.peer-insights-percentage-mobile {
    display: none;
    float: left;
    clear: left;
    font-size: 40px;
    color: #eee;
    font-family: tahoma;
    letter-spacing: 1px;
}
.peer-insights-reviews {
    float: left;
    color: #E2F8FD;
    font-size: 18px;
    margin-bottom: 25px;
    margin-top: 5px;
}
.peer-insights-recommended {
    float: left;
    color: #E2F8FD;
    font-size: 18px;
    margin-left: 123px;
    margin-top: 5px;
}
.peer-as-of {
    color: #949494;
    font-size: 13px;
    margin-top: 10px;
}

/* fourth section media */
@media only screen and (max-width: 1100px) {
    .fourth-section {
        width: 95%;
    }
    .fourth-section-right {
        width: 45%;
        margin-left: 5%;
    }
}
@media only screen and (max-width: 900px) {
    .fourth-section-left {
        float: none;
        width: 60%;
        border-right: none;
        border-bottom: 2px solid #43d4d9;
        margin: auto;
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .fourth-section-right {
        float: none;
        width: 60%;
        margin: auto;
        clear: left;
    }
}
@media only screen and (max-width: 675px) {
    .fourth-section-left {
        width: 80%; 
    }
    .fourth-section-right {
        width: 80%; 
    }
}
@media only screen and (max-width: 500px) {
    .fourth-section {
        width: 90%; 
    }
    .fourth-section-left {
        width: 95%; 
    }
    .fourth-section-right {
        width: 95%; 
    }
}
@media only screen and (max-width: 450px) {
    .fourth-section-container {
        clip-path: polygon(0 0, 100% 5%, 100% 100%, 0 100%);
    }
    .third-section-container {
        clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 95%);
    }
    .peer-insights-title {
        margin-bottom: 10px;
    }
    .peer-insights-logo {
        margin-left: 0px;
        clear: left;
    }
    .peer-insights-reviews {
        margin-bottom: 15px;
    }
    .peer-insights-percentage {
        display: none;
    }
    .peer-insights-percentage-mobile {
        display: block;   
    }
    .peer-insights-recommended {
        margin-left: 0px;
        clear: left;
    }
}

/* End fourth section ###################################################### */

/* Fifth Section */
.fifth-section-title {
    font-size: 30px;
    color: #444;
    font-weight: bold;
    letter-spacing: .3px;
}
.fifth-section-container {
    background: #fff;
    -webkit-clip-path: polygon(0 0, 100% 100%, 100% 87%, 0 100%);
    clip-path: polygon(0 0, 100% 100%, 100% 87%, 0 100%);
    margin-top: -62px;
}
.fifth-section {
    max-width: 1000px;
    width: 100%;
    margin: auto;
    padding-top: 60px;
    padding-bottom: 60px;   
}
.fifth-section-p1 {
    color: #666666;
    font-size: 18px;
    margin-top: 5px;
    letter-spacing: 0.18px;
}
.why-miosoft-container {
    margin-top: 30px;
}
.why-miosoft-boxes {
    float: left;
    width: 23%;
    margin-right: 2%;
}
.why-title {
    position: relative;
    color: #009ee2;
    font-size: 20px;
    font-weight: bold;
    max-width: 100px;
    /*border-left: 3px solid #d059b4;*/
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
}
.why-miosoft-box1 .why-title {
    max-width: 110px;
}
.why-miosoft-box2 .why-title {
    max-width: 170px;
}
.why-miosoft-box1 .why-from {
    max-width: 200px;
}
.why-title span {
    position: absolute;
    left: 0px;
    height: 100%;
    width: 3px;
    background: #d059b4;
    top: 0px;
}
.faux-border {
    position: absolute;
    left: 0px;
    top: 0px;
    height: 0px;
    width: 3px;
    background: #fff;
    z-index: 2;
}
.why-p {
    font-size: 15px;
    font-weight: bold;
    margin-top: 15px;
    color: #444;
    max-width: 200px;
}
.why-quote {
    max-width: 175px;
    font-size: 15px;
    color: #707070;
    margin-top: 20px;
}
.why-miosoft-box2 .why-quote {
    margin-top: 40px;
}
.why-miosoft-box4 .why-quote {
    margin-top: 40px;
}
.why-from {
    color: #AAAAAA;
    margin-top: 20px;
}
.why-miosoft-box3 .why-from {
    margin-top: 40px;
}
.mobile-break {
    display: none;
}

/* fifth section media */
@media only screen and (max-width: 1100px) {
    .fifth-section {
        width: 95%;
    }
}
@media only screen and (max-width: 850px) {
    .why-miosoft-boxes {
        width: 48%;
        margin-bottom: 30px;
    }
    .mobile-break {
        display: block;
        clear: both;
    }
}
@media only screen and (max-width: 500px) {
    .fifth-section {
        width: 90%; 
    }
}
@media only screen and (max-width: 450px) {
    .fifth-section-title {
        margin-left: 10px;
    }
    .fifth-section-p1 {
        margin-left: 10px;
    }
    .why-miosoft-boxes {
        width: 100%;
        margin: 0px;
        margin-bottom: 30px;
        margin-left: 20px;
    }
    .mobile-break {
        display: none;
    }
}

/* End fifth section ################################################### */

/* Sixth section */
.sixth-section-container {
    background: #004766;
    -webkit-clip-path: polygon(0 13%, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 13%, 100% 0, 100% 100%, 0 100%);
}
.sixth-section {
    max-width: 1000px;
    width: 100%;
    margin: auto;
    padding-top: 70px;
    padding-bottom: 40px;
}
.sixth-section-left {
    float: left;
    width: 50%;
    display: flex;
    justify-content: center;
    margin-top: 110px;
    margin-bottom: 80px;
}
.sixth-section-right {
    float: left;
    width: 50%;
    text-align: center;
    position: relative;
}
.globe-container {
    position: absolute;
    left: 50px;
}
.sixth-left-content {
    
}
.sixth-left-headline {
    color: #43d4d9;
    font-size: 25px;
    font-weight: bold;
    letter-spacing: .25px;
    margin-bottom: 30px;
    border-left: 3px solid #68a319;
    padding-left: 7px;
    max-width: 400px;
}

/* sixth section media */
@media only screen and (max-width: 1100px) {
    .sixth-section {
        width: 95%;
    }
}
@media only screen and (max-width: 500px) {
    .sixth-section {
        width: 90%; 
    }
    .sixth-left-headline {
        font-size: 18px;
    }
}
@media only screen and (max-width: 400px) {
    .sixth-section-left {
        width: 100%;
        display: block;
        margin-bottom: 0px;
    }
}

/* End Sixth section ######################################################## */

/* Seventh section */
.seventh-section-container {
    margin-top: 50px;
    margin-bottom: 50px;
}
.seventh-section {
    max-width: 1000px;
    width: 100%;
    margin: auto;
    border-left: 2px solid #eee;
    border-right: 2px solid #eee;
    padding-top: 30px;
    padding-bottom: 30px;
}
/*.seventh-section-box {
    float: left;
    width: 40%;
    padding-left: 5%;
    padding-right: 5%;
}*/
/*.seventh-section-box1 {
    width: 39%;
    border-right: 2px solid #eee;
    padding-left: 5%;
    padding-right: 5%;
}*/
.seventh-section-box {
    float: left;
    width: 26%;
    padding-left: 3%;
    padding-right: 3%;
}
.seventh-section-box1 {
    width: 26%;
    border-right: 2px solid #eee;
    padding-left: 3%;
    padding-right: 3%;
}
.seventh-section-box2 {
    width: 26%;
    padding-left: 3%;
    padding-right: 3%;
    border-right: 2px solid #eee;
}
/*.seventh-section-box2 .contact-sales-normal {
    margin-top: 20px !important;
    margin-left: 5px;
}*/
.seventh-section-box2 .contact-sales-normal:hover {
    color: #f2880c;
}
.seventh-box-content svg {
    max-width: 80px;
}
.seventh-box-content #e4halugun1ze1 {
    width: 130px;
}
.seventh-box-title {
    font-size: 25px;
    font-weight: bold;
    padding-bottom: 7px;
    margin-top: 20px;
    letter-spacing: .25px;
    color: #444;
}
.faux-underline {
    height: 2px;
    width: 100%;
} 
.faux-underline1 {
    background: transparent linear-gradient(270deg, #F4A1E7 0%, #AE20D8 100%) 0% 0% no-repeat padding-box;
}
.faux-underline2 {
    background: transparent linear-gradient(270deg, #FFE662 0%, #44E8DC 100%) 0% 0% no-repeat padding-box;
}
.faux-underline3 {
    background: transparent linear-gradient(270deg, #F2CF0E 0%, #E244E8 100%) 0% 0% no-repeat padding-box;
}
.seventh-box-p {
    margin-top: 20px;
    font-size: 18px;
    color: #666666;
    letter-spacing: .18px;
}
.seventh-section .btn-o {
    margin-top: 40px;
    font-size: 17px;
}
.seventh-section .contact-sales-normal {
    margin-top: 45px;
    cursor: pointer;
    font-size: 20px;
}
.seventh-section .contact-sales-normal:hover {
    color: #f2880c;
}
.seventh-section .bot-button-o {
    font-size: 16px;
    padding-left: 15px;
    padding-right: 15px;
    color: #fff !important;
}
.contact-sales-normal span {
    font-size: 14px;
    margin-left: 2px;
}
.bot-main-links {
    color: #444;
    text-decoration: none;
}
.bot-main-links:hover {
    color: #f2880c;
}
/* sixth section media */
@media only screen and (max-width: 1100px) {
    .seventh-section {
        width: 95%;
    }
}
@media only screen and (max-width: 800px) {
    .seventh-section {
        border: none;
    }
    .seventh-section-box {
        width: 100%;
        max-width: 300px;
        float: none;
        clear: left;
        display: block;
        margin: auto;
        margin-bottom: 70px;
        border: none;
        padding: 0px;
    }
    .seventh-section-box3 {
        margin-bottom: 0px;
    }
    .seventh-section .btn-o {
        margin-top: 10px;
    }
    .seventh-section .contact-sales-normal {
        margin-top: 20px;
    }
}
@media only screen and (max-width: 500px) {
    .seventh-section {
        width: 90%; 
    }
}
@media only screen and (max-width: 400px) {
    .seventh-section-box {
       width: 95%;
    }
}

/* End seventh section ############################################################## */

/* For svg images */
.fourth-section-left svg {
    margin-top: 20px;
    width: 100%;
    max-width: 300px;
}
.fourth-section-container .a {
    fill: none;
}
.fourth-section-container .b, .fourth-section-container .c {
    stroke: none;
}
.fourth-section-container .c {
    fill: #43d4d9;
}
.hex-group-container {
    position: relative;
    width: 1px;
    margin: auto;
    height: 1px;
}
.hex-group-container svg {
    position: absolute;
    z-index: 2;
    margin-left: -100px;
    top: 50px;
    width: 130px;
}
/* End SVG section #################################################################### */

/* Footer-section */
footer {
	background-color: #f6f6f6;
	/*background: #7F7F81;*/
	font-size: 14px;
	padding-top: 20px;
}
.footer-container {
	min-height: 20px !important;
    max-width: 1000px;
    margin: auto;
}
.footer-section {
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    /*-webkit-align-items: center;
    align-items: center;*/
    margin-bottom: 20px;
    padding-top: 20px;
}

.footer-cols {
	color: #004766;
}
.footer-col-title {
	font-weight: 600;
	margin-bottom: 10px;
}
.footer-col-link {
	margin-bottom: 3px;
}
.footer-col-link span {
	cursor: pointer;
}
.footer-left {
	display: block;
    margin-top: 60px;	
	padding-bottom: 20px;	
	font-size: 12px;
}
.footer-left a {
	color: #004766 !important;
}
.footer-right {
	text-align: right;
}
.footer-right img {
	width: 40px;
	margin-top: 15px;
	margin-bottom: 10px;
	margin-right: 10px;
	cursor: pointer;
}
footer .h5 {
	display: block;
	font-size: 12px;
	max-width: 1120px;
	margin: auto;
  font-weight: normal;  
	color: #004766;
}
.footer-left p {
	color: #004766 !important;
}
footer p {
	float: left;
	clear: left;
	color: #fff;	
	margin: 5px 5px 5px 0px;
	margin-right: 10px;
}
footer a, footer a:visited, footer a:active {
	color: #004766;	
	text-decoration: none;
}
.footer-miosoft-link:hover {
	text-decoration: underline;
}
.terms {
	margin-top: 15px;
	margin-bottom: 0px;
}
.faux-footer-border {
	width: 96%;
	margin-left: 2%;
	height: 1px;
	background: #ccc;
}
.footer-mdm-short {
	display: none;
}
.footer-col-link br {
	display: none;
}

/* Footer section media */
@media only screen and (max-width: 1100px) {
    .footer-container {
        width: 95%;
    }
}
@media only screen and (max-width:750px) {
	.footer-mdm-long {
		display: none;	
	}
	.footer-mdm-short {
		display: block;	
	}
	.footer-col-link br {
		display: block;
	}
	.footer-terms {
		line-height: 18px;	
	}
}
@media only screen and (max-width:500px) {
	.footer-section {
		width: 90%;
        -webkit-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.footer-cols {
		width: 34%;
    margin-left: 8%;
    margin-right: 8%;
	}
	.footer-cols-bot {
		margin-top: 30px;
	}
    .footer-left {
        margin-left: 8%;  
        margin-right: 8%;
    }
}
/* Footer-section end ############################################################### */

