.sidul {
    list-style: none;
    width: 100%;
    margin-left: 0
}

#frmContact {
    border-top: #f0f0f0 2px solid;
    background: #faf8f8;
    padding: 10px;
    width: 60%;
    margin: 0 auto;
    margin-top: -79px;
    height: 678px!important
}

p.Error {
    margin-top: -19px!important;
    margin-bottom: 9px!important;
    border: 1px solid red;
    color: red!important;
    text-align: center
}

#frmContact div {
    margin-bottom: 0
}

#frmContact div label {
    margin-left: 5px
}

.demoInputBox {
    padding: 10px;
    border: #f0f0f0 1px solid;
    border-radius: 4px
}

.error {
    background-color: #f60;
    border: #aa4502 1px solid;
    padding: 5px 10px;
    color: #fff;
    border-radius: 4px
}

.success {
    background-color: #12cc1a;
    border: #0fa015 1px solid;
    padding: 5px 10px;
    color: #fff;
    border-radius: 4px
}

.info {
    font-size: .8em;
    color: #f60;
    letter-spacing: 2px;
    padding-left: 5px
}

.btnAction {
    background-color: #2fc332;
    border: 0;
    padding: 10px 40px;
    color: #fff;
    border: #f0f0f0 1px solid;
    border-radius: 4px
}

.btnRefresh {
    background-color: #fff;
    border: 0;
    padding: 17px 18px;
    float: left;
    background-image: url(../product/Download_demo/cims_trial/reload.png);
    background-repeat: no-repeat;
    margin-left: 19px;
    margin-right: 14px;
    cursor: pointer
}

.btnAction {
    background-color: #023061;
    border: 0;
    padding: 10px 40px;
    color: #fff;
    border: #f0f0f0 1px solid;
    border-radius: 4px
}

select#country {
    width: 94%;
    padding: 10px;
    border: #cccaca 1px solid!important;
    border-radius: 4px;
    background-color: #fff;
    height: 13%
}

p.success {
    margin-top: -19px;
    margin-bottom: 6px
}

textarea#remarks {
    height: 35px;
    width: 88%;
    border: 1px solid #b1b1b1
}

@media screen and (max-width: 600px) {
    #frmContact {
        border-top:#f0f0f0 2px solid;
        background: #faf8f8;
        padding: 10px;
        width: 88%;
        margin: 0 auto;
        margin-top: -68px;
        height: auto!important;
        margin-bottom: 169px !important;
        padding-bottom: 76px
    }

    .close {
        position: absolute;
        right: 0!important;
        top: 15px!important;
        color: #131212;
        font-size: 51px;
        font-weight: 700;
        transition: .3s;
        opacity: 3.2!important
    }
}

.trialCims {
    color: #980e20!important;
    font-size: 14px;
    text-align: center;
    background: 0 0!important
}

#userName {
    width: 90%!important;
    height: 17px
}

#mobile {
    width: 90%!important;
    padding: 8px 7px;
    margin-bottom: 11px;
    height: 17px
}

#userEmail {
    width: 90%!important;
    height: 17px
}

#company {
    width: 90%!important;
    height: 17px
}

.city {
    width: 90%!important;
    height: 17px
}

#postal {
    width: 90%!important;
    height: 17px
}

.captchatril {
    float: left
}

.checktrail {
    width: 34%;
    height: 17px
}

.buttontrail {
    background: #023061;
    border: #f0f0f0 1px solid;
    padding: 10px 40px;
    border-radius: 4px;
    color: #fff
}

.loadtrial {
    display: none;
    text-align: center!important;
    margin-top: -37px;
    margin-left: 39%
}

.loadtrial img {
    width: 24px;
    float: left;
    margin-top: -34px
}

#myImg {
    border-radius: 5px;
    cursor: pointer;
    transition: .3s
}

#myImg:hover {
    opacity: .7
}

.modal {
    display: none;
    margin-left: 0!important;
    z-index: 100000;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: #000;
    background-color: rgba(70,66,66,.45)!important
}

.modal-content {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px
}

.one {
    width: 30%;
    float: left;
    text-align: left
}

.two {
    width: 70%;
    float: left;
    margin-left: -1px
}

#caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px
}

#caption,.modal-content {
    -webkit-animation-name: zoom;
    -webkit-animation-duration: .6s;
    animation-name: zoom;
    animation-duration: .6s
}

@-webkit-keyframes zoom {
    from {
        -webkit-transform: scale(0)
    }

    to {
        -webkit-transform: scale(1)
    }
}

@keyframes zoom {
    from {
        transform: scale(0)
    }

    to {
        transform: scale(1)
    }
}

.clear {
    clear: both
}

.close {
    position: absolute;
    right: 18%;
    top: 7px;
    color: #131212;
    font-size: 51px;
    font-weight: 700;
    transition: .3s;
    opacity: 3.2!important
}

