@media only screen and (min-width: 1400px) and (max-width: 4000px) {

}

@media only screen and (min-width: 767px) and (max-width: 991px)  {

}       

@media only screen and (min-width: 0px) and (max-width: 767px)  {

    .nav-btn {
        z-index: 10000;
        width: 36px;
        height: 42px;
        cursor: pointer;
        position: relative;
        margin: 25px 5px 0 0;
        display: block;
        padding-right: 35px;
    }

    .nav-btn span {
        display: block;
        border-radius: 20%;
        height: 4px;
        background-color: #3c5a5d;
        position: absolute;
        right: 0;
        top: 0;

        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);

        -webkit-transition: .1s ease-in-out;
        -moz-transition: .1s ease-in-out;
        -o-transition: .1s ease-in-out;
        transition: .1s ease-in-out;

        -webkit-transform-origin: left center;
        -moz-transform-origin: left center;
        -o-transform-origin: left center;
        transform-origin: left center;
    }

    .nav-btn span:nth-child(1) {width:100%;}
    .nav-btn span:nth-child(2) {width:100%; top: 7px;}
    .nav-btn span:nth-child(3) {width:100%; top: 14px;}

    .nav-btn:hover span:nth-child(2) {width: 100%;}
    .nav-btn:hover span:nth-child(3) {width: 100%;}

    .nav-btn.open {transition-duration: .3s;}
    .nav-btn.open span {box-shadow: none; background-color: #3c5a5d; right: -5px;}

    .nav-btn.open span:nth-child(1) {width:100%; transform: rotate(45deg); top: -3px;}
    .nav-btn.open span:nth-child(2) {opacity: 0;}
    .nav-btn.open span:nth-child(3) {width:100%; transform: rotate(-45deg); top: 22px;}

    /*nav {*/
    /*    height: 0;*/
    /*    overflow: hidden;*/
    /*}*/

    nav.open {
        height: 100%;
    }

    button.save {
        padding: 10px 38px;
    }

}

@media(max-width: 425px) {
    h3.profile-tittle {
        line-height: 31px;
        font-size: 25px;
    }
}

/*header*/

@media(max-width: 1405px) {
    /*.my-profile .form-container,*/
    /*.right-side,*/
    /*.messages .message-cont,*/
    /*.activity .page-buttons {*/
    /*    margin-left: 233px;*/
    /*}*/
}

@media(max-width: 1200px) {
    header .amount-and-logo ul {
        margin-left: 48px;
    }

    .my-profile .form-container,
    .right-side,
    .messages .message-cont,
    .activity .page-buttons {
        margin-left: 0;
    }

    header.mobile-click .amount-and-logo ul {
        margin-left: 260px;
    }
}

@media(max-height: 818px) {
    .vertical-menu {
        /*height: auto;*/
        padding: 0 12px 59px 12px;
    }
}


@media(max-width: 1313px) and (min-width: 1201px) {
    .vertical-menu {
        padding-bottom: 101px;
    }
}
@media(max-width: 1200px) {
    header.mobile-click .navbar-header .notifications ul li.dropdown {
        /*padding-left: 32px;*/
        /*padding-right: 16px;*/
    }

    header.mobile-click .navbar-header .notifications:after {
        width: 89%;
    }





    header .navbar-header .header-menu-logo,
    header .navbar-header .header-menu-logo {
        width: auto;
        margin-bottom: -1px;
    }

    header .navbar-header .header-menu-logo a {
        display: none;
    }

    .vertical-menu {
        display: none;
    }

    .my-profile {
        margin: 0;
    }

    .my-profile .cont {
        display: none;
    }

    .my-profile .form-container {
        margin-left: 0;
    }

    .my-profile .right-side,
    .my-profile .page-buttons,
    .main-content.home-page {
        margin-left: 0;
    }



    header .navbar-header .header-menu-logo {
        width: auto;
    }

    header .navbar-header .header-menu-logo a {
        display: none;
    }

    .vertical-menu {
        display: none;
    }

    .my-profile {
        margin: 0;
    }

    .my-profile .cont {
        display: none;
    }

    .my-profile .form-container {
        margin-left: 0;
    }

    /*.my-profile .right-side,*/
    /*.my-profile .page-buttons,*/
    /*.my-profile.messages .message-cont,*/
    /*.main-content,*/
    /*.my-profile .form-container{*/
    /*    margin-left: 0;*/
    /*}*/
}

