/* font styles */
html {
    width: 100%;
    height: 100%;
    overflow-x: hidden;
}
body {
   background: #F6F6F6;
   padding: 0px;
   margin: 0px;
   font-family: 'Roboto', sans-serif;
   position: relative;
   overflow-x: hidden;
 }
.clear {
    clear: both;
}

.faux-bg-header {
    position: absolute;
    background: #fff;
    width: 100%;
    height: 300px;
    z-index: -1;
}
/* Start Top section */
#top-section {
  position: relative;
    width: 100%;
    padding: 0px;
    margin: 0px;
    padding-top: 80px;
    padding-bottom: 0px;
    /*background: transparent linear-gradient(180deg, #F4F9FC 0%, #F6F6F6 100%) 0% 0% no-repeat padding-box;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%);*/
}
.top-section-container {
    max-width: 1000px;
    width: 100%;
    margin: auto;
    padding-top: 50px;
    padding-bottom: 40px;
}
.faux-bg-top {
    position: absolute;
    background: #fff;
    /*background: transparent linear-gradient(180deg, #F4F9FC 0%, #F6F6F6 100%) 0% 0% no-repeat padding-box;*/
    clip-path: polygon(0% 0%, 100% 0%, 100% 87%, 0% 100% );
    width: 100%;
    height: 80%;
    z-index: -1;
}
.bottom-gradient-border {
    position: absolute;
    /* top: -11px; */
    background-image: linear-gradient(to right, #43D4D9, #81EFA7);
    height: 100px;
    width: 100%;
    -webkit-clip-path: polygon(0% 66%, 100% 0%, 100% 12%, 0% 78%);
    clip-path: polygon(0% 53%, 100% 4%, 100% 22%, 0% 70%);
    z-index: -1;
    bottom: 3%;
}
.main-message {
    font-size: 38px;
    max-width: 500px;
    color: #0B618B;
    font-weight: 500;
    letter-spacing: .42px;
    text-align: left;
}
.main-sub-message {
    text-align: left;
    font-size: 18px;
    color: #666666;
    line-height: 1.6em;
    margin-top: 30px;
    width: 90%;
}
.top-section-left {
    float: left;
    width: 60%;
    margin-right: 5%;
    padding-bottom: 60px;
}
.top-section-right {
    float: left;
    width: 35%;
    text-align: center;
    padding-top: 0px;
    padding-bottom: 0px;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 8px;
    background: #fbfbfb;
    max-width: 350px;
    min-height: 357px;
}
.top-section-right img {
    width: 100%;
    border-radius: 8px;
}
.main-gartner-container {
    background: #fff;
    text-align: center;
    padding-top: 40px;
    padding-bottom: 10px;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 8px;
    max-width: 340px;
}
.main-gartner-container input, .main-gartner-container select, .main-gartner-container textarea {
    width: 90%;
    max-width: 275px;
    margin-bottom: 15px;
    padding: 5px 5px;
    font-size: 14px;
}
.main-gartner-container textarea {
    height: 100px;
}
.main-gartner-container .submit-button {
    background: #F2880C;
    border: none;
    color: #fff;
    font-size: 16px;
    transition: none;
    padding: 10px 14px;
    margin-top: 20px;
    display: inline-block;
    width: auto;
    text-transform: uppercase;
    margin-bottom: 20px;
    border-radius: 8px;
    text-decoration: none;
    cursor: pointer;
}
.g-recaptcha {
    display: inline-block;
}
@media only screen and (max-width: 1050px) {
    .top-section-container {
        width: 95%;
        margin: auto;
    }
}
@media only screen and (max-width:900px) {
    .bottom-gradient-border {
        bottom: 2%;   
    }
}
@media only screen and (max-width:850px) {
    .bottom-gradient-border {
        bottom: -2%;   
    }
    .top-section-right {
        min-height: 0px;
    }
}
@media only screen and (max-width:800px) {
    /*#top-section {
        padding-bottom: 40px;
    }*/
    .top-section-left {
        float: none;
        width: 100%;
        margin-right: 0%;
    }
    .top-section-right {
        float: none;
        width: 100%;
        margin: auto;
        margin-top: 30px;
    }
    .main-gartner-container {
        margin: auto;
        margin-top: 40px;
    }
    .bottom-gradient-border {
        -webkit-clip-path: polygon(0% 82%, 100% 0%, 100% 18%, 0% 100%);
        clip-path: polygon(0% 82%, 100% 0%, 100% 18%, 0% 100%);
        bottom: 13%;
    }
}
@media only screen and (max-width:595px) {
    .bottom-gradient-border {
        bottom: 14%;
    }
}
@media only screen and (max-width:500px) {
    .main-message {
        font-size: 28px;
    }
}
/** End first section **/


/** Second section **/
.second-section-container {
    max-width: 1000px;
    width: 100%;
    margin: auto;
    padding-top: 40px;
    padding-bottom: 60px;
    border-left: 2px solid #ececec;
    border-right: 2px solid #ececec;
}
.second-section {
    background: transparent linear-gradient(180deg, #F6F6F6 0%, #F4F9FC 100%) 0% 0% no-repeat padding-box;
}
.second-section-box {
    margin-left: 4%;
}
.img-header {
    display: flex;
    align-items: center;
}
.img-header img {
    width: 40px;
}
.img-header-text {
    font-size: 24px;
    color: #43D4D9;
    font-weight: 500;
    margin-left: 20px;
}
.div-h2 {
    font-size: 30px;
    color: #0B618B;
    margin: auto;
    margin-top: 25px;
    font-weight: 500;
    text-transform: uppercase;
    text-align: center;
    max-width: 600px;
}
.h2-black {
    color: #444;
}
.second-sub-message {
    font-size: 16px;
    color: #666;
    max-width: 700px;
    margin: auto;
    margin-top: 20px;
    margin-bottom: 60px;
    line-height: 1.5em;
}
.second-flex {
    display: flex;
    justify-content: center;
}
.second-flex .flex-child {
    display: flex;
    align-items: end;
    max-width: 400px;
}
.second-flex .flex-child:first-child {
    margin-right: 60px;
}
.second-flex .flex-child img {
    margin-right: 15px;
}
.second-flex .inner-flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.inner-flex a {
    text-decoration: none;
}
.second-p {
    font-size: 16px;
    color: #0B618B;
    margin-bottom: 10px;
}
.read-now {
    color: #F28823;
    font-size: 16px;
}
.smaller-margin-bottom {
    margin-bottom: 20px;
}

@media only screen and (max-width: 1050px) {
    .second-section-container {
        width: 95%;
        margin: auto;
    }
}
@media only screen and (max-width: 600px) {
    .second-flex {
        flex-wrap: wrap;
    }
    .read-now:first-child {
        margin-bottom: 50px;
    }
    .second-flex .flex-child:first-child {
        margin-right: 0px;
    }
}
@media only screen and (max-width: 550px) {
    .div-h2 {
        font-size: 24px;
    }
}
/** End second section **/

/* fourth section */
/*.fourth-section {
    position: relative;
}
.fourth-section-container {
    max-width: 1000px;
    width: 100%;
    margin: auto;
    padding-top: 40px;
    padding-bottom: 100px;
}
.fourth-faux-bg {
    position: absolute;
    background: #f6f6f6;
    clip-path: polygon(0% 0%, 100% 0%, 100% 87%, 0% 100% );
    width: 100%;
    height: 90%;
    z-index: -1;
}
.fourth-section-main {
    display: flex;
    align-items: flex-end;
    justify-content: center;
}
.fourth-section-left {
    text-align: left;
    max-width: 325px;
}
.fourth-section-right {
    
}
.fourth-section-left .div-h2 {
    text-align: left;
}
.fourth-sub-message {
    font-size: 16px;
    color: #666;
    max-width: 700px;
    margin: auto;
    margin-top: 20px;
    margin-bottom: 60px;
    line-height: 1.5em;
}
.fourth-right-row {
    display: flex;
    margin-bottom: 20px;
}
.fourth-hex-image:before {
    content: " ";
    width: 0; height: 0;
    border-bottom: 6px solid #8592F0;
    border-left: 11px solid transparent;
    border-right: 11px solid transparent;
    position: absolute;
    top: -6px;
}

.fourth-hex-image {
    margin-top: 4px;
    width: 22px;
    height: 12px;
    background-color: #8592F0;
    position: relative;
    margin-right: 10px;
}

.fourth-hex-image:after {
    content: "";
    width: 0;
    position: absolute;
    bottom: -6px;
    border-top: 6px solid #8592F0;
    border-left: 11px solid transparent;
    border-right: 11px solid transparent;
}
.fourth-row-text {
    color: #666666;
    font-size: 16px;
}

@media only screen and (max-width: 1050px) {
    .fourth-section-container {
        width: 95%;
        margin: auto;
    }
}
@media only screen and (max-width: 800px) {
    .fourth-section-main {
        flex-wrap: wrap;
    }
    .fourth-section-right {
        margin-bottom: 40px;
    }
}*/
/** End Fourth section **/

/** third-section **/
.third-section {
    position: relative;
    background: #fff;
    padding-bottom: 40px;
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 90%);
}
.third-section-container {
    max-width: 1000px;
    width: 100%;
    margin: auto;
    padding-top: 40px;
    padding-bottom: 40px;
}
.third-sub-header {
    color: #444;
    font-weight: bold;
    font-size: 16px;
    max-width: 700px;
    margin: auto;
    margin-top: 20px;
    margin-bottom: 40px;
    line-height: 1.5em;
    text-align: center;
    max-width: 420px;
}
.third-box-top, .third-box-bot {
    display: flex;
    justify-content: space-around;
    margin-bottom: 40px;
}
.third-each-box {
    display: flex;
    align-items: center;
    margin-right: 20px;
}
.third-each-box img {
    margin-right: 10px;
}

.solution-boxes-3 {
    display: flex;
    justify-content: space-evenly;
    margin-top: 60px;
    margin-bottom: 40px;
}
.solutions-boxes {
    max-width: 275px;
}
.solutions-boxes-top {
    display: flex;
    align-items: center;
}
.solutions-boxes img {
    float: left;
    width: 40px;
    margin-right: 10px;
}
.solution-boxes-h {
    float: left;
    font-weight: bold;
    font-size: 20px;
    letter-spacing: 0.25px;
    color: #0B618B;
}
.solutions-boxes-p {
    float: left;
    clear: left;
    color: #666666;
    font-size: 16px;
    margin-top: 10px;
    line-height: 1.4em;
}

@media only screen and (max-width: 1050px) {
    .third-section-container {
        width: 95%;
        margin: auto;
    }
}
@media only screen and (max-width: 900px) {
    .solution-boxes-3 {
        flex-wrap: wrap;
        margin-bottom: 0px
    }
    .solutions-boxes {
        margin-bottom: 40px;
    }
    .third-section {
        clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 95%);
    }
}
@media only screen and (max-width: 850px) {
    /*.solution-boxes-3 {
        display: block;
    }
    .solutions-boxes {
        float: left;
        width: 40%;
        margin-left: 5%;
        margin-right: 5%;
        margin-bottom: 30px;
        max-width: 300px !important;
    }*/
}
@media only screen and (max-width: 700px) {
    .third-box-top, .third-box-bot {
        flex-wrap: wrap;
    }
    .third-each-box {
        flex: 40%;
    }
    .third-each-box {
        margin-right: 0px;
        margin-bottom: 30px;
    }
    .third-box-top {
        
    }
}
@media only screen and (max-width: 530px) {
    .solutions-boxes {
        float: none;
        display: block;
        width: 90%;
        margin: auto;
        margin-bottom: 30px;
    }   
    .third-section {
        clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 97%);
    }
}
@media only screen and (max-width: 400px) {
    .third-each-box {
        flex: 60%;
    }
}
/** End third section **/



