@media (max-width: 767px) {
    .movecoachMenuBarWeb {
        display: block;
        z-index: 10000000;
        width: 0px;
        height: calc(100% - 90px);
        position: fixed;
        top: 90px;
        left: 0;
        background-image: linear-gradient(-0deg, #0268B3 0%, #043DA3 100%);
        color: #ffffff;
        font-size: 18px;
        text-align: center;
        transition: 0.5s;
        overflow: hidden;
    }
    .movecoachMenuBarRealWeb{
        display:none;
    }
    .movecoachMainSection {
        top: 90px;
        left: 0;
        position: absolute;
        height: calc(100% - 90px);
        width: 100%;
        overflow-x: hidden;
    }
    .movecoachMenuBarMobile {
        display: none;
    }
    .movecoachMenuHeaderMobile {
        display: block;
        position: fixed;
        z-index: 100000000;
        top: 0;
        left: 0;
        width: 100%;
        height: 90px;
        color: #ffffff;
        text-align: center;
        background-image: linear-gradient(-0deg, #0268B3 0%, #043DA3 100%);
        box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.50);
    }
    .mobileMenuHide {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(80, 57, 64, 0.74);
        z-index: 9999999;
        display: none;
    }
    .menuMovecoachLogo {
        display: none;
    }
    .movecoachFooterDemoTable {
        width: 90%;
        border-collapse: collapse;
        -webkit-border-vertical-spacing: 0px;
        display: flex;
    }
    .movecoachFooterTableLinkWeb {
        display: none;
    }
    .movecoachFooterTableLinkMobile {
        display: block;
    }

    .ourStoryWeb{
        display:none;
    }

    .ourStoryMobile{
        display:block;
        text-align:center;
        position:relative;
        padding:20px 20px 20px 20px;
    }
    .companyFullWeb{
        display:none;
    }
    .companyFullMobile{
        display:block;
    }
    .companyImageSelected{
        overflow: hidden;
        border-radius: 50%;
        border:1px solid white !important;
        -webkit-box-shadow: 5px 5px 50px 5px rgba(86,154,199,0.75);
        -moz-box-shadow: 5px 5px 50px 5px rgba(86,154,199,0.75);
        box-shadow: 5px 5px 50px 5px rgba(86,154,199,0.75);
    }
    .companyNames{
        border-right:none;
        cursor:pointer;
    }
    .companySelected{
        color:#0269b3 !important;
    }
    .companyImage{
        overflow: hidden;
        border-radius: 50%;
        border:1px solid #777;
        max-width:175px;
    }
    .companyName{
        padding-top:30px;
        font-size:20px;
        line-height:24px;
        font-weight:600;
        color:#666;
    }
    .companyTitle{
        font-size:20px;
        line-height:24px;
        font-weight:300;
        color:#666;
    }
    .companyResponseHeader{
        font-size:30px;
        line-height:36px;
        font-weight:bold;
        color:#666;
        padding-bottom:25px;
    }
    .companyResponseText{
        font-size:20px;
        line-height:24px;
        font-weight:300;
        color:#666;
        padding-bottom:30px;
        border-bottom:1px solid #9b9b9b;
    }

    .companyResponseTextBigger{
        font-size:24px;
        line-height:30px;
        font-weight:300;
        color:#9B9B9B;
        padding-bottom:20px;
    }
}

@media (max-width: 1138px) and (min-width: 768px) { /*979*/
    .movecoachMenuBarWeb {
        display: block;
        z-index: 10000000;
        width: 0px;
        height: calc(100% - 90px);
        position: fixed;
        top: 90px;
        left: 0;
        background-image: linear-gradient(-0deg, #0268B3 0%, #043DA3 100%);
        color: #ffffff;
        font-size: 18px;
        text-align: center;
        transition: 0.5s;
        overflow: hidden;
    }
    .movecoachMenuBarRealWeb{
        display:none;
    }
    .movecoachMainSection {
        top: 90px;
        left: 0;
        position: absolute;
        height: calc(100% - 90px);
        width: 100%;
        overflow-x: hidden;
    }
    .movecoachMenuBarMobile {
        display: none;
    }
    .movecoachMenuHeaderMobile {
        display: block;
        position: fixed;
        z-index: 100000000;
        top: 0;
        left: 0;
        width: 100%;
        height: 90px;
        color: #ffffff;
        text-align: center;
        background-image: linear-gradient(-0deg, #0268B3 0%, #043DA3 100%);
        box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.50);
    }
    .mobileMenuHide {
        position: fixed;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background-color: rgba(80, 57, 64, 0.74);
        z-index: 9999999;
        display: none;
    }
    .menuMovecoachLogo {
        display: none;
    }
    .movecoachFooterDemoTable {
        width: 90%;
        border-collapse: collapse;
        -webkit-border-vertical-spacing: 0px;
        display: flex;
    }
    .movecoachFooterTableLinkWeb {
        display: block;
    }
    .movecoachFooterTableLinkMobile {
        display: none;
    }

    .ourStoryWeb{
        text-align:center;
        position:relative;
        display:inline-block;
        padding:50px 50px 50px 50px;
    }

    .ourStoryMobile{
        display:none;
    }
    .companyFullWeb{
        display:block;
    }
    .companyFullMobile{
        display:none;
    }
    .companyImageSelected{
        overflow: hidden;
        border-radius: 50%;
        border:1px solid white !important;
        -webkit-box-shadow: 5px 5px 50px 5px rgba(86,154,199,0.75);
        -moz-box-shadow: 5px 5px 50px 5px rgba(86,154,199,0.75);
        box-shadow: 5px 5px 50px 5px rgba(86,154,199,0.75);
    }
    .companyNames{
        border-right:1px solid #666;
        cursor:pointer;
    }
    .companySelected{
        color:#0269b3 !important;
    }
    .companyImage{
        overflow: hidden;
        border-radius: 50%;
        border:1px solid #777;
        max-width:175px;
    }
    .companyName{
        padding-top:30px;
        font-size:20px;
        line-height:24px;
        font-weight:600;
        color:#666;
    }
    .companyTitle{
        font-size:20px;
        line-height:24px;
        font-weight:300;
        color:#666;
    }
    .companyResponseHeader{
        font-size:30px;
        line-height:36px;
        font-weight:bold;
        color:#666;
        padding-bottom:25px;
    }
    .companyResponseText{
        font-size:20px;
        line-height:24px;
        font-weight:300;
        color:#666;
    }

    .companyResponseTextBigger{
        font-size:24px;
        line-height:30px;
        font-weight:300;
        color:#9B9B9B;
        padding-bottom:20px;
    }
}

@media (min-width: 1139px) { /*980*/
    .movecoachMenuBarWeb {
        display: none;
    }
    .movecoachMenuBarRealWeb{
        display:block;
        background-image: linear-gradient(-0deg, #0268B3 0%, #043DA3 100%);
        width:100%;
    }
    .movecoachMainSection {
        width: 100%;
        overflow-x: hidden;
    }
    .movecoachMenuBarMobile {
        display: none;
    }
    .movecoachMenuHeaderMobile {
        display: none;
    }
    .mobileMenuHide {
        display: none !important;
    }
    .mobileMenuHide {
        display: none;
    }
    .menuMovecoachLogo {
        display: table-cell;
    }
    .movecoachFooterDemoTable {
        width: 90%;
        border-collapse: collapse;
        -webkit-border-vertical-spacing: 0px;
    }
    .movecoachFooterDemoTable td {
        width: 50%;
    }
    .movecoachFooterTableLinkWeb {
        display: block;
    }
    .movecoachFooterTableLinkMobile {
        display: none;
    }

    .ourStoryWeb{
        text-align:center;
        position:relative;
        display:inline-block;
        padding:50px 50px 50px 50px;
    }

    .ourStoryMobile{
        display:none;
    }

    .companyFullWeb{
        display:block;
    }
    .companyFullMobile{
        display:none;
    }
    .companyImageSelected{
        overflow: hidden;
        border-radius: 50%;
        border:1px solid white !important;
        -webkit-box-shadow: 5px 5px 50px 5px rgba(86,154,199,0.75);
        -moz-box-shadow: 5px 5px 50px 5px rgba(86,154,199,0.75);
        box-shadow: 5px 5px 50px 5px rgba(86,154,199,0.75);
    }
    .companyNames{
        border-right:1px solid #666;
        cursor:pointer;
    }
    .companySelected{
        color:#0269b3 !important;
    }
    .companyImage{
        overflow: hidden;
        border-radius: 50%;
        border:1px solid #777;
        max-width:175px;
    }
    .companyName{
        padding-top:30px;
        font-size:20px;
        line-height:24px;
        font-weight:600;
        color:#666;
    }
    .companyTitle{
        font-size:20px;
        line-height:24px;
        font-weight:300;
        color:#666;
    }
    .companyResponseHeader{
        font-size:30px;
        line-height:36px;
        font-weight:bold;
        color:#666;
        padding-bottom:25px;
    }
    .companyResponseText{
        font-size:20px;
        line-height:24px;
        font-weight:300;
        color:#666;
    }

    .companyResponseTextBigger{
        font-size:24px;
        line-height:30px;
        font-weight:300;
        color:#9B9B9B;
        padding-bottom:20px;
    }
}

.movecoachFooterDemo {
    height: 300px;
    background: #606060;
    color: #ffffff;
    margin-top: -1px;
    position: relative;
    z-index: 10000 !important;
}
.movecoachMenuLink {
    color: #ffffff !important;
    font-size: 18px;
    cursor: pointer;
    text-decoration: none;
    font-weight: 300;
}
.movecoachMenuLink:hover {
    color: #FF8300 !important;
    font-weight: 400;
    font-size: 18px;
    cursor: pointer;
    text-decoration: none;
}
.movecoachMenuButton {
    border: 1px solid #FFFFFF;
    border-radius: 25px;
    width: 233px;
    color: #ffffff;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    padding-top: 18px;
    padding-bottom: 17px;
    cursor: pointer;
    text-decoration: none;
}
.movecoachFooterLogo {
    color: #ffffff !important;
    font-size: 48px;
    cursor: pointer;
    font-weight: 300;
    padding-left: 10px;
    padding-right: 10px;
    text-decoration: none;
}
.movecoachFooterLink {
    color: #ffffff !important;
    font-size: 20px;
    cursor: pointer;
    text-decoration: none;
    font-weight: 300;
}
.movecoachFooterLink:hover {
    color: #ffffff !important;
    font-size: 20px;
    cursor: pointer;
    text-decoration: none;
    font-weight: 400;
}
.equalWidthTableCell {
    width: 20%;
}
.equalWidthTableCell1 {
    width:16.66%;
}
input[type=text].productInputFields::placeholder {
    color: #0093FF !important;
}
.baseSubPageDiv{
    position:relative;width:100%;
}
.whiteBackground{
    background-color:white;
}
.lightBlueBackground{
    background-color:#1495E8;
}
a{
    text-decoration:none;
}
.clientsCustomerImage{
    max-width:175px;
    max-height:100px;
}
.menuItemSelected{
    font-weight:bold;
    color:#FF8300 !important;
}

.companyResponses{
    display:none;
}

.privacyTitleSelected{
    font-weight:600 !important;
    color:#333 !important;
}
.privacyTitle{
    font-weight:400;
    color:#666;
    font-size:24px;
    cursor:pointer;
}

.privacyBody{
    font-size:14px;
    max-width:1000px;
    margin-left:auto;
    margin-right:auto;
    padding-left:20px;
    padding-right:20px;
    padding-bottom:30px;
}