﻿
@font-face {
    font-family: 'Gilroy';
    src: url(/fonts/Gilroy-Regular.eot);
    src: url(/fonts/Gilroy-Regular.woff);
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'GilroyBold';
    src: url(/fonts/Gilroy-Bold.eot);
    src: url(/fonts/Gilroy-Bold.woff);
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: 'Gilroy';
    font-size: 18px;
    font-weight: 300;
}

.h1, .h2, .h3, .h4, .h5, .h6 {
    font-weight: 700;
}

.s96-franchise-cnt {
    display: none;
}

.navbar {
    margin-bottom: 10px;
}

@media(min-width:768px) {
    header .flex-row::before {
        content: "";
        display: block;
        height: 1px;
        background-color: #e8ad15;
        width: 100%;
        margin-bottom: 10px;
        margin-top: 10px;
    }
}

.dropdown-item {
    /*border-bottom: 1px dotted #cccccc;*/
    margin-top: 5px;
    margin-bottom: 3px;
    padding-bottom: 5px;
    /*background-image: linear-gradient(to right, black 13%, rgba(255,255,255,0) 0%);*/
    background-position: bottom;
    /*background-size: 7px 1px;*/
    /*background-repeat: repeat-x;
    background-image: url(/images/dashed.svg) !important;
    background-size: auto 1px !important;*/
}

.dropdown-menu li:not(:last-child) > .dropdown-item {
    background-repeat: repeat-x;
    background-image: url(/images/dashed.svg) !important;
    background-size: auto 1px !important;
}


.navbar-nav .nav-link :hover {
    /*color: #e8ad15;
    text-decoration: underline;*/
}

