.page_title {
    color: var(--white);
    font-size: 1rem;
    font-weight: normal;
}

.innerBanner .swiper-slide::before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(10, 74, 148, 0.62);
    z-index: 91;
}

.dataContainer {
    padding-bottom: 1px;
}

.roundedSelect {
    border-radius: 20px;
    border: 1px solid var(--black);
    color: var(--black);
    font-size: 1rem;
}

/**********************/
ul.faqTab {
    margin-bottom: 2rem;
}

ul.faqTab li {
    padding: 10px 15px;
    margin-right: 15px;
    display: inline-block;
    font-size: 1.3rem;
    font-weight: 600;
    cursor: pointer;
}

ul.faqTab li:hover {
    color: var(--blue);
}

.ul.faqTab li:last-child {
    margin-right: 0px;
}

ul.faqTab li.active {
    color: var(--blue);
    background: #dae4ee;
}

@media(min-width:1330px) {
    .filter .roundedSelect {
        max-width: 190px;
    }
}

@media(min-width:992px)and(max-width:1329px) {
    .filter .roundedSelect {
        max-width: 160px;
    }
}

.roundedSelect:focus {
    box-shadow: none;
    border: 1px solid var(--yellow);
}

input.roundedSelect {
    padding: .375rem .75rem .375rem .75rem;
    line-height: 1.5;
}

.date {
    position: relative;
}

.date i {
    content: '';
    display: block;
    position: absolute;
    right: 20px;
    top: 7px;
    font-size: 1.2rem;
}

.singleDate {
    max-width: 175px;
}

.searchFilter {
    position: relative;
}

.searchFilter i {
    content: '';
    display: block;
    position: absolute;
    right: 20px;
    top: 7px;
    font-size: 1.2rem;
    pointer-events: none;
}

.searchFilter ::-webkit-placeholder {
    color: var(--black);
}

.searchFilter ::placeholder {
    color: var(--black);
}