@media(max-width: 1040px) {
    header .navbar-header .notifications ul li {
        padding: 10px;
    }

    header .amount-and-logo ul li {
        padding: 0 12px;
    }
    header .amount-and-logo ul li span {
        font-size: 15px;
    }



    header .amount-and-logo ul li.pay a {
        font-size: 13px;
    }

    header .navbar-header .notifications ul li.dropdown {
        padding-right: 20px;
    }

    header .navbar-header .notifications ul li.dropdown ul.hide-menu {
        top: 81%;
    }
}



@media(max-width: 992px) {
    /*.vertical-menu {*/
    /*    height: auto;*/
    /*}*/

    .my-profile .profile-menu {
        padding: 45px 0 25px 0;
    }
}

@media(max-width: 894px) {


    header .amount-and-logo ul li.pay a {
        margin-left: 0;
    }
}




@media(max-width: 772px) {
    header .navbar-header .notifications ul li.dropdown {
        padding-left: 10px;
        padding-right: 10px;
    }

    header .navbar-header .notifications ul li.dropdown a img.status-image {
        width: 21px;
    }

    header .navbar-header .notifications:after {
        width: 27%;
    }
    header.mobile-click .navbar-header .notifications:after {
        width: 103%;
    }

}


@media(max-width: 743px) {
    header {

    }
    header .amount-and-logo ul li:nth-child(1),
    header .amount-and-logo ul li:nth-child(2),
    header .amount-and-logo ul li:nth-child(3) {
        display: none;
    }

    header .amount-and-logo ul li.pay {
        padding: 7px 0 3px 0;
        margin: 2px 0 0 15px;
    }
}

@media(max-width: 460px) {
    header .navbar-header .notifications ul li.dropdown {
        display: none;
    }

    header .navbar-header .notifications:after {
        display: none;
    }

}



@media(max-width: 375px) {
    .navbar-header .header-menu-logo {
        padding: 0 10px 0 10px;
    }

    .vertical-menu.mobile-click {
        width: 220px;
    }

    header.mobile-click .navbar-header .header-menu-logo {
        width: 220px;
    }

    .vertical-menu .body-menu ul li a img {
        margin-left: 13px;

        width: 17px;

    }

    .vertical-menu .body-menu ul li a {
        font-size: 15px;
        padding: 9px 11px 9px 41px;
    }

    .vertical-menu .footer-menu .profile-name-and-logo {
        padding: 15px 6px 11px 6px;
        width: 201px;
        margin-left: -3px;
    }

    .vertical-menu .footer-menu .profile-name-and-logo a.status img {
        min-width: 23px;
    }

    .vertical-menu .footer-menu .profile-name-and-logo .name-and-email {
        margin: 0 11px 0 8px;
    }

    header.mobile-click .amount-and-logo ul {
        margin-left: 223px;
    }


}

@media(max-width: 350px) {
    header .amount-and-logo ul li.pay a {
        padding: 7px 21px;
        margin-left: 0;
    }
}

@media(max-width: 320px) {
    header.mobile-click .amount-and-logo ul {
        margin-left: 216px;
    }
}




/*cont*/

@media(min-width: 576px) {
    .my-profile .profile-menu .menu-info img {
        display: none;
    }
}

@media(max-width: 575px) {


    .my-profile.mobile .cont {
        display: block;
        height: auto;
    }

    .my-profile .cont {
        z-index: 1;
    }

    .my-profile .cont.up {
        z-index: 4;
    }

    .my-profile .profile-menu {
        padding: 15px 0 17px 0;
        height: auto;

    }

    .my-profile .profile-menu .menu-info {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding-right: 10px;
    }
    .my-profile .profile-menu h5 {
        margin-bottom: 0;
        font-size: 19px;
    }

    .my-profile .profile-menu .menu-info img.mobile-arrow {
        position: relative;
        top: 2px;


    }

    .faq ul.faq-info-help li button img {
        width: 31px;
        padding-left: 15px;
    }

    .my-profile .profile-menu nav {
        display: none;
        margin-top: 20px;
    }

    .my-profile .profile-menu nav.show {
        display: block;
    }

    .my-profile.mobile-click .cont {
        margin-left: 0;
    }

    .my-profile .form-container,
    .right-side,
    .messages .message-cont {
        margin-top: 90px;
    }
}

