* {
    box-sizing: border-box;
}
.partners-container {
    width: 100%;
    margin: 0 auto;

}

.required-label::after {
    content: '*';
    color: red;
}

/* .partners-header-main {
    position: sticky;
    background-color: white;
    z-index: 999;
    top: 0;
    left: 0;
    bottom: initial;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    animation: fadeInDown 0.5s both 0.1s;
    box-shadow: 0px 0px 13px #00000054;
    width: 100%;

    display: flex;
    justify-content: space-between;
} */
.partners-header-main {
    position: sticky;
    background-color: white;
    z-index: 999;
    top: 0;
    left: 0;
    bottom: initial;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    animation: fadeInDown 0.5s both 0.1s;

    width: 100%;
    display: flex;
    justify-content: space-between;
}

.partners-header-main.scrolled {
    box-shadow: 0px 0px 13px #00000054;
    /* border-bottom: 1px solid rgba(0, 0, 0, 0.199); */
}

.partners-header {

    color: black;
    padding-left: 20px;
    padding: 0px 20px;
    display: flex;
    align-items: center;
    cursor: pointer;

}

.partners-header>img {
    height: 6rem;
    margin-right: 20px;
}

.partners-header>h1 {
    font-size: 2rem;
    margin: 0;
    margin-left: 15px;
    font-family: serif;

}

.partners-nav {
    background-color: #ffffff;
    overflow: hidden;
    font-family: sans-serif;
    text-align: center;
    display: flex;
    align-items: center;
}

.partners-nav a {
    text-decoration: none;
    margin: 3px;
    color: #2C2D3F;
    font-size: 14px;
    font-weight: 600;
    text-transform: capitalize;
    padding: 14px 12px;
    position: relative;
    display: inline-block;
    transition: color 0.3s ease;
}

.partners-nav a::before {
    content: '';
    position: absolute;
    width: 0;
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: #1a76d1;
    visibility: hidden;
    transition: all 0.4s ease-in-out;
}

.partners-nav a:hover::before {
    visibility: visible;
    width: 100%;
    height: 6%;
}

.partners-nav a:hover {
    color: #1a76d1;
}


.partners-content {
    padding: 20px;
    text-align: center;
}

.partners-content>h1 {
    font-family: serif;
    margin: 2% 0px 6% 0px;
}

.partners-content>p {
    color: #999;
    font-size: 0.7rem;
    text-align: start;
}

.partners-tabs {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

#mobile-partners-tabs {
    display: none;
}

.partners-tab {
    padding: 1% 2%;
    border-bottom: 1px solid #ccc;
    cursor: pointer;
    flex: 1;
    text-align: center;
}

.partners-tab.active {
    border: 1px solid #bdbdbd;
    border-bottom: 1px solid transparent;
    color: #1a76d1 !important;
}

.partners-form {
    max-width: 100%;
    margin: 0 auto;
    background: #fff;
    padding: 1% 3%;
    border-bottom: 1px solid #bdbdbd;
}

.partners-form select,
.partners-form input {
    width: 100%;
    padding: 10px;
    margin: 10px;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;

}

.partners-form button {
    background-color: #1a76d1;
    color: white;
    padding: 1% 6%;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

.partners-form button:hover {
    background-color: #0056b3;
}


.partners-form {
    display: none;
}

.partners-form.active {
    display: block;
}

.partners-tab.active {
    font-weight: bold;
    color: #000;
}

.partners-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
}

.partners-table th,
.partners-table td {
    border: 1px solid #ddd;
    padding: 8px;
    text-align: left;
}

.partners-table th {
    background-color: #f2f2f2;
}

#FIXED_DEPOSIT_BONDS{
/* background: #000; */
/* width: 40%; */
}
#FIXED_DEPOSIT_BONDS >button{
    height: 40px;
}

.partners-download a {
    text-decoration: none;
    color: #1a76d1;
}

.partners-download a:hover {
    text-decoration: underline;
}

.partners-footer {
    background-color: #176abc;
    text-align: center;
    text-decoration: underline;
    font-size: 12px;
    color: #ffffff;
}

.footer {
    position: relative;
}

.footer .footer-top {
    padding: 2% 2% 2% 0px;
    position: relative;
    background: #1A76D1;
}

.footer .footer-top:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: #000;
    opacity: 0.1;
}


.footer .single-footer .social {
    margin-top: 25px;
}

.footer .single-footer .social li {
    display: inline-block;
    margin-right: 10px;
}