.eventBox {
    border: 1px solid #0A4994;
    padding: 15px;
    margin: 10px;
    height: 100%;
    transform: scale(1.0);
    -website-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.rightTab .eventBox {
    margin: 0px;
}

.yellowBorderBtn {
    border: 1px solid var(--yellow);
    padding: 7px 15px;
    border-radius: 20px;
    background: none;
    color: var(--yellow);
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
}

.yellowBorderBtn:hover {
    background: var(--yellow);
    color: var(--white);
}

.presidentCol h3 {
    font-weight: 600;
    font-size: 1.6rem;
}

.presidentCol h5 {
    font-size: 1.4rem;
}

.designation {
    display: block;
    margin-bottom: 1.5rem;
}

.leaderImg {
    width: 150px;
    height: auto;
    position: relative;
    z-index: 2;
    box-shadow: 3px 3px 5px rgb(185, 185, 185);
}

.leaderCont {
    position: relative;
}

.leaderCont span.shadowBox {
    position: absolute;
    left: 25px;
    top: 15px;
    background: #DAE4EE;
    display: block;
    z-index: 1;
    width: 80%;
    height: 100%;
}

.presidentCol .socialIconsNew a {
    margin-left: 0px;
    margin-right: 15px;
}

.contactMap {
    height: 100%;
}

.blogDetails .eventBox,
.blogDetails .eventBox:hover {
    border: none;
    transform: scale(1.0);
    box-shadow: 0px 0px 10px #ccc;
}

.blogInnerLists .eventBox,
.blogInnerLists .eventBox:hover {
    transform: scale(1.0);

}

.blogDetails .img-container {
    max-height: 250px;
    overflow: hidden;
}

.blogDetails .img-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.blogDetailsMatter h5 {
    font-weight: 600;
    color: var(--black);
    position: relative;
    margin-bottom: 15px;
}

.blogDetailsMatter h5::after {
    content: '';
    position: relative;
    display: block;
    width: 50px;
    height: 2px;
    background: var(--yellow);
    margin-top: 5px;
}

.eventDetails .eventMatter p {
    color: #5c5c5c;
}

.eventBox:hover .eventMatter p {
    color: #5c5c5c;
}

.blogInnerLists .eventButtons a {
    width: 100px;
}

@media(min-width:992px) {
    .eventBox:hover {
        background: #fffbf3;
        border: 1px solid #fffbf3;
        box-shadow: 0px 0px 10px #ccc;
        transform: scale(1.05);
    }
}

.eventBox .img-container {
    margin-bottom: 20px;
}

.date_speaker {
    display: flex;
    justify-content: space-between;
}

.dates,
.speaker {
    color: var(--black);
    margin-bottom: 15px;
    font-size: 0.9rem;
    font-weight: 500;
}

.eventDetails p {
    color: var(--black);
    font-weight: 600;
}

.eventBox:hover p {
    color: var(--yellow);
}

.virtualPlatform a,
.virtualPlatform span {
    font-size: 0.9rem;
    font-weight: 500;
}

.virtualPlatform a {
    color: var(--black);
}

.eventButtons {
    display: flex;
    justify-content: space-between;
}

.eventButtons.yellowBtns {
    justify-content: start;
}

.eventButtons .viewDetails {
    background: var(--yellow);
    color: var(--white);
}

.eventButtons a {
    line-height: 20px;
}

.eventButtons a,
.eventButtons button {
    padding: 5px 10px;
    border: none;
    border-radius: 20px;
    font-weight: 600;
}

@media(max-width:1366px) {

    .eventButtons a,
    .eventButtons button {
        padding: 5px 12px;
        font-size: 0.9rem;
    }
}

.viewEvent {
    border: 1px solid var(--black);
    color: var(--black);
    display: table;
    padding: 5px 15px;
    border-radius: 20px;
}

.viewEvent:hover {
    background: var(--yellow);
    color: #fff;
}

.newsList .viewEvent {
    margin-top: 10px;
}

.eventButtons button {
    border: 1px solid var(--blue);
    color: var(--blue);
    background: none;
}

.eventButtons.yellowBtns button {
    border: 1px solid var(--yellow);
    color: var(--yellow);
}

.eventButtons.yellowBtns a,
.eventButtons.yellowBtns button {
    margin-right: 20px;
}

.eventButtons.yellowBtns button:last-child {
    margin-right: 0px;
}

.eventButtons a:hover,
.eventButtons button:hover {
    background: var(--blue);
    color: var(--white);
}

.filterBtn {
    position: fixed;
    background: none;
    border: none;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: var(--orange);
    color: var(--white);
    bottom: 10px;
    left: 10px;
    border-radius: 50%;
    z-index: 9992;
    display: none;
}

.closeFilter {
    display: none;
}

.blueColor {
    color: var(--blue);
}

.yellowDashedBorder {
    border-bottom: 1px dashed var(--yellow);
}

.detailDates .icon img {
    width: 30px;
    height: auto;
}

.textData {
    font-weight: 600;
    font-size: 1.1rem;
    color: var(--black);
}

.textData img {
    width: 25px;
    height: auto;
    vertical-align: middle;
}

.textData span {
    display: inline-block;
    padding-right: 20px;
    margin-right: 20px;
    border-right: 1px solid var(--black);
}

.textData span:last-child {
    margin-right: 0px;
    border-right: none;
}

.eventMap iframe {
    width: 100%;
    height: 100%;
    min-height: 300px;
}

.keyHighlights ul li {
    margin-bottom: 15px;
    color: var(--black);
    padding: 5px 0px 5px 20px;
    background: url(../images/event_details/bullet.svg) no-repeat left 10px;
    background-size: 10px auto;
}

.keyHighlights ul li strong {
    font-weight: 600;
}

.logoDetails .logoList:nth-child(even) {
    background-color: #fffbf3;
}

.logoDetails p:last-child {
    margin-bottom: 0px;
}

.contactBox {
    background: #0A4994;
}

.contactBox .contactDetails {
    color: var(--white);
    display: table;
    margin: auto;
}

@media(min-width:992px) {
    .contactBox .contactDetails {
        max-width: 75%;
    }
}

.contactIcon,
.contactMatter {
    display: table-cell;
    padding: 20px 10px;
}

.contactMatter p {
    margin-bottom: 0px;
}

.contactMatter p a {
    display: block;
    color: var(--white);
}

.contactMatter p a:hover {
    color: var(--yellow);
}

.contactIcon img {
    width: 32px;
    height: auto;
}

.contactBox {
    border-right: 1px solid #fff;
}

.contactBox:last-child {
    border-right: none;
}

/********************************/
.field {
    margin-bottom: 20px;
}

.field input,
.field textarea {
    background: #f3faff;
    border: 1px solid #f3faff;
    width: 100%;
    padding: 10px;
    border-radius: 5px;
    color: var(--blue);
}

.field input:focus,
.field textarea:focus {
    border: 1px solid #79b8e6;
    outline: none;
}

.field label {
    display: block;
    margin-bottom: 15px;
}

.submitBtn {
    background: var(--yellow);
    color: #fff;
    padding: 7px 30px 8px;
    font-weight: 600;
    border: none;
    border-radius: 15px;
}

.submitBtn:hover {
    background: var(--blue);
}

.yellowColor {
    color: var(--yellow);
}

.leaderData .hightlight {
    padding-left: 15px;
    border-left: 5px solid var(--yellow);
    font-weight: 500;
}

.leaderList li {
    border-bottom: 1px solid #9F9F9F;
    padding: 15px 0px 15px 15px;
}

.leaderList li a {
    color: var(--black);
}

.leaderList li a:hover {
    color: var(--yellow);
}

.yellowBorder {
    border-bottom: 1px solid var(--yellow);
}

.leaderData .readMore,
.indiaBudget .readMore {
    /*color: var(--yellow);*/
    margin: 0 auto 3rem;
    display: table;
    border-bottom: 1px solid var(--yellow);
    padding-bottom: 5px;
}

.leaderData .readMore:hover,
.indiaBudget .readMore:hover {
    color: var(--blue);
    border-bottom: 1px solid var(--blue);
}

.leaderDescription p:last-child {
    margin-bottom: 0px;
}

ol.paraList {
    padding-left: 20px;
}

.paraList li {
    margin-bottom: 15px;
    padding-left: 15px;
    color: var(--yellow);
    font-weight: 600;
}

.presidentContactMail strong,
.presidentContactMail span {
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
}

.presidentContactMail i {
    font-size: 1.2rem;
}

.indiaBudget .accordion .head {
    background: #EEF8FF;
    padding: 15px 20px;
    color: var(--blue);
    margin-bottom: 0px;
}

.indiaBudget .accordion .head span {
    right: 12px;
    top: 10px;
}

.indiaBudget .accordion .matter {
    padding: 10px 20px 20px;
    border: 1px solid #cee4f3;
    border-top: none;
}

.indiaBudget .accordion h5 {
    font-size: 1.05rem;
}

.indiaBudget .accordion h5 span,
.indiaBudget .accordion h5 strong {
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
}

.indiaBudget .accordion h5 span:last-child,
.indiaBudget .accordion h5 strong:last-child {
    margin-right: 0px;
}

.rightButtons .yellowBtn {
    background: var(--yellow);
    color: var(--white);
    display: table;
    padding: 5px 15px;
    border-radius: 20px;
    margin-bottom: 15px;
    margin-left: auto;
    min-width: 185px;
    clear: both;
}
.india_bug_btn .yellowBtn {
    padding: 10px 15px 5px 15px;
}

.rightButtons .yellowBtn:last-child {
    margin-bottom: 0;
}

.rightButtons .yellowBtn img {
    height: 20px;
    width: auto;
    margin-left: 20px;
    vertical-align: middle;
    float: right;
}

.rightButtons .yellowBtn span {
    display: block;
    float: left;
}

.rightButtons .yellowBtn:hover {
    background: var(--orange);
}

.pageTab {
    text-align: center;

    background: #DAE4EE;
}

.pageTab a {
    display: inline-block;
    color: var(--blue);
    padding: 10px 0px;
    margin: 0px 20px;
    font-size: 1.2rem;
}

.pageTab a.active {
    border-bottom: 2px solid var(--blue);
    font-weight: 600;
}

.deptTab {
    border-radius: 10px;
    background: #fff;
    box-shadow: 0px 0px 5px #ccc;
    padding: 20px 30px 20px 20px;
}

.deptTab a {
    display: block;
    position: relative;
    margin-bottom: 10px;
    line-height: 18px;
    color: var(--black);
    padding-right: 30px;
    padding-bottom: 10px;
}

.deptTab a:hover {
    color: var(--blue);
}

.deptTab a.active {
    color: var(--blue);
    border-bottom: 2px solid var(--blue);
    font-weight: 600;
}

.deptTab a.active::after {
    position: absolute;
    display: block;
    content: "\f138";
    font-family: bootstrap-icons !important;
    right: 0px;
    top: 4px;
    font-size: 1.3rem;
}

.deptPeople {
    display: inline-block;
    width: 250px;
    box-shadow: 0px 0px 5px #ccc;
    border-radius: 10px;
    padding: 20px;
    margin-right: 20px;
    margin-bottom: 20px;
}

.deptPeople h5 {
    color: var(--blue);
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 15px;
}

.deptPeople span {
    color: var(--black);
    font-weight: 500;
    display: block;
}

.socialIconsNew {
    text-align: right;
}

.socialIconsNew img {
    width: 20px;
    height: auto;
}

.socialIconsNew a {
    display: inline-block;
    vertical-align: bottom;
    margin-left: 10px;
}

.rightTabs h4 {
    /* display: none; */
    margin-bottom: 20px;
    color: var(--orange);
    position: relative;
}

.rightTabs p {
    margin-bottom: 30px;
}

.rightTabs .rightTab {
    display: none;
    background: var(--white);
}

.rightTabs .rightTab:first-child {
    display: block;
}

/****************/

.pagination .page-link {
    border: none;
    font-size: 1.2rem;
    color: var(--blue);
    font-weight: 600;
}

.pagination li:first-child .page-link,
.pagination li:last-child .page-link {
    font-size: 1.5rem;
}

.floatingTextContainer {
    /* min-height: 300px; */
    position: relative;
    z-index: 99;
}

.floatingText {
    position: absolute;
    padding: 20px 20px 20px 5rem;
    background: var(--white);
    box-shadow: 0px 0px 5px #ccc;
    left: 0;
    top: 10%;
    width: calc(100% + 50px);
    min-height: 80%;
}

.floatingText p:last-child {
    margin-bottom: 0px;
}

.philosophy_Arrow {}

.arrows_bullet .prev_1,
.arrows_bullet .next_1 {
    position: absolute;
    bottom: 5px;
    cursor: pointer;
    color: var(--yellow);
    font-size: 1.2rem;
    z-index: 99;
}

.arrows_bullet .prev_1 {
    left: 10px;
}

.arrows_bullet .next_1 {
    right: 10px;
}

.philosophySlider .philosophy-pagination {
    position: absolute;
    bottom: 7px;
    width: 100%;
    z-index: 9;
}

.philosophy-pagination .swiper-pagination-bullet {
    border: 1px solid var(--yellow);
    background: none;
    opacity: 1;
}

.philosophy-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: var(--yellow);
}