.close:focus,.close:hover {
    color: #bbb;
    text-decoration: none;
    cursor: pointer
}

.three {
    float: right;
    margin-top: -15px
}

@media only screen and (max-width: 700px) {
    .modal-content {
        width:100%
    }
}

.pmodal {
    display: none;
    position: fixed;
    z-index: 100000;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: #000;
    background-color: rgba(0,0,0,.4)
}

.pmodal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%
}

.pclose {
    position: absolute;
    right: 18%;
    top: 7px;
    color: #131212;
    font-size: 51px;
    font-weight: 700;
    transition: all .3s ease 0s;
    opacity: 3.2!important
}

.pclose:focus,.pclose:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer
}

#frmContactP {
    border-top: #f0f0f0 2px solid;
    background: #faf8f8;
    padding: 10px;
    width: 60%;
    margin: 0 auto;
    margin-top: -79px;
    /* height: 730px!important; */
    margin-bottom: 120px
}

p.ErrorP {
    margin-top: -19px!important;
    margin-bottom: 9px!important;
    border: 1px solid red;
    color: red!important;
    text-align: center
}

#frmContactP div {
    margin-bottom: 0
}

#frmContactP div label {
    margin-left: 5px
}

.demoInputBoxP {
    padding: 10px;
    border: #f0f0f0 1px solid;
    border-radius: 4px
}

.errorP {
    background-color: #f60;
    border: #aa4502 1px solid;
    padding: 5px 10px;
    color: #fff;
    border-radius: 4px
}

.successP {
    background-color: #12cc1a;
    border: #0fa015 1px solid;
    padding: 5px 10px;
    color: #fff;
    border-radius: 4px
}

.infoP {
    font-size: .8em;
    color: #f60;
    letter-spacing: 2px;
    padding-left: 5px
}

.btnActionP {
    background-color: #2fc332;
    border: 0;
    padding: 10px 40px;
    color: #fff;
    border: #f0f0f0 1px solid;
    border-radius: 4px
}

.btnRefreshP {
    background-color: #fff;
    border: 0;
    padding: 17px 18px;
    float: left;
    background-image: url(../product/Download_demo/cims_premium/reload.png);
    background-repeat: no-repeat;
    margin-left: 19px;
    margin-right: 14px;
    cursor: pointer
}

.btnActionP {
    background-color: #023061;
    border: 0;
    padding: 10px 40px;
    color: #fff;
    border: #f0f0f0 1px solid;
    border-radius: 4px
}

select#countryP {
    width: 94%;
    padding: 10px;
    border: #cccaca 1px solid!important;
    border-radius: 4px;
    background-color: #fff;
    height: 13%
}

p.successP {
    margin-top: -19px;
    margin-bottom: 6px
}

textarea#remark {
    height: 35px;
    width: 88%;
    border: 1px solid #b1b1b1
}

@media screen and (max-width: 600px) {
    .payDiv {
        width: 84% !important;
    }

    .pAyclose {
        right: 3% !important;
    }

    .video-text span {
        font-size: 13px;
        color: #014296!important;
        text-align: left !important;
        line-height: 20px !important;
        float: left;
        width: 80%;
        padding-top: 13px !important
    }

    img.list-video {
        width: 11% !important;
        padding-right: 7px !important;
        padding-top: 0px !important;
        margin-right: 7px;
        float: left;
        margin-top: -1px
    }

    a.video-text {
        line-height: 24px !important
    }

    .blogUpdates .iconsList li {
        padding-top: .5em
    }

    .span6 p {
        line-height: 27px
    }

    div#content {
        margin-top: -35px
    }

    img.future {
        margin-top: -10%
    }

    #frmContactP {
        border-top: #f0f0f0 2px solid;
        background: #faf8f8;
        padding: 10px;
        width: 92%;
        margin: 0 auto;
        margin-top: -79px;
        height: 875px !important;
        margin-bottom: 325px
    }
}

.cimspremium {
    color: #980e20!important;
    font-size: 14px;
    text-align: center;
    background: 0 0!important
}

#userNameP {
    width: 90%!important;
    height: 17px
}

#mobileP {
    width: 90%!important;
    padding: 8px 7px;
    margin-bottom: 11px;
    height: 17px
}

#userEmailP {
    width: 90%!important;
    height: 17px
}

#companyP {
    width: 90%!important;
    height: 17px
}

#cityP {
    width: 90%!important;
    height: 17px
}

#postalP {
    width: 90%!important;
    height: 17px
}

#captchaP_code {
    float: left
}

#captchaP {
    width: 34%;
    height: 17px
}

.clearpremium {
    background: #023061;
    border: #f0f0f0 1px solid;
    padding: 10px 40px;
    border-radius: 4px;
    color: #fff
}

.load-premim {
    display: none;
    text-align: center!important;
    margin-top: -133px;
    margin-left: 39%
}

.load-premim img {
    width: 24px;
    float: left;
    margin-top: -34px
}

