body{
    font-family: 'Source Sans Pro', sans-serif;
}
/*кнопка звонка*/

.callback-bt {
    background:#38a3fd;
    border:2px solid #38a3fd;
    border-radius:50%;
    box-shadow:0 8px 10px rgba(56,163,253,0.3);
    cursor:pointer;
    height:68px;
    text-align:center;
    width:68px;
    position: fixed;
    right: 22px;
    bottom: 105px;
    z-index:999;
    transition:.3s;
    animation:hoverWave linear 1s infinite;
}

.callback-bt .text-call{
    height:68px;
    width:68px;
    border-radius:50%;
    position:relative;
    overflow:hidden;
}

.callback-bt .text-call span {
    text-align: center;
    color:#38a3fd;
    opacity: 0;
    font-size: 0;
    position:absolute;
    right: 4px;
    top: 22px;
    line-height: 14px;
    font-weight: 600;
    text-transform: uppercase;
    transition: opacity .3s linear;
    font-family: 'montserrat', Arial, Helvetica, sans-serif;
}

.callback-bt .text-call:hover span {
    opacity: 1;
    font-size: 11px;
}
.callback-bt:hover img {
    display:none;
}

.callback-bt:hover {
    z-index:1;
    background:#fff;
    color:transparent;
    transition:.3s;
}
.callback-bt:hover img {
    color:#38a3fd;
    font-size:40px;
    transition:.3s;
}
.callback-bt img {
    color:#fff;
    font-size:34px;
    transition:.3s;
    line-height: 66px;transition: .5s ease-in-out;
}

.callback-bt img  {
    animation: 1200ms ease 0s normal none 1 running shake;
    animation-iteration-count: infinite;
    -webkit-animation: 1200ms ease 0s normal none 1 running shake;
    -webkit-animation-iteration-count: infinite;
}
@media screen and (max-width: 768px) {
    .showBaccallButton{
        display: block;
    }
    .showBaccallCard{
        display: none;
    }
}
@media screen and (min-width: 769px) {
    .showBaccallButton{
        display: none;
    }
    .showBaccallCard{
        display: block;
    }
}@keyframes hoverWave {
     0% {
         box-shadow:0 8px 10px rgba(56,163,253,0.3),0 0 0 0 rgba(56,163,253,0.2),0 0 0 0 rgba(56,163,253,0.2)
     }
     40% {
         box-shadow:0 8px 10px rgba(56,163,253,0.3),0 0 0 15px rgba(56,163,253,0.2),0 0 0 0 rgba(56,163,253,0.2)
     }
     80% {
         box-shadow:0 8px 10px rgba(56,163,253,0.3),0 0 0 30px rgba(56,163,253,0),0 0 0 26.7px rgba(56,163,253,0.067)
     }
     100% {
         box-shadow:0 8px 10px rgba(56,163,253,0.3),0 0 0 30px rgba(56,163,253,0),0 0 0 40px rgba(56,163,253,0.0)
     }
 }

/* animations icon */

@keyframes shake {
    0% {
        transform: rotateZ(0deg);
        -ms-transform: rotateZ(0deg);
        -webkit-transform: rotateZ(0deg);
    }
    10% {
        transform: rotateZ(-30deg);
        -ms-transform: rotateZ(-30deg);
        -webkit-transform: rotateZ(-30deg);
    }
    20% {
        transform: rotateZ(15deg);
        -ms-transform: rotateZ(15deg);
        -webkit-transform: rotateZ(15deg);
    }
    30% {
        transform: rotateZ(-10deg);
        -ms-transform: rotateZ(-10deg);
        -webkit-transform: rotateZ(-10deg);
    }
    40% {
        transform: rotateZ(7.5deg);
        -ms-transform: rotateZ(7.5deg);
        -webkit-transform: rotateZ(7.5deg);
    }
    50% {
        transform: rotateZ(-6deg);
        -ms-transform: rotateZ(-6deg);
        -webkit-transform: rotateZ(-6deg);
    }
    60% {
        transform: rotateZ(5deg);
        -ms-transform: rotateZ(5deg);
        -webkit-transform: rotateZ(5deg);
    }
    70% {
        transform: rotateZ(-4.28571deg);
        -ms-transform: rotateZ(-4.28571deg);
        -webkit-transform: rotateZ(-4.28571deg);
    }
    80% {
        transform: rotateZ(3.75deg);
        -ms-transform: rotateZ(3.75deg);
        -webkit-transform: rotateZ(3.75deg);
    }
    90% {
        transform: rotateZ(-3.33333deg);
        -ms-transform: rotateZ(-3.33333deg);
        -webkit-transform: rotateZ(-3.33333deg);
    }
    100% {
        transform: rotateZ(0deg);
        -ms-transform: rotateZ(0deg);
        -webkit-transform: rotateZ(0deg);
    }
}
/* конец кнопки звонка */

