body {
    font-family:"BPG mrgvlovani" !important;
    /*background: url('https://check.lta.gov.ge/images/background.png?1666571946d959b954ecd75ac1f8b203') no-repeat center center fixed;*/
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

body::before {
    content: "";
    position: fixed;
    inset: 0;
    background-image: url("https://check.lta.gov.ge/images/background.png?1666571946d959b954ecd75ac1f8b203");
    background-size: cover;
    background-position: center;
    opacity: 0.4;
    z-index: -1;
}

.homeFirstCol {
    position: fixed;
    height: 100%;
    top: 0%;
    left: 0%;
    padding: 0px;
    background: linear-gradient(90deg, rgba(0, 189, 200,1) 0%, rgba(0, 213, 195,0.75) 100%);
    z-index: 0;
}

.homeSecCol {
    position: relative;
    min-height: 95vh;
    top: 0%;
    /*right: 0%;*/
    padding: 50px 0px 0px 0px;
    /*background: #fff;*/
    z-index: 0;
    /*overflow-x: auto !important;*/

}

.navbar {
    position: fixed;
    width: 100%;
    margin-top: 15px;
    z-index: 1;
    font-family:"BPG Arial Caps" !important;
    font-size: 10px;
    letter-spacing: 0.5px;
    padding: 0px !important;
}

.mdMenuBg {
    background: transparent;
    /*background: red;*/
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 70px;
    z-index: 1;
}

.whiteMenuBg {
    background: white !important;
    /*background: red;*/
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 70px;
    z-index: 1;
}

.navbar .navbar-nav {
    border-width: 1px 1px 1px 0px;
    border-style: solid;
    border-color: rgba(0, 213, 195,0.75);
    border-radius: 2px 2px 2px 2px;
    /*background: #fff;*/
}

.navbar .auth {
    margin-top: 5px;
    border-width: 1px 1px 1px 0px;
    border-style: solid;
    border-color: rgba(0, 0, 0,0.1);
    border-radius: 2px 2px 2px 2px;
    /*background: #fff;*/
}

.navbarLogo img {
    width: 50%;
}

.navbarLang {
    top: 8px;
}

.navbarLang a {
    width: auto;
    float: right;
    /*margin-top: 8px;*/
    color: #fff;
    padding: 4px 7px 4px 7px !important;
    border-style: solid;
    border-width: 1px 0px 1px 1px;
    border-color: #fff;
    border-radius: 2px 0px 0px 2px;
    font-size: 10px;
    text-align: right;
}

.navbarLang .dropdown-item {
    color: #000;
    width: 100%;
    text-align: left
}

.navbarLang .dropdown-menu {
    width: 50px !important;
}

.navbar .navbar-nav li {
    margin-left: 15px;
    margin-right: 15px;
}

.navbar .navbar-nav li a {
    padding: 4px 4px 4px 4px !important;
    color: #000 !important;
}

.navbar-toggler {
    margin-top: 3px !important;
    font-size: 17px;
    border-style: solid !important;
    border-color: #fff !important;
    border-width: 1px 1px 1px 0px !important;
    padding: 7px;
    border-radius: 0px 3px 3px 0px;
}

.dropdown-menu {
    padding: 5px;
    margin-top: 10px;
    border-width: 0px 0px 1px 1px;
    border-style: solid;
    border-color: rgba(0, 213, 195,0.75);
    border-radius: 10px 0px 10px 0px;
}

.dropdown-item {
    font-size: 10px;
    margin-top: 2px;
    margin-bottom: 2px;
}

.navbar-toggler i {
    color: #fff;
}

.navbarLogin {
    position: absolute;
    top: 6px;
    right: 10px;
    width: auto;
    z-index: 1;
}

.navbarLogin .login {
    padding: 5px 4px 6px 4px !important;
    font-size: 10px;
    color: rgba(0,0,0,0.5);
    border-width: 1px 0px 1px 1px;
    border-style: solid;
    border-color: rgba(0, 213, 195,0.75);
    border-radius: 2px 0px 0px 2px;
    /*-webkit-box-shadow: 6px 5px 5px 0px rgba(0, 0, 0, 0.18);*/
    /*-moz-box-shadow: 6px 5px 5px 0px rgba(0, 0, 0, 0.18);*/
    /*box-shadow: 6px 5px 7px 0px rgba(0, 0, 0, 0.18);*/
}

.userMenu {
    position: absolute;
    top: 10%;
}

.profilePic {
    position: absolute;
    width: 200px;
    height: 200px;
    background: rgba(255,255,255,0.5);
    border-radius: 200px;
}

.ptiDeadlines {
    position: absolute;
    bottom: 27%;
    padding-left: 7%;
    padding-right: 7%;
    left: 0px;
    text-align: center;
    z-index: 2;
}

.ptiDeadline {
    position: absolute;
    bottom: 27%;
    padding-left: 7%;
    padding-right: 7%;
    left: 0px;
    text-align: center;
    z-index: 2;
}

.deadlineTitle {
    font-size: 15px;
    color: #fff;
    text-align: center;
    font-weight: bold;
    margin-bottom: 10px;
}

.ptiDeadline .text {
    background: rgba(255,255,255,0.8);
    border: 1px;
    border-color: #fff;
    border-style: solid;
    border-radius: 50px;
    width: 100%;
    padding: 10px 10px 10px 30px;
    font-size: 11px;
    outline: none;
    text-align: center;
    -webkit-box-shadow: 6px 5px 5px 0px rgba(0, 0, 0, 0.18);
    -moz-box-shadow: 6px 5px 5px 0px rgba(0, 0, 0, 0.18);
    box-shadow: 6px 5px 7px 0px rgba(0, 0, 0, 0.18);
}

.ptiDeadlines input[type=text] {
    background: rgba(255,255,255,0.8);
    border: 1px;
    border-color: #fff;
    border-style: solid;
    border-radius: 50px;
    height: 50px;
    width: 100%;
    padding: 10px 10px 10px 30px;
    font-size: 10px;
    text-align: left;
    outline: none;
    -webkit-box-shadow: 6px 5px 5px 0px rgba(0, 0, 0, 0.18);
    -moz-box-shadow: 6px 5px 5px 0px rgba(0, 0, 0, 0.18);
    box-shadow: 6px 5px 7px 0px rgba(0, 0, 0, 0.18);
}

.ptiDeadline input[type=text] {
    background: rgba(255,255,255,0.8);
    border: 1px;
    border-color: #fff;
    border-style: solid;
    border-radius: 50px;
    height: 50px;
    width: 100%;
    padding: 10px 10px 10px 30px;
    font-size: 10px;
    text-align: left;
    outline: none;
    -webkit-box-shadow: 6px 5px 5px 0px rgba(0, 0, 0, 0.18);
    -moz-box-shadow: 6px 5px 5px 0px rgba(0, 0, 0, 0.18);
    box-shadow: 6px 5px 7px 0px rgba(0, 0, 0, 0.18);
}

.ptiDeadlines input[type=submit] {
    background: linear-gradient(90deg, rgba(0, 213, 195, 1) 0%,rgba(0, 189, 200, 1)  80%);
    border: 1px;
    border-color: #fff;
    color: #fff;
    border-style: solid;
    border-radius: 50px;
    height: 50px;
    width: 100%;
    font-size: 11px;
    text-align: center;
    outline: none;
    -webkit-box-shadow: 6px 5px 5px 0px rgba(0, 0, 0, 0.18);
    -moz-box-shadow: 6px 5px 5px 0px rgba(0, 0, 0, 0.18);
    box-shadow: 6px 5px 7px 0px rgba(0, 0, 0, 0.18);
}

.ptiButton {
    background: linear-gradient(90deg, rgba(0, 213, 195, 1) 0%,rgba(0, 189, 200, 1)  80%);
    border: 1px;
    border-color: #fff;
    color: #fff;
    border-style: solid;
    border-radius: 50px;
    height: 50px;
    width: 100%;
    font-size: 11px;
    text-align: center;
    outline: none;
    -webkit-box-shadow: 6px 5px 5px 0px rgba(0, 0, 0, 0.18);
    -moz-box-shadow: 6px 5px 5px 0px rgba(0, 0, 0, 0.18);
    box-shadow: 6px 5px 7px 0px rgba(0, 0, 0, 0.18);
}

.hSocial {
    position: absolute;
    bottom: 1%;
    padding-left: 7%;
    padding-right: 7%;
    left: 0px;
    text-align: center;
    z-index: 2;
    font-size: 10px;
    color: #fff;
}

.hSocial a {
    padding: 0px 10px 0px 10px;
    color: #fff;
    text-decoration: none;
}

.ptiFaq button {
    width: 100%;
    margin-top: 12px;
    padding: 5px 10px 5px 10px !important;
    text-align: left;
    font-size: 11px;
    background: rgba(0,0,0,0.02);
    color: rgba(0,0,0,0.5);
    border: 0px;
    -webkit-box-shadow: 3px 3px 6px 0px rgb(0 0 0 / 10%);
    -moz-box-shadow: 3px 3px 6px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 3px 3px 5px 0px rgb(0 0 0 / 8%);

    border: none;
    outline: none;
}

.modal-footer button {
    background: linear-gradient(90deg, rgba(0, 213, 195, 1) 0%,rgba(0, 189, 200, 1)  80%);
    border: 1px;
    border-color: #fff;
    color: #fff;
    border-style: solid;
    border-radius: 5px;
    height: 30px;
    width: 100%;
    font-size: 11px;
    text-align: center;
    outline: none;
    -webkit-box-shadow: 6px 5px 5px 0px rgba(0, 0, 0, 0.18);
    -moz-box-shadow: 6px 5px 5px 0px rgba(0, 0, 0, 0.18);
    box-shadow: 6px 5px 7px 0px rgba(0, 0, 0, 0.18);
}

.modal-footer a {
    background: linear-gradient(90deg, rgba(0, 213, 195, 1) 0%,rgba(0, 189, 200, 1)  80%);
    border: 1px;
    border-color: #fff;
    color: #fff;
    border-style: solid;
    border-radius: 5px;
    height: 30px;
    width: 100%;
    font-size: 11px;
    text-align: center;
    outline: none;
    -webkit-box-shadow: 6px 5px 5px 0px rgba(0, 0, 0, 0.18);
    -moz-box-shadow: 6px 5px 5px 0px rgba(0, 0, 0, 0.18);
    box-shadow: 6px 5px 7px 0px rgba(0, 0, 0, 0.18);
}

.modal-body label {
    width: 100%;
    font-size: 11px;
    border-width: 0px 0px 1px 0px;
    border-style: solid;
    border-color: rgba(0,0,0,0.2);
    color: rgba(0,0,0,0.4);
    padding-bottom: 5px;
    font-family:"BPG Arial Caps" !important;
}

.modal-body select {
    background: rgba(255,255,255,0.8);
    /*background: linear-gradient(90deg, rgba(0, 189, 200, 0.8) 0%, rgba(0, 213, 195,0.75) 100%);*/
    /*color: #fff;*/
    border: 1px;
    border-color: #fff;
    border-style: solid;
    border-radius: 0px 0px 10px 10px;
    height: 30px;
    width: 100%;
    padding: 5px 5px 5px 5px;
    font-size: 10px;
    text-align: left;
    outline: none;
    font-family:"BPG mrgvlovani" !important;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 10px 0px;
}

.ptiFaq .card-body {
    width: 100%;
    padding: 20px !important;
    text-align: left;
    font-size: 11px;
    background: linear-gradient(90deg, rgba(0, 189, 200, 0.8) 0%, rgba(0, 213, 195,0.75) 100%);
    /*background: linear-gradient(90deg, rgb(0, 213, 195) 30%, rgb(0, 189, 200) 100%);*/
    color: rgba(255,255,255,1);
    border: 0px;
    border-radius: 0px 0px 5px 5px;
    -webkit-box-shadow: 3px 3px 6px 0px rgb(0 0 0 / 10%);
    -moz-box-shadow: 3px 3px 6px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 3px 3px 5px 0px rgb(0 0 0 / 10%);
}

.hMap  {
    padding: 0px;
    position: relative;
    top: 10vh;
    height: 80vh;
    right: 1% !important;
    /*width: 90%;*/
    /*max-width: 90%;*/
    /*background: red;*/
    text-align: center;
}

.hMap svg  {
    /*background: red;*/
    position: absolute;
    padding: 0px !important;
    top: 5%;
    left: 0px;
    width: 100%;
    height: 100%;
}

#Layer_1 a{
    /*color: red !important;*/
    text-decoration: none;
    font-size: 10px;
}

