.clear {
    float: none;
    clear: both;
}

.mt-1 {
    margin-top: 0.25rem !important;
}

.mt-2 {
    margin-top: 0.50rem !important;
}

.mt-3 {
    margin-top: 0.75rem !important;
}

.mt-4 {
    margin-top: 1rem !important;
}

.mt-5 {
    margin-top: 1.25rem !important;
}

.mb-1 {
    margin-bottom: 0.25rem;
}

.mb-2 {
    margin-bottom: 0.5rem;
}

.mb-3 {
    margin-bottom: 0.75rem;
}

.mb-4 {
    margin-bottom: 1rem;
}

.pt-1 {
    padding-top: 0.25rem !important;
}

.pe-1 {
    padding-right: 0.25rem;
}

.pe-2 {
    padding-right: 0.5rem;
}

.pe-3 {
    padding-right: 0.75rem;
}

.pe-4 {
    padding-right: 1rem;
}

.ps-1 {
    padding-left: 0.25rem;
}

.ps-2 {
    padding-left: 0.5rem;
}

.ps-3 {
    padding-left: 0.75rem;
}

.ps-4 {
    padding-left: 1rem !important;
}

.padding-75 {
    padding: 0 75px;
}

hr.spacer {
    border-left: 0;
    border-right: 0;
    border-top: 0;
    border-color: rgba(201, 149, 76, 0.5);
    margin: 2rem 0;
}

.allocation-sec .feature {
    padding-left: 95px;
    position: relative;
    margin-bottom: 1rem;
    color: #444444;
}

.allocation-sec .feature-ico {
    position: absolute;
    top: 0;
    left: 0;
}

.allocation-sec .feature-head {
    margin-bottom: 0.25rem;
}

.allocation-table {
    display: table;
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem;
    background-color: transparent;
    border-collapse: collapse;
    border: 1px solid rgba(201, 149, 76, 0.5);
}

.allocation-table th,
.allocation-table td {
    vertical-align: top;
    border: 1px solid #c9954c;
    padding: 0.5rem;
}

.allocation-table th {
    color: #444444;
    vertical-align: middle !important;
    border-bottom-width: 2px;
    padding: 0.75rem;
}

.allocation-table td {
    border-bottom-width: 1px;
}

.pricing-box {
    background: #fff;
    padding: 2rem;
    border-radius: 10px;
    border: 1px solid #c9954c;
}

.pricing-box ul.checkmark li {
    line-height: 20px;
    padding: 8px 0 8px 36px
}

.pricing-box ul.checkmark li:before {
    color: #145f30;
    content: "\f00c";
    display: inline-block;
    font-family: 'FontAwesome';
    margin-left: -36px;
    width: 36px;
}

.pricing-box .btn {
    margin-top: 2.5rem;
}

.faq-container {
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 0 6px 6px 0 rgba(0 0 0 /5%);
}

.faq-row {
    width: 100%;
    color: white;
    overflow: hidden;
}

.faq-label {
    display: flex;
    justify-content: space-between;
    padding: 1em;
    background: #444444;
    font-weight: bold;
    cursor: pointer;
}

.faq-label:hover {
    background: #c9954c;
}

.faq-label::after {
    content: "❯";
    width: 1em;
    height: 1em;
    text-align: center;
    transition: all 0.35s;
}

.faq-content {
    max-height: 0;
    padding: 0 1em;
    color: #444444;
    background: white;
    transition: all 0.35s;
}

.faq-close {
    display: flex;
    justify-content: flex-end;
    padding: 1em;
    font-size: 0.75em;
    background: #2c3e50;
    cursor: pointer;
}

.faq-close:hover {
    background: #1a252f;
}

.faq-row input {
    position: absolute;
    opacity: 0;
    z-index: -1;
}

input:checked+.faq-label {
    background: #444444;
}

input:checked+.faq-label::after {
    transform: rotate(90deg);
}

input:checked~.faq-content {
    max-height: 100vh;
    padding: 1em;
}

.faqs .btn {
    margin-top: 2.5rem;
}

.faq-space {
    height: 3px;
}

/* pricing cards override */

.planCard {
    position: static;
    margin-right: 20px;
    margin-top: 20px;
}

.planCard .cost {
    display: block;
}

.card-3 .cost {
    font-size: 18px;
    height: 60px;
    display: flex;
    align-content: center;
}

ul.includeList li.checkmark {
    position: relative;
    padding-left: 20px;
    text-align: left;
    font-size: 13px;
    line-height: 1.3;
}

ul.includeList li.checkmark img {
    position: absolute;
    top: 14px;
    left: 0;
    width: 13px;
}


ul.includeList ul.includeSubList li {
    text-align: left;
    list-style: disc;
}

#subscription2 .leadTxt {
    margin-top: 35%;
}

.sectionBanner .sliderTxt .item {
    margin: auto;
}

.sectionBanner .banner-wrp .wrapper {
    padding-top: 5px;
}

.bannerForm {
    gap: 10px;
    margin-top: 20px;
}

.bannerForm .commonBtn {
    margin-top: 15px;
}

.bannerForm .commonBtn.outlineBtn {
    background-image: none;
    border: 2px solid #1f8243;
    color: #000000;
}

.bannerForm .commonBtn.outlineBtn:hover {
    background-image: -webkit-linear-gradient(-90deg, rgb(20, 95, 48) 0%, rgb(50, 130, 80) 40%, rgb(80, 165, 111) 100%);
    color: #fff;
}

.modal::before {
    z-index: 1000 !important;
}

.modal .modal-dialog {
    margin-left: -250px;
}

.btn-close1 {
    background: #fff;
    border-radius: 50%;
    height: 24px;
    width: 24px;
    text-align: center;
}

.modal-broker-login {
    padding: 10px;
    background: #fff;
    /* width: 400px; */
    height: 400px;
    border-radius: 10px;
    box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.25);
}

.broker-partner-logos {
    gap: 5px;
}

.btn-round {
    border-radius: 50%;
    height: 36px;
    width: 36px;
    background: #fff;
    border: 1px solid #ddd;
    box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.15);
    gap: 5px;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-property: transform;
    transition-property: transform;
}

.btn-round:hover, .btn-round:focus, .btn-round:active {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    cursor: pointer;
}

.broker-partner-logos button,.broker-partner-logos img {
   cursor: default !important;
}

@media only screen and (max-width: 1024px) {

    .padding-75 {
        padding: 0 10px;
    }

    .pricing-sec .col-50 {
        width: 100%;
    }

    .allocation-sec .col-60 {
        width: 100%;
    }

    .allocation-sec .col-40 {
        width: 100%;
    }

    .allocation-sec .leadingTxt {
        margin-bottom: 0;
    }
}

@media only screen and (max-width: 950px) {
    .alphamind .leadingTxt {
        margin-bottom: 0;
    }
}

@media only screen and (max-width: 800px) {

    .allocation-sec.mt-5 {
        margin-top: 0 !important;
    }

}

@media only screen and (max-width: 640px) {
    .includeList {
        padding: 0 20px 20px;
    }

    .includeList li {
        padding-left: 0;
    }
    .broker-partner-logos {
      flex-wrap:wrap;
    }
}

@media only screen and (max-width: 450px) 
{
    .wrapper {
        padding-left: 15px !important;
    }

    .commonBtn {
        padding: 10px 20px;
    }
}

@media only screen and (max-width: 400px) {
    
    .bannerForm {
        margin-bottom: 10px;
    }
}