.s96-gradient-btn {
    background-image: linear-gradient(45deg, #ffc30a, #ff9714) !important;
    border-width: 0 !important;
    min-height: 2.5vw !important;
    font-weight: bold;
}

    .s96-gradient-btn:hover {
        color: #000 !important;
    }

@media(min-width:768px) {
    .s96-gradient-btn {
        font-size: 15pt !important;
    }
}

.s96-gradient-appnumber {
    background-image: linear-gradient(45deg, #ffc30a, #ff9714) !important;
    font-family: GilroyBold !important;
}

.dropdown a:hover {
    background-color: transparent !important;
    /*background-image: linear-gradient(45deg, #ffc30a, #ff9714) !important;
    background-size: 100% !important;
    -webkit-background-clip: text !important;
    -moz-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    -moz-text-fill-color: transparent !important;*/
}

.s96-price-link {
    font-family: GilroyBold !important;
    background-image: linear-gradient(45deg, #ffc30a, #ff9714) !important;
    background-size: 100% !important;
    -webkit-background-clip: text !important;
    -moz-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    -moz-text-fill-color: transparent !important;
}

.navbar-nav .nav-link:active {
    /*color: #e8ad15;
    text-decoration: underline;
    background-color: #e8ad15;*/
}


.nav-link, .dropdown-item {
    font-size: 19px;
    font-family: GilroyBold !important;
    /*font-weight: 700;*/
}

.form-control, .input-group-text {
    background-color: #E8E8E8 !important;
}

    .form-control:focus, .form-select:focus, .form-check-input:not(.s96-cb):focus {
        box-shadow: none !important;
    }

button {
    outline: none !important;
}

.form-search_adress {
    /*background: url(/images/search_adress.png) no-repeat;
    background-size: 20px;
    background-position: 5px center;*/
}

.form-label, .form-check-label {
    font-weight: 700;
    font-size: 15px;
}

.form-check-input:not(.s96-cb):checked {
    background-color: #ffc30a !important;
    /*background: linear-gradient(45deg, #ffc30a, #ff9714) !important;*/
}

input[type="file"] {
    display: none;
}

.addfile {
    width: 100%;
    height: 140px;
    cursor: pointer;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
}


.add-file-img {
    width: 85%;
    position: absolute;
    top: 0;
    left: 0;
}

    .add-file-img:last-child {
        margin-left: 10px;
    }

    .add-file-img:first-child {
        margin-right: 10px;
    }


.app-number {
    background-color: #E8E8E8;
    cursor: pointer;
    padding: 5px !important;
}

.s96-app-number-cnt {
    margin-top: 15px !important;
}

.app-number:active {
    /*background-color: #e8ad15;*/
}

.app-cash {
    background-color: #E8E8E8;
    height: 50px;
}


.btn-primary {
    color: black;
    background-color: #e8ad15;
    border-color: #1861ac;
    border-radius: 5px;
}

    .btn-primary:hover {
        color: white;
        background-color: #e8ad15;
        outline: none;
    }

    .btn-primary:active {
        color: white;
        background-color: #e8ad15;
        outline: none;
    }

.btn-choose_city {
    background-color: white;
    border: 2px solid #e8ad15;
}

    .btn-choose_city:hover, .btn-choose_city:active {
        color: black;
    }


.border-color-price {
    border-color: #e8ad15;
}

.table td {
    font-size: 20px;
    font-weight: 700;
}

.table p {
    font-size: 15px;
    font-weight: 300;
}

.border-contractor, .border-busines {
    height: 100%;
    border: 2px solid #e8ad15
}

.footer {
    margin-top: 100px;
}

@media (min-width: 700px) {
    .api-maps {
        position: relative;
    }


    .colonka {
        position: absolute;
        top: 100px;
        left: 0;
    }
}








/* Sticky footer styles
-------------------------------------------------- */



.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}


/*
    09-08-22
*/

.sms-line {
    display: none;
}

.s96-verify-line {
    display: none;
}


/*
    15-08-22
*/
.s96-cat {
    /*display: none;*/
    cursor: pointer;
}

.s96-addrequest-form {
    display: none;
}

.s96-responsible, .s96-responsiblelable {
    display: none;
}

#map {
    height: 100%;
    width: 100%;
}

html,
body {
    height: 100%;
    margin: 0;
    padding: 0;
}

.s96-image-del {
    position: absolute;
    top: 0;
    right: 0;
    display: none;
    background-color: #fff;
    cursor: pointer;
}

@media(min-width:768px) {
    .s96-menu-line {
        margin: 0 !important;
        padding: 0 !important;
        width: 16.66% !important;
        color: #000 !important;
    }

    .s96-menu-line-sm {
        width: 14.66% !important;
    }

    .s96-menu-line-lg {
        width: 20.66% !important;
    }

    .s96-menu-width100 {
        width: 100% !important;
    }

    .s96-total-item {
        width: 20% !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    .s96-total-item-half {
        width: 10% !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    .s96-total-item-double {
        width: 40% !important;
        margin: 0 !important;
        padding: 0 !important;
    }

        .s96-total-item-double a {
            margin-bottom: 0 !important;
            font-size: 1.5vw !important;
        }

    .s96-total-item-half:last-child {
        padding-left: 1% !important;
    }

    .s96-total-item-half:not(:last-child) {
        padding-right: 1% !important;
    }
}

.dropdown-toggle:not(.s96-region-selector)::after {
    display: none !important;
}

.s96-addreqq {
    margin-left: 8px !important;
}

.s96-cont-fluid {
    padding-left: 20px !important;
    padding-right: 20px !important;
}

.nav-link {
    color: #000 !important;
}

.grow-wrap {
    /* easy way to plop the elements on top of each other and have them both sized based on the tallest one's height */
    display: grid;
}

    .grow-wrap::after {
        /* Note the weird space! Needed to preventy jumpy behavior */
        content: attr(data-replicated-value) " ";
        /* This is how textarea text behaves */
        white-space: pre-wrap;
        /* Hidden from view, clicks, and screen readers */
        visibility: hidden;
    }

    .grow-wrap > textarea {
        /* You could leave this, but after a user resizes, then it ruins the auto sizing */
        resize: none;
        /* Firefox shows scrollbar on growth, you can hide like this. */
        overflow: hidden;
        border-width: 0 !important;
        font-family: GilroyBold !important;
        font-weight: normal !important;
        font-size: 1.1vw !important;
        color: #000 !important;
    }

    .grow-wrap > textarea,
    .grow-wrap::after {
        /* Identical styling required!! */
        /*border: 1px solid black;
        padding: 0.5rem;*/
        font: inherit;
        /* Place on top of each other */
        grid-area: 1 / 1 / 2 / 2;
    }

.s96-gilbold {
    font-family: GilroyBold !important;
    font-weight: normal !important;
    font-size: 1.2vw !important;
    color: #000 !important;
}

.s96-gilbold-smaller {
    font-family: GilroyBold !important;
    font-weight: normal !important;
    font-size: .9vw !important;
    color: #000 !important;
}

label {
    font-family: GilroyBold !important;
    font-weight: normal !important;
    color: #000 !important;
    font-weight: normal !important;
    margin-left: 12px !important;
}

.form-control, .form-select {
    /*font-size: 12pt !important;
    font-weight: normal !important;
    color: #000 !important;*/
    border-width: 0 !important;
    background: #E8E8E8 !important;
}

.s96-gilbold-plain {
    font-family: GilroyBold !important;
}

.s96-pricelabel {
    font-weight: normal !important;
    font-family: Gilroy !important;
    /*font-size: .7vw !important;*/
}

@media(min-width:768px) {
    .form-check-input:not(.s96-cb), .form-check-input:not(.s96-cb):focus {
        width: 50px !important;
        height: 30px !important;
        border-color: silver;
    }
}

.s96-addorg-form, .s96-orgdata {
    display: none;
}

.s96-font-bold {
    font-family: GilroyBold !important;
}

.s96-region-item {
    cursor: pointer;
}

.modal-header .h5 {
    font-family: GilroyBold !important;
    font-size: 20pt !important;
}

#s96-messages-cnt {
    overflow: auto;
}

.s96 {
    --max-lines: 3;
    max-height: calc(var(--lh) * var(--max-lines));
    overflow: hidden;
}

.s96-msg-preview::before {
    content: "...";
    position: absolute;
    bottom: 0;
    right: 0;
}

.s96-menu-lg {
    min-width: 100% !important;
}

.nav-link {
    text-align: center !important;
}

.s96-shadow {
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.55) !important;
}

@media(min-width:768px) {
    .s96-main {
        margin-top: 180px !important;
        overflow-y: auto !important;
    }
}

@media all and (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: none;
    }

    .navbar .nav-item:hover .nav-link {
    }

    .navbar .nav-item:hover .dropdown-menu {
        display: block;
    }

    .navbar .nav-item .dropdown-menu {
        margin-top: 0;
    }
}