#Layer_1 a:hover text {
    font-size: 10px !important;
    filter: invert(55%) sepia(60%) saturate(4715%) hue-rotate(151deg) brightness(105%) contrast(104%);
}


.hMap .title   {
    position: absolute;
    right: 15%;
    top: 15%;
    font-size: 1vw !important;
    font-family:"khorguashvili" !important;
    color: rgba(0,0,0,0.2);
    letter-spacing: 2px;
}


.hMap .title img  {
    width: 40%;
    margin-bottom: 3%;
}

.companyFilter {
    position: fixed;
    right: 7%;
    bottom: 15%;
    z-index: 4;
}

.companyFilter a {
    background: linear-gradient(90deg, rgba(0, 189, 200,1) 0%, rgba(0, 213, 195,0.75) 100%);
    position: absolute;
    text-align: center;
    padding-top: 22px;
    color: #fff;
    width: 70px;
    height: 70px;
    border-radius: 1000px;
    box-shadow: rgba(0, 0, 0, 0.4) 7px 7px 10px 0px;
}

.companyFilter a i {
    font-size: 30px;
}

.centersList {
    /*position: absolute;*/
    /*bottom: 7%;*/
    /*height: 80%;*/
    /*padding-left: 7%;*/
    /*padding-right: 7%;*/
    /*left: 0px;*/
    /*text-align: center;*/
    /*overflow: auto;*/
    /*z-index: 2;*/
    /*padding-left: 2%;*/
    /*padding-right: 2%;*/
}

