.downloadSoftware {
    padding: 50px 0;
}

    .downloadSoftware *, .downloadSoftware *::before, .downloadSoftware *::after, .accountMain *, .accountMain *::before, .accountMain *::after {
        box-sizing: border-box;
    }

.downloadSoftware-content {
    width: 90%;
    max-width: 768px;
    margin: 0 auto;
}

.downloadSoftware-content-title {
    text-align: center;
    margin: 0 auto;
    max-width: 648px;
}

    .downloadSoftware-content-title h1 {
        line-height: normal;
        margin: 0 0 5px;
    }

    .downloadSoftware-content-title h3 {
        margin: 0 0 25px;
    }
/*******************************************************************/
.downloadSoftware_short {
    display: flex;
    align-items: center;
    background-color: #fff;
    border: 1px solid #dedede;
}

.downloadSoftware-wrap {
    padding: 25px 0;
    position: relative;
}

.downloadSoftware_heading h2 {
    margin: 0;
    font-size: 2.5rem;
}

.downloadSoftware_short label, .select-selected {
    line-height: 38px;
    padding: 16px;
}

.downloadSoftware_short label {
    margin: 0;
    padding: 5px 15px;
    font-size: 1.8rem;
    color: #fff;
    background-color: #d0343a;
    white-space: nowrap;
    cursor: inherit
}

.downloadSoftware_select {
    position: relative;
    height: auto;
    padding: 0px;
    text-align: left;
    width: 100%;
    background-color: #fff;
}

    .downloadSoftware_select select {
        display: none;
    }

.select-selected {
    position: relative;
    background-color: transparent;
    color: rgba(0, 0, 0, 0.8) !important;
    padding: 5px 15px;
    display: flex;
    align-items: center;
}

    .select-selected:after {
        content: "";
        display: inline-block;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        visibility: visible;
        background-color: #d0343a;
        z-index: 1;
        width: 50px;
        height: auto;
    }

    .select-selected:before {
        content: "\f0d8";
        position: absolute;
        top: 50%;
        transform: rotate(180deg)translateY(-50%);
        right: 18px;
        font-family: 'FontAwesome';
        transform-origin: center;
        transition: .3s ease-in-out;
        line-height: 0;
        z-index: 2;
        color: #fff;
    }

    .select-selected.select-arrow-active:before {
        transform: rotate(0deg)translateY(-50%);
    }

.select-items div, .select-selected {
    cursor: pointer;
}

.select-items {
    position: absolute;
    background-color: #fff;
    top: calc(100% - 1px);
    left: 0;
    right: 0;
    z-index: 99;
    opacity: 1;
    transition: .3s ease-in-out;
    border: 1px solid #ccc;
    border-bottom: none;
    background: #fafafa;
}

    .select-items div {
        padding: 5px 15px;
    }

.select-hide {
    opacity: 0;
    top: 110%;
    visibility: hidden;
}

.select-selected.select-arrow-active + .select-items {
    box-shadow: 2px 2px 4px rgb(0 0 0 / 15%);
    overflow-y: auto;
    max-height: 410px;
    background-color: #fff;
    border-radius: 0 0 5px 5px;
}