textarea {
    resize: none;
}

.navbar {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
}

@media(min-width:768px) {
    .s96-conds {
        font-size: 11pt !important;
        color: silver !important;
        font-weight: normal !important;
        font-family: Gilroy !important;
    }

    .s96-btnclosebtn {
        width: 20px !important;
        height: 20px !important;
    }

    .s96-h5 {
        font-size: 19pt !important;
        padding-bottom: 0 !important;
        margin-bottom: 0 !important;
        font-family: GilroyBold !important;
        color: #000 !important;
    }
}

.s96-cb {
    border-radius: 0 !important;
}

.s96-gradient-text {
    background-color: #ff9714;
    background-image: linear-gradient(45deg, #ffc30a, #ff9714) !important;
    background-size: 100%;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color: transparent;
}

.s96-underline {
    text-decoration: underline !important;
    text-underline-position: under !important;
    text-decoration-color: #ffc30a !important;
    font-size: 13pt !important;
}

.modal-header {
    border-bottom-width: 0 !important;
}

@media(min-width:768px) {
    #modalCity .modal-dialog {
        width: 300px !important;
    }

    #modalCity .modal-footer {
        border-top-width: 0 !important;
    }

    .btn-choose_city, .s96-btn-io {
        font-size: 13pt !important;
    }

    .s96-citytitle0 {
        font-size: 14pt !important;
    }
}

.s96-citytitle0 {
    font-family: Gilroy !important;
}

select, .form-control {
    /*font-family: GilroyBold !important;*/
    font-weight: bold !important;
    font-size: 12pt !important;
    color: #000 !important;
}

option {
    font-family: Gilroy !important;
    font-weight: normal !important;
    font-size: 12pt !important;
}

