/* Global */
a, button{
    outline: none;
    cursor: pointer;
}

.bg-white{
    background-color: #fff;
}

.download-section-listing {
    padding: 27px 0;
}

/* Download listing page */
.type-download .download-title a, .edd_download h3.edd_download_title a {
    font-size: 16px;
    margin-top: 10px;
}

.et_overlay {
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: hsla(0, 0%, 100%, .9);
    opacity: 0;
    pointer-events: none;
    -webkit-transition: all .3s;
    transition: all .3s;
    border: 1px solid #e5e5e5;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
}

.et_overlay:before {
    color: #2ea3f2;
    content: "\E050";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 32px;
    -webkit-transition: all .4s;
    transition: all .4s;
}

.et_pb_filterable_portfolio_0 .et_overlay:before {
    color: #2ea3f2 !important;
}

.type-download a, .edd_download_image a, .edd_download h3.edd_download_title a {
    display: flex;
    position: relative;
    justify-content: center;
    max-width: 225px;
}

.type-download a:hover span {
    display: block;
    opacity: 1;
    z-index: 1;
}

main#main article, .edd_download {
    flex: 0 0 25%;
    /* margin-right: 4.5%; */
    margin-bottom: 5.5%;
}

.download-section-listing div#tabs > div.main-tabs-content > div {
    display: flex;
    flex-wrap: wrap;
    /* gap: 50px; */
    /* flex-direction: column; */
    flex-direction: row;
}


#tabs ul {
    list-style: none;
    padding: 0;
    margin: 0;
    line-height: 26px;
}

#tabs ul li {
    float: left;
    font-size: 14px;
    line-height: 1em;
}

#tabs ul li button, #tabs ul li a {
    color: #666;
    padding: 10px 20px;
    border: 1px solid #e2e2e2;
    display: flex;
    height: 41px;
    overflow: hidden;
    margin: -1px -1px 0 0;
    background-color: #fff;
    font-size: 14px;
    align-items: center;
}

#tabs ul li button:hover, #tabs ul li a:hover {
    color: #666;
    background-color: #f4f4f4;
}

#tabs ul li button.active, #tabs ul li a.active {
    color: #0075bf;
}

.main-tabs-options {
    clear: both;
    margin: 0 0 40px;
    height: 35px;
}

.main-tabs-content {
    clear: both;
    margin: 0 0 40px;
}

.download-section-listing .pagination, .edd_pagination navigation{
    flex-basis: 100%;
    width: 100%;
    border-top: 1px solid #e2e2e2;
    text-align: end;
}

.download-section-listing .pagination span, .download-section-listing .pagination a {
    padding: 10px 5px;
    display: inline-block;
}

main#main article img.download-thumbnail, .edd_download_image img {
    max-width: 215px;
    min-height: 260px;
    object-fit: cover;
    width: 100%;
}

.single-download-page {
    padding: 50px 0;
}

.d-flex {
    display: flex;
}

.d-flex .col-lt {
    flex-basis: 60%;
}

.d-flex .col-lt:last-child {
    flex-basis: 40%;
}

.download-featured-image {
    text-align: center;
}
.download-slide-section .download-link ,
.single-download-page .download-summary button.edd-submit{
    margin-top: 20px;
    background: transparent;
    color: #0075bf;
    font-size: 24px;
    padding: 10px 20px;
}
.download-slide-section .download-link {
    border: 1px solid #357ebd;
    border-radius: 4px;
    line-height: 1.428571429;
    font-weight: 400;
}
.download-slide-section .download-link:hover {
	color: #fff;
    background: #3276b1;
    border-color: #285e8e;
}

.single-download-page .download-summary span.download-price {
    font-size: 30px;
    display: block;
    margin-top: 5px;
}

.main-content {
    margin-top: 30px;
    border-top: 1px solid #bdbdbd;
    padding-top: 30px;
    font-size: 16px;
    line-height: 28px;
}

.main-content h4 {
    padding-bottom: 20px;
}

.download-files {
    border-top: 1px solid #bdbdbd;
    padding-top: 30px;
    margin-top: 30px;
}

.download-files ul {
    list-style: none;
    padding: 0;
    margin: 0;
}


.download-files ul li a {
    display: block;
    max-width: 100%;
    font-size: 16px;
    padding: 0;
}