.downloadSoftware-search-list-items {
    padding: 25px 0 0;
}

    .downloadSoftware-search-list-items article {
        transition: all 0.3s ease-in-out 0s;
        margin: 0 0 25px;
    }

        .downloadSoftware-search-list-items article:last-of-type {
            margin: 0;
        }

    .downloadSoftware-search-list-items a {
        display: block;
        margin: 0 0 15px;
        padding: 15px;
        border: 1px solid #dedede;
        background-color: #fff;
        box-shadow: 2px 2px 10px #00000014;
    }

        .downloadSoftware-search-list-items a:last-of-type {
            margin: 0;
        }

        .downloadSoftware-search-list-items a div {
            display: flex;
            align-items: center;
            flex-wrap: wrap;
        }

        .downloadSoftware-search-list-items a h4 {
            border-bottom: 1px solid #dedede;
            margin: 0 0 15px;
            font-weight: 500;
            font-size: 18px;
            padding-bottom: 10px;
        }

    .downloadSoftware-search-list-items .category {
        display: inline-block;
        padding: 8px 16px 8px 16px;
        color: #fff;
        border-bottom: none;
        margin: 0;
        background-color: #333;
        font-weight: 500;
        font-size: 16px;
        margin: 0 0 12px;
    }

    .downloadSoftware-search-list-items a strong {
        display: inline-block;
        font-weight: 300;
    }

    .downloadSoftware-search-list-items a p {
        line-height: 1;
        margin: 0 auto 0 0;
    }

        .downloadSoftware-search-list-items a p span {
            display: block;
            margin: 5px 0;
        }

    .downloadSoftware-search-list-items a span.links {
        display: inline-block;
        color: #d0343a;
        background-color: #fff;
        padding: 15px;
        line-height: 1;
        border: 1px solid #d0343a;
        font-weight: 300;
        text-align: center;
    }

        .downloadSoftware-search-list-items a span.links:before {
            content: "\f019";
            font-family: 'FontAwesome';
            margin-right: 6px;
        }
/****************************************************************/
.downloadSoftware-login {
    padding: 25px;
    border: 1px solid #dedede;
    background-color: #fff;
    margin: 0 auto;
    width: 90%;
    max-width: 640px;
    text-align: center;
    box-shadow: 2px 2px 10px #00000014;
}


.downloadSoftware-login-small {
    max-width: 320px;
}

.downloadSoftware-login .input {
    display: block;
    width: 100%;
    padding: .75rem 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    overflow: visible;
    margin: 15px 0;
}

.downloadSoftware-login .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
}

.redBtn {
    display: inline-block;
    font-weight: 400;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    width: 100%;
    padding: 10px 25px;
    background-color: #d0343a;
    line-height: 1.5;
    transition: .2s ease-in-out;
    border: 1px solid #d0343a;
    margin: 0 auto 10px;
}

.downloadSoftware-login button {
    display: inline-block;
    font-weight: 400;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    width: 100%;
    padding: 10px 25px;
    background-color: #d0343a;
    line-height: 1.5;
    transition: .2s ease-in-out;
    border: 1px solid #d0343a;
    margin: 0 auto 10px;
}

    .downloadSoftware-login button.CreateAnAccount {
        color: #d0343a;
        background-color: #fff;
    }


    .CreateAnAccount {
        color: #d0343a;
        background-color: #fff;
    }

.downloadSoftware-login label {
    font-size: 1.6rem;
}

.downloadSoftware-login .loginBtn {
    margin: 15px auto;
}

.downloadSoftware-login .ForgotPassword {
    color: #d0343a;
    display: inline-block;
    font-weight: 400;
}

.form-checkBox input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}

.form-checkBox label {
    position: relative;
    cursor: pointer;
    margin: 0;
}

    .form-checkBox label:before {
        content: '';
        -webkit-appearance: none;
        background-color: transparent;
        border: 1px solid #333;
        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
        padding: 8px;
        display: inline-block;
        position: relative;
        vertical-align: middle;
        cursor: pointer;
        margin: -5px 5px 0 5px;
    }