@media(max-width: 425px) {
    .faq ul.faq-info-help li button {
        font-size: 16px;
        line-height: 22px;
    }

    .messages.history .other-message {
        padding: 20px 20px 20px 20px;
    }
}




/*home-page*/

@media(max-width: 992px) {
    .main-content .component-content {
        margin-bottom: 31px;
    }
}

@media(max-width: 767px) {
    .main-content.home-page {
        height: auto;
        padding-bottom: 35px;
    }
}

@media(max-width: 425px) {
    .main-content .component-content {
        margin-bottom: 25px;
    }
}




/*personal-information page*/










/*messages*/

@media(max-width: 375px) {
    .messages .message-cont .more-messages {
        padding: 20px 16px 10px 16px;
    }

    .messages .message-cont .more-messages .person-message .flex-cont img {
        width: 30px;
    }

    .messages .message-cont .more-messages .person-message .flex-cont h5 {
        font-size: 15px;
        line-height: 23px;
    }

    .messages .message-cont .more-messages .person-message .flex-cont .name-and-time span {
        font-size: 13px;
    }
}




/*activity*/

























@media(max-width: 1300px) {
    .activity .right-side .history-blog .web-info img {
        margin: 0 auto;
    }
}

@media(max-width: 1200px) {
    .activity .right-side .history-blog .web-info img {
        margin: 0;
    }
}

@media(max-width: 992px) and (min-width: 768px) {
    .activity .right-side .history-blog .web-info img {
        margin: 0 auto;
    }


}

@media(max-width: 767px) {
    .my-profile.activity {
        height: auto;
    }

    .my-profile {
        height: auto;
    }
    .activity .right-side .history-blog .web-info {
        padding: 20px 10px 5px 10px;
    }

    .activity .right-side .history-blog .info-details {
        display: none;
    }

    .my-profile.notifications .web-info p {
        margin-bottom: 20px;
    }

    .activity .right-side .history-blog .web-info span {
        height: auto;
        justify-content: center;
        margin-bottom: 20px;

    }
    .activity .right-side .history-blog .web-info h5 {
        text-align: center;
        font-weight: 600;
        font-size: 14px;
        line-height: 20px;
        color: #163746;
    }

    .activity .right-side .history-blog .web-info img {
        height: auto;
        margin: 5px auto 0 auto;
        width: 20px;
    }

    .activity .right-side .history-blog .web-info img.browser {
        margin: 5px auto 0 auto;
    }


}


@media(max-width: 425px) {
    .activity .page-buttons ul li a {
        width: 30px;
        height: 30px;
        font-size: 13px;
        padding: 4px 4px 10px 10px;
    }

    .activity .page-buttons ul li a img {
        width: 6px;
    }
}


/*my-profile password*/

@media(max-width: 425px) {
    .my-profile.password .form-container form .form-group input {
        font-size: 13px;
    }
    .my-profile .form-container form .form-group,
    .white-card-info .right-side form .form-group {
        margin-bottom: 1.2rem;
    }
}



/*promotions*/

@media(max-width: 450px) {
    .promotions .right-side .offer-block {
        padding: 33px 30px 35px 30px;
        width: 100%;
    }

    .promotions .right-side .offer-block p {
        line-height: 22px;
    }
}


/*promo-details*/

@media(max-width: 535px) {
    .promo-details ul.details li a {
        padding: 8px 21px;

    }
}

@media(max-width: 425px) {
    .promo-details .terms-inf,
    .promo-details .terms-inf.example {
        padding: 25px 20px 25px 20px;
    }
}

@media(max-width: 359px) {
    .promo-details ul.details li a {
        padding: 7px 14px;

    }
}




/*.deactivation */