.user-dashboard .left {
    background: #01588f;
    flex-basis: 25%;
    min-height: 500px;
}

.user-dashboard .left .tab {
    display: flex;
    flex-direction: column;
}

.user-dashboard .left .tab button.tablinks {
    width: 100%;
    display: block;
    background: transparent;
    border: 0;
    padding: 20px;
    color: #fff;
    text-align: left;
    border-bottom: 1px solid #ffffff52;
    font-size: 14px;
    position: relative;
}

.user-dashboard .right {
    flex-basis: 75%;
}

.user-dashboard .right .tabcontent {
    min-height: 1000px;
    padding: 40px;
}
.user-dashboard .right .tabcontent#tab-profile {
    height: 100%;
}

.user-dashboard .right .tabcontent table th {
    padding: 10px !important;
    background: #01588f !important;
    color: #fff;
    text-align: left;
}

.user-dashboard .right .tabcontent table td {
    padding: 10px !important;
    border: 1px solid #f0f0f0;
}

.user-dashboard .right .tabcontent table {
    margin-top: 20px;
    border: 1px solid #fff;
    width: 100%;
}

.user-dashboard .left .tab button.tablinks.active::after {
    content: "\f0da";
    position: absolute;
    right: 15px;
    font-family: 'FontAwesome';
    font-size: 12px;
    top: 0;
    bottom: 0;
    margin: auto;
    height: fit-content;
}

.user-dashboard .left .tab button.tablinks svg {margin-right: 15px;}


.user-dashboard .left .tab button.tablinks:hover {
    background: #ffffff0a;
}

.user-dashboard .right fieldset {
    padding: 20px 0px 20px;
    /* background: #f5f5f5; */
    display: flex;
    /* flex-direction: column; */
    flex-wrap: wrap;
}

.user-dashboard .right p {
    display: flex;
    flex-direction: column;
    flex-basis: 50%;
}

.user-dashboard .right p label {
    margin-bottom: 10px;
    font-size: 16px;
    color: #0075bf;
}

.user-dashboard .right p input, .user-dashboard .right p select, .user-dashboard .right p textarea {
    padding: 13px;
    border: 1px solid #ccc;
    border-radius: 4px;
    margin: 0px 15px 0 0;
    /* width: 100%; */
}

.user-dashboard .right fieldset legend {
    font-size: 20px;
    display: block;
    /* padding-top: 30px; */
    width: 100%;
    /* border-bottom: 1px solid #ccc; */
    /* padding-bottom: 20px; */
    text-transform: uppercase;
    position: relative;
    background: #0074bd;
    padding: 20px;
    color: #fff;
    flex-basis: 100%;
}

.user-dashboard .right p input[type="submit"] {
    border: 0;
    background: #0074bd;
    color: #fff;
    padding: 18px;
    transition: 200ms linear;
}

.user-dashboard .rightp input[type="submit"]:hover {
    background: #035b93;
}

.user-dashboard .right fieldset legend::after {
    /* content: ""; */
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 0 30px 30px 0;
    border-color: transparent #FF4532 transparent transparent;
    transform: rotate(0deg);
    position: absolute;
    right: 0;
    top: 0;
}

.user-dashboard .right .tabcontent form#edd_profile_editor_form {
    margin-top: 20px;
}

#edd_profile_editor_form p#edd_profile_submit_wrap {
    flex-basis: 100%;
}

.single-download-page .entry-content > .d-flex {
    gap: 30px;
}

.single-download-page a.edd_go_to_checkout.button.blue.edd-submit {
    margin-top: 20px;
    background: transparent;
    color: #0075bf;
    font-size: 24px;
    padding: 10px 20px;
    display: inline-block;
}

.single-download-page span.edd-cart-added-alert {
    margin-top: 5px;
}

/* Contact Us */

.contact-top-section {
    padding: 30px 0 30px;
}

.contact-top-section .intro {
    text-align: center;
}

.contact-top-section span.blue {
    color: #0074bd;
    font-weight: 600;
    font-size: 16px;
}

.contact-top-section .intro h3 {
    color: #000;
    font-size: 33px;
    font-weight: 700;
    padding: 10px 0;
    letter-spacing: -1px;
    text-align: center;
}

.contact-top-section p {
    padding: 0;
    text-align: center;
}

.contact-top-section .map img {
    /* width: 80%; */
    /* margin: auto; */
}