.btn {
    padding: .5rem 1rem;
}
.btn-primary {
    background-color: #2196F3;
    border-color: #2196F3;
}
.btn-primary:hover {
    background-color: #0b79d1;
    border-color: #0b79d1;
}
.btn-outline-primary {
    color: #2196F3;
    border-color: #2196F3;
    padding: .5rem 1rem;
}
.btn-outline-primary:hover {
    background-color: #2196F3;
    border-color: #2196F3;
}

.im-recommend-card {
    transition: 0.6s;
    border-radius: .25rem;
}
.im-recommend-card:hover {
    transform: scale(1.05);
}
.im-recommend-card-shadow:hover {
    box-shadow: 1rem 1.5rem 3rem rgba(35, 150, 243, .08);
}
.im-recommend-card:hover img:first-child {
    transform: scale(1.1) rotate(15deg);
}
.im-animation {
    position: relative;
    height: 170px;
}
.im-animation-body {
    transform: translate(-50%);
    position: absolute;
    height: 100%;
    width: 100%;
    left: 50%;
}
.im-animation-body img {
    transition: 0.6s;
    height: 100%;
    z-index: -1;
}
.im-bg-cuan {
    background-color: #F6FCFF !important;
}

.im-sale-first:hover img:first-child {
    left: 55%;
}
.im-sale-first:hover img:last-child {
    left: 48%;
    top: 33%;
}
.im-sale-animation {
    position: relative;
    height: 100%;
    height: 17rem;
}
.im-sale-animation img {
    transition: .6s;
    position: absolute;
    z-index: 2;
    left: 50%;
    transform: translate(-50%);
}
.im-sale-animation img:last-child {
    z-index: 1;
    top: 35%;
}
.im-sale-third {
    position: relative;
    height: 14rem;
}
.im-sale-third > div {
    z-index: 2;
}
.im-sale-third img {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
}


.nav-dropdown .dropdown-toggle::after{
    border: none !important;
}
.wrapper {
    border-top: 5px solid #2196F3;
}
.mt-6{
    margin-top: 186px !important;
}
.nav-underline {
    position: relative;
}
.nav-underline::before{
    position: absolute;
    content: '';
    width: 100%;
    height: 1px;
    background: #EFEFEF;
    bottom: 0;
}
.btn-cyan{
    padding: 0rem .8rem;
    background-color: #0193CF !important;
    color: #fff !important;
}
.text-cyan{
    color: #0193CF;
}
.bg-cyan{
    background-color: #0193CF !important;
}
.bg-greenish{
    background: #F9FCF6;
}
.bg-purplish{
    background: #FAFAFF;
}
.bg-yellow{
    background: #FFFFFA;
}
.bg-sample{
    background: #F6FCFF;
}
.navbar-nav .active{
    font-weight: 600;
    position: relative;
}
.nav-underline .active::before{
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: 0;
    background: #007CC3;
}
.custom-slider .carousel-item{
    height: 100%;
}
.custom-slider .carousel-indicators li{
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #000 !important;
    position: relative;
    margin: 7px;
}
.custom-slider .carousel-indicators{
    margin-bottom: 0 !important;
    bottom: -50px !important;
}
.custom-slider .carousel-indicators .active:before{
    content: '';
    display: block;
    border: 1px solid #BABDC3;
    width: 20px;
    height: 20px;
    left: -5px;
    top: -5px;
    position: absolute;
    border-radius: 50%;
}
.carousel-caption{
    right: auto;
    bottom: auto;
    left: 20%;
    top: 15% ;
    width: 31%;
    text-align: left;
}
.carousel-item{
    height: 30rem;
}