.form-checkBox input:checked + label:after {
    content: '';
    display: block;
    position: absolute;
    top: 4px;
    left: 11px;
    width: 4px;
    height: 10px;
    border: solid #d0343a;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
/*******************************************************************/
.accountMain {
    padding: 25px 0;
}

    .accountMain h1 {
        font-weight: 500;
    }

    .accountMain .MyName {
        margin: 0;
        line-height: normal;
        padding: 10px 0 0;
    }

.account-content {
    width: 90%;
    max-width: 1180px;
    margin: 0 auto;
}

.accountBox {
}

    .accountBox aside {
        width: 100%;
        position: relative;
    }

.asideBox {
    background-color: #fff;
    padding-bottom: 20px;
}

.profileWrapBox {
    /*border: 1px solid #f5f5f5;*/
    padding: 10px;
    /*	    box-shadow: 2px 4px 12px #00000014;*/
}

.accountBox aside img {
    width: 100%;
    height: auto;
}

.accountBox section {
}

ul.accountTabs {
    list-style: none;
    padding: 0;
    position: relative;
    overflow: hidden;
    margin: 0;
    width: 100%;
    background-color: #fff;
}

    ul.accountTabs li {
    }

        ul.accountTabs li a {
            line-height: normal;
            font-size: 1.8rem;
            color: #888;
            font-weight: 500;
            display: block;
            letter-spacing: 0;
            outline: none;
            text-decoration: none;
            position: relative;
            padding: 0 15px;
        }

            ul.accountTabs li a span {
                display: block;
                padding: 10px 0;
                border-bottom: 1px solid #dedede;
            }

                ul.accountTabs li a span i {
                    margin-right: 5px;
                }

        ul.accountTabs li:first-of-type a span {
            border-top: 1px solid #dedede;
        }

        ul.accountTabs li:last-of-type a span {
            border-bottom: none;
        }
        /*
ul.accountTabs li a:after {
    content: "\f054";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
    font-family: 'FontAwesome';
    opacity: 0;
    display: none;
}
*/
        ul.accountTabs li.current a {
            color: #d0343a;
            background-color: transparent;
            pointer-events: none;
        }

.profileWrap {
    padding: 15px 15px 0;
    margin: 0 auto 10px;
    max-width: 480px;
}

.accountTab_content .tabs_item {
    display: none;
}

    .accountTab_content .tabs_item h4 {
        font-weight: bold;
        color: blue;
        font-size: 20px;
    }

.accountTab_content h3 {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin: 0 0 25px;
    color: #333;
    font-weight: 500;
    line-height: 1;
}

    .accountTab_content h3 i {
        margin-right: 5px;
    }

.accountTab_content .tabs_item:first-child {
    display: block;
}

.changePassword {
    text-align: center;
    display: block;
    margin: 0;
    font-size: 1.5rem;
    border: 1px solid #ccc;
    padding: 10px 15px;
    line-height: normal;
}

.accountMain h1 {
    display: flex;
    align-items: center;
    margin: 0 0 20px;
}

    .accountMain h1 span {
        display: flex;
        margin-right: auto;
    }

dl.cards dt {
    max-width: 200px;
}

.cards, dl.cards dd {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
}

    .cards, dl.cards dd .pullCenter {
        width: 100%;
    }

        dl.cards dd .pullCenter p {
            line-height: normal;
            margin: 0 auto 15px;
        }

        dl.cards dd .pullCenter a {
            text-align: center;
            width: 100%;
            max-width: 200px;
            display: inline-block;
            padding: 10px 15px;
            line-height: 1;
            color: #d0343a;
            border: 1px solid #d0343a;
            margin: 5px 5px 5px 0;
            font-weight: 400;
            transition: .3s ease-in-out;
        }

            dl.cards dd .pullCenter a:last-of-type {
                margin-right: 0;
            }

            dl.cards dd .pullCenter a i {
                vertical-align: inherit;
            }

    dl.cards dd .pullRight {
        white-space: nowrap;
        font-weight: 400;
        padding-top: 10px;
    }

dl.cards {
    background: #fff;
    box-shadow: 0 0 4px #e6e6e6;
    margin: 15px auto;
    overflow: hidden;
    position: relative;
    padding: 20px;
    border: 1px solid #e6e6e6;
}

.Product-name, .accountBox section strong {
    font-size: 2rem;
    font-weight: 500;
    line-height: normal;
}

ul.checkforms {
    border-bottom: 1px solid #dedede;
    padding: 10px 0;
}

    ul.checkforms:last-of-type {
        border-bottom: none;
        padding: 10px 0 0;
    }

.checkforms li {
    border-bottom: none;
    width: 100%;
    position: relative;
    padding: 0 0 0 20px;
}

.checkitem-name::before {
    content: "";
    font-family: "Ionicons";
    position: absolute;
    top: 0;
    left: 0;
}

.accountMain .profile label {
    font-weight: 400;
}

.accountMain .profile input {
    width: 100%;
    font-size: 1.3rem;
    line-height: 28px;
    height: 28px;
    position: relative;
    overflow: hidden;
    border: 1px solid #c3c3c3;
    padding: 10px;
}

.accountMain .profile input, .accountMain .profile div.selector span {
    color: #0067a0;
    font-weight: 400;
}

.accountMain .profile div.selector {
    margin: 0 !important;
    width: 100%;
}

    .accountMain .profile div.selector select {
        width: 100%;
        height: 28px;
        border: 1px solid #c3c3c3 !important;
        border-width: 1px !important;
    }

.accountMain .profile .cards {
    display: block;
    background: #fff;
    box-shadow: 0 0 4px #e6e6e6;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    padding: 25px;
    border: 1px solid #e6e6e6;
}

.profile ul.forms {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: 0 -10px;
}

    .profile ul.forms li {
        padding: 5px 10px;
        width: 100%;
    }

.profile .RegisterBox {
    margin: 10px 0 0;
}

.profile .Form-title {
    margin: 0;
    font-weight: 400;
    cursor: pointer;
}

.profile .userfillBar > i {
    border-bottom: none;
}

.profile .btn-agatered.btn-line {
    font-weight: 500;
}

.subscription #divSubscribeButton {
    width: 300px;
    display: flex;
    align-items: center;
}