.blueBg {
    background: #0A4994;
}

.arrows_bullet {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 999;
    background: var(--white);
    width: 150px;
    height: 30px;
}

.whiteStrip {
    background: rgba(255, 255, 255, 0.27);
    padding: 15px;
    margin-bottom: 2px;
}

.whiteStrip h5 {
    font-weight: 600;
}

.whiteStrip h5,
.whiteStrip p {
    color: var(--white);
}

.whiteStrip .whiteBorder {
    border-right: 1px solid var(--white);
}

.whiteIcon img {
    width: 100%;
    max-width: 70px;
    display: block;
}

.slideImgCont {
    position: relative;
}

.slideImgCont .overlay {
    position: absolute;
    background: rgba(10, 73, 148, 0.5);
    width: calc(100% - (var(--bs-gutter-x) * 1));
    height: 100%;
    display: flex;
    z-index: 9;
    left: calc(var(--bs-gutter-x) * 0.5);
}

.slideImgCont .overlay h4 {
    margin: auto;
    color: #fff;
    padding: 20px;
    text-align: center;
}

.eventGallery {
    border-bottom: 1px solid #ccc;
    text-align: center;
    margin-bottom: 3rem;
}

.eventGallery li {
    display: inline-block;
    font-size: 1.3rem;
    cursor: pointer;
    font-weight: 600;
    margin: 0px 15px;
    padding-bottom: 15px;
}