.contact-top-section .map {
    text-align: center;
    padding: 0px 40px 60px;
}

.address-section {
    background: #0274bd;
    padding: 50px 0;
}

.address-section .title h3 {
    color: #fff;
    text-align: left;
}

.address-section .content {
    padding-left: 40px;
    display: flex;
}

.address-section .content .address {
    color: #fff;
}



.address-section .content .address span.add-title {
    font-size: 20px;
    margin-bottom: 17px;
    display: flex;
    font-weight: 600;
    align-items: center;
    gap: 7px;
}

.address-section .content .address:first-child {
    margin-bottom: 40px;
    /* flex-basis: 50%; */
    margin-right: 20px;
    flex-basis: 100%;
}

.address-section .title {
    flex-basis: 61%;
}

.address-section .content .address span {
    display: block;
}

.address-section .content .address p {
    padding: 0;
    text-align: left;
}

.address-section .content .address p a{
    color:#fff
}

.address-section .content .address p a:hover{
    color: #ffffffc4
}

.address-section .content .address svg {
    font-size: 16px;
    margin-right: 10px;
    width: 15px;
    background: #ffffff1c;
    border-radius: 100%;
    padding: 15px;
}

.address-section .content .address > * {
    margin-bottom: 5px;
}

.address-section .title p {
    color: #fff;
    padding: 0 0 10px;
    font-size: 16px;
    margin-top: 7px;
}

.address-section .title p:first-child {
    font-size: 20px;
    padding: 0 0 5px;
    font-weight: 600;
    margin-top: 10px;
}

.address-section .content .address:first-child  a:last-child {
    text-align: left;
    margin-top: 30px;
    color: #fff;
    /* text-align: center; */
    display: block;
}

.address-section .content .address:first-child a:last-child::before {
    content: "\f0da";
    font-family: 'FontAwesome';
    margin-right: 10px;
    /* text-decoration: none !important; */
}

.address-section .content .address:first-child a:last-child:hover {
    color: #ffffffc4;
}

.address-section .title p {
    text-align: left;
}

.Contact-form {
    padding: 10px 0;
}

.Contact-form  strong {font-size: 24px;}

.Contact-form form p {
    flex-basis: 100%;
    text-align: left;
    order: 2;
}

.Contact-form form div {
    flex-basis: 50%;
    order: 2;
}

.wpcf7-form  span.wpcf7-spinner {
    margin: 10px 0;
}

form.wpcf7-form {
    display: flex;
    flex-direction: column;
}

form.wpcf7-form .wpcf7-response-output {
    margin: 20px 0 0;
    padding: 0;
    border: 0;
    color: #dc3232;
    order: 0;
}

.Contact-form form p label {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    /* margin-right: 20px; */
    margin-top: 20px;
    color: #0274bd;
    text-transform: capitalize;
    font-size: 16px;
    height: 100%;
}

.Contact-form  form p label input , .Contact-form  form p label textarea {
    width: 100%;
    padding: 10px;
    margin-top: 5px;
}

.Contact-form form p label span {
    width: 100%;
}

.Contact-form  form p label textarea {
    resize: none;
}

.Contact-form  form input.wpcf7-form-control.wpcf7-submit.has-spinner {
    width: 100%;
    margin-top: 30px;
    border: 0;
    padding: 14px;
    font-size: 16px;
    background: #0274bd;
    color: #fff;
}
.Contact-form form span.wpcf7-not-valid-tip {
    text-align: left;
    margin-top: 8px;
    font-size: 14px;
}

.Contact-form form div:nth-child(2) {
    display: flex;
    gap: 20px;
}

.corporate_acc span.um-field-checkbox-option , .um-page-register span.um-field-checkbox-option {
    margin: 0;
}


button#accept-policy-btn {
    background-color: #0074bd;
    border: none;
    color: white;
    font-size: 15px;
    font-weight: 500;
    border-radius: 10px !important;
    height: 50px !important;
    width: 100%;
    cursor: pointer;
    position: absolute;
    bottom: 30px;
    left: 0;
    width: 80%;
    right: 0;
    margin: auto;
}

.ays_content_box p {
    margin-top: 20px;
}

.um-page-register div#main-content div#left-area article label.um-field-checkbox.um-field-half.active  span.um-field-checkbox-option {
    /* margin: 0 0 0 36px; */
}