.subscription .radio-group div.radio {
    height: auto;
}

.subscription label.radio-group {
    width: 50%;
    text-align: center;
    padding: 0;
    line-height: 30px;
}

.subscription .radio-group div.radio span.checked {
    width: 100%;
    top: 0px;
}

.subscription dl.cards dd .pullRight {
    margin: 0 auto;
}

.userfillBox {
    display: block;
}

.accountMain .profile label {
    font-size: 1.3rem;
    line-height: normal;
    margin-bottom: 5px;
}

.toggleButton {
    cursor: pointer;
}

.accountMain .profile #divSubscribeButton label {
    margin: 0;
    padding: 0;
}

.accountMain .profile #divSubscribeButton .radio-group span.txt {
    font-size: 1.5rem;
    padding: 5px 10px;
}

@media (max-width: 768px) {
    .downloadSoftware-login dl dd {
        border-top: 1px solid #dedede;
        padding-top: 25px;
        margin-top: 25px;
    }
}

@media (max-width: 648px) {
    .downloadSoftware_short {
        flex-wrap: wrap;
    }

        .downloadSoftware_short label {
            width: 100%;
        }

    .select-selected:after {
        background-color: transparent;
    }

    .select-selected:before {
        color: #222e31;
        font-size: 2rem
    }
}

@media (max-width: 540px) {
    .downloadSoftware-search-list-items a p {
        width: 100%;
    }

    .downloadSoftware-search-list-items a p {
        margin: 0 0 10px;
    }
}

@media (min-width: 768px) {
    .downloadSoftware-search-list-items a:hover {
        transform: scale(1.02);
    }

    .downloadSoftware-login dl {
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 -25px;
    }

        .downloadSoftware-login dl dt {
            border-right: 1px solid #dedede;
        }

        .downloadSoftware-login dl dt, .downloadSoftware-login dl dd {
            width: 50%;
            padding: 0 25px;
        }

    .downloadSoftware-login-small dl dt {
        width: 100%;
    }

    .downloadSoftware-login button:hover, .downloadSoftware-login button.CreateAnAccount:hover {
        background-color: #f5363d;
        border-color: #f5363d;
    }

    .downloadSoftware-login button.CreateAnAccount:hover {
        color: #fff;
    }
}