@media(max-width: 767px) {
    .deactivation .deactivating {
        padding: 50px 30px 50px 29px;
        width: 100%;
    }
}

@media(max-width: 570px) {
    .deactivation .deactivating {
        display: block;
        text-align: center;
        padding: 35px 30px 40px 29px;

    }
    .deactivation .deactivating span {
        display: block;
        font-size: 15px;
        margin-bottom: 20px;
    }
}





/*white-card-management*/



@media(max-width: 992px) {
    .white-card-management .more-tools .check-block {
        margin-left: auto;
    }
}

@media(max-width: 767px) {

    .white-card-management {
        height: auto;
    }

    .white-card-management .card-tools .card-condition {
        margin-bottom: 20px;
    }

    .white-card-management .btn-change {
        text-align: center;
    }


}

@media(max-width: 574px) {
    .white-card-management .more-tools p {
        text-align: center;
        margin-bottom: 10px;
    }

    .white-card-management .more-tools span {
        float: right;
        margin-top: 2px;
    }

    .white-card-management .more-tools .check-block {
        margin: 0;
    }


}

@media(max-width: 360px) {
    .white-card-management .card-tools .card-condition .img-info .inf h5 {
        padding-right: 12px;
    }
}





/*white-card-balance*/

@media(max-width: 1277px) {
    .card-balance .balance-obligation .balance-amount .balance-info span.amount {
        margin-left: 2em;
    }
}

@media(max-width: 1200px) {
    .card-balance .balance-obligation .balance-amount .balance-info span.amount {
        margin-left: 4em;
    }
}

@media(max-width: 992px) {
    .card-balance .balance-obligation .balance-amount .balance-info span.amount {
        margin-left: 15px;
    }
}

@media(max-width: 767px) {

    .card-balance {
        height: auto;
    }

    .card-balance .balance-obligation .balance-amount .balance-info span.amount {
        width: 90px;
        display: block;
        text-align: left;
    }

    .card-balance .balance-obligation .balance-amount {
        margin-bottom: 35px;
    }

    .card-balance .balance-obligation .balance-amount .balance-info span.information {
        width: 100%;
        padding-right: 15px;
    }

    .card-balance .balance-obligation .balance-amount .balance-info .inf {
        width: 100%;
    }

    .card-balance .balance-obligation .balance-amount.current-liability {
        margin-bottom: 0;
    }
}

@media(max-width: 425px) {
    .card-balance .balance-obligation .balance-amount .balance-info span.information,
    .card-balance .balance-obligation .balance-amount .balance-info .inf {
        width: 85%;
    }
}

@media(max-width: 360px) {
    .card-balance .balance-obligation .balance-amount .balance-info {
        padding: 9px 10px 9px 16px;
    }

    .card-balance .balance-obligation .balance-amount.current-liability .balance-info span.amount {
        margin-left: 10px;
    }

    .card-balance .balance-obligation .balance-amount .balance-info span.information {
        padding-right: 0;
    }
}





/*card-transaction*/

@media(max-width: 1405px) {
    .card-transaction .right-side .history-blog .info-details h5 {
        display: flex;
        height: 40px;
        align-items: center;
    }
    .card-transaction .right-side .history-blog .info-details {
        padding: 6px 10px;
    }

    .repayment .right-side .history-blog .info-details {
        padding: 11px 10px 11px 21px;
    }

    .repayment .right-side .history-blog .info-details h5 {
        height: auto;
    }
}

@media(max-width: 767px) {
    .card-transaction .select-time form .form-group select {
        padding: 10px 39px 10px 43px;
    }

    .activity.card-transaction .right-side .history-blog .web-info span.price {
        width: 100%;
    }

    .activity.card-transaction .right-side .history-blog .web-info span.description {
        text-align: center;
    }

    .activity.card-transaction .right-side .history-blog .web-info span.description span.number {
        margin-bottom: 0;
    }

    .card-transaction .select-time form .form-group input.datepicker {
        width: 158px;
    }
}