.corporate_acc .um-field-error {
    color: #c74a4a;
    background: transparent;
    padding: 0;
}

.corporate_acc .um-field-error .um-field-arrow {
    display: none;
}

.corporate_acc span.um-field-checkbox-state {
    /* display: block !important; */
}

.corporate_acc input#um-submit-btn, .um-page-register input#um-submit-btn {
    width: 100% !important;
    min-width: initial !important;
    /* margin: 20px 0 10px 0; */
    background-color: #0074bd;
    border: none;
    color: white;
    font-size: 15px;
    font-weight: 500;
    border-radius: 10px !important;
    height: 50px !important;
    width: 100%;
    cursor: pointer;
}

.um-page-register  div#main-content {
    padding-bottom: 50px;
}

.um-page-register div#main-content div#left-area article {
    width: 70%;
    margin: auto;
}

.um-page-register div#main-content div#left-area article label {
    color: #007ecc;
    color: #0074bd;
    font-weight: 700;
    text-transform: uppercase;
}

.page-id-27926 div#main-content {
    padding-bottom: 30px;
}

.page-id-27926 div#main-content article {
    width: 70%;
    margin: auto;
}

.login_acc form#edd_login_form p {
    display: flex;
    flex-direction: column;
}

.um-page-login div#main-content, .um-page-password-reset div#main-content {
    padding-bottom: 100px;
}

input#edd_login_submit {
    background: #3ba1da;
    border: 0;
    padding: 13px;
    color: #fff;
    margin: 20px 0 10px 0;
    background-color: #0074bd;
    border: none;
    color: white;
    font-size: 15px;
    font-weight: 500;
    border-radius: 10px;
    height: 50px;
    width: 100%;
    cursor: pointer;
    transition: 200ms ease-in-out;
}

input#edd_login_submit:hover, .corporate_acc input#um-submit-btn:hover, .um-page-register input#um-submit-btn:hover {
    background: #02568b;
}

.um-page-login div#main-content article {
    width: 70%;
    margin: auto;
    padding: 30px 0 30px;
}

.um-page-login div#main-content article input {
    padding: 15px;
    margin-top: 9px;
}

.um-page-password-reset div#main-content article input[id="username_b"]{
    padding: 15px !important;
    margin-top: 9px !important;
    height: 50px !important;
}

.login_acc form#edd_login_form label {
    color: #0074bd;
    font-weight: 700;
    text-transform: uppercase;
}

/* .um-page-register .um-field-half:not(.active) span.um-field-checkbox-state {
    display: none ;
} */

.login_acc legend {
    border-bottom: 1px solid;
    padding-bottom: 20px;
    width: 100%;
    display: none;
}

.um-page-login h1, .um-page-password-reset h1 {
    text-transform: uppercase;
    text-align: center;
    color: #0074bd;
    margin-bottom: 50px;
}

.um-page-login p.edd-lost-password a {
    text-align: center;
    color: #000;
}

.um-page-register h1.entry-title.main_title {
    text-transform: uppercase;
    text-align: center;
    color: #0074bd;
    margin-bottom: 50px;
}

.um-page-register .um-field-area span.um-field-checkbox-option {
    font-weight: 500;
    text-transform: capitalize;
}

.um-page-register div#main-content div#left-area article label.um-field-checkbox.um-field-half {
    width: 100%;
}

.page-id-27926 h1.entry-title.main_title {
    text-transform: uppercase;
    text-align: center;
    color: #0074bd;
    margin-bottom: 50px;
}

.corporate_acc label {
    color: #0074bd;
    font-weight: 700;
    text-transform: uppercase;
}

.corporate_acc span.um-field-checkbox-option {
    font-weight: 400;
    text-transform: capitalize;
}

.corporate_acc label.um-field-checkbox.um-field-half {
    width: 100%;
}

#top-menu li.custom-menu-li ul {
    left: -5.7vh;
}

.edd_download_inner {
    display: flex;
    flex-direction: column;
}

/* .edd_download .edd_download_excerpt {
    display: none;
}

.edd_download .edd_download_quantity_wrapper {
    display: none;
}

.edd_download .edd_purchase_submit_wrapper {
    display: none;
} */

div#edd_download_pagination {
    /* flex-basis: 100%; */
    width: 100%;
    border-top: 1px solid #e2e2e2;
    text-align: end;
    padding-top: 14px;
    margin-top: 40px;
}