@media (min-width: 1180px) {
    .accountMain {
        padding: 50px 0;
    }

    .accountBox {
        display: flex;
    }

    .cards, dl.cards dd {
        flex-wrap: nowrap;
    }

    ul.accountTabs li a:after {
        display: block;
    }

    ul.accountTabs li.current a, ul.accountTabs li.current:hover a {
        color: #fff;
        background-color: #d0343a;
    }

        ul.accountTabs li.current a:after {
            opacity: 1;
        }

    ul.accountTabs li:hover a {
        color: #d0343a;
    }

    .cards, dl.cards dd .pullCenter {
        padding-right: 25px;
        border-right: 1px solid #e6e6e6;
        margin-right: auto;
    }

    .accountBox aside {
        max-width: 250px;
    }

    .accountBox section {
        -ms-flex: 1;
        flex: 1;
        padding-left: 50px;
    }

    dl.cards dd .pullRight {
        padding-left: 25px;
    }

    .profileWrap {
        max-width: none;
    }

    ul.accountTabs li.current a {
        color: #fff;
        background-color: #d0343a;
    }

        ul.accountTabs li.current a span {
            background-color: transparent;
        }

    .profile ul.forms li {
        width: calc(100% /4);
    }

    dl.cards dd .pullCenter a {
        width: auto;
        max-width: none;
        margin: 0 5px 0 0;
    }

    dl.cards dd .pullRight {
        padding-top: 0;
    }

    .subscription dl.cards dd .pullRight {
        margin: 0;
        padding-top: 25px;
    }

    .downloadSoftware-search-list-items a a:hover {
        color: #fff;
        background-color: #d0343a;
    }

    .downloadSoftware-login p a:hover {
        color: #d0343a;
        text-decoration: underline;
    }

    dl.cards dd .pullCenter a:hover {
        color: #fff;
        background-color: #d0343a;
    }

    .accountMain .profile div.selector:hover:active span {
        color: #0067a0;
        font-weight: 400;
    }

    .profileWrap .changePassword:hover {
        color: #fff;
        background-color: #222e31;
    }

    .select-items div:hover {
        background-color: #f5f5f5;
    }
}
/******************************************************************************************/
.dropbtn {
    display: none;
}

@media (max-width: 1180px) {
    .profile * {
        font-size: 1.5rem;
    }

    dl.cards dd .pullCenter a {
        color: #fff;
        background-color: #d0343a;
    }

    .dropdown {
        position: relative;
        display: block;
        max-width: none !important;
    }

    .dropbtn {
        position: relative;
        display: block;
        width: 100% !important;
        padding: 15px !important;
        color: #fff;
        background-color: #222e31 !important;
        text-align: left !important;
        font-size: 100%;
        font-weight: 600 !important;
    }

        .dropbtn:after {
            content: "\f107";
            font-family: 'FontAwesome';
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            right: 5%;
            transition: all 0.3s ease-in-out 0s;
            font-size: 24px;
        }

    .dropdown.open .dropbtn:after {
        transform: translateY(-50%)rotate(-180deg);
    }

    .dropdown-content {
        display: none;
        position: absolute;
        background-color: #fff;
        box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
        z-index: 1;
        width: 100%;
        margin: 0 auto;
    }


    .redBtn:hover {
        background-color: #f5363d;
        border-color: #f5363d;
    }

    .downloadSoftware-login button:hover, .downloadSoftware-login button.CreateAnAccount:hover {
        background-color: #f5363d;
        border-color: #f5363d;
    }


        .dropdown-content button, .dropdown-content button:hover {
            width: 100% !important;
            text-align: left;
            font-size: 100%;
            border: none !important;
            border-radius: 0px !important;
            color: #222 !important;
        }

            .dropdown-content button span {
                font-weight: 600;
            }

            .dropdown-content button.active {
                color: #c22630 !important;
            }
}