.eventGallery li.active {
    color: var(--orange);
    border-bottom: 2px solid var(--orange);
}

.galleryTab .videos iframe {
    width: 100%;
    height: 250px;
}

.videos.galleryList {
    display: none;
}

/********************************/

.membershipBenefits .content {
    background: #eef8ff;
    height: 100%;
}

.membershipBenefits .content p {
    color: var(--black);
}

.growthSec {
    text-align: center;
}

.growthIcon {
    position: relative;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: #feefd3;
    margin: 0 auto 1.5rem;
}

.growthIcon img {
    width: 100%;
    height: auto;
    position: absolute;
    right: 7px;
    top: -7px;
}

.joinUs {
    background: url(../images/membership/join_us_img.jpg) no-repeat center center;
    background-size: cover;
}

.joinUs h4 {
    color: var(--white);
    margin-bottom: 3rem;
    text-align: center;
}

.joinUs .yellowBtn {
    background: var(--yellow);
    color: var(--white);
    margin: 0 auto 3rem;
    display: table;
    padding: 10px 30px;
    font-weight: 600;
    border-radius: 20px;
}

.joinUs span {
    margin-right: 10px;
    color: var(--white);
    font-size: 1.3rem;
}

.joinUs a.yellowBorderBtn {
    padding: 10px 15px;
    text-align: center;
    min-width: 150px;
}