@media only screen and (min-width: 1200px) and (max-width:1900px) {
    .close {
        position:absolute;
        right: 18.5%
    }
}

.coachdesk {
    color: #555!important;
    font-size: medium;
    font-family: Georgia;
    font-style: italic
}

.price-cims {
    font-size: 25px;
    padding-left: 14px;
    color: #0a5c92!important
}

.actcims {
    font-size: 18px;
    padding: 7px
}

.cimspc {
    color: #145177;
    font-weight: 600
}

.videocims {
    text-align: left!important;
    margin-left: 0px;
    color: #043756!important;
    font-size: 15px !important;
    padding-left: 0px !important
}

.pvideocims {
    border-bottom: 1px solid #1379b9;
    margin-top: -31px;
    margin-bottom: 10px
}

a.video-text {
    text-decoration: none!important
}

img.list-video {
    width: 6%;
    padding-right: 7px;
    padding-top: 1px;
    float: left
}

.media,.media .media {
    margin-top: -19px!important
}

.blogUpdates .iconsList li,.blogUpdates .media {
    border: none!important
}

div#caption {
    visibility: hidden
}

.text-cims {
    padding-bottom: 40px
}

.video-text span {
    font-size: 15px;
    color: #014296!important;
    text-align: left !important;
    line-height: 20px !important;
    float: left;
    width: 80%;
    padding-top: 20px
}

@media screen and (min-width: 480px) and (max-width:767px) {
    a#gotowritereview img {
        width:13% !important
    }

    a#aboutlink img {
        width: 13% !important
    }

    img.cims-box {
        width: 18% !important;
        margin-top: 3px !important;
        margin-left: 6px !important
    }

    img#myImg {
        width: 50%
    }

    .img-premium {
        width: 47%
    }

    img.tackimg {
        width: 50%
    }

    .accordion-heading {
        text-align: left !important
    }

    ul.iconsList {
        text-align: left !important
    }

    #frmContact {
        border-top: #f0f0f0 2px solid;
        background: #faf8f8;
        padding: 10px;
        width: 89% !important;
        margin: 0 auto;
        margin-top: -41px !important;
        height: 755px !important
    }

    #mobile {
        margin-left: -29px !important
    }

    .close {
        right: 2% !important;
        top: 11%
    }

    #frmContactP {
        border-top: #f0f0f0 2px solid;
        background: #faf8f8;
        padding: 10px;
        width: 89% !important;
        margin: 0 auto;
        margin-top: -41px !important;
        height: 734px !important;
        margin-bottom: 156px !important
    }

    span.pclose {
        right: 2% !important;
        top: 11%
    }
}

p.headone {
    font-size: 1.15em;
    color: #fff;
    text-shadow: 1px 1px 0 rgba(0,0,0,.2);
    line-height: 1.25em;
    margin-bottom: .392em;
    font-weight: 800;
    font-style: normal;
    text-transform: uppercase
}

a.buyImgC {
    background: #1d8e08;
    font-weight: normal;
    padding: 7px 11px 9px 11px;
    border-radius: 4px;
    color: white;
    text-align: center;
    text-decoration: unset;
    box-shadow: 2px 1px 3px 1px #b1abab;
}

a.buyImgC:hover {
    background: #156705;
}

.pAymodal {
    display: none;
    position: fixed;
    z-index: 100000;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: #000;
    background-color: rgba(0,0,0,.4);
    cursor: pointer;
}

.pAyclose {
    position: absolute;
    right: 30%;
    top: 30px;
    color: #131212;
    font-size: 51px;
    font-weight: 700;
    transition: all .3s ease 0s;
    opacity: 3.2!important;
    cursor: pointer;
}

.payDiv {
    border-top: #f0f0f0 2px solid;
    background: #faf8f8;
    padding: 10px;
    width: 37%;
    margin: 0 auto;
    margin-top: -55px;
}

img#myPayBtn {
    cursor: pointer;
}

img#myPayBtn {
    margin-left: 1%;
}

p.bounceOffer {
    font-size: 21px;
    margin-top: -4%;
    margin-bottom: 14px;
    font-weight: bold;
    text-align: center;
    font-family: system-ui;
    color: #1d9108;
}

img#myImg {
    display: none;
}

.playYoutube {
    height: 350px;
    margin-bottom: 0%;
    margin-top: 21px;
}

.playYoutube iframe {
    width: 96%;
    height: 96%;
    margin-left: 8px;
}

.icon-right-open {
    font-size: 17px !important;
    font-weight: bold;
}

.newsList span {
    font-weight: bold;
    color: #d91d95;
    font-size: 13px;
}

.newsList li {
    font-size: 13px;
    line-height: 24px;
}

li.media {
    padding-top: 7px;
}

.selectLocation {
    width: 93%;
    padding: 10px;
    border: #cccaca 1px solid !important;
    border-radius: 4px;
    background-color: #fff;
    height: 13%;
}
