@charset "UTF-8";

.nav,
.row {
    flex-wrap: wrap
}

.form-control,
body {
    background-color: #fff
}

.btn:focus,
.form-control:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.btn:hover,
.nav-link:focus,
.nav-link:hover,
.navbar-brand:focus,
.navbar-brand:hover,
.navbar-toggler:focus,
.navbar-toggler:hover,
.service_image .dif_clr a,
a {
    text-decoration: none
}

.nav,
.navbar-nav {
    margin-bottom: 0;
    list-style: none
}

html {
    -webkit-text-size-adjust: 100%
}

.btn,
img {
    vertical-align: middle
}

@font-face {
    font-family: sans-serif;
    src: url(/public/fonts/ProductSans-Regular.woff);
    font-weight: 100;
    font-display: swap
}

@font-face {
    font-family: sans-serif;
    src: url(/public/fonts/GOOGLESANS-MEDIUM_0.woff);
    font-weight: 500;
    font-display: swap
}

@font-face {
    font-family: sans-serif;
    src: url(/public/fonts/GOOGLESANS-BOLD_0.woff);
    font-weight: 700;
    font-display: swap
}

/*!
 * Bootstrap v4.6.2 (https://getbootstrap.com/)
 * Copyright 2011-2022 The Bootstrap Authors
 * Copyright 2011-2022 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #007bff;
    --secondary: #6c757d;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #343a40;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
}

*,
::after,
::before {
    box-sizing: border-box
}

html {
    line-height: 1.15;
    -webkit-tap-highlight-color: transparent
}

body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    overflow-x: hidden
}

[tabindex="-1"]:focus:not(:focus-visible) {
    outline: 0 !important
}

p,
ul {
    margin-top: 0;
    margin-bottom: 1rem
}

a {
    color: #007bff;
    background-color: transparent
}

a:hover {
    color: #0056b3;
    text-decoration: underline
}

img {
    border-style: none;
    max-width: 100%
}

button {
    border-radius: 0;
    overflow: visible;
    -webkit-appearance: button
}

button:focus:not(:focus-visible) {
    outline: 0
}

button,
select {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    text-transform: none
}

select {
    word-wrap: normal
}

.btn:not(:disabled):not(.disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled),
button:not(:disabled) {
    cursor: pointer
}

button::-moz-focus-inner {
    padding: 0;
    border-style: none
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button
}

h1,
h2,
h3,
h4 {
    margin-top: 0;
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2
}

h1 {
    font-size: 2.5rem
}

h2 {
    font-size: 2rem
}

h3 {
    font-size: 1.75rem
}

h4 {
    font-size: 1.5rem
}

.container,
.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width:576px) {
    .container {
        max-width: 540px
    }
}

@media (min-width:768px) {
    .container {
        max-width: 720px
    }

    .col-md-2 {
        flex: 0 0 16.66666667%;
        max-width: 16.66666667%
    }

    .col-md-12 {
        flex: 0 0 100%;
        max-width: 100%
    }
}

.row {
    display: flex;
    margin-right: -15px;
    margin-left: -15px
}

.col-12,
.col-lg-5,
.col-lg-6,
.col-md-12,
.col-md-2 {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px
}

.btn,
.form-control {
    font-weight: 400;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5
}

.col-12 {
    flex: 0 0 100%;
    max-width: 100%
}

.order-1 {
    order: 1
}

.order-2 {
    order: 2
}

.order-3 {
    order: 3
}

.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    color: #495057;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

.btn,
.navbar-toggler {
    background-color: transparent
}

.form-control::-ms-expand {
    background-color: transparent;
    border: 0
}

.custom-control-input:focus:not(:checked)~.custom-control-label::before,
.form-control:focus {
    border-color: #80bdff
}

.form-control:focus {
    color: #495057;
    background-color: #fff
}

.form-control::-moz-placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control:disabled {
    background-color: #e9ecef;
    opacity: 1
}

select.form-control:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057
}

select.form-control:focus::-ms-value {
    color: #495057;
    background-color: #fff
}

.custom-control-input.is-valid:focus:not(:checked)~.custom-control-label::before,
.was-validated .custom-control-input:valid:focus:not(:checked)~.custom-control-label::before {
    border-color: #28a745
}

.custom-control-input.is-invalid:focus:not(:checked)~.custom-control-label::before,
.was-validated .custom-control-input:invalid:focus:not(:checked)~.custom-control-label::before {
    border-color: #dc3545
}

.btn {
    display: inline-block;
    color: #212529;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

.btn:hover {
    color: #212529
}

.btn:disabled {
    opacity: .65
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active {
    color: #fff;
    background-color: #0062cc;
    border-color: #005cbf
}

.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus {
    box-shadow: 0 0 0 .2rem rgba(38, 143, 255, .5)
}

.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active {
    color: #fff;
    background-color: #545b62;
    border-color: #4e555b
}

.btn-secondary:not(:disabled):not(.disabled).active:focus,
.btn-secondary:not(:disabled):not(.disabled):active:focus {
    box-shadow: 0 0 0 .2rem rgba(130, 138, 145, .5)
}

.btn-success:not(:disabled):not(.disabled).active,
.btn-success:not(:disabled):not(.disabled):active {
    color: #fff;
    background-color: #1e7e34;
    border-color: #1c7430
}

.btn-success:not(:disabled):not(.disabled).active:focus,
.btn-success:not(:disabled):not(.disabled):active:focus {
    box-shadow: 0 0 0 .2rem rgba(72, 180, 97, .5)
}

.btn-info:not(:disabled):not(.disabled).active,
.btn-info:not(:disabled):not(.disabled):active {
    color: #fff;
    background-color: #117a8b;
    border-color: #10707f
}

.btn-info:not(:disabled):not(.disabled).active:focus,
.btn-info:not(:disabled):not(.disabled):active:focus {
    box-shadow: 0 0 0 .2rem rgba(58, 176, 195, .5)
}

.btn-warning:not(:disabled):not(.disabled).active,
.btn-warning:not(:disabled):not(.disabled):active {
    color: #212529;
    background-color: #d39e00;
    border-color: #c69500
}

.btn-warning:not(:disabled):not(.disabled).active:focus,
.btn-warning:not(:disabled):not(.disabled):active:focus {
    box-shadow: 0 0 0 .2rem rgba(222, 170, 12, .5)
}

.btn-danger:not(:disabled):not(.disabled).active,
.btn-danger:not(:disabled):not(.disabled):active {
    color: #fff;
    background-color: #bd2130;
    border-color: #b21f2d
}

.btn-danger:not(:disabled):not(.disabled).active:focus,
.btn-danger:not(:disabled):not(.disabled):active:focus {
    box-shadow: 0 0 0 .2rem rgba(225, 83, 97, .5)
}

.btn-light:not(:disabled):not(.disabled).active,
.btn-light:not(:disabled):not(.disabled):active {
    color: #212529;
    background-color: #dae0e5;
    border-color: #d3d9df
}

.btn-light:not(:disabled):not(.disabled).active:focus,
.btn-light:not(:disabled):not(.disabled):active:focus {
    box-shadow: 0 0 0 .2rem rgba(216, 217, 219, .5)
}

.btn-dark:not(:disabled):not(.disabled).active,
.btn-dark:not(:disabled):not(.disabled):active {
    color: #fff;
    background-color: #1d2124;
    border-color: #171a1d
}

.btn-dark:not(:disabled):not(.disabled).active:focus,
.btn-dark:not(:disabled):not(.disabled):active:focus {
    box-shadow: 0 0 0 .2rem rgba(82, 88, 93, .5)
}

.btn-outline-primary:not(:disabled):not(.disabled).active,
.btn-outline-primary:not(:disabled):not(.disabled):active {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.btn-outline-primary:not(:disabled):not(.disabled):active:focus {
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5)
}

.btn-outline-secondary:not(:disabled):not(.disabled).active,
.btn-outline-secondary:not(:disabled):not(.disabled):active {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}

.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus {
    box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5)
}

.btn-outline-success:not(:disabled):not(.disabled).active,
.btn-outline-success:not(:disabled):not(.disabled):active {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745
}

.btn-outline-success:not(:disabled):not(.disabled).active:focus,
.btn-outline-success:not(:disabled):not(.disabled):active:focus {
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5)
}

.btn-outline-info:not(:disabled):not(.disabled).active,
.btn-outline-info:not(:disabled):not(.disabled):active {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-outline-info:not(:disabled):not(.disabled).active:focus,
.btn-outline-info:not(:disabled):not(.disabled):active:focus {
    box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)
}

.btn-outline-warning:not(:disabled):not(.disabled).active,
.btn-outline-warning:not(:disabled):not(.disabled):active {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.btn-outline-warning:not(:disabled):not(.disabled):active:focus {
    box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5)
}

.btn-outline-danger:not(:disabled):not(.disabled).active,
.btn-outline-danger:not(:disabled):not(.disabled):active {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

.btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.btn-outline-danger:not(:disabled):not(.disabled):active:focus {
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5)
}

.btn-outline-light:not(:disabled):not(.disabled).active,
.btn-outline-light:not(:disabled):not(.disabled):active {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-outline-light:not(:disabled):not(.disabled).active:focus,
.btn-outline-light:not(:disabled):not(.disabled):active:focus {
    box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}

.btn-outline-dark:not(:disabled):not(.disabled).active,
.btn-outline-dark:not(:disabled):not(.disabled):active {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

.btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.btn-outline-dark:not(:disabled):not(.disabled):active:focus {
    box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
}

.fade {
    transition: opacity .15s linear
}

@media (prefers-reduced-motion:reduce) {

    .btn,
    .fade,
    .form-control {
        transition: none
    }
}

.fade:not(.show) {
    opacity: 0
}

.collapse:not(.show),
.tab-content>.tab-pane {
    display: none
}

.tab-content>.active,
footer,
header,
nav {
    display: block
}

.custom-control-input:not(:disabled):active~.custom-control-label::before {
    color: #fff;
    background-color: #b3d7ff;
    border-color: #b3d7ff
}

.nav {
    display: flex;
    padding-left: 0
}

.nav-link,
.navbar {
    padding: .5rem 1rem
}

.nav-link {
    display: block
}

.nav-pills .nav-link {
    background: 0 0;
    border: 0;
    border-radius: .25rem
}

.nav-pills .nav-link.active {
    color: #fff;
    background-color: #007bff
}

.navbar {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between
}

.navbar-brand {
    display: inline-block;
    padding-top: .3125rem;
    padding-bottom: .3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap
}

.navbar-nav {
    display: flex;
    flex-direction: column;
    padding-left: 0
}

.navbar-collapse {
    flex-basis: 100%;
    flex-grow: 1;
    align-items: center
}

.navbar-toggler {
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    border: 1px solid transparent;
    border-radius: .25rem
}

.navbar-light .navbar-brand,
.navbar-light .navbar-brand:focus,
.navbar-light .navbar-brand:hover {
    color: rgba(0, 0, 0, .9)
}

.navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, .5);
    border-color: rgba(0, 0, 0, .1)
}

.close:not(:disabled):not(.disabled):focus,
.close:not(:disabled):not(.disabled):hover {
    opacity: .75
}

.d-block {
    display: block !important
}

.d-none {
    display: none !important
}

.mt-2,
.my-2 {
    margin-top: .5rem !important
}

.mb-0,
.my-0 {
    margin-bottom: 0 !important
}

.mb-5,
.my-5 {
    margin-bottom: 3rem !important
}

.mr-2,
.mx-2 {
    margin-right: .5rem !important
}

.ml-1,
.mx-1 {
    margin-left: .25rem !important
}

.mr-auto,
.mx-auto {
    margin-right: auto !important
}

.ml-auto,
.mx-auto {
    margin-left: auto !important
}

.w-50 {
    width: 50% !important
}

.d-flex {
    display: flex !important
}

.flex-wrap {
    flex-wrap: wrap !important
}

.justify-content-end {
    justify-content: flex-end !important
}

.justify-content-center {
    justify-content: center !important
}

.justify-content-between {
    justify-content: space-between !important
}

.align-items-center {
    align-items: center !important
}

.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030
}

.mx-2 {
    margin-right: .5rem !important;
    margin-left: .5rem !important
}

.mb-2 {
    margin-bottom: .5rem !important
}

.mt-3 {
    margin-top: 1rem !important
}

.mb-3 {
    margin-bottom: 1rem !important
}

.mt-4 {
    margin-top: 1.5rem !important
}

.mb-4 {
    margin-bottom: 1.5rem !important
}

.mt-5 {
    margin-top: 3rem !important
}

.p-0 {
    padding: 0 !important
}

.py-2 {
    padding-top: .5rem !important;
    padding-bottom: .5rem !important
}

.pt-3,
.py-3 {
    padding-top: 1rem !important
}

.py-3 {
    padding-bottom: 1rem !important
}

.pt-4 {
    padding-top: 1.5rem !important
}

.px-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important
}

.pb-5 {
    padding-bottom: 3rem !important
}

@media (min-width:992px) {
    .container {
        max-width: 960px
    }

    .col-lg-5 {
        flex: 0 0 41.66666667%;
        max-width: 41.66666667%
    }

    .col-lg-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .order-lg-1 {
        order: 1
    }

    .order-lg-2 {
        order: 2
    }

    .order-lg-3 {
        order: 3
    }

    .navbar-expand-lg {
        flex-flow: row nowrap;
        justify-content: flex-start
    }

    .navbar-expand-lg .navbar-nav {
        flex-direction: row
    }

    .navbar-expand-lg .navbar-collapse {
        display: flex !important;
        flex-basis: auto
    }

    .navbar-expand-lg .navbar-toggler {
        display: none
    }

    .d-lg-flex {
        display: flex !important
    }

    .justify-content-lg-start {
        justify-content: flex-start !important
    }

    .mt-lg-0 {
        margin-top: 0 !important
    }

    .pl-lg-4 {
        padding-left: 1.5rem !important
    }

    .py-lg-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important
    }
}

.text-center {
    text-align: center !important
}

@media (min-width:768px) {
    .flex-md-column {
        flex-direction: column !important
    }

    .mb-md-0,
    .my-md-0 {
        margin-bottom: 0 !important
    }

    .mx-md-2 {
        margin-right: .5rem !important;
        margin-left: .5rem !important
    }

    .px-md-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important
    }

    .mx-md-auto {
        margin-right: auto !important
    }

    .ml-md-auto,
    .mx-md-auto {
        margin-left: auto !important
    }

    .text-md-right {
        text-align: right !important
    }
}

@media (min-width:1200px) {
    .container {
        max-width: 1140px
    }

    .flex-xl-row {
        flex-direction: row !important
    }

    .mt-xl-0 {
        margin-top: 0 !important
    }

    .ml-xl-auto {
        margin-left: auto !important
    }

    .text-xl-left {
        text-align: left !important
    }
}

.text-decoration-none {
    text-decoration: none !important
}

@media print {

    *,
    ::after,
    ::before {
        text-shadow: none !important;
        box-shadow: none !important
    }

    a:not(.btn) {
        text-decoration: underline
    }

    img {
        page-break-inside: avoid
    }

    h2,
    h3,
    p {
        orphans: 3;
        widows: 3
    }

    h2,
    h3 {
        page-break-after: avoid
    }

    @page {
        size: a3
    }

    .container,
    body {
        min-width: 992px !important
    }

    .navbar {
        display: none
    }
}

html {
    word-wrap: break-word;
    transition: none;
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    height: 100%
}

body {
    font-family: "Product Sans Regular"
}

.site_new_logo {
    width: 130px;
    height: 50px
}

.site_new_logo img {
    width: 100%;
    height: 100% !important;
    -o-object-fit: contain;
    object-fit: contain
}

.cls_header .navbar {
    background-color: #fff;
    box-shadow: 0 2px 10px #00000014;
    padding: 15px 60px !important
}

@media only screen and (max-width:991px) {
    .cls_header .navbar {
        padding: 15px 50px !important
    }
}

@media only screen and (max-width:576px) {
    .cls_header .navbar {
        padding: 15px 25px !important
    }
}

.cls_header .navbar li {
    padding: 0 20px
}

.cls_header .navbar li .sign_btns_bg {
    border-radius: 30px;
    font-weight: 500;
    background-color: #181c2f;
    color: #fff
}

.cls_header .navbar li .sign_btns_bg:focus,
.form-control:focus {
    box-shadow: none
}

.cls_header .cls_logo {
    height: 50px;
    -o-object-fit: contain;
    object-fit: contain
}

.cls_mainbanner {
    position: relative;
    padding: 0;
    margin-top: 80px
}

.cls_mainbanner .banner_img {
    width: 100%;
    min-height: 530px;
    position: relative
}

.cls_mainbanner .banner_img img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    max-height: 530px;
}

.cls_mainbanner .cls_bannertext {
    position: absolute;
    top: 5%;
    left: 50%;
    width: auto;
    transform: translateX(-50%);
    text-align: center;
}

.cls_mainbanner .cls_bannertext h1 {
    font-size: 36px;
    font-weight: 500;
    letter-spacing: 3px;
    line-height: 57px;
    color: #000000;
    white-space: nowrap;
}

.cls_mainbanner .cls_bannertext h2 {
    color: #000;
    font-size: 35px;
    white-space: unset;
    text-align: left;
    font-weight: 700;
    letter-spacing: 4px;
    white-space: nowrap;

}

@media only screen and (max-width:1024px) {
    .cls_mainbanner .cls_bannertext {
        left: 0;
        padding: 10px
    }
}

@media only screen and (max-width:991px) {
    .cls_header .cls_logo {
        height: 25px;
        -o-object-fit: contain;
        object-fit: contain
    }

    .cls_header .navbar-toggler {
        color: #fff
    }

    .cls_header .navbar-toggler:focus {
        border: none;
        outline: 0
    }

    .cls_header .navbar-nav {
        margin-top: 20px
    }

    .cls_header .navbar li {
        padding: 20px 0 0
    }

    .cls_mainbanner .banner_img:before {
        display: none
    }

    .cls_mainbanner .cls_bannertext {
        top: calc(100% / 6);
        width: calc(100% / 1);
        padding: 5px;
        left: 0;
        text-align: center
    }

    .cls_mainbanner .cls_bannertext h2 {
        font-size: 30px;
        text-align: center;
        padding-right: 0
    }
}

@media screen and (max-width:576px) {
    .cls_mainbanner .banner_img {
        min-height: 180px !important
    }

    .cls_mainbanner .cls_bannertext h1 {
        font-size: 18px !important
    }

    .cls_mainbanner .cls_bannertext h2 {
        font-size: 16px !important;
        text-align: start !important
    }
}

.allservices .nav li {
    padding: .5em;
    text-align: center
}

.allservices .nav li a {
    color: #181c2f;
    padding: .7em 2em;
    font-size: 15px;
    font-weight: 500;
    border-radius: 30px
}

.allservices .nav li a.active,
.allservices .nav li a:hover {
    background-color: #181c2f;
    color: #fff;
    box-shadow: 0 3px 6px #0000001a;
    border-radius: 30px
}

.allservices .tab-pane .list {
    text-align: center;
    border-radius: 30px;
    padding: 35px 10px;
    height: 100%;
    margin-right: 0px;
    text-decoration: none;
}

.allservices .tab-pane .list .img {
    border-radius: 10px;
    height: 150px;
    width: 150px;
    display: inline-block
}

.allservices .tab-pane .list .img img {
    height: 100%;
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    padding: 1px
}

.allservices .tab-pane .list .text {
    margin-top: 25px
}

.allservices .tab-pane .list .text p {
    color: #979ba0;
    font-size: 16px;
    max-height: 110px;
    overflow: auto
}

.allservices .tab-pane .list .text p::-webkit-scrollbar {
    width: 3px
}

.allservices .tab-pane .list .text p::-webkit-scrollbar-track {
    background: #f1f1f1
}

.allservices .tab-pane .list .text p::-webkit-scrollbar-thumb {
    background: #888
}

.allservices .tab-pane .list .text p::-webkit-scrollbar-thumb:hover {
    background: #555
}

.allservices .tab-pane .list:hover {
    box-shadow: 0 3px 6px #00000029, 0 3px 6px #0000003b
}

footer {
    padding: 2em 0 0;
    background-color: #fff
}

footer .cls_footer {
    box-shadow: 0 -1px 2px #00000014;
    padding: 40px 10px
}

footer .cls_footer .ftrlogo {
    width: 110px;
    text-align: center
}

.service_banner img,
footer .cls_footer .ftrlogo img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

footer .cls_footer ul {
    padding: 0;
    margin: auto;
    text-align: left;
    width: unset;
    list-style-type: none
}

footer .cls_footer ul li {
    margin-right: 15px;
    text-align: left
}

footer .cls_footer ul li a {
    color: #181c2f;
    font-size: 16px
}

footer .cls_footer ul.cls_social {
    text-align: right
}

footer .cls_footer .cls_social li,
footer .copyright {
    text-align: center
}

footer .cls_footer ul.cls_social a {
    height: 30px;
    width: 30px;
    display: inline-block;
    border-radius: 5px
}

footer .cls_footer ul.cls_social a i {
    color: #424242;
    vertical-align: middle
}

footer .cls_footer ul.cls_social a:hover {
    background-color: #009fd9
}

footer .cls_footer ul.cls_social a:hover i {
    color: #181c2f
}

footer .cls_footer .cls_social {
    display: inline-flex
}

footer .cls_footer .cls_social li a {
    height: 40px;
    width: 40px;
    border-radius: 45px
}

footer .cls_footer .cls_social li a:hover {
    background-color: unset
}

footer .cls_footer .cls_social li a i {
    margin-top: 12px
}

footer .cls_footer .scroll_currency::-webkit-scrollbar {
    width: 10px !important
}

footer .cls_footer .scroll_currency::-webkit-scrollbar-thumb {
    background-color: #cacaca;
    outline: slategrey solid 1px;
    border-radius: 10px
}

footer .copyright {
    background-color: #f4f4f500;
    padding: 15px
}

footer .copyright p {
    font-size: 16px;
    color: #181c2f;
    margin: 0
}

.cls_servicepro ::-webkit-scrollbar:vertical {
    width: 8px
}

.cls_servicepro ::-webkit-scrollbar:horizontal {
    height: 8px
}

.footer_select {
    border-radius: 50px;
    height: 45px;
    width: 200px;
    font-size: 16px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.footer_select:focus {
    border-color: unset;
    box-shadow: unset
}

.footer_select:focus-visible {
    outline: unset;
    box-shadow: unset
}

.gofer_service .wholearea .leftlineup li::marker {
    font-size: 0px
}

.payment_detail .resp_wrap .payment_selection [type=radio]:not(:checked) {
    position: absolute;
    left: -9999px
}

.payment_detail .resp_wrap .payment_selection [type=radio]:not(:checked)+label {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #121d32
}

.payment_detail .resp_wrap .payment_selection [type=radio]:not(:checked)+label:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 21px;
    height: 21px;
    border: 2px solid #70cd7c;
    border-radius: 100%;
    background: #fff
}

.payment_detail .resp_wrap .payment_selection [type=radio]:not(:checked)+label:after {
    content: "";
    width: 11px;
    height: 11px;
    background: #70cd7c;
    position: absolute;
    top: 5px;
    left: 5px;
    border-radius: 100%;
    transition: .2s;
    opacity: 0;
    transform: scale(0)
}

.cls_lg_slide .lg-outer .lg-actions .lg-icon:not(:disabled):not(.disabled):active,
.cls_lg_slide .lg-outer .lg-actions .lg-icon:not(:disabled):not(.disabled):active:focus,
.cls_lg_slide .lg-outer .lg-icon:not(:disabled):not(.disabled):active,
.cls_lg_slide .lg-outer .lg-icon:not(:disabled):not(.disabled):active:focus,
.cls_lg_slide .lg-outer.lg-hide-items .lg-icon:not(:disabled):not(.disabled):active,
.cls_lg_slide .lg-outer.lg-hide-items .lg-icon:not(:disabled):not(.disabled):active:focus,
.cls_lg_slide .lg-outer.lg-hide-items .lg-toolbar:not(:disabled):not(.disabled):active,
.cls_lg_slide .lg-outer.lg-hide-items .lg-toolbar:not(:disabled):not(.disabled):active:focus {
    background: 0 0;
    color: #fff
}

.service_tab {
    padding: 0
}

.service_image {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap
}

.skel-load,
.skel-service-btn,
.skel-service-content,
.skel-services {
    position: relative;
    overflow: hidden;
    display: block
}

.service_image .dif_clr {
    width: calc(100% / 5)
}

.service_banner {
    height: 660px
}

.new_profile_img {
    min-width: 50px;
    width: 50px;
    height: 50px
}

.download_section .download_content_wrap .app_wrap .app_img img,
.new_profile_img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.new_acc_name p {
    margin-top: -3px
}

.new_acc_name p a {
    color: #424242;
    word-break: break-all
}

.download_section {
    background: #f9f9f9
}

.download_section .download_content_wrap {
    width: 530px;
    margin: auto
}

.download_section .download_content_wrap .download_content {
    margin-bottom: 50px
}

.download_section .download_content_wrap .download_content h3 {
    color: #181c2f;
    font-size: 30px;
    font-weight: 600
}

.download_section .download_content_wrap .download_content h4 {
    color: #424242;
    font-size: 20px;
    line-height: 40px
}

.download_section .download_content_wrap .app_wrap {
    margin-bottom: 30px
}

.download_section .download_content_wrap .app_wrap .app_img {
    width: 200px;
    height: 67px
}

.download_section .download_content_wrap .app_wrap p {
    color: #181c2f;
    font-weight: 600;
    font-size: 18px
}

.about_nav ul {
    display: flex
}

.about_nav ul li a {
    text-decoration: underline !important
}

.down-arrow {
    position: relative
}

.down-arrow:after {
    content: "";
    position: absolute;
    top: 20px;
    right: 20px;
    height: 8px;
    width: 8px;
    border-style: solid;
    border-color: #000;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    transition: border-width 150ms ease-in-out
}

.skel-load::before,
.skel-service-btn::before,
.skel-service-content::before,
.skel-services::before {
    transform: translateX(-100%);
    background-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .2) 20%, rgba(255, 255, 255, .5) 60%, rgba(255, 255, 255, 0));
    animation: 1.5s infinite shine
}

@media only screen and (max-width:1024px) {
    .cls_mainbanner .cls_bannertext {
        top: 5%;
        left: 50%;
        width: auto;
        transform: translateX(-50%);
        text-align: center;
    }

    .cls_mainbanner .cls_bannertext h1 {
        font-size: 30px;
        line-height: 40px
    }

    .service_image .dif_clr {
        width: calc(100% / 3)
    }

    .allservices .nav li a {
        padding: .7em 1.5em;
        font-size: 16px
    }

    .service_banner {
        height: 520px
    }

    .download_section .download_content_wrap {
        width: 100%;
        margin: auto
    }

    .download_content h4 {
        font-size: 16px;
        line-height: 25px
    }

    .download_content h3 {
        font-size: 22px;
        font-weight: 600
    }

    .app_wrap p {
        font-size: 16px
    }

    .app_wrap .app_img {
        width: 170px;
        height: 55px
    }
}

@media only screen and (max-width:991px) {
    .allservices .tab-pane .list {
        margin-right: 0
    }

    .app_wrap {
        margin-bottom: 60px
    }

    .app_wrap .app_img {
        width: 170px;
        height: 55px;
        margin: auto
    }

    .download_section .download_content_wrap {
        text-align: center
    }

    .service_banner {
        margin-top: 50px
    }

    .footer_select {
        width: 100%;
        height: 50px
    }
}

@media only screen and (max-width:767px) {
    .allservices .nav {
        padding: 0
    }

    .allservices .nav li {
        width: calc(100%)
    }

    .cls_mainbanner .cls_bannertext h1 {
        font-size: 18px;
        line-height: 25px
    }

    .cls_mainbanner .cls_bannertext {
        top: 5%;
        left: 50%;
        width: auto;
        transform: translateX(-50%);
        text-align: center;
    }

    .allservices .tab-pane .list .img {
        border-radius: 10px;
        height: 65px;
        width: 65px;
        display: inline-block
    }

    .service_image .dif_clr {
        width: calc(100% / 2)
    }

    .download_section .download_content_wrap .download_content h3 {
        font-size: 18px;
        font-weight: 600
    }

    .download_section .download_content_wrap .download_content h4 {
        font-size: 16px;
        line-height: 25px
    }

    .download_section .download_content_wrap .app_wrap p {
        font-size: 18px
    }

    .download_section .download_content_wrap .app_wrap .app_img {
        width: 125px;
        height: 43px
    }

    .service_banner {
        height: 260px
    }

    footer .cls_footer .ftrlogo {
        width: 90px
    }

    .site_new_logo {
        width: 85px
    }

    footer .cls_footer {
        padding: 20px 0
    }
}

.skel-load::after,
.skel-load::before,
.skel-service-btn::after,
.skel-service-btn::before,
.skel-service-content::after,
.skel-service-content::before,
.skel-services::after,
.skel-services::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.login_tabs .login_tab_content .input-group .input-group-text:focus-visible {
    outline: unset
}

.sortable_receipt input:focus-visible {
    box-shadow: unset;
    outline: unset;
    border: unset
}

.cursor-hand {
    cursor: pointer !important
}

.home-tab-content-update .tab-pane p {
    color: #181c2f !important;
    font-size: 20px !important
}

.default-fade {
    opacity: 0;
    transition: .6s
}

.div-fade {
    opacity: 1 !important;
    transition: .6s
}

.skel-services {
    border-radius: 30px;
    height: 200px
}

.skel-service-btn::before,
.skel-services::before {
    border-radius: 30px;
    z-index: 999
}

.skel-service-btn::after,
.skel-services::after {
    background-color: #ddd;
    z-index: 99;
    border-radius: 30px
}

.skel-service-content {
    border-radius: 10px;
    height: 25px
}

.skel-service-content::before {
    border-radius: 10px;
    z-index: 999
}

.skel-service-content::after {
    background-color: #ddd;
    z-index: 99;
    border-radius: 10px
}

.skel-load {
    border-radius: 15px
}

.skel-load::before {
    border-radius: 15px;
    z-index: 999
}

.skel-load::after {
    background-color: #ddd;
    z-index: 99;
    border-radius: 15px
}

.skel-service-div {
    width: 190px;
    margin: 0 25px 25px 0
}

@media screen and (max-width:576px) {
    .skel-services {
        height: 170px
    }

    .skel-service-div {
        width: calc(90% / 2);
        margin: 0 auto 25px
    }
}

.skel-service-btn {
    border-radius: 30px;
    height: 52px
}

@keyframes shine {
    100% {
        transform: translateX(100%)
    }
}

@media screen and (max-width:991px) {
    .cls_mainbanner .banner_img {
        min-height: 250px
    }

    .skel-service-btn {
        height: 46px
    }
}

.new_acc_name p,
.new_acc_name small {
    padding-left: 4px !important
}

@media (min-width: 992px) {

    .mb-lg-0,
    .my-lg-0 {
        margin-bottom: 0 !important;
    }
}
@media (min-width: 992px) {
    .align-items-lg-start {
        align-items: flex-start !important;
    }
}
@media (min-width: 992px) {
    .text-lg-left {
        text-align: left !important;
    }
}
@media (min-width: 992px) {
    .d-lg-block {
        display: block !important;
    }
}