.centersList select {
    background: rgba(255,255,255,0.8);
    background: linear-gradient(90deg, rgba(0, 189, 200, 0.8) 0%, rgba(0, 213, 195,0.75) 100%);
    color: #fff;
    border: 1px;
    border-color: #fff;
    border-style: solid;
    border-radius: 0px 0px 10px 10px;
    height: 30px;
    width: 100%;
    padding: 5px 5px 5px 5px;
    font-size: 10px;
    text-align: left;
    outline: none;
    font-family:"BPG mrgvlovani" !important;
    -webkit-box-shadow: 6px 5px 5px 0px rgba(0, 0, 0, 0.18);
    -moz-box-shadow: 6px 5px 5px 0px rgba(0, 0, 0, 0.18);
    box-shadow: 6px 5px 7px 0px rgba(0, 0, 0, 0.18);
}

/*.centerListData {*/
/*    position: sticky;*/
/*    top: 5%;*/
/*    height: 65%;*/
/*    !*width: auto;*!*/
/*    overflow: auto !important;*/
/*}*/

.centerListPtiDetails {
    position: fixed;
    /*top: 40px;*/
    top: 5.1%;
    height: 400px;
    border-radius: 0px 0px 10px 10px;
    background: linear-gradient(230deg, rgba(0, 189, 200,1) 0%, rgba(0, 213, 195,0.75) 100%);
    -webkit-box-shadow: 6px 5px 5px 0px rgba(0, 0, 0, 0.18);
    -moz-box-shadow: 6px 5px 5px 0px rgba(0, 0, 0, 0.18);
    box-shadow: 6px 5px 7px 0px rgba(0, 0, 0, 0.18);
}