.edd_pagination.navigation span, .edd_pagination.navigation a {
    padding: 5px;
}

.download-slider{
    width:630px ;
}

    .download-slide-section img {
    width: 100%;
}

.download-slide-section button.slick-arrow {
    font-size: 0px;
    border: 0;
    background: none;
    position: absolute;
    left: -40px;
    top: 0;
    bottom: 0;
}

.download-slide-section button.slick-arrow::after {
content: "\f054";
font-family: 'FontAwesome';
font-size: 26px;
}

.download-slide-section button.slick-arrow.slick-prev::after {
content: "\f053";
}

.download-slide-section {
padding: 30px 0 0;
position: relative;
}

.download-slide-section .slick-list.draggable {
    /* margin: 0 -10px; */
}

.download-slide-section .items {
margin: 5px;
}

.download-slide-section button.slick-arrow.slick-next {
right: -40px;
left: initial;
}

.download-slide-section a {
    max-width: 100%;
}
.slick-lightbox{
    z-index: 9999999;
}

.slick-lightbox button.slick-arrow {
    position: absolute;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    background: 0;
    border: 0;
    font-size: 0;
}

.slick-lightbox button.slick-arrow::after {content: "\f054";font-family: 'FontAwesome';font-size: 26px;color: #fff;}

.slick-lightbox button.slick-arrow.slick-prev::after {
    content: "\f053";
}

.slick-lightbox-close {
    z-index: 999;
    font-size: 30px;
}

.slick-lightbox-close:before {
    content: "\f00d";
    font-family: 'FontAwesome';
    font-size: 26px;
}


.tab-invite_corporate_account p input {
    width: 100%;
    margin-top: 10px !important;
}

.tab-invite_corporate_account form {
    margin-top: 20px;
}

.um-page-password-reset div#main-content article {
    width: 60%;
    margin: auto;
    padding: 30px 0 30px;
}

.um-page-password-reset input#um-submit-btn {
    background: #3ba1da;
    border: 0;
    padding: 13px;
    color: #fff;
    margin: 20px 0 10px 0;
    background-color: #0074bd;
    border: none;
    color: white;
    font-size: 15px;
    font-weight: 500;
    border-radius: 10px;
    height: 50px;
    width: 100%;
    cursor: pointer;
    transition: 200ms ease-in-out;
}


.type-download .main-content a{
    justify-content: initial;
    display: initial;
    max-width: 100%;
}

/* subscription */


input#edd-recurring-update-submit {
    border: 0;
    background: #0074bd;
    color: #fff;
    padding: 18px;
    transition: 200ms linear;
    border-radius: 4px;
    width: 100%;
    font-size: 14px;
}

#edd-recurring-form legend, #edd_checkout_form_wrap fieldset#edd_cc_fields legend {
    padding: 15px;
}

#tab-Subscriptions h3 {
    padding: 20px 0 40px;
}

#tab-Subscriptions .table-res > a {
    display: block;
    margin-top: 10px;
}

#edd_secure_site_wrapper {
    flex-basis: 50%;
    padding: 0 10px;
}

#edd_secure_site_wrapper span {
    font-size: 16px;
}

#edd_secure_site_wrapper span.padlock {
    display: none;
}

.edd-stripe-new-card {
    flex-basis: 50%;
    padding: 0 10px;
}

.edd-stripe-new-card p#edd-card-name-wrap label.edd-label, .edd-stripe-new-card div#edd-card-wrap label.edd-label {
    font-size: 16px;
}

.edd-stripe-new-card p#edd-card-name-wrap  input#card_name {
    padding: 13px;
    border: 1px solid #ccc;
    border-radius: 4px;
    margin: 0px 15px 0 0;
    width: 100%;
}

.edd-stripe-new-card div#edd-card-wrap {
    margin-top: 30px;
}

.edd-stripe-new-card div#edd-card-wrap label.edd-label {
    margin-left: 2px;
}

.edd-stripe-new-card div#edd-card-wrap div#edd-stripe-card-element-wrapper {
    margin-top: 10px;
}

.edd-stripe-new-card div#edd-card-wrap div#edd-stripe-card-element-wrapper div#edd-stripe-card-element {
    padding: 15px;
}