.carousel-control-next-icon{
    background-image: url(/images/long-arrow-right.svg?530e3fbdd128ef5e32d56b084dcad9d4) !important;
}
.carousel-control-prev-icon{
    background-image: url(/images/long-arrow-left.svg?ee082afd99adb2dfc1ccc5cab440180b) !important;
}
.card-rates{
    border: 1px solid #fff !important;;
}
.card-rates:hover{
    border: 1px solid #007CC3 !important;
}
.card{
    background: transparent !important;
}
/* .card:hover a{
    color: #007CC3 !important;
} */
/* .card:hover .btn u:before{
    border-left: 5px solid #007CC3;
} */


.switcher .custom-switch .custom-control-label::before {
    left: -2.3rem !important;
    width: 2.75rem !important;
    pointer-events: all;
    border-radius: .5rem;
}
.custom-switch .custom-control-input:checked~.custom-control-label::after{
    transform: translateX(1.75rem) !important;
    background: #6AB5E7 !important;
}
.custom-switch .custom-control-label::after{
    background-color: #6AB5E7 !important;
}
.custom-control-input:checked~.custom-control-label::before{
    background-color: #fff !important;
    border: #adb5bd solid 1px !important;
}
.custom-control-input:not(:disabled):active~.custom-control-label::before{
    box-shadow: none !important;
    background: none !important;
}.custom-control-label::before, .custom-file-label, .custom-select{
     transition: none !important;
     box-shadow: none !important;
 }
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}
.currancy-calculator input{
    background: #F6FCFF !important;
    border: none !important;
    border-left: 2px solid #FFD469 !important;
    border-radius: unset !important;
    color: #0193CF !important;
    font-weight: 700;
}
.currancy-result{
    padding: 0.375rem 0.75rem;
    background: #F6FCFF;
    box-sizing: border-box;
    border-radius: 4px;
    color: #0193CF;
    font-size: .9rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    overflow: inherit;
}
.credit-calculator-box{
    border: 1px solid #EDEDED;
    box-sizing: border-box;
    /*height: 104px;*/
}
.credit-calculator-box .credit-value, .credit-calculator-box .credit-month{
    font-size: 25px;
    font-weight: 500;
}
.calculator-dropdown a{
    font-size: 20px;
    font-weight: 500;
}
.form-control-range{
    bottom: 0;
    left: 0;
}
.credit-calculator-title{
    font-size: 2.8rem;
}
/*.news-card-overlayed {*/
/*    height: 93%;*/
/*}*/
.news-card-overlayed .card-body{
    position: absolute;
    bottom: 0;
    left: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.565331) 87.57%);
    width: 100% !important;
}
.news-date{
    color: #d4d4d4;
}
.news-card-horizontal{
    width: 100% !important;
}
/*.news-card-horizontal .card-body{*/
/*    padding: 15px 20px !important;*/
/*}*/
.news-card-horizontal img{
    border-radius: 0;
    height: 167px;
}
.discription{
    font-size: 14px !important;
}
.form-control-range-time{
    width: 100%;
    height: 5px;
    outline: none !important;
    -webkit-appearance: none;
    box-shadow: inset 0 0 5px #EDEDED;
    /*background: linear-gradient(90deg, rgb(1, 147, 207) 69%, rgb(237, 237, 237)70%);*/
    border-radius: 50px;
}
.form-control-range-cash{
    width: 100%;
    height: 5px;
    outline: none !important;
    -webkit-appearance: none;
    box-shadow: inset 0 0 5px #EDEDED;
    /*background: linear-gradient(90deg, rgb(1, 147, 207) 70%, rgb(237, 237, 237)70%);*/
    border-radius: 50px;
}
.form-control-range::-webkit-slider-thumb{
    -webkit-appearance: none;
    width: 15px;
    height: 15px;
    background: #ffff;
    border-radius: 50%;
    border: 3px solid #0193CF;
    overflow: hidden;
}
.form-control-range::-moz-range-thumb{
    -webkit-appearance: none;
    width: 15px;
    height: 15px;
    background: #ffff;
    border-radius: 50%;
    border: 3px solid #0193CF;
    overflow: hidden;
}
footer ul{
    line-height: 2;
}
footer{
    background: #f5f5f5;
}
.copyright{
    background: #f5f5f5;
}
.custom-cyan-list{
    list-style: none;
}
.custom-cyan-list li::before{
    content: "\2022";
    color: #007CC3;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}
.imon-card{
    border-radius: 12px;
}
.cyan-boxshadow{
    box-shadow: 14px 19px 16px 7px #E3F3FD;
    transition: 1s;
}
.cyan-boxshadow:hover{
    box-shadow: -18px -5px 16px 7px #E3F3FD;
}
.purple-boxshadow{
    box-shadow: 14px 19px 16px 7px #F3EAFC;
    transition: 1s;
}
.purple-boxshadow:hover{
    box-shadow: -18px -5px 16px 7px #F3EAFC;
}
.aqua-boxshadow{
    box-shadow: 14px 19px 16px 7px rgba(0, 223, 255, 0.15);
    transition: 1s;
}
.aqua-boxshadow:hover{
    box-shadow: -18px -5px 16px 7px rgba(0, 223, 255, 0.15);;
}
.imon-card-inner-content{
    position: relative;
}
.imon-card-inner-content::before{
    content: '';
    position: absolute;
    bottom: 0;
    left: 15px;
    height: 1px;
    width: 87%;
    background: #EEEEEE;
}
/* animation start */

.card-element-4{
    z-index: 100;
}
.card-element-2{
    left: 35%;
    bottom: 0;
    transition: 1s;
    z-index: 200;
}
.card-element-1{
    top: 23%;
    right: 18%;
    transition: 1s;
}
.inkishof-element-1{
    right: 18%;
    bottom: 11%;
    transition: 1s;
    z-index: 200;
}
.inkishof-element-2{
    top: 60%;
    left: 18%;
    transition: 1s;
    z-index: 200;
}
.card:hover .card-element-1{
    top: 26%;
    right: 16%;
}
.card:hover .card-element-2{
    left: 30%;
    bottom: 5%;
}
.card:hover .card-element-3{
    right: 20%;
    bottom: -7px;
    transition: 1s;
}
.card:hover .inkishof-element-1{
    right: 20%;
    bottom: 15%;
}
.card:hover .inkishof-element-2{
    top: 65%;
    left: 20%;
}
.marifat-element-3{
    top: 12%;
    right: 12%;
    transition: 1s;
}
.card:hover .marifat-element-3{
    top: 18%;
    right: 15%;
    transition: 1s;
}
.marifat-element-2{
    left: 15%;
    bottom: 10%;
    transition: 1s;
    z-index: 200;
}
.card:hover .marifat-element-2{
    left: 13%;
    bottom: 15%;
    transition: 1s;
    z-index: 200;
}
.animated-cards .card2{
    right: 1%;
    top: 15%;
    transition: 0.8s;
    width: 80%;
}
.animated-cards .card1{
    transition: 0.8s;
    width: 80%;
    bottom: -5%;
    left: 1.5rem;
}
.images-place{
    height: 18rem;
}

.card-debet-reverse{
    left: 11%;
    opacity: 0;
    transition: 0.3s;
    max-width: 0%;
}
.financial img{
    max-width: 100%;
}
.card-debet{
    transition: 0.3s;
}
.bank-animation .bank-animation-item1{
    left: 30%;
    bottom: 0;
    transition: 0.8s;
    transform: scale(1);
}
.bank-animation:hover>.bank-animation-item1{
    transform: scale(1.15);
}
.bank-animation .bank-animation-item2{
    transition: 0.5s;
}
.bank-animation:hover>.bank-animation-item2{
    transform: scale(0.9);
}
.card-reverse-secondary .card-2{
    opacity: 0;
    transition: 0.5s;
}
.card-reverse-secondary .card-1{
    transition: 0.5s;
}
.card-reverse-secondary:hover .card-1{
    transform: rotateY(180deg);
    opacity: 0;
}
.card-reverse-secondary:hover .card-2{
    transform: rotateY(180deg);
    opacity: 1;
}
.none-fin-training-main{
    transform: scale(1);
    transition: 0.8s;
    z-index: 100;
}

.none-fin-training .training-item-2{
    top: 0;
    right: 0;
    transition: 0.8s;
    transform: scale(1);
    z-index: 200;
}
.none-fin-training .training-item-1{
    left: 0;
    bottom: 0;
    transition: 0.8s;
    transform: scale(1);
    z-index: 300;
}
.none-fin-training:hover .training-item-2{
    top: 5%;
    transform: scale(0.9);
}
.none-fin-training:hover .training-item-1{
    left: -2%;
    bottom: 5%;
    transform: scale(0.9);
}
.none-fin-training:hover .none-fin-training-main{
    transform: scale(0.9);
}
.income-from-place .income-from-place-main{
    transition: 0.8s;
    transform: scale(1);
}
.income-from-place .income-from-place-item1{
    transition: 0.8s;
    top: 5%;
    left: 0;
    transform: scale(1);
}
.income-from-place .income-from-place-item2{
    bottom: 0;
    transition: 0.8s;
}
.income-from-place:hover .income-from-place-item1{
    left: 30%;
    top: 10%;
    transform: scale(0.9);
}
.income-from-place:hover .income-from-place-item2{
    bottom: 8%;
}
.income-from-place:hover .income-from-place-main{
    transform: scale(0.9);
}
.seeding-technology .seeding-technoligy-main{
    transition: 0.8s;
    transform: scale(1);
}
.seeding-technology .seeding-technoligy-item{
    transform: scale(0);
    transition: 0.8s;
    bottom: 0;
    right: 0;
}
.seeding-technology:hover .seeding-technoligy-main{
    transition: 0.8s;
    transform: scale(0.9);
}
.seeding-technology:hover .seeding-technoligy-item{
    transform: scale(1);
    right: 75%;
    bottom: 80%;
}
.oliha-deposite .deposite-oliha-main{
    z-index: 200;
    transition: 0.8s;
    transform: scale(1);
}
.oliha-deposite .deposite-oliha-item1{
    z-index: 100;
    right: -10%;
    bottom: 15%;
    transition: 0.8s;
}
.oliha-deposite .deposite-oliha-item2{
    z-index: 100;
    top: 15%;
    left: -20%;
    transition: 0.8s;
}
.oliha-deposite .deposite-oliha-item3{
    z-index: 100;
    left: -3%;
    bottom: 12%;
    transition: 0.8s;
}
.oliha-deposite:hover .deposite-oliha-item1{
    right: -18%;
    bottom: 10%;
}
.oliha-deposite:hover .deposite-oliha-item2{
    top: 10%;
    left: -15%;
}
.oliha-deposite:hover .deposite-oliha-item3{
    left: 0;
    bottom: 15%;
}
.oliha-deposite:hover .deposite-oliha-main{
    transform: scale(0.9);
}
.ozod-deposite .ozod-deposite-main{
    z-index: 100;
    transition: 0.8s;
    transform: scale(1);
}
.ozod-deposite .ozod-deposite-item1{
    top: 0;
    right: -5%;
    transition: 0.8s;
    z-index: 200;
}
.ozod-deposite .ozod-deposite-item2{
    bottom: 0;
    transition: 0.8s;
    z-index: 200;
}
.ozod-deposite .ozod-deposite-item3{
    left: -15%;
    transition: 0.8s;
}
.ozod-deposite:hover .ozod-deposite-main{
    transform: scale(0.9);
}
.ozod-deposite:hover .ozod-deposite-item1{
    top: -2%;
    right: -3%;
    z-index: 200;
}
.ozod-deposite:hover .ozod-deposite-item2{
    bottom: 5%;
}
.ozod-deposite:hover .ozod-deposite-item3{
    left: -18%;
    transition: 0.8s;
}
.farzand-deposite .deposite-farzand-main{
    z-index: 300;
    transition: 0.8s;
    transform: scale(1);
}
.farzand-deposite .deposite-farzand-item1{
    transition: 0.8s;
    left: -15%;
    bottom: 0;
    z-index: 200;
}
.farzand-deposite .deposite-farzand-item2{
    transition: 0.8s;
    left: -15%;
    bottom: 0;
    z-index: 100;
    opacity: 0.3;
}
.farzand-deposite:hover .deposite-farzand-main{
    transform: scale(0.9);
}
.farzand-deposite:hover .deposite-farzand-item1{
    z-index: 100;
    opacity: 0.5;
}
.farzand-deposite:hover .deposite-farzand-item2{
    z-index: 200;
    opacity: 1;
}
.salomati-credit .credit-salomati-main{
    transition: 0.8s;
    transform: scale(1);
}
.salomati-credit .credit-salomati-item1{
    transition: 0.8s;
    left: -15%;
}
.salomati-credit .credit-salomati-item2{
    transition: 0.8s;
    right: -15%;
    transform: rotate(80deg);
}
.salomati-credit:hover .credit-salomati-main{
    transform: scale(0.9);
}
.salomati-credit:hover .credit-salomati-item1{
    left: -10%;
}
.salomati-credit:hover .credit-salomati-item2{
    right: -10%;
}
.nazdikon-credit .credit-nazdikon-main{
    transition: 0.8s;
    transform: scale(1);
}

.nazdikon-credit .credit-nazdikon-item2{
    left: -15%;
    transition: 0.8s;
}
.nazdikon-credit .credit-nazdikon-item1{
    right: -15%;
    transition: 0.8s;
}
.nazdikon-credit:hover .credit-nazdikon-main{
    transform: scale(0.9);
}

.nazdikon-credit:hover .credit-nazdikon-item2{
    left: -18%;
}
.nazdikon-credit:hover .credit-nazdikon-item1{
    right: -20%;
}
.bovari-credit .credit-bovari-main{
    transition: 0.8s;
    transform: scale(1);
}
.bovari-credit .credit-bovari-item3{
    transition: 0.8s;
    right: -15%;
}
.bovari-credit .credit-bovari-item2{
    transition: 0.8s;
    right: -15%;
    bottom: 0;
}
.bovari-credit .credit-bovari-item1{
    transition: 0.8s;
    top: 0;
    left: -15%;
}
.bovari-credit:hover .credit-bovari-main{
    transform: scale(0.9);
}
.bovari-credit:hover .credit-bovari-item3{
    right: -10%;
}
.bovari-credit:hover .credit-bovari-item1{
    top: -5%;
    left: -10%;
}
.bovari-credit:hover .credit-bovari-item2{
    right: -10%;
    bottom: -5%;
}
/* animation end*/
.currancy{
    font-size: 18px;
}
.custom-tab .nav-link{
    color: #495057 !important;
}
.custom-tab .active{
    color: #000 !important;
}
.custom-tab .nav-tabs{
    font-size: 22px;
}
.custom-tab li a::before{
    content: '';
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: 10%;
    background: #C4C4C4;
}
.custom-tab li .active::before{
    content: '';
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: 10%;
    left: 0;
    background: #2196F3;
}
.custom-modal .modal-dialog{
    max-width: 50%;
}
.bread-crumbs::after{
    content: '';
    width: 0;
    position: absolute;
    bottom: 20%;
    right: -13%;
    height: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 8px solid #3E3E3E;
}
.file_main_lbl{
    cursor: pointer;
    padding: 16px;
    display: block;
    width: 100%;
    border: 1px dashed #0193CF;
}
.scaled{
    transform: scale(1);
    transition: 0.8s;
}
.scaled:hover{
    transform: scale(1.10);
}

@media only screen and (max-width: 1199px){
    .im-animation {
        height: 140px;
    }
    .bank-animation .bank-animation-item1{
        left: 15%;
    }
    .card-debet-reverse{
        left: 0%;
    }
    .animated-cards .card1 {
        bottom: 0;
    }
    .animated-cards .card2{
        top: 24%;
    }
    .card-element-3{
        right: 18%;
        bottom: 2%;
    }
    .mdo{
        display: block !important;
    }
}
@media only screen and (max-width: 991px){
    .navbar nav{
        overflow: scroll;
    }
    .im-animation {
        height: 170px;
    }
    .bank-animation:hover>.bank-animation-item1{
        bottom: 5%;
        transform: scale(1.10);
    }
    .bank-animation .bank-animation-item1 {
        left: 30%;
    }
    .card-element-3{
        width: 40%;
        right: 29%;
        bottom: -7px;
        transition: 1s;
    }
    .card-element-1{
        right:28%;
    }
    .custom-cards .card:hover .card-element-1{
        right: 25%;
    }
    .custom-cards .card:hover .card-element-3 {
        width: 40%;
        right: 29%;
        bottom: -7px;
        transform: rotate(10deg);
        bottom: 0;
    }
    .inkishof-element-2 {
        bottom: 7%;
        top: auto;
        left: 28%;
    }
    .custom-cards .card:hover .inkishof-element-2 {
        bottom: 10%;
        top: auto;
        left: 25%;
    }
    .inkishof-element-1 {
        right: 23%;
        bottom: 0%;
    }
    .custom-cards .card:hover .inkishof-element-1 {
        right: 26%;
        bottom: 2%;
    }
    .marifat-element-3{
        top: 23%;
        right: 24%;
    }
    .custom-cards .card:hover .marifat-element-1{
        top: 10%;
        right: 25%;
    }
    .marifat-element-2{
        left: 25%;
    }
    .custom-cards .card:hover .marifat-element-2{
        left: 22%;
        bottom: 20%;
    }
    .card-debet-reverse {
        left: 30%;
    }
    .animated-cards .card2 {
        top: 7%;
    }
    .images-place{
        height: 31rem;
    }
    .rates .btn-primary{
        margin-top: 5px;
    }
    .carousel h3{
        font-size: 24px;
    }
    .navbar-nav {
        flex-direction: row;
    }
    .nav-logo{
        width: 100%;
    }
    .navbar-nav li {
        width: -moz-max-content;
        width: max-content;
    }
    .navbar-nav li:not(:first-child){
        padding-left: 1rem;
    }
    .navbar-nav .dropdown-menu{
        position: absolute !important;
        left: -12rem;
    }
    .carousel-item{
        height: 20rem;
    }
    .custom-modal .modal-dialog{
        max-width: 80%;
    }
}
@media only screen and (max-width: 767px){
    .bank-animation .bank-animation-item1 {
        left: 20%;
    }
    .card-debet-reverse {
        left: 3%;
    }
    .images-place {
        height: 23rem;
    }
    .card-element-2 {
        left: 44%;
    }
    .custom-cards .card:hover .card-element-2 {
        left: 40%;
        bottom: 9%;
    }
    .card-element-1 {
        right: 33%;
        top: 20%;
    }
    .custom-cards .card:hover .card-element-1{
        right: 35%;
        top: 23%;
    }
    .card-element-3 {
        right: 33%;
        width: 30%;
    }
    .custom-cards .card:hover .card-element-3 {
        width: 30%;
        right: 34.5%;
        bottom: 3%;
    }
    .inkishof-element-2{
        left: 35%;
    }
    .custom-cards .card:hover .inkishof-element-2{
        left: 33%;
        bottom: 10%;
    }
    .inkishof-element-1 {
        right: 30%;
    }
    .custom-cards .card:hover .inkishof-element-1{
        right: 33%;
        bottom: 2%;
    }
    .marifat-element-3 {
        top: 10%;
        right: 29%;
    }
    .custom-cards .card:hover .marifat-element-3 {
        top: 15%;
        right: 33%;
    }
    .marifat-element-2 {
        left: 33%;
    }
    .custom-cards .card:hover  .marifat-element-2 {
        left: 33%;
    }
    .rates .btn-primary{
        margin-top: 0px;
    }
    .custom-cards .card-body{
        width: 80%;
        margin: 0 auto;
    }
    .title{
        font-size: 24px ;
    }
    /*.credit-calculator-percents{*/
    /*    background: #F8F8F8;*/
    /*    padding: 5% 0;*/
    /*}*/
    /*.credit-calculator-percents span,.credit-calculator-percents div{*/
    /*    font-weight: 600;*/
    /*}*/
    /*.credit-calculator-percents div{*/
    /*    color: #000 !important;*/
    /*}*/
    .credit-calculator-title {
        font-size: 2.5rem;
    }
    /*.calculator-cols .form-row, .calculator-cols .credit-month,.credit-calculator .essential-buttons{*/
    /*     padding: 0%  12% !important;*/
    /* }*/
    /*.credit-calculator .text-black-50{*/
    /*    padding: 0%  15% !important;*/
    /*}*/
    /*.credit-calculator .CreditCashRange,.credit-calculator .CreditTimeRange{*/
    /*    padding: 0%  12% !important;*/
    /*}*/
    /*.news .card-body{*/
    /*    padding: 3% 12% !important;*/
    /*}*/
    .imon-cards{
        padding: 0 12% !important;
    }
    .currancy{
        width: 81%;
        margin: 0 auto;
    }
    .navbar-nav .nav-dropdown{
        display: none;
        position: relative !important;
        left: -12rem;
    }
    .carousel-item{
        height: 39rem;
    }
}
@media only screen and (max-width: 425px){
    .card-reverse-secondary .card-2{
        width: 90%;
    }
    .bank-animation:hover>.bank-animation-item1{
        bottom: 5%;
        transform: scale(1.08);
    }
    .bank-animation .bank-animation-item1 {
        left: 13%;
    }
    .vacancy-form-labels{
        width: 80% !important;
    }
    .card-debet-reverse {
        left: 0%;
    }
    .images-place {
        height: 17.5rem;
    }
    .card-element-3 {
        width: 40%;
        bottom: -3%;
        right: 29%;
    }
    .card-element-1 {
        right: 30%;
        top: 20%;
    }
    .custom-cards .card:hover .card-element-1 {
        right: 29%;
        top: 25%;
    }
    .custom-cards .card:hover .card-element-3{
        width: 45%;
        bottom: -3%;
        right: 27%;
    }
    .marifat-element-2 {
        left: 28%;
    }
    .custom-cards .card:hover .marifat-element-2 {
        left: 28%;
    }
    .navbar-nav li {
        padding-left: 13px;
    }
    .credit-calculator-box .credit-value, .credit-calculator-box .credit-month, .credit-calculator-title{
        font-size: 22px;
    }
    .imon-cards .essential-buttons .btn-primary{
        margin-top:5px
    }
    .carousel-item{
        height: 35rem;
    }
}
@media only screen and (max-width: 360px){
    .bank-animation .bank-animation-item1 {
        left: 5%;
    }
    .images-place {
        height: 14rem;
    }
    .card-debet-reverse {
        left: 0;
        padding: 3%;
    }
    .essential-buttons .btn-primary{
        margin-top:5px
    }
}
.carousel-indicators li {
    background-color: #0093cf !important;
}

table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem;
    background-color: transparent;
    border-collapse: collapse;
    border-spacing: 2px;
    border-left: 1px solid #E1E2E4;
    border-right: 1px solid #E1E2E4;
}