/* Start Fourth section */
.fourth-section {
    position: relative;
}
.fourth-section-container {
    max-width: 1000px;
    width: 100%;
    margin: auto;
    padding-top: 40px;
    padding-bottom: 100px;
}
.fourth-section-left {
    width: 40%;
    float: left;
}
.fourth-section-right {
    width: 50%;
    margin-left: 10%;
    margin-top: 0px;
    float: left;
}
.div-h3 {
    color: #444;
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 15px;
    margin-bottom: 30px;
}
.div-p {
    font-size: 18px;
    color: #666666;
    margin-bottom: 20px;
    letter-spacing: 0.18px;
    line-height: 1.8em;
}
.footnote {
    font-size: 12px;
    color: #888888;
    margin-top: 40px;
}
.fourth-section-box {
    width: 95%;
    max-width: 600px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fbfbfb;
}
.fourth-section-img {
    display: block;
    /*box-shadow: 6px 8px 6px #00000029;
    border: 2px solid #EEEEEE;
    border-radius: 8px;
    padding: 20px;
    background: #fbfbfb;*/
    width: 100%;
}
@media only screen and (max-width: 1050px) {
    .fourth-section {
        width: 90%;
        margin: auto;
    }
    .fourth-section-right {
        max-width: 340px;
    }
}
@media only screen and (max-width:800px) {
    .fourth-section-left {
        width: 100%;
        float: none;
    }
    .fourth-section-right {
        width: 100%;
        margin: auto;
        margin-top: 50px;
        float: none;
        max-width: 400px;
    }
    .fourth-section-img {
        max-width: 500px;
        margin: auto;
        width: 85%;
    }
}
@media only screen and (max-width: 550px) {
    .div-h3 {
        font-size: 24px;
    }
}
/** End fourth section**/