.joinUs span,
.joinUs a.yellowBorderBtn {
    display: inline-block;
    vertical-align: middle;

}

.thankYouMsg {
    text-align: center;
    font-size: 1.1rem;
}

.presidentColoumn {
    width: 175px;
    margin: 0px 20px 30px 0px;
}

.presidentColoumn .imgBox {
    position: relative;
    margin-bottom: 2.7rem;
    width: 160px;
    height: 170px;
}

.presidentColoumn .imgBox img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: relative;
    z-index: 2;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.presidentColoumn .imgBox::after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 15px;
    left: 15px;
    background: #DAE4EE;
}

.presidentList {
    padding-bottom: 0.1rem;
    border-bottom: 1px dashed var(--yellow);
    margin-bottom: 2.5rem;
}

.presidentList:last-child {
    border-bottom: none;
}

.mainLines {
    font-weight: 600;
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
    font-size: 1.1rem;
    line-height: 24px;
    margin-bottom: 2.5rem;
    position: relative;
}

.mainLines::after {
    content: '';
    display: block;
    width: 50px;
    height: 2px;
    background: var(--orange);
    margin: 10px auto;
}

.ebooks {
    max-width: 1349px;
}

.eBook {
    /* width: 20%;
    max-width: 275px; */
    margin-bottom: 2.5rem;
}

.bcas_merchandise .viewDetails {
    max-width: 200px;
    min-width: 150px;
    margin: 0 auto;
}


@media(min-width:992px) {
    .eBook {
        width: 20%;
        max-width: 275px;
    }
}

.ebookBox .img-container {
    margin-bottom: 20px;
    border: 10px solid #fff;
    box-shadow: 0px 0px 10px #ccc;
}

.ebookBox .img-container img {
    height: 250px;
    width: 100%;
    object-fit: cover;
}

.ebookBox {
    padding: 5px;
    /* margin: 10px; */
    /* height: 100%; */
    text-align: center;
    /*transform: scale(1.0);*/
    /*-website-transition: all 0.2s ease-in-out;*/
    /*transition: all 0.2s ease-in-out;*/
}