.centerListDetails {
    background: #fff;
    padding: 10px 10px 10px 10px;
    background: rgba(255,255,255,1);
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.20) 2px 2px 10px 0px;
    margin: 15px 0px 0px 0px !important;
}

.centerListDetails p {
    font-size: 11px;
    padding: 0px;
    margin: 0px;
    text-align: left;
    font-family:"BPG Arial Caps" !important;
}

.centerListDetails i {
    font-size: 17px;
    top: 4px;
}

.ptiCompanyListBorder {
    position: absolute;
    padding: 0px;
    top: 2%;
    left: 0px;
    height: 100%;
    border-width: 0px 1px 0px 0px;
    border-style: solid;
    border-color: rgba(0,0,0,0.4);
}


input[type=button]:focus {
    outline: none !important;
}

.centerListDetails a {
    text-decoration: none !important;
    font-style: normal !important;
    color: rgba(0,0,0,0.7) !important;
}

.centerDetails {
    display: flex;
    padding-top: 50px;
}

.centerDetails .panel {
    width: 100%;
    padding: 5px;
    font-size: 11px;
    border-width: 0px;
    border-style: solid;
    border-color: rgba(0,0,0,0.1);
    border-radius: 3px;
    box-shadow: rgba(0, 0, 0, 0.15) 2px 2px 10px 0px;
}

.centerDetails .panel table {
    width: 100%;
    border-width: 1px;
    border-style: solid;
    border-color: rgba(0,0,0,0.07);
    border-radius: 3px;
}

.centerDetails .panel table tr td {
    font-size: 10px;
    border-width: 1px;
    border-style: dashed;
    padding: 6.8px;
    border-color: rgba(0,0,0,0.04);
    border-radius: 3px;
}

.centerImg {
    position: relative;
    margin-top: 5px;
    height: 500px;
    padding: 9px !important;
}

.centerImg div {
    position: relative;
    /*top: 20px;*/
    /*width: 100%;*/
    height: 100%;
    width: 100%;
}

.companyReservation {
    position: absolute;
    top: 12%;
    right: 10%;
    width: 35%;
    height: 575px;
    background: rgba(255,255,255,0.9);
    box-shadow: rgba(0, 0, 0, 0.4) 7px 7px 10px 0px;
    z-index: 9999;
}


.companyReservation .title {
    margin-top: 5%;
    text-align: center;
    color: rgba(0,0,0,0.8);
    font-size: 13px;
    letter-spacing: 1px;
}

.ui-datepicker {
    display: none;
    background: rgba(255,255,255,0.9);
    background: linear-gradient(90deg, rgba(0, 189, 200,1) 0%, rgba(0, 213, 195,0.75) 100%);
    /*width: auto;*/
    /*width: 20%;*/
    /*right: 0px;*/
    padding: 15px;
    box-shadow: rgba(0, 0, 0, 0.5) 2px 2px 15px 0px;
}

.ui-datepicker-header {
    background: white;
    font-size: 10px;
    /*display: none !important;*/
    margin-bottom: 10px;
}

.ui-datepicker-title {
    position: relative;
    width: 100%;
    padding: 10px;
    text-align: center;
}

.ui-datepicker-prev {
    position: absolute;
    top: 25px;
    left: 20px;
    text-align: center;
    z-index: 3;
    cursor: pointer;
}

.ui-datepicker-next {
    position: absolute;
    top: 25px;
    right: 20px;
    text-align: center;
    z-index: 3;
    cursor: pointer;
}

.ui-datepicker-calendar {
    background: white;
    font-size: 10px;
    width: 100%;
}

.ui-datepicker-calendar th {
    padding: 10px;
    text-align: center;
}

.ui-datepicker-calendar td {
    background: rgba(0,0,0,0.01);
    text-align: center;
    color: rgba(0,0,0,0.5);
    font-size: 12px;
    padding: 10px;
    border-width: 1px;
    border-style: dashed;
    border-color: rgba(0,0,0,0.09);
}

.ui-datepicker-calendar td a {
    text-decoration: none;
    color: rgba(0,0,0,0.5);
}

.ui-datepicker-today {
    background: linear-gradient(90deg, rgba(0, 189, 200,1) 0%, rgba(0, 213, 195,0.75) 100%) !important;
    color: #fff !important;
    border-width: 3px !important;
    border-style: solid !important;
    border-color: #fff !important;
}

.ui-datepicker-today a {
    color: #fff !important;
}

.companyOptions {
    position: absolute;
    top: 425px;
    right: 10%;
    width: 35%;
    height: 275px;
    /*border-radius: 20px 20px 0px 20px;*/
    border-radius: 7px;
    border-width: 3px;
    border-style: solid;
    border-color: #fff;
    background: rgba(255,255,255,0.9);
    /*box-shadow: rgba(0, 0, 0, 0.4) 7px 7px 10px 0px;*/
    box-shadow: inset rgba(0, 0, 0, 0.4) 0px 0px 10px 0px;
    z-index: 9999;
}

.companyOptions .companyName {
    position: absolute;
    width: 100%;
    top: -37px;
    color: #fff;
    text-align: center;
    text-shadow: #000 1px 0 10px;
}

