/**
Bank
 */
.bank-border {
    border-bottom: 1px dashed #0056b3;
    padding-bottom: 15px;
}
footer ul {
	padding-left:0
}
footer .col-sm-6 {
    width: 50%;
}
@media (max-width: 768px) {
    .header-nav-last-item {
        margin-top: 10px !important;
    }
    .center5 {
        text-align: center !important;
    }
    .center4{
        display: block;
        margin-right: auto;
        margin-left: auto;
    }
}
@media (max-width: 767px) and (min-width: 320px){
    .menu-titile-icon {
        display: block;
    }
}
.login-height {
    min-height: 85vh;
}
.login-height[image-overlay]:before {
    background: linear-gradient(75deg, #000000, #3b60a7) !important;
}
.single-blog-article:hover {
    background: #09388812 !important;
    transition: all .2s;
}
.pw-reset .login-height[image-overlay]:before {
    background: none !important;
}
.pw-reset .login-height {
    min-height: initial !important;
}
.pw-reset #passwordStrengthBar {
    margin-bottom: 20px;
}
.pw-reset .alert-danger li {
    list-style: none;
}
.progress-bar-danger {
    background-color: #d9534f;
}
.progress-bar-warning {
    background-color: #f0ad4e;
}
.progress-bar-success {
    background-color: #5cb85c;
}
.price-block .offer-price {
    font-size: 10rem;
    line-height: 10rem;
}
.navbar-brand {
    padding:0;
    margin: 0;
    font-size: initial;
}

/**
Language Box
 */

#lang-box-btn {
    position: fixed;
    background: #f67a3c;
    z-index: 99999999999;
    right: 0;
    top: 150px;
    display: block;
    color: white;
    padding: 5px 10px;
    box-shadow: 1px 1px 5px 1px #f67a3c;
    transition: .2s all;
}
#lang-box-btn:hover {
    cursor: pointer;
    padding:5px 15px;
}
.languages-box {
    display: flex;
    justify-content: center;
    position: fixed;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    top: 0;
    left: 0;
    z-index: 999999;
    background: rgb(10 10 10 / 85%);
    overflow: auto;
}
.languages-box li {
    display: inline-block;
    width: 25%;
    float: left;
    text-align: center;
}
.langs {
    padding-top: 215px;
}
.langs ul {
    padding: 0;
}
.langs li.active a{
    background: #093888 !important;
    border: 2px solid #0948b3 !important;
    font-weight: bold;
}
.languages-box li a {
    color: white;
}
.langs li a {
    border: 2px solid #fff;
    padding: 10px;
    display: inline-block;
    margin-bottom: 20px;
    width: 75%;
}
.langs li a:hover {
    background: #0a3888;
}
@media screen and (max-width: 768px){
    .languages-box li {
        width: 33.33%;
    }
}

@media screen and (max-width: 576px) {
    .languages-box li {
        width: 50%;
    }
}
.panel-primary>.panel-heading {
    background: #093888 !important;
}
.modal-title {
    color: white;
}

/**
Wp
 */
.whatsapp2 {
    position: fixed;
    bottom: 0;
    left: 0;
    padding: 20px;
    z-index: 999999;
}
.whatsapp2 img {
    width: 150px;
}

/**
  Campaign Styles
*/
.campaign {
    background: #0948b3;
    color: white;
    padding: 10px 0px;
    opacity: 0.8;
}
.campaign a {
    color:white;
    font-size:14px;
}
.free-text {
    position:absolute;
    margin-left:15px;
    color:#83ffe8;
}
@-webkit-keyframes rotating /* Safari and Chrome */ {
    from {
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes rotating {
    from {
        -ms-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -ms-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
.rotating {
    -webkit-animation: rotating 2s linear infinite;
    -moz-animation: rotating 2s linear infinite;
    -ms-animation: rotating 2s linear infinite;
    -o-animation: rotating 2s linear infinite;
    animation: rotating 2s linear infinite;
}
.campaign-clock {
    font-size: 22px;
    position: relative;
    top: 3px;
    color: #83ffe8;
}

/**
  Lang
*/
.change-curr-lang {
	background: #0a3888e0;
    position: fixed;
    z-index: 9999;
    height: 100%;
    width: 100%;
    top: 0;
    padding: 50px;
    overflow-y: scroll;
}
.change-curr-lang::-webkit-scrollbar {
  width: 0px;
}
.change-curr-lang .lang-item, .change-curr-lang .currency-item {
    border: 1px solid #fff;
    padding: 10px;
    display: block;
    margin-bottom: 2rem;
    transition: .2s all;
	text-decoration: none;
}
.change-curr-lang .lang-item-active, .change-curr-lang .currency-item-active {
    background: white;
    color: #0a3888!important;
    font-weight: bold;
}
.change-curr-lang .lang-item:hover, .change-curr-lang .currency-item:hover {
    background: white;
    color: #0a3888!important;
}
#open-lang-curr {
	position: fixed;
    top: 150px;
    right: 0;
    background: #f67a3c;
    color: white;
    padding: 5px 10px;
    box-shadow: 0px 0px 7px 0px #848484;
	z-index: 99999;
	transition:.2s
}
#open-lang-curr:hover {
	padding:5px 12px;	
}
.change-curr-lang .apply-btn {
	background: white;
    border: 0;
    padding: 10px 20px;
    color: #0a3888;
    box-shadow: 0 2px 10px 0 #000;
    font-weight: bold;
    text-transform: uppercase;
    transition: .2s all;
	outline:0
}
.change-curr-lang .apply-btn:hover {
    box-shadow: 0 2px 10px 0 #c9d0e6;
}
/**
  End Lang
*/