.ebookBox {
    background: #fff;
    border: 1px solid #fffbf3;
    transform: scale(1);
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.ebookBox:hover {
    border: 1px solid #0A4994;
    /* padding: 15px;
    margin: 10px; */
    /* height: 100%; */
    transform: scale(1.05);
}

/*********************************************/

.holidayBox {
    border: 1px solid #e3ebf2;
    min-height: 250px;
    height: 100%;
}

.holidayBox.blank {
    background: #dae4ee;
}

.holidayBox .monthTitle {
    font-size: 1.4rem;
    font-weight: 600;
    color: var(--blue);
    text-transform: uppercase;
    padding: 15px 20px;
    border-bottom: 1px solid var(--blue);
    text-align: center;
}

.holidayDates {
    padding: 15px 15px;
}

.holidayDates .dateBox {
    border: 1px solid #d1d1d1;
    text-align: center;
    padding: 10px 15px;
    display: inline-block;
    vertical-align: middle;
    min-width: 62px;
    text-align: center;
}

.holidayDates .dateBox strong,
.holidayDates .dateBox span {
    display: block;
    text-transform: uppercase;
}

.holidayDates .dateBox strong {
    font-size: 1.5rem;
    padding-bottom: 5px;
}

.holidayTitle {
    display: inline-block;
    font-size: 1.4rem;
    font-weight: 600;
    padding-left: 20px;
}

.dateContainer {
    margin-bottom: 10px;
}

/****************************************************/

.membershipBox {
    text-align: center;
    color: var(--white);
    padding-bottom: 30px;
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.4);
}

.lifeMembership {
    background: #0A4994;
}

.ordinaryMembership {
    background: #002148;
}

.journalSubscription {
    background: #0074FF;
}

.membershipBox .whiteBtn,
.membershipBox .yellowBtn {
    border-radius: 20px;
    padding: 10px 20px;
    min-width: 180px;
    font-weight: 600;
    text-align: center;
    border: none;
    font-size: 1.2rem;
}

.membershipBox .whiteBtn,
.membershipBox .yellowBtn:hover {
    background: #fff;
    color: var(--yellow);
}

.membershipBox .yellowBtn,
.membershipBox .whiteBtn:hover {
    color: #fff;
    background: var(--yellow);
}

.membershipHead {
    text-transform: uppercase;
    position: relative;
    width: 80%;
    line-height: 40px;
    font-size: 1.3rem;
    text-align: center;
    color: #0A4994;
    background: #fff;
    margin: 0 auto;
    font-weight: 600;
    margin-bottom: 2rem;
}

.membershipHead::before,
.membershipHead::after {
    content: '';
    display: block;
    width: 0;
    height: 0;

    position: absolute;
}

.lifeMembership .membershipHead::before,
.lifeMembership .membershipHead::after {
    border-bottom: 40px solid #0A4994;
}

.ordinaryMembership .membershipHead::before,
.ordinaryMembership .membershipHead::after {
    border-bottom: 40px solid #002148;
}

.journalSubscription .membershipHead::before,
.journalSubscription .membershipHead::after {
    border-bottom: 40px solid #0074FF;
}

.membershipHead::before {
    left: 0px;
    top: 0;
    border-right: 15px solid transparent;
}

.membershipHead::after {
    right: 0px;
    top: 0;
    border-left: 15px solid transparent;
}

.membershipPrice {
    margin-bottom: 2rem;
}

.membershipPrice strong {
    font-size: 2.5rem;
    font-weight: 600;
    margin-bottom: 0.8rem;
}

.membershipPrice strong,
.membershipPrice span {
    display: block;
}

.whiteBorderBottom {
    border-bottom: 1px dashed #fff;
    margin-bottom: 2rem;
}

.membershipBox h4 {
    font-weight: 700;
}

.membershipBox .disabled {
    opacity: 0.45;
    text-decoration: line-through;
}

.recommended {
    background: var(--yellow);
    color: var(--white);
    text-transform: uppercase;
    padding: 5px;
    margin-bottom: 1.5rem;
}

.membership .accordion .head.active {
    color: var(--yellow);
}

.icaiBox {
    text-align: center;
    background: #0A4994;
    padding: 10px 15px 30px;
    color: var(--white);
    position: absolute;
    bottom: 0px;
    left: 50%;
    z-index: 99;
    min-width: 300px;
    transform: translate(-50%, 50%);
}

.buttonBox {
    position: absolute;
    bottom: -20px;
    width: 100%;
    left: 0px;
}

.buttonBox button {
    font-size: 1rem;
    color: var(--yellow);
    border: 1px solid var(--yellow);
    display: inline-block;
    vertical-align: middle;
    margin: 0px 10px;
    min-width: 100px;
}