#edd_checkout_form_wrap fieldset label.edd-label {
    font-size: 16px;
}

#edd_checkout_form_wrap fieldset input.edd-input, #edd_checkout_form_wrap fieldset select.edd-select {
    padding: 13px;
    border: 1px solid #ccc;
    border-radius: 4px;
    margin: 0px 15px 0 0;
    width: 100%;
}


#edd_checkout_form_wrap fieldset > p {
    padding: 10px;
}

/* Receipt */

.edd-blocks-receipt__totals {
    border: 0 !important;
    padding: 0 !important;
}

.edd-blocks__row.edd-blocks__row-header.edd-blocks-receipt__row-header {
    background: #0075bf;
    color: #fff;
    padding: 15px;
    margin-bottom: 20px;
}

.edd-blocks__row.edd-blocks-receipt__row-item {
    padding: 15px 15px;
}

.edd-blocks-receipt__items {
    border: 0 !important;
    padding: 0 !important;
}

.edd-blocks__row.edd-blocks-receipt__row-item.edd-blocks-receipt__item {
    padding: 0;
    gap: 0;
}

.edd-blocks__row.edd-blocks-receipt__row-item.edd-blocks-receipt__item .edd-blocks-receipt__item-price {
    background: #f1f9ff;
    padding: 20px;
    font-weight: 600;
    font-size: 18px;
}

.edd-blocks__row.edd-blocks-receipt__row-item.edd-blocks-receipt__item .edd-blocks-receipt__item-details {
    background: #ffffff;
    padding: 15px;
    flex-basis: 50%;
}

#main-content {
    background-color: #fff;
    padding-bottom: 40px;
}


.et_full_width_page #left-area {
    max-width: 60%;
    margin: auto;
}

.et_full_width_page #left-area h3 {
    padding: 15px;
}

.user-dashboard .right p select {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background: transparent;
    background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
    background-repeat: no-repeat;
    background-position-x: 98%;
    background-position-y: 50%;
    border: 1px solid #dfdfdf;
    border-radius: 2px;
    margin-right: 2rem;
    padding: 1rem;
    padding-right: 2rem;
}

.edd-file-viewer > div:last-child {
    width: 100%;
    text-align: center;
}

.pdfjs-fullscreen {
    max-width: 1000px;
    margin: auto;
    /* padding-top: 50px; */
}

div#et-main-area {
    background: #ffff;
}

.edd-file-viewer {
    padding: 60px 0;
}


body:not(.logged-in) .contact-top-section {
    padding-bottom: 0;
}



