

@media screen and (max-width: 2000px) {
 
/* .banner-home-page {
    min-height: 1050px;
} */

    .attention-section .inner-attention-section {
        padding-right: 15%;
    }

}


@media screen and (max-width: 1600px) {

    .attention-section .inner-attention-section {
        padding-right: 25%;
    }
}


@media screen and (max-width: 1360px) {

    .attention-section .inner-attention-section {
        padding-right: 30%;
    }
}


@media screen and (max-width: 1150px) {

    .attention-section .inner-attention-section {
        padding-right: 35%;
    }
}


@media screen and (min-width: 1200px) {
    .container {
        max-width: 1360px;
    }
}


@media screen and (min-width: 992px) {
    .offcanvas {
        position: static;
        z-index: auto;
        display: block;
        width: 100%;
        height: auto;
        border: 0px;
        visibility: visible;
        transition: none 0s ease 0s;
        transform: inherit;
        background-color: transparent;
    }

    .navbar-nav .dropdown-menu {
        position: absolute;
        min-width: 188px;
        display: block;
        top: 15px;
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -ms-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
    }

    .navbar-nav .nav-item:hover .dropdown-menu {
        pointer-events: auto;
        opacity: 1;
        visibility: visible;
    }

    .navbar-nav .dropdown-menu.show {
        opacity: 1;
        visibility: visible;
    }


    /* .banner-home-page.banner-inner-page {
        padding: 190px 0 100px;
    } */

}

@media only screen and (max-width: 1199px) {

    .navbar-nav .nav-item {
        padding: 10px 7px;
    }

    .logo img {
        width: 160px;
    }

    .btn-primary,
    .btn-secondary,
    .btn-outline {
        padding: 10px 20px;
        line-height: 30px;
    }

    .container {
        padding: 0 15px;
        max-width: 100%;
    }

    .banner-text h1 {
        font-size: 56px;
        line-height: 100%;
    }

    .common-heading-text h2 {
        font-size: 45px;
        line-height: 102%;
    }

    .text-with-img-section h2 {
        font-size: 25px;
    }

    .announcement-section .text-box-sec h2 {
        font-size: 45px;
        line-height: 100%;
    }

    h2 {
        font-size: 45px;
        line-height: 100%;
    }

    /*******************account page design*****************/

    .table-responsive {
        overflow: scroll;
    }

    .table-responsive table.table {
        min-width: 1100px;
    }

    /***********contact us*******************/

    .contact-section .contact-box .contact-details p:last-child {
        margin-bottom: 0;
    }

    .contact-section .contact-box {
        margin: 20px -15px 0;
    }





}


@media screen and (max-width: 991px) {
    .header {
        padding: 10px 0px;
        position: fixed;
    }

    .header .offcanvas-start {
        background: var(--darker-blue);
    }

    .offcanvas-start {
        border-right: none;
        width: 300px;
    }

    .header-right .offcanvas-body {
        align-items: self-start;
        padding: 20px 0px;
    }

    .header-right .offcanvas-body nav {
        width: 100%;
    }

    .navbar-nav .nav-item {
        padding: 10px 20px;
    }

    .navbar-nav .nav-link {
        font-size: 20px;
        color: #fff;
        text-align: left;
    }

    .logo {
        width: 180px;
    }



    .sec-gap {
        padding: 30px 0px;
    }

    .navbar-nav {
        display: block;
    }

    .navbar-nav a {
        color: var(--white);
    }

    /* end header css */


    .py-90 {
        padding: 50px 0;
    }

    .payment-box {
        padding: 15px 15px 50px;
    }

    .card-btn {
        padding: 9px 15px;
    }

    .card-btn-yellow {
        padding: 9px 15px;
    }

    .payment-box h3 {
        font-size: 16px;
        line-height: 23px;
    }

    .payment-box h4 {
        font-size: 28px;
        margin: 10px 0;
    }

    .about-us-section .img-box-sec {
        margin-bottom: 64px;
    }

    .sticky .bar1,
    .sticky .bar2,
    .sticky .bar3 {
        background-color: var(--black);
    }

    header.sticky .navbar-nav a {
        color: var(--white);
    }

    /******************account page****************/

    .account-form {
        padding: 25px;
    }

    .account-form h2 {
        font-size: 24px;
        margin-bottom: 22px;
    }


    /****************accordion eith tabs**************/

    .tab-content>.tab-pane {
        display: block;
        opacity: 1;
    }

    .account-form .tab-content button.accordion-button {
        color: #111;
        font-size: 15px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        font-family: var(--Urbanist-font);
        border: none;
        margin: 0;
        padding: 12px 0;
        border-bottom: 1px solid var(--gray-lighter) !important;
    }

    .account-form h2.accordion-header {
        margin: 0;
    }

    .account-form .tab-content button.accordion-button:not(.collapsed) {
        background-color: transparent;
        box-shadow: none;
        border-bottom: 1px solid var(--dark-blue-color) !important;
    }


    .accordion-collapse .tabs-box {
        border-bottom: 1px solid var(--gray-lighter);
        padding: 15px 0;
    }

    .account-form .tab-content button.accordion-button:after {
        width: 15px;
        height: 15px;
        background-size: cover;
        filter: brightness(0);
    }

    .account-form .tab-content button {
        margin-top: 2px;
    }

    /**************statement sec***************/

    .address-statement .address-box {
        padding: 8px 0;
    }

    /***********contact us***************/

    .contact-section .contact-associate {
        margin-bottom: 45px;
    }


    .attention-section .inner-attention-section {
        padding-right: 0;
    }

    .payment-box {
        padding: 15px 15px 60px;
    }

        .payment-box .btn-btm {
            bottom: -43px;
        }


}