tr{
    display: table-row;
    vertical-align: inherit;
    border-color: inherit;
    border-top: 1px solid #E1E2E4;
    padding: 0 10px;
}
tr:last-child{
    border-bottom: 1px solid #E1E2E4;
}

.table td, .table th {
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
}

table td p{
    padding: 5px;
    margin: 0;
}

table td {
    border-right: 1px solid #E1E2E4;
}

tr:nth-child(odd) {
    background-color: #fff !important;
}

tr:nth-child(even) {
    background-color: #f8f8f8 !important;
}

tr:hover {
    background-color: #ececec !important;
}

@media screen and (max-width: 768px) {
    .desc-field{
        overflow-x: scroll;
    }
}

@media screen and (min-width: 768px) {
    .desc-field {
        overflow: hidden;
    }
}

.reports-file a{
    color: #0193cf;
}

.navbar-light .navbar-nav .nav-link.active{
    border-bottom: 1px solid #007CC3;
}

@media screen and (min-width: 768px){
    .word-break{
        white-space: nowrap;
        overflow: hidden;
        float: right;
    }
}

@media screen and (max-width: 768px){
    .word-break{
        white-space: nowrap;
        width: 100%;
        overflow: hidden;
    }
}

.z-index-1 {
    z-index: 1 !important;
}

.-m-l-75 {
    margin-left: -75% !important;
}
.-m-l-100 {
    margin-left: -100% !important;
}
.side-left-menu {
    transition: margin .5s ease;
}
.side-menu-item.active{
    border-bottom: 2px solid #7f7f7f !important;
}

.bg-transparent-side {
    background-color: rgba(125,125,125, .5) !important;
}