@media(max-width: 575px) {
    .card-transaction .select-time form {
        text-align: center;
    }

    .card-transaction .select-time form .btn-search {
        justify-content: center;
        margin-top: 0;
    }
    .card-transaction .select-time form .form-group {
        margin-bottom: 2rem;
    }
    .card-transaction .select-time {
        margin-bottom: 45px;
    }

    .card-transaction .select-time form .form-group img.calendar {
        margin-left: -57px
    }

    .card-transaction h3.profile-tittle {
        text-align: center;
    }

    .card-transaction .select-time form .btn-search button {
        padding: 10px 45px;
    }

    .card-transaction .select-time form .input-group.date {
        justify-content: center;
    }

    .card-transaction .select-time form .form-group input.datepicker {
        width: 146px;
    }
}

@media(max-width: 330px) {
    .activity.card-transaction .right-side .history-blog .web-info span.description {
        padding: 0 13px;
    }

}





/*debt-payment*/

@media(max-width: 767px) {
    .debt-payment form {


    }

    .debt-payment .right-side .form-group.checkbox {
        margin-left: 72px;
    }

    .debt-payment .right-side .form-group.radio {
        margin-left: 0;
    }






}

@media(max-width: 575px) {
    .debt-payment form {
        position: relative;
        z-index: 3;
    }
}

@media(max-width: 550px) {
    .debt-payment form {
        width: 100%;
        padding: 40px 0 40px 0;
    }
}

@media(max-width: 425px) {
    .debt-payment form {
        padding: 30px 0 35px 0;
    }

    .debt-payment .right-side .form-group.radio label {
        font-size: 15px;
    }

    .debt-payment .right-side .form-group input.form-control {
        padding: 19px 2px 19px 7px;
        width: 131px;
    }

    .debt-payment .right-side .form-group .checkmark {
        margin-left: -1px;
    }

    .debt-payment .right-side .form-group.checkbox input {
        margin-left: 2px;
    }

    .debt-payment .right-side .form-group.checkbox label {
        padding-left: 25px;
    }

    .debt-payment .right-side .form-group.radio .form-check,
    .debt-payment .right-side .form-group.checkbox {
        margin-left: 22px;
    }

    .debt-payment .right-side .form-group.radio .form-check-input {

        margin-top: 0;
    }
}

@media(max-width: 335px) {
    .debt-payment .right-side .form-group.radio .form-check,
    .debt-payment .right-side .form-group.checkbox {
        margin-left: 7px;
    }
}




/*card-statements*/

@media(max-width: 1405px) {
    .card-transaction.card-statements .right-side .history-blog .info-details {
        padding: 5px 10px 5px 22px;
    }

    .card-transaction.card-statements .right-side .history-blog .info-details h5 {
        height: 35px;
    }
}

@media(max-width: 767px) {
    .card-transaction.card-statements .right-side .history-blog .web-info a img.download-img {
        vertical-align: sub;
    }

    .card-statements .right-side .history-blog .web-info a {
        display: block;
        text-align: center;
    }
}

@media(max-width: 575px) {
    .card-statements .right-side .history-blog .web-info a {
        margin-bottom: 20px;
    }
}




/*card-document*/


@media(max-height: 540px) {
    .my-profile.docs .cont {
        height: auto ;
    }
}

@media(max-width: 575px) {
    .docs .find-document {
        text-align: center;
    }
}

@media(max-width: 330px) {
    .docs .right-side .history-blog .web-info span {
        line-height: 17px;
    }
}





/*card-terms*/

@media(max-width: 574px) {
    .terms .term-info {
        padding: 20px 20px 27px 20px;
    }

    .terms .term-info p {
        margin-bottom: 25px;
    }

}





/*win-with-a-white-card*/

@media(max-width: 1306px) {
    .white-card-offer .win-offer-block h3 {
        padding: 0;
    }
}

@media(max-width: 1200px) {
    .white-card-offer .win-offer-block h3 {
        padding: 0 5px;
    }
}

@media(max-width: 992px) {
    .white-card-offer .win-offer-block h3 {
        padding: 0;
    }

    .white-card-offer .win-offer-block .offer-count .img-and-count img {
        vertical-align: baseline;
        width: 30px;
        height: 26px;
    }

    .white-card-offer .win-offer-block .offer-count span.info {
        font-size: 11px;
    }

    .white-card-offer .win-offer-block .offer-count {
        padding: 25px 17px;
    }
}