.footer .single-footer .social li:last-child {
    margin-right: 0px;
}

.footer .single-footer .social li a {
    height: 34px;
    width: 34px;
    line-height: 34px;
    text-align: center;
    border: 1px solid #fff;
    text-align: center;
    padding: 0;
    border-radius: 100%;
    display: block;
    color: #fff;
    font-size: 16px;
}

.footer .single-footer .social li a:hover {
    color: #1A76D1;
    background: #fff;
    border-color: transparent;
}


.footer .single-footer.f-link li a i {
    margin-right: 10px;
}

.footer .single-footer.f-link li {
    display: block;
    margin-bottom: 12px;
}

.footer .single-footer.f-link li:last-child {
    margin: 0;
}

.footer .single-footer.f-link li a {
    display: block;
    color: #fff;
    text-transform: capitalize;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    font-weight: 400;
}

.footer .single-footer.f-link li a:hover {
    padding-left: 8px;
}

.footer .single-footer h2 {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 40px;
    padding-bottom: 20px;
    text-transform: capitalize;
    position: relative;
}

.footer .single-footer h2::before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0px;
    height: 3px;
    width: 50px;
    background: #fff;
}

.footer .single-footer .time-sidual {
    margin-top: 15px;
}

.footer .single-footer .time-sidual {
    overflow: hidden;
}

.footer .single-footer .time-sidual li {
    display: block;
    color: #fff;
    width: 100%;
    margin-bottom: 5px;
}

.footer .single-footer .time-sidual li span {
    display: inline-block;
}

.footer .single-footer .day-head .time {
    font-weight: 400;
    float: right;
}

.footer .single-footer p {
    color: #fff;
}

.footer .single-footer .newsletter-inner {
    margin-top: 20px;
    position: relative;
}

.footer .single-footer .newsletter-inner input {
    background: transparent;
    border: 1px solid #fff;
    height: 50px;
    line-height: 42px;
    width: 100%;
    margin-right: 15px;
    color: #fff;
    padding-left: 18px;
    padding-right: 70px;
    display: inline-block;
    border-radius: 0px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    font-weight: 400;
    border-radius: 5px;
}

.footer .single-footer .newsletter-inner input:hover {
    padding-left: 22px;
}

.footer input::-webkit-input-placeholder {
    opacity: 1;
    color: #fff !important;
}

.footer input::-moz-placeholder {
    opacity: 1;
    color: #fff !important;
}

.footer input::-ms-input-placeholder {
    opacity: 1;
    color: #fff !important;
}

.footer input::input-placeholder {
    opacity: 1;
    color: #fff !important;
}

.footer .single-footer .newsletter-inner .button {
    position: absolute;
    right: 0;
    top: 0;
    height: 50px;
    line-height: 50px;
    width: 50px;
    background: #fff;
    border-left: 1px solid #fff;
    text-shadow: none;
    box-shadow: none;
    display: inline-block;
    border-radius: 0px;
    border: none;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    border-radius: 0 5px 5px 0;
    color: #1A76D1;
    font-size: 25px;
}

.footer .single-footer .newsletter-inner .button i {
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.footer .single-footer .newsletter-inner .button:hover i {
    color: #2C2D3F;
}

.footer .copyright {
    background: #1A76D1;
    padding: 25px 0px 25px 0px;
    text-align: center;
}

.footer .copyright .copyright-content p {
    color: #fff;
}

.footer .copyright .copyright-content p a {
    color: #fff;
    font-weight: 400;
    text-decoration: underline;
    display: inline-block;
    margin-left: 4px;
}

/* Media Queries */
@media (max-width: 768px) {
    .partners-container {
        overflow: hidden;
    }

    .partners-header-main {
        position: relative;
    }

    .partners-header>img {
        margin-bottom: 10px;
    }

    .partners-tabs {
        display: none;
    }

    #mobile-partners-tabs {
        display: block;
        /* margin: auto; */
        /* width: 100%; */
        flex-wrap: wrap;

    }

    .partners-tab {
        border: none;

    }

    .partners-tab.active {
        border: none;
        color: #1a76d1 !important;
    }

    .partners-nav {
        flex-direction: column;
    }

    .partners-nav a {
        padding: 10px 12px;
    }

    .partners-tabs {
        flex-direction: column;
    }

    .partners-tab {
        max-width: 100%;
        margin: 5px 0;
    }

    .partners-form {
        margin-top: 2%;
        padding: 2% 15%;
        border: 1px solid #999;

    }

    .partners-form select,
    .partners-form input {
        padding: 8px;
    }

    .partners-form button {
        padding: 8px 16px;
    }

}