input::placeholder, textarea::placeholder {
    font-size: 11pt !important;
    font-weight: normal !important;
    color: silver !important;
    font-family: Gilroy !important;
}

@media(min-width:768px) {
    .s9619, label {
        font-size: 13pt !important;
        font-family: GilroyBold !important;
    }

    .s961969 {
        font-size: 15pt !important;
        font-family: GilroyBold !important;
    }

    #modalCityNew .h5 {
        font-size: 19px !important;
    }

    .s96-calcprice {
        min-height: 38px !important;
    }
}

/* width */
::-webkit-scrollbar {
    width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    /*background: linear-gradient(45deg, #ffc30a, #ff9714) !important;*/
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: linear-gradient(45deg, #ffc30a, #ff9714) !important;
    /*opacity: .45 !important;*/
    border-radius: 5px !important;
}

    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: linear-gradient(45deg, #ffc30a, #ff9714) !important;
    }

.s96-org-a:hover {
    color: #ff9714 !important;
}

.form-check-input:checked {
    background-color: #ff9714 !important;
    border-color: #ff9714 !important;
}

/*.nav-link:hover {
    color: #ff9714 !important;
}*/
.nav-item:hover > .nav-link {
    color: #ff9714 !important;
}

.nav-item .dropdown-menu .dropdown-item:hover {
    color: #ff9714 !important;
}


textarea:focus,
input[type="checkbox"]:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
    border-color: rgba(126, 239, 104, 0.8);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(126, 239, 104, 0.6);
    outline: 0 none;
}

.noSelect {
    -webkit-tap-highlight-color: transparent;
}

.noSelect {
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .noSelect:focus {
        outline: none !important;
    }

..s96-table table {
    border-collapse: collapse !important;
}

.s96-table td {
    border: solid 1px #ff9714 !important;
    font-family: Gilroy !important;
    font-size: 15pt !important;
    padding: 15px !important;
}

.s96-mainside-cnt {
    border: solid 1px #ff9714 !important;
    border-radius: 5px !important;
    box-shadow: 0 0 .2rem rgba(0,0,0,.55) !important;
}

.s96-mainside-cnt-noborder {
    border-radius: 5px !important;
    /*box-shadow: 0 0 .2rem rgba(0,0,0,.55) !important;*/
}

@media(min-width:768px) {
    .s96-subtitle {
        font-size: 15pt !important;
    }

    .s96-contactsbody {
        font-size: 17pt !important;
        font-family: Gilroy !important;
    }
}

.s96-map-shadow {
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.45) !important;
    overflow: hidden !important;
    border-radius: 5px !important;
}

.s96-tile {
    font-family: Gilroy !important;
    font-weight: bold !important;
}

@media(min-width:768px) {
    .s96-tile {
        font-size: 15pt !important;
    }

    .s96-archive-title {
        font-size: 19pt !important;
    }

    .s96-list-subtitle {
        font-size: 17pt !important;
    }

    .s96-request-table td {
        font-size: 17pt !important;
        padding: 15px !important;
    }

    .s96-acts-title {
        font-size: 17pt !important;
    }

    .breadcrumb li, .breadcrumb li > a {
        font-size: 17pt !important;
    }

    #s96-message {
        font-size: 17pt !important;
    }

    #s96-btn-send {
        min-width: 300px !important;
    }

    .s96-h1-download {
        font-size: 42pt !important;
    }

    .s96-org-statusline {
        font-size: 18pt !important;
    }

    .s96-gradient-btn-lg {
        min-height: 60px !important;
        font-size: 17pt !important;
    }

    .s96-payment-radiobutton {
        font-size: 17pt !important;
    }
}

.s96-payment-radiobutton {
    color: #000 !important;
    width: 100% !important;
    font-weight: bold !important;
    cursor: pointer !important;
}

    .s96-payment-radiobutton:not(.s96-gradient-btn):hover {
        background: none !important;
    }

    .s96-payment-radiobutton:focus {
        outline: none !important;
    }

    .s96-payment-radiobutton.s96-gradient-btn {
        border-width: 0 !important;
        outline: 0 !important;
    }