.icaiContainer {
    padding-top: 6rem;
}

.membershipForm .field .form-check-input {
    width: auto;
}

.membershipForm .form-check-label {
    height: auto;
    margin-bottom: 0px;
    padding-left: 15px;
    line-height: 28px;
}

.membershipForm .form-check {
    display: inline-block;
}

.membershipForm .form-check-input {
    background: var(--yellow);
}

.membershipForm .form-check-input:checked {
    background-color: var(--yellow);
    border-color: var(--yellow);
}

.membershipForm .form-check-input:focus {
    box-shadow: 0 0 0 0.25rem rgb(247 169 11 / 25%);
}

/***************************************/

.loginPanel {
    border: 1px solid #b8cae0;
    border-radius: 10px;
    padding: 2rem;
    margin: 0 auto;
    max-width: 600px;
}

.loginPanel .loginIcon {
    margin: 0 auto 1rem;
    width: 70px;
}

.loginPanel h4 {
    font-size: 2.0rem;
    display: table;
    margin: 0px auto;
    position: relative;
    margin-bottom: 2rem;
}

.loginPanel h4::before,
.loginPanel h4::after {
    content: '';
    display: block;
    height: 1px;
    width: 60px;
    background: var(--yellow);
    position: absolute;
    top: 50%;
}

.loginPanel h4::before {
    left: -80px;
}

.loginPanel h4::after {
    right: -80px;
}

.loginBox {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
}

.forgotPass {
    color: #424551;
    display: table;
    margin: 0 auto;
    padding-bottom: 3px;
    border-bottom: 1px solid #424551;
}

.createAct {
    color: var(--blue);
    display: table;
    margin: 0 auto;
    padding-bottom: 3px;
    border-bottom: 1px solid var(--blue);
}

/*********************************************/

.changeCurrency strong,
.changeCurrency select {
    display: inline-block;
    vertical-align: middle;
}

.changeCurrency strong {
    margin-right: 10px;
}

.changeCurrency select {
    background: #f5f3f4;
    border: none;
    padding: 5px 15px 5px 5px;
    font-size: 13px;
    border-radius: 5px;
}

.detail_benefits {
    padding: 10px 15px;
    border: 1px solid #B3B3B3;
    border-radius: 5px;
    position: relative;
}

.detail_benefits ul li {
    margin-bottom: 10px;
    padding-left: 15px;
    position: relative;
}

.detail_benefits ul {
    padding-bottom: 10px;
}

.detail_benefits ul li::after {
    content: '';
    display: block;
    width: 4px;
    height: 4px;
    background: var(--yellow);
    position: absolute;
    top: 6px;
    left: 0px;
    border-radius: 3px;
}

/* .detail_benefits ul li:last-child {
    margin-bottom: 0px;
} */

.showMore {
    color: var(--yellow);
}

.lifeMembershipTable .dTableRow {
    display: table-row;
}

.lifeMembershipTable .dTableCell {
    padding: 5px 20px 5px 0px;
    display: table-cell;
    color: var(--blue);
}

.lifeMembershipTable .dTableCell:last-child {
    padding: 5px 0px 5px 0px;
}

/********/
.priceDetailBox {
    padding: 10px 15px;
    border: 1px solid #B3B3B3;
    border-radius: 5px;
}

.priceHeading {
    font-size: 1.0rem;
    text-transform: uppercase;
    padding-bottom: 10px;
    border-bottom: 1px solid #8E8E8E;
    margin-bottom: 15px;
}

.priceTag,
.priceVal {
    font-size: 1rem;
}

.priceVal {
    color: #8E8E8E;
}

.priceVal.total {
    color: var(--black);
    font-weight: 600;
}

.borderBottom {
    border-bottom: 1px solid #8E8E8E;
}

.purchaseBtn {
    background: var(--yellow);
    color: #fff;
    padding: 10px 15px;
    border: none;
    border-radius: 20px;
    width: 100%;
    font-weight: 600;
}

.purchaseBtn:hover {
    background: var(--orange);
}

.cartClose {
    background: none;
    font-size: 1.5rem;
    border: none;
    position: absolute;
    right: 5px;
    top: 5px;
}