.centerImg .logo {
    position: absolute;
    left: 50px;
    width: 150px;
    height: auto;
    padding: 20px;
    background: rgba(255,255,255,0.8);
    /*border-width: 0px 0px 2px 0px;*/
    /*border-style: solid;*/
    /*border-color: #fff;*/
}

.centerImg .logo img {
    width: 100%;
    height: auto;
}

.companyOptions .companyLive {
    position: absolute;
    top: 0px;
    left: 0px;
    /*top: 5%;*/
    /*height: 50%;*/
    text-align: center;
    color: rgba(0,0,0,0.8);
    font-size: 13px;
    letter-spacing: 1px;
}

.companyOptions .title {
    position: absolute;
    top: 20%;
    text-align: center;
    color: rgba(0,0,0,0.8);
    font-size: 13px;
    letter-spacing: 1px;
}

.companyOptions .dots, .companyReservation .dots  {
    position: absolute;
    width: 20%;
    left: 39%;
    bottom: -35px;
    text-align: center;
    color: rgba(255,255,255,0.8);
    letter-spacing: 1px;
    display: inline-flex;
}

.companyOptions .dots i, .companyReservation .dots i {
    margin: 0% 10% 0% 10% !important;
}

.companyReservation .ptiButton {
    background: linear-gradient(90deg, rgba(0, 213, 195, 1) 0%,rgba(0, 189, 200, 1)  80%);
    border: 1px;
    border-color: #fff;
    color: #fff;
    border-style: solid;
    border-radius: 5px;
    height: 30px;
    width: 100%;
    font-size: 10px;
    text-align: center;
    outline: none;
    -webkit-box-shadow: 6px 5px 5px 0px rgba(0, 0, 0, 0.18);
    -moz-box-shadow: 6px 5px 5px 0px rgba(0, 0, 0, 0.18);
    box-shadow: 6px 5px 7px 0px rgba(0, 0, 0, 0.18);
}

.ptiReservationButton {
    position: absolute;
    bottom: 15px;
}

.companyOptions .buttons {
    position: absolute;
    width: 100%;
    bottom: 1%;
    text-align: left;
    color: rgba(0,0,0,0.8);
    font-size: 13px;
    letter-spacing: 1px;
}

.companyOptions .buttons a {
    font-size: 10px;
    padding: 10px 10px 10px 20px;
    margin-bottom: 15px;
    color: #fff;
    display: block;
    min-width: 100%;
    font-style: normal;
    text-decoration: none;
    background: linear-gradient(90deg, rgba(0, 213, 195, 0.9) 0%, rgba(0, 189, 200, 0.9) 40%, rgba(0, 189, 200, 0.9) 60%,rgba(0, 213, 195, 0.9)  100%);
    /*box-shadow: rgba(0, 0, 0, 0.15) 5px 5px 10px 0px;*/
    border-radius: 5px;
}

.companyDetails {
    position: relative;
    /*min-height: 150px;*/
    padding: 5px 9px 5px 9px;
}

.companyDetails .panel {
    position: relative;
    width: 100%;
    height: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
    background: linear-gradient(90deg, rgba(0, 213, 195,0.75) 0%, rgba(0, 189, 200,1) 100%);
    color: rgba(255,255,255,0.9);
    font-size: 11px;
}

.companyDetails .panel .border {
    position: absolute;
    width: 50%;
    left: 13px;
    margin-top: 7px;
    height: 1px;
    background: linear-gradient(90deg, rgba(255, 255, 255,0.5) 0%, rgba(255, 255, 255,0) 100%);
    border: 0px !important;
}

.advertisement {
    padding: 10px 25px 25px 25px;
    font-size: 10px;
    text-align: center;
}

.advertisement .row {
    padding: 0px 0px 0px 0px;
}

.advertisement .line {
    position: absolute;
    top: 6px;
    width: 100%;
    height: 2px;
    left: 0px;
    background: linear-gradient(90deg, rgba(0, 213, 195,0.75) 0%, rgba(0, 189, 200,1) 100%);

}

.advertisement .title {
    padding: 0px 0px 0px 3px;
    margin-bottom: 15px;
    text-align: center;
}

.advertisement .title span {
    background: #fff;
    color: rgba(0,0,0,0.5);
    width: auto;
    padding: 4px 7px 4px 7px;
}

.advertisement .banner {
    background: rgba(255,255,255,0.5);
    border-width: 2px;
    border-style: solid;
    border-color: rgba(0,0,0,0.04)
}

.advertisement .banner .img {
    padding: 0px;
}

.advertisement .banner .img img {
    width: auto;
    height: 100px;
}

.userArea .vehicle {
    margin-top: 12vh;
    text-align: center;
}

.userArea .vehicle img {
    width: auto;
    height: auto;
    max-height: 58vh;
    margin-left: 50px;
    /*max-height:*/
}

/*.userArea .govNum {*/
/*    !*color: red;*!*/
/*    color: rgba(255,255,255,1);*/
/*    text-shadow: rgba(0,0,0,0.5) 1px 0 10px;*/
/*    font-weight: bolder;*/
/*    letter-spacing: 1px;*/
/*    font-size: 22px;*/
/*    padding-left: 48px;*/
/*}*/