/** Fifth section **/
.fifth-section {
    position: relative;
    background: #fff;
}
.fifth-section-container {
    max-width: 1000px;
    width: 100%;
    margin: auto;
    padding-top: 50px;
    padding-bottom: 70px;
}
.fifth-section-bottom {
    width: 100%;
    margin: auto;
    border-left: 2px solid #eee;
    border-right: 2px solid #eee;
    border-right: 2px solid #eee;
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 50px;
}


.fifth-section-box {
    float: left;
    width: 23%;
    padding-left: 5%;
    padding-right: 5%;
}
.fifth-section-box1 {
    width: 22%;
    border-right: 2px solid #eee;
    padding-left: 5%;
    padding-right: 5%;
}
.fifth-section-box2 {
    width: 22%;
    padding-left: 5%;
    padding-right: 5%;
    border-right: 2px solid #eee;
    max-width: 200px
}
.fifth-section-box2 .contact-sales-normal {
    margin-top: 20px !important;
    margin-left: 5px;
}
.fifth-section-box2 .contact-sales-normal:hover {
    color: #f2880c;
}
.fifth-box-content svg {
    max-width: 80px;
}
.fifth-box-content #e4halugun1ze1 {
    width: 130px;
}
.fifth-box-title {
    font-size: 25px;
    font-weight: bold;
    padding-bottom: 7px;
    margin-top: 20px;
    letter-spacing: .25px;
    color: #444;
    min-height: 60px;
    display: flex;
    align-items: center;
}
.faux-underline {
    height: 2px;
    width: 100%;
} 
.faux-underline1 {
    background: transparent linear-gradient(270deg, #FAC103 0%, #E03E0D 100%) 0% 0% no-repeat padding-box;
}
.faux-underline2 {
    background: transparent linear-gradient(270deg, #6DF3F8 0%, #009EE2 100%) 0% 0% no-repeat padding-box;
}
.faux-underline3 {
    background: transparent linear-gradient(270deg, #EF8181 0%, #4343D9 100%) 0% 0% no-repeat padding-box;
}
.faux-underline4 {
    background: transparent linear-gradient(270deg, #6CDDF8 0%, #AC19E2 100%) 0% 0% no-repeat padding-box;
}
.faux-underline5 {
    background: transparent linear-gradient(270deg, #F2CF0E 0%, #E244E8 100%) 0% 0% no-repeat padding-box;
}
.faux-underline6 {
    background: transparent linear-gradient(270deg, #81EFA7 0%, #43D4D9 100%) 0% 0% no-repeat padding-box;
}
.fifth-box-p {
    margin-top: 20px;
    font-size: 18px;
    color: #666666;
    letter-spacing: .18px;
}
.fifth-section .btn-o {
    margin-top: 40px;
    font-size: 17px;
}
.fifth-section .contact-sales-normal {
    margin-top: 45px;
    cursor: pointer;
    font-size: 20px;
}
.fifth-section .contact-sales-normal:hover {
    color: #f2880c;
}
.contact-sales-normal span {
    font-size: 14px;
    margin-left: 2px;
}
.more-bot-space {
    margin-bottom: 60px;
}


@media only screen and (max-width: 1050px) {
    .fifth-section-container {
        width: 95%;
        margin: auto;
    }
}

@media only screen and (max-width: 800px) {
    .fifth-section {
        border: none;
    }
    .fifth-section-bottom {
        border: none;
    }
    .fifth-section-box {
        width: 100%;
        max-width: 300px;
        float: none;
        clear: left;
        display: block;
        margin: auto;
        margin-bottom: 70px;
        border: none;
        padding: 0px;
    }
    .fifth-section-box3 {
        margin-bottom: 0px;
    }
    .fifth-section .btn-o {
        margin-top: 10px;
    }
    .fifth-section .contact-sales-normal {
        margin-top: 20px;
    }
}
@media only screen and (max-width: 500px) {
    /*.fifth-section, .fifth-section-bottom {
        width: 90%; 
    }*/
    .fifth-box-content img {
        width: 70px;
    }
    .fifth-box-title {
        font-size: 20px;
    }
}
@media only screen and (max-width: 400px) {
    .fifth-section-box {
       width: 95%;
    }
}

/** End Fifth section **/














/** Sixth section **/
.sixth-section {
    position: relative;
    background: transparent linear-gradient(180deg, #F6F6F6 0%, #F4F9FC 100%) 0% 0% no-repeat padding-box;
    overflow: hidden;
}
.sixth-section-container {
    position: relative;
    max-width: 1000px;
    width: 100%;
    margin: auto;
    margin-top: 60px;
    height: 400px;
}
.semi-circle-bg {
    position: absolute;
    top: 300px;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 300px;
    width: 600px;
    border-radius: 500px 500px 0 0;
    /* background-color: green; */
    border: 3px solid #ddd;
    border-bottom: 0px;
}
.semi-circle-bg img {
    width: 100px;
}
.arc-left-img {
    position: absolute;
    top: 50px;
    left: 25px;
}
.arc-center-img {
    position: absolute;
    top: -50px;
    left: 250px;
}
.arc-right-img {
    position: absolute;
    top: 50px;
    left: 475px;
}
.arc-out-img {
    position: absolute;
    top: 450px;
    left: -200px;
}
.arc-box {
    position: absolute;
    top: 50px;
    left: 0px;
    width: 300px;
    margin-left: 150px;
    height: 200px;
    text-align: center;
}
.arc-box-title {
    font-size: 18px;
    color: #444;
    margin-top: 20px;
    margin-bottom: 10px;
}
.arc-box .div-p {
    font-size: 14px;
    margin-bottom: 10px;
    line-height: normal;
}
.arc-arrow-left {
    position: absolute;
    /*left: 100px;*/
    left: 10%;
    top: 250px;
    cursor: pointer;
}
.arc-arrow-right {
    position: absolute;
    /*left: 860px;*/
    left: 87%;
    top: 250px;
    cursor: pointer;
}
.sixth-section .div-h2 {
    margin-top: 60px;
}

.sixth-section .second-sub-message {
    margin-bottom: 40px;
}
.sixth-section .solutions-third-section {
    text-align: center;
    padding-top: 0px;
}
.sixth-section .rad-h4 {
    margin-bottom: 20px;
}
.sixth-section .calendly-link {
    background: #F2880C;
    border: none;
    color: #fff;
    font-size: 16px;
    transition: none;
    padding: 10px 14px;
    margin-top: 20px;
    display: inline-block;
    width: auto;
    text-transform: uppercase;
    margin-bottom: 20px;
    border-radius: 8px;
    text-decoration: none;
}
.calendly-link:hover {
    background: transparent linear-gradient(180deg, #F2B223 0%, #F28823 100%) 0% 0% no-repeat padding-box;
}

@media only screen and (max-width: 1050px) {
    .sixth-section-container {
        width: 95%;
        margin: auto;
    }
}
@media only screen and (max-width: 900px) {    
    .arc-arrow-left {
        left: 5%;
    }
    .arc-arrow-right {
        left: 91%;
    }
}
@media only screen and (max-width: 800px) {    
    .arc-arrow-left {
        left: 2%;
    }
    .arc-arrow-right {
        left: 94%;
    }
}
@media only screen and (max-width: 750px) {    
    .arc-arrow-left {
        top: 100px;
        left: 20%;
    }
    .arc-arrow-right {
        top: 100px;
        left: 75%;
    }
}
@media only screen and (max-width: 600px) { 
    .arc-arrow-left {
        left: 19%;
    }
}
@media only screen and (max-width: 500px) {    
    .arc-arrow-left {
        top: 90px;
        left: 17%;
    }
    .arc-arrow-right {
        top: 90px;
    }
}
@media only screen and (max-width: 450px) {    
    .sixth-section-container {
        height: 450px;
    }
    .semi-circle-bg {
        top: 350px;
    }
    .arc-arrow-left {
        top: 110px;
    }
    .arc-arrow-right {
        top: 110px;
    }
}

/** End Sixth section **/
  

/** Seventh section **/
.seventh-section {
    position: relative;
    background: #fff;
}
.seventh-section-container {
    max-width: 1000px;
    width: 100%;
    margin: auto;
    padding-top: 80px;
    padding-bottom: 70px;
    border-left: 2px solid #ececec;
    border-right: 2px solid #ececec;
}
.seventh-section-box {
    margin-left: 4%;
}
.no-center-margin {
    text-align: left;
    margin-left: 0px;
    max-width: none;
}
.seventh-sub-message {
    font-size: 16px;
    color: #666;
    margin-top: 20px;
    margin-bottom: 60px;
    line-height: 1.5em;
}
@media only screen and (max-width: 1050px) {
    .seventh-section-container {
        width: 95%;
        margin: auto;
    }
}
/** End seventh 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 ############################################################### */

/* Repeated content */
.title-img-p {
    text-align: center;
}
.title-img-p img {
    width: 80px;
}
.title-img-p-h {
    font-size: 24px;
    color: #0B618B;
    margin-top: 25px;
    font-weight: 500;
    text-transform: uppercase;
}
.title-img-p-paragraph {
    color: #444444;
    font-size: 18px;
    width: 90%;
    max-width: 600px;
    text-align: left;
    margin: auto;
    line-height: 1.5em;
    margin-top: 15px;
}

@media only screen and (max-width:400px) {
    .title-img-p-h {
        font-size: 22px;
    }
}

/* For whole page */
@media only screen and (max-width: 450px) {
    body {
        overflow-x: hidden !important;
    }
}


@keyframes spin {
    from {
        transform:rotate(360deg);
    }
    to {
        transform:rotate(0deg);
    }
}