/*****************************/

@media only screen and (max-width: 767px) {



    /* .banner-home-page {
        padding: 150px 0 60px;
    } */

    .banner-text h1 {
        font-size: 32px;
        margin: 16px 0;
    }

    .heading-sec h2 {
        font-size: 20px;
    }

    .banner-text p {
        font-size: 16px;
    }

    .banner-text .btn-primary {
        margin-top: 10px;
    }

    .payment-section .col-lg-4.col-md-4 {
        margin-bottom: 20px;
    }

    .payment-section .col-lg-4.col-md-4:last-child {
        margin-bottom: 0;
    }

    .common-heading-text h2 {
        font-size: 25px;
    }

    .common-heading-text {
        margin-bottom: 30px;
    }

    .btm-img img {
        width: 100%;
    }

    .btm-img {
        width: 30%;
    }

    .announcement-section .text-box-sec h2 {
        font-size: 25px;
    }

    .announcement-section .text-box-sec h2 br {
        display: none;
    }

    .text-with-img-section h2 {
        font-size: 20px;
    }

    ul.box-with-shadow {
        padding: 18px;
        margin-bottom: 25px;
    }

    h2 {
        font-size: 25px;
    }

    .faq-section .accordion-item {
        margin: 0;
    }

    .faq-section button.accordion-button {
        font-size: 16px;
    }

    footer .footer-box {
        padding: 0 0 45px;
    }

    footer.footer {
        padding-bottom: 0;
    }

    .btn-primary,
    .btn-secondary,
    .btn-outline {
        font-size: 16px;
        padding: 5px 20px;
    }

    /****************account***************/

    .account-form {
        padding: 15px;
    }

    .account-form h2 {
        font-size: 24px;
        letter-spacing: 0;
    }

    .tabs-inner-form {
        padding: 15px;
    }

    /***********************account statement page******************/

    .head-statement .left-statement {
        width: 100%;
        margin-bottom: 15px;
    }

    .head-statement .right-statement {
        width: 100%;
    }

    .btn.btn-border {
        width: 100%;
    }

    .address-statement .address-box h6 {
        font-size: 16px;
    }

    .address-statement .address-box p {
        font-size: 13px;
    }

    .value-statement h3 {
        font-size: 22px;
    }

    .value-statement ul li:last-child span:nth-child(1) {
        padding-right: 15px;
    }

    .account-form .current-statement h2 {
        font-size: 20px;
    }

    .current-statement .inner-current-statement .table-left {
        width: 100%;
    }

    .current-statement .inner-current-statement .table-right {
        width: 1000%;
    }

    .current-statement .inner-current-statement table.table th {
        padding: 8px;
        font-size: 13px;
    }

    .current-statement .inner-current-statement table.table td {
        padding: 8px;
        font-size: 14px;
    }

    .paid-statement table.table tr th {
        padding: 8px;
        font-size: 13px;
    }

    .paid-statement table.table tr td {
        padding: 8px;
        font-size: 13px;
    }

    .account-form .tab-content p {
        font-size: 15px;
    }
    /*************************search information page*********************/

    .faq-information .accordion-item button {
        padding: 10px;
        font-size: 16px;
    }

    .faq-information .accordion-item .accordion-collapse .accordion-body {
        padding: 0 10px;
    }

    .faq-information .accordion-item .accordion-box p {
        font-size: 14px;
        line-height: 23px;
    }

    .faq-information .accordion-item .accordion-box h5 {
        padding: 15px 0 3px;
    }


    /**************************guideline page**********************/


    .btn-guideline a {
        display: block;
        margin: 7px 0;
    }

    .btm-guideline ul.listing-link {
        margin-top: 15px;
    }

    /*********************contact us***************/

    .contact-section .contact-box .contact-details {
        width: calc(50% - 20px);
        margin: 10px 10px 20px;
    }

    .contact-section .contact-box {
        margin: 20px -10px 0;
    }

    .heading-contact {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 3px;
    }

    .contact-section .contact-box .contact-details p {
        font-size: 15px;
        line-height: 24px;
    }

    .contact-faq-box {
        border-radius: 0;
    }

    .taxas-contact-sec h2 {
        margin-bottom: 30px;
    }

    .taxas-contact-sec .taxas-box h3 {
        font-size: 20px;
        line-height: 25px;
        margin-bottom: 15px;
    }



    .banner-home-page.banner-inner-page .inner-banner {
        top: 60%;
    }


    /*.banner-home-page {
        background-image: url(../images/banner-mobile.png);
        height: 645px;
    }*/

    header .btn-primary {
        padding: 4px 11px;
        margin-top: 5px;
    }



    .banner-text {
        padding-top: 100px;
    }

    .banner-box-text span {
        letter-spacing: 7px;
        font-size: 12px;
    }


    

}


@media only screen and (max-width:400px){
    .padding-login100-form-btn.button-login-page {
        flex-direction: column;
        display: flex;
        gap: 6px;
    }



}