.contactForm .nice-select .list {
    max-height: 202px;
    overflow-y: scroll;
}

.myAccountsec .nice-select .list {
    border-color: black;
    background-color: #f1f1f1;
    box-shadow: 0px 0px 2px 0px rgb(0 0 0 / 84%);
    padding: 10px 0;
}

.subscribeSec .details .leftSec .box .amountYearly {
    text-decoration: line-through;
}

.registerFeesec .details p.error-msg {
    color: red;
    text-align: left;
}

.registerFeesec .resetPasswordHere .eyeClose,
.registerFeesec .resetPasswordHere .eyeOpen {
    right: 17px !important;
    top: 44px !important;
}

.venderSec .nice-select ul.list {
    max-height: 250px;
    overflow-y: scroll;
}

.select2-results__option {
    font-size: 13px;
}

.myAccountsec .accountTabs button.active,
.myAccountsec .accountTabs button {
    padding-inline: 0;
}

.mainHeader .offcanvas .copyrightSec p a {
    color: #079d0d;
}

.myAccountsecSticky {
    position: sticky;
    top: 0;
    z-index: 1000;
    background: #fff;
    padding-bottom: 1px;
}

.myAccountsec .myListingSec button p {
    color: #656565 !important;
    font-weight: 400 !important;
}

.myAccountsec .myListingSec .nav.nav-pills.flex-column button.active p {
    color: #000000 !important;
    font-weight: 600 !important;
}

.myAccountsec .addOndetails td:last-child a {
    font-weight: 600;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0.016em;
    color: #d32121;
}
.copy-right-cards a {
    color: #6fac4c;
}
/* .contactForm .formDetails .submitForm button:hover {
    background: #ffad06 !important;
    color: #fff !important;
} */

@media (max-width: 991px) {
    .mainHeader .offcanvas .copyrightSec {
        padding-bottom: 12px;
        padding-top: 12px;
        border-top: 1px solid #efefef;
        border-radius: 0px 0px 12px 12px;
    }

    .mainHeader .offcanvas .offcanvas-body {
        border-radius: 12px 12px 0px 0px;
        padding: 0;
    }
}

@media (max-width: 640px) {
    .myAccountsec .myAccountfile .accountImage img {
        height: 71px !important;
        width: 71px !important;
    }

    .myAccountsec .uploader label {
        margin-bottom: 0px !important;
    }

    .myAccountsec .myAccountfile {
        margin-bottom: 20px !important;
        gap: 15px;
    }

    .myAccountsec .myAccountfile .accounusertName {
        margin-left: 0px !important;
    }

    .myAccountsec .productService .imageViewsec .details .box .mainImg {
        width: 70px !important;
        height: 70px !important;
    }

    .myAccountsec .productService .imageViewsec .details .box .content {
        display: none;
    }
    .myAccountsec
        .productService
        .imageViewsec
        .details
        .box
        .imageTitle {
        display: block !important;
    }

    .myAccountsec .productService .closeImg a {
        position: absolute;
        top: -11px !important;
        right: -4px !important;
    }

    .myAccountsec .productService .imageViewsec .details {
        justify-content: space-between !important;
    }

    .myAccountsec .productService .titleSec {
        padding-bottom: 0 !important;
        border-bottom: 0 !important;
    }

    .mainHeader .navbar {
        padding: 12px 0px !important;
    }

    /* .imageListing {
        padding-inline: 8px !important;
    } */

    .myAccountsec .addOndetails td {
        padding: 5px !important;
    }

    .choosePackage .packageBox .box {
        max-width: 287px;
    }

    .myAccountsec .planDetails .professionalPlan .planBox .contentMob a {
        text-decoration: underline !important;
    }

    .myAccountsec .billingHistory tr th:nth-child(2),
    .myAccountsec .billingHistory tr th:nth-child(3),
    .myAccountsec .billingHistory td:nth-child(2),
    .myAccountsec .billingHistory td:nth-child(3),
    .myAccountsec .billingHistory th {
        display: none;
    }

    /* .myAccountsec {
        padding: 0px !important;
    } */

    .myAccountsec .billingHistory .box {
        padding-block: 10px !important;
    }

    ::-webkit-scrollbar-thumb {
        background: #6fa2e500 !;
    }
}

/* +++++++++++++++++plan change modal +++++++++++++++++  */

#changePlanModal button.btn-close {
    position: absolute;
    left: auto;
    right: 15px;
    top: 15px;
    width: 17px;
    height: 17px;
    z-index: 100;
}

#changePlanModal button.btn-close:hover {
    opacity: 1;
}

#changePlanModal .modal-content {
    max-width: 476px;
    border-radius: 20px;
    border: 0;
}

#changePlanModal .modal-body {
    padding-block: 50px;
}

#changePlanModal .modal-body h1 {
    color: #000;
    text-align: center;
    font-family: Poppins;
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 35px;
    margin-bottom: 16px;
    text-transform: capitalize;
}

#changePlanModal .modal-body p {
    color: #595959;
    text-align: center;
    font-family: Poppins;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
}

#changePlanModal .modal-body .planChangeButton {
    max-width: 240px;
    margin-inline: auto;
    width: 100%;
    margin-top: 30px;
}

#changePlanModal .modal-body .planChangeButton a {
    max-width: 110px;
    height: 48px;
    border-radius: 30px;
    border: 1px solid #fb960e;
    width: 100%;
    color: #000;
}

.planChangeButton a:nth-child(1):hover {
    background-color: #fb960e;
    color: white !important;
    transition: 0.3s ease-in-out;
}

.planChangeButton a:nth-child(2):hover {
    background-color: #fff !important;
    color: #fb960e !important;
    transition: 0.3s ease-in-out;
}

#changePlanModal .modal-body .planChangeButton a:nth-child(2) {
    background-color: #fb960e;
    color: #fff;
}

/* END MODAL  */

@media (max-width: 500px) {
    .subscribeSec .details .leftSec .cycleHead .h4,
    .subscribeSec .details .leftSec .cycleHead h4 {
        font-size: 15px !important;
    }

    .subscribeSec .details .leftSec .cycleHead a {
        font-size: 12px !important;
    }

    .subscribeSec .details .leftSec .cycleHead {
        align-items: center;
    }
}

@media (max-width: 390px) {
    .myAccountsec .planDetails .changePlan a {
        font-size: 9px;
    }
}

@media (max-width: 374px) {
    .myAccountsec .myListingSecmob .urlHead button {
        background: transparent !important;
        padding: 0;
        margin: 0;
        font-size: 10px !important;
    }

    .myAccountsec .contactdetSec .h3,
    .myAccountsec .contactdetSec h3 {
        font-size: 12px !important;
        margin-bottom: 0 !important;
    }

    .myAccountsec .myListingSecmob .urlHead {
        margin-bottom: 11px;
        align-items: center;
    }
}

@media (max-width: 374px) {
    .myAccountsec .billingHistory td,
    .myAccountsec .billingHistory th {
        padding: 10px;
    }
}