@media (max-width: 480px) {
    .partners-header-main {
        flex-direction: column;
    }

    .partners-nav a {
        padding: 8px 10px;
    }

    .partners-form {
        padding: 10px;
    }

    .partners-form select,
    .partners-form input {
        padding: 6px;
    }

    .partners-form button {
        padding: 6px 12px;
    }

    .partners-footer {
        font-size: 10px;
    }
}



/* table start */

#partners-container-table table {
    width: 100%;
    border-collapse: collapse;
    margin: auto;
}

#partners-container-table th {
    font-size: 1.5rem;
}

#partners-container-table td,
th {
    border: 1px solid black;
    padding: 10px;
    font-size: 1.1rem;
}

.partners-cell {
    text-align: start;
}

/* Styles for small screen table */
#partners-small-screen-table {
    display: none;
}

#partners-container-table a {
    text-decoration: none;
    color: black;
}

#partners-container-table a:hover {
    text-decoration: underline;
    color: blue;
}

#partners-small-screen-table td {
    height: 50px;
}

.partners-no {
    width: 4%;
}

/* Styles for big screen table */
#partners-big-screen-table {
    display: none;
}

#partners-big-screen-table .partners-circle {
    width: 20px;
    height: 20px;
    border: 1px solid black;
    border-radius: 50%;
    margin: auto;
}

/* Responsive design */
@media screen and (max-width: 768px) {
    #partners-small-screen-table {
        display: table;
    }

    #partners-big-screen-table {
        display: none;
    }
}

@media screen and (min-width: 769px) {
    #partners-small-screen-table {
        display: none;
    }

    #partners-big-screen-table {
        display: table;
    }
}

#partners-container-table i {
    float: right;
    color: blue;
    border-radius: 50%;
}

/* table end */



.partners-form-flex {
    display: flex !important;
    text-align: center !important;
    justify-content: space-between;
    align-items: center;

    /* border: 1px solid red; */
}

.partners-form-flex>span {
    /* background-color: green ; */
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 0px;
    margin-left: 4px !important;
    justify-content: center;
    align-items: center;
}

.partners-form label {
    font-weight: 600;
}

.partners-form-flex>span select {
    width: 90%;
    /* border: 1px solid red; */
}

@media (max-width: 768px) {
    .partners-form-flex {
        flex-direction: column;
    }

}

.partners-MUTUAL-FUNDS>label {
    display: block;
    margin-top: 10px;
}

.partners-MUTUAL-FUNDS>select,
button {
    margin-top: 5px;
    width: 300px;
}

#pdf-links {
    margin-top: 20px;
}

.pdf-link {
    display: flex;
    align-items: center;
    margin-top: 10px;
}

.pdf-link img {
    margin-right: 10px;
}

.partners-form-mutual-funds {
    /* background-color: #ec1414; */
    align-items: center;
    padding: 0px !important;
}

.partners-form-mutual-funds button {
    /* border: 3px solid black !important; */
    margin-top: 2.5% !important;
    width: 30% !important;
    height: 10% !important;
    font-size: 0.90rem;
}

.mutual_fund_section {
    display: flex;
    /* border: 1px solid red ; */
    justify-content: space-between;
}

.mutual_fund_section>span {
    width: 30%;
    /* height: 100%; */
    /* border: 1px solid black; */
    /* display: flex !important; */
    /* flex-direction: column !important; */
    /* align-items: center !important; */
}

.mutual_fund_section button {}

#view-forms-button {
    height: 2.3rem;
    background-color: #1a76d1;
    color: white;
    padding: 1% 6%;
    min-width: 30%;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    margin-top: 2.7rem;
    /* bottom: 0; */
}

@media (max-width: 1200px) {
    .mutual_fund_section {
        display: flex;
        /* border: 1px solid red ; */
        justify-content: center;
        align-items: center;
        flex-direction: column;
        /* background-color: red; */
    }

    .mutual_fund_section>span {
        width: 100%;
        /* background-color: blue; */
    }

    #view-forms-button {
        width: 12rem;
        background-color: #1a76d1;
        color: white;
        padding: 1% 6%;
        min-width: 30%;
        border: none;
        border-radius: 4px;
        cursor: pointer;
        /* margin-top: 1rem; */
        /* margin: auto !important; */

        /* bottom: 0; */
    }

}