.s96-acts-title {
    font-family: GilroyBold !important;
}

.s96-list {
    margin-top: 20px !important;
    border: solid 1px #ff9714 !important;
    border-radius: 5px !important;
}

.s96-archive-title {
    font-family: GilroyBold !important;
    color: #000 !important;
}

.s96-list-subtitle {
    color: #000 !important;
}

.s96-request-table {
    border-collapse: collapse;
}

#s96-message {
    background-color: #fff !important;
    border: solid 1px #ff9714 !important;
    color: #000 !important;
}

.s96-request-table td {
    border: solid 1px #ff9714 !important;
    color: #000 !important;
}

.s96-request-table tr:first-child > td:first-child {
    border-left-width: 0 !important;
    border-top-width: 0 !important;
}

.s96-request-table tr:first-child > td:last-child {
    border-right-width: 0 !important;
    border-top-width: 0 !important;
}

.s96-request-table td:first-child {
    border-left-width: 0 !important;
    font-family: GilroyBold !important;
}

.s96-request-table td:last-child {
    border-right-width: 0 !important;
}

.s96-wrapper-radius {
    border: solid 1px #ff9714 !important;
    border-radius: 10px !important;
    overflow: hidden;
    box-shadow: 0 0 .2rem rgba(0,0,0,.55) !important;
}

.breadcrumb li, .breadcrumb li > a {
    color: #000 !important;
    text-decoration: none !important;
}

.s96-act {
    border: solid 1px #ff9714 !important;
    width: 50px;
    height: 50px;
    margin: 10px;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}

#s96-message::placeholder {
    font-size: 17pt !important;
    font-weight: normal !important;
    color: #000 !important;
    font-family: Gilroy !important;
}

.s96-montage {
    background: linear-gradient(45deg, #ffc30a, #ff9714) !important;
}

.s96-h1-download {
    font-family: GilroyBold !important;
    text-transform: uppercase !important;
}

.s96-org-header {
    font-family: GilroyBold !important;
    font-size: 19pt !important;
}

.s96-org-statusline {
    color: #000 !important;
}

.app-number {
    min-width: 100px !important;
}

#map2 {
    position: fixed !important;
    width: 100% !important;
    height: 100% !important;
}

.btn:focus, .btn:active {
    outline: none !important;
    box-shadow: none;
}

.btn:focus, .btn.Focus {
    outline: 0;
}

button:focus {
    outline: 0;
}

.s96-news-image {
    background-size: contain !important;
    background-repeat: no-repeat;
    width: 100% !important;
    min-height: 300px !important;
    border-top-left-radius: 10px !important;
    border-bottom-left-radius: 10px !important;
    background-color: lightgray !important;
    overflow: hidden !important;
}

.s96-news-header {
    font-family: GilroyBold !important;
    font-size: 17pt !important;
    color: #000 !important;
}

.s96-news-message {
    font-family: Gilroy !important;
    color: #000 !important;
    font-size: 15pt !important;
}

.s96-news-content {
    border-top-right-radius: 10px !important;
    border-bottom-right-radius: 10px !important;
    border-right: solid 1px #ff9714 !important;
    border-top: solid 1px #ff9714 !important;
    border-bottom: solid 1px #ff9714 !important;
    border-left: none !important;
    box-shadow: 0 0 .2rem rgba(0,0,0,.55) !important;
    overflow: hidden;
}

.s96-news-link {
    color: inherit !important;
    text-decoration: none !important;
    /*max-height: 300px !important;*/
    overflow: hidden !important;
}


/*MOBILE VERSION - 30-01-23*/

@media(min-width:768px) {
    .s96-nav-nav, .s96-navbar-otherpages {
        margin-left: 29px !important;
        margin-right: 29px !important;
    }

    .s96-mobile-header {
        display: none !important;
    }

    label {
        font-size: 1.1vw !important;
    }

    .s96-right-menu {
        display: none !important;
    }

    .s96-mobile-downloadapp, .s96-display-mobile {
        display: none;
    }
}