@media(max-width: 930px) {
    .white-card-offer .win-offer-block p {
        padding: 0 10px;
    }

    .white-card-offer .win-offer-block h3 {
        padding: 0 10px;
    }
}

@media(max-width: 767px) {
    .white-card-offer .win-offer-block .offer-image img {
        margin-bottom: 30px;
    }
}

@media(max-width: 574px) {
    .white-card-offer .win-offer-block p {
        padding: 0 10px;
    }
}

@media(max-width: 425px) {

    .white-card-offer .win-offer-block {
        padding-top: 30px;
    }

    .white-card-offer .win-offer-block .offer-image {
        padding: 0 20px;
    }

    .white-card-offer .invite-a-friend form .form-group textarea {
        padding: 6px 16px 10px 11px;
        font-size: 13px;
        line-height: 17px;
    }

    .white-card-offer .invite-a-friend {
        padding: 20px 20px 28px 20px;
    }
}




/*register*/

@media(max-width: 1424px) {
    /*.register .card-register .more-info img.eclipse {*/
    /*    margin-bottom: 59px;*/
    /*}*/

    /*.register .card-register .more-info img.eclipse2 {*/
    /*    margin-bottom: 58px*/
    /*}*/
}

@media(max-width: 767px) {
    .register .card-register .form-contract form {
        padding: 26px 25px 40px 25px;
    }

    .register .card-register .more-info p {
        width: auto;
    }
}

@media(max-width: 670px) {
    .register .card-register .more-info img.eclipse {
        margin-bottom: 110px;
        width: 97px;
        margin-left: 0px;
    }

    .register .card-register .more-info img.eclipse2 {
        margin-bottom: 110px;
        width: 98px;
        margin-left: 0;
    }
}

@media(max-width: 574px) {
    .register .card-register .form-contract form {
        margin-bottom: 23px;
    }

    .register .card-register .more-info img.eclipse,
    .register .card-register .more-info img.eclipse2 {
        margin-bottom: 83px;
        width: 101px;
        margin-left: 7px;
    }
}

@media(max-width: 427px) {
    .register .card-register .more-info img.eclipse,
    .register .card-register .more-info img.eclipse2 {
        margin-bottom: 102px;

    }
}


@media(max-width: 425px) {
    .register .card-register .form-contract form {
        padding: 26px 20px 40px 20px;
    }
}

@media(max-width: 327px) {
    .register .card-register .more-info img.eclipse,
    .register .card-register .more-info img.eclipse2 {
        margin-bottom: 117px;
        width: 86px;
        margin-left: 5px;

    }
}





/*form-log*/

@media(max-width: 574px) {

    .form-log {
        padding: 30px 0px 0 0;
    }

    .form-log .form-block form {
        margin-bottom: 20px;
    }
}

@media(max-width: 425px) {
    .form-log .form-block img {
        width: 225px;
    }

    .form-log .form-block form h5 {
        font-size: 20px;
    }

    .form-log .form-block .logo-text a {
        font-size: 40px;
    }

    .form-log .form-block .logo-text a span {
        font-size: 12.5px;
    }
}

@media(max-width: 390px) {
    .form-log .form-block form,
    .form-log .form-block .logo-text {
        width: 100%;
    }
}






/*choose-payment*/

@media(max-width: 1200px) {
    .choose-payment .chooses {
        padding: 0 117px;
    }
}

@media(max-width: 992px) {
    .choose-payment .chooses {
        padding: 0;
    }
}


@media(max-width: 575px) {
    .choose-payment {
        padding: 50px 0px 0 0;
    }

    .choose-payment .steps {
        width: 231px;
    }

    .choose-payment .chooses {
        margin-top: 40px;
    }

    .choose-payment .steps ul:before,
    .choose-payment .steps ul:after {
        width: 57px;
    }

    .choose-payment .chooses .without-acc.first-block {
        margin-bottom: 20px;
    }
}




/*footer*/

@media(max-width: 574px) {
    footer .copyright {
        text-align: center;
    }
}