.deadlineText {
    position: absolute;
    top: 0px;
    left: 30px;
    text-align: center;
    /*background: red;*/
    height: 100%;
    writing-mode: tb-rl;
    transform: rotate(-180deg);
    /*color: rgba(0,0,0,0.5);*/
    /*text-shadow: rgba(0,0,0,0.9) 1px 0 10px;*/
    font-weight: bolder;
    font-size: 12px;
    letter-spacing: 1px;
    line-height: 17px;
}

.deadlineText i {
    margin-left: 5px;
    transform: rotate(90deg) !important;
}

/*.carousel-control-prev {*/
/*    width: 30px;*/
/*    height: 30px;*/
/*    margin-top: 43vh;*/
/*    float: right;*/
/*    left: 87% !important;*/
/*}*/

/*.carousel-control-next {*/
/*    width: 30px;*/
/*    height: 30px;*/
/*    margin-top: 38vh;*/
/*    float: right;*/
/*    left: 87% !important;*/
/*}*/

/*.userArea .carousel-control-prev, .userArea .carousel-control-prev i {*/
/*    color: rgba(0, 0, 0,0.3);*/
/*    font-size: 30px;*/
/*    padding-right: 30px;*/
/*}*/

/*.userArea .carousel-control-next, .userArea .carousel-control-next i {*/
/*    color: rgba(0, 0, 0,0.3);*/
/*    font-size: 30px;*/
/*    padding-right: 30px;*/
/*}*/

.userArea .userAreaMenu {
    /*margin-top: 50vh;*/
}

.userArea .userAreaMenu .panel {
    background: rgba(240, 240, 240, 0.8);
    border-radius: 5px;
    padding: 20px 5px 20px 5px;
    font-size: 11px;
    font-family:"BPG Arial Caps" !important;

}

.userDetails {
    margin-top: 32vh;
    margin-bottom: vh;
    color: rgba(0,0,0,0.9);
    font-size: 11px;
    margin-left: 15px;
    padding: 20px 15px 17px 15px;
    border-radius: 5px;
    background: linear-gradient(90deg, rgba(240, 240, 240, 0.8) 0%, rgba(240, 240, 240, 0) 100%);
    font-family:"BPG Arial Caps" !important;
}

.userDetails .title {
    margin-bottom: 20px;
}

.userDetails .userImg {
    text-align: center;
    /*left: 4.5vh;*/
    top: 20px;
}

.userDetails .userImg i {
    font-size: 25px;
    color: rgba(119, 118, 118, 1);
    padding: 20px;
    border-width: 3px;
    border-style: solid;
    border-color: rgba(119, 118, 118, 1);
    border-radius: 100px;
}



.footerContent {
    /*padding: 0 20px 60px 20px*/
    padding: 25px 25px 0px 25px;
    /*width: 100%!important;*/
    /*z-index: 5 !important;*/
    font-size: 10px;
    margin-top: 20px;
    margin-bottom: 0px;
}

.footerPanel {
    display: inline-flex;
    margin: 0px;
    background: rgba(0,0,0,0.05);
    /*background: red;*/
    padding: 10px 0px 5px 0px;
}

.footerContent ul {

}

.footerContent ul li {
    padding: 0px;
    margin: 0px;
    font-family:"BPG mrgvlovani" !important;
    color: rgba(0,0,0,0.6) !important;
    padding-top: 6px;
    font-size: 10px;
}

.footerContent ul li a {
    color: rgba(0,0,0,0.6) !important;
}

.footerContent ul li a:hover {
    color: rgba(175, 11, 11, 0.7) !important;
    font-weight: bold;
}

.footerLogoImg {
    opacity: 1;
    height: 32px !important;
    width: auto;
    float: left;
}


/*footer*/
.footerFirst a {
    color: rgba(0,0,0,0.3)
}

.footerFirst a:hover {
    color: rgba(0,0,0,0.7)
}

.footerFirst {
    position: fixed;
    bottom: 2%;
    left: 75px;
    width: 94%;
    color: rgba(0,0,0,0.1) !important;
    font-size: 10px;
    z-index: 2 !important;
    padding: 0px;
    /*width: 100%;*/
}