@media(max-width:768px) {
    .s96-addreqq {
        width: 100% !important;
        position: absolute !important;
        margin-top: 350px !important;
    }

    #map {
        position: absolute !important;
        height: 350px !important;
    }

    .s96-nav-nav, .s96-navbar-otherpages {
        margin-left: 12px !important;
        margin-right: 12px !important;
        position: relative !important; /*remove fixed top*/
    }

    .navbar-toggler {
        display: none !important;
    }

    .s96-mobile-header {
        --bs-gutter-x: 0 !important;
    }

    .s96-index-main {
        height: auto !important;
    }

    .s96-desktop-images {
        height: 28vw !important;
    }

    label {
        font-size: 19px !important;
    }

    .s96-gradient-btn {
        min-height: 50px !important;
        font-size: 20px !important;
    }

    .s96-right-menu {
        position: fixed !important;
        width: 0;
        top: 0 !important;
        right: 0 !important;
        z-index: 10000000 !important;
        height: 100% !important;
        background-color: #fff !important;
    }

    .s96-right-menu-bg {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #000;
        opacity: .4;
        display: none;
        z-index: 9999999 !important;
    }

    .nav-link {
        text-align: left !important;
    }

    .card-body {
        border: none !important;
    }

    .mobile-menu-line {
        background-repeat: repeat-x;
        background-image: url(/images/dashed.svg) !important;
        background-size: auto 1px !important;
    }

    .s96-nav-small {
        font-size: 17px !important;
    }

    .s96-gilbold-smaller {
        font-size: 3.3vw !important;
    }

    .s96-index-main {
        padding-bottom: 20px !important;
    }

    .s96-region-selector {
        font-size: 14px !important;
    }

    .s96-cont-fluid {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    .btn-choose_city {
        font-size: 19px !important;
    }

    .s96-pricelabel {
        margin-top: 0 !important;
    }

    .s96-rolemain > .container-fluid, .s96-cf {
        padding: 0 !important;
    }

    .s96-mainside-cnt {
        margin-left: 12px !important;
        margin-right: 12px !important;
    }

    .s96-mainside-cnt {
        border: none !important;
        border-radius: 5px !important;
        box-shadow: 0 0 .2rem rgba(0,0,0,.55) !important;
        margin-top: 10px !important;
    }

    .border-contractor, .border-busines {
        border: none !important;
        box-shadow: none !important;
        padding-top: 10px !important;
    }

        .border-busines:first-child {
            margin-top: 30px !important;
        }

    .s96-become-became {
        text-align: center !important;
        color: #ff9714 !important;
        font-size: 22px !important;
        margin-top: 20px !important;
        padding-top: 0 !important;
    }

    .s96-tile, .s96-mobile-title {
        font-size: 20px !important;
    }

    .s96-mobile-title {
        font-family: Gilroy !important;
        font-weight: bold !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .s96-add-account-page {
        padding-left: 0 !important;
        padding-right: 0 !important;
        margin-top: 10px !important;
    }

    .s96-become-became2 {
        font-size: 24px !important;
    }

    .s96-mobile-title2 {
        font-size: 20px !important;
        text-align: center !important;
        margin-top: 30px !important;
    }

    .s96-desktop-downloadapp {
        display: none !important;
    }

    .s96-mainside-cnt, .s96-mainside-cnt-noborder {
        border: none !important;
        border-radius: 5px !important;
        box-shadow: 0 0 .2rem rgba(0,0,0,.55) !important;
    }

    .s96-mobile-paymenttypes {
        padding: 15px !important;
        min-height: 600px !important;
    }

    .s96-list-subtitle {
        text-align: left !important;
    }

    .s96-mobile-right {
        text-align: right !important;
    }

    .s96-mobile-archive {
        padding: 15px !important;
    }

    .s96-gilbold {
        font-size: 18px !important;
    }

    .s96-ww-60 {
        max-width: 58% !important;
    }
}

.s96-reclouser {
    margin-top: 0 !important;
}

.border-push {
    height: 100%;
    border: 2px solid #e8ad15;
    background: none !important;
    color: #000 !important;
}

/*SLIDING NAVBAR*/



/*END SLIDING NAVBAR*/