@media screen and (max-width:1600px) {
    #top-menu li.custom-menu-li ul {
        left: calc(100% - 92px);
    }
}
@media screen and (max-width:1190px) {
    main#main article, .edd_download{
        flex: 0 0 33.3%;
    }
}
@media screen and (max-width:1024px) {
    .download-section-listing div#tabs > div.main-tabs-content > div article, .edd_download{
        /* flex-basis: 50%; */
    }
}
@media screen and (max-width:992px) {
    .address-section .d-flex {
        flex-direction: column;
    }
    
    .address-section .d-flex .content {
        padding: 40px 0 0;
    }

    .um-page-login div#main-content article, .um-page-password-reset div#main-content article {
        width: 60%;
    }
    #mobile_menu > li > ul > li {
        text-transform: uppercase;
    }

    #edd_checkout_form_wrap fieldset {
        flex-direction: column;
    }
    
    .edd-stripe-new-card p#edd-card-name-wrap label.edd-label {
        margin-top: 20px;
    }
}
@media screen and (max-width:980px) {
    span.astm-search-menu.is-menu.is-dropdown{
        display: none;
    }
}
@media screen and (max-width:840px) {
    .download-section-listing div#tabs > div.main-tabs-content > div article {
        flex: 0 0 50%;
    }
    
    main#main article img.download-thumbnail {
        max-width: 100%;
        width: 100%;
        min-height: initial;
        height: 330px;
    }
    
    .type-download a {
        max-width: 100%;
        margin: auto;
    }
    
    .download-section-listing div#tabs > div.main-tabs-content > div article:nth-child(odd) .entry-content {
        padding-right: 10px;
    }
    
    .download-section-listing div#tabs > div.main-tabs-content > div article:nth-child(even) .entry-content {
        padding-left: 10px;
    }
}
@media screen and (max-width:767px) {
    .download-section-listing div#tabs > div.main-tabs-content > div{
        grid-template-columns: auto auto;
    }
    .single-download-page .d-flex {
        flex-direction: column-reverse;
    }
    
    .download-featured-image {
        margin-bottom: 40px;
        text-align: justify;
    }

    /* Dashboard */

    .d-flex.user-dashboard {
        flex-direction: column;
    }
    
    .user-dashboard .left {
        min-height: initial;
    }
    
    .user-dashboard .left .tab {
        flex-direction: row;
    }
    .user-dashboard .left .tab button.tablinks:hover {
        background: transparent;
    }
    
    .user-dashboard .left .tab button.tablinks.active::after {
        content: "";
        width: 0px;
        height: 0px;
        border-style: solid;
        border-width: 10px 14px 0 14px;
        border-color: #01588f transparent transparent transparent;
        transform: rotate(0deg);
        right: 0;
        top: initial;
        margin: auto;
        bottom: -10px;
        left: 0;
    }

    /* Contact Us - Form */

    .address-section .d-flex {
        flex-direction: column;
    }
    
    .address-section .d-flex .content {
        padding-left: 0;
        padding-top: 20px;
        flex-direction: column;
    }
    
    .Contact-form form div:nth-child(2) {
        flex-direction: column;
        gap: 0;
    }
    
    .contact-top-section {
        padding: 0;
    }
    
    .contact-top-section .map {
        padding: 0px 0px 60px;
    }

    .user-dashboard .right fieldset p input, .user-dashboard .right fieldset p select, .user-dashboard .right fieldset p textarea {
        width: 100%;
    }

    .edd_downloads_list:not(.edd_download_columns_1) {
/*         grid-template-columns: repeat(2, 1fr); */
    }
        
    .download-slider {
        width: 100%;
    }
    
    .download-slide-section button.slick-arrow {
        left: 10px;
        z-index: 1;
        color: #000;
    }
    .download-slide-section button.slick-arrow.slick-next {
        right: 10px;
        color: #000;
    }
    
    
}
@media screen and (max-width:690px) {
    .user-dashboard .left .tab button.tablinks.active::after {
        display: none;
    }
    
    .user-dashboard .left .tab button.tablinks {
        flex-basis: 50%;
        border-right: 1px solid #ffffff52;
    }
    
    .user-dashboard .right fieldset p input, .user-dashboard .right fieldset p select, .user-dashboard .right fieldset p textarea {
        margin: 0;
    }
    
    #edd_profile_editor_form p {
        flex-basis: 100%;
    }
    
    .user-dashboard .right .tabcontent {
        padding: 40px 20px;
    }

    .user-dashboard .left .tab {
        flex-wrap: wrap;
    }
}
@media screen and (max-width:666px) {

    .download-section-listing div#tabs > div.main-tabs-content > div article:nth-child(odd) .entry-content, .download-section-listing div#tabs > div.main-tabs-content > div article:nth-child(even) .entry-content {
        padding: 0;
    }
    
    .download-section-listing div#tabs > div.main-tabs-content > div article {
        flex: 0 0 100%;
    }
    
    main#main article img.download-thumbnail {
        height: initial;
    }

}
@media screen and (max-width:575px) {
    .edd_downloads_list:not(.edd_download_columns_1) {
/*         grid-template-columns: repeat(1, 1fr); */
    }
    .download-section-listing div#tabs > div.main-tabs-content > div article {
        flex-basis: 100%;
    }
    main#main article img.download-thumbnail {
        max-width: 100%;
        width: 100%;
    }
    
    .type-download a {
        max-width: 100%;
    }
    .table-res {
        overflow: auto;
    }
}
@media screen and (max-width:552px) {
    .main-tabs-options {
        margin: 0 0 40px;
        height: 75px;
    }
}
@media screen and (max-width:540px) {
    .download-section-listing div#tabs > div.main-tabs-content > div{
        display: flex;
        flex-direction: column;
    }
    main#main article{
        margin-right: 0;
    }
    main#main article .entry-content {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .um-page-login div#main-content article, .um-page-password-reset div#main-content article {
        width: 80%;
    }
    .um-page-register div#main-content div#left-area article, .page-id-27926 div#main-content article {
        width: 80%;
    }
    .user-dashboard .left .tab {
        flex-direction: column;
    }
}


