.navbar {
    /*width: 100%;*/
    padding: 0px 0px 0px 0px;
    letter-spacing: 0.5px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "BPG Arial Caps";
    border-width: 0px 0px 3px 0px;
    border-style: solid;
    border-color: #fff;
    -webkit-box-shadow: 6px 5px 7px 0px rgba(0, 0, 0, 0.10);
    -moz-box-shadow: 6px 5px 7px 0px rgba(0, 0, 0, 0.10);
    box-shadow: 6px 5px 7px 0px rgba(0, 0, 0, 0.07);
    background: #fff;
}

.homePage .navbar {
    /*width: 100%;*/
    padding: 0px 0px 0px 0px;
    letter-spacing: 0.5px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "BPG Arial Caps";
    border-width: 0px 0px 0px 0px;
    border-style: solid;
    border-color: #fff;
    -webkit-box-shadow: 6px 5px 7px 0px rgba(0, 0, 0, 0.10);
    -moz-box-shadow: 6px 5px 7px 0px rgba(0, 0, 0, 0.10);
    box-shadow: 6px 5px 7px 0px rgba(0, 0, 0, 0.07);
    background: #fff;
}

.navbar .lSide {
    display: flex;
    align-items: center;
    height: 70px;
    padding: 5px 0px 0px 15px;
    background: linear-gradient(90deg, rgba(0, 189, 200, 1) 0%, rgba(0, 213, 195, 1) 60%);
}

.navbar .rSide {
    padding: 5px 0px 0px 0px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.navbar .ptiLogo {
    display: flex;
    justify-content: left;
    align-items: center;
    padding: 0px 0px 0px 0px;
    transition: .3s ease, transform .5s ease;
}

.navbar .ptiLogo img {
    float: left;
    width: 148px;
}

.langButton {
    display: flex;
    align-items: center;
    float: right;
    color: #fff;
    padding: 5px 7px 5px 7px !important;
    margin-right: 7px;
    border-style: solid;
    border-width: 1px 0px 1px 1px;
    border-color: #fff;
    border-radius: 2px 0px 0px 2px;
    font-size: 10px;
    text-decoration: none;
    transition: opacity .3s ease, transform .3s ease;
}

.langButton i {
    font-size: 8px;
    padding: 2px 5px 0px 0px;
}

.navbar .navbar-collapse {
    margin-left: 7px;
}

.navbar .navbar-nav {
    padding: 0px;
}

.navbar .navbar-nav .nav-link {
    padding: 5px 30px 5px 5px;
    color: #000;
    font-size: 10px;
    cursor: pointer;
    border-width: 1px 0px 1px 0px;
    border-style: solid;
    border-color: rgba(0, 213, 195,0.75);
    display: inline-block;
    white-space: nowrap;
}

.navbar .navbar-nav .nav-link i {
    font-size: 10px;
}

.navbar ul li:last-child a {
    border-width: 1px 1px 1px 0px !important;
    border-style: solid;
    border-color: rgba(0, 213, 195,0.75);
    border-radius: 0px 2px 2px 0px;
}

.navbar .add {
    display: flex;
    align-items: center;
    justify-content: start;
    padding-right: 10px;
}

.navbar .add a {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: rgba(0,0,0,0.5);
    font-size: 11px;
}



.footerContent {
    display: flex;
    background: rgba(0,0,0,0.05);
}

.footerContent .card {
    border-width: 0px;
    padding: 0px 15px 0px 15px;
    background: transparent;
}

.footerContent .card-header {
    padding: 12px 0px 10px 0px;
    background: transparent;
    border-color: rgba(0,0,0,0.1);
    font-family:"BPG Arial Caps";
    font-size: 10px;
}

.footerContent .card-body {
    padding: 12px 0px 10px 0px;
    font-size: 10px;
    padding-bottom: 0px !important;
}

.footerContent .footerLogoImg {
    margin-top: 5px;
    height: 30px;
    width: auto;
}

.footerContent ul {
    padding: 0px;
    list-style: none;
}

.footerContent ul li {
    padding: 0px 3px 5px 0px;
    margin: 0px;
    text-decoration: none;
    color: rgba(0,0,0,0.6);
}

.footerContent ul li i {
    font-size: 4px;
    padding-right: 3px;
}

.auth .icon {
    text-align: center;
    margin: 50px 0px 50px 0px;
}

.auth .icon i {
    border-width: 1px;
    border-style: solid;
    border-color: rgba(0,0,0,0.2);
    border-radius: 100%;
    padding: 10px;
    font-size: 70px;
}

.auth .icon p {
    margin-top: 15px;
    font-size: 12px;
    color: rgba(0,0,0,0.7)
}

.auth {
    background: #f6f6f6;
    padding: 10px;
    border-radius: 20px;
}

.auth .modal-body {
    background: #fff;
    border-radius: 18px;
}

.auth .footer {
    padding: 20px 20px 5px 20px;
}


/*@media (min-width: 1920px) {*/
/*    .navbar {*/
/*        flex: 0 0 auto !important;*/
/*        width: 83.34%;*/
/*        !*left: 8.33vw;*!*/
/*    }*/
/*}*/