/* Header  */
.icon-login-btn {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    color: #000;
    font-size: 14px;
    text-decoration: none;
}

.mob-ed {
    margin-right: 20px;
}

.user-icon-item {
    display: none !important;
}

@media (max-width: 767px),
(max-width: 820px) and (max-height: 1180px),
(max-width: 853px) and (max-height: 1280px),
(max-width: 912px) and (max-height: 1368px) {
    .top-right {
        display: none !important;
    }

    .top-left {
        justify-content: space-between;
        margin-bottom: 4px;
    }

    .top-mail {
        display: flex;
        padding-left: 0;
        justify-content: space-between;
        text-align: center;
        width: 100%;
    }

    .top-mail li:first-child {
        display: none !important;
    }

    .top-mail li {
        display: inline-flex;
        align-items: center;
        margin-right: 15px;
    }

    .top-mail li:last-child {
        margin-right: 0;
    }

    .sec-subhead {
        font-size: 16px;
    }

    .log-drpicon {
        display: block !important;
    }

    .email-item {
        display: none !important;
    }

    .phone-item,
    .emi-item {
        display: flex !important;
    }

    .user-icon-item {
        display: flex !important;
    }

    .icon-login-btn {
        width: 30px;
        height: 30px;
        font-size: 14px;
    }
}

@media (max-width: 820px) and (max-height: 1180px) {
    .top-social-icon {
        display: none !important;
    }
}



/* notifaction  */
@media (max-width: 767.98px) {
    .not-sider .col-md-3 {
        flex: 0 0 auto;
        width: 15%;
        max-width: 15%;
        padding-right: 0 !important;
    }

    .not-sli-left {
        padding: 12px 5px;
    }

    .not-slider-head {
        font-size: 0;
        line-height: 0;
        text-align: center;
        margin: 0;
    }

    .not-slider-head span {
        display: block;
        font-size: 18px;
        margin: 0;
        line-height: 1;
    }

    .not-sider .col-md-9 {
        flex: 0 0 auto;
        width: 85%;
        max-width: 85%;
        padding-left: 0 !important;
    }

    .not-sli-right {
        padding: 10px 5px;
        overflow: hidden;
    }

    .marq-list li {
        padding-right: 10px;
        margin: 0px 3px;
        white-space: nowrap;
    }

    .marq-list li a {
        font-size: 16px;
    }
}


/* Footer  */

@media (max-width: 767px) {
    .bottom-band p {
        text-align: center !important;
    }

    .col-md-8 .copyright-text p,
    .col-md-4 .text-end p {
        text-align: center !important;
    }

    .text-end {
        position: static;
        right: auto;
    }
}



@media (max-width: 767px) {
    .aboutus-banner {
        padding: 60px 0px;
    }
}


/* Pan Section  */


.abtpg-manv-right {
    margin-left: 0; 
    margin-top: 30px;
    padding: 0; 
    border: none;
    border-radius: 0;
}

.abtpg-manv-right img {
    position: static; 
    top: auto; 
    left: auto;
    max-width: 100%; 
    height: auto;
}
@media (min-width: 773px) {

    .abtpg-manv-right {
        margin-top: 50px;
        border: 5px solid #0c83c8;
        padding: 0px 30px 0;
        margin-left: 50px; 
    }
    .abtpg-manv-right img {
        position: relative;
        top: -30px;
    }
}
/* index-banner */
@media (max-width: 768px) {
    .custom-carousel-item img {
        width: auto !important;
        position: relative;
        right: 740px;
    }
}