.purchaseID_date {
    color: var(--blue);
    font-weight: 600;
    font-size: 1.2rem;
    display: table;
    text-align: left;
    margin: 0px auto 2rem;
}

.purchaseID_date .d-table-row>div {
    display: table-cell;
    padding: 10px 10px;
}

@media(min-width:992px) {
    .giftMembership .field:nth-child(odd) {
        padding-right: 3.5rem;
    }

    .giftMembership .field:nth-child(even) {
        padding-left: 3.5rem;
    }
}

.lifeMembershipTable .dTableCell {
    display: inline-block;
}

@media(max-width:731px) {
    .joinUs span {
        display: block;
        margin-bottom: 10px;
        margin-right: 0px;
    }

    .joinUs {
        text-align: center;
    }

    .joinUs h4 {
        margin-bottom: 2rem;
    }
}

@media(max-width:1200px) {

    .eventButtons button,
    .eventButtons a {
        margin-bottom: 10px;
    }
}

@media screen and (max-width:991px) {
    .slideImgCont {
        width: 250px;
        margin-bottom: 15px;
    }

    .yellowDashedBorder.presidentCol {
        border-bottom: none;
    }

    .leaderCont span.shadowBox {
        display: none;
    }

    .presidentCol {
        margin-bottom: 20px;
    }

    .presidentCol .two_col {
        margin-bottom: 30px;
    }

    .presidentCol .two_col:last-child {
        margin-bottom: 10px;
    }

    .floatingText {
        position: relative;
        padding: 20px;
        width: 100%;
    }
}

@media(max-width:768px) {
    .innerBanner .bannerHeading {
        top: 0;
        bottom: 0;
        margin: auto;
        display: table;
        height: auto;
    }

    .presidentCol .socialIconsNew {
        margin-bottom: 15px;
    }
}

@media(max-width:767px) {

    ul.faqTab li {
        font-size: 1rem;
    }

    .contactBox .contactDetails {
        margin: 0;
    }

    .contactBox {
        border-bottom: 1px solid #fff;
    }
}

@media(max-width:575px) {
    .ebookBox {
        padding: 0px;
    }

    .ebookBox .img-container img {
        height: 200px;
    }

    h4.presidentTitle {
        font-size: 1.2rem;
    }

    .presidentColoumn {
        width: 130px;
        margin: 0px 10px 20px;
    }

    .presidentColoumn .imgBox {
        margin-bottom: 2rem;
        width: 115px;
        height: 125px;
    }

    ul.faqTab li {
        width: 44%;
        margin-right: 0px;
    }

    .rightTabs h4 {
        display: block;
        margin-bottom: 1.5rem;
    }

    .deptPeople {
        width: 180px;
        margin-right: 5px;
    }

    .deptPeople h5 {
        font-size: 1rem;
    }

    .rightButtons .yellowBtn {
        margin-left: inherit;
    }

    .closeFilter {
        display: table;
        max-width: 100px;
        /* width: 30px; */

        font-size: 1.1rem;
        text-align: center;
        cursor: pointer;
        background: var(--blue);
        color: var(--white);
        padding: 5px 15px 7px;
        border: none;
        border-radius: 15px;
        margin: 0 auto;
    }

    .filter {
        display: none;
        position: fixed;
        z-index: 9999;
        background: #fff;
        box-shadow: 0px 0px 6px #ccc;
        top: 0;
        left: 0;
        padding: 20px;
        width: 100%;
        height: 100%;
        margin: 0px;
        overflow: auto;
    }

    .daterangepicker {
        z-index: 99991 !important;
    }

    .filter input {
        width: 100%;
    }

    .singleDate {
        max-width: 100%;
    }

    .eventBox {
        margin: 0px;
    }

    .eventButtons {
        justify-content: start;
    }

    .eventButtons button,
    .eventButtons a {
        margin-bottom: 15px;
        margin-right: 10px;
    }

    .filterBtn {
        display: block;
    }

    .rightTabs .rightTab {
        display: block;
        margin-bottom: 2rem;
        border-bottom: 1px solid var(--yellow);
    }
}

@media(max-width:400px) {
    .deptPeople {
        width: 100%;
        margin-right: 0px;
    }



}