.animatedBg {
    position: fixed;
    top: 0px;
    width: 100%;
    height: 100%;
    background: linear-gradient(224deg, #00bdc8, #00d5c3);
    background-size: 400% 400%;

    -webkit-animation: background-ease2 10s ease infinite;
    -moz-animation: background-ease2 10s ease infinite;
    -o-animation: background-ease2 10s ease infinite;
    animation: background-ease2 10s ease infinite;
}

@-webkit-keyframes background-ease2 {
    0%{background-position:100% 0%}
    50%{background-position:0% 100%}
    100%{background-position:100% 0%}
}
@-moz-keyframes background-ease2 {
    0%{background-position:100% 0%}
    50%{background-position:0% 100%}
    100%{background-position:100% 0%}
}
@-o-keyframes background-ease2 {
    0%{background-position:100% 0%}
    50%{background-position:0% 100%}
    100%{background-position:100% 0%}
}
@keyframes background-ease2 {
    0%{background-position:100% 0%}
    50%{background-position:0% 100%}
    100%{background-position:100% 0%}
}

.ptiAuth {
    top: 65px;
    background: linear-gradient(90deg, rgba(0, 213, 195,0.75) 0%, rgba(0, 189, 200,1)  100%);
    padding: 30px;
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 25px 0px;
    border-width: 3px;
    border-style: solid;
    border-color: #fff;
}

.ptiAuth label {
    color: #fff;
    font-size: 12px;
}

.ptiAuth .loginTitle {
    margin-top: 70px;
    text-align: center;
}

.ptiAuth .loginTitle i {
    text-align: center;
    border-width: 3px;
    border-color: rgba(255, 255, 255,1);
    border-style: solid;
    border-radius: 1000px;
    padding: 20px;
    font-size: 35px;
    color: rgba(255, 255, 255,1);
    box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 30px 0px;
}

.ptiAuth .authTitle {
    margin: 0px;
    margin-top: 10px;
    color: #fff;
    font-size: 17px;
}

.ptiAuth .passwordResset {
    text-align: right;
    padding: 0px 20px 12px 0px;
}

.ptiAuth .passwordResset a {
    color: #fff;
    font-size: 10px;
    text-decoration: none;
}

.ptiAuth .authTitleText {
    margin-top: 0px;
    color: rgba(255,255,255,0.7);
    font-size: 10px;
}

.ptiAuth input[type=email], .ptiAuth input[type=password], .ptiAuth input[type=text]  {
    background: rgba(255,255,255,0.8);
    border: 1px;
    border-color: #fff;
    border-style: solid;
    border-radius: 50px;
    height: 50px;
    width: 100%;
    padding: 10px 10px 10px 30px;
    font-size: 10px;
    text-align: left;
    outline: none;
    -webkit-box-shadow: 6px 5px 5px 0px rgba(0, 0, 0, 0.18);
    -moz-box-shadow: 6px 5px 5px 0px rgba(0, 0, 0, 0.18);
    box-shadow: 6px 5px 7px 0px rgba(0, 0, 0, 0.18);
}

.ptiAuth button {
    background: linear-gradient(90deg, rgba(0, 213, 195, 1) 0%,rgba(0, 189, 200, 1)  80%);
    border: 1px;
    border-color: #fff;
    color: #fff;
    border-style: solid;
    border-radius: 50px;
    height: 50px;
    width: 100%;
    padding-top: 4px;
    letter-spacing: 1px;
    font-size: 12px;
    text-align: center;
    outline: none;
    -webkit-box-shadow: 6px 5px 5px 0px rgba(0, 0, 0, 0.18);
    -moz-box-shadow: 6px 5px 5px 0px rgba(0, 0, 0, 0.18);
    box-shadow: 6px 5px 7px 0px rgba(0, 0, 0, 0.18);
}

.ptiAuth button:hover {
    -webkit-box-shadow: 6px 5px 5px 0px rgba(0, 0, 0, 0.18);
    -moz-box-shadow: 6px 5px 5px 0px rgba(0, 0, 0, 0.18);
    box-shadow: 6px 5px 7px 0px rgba(0, 0, 0, 0.05);
}

.ptiAuth select {
    background: rgba(255,255,255,0.8);
    border: 1px;
    border-color: #fff;
    border-style: solid;
    border-radius: 50px;
    height: 50px;
    width: 100%;
    padding: 10px 10px 10px 30px;
    font-size: 10px;
    text-align: left;
    outline: none;
    -webkit-box-shadow: 6px 5px 5px 0px rgba(0, 0, 0, 0.18);
    -moz-box-shadow: 6px 5px 5px 0px rgba(0, 0, 0, 0.18);
    box-shadow: 6px 5px 7px 0px rgba(0, 0, 0, 0.18);

    -moz-appearance:none; /* Firefox */
    -webkit-appearance:none; /* Safari and Chrome */
    appearance:none;
}

.ptiAuth ::placeholder {
    color: rgba(0,0,0,0.4);
}

.ptiAuth .nav {
    background: rgba(255,255,255,255);
    padding: 9px 9px 9px 9px;
    height: 50px;
    font-size: 11px;
    border-radius: 50px;
}

.ptiAuth .nav .nav-item {
    width: 50%;
    text-align: center;
    border-radius: 10px !important;
}

.ptiAuth .nav .nav-item a {
    color: rgba(0, 189, 200,1);
    font-weight: bold;
    border-radius: 50px;
}

.ptiAuth .nav .nav-item .active {
    background: linear-gradient(90deg,  rgba(0, 189, 200,1) 0%, rgba(0, 213, 195,0.75) 100%);
    color: #fff;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 5px 0px;
}

.ptiAuth .line {
    padding: 0px;
}

.ptiAuth .line span {
    background: rgba(255,255,255,0.5);
    position: absolute;
    top: 12px;
    width: 100%;
    height: 3px;
}

.ptiAuth .terms {
    background: rgba(255,255,255,0.5);
    color: rgba(0,0,0,0.5);
    font-size: 9px;
    text-align: center;
    padding: 6px 0px 6px 0px;
    border-radius: 5px;
}

.conditions {
    text-align: center;
    margin-top: 10px;
}

.conditions a {
    font-size: 10px;
    text-align: center;
    color: #fff;
    text-decoration: none;
}


::placeholder {
    color: rgba(0,0,0,0.4);
}

.cardShadow {
    cursor: pointer;
    -webkit-box-shadow: 6px 5px 5px 0px rgba(0, 0, 0, 0.18);
    -moz-box-shadow: 6px 5px 5px 0px rgba(0, 0, 0, 0.18);
    box-shadow: 0px 0px 7px 3px rgba(0, 0, 0, 0.04);
}

.br-0 {border-right-width: 0px !important;}

.bl-1 {border-left-width: 1px !important;}

.ptiColor {
    color: rgba(0, 189, 200, 1)!important;
}

.ptiColor1 {
    color: rgba(0, 213, 195,0.75)!important;
}

.no-padding {
    padding: 0px !important;
}

.no-margin {
    margin: 0px !important;
}

.padding-8 {
    padding: 8px !important;
}

.padding-10 {
    padding: 10px !important;
}

.text-grey-300 { color: rgba(0,0,0,0.45) !important; }
.text-grey { color: rgba(0,0,0,0.5) !important; }

.font-5  { font-size: 5px !important;}
.font-7  { font-size: 7px !important;}
.font-8  { font-size: 8px !important;}
.font-9  { font-size: 9px !important;}
.font-10 { font-size: 10px !important;}
.font-11 { font-size: 11px !important;}
.font-12 { font-size: 12px !important;}
.font-13 { font-size: 13px !important;}
.font-14 { font-size: 14px !important;}
.font-15 { font-size: 15px !important;}
.font-17 { font-size: 17px !important;}
.font-20 { font-size: 20px !important;}
.font-25 { font-size: 25px !important;}
.font-30 { font-size: 30px !important;}
.font-50 { font-size: 50px !important;}

.padding-3 {
    padding: 3px !important;
}

.pl-1  { padding-left: 1px !important;}
.pr-1  { padding-right: 1px !important;}

.pr-20 { padding-right: 20px !important;}

.mt-10  { margin-top: 10px !important;}
.mt-15  { margin-top: 15px !important;}
.mb-10  { margin-bottom: 10px !important;}
.ml-10  { margin-left: 10px !important;}
.mr-10  { margin-right: 10px !important;}

.mt-20  { margin-top: 20px !important;}
.mb-20  { margin-bottom: 20px !important;}
.ml-20  { margin-left: 20px !important;}
.mr-20  { margin-right: 20px !important;}

.mt-30  { margin-top: 30px !important;}
.mb-30  { margin-bottom: 30px !important;}
.ml-30  { margin-left: 30px !important;}
.mr-30  { margin-right: 30px !important;}

.mt-40  { margin-top: 40px !important;}
.mb-40  { margin-bottom: 40px !important;}
.ml-40  { margin-left: 40px !important;}
.mr-40  { margin-right: 40px !important;}

.mt-50  { margin-top: 50px !important;}
.mb-50  { margin-bottom: 50px !important;}
.ml-50  { margin-left: 50px !important;}
.mr-50  { margin-right: 50px !important;}

.cur-pointer {
    cursor: pointer !important;
}

     /* width */
 ::-webkit-scrollbar {
     width: 3px;
 }

/* Track */
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px transparent;
    border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.5 ) 100%);
    border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(90deg, rgba(0, 189, 200, 1) 0%, rgba(0, 213, 195, 1) 100%);
}

@media only screen and (max-width: 600px) {

    .navbar {
        z-index: 2 !important;
    }

    .navbarBg2 {
        position: fixed;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 70px;
        border-width: 0px 0px 3px 0px;
        border-style: solid;
        border-color: #fff;
        background: linear-gradient(90deg, rgba(0, 213, 195, 1) 0%,rgba(0, 189, 200, 1)  80%);
        z-index: 2;
        -webkit-box-shadow: 6px 5px 5px 0px rgba(0, 0, 0, 0.18);
        -moz-box-shadow: 6px 5px 5px 0px rgba(0, 0, 0, 0.18);
        box-shadow: 6px 5px 7px 0px rgba(0, 0, 0, 0.18);
    }

    .navbarBg {
        position: fixed;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        background: rgba(0, 213, 195,1);;
        z-index: -1;
    }

    .navbarLogo img {
        width: 75%;
    }

    .navbarLang {
        top: 3px;
    }

    .navbarLang a {
        width: auto;
        float: right;
        color: #fff;
        padding: 9px 7px 8px 7px !important;
    }

    .navbar ul {
        position: relative;
        margin: 25% 9% 9% 10%;
        background: transparent;
        border-width: 0px 0px 0px 1px !important;
        border-style: dashed !important;
        border-color: #fff !important;
        padding: 0px;

    }

    .navbar ul li  {
        list-style-type: none;
        padding: 20px 15px 10px 0px !important;
    }

    .navbar ul li a {
        color: rgba(255,255,255,1) !important;
        width: 100% !important;
        display: inline-block;
        margin: 0px;
        font-size: 12px;
    }

    .ptiDeadline {
        position: absolute;
        bottom: 15%;
        padding-left: 7%;
        padding-right: 7%;
        left: 0px;
        text-align: center;
        z-index: 2;
    }

    .companyReservation {
        position: absolute;
        top: 11%;
        left: 5%;
        width: 90%;
        height: 56%;
        background: rgba(255,255,255,0.9);
        box-shadow: rgba(0, 0, 0, 0.4) 7px 7px 10px 0px;
        z-index: 1 !important;
    }

    .footerPanel {
        display: block;
    }

    .col-ml-10 {
        margin-left: 10px !important;
    }

    .col-ml-15 {
        margin-left: 15px !important;
    }


}