<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

@import url("../vendor/icons/line-awesome/css/line-awesome.min.css");
@import url("../vendor/icons/font-awesome/css/font-awesome.min.css");
/*@import url("../vendor/icons/flaticon/flaticon.css");
@import url("../vendor/icons/themify/themify-icons.css");*/
@import url('https://fonts.googleapis.com/css2?family=Poppins&amp;display=swap');

@font-face {
    font-display: swap;
}

:root {
    --primary-color: #f42222;
    --bg-color: #f42222;
    --text-color: white;
    --primary: #e63d32;
    --secondary: #171a1e;
    --primary-hover: #e63d32;
    --primary-dark: #770606;
    --primary-light-1: #e63d32(244, 34, 34, 0.1);
    --primary-light-2: #e63d32(244, 34, 34, 0.2);
    --primary-light-3: #e63d32(244, 34, 34, 0.3);
    --primary-light-4: #e63d32(244, 34, 34, 0.4);
    --primary-light-5: #e63d32(244, 34, 34, 0.5);
    --primary-light-6: #e63d32(244, 34, 34, 0.6);
    --primary-light-7: #e63d32(244, 34, 34, 0.7);
    --primary-light-8: #e63d32(244, 34, 34, 0.8);
    --primary-light-9: #e63d32(244, 34, 34, 0.9);
    --font-family-base: poppins, sans-serif;
    --font-family-title: Roboto Condensed, sans-serif;
    --headings-color: #020d26;
}


:root {
    --font-size: 0.8em;
    --bs-gray-100: #f8f9fa;
    --bs-gray-200: #e9ecef;
    --bs-gray-300: #dee2e6;
    --bs-gray-400: #ced4da;
    --bs-gray-500: #adb5bd;
    --bs-gray-600: #6c757d;
    --bs-gray-700: #495057;
    --bs-gray-800: #343a40;
    --bs-gray-900: #212529;
    --bs-primary: #f42222;
    --bs-secondary: #171a1e;
    --bs-success: #10d876;
    --bs-info: #2754e6;
    --bs-warning: #ffdb3d;
    --bs-danger: #E50202;
    --bs-light: #f7f7f7;
    --bs-dark: #262F5A;
    --bs-primary-rgb: 244, 34, 34;
    --bs-secondary-rgb: 23, 26, 30;
    --bs-success-rgb: 16, 216, 118;
    --bs-info-rgb: 39, 84, 230;
    --bs-warning-rgb: 255, 219, 61;
    --bs-danger-rgb: 229, 2, 2;
    --bs-light-rgb: 247, 247, 247;
    --bs-dark-rgb: 38, 47, 90;
    --bs-white-rgb: 255, 255, 255;
    --bs-black-rgb: 0, 0, 0;
    --bs-body-color-rgb: 119, 119, 119;
    --bs-body-bg-rgb: 255, 255, 255;
    --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
    --bs-body-font-family: poppins, sans-serif;
    --bs-body-font-size: 1rem;
    --bs-body-font-weight: 400;
    --bs-body-line-height: 1.5;
    --bs-body-color: #777777;
    --bs-body-bg: #ffffff;
}

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

@media (prefers-reduced-motion: no-preference) {
    :root {
        scroll-behavior: smooth;
    }
}

body {
    margin: 0;
    font-family: var(--bs-body-font-family);
    font-size: var(--bs-body-font-size);
    font-weight: var(--bs-body-font-weight);
    line-height: var(--bs-body-line-height);
    color: var(--bs-body-color);
    text-align: var(--bs-body-text-align);
    background-color: var(--bs-body-bg);
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

hr {
    margin: 1rem 0;
    color: inherit;
    background-color: currentColor;
    border: 0;
    opacity: 0.25;
}

    hr:not([size]) {
        height: 1px;
    }

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    margin-top: 0;
    margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.2;
    color: #020d26;
}

h1, .h1 {
    font-size: calc(1.35rem + 1.2vw);
}

@media (min-width: 1200px) {
    h1, .h1 {
        font-size: 2.25rem;
    }
}

h2, .h2 {
    font-size: calc(1.3125rem + 0.75vw);
}

@media (min-width: 1200px) {
    h2, .h2 {
        font-size: 1.875rem;
    }
}

h3, .h3 {
    font-size: calc(1.275rem + 0.3vw);
}

@media (min-width: 1200px) {
    h3, .h3 {
        font-size: 1.5rem;
    }
}

h4, .h4 {
    font-size: 1.125rem;
}

h5, .h5 {
    font-size: 1rem;
}

h6, .h6 {
    font-size: 0.875rem;
}

p {
    margin-top: 0;
    font-size: 13px;
    margin-bottom: 1rem;
}

abbr[title],
abbr[data-bs-original-title] {
    text-decoration: underline dotted;
    cursor: help;
    text-decoration-skip-ink: none;
}

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit;
}

ol,
ul {
    padding-left: 2rem;
}

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

    ol ol,
    ul ul,
    ol ul,
    ul ol {
        margin-bottom: 0;
    }

dt {
    font-weight: 700;
}

dd {
    margin-bottom: .5rem;
    margin-left: 0;
}

blockquote {
    margin: 0 0 1rem;
}

b,
strong {
    font-weight: bolder;
}

small, .small {
    font-size: 0.875em;
}

mark, .mark {
    padding: 0 2px;
    background-color: #ffdadd;
}

sub,
sup {
    position: relative;
    font-size: 0.75em;
    line-height: 0;
    vertical-align: baseline;
}

sub {
    bottom: -.25em;
}

sup {
    top: -.5em;
}

a {
    color: #e63d32;
    text-decoration: underline;
}

    a:hover {
        color: #e63d32;
    }

    a:not([href]):not([class]), a:not([href]):not([class]):hover {
        color: inherit;
        text-decoration: none;
    }

pre,
code,
kbd,
samp {
    font-family: var(--bs-font-monospace);
    font-size: 1em;
    direction: ltr /* rtl:ignore */;
    unicode-bidi: bidi-override;
}

pre {
    display: block;
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    font-size: 0.875em;
}

    pre code {
        font-size: inherit;
        color: inherit;
        word-break: normal;
    }

code {
    font-size: 0.875em;
    color: #d63384;
    word-wrap: break-word;
}

a &gt; code {
    color: inherit;
}

kbd {
    padding: 0.2rem 0.4rem;
    font-size: 0.875em;
    color: #fff;
    background-color: #212529;
    border-radius: 0.2rem;
}

    kbd kbd {
        padding: 0;
        font-size: 1em;
        font-weight: 700;
    }

figure {
    margin: 0 0 1rem;
}

img,
svg {
    vertical-align: middle;
}

table {
    caption-side: bottom;
    border-collapse: collapse;
}

caption {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    color: #AEAED5;
    text-align: left;
}

th {
    text-align: inherit;
    text-align: -webkit-match-parent;
}

thead,
tbody,
tfoot,
tr,
td,
th {
    border-color: inherit;
    border-style: solid;
    border-width: 0;
}

label {
    display: inline-block;
}

button {
    border-radius: 0;
}

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

input,
button,
select,
optgroup,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

button,
select {
    text-transform: none;
}

[role="button"] {
    cursor: pointer;
}

select {
    word-wrap: normal;
}

    select:disabled {
        opacity: 1;
    }

[list]::-webkit-calendar-picker-indicator {
    display: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

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

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

textarea {
    resize: vertical;
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
}

legend {
    float: left;
    width: 100%;
    padding: 0;
    margin-bottom: 0.5rem;
    font-size: calc(1.275rem + 0.3vw);
    line-height: inherit;
}

@media (min-width: 1200px) {
    legend {
        font-size: 1.5rem;
    }
}

legend + * {
    clear: left;
}


.ttr-slider {
    position: relative;
    overflow: hidden;
    width: 100%;
    /*// height: 500px;*/
}

    .ttr-slider .slider-img img {
        height: 100%;
        width: 100%;
        object-fit: cover;
    }

    .ttr-slider .slider-content {
        position: absolute;
        top: 39%;
        left: 50%;
        width: 100%;
        transform: translate(-50%, -50%);
    }

    .ttr-slider.style-1 .slider-img {
        height: 80vh;
    }

    .ttr-slider.style-1 .slider-content {
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 80px 80px 120px;
    }

        .ttr-slider.style-1 .slider-content .title {
            font-size: 80px;
            line-height: 90px;
            text-transform: uppercase;
            margin-bottom: 50px;
        }

        .ttr-slider.style-1 .slider-content .sub-title {
            font-size: 28px;
            text-transform: uppercase;
            font-weight: 500;
            margin-bottom: 8px;
            letter-spacing: 2px;
        }

        .ttr-slider.style-1 .slider-content p {
            font-size: 18px;
            line-height: 30px;
            margin-bottom: 40px;
            margin-right: 50px;
        }

    .ttr-slider.style-1 .swiper-pagination {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 50px;
        width: 45px;
        height: auto;
        left: auto;
        bottom: auto;
    }

    .ttr-slider.style-1 .swiper-pagination-bullet {
        height: 12px;
        width: 12px;
        border-radius: 0;
        display: block;
        margin: 18px;
        background-color: rgba(255, 255, 255, 0.4);
        opacity: 1;
        -webkit-transition: all 0.5s;
        -ms-transition: all 0.5s;
        transition: all 0.5s;
    }

    .ttr-slider.style-1 .swiper-pagination-bullet-active {
        background-color: var(--primary);
        outline: 1px solid #515151;
        outline-offset: 3px;
    }

    .ttr-slider.style-1 .slider-thumbs .thumbs-item {
        display: flex;
        align-items: center;
        border-bottom: 3px solid;
        border-color: #fff;
        padding-bottom: 25px;
        padding-right: 30px;
        opacity: 0.4;
        -webkit-transition: all 0.5s;
        -ms-transition: all 0.5s;
        transition: all 0.5s;
        cursor: pointer;
    }

        .ttr-slider.style-1 .slider-thumbs .thumbs-item .title {
            font-size: 16px;
            color: #fff;
            font-weight: 500;
            margin: 0;
            line-height: 24px;
        }

        .ttr-slider.style-1 .slider-thumbs .thumbs-item .play-btn {
            height: 45px;
            width: 45px;
            min-width: 45px;
            line-height: 45px;
            color: #000;
            text-align: center;
            background-color: #fff;
            margin-right: 18px;
        }

    .ttr-slider.style-1 .slider-thumbs .swiper-slide-thumb-active .thumbs-item {
        opacity: 1;
        border-color: var(--primary);
    }

    .ttr-slider.style-1 .videoplay-bx1 {
        margin: auto;
    }

@media only screen and (max-width: 1680px) {
    .ttr-slider.style-1 .slider-content .title {
        /* font-size: 62px;
      line-height: 70px;  */
        font-size: 41px;
        line-height: 47px;
    }

    .ttr-slider.style-1 .swiper-pagination {
        right: 30px;
    }
}

@media only screen and (max-width: 1199px) {
    .ttr-slider.style-1 .slider-content .title {
        font-size: 42px;
        line-height: 52px;
    }

    .ttr-slider.style-1 .slider-content .sub-title {
        font-size: 20px;
        margin-bottom: 15px;
    }
}

@media only screen and (max-width: 991px) {
    .ttr-slider.style-1 .slider-content .title {
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 767px) {
    .ttr-slider.style-1 .slider-content {
        padding: 80px 30px 120px;
    }

        .ttr-slider.style-1 .slider-content .title {
            font-size: 36px;
            line-height: 46px;
        }

        .ttr-slider.style-1 .slider-content .sub-title {
            font-size: 18px;
            margin-bottom: 15px;
        }

    .ttr-slider.style-1 .swiper-pagination {
        right: 10px;
    }

    .ttr-slider.style-1 .slider-thumbs .thumbs-item {
        padding-bottom: 15px;
        padding-right: 15px;
    }

        .ttr-slider.style-1 .slider-thumbs .thumbs-item .play-btn {
            height: 40px;
            width: 40px;
            min-width: 40px;
            line-height: 40px;
            margin-right: 15px;
        }

        .ttr-slider.style-1 .slider-thumbs .thumbs-item .title {
            font-size: 14px;
        }
}

@media only screen and (max-width: 575px) {
    .ttr-slider.style-1 .slider-img {
        height: 357px;
    }

    .ttr-slider.style-1 .slider-content {
        padding: 80px 15px;
    }

        .ttr-slider.style-1 .slider-content .title {
            /* font-size: 32px;
      line-height: 40px;  */
            font-size: 22px;
            line-height: 32px;
        }

        .ttr-slider.style-1 .slider-content .sub-title {
            font-size: 18px;
            margin-bottom: 10px;
        }

    .ttr-slider.style-1 .swiper-pagination {
        display: block;
    }

    .ttr-slider.style-1 .slider-thumbs .swiper-slide {
        width: 250px;
    }
}

.ttr-slider.style-2 .slider-img {
    height: 100vh;
}

.ttr-slider.style-2 .slider-content {
    transform: translateX(-50%);
}

    .ttr-slider.style-2 .slider-content .title {
        font-size: 55px;
        line-height: 62px;
        margin-bottom: 60px;
        -webkit-animation: move2 5s infinite alternate;
        animation: move2 5s infinite alternate;
    }

    .ttr-slider.style-2 .slider-content .sub-title {
        font-size: 36px;
        text-transform: uppercase;
        font-weight: 500;
        margin-bottom: 25px;
        letter-spacing: 2px;
    }

.slider-content img {
    margin-top: -180px;
    width: 90%;
}

.ttr-slider.style-2 .slider-content .sub-title:before, .ttr-slider.style-2 .slider-content .sub-title:after {
    font-family: 'Poppins', sans-serif;
    color: #f42222;
    font-weight: 900;
    transform: scale(0.93) translateY(-3%);
    display: inline-block;
}

.ttr-slider.style-2 .slider-content .sub-title:before {
    margin-right: 15px;
}

.ttr-slider.style-2 .slider-content .sub-title:after {
    margin-left: 15px;
}

.ttr-slider.style-2 .swiper-pagination {
    position: absolute;
    top: 105%;
    transform: translateY(-50%);
    right: 47%;
    width: 65px;
    height: auto;
    left: auto;
    bottom: auto;
    display:flex;
}

.ttr-slider.style-2 .swiper-pagination-bullet {
    height: 12px;
    width: 12px;
    border: 2px solid;
   /* border-color: rgba(255, 255, 255, 0.2);*/
    display: block;
    margin: 18px;
    background-color: transparent;
    opacity: 1;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
    border-radius: 50%;
}

.ttr-slider.style-2 .swiper-pagination-bullet-active {
    border-color: #e63d32;
}

@media only screen and (max-width: 1680px) {
    .ttr-slider.style-2 .car-wheel {
        width: 75%;
    }

    .ttr-slider.style-2 .slider-content .title {
        font-size: 42px;
        line-height: 55px;
        margin-bottom: 54px;
    }

    .ttr-slider.style-2 .slider-content .sub-title {
        font-size: 24px;
        margin-bottom: 15px;
    }
}

@media only screen and (max-width: 1199px) {
    .ttr-slider.style-2 .slider-content .title {
        font-size: 39px;
        line-height: 55px;
        margin-bottom: 30px;
    }

    .ttr-slider.style-2 .slider-content .sub-title {
        font-size: 15px;
        margin-bottom: 4px;
    }
}

@media only screen and (max-width: 991px) {
    .ttr-slider.style-2 .slider-img {
        height: 600px;
    }
}

@media only screen and (max-width: 767px) {
    .ttr-slider.style-2 .slider-img {
        height: 260px !important;
    }

    .slider-content img {
        margin-top: -50px;
    }

    .ttr-slider.style-2 .swiper-pagination {
        right: 25px;
    }

    .ttr-slider.style-2 .car-wheel {
        width: 90%;
    }

    .ttr-slider.style-2 .slider-content .title {
        font-size: 23px;
        line-height: 30px;
    }
}

@media only screen and (max-width: 575px) {
    .ttr-slider.style-2 .slider-content {
        bottom: 60px;
    }

    .slider-content img {
        margin-top: -29px;
        width: 100%;
    }

    .ttr-slider.style-2 .slider-content .title {
        font-size: 13px;
        line-height: 18px;
    }

    .ttr-slider.style-2 .slider-content .sub-title {
        font-size: 9px;
    }

        .ttr-slider.style-2 .slider-content .sub-title:before {
            margin-right: 5px;
        }

        .ttr-slider.style-2 .slider-content .sub-title:after {
            margin-left: 5px;
        }

    .ttr-slider.style-2 .slider-img {
        height: 170px !important;
    }

    .ttr-slider.style-2 .swiper-pagination {
        top: auto;
        transform: unset;
        right: 0;
        width: 100%;
        left: 0;
        bottom: 20px;
        display: none;
        justify-content: center;
    }

    .ttr-slider.style-2 .swiper-pagination-bullet {
        margin: 10px;
    }
}


::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
    padding: 0;
}

::-webkit-inner-spin-button {
    height: auto;
}

[type="search"] {
    outline-offset: -2px;
    -webkit-appearance: textfield;
}

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
    padding: 0;
}

::file-selector-button {
    font: inherit;
}

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

output {
    display: inline-block;
}

iframe {
    border: 0;
}

summary {
    display: list-item;
    cursor: pointer;
}

progress {
    vertical-align: baseline;
}

[hidden] {
    display: none !important;
}

.lead {
    font-size: 1.25rem;
    font-weight: 300;
}

.display-1 {
    font-size: calc(1.625rem + 4.5vw);
    font-weight: 300;
    line-height: 1.2;
}

@media (min-width: 1200px) {
    .display-1 {
        font-size: 5rem;
    }
}

.display-2 {
    font-size: calc(1.575rem + 3.9vw);
    font-weight: 300;
    line-height: 1.2;
}

@media (min-width: 1200px) {
    .display-2 {
        font-size: 4.5rem;
    }
}

.display-3 {
    font-size: calc(1.525rem + 3.3vw);
    font-weight: 300;
    line-height: 1.2;
}

@media (min-width: 1200px) {
    .display-3 {
        font-size: 4rem;
    }
}

.display-4 {
    font-size: calc(1.475rem + 2.7vw);
    font-weight: 300;
    line-height: 1.2;
}

@media (min-width: 1200px) {
    .display-4 {
        font-size: 3.5rem;
    }
}

.display-5 {
    font-size: calc(1.425rem + 2.1vw);
    font-weight: 300;
    line-height: 1.2;
}

@media (min-width: 1200px) {
    .display-5 {
        font-size: 3rem;
    }
}

.display-6 {
    font-size: calc(1.375rem + 1.5vw);
    font-weight: 300;
    line-height: 1.2;
}

@media (min-width: 1200px) {
    .display-6 {
        font-size: 2.5rem;
    }
}

.list-unstyled {
    padding-left: 0;
    list-style: none;
}

.list-inline {
    padding-left: 0;
    list-style: none;
}

.list-inline-item {
    display: inline-block;
}

    .list-inline-item:not(:last-child) {
        margin-right: 0.5rem;
    }

.initialism {
    font-size: 0.875em;
    text-transform: uppercase;
}

.blockquote {
    margin-bottom: 1rem;
    font-size: 1.25rem;
}

    .blockquote &gt; :last-child {
        margin-bottom: 0;
    }

.blockquote-footer {
    margin-top: -1rem;
    margin-bottom: 1rem;
    font-size: 0.875em;
    color: #6c757d;
}

    .blockquote-footer::before {
        content: "\2014\00A0";
    }

.img-fluid {
    max-width: 100%;
    height: auto;
}

.img-thumbnail {
    padding: 0.25rem;
    background-color: #ffffff;
    border: 1px solid #dee2e6;
    border-radius: 0.25rem;
    max-width: 100%;
    height: auto;
}

.figure {
    display: inline-block;
}

.figure-img {
    margin-bottom: 0.5rem;
    line-height: 1;
}

.figure-caption {
    font-size: 0.875em;
    color: #6c757d;
}

.container,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl {
    width: 100%;
    padding-right: var(--bs-gutter-x, 15px);
    padding-left: var(--bs-gutter-x, 15px);
    margin-right: auto;
    margin-left: auto;
}

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

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

@media (min-width: 992px) {
    .container, .container-sm, .container-md, .container-lg {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .container, .container-sm, .container-md, .container-lg, .container-xl {
        max-width: 1199px;
    }
}

.row {
    --bs-gutter-x: 30px;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-.5 * var(--bs-gutter-x));
    margin-left: calc(-.5 * var(--bs-gutter-x));
}

    .row &gt; * {
        flex-shrink: 0;
        width: 100%;
        max-width: 100%;
        padding-right: calc(var(--bs-gutter-x) * .5);
        padding-left: calc(var(--bs-gutter-x) * .5);
        margin-top: var(--bs-gutter-y);
    }

.col {
    flex: 1 0 0%;
}

.row-cols-auto &gt; * {
    flex: 0 0 auto;
    width: auto;
}

.row-cols-1 &gt; * {
    flex: 0 0 auto;
    width: 100%;
}

.row-cols-2 &gt; * {
    flex: 0 0 auto;
    width: 50%;
}

.row-cols-3 &gt; * {
    flex: 0 0 auto;
    width: 33.33333%;
}

.row-cols-4 &gt; * {
    flex: 0 0 auto;
    width: 25%;
}

.row-cols-5 &gt; * {
    flex: 0 0 auto;
    width: 20%;
}

.row-cols-6 &gt; * {
    flex: 0 0 auto;
    width: 16.66667%;
}

.col-auto {
    flex: 0 0 auto;
    width: auto;
}

.col-1 {
    flex: 0 0 auto;
    width: 8.33333%;
}

.col-2 {
    flex: 0 0 auto;
    width: 16.66667%;
}

.col-3 {
    flex: 0 0 auto;
    width: 25%;
}

.col-4 {
    flex: 0 0 auto;
    width: 33.33333%;
}

.col-5 {
    flex: 0 0 auto;
    width: 41.66667%;
}

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

.col-7 {
    flex: 0 0 auto;
    width: 58.33333%;
}

.col-8 {
    flex: 0 0 auto;
    width: 66.66667%;
}

.col-9 {
    flex: 0 0 auto;
    width: 75%;
}

.col-10 {
    flex: 0 0 auto;
    width: 83.33333%;
}

.col-11 {
    flex: 0 0 auto;
    width: 91.66667%;
}

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

.offset-1 {
    margin-left: 8.33333%;
}

.offset-2 {
    margin-left: 16.66667%;
}

.offset-3 {
    margin-left: 25%;
}

.offset-4 {
    margin-left: 33.33333%;
}

.offset-5 {
    margin-left: 41.66667%;
}

.offset-6 {
    margin-left: 50%;
}

.offset-7 {
    margin-left: 58.33333%;
}

.offset-8 {
    margin-left: 66.66667%;
}

.offset-9 {
    margin-left: 75%;
}

.offset-10 {
    margin-left: 83.33333%;
}

.offset-11 {
    margin-left: 91.66667%;
}

.g-0,
.gx-0 {
    --bs-gutter-x: 0;
}

.g-0,
.gy-0 {
    --bs-gutter-y: 0;
}

.g-1,
.gx-1 {
    --bs-gutter-x: 0.25rem;
}

.g-1,
.gy-1 {
    --bs-gutter-y: 0.25rem;
}

.g-2,
.gx-2 {
    --bs-gutter-x: 0.5rem;
}

.g-2,
.gy-2 {
    --bs-gutter-y: 0.5rem;
}

.g-3,
.gx-3 {
    --bs-gutter-x: 1rem;
}

.g-3,
.gy-3 {
    --bs-gutter-y: 1rem;
}

.g-4,
.gx-4 {
    --bs-gutter-x: 1.5rem;
}

.g-4,
.gy-4 {
    --bs-gutter-y: 1.5rem;
}

.g-5,
.gx-5 {
    --bs-gutter-x: 3rem;
}

.g-5,
.gy-5 {
    --bs-gutter-y: 3rem;
}

@media (min-width: 576px) {
    .col-sm {
        flex: 1 0 0%;
    }

    .row-cols-sm-auto &gt; * {
        flex: 0 0 auto;
        width: auto;
    }

    .row-cols-sm-1 &gt; * {
        flex: 0 0 auto;
        width: 100%;
    }

    .row-cols-sm-2 &gt; * {
        flex: 0 0 auto;
        width: 50%;
    }

    .row-cols-sm-3 &gt; * {
        flex: 0 0 auto;
        width: 33.33333%;
    }

    .row-cols-sm-4 &gt; * {
        flex: 0 0 auto;
        width: 25%;
    }

    .row-cols-sm-5 &gt; * {
        flex: 0 0 auto;
        width: 20%;
    }

    .row-cols-sm-6 &gt; * {
        flex: 0 0 auto;
        width: 16.66667%;
    }

    .col-sm-auto {
        flex: 0 0 auto;
        width: auto;
    }

    .col-sm-1 {
        flex: 0 0 auto;
        width: 8.33333%;
    }

    .col-sm-2 {
        flex: 0 0 auto;
        width: 16.66667%;
    }

    .col-sm-3 {
        flex: 0 0 auto;
        width: 25%;
    }

    .col-sm-4 {
        flex: 0 0 auto;
        width: 33.33333%;
    }

    .col-sm-5 {
        flex: 0 0 auto;
        width: 41.66667%;
    }

    .col-sm-6 {
        flex: 0 0 auto;
        width: 50%;
    }

    .col-sm-7 {
        flex: 0 0 auto;
        width: 58.33333%;
    }

    .col-sm-8 {
        flex: 0 0 auto;
        width: 66.66667%;
    }

    .col-sm-9 {
        flex: 0 0 auto;
        width: 75%;
    }

    .col-sm-10 {
        flex: 0 0 auto;
        width: 83.33333%;
    }

    .col-sm-11 {
        flex: 0 0 auto;
        width: 91.66667%;
    }

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

    .offset-sm-0 {
        margin-left: 0;
    }

    .offset-sm-1 {
        margin-left: 8.33333%;
    }

    .offset-sm-2 {
        margin-left: 16.66667%;
    }

    .offset-sm-3 {
        margin-left: 25%;
    }

    .offset-sm-4 {
        margin-left: 33.33333%;
    }

    .offset-sm-5 {
        margin-left: 41.66667%;
    }

    .offset-sm-6 {
        margin-left: 50%;
    }

    .offset-sm-7 {
        margin-left: 58.33333%;
    }

    .offset-sm-8 {
        margin-left: 66.66667%;
    }

    .offset-sm-9 {
        margin-left: 75%;
    }

    .offset-sm-10 {
        margin-left: 83.33333%;
    }

    .offset-sm-11 {
        margin-left: 91.66667%;
    }

    .g-sm-0,
    .gx-sm-0 {
        --bs-gutter-x: 0;
    }

    .g-sm-0,
    .gy-sm-0 {
        --bs-gutter-y: 0;
    }

    .g-sm-1,
    .gx-sm-1 {
        --bs-gutter-x: 0.25rem;
    }

    .g-sm-1,
    .gy-sm-1 {
        --bs-gutter-y: 0.25rem;
    }

    .g-sm-2,
    .gx-sm-2 {
        --bs-gutter-x: 0.5rem;
    }

    .g-sm-2,
    .gy-sm-2 {
        --bs-gutter-y: 0.5rem;
    }

    .g-sm-3,
    .gx-sm-3 {
        --bs-gutter-x: 1rem;
    }

    .g-sm-3,
    .gy-sm-3 {
        --bs-gutter-y: 1rem;
    }

    .g-sm-4,
    .gx-sm-4 {
        --bs-gutter-x: 1.5rem;
    }

    .g-sm-4,
    .gy-sm-4 {
        --bs-gutter-y: 1.5rem;
    }

    .g-sm-5,
    .gx-sm-5 {
        --bs-gutter-x: 3rem;
    }

    .g-sm-5,
    .gy-sm-5 {
        --bs-gutter-y: 3rem;
    }
}

@media (min-width: 768px) {
    .col-md {
        flex: 1 0 0%;
    }

    .row-cols-md-auto &gt; * {
        flex: 0 0 auto;
        width: auto;
    }

    .row-cols-md-1 &gt; * {
        flex: 0 0 auto;
        width: 100%;
    }

    .row-cols-md-2 &gt; * {
        flex: 0 0 auto;
        width: 50%;
    }

    .row-cols-md-3 &gt; * {
        flex: 0 0 auto;
        width: 33.33333%;
    }

    .row-cols-md-4 &gt; * {
        flex: 0 0 auto;
        width: 25%;
    }

    .row-cols-md-5 &gt; * {
        flex: 0 0 auto;
        width: 20%;
    }

    .row-cols-md-6 &gt; * {
        flex: 0 0 auto;
        width: 16.66667%;
    }

    .col-md-auto {
        flex: 0 0 auto;
        width: auto;
    }

    .col-md-1 {
        flex: 0 0 auto;
        width: 8.33333%;
    }

    .col-md-2 {
        flex: 0 0 auto;
        width: 16.66667%;
    }

    .col-md-3 {
        flex: 0 0 auto;
        width: 25%;
    }

    .col-md-4 {
        flex: 0 0 auto;
        width: 33.33333%;
    }

    .col-md-5 {
        flex: 0 0 auto;
        width: 41.66667%;
    }

    .col-md-6 {
        flex: 0 0 auto;
        width: 50%;
    }

    .col-md-7 {
        flex: 0 0 auto;
        width: 58.33333%;
    }

    .col-md-8 {
        flex: 0 0 auto;
        width: 66.66667%;
    }

    .col-md-9 {
        flex: 0 0 auto;
        width: 75%;
    }

    .col-md-10 {
        flex: 0 0 auto;
        width: 83.33333%;
    }

    .col-md-11 {
        flex: 0 0 auto;
        width: 91.66667%;
    }

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

    .offset-md-0 {
        margin-left: 0;
    }

    .offset-md-1 {
        margin-left: 8.33333%;
    }

    .offset-md-2 {
        margin-left: 16.66667%;
    }

    .offset-md-3 {
        margin-left: 25%;
    }

    .offset-md-4 {
        margin-left: 33.33333%;
    }

    .offset-md-5 {
        margin-left: 41.66667%;
    }

    .offset-md-6 {
        margin-left: 50%;
    }

    .offset-md-7 {
        margin-left: 58.33333%;
    }

    .offset-md-8 {
        margin-left: 66.66667%;
    }

    .offset-md-9 {
        margin-left: 75%;
    }

    .offset-md-10 {
        margin-left: 83.33333%;
    }

    .offset-md-11 {
        margin-left: 91.66667%;
    }

    .g-md-0,
    .gx-md-0 {
        --bs-gutter-x: 0;
    }

    .g-md-0,
    .gy-md-0 {
        --bs-gutter-y: 0;
    }

    .g-md-1,
    .gx-md-1 {
        --bs-gutter-x: 0.25rem;
    }

    .g-md-1,
    .gy-md-1 {
        --bs-gutter-y: 0.25rem;
    }

    .g-md-2,
    .gx-md-2 {
        --bs-gutter-x: 0.5rem;
    }

    .g-md-2,
    .gy-md-2 {
        --bs-gutter-y: 0.5rem;
    }

    .g-md-3,
    .gx-md-3 {
        --bs-gutter-x: 1rem;
    }

    .g-md-3,
    .gy-md-3 {
        --bs-gutter-y: 1rem;
    }

    .g-md-4,
    .gx-md-4 {
        --bs-gutter-x: 1.5rem;
    }

    .g-md-4,
    .gy-md-4 {
        --bs-gutter-y: 1.5rem;
    }

    .g-md-5,
    .gx-md-5 {
        --bs-gutter-x: 3rem;
    }

    .g-md-5,
    .gy-md-5 {
        --bs-gutter-y: 3rem;
    }
}

@media (min-width: 992px) {
    .col-lg {
        flex: 1 0 0%;
    }

    .row-cols-lg-auto &gt; * {
        flex: 0 0 auto;
        width: auto;
    }

    .row-cols-lg-1 &gt; * {
        flex: 0 0 auto;
        width: 100%;
    }

    .row-cols-lg-2 &gt; * {
        flex: 0 0 auto;
        width: 50%;
    }

    .row-cols-lg-3 &gt; * {
        flex: 0 0 auto;
        width: 33.33333%;
    }

    .row-cols-lg-4 &gt; * {
        flex: 0 0 auto;
        width: 25%;
    }

    .row-cols-lg-5 &gt; * {
        flex: 0 0 auto;
        width: 20%;
    }

    .row-cols-lg-6 &gt; * {
        flex: 0 0 auto;
        width: 16.66667%;
    }

    .col-lg-auto {
        flex: 0 0 auto;
        width: auto;
    }

    .col-lg-1 {
        flex: 0 0 auto;
        width: 8.33333%;
    }

    .col-lg-2 {
        flex: 0 0 auto;
        width: 16.66667%;
    }

    .col-lg-3 {
        flex: 0 0 auto;
        width: 25%;
    }

    .col-lg-4 {
        flex: 0 0 auto;
        width: 33.33333%;
    }

    .col-lg-5 {
        flex: 0 0 auto;
        width: 41.66667%;
    }

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

    .col-lg-7 {
        flex: 0 0 auto;
        width: 58.33333%;
    }

    .col-lg-8 {
        flex: 0 0 auto;
        width: 66.66667%;
    }

    .col-lg-9 {
        flex: 0 0 auto;
        width: 75%;
    }

    .col-lg-10 {
        flex: 0 0 auto;
        width: 83.33333%;
    }

    .col-lg-11 {
        flex: 0 0 auto;
        width: 91.66667%;
    }

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

    .offset-lg-0 {
        margin-left: 0;
    }

    .offset-lg-1 {
        margin-left: 8.33333%;
    }

    .offset-lg-2 {
        margin-left: 16.66667%;
    }

    .offset-lg-3 {
        margin-left: 25%;
    }

    .offset-lg-4 {
        margin-left: 33.33333%;
    }

    .offset-lg-5 {
        margin-left: 41.66667%;
    }

    .offset-lg-6 {
        margin-left: 50%;
    }

    .offset-lg-7 {
        margin-left: 58.33333%;
    }

    .offset-lg-8 {
        margin-left: 66.66667%;
    }

    .offset-lg-9 {
        margin-left: 75%;
    }

    .offset-lg-10 {
        margin-left: 83.33333%;
    }

    .offset-lg-11 {
        margin-left: 91.66667%;
    }

    .g-lg-0,
    .gx-lg-0 {
        --bs-gutter-x: 0;
    }

    .g-lg-0,
    .gy-lg-0 {
        --bs-gutter-y: 0;
    }

    .g-lg-1,
    .gx-lg-1 {
        --bs-gutter-x: 0.25rem;
    }

    .g-lg-1,
    .gy-lg-1 {
        --bs-gutter-y: 0.25rem;
    }

    .g-lg-2,
    .gx-lg-2 {
        --bs-gutter-x: 0.5rem;
    }

    .g-lg-2,
    .gy-lg-2 {
        --bs-gutter-y: 0.5rem;
    }

    .g-lg-3,
    .gx-lg-3 {
        --bs-gutter-x: 1rem;
    }

    .g-lg-3,
    .gy-lg-3 {
        --bs-gutter-y: 1rem;
    }

    .g-lg-4,
    .gx-lg-4 {
        --bs-gutter-x: 1.5rem;
    }

    .g-lg-4,
    .gy-lg-4 {
        --bs-gutter-y: 1.5rem;
    }

    .g-lg-5,
    .gx-lg-5 {
        --bs-gutter-x: 3rem;
    }

    .g-lg-5,
    .gy-lg-5 {
        --bs-gutter-y: 3rem;
    }
}

@media (min-width: 1200px) {
    .col-xl {
        flex: 1 0 0%;
    }

    .row-cols-xl-auto &gt; * {
        flex: 0 0 auto;
        width: auto;
    }

    .row-cols-xl-1 &gt; * {
        flex: 0 0 auto;
        width: 100%;
    }

    .row-cols-xl-2 &gt; * {
        flex: 0 0 auto;
        width: 50%;
    }

    .row-cols-xl-3 &gt; * {
        flex: 0 0 auto;
        width: 33.33333%;
    }

    .row-cols-xl-4 &gt; * {
        flex: 0 0 auto;
        width: 25%;
    }

    .row-cols-xl-5 &gt; * {
        flex: 0 0 auto;
        width: 20%;
    }

    .row-cols-xl-6 &gt; * {
        flex: 0 0 auto;
        width: 16.66667%;
    }

    .col-xl-auto {
        flex: 0 0 auto;
        width: auto;
    }

    .col-xl-1 {
        flex: 0 0 auto;
        width: 8.33333%;
    }

    .col-xl-2 {
        flex: 0 0 auto;
        width: 16.66667%;
    }

    .col-xl-3 {
        flex: 0 0 auto;
        width: 25%;
    }

    .col-xl-4 {
        flex: 0 0 auto;
        width: 33.33333%;
    }

    .col-xl-5 {
        flex: 0 0 auto;
        width: 41.66667%;
    }

    .col-xl-6 {
        flex: 0 0 auto;
        width: 50%;
    }

    .col-xl-7 {
        flex: 0 0 auto;
        width: 58.33333%;
    }

    .col-xl-8 {
        flex: 0 0 auto;
        width: 66.66667%;
    }

    .col-xl-9 {
        flex: 0 0 auto;
        width: 75%;
    }

    .col-xl-10 {
        flex: 0 0 auto;
        width: 83.33333%;
    }

    .col-xl-11 {
        flex: 0 0 auto;
        width: 91.66667%;
    }

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

    .offset-xl-0 {
        margin-left: 0;
    }

    .offset-xl-1 {
        margin-left: 8.33333%;
    }

    .offset-xl-2 {
        margin-left: 16.66667%;
    }

    .offset-xl-3 {
        margin-left: 25%;
    }

    .offset-xl-4 {
        margin-left: 33.33333%;
    }

    .offset-xl-5 {
        margin-left: 41.66667%;
    }

    .offset-xl-6 {
        margin-left: 50%;
    }

    .offset-xl-7 {
        margin-left: 58.33333%;
    }

    .offset-xl-8 {
        margin-left: 66.66667%;
    }

    .offset-xl-9 {
        margin-left: 75%;
    }

    .offset-xl-10 {
        margin-left: 83.33333%;
    }

    .offset-xl-11 {
        margin-left: 91.66667%;
    }

    .g-xl-0,
    .gx-xl-0 {
        --bs-gutter-x: 0;
    }

    .g-xl-0,
    .gy-xl-0 {
        --bs-gutter-y: 0;
    }

    .g-xl-1,
    .gx-xl-1 {
        --bs-gutter-x: 0.25rem;
    }

    .g-xl-1,
    .gy-xl-1 {
        --bs-gutter-y: 0.25rem;
    }

    .g-xl-2,
    .gx-xl-2 {
        --bs-gutter-x: 0.5rem;
    }

    .g-xl-2,
    .gy-xl-2 {
        --bs-gutter-y: 0.5rem;
    }

    .g-xl-3,
    .gx-xl-3 {
        --bs-gutter-x: 1rem;
    }

    .g-xl-3,
    .gy-xl-3 {
        --bs-gutter-y: 1rem;
    }

    .g-xl-4,
    .gx-xl-4 {
        --bs-gutter-x: 1.5rem;
    }

    .g-xl-4,
    .gy-xl-4 {
        --bs-gutter-y: 1.5rem;
    }

    .g-xl-5,
    .gx-xl-5 {
        --bs-gutter-x: 3rem;
    }

    .g-xl-5,
    .gy-xl-5 {
        --bs-gutter-y: 3rem;
    }
}

@media (min-width: 1440) {
    .col-xxl {
        flex: 1 0 0%;
    }

    .row-cols-xxl-auto &gt; * {
        flex: 0 0 auto;
        width: auto;
    }

    .row-cols-xxl-1 &gt; * {
        flex: 0 0 auto;
        width: 100%;
    }

    .row-cols-xxl-2 &gt; * {
        flex: 0 0 auto;
        width: 50%;
    }

    .row-cols-xxl-3 &gt; * {
        flex: 0 0 auto;
        width: 33.33333%;
    }

    .row-cols-xxl-4 &gt; * {
        flex: 0 0 auto;
        width: 25%;
    }

    .row-cols-xxl-5 &gt; * {
        flex: 0 0 auto;
        width: 20%;
    }

    .row-cols-xxl-6 &gt; * {
        flex: 0 0 auto;
        width: 16.66667%;
    }

    .col-xxl-auto {
        flex: 0 0 auto;
        width: auto;
    }

    .col-xxl-1 {
        flex: 0 0 auto;
        width: 8.33333%;
    }

    .col-xxl-2 {
        flex: 0 0 auto;
        width: 16.66667%;
    }

    .col-xxl-3 {
        flex: 0 0 auto;
        width: 25%;
    }

    .col-xxl-4 {
        flex: 0 0 auto;
        width: 33.33333%;
    }

    .col-xxl-5 {
        flex: 0 0 auto;
        width: 41.66667%;
    }

    .col-xxl-6 {
        flex: 0 0 auto;
        width: 50%;
    }

    .col-xxl-7 {
        flex: 0 0 auto;
        width: 58.33333%;
    }

    .col-xxl-8 {
        flex: 0 0 auto;
        width: 66.66667%;
    }

    .col-xxl-9 {
        flex: 0 0 auto;
        width: 75%;
    }

    .col-xxl-10 {
        flex: 0 0 auto;
        width: 83.33333%;
    }

    .col-xxl-11 {
        flex: 0 0 auto;
        width: 91.66667%;
    }

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

    .offset-xxl-0 {
        margin-left: 0;
    }

    .offset-xxl-1 {
        margin-left: 8.33333%;
    }

    .offset-xxl-2 {
        margin-left: 16.66667%;
    }

    .offset-xxl-3 {
        margin-left: 25%;
    }

    .offset-xxl-4 {
        margin-left: 33.33333%;
    }

    .offset-xxl-5 {
        margin-left: 41.66667%;
    }

    .offset-xxl-6 {
        margin-left: 50%;
    }

    .offset-xxl-7 {
        margin-left: 58.33333%;
    }

    .offset-xxl-8 {
        margin-left: 66.66667%;
    }

    .offset-xxl-9 {
        margin-left: 75%;
    }

    .offset-xxl-10 {
        margin-left: 83.33333%;
    }

    .offset-xxl-11 {
        margin-left: 91.66667%;
    }

    .g-xxl-0,
    .gx-xxl-0 {
        --bs-gutter-x: 0;
    }

    .g-xxl-0,
    .gy-xxl-0 {
        --bs-gutter-y: 0;
    }

    .g-xxl-1,
    .gx-xxl-1 {
        --bs-gutter-x: 0.25rem;
    }

    .g-xxl-1,
    .gy-xxl-1 {
        --bs-gutter-y: 0.25rem;
    }

    .g-xxl-2,
    .gx-xxl-2 {
        --bs-gutter-x: 0.5rem;
    }

    .g-xxl-2,
    .gy-xxl-2 {
        --bs-gutter-y: 0.5rem;
    }

    .g-xxl-3,
    .gx-xxl-3 {
        --bs-gutter-x: 1rem;
    }

    .g-xxl-3,
    .gy-xxl-3 {
        --bs-gutter-y: 1rem;
    }

    .g-xxl-4,
    .gx-xxl-4 {
        --bs-gutter-x: 1.5rem;
    }

    .g-xxl-4,
    .gy-xxl-4 {
        --bs-gutter-y: 1.5rem;
    }

    .g-xxl-5,
    .gx-xxl-5 {
        --bs-gutter-x: 3rem;
    }

    .g-xxl-5,
    .gy-xxl-5 {
        --bs-gutter-y: 3rem;
    }
}

.table {
    --bs-table-bg: transparent;
    --bs-table-accent-bg: transparent;
    --bs-table-striped-color: #777777;
    --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
    --bs-table-active-color: #777777;
    --bs-table-active-bg: rgba(0, 0, 0, 0.1);
    --bs-table-hover-color: #777777;
    --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
    width: 100%;
    margin-bottom: 1rem;
    color: #777777;
    vertical-align: top;
    border-color: #E1E1F0;
}

    .table &gt; :not(caption) &gt; * &gt; * {
        padding: 0.5rem 0.5rem;
        background-color: var(--bs-table-bg);
        border-bottom-width: 1px;
        box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
    }

    .table &gt; tbody {
        vertical-align: inherit;
    }

    .table &gt; thead {
        vertical-align: bottom;
    }

    .table &gt; :not(:first-child) {
        border-top: 2px solid currentColor;
    }

.caption-top {
    caption-side: top;
}

.table-sm &gt; :not(caption) &gt; * &gt; * {
    padding: 0.25rem 0.25rem;
}

.table-bordered &gt; :not(caption) &gt; * {
    border-width: 1px 0;
}

    .table-bordered &gt; :not(caption) &gt; * &gt; * {
        border-width: 0 1px;
    }

.table-borderless &gt; :not(caption) &gt; * &gt; * {
    border-bottom-width: 0;
}

.table-borderless &gt; :not(:first-child) {
    border-top-width: 0;
}

.table-striped &gt; tbody &gt; tr:nth-of-type(odd) &gt; * {
    --bs-table-accent-bg: var(--bs-table-striped-bg);
    color: var(--bs-table-striped-color);
}

.table-active {
    --bs-table-accent-bg: var(--bs-table-active-bg);
    color: var(--bs-table-active-color);
}

.table-hover &gt; tbody &gt; tr:hover &gt; * {
    --bs-table-accent-bg: var(--bs-table-hover-bg);
    color: var(--bs-table-hover-color);
}

.table-primary {
    --bs-table-bg: #fdd3d3;
    --bs-table-striped-bg: #f0c8c8;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #e4bebe;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #eac3c3;
    --bs-table-hover-color: #000;
    color: #000;
    border-color: #e4bebe;
}

.table-secondary {
    --bs-table-bg: #d1d1d2;
    --bs-table-striped-bg: #c7c7c8;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #bcbcbd;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #c1c1c2;
    --bs-table-hover-color: #000;
    color: #000;
    border-color: #bcbcbd;
}

.table-success {
    --bs-table-bg: #cff7e4;
    --bs-table-striped-bg: #c5ebd9;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #badecd;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #bfe4d3;
    --bs-table-hover-color: #000;
    color: #000;
    border-color: #badecd;
}

.table-info {
    --bs-table-bg: #d4ddfa;
    --bs-table-striped-bg: #c9d2ee;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #bfc7e1;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #c4cce7;
    --bs-table-hover-color: #000;
    color: #000;
    border-color: #bfc7e1;
}

.table-warning {
    --bs-table-bg: #fff8d8;
    --bs-table-striped-bg: #f2eccd;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #e6dfc2;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #ece5c8;
    --bs-table-hover-color: #000;
    color: #000;
    border-color: #e6dfc2;
}

.table-danger {
    --bs-table-bg: #facccc;
    --bs-table-striped-bg: #eec2c2;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #e1b8b8;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #e7bdbd;
    --bs-table-hover-color: #000;
    color: #000;
    border-color: #e1b8b8;
}

.table-light {
    --bs-table-bg: #f7f7f7;
    --bs-table-striped-bg: #ebebeb;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #dedede;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #e4e4e4;
    --bs-table-hover-color: #000;
    color: #000;
    border-color: #dedede;
}

.table-dark {
    --bs-table-bg: #262F5A;
    --bs-table-striped-bg: #313962;
    --bs-table-striped-color: #fff;
    --bs-table-active-bg: #3c446b;
    --bs-table-active-color: #fff;
    --bs-table-hover-bg: #363f66;
    --bs-table-hover-color: #fff;
    color: #fff;
    border-color: #3c446b;
}

.ttr-slider.style-1 .slider-thumbs {
    position: absolute;
    bottom: 25px;
    left: 50%;
    transform: translateX(-50%);
}

.table-responsive {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

@media (max-width: 575.98px) {
    .table-responsive-sm {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
}



@media (max-width: 991.98px) {
    .table-responsive-lg {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
}

@media (max-width: 1199.98px) {
    .table-responsive-xl {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
}

@media (max-width: 1439.98) {
    .table-responsive-xxl {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
}

.form-label {
    margin-bottom: 0.5rem;
}

.col-form-label {
    padding-top: calc(0.375rem + 1px);
    padding-bottom: calc(0.375rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5;
}

.col-form-label-lg {
    padding-top: calc(0.5rem + 1px);
    padding-bottom: calc(0.5rem + 1px);
    font-size: 1.25rem;
}

.col-form-label-sm {
    padding-top: calc(0.25rem + 1px);
    padding-bottom: calc(0.25rem + 1px);
    font-size: 0.875rem;
}

.form-text {
    margin-top: 0.25rem;
    font-size: 0.875em;
    color: #AEAED5;
}

.form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #777777;
    background-color: #ffffff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    appearance: none;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .form-control {
        transition: none;
    }
}

.form-control[type="file"] {
    overflow: hidden;
}

    .form-control[type="file"]:not(:disabled):not([readonly]) {
        cursor: pointer;
    }

.form-control:focus {
    color: #777777;
    background-color: #ffffff;
    border-color: #fa9191;
    outline: 0;
    box-shadow: 0 0 0 0rem rgba(244, 34, 34, 0.25);
}

.form-control::-webkit-date-and-time-value {
    height: 1.5em;
}

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

.form-control:disabled, .form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1;
}

.form-control::file-selector-button {
    padding: 0.375rem 0.75rem;
    margin: -0.375rem -0.75rem;
    margin-inline-end: 0.75rem;
    color: #777777;
    background-color: #e9ecef;
    pointer-events: none;
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    border-inline-end-width: 1px;
    border-radius: 0;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .form-control::file-selector-button {
        transition: none;
    }
}

.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
    background-color: #dde0e3;
}

.form-control::-webkit-file-upload-button {
    padding: 0.375rem 0.75rem;
    margin: -0.375rem -0.75rem;
    margin-inline-end: 0.75rem;
    color: #777777;
    background-color: #e9ecef;
    pointer-events: none;
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    border-inline-end-width: 1px;
    border-radius: 0;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .form-control::-webkit-file-upload-button {
        transition: none;
    }
}

.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
    background-color: #dde0e3;
}

.form-control-plaintext {
    display: block;
    width: 100%;
    padding: 0.375rem 0;
    margin-bottom: 0;
    line-height: 1.5;
    color: #777777;
    background-color: transparent;
    border: solid transparent;
    border-width: 1px 0;
}

    .form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
        padding-right: 0;
        padding-left: 0;
    }

.form-control-sm {
    min-height: calc(1.5em + 0.5rem + 2px);
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    border-radius: 0.2rem;
}

    .form-control-sm::file-selector-button {
        padding: 0.25rem 0.5rem;
        margin: -0.25rem -0.5rem;
        margin-inline-end: 0.5rem;
    }

    .form-control-sm::-webkit-file-upload-button {
        padding: 0.25rem 0.5rem;
        margin: -0.25rem -0.5rem;
        margin-inline-end: 0.5rem;
    }

.form-control-lg {
    min-height: calc(1.5em + 1rem + 2px);
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    border-radius: 0.3rem;
}

    .form-control-lg::file-selector-button {
        padding: 0.5rem 1rem;
        margin: -0.5rem -1rem;
        margin-inline-end: 1rem;
    }

    .form-control-lg::-webkit-file-upload-button {
        padding: 0.5rem 1rem;
        margin: -0.5rem -1rem;
        margin-inline-end: 1rem;
    }

textarea.form-control {
    min-height: calc(1.5em + 0.75rem + 2px);
}

textarea.form-control-sm {
    min-height: calc(1.5em + 0.5rem + 2px);
}

textarea.form-control-lg {
    min-height: calc(1.5em + 1rem + 2px);
}

.form-control-color {
    width: 3rem;
    height: auto;
    padding: 0.375rem;
}

    .form-control-color:not(:disabled):not([readonly]) {
        cursor: pointer;
    }

    .form-control-color::-moz-color-swatch {
        height: 1.5em;
        border-radius: 0.25rem;
    }

    .form-control-color::-webkit-color-swatch {
        height: 1.5em;
        border-radius: 0.25rem;
    }

.form-select {
    display: block;
    width: 100%;
    padding: 0.375rem 2.25rem 0.375rem 0.75rem;
    -moz-padding-start: calc(0.75rem - 3px);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #777777;
    background-color: #ffffff;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 16px 12px;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none;
}

@media (prefers-reduced-motion: reduce) {
    .form-select {
        transition: none;
    }
}

.form-select:focus {
    border-color: #fa9191;
    outline: 0;
    box-shadow: 0 0 0 0rem rgba(244, 34, 34, 0.25);
}

.form-select[multiple], .form-select[size]:not([size="1"]) {
    padding-right: 0.75rem;
    background-image: none;
}

.form-select:disabled {
    background-color: #e9ecef;
}

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

.form-select-sm {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    padding-left: 0.5rem;
    font-size: 0.875rem;
    border-radius: 0.2rem;
}

.form-select-lg {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 1rem;
    font-size: 1.25rem;
    border-radius: 0.3rem;
}

.form-check {
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5em;
    margin-bottom: 0.125rem;
}

    .form-check .form-check-input {
        float: left;
        margin-left: -1.5em;
    }

.form-check-input {
    width: 1em;
    height: 1em;
    margin-top: 0.25em;
    vertical-align: top;
    background-color: #ffffff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: 1px solid rgba(0, 0, 0, 0.25);
    appearance: none;
    color-adjust: exact;
}

    .form-check-input[type="checkbox"] {
        border-radius: 0.25em;
    }

    .form-check-input[type="radio"] {
        border-radius: 50%;
    }

    .form-check-input:active {
        filter: brightness(90%);
    }

    .form-check-input:focus {
        border-color: #fa9191;
        outline: 0;
        box-shadow: 0 0 0 0rem rgba(244, 34, 34, 0.25);
    }

    .form-check-input:checked {
        background-color: #f42222;
        border-color: #f42222;
    }

        .form-check-input:checked[type="checkbox"] {
            background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
        }

        .form-check-input:checked[type="radio"] {
            background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
        }

    .form-check-input[type="checkbox"]:indeterminate {
        background-color: #f42222;
        border-color: #f42222;
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
    }

    .form-check-input:disabled {
        pointer-events: none;
        filter: none;
        opacity: 0.5;
    }

        .form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
            opacity: 0.5;
        }

.form-switch {
    padding-left: 2.5em;
}

    .form-switch .form-check-input {
        width: 2em;
        margin-left: -2.5em;
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
        background-position: left center;
        border-radius: 2em;
        transition: background-position 0.15s ease-in-out;
    }

@media (prefers-reduced-motion: reduce) {
    .form-switch .form-check-input {
        transition: none;
    }
}

.form-switch .form-check-input:focus {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fa9191'/%3e%3c/svg%3e");
}

.form-switch .form-check-input:checked {
    background-position: right center;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

.form-check-inline {
    display: inline-block;
    margin-right: 1rem;
}

.btn-check {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
}

    .btn-check[disabled] + .btn, .btn-check[disabled] + .wp-block-button__link, .btn-check:disabled + .btn, .btn-check:disabled + .wp-block-button__link {
        pointer-events: none;
        filter: none;
        opacity: 0.65;
    }

.form-range {
    width: 100%;
    height: 1rem;
    padding: 0;
    background-color: transparent;
    appearance: none;
}

    .form-range:focus {
        outline: 0;
    }

        .form-range:focus::-webkit-slider-thumb {
            box-shadow: 0 0 0 1px #ffffff, 0 0 0 0rem rgba(244, 34, 34, 0.25);
        }

        .form-range:focus::-moz-range-thumb {
            box-shadow: 0 0 0 1px #ffffff, 0 0 0 0rem rgba(244, 34, 34, 0.25);
        }

    .form-range::-moz-focus-outer {
        border: 0;
    }

    .form-range::-webkit-slider-thumb {
        width: 1rem;
        height: 1rem;
        margin-top: -0.25rem;
        background-color: #f42222;
        border: 0;
        border-radius: 1rem;
        transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
        appearance: none;
    }

@media (prefers-reduced-motion: reduce) {
    .form-range::-webkit-slider-thumb {
        transition: none;
    }
}

.form-range::-webkit-slider-thumb:active {
    background-color: #fcbdbd;
}

.form-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem;
}

.form-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #f42222;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none;
}

@media (prefers-reduced-motion: reduce) {
    .form-range::-moz-range-thumb {
        transition: none;
    }
}

.form-range::-moz-range-thumb:active {
    background-color: #fcbdbd;
}

.form-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem;
}

.form-range:disabled {
    pointer-events: none;
}

    .form-range:disabled::-webkit-slider-thumb {
        background-color: #adb5bd;
    }

    .form-range:disabled::-moz-range-thumb {
        background-color: #adb5bd;
    }

.form-floating {
    position: relative;
}

    .form-floating &gt; .form-control,
    .form-floating &gt; .form-select {
        height: calc(3.5rem + 2px);
        line-height: 1.25;
    }

    .form-floating &gt; label {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        padding: 1rem 0.75rem;
        pointer-events: none;
        border: 1px solid transparent;
        transform-origin: 0 0;
        transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
    }

@media (prefers-reduced-motion: reduce) {
    .form-floating &gt; label {
        transition: none;
    }
}

.form-floating &gt; .form-control {
    padding: 1rem 0.75rem;
}

    .form-floating &gt; .form-control::placeholder {
        color: transparent;
    }

    .form-floating &gt; .form-control:focus, .form-floating &gt; .form-control:not(:placeholder-shown) {
        padding-top: 1.625rem;
        padding-bottom: 0.625rem;
    }

    .form-floating &gt; .form-control:-webkit-autofill {
        padding-top: 1.625rem;
        padding-bottom: 0.625rem;
    }

.form-floating &gt; .form-select {
    padding-top: 1.625rem;
    padding-bottom: 0.625rem;
}

    .form-floating &gt; .form-control:focus ~ label,
    .form-floating &gt; .form-control:not(:placeholder-shown) ~ label,
    .form-floating &gt; .form-select ~ label {
        opacity: 0.65;
        transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
    }

.form-floating &gt; .form-control:-webkit-autofill ~ label {
    opacity: 0.65;
    transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

.input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
}

    .input-group &gt; .form-control,
    .input-group &gt; .form-select {
        position: relative;
        flex: 1 1 auto;
        width: 1%;
        min-width: 0;
        caret-color: #e63d32;
        border: 1px solid #cacaca;
        padding: 15px 20px;
        border-radius: 0;
        height: 50px;
    }

        .input-group &gt; .form-control:focus,
        .input-group &gt; .form-select:focus {
            z-index: 3;
        }

    .input-group .btn, .input-group .wp-block-button__link {
        position: relative;
        z-index: 2;
    }

        .input-group .btn:focus, .input-group .wp-block-button__link:focus {
            z-index: 3;
        }

.input-group-text {
    display: flex;
    align-items: center;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #777777;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
}

.input-group-lg &gt; .form-control,
.input-group-lg &gt; .form-select,
.input-group-lg &gt; .input-group-text,
.input-group-lg &gt; .btn,
.input-group-lg &gt; .wp-block-button__link {
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    border-radius: 0.3rem;
}

.input-group-sm &gt; .form-control,
.input-group-sm &gt; .form-select,
.input-group-sm &gt; .input-group-text,
.input-group-sm &gt; .btn,
.input-group-sm &gt; .wp-block-button__link {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    border-radius: 0.2rem;
}

.input-group-lg &gt; .form-select,
.input-group-sm &gt; .form-select {
    padding-right: 3rem;
}

.input-group:not(.has-validation) &gt; :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu),
.input-group:not(.has-validation) &gt; .dropdown-toggle:nth-last-child(n + 3) {
  /*  border-top-right-radius: 0;
    border-bottom-right-radius: 0;*/
}

.input-group.has-validation &gt; :nth-last-child(n + 3):not(.dropdown-toggle):not(.dropdown-menu),
.input-group.has-validation &gt; .dropdown-toggle:nth-last-child(n + 4) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.input-group &gt; :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
    margin-left: -1px;
  /*  border-top-left-radius: 0;
    border-bottom-left-radius: 0;*/
}

.valid-feedback {
    display: none;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 0.875em;
    color: #10d876;
}

.valid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: 0.25rem 0.5rem;
    margin-top: .1rem;
    font-size: 0.875rem;
    color: #000;
    background-color: rgba(16, 216, 118, 0.9);
    border-radius: 0.25rem;
}

.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
    display: block;
}

.was-validated .form-control:valid, .form-control.is-valid {
    border-color: #10d876;
    padding-right: calc(1.5em + 0.75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2310d876' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.1875rem) center;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

    .was-validated .form-control:valid:focus, .form-control.is-valid:focus {
        border-color: #10d876;
        box-shadow: 0 0 0 0rem rgba(16, 216, 118, 0.25);
    }

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
    padding-right: calc(1.5em + 0.75rem);
    background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .form-select:valid, .form-select.is-valid {
    border-color: #10d876;
}

    .was-validated .form-select:valid:not([multiple]):not([size]), .was-validated .form-select:valid:not([multiple])[size="1"], .form-select.is-valid:not([multiple]):not([size]), .form-select.is-valid:not([multiple])[size="1"] {
        padding-right: 4.125rem;
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2310d876' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
        background-position: right 0.75rem center, center right 2.25rem;
        background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
    }

    .was-validated .form-select:valid:focus, .form-select.is-valid:focus {
        border-color: #10d876;
        box-shadow: 0 0 0 0rem rgba(16, 216, 118, 0.25);
    }

.was-validated .form-check-input:valid, .form-check-input.is-valid {
    border-color: #10d876;
}

    .was-validated .form-check-input:valid:checked, .form-check-input.is-valid:checked {
        background-color: #10d876;
    }

    .was-validated .form-check-input:valid:focus, .form-check-input.is-valid:focus {
        box-shadow: 0 0 0 0rem rgba(16, 216, 118, 0.25);
    }

    .was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
        color: #10d876;
    }

.form-check-inline .form-check-input ~ .valid-feedback {
    margin-left: .5em;
}

.was-validated .input-group .form-control:valid, .input-group .form-control.is-valid, .was-validated
.input-group .form-select:valid,
.input-group .form-select.is-valid {
    z-index: 1;
}

    .was-validated .input-group .form-control:valid:focus, .input-group .form-control.is-valid:focus, .was-validated
    .input-group .form-select:valid:focus,
    .input-group .form-select.is-valid:focus {
        z-index: 3;
    }

.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 0.875em;
    color: #E50202;
}

.invalid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: 0.25rem 0.5rem;
    margin-top: .1rem;
    font-size: 0.875rem;
    color: #fff;
    background-color: rgba(229, 2, 2, 0.9);
    border-radius: 0.25rem;
}

.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
    display: block;
}

.was-validated .form-control:invalid, .form-control.is-invalid {
    border-color: #E50202;
    padding-right: calc(1.5em + 0.75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23E50202'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23E50202' stroke='none'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.1875rem) center;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

    .was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
        border-color: #E50202;
        box-shadow: 0 0 0 0rem rgba(229, 2, 2, 0.25);
    }

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
    padding-right: calc(1.5em + 0.75rem);
    background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .form-select:invalid, .form-select.is-invalid {
    border-color: #E50202;
}

    .was-validated .form-select:invalid:not([multiple]):not([size]), .was-validated .form-select:invalid:not([multiple])[size="1"], .form-select.is-invalid:not([multiple]):not([size]), .form-select.is-invalid:not([multiple])[size="1"] {
        padding-right: 4.125rem;
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23E50202'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23E50202' stroke='none'/%3e%3c/svg%3e");
        background-position: right 0.75rem center, center right 2.25rem;
        background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
    }

    .was-validated .form-select:invalid:focus, .form-select.is-invalid:focus {
        border-color: #E50202;
        box-shadow: 0 0 0 0rem rgba(229, 2, 2, 0.25);
    }

.was-validated .form-check-input:invalid, .form-check-input.is-invalid {
    border-color: #E50202;
}

    .was-validated .form-check-input:invalid:checked, .form-check-input.is-invalid:checked {
        background-color: #E50202;
    }

    .was-validated .form-check-input:invalid:focus, .form-check-input.is-invalid:focus {
        box-shadow: 0 0 0 0rem rgba(229, 2, 2, 0.25);
    }

    .was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
        color: #E50202;
    }

.form-check-inline .form-check-input ~ .invalid-feedback {
    margin-left: .5em;
}

.was-validated .input-group .form-control:invalid, .input-group .form-control.is-invalid, .was-validated
.input-group .form-select:invalid,
.input-group .form-select.is-invalid {
    z-index: 2;
}

    .was-validated .input-group .form-control:invalid:focus, .input-group .form-control.is-invalid:focus, .was-validated
    .input-group .form-select:invalid:focus,
    .input-group .form-select.is-invalid:focus {
        z-index: 3;
    }

.btn, .wp-block-button__link {
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    color: #777777;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .btn, .wp-block-button__link {
        transition: none;
    }
}

.btn:hover, .wp-block-button__link:hover {
    color: #777777;
}

.btn-check:focus + .btn, .btn-check:focus + .wp-block-button__link, .btn:focus, .wp-block-button__link:focus {
    outline: 0;
    box-shadow: 0 0 0 0rem rgba(244, 34, 34, 0.25);
}

.btn:disabled, .wp-block-button__link:disabled, .btn.disabled, .disabled.wp-block-button__link,
fieldset:disabled .btn,
fieldset:disabled .wp-block-button__link {
    pointer-events: none;
    opacity: 0.65;
}

.btn-primary, .wp-block-button__link {
    color: #000;
    background-color: #f42222;
    border-color: #f42222;
}

    .btn-primary:hover, .wp-block-button__link:hover {
        color: #000;
        background-color: #f64343;
        border-color: #f53838;
    }

    .btn-check:focus + .btn-primary, .btn-check:focus + .wp-block-button__link, .btn-primary:focus, .wp-block-button__link:focus {
        color: #000;
        background-color: #f64343;
        border-color: #f53838;
        box-shadow: 0 0 0 0rem rgba(207, 29, 29, 0.5);
    }

    .btn-check:checked + .btn-primary, .btn-check:checked + .wp-block-button__link,
    .btn-check:active + .btn-primary,
    .btn-check:active + .wp-block-button__link, .btn-primary:active, .wp-block-button__link:active, .btn-primary.active, .active.wp-block-button__link,
    .show &gt; .btn-primary.dropdown-toggle,
    .show &gt; .dropdown-toggle.wp-block-button__link {
        color: #000;
        background-color: #f64e4e;
        border-color: #f53838;
    }

        .btn-check:checked + .btn-primary:focus, .btn-check:checked + .wp-block-button__link:focus,
        .btn-check:active + .btn-primary:focus,
        .btn-check:active + .wp-block-button__link:focus, .btn-primary:active:focus, .wp-block-button__link:active:focus, .btn-primary.active:focus, .active.wp-block-button__link:focus,
        .show &gt; .btn-primary.dropdown-toggle:focus,
        .show &gt; .dropdown-toggle.wp-block-button__link:focus {
            box-shadow: 0 0 0 0rem rgba(207, 29, 29, 0.5);
        }

    .btn-primary:disabled, .wp-block-button__link:disabled, .btn-primary.disabled, .disabled.wp-block-button__link {
        color: #000;
        background-color: #f42222;
        border-color: #f42222;
    }

.btn-secondary {
    color: #fff;
    background-color: #171a1e;
    border-color: #171a1e;
}

    .btn-secondary:hover {
        color: #fff;
        background-color: #14161a;
        border-color: #121518;
    }

    .btn-check:focus + .btn-secondary, .btn-secondary:focus {
        color: #fff;
        background-color: #14161a;
        border-color: #121518;
        box-shadow: 0 0 0 0rem rgba(58, 60, 64, 0.5);
    }

    .btn-check:checked + .btn-secondary,
    .btn-check:active + .btn-secondary, .btn-secondary:active, .btn-secondary.active,
    .show &gt; .btn-secondary.dropdown-toggle {
        color: #fff;
        background-color: #121518;
        border-color: #111417;
    }

        .btn-check:checked + .btn-secondary:focus,
        .btn-check:active + .btn-secondary:focus, .btn-secondary:active:focus, .btn-secondary.active:focus,
        .show &gt; .btn-secondary.dropdown-toggle:focus {
            box-shadow: 0 0 0 0rem rgba(58, 60, 64, 0.5);
        }

    .btn-secondary:disabled, .btn-secondary.disabled {
        color: #fff;
        background-color: #171a1e;
        border-color: #171a1e;
    }

.btn-success {
    color: #000;
    background-color: #10d876;
    border-color: #10d876;
}

    .btn-success:hover {
        color: #000;
        background-color: #34de8b;
        border-color: #28dc84;
    }

    .btn-check:focus + .btn-success, .btn-success:focus {
        color: #000;
        background-color: #34de8b;
        border-color: #28dc84;
        box-shadow: 0 0 0 0rem rgba(14, 184, 100, 0.5);
    }

    .btn-check:checked + .btn-success,
    .btn-check:active + .btn-success, .btn-success:active, .btn-success.active,
    .show &gt; .btn-success.dropdown-toggle {
        color: #000;
        background-color: #40e091;
        border-color: #28dc84;
    }

        .btn-check:checked + .btn-success:focus,
        .btn-check:active + .btn-success:focus, .btn-success:active:focus, .btn-success.active:focus,
        .show &gt; .btn-success.dropdown-toggle:focus {
            box-shadow: 0 0 0 0rem rgba(14, 184, 100, 0.5);
        }

    .btn-success:disabled, .btn-success.disabled {
        color: #000;
        background-color: #10d876;
        border-color: #10d876;
    }

.btn-info {
    color: #fff;
    background-color: #2754e6;
    border-color: #2754e6;
}

    .btn-info:hover {
        color: #fff;
        background-color: #2147c4;
        border-color: #1f43b8;
    }

    .btn-check:focus + .btn-info, .btn-info:focus {
        color: #fff;
        background-color: #2147c4;
        border-color: #1f43b8;
        box-shadow: 0 0 0 0rem rgba(71, 110, 234, 0.5);
    }

    .btn-check:checked + .btn-info,
    .btn-check:active + .btn-info, .btn-info:active, .btn-info.active,
    .show &gt; .btn-info.dropdown-toggle {
        color: #fff;
        background-color: #1f43b8;
        border-color: #1d3fad;
    }

        .btn-check:checked + .btn-info:focus,
        .btn-check:active + .btn-info:focus, .btn-info:active:focus, .btn-info.active:focus,
        .show &gt; .btn-info.dropdown-toggle:focus {
            box-shadow: 0 0 0 0rem rgba(71, 110, 234, 0.5);
        }

    .btn-info:disabled, .btn-info.disabled {
        color: #fff;
        background-color: #2754e6;
        border-color: #2754e6;
    }

.btn-warning {
    color: #fff;
    background-color: #005cc8 !important;
    border-color: #005cc8;
}

    .btn-warning:hover {
        color: #000 !important;
        background-color: #ffe05a !important;
        border-color: #ffdf50 !important;
    }

    .btn-check:focus + .btn-warning, .btn-warning:focus {
        color: #000;
        background-color: #ffe05a;
        border-color: #ffdf50;
        box-shadow: 0 0 0 0rem rgba(217, 186, 52, 0.5);
    }

    .btn-check:checked + .btn-warning,
    .btn-check:active + .btn-warning, .btn-warning:active, .btn-warning.active,
    .show &gt; .btn-warning.dropdown-toggle {
        color: #000;
        background-color: #ffe264;
        border-color: #ffdf50;
    }

        .btn-check:checked + .btn-warning:focus,
        .btn-check:active + .btn-warning:focus, .btn-warning:active:focus, .btn-warning.active:focus,
        .show &gt; .btn-warning.dropdown-toggle:focus {
            box-shadow: 0 0 0 0rem rgba(217, 186, 52, 0.5);
        }

    .btn-warning:disabled, .btn-warning.disabled {
        color: #000;
        background-color: #ffdb3d;
        border-color: #ffdb3d;
    }

.btn-danger {
    color: #fff;
    background-color: #E50202;
    border-color: #E50202;
}

    .btn-danger:hover {
        color: #fff;
        background-color: #c30202;
        border-color: #b70202;
    }

    .btn-check:focus + .btn-danger, .btn-danger:focus {
        color: #fff;
        background-color: #c30202;
        border-color: #b70202;
        box-shadow: 0 0 0 0rem rgba(233, 40, 40, 0.5);
    }

    .btn-check:checked + .btn-danger,
    .btn-check:active + .btn-danger, .btn-danger:active, .btn-danger.active,
    .show &gt; .btn-danger.dropdown-toggle {
        color: #fff;
        background-color: #b70202;
        border-color: #ac0202;
    }

        .btn-check:checked + .btn-danger:focus,
        .btn-check:active + .btn-danger:focus, .btn-danger:active:focus, .btn-danger.active:focus,
        .show &gt; .btn-danger.dropdown-toggle:focus {
            box-shadow: 0 0 0 0rem rgba(233, 40, 40, 0.5);
        }

    .btn-danger:disabled, .btn-danger.disabled {
        color: #fff;
        background-color: #E50202;
        border-color: #E50202;
    }

.btn-light {
    color: #000;
    background-color: #f7f7f7;
    border-color: #f7f7f7;
}

    .btn-light:hover {
        color: #000;
        background-color: #f8f8f8;
        border-color: #f8f8f8;
    }

    .btn-check:focus + .btn-light, .btn-light:focus {
        color: #000;
        background-color: #f8f8f8;
        border-color: #f8f8f8;
        box-shadow: 0 0 0 0rem rgba(210, 210, 210, 0.5);
    }

    .btn-check:checked + .btn-light,
    .btn-check:active + .btn-light, .btn-light:active, .btn-light.active,
    .show &gt; .btn-light.dropdown-toggle {
        color: #000;
        background-color: #f9f9f9;
        border-color: #f8f8f8;
    }

        .btn-check:checked + .btn-light:focus,
        .btn-check:active + .btn-light:focus, .btn-light:active:focus, .btn-light.active:focus,
        .show &gt; .btn-light.dropdown-toggle:focus {
            box-shadow: 0 0 0 0rem rgba(210, 210, 210, 0.5);
        }

    .btn-light:disabled, .btn-light.disabled {
        color: #000;
        background-color: #f7f7f7;
        border-color: #f7f7f7;
    }

.btn-dark {
    color: #fff;
    background-color: #262F5A;
    border-color: #262F5A;
}

    .btn-dark:hover {
        color: #fff;
        background-color: #20284d;
        border-color: #1e2648;
    }

    .btn-check:focus + .btn-dark, .btn-dark:focus {
        color: #fff;
        background-color: #20284d;
        border-color: #1e2648;
        box-shadow: 0 0 0 0rem rgba(71, 78, 115, 0.5);
    }

    .btn-check:checked + .btn-dark,
    .btn-check:active + .btn-dark, .btn-dark:active, .btn-dark.active,
    .show &gt; .btn-dark.dropdown-toggle {
        color: #fff;
        background-color: #1e2648;
        border-color: #1d2344;
    }

        .btn-check:checked + .btn-dark:focus,
        .btn-check:active + .btn-dark:focus, .btn-dark:active:focus, .btn-dark.active:focus,
        .show &gt; .btn-dark.dropdown-toggle:focus {
            box-shadow: 0 0 0 0rem rgba(71, 78, 115, 0.5);
        }

    .btn-dark:disabled, .btn-dark.disabled {
        color: #fff;
        background-color: #262F5A;
        border-color: #262F5A;
    }

.btn-outline-primary, .is-style-outline .wp-block-button__link {
    color: #f42222;
    border-color: #f42222;
}

    .btn-outline-primary:hover, .is-style-outline .wp-block-button__link:hover {
        color: #000;
        background-color: #f42222;
        border-color: #f42222;
    }

    .btn-check:focus + .btn-outline-primary, .is-style-outline .btn-check:focus + .wp-block-button__link, .btn-outline-primary:focus, .is-style-outline .wp-block-button__link:focus {
        box-shadow: 0 0 0 0rem rgba(244, 34, 34, 0.5);
    }

    .btn-check:checked + .btn-outline-primary, .is-style-outline .btn-check:checked + .wp-block-button__link,
    .btn-check:active + .btn-outline-primary,
    .is-style-outline .btn-check:active + .wp-block-button__link, .btn-outline-primary:active, .is-style-outline .wp-block-button__link:active, .btn-outline-primary.active, .is-style-outline .active.wp-block-button__link, .btn-outline-primary.dropdown-toggle.show, .is-style-outline .dropdown-toggle.show.wp-block-button__link {
        color: #000;
        background-color: #f42222;
        border-color: #f42222;
    }

        .btn-check:checked + .btn-outline-primary:focus, .is-style-outline .btn-check:checked + .wp-block-button__link:focus,
        .btn-check:active + .btn-outline-primary:focus,
        .is-style-outline .btn-check:active + .wp-block-button__link:focus, .btn-outline-primary:active:focus, .is-style-outline .wp-block-button__link:active:focus, .btn-outline-primary.active:focus, .is-style-outline .active.wp-block-button__link:focus, .btn-outline-primary.dropdown-toggle.show:focus, .is-style-outline .dropdown-toggle.show.wp-block-button__link:focus {
            box-shadow: 0 0 0 0rem rgba(244, 34, 34, 0.5);
        }

    .btn-outline-primary:disabled, .is-style-outline .wp-block-button__link:disabled, .btn-outline-primary.disabled, .is-style-outline .disabled.wp-block-button__link {
        color: #f42222;
        background-color: transparent;
    }

.btn-outline-secondary {
    color: #171a1e;
    border-color: #171a1e;
}

    .btn-outline-secondary:hover {
        color: #fff;
        background-color: #171a1e;
        border-color: #171a1e;
    }

    .btn-check:focus + .btn-outline-secondary, .btn-outline-secondary:focus {
        box-shadow: 0 0 0 0rem rgba(23, 26, 30, 0.5);
    }

    .btn-check:checked + .btn-outline-secondary,
    .btn-check:active + .btn-outline-secondary, .btn-outline-secondary:active, .btn-outline-secondary.active, .btn-outline-secondary.dropdown-toggle.show {
        color: #fff;
        background-color: #171a1e;
        border-color: #171a1e;
    }

        .btn-check:checked + .btn-outline-secondary:focus,
        .btn-check:active + .btn-outline-secondary:focus, .btn-outline-secondary:active:focus, .btn-outline-secondary.active:focus, .btn-outline-secondary.dropdown-toggle.show:focus {
            box-shadow: 0 0 0 0rem rgba(23, 26, 30, 0.5);
        }

    .btn-outline-secondary:disabled, .btn-outline-secondary.disabled {
        color: #171a1e;
        background-color: transparent;
    }

.btn-outline-success {
    color: #10d876;
    border-color: #10d876;
}

    .btn-outline-success:hover {
        color: #000;
        background-color: #10d876;
        border-color: #10d876;
    }

    .btn-check:focus + .btn-outline-success, .btn-outline-success:focus {
        box-shadow: 0 0 0 0rem rgba(16, 216, 118, 0.5);
    }

    .btn-check:checked + .btn-outline-success,
    .btn-check:active + .btn-outline-success, .btn-outline-success:active, .btn-outline-success.active, .btn-outline-success.dropdown-toggle.show {
        color: #000;
        background-color: #10d876;
        border-color: #10d876;
    }

        .btn-check:checked + .btn-outline-success:focus,
        .btn-check:active + .btn-outline-success:focus, .btn-outline-success:active:focus, .btn-outline-success.active:focus, .btn-outline-success.dropdown-toggle.show:focus {
            box-shadow: 0 0 0 0rem rgba(16, 216, 118, 0.5);
        }

    .btn-outline-success:disabled, .btn-outline-success.disabled {
        color: #10d876;
        background-color: transparent;
    }

.btn-outline-info {
    color: #2754e6;
    border-color: #2754e6;
}

    .btn-outline-info:hover {
        color: #fff;
        background-color: #2754e6;
        border-color: #2754e6;
    }

    .btn-check:focus + .btn-outline-info, .btn-outline-info:focus {
        box-shadow: 0 0 0 0rem rgba(39, 84, 230, 0.5);
    }

    .btn-check:checked + .btn-outline-info,
    .btn-check:active + .btn-outline-info, .btn-outline-info:active, .btn-outline-info.active, .btn-outline-info.dropdown-toggle.show {
        color: #fff;
        background-color: #2754e6;
        border-color: #2754e6;
    }

        .btn-check:checked + .btn-outline-info:focus,
        .btn-check:active + .btn-outline-info:focus, .btn-outline-info:active:focus, .btn-outline-info.active:focus, .btn-outline-info.dropdown-toggle.show:focus {
            box-shadow: 0 0 0 0rem rgba(39, 84, 230, 0.5);
        }

    .btn-outline-info:disabled, .btn-outline-info.disabled {
        color: #2754e6;
        background-color: transparent;
    }

.btn-outline-warning {
    color: #ffdb3d;
    border-color: #ffdb3d;
}

    .btn-outline-warning:hover {
        color: #000;
        background-color: #ffdb3d;
        border-color: #ffdb3d;
    }

    .btn-check:focus + .btn-outline-warning, .btn-outline-warning:focus {
        box-shadow: 0 0 0 0rem rgba(255, 219, 61, 0.5);
    }

    .btn-check:checked + .btn-outline-warning,
    .btn-check:active + .btn-outline-warning, .btn-outline-warning:active, .btn-outline-warning.active, .btn-outline-warning.dropdown-toggle.show {
        color: #000;
        background-color: #ffdb3d;
        border-color: #ffdb3d;
    }

        .btn-check:checked + .btn-outline-warning:focus,
        .btn-check:active + .btn-outline-warning:focus, .btn-outline-warning:active:focus, .btn-outline-warning.active:focus, .btn-outline-warning.dropdown-toggle.show:focus {
            box-shadow: 0 0 0 0rem rgba(255, 219, 61, 0.5);
        }

    .btn-outline-warning:disabled, .btn-outline-warning.disabled {
        color: #ffdb3d;
        background-color: transparent;
    }

.btn-outline-danger {
    color: #E50202;
    border-color: #E50202;
}

    .btn-outline-danger:hover {
        color: #fff;
        background-color: #E50202;
        border-color: #E50202;
    }

    .btn-check:focus + .btn-outline-danger, .btn-outline-danger:focus {
        box-shadow: 0 0 0 0rem rgba(229, 2, 2, 0.5);
    }

    .btn-check:checked + .btn-outline-danger,
    .btn-check:active + .btn-outline-danger, .btn-outline-danger:active, .btn-outline-danger.active, .btn-outline-danger.dropdown-toggle.show {
        color: #fff;
        background-color: #E50202;
        border-color: #E50202;
    }

        .btn-check:checked + .btn-outline-danger:focus,
        .btn-check:active + .btn-outline-danger:focus, .btn-outline-danger:active:focus, .btn-outline-danger.active:focus, .btn-outline-danger.dropdown-toggle.show:focus {
            box-shadow: 0 0 0 0rem rgba(229, 2, 2, 0.5);
        }

    .btn-outline-danger:disabled, .btn-outline-danger.disabled {
        color: #E50202;
        background-color: transparent;
    }

.btn-outline-light {
    color: #f7f7f7;
    border-color: #f7f7f7;
}

    .btn-outline-light:hover {
        color: #000;
        background-color: #f7f7f7;
        border-color: #f7f7f7;
    }

    .btn-check:focus + .btn-outline-light, .btn-outline-light:focus {
        box-shadow: 0 0 0 0rem rgba(247, 247, 247, 0.5);
    }

    .btn-check:checked + .btn-outline-light,
    .btn-check:active + .btn-outline-light, .btn-outline-light:active, .btn-outline-light.active, .btn-outline-light.dropdown-toggle.show {
        color: #000;
        background-color: #f7f7f7;
        border-color: #f7f7f7;
    }

        .btn-check:checked + .btn-outline-light:focus,
        .btn-check:active + .btn-outline-light:focus, .btn-outline-light:active:focus, .btn-outline-light.active:focus, .btn-outline-light.dropdown-toggle.show:focus {
            box-shadow: 0 0 0 0rem rgba(247, 247, 247, 0.5);
        }

    .btn-outline-light:disabled, .btn-outline-light.disabled {
        color: #f7f7f7;
        background-color: transparent;
    }

.btn-outline-dark {
    color: #262F5A;
    border-color: #262F5A;
}

    .btn-outline-dark:hover {
        color: #fff;
        background-color: #262F5A;
        border-color: #262F5A;
    }

    .btn-check:focus + .btn-outline-dark, .btn-outline-dark:focus {
        box-shadow: 0 0 0 0rem rgba(38, 47, 90, 0.5);
    }

    .btn-check:checked + .btn-outline-dark,
    .btn-check:active + .btn-outline-dark, .btn-outline-dark:active, .btn-outline-dark.active, .btn-outline-dark.dropdown-toggle.show {
        color: #fff;
        background-color: #262F5A;
        border-color: #262F5A;
    }

        .btn-check:checked + .btn-outline-dark:focus,
        .btn-check:active + .btn-outline-dark:focus, .btn-outline-dark:active:focus, .btn-outline-dark.active:focus, .btn-outline-dark.dropdown-toggle.show:focus {
            box-shadow: 0 0 0 0rem rgba(38, 47, 90, 0.5);
        }

    .btn-outline-dark:disabled, .btn-outline-dark.disabled {
        color: #262F5A;
        background-color: transparent;
    }

.btn-link {
    font-weight: 400;
    color: #f42222;
    text-decoration: underline;
}

    .btn-link:hover {
        color: #c31b1b;
    }

    .btn-link:disabled, .btn-link.disabled {
        color: #6c757d;
    }

.btn-lg, .btn-group-lg &gt; .btn, .btn-group-lg &gt; .wp-block-button__link {
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    border-radius: 0.3rem;
}

.btn-sm, .btn-group-sm &gt; .btn, .btn-group-sm &gt; .wp-block-button__link {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    border-radius: 0.2rem;
}

.fade {
    transition: opacity 0.15s linear;
}

@media (prefers-reduced-motion: reduce) {
    .fade {
        transition: none;
    }
}

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

.collapse:not(.show) {
    display: none;
}

.collapsing {
    height: 0;
    overflow: hidden;
    transition: height 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
    .collapsing {
        transition: none;
    }
}

.collapsing.collapse-horizontal {
    width: 0;
    height: auto;
    transition: width 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
    .collapsing.collapse-horizontal {
        transition: none;
    }
}

.dropup,
.dropend,
.dropdown,
.dropstart {
    position: relative;
}

.dropdown-toggle {
    white-space: nowrap;
}

    .dropdown-toggle::after {
        display: inline-block;
        margin-left: 0.255em;
        vertical-align: 0.255em;
        content: "";
        border-top: 0.3em solid;
        border-right: 0.3em solid transparent;
        border-bottom: 0;
        border-left: 0.3em solid transparent;
    }

    .dropdown-toggle:empty::after {
        margin-left: 0;
    }

.dropdown-menu {
    position: absolute;
    z-index: 1000;
    display: none;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0;
    font-size: 1rem;
    color: #777777;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
}

    .dropdown-menu[data-bs-popper] {
        top: 100%;
        left: 0;
        margin-top: 0.125rem;
    }

.dropdown-menu-start {
    --bs-position: start;
}

    .dropdown-menu-start[data-bs-popper] {
        right: auto;
        left: 0;
    }

.dropdown-menu-end {
    --bs-position: end;
}

    .dropdown-menu-end[data-bs-popper] {
        right: 0;
        left: auto;
    }

@media (min-width: 576px) {
    .dropdown-menu-sm-start {
        --bs-position: start;
    }

        .dropdown-menu-sm-start[data-bs-popper] {
            right: auto;
            left: 0;
        }

    .dropdown-menu-sm-end {
        --bs-position: end;
    }

        .dropdown-menu-sm-end[data-bs-popper] {
            right: 0;
            left: auto;
        }
}

@media (min-width: 768px) {
    .dropdown-menu-md-start {
        --bs-position: start;
    }

        .dropdown-menu-md-start[data-bs-popper] {
            right: auto;
            left: 0;
        }

    .dropdown-menu-md-end {
        --bs-position: end;
    }

        .dropdown-menu-md-end[data-bs-popper] {
            right: 0;
            left: auto;
        }
}

@media (min-width: 992px) {
    .dropdown-menu-lg-start {
        --bs-position: start;
    }

        .dropdown-menu-lg-start[data-bs-popper] {
            right: auto;
            left: 0;
        }

    .dropdown-menu-lg-end {
        --bs-position: end;
    }

        .dropdown-menu-lg-end[data-bs-popper] {
            right: 0;
            left: auto;
        }
}

@media (min-width: 1200px) {
    .dropdown-menu-xl-start {
        --bs-position: start;
    }

        .dropdown-menu-xl-start[data-bs-popper] {
            right: auto;
            left: 0;
        }

    .dropdown-menu-xl-end {
        --bs-position: end;
    }

        .dropdown-menu-xl-end[data-bs-popper] {
            right: 0;
            left: auto;
        }
}

@media (min-width: 1440) {
    .dropdown-menu-xxl-start {
        --bs-position: start;
    }

        .dropdown-menu-xxl-start[data-bs-popper] {
            right: auto;
            left: 0;
        }

    .dropdown-menu-xxl-end {
        --bs-position: end;
    }

        .dropdown-menu-xxl-end[data-bs-popper] {
            right: 0;
            left: auto;
        }
}

.dropup .dropdown-menu[data-bs-popper] {
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: 0.125rem;
}

.dropup .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0;
    border-right: 0.3em solid transparent;
    border-bottom: 0.3em solid;
    border-left: 0.3em solid transparent;
}

.dropup .dropdown-toggle:empty::after {
    margin-left: 0;
}

.dropend .dropdown-menu[data-bs-popper] {
    top: 0;
    right: auto;
    left: 100%;
    margin-top: 0;
    margin-left: 0.125rem;
}

.dropend .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid transparent;
    border-right: 0;
    border-bottom: 0.3em solid transparent;
    border-left: 0.3em solid;
}

.dropend .dropdown-toggle:empty::after {
    margin-left: 0;
}

.dropend .dropdown-toggle::after {
    vertical-align: 0;
}

.dropstart .dropdown-menu[data-bs-popper] {
    top: 0;
    right: 100%;
    left: auto;
    margin-top: 0;
    margin-right: 0.125rem;
}

.dropstart .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
}

.dropstart .dropdown-toggle::after {
    display: none;
}

.dropstart .dropdown-toggle::before {
    display: inline-block;
    margin-right: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid transparent;
    border-right: 0.3em solid;
    border-bottom: 0.3em solid transparent;
}

.dropstart .dropdown-toggle:empty::after {
    margin-left: 0;
}

.dropstart .dropdown-toggle::before {
    vertical-align: 0;
}

.dropdown-divider {
    height: 0;
    margin: 0.5rem 0;
    overflow: hidden;
    border-top: 1px solid rgba(0, 0, 0, 0.15);
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: 0.25rem 1rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}

    .dropdown-item:hover, .dropdown-item:focus {
        color: #1e2125;
        background-color: #e9ecef;
    }

    .dropdown-item.active, .dropdown-item:active {
        color: #fff;
        text-decoration: none;
        background-color: #f42222;
    }

    .dropdown-item.disabled, .dropdown-item:disabled {
        color: #adb5bd;
        pointer-events: none;
        background-color: transparent;
    }

.dropdown-menu.show {
    display: block;
}

.dropdown-header {
    display: block;
    padding: 0.5rem 1rem;
    margin-bottom: 0;
    font-size: 0.875rem;
    color: #6c757d;
    white-space: nowrap;
}

.dropdown-item-text {
    display: block;
    padding: 0.25rem 1rem;
    color: #212529;
}

.dropdown-menu-dark {
    color: #dee2e6;
    background-color: #343a40;
    border-color: rgba(0, 0, 0, 0.15);
}

    .dropdown-menu-dark .dropdown-item {
        color: #dee2e6;
    }

        .dropdown-menu-dark .dropdown-item:hover, .dropdown-menu-dark .dropdown-item:focus {
            color: #fff;
            background-color: rgba(255, 255, 255, 0.15);
        }

        .dropdown-menu-dark .dropdown-item.active, .dropdown-menu-dark .dropdown-item:active {
            color: #fff;
            background-color: #f42222;
        }

        .dropdown-menu-dark .dropdown-item.disabled, .dropdown-menu-dark .dropdown-item:disabled {
            color: #adb5bd;
        }

    .dropdown-menu-dark .dropdown-divider {
        border-color: rgba(0, 0, 0, 0.15);
    }

    .dropdown-menu-dark .dropdown-item-text {
        color: #dee2e6;
    }

    .dropdown-menu-dark .dropdown-header {
        color: #adb5bd;
    }

.btn-group,
.btn-group-vertical {
    position: relative;
    display: inline-flex;
    vertical-align: middle;
}

    .btn-group &gt; .btn, .btn-group &gt; .wp-block-button__link,
    .btn-group-vertical &gt; .btn,
    .btn-group-vertical &gt; .wp-block-button__link {
        position: relative;
        flex: 1 1 auto;
    }

        .btn-group &gt; .btn-check:checked + .btn, .btn-group &gt; .btn-check:checked + .wp-block-button__link,
        .btn-group &gt; .btn-check:focus + .btn,
        .btn-group &gt; .btn-check:focus + .wp-block-button__link,
        .btn-group &gt; .btn:hover,
        .btn-group &gt; .wp-block-button__link:hover,
        .btn-group &gt; .btn:focus,
        .btn-group &gt; .wp-block-button__link:focus,
        .btn-group &gt; .btn:active,
        .btn-group &gt; .wp-block-button__link:active,
        .btn-group &gt; .btn.active,
        .btn-group &gt; .active.wp-block-button__link,
        .btn-group-vertical &gt; .btn-check:checked + .btn,
        .btn-group-vertical &gt; .btn-check:checked + .wp-block-button__link,
        .btn-group-vertical &gt; .btn-check:focus + .btn,
        .btn-group-vertical &gt; .btn-check:focus + .wp-block-button__link,
        .btn-group-vertical &gt; .btn:hover,
        .btn-group-vertical &gt; .wp-block-button__link:hover,
        .btn-group-vertical &gt; .btn:focus,
        .btn-group-vertical &gt; .wp-block-button__link:focus,
        .btn-group-vertical &gt; .btn:active,
        .btn-group-vertical &gt; .wp-block-button__link:active,
        .btn-group-vertical &gt; .btn.active,
        .btn-group-vertical &gt; .active.wp-block-button__link {
            z-index: 1;
        }

.btn-toolbar {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

    .btn-toolbar .input-group {
        width: auto;
    }

.btn-group &gt; .btn:not(:first-child), .btn-group &gt; .wp-block-button__link:not(:first-child),
.btn-group &gt; .btn-group:not(:first-child) {
    margin-left: -1px;
}

.btn-group &gt; .btn:not(:last-child):not(.dropdown-toggle), .btn-group &gt; .wp-block-button__link:not(:last-child):not(.dropdown-toggle),
.btn-group &gt; .btn-group:not(:last-child) &gt; .btn,
.btn-group &gt; .btn-group:not(:last-child) &gt; .wp-block-button__link {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.btn-group &gt; .btn:nth-child(n + 3), .btn-group &gt; .wp-block-button__link:nth-child(n + 3),
.btn-group &gt; :not(.btn-check) + .btn,
.btn-group &gt; :not(.btn-check) + .wp-block-button__link,
.btn-group &gt; .btn-group:not(:first-child) &gt; .btn,
.btn-group &gt; .btn-group:not(:first-child) &gt; .wp-block-button__link {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
    padding-right: 0.5625rem;
    padding-left: 0.5625rem;
}

    .dropdown-toggle-split::after,
    .dropup .dropdown-toggle-split::after,
    .dropend .dropdown-toggle-split::after {
        margin-left: 0;
    }

.dropstart .dropdown-toggle-split::before {
    margin-right: 0;
}

.btn-sm + .dropdown-toggle-split, .btn-group-sm &gt; .btn + .dropdown-toggle-split, .btn-group-sm &gt; .wp-block-button__link + .dropdown-toggle-split {
    padding-right: 0.375rem;
    padding-left: 0.375rem;
}

.btn-lg + .dropdown-toggle-split, .btn-group-lg &gt; .btn + .dropdown-toggle-split, .btn-group-lg &gt; .wp-block-button__link + .dropdown-toggle-split {
    padding-right: 0.75rem;
    padding-left: 0.75rem;
}

.btn-group-vertical {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

    .btn-group-vertical &gt; .btn,
    .btn-group-vertical &gt; .wp-block-button__link,
    .btn-group-vertical &gt; .btn-group {
        width: 100%;
    }

        .btn-group-vertical &gt; .btn:not(:first-child), .btn-group-vertical &gt; .wp-block-button__link:not(:first-child),
        .btn-group-vertical &gt; .btn-group:not(:first-child) {
            margin-top: -1px;
        }

        .btn-group-vertical &gt; .btn:not(:last-child):not(.dropdown-toggle), .btn-group-vertical &gt; .wp-block-button__link:not(:last-child):not(.dropdown-toggle),
        .btn-group-vertical &gt; .btn-group:not(:last-child) &gt; .btn,
        .btn-group-vertical &gt; .btn-group:not(:last-child) &gt; .wp-block-button__link {
            border-bottom-right-radius: 0;
            border-bottom-left-radius: 0;
        }

        .btn-group-vertical &gt; .btn ~ .btn, .btn-group-vertical &gt; .wp-block-button__link ~ .btn, .btn-group-vertical &gt; .btn ~ .wp-block-button__link, .btn-group-vertical &gt; .wp-block-button__link ~ .wp-block-button__link,
        .btn-group-vertical &gt; .btn-group:not(:first-child) &gt; .btn,
        .btn-group-vertical &gt; .btn-group:not(:first-child) &gt; .wp-block-button__link {
            border-top-left-radius: 0;
            border-top-right-radius: 0;
        }

.nav {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.nav-link {
    display: block;
    padding: 0.5rem 1rem;
    color: #f42222;
    text-decoration: none;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .nav-link {
        transition: none;
    }
}

.nav-link:hover, .nav-link:focus {
    color: #c31b1b;
}

.nav-link.disabled {
    color: #6c757d;
    pointer-events: none;
    cursor: default;
}

.nav-tabs {
    border-bottom: 1px solid #dee2e6;
}

    .nav-tabs .nav-link {
        margin-bottom: -1px;
        background: none;
        border: 1px solid transparent;
        border-top-left-radius: 0.25rem;
        border-top-right-radius: 0.25rem;
    }

        .nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
            border-color: #e9ecef #e9ecef #dee2e6;
            isolation: isolate;
        }

        .nav-tabs .nav-link.disabled {
            color: #6c757d;
            background-color: transparent;
            border-color: transparent;
        }

        .nav-tabs .nav-link.active,
        .nav-tabs .nav-item.show .nav-link {
            color: #495057;
            background-color: #ffffff;
            border-color: #dee2e6 #dee2e6 #ffffff;
        }

    .nav-tabs .dropdown-menu {
        margin-top: -1px;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }

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

    .nav-pills .nav-link.active,
    .nav-pills .show &gt; .nav-link {
        color: #fff;
        background-color: #f42222;
    }

.nav-fill &gt; .nav-link,
.nav-fill .nav-item {
    flex: 1 1 auto;
    text-align: center;
}

.nav-justified &gt; .nav-link,
.nav-justified .nav-item {
    flex-basis: 0;
    flex-grow: 1;
    text-align: center;
}

    .nav-fill .nav-item .nav-link,
    .nav-justified .nav-item .nav-link {
        width: 100%;
    }

.tab-content &gt; .tab-pane {
    display: none;
}

.tab-content &gt; .active {
    display: block;
}

.navbar {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

    .navbar &gt; .container,
    .navbar &gt; .container-fluid, .navbar &gt; .container-sm, .navbar &gt; .container-md, .navbar &gt; .container-lg, .navbar &gt; .container-xl {
        display: flex;
        flex-wrap: inherit;
        align-items: center;
        justify-content: space-between;
    }

.navbar-brand {
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    text-decoration: none;
    white-space: nowrap;
}

.navbar-nav {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

    .navbar-nav .nav-link {
        padding-right: 0;
        padding-left: 0;
    }

    .navbar-nav .dropdown-menu {
        position: static;
    }

.navbar-text {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

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

.navbar-toggler {
    padding: 0.25rem 0.75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 0.25rem;
    transition: box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .navbar-toggler {
        transition: none;
    }
}

.navbar-toggler:hover {
    text-decoration: none;
}

.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: 0 0 0 0rem;
}

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}

.navbar-nav-scroll {
    max-height: var(--bs-scroll-height, 75vh);
    overflow-y: auto;
}

@media (min-width: 576px) {
    .navbar-expand-sm {
        flex-wrap: nowrap;
        justify-content: flex-start;
    }

        .navbar-expand-sm .navbar-nav {
            flex-direction: row;
        }

            .navbar-expand-sm .navbar-nav .dropdown-menu {
                position: absolute;
            }

            .navbar-expand-sm .navbar-nav .nav-link {
                padding-right: 0.5rem;
                padding-left: 0.5rem;
            }

        .navbar-expand-sm .navbar-nav-scroll {
            overflow: visible;
        }

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

        .navbar-expand-sm .navbar-toggler {
            display: none;
        }

        .navbar-expand-sm .offcanvas-header {
            display: none;
        }

        .navbar-expand-sm .offcanvas {
            position: inherit;
            bottom: 0;
            z-index: 1000;
            flex-grow: 1;
            visibility: visible !important;
            background-color: transparent;
            border-right: 0;
            border-left: 0;
            transition: none;
            transform: none;
        }

        .navbar-expand-sm .offcanvas-top,
        .navbar-expand-sm .offcanvas-bottom {
            height: auto;
            border-top: 0;
            border-bottom: 0;
        }

        .navbar-expand-sm .offcanvas-body {
            display: flex;
            flex-grow: 0;
            padding: 0;
            overflow-y: visible;
        }
}


@media (min-width: 768px) {

    /* ------- my css ------- */

    #hidedesktop {
        display: block;
    }

    #hidemobile {
        display: none;
    }

    .navbar-expand-md {
        flex-wrap: nowrap;
        justify-content: flex-start;
    }

        .navbar-expand-md .navbar-nav {
            flex-direction: row;
        }

            .navbar-expand-md .navbar-nav .dropdown-menu {
                position: absolute;
            }

            .navbar-expand-md .navbar-nav .nav-link {
                padding-right: 0.5rem;
                padding-left: 0.5rem;
            }

        .navbar-expand-md .navbar-nav-scroll {
            overflow: visible;
        }

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

        .navbar-expand-md .navbar-toggler {
            display: none;
        }

        .navbar-expand-md .offcanvas-header {
            display: none;
        }

        .navbar-expand-md .offcanvas {
            position: inherit;
            bottom: 0;
            z-index: 1000;
            flex-grow: 1;
            visibility: visible !important;
            background-color: transparent;
            border-right: 0;
            border-left: 0;
            transition: none;
            transform: none;
        }

        .navbar-expand-md .offcanvas-top,
        .navbar-expand-md .offcanvas-bottom {
            height: auto;
            border-top: 0;
            border-bottom: 0;
        }

        .navbar-expand-md .offcanvas-body {
            display: flex;
            flex-grow: 0;
            padding: 0;
            overflow-y: visible;
        }
}

@media (min-width: 992px) {
    .navbar-expand-lg {
        flex-wrap: nowrap;
        justify-content: flex-start;
    }

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

            .navbar-expand-lg .navbar-nav .dropdown-menu {
                position: absolute;
            }

            .navbar-expand-lg .navbar-nav .nav-link {
                padding-right: 0.5rem;
                padding-left: 0.5rem;
            }

        .navbar-expand-lg .navbar-nav-scroll {
            overflow: visible;
        }

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

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

        .navbar-expand-lg .offcanvas-header {
            display: none;
        }

        .navbar-expand-lg .offcanvas {
            position: inherit;
            bottom: 0;
            z-index: 1000;
            flex-grow: 1;
            visibility: visible !important;
            background-color: transparent;
            border-right: 0;
            border-left: 0;
            transition: none;
            transform: none;
        }

        .navbar-expand-lg .offcanvas-top,
        .navbar-expand-lg .offcanvas-bottom {
            height: auto;
            border-top: 0;
            border-bottom: 0;
        }

        .navbar-expand-lg .offcanvas-body {
            display: flex;
            flex-grow: 0;
            padding: 0;
            overflow-y: visible;
        }
}

@media (min-width: 1200px) {
    .navbar-expand-xl {
        flex-wrap: nowrap;
        justify-content: flex-start;
    }

        .navbar-expand-xl .navbar-nav {
            flex-direction: row;
        }

            .navbar-expand-xl .navbar-nav .dropdown-menu {
                position: absolute;
            }

            .navbar-expand-xl .navbar-nav .nav-link {
                padding-right: 0.5rem;
                padding-left: 0.5rem;
            }

        .navbar-expand-xl .navbar-nav-scroll {
            overflow: visible;
        }

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

        .navbar-expand-xl .navbar-toggler {
            display: none;
        }

        .navbar-expand-xl .offcanvas-header {
            display: none;
        }

        .navbar-expand-xl .offcanvas {
            position: inherit;
            bottom: 0;
            z-index: 1000;
            flex-grow: 1;
            visibility: visible !important;
            background-color: transparent;
            border-right: 0;
            border-left: 0;
            transition: none;
            transform: none;
        }

        .navbar-expand-xl .offcanvas-top,
        .navbar-expand-xl .offcanvas-bottom {
            height: auto;
            border-top: 0;
            border-bottom: 0;
        }

        .navbar-expand-xl .offcanvas-body {
            display: flex;
            flex-grow: 0;
            padding: 0;
            overflow-y: visible;
        }
}

@media (min-width: 1440) {
    .navbar-expand-xxl {
        flex-wrap: nowrap;
        justify-content: flex-start;
    }

        .navbar-expand-xxl .navbar-nav {
            flex-direction: row;
        }

            .navbar-expand-xxl .navbar-nav .dropdown-menu {
                position: absolute;
            }

            .navbar-expand-xxl .navbar-nav .nav-link {
                padding-right: 0.5rem;
                padding-left: 0.5rem;
            }

        .navbar-expand-xxl .navbar-nav-scroll {
            overflow: visible;
        }

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

        .navbar-expand-xxl .navbar-toggler {
            display: none;
        }

        .navbar-expand-xxl .offcanvas-header {
            display: none;
        }

        .navbar-expand-xxl .offcanvas {
            position: inherit;
            bottom: 0;
            z-index: 1000;
            flex-grow: 1;
            visibility: visible !important;
            background-color: transparent;
            border-right: 0;
            border-left: 0;
            transition: none;
            transform: none;
        }

        .navbar-expand-xxl .offcanvas-top,
        .navbar-expand-xxl .offcanvas-bottom {
            height: auto;
            border-top: 0;
            border-bottom: 0;
        }

        .navbar-expand-xxl .offcanvas-body {
            display: flex;
            flex-grow: 0;
            padding: 0;
            overflow-y: visible;
        }
}

.navbar-expand {
    flex-wrap: nowrap;
    justify-content: flex-start;
}

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

        .navbar-expand .navbar-nav .dropdown-menu {
            position: absolute;
        }

        .navbar-expand .navbar-nav .nav-link {
            padding-right: 0.5rem;
            padding-left: 0.5rem;
        }

    .navbar-expand .navbar-nav-scroll {
        overflow: visible;
    }

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

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

    .navbar-expand .offcanvas-header {
        display: none;
    }

    .navbar-expand .offcanvas {
        position: inherit;
        bottom: 0;
        z-index: 1000;
        flex-grow: 1;
        visibility: visible !important;
        background-color: transparent;
        border-right: 0;
        border-left: 0;
        transition: none;
        transform: none;
    }

    .navbar-expand .offcanvas-top,
    .navbar-expand .offcanvas-bottom {
        height: auto;
        border-top: 0;
        border-bottom: 0;
    }

    .navbar-expand .offcanvas-body {
        display: flex;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible;
    }

.navbar-light .navbar-brand {
    color: rgba(0, 0, 0, 0.9);
}

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

.navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, 0.55);
}

    .navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
        color: rgba(0, 0, 0, 0.7);
    }

    .navbar-light .navbar-nav .nav-link.disabled {
        color: rgba(0, 0, 0, 0.3);
    }

    .navbar-light .navbar-nav .show &gt; .nav-link,
    .navbar-light .navbar-nav .nav-link.active {
        color: rgba(0, 0, 0, 0.9);
    }

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

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-light .navbar-text {
    color: rgba(0, 0, 0, 0.55);
}

    .navbar-light .navbar-text a,
    .navbar-light .navbar-text a:hover,
    .navbar-light .navbar-text a:focus {
        color: rgba(0, 0, 0, 0.9);
    }

.navbar-dark .navbar-brand {
    color: #fff;
}

    .navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
        color: #fff;
    }

.navbar-dark .navbar-nav .nav-link {
    color: rgba(255, 255, 255, 0.55);
}

    .navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
        color: rgba(255, 255, 255, 0.75);
    }

    .navbar-dark .navbar-nav .nav-link.disabled {
        color: rgba(255, 255, 255, 0.25);
    }

    .navbar-dark .navbar-nav .show &gt; .nav-link,
    .navbar-dark .navbar-nav .nav-link.active {
        color: #fff;
    }

.navbar-dark .navbar-toggler {
    color: rgba(255, 255, 255, 0.55);
    border-color: rgba(255, 255, 255, 0.1);
}

.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-dark .navbar-text {
    color: rgba(255, 255, 255, 0.55);
}

    .navbar-dark .navbar-text a,
    .navbar-dark .navbar-text a:hover,
    .navbar-dark .navbar-text a:focus {
        color: #fff;
    }

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.25rem;
}

    .card &gt; hr {
        margin-right: 0;
        margin-left: 0;
    }

    .card &gt; .list-group {
        border-top: inherit;
        border-bottom: inherit;
    }

        .card &gt; .list-group:first-child {
            border-top-width: 0;
            border-top-left-radius: calc(0.25rem - 1px);
            border-top-right-radius: calc(0.25rem - 1px);
        }

        .card &gt; .list-group:last-child {
            border-bottom-width: 0;
            border-bottom-right-radius: calc(0.25rem - 1px);
            border-bottom-left-radius: calc(0.25rem - 1px);
        }

        .card &gt; .card-header + .list-group,
        .card &gt; .list-group + .card-footer {
            border-top: 0;
        }

.card-body {
    flex: 1 1 auto;
    padding: 1rem 1rem;
}

.card-title {
    margin-bottom: 0.5rem;
}

.card-subtitle {
    margin-top: -0.25rem;
    margin-bottom: 0;
}

.card-text:last-child {
    margin-bottom: 0;
}

.card-link + .card-link {
    margin-left: 1rem;
}

.card-header {
    padding: 0.5rem 1rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, 0.03);
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

    .card-header:first-child {
        border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
    }

.card-footer {
    padding: 0.5rem 1rem;
    background-color: rgba(0, 0, 0, 0.03);
    border-top: 1px solid rgba(0, 0, 0, 0.125);
}

    .card-footer:last-child {
        border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
    }

.card-header-tabs {
    margin-right: -0.5rem;
    margin-bottom: -0.5rem;
    margin-left: -0.5rem;
    border-bottom: 0;
}

.card-header-pills {
    margin-right: -0.5rem;
    margin-left: -0.5rem;
}

.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1rem;
    border-radius: calc(0.25rem - 1px);
}

.card-img,
.card-img-top,
.card-img-bottom {
    width: 100%;
}

.card-img,
.card-img-top {
    border-top-left-radius: calc(0.25rem - 1px);
    border-top-right-radius: calc(0.25rem - 1px);
}

.card-img,
.card-img-bottom {
    border-bottom-right-radius: calc(0.25rem - 1px);
    border-bottom-left-radius: calc(0.25rem - 1px);
}

.card-group &gt; .card {
    margin-bottom: 15px;
}

@media (min-width: 576px) {
    .card-group {
        display: flex;
        flex-flow: row wrap;
    }

    /* ------- my css ------- */

    #hidedesktop {
        display: block;
    }

    #hidemobile {
        display: none;
    }

    .card-group &gt; .card {
        flex: 1 0 0%;
        margin-bottom: 0;
    }

        .card-group &gt; .card + .card {
            margin-left: 0;
            border-left: 0;
        }

        .card-group &gt; .card:not(:last-child) {
            border-top-right-radius: 0;
            border-bottom-right-radius: 0;
        }

            .card-group &gt; .card:not(:last-child) .card-img-top,
            .card-group &gt; .card:not(:last-child) .card-header {
                border-top-right-radius: 0;
            }

            .card-group &gt; .card:not(:last-child) .card-img-bottom,
            .card-group &gt; .card:not(:last-child) .card-footer {
                border-bottom-right-radius: 0;
            }

        .card-group &gt; .card:not(:first-child) {
            border-top-left-radius: 0;
            border-bottom-left-radius: 0;
        }

            .card-group &gt; .card:not(:first-child) .card-img-top,
            .card-group &gt; .card:not(:first-child) .card-header {
                border-top-left-radius: 0;
            }

            .card-group &gt; .card:not(:first-child) .card-img-bottom,
            .card-group &gt; .card:not(:first-child) .card-footer {
                border-bottom-left-radius: 0;
            }
}

.accordion-button {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 1rem 1.25rem;
    font-size: 1rem;
    color: #777777;
    text-align: left;
    background-color: #ffffff;
    border: 0;
    border-radius: 0;
    overflow-anchor: none;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
}

@media (prefers-reduced-motion: reduce) {
    .accordion-button {
        transition: none;
    }
}

.accordion-button:not(.collapsed) {
    /* color: #dc1f1f;
    background-color: #fee9e9;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125);  */
}

    .accordion-button:not(.collapsed)::after {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23dc1f1f'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
        transform: rotate(-180deg);
    }

.accordion-button::after {
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    margin-left: auto;
    content: "";
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23777777'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-size: 1.25rem;
    transition: transform 0.2s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .accordion-button::after {
        transition: none;
    }
}

.accordion-button:hover {
    z-index: 2;
}

.accordion-button:focus {
    z-index: 3;
    border-color: #fa9191;
    outline: 0;
    box-shadow: 0 0 0 0rem rgba(244, 34, 34, 0.25);
}

.accordion-header {
    margin-bottom: 0;
}

.accordion-item {
    background-color: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.125);
}

    .accordion-item:first-of-type {
        border-top-left-radius: 0.25rem;
        border-top-right-radius: 0.25rem;
    }

        .accordion-item:first-of-type .accordion-button {
            /* border-top-left-radius: calc(0.25rem - 1px);
        border-top-right-radius: calc(0.25rem - 1px);  */
        }

    .accordion-item:not(:first-of-type) {
        border-top: 0;
    }

    .accordion-item:last-of-type {
        border-bottom-right-radius: 0.25rem;
        border-bottom-left-radius: 0.25rem;
    }

        .accordion-item:last-of-type .accordion-button.collapsed {
            border-bottom-right-radius: calc(0.25rem - 1px);
            border-bottom-left-radius: calc(0.25rem - 1px);
        }

        .accordion-item:last-of-type .accordion-collapse {
            border-bottom-right-radius: 0.25rem;
            border-bottom-left-radius: 0.25rem;
        }

.accordion-body {
    padding: 1rem 1.25rem;
}

.accordion-flush .accordion-collapse {
    border-width: 0;
}

.accordion-flush .accordion-item {
    border-right: 0;
    border-left: 0;
    border-radius: 0;
}

    .accordion-flush .accordion-item:first-child {
        border-top: 0;
    }

    .accordion-flush .accordion-item:last-child {
        border-bottom: 0;
    }

    .accordion-flush .accordion-item .accordion-button {
        border-radius: 0;
    }

.breadcrumb {
    display: flex;
    flex-wrap: wrap;
    padding: 0 0;
    margin-bottom: 1rem;
    list-style: none;
}

.breadcrumb-item + .breadcrumb-item {
    padding-left: 0.5rem;
}

    .breadcrumb-item + .breadcrumb-item::before {
        float: left;
        padding-right: 0.5rem;
        color: #6c757d;
        content: var(--bs-breadcrumb-divider, "/") /* rtl: var(--bs-breadcrumb-divider, "/") */;
    }

.breadcrumb-item.active {
    color: #6c757d;
}

.pagination {
    display: flex;
    padding-left: 0;
    list-style: none;
}

.page-link {
    position: relative;
    display: block;
    color: #f42222;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #dee2e6;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .page-link {
        transition: none;
    }
}

.page-link:hover {
    z-index: 2;
    color: #c31b1b;
    background-color: #e9ecef;
    border-color: #dee2e6;
}

.page-link:focus {
    z-index: 3;
    color: #c31b1b;
    background-color: #e9ecef;
    outline: 0;
    box-shadow: 0 0 0 0rem rgba(244, 34, 34, 0.25);
}

.page-item:not(:first-child) .page-link {
    margin-left: -1px;
}

.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #f42222;
    border-color: #f42222;
}

.page-item.disabled .page-link {
    color: #6c757d;
    pointer-events: none;
    background-color: #fff;
    border-color: #dee2e6;
}

.page-link {
    padding: 0.375rem 0.75rem;
}

.page-item:first-child .page-link {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}

.page-item:last-child .page-link {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
}

.pagination-lg .page-link {
    padding: 0.75rem 1.5rem;
    font-size: 1.25rem;
}

.pagination-lg .page-item:first-child .page-link {
    border-top-left-radius: 0.3rem;
    border-bottom-left-radius: 0.3rem;
}

.pagination-lg .page-item:last-child .page-link {
    border-top-right-radius: 0.3rem;
    border-bottom-right-radius: 0.3rem;
}

.pagination-sm .page-link {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
}

.pagination-sm .page-item:first-child .page-link {
    border-top-left-radius: 0.2rem;
    border-bottom-left-radius: 0.2rem;
}

.pagination-sm .page-item:last-child .page-link {
    border-top-right-radius: 0.2rem;
    border-bottom-right-radius: 0.2rem;
}

.badge {
    display: inline-block;
    padding: 0.35em 0.65em;
    font-size: 0.75em;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25rem;
}

    .badge:empty {
        display: none;
    }

.btn .badge, .wp-block-button__link .badge {
    position: relative;
    top: -1px;
}

.alert {
    position: relative;
    padding: 1rem 1rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}

.alert-heading {
    color: inherit;
}

.alert-link {
    font-weight: 700;
}

.alert-dismissible {
    padding-right: 3rem;
}

    .alert-dismissible .btn-close {
        position: absolute;
        top: 0;
        right: 0;
        z-index: 2;
        padding: 1.25rem 1rem;
    }

.alert-primary {
    color: #921414;
    background-color: #fdd3d3;
    border-color: #fcbdbd;
}

    .alert-primary .alert-link {
        color: #751010;
    }

.alert-secondary {
    color: #0e1012;
    background-color: #d1d1d2;
    border-color: #b9babc;
}

    .alert-secondary .alert-link {
        color: #0b0d0e;
    }

.alert-success {
    color: #06562f;
    background-color: #cff7e4;
    border-color: #b7f3d6;
}

    .alert-success .alert-link {
        color: #054526;
    }

.alert-info {
    color: #17328a;
    background-color: #d4ddfa;
    border-color: #beccf8;
}

    .alert-info .alert-link {
        color: #12286e;
    }

.alert-warning {
    color: #665818;
    background-color: #fff8d8;
    border-color: #fff4c5;
}

    .alert-warning .alert-link {
        color: #524613;
    }

.alert-danger {
    color: #890101;
    background-color: #facccc;
    border-color: #f7b3b3;
}

    .alert-danger .alert-link {
        color: #6e0101;
    }

.alert-light {
    color: #636363;
    background-color: #fdfdfd;
    border-color: #fdfdfd;
}

    .alert-light .alert-link {
        color: #4f4f4f;
    }

.alert-dark {
    color: #171c36;
    background-color: #d4d5de;
    border-color: #bec1ce;
}

    .alert-dark .alert-link {
        color: #12162b;
    }

@keyframes progress-bar-stripes {
    0% {
        background-position-x: 1rem;
    }
}

.progress {
    display: flex;
    height: 1rem;
    overflow: hidden;
    font-size: 0.75rem;
    background-color: #e9ecef;
    border-radius: 0.25rem;
}

.progress-bar {
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #f42222;
    transition: width 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
    .progress-bar {
        transition: none;
    }
}

.progress-bar-striped {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-size: 1rem 1rem;
}

.progress-bar-animated {
    animation: 1s linear infinite progress-bar-stripes;
}

@media (prefers-reduced-motion: reduce) {
    .progress-bar-animated {
        animation: none;
    }
}

.list-group {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    border-radius: 0.25rem;
}

.list-group-numbered {
    list-style-type: none;
    counter-reset: section;
}

    .list-group-numbered &gt; li::before {
        content: counters(section, ".") ". ";
        counter-increment: section;
    }

.list-group-item-action {
    width: 100%;
    color: #495057;
    text-align: inherit;
}

    .list-group-item-action:hover, .list-group-item-action:focus {
        z-index: 1;
        color: #495057;
        text-decoration: none;
        background-color: #f8f9fa;
    }

    .list-group-item-action:active {
        color: #777777;
        background-color: #e9ecef;
    }
/* ------- my css ------- */

#hidedesktop {
    display: block;
}

#hidemobile {
    display: none;
}

.list-group-item {
    position: relative;
    display: block;
    padding: 0.5rem 1rem;
    color: #212529;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.125);
}

    .list-group-item:first-child {
        border-top-left-radius: inherit;
        border-top-right-radius: inherit;
    }

    .list-group-item:last-child {
        border-bottom-right-radius: inherit;
        border-bottom-left-radius: inherit;
    }

    .list-group-item.disabled, .list-group-item:disabled {
        color: #6c757d;
        pointer-events: none;
        background-color: #fff;
    }

    .list-group-item.active {
        z-index: 2;
        color: #fff;
        background-color: #f42222;
        border-color: #f42222;
    }

    .list-group-item + .list-group-item {
        border-top-width: 0;
    }

        .list-group-item + .list-group-item.active {
            margin-top: -1px;
            border-top-width: 1px;
        }

.list-group-horizontal {
    flex-direction: row;
}

    .list-group-horizontal &gt; .list-group-item:first-child {
        border-bottom-left-radius: 0.25rem;
        border-top-right-radius: 0;
    }

    .list-group-horizontal &gt; .list-group-item:last-child {
        border-top-right-radius: 0.25rem;
        border-bottom-left-radius: 0;
    }

    .list-group-horizontal &gt; .list-group-item.active {
        margin-top: 0;
    }

    .list-group-horizontal &gt; .list-group-item + .list-group-item {
        border-top-width: 1px;
        border-left-width: 0;
    }

        .list-group-horizontal &gt; .list-group-item + .list-group-item.active {
            margin-left: -1px;
            border-left-width: 1px;
        }

@media (min-width: 576px) {
    .list-group-horizontal-sm {
        flex-direction: row;
    }

        .list-group-horizontal-sm &gt; .list-group-item:first-child {
            border-bottom-left-radius: 0.25rem;
            border-top-right-radius: 0;
        }

        .list-group-horizontal-sm &gt; .list-group-item:last-child {
            border-top-right-radius: 0.25rem;
            border-bottom-left-radius: 0;
        }

        .list-group-horizontal-sm &gt; .list-group-item.active {
            margin-top: 0;
        }

        .list-group-horizontal-sm &gt; .list-group-item + .list-group-item {
            border-top-width: 1px;
            border-left-width: 0;
        }

            .list-group-horizontal-sm &gt; .list-group-item + .list-group-item.active {
                margin-left: -1px;
                border-left-width: 1px;
            }
}

@media (min-width: 768px) {
    .list-group-horizontal-md {
        flex-direction: row;
    }

        .list-group-horizontal-md &gt; .list-group-item:first-child {
            border-bottom-left-radius: 0.25rem;
            border-top-right-radius: 0;
        }

        .list-group-horizontal-md &gt; .list-group-item:last-child {
            border-top-right-radius: 0.25rem;
            border-bottom-left-radius: 0;
        }

        .list-group-horizontal-md &gt; .list-group-item.active {
            margin-top: 0;
        }

        .list-group-horizontal-md &gt; .list-group-item + .list-group-item {
            border-top-width: 1px;
            border-left-width: 0;
        }

            .list-group-horizontal-md &gt; .list-group-item + .list-group-item.active {
                margin-left: -1px;
                border-left-width: 1px;
            }
}

@media (min-width: 992px) {
    .list-group-horizontal-lg {
        flex-direction: row;
    }

        .list-group-horizontal-lg &gt; .list-group-item:first-child {
            border-bottom-left-radius: 0.25rem;
            border-top-right-radius: 0;
        }

        .list-group-horizontal-lg &gt; .list-group-item:last-child {
            border-top-right-radius: 0.25rem;
            border-bottom-left-radius: 0;
        }

        .list-group-horizontal-lg &gt; .list-group-item.active {
            margin-top: 0;
        }

        .list-group-horizontal-lg &gt; .list-group-item + .list-group-item {
            border-top-width: 1px;
            border-left-width: 0;
        }

            .list-group-horizontal-lg &gt; .list-group-item + .list-group-item.active {
                margin-left: -1px;
                border-left-width: 1px;
            }
}

@media (min-width: 1200px) {
    .list-group-horizontal-xl {
        flex-direction: row;
    }

        .list-group-horizontal-xl &gt; .list-group-item:first-child {
            border-bottom-left-radius: 0.25rem;
            border-top-right-radius: 0;
        }

        .list-group-horizontal-xl &gt; .list-group-item:last-child {
            border-top-right-radius: 0.25rem;
            border-bottom-left-radius: 0;
        }

        .list-group-horizontal-xl &gt; .list-group-item.active {
            margin-top: 0;
        }

        .list-group-horizontal-xl &gt; .list-group-item + .list-group-item {
            border-top-width: 1px;
            border-left-width: 0;
        }

            .list-group-horizontal-xl &gt; .list-group-item + .list-group-item.active {
                margin-left: -1px;
                border-left-width: 1px;
            }
}

@media (min-width: 1440) {
    .list-group-horizontal-xxl {
        flex-direction: row;
    }

        .list-group-horizontal-xxl &gt; .list-group-item:first-child {
            border-bottom-left-radius: 0.25rem;
            border-top-right-radius: 0;
        }

        .list-group-horizontal-xxl &gt; .list-group-item:last-child {
            border-top-right-radius: 0.25rem;
            border-bottom-left-radius: 0;
        }

        .list-group-horizontal-xxl &gt; .list-group-item.active {
            margin-top: 0;
        }

        .list-group-horizontal-xxl &gt; .list-group-item + .list-group-item {
            border-top-width: 1px;
            border-left-width: 0;
        }

            .list-group-horizontal-xxl &gt; .list-group-item + .list-group-item.active {
                margin-left: -1px;
                border-left-width: 1px;
            }
}

.list-group-flush {
    border-radius: 0;
}

    .list-group-flush &gt; .list-group-item {
        border-width: 0 0 1px;
    }

        .list-group-flush &gt; .list-group-item:last-child {
            border-bottom-width: 0;
        }

.list-group-item-primary {
    color: #921414;
    background-color: #fdd3d3;
}

    .list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
        color: #921414;
        background-color: #e4bebe;
    }

    .list-group-item-primary.list-group-item-action.active {
        color: #fff;
        background-color: #921414;
        border-color: #921414;
    }

.list-group-item-secondary {
    color: #0e1012;
    background-color: #d1d1d2;
}

    .list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
        color: #0e1012;
        background-color: #bcbcbd;
    }

    .list-group-item-secondary.list-group-item-action.active {
        color: #fff;
        background-color: #0e1012;
        border-color: #0e1012;
    }

.list-group-item-success {
    color: #06562f;
    background-color: #cff7e4;
}

    .list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
        color: #06562f;
        background-color: #badecd;
    }

    .list-group-item-success.list-group-item-action.active {
        color: #fff;
        background-color: #06562f;
        border-color: #06562f;
    }

.list-group-item-info {
    color: #17328a;
    background-color: #d4ddfa;
}

    .list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
        color: #17328a;
        background-color: #bfc7e1;
    }

    .list-group-item-info.list-group-item-action.active {
        color: #fff;
        background-color: #17328a;
        border-color: #17328a;
    }

.list-group-item-warning {
    color: #665818;
    background-color: #fff8d8;
}

    .list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
        color: #665818;
        background-color: #e6dfc2;
    }

    .list-group-item-warning.list-group-item-action.active {
        color: #fff;
        background-color: #665818;
        border-color: #665818;
    }

.list-group-item-danger {
    color: #890101;
    background-color: #facccc;
}

    .list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
        color: #890101;
        background-color: #e1b8b8;
    }

    .list-group-item-danger.list-group-item-action.active {
        color: #fff;
        background-color: #890101;
        border-color: #890101;
    }

.list-group-item-light {
    color: #636363;
    background-color: #fdfdfd;
}

    .list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
        color: #636363;
        background-color: #e4e4e4;
    }

    .list-group-item-light.list-group-item-action.active {
        color: #fff;
        background-color: #636363;
        border-color: #636363;
    }

.list-group-item-dark {
    color: #171c36;
    background-color: #d4d5de;
}

    .list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
        color: #171c36;
        background-color: #bfc0c8;
    }

    .list-group-item-dark.list-group-item-action.active {
        color: #fff;
        background-color: #171c36;
        border-color: #171c36;
    }

.btn-close {
    box-sizing: content-box;
    width: 1em;
    height: 1em;
    padding: 0.25em 0.25em;
    color: #000;
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
    border: 0;
    border-radius: 0.25rem;
    opacity: 0.5;
}

    .btn-close:hover {
        color: #000;
        text-decoration: none;
        opacity: 0.75;
    }

    .btn-close:focus {
        outline: 0;
        box-shadow: 0 0 0 0rem rgba(244, 34, 34, 0.25);
        opacity: 1;
    }

    .btn-close:disabled, .btn-close.disabled {
        pointer-events: none;
        user-select: none;
        opacity: 0.25;
    }

.btn-close-white {
    filter: invert(1) grayscale(100%) brightness(200%);
}

.toast {
    width: 350px;
    max-width: 100%;
    font-size: 0.875rem;
    pointer-events: auto;
    background-color: rgba(255, 255, 255, 0.85);
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
    border-radius: 0.25rem;
}

    .toast.showing {
        opacity: 0;
    }

    .toast:not(.show) {
        display: none;
    }

.toast-container {
    width: max-content;
    max-width: 100%;
    pointer-events: none;
}

    .toast-container &gt; :not(:last-child) {
        margin-bottom: 15px;
    }

.toast-header {
    display: flex;
    align-items: center;
    padding: 0.5rem 0.75rem;
    color: #6c757d;
    background-color: rgba(255, 255, 255, 0.85);
    background-clip: padding-box;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    border-top-left-radius: calc(0.25rem - 1px);
    border-top-right-radius: calc(0.25rem - 1px);
}

    .toast-header .btn-close {
        margin-right: -0.375rem;
        margin-left: 0.75rem;
    }

.toast-body {
    padding: 0.75rem;
    word-wrap: break-word;
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1055;
    display: none;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    outline: 0;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 0.5rem;
    pointer-events: none;
}

.modal.fade .modal-dialog {
    transition: transform 0.3s ease-out;
    transform: translate(0, -50px);
}

@media (prefers-reduced-motion: reduce) {
    .modal.fade .modal-dialog {
        transition: none;
    }
}

.modal.show .modal-dialog {
    transform: none;
}

.modal.modal-static .modal-dialog {
    transform: scale(1.02);
}

.modal-dialog-scrollable {
    height: calc(100% - 1rem);
}

    .modal-dialog-scrollable .modal-content {
        max-height: 100%;
        overflow: hidden;
    }

    .modal-dialog-scrollable .modal-body {
        overflow-y: auto;
    }

.modal-dialog-centered {
    display: flex;
    align-items: center;
    min-height: calc(100% - 1rem);
}

.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
    outline: 0;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    width: 100vw;
    height: 100vh;
    background-color: #000;
}

    .modal-backdrop.fade {
        opacity: 0;
    }

    .modal-backdrop.show {
        opacity: 0.5;
    }

.modal-header {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #E1E1F0;
    border-top-left-radius: calc(0.3rem - 1px);
    border-top-right-radius: calc(0.3rem - 1px);
}

    .modal-header .btn-close {
        padding: 0.5rem 0.5rem;
        margin: -0.5rem -0.5rem -0.5rem auto;
    }

.modal-title {
    margin-bottom: 0;
    line-height: 1.5;
}

.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 0.1rem;
}

.modal-footer {
    display: flex;
    flex-wrap: wrap;
    flex-shrink: 0;
    align-items: center;
    justify-content: flex-end;
    padding: 0.75rem;
    border-top: 1px solid #E1E1F0;
    border-bottom-right-radius: calc(0.3rem - 1px);
    border-bottom-left-radius: calc(0.3rem - 1px);
}

    .modal-footer &gt; * {
        margin: 0.25rem;
    }

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto;
    }

    .modal-dialog-scrollable {
        height: calc(100% - 3.5rem);
    }

    .modal-dialog-centered {
        min-height: calc(100% - 3.5rem);
    }

    .modal-sm {
        max-width: 300px;
    }
}

@media (min-width: 992px) {
    .modal-lg,
    .modal-xl {
        max-width: 886px;
    }
}

@media (min-width: 1200px) {
    .modal-xl {
        max-width: 1140px;
    }
}

.modal-fullscreen {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
}

    .modal-fullscreen .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0;
    }

    .modal-fullscreen .modal-header {
        border-radius: 0;
    }

    .modal-fullscreen .modal-body {
        overflow-y: auto;
    }

    .modal-fullscreen .modal-footer {
        border-radius: 0;
    }

@media (max-width: 575.98px) {
    .modal-fullscreen-sm-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0;
    }

        .modal-fullscreen-sm-down .modal-content {
            height: 100%;
            border: 0;
            border-radius: 0;
        }

        .modal-fullscreen-sm-down .modal-header {
            border-radius: 0;
        }

        .modal-fullscreen-sm-down .modal-body {
            overflow-y: auto;
        }

        .modal-fullscreen-sm-down .modal-footer {
            border-radius: 0;
        }
}

@media (max-width: 767.98px) {
    .list-large-mobile1:first-child {
        margin-top: 0px;
    }

    .list-large-mobile1 {
        margin-top: 123px;
    }

    .modal-fullscreen-md-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0;
    }

        .modal-fullscreen-md-down .modal-content {
            height: 100%;
            border: 0;
            border-radius: 0;
        }

        .modal-fullscreen-md-down .modal-header {
            border-radius: 0;
        }

        .modal-fullscreen-md-down .modal-body {
            overflow-y: auto;
        }

        .modal-fullscreen-md-down .modal-footer {
            border-radius: 0;
        }
}

@media (max-width: 991.98px) {
    .modal-fullscreen-lg-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0;
    }

        .modal-fullscreen-lg-down .modal-content {
            height: 100%;
            border: 0;
            border-radius: 0;
        }

        .modal-fullscreen-lg-down .modal-header {
            border-radius: 0;
        }

        .modal-fullscreen-lg-down .modal-body {
            overflow-y: auto;
        }

        .modal-fullscreen-lg-down .modal-footer {
            border-radius: 0;
        }
}

@media (max-width: 1199.98px) {
    .modal-fullscreen-xl-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0;
    }

        .modal-fullscreen-xl-down .modal-content {
            height: 100%;
            border: 0;
            border-radius: 0;
        }

        .modal-fullscreen-xl-down .modal-header {
            border-radius: 0;
        }

        .modal-fullscreen-xl-down .modal-body {
            overflow-y: auto;
        }

        .modal-fullscreen-xl-down .modal-footer {
            border-radius: 0;
        }
}

@media (max-width: 1439.98) {
    .modal-fullscreen-xxl-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0;
    }

        .modal-fullscreen-xxl-down .modal-content {
            height: 100%;
            border: 0;
            border-radius: 0;
        }

        .modal-fullscreen-xxl-down .modal-header {
            border-radius: 0;
        }

        .modal-fullscreen-xxl-down .modal-body {
            overflow-y: auto;
        }

        .modal-fullscreen-xxl-down .modal-footer {
            border-radius: 0;
        }
}

.tooltip {
    position: absolute;
    z-index: 1080;
    display: block;
    margin: 0;
    font-family: "poppins", sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: 0.875rem;
    word-wrap: break-word;
    opacity: 0;
}

    .tooltip.show {
        opacity: 0.9;
    }

    .tooltip .tooltip-arrow {
        position: absolute;
        display: block;
        width: 0.8rem;
        height: 0.4rem;
    }

        .tooltip .tooltip-arrow::before {
            position: absolute;
            content: "";
            border-color: transparent;
            border-style: solid;
        }

.bs-tooltip-top, .bs-tooltip-auto[data-popper-placement^="top"] {
    padding: 0.4rem 0;
}

    .bs-tooltip-top .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow {
        bottom: 0;
    }

        .bs-tooltip-top .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow::before {
            top: -1px;
            border-width: 0.4rem 0.4rem 0;
            border-top-color: #000;
        }

.bs-tooltip-end, .bs-tooltip-auto[data-popper-placement^="right"] {
    padding: 0 0.4rem;
}

    .bs-tooltip-end .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow {
        left: 0;
        width: 0.4rem;
        height: 0.8rem;
    }

        .bs-tooltip-end .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow::before {
            right: -1px;
            border-width: 0.4rem 0.4rem 0.4rem 0;
            border-right-color: #000;
        }

.bs-tooltip-bottom, .bs-tooltip-auto[data-popper-placement^="bottom"] {
    padding: 0.4rem 0;
}

    .bs-tooltip-bottom .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow {
        top: 0;
    }

        .bs-tooltip-bottom .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow::before {
            bottom: -1px;
            border-width: 0 0.4rem 0.4rem;
            border-bottom-color: #000;
        }

.bs-tooltip-start, .bs-tooltip-auto[data-popper-placement^="left"] {
    padding: 0 0.4rem;
}

    .bs-tooltip-start .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow {
        right: 0;
        width: 0.4rem;
        height: 0.8rem;
    }

        .bs-tooltip-start .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow::before {
            left: -1px;
            border-width: 0.4rem 0 0.4rem 0.4rem;
            border-left-color: #000;
        }

.tooltip-inner {
    max-width: 200px;
    padding: 0.25rem 0.5rem;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: 0.25rem;
}

.popover {
    position: absolute;
    top: 0;
    left: 0 /* rtl:ignore */;
    z-index: 1070;
    display: block;
    max-width: 276px;
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: 0.875rem;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
}

    .popover .popover-arrow {
        position: absolute;
        display: block;
        width: 1rem;
        height: 0.5rem;
    }

        .popover .popover-arrow::before, .popover .popover-arrow::after {
            position: absolute;
            display: block;
            content: "";
            border-color: transparent;
            border-style: solid;
        }

.bs-popover-top &gt; .popover-arrow, .bs-popover-auto[data-popper-placement^="top"] &gt; .popover-arrow {
    bottom: calc(-0.5rem - 1px);
}

    .bs-popover-top &gt; .popover-arrow::before, .bs-popover-auto[data-popper-placement^="top"] &gt; .popover-arrow::before {
        bottom: 0;
        border-width: 0.5rem 0.5rem 0;
        border-top-color: rgba(0, 0, 0, 0.25);
    }

    .bs-popover-top &gt; .popover-arrow::after, .bs-popover-auto[data-popper-placement^="top"] &gt; .popover-arrow::after {
        bottom: 1px;
        border-width: 0.5rem 0.5rem 0;
        border-top-color: #fff;
    }

.bs-popover-end &gt; .popover-arrow, .bs-popover-auto[data-popper-placement^="right"] &gt; .popover-arrow {
    left: calc(-0.5rem - 1px);
    width: 0.5rem;
    height: 1rem;
}

    .bs-popover-end &gt; .popover-arrow::before, .bs-popover-auto[data-popper-placement^="right"] &gt; .popover-arrow::before {
        left: 0;
        border-width: 0.5rem 0.5rem 0.5rem 0;
        border-right-color: rgba(0, 0, 0, 0.25);
    }

    .bs-popover-end &gt; .popover-arrow::after, .bs-popover-auto[data-popper-placement^="right"] &gt; .popover-arrow::after {
        left: 1px;
        border-width: 0.5rem 0.5rem 0.5rem 0;
        border-right-color: #fff;
    }

.bs-popover-bottom &gt; .popover-arrow, .bs-popover-auto[data-popper-placement^="bottom"] &gt; .popover-arrow {
    top: calc(-0.5rem - 1px);
}

    .bs-popover-bottom &gt; .popover-arrow::before, .bs-popover-auto[data-popper-placement^="bottom"] &gt; .popover-arrow::before {
        top: 0;
        border-width: 0 0.5rem 0.5rem 0.5rem;
        border-bottom-color: rgba(0, 0, 0, 0.25);
    }

    .bs-popover-bottom &gt; .popover-arrow::after, .bs-popover-auto[data-popper-placement^="bottom"] &gt; .popover-arrow::after {
        top: 1px;
        border-width: 0 0.5rem 0.5rem 0.5rem;
        border-bottom-color: #fff;
    }

.bs-popover-bottom .popover-header::before, .bs-popover-auto[data-popper-placement^="bottom"] .popover-header::before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 1rem;
    margin-left: -0.5rem;
    content: "";
    border-bottom: 1px solid #f0f0f0;
}

.bs-popover-start &gt; .popover-arrow, .bs-popover-auto[data-popper-placement^="left"] &gt; .popover-arrow {
    right: calc(-0.5rem - 1px);
    width: 0.5rem;
    height: 1rem;
}

    .bs-popover-start &gt; .popover-arrow::before, .bs-popover-auto[data-popper-placement^="left"] &gt; .popover-arrow::before {
        right: 0;
        border-width: 0.5rem 0 0.5rem 0.5rem;
        border-left-color: rgba(0, 0, 0, 0.25);
    }

    .bs-popover-start &gt; .popover-arrow::after, .bs-popover-auto[data-popper-placement^="left"] &gt; .popover-arrow::after {
        right: 1px;
        border-width: 0.5rem 0 0.5rem 0.5rem;
        border-left-color: #fff;
    }

.popover-header {
    padding: 0.5rem 1rem;
    margin-bottom: 0;
    font-size: 1rem;
    color: #020d26;
    background-color: #f0f0f0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    border-top-left-radius: calc(0.3rem - 1px);
    border-top-right-radius: calc(0.3rem - 1px);
}

    .popover-header:empty {
        display: none;
    }

.popover-body {
    padding: 1rem 1rem;
    color: #777777;
}

.carousel {
    position: relative;
}

    .carousel.pointer-event {
        touch-action: pan-y;
    }

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}

    .carousel-inner::after {
        display: block;
        clear: both;
        content: "";
    }

.carousel-item {
    position: relative;
    display: none;
    float: left;
    width: 100%;
    margin-right: -100%;
    backface-visibility: hidden;
    transition: transform 0.6s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .carousel-item {
        transition: none;
    }
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
    display: block;
}

    /* rtl:begin:ignore */
    .carousel-item-next:not(.carousel-item-start),
    .active.carousel-item-end {
        transform: translateX(100%);
    }

    .carousel-item-prev:not(.carousel-item-end),
    .active.carousel-item-start {
        transform: translateX(-100%);
    }

/* rtl:end:ignore */
.carousel-fade .carousel-item {
    opacity: 0;
    transition-property: opacity;
    transform: none;
}

    .carousel-fade .carousel-item.active,
    .carousel-fade .carousel-item-next.carousel-item-start,
    .carousel-fade .carousel-item-prev.carousel-item-end {
        z-index: 1;
        opacity: 1;
    }

.carousel-fade .active.carousel-item-start,
.carousel-fade .active.carousel-item-end {
    z-index: 0;
    opacity: 0;
    transition: opacity 0s 0.6s;
}

@media (prefers-reduced-motion: reduce) {
    .carousel-fade .active.carousel-item-start,
    .carousel-fade .active.carousel-item-end {
        transition: none;
    }
}

.carousel-control-prev,
.carousel-control-next {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15%;
    padding: 0;
    color: #fff;
    text-align: center;
    background: none;
    border: 0;
    opacity: 0.5;
    transition: opacity 0.15s ease;
}

@media (prefers-reduced-motion: reduce) {
    .carousel-control-prev,
    .carousel-control-next {
        transition: none;
    }
}

.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: 0.9;
}

.carousel-control-prev {
    left: 0;
}

.carousel-control-next {
    right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 100% 100%;
}

/* rtl:options: {
  "autoRename": true,
  "stringMap":[ {
    "name"    : "prev-next",
    "search"  : "prev",
    "replace" : "next"
  } ]
} */
.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    display: flex;
    justify-content: center;
    padding: 0;
    margin-right: 15%;
    margin-bottom: 1rem;
    margin-left: 15%;
    list-style: none;
}

    .carousel-indicators [data-bs-target] {
        box-sizing: content-box;
        flex: 0 1 auto;
        width: 10px;
        height: 10px;
        padding: 0;
        margin-right: 3px;
        margin-left: 3px;
        text-indent: -999px;
        cursor: pointer;
        border: 1px solid #fff;
        opacity: 1;
        transition: opacity 0.6s ease;
        border-radius: 50%;
        background: none;
    }

.carousel-control-prev .fa, .carousel-control-next .fa {
    font-size: 40px;
}

.booking-form .txtServiceTime .dropdown-toggle {
    padding: 0 20px;
    position: absolute;
    top: 0;
    left: 0;
}

.select2-container .select2-selection--single {
    height: 50px !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    padding: 0px 20px !important;
    line-height: 48px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 50px !important;
}

.txtServiceTime .btn-group.bootstrap-select.form-control {
    position: absolute;
    top: 0;
}

.booking-form button.dropdown-toggle {
    padding: 0;
}

g
@media (prefers-reduced-motion: reduce) {
    .carousel-indicators [data-bs-target]

{
    transition: none;
}

}

.carousel-indicators .active {
    opacity: 1;
    background: #fff;
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 1.25rem;
    left: 15%;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #fff;
    text-align: center;
}

.carousel-dark .carousel-control-prev-icon,
.carousel-dark .carousel-control-next-icon {
    filter: invert(1) grayscale(100);
}

.carousel-dark .carousel-indicators [data-bs-target] {
    background-color: #000;
}

.carousel-dark .carousel-caption {
    color: #000;
}

@keyframes spinner-border {
    to {
        transform: rotate(360deg) /* rtl:ignore */;
    }
}

.spinner-border {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: -0.125em;
    border: 0.25em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    animation: 0.75s linear infinite spinner-border;
}

.spinner-border-sm {
    width: 1rem;
    height: 1rem;
    border-width: 0.2em;
}

@keyframes spinner-grow {
    0% {
        transform: scale(0);
    }

    50% {
        opacity: 1;
        transform: none;
    }
}

.spinner-grow {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: -0.125em;
    background-color: currentColor;
    border-radius: 50%;
    opacity: 0;
    animation: 0.75s linear infinite spinner-grow;
}

.spinner-grow-sm {
    width: 1rem;
    height: 1rem;
}

@media (prefers-reduced-motion: reduce) {
    .spinner-border,
    .spinner-grow {
        animation-duration: 1.5s;
    }
}

.offcanvas {
    position: fixed;
    bottom: 0;
    z-index: 1045;
    display: flex;
    flex-direction: column;
    max-width: 100%;
    visibility: hidden;
    background-color: #fff;
    background-clip: padding-box;
    outline: 0;
    transition: transform 0.3s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .offcanvas {
        transition: none;
    }
}

.offcanvas-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000;
}

    .offcanvas-backdrop.fade {
        opacity: 0;
    }

    .offcanvas-backdrop.show {
        opacity: 0.5;
    }

.offcanvas-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 1rem;
}

    .offcanvas-header .btn-close {
        padding: 0.5rem 0.5rem;
        margin-top: -0.5rem;
        margin-right: -0.5rem;
        margin-bottom: -0.5rem;
    }

.offcanvas-title {
    margin-bottom: 0;
    line-height: 1.5;
}

.offcanvas-body {
    flex-grow: 1;
    padding: 1rem 1rem;
    overflow-y: auto;
}

.offcanvas-start {
    top: 0;
    left: 0;
    width: 400px;
    border-right: 1px solid rgba(0, 0, 0, 0.2);
    transform: translateX(-100%);
}

.offcanvas-end {
    top: 0;
    right: 0;
    width: 400px;
    border-left: 1px solid rgba(0, 0, 0, 0.2);
    transform: translateX(100%);
}

.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: 30vh;
    max-height: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    transform: translateY(-100%);
}

.offcanvas-bottom {
    right: 0;
    left: 0;
    height: 30vh;
    max-height: 100%;
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    transform: translateY(100%);
}

.offcanvas.show {
    transform: none;
}

.placeholder {
    display: inline-block;
    min-height: 1em;
    vertical-align: middle;
    cursor: wait;
    background-color: currentColor;
    opacity: 0.5;
}

    .placeholder.btn::before, .placeholder.wp-block-button__link::before {
        display: inline-block;
        content: "";
    }

.placeholder-xs {
    min-height: .6em;
}

.placeholder-sm {
    min-height: .8em;
}

.placeholder-lg {
    min-height: 1.2em;
}

.placeholder-glow .placeholder {
    animation: placeholder-glow 2s ease-in-out infinite;
}

@keyframes placeholder-glow {
    50% {
        opacity: 0.2;
    }
}

.placeholder-wave {
    mask-image: linear-gradient(130deg, #000 55%, rgba(0, 0, 0, 0.8) 75%, #000 95%);
    mask-size: 200% 100%;
    animation: placeholder-wave 2s linear infinite;
}

@keyframes placeholder-wave {
    100% {
        mask-position: -200% 0%;
    }
}

.clearfix::after {
    display: block;
    clear: both;
    content: "";
}

.link-primary {
    color: #f42222;
}

    .link-primary:hover, .link-primary:focus {
        color: #f64e4e;
    }

.link-secondary {
    color: #171a1e;
}

    .link-secondary:hover, .link-secondary:focus {
        color: #121518;
    }

.link-success {
    color: #10d876;
}

    .link-success:hover, .link-success:focus {
        color: #40e091;
    }

.link-info {
    color: #2754e6;
}

    .link-info:hover, .link-info:focus {
        color: #1f43b8;
    }

.link-warning {
    color: #ffdb3d;
}

    .link-warning:hover, .link-warning:focus {
        color: #ffe264;
    }

.link-danger {
    color: #E50202;
}

    .link-danger:hover, .link-danger:focus {
        color: #b70202;
    }

.link-light {
    color: #f7f7f7;
}

    .link-light:hover, .link-light:focus {
        color: #f9f9f9;
    }

.link-dark {
    color: #262F5A;
}

    .link-dark:hover, .link-dark:focus {
        color: #1e2648;
    }

.ratio {
    position: relative;
    width: 100%;
}

    .ratio::before {
        display: block;
        padding-top: var(--bs-aspect-ratio);
        content: "";
    }

    .ratio &gt; * {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

.ratio-1x1 {
    --bs-aspect-ratio: 100%;
}

.ratio-4x3 {
    --bs-aspect-ratio: calc(3 / 4 * 100%);
}

.ratio-16x9 {
    --bs-aspect-ratio: calc(9 / 16 * 100%);
}

.ratio-21x9 {
    --bs-aspect-ratio: calc(9 / 21 * 100%);
}

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

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

.sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
}

@media (min-width: 576px) {
    .sticky-sm-top {
        position: sticky;
        top: 0;
        z-index: 1020;
    }
}

@media (min-width: 768px) {
    .sticky-md-top {
        position: sticky;
        top: 0;
        z-index: 1020;
    }

    /* ------- my css ------- */

    #hidedesktop {
        display: block;
    }

    #hidemobile {
        display: none;
    }
}

@media (min-width: 992px) {
    .sticky-lg-top {
        position: sticky;
        top: 0;
        z-index: 1020;
    }
}

@media (min-width: 1200px) {
    .sticky-xl-top {
        position: sticky;
        top: 0;
        z-index: 1020;
    }
}

@media (min-width: 1440) {
    .sticky-xxl-top {
        position: sticky;
        top: 0;
        z-index: 1020;
    }
}

.hstack {
    display: flex;
    flex-direction: row;
    align-items: center;
    align-self: stretch;
}

.vstack {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    align-self: stretch;
}

.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

.stretched-link::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    content: "";
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.vr {
    display: inline-block;
    align-self: stretch;
    width: 1px;
    min-height: 1em;
    background-color: currentColor;
    opacity: 0.25;
}

.align-baseline {
    vertical-align: baseline !important;
}

.align-top {
    vertical-align: top !important;
}

.align-middle {
    vertical-align: middle !important;
}

.align-bottom {
    vertical-align: bottom !important;
}

.align-text-bottom {
    vertical-align: text-bottom !important;
}

.align-text-top {
    vertical-align: text-top !important;
}

.float-start {
    float: left !important;
}

.float-end {
    float: right !important;
}

.float-none {
    float: none !important;
}

.opacity-0 {
    opacity: 0 !important;
}

.opacity-25 {
    opacity: 0.25 !important;
}

.opacity-50 {
    opacity: 0.5 !important;
}

.opacity-75 {
    opacity: 0.75 !important;
}

.opacity-100 {
    opacity: 1 !important;
}

.overflow-auto {
    overflow: auto !important;
}

.overflow-hidden {
    overflow: hidden !important;
}

.overflow-visible {
    overflow: visible !important;
}

.overflow-scroll {
    overflow: scroll !important;
}

.d-inline {
    display: inline !important;
}

.d-inline-block {
    display: inline-block !important;
}

.d-block {
    display: block !important;
}

.d-grid {
    display: grid !important;
}

.d-table {
    display: table !important;
}

.d-table-row {
    display: table-row !important;
}

.d-table-cell {
    display: table-cell !important;
}

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

.d-inline-flex {
    display: inline-flex !important;
}

.d-none {
    display: none !important;
}

.shadow {
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1) !important;
}

.shadow-sm {
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow-lg {
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
    box-shadow: none !important;
}

.position-static {
    position: static !important;
}

.position-relative {
    position: relative !important;
}

.position-absolute {
    position: absolute !important;
}

.position-fixed {
    position: fixed !important;
}

.position-sticky {
    position: sticky !important;
}

.top-0 {
    top: 0 !important;
}

.top-50 {
    top: 50% !important;
}

.top-100 {
    top: 100% !important;
}

.bottom-0 {
    bottom: 0 !important;
}

.bottom-50 {
    bottom: 50% !important;
}

.bottom-100 {
    bottom: 100% !important;
}

.start-0 {
    left: 0 !important;
}

.start-50 {
    left: 50% !important;
}

.start-100 {
    left: 100% !important;
}

.end-0 {
    right: 0 !important;
}

.end-50 {
    right: 50% !important;
}

.end-100 {
    right: 100% !important;
}

.translate-middle {
    transform: translate(-50%, -50%) !important;
}

.translate-middle-x {
    transform: translateX(-50%) !important;
}

.translate-middle-y {
    transform: translateY(-50%) !important;
}

.border {
    border: 1px solid #E1E1F0 !important;
}

.border-0 {
    border: 0 !important;
}

.border-top {
    border-top: 1px solid #E1E1F0 !important;
}

.border-top-0 {
    border-top: 0 !important;
}

.border-end {
    border-right: 1px solid #E1E1F0 !important;
}

.border-end-0 {
    border-right: 0 !important;
}

.border-bottom {
    border-bottom: 1px solid #E1E1F0 !important;
}

.border-bottom-0 {
    border-bottom: 0 !important;
}

.border-start {
    border-left: 1px solid #E1E1F0 !important;
}

.border-start-0 {
    border-left: 0 !important;
}

.border-primary {
    border-color: #f42222 !important;
}

.border-secondary {
    border-color: #171a1e !important;
}

.border-success {
    border-color: #10d876 !important;
}

.border-info {
    border-color: #2754e6 !important;
}

.border-warning {
    border-color: #ffdb3d !important;
}

.border-danger {
    border-color: #E50202 !important;
}

.border-light {
    border-color: #f7f7f7 !important;
}

.border-dark {
    border-color: #262F5A !important;
}

.border-white {
    border-color: #fff !important;
}

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

.border-2 {
    border-width: 2px !important;
}

.border-3 {
    border-width: 3px !important;
}

.border-4 {
    border-width: 4px !important;
}

.border-5 {
    border-width: 5px !important;
}

.w-25 {
    width: 25% !important;
}

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

.w-75 {
    max-width: 75% !important;
}

.w-100 {
    width: 100% !important;
}

.w-auto {
    width: auto !important;
}

.mw-100 {
    max-width: 100% !important;
}

.vw-100 {
    width: 100vw !important;
}

.min-vw-100 {
    min-width: 100vw !important;
}

.h-25 {
    height: 25% !important;
}

.h-50 {
    height: 50% !important;
}

.h-75 {
    height: 75% !important;
}

.h-100 {
    height: 100% !important;
}

.h-auto {
    height: auto !important;
}

.mh-100 {
    max-height: 100% !important;
}

.vh-100 {
    height: 100vh !important;
}

.min-vh-100 {
    min-height: 100vh !important;
}

.flex-fill {
    flex: 1 1 auto !important;
}

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

.flex-column {
    flex-direction: column !important;
}

.flex-row-reverse {
    flex-direction: row-reverse !important;
}

.flex-column-reverse {
    flex-direction: column-reverse !important;
}

.flex-grow-0 {
    flex-grow: 0 !important;
}

.flex-grow-1 {
    flex-grow: 1 !important;
}

.flex-shrink-0 {
    flex-shrink: 0 !important;
}

.flex-shrink-1 {
    flex-shrink: 1 !important;
}

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

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

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

.gap-0 {
    gap: 0 !important;
}

.gap-1 {
    gap: 0.25rem !important;
}

.gap-2 {
    gap: 0.5rem !important;
}

.gap-3 {
    gap: 1rem !important;
}

.gap-4 {
    gap: 1.5rem !important;
}

.gap-5 {
    gap: 3rem !important;
}

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

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

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

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

.justify-content-around {
    justify-content: space-around !important;
}

.justify-content-evenly {
    justify-content: space-evenly !important;
}

.align-items-start {
    align-items: flex-start !important;
}

.align-items-end {
    align-items: flex-end !important;
}

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

.align-items-baseline {
    align-items: baseline !important;
}

.align-items-stretch {
    align-items: stretch !important;
}

.align-content-start {
    align-content: flex-start !important;
}

.align-content-end {
    align-content: flex-end !important;
}

.align-content-center {
    align-content: center !important;
}

.align-content-between {
    align-content: space-between !important;
}

.align-content-around {
    align-content: space-around !important;
}

.align-content-stretch {
    align-content: stretch !important;
}

.align-self-auto {
    align-self: auto !important;
}

.align-self-start {
    align-self: flex-start !important;
}

.align-self-end {
    align-self: flex-end !important;
}

.align-self-center {
    align-self: center !important;
}

.align-self-baseline {
    align-self: baseline !important;
}

.align-self-stretch {
    align-self: stretch !important;
}

.order-first {
    order: -1 !important;
}

.order-0 {
    order: 0 !important;
}

.order-1 {
    order: 1 !important;
}

.order-2 {
    order: 2 !important;
}

.order-3 {
    order: 3 !important;
}

.order-4 {
    order: 4 !important;
}

.order-5 {
    order: 5 !important;
}

.order-last {
    order: 6 !important;
}

.m-0 {
    margin: 0 !important;
}

.m-1 {
    margin: 0.25rem !important;
}

.m-2 {
    margin: 0.5rem !important;
}

.m-3 {
    margin: 1rem !important;
}

.m-4 {
    margin: 1.5rem !important;
}

.m-5 {
    margin: 3rem !important;
}

.m-auto {
    margin: auto !important;
}

.mx-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
}

.mx-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
}

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

.mx-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
}

.mx-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
}

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

.mx-auto {
    margin-right: auto !important;
    margin-left: auto !important;
}

.my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.my-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
}

.my-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
}

.my-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
}

.my-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
}

.my-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
}

.my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
}

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

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

.mt-2 {
    margin-top: 0.5rem !important;
}

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

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

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

.mt-auto {
    margin-top: auto !important;
}

.me-0 {
    margin-right: 0 !important;
}

.me-1 {
    margin-right: 0.25rem !important;
}

.me-2 {
    margin-right: 0.5rem !important;
}

.me-3 {
    margin-right: 1rem !important;
}

.me-4 {
    margin-right: 1.5rem !important;
}

.me-5 {
    margin-right: 3rem !important;
}

.me-auto {
    margin-right: auto !important;
}

.mb-0 {
    margin-bottom: 0 !important;
}

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

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

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

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

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

.mb-auto {
    margin-bottom: auto !important;
}

.ms-0 {
    margin-left: 0 !important;
}

.ms-1 {
    margin-left: 0.25rem !important;
}

.ms-2 {
    margin-left: 0.5rem !important;
}

.ms-3 {
    margin-left: 1rem !important;
}

.ms-4 {
    margin-left: 1.5rem !important;
}

.ms-5 {
    margin-left: 3rem !important;
}

.ms-auto {
    margin-left: auto !important;
}

.p-0 {
    padding: 0 !important;
}

.p-1 {
    padding: 0.25rem !important;
}

.p-2 {
    padding: 0.5rem !important;
}

.p-3 {
    padding: 1rem !important;
}

.p-4 {
    padding: 1.5rem !important;
}

.p-5 {
    padding: 3rem !important;
}

.px-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
}

.px-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
}

.px-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
}

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

.px-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
}

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

.py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.py-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
}

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

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

.py-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
}

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

.pt-0 {
    padding-top: 0 !important;
}

.pt-1 {
    padding-top: 0.25rem !important;
}

.pt-2 {
    padding-top: 0.5rem !important;
}

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

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

.pt-5 {
    padding-top: 3rem !important;
}

.pe-0 {
    padding-right: 0 !important;
}

.pe-1 {
    padding-right: 0.25rem !important;
}

.pe-2 {
    padding-right: 0.5rem !important;
}

.pe-3 {
    padding-right: 1rem !important;
}

.pe-4 {
    padding-right: 1.5rem !important;
}

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

.pb-0 {
    padding-bottom: 0 !important;
}

.pb-1 {
    padding-bottom: 0.25rem !important;
}

.pb-2 {
    padding-bottom: 0.5rem !important;
}

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

.pb-4 {
    padding-bottom: 1.5rem !important;
}

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

.ps-0 {
    padding-left: 0 !important;
}

.ps-1 {
    padding-left: 0.25rem !important;
}

.ps-2 {
    padding-left: 0.5rem !important;
}

.ps-3 {
    padding-left: 1rem !important;
}

.ps-4 {
    padding-left: 1.5rem !important;
}

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

.font-monospace {
    font-family: var(--bs-font-monospace) !important;
}

.fs-1 {
    font-size: calc(1.35rem + 1.2vw) !important;
}

.fs-2 {
    font-size: calc(1.3125rem + 0.75vw) !important;
}

.fs-3 {
    font-size: calc(1.275rem + 0.3vw) !important;
}

.fs-4 {
    font-size: 1.125rem !important;
}

.fs-5 {
    font-size: 1rem !important;
}

.fs-6 {
    font-size: 0.875rem !important;
}

.fst-italic {
    font-style: italic !important;
}

.fst-normal {
    font-style: normal !important;
}

.fw-light {
    font-weight: 300 !important;
}

.fw-lighter {
    font-weight: lighter !important;
}

.fw-normal {
    font-weight: 400 !important;
}

.fw-bold {
    font-weight: 700 !important;
}

.fw-bolder {
    font-weight: bolder !important;
}

.lh-1 {
    line-height: 1 !important;
}

.lh-sm {
    line-height: 1.25 !important;
}

.lh-base {
    line-height: 1.5 !important;
}

.lh-lg {
    line-height: 2 !important;
}

.text-start {
    text-align: left !important;
}

.text-end {
    text-align: right !important;
}

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

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

.text-decoration-underline {
    text-decoration: underline !important;
}

.text-decoration-line-through {
    text-decoration: line-through !important;
}

.text-lowercase {
    text-transform: lowercase !important;
}

.text-uppercase {
    text-transform: uppercase !important;
}

.text-capitalize {
    text-transform: capitalize !important;
}

.text-wrap {
    white-space: normal !important;
}

.text-nowrap {
    white-space: nowrap !important;
}

/* rtl:begin:remove */
.text-break {
    word-wrap: break-word !important;
    word-break: break-word !important;
}

/* rtl:end:remove */
.text-primary {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
    font-size: 12px;
}

.text-secondary {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important;
    font-size: 12px;
}

.text-success {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important;
    font-size: 12px;
}

.text-info {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-info-rgb), var(--bs-text-opacity)) !important;
    font-size: 12px;
}

.text-warning {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-warning-rgb), var(--bs-text-opacity)) !important;
    font-size: 12px;
}

.text-danger {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important;
}

.text-light {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-light-rgb), var(--bs-text-opacity)) !important;
}

.text-dark {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important;
}

.text-black {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important;
}

.text-white {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
}

.text-body {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-body-color-rgb), var(--bs-text-opacity)) !important;
}

.text-muted {
    --bs-text-opacity: 1;
    color: #AEAED5 !important;
}

.text-black-50 {
    --bs-text-opacity: 1;
    color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
    --bs-text-opacity: 1;
    color: rgba(255, 255, 255, 0.5) !important;
}

.text-reset {
    --bs-text-opacity: 1;
    color: inherit !important;
}

.text-opacity-25 {
    --bs-text-opacity: 0.25;
}

.text-opacity-50 {
    --bs-text-opacity: 0.5;
}

.text-opacity-75 {
    --bs-text-opacity: 0.75;
}

.text-opacity-100 {
    --bs-text-opacity: 1;
}

.bg-primary {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important;
}

.bg-secondary {
    --bs-bg-opacity: 1;
    background-color: #ddd;
}

.bg-success {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) !important;
}

.bg-info {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-info-rgb), var(--bs-bg-opacity)) !important;
}

.bg-warning {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-warning-rgb), var(--bs-bg-opacity)) !important;
}

.bg-danger {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)) !important;
}

.bg-light {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;
}

.bg-dark {
    --bs-bg-opacity: 1;
    background-color: #24272c;
}

.bg-black {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important;
}

.bg-white {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important;
}

.bg-body {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity)) !important;
}

.bg-transparent {
    --bs-bg-opacity: 1;
    background-color: transparent !important;
}

.bg-opacity-10 {
    --bs-bg-opacity: 0.1;
}

.bg-opacity-25 {
    --bs-bg-opacity: 0.25;
}

.bg-opacity-50 {
    --bs-bg-opacity: 0.5;
}

.bg-opacity-75 {
    --bs-bg-opacity: 0.75;
}

.bg-opacity-100 {
    --bs-bg-opacity: 1;
}

.bg-gradient {
    background-image: var(--bs-gradient) !important;
}

.user-select-all {
    user-select: all !important;
}

.user-select-auto {
    user-select: auto !important;
}

.user-select-none {
    user-select: none !important;
}

.pe-none {
    pointer-events: none !important;
}

.pe-auto {
    pointer-events: auto !important;
}

.rounded {
    border-radius: 0.25rem !important;
}

.rounded-0 {
    border-radius: 0 !important;
}

.rounded-1 {
    border-radius: 0.2rem !important;
}

.rounded-2 {
    border-radius: 0.25rem !important;
}

.rounded-3 {
    border-radius: 0.3rem !important;
}

.rounded-circle {
    border-radius: 50% !important;
}

.rounded-pill {
    border-radius: 50rem !important;
}

.rounded-top {
    border-top-left-radius: 0.25rem !important;
    border-top-right-radius: 0.25rem !important;
}

.rounded-end {
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
    border-bottom-right-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
}

.rounded-start {
    border-bottom-left-radius: 0.25rem !important;
    border-top-left-radius: 0.25rem !important;
}

.visible {
    visibility: visible !important;
}

.invisible {
    visibility: hidden !important;
}

@media (min-width: 576px) {
    .float-sm-start {
        float: left !important;
    }

    .float-sm-end {
        float: right !important;
    }

    .float-sm-none {
        float: none !important;
    }

    .d-sm-inline {
        display: inline !important;
    }

    .d-sm-inline-block {
        display: inline-block !important;
    }

    .d-sm-block {
        display: block !important;
    }

    .d-sm-grid {
        display: grid !important;
    }

    .d-sm-table {
        display: table !important;
    }

    .d-sm-table-row {
        display: table-row !important;
    }

    .d-sm-table-cell {
        display: table-cell !important;
    }

    .d-sm-flex {
        display: flex !important;
    }

    .d-sm-inline-flex {
        display: inline-flex !important;
    }

    .flex-sm-fill {
        flex: 1 1 auto !important;
    }

    .flex-sm-row {
        flex-direction: row !important;
    }

    .flex-sm-column {
        flex-direction: column !important;
    }

    .flex-sm-row-reverse {
        flex-direction: row-reverse !important;
    }

    .flex-sm-column-reverse {
        flex-direction: column-reverse !important;
    }

    .flex-sm-grow-0 {
        flex-grow: 0 !important;
    }

    .flex-sm-grow-1 {
        flex-grow: 1 !important;
    }

    .flex-sm-shrink-0 {
        flex-shrink: 0 !important;
    }

    .flex-sm-shrink-1 {
        flex-shrink: 1 !important;
    }

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

    .flex-sm-nowrap {
        flex-wrap: nowrap !important;
    }

    .flex-sm-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }

    .gap-sm-0 {
        gap: 0 !important;
    }

    .gap-sm-1 {
        gap: 0.25rem !important;
    }

    .gap-sm-2 {
        gap: 0.5rem !important;
    }

    .gap-sm-3 {
        gap: 1rem !important;
    }

    .gap-sm-4 {
        gap: 1.5rem !important;
    }

    .gap-sm-5 {
        gap: 3rem !important;
    }

    .justify-content-sm-start {
        justify-content: flex-start !important;
    }

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

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

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

    .justify-content-sm-around {
        justify-content: space-around !important;
    }

    .justify-content-sm-evenly {
        justify-content: space-evenly !important;
    }

    .align-items-sm-start {
        align-items: flex-start !important;
    }

    .align-items-sm-end {
        align-items: flex-end !important;
    }

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

    .align-items-sm-baseline {
        align-items: baseline !important;
    }

    .align-items-sm-stretch {
        align-items: stretch !important;
    }

    .align-content-sm-start {
        align-content: flex-start !important;
    }

    .align-content-sm-end {
        align-content: flex-end !important;
    }

    .align-content-sm-center {
        align-content: center !important;
    }

    .align-content-sm-between {
        align-content: space-between !important;
    }

    .align-content-sm-around {
        align-content: space-around !important;
    }

    .align-content-sm-stretch {
        align-content: stretch !important;
    }

    .align-self-sm-auto {
        align-self: auto !important;
    }

    .align-self-sm-start {
        align-self: flex-start !important;
    }

    .align-self-sm-end {
        align-self: flex-end !important;
    }

    .align-self-sm-center {
        align-self: center !important;
    }

    .align-self-sm-baseline {
        align-self: baseline !important;
    }

    .align-self-sm-stretch {
        align-self: stretch !important;
    }

    .order-sm-first {
        order: -1 !important;
    }

    .order-sm-0 {
        order: 0 !important;
    }

    .order-sm-1 {
        order: 1 !important;
    }

    .order-sm-2 {
        order: 2 !important;
    }

    .order-sm-3 {
        order: 3 !important;
    }

    .order-sm-4 {
        order: 4 !important;
    }

    .order-sm-5 {
        order: 5 !important;
    }

    .order-sm-last {
        order: 6 !important;
    }

    .m-sm-0 {
        margin: 0 !important;
    }

    .m-sm-1 {
        margin: 0.25rem !important;
    }

    .m-sm-2 {
        margin: 0.5rem !important;
    }

    .m-sm-3 {
        margin: 1rem !important;
    }

    .m-sm-4 {
        margin: 1.5rem !important;
    }

    .m-sm-5 {
        margin: 3rem !important;
    }

    .m-sm-auto {
        margin: auto !important;
    }

    .mx-sm-0 {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }

    .mx-sm-1 {
        margin-right: 0.25rem !important;
        margin-left: 0.25rem !important;
    }

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

    .mx-sm-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important;
    }

    .mx-sm-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important;
    }

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

    .mx-sm-auto {
        margin-right: auto !important;
        margin-left: auto !important;
    }

    .my-sm-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }

    .my-sm-1 {
        margin-top: 0.25rem !important;
        margin-bottom: 0.25rem !important;
    }

    .my-sm-2 {
        margin-top: 0.5rem !important;
        margin-bottom: 0.5rem !important;
    }

    .my-sm-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }

    .my-sm-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important;
    }

    .my-sm-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }

    .my-sm-auto {
        margin-top: auto !important;
        margin-bottom: auto !important;
    }

    .mt-sm-0 {
        margin-top: 0 !important;
    }

    .mt-sm-1 {
        margin-top: 0.25rem !important;
    }

    .mt-sm-2 {
        margin-top: 0.5rem !important;
    }

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

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

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

    .mt-sm-auto {
        margin-top: auto !important;
    }

    .me-sm-0 {
        margin-right: 0 !important;
    }

    .me-sm-1 {
        margin-right: 0.25rem !important;
    }

    .me-sm-2 {
        margin-right: 0.5rem !important;
    }

    .me-sm-3 {
        margin-right: 1rem !important;
    }

    .me-sm-4 {
        margin-right: 1.5rem !important;
    }

    .me-sm-5 {
        margin-right: 3rem !important;
    }

    .me-sm-auto {
        margin-right: auto !important;
    }

    .mb-sm-0 {
        margin-bottom: 0 !important;
    }

    .mb-sm-1 {
        margin-bottom: 0.25rem !important;
    }

    .mb-sm-2 {
        margin-bottom: 0.5rem !important;
    }

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

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

    .mb-sm-5 {
        margin-bottom: 3rem !important;
    }

    .mb-sm-auto {
        margin-bottom: auto !important;
    }

    .ms-sm-0 {
        margin-left: 0 !important;
    }

    .ms-sm-1 {
        margin-left: 0.25rem !important;
    }

    .ms-sm-2 {
        margin-left: 0.5rem !important;
    }

    .ms-sm-3 {
        margin-left: 1rem !important;
    }

    .ms-sm-4 {
        margin-left: 1.5rem !important;
    }

    .ms-sm-5 {
        margin-left: 3rem !important;
    }

    .ms-sm-auto {
        margin-left: auto !important;
    }

    .p-sm-0 {
        padding: 0 !important;
    }

    .p-sm-1 {
        padding: 0.25rem !important;
    }

    .p-sm-2 {
        padding: 0.5rem !important;
    }

    .p-sm-3 {
        padding: 1rem !important;
    }

    .p-sm-4 {
        padding: 1.5rem !important;
    }

    .p-sm-5 {
        padding: 3rem !important;
    }

    .px-sm-0 {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    .px-sm-1 {
        padding-right: 0.25rem !important;
        padding-left: 0.25rem !important;
    }

    .px-sm-2 {
        padding-right: 0.5rem !important;
        padding-left: 0.5rem !important;
    }

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

    .px-sm-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important;
    }

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

    .py-sm-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    .py-sm-1 {
        padding-top: 0.25rem !important;
        padding-bottom: 0.25rem !important;
    }

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

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

    .py-sm-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }

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

    .pt-sm-0 {
        padding-top: 0 !important;
    }

    .pt-sm-1 {
        padding-top: 0.25rem !important;
    }

    .pt-sm-2 {
        padding-top: 0.5rem !important;
    }

    .pt-sm-3 {
        padding-top: 1rem !important;
    }

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

    .pt-sm-5 {
        padding-top: 3rem !important;
    }

    .pe-sm-0 {
        padding-right: 0 !important;
    }

    .pe-sm-1 {
        padding-right: 0.25rem !important;
    }

    .pe-sm-2 {
        padding-right: 0.5rem !important;
    }

    .pe-sm-3 {
        padding-right: 1rem !important;
    }

    .pe-sm-4 {
        padding-right: 1.5rem !important;
    }

    .pe-sm-5 {
        padding-right: 3rem !important;
    }

    .pb-sm-0 {
        padding-bottom: 0 !important;
    }

    .pb-sm-1 {
        padding-bottom: 0.25rem !important;
    }

    .pb-sm-2 {
        padding-bottom: 0.5rem !important;
    }

    .pb-sm-3 {
        padding-bottom: 1rem !important;
    }

    .pb-sm-4 {
        padding-bottom: 1.5rem !important;
    }

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

    .ps-sm-0 {
        padding-left: 0 !important;
    }

    .ps-sm-1 {
        padding-left: 0.25rem !important;
    }

    .ps-sm-2 {
        padding-left: 0.5rem !important;
    }

    .ps-sm-3 {
        padding-left: 1rem !important;
    }

    .ps-sm-4 {
        padding-left: 1.5rem !important;
    }

    .ps-sm-5 {
        padding-left: 3rem !important;
    }

    .text-sm-start {
        text-align: left !important;
    }

    .text-sm-end {
        text-align: right !important;
    }

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

@media (max-width: 767px) {

    .d-sm-none {
        display: none !important;
    }
}

@media (min-width: 768px) {
    .float-md-start {
        float: left !important;
    }

    .float-md-end {
        float: right !important;
    }

    .float-md-none {
        float: none !important;
    }

    .d-md-inline {
        display: inline !important;
    }

    .d-md-inline-block {
        display: inline-block !important;
    }

    .d-md-block {
        display: block !important;
    }

    .d-md-grid {
        display: grid !important;
    }

    .d-md-table {
        display: table !important;
    }

    .d-md-table-row {
        display: table-row !important;
    }

    .d-md-table-cell {
        display: table-cell !important;
    }

    .d-md-flex {
        display: flex !important;
    }

    .d-md-inline-flex {
        display: inline-flex !important;
    }

    .d-md-none {
        display: none !important;
    }

    .flex-md-fill {
        flex: 1 1 auto !important;
    }

    .flex-md-row {
        flex-direction: row !important;
    }

    .flex-md-column {
        flex-direction: column !important;
    }

    .flex-md-row-reverse {
        flex-direction: row-reverse !important;
    }

    .flex-md-column-reverse {
        flex-direction: column-reverse !important;
    }

    .flex-md-grow-0 {
        flex-grow: 0 !important;
    }

    .flex-md-grow-1 {
        flex-grow: 1 !important;
    }

    .flex-md-shrink-0 {
        flex-shrink: 0 !important;
    }

    .flex-md-shrink-1 {
        flex-shrink: 1 !important;
    }

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

    .flex-md-nowrap {
        flex-wrap: nowrap !important;
    }

    .flex-md-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }

    .gap-md-0 {
        gap: 0 !important;
    }

    .gap-md-1 {
        gap: 0.25rem !important;
    }

    .gap-md-2 {
        gap: 0.5rem !important;
    }

    .gap-md-3 {
        gap: 1rem !important;
    }

    .gap-md-4 {
        gap: 1.5rem !important;
    }

    .gap-md-5 {
        gap: 3rem !important;
    }

    .justify-content-md-start {
        justify-content: flex-start !important;
    }

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

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

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

    .justify-content-md-around {
        justify-content: space-around !important;
    }

    .justify-content-md-evenly {
        justify-content: space-evenly !important;
    }

    .align-items-md-start {
        align-items: flex-start !important;
    }

    .align-items-md-end {
        align-items: flex-end !important;
    }

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

    .align-items-md-baseline {
        align-items: baseline !important;
    }

    .align-items-md-stretch {
        align-items: stretch !important;
    }

    .align-content-md-start {
        align-content: flex-start !important;
    }

    .align-content-md-end {
        align-content: flex-end !important;
    }

    .align-content-md-center {
        align-content: center !important;
    }

    .align-content-md-between {
        align-content: space-between !important;
    }

    .align-content-md-around {
        align-content: space-around !important;
    }

    .align-content-md-stretch {
        align-content: stretch !important;
    }

    .align-self-md-auto {
        align-self: auto !important;
    }

    .align-self-md-start {
        align-self: flex-start !important;
    }

    .align-self-md-end {
        align-self: flex-end !important;
    }

    .align-self-md-center {
        align-self: center !important;
    }

    .align-self-md-baseline {
        align-self: baseline !important;
    }

    .align-self-md-stretch {
        align-self: stretch !important;
    }

    .order-md-first {
        order: -1 !important;
    }

    .order-md-0 {
        order: 0 !important;
    }

    .order-md-1 {
        order: 1 !important;
    }

    .order-md-2 {
        order: 2 !important;
    }

    .order-md-3 {
        order: 3 !important;
    }

    .order-md-4 {
        order: 4 !important;
    }

    .order-md-5 {
        order: 5 !important;
    }

    .order-md-last {
        order: 6 !important;
    }

    .m-md-0 {
        margin: 0 !important;
    }

    .m-md-1 {
        margin: 0.25rem !important;
    }

    .m-md-2 {
        margin: 0.5rem !important;
    }

    .m-md-3 {
        margin: 1rem !important;
    }

    .m-md-4 {
        margin: 1.5rem !important;
    }

    .m-md-5 {
        margin: 3rem !important;
    }

    .m-md-auto {
        margin: auto !important;
    }

    .mx-md-0 {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }

    .mx-md-1 {
        margin-right: 0.25rem !important;
        margin-left: 0.25rem !important;
    }

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

    .mx-md-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important;
    }

    .mx-md-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important;
    }

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

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

    .my-md-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }

    .my-md-1 {
        margin-top: 0.25rem !important;
        margin-bottom: 0.25rem !important;
    }

    .my-md-2 {
        margin-top: 0.5rem !important;
        margin-bottom: 0.5rem !important;
    }

    .my-md-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }

    .my-md-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important;
    }

    .my-md-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }

    .my-md-auto {
        margin-top: auto !important;
        margin-bottom: auto !important;
    }

    .mt-md-0 {
        margin-top: 0 !important;
    }

    .mt-md-1 {
        margin-top: 0.25rem !important;
    }

    .mt-md-2 {
        margin-top: 0.5rem !important;
    }

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

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

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

    .mt-md-auto {
        margin-top: auto !important;
    }

    .me-md-0 {
        margin-right: 0 !important;
    }

    .me-md-1 {
        margin-right: 0.25rem !important;
    }

    .me-md-2 {
        margin-right: 0.5rem !important;
    }

    .me-md-3 {
        margin-right: 1rem !important;
    }

    .me-md-4 {
        margin-right: 1.5rem !important;
    }

    .me-md-5 {
        margin-right: 3rem !important;
    }

    .me-md-auto {
        margin-right: auto !important;
    }

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

    .mb-md-1 {
        margin-bottom: 0.25rem !important;
    }

    .mb-md-2 {
        margin-bottom: 0.5rem !important;
    }

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

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

    .mb-md-5 {
        margin-bottom: 3rem !important;
    }

    .mb-md-auto {
        margin-bottom: auto !important;
    }

    .ms-md-0 {
        margin-left: 0 !important;
    }

    .ms-md-1 {
        margin-left: 0.25rem !important;
    }

    .ms-md-2 {
        margin-left: 0.5rem !important;
    }

    .ms-md-3 {
        margin-left: 1rem !important;
    }

    .ms-md-4 {
        margin-left: 1.5rem !important;
    }

    .ms-md-5 {
        margin-left: 3rem !important;
    }

    .ms-md-auto {
        margin-left: auto !important;
    }

    .p-md-0 {
        padding: 0 !important;
    }

    .p-md-1 {
        padding: 0.25rem !important;
    }

    .p-md-2 {
        padding: 0.5rem !important;
    }

    .p-md-3 {
        padding: 1rem !important;
    }

    .p-md-4 {
        padding: 1.5rem !important;
    }

    .p-md-5 {
        padding: 3rem !important;
    }

    .px-md-0 {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    .px-md-1 {
        padding-right: 0.25rem !important;
        padding-left: 0.25rem !important;
    }

    .px-md-2 {
        padding-right: 0.5rem !important;
        padding-left: 0.5rem !important;
    }

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

    .px-md-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important;
    }

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

    .py-md-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    .py-md-1 {
        padding-top: 0.25rem !important;
        padding-bottom: 0.25rem !important;
    }

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

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

    .py-md-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }

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

    .pt-md-0 {
        padding-top: 0 !important;
    }

    .pt-md-1 {
        padding-top: 0.25rem !important;
    }

    .pt-md-2 {
        padding-top: 0.5rem !important;
    }

    .pt-md-3 {
        padding-top: 1rem !important;
    }

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

    .pt-md-5 {
        padding-top: 3rem !important;
    }

    .pe-md-0 {
        padding-right: 0 !important;
    }

    .pe-md-1 {
        padding-right: 0.25rem !important;
    }

    .pe-md-2 {
        padding-right: 0.5rem !important;
    }

    .pe-md-3 {
        padding-right: 1rem !important;
    }

    .pe-md-4 {
        padding-right: 1.5rem !important;
    }

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

    .pb-md-0 {
        padding-bottom: 0 !important;
    }

    .pb-md-1 {
        padding-bottom: 0.25rem !important;
    }

    .pb-md-2 {
        padding-bottom: 0.5rem !important;
    }

    .pb-md-3 {
        padding-bottom: 1rem !important;
    }

    .pb-md-4 {
        padding-bottom: 1.5rem !important;
    }

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

    .ps-md-0 {
        padding-left: 0 !important;
    }

    .ps-md-1 {
        padding-left: 0.25rem !important;
    }

    .ps-md-2 {
        padding-left: 0.5rem !important;
    }

    .ps-md-3 {
        padding-left: 1rem !important;
    }

    .ps-md-4 {
        padding-left: 1.5rem !important;
    }

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

    .text-md-start {
        text-align: left !important;
    }

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

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

@media (min-width: 992px) {
    .float-lg-start {
        float: left !important;
    }

    .float-lg-end {
        float: right !important;
    }

    .float-lg-none {
        float: none !important;
    }

    .d-lg-inline {
        display: inline !important;
    }

    .d-lg-inline-block {
        display: inline-block !important;
    }

    .d-lg-block {
        display: block !important;
    }

    .d-lg-grid {
        display: grid !important;
    }

    .d-lg-table {
        display: table !important;
    }

    .d-lg-table-row {
        display: table-row !important;
    }

    .d-lg-table-cell {
        display: table-cell !important;
    }

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

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

    .d-lg-none {
        display: none !important;
    }

    .flex-lg-fill {
        flex: 1 1 auto !important;
    }

    .flex-lg-row {
        flex-direction: row !important;
    }

    .flex-lg-column {
        flex-direction: column !important;
    }

    .flex-lg-row-reverse {
        flex-direction: row-reverse !important;
    }

    .flex-lg-column-reverse {
        flex-direction: column-reverse !important;
    }

    .flex-lg-grow-0 {
        flex-grow: 0 !important;
    }

    .flex-lg-grow-1 {
        flex-grow: 1 !important;
    }

    .flex-lg-shrink-0 {
        flex-shrink: 0 !important;
    }

    .flex-lg-shrink-1 {
        flex-shrink: 1 !important;
    }

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

    .flex-lg-nowrap {
        flex-wrap: nowrap !important;
    }

    .flex-lg-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }

    .gap-lg-0 {
        gap: 0 !important;
    }

    .gap-lg-1 {
        gap: 0.25rem !important;
    }

    .gap-lg-2 {
        gap: 0.5rem !important;
    }

    .gap-lg-3 {
        gap: 1rem !important;
    }

    .gap-lg-4 {
        gap: 1.5rem !important;
    }

    .gap-lg-5 {
        gap: 3rem !important;
    }

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

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

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

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

    .justify-content-lg-around {
        justify-content: space-around !important;
    }

    .justify-content-lg-evenly {
        justify-content: space-evenly !important;
    }

    .align-items-lg-start {
        align-items: flex-start !important;
    }

    .align-items-lg-end {
        align-items: flex-end !important;
    }

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

    .align-items-lg-baseline {
        align-items: baseline !important;
    }

    .align-items-lg-stretch {
        align-items: stretch !important;
    }

    .align-content-lg-start {
        align-content: flex-start !important;
    }

    .align-content-lg-end {
        align-content: flex-end !important;
    }

    .align-content-lg-center {
        align-content: center !important;
    }

    .align-content-lg-between {
        align-content: space-between !important;
    }

    .align-content-lg-around {
        align-content: space-around !important;
    }

    .align-content-lg-stretch {
        align-content: stretch !important;
    }

    .align-self-lg-auto {
        align-self: auto !important;
    }

    .align-self-lg-start {
        align-self: flex-start !important;
    }

    .align-self-lg-end {
        align-self: flex-end !important;
    }

    .align-self-lg-center {
        align-self: center !important;
    }

    .align-self-lg-baseline {
        align-self: baseline !important;
    }

    .align-self-lg-stretch {
        align-self: stretch !important;
    }

    .order-lg-first {
        order: -1 !important;
    }

    .order-lg-0 {
        order: 0 !important;
    }

    .order-lg-1 {
        order: 1 !important;
    }

    .order-lg-2 {
        order: 2 !important;
    }

    .order-lg-3 {
        order: 3 !important;
    }

    .order-lg-4 {
        order: 4 !important;
    }

    .order-lg-5 {
        order: 5 !important;
    }

    .order-lg-last {
        order: 6 !important;
    }

    .m-lg-0 {
        margin: 0 !important;
    }

    .m-lg-1 {
        margin: 0.25rem !important;
    }

    .m-lg-2 {
        margin: 0.5rem !important;
    }

    .m-lg-3 {
        margin: 1rem !important;
    }

    .m-lg-4 {
        margin: 1.5rem !important;
    }

    .m-lg-5 {
        margin: 3rem !important;
    }

    .m-lg-auto {
        margin: auto !important;
    }

    .mx-lg-0 {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }

    .mx-lg-1 {
        margin-right: 0.25rem !important;
        margin-left: 0.25rem !important;
    }

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

    .mx-lg-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important;
    }

    .mx-lg-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important;
    }

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

    .mx-lg-auto {
        margin-right: auto !important;
        margin-left: auto !important;
    }

    .my-lg-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }

    .my-lg-1 {
        margin-top: 0.25rem !important;
        margin-bottom: 0.25rem !important;
    }

    .my-lg-2 {
        margin-top: 0.5rem !important;
        margin-bottom: 0.5rem !important;
    }

    .my-lg-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }

    .my-lg-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important;
    }

    .my-lg-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }

    .my-lg-auto {
        margin-top: auto !important;
        margin-bottom: auto !important;
    }

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

    .mt-lg-1 {
        margin-top: 0.25rem !important;
    }

    .mt-lg-2 {
        margin-top: 0.5rem !important;
    }

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

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

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

    .mt-lg-auto {
        margin-top: auto !important;
    }

    .me-lg-0 {
        margin-right: 0 !important;
    }

    .me-lg-1 {
        margin-right: 0.25rem !important;
    }

    .me-lg-2 {
        margin-right: 0.5rem !important;
    }

    .me-lg-3 {
        margin-right: 1rem !important;
    }

    .me-lg-4 {
        margin-right: 1.5rem !important;
    }

    .me-lg-5 {
        margin-right: 3rem !important;
    }

    .me-lg-auto {
        margin-right: auto !important;
    }

    .mb-lg-0 {
        margin-bottom: 0 !important;
    }

    .mb-lg-1 {
        margin-bottom: 0.25rem !important;
    }

    .mb-lg-2 {
        margin-bottom: 0.5rem !important;
    }

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

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

    .mb-lg-5 {
        margin-bottom: 3rem !important;
    }

    .mb-lg-auto {
        margin-bottom: auto !important;
    }

    .ms-lg-0 {
        margin-left: 0 !important;
    }

    .ms-lg-1 {
        margin-left: 0.25rem !important;
    }

    .ms-lg-2 {
        margin-left: 0.5rem !important;
    }

    .ms-lg-3 {
        margin-left: 1rem !important;
    }

    .ms-lg-4 {
        margin-left: 1.5rem !important;
    }

    .ms-lg-5 {
        margin-left: 3rem !important;
    }

    .ms-lg-auto {
        margin-left: auto !important;
    }

    .p-lg-0 {
        padding: 0 !important;
    }

    .p-lg-1 {
        padding: 0.25rem !important;
    }

    .p-lg-2 {
        padding: 0.5rem !important;
    }

    .p-lg-3 {
        padding: 1rem !important;
    }

    .p-lg-4 {
        padding: 1.5rem !important;
    }

    .p-lg-5 {
        padding: 3rem !important;
    }

    .px-lg-0 {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    .px-lg-1 {
        padding-right: 0.25rem !important;
        padding-left: 0.25rem !important;
    }

    .px-lg-2 {
        padding-right: 0.5rem !important;
        padding-left: 0.5rem !important;
    }

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

    .px-lg-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important;
    }

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

    .py-lg-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    .py-lg-1 {
        padding-top: 0.25rem !important;
        padding-bottom: 0.25rem !important;
    }

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

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

    .py-lg-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }

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

    .pt-lg-0 {
        padding-top: 0 !important;
    }

    .pt-lg-1 {
        padding-top: 0.25rem !important;
    }

    .pt-lg-2 {
        padding-top: 0.5rem !important;
    }

    .pt-lg-3 {
        padding-top: 1rem !important;
    }

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

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

    .pe-lg-0 {
        padding-right: 0 !important;
    }

    .pe-lg-1 {
        padding-right: 0.25rem !important;
    }

    .pe-lg-2 {
        padding-right: 0.5rem !important;
    }

    .pe-lg-3 {
        padding-right: 1rem !important;
    }

    .pe-lg-4 {
        padding-right: 1.5rem !important;
    }

    .pe-lg-5 {
        padding-right: 3rem !important;
    }

    .pb-lg-0 {
        padding-bottom: 0 !important;
    }

    .pb-lg-1 {
        padding-bottom: 0.25rem !important;
    }

    .pb-lg-2 {
        padding-bottom: 0.5rem !important;
    }

    .pb-lg-3 {
        padding-bottom: 1rem !important;
    }

    .pb-lg-4 {
        padding-bottom: 1.5rem !important;
    }

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

    .ps-lg-0 {
        padding-left: 0 !important;
    }

    .ps-lg-1 {
        padding-left: 0.25rem !important;
    }

    .ps-lg-2 {
        padding-left: 0.5rem !important;
    }

    .ps-lg-3 {
        padding-left: 1rem !important;
    }

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

    .ps-lg-5 {
        padding-left: 3rem !important;
    }

    .text-lg-start {
        text-align: left !important;
    }

    .text-lg-end {
        text-align: right !important;
    }

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

@media (min-width: 1200px) {
    .float-xl-start {
        float: left !important;
    }

    .float-xl-end {
        float: right !important;
    }

    .float-xl-none {
        float: none !important;
    }

    .d-xl-inline {
        display: inline !important;
    }

    .d-xl-inline-block {
        display: inline-block !important;
    }

    .d-xl-block {
        display: block !important;
    }

    .d-xl-grid {
        display: grid !important;
    }

    .d-xl-table {
        display: table !important;
    }

    .d-xl-table-row {
        display: table-row !important;
    }

    .d-xl-table-cell {
        display: table-cell !important;
    }

    .d-xl-flex {
        display: flex !important;
    }

    .d-xl-inline-flex {
        display: inline-flex !important;
    }

    .d-xl-none {
        display: none !important;
    }

    .flex-xl-fill {
        flex: 1 1 auto !important;
    }

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

    .flex-xl-column {
        flex-direction: column !important;
    }

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

    .flex-xl-column-reverse {
        flex-direction: column-reverse !important;
    }

    .flex-xl-grow-0 {
        flex-grow: 0 !important;
    }

    .flex-xl-grow-1 {
        flex-grow: 1 !important;
    }

    .flex-xl-shrink-0 {
        flex-shrink: 0 !important;
    }

    .flex-xl-shrink-1 {
        flex-shrink: 1 !important;
    }

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

    .flex-xl-nowrap {
        flex-wrap: nowrap !important;
    }

    .flex-xl-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }

    .gap-xl-0 {
        gap: 0 !important;
    }

    .gap-xl-1 {
        gap: 0.25rem !important;
    }

    .gap-xl-2 {
        gap: 0.5rem !important;
    }

    .gap-xl-3 {
        gap: 1rem !important;
    }

    .gap-xl-4 {
        gap: 1.5rem !important;
    }

    .gap-xl-5 {
        gap: 3rem !important;
    }

    .justify-content-xl-start {
        justify-content: flex-start !important;
    }

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

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

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

    .justify-content-xl-around {
        justify-content: space-around !important;
    }

    .justify-content-xl-evenly {
        justify-content: space-evenly !important;
    }

    .align-items-xl-start {
        align-items: flex-start !important;
    }

    .align-items-xl-end {
        align-items: flex-end !important;
    }

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

    .align-items-xl-baseline {
        align-items: baseline !important;
    }

    .align-items-xl-stretch {
        align-items: stretch !important;
    }

    .align-content-xl-start {
        align-content: flex-start !important;
    }

    .align-content-xl-end {
        align-content: flex-end !important;
    }

    .align-content-xl-center {
        align-content: center !important;
    }

    .align-content-xl-between {
        align-content: space-between !important;
    }

    .align-content-xl-around {
        align-content: space-around !important;
    }

    .align-content-xl-stretch {
        align-content: stretch !important;
    }

    .align-self-xl-auto {
        align-self: auto !important;
    }

    .align-self-xl-start {
        align-self: flex-start !important;
    }

    .align-self-xl-end {
        align-self: flex-end !important;
    }

    .align-self-xl-center {
        align-self: center !important;
    }

    .align-self-xl-baseline {
        align-self: baseline !important;
    }

    .align-self-xl-stretch {
        align-self: stretch !important;
    }

    .order-xl-first {
        order: -1 !important;
    }

    .order-xl-0 {
        order: 0 !important;
    }

    .order-xl-1 {
        order: 1 !important;
    }

    .order-xl-2 {
        order: 2 !important;
    }

    .order-xl-3 {
        order: 3 !important;
    }

    .order-xl-4 {
        order: 4 !important;
    }

    .order-xl-5 {
        order: 5 !important;
    }

    .order-xl-last {
        order: 6 !important;
    }

    .m-xl-0 {
        margin: 0 !important;
    }

    .m-xl-1 {
        margin: 0.25rem !important;
    }

    .m-xl-2 {
        margin: 0.5rem !important;
    }

    .m-xl-3 {
        margin: 1rem !important;
    }

    .m-xl-4 {
        margin: 1.5rem !important;
    }

    .m-xl-5 {
        margin: 3rem !important;
    }

    .m-xl-auto {
        margin: auto !important;
    }

    .mx-xl-0 {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }

    .mx-xl-1 {
        margin-right: 0.25rem !important;
        margin-left: 0.25rem !important;
    }

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

    .mx-xl-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important;
    }

    .mx-xl-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important;
    }

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

    .mx-xl-auto {
        margin-right: auto !important;
        margin-left: auto !important;
    }

    .my-xl-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }

    .my-xl-1 {
        margin-top: 0.25rem !important;
        margin-bottom: 0.25rem !important;
    }

    .my-xl-2 {
        margin-top: 0.5rem !important;
        margin-bottom: 0.5rem !important;
    }

    .my-xl-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }

    .my-xl-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important;
    }

    .my-xl-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }

    .my-xl-auto {
        margin-top: auto !important;
        margin-bottom: auto !important;
    }

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

    .mt-xl-1 {
        margin-top: 0.25rem !important;
    }

    .mt-xl-2 {
        margin-top: 0.5rem !important;
    }

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

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

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

    .mt-xl-auto {
        margin-top: auto !important;
    }

    .me-xl-0 {
        margin-right: 0 !important;
    }

    .me-xl-1 {
        margin-right: 0.25rem !important;
    }

    .me-xl-2 {
        margin-right: 0.5rem !important;
    }

    .me-xl-3 {
        margin-right: 1rem !important;
    }

    .me-xl-4 {
        margin-right: 1.5rem !important;
    }

    .me-xl-5 {
        margin-right: 3rem !important;
    }

    .me-xl-auto {
        margin-right: auto !important;
    }

    .mb-xl-0 {
        margin-bottom: 0 !important;
    }

    .mb-xl-1 {
        margin-bottom: 0.25rem !important;
    }

    .mb-xl-2 {
        margin-bottom: 0.5rem !important;
    }

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

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

    .mb-xl-5 {
        margin-bottom: 3rem !important;
    }

    .mb-xl-auto {
        margin-bottom: auto !important;
    }

    .ms-xl-0 {
        margin-left: 0 !important;
    }

    .ms-xl-1 {
        margin-left: 0.25rem !important;
    }

    .ms-xl-2 {
        margin-left: 0.5rem !important;
    }

    .ms-xl-3 {
        margin-left: 1rem !important;
    }

    .ms-xl-4 {
        margin-left: 1.5rem !important;
    }

    .ms-xl-5 {
        margin-left: 3rem !important;
    }

    .ms-xl-auto {
        margin-left: auto !important;
    }

    .p-xl-0 {
        padding: 0 !important;
    }

    .p-xl-1 {
        padding: 0.25rem !important;
    }

    .p-xl-2 {
        padding: 0.5rem !important;
    }

    .p-xl-3 {
        padding: 1rem !important;
    }

    .p-xl-4 {
        padding: 1.5rem !important;
    }

    .p-xl-5 {
        padding: 3rem !important;
    }

    .px-xl-0 {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    .px-xl-1 {
        padding-right: 0.25rem !important;
        padding-left: 0.25rem !important;
    }

    .px-xl-2 {
        padding-right: 0.5rem !important;
        padding-left: 0.5rem !important;
    }

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

    .px-xl-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important;
    }

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

    .py-xl-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    .py-xl-1 {
        padding-top: 0.25rem !important;
        padding-bottom: 0.25rem !important;
    }

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

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

    .py-xl-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }

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

    .pt-xl-0 {
        padding-top: 0 !important;
    }

    .pt-xl-1 {
        padding-top: 0.25rem !important;
    }

    .pt-xl-2 {
        padding-top: 0.5rem !important;
    }

    .pt-xl-3 {
        padding-top: 1rem !important;
    }

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

    .pt-xl-5 {
        padding-top: 3rem !important;
    }

    .pe-xl-0 {
        padding-right: 0 !important;
    }

    .pe-xl-1 {
        padding-right: 0.25rem !important;
    }

    .pe-xl-2 {
        padding-right: 0.5rem !important;
    }

    .pe-xl-3 {
        padding-right: 1rem !important;
    }

    .pe-xl-4 {
        padding-right: 1.5rem !important;
    }

    .pe-xl-5 {
        padding-right: 3rem !important;
    }

    .pb-xl-0 {
        padding-bottom: 0 !important;
    }

    .pb-xl-1 {
        padding-bottom: 0.25rem !important;
    }

    .pb-xl-2 {
        padding-bottom: 0.5rem !important;
    }

    .pb-xl-3 {
        padding-bottom: 1rem !important;
    }

    .pb-xl-4 {
        padding-bottom: 1.5rem !important;
    }

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

    .ps-xl-0 {
        padding-left: 0 !important;
    }

    .ps-xl-1 {
        padding-left: 0.25rem !important;
    }

    .ps-xl-2 {
        padding-left: 0.5rem !important;
    }

    .ps-xl-3 {
        padding-left: 1rem !important;
    }

    .ps-xl-4 {
        padding-left: 1.5rem !important;
    }

    .ps-xl-5 {
        padding-left: 3rem !important;
    }

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

    .text-xl-end {
        text-align: right !important;
    }

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

@media (min-width: 1440) {
    .float-xxl-start {
        float: left !important;
    }

    .float-xxl-end {
        float: right !important;
    }

    .float-xxl-none {
        float: none !important;
    }

    .d-xxl-inline {
        display: inline !important;
    }

    .d-xxl-inline-block {
        display: inline-block !important;
    }

    .d-xxl-block {
        display: block !important;
    }

    .d-xxl-grid {
        display: grid !important;
    }

    .d-xxl-table {
        display: table !important;
    }

    .d-xxl-table-row {
        display: table-row !important;
    }

    .d-xxl-table-cell {
        display: table-cell !important;
    }

    .d-xxl-flex {
        display: flex !important;
    }

    .d-xxl-inline-flex {
        display: inline-flex !important;
    }

    .d-xxl-none {
        display: none !important;
    }

    .flex-xxl-fill {
        flex: 1 1 auto !important;
    }

    .flex-xxl-row {
        flex-direction: row !important;
    }

    .flex-xxl-column {
        flex-direction: column !important;
    }

    .flex-xxl-row-reverse {
        flex-direction: row-reverse !important;
    }

    .flex-xxl-column-reverse {
        flex-direction: column-reverse !important;
    }

    .flex-xxl-grow-0 {
        flex-grow: 0 !important;
    }

    .flex-xxl-grow-1 {
        flex-grow: 1 !important;
    }

    .flex-xxl-shrink-0 {
        flex-shrink: 0 !important;
    }

    .flex-xxl-shrink-1 {
        flex-shrink: 1 !important;
    }

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

    .flex-xxl-nowrap {
        flex-wrap: nowrap !important;
    }

    .flex-xxl-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }

    .gap-xxl-0 {
        gap: 0 !important;
    }

    .gap-xxl-1 {
        gap: 0.25rem !important;
    }

    .gap-xxl-2 {
        gap: 0.5rem !important;
    }

    .gap-xxl-3 {
        gap: 1rem !important;
    }

    .gap-xxl-4 {
        gap: 1.5rem !important;
    }

    .gap-xxl-5 {
        gap: 3rem !important;
    }

    .justify-content-xxl-start {
        justify-content: flex-start !important;
    }

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

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

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

    .justify-content-xxl-around {
        justify-content: space-around !important;
    }

    .justify-content-xxl-evenly {
        justify-content: space-evenly !important;
    }

    .align-items-xxl-start {
        align-items: flex-start !important;
    }

    .align-items-xxl-end {
        align-items: flex-end !important;
    }

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

    .align-items-xxl-baseline {
        align-items: baseline !important;
    }

    .align-items-xxl-stretch {
        align-items: stretch !important;
    }

    .align-content-xxl-start {
        align-content: flex-start !important;
    }

    .align-content-xxl-end {
        align-content: flex-end !important;
    }

    .align-content-xxl-center {
        align-content: center !important;
    }

    .align-content-xxl-between {
        align-content: space-between !important;
    }

    .align-content-xxl-around {
        align-content: space-around !important;
    }

    .align-content-xxl-stretch {
        align-content: stretch !important;
    }

    .align-self-xxl-auto {
        align-self: auto !important;
    }

    .align-self-xxl-start {
        align-self: flex-start !important;
    }

    .align-self-xxl-end {
        align-self: flex-end !important;
    }

    .align-self-xxl-center {
        align-self: center !important;
    }

    .align-self-xxl-baseline {
        align-self: baseline !important;
    }

    .align-self-xxl-stretch {
        align-self: stretch !important;
    }

    .order-xxl-first {
        order: -1 !important;
    }

    .order-xxl-0 {
        order: 0 !important;
    }

    .order-xxl-1 {
        order: 1 !important;
    }

    .order-xxl-2 {
        order: 2 !important;
    }

    .order-xxl-3 {
        order: 3 !important;
    }

    .order-xxl-4 {
        order: 4 !important;
    }

    .order-xxl-5 {
        order: 5 !important;
    }

    .order-xxl-last {
        order: 6 !important;
    }

    .m-xxl-0 {
        margin: 0 !important;
    }

    .m-xxl-1 {
        margin: 0.25rem !important;
    }

    .m-xxl-2 {
        margin: 0.5rem !important;
    }

    .m-xxl-3 {
        margin: 1rem !important;
    }

    .m-xxl-4 {
        margin: 1.5rem !important;
    }

    .m-xxl-5 {
        margin: 3rem !important;
    }

    .m-xxl-auto {
        margin: auto !important;
    }

    .mx-xxl-0 {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }

    .mx-xxl-1 {
        margin-right: 0.25rem !important;
        margin-left: 0.25rem !important;
    }

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

    .mx-xxl-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important;
    }

    .mx-xxl-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important;
    }

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

    .mx-xxl-auto {
        margin-right: auto !important;
        margin-left: auto !important;
    }

    .my-xxl-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }

    .my-xxl-1 {
        margin-top: 0.25rem !important;
        margin-bottom: 0.25rem !important;
    }

    .my-xxl-2 {
        margin-top: 0.5rem !important;
        margin-bottom: 0.5rem !important;
    }

    .my-xxl-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }

    .my-xxl-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important;
    }

    .my-xxl-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }

    .my-xxl-auto {
        margin-top: auto !important;
        margin-bottom: auto !important;
    }

    .mt-xxl-0 {
        margin-top: 0 !important;
    }

    .mt-xxl-1 {
        margin-top: 0.25rem !important;
    }

    .mt-xxl-2 {
        margin-top: 0.5rem !important;
    }

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

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

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

    .mt-xxl-auto {
        margin-top: auto !important;
    }

    .me-xxl-0 {
        margin-right: 0 !important;
    }

    .me-xxl-1 {
        margin-right: 0.25rem !important;
    }

    .me-xxl-2 {
        margin-right: 0.5rem !important;
    }

    .me-xxl-3 {
        margin-right: 1rem !important;
    }

    .me-xxl-4 {
        margin-right: 1.5rem !important;
    }

    .me-xxl-5 {
        margin-right: 3rem !important;
    }

    .me-xxl-auto {
        margin-right: auto !important;
    }

    .mb-xxl-0 {
        margin-bottom: 0 !important;
    }

    .mb-xxl-1 {
        margin-bottom: 0.25rem !important;
    }

    .mb-xxl-2 {
        margin-bottom: 0.5rem !important;
    }

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

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

    .mb-xxl-5 {
        margin-bottom: 3rem !important;
    }

    .mb-xxl-auto {
        margin-bottom: auto !important;
    }

    .ms-xxl-0 {
        margin-left: 0 !important;
    }

    .ms-xxl-1 {
        margin-left: 0.25rem !important;
    }

    .ms-xxl-2 {
        margin-left: 0.5rem !important;
    }

    .ms-xxl-3 {
        margin-left: 1rem !important;
    }

    .ms-xxl-4 {
        margin-left: 1.5rem !important;
    }

    .ms-xxl-5 {
        margin-left: 3rem !important;
    }

    .ms-xxl-auto {
        margin-left: auto !important;
    }

    .p-xxl-0 {
        padding: 0 !important;
    }

    .p-xxl-1 {
        padding: 0.25rem !important;
    }

    .p-xxl-2 {
        padding: 0.5rem !important;
    }

    .p-xxl-3 {
        padding: 1rem !important;
    }

    .p-xxl-4 {
        padding: 1.5rem !important;
    }

    .p-xxl-5 {
        padding: 3rem !important;
    }

    .px-xxl-0 {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    .px-xxl-1 {
        padding-right: 0.25rem !important;
        padding-left: 0.25rem !important;
    }

    .px-xxl-2 {
        padding-right: 0.5rem !important;
        padding-left: 0.5rem !important;
    }

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

    .px-xxl-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important;
    }

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

    .py-xxl-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    .py-xxl-1 {
        padding-top: 0.25rem !important;
        padding-bottom: 0.25rem !important;
    }

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

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

    .py-xxl-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }

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

    .pt-xxl-0 {
        padding-top: 0 !important;
    }

    .pt-xxl-1 {
        padding-top: 0.25rem !important;
    }

    .pt-xxl-2 {
        padding-top: 0.5rem !important;
    }

    .pt-xxl-3 {
        padding-top: 1rem !important;
    }

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

    .pt-xxl-5 {
        padding-top: 3rem !important;
    }

    .pe-xxl-0 {
        padding-right: 0 !important;
    }

    .pe-xxl-1 {
        padding-right: 0.25rem !important;
    }

    .pe-xxl-2 {
        padding-right: 0.5rem !important;
    }

    .pe-xxl-3 {
        padding-right: 1rem !important;
    }

    .pe-xxl-4 {
        padding-right: 1.5rem !important;
    }

    .pe-xxl-5 {
        padding-right: 3rem !important;
    }

    .pb-xxl-0 {
        padding-bottom: 0 !important;
    }

    .pb-xxl-1 {
        padding-bottom: 0.25rem !important;
    }

    .pb-xxl-2 {
        padding-bottom: 0.5rem !important;
    }

    .pb-xxl-3 {
        padding-bottom: 1rem !important;
    }

    .pb-xxl-4 {
        padding-bottom: 1.5rem !important;
    }

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

    .ps-xxl-0 {
        padding-left: 0 !important;
    }

    .ps-xxl-1 {
        padding-left: 0.25rem !important;
    }

    .ps-xxl-2 {
        padding-left: 0.5rem !important;
    }

    .ps-xxl-3 {
        padding-left: 1rem !important;
    }

    .ps-xxl-4 {
        padding-left: 1.5rem !important;
    }

    .ps-xxl-5 {
        padding-left: 3rem !important;
    }

    .text-xxl-start {
        text-align: left !important;
    }

    .text-xxl-end {
        text-align: right !important;
    }

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

@media (min-width: 1200px) {
    .fs-1 {
        font-size: 2.25rem !important;
    }

    .fs-2 {
        font-size: 1.875rem !important;
    }

    .fs-3 {
        font-size: 1.5rem !important;
    }
}

@media print {
    .d-print-inline {
        display: inline !important;
    }

    .d-print-inline-block {
        display: inline-block !important;
    }

    .d-print-block {
        display: block !important;
    }

    .d-print-grid {
        display: grid !important;
    }

    .d-print-table {
        display: table !important;
    }

    .d-print-table-row {
        display: table-row !important;
    }

    .d-print-table-cell {
        display: table-cell !important;
    }

    .d-print-flex {
        display: flex !important;
    }

    .d-print-inline-flex {
        display: inline-flex !important;
    }

    .d-print-none {
        display: none !important;
    }
}

* {
    outline: none;
    padding: 0;
}

    *::after {
        margin: 0;
        padding: 0;
    }

    *::before {
        margin: 0;
        padding: 0;
    }

body {
    line-height: 1.5;
    color: #777777;
}

    body.fixed {
        overflow: hidden;
        position: fixed;
    }

h1, .h1,
.h1 {
    font-size: 30px;
}

.title {
    font-size: 21px;
}

.bannertitle {
    font-size: 30px;
}

@media only screen and (max-width: 1199px) {
    h1, .h1,
    .h1 {
        font-size: 36px;
    }

    .title {
        font-size: 21px;
    }

    .bannertitle {
        font-size: 30px;
    }
}

@media only screen and (max-width: 767px) {
    h1, .h1,
    .h1 {
        font-size: 28px;
    }

    .title {
        font-size: 21px;
    }

    .bannertitle {
        font-size: 26px;
    }

    .slider-content h2 {
        font-size: 21px;
    }
}

@media only screen and (max-width: 575px) {
    h1, .h1,
    .h1 {
        font-size: 23px;
    }

    .title {
        font-size: 14px;
    }

    .sub-title {
        font-size: 13px;
    }

    .bannertitle {
        font-size: 19px;
    }
}

h2, .h2,
.h2 {
    font-size: 25px;
}

@media only screen and (max-width: 1199px) {
    h2, .h2,
    .h2 {
        font-size: 25px;
    }
}

@media only screen and (max-width: 767px) {
    h2, .h2,
    .h2 {
        font-size: 20px;
    }
}

@media only screen and (max-width: 575px) {
    h2, .h2,
    .h2 {
        font-size: 20px;
    }
}

h3, .h3,
.h3 {
    font-size: 26px;
}

@media only screen and (max-width: 767px) {
    h3, .h3,
    .h3 {
        font-size: 16px;
    }
}

@media only screen and (max-width: 575px) {
    h3, .h3,
    .h3 {
        font-size: 16px;
    }
}

h4, .h4,
.h4 {
    font-size: 21px;
}

@media only screen and (max-width: 575px) {
    .post-title {
        font-size: 13px !important;
    }

    h4, .h4,
    .h4 {
        font-size: 14px;
    }


    .btn-viewservices {
        padding: 7px 10px !important;
        display: inline-block;
        border-radius: 0;
        font-size: 12px !important;
        background-color: #e63d32;
        border-radius: 6px;
        width: 100%;
        border: 2px solid #fff;
        font-weight: 400;
        color: #fff;
        text-transform: capitalize;
        font-family: 'Poppins', sans-serif;
        text-align: center;
    }

    .title-ext {
        text-transform: capitalize;
        font-weight: 500 !important;
        font-size: 12px !important;
        letter-spacing: 1px;
    }

    .btn-common {
        font-size: 10px;
    }

    .loc p {
        font-size: 11px !important;
        margin-top: 0px !important;
    }

    .loc {
        display: grid;
        grid-template-columns: repeat(3,1fr) !important;
    }

        .loc .Nc1R8 {
            display: -ms-flexbox;
            display: flex;
            -ms-flex-direction: column;
            flex-direction: column;
            -ms-flex-pack: center;
            justify-content: center;
            -ms-flex-align: center;
            align-items: center;
            -ms-flex: 1 0 !important;
            flex: 1 0 !important;
            cursor: pointer;
            border: dotted 0.5px #ec9292;
            padding: 5px 1px !important;
            border-radius: 10px;
        }
}

h5, .h5,
.h5 {
    font-size: 17px;
}

@media only screen and (max-width: 575px) {
    h5, .h5,
    .h5 {
        font-size: 12px;
    }
}

h6, .h6,
.h6 {
    font-size: 15px;
}

@media only screen and (max-width: 575px) {
    h6, .h6,
    .h6 {
        font-size: 11px;
    }
}

h1 a, .h1 a,
h2 a,
.h2 a,
h3 a,
.h3 a,
h4 a,
.h4 a,
h5 a,
.h5 a,
h6 a,
.h6 a {
    color: #000;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    color: #000;
    text-transform: capitalize;
}

ul {
    padding: 0;
    margin: 0;
}

img {
    border-style: none;
    height: 100%;
    max-width: 100%;
    vertical-align: middle;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
    outline: none;
    color: #777777;
}

    a:hover, a:focus, a.active {
        text-decoration: none;
        outline: none;
    }

b,
strong,
.strong {
    
}

.h-0 {
    height: 0;
}

#main-wrapper {
    opacity: 0;
    transition: all 0.25s ease-in;
    overflow: hidden;
    position: relative;
    z-index: 1;
    margin-top: 60px;
}

    #main-wrapper.show {
        opacity: 1;
    }

.content-body {
    margin-left: 65px;
    margin-top: 18px;
    margin-right: 6px;
    margin-bottom: 45px;
}

.bg-gray {
    background-color: #f9f9f9;
}

[class*="flaticon-"] {
    font-family: 'Flaticon';
}

.media-cover {
    object-fit: cover;
    height: 100%;
    width: 100%;
}

    .media-cover img {
        object-fit: cover;
        height: 100%;
        width: 100%;
    }

.ttr-media img {
    min-width: 100%;
}

#loading-icon-bx {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #fff;
    z-index: 999999999;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.loader {
    border-radius: 50%;
    color: #f42222;
    font-size: 11px;
    text-indent: -99999em;
    margin: 55px auto;
    position: relative;
    width: 10em;
    height: 10em;
    box-shadow: inset 0 0 0 1em;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -moz-transform: scale(0.7);
    -webkit-transform: scale(0.7);
    -ms-transform: scale(0.7);
    -o-transform: scale(0.7);
}

    .loader:before, .loader:after {
        position: absolute;
        content: "";
        border-radius: 50%;
    }

    .loader:before {
        width: 5.2em;
        height: 10.2em;
        background: #fff;
        border-radius: 10.2em 0 0 10.2em;
        top: -0.1em;
        left: -0.1em;
        -webkit-transform-origin: 5.1em 5.1em;
        transform-origin: 5.1em 5.1em;
        -webkit-animation: pageLoader 2s infinite ease 1.5s;
        animation: pageLoader 2s infinite ease 1.5s;
    }

    .loader:after {
        width: 5.2em;
        height: 10.2em;
        background: #fff;
        border-radius: 0 10.2em 10.2em 0;
        top: -0.1em;
        left: 4.9em;
        -webkit-transform-origin: 0.1em 5.1em;
        transform-origin: 0.1em 5.1em;
        -webkit-animation: pageLoader 2s infinite ease;
        animation: pageLoader 2s infinite ease;
    }

@-webkit-keyframes pageLoader {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes pageLoader {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.pa-0 {
    padding: 0;
}

.pa-5 {
    padding: 5px;
}

.pa-10 {
    padding: 10px;
}

.pa-15 {
    padding: 15px;
}

.pa-20 {
    padding: 20px;
}

.pa-25 {
    padding: 25px;
}

.pa-30 {
    padding: 30px;
}

.pa-40 {
    padding: 40px;
}

.pa-50 {
    padding: 50px;
}

.pa-60 {
    padding: 60px;
}

.pa-70 {
    padding: 70px;
}

.pa-80 {
    padding: 80px;
}

.pa-90 {
    padding: 90px;
}

.pa-100 {
    padding: 100px;
}

.pt-0 {
    padding-top: 0;
}

.pt-5 {
    padding-top: 5px;
}

.pt-10 {
    padding-top: 10px;
}

.pt-15 {
    padding-top: 15px;
}

.pt-20 {
    padding-top: 20px;
}

.pt-30 {
    padding-top: 30px;
}

.pt-40 {
    padding-top: 40px;
}

.pt-50 {
    padding-top: 50px;
}

.pt-60 {
    padding-top: 60px;
}

.pt-70 {
    padding-top: 70px;
}

.pt-80 {
    padding-top: 80px;
}

.pt-90 {
    padding-top: 90px;
}

.pt-100 {
    padding-top: 100px;
}

.pb-0 {
    padding-bottom: 0;
}

.pb-5 {
    padding-bottom: 5px;
}

.pb-10 {
    padding-bottom: 10px;
}

.pb-15 {
    padding-bottom: 15px;
}

.pb-20 {
    padding-bottom: 20px;
}

.pb-30 {
    padding-bottom: 30px;
}

.pb-40 {
    padding-bottom: 40px;
}

.pb-50 {
    padding-bottom: 50px;
}

.pb-60 {
    padding-bottom: 60px;
}

.pb-70 {
    padding-bottom: 70px;
}

.pb-80 {
    padding-bottom: 80px;
}

.pb-90 {
    padding-bottom: 90px;
}

.pb-100 {
    padding-bottom: 100px;
}

.pl-0 {
    padding-left: 0;
}

.pl-5 {
    padding-left: 5px;
}

.pl-10 {
    padding-left: 10px;
}

.pl-15 {
    padding-left: 15px;
}

.pl-20 {
    padding-left: 20px;
}

.pl-30 {
    padding-left: 30px;
}

.pl-40 {
    padding-left: 40px;
}

.pl-50 {
    padding-left: 50px;
}

.pl-60 {
    padding-left: 60px;
}

.pl-70 {
    padding-left: 70px;
}

.pl-80 {
    padding-left: 80px;
}

.pl-90 {
    padding-left: 90px;
}

.pl-100 {
    padding-left: 100px;
}

.pr-0 {
    padding-right: 0;
}

.pr-5 {
    padding-right: 5px;
}

.pr-10 {
    padding-right: 10px;
}

.pr-15 {
    padding-right: 15px;
}

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

.pr-30 {
    padding-right: 30px;
}

.pr-40 {
    padding-right: 40px;
}

.pr-50 {
    padding-right: 50px;
}

.pr-60 {
    padding-right: 60px;
}

.pr-70 {
    padding-right: 70px;
}

.pr-80 {
    padding-right: 80px;
}

.pr-90 {
    padding-right: 90px;
}

.pr-100 {
    padding-right: 100px;
}

.px-0 {
    padding-left: 0;
    padding-right: 0;
}

.px-5 {
    padding-left: 5px;
    padding-right: 5px;
}

.px-10 {
    padding-left: 10px;
    padding-right: 10px;
}

.px-15 {
    padding-left: 15px;
    padding-right: 15px;
}

.px-20 {
    padding-left: 20px;
    padding-right: 20px;
}

.px-30 {
    padding-left: 30px;
    padding-right: 30px;
}

.px-40 {
    padding-left: 40px;
    padding-right: 40px;
}

.px-50 {
    padding-left: 50px;
    padding-right: 50px;
}

.px-60 {
    padding-left: 60px;
    padding-right: 60px;
}

.px-70 {
    padding-left: 70px;
    padding-right: 70px;
}

.px-80 {
    padding-left: 80px;
    padding-right: 80px;
}

.px-90 {
    padding-left: 90px;
    padding-right: 90px;
}

.px-100 {
    padding-left: 100px;
    padding-right: 100px;
}

.py-0 {
    padding-bottom: 0;
    padding-top: 0;
}

.py-5 {
    padding-bottom: 5px;
    padding-top: 5px;
}

.py-10 {
    padding-bottom: 10px;
    padding-top: 10px;
}

.py-15 {
    padding-bottom: 15px;
    padding-top: 15px;
}

.py-20 {
    padding-bottom: 20px;
    padding-top: 20px;
}

.py-30 {
    padding-bottom: 30px;
    padding-top: 30px;
}

.py-40 {
    padding-bottom: 40px;
    padding-top: 40px;
}

.py-50 {
    padding-bottom: 50px;
    padding-top: 50px;
}

.py-60 {
    padding-bottom: 60px;
    padding-top: 60px;
}

.py-70 {
    padding-bottom: 70px;
    padding-top: 70px;
}

.py-80 {
    padding-bottom: 80px;
    padding-top: 80px;
}

.py-90 {
    padding-bottom: 90px;
    padding-top: 90px;
}

.py-100 {
    padding-bottom: 100px;
    padding-top: 100px;
}

.mx-auto {
    margin-left: auto;
    margin-right: auto;
}

.ma-0 {
    margin: 0;
}

.ma-5 {
    margin: 5px;
}

.ma-10 {
    margin: 10px;
}

.ma-15 {
    margin: 15px;
}

.ma-20 {
    margin: 20px;
}

.ma-25 {
    margin: 25px;
}

.ma-30 {
    margin: 30px;
}

.ma-40 {
    margin: 40px;
}

.ma-50 {
    margin: 50px;
}

.ma-60 {
    margin: 60px;
}

.ma-70 {
    margin: 70px;
}

.ma-80 {
    margin: 80px;
}

.ma-90 {
    margin: 90px;
}

.ma-100 {
    margin: 100px;
}

.mt-0 {
    margin-top: 0;
}

.mt-5 {
    margin-top: 5px;
}

.mt-10 {
    margin-top: 10px;
}

.mt-15 {
    margin-top: 15px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-40 {
    margin-top: 40px;
}

.mt-50 {
    margin-top: 50px;
}

.mt-60 {
    margin-top: 60px;
}

.mt-70 {
    margin-top: 70px;
}

.mt-80 {
    margin-top: 80px;
}

.mt-90 {
    margin-top: 90px;
}

.mt-100 {
    margin-top: 100px;
}

.mb-0 {
    margin-bottom: 0;
}

.mb-5 {
    margin-bottom: 5px;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-15 {
    margin-bottom: 15px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mb-50 {
    margin-bottom: 50px;
}

.mb-60 {
    margin-bottom: 60px;
}

.mb-70 {
    margin-bottom: 70px;
}

.mb-80 {
    margin-bottom: 80px;
}

.mb-90 {
    margin-bottom: 90px;
}

.mb-100 {
    margin-bottom: 100px;
}

.ml-0 {
    margin-left: 0;
}

.ml-5 {
    margin-left: 5px;
}

.ml-10 {
    margin-left: 10px;
}

.ml-15 {
    margin-left: 15px;
}

.ml-20 {
    margin-left: 20px;
}

.ml-30 {
    margin-left: 30px;
}

.ml-40 {
    margin-left: 40px;
}

.ml-50 {
    margin-left: 50px;
}

.ml-60 {
    margin-left: 60px;
}

.ml-70 {
    margin-left: 70px;
}

.ml-80 {
    margin-left: 80px;
}

.ml-90 {
    margin-left: 90px;
}

.ml-100 {
    margin-left: 100px;
}

.m-r0 {
    margin-right: 0;
}

.m-r5 {
    margin-right: 5px;
}

.m-r10 {
    margin-right: 10px;
}

.m-r15 {
    margin-right: 15px;
}

.m-r20 {
    margin-right: 20px;
}

.m-r30 {
    margin-right: 30px;
}

.m-r40 {
    margin-right: 40px;
}

.m-r50 {
    margin-right: 50px;
}

.m-r60 {
    margin-right: 60px;
}

.m-r70 {
    margin-right: 70px;
}

.m-r80 {
    margin-right: 80px;
}

.m-r90 {
    margin-right: 90px;
}

.m-r100 {
    margin-right: 100px;
}

.mx-0 {
    margin-left: 0;
    margin-right: 0;
}

.mx-5 {
    margin-left: 5px;
    margin-right: 5px;
}

.mx-10 {
    margin-left: 10px;
    margin-right: 10px;
}

.mx-15 {
    margin-left: 15px;
    margin-right: 15px;
}

.mx-20 {
    margin-left: 20px;
    margin-right: 20px;
}

.mx-30 {
    margin-left: 30px;
    margin-right: 30px;
}

.mx-40 {
    margin-left: 40px;
    margin-right: 40px;
}

.mx-50 {
    margin-left: 50px;
    margin-right: 50px;
}

.mx-60 {
    margin-left: 60px;
    margin-right: 60px;
}

.mx-70 {
    margin-left: 70px;
    margin-right: 70px;
}

.mx-80 {
    margin-left: 80px;
    margin-right: 80px;
}

.mx-90 {
    margin-left: 90px;
    margin-right: 90px;
}

.mx-100 {
    margin-left: 100px;
    margin-right: 100px;
}

.my-0 {
    margin-bottom: 0;
    margin-top: 0;
}

.my-5 {
    margin-bottom: 5px;
    margin-top: 5px;
}

.my-10 {
    margin-bottom: 10px;
    margin-top: 10px;
}

.my-15 {
    margin-bottom: 15px;
    margin-top: 15px;
}

.my-20 {
    margin-bottom: 20px;
    margin-top: 20px;
}

.my-30 {
    margin-bottom: 30px;
    margin-top: 30px;
}

.my-40 {
    margin-bottom: 40px;
    margin-top: 40px;
}

.my-50 {
    margin-bottom: 50px;
    margin-top: 50px;
}

.my-60 {
    margin-bottom: 60px;
    margin-top: 60px;
}

.my-70 {
    margin-bottom: 70px;
    margin-top: 70px;
}

.my-80 {
    margin-bottom: 80px;
    margin-top: 80px;
}

.my-90 {
    margin-bottom: 90px;
    margin-top: 90px;
}

.my-100 {
    margin-bottom: 100px;
    margin-top: 100px;
}

@media only screen and (max-width: 1200px) {
    .mt-lg-0 {
        margin-top: 0;
    }

    .mt-lg-5 {
        margin-top: 5px;
    }

    .mt-lg-10 {
        margin-top: 10px;
    }

    .mt-lg-15 {
        margin-top: 15px;
    }

    .mt-lg-20 {
        margin-top: 20px;
    }

    .mt-lg-30 {
        margin-top: 30px;
    }

    .mt-lg-40 {
        margin-top: 40px;
    }

    .mt-lg-50 {
        margin-top: 50px;
    }

    .mt-lg-60 {
        margin-top: 60px;
    }

    .mt-lg-70 {
        margin-top: 70px;
    }

    .mt-lg-80 {
        margin-top: 80px;
    }

    .mt-lg-90 {
        margin-top: 90px;
    }

    .mt-lg-100 {
        margin-top: 100px;
    }

    .mb-lg-0 {
        margin-bottom: 0;
    }

    .mb-lg-5 {
        margin-bottom: 5px;
    }

    .mb-lg-10 {
        margin-bottom: 10px;
    }

    .mb-lg-15 {
        margin-bottom: 15px;
    }

    .mb-lg-20 {
        margin-bottom: 20px;
    }

    .mb-lg-30 {
        margin-bottom: 30px;
    }

    .mb-lg-40 {
        margin-bottom: 40px;
    }

    .mb-lg-50 {
        margin-bottom: 50px;
    }

    .mb-lg-60 {
        margin-bottom: 60px;
    }

    .mb-lg-70 {
        margin-bottom: 70px;
    }

    .mb-lg-80 {
        margin-bottom: 80px;
    }

    .mb-lg-90 {
        margin-bottom: 90px;
    }

    .mb-lg-100 {
        margin-bottom: 100px;
    }
}

@media only screen and (max-width: 991px) {
    .mt-md-0 {
        margin-top: 0;
    }

    .mt-md-5 {
        margin-top: 5px;
    }

    .mt-md-10 {
        margin-top: 10px;
    }

    .mt-md-15 {
        margin-top: 15px;
    }

    .mt-md-20 {
        margin-top: 20px;
    }

    .mt-md-30 {
        margin-top: 30px;
    }

    .mt-md-40 {
        margin-top: 40px;
    }

    .mt-md-50 {
        margin-top: 50px;
    }

    .mt-md-60 {
        margin-top: 60px;
    }

    .mt-md-70 {
        margin-top: 70px;
    }

    .mt-md-80 {
        margin-top: 80px;
    }

    .mt-md-90 {
        margin-top: 90px;
    }

    .mt-md-100 {
        margin-top: 100px;
    }

    .mb-md-0 {
        margin-bottom: 0;
    }

    .mb-md-5 {
        margin-bottom: 5px;
    }

    .mb-md-10 {
        margin-bottom: 10px;
    }

    .mb-md-15 {
        margin-bottom: 15px;
    }

    .mb-md-20 {
        margin-bottom: 20px;
    }

    .mb-md-30 {
        margin-bottom: 30px;
    }

    .mb-md-40 {
        margin-bottom: 40px;
    }

    .mb-md-50 {
        margin-bottom: 50px;
    }

    .mb-md-60 {
        margin-bottom: 60px;
    }

    .mb-md-70 {
        margin-bottom: 70px;
    }

    .mb-md-80 {
        margin-bottom: 80px;
    }

    .mb-md-90 {
        margin-bottom: 90px;
    }

    .mb-md-100 {
        margin-bottom: 100px;
    }
}

@media only screen and (max-width: 767px) {
    .mt-sm-0 {
        margin-top: 0;
    }

    .mt-sm-5 {
        margin-top: 5px;
    }

    .mt-sm-10 {
        margin-top: 10px;
    }

    .mt-sm-15 {
        margin-top: 15px;
    }

    .mt-sm-20 {
        margin-top: 20px;
    }

    .mt-sm-30 {
        margin-top: 30px;
    }

    .mt-sm-40 {
        margin-top: 40px;
    }

    .mt-sm-50 {
        margin-top: 50px;
    }

    .mt-sm-60 {
        margin-top: 60px;
    }

    .mt-sm-70 {
        margin-top: 70px;
    }

    .mt-sm-80 {
        margin-top: 80px;
    }

    .mt-sm-90 {
        margin-top: 90px;
    }

    .mt-sm-100 {
        margin-top: 100px;
    }

    .mb-sm-0 {
        margin-bottom: 0;
    }

    .mb-sm-5 {
        margin-bottom: 5px;
    }

    .mb-sm-10 {
        margin-bottom: 10px;
    }

    .mb-sm-15 {
        margin-bottom: 15px;
    }

    .mb-sm-20 {
        margin-bottom: 20px;
    }

    .mb-sm-30 {
        margin-bottom: 30px;
    }

    .mb-sm-40 {
        margin-bottom: 40px;
    }

    .mb-sm-50 {
        margin-bottom: 50px;
    }

    .mb-sm-60 {
        margin-bottom: 60px;
    }

    .mb-sm-70 {
        margin-bottom: 70px;
    }

    .mb-sm-80 {
        margin-bottom: 80px;
    }

    .mb-sm-90 {
        margin-bottom: 90px;
    }

    .mb-sm-100 {
        margin-bottom: 100px;
    }
}

@media only screen and (max-width: 576px) {
    .mt-xs-0 {
        margin-top: 0;
    }

    .mt-xs-5 {
        margin-top: 5px;
    }

    .mt-xs-10 {
        margin-top: 10px;
    }

    .mt-xs-15 {
        margin-top: 15px;
    }

    .mt-xs-20 {
        margin-top: 20px;
    }

    .mt-xs-30 {
        margin-top: 30px;
    }

    .mt-xs-40 {
        margin-top: 40px;
    }

    .mt-xs-50 {
        margin-top: 50px;
    }

    .mt-xs-60 {
        margin-top: 60px;
    }

    .mt-xs-70 {
        margin-top: 70px;
    }

    .mt-xs-80 {
        margin-top: 80px;
    }

    .mt-xs-90 {
        margin-top: 90px;
    }

    .mt-xs-100 {
        margin-top: 100px;
    }

    .mb-xs-0 {
        margin-bottom: 0;
    }

    .mb-xs-5 {
        margin-bottom: 5px;
    }

    .mb-xs-10 {
        margin-bottom: 10px;
    }

    .mb-xs-15 {
        margin-bottom: 15px;
    }

    .mb-xs-20 {
        margin-bottom: 20px;
    }

    .mb-xs-30 {
        margin-bottom: 30px;
    }

    .mb-xs-40 {
        margin-bottom: 40px;
    }

    .mb-xs-50 {
        margin-bottom: 50px;
    }

    .mb-xs-60 {
        margin-bottom: 60px;
    }

    .mb-xs-70 {
        margin-bottom: 70px;
    }

    .mb-xs-80 {
        margin-bottom: 80px;
    }

    .mb-xs-90 {
        margin-bottom: 90px;
    }

    .mb-xs-100 {
        margin-bottom: 100px;
    }
}

/* ------------ my css ------------ */

.section-sp1 {
    padding-top: 20px;
    padding-bottom: 10px;
}

.sectionservice-wrap {
    background-color: #7a7a7a;
}

.sectionservice-sp2 {
    padding-top: 51px;
    padding-bottom: 50px;
}

.servicerelated-sp5 {
    padding-top: 72px;
    padding-bottom: 29px;
}

.sectionchooseus-sp3 {
    padding-top: 26px;
    padding-bottom: 0px;
}

.sectionblogs-sp4 {
    padding-top: 48px;
    padding-bottom: 56px;
}

.comparepage-sp2 {
    padding-top: 65px;
    padding-bottom: 36px;
}

/* --------------- compare page css ------------ */

.compare-card {
    border: 1px solid #E1E1F0;
    margin-bottom: 30px;
    border-radius: 5px;
    background: #fff;
    height: auto;
    position: relative;
    padding: 15px 0 26px 0;
    display: flex;
    /* box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px; */
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
}

.compare-card-focus {
    border: 2px solid #e63d32;
}

.compareimg-wrap {
    padding: 19px 13px 16px 14px;
    text-align: center;
}

.compareform-wrap {
    text-align: center;
}

/* --------------- compare page css ------------ */


/* ----------- verification modal popup css -------- */

.trigger {
    text-align: center;
    padding: 7px 13px;
    background: #3e3e3e;
    color: #fff;
    font-size: 15px;
    outline: none;
    border: none;
    border-radius: 5px;
    font-family: cursive;
}

.modal-verification {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    transform: scale(1.1);
    transition: visibility 0s linear 0.25s, opacity 0.25s 0s, transform 0.25s;
}

.modal-content-verification {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: white;
    padding: 1rem 1.5rem;
    border-radius: 0.5rem;
}

.bgWhite .title {
    font-weight: 600;
    margin-top: 20px;
    font-size: 24px
}

.bgWhite .customBtn {
    border-radius: 0px;
    padding: 10px;
    border-radius: 5px;
}

.rotat {
    transform: rotate(180deg);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.forminput input {
    display: inline-block;
    width: 50px;
    height: 49px;
    text-align: center;
    outline: 0px;
}

.close-button-verification {
    float: right;
    width: 1.5rem;
    line-height: 1.5rem;
    text-align: center;
    cursor: pointer;
    color: #fff;
    font-weight: 600;
    border-radius: 0.25rem;
    background-color: #e63d32;
}

    .close-button-verification:hover {
        background-color: #e63d32;
    }

.show-modal-verification {
    opacity: 1;
    visibility: visible;
    transform: scale(1.0);
    transition: visibility 0s linear 0s, transform 0.25s;
    z-index: 9;
}

.couponflex {
    display: inline-flex;
    width: 100%;
    justify-content: space-between;
    align-items: center
}

.btnred {
    background: #e63d32;
    padding: 10px 25px;
    color: white;
    border: 0px;
    line-height: 1;
    border-radius: 6px;
}

.couponsearch {
    width: 100%;
    padding: 10px;
    border-radius: 5px;
    margin-bottom: 20px;
    border: 1px solid gray;
}

.quotes_compare_container .quotes_compare_container_wrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
    max-width: 1170px;
    margin: 0 auto;
}

.quotes_compare_div {
    display: flex;
    flex-direction: row;
    width: 70%;
    align-items: center;
}

.quotes_compare_image {
    width: 70px;
}

    .quotes_compare_image picture {
        width: 70px;
        height: 35px;
        border: 1px solid #dfe1e6;
        border-radius: 8px;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 8px;
        background: #fff;
    }

.quotes_compare_span_plan_name {
    font-size: 13px;
    color: #253858;
    width: 100%;
    margin-left: 16px;
    width: calc(100% - 86px);
    font-weight: 700;
}

.compare_plan_name2 {
    display: inline-block;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.cover_compare {
    font-size: 12px;
    color: #7a869a;
    font-weight: 400;
    display: block;
    margin-top: 4px;
}

    .cover_compare span {
        color: #7a869a;
        font-size: 12px;
    }

.div_remove_compare {
    height: 19px;
    width: 19px;
    display: flex;
    cursor: pointer;
    justify-content: center;
    border: 1px solid #253858;
    text-align: center;
    border-radius: 100%;
    background: #fff;
    z-index: 1;
    position: absolute;
    right: -6px;
    top: -8px;
}

.quotes_compare_buttons_div {
    width: 30%;
    display: flex;
    flex-direction: row;
    align-items: center;
}

    .quotes_compare_buttons_div &gt; button {
        width: 100%;
    }

.apply_button, .btn {
    -webkit-appearance: none;
    font-weight: 700;
    border-radius: 8px;
    cursor: pointer;
    text-transform: lowercase;
    transition: background .5s ease-in-out;
    position: relative;
    background: #e63d32;
    /*color: #fff!important;*/
    font-size: 16px;
    border: none;
}

.primaryMainCta {
    -webkit-appearance: none;
    font-weight: 700;
    border-radius: 8px;
    /*text-transform: lowercase;*/
    transition: background .5s ease-in-out;
    position: relative;
    height: 48px;
    background: #e63d32;
    color: #fff !important;
    font-size: 16px;
    border: none;
}

.quotes_compare_buttons_div &gt; button {
    width: 100%;
}

.close_button, .secondaryTxtCta {
    -webkit-appearance: none;
    font-weight: 700;
    border-radius: 8px;
    cursor: pointer;
    text-transform: lowercase;
    transition: background .5s ease-in-out;
    position: relative;
    height: 48px;
    background: #ff5630;
    color: #fff !important;
    font-size: 16px;
    background: #fff;
    color: #ff5630 !important;
    border: none;
}

.slideDown {
    background: #ace;
    display: none;
    box-shadow: -1px -9px 12px 1px #00000017;
}

.grab {
    background: #e63d32;
    color: white;
    padding: 4px 20px;
    border-radius: 5px 5px 0px 0px;
    cursor: pointer;
}

.addtext {
    font-weight: 600;
    font-size: 16px;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.19;
    letter-spacing: .14px;
    width: 100%;
}

.ln0Pt {
    color: #e73c33;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    margin-top: 10px;
    letter-spacing: .2px;
    text-align: left;
    font-size: 14px;
}

.addon {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 16px 16px 12px;
    min-height: 104px;
    min-height: 6.5rem;
    max-height: 132.8px;
    max-height: 8.3rem;
}

.adddes {
    font-size: 15px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.27;
    letter-spacing: .14px;
    text-align: center;
    color: #4a4a4a;
}

._3Cb0q {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 5px 15px;
    border-top: 1px solid rgba(0,0,0,.1);
    align-items: center;
}

.paymentplan-item input[type="radio"]:checked + .card-body {
    border: 2px solid #216ee0;
    background: #eaf1fe;
    -webkit-transition: ease-in 0.3s;
    -o-transition: ease-in 0.3s;
    transition: ease-in 0.3s;
}

.plan input[type="radio"] {
    position: absolute;
    opacity: 0;
}

.plan {
    cursor: pointer;
}

    .plan .plan-content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 0;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        border: 2px solid #e1e2e7;
        border-radius: 10px;
        -webkit-transition: -webkit-box-shadow 0.4s;
        transition: -webkit-box-shadow 0.4s;
        -o-transition: box-shadow 0.4s;
        transition: box-shadow 0.4s;
        transition: box-shadow 0.4s, -webkit-box-shadow 0.4s;
        position: relative;
    }

        .plan .plan-content img {
            margin-right: 30px;
            height: 72px;
        }

    .plan .plan-details span {
        margin-bottom: 10px;
        display: block;
        font-size: 20px;
        line-height: 24px;
        color: #252f42;
    }

    .plan .plan-details p {
        color: #646a79;
        font-size: 14px;
        line-height: 18px;
    }

    .plan .plan-content:hover {
        -webkit-box-shadow: 0px 3px 5px 0px #e8e8e8;
        box-shadow: 0px 3px 5px 0px #e8e8e8;
    }

    .plan input[type="radio"]:checked + .plan-content:after {
        content: "";
        position: absolute;
        height: 12px;
        width: 13px;
        background: #e63d32;
        right: 20px;
        top: 20px;
        border-radius: 100%;
        border: 2px solid #fff;
        -webkit-box-shadow: 0px 0px 0px 2px #f44336;
        box-shadow: 0px 0px 0px 2px #e64136;
    }

    .plan input[type="radio"]:checked + .plan-content {
        border: 2px dotted #f44336;
        background: #fef7f7;
        -webkit-transition: ease-in 0.3s;
        -o-transition: ease-in 0.3s;
        transition: ease-in 0.3s;
    }

._1QEN9 {
    padding-bottom: 10px;
}

._11l8H {
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px;
    width: -webkit-fill-available;
    cursor: pointer;
    border-radius: 4px;
    border: 0.5px solid #e6e6e6;
    position: relative;
}

    ._11l8H .toggle-title {
        position: absolute;
        top: 50px;
        right: 0;
    }

._3tKts {
    display: -ms-flexbox;
    display: flex;
    padding: 12px 7px;
}

._1F52f {
    font-weight: 600;
    font-size: 16px;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.19;
    letter-spacing: .14px;
    width: 100%;
}

._3RzBa {
    width: 70px;
    height: 70px;
    -o-object-fit: contain;
    object-fit: contain;
}

._3bPwy {
    margin-top: 12px;
    margin-left: 14px;
}

._3XqXc {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: 12px;
    font-size: 16px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.42;
    letter-spacing: .11px;
    color: grey;
    margin-top: 4px;
    margin-left: 1px;
}

._1L3jw {
    border-top: 0.5px solid #e6e6e6;
    border-bottom: 0.5px solid #e6e6e6;
    padding: 12px 0;
}

._3C5UO {
    width: 22px;
    height: 22px;
    -o-object-fit: contain;
    object-fit: contain;
}

.jHbgN, ._2FhO1 {
    font-size: 14px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 2;
    letter-spacing: .11px;
    text-align: left;
    color: grey;
    padding-left: 5px;
}

._1bYiu {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin: 3px;
}

._1YmtZ {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 5px 15px 0;
    align-items: center;
}

._1gPhv, ._2gEoh {
    display: -ms-flexbox;
    display: flex;
}

._2q3Ps {
    font-size: 15px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.27;
    letter-spacing: .14px;
    text-align: center;
    color: #4a4a4a;
}

.toggle-title i {
    font-size: 1.5em;
}

.toggled-on .fa-angle-down {
    display: none;
}

.fa-fw {
    width: 1.28571429em;
    text-align: center;
}

.toggled-off .toggle-content {
    display: none;
}

.toggled-off .fa-angle-up {
    display: none;
}

@media only screen and (min-width: 1024px) {
    ._1F52f {
        text-align: left;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        font-size: 18px;
    }

    .quotes_compare_div &gt; div {
        width: 33.33333% !important;
    }

    .addon {
        min-height: 8.3rem;
        max-height: 12rem;
    }

    .addtext {
        text-align: left;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        font-size: 18px;
    }
}

.quotes_compare_plan_name {
    position: relative;
    border: 1px solid #dfe1e6;
    background-color: #fff;
    border-radius: 8px;
}

.quotes_compare_plan_add, .quotes_compare_plan_name {
    padding: 10px;
    height: 70px;
    width: 100%;
    margin-left: 16px;
    margin-right: 16px;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.span_cross {
    line-height: 1;
}
/* ----------- verification modal popup css -------- */

/* ---------------  related-policy css ----------- */

.filterbanner-banner {
    background: #fff;
    background-size: 50%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-bottom: 1px solid #cfcfcf;
    padding: 1px 0 8px 0;
    border-top: 1px solid #cfcfcf;
    box-shadow: rgb(0 0 0 / 10%) 0px 4px 12px;
    /* box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px; */
    position: relative;
    overflow: hidden;
}

.filterpage-separet {
    /* padding: 0 14px 0 130px; */
    padding: 0 38px 0 167px;
}

.filterbanner-banner h5 {
    font-size: 14px;
    margin: 11px 9px 0;
}



.fileter-container {
    display: flex;
    width: 100%;
    background-color: #fff;
    margin: 2px 0 0px 0;
    border-radius: 5px;
    /* justify-content: center; */
    /* padding: 0px 9px 1px 8px; */
}

.fileter-item {
    color: #cbc6c6;
    margin: 4px;
    /* width: 100%; */
    /*border: 2px solid #d7d7d7;*/
    font-weight: 500;
    cursor: pointer;
    /* border: 2px solid #c3c0c0; */
    padding: 8px 8px 8px 8px;
    border-radius: 30px;
    text-align: center;
    /* border-radius: 8px; */
    font-size: 13px;
}

    .fileter-item a {
        color: #000;
        font-weight: 600;
        text-transform: capitalize;
    }


    .fileter-item .btn-common {
        padding: 7px 14px;
        display: inline-block;
        border-radius: 0;
        font-size: 14px;
        background-color: #e63d32;
        border-radius: 6px;
        font-weight: 600;
        color: #fff;
        text-transform: capitalize;
        font-family: 'Poppins', sans-serif;
    }

.related-aside {
    width: 100%;
    border-radius: 5px;
    background-color: #fff;
    height: auto;
    padding: 10px;
    position: sticky;
    position: -webkit-sticky;
    top: 95px;
    border: 1px solid #e63d32;
}

.related-asidewrap {
    width: 100%;
    border-radius: 4px;
    box-shadow: 0 3px 6px 0 rgb(0 0 0 / 16%);
    background-color: #fff;
    height: auto;
    /* padding: 8px 0 0; */
    padding: 4px 0 0px 0;
    margin: 15px 0 0 0;
    position: relative;
    /* top: 95px;*/
}

    .related-asidewrap ul li {
        font-weight: 700;
        font-size: 14px;
        border-bottom: 1px solid #b3bac5;
        padding-bottom: 12px;
        padding-top: 11px;
        padding-left: 16px;
    }

    .related-asidewrap li i {
        color: #e63d32;
    }

.related-heding {
    font-weight: 700;
    font-size: 17px;
    border-bottom: 1px solid #b3bac5;
    padding-bottom: 14px;
    padding-top: 6px;
}


#back-arrow {
    position: absolute;
    left: 0;
    margin: -42px 7px 0 -35px;
    color: #a39d9d;
    /* font-size: 16px; */
    border-radius: 20px;
    border: 2px solid #cbc6c6;
    font-weight: 600;
    cursor: pointer;
    background-color: #f2f3f3;
    padding: 7px 8px 6px 7px;
}

#next-arrow {
    position: absolute;
    right: 0;
    margin: -42px -35px 0 7px;
    color: #a39d9d;
    /* font-size: 16px; */
    border-radius: 20px;
    border: 2px solid #cbc6c6;
    font-weight: 600;
    cursor: pointer;
    background-color: #f2f3f3;
    padding: 7px 8px 6px 7px;
}



.discount-container {
    display: flex;
    width: 100%;
    background-color: #f9f9f9;
    margin: 13px 0 -2px 0;
    /* justify-content: center; */
    padding: 0px 9px 1px 8px;
}

.discount-item {
    color: #504e4e;
    margin: 4px;
    width: 100%;
    font-weight: 600;
    cursor: pointer;
    /* border: 2px solid #c3c0c0; */
    padding: 5px 8px 4px 8px;
    /* border-radius: 8px; */
    font-size: 16px;
}

    .discount-item i {
        background-color: #e63d32;
        color: #fff;
        padding: 5px 6px 4px 6px;
        margin: 0 1px 0 8px;
        border-radius: 14px;
    }

    .discount-item span {
        color: #e63d32;
        font-weight: 600;
    }

.policydate-container {
    display: flex;
    width: 100%;
    background-color: #fff;
    margin: 13px 0 -12px 0px;
    justify-content: space-between;
    padding: 0px 15px 1px 15px;
}

.policydate-item {
    color: #838383;
    margin: 4px;
    /* width: 49%; */
    font-weight: 500;
    cursor: pointer;
    /* border: 2px solid #c3c0c0; */
    padding: 4px 8px 4px 8px;
    border-radius: 4px;
    font-size: 12px;
    border: 1px solid #ebebeb;
}

.round {
    position: absolute;
}

.round-span {
    position: relative;
    margin: 7px 0 0 38px;
    font-size: 13px;
    color: #6c6c6c;
    font-weight: 600;
}

.round label {
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 26%;
    cursor: pointer;
    height: 27px;
    left: 0;
    position: absolute;
    top: 0;
    width: 28px;
}

    .round label:after {
        border: 2px solid #fff;
        border-top: none;
        border-right: none;
        content: "";
        height: 6px;
        left: 7px;
        opacity: 0;
        position: absolute;
        top: 8px;
        transform: rotate(-45deg);
        width: 12px;
    }

.round input[type="checkbox"] {
    visibility: hidden;
}

    .round input[type="checkbox"]:checked + label {
        background-color: #66bb6a;
        border-color: #66bb6a;
    }

        .round input[type="checkbox"]:checked + label:after .primaryMainCta
        opacity: 1;
        }

.claim-container {
    display: flex;
    width: 100%;
    background-color: #f1fdf7;
    margin: 24px 0 -12px 0;
    /* justify-content: center; */
    padding: 0px 9px 1px 8px;
}

.claim-item:nth-child(1) {
    color: #504e4e;
    margin: 4px;
    width: 100%;
    font-weight: 500;
    /* border: 2px solid #c3c0c0; */
    padding: 5px 8px 4px 8px;
    /* border-radius: 8px; */
    font-size: 10px;
}

.compareservice-cv .claim-item:nth-child(1), .compareservice-cv .claim-item {
    width: 26%;
}

    .compareservice-cv .claim-item:last-child {
        width: 20%;
    }

.claim-container.compareservice-cv {
    font-size: 14px;
    align-items: center;
    padding: 5px 10px;
}

    .claim-container.compareservice-cv .fa {
        color: #66bb6a;
        font-size: 16px;
        padding: 0 1px;
    }

    .claim-container.compareservice-cv .btn-policy {
        font-size: 14px;
        padding: 7px 10px;
    }

.claim-item:nth-child(2) &gt; a {
    color: #fff;
    margin: 12px 0 0 0;
    width: 100%;
    text-align: end;
    font-weight: 500;
    /* background-color: #66bb6a; */
    cursor: pointer;
    /* border: 2px solid #c3c0c0; */
    padding: 5px 8px 4px 8px;
    /* border-radius: 8px; */
    font-size: 13px;
}

    .claim-item:nth-child(2) &gt; a:hover {
        background: #347437;
    }

.claim-item:nth-child(1) span {
    color: #282828;
    font-weight: 600;
}

    .claim-item:nth-child(1) span &gt; i {
        color: #d71010;
    }

.btn-policy {
    padding: 7px 20px;
    display: inline-block;
    border-radius: 0;
    font-size: 16px;
    background-color: #66bb6a;
    border-radius: 6px;
    font-weight: 400;
    color: #fff;
    text-transform: capitalize;
    font-family: 'Poppins', sans-serif;
}

    .btn-policy:hover {
        background-color: #66bb6a;
        color: #fff;
    }


.policydetail-container {
    display: flex;
    width: 100%;
    background-color: #fff;
    margin: 29px 0 -9px 0px;
    justify-content: flex-start;
    padding: 9px 9px 14px 8px;
}

.policydetail-item {
    color: #000;
    margin: 4px;
    font-weight: 600;
    cursor: pointer;
    /* border: 2px solid #c3c0c0; */
    padding: 4px 8px 4px 8px;
    border-radius: 8px;
    font-size: 16px;
}

.cardimagepolicy img {
    height: 30px;
}

.m-d-flex {
    display: flex;
    align-items: center;
}

.policydetail-item span {
    color: #525252;
    font-size: 13px;
    font-weight: 500;
}

.viewallplans {
    color: #1cb521 !important;
    font-weight: 600 !important;
    font-size: 13px;
    cursor: pointer;
}

#hidedesktop {
    display: none;
}

#hidemobile {
    display: block;
    text-align: center;
}

.cardimagepolicy {
    border: 0px solid #E1E1F0;
    margin-bottom: 30px;
    border-radius: 0px;
    box-shadow: 0px 36px 48px rgb(31 66 135 / 4%);
    background: #fff;
    position: absolute;
    margin: 0px 0px 0 -130px;
    border-right: 1px solid #eddcdc;
    width: 130px;
    height: 89px;
    background: #fff;
    border-radius: 10px 0 0 10px;
    padding: 18px 17px 11px 11px;
}

.policydetail-item .btn-common {
    padding: 3px 13px;
    display: inline-block;
    border-radius: 0;
    font-size: 15px;
    background-color: #e63d32;
    border-radius: 6px;
    font-weight: 400;
    color: #fff;
    text-transform: capitalize;
    font-family: 'Poppins', sans-serif;
}

.policydetail-item img {
    width: 70%;
}

.servicedetail-container {
    display: flex;
    width: 100%;
    background-color: #fff;
    margin: 13px 0 -12px 0;
    border-bottom: 2px solid #e7e0e0;
    justify-content: space-between;
    padding: 0px 9px 1px 8px;
}

.servicedetail-item {
    color: #000;
    margin: 4px;
    width: 98%;
    /* background-color: #2e893f; */
    font-weight: 500;
    cursor: pointer;
    text-align: center;
    /* border: 2px solid #c3c0c0; */
    padding: 3px 5px 1px 3px;
    border-radius: 8px;
    font-size: 15px;
}



#clickcity.active {
    background-color: #000;
    color: #fff;
}

#clickbrand.active {
    background-color: #000;
    color: #fff;
}

#clickmodel.active {
    background-color: #000;
    color: #fff;
}

#clickfuel.active {
    background-color: #000;
    color: #fff;
}

#clickcarvariant.active {
    background-color: #000;
    color: #fff;
}

#clickregistration.active {
    background-color: #000;
    color: #fff;
}

#allpolicy.active {
    background-color: #e63d32;
    color: #fff;
    font-weight: 600;
}

#oilchange.active {
    background-color: #e63d32;
    color: #fff;
    font-weight: 600;
}

#breakrepair.active {
    background-color: #e63d32;
    color: #fff;
    font-weight: 600;
}

#carwheel.active {
    background-color: #e63d32;
    color: #fff;
    font-weight: 600;
}

.discount-band {
    padding: 4px 4px 4px 4px;
    background-color: #a9e5e5;
    width: 100%;
    font-weight: 500;
    color: #000;
    font-size: 14px;
}

    .discount-band span {
        color: #0a4c91;
        font-weight: 600;
    }

    .discount-band i {
        background-color: #0a4c91;
        color: #fff;
        padding: 5px 6px 4px 6px;
        margin: 0 1px 0 8px;
        border-radius: 14px;
    }

/* ---------------  related-policy css ----------- */

/* ----------- Checkout page css ------------ */

.wrapper-inner {
    background: #fff;
    width: 100%;
    display: flex;
    padding: 16px;
    align-items: center;
    border-radius: 0;
}

.flex-wrap {
    flex-wrap: wrap;
}

.logo-wrap {
    margin-right: 39px;
}

.plan-name h2 {
    font-size: 18px;
}

.plan-name p {
    font-size: 14px;
}

.plan-name {
    flex: 1;
}
.plan-name ul,ol li{
    line-height:1.8;
    list-style: circle;

}

    .plan-name span {
        display: inline-block;
        margin: 0;
        position: relative;
        font-size:14px;
    }

._11l8H .reecommended-Add-on {
    margin-right: 20px !important
}

.starPartnerStrip {
    background: #e63d3240;
    font-size: 12px;
    font-weight: 600;
    color: #e63d32;
    cursor: pointer;
    text-align: center;
    width: 104%;
    margin: 0 -16px;
    position: relative;
    bottom: -16px;
    padding: 4px 16px;
}

.inner_right_section .section_right {
    justify-content: space-between;
    font-size: 14px;
    padding: 10px 0 0;
}

.summary-container {
    display: flex;
    width: 100%;
    background-color: #fff;
    margin: 6px 0 -1px 0;
    /* border-bottom: 2px solid #e7e0e0; */
    justify-content: space-between;
    padding: 0px 9px 1px 2px;
}

.summary-item:nth-child(1) {
    color: #253858;
    margin: 4px;
    /* width: 98%; */
    /* background-color: #2e893f; */
    font-weight: 600;
    cursor: pointer;
    text-align: center;
    /* border: 2px solid #c3c0c0; */
    padding: 3px 5px 6px 12px;
    border-radius: 8px;
    font-size: 13px;
}

.summary-item:nth-child(2) {
    color: #253858;
    margin: 4px;
    /* width: 98%; */
    /* background-color: #2e893f; */
    font-weight: 600;
    cursor: pointer;
    text-align: center;
    /* border: 2px solid #c3c0c0; */
    padding: 3px 5px 6px 12px;
    border-radius: 8px;
    font-size: 14px;
}

.selectservice-container {
    display: flex;
    width: 97%;
    background-color: #fff;
    margin: 3px -10px 3px 5px;
    border: 2px dashed #8a8d91;
    /* border-bottom: 2px solid #e7e0e0; */
    justify-content: space-between;
    padding: 6px 0px 2px 2px;
}

.selectservice-item:nth-child(1) {
    color: #253858;
    margin: 4px;
    /* width: 98%; */
    /* background-color: #2e893f; */
    font-weight: 500;
    cursor: pointer;
    text-align: center;
    /* border: 2px solid #c3c0c0; */
    padding: 3px 5px 6px 12px;
    border-radius: 8px;
    font-size: 13px;
}

.selectservice-item:nth-child(2) {
    color: #e63d32;
    margin: 4px;
    /* width: 98%; */
    /* background-color: #2e893f; */
    font-weight: 600;
    cursor: pointer;
    text-align: center;
    /* border: 2px solid #c3c0c0; */
    padding: 3px 5px 6px 12px;
    border-radius: 8px;
    font-size: 13px;
}


.coupon-container {
    display: flex;
    width: 97%;
    background-color: #fff;
    margin: 3px -10px 3px 5px;
    border: 2px dashed #35afff;
    /* border-bottom: 2px solid #e7e0e0; */
    justify-content: space-between;
    padding: 6px 0px 2px 2px;
}

.coupon-item:nth-child(1) {
    color: #253858;
    margin: 4px;
    /* width: 98%; */
    /* background-color: #2e893f; */
    font-weight: 600;
    cursor: pointer;
    text-align: center;
    /* border: 2px solid #c3c0c0; */
    padding: 3px 5px 6px 12px;
    border-radius: 8px;
    font-size: 13px;
}

.coupon-item:nth-child(2) {
    color: #35afff;
    margin: 4px;
    /* width: 98%; */
    /* background-color: #2e893f; */
    font-weight: 600;
    cursor: pointer;
    text-align: center;
    /* border: 2px solid #c3c0c0; */
    padding: 3px 5px 6px 12px;
    border-radius: 8px;
    font-size: 13px;
}

.coupon-icon {
    background-color: #35afff;
    padding: 4px 5px 4px 5px;
    border-radius: 17px;
    color: #fff;
}

.riders-container {
    display: flex;
    /* width: 97%; */
    border-radius: 8px;
    background-color: #fff;
    margin: 3px -9px 3px 5px;
    border: 2px solid #ededed;
    /* border-bottom: 2px solid #e7e0e0; */
    justify-content: space-between;
    padding: 6px 0px 2px 2px;
}

.riders-item:nth-child(1) {
    color: #000;
    margin: 4px;
    /* width: 98%; */
    /* background-color: #2e893f; */
    font-weight: 600;
    cursor: pointer;
    text-align: center;
    /* border: 2px solid #c3c0c0; */
    padding: 3px 5px 6px 12px;
    border-radius: 8px;
    font-size: 13px;
}

.riders-item &gt; h6 {
    font-size: 15px;
    text-align: justify;
}

.riders-item &gt; p {
    font-size: 13px;
    font-weight: 500;
    color: #777777;
    margin-bottom: 0;
}

.riders-item:nth-child(2) {
    color: #f36161;
    margin: 17px 11px 16px 0;
    /* width: 98%; */
    /* background-color: #2e893f; */
    /* line-height: 4px; */
    font-weight: 600;
    cursor: pointer;
    text-align: center;
    height: 38px;
    border: 2px solid #f36161;
    padding: 7px 16px 7px 12px;
    border-radius: 8px;
    font-size: 13px;
}

    .riders-item:nth-child(2).active {
        background-color: #26991e;
        border: none;
        color: #fff;
        font-weight: 600;
        border: 2px solid #26991e;
        padding: 7px 16px 7px 12px;
        border-radius: 8px;
        font-size: 13px;
    }


.reecommended-container {
    display: flex;
    /* width: 97%; */
    border-radius: 8px;
    background-color: #fff;
    margin: 3px -9px 3px 5px;
    border: 2px solid #ededed;
    /* border-bottom: 2px solid #e7e0e0; */
    justify-content: space-between;
    padding: 6px 0px 2px 2px;
}

/*.reecommended-item:nth-child(1) {
  color: #000;
    margin: 4px;
   
    font-weight: 600;
    cursor: pointer;
    text-align: center;

    padding: 3px 5px 6px 12px;
    border-radius: 8px;
    font-size: 13px;
}

.reecommended-item:nth-child(2) {
  color: #000;
    margin: 4px;
   
    font-weight: 600;
    cursor: pointer;
    text-align: center;
   
    padding: 3px 5px 6px 12px;
    border-radius: 8px;
    font-size: 13px;
}*/

.reecommended-item &gt; h6 {
    font-size: 15px;
    text-align: justify;
}

.reecommended-item &gt; p {
    font-size: 13px;
    font-weight: 500;
    color: #777777;
    margin-bottom: 0;
}

.close2 {
    position: absolute;
    right: 1px;
    top: -14px;
    font-size: 2em;
    background: none;
    border: 0;
}

.reecommended-item {
    color: #f36161;
    margin: 4px 11px 4px 0;
    /* width: 98%; */
    /* background-color: #2e893f; */
    /* line-height: 4px; */
    font-weight: 600;
    cursor: pointer;
    height: 38px;
    text-align: center;
    border: 2px solid #f36161;
    padding: 7px 16px 7px 12px;
    border-radius: 8px;
    font-size: 13px;
}

    .reecommended-item.active {
        background-color: #26991e;
        border: none;
        color: #fff;
        font-weight: 600;
        border: 2px solid #26991e;
        padding: 7px 16px 7px 12px;
        border-radius: 8px;
        font-size: 13px;
    }

.paymentplan-container {
    display: flex;
    width: 100%;
    background-color: #fff;
    margin: 6px 0 -1px 0;
    /* border-bottom: 2px solid #e7e0e0; */
    justify-content: space-between;
    padding: 0px 9px 1px 2px;
}

.paymentplan-item {
    display: flex;
    color: #253858;
    margin: 4px;
    font-weight: 500;
    cursor: pointer;
    text-align: center;
    padding: 0;
    border-radius: 3px;
    font-size: 16px;
    min-height: 8px;
    min-width: 30%;
    vertical-align: middle;
    align-items: center;
    justify-content: center;
}

    .paymentplan-item .card-body {
        padding: 0;
    }

    .paymentplan-item span {
        font-weight: 600;
        font-size: 16px;
    }

.total-container {
    display: flex;
    width: 100%;
    background-color: #f4f5f7;
    margin: 0px 0 -1px 0;
    border-bottom: 2px solid #e7e0e0;
    justify-content: space-between;
    padding: 6px 9px 1px 2px;
}

.total-item:nth-child(1) {
    color: #253858;
    margin: 4px;
    /* width: 98%; */
    /* background-color: #2e893f; */
    font-weight: 600;
    cursor: pointer;
    text-align: center;
    /* border: 2px solid #c3c0c0; */
    padding: 3px 5px 6px 12px;
    border-radius: 8px;
    font-size: 15px;
}

.total-item:nth-child(2) {
    color: #253858;
    margin: 4px;
    /* width: 98%; */
    /* background-color: #2e893f; */
    font-weight: 600;
    cursor: pointer;
    text-align: center;
    /* border: 2px solid #c3c0c0; */
    padding: 3px 5px 6px 12px;
    border-radius: 8px;
    font-size: 15px;
}








.efective-container {
    display: flex;
    width: 100%;
    background-color: #f1fdf7;
    margin: 0px 0 -1px 0;
    border-bottom: 2px solid #e7e0e0;
    justify-content: space-between;
    padding: 4px 9px 1px 2px;
}

.efective-item:nth-child(1) {
    color: #000;
    margin: 4px;
    /* width: 98%; */
    /* background-color: #2e893f; */
    font-weight: 600;
    cursor: pointer;
    text-align: center;
    /* border: 2px solid #c3c0c0; */
    padding: 3px 5px 6px 12px;
    border-radius: 8px;
    font-size: 12px;
}

.efective-item:nth-child(2) {
    color: #26991e;
    margin: 4px;
    /* width: 98%; */
    /* background-color: #2e893f; */
    font-weight: 600;
    cursor: pointer;
    text-align: center;
    /* border: 2px solid #c3c0c0; */
    padding: 3px 5px 6px 12px;
    border-radius: 8px;
    font-size: 13px;
}

.form-group-checkout {
    width: 47%;
    position: relative;
    display: flex;
    background-color: #f1f1f1;
    padding: 8px;
    border-radius: 9px;
    margin: 11px 7px 0 7px;
}

/* ----------- Checkout page css ------------ */



/* ---------------- payment css ------------------ */


.stepper-container {
    display: flex;
    width: 100%;
    background-color: #fff;
    margin: 6px 0 -1px 0;
    /* border-bottom: 2px solid #e7e0e0; */
    justify-content: space-around;
    padding: 0px 9px 1px 2px;
}

.stepper-item:nth-child(1) {
    color: #383838;
    margin: 10px 0 -2px 0;
    /* width: 98%; */
    /* background-color: #2e893f; */
    font-weight: 600;
    cursor: pointer;
    text-align: center;
    /* border: 2px solid #c3c0c0; */
    padding: 3px 5px 6px 12px;
    border-radius: 8px;
    font-size: 13px;
}

.stepper-item:nth-child(2) {
    color: #383838;
    margin: 10px 0 -2px 0;
    /* width: 98%; */
    /* background-color: #2e893f; */
    font-weight: 600;
    cursor: pointer;
    text-align: center;
    /* border: 2px solid #c3c0c0; */
    padding: 3px 5px 6px 12px;
    border-radius: 8px;
    font-size: 13px;
}

.stepper-item:nth-child(3) {
    color: #383838;
    margin: 10px 0 -2px 0;
    /* width: 98%; */
    /* background-color: #2e893f; */
    font-weight: 600;
    cursor: pointer;
    text-align: center;
    /* border: 2px solid #c3c0c0; */
    padding: 3px 5px 6px 12px;
    border-radius: 8px;
    font-size: 13px;
}

.stepper-item:nth-child(1) &gt; span {
    background-color: #66bb6a;
    padding: 5px 12px 4px 12px;
    margin-bottom: 12px;
    color: #fff;
    border-radius: 18px;
}

.stepper-item:nth-child(1)::after {
    content: "----------------";
    position: absolute;
    margin: -17px 0 0 46px;
}

.stepper-item:nth-child(2)::after {
    content: "----------------";
    position: absolute;
    margin: -17px 0 0 46px;
}

.stepper-item:nth-child(2) &gt; span {
    background-color: #d5d5d5;
    padding: 5px 11px 4px 11px;
    margin-bottom: 12px;
    border-radius: 18px;
}

.stepper-item:nth-child(3) &gt; span {
    background-color: #d5d5d5;
    padding: 5px 11px 4px 11px;
    margin-bottom: 12px;
    border-radius: 18px;
}


/* ---------------- payment css ------------------ */




/* ------------ my css ------------ */



@media only screen and (max-width: 1199px) {
    .section-sp1 {
        padding-top: 80px;
        padding-bottom: 50px;
    }
}

@media only screen and (max-width: 991px) {
    .section-sp1 {
        padding-top: 60px;
        padding-bottom: 30px;
    }
}

@media only screen and (max-width: 575px) {
    .section-sp1 {
        padding-top: 50px;
        padding-bottom: 20px;
    }
}

.section-sp2 {
    padding-top: 100px;
    padding-bottom: 100px;
}

@media only screen and (max-width: 1199px) {
    .section-sp2 {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}

@media only screen and (max-width: 991px) {
    .section-sp2 {
        padding-top: 60px;
        padding-bottom: 60px;
    }
}

@media only screen and (max-width: 575px) {
    .section-sp2 {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}

.section-sp3 {
    padding-top: 100px;
    padding-bottom: 0;
}

@media only screen and (max-width: 1199px) {
    .section-sp3 {
        padding-top: 80px;
    }
}

@media only screen and (max-width: 991px) {
    .section-sp3 {
        padding-top: 60px;
    }
}

@media only screen and (max-width: 575px) {
    .section-sp3 {
        padding-top: 50px;
    }
}

.section-sp4 {
    padding-top: 50px;
    padding-bottom: 50px;
}

.fs10 {
    font-size: 10px;
}

.fs12 {
    font-size: 12px;
}

.fs13 {
    font-size: 13px;
}

.fs14 {
    font-size: 14px;
}

.fs16 {
    font-size: 16px;
}

.fs18 {
    font-size: 18px;
}

.fs20 {
    font-size: 20px;
}

.fs22 {
    font-size: 22px;
}

.fs24 {
    font-size: 24px;
}

.fs26 {
    font-size: 26px;
}

.fs30 {
    font-size: 30px;
    line-height: 40px;
}

.fs35 {
    font-size: 35px;
    line-height: 45px;
}

.fs40 {
    font-size: 40px;
    line-height: 50px;
}

.fs45 {
    font-size: 45px;
    line-height: 55px;
}

.fs50 {
    font-size: 50px;
    line-height: 65px;
}

.fs55 {
    font-size: 55px;
    line-height: 65px;
}

.fs60 {
    font-size: 60px;
    line-height: 70px;
}

.fs70 {
    font-size: 70px;
    line-height: 80px;
}

.fs75 {
    font-size: 75px;
    line-height: 85px;
}

.fs80 {
    font-size: 80px;
    line-height: 90px;
}

.fs90 {
    font-size: 90px;
    line-height: 100px;
}

.fs100 {
    font-size: 100px;
    line-height: 110px;
}

.fw3 {
    font-weight: 300;
}

.fw4 {
    font-weight: 400;
}

.fw5 {
    font-weight: 500;
}

.fw6 {
    font-weight: 600;
}

.fw7 {
    font-weight: 700;
}

.fw8 {
    font-weight: 800;
}

.fw9 {
    font-weight: 900;
}

dl, ul, ol {
    list-style-position: outside;
}

ul, ol {
    margin-bottom: 24px;
}

    ul li, ol li {
        padding: 0;
    }

dl {
    margin-left: 0;
    margin-bottom: 30px;
}

    dl dd {
        margin-bottom: 10px;
    }

.posi-ab {
    position: absolute;
}

.posi-rl {
    position: relative;
}

.posi-st {
    position: static;
}

.zi1 {
    z-index: 1;
}

.zi2 {
    z-index: 2;
}

.zi3 {
    z-index: 3;
}

.zi4 {
    z-index: 4;
}

.zi5 {
    z-index: 5;
}

.zi6 {
    z-index: 6;
}

.zi7 {
    z-index: 7;
}

.zi8 {
    z-index: 8;
}

.zi9 {
    z-index: 9;
}

.zi10 {
    z-index: 10;
}

.zi100 {
    z-index: 100;
}

.zi999 {
    z-index: 999;
}

::selection {
    color: #fff;
    background: #f42222;
}

::-moz-selection {
    color: #fff;
    background: #f42222;
}

::-moz-selection {
    background: #f42222;
    color: #fff;
}

::selection {
    background: #f42222;
    color: #fff;
}

.mfp-gallery {
    list-style: none;
    margin-bottom: 0;
}

.mfp-title {
    display: none;
}

.list-inline li {
    display: inline-block;
}

.full-img {
    width: 100%;
}

.sticky-top {
    top: 100px;
    z-index: 99;
}

.ov-hidden {
    overflow: hidden;
}

.row.spno,
.spno {
    margin-left: 0;
    margin-right: 0;
}

    .row.spno [class*="col"],
    .row.spno [class*="col"],
    .spno [class*="col"],
    .spno [class*="col"] {
        padding-left: 0;
        padding-right: 0;
        /* padding: 10px;*/
    }

.row.sp5,
.sp5 {
    margin-left: -5px;
    margin-right: -5px;
}

    .row.sp5 [class*="col"],
    .row.sp5 [class*="col"],
    .sp5 [class*="col"],
    .sp5 [class*="col"] {
        padding-left: 5px;
        padding-right: 5px;
    }

.row.sp10,
.sp10 {
    margin-left: -10px;
    margin-right: -10px;
}

    .row.sp10 [class*="col"],
    .row.sp10 [class*="col"],
    .sp10 [class*="col"],
    .sp10 [class*="col"] {
        padding-left: 10px;
        padding-right: 10px;
    }

.row.sp10,
.sp10 {
    margin-left: -10px;
    margin-right: -10px;
}

    .row.sp10 [class*="col"],
    .row.sp10 [class*="col"],
    .sp10 [class*="col"],
    .sp10 [class*="col"] {
        padding-left: 10px;
        padding-right: 10px;
    }

.row.sp20,
.sp20 {
    margin-left: -20px;
    margin-right: -20px;
}

    .row.sp20 [class*="col"],
    .row.sp20 [class*="col"],
    .sp20 [class*="col"],
    .sp20 [class*="col"] {
        padding-left: 20px;
        padding-right: 20px;
    }

.page-banner {
    background: #171a1e;
    background-size: 50%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    overflow: hidden;
}

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

.page-banner .container {
    display: table;
    height: 100%;
}

.page-banner .page-banner-entry {
    vertical-align: middle;
    display: table-cell;
    padding-top: 17px;
}

@media only screen and (max-width: 991px) {
    .page-banner .page-banner-entry {
    }
}

@media only screen and (max-width: 767px) {
    .page-banner .page-banner-entry {
        /* padding-top: 60px; */
        padding-top: 6px;
        text-align: center;
    }

        .page-banner .page-banner-entry .breadcrumb-row {
        }
}

.page-banner h1, .page-banner .h1 {
    font-weight: 600;
    font-size: 31px;
    margin-bottom: 5px;
    color: #ffff;
    text-transform: uppercase;
    padding: 30px 0px;
}

    .page-banner h1 span, .page-banner .h1 span {
        display: inline-block;
    }

        .page-banner h1 span:before, .page-banner .h1 span:before, .page-banner h1 span:after, .page-banner .h1 span:after {
            /* content: "//"; */
            color: #f42222;
            font-weight: 900;
            transform: scale(0.98) translateY(-3%);
            display: inline-block;
        }

        .page-banner h1 span:after, .page-banner .h1 span:after {
            margin-left: 20px;
        }

        .page-banner h1 span:before, .page-banner .h1 span:before {
            margin-right: 20px;
        }

@media only screen and (max-width: 991px) {
    .page-banner h1, .page-banner .h1 {
        font-size: 35px;
    }
}

@media only screen and (max-width: 575px) {
    .page-banner h1 span:before, .page-banner .h1 span:before, .page-banner h1 span:after, .page-banner .h1 span:after {
        display: none;
    }
}

.breadcrumb-row {
    font-family: 'Poppins', sans-serif;
}

    .breadcrumb-row ul {
        background: transparent;
        padding: 0;
        margin: 0;
        position: absolute;
        bottom: 0px;
        /*justify-content: center;*/
    }

        .breadcrumb-row ul li {
            padding: 0;
            margin-right: 3px;
            display: inline-block;
            font-size: 14px;
            font-weight: 400;
            color: #fff;
        }

            .breadcrumb-row ul li.active {
                color: #fff;
            }

            .breadcrumb-row ul li i {
                margin-right: 10px;
                font-size: 14px;
            }

            .breadcrumb-row ul li a {
                color: #e63d32;
            }

section {
    position: relative;
}

.title-ext {
    text-transform: capitalize;
    font-weight: 600;
    font-size: 18px;
    letter-spacing: 1px;
}

.navi .nav-tabs .nav-link.active, .navi .nav-tabs .nav-item.show .nav-link {
    color: #e63d32;
    border: 3px solid;
    border-color: #e63d32 #e63d32 #ffffff;
}

.heading-bx {
    margin-bottom: 20px;
}

@media only screen and (max-width: 1199px) {
    .heading-bx {
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 575px) {
    .heading-bx {
        margin-bottom: 20px;
    }
}

.heading-bx.text-white h1, .heading-bx.text-white .h1, .heading-bx.text-white h2, .heading-bx.text-white .h2, .heading-bx.text-white h3, .heading-bx.text-white .h3, .heading-bx.text-white h4, .heading-bx.text-white .h4, .heading-bx.text-white h5, .heading-bx.text-white .h5, .heading-bx.text-white h6, .heading-bx.text-white .h6 {
    color: #000;
}

    .heading-bx.text-white h1:after, .heading-bx.text-white .h1:after, .heading-bx.text-white h2:after, .heading-bx.text-white .h2:after, .heading-bx.text-white h3:after, .heading-bx.text-white .h3:after, .heading-bx.text-white h4:after, .heading-bx.text-white .h4:after, .heading-bx.text-white h5:after, .heading-bx.text-white .h5:after, .heading-bx.text-white h6:after, .heading-bx.text-white .h6:after {
        color: #fff;
    }

.heading-bx.mb-40 {
    margin-bottom: 40px;
}

.heading-bx.mb-30 {
    margin-bottom: 30px;
}

.heading-bx.mb-20 {
    margin-bottom: 20px;
}

.heading-bx .title:after {
    /* content: "//"; */
    color: #f42222;
    font-weight: 900;
    transform: scale(0.93) translateY(-3%);
    display: inline-block;
    margin-left: 5px;
}

.heading-bx p {
    padding-top: 10px;
    font-size: 14px;
}

@media only screen and (max-width: 1199px) {
    .heading-bx p {
        font-size: 14px;
    }
}

.heading-bx.text-center {
    /*max-width: 750px;*/
    margin-left: auto;
    margin-right: auto;
}

.heading-bx.head-col {
    display: flex;
    align-items: center;
}

@media only screen and (max-width: 767px) {
    .paymentplan-container {
        display: block;
    }

    .riders-item:nth-child(2) {
        color: #f36161;
        margin: 12px 11px 16px 0;
        /* width: 98%; */
        /* background-color: #2e893f; */
        /* line-height: 4px; */
        font-weight: 600;
        cursor: pointer;
        text-align: center;
        height: 35px;
        border: 2px solid #f36161;
        padding: 7px 7px 3px 5px;
        border-radius: 8px;
        font-size: 13px;
        white-space: nowrap;
    }

    ._3XqXc {
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        height: auto;
    }

    .heading-bx.head-col {
        display: block;
    }
}

.heading-bx.head-col .title {
    margin-bottom: 0;
}

._2CLCp {
    border-bottom: 0.0625rem solid rgba(0,0,0,.12);
    min-height: 78px;
    min-height: 4.875rem;
}

._248On, .VVNSe, ._2H7jx {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
}

._1Zryi {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    padding: 10px 0px 0px 0px;
}

._3KUu9 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.It7jb {
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: .17px;
    letter-spacing: .010625rem;
    color: #4a4a4a;
    margin-bottom: 0.4375rem;
}

._1ocM5 {
    font-size: 17px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: .17px;
    letter-spacing: .010625rem;
    text-align: left;
    color: #4a4a4a;
}

._2S7ds {
    border: 1px solid hsla(0,0%,60.8%,.3);
    background-color: #fff;
    outline: none;
    padding: 16px;
    font-weight: 400;
    color: #282828;
    margin: 5px 0 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: -webkit-fill-available;
}

._3XW0u {
    font-weight: 500;
    color: rgba(231,60,51,.5);
    cursor: pointer;
}

.hfhyP {
    outline: none;
    border: none;
    text-transform: uppercase;
    width: -webkit-fill-available;
}

._312U9 {
    font-size: 16px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.36;
    letter-spacing: .13px;
    text-align: left;
    color: #282828;
    margin: 1.25rem 0 0 0rem;
}

._2ZI9s {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: -webkit-fill-available;
    text-transform: capitalize;
    border-radius: 8px;
    padding: 1rem 1rem;
    border: 1px solid hsla(0,0%,60.8%,.3);
    background-color: #fff;
    outline: none;
    font-size: 14px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.36;
    letter-spacing: .13px;
    text-align: left;
    color: #282828;
    margin-top: 1.125rem;
}

._2kYFk {
    -o-object-fit: contain;
    object-fit: contain;
    margin-bottom: 5px;
    height: 100%;
}

._27Wfb {
    margin-left: .5rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}

._1Pd-h, ._29U7J {
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    text-align: left;
}

._1Pd-h {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: .95;
    letter-spacing: .18px;
    letter-spacing: .01125rem;
    color: #282828;
}

._29U7J {
    /*margin-left: 0.625rem;*/
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.19;
    letter-spacing: .14px;
    letter-spacing: .00875rem;
    color: #9b9b9b;
}

._2GnH3 {
    cursor: pointer;
    font-size: 14px;
    font-size: .875rem;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: .13px;
    letter-spacing: .008125rem;
    text-align: left;
    color: #e73c33;
    -webkit-transition: -webkit-transform .5s;
    transition: -webkit-transform .5s;
    -o-transition: transform .5s;
    transition: transform .5s;
    transition: transform .5s,-webkit-transform .5s;
}

._3K1Lm {
    border-left: 0.375rem solid #4caf50;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    padding: 1rem 1rem 1rem 0;
}

._263db details[open] summary &gt; span.arrw {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.RW_ij {
    -webkit-margin-after: 7px;
    margin-block-end: 7px;
}

.LmGCu {
    color: #8e8383;
}
._263db{
    margin-top:14px;
}
._263db details {
    margin-top: 13px;
}

._263db summary {
    list-style: none;
    font-weight: 400;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    cursor: pointer;
    font-size: 10px;
}

._263db details p {
    margin: 10px 0;
    font-weight: 500;
    color: #9c8f8f;
    font-size: 10px;
}


._2Njjf {
    background: #fff5f5;
    border: 2px dashed #fd8c83;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    padding: 10px 14px;
    border-radius: 4px;
}

._3mSvm {
    font-size: 14px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.36;
    letter-spacing: .13px;
    text-align: left;
    color: #e73c33;
    cursor: pointer;
}

._3kpbF {
    color: #4cb050;
    font-size: 12px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.36;
    letter-spacing: .13px;
    text-align: left;
}

.RW_ij {
    -webkit-margin-after: 7px;
    margin-block-end: 7px;
    font-size: 14px;
}

._1dv7o, ._29-4V {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    width: -webkit-fill-available;
}

._3XW0u, ._2S7ds {
    font-size: 14px;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.36;
    letter-spacing: .13px;
    text-align: left;
}

._3wbDV {
    font-size: 14px;
    font-size: .875rem;
    font-weight: 500;
    line-height: 1.36;
    letter-spacing: .13px;
    letter-spacing: .008125rem;
    color: #9b9b9b;
}



.WLUxR, .b6jGC {
    font-weight: 300;
    text-align: left;
    color: #282828;
}

._2Ddc7 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: center;
    align-items: center;
}

._3BOjJ {
    text-decoration: line-through;
    font-size: 11px;
    text-align: left;
    color: #b8b8b8;
    margin-right: 10px;
}

._1dTfs {
    font-size: 13px;
    letter-spacing: .05px;
    text-align: left;
    color: #282828;
}

.Hw9si, ._3pvfB {
    width: 14px;
    width: 0.875rem;
    height: 14px;
    height: 0.875rem;
    -o-object-fit: contain;
    object-fit: contain;
    background-color: hsla(0,0%,60.8%,.2);
    border-radius: 1.25rem;
    cursor: pointer;
    line-height: 12px;
    padding: 2px;
    margin-left: 10px;
}

.WLUxR {
    font-size: 14px;
    letter-spacing: .05px;
    max-width: 60%;
}

._248On {
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 7px;
}

@media only screen and (max-width: 767px) {
    .heading-bx.head-col .title {
        margin-bottom: 10px;
    }
}

.heading-bx.head-col p {
    padding-left: 15px;
    border-left: 4px solid #f42222;
    margin-left: 15px;
    margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
    .heading-bx.head-col p {
        padding-left: 0;
        border-left: 0;
        margin-left: 0;
    }
}

.text-white h1, .text-white .h1, .text-white h2, .text-white .h2, .text-white h3, .text-white .h3, .text-white h4, .text-white .h4, .text-white h5, .text-white .h5, .text-white h6, .text-white .h6 {
    color: #fff;
}

@media only screen and (min-width: 1200px) and (max-width: 1440px) {
    .col-xxl-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }

    .col-xxl-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

    .col-xxl-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-xxl-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    .col-xxl-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }

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

    .col-xxl-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }

    .col-xxl-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }

    .col-xxl-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-xxl-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }

    .col-xxl-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }

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

.card {
    border: 0px solid #E1E1F0;
    margin-bottom: 30px;
    border-radius: 5px;
    box-shadow: 0px 36px 48px rgba(31, 66, 135, 0.04);
    background: #fff;
}

.card-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #E1E1F0;
    background: #fff;
    padding: 20px 30px;
}

.card-title {
    font-size: 24px;
    margin-bottom: 0px;
}

.card .card-body {
    padding: 20px 30px;
    background: #fff;
    border-radius: 15px;
}

.form-group {
    margin-bottom: 10px;
    position: relative;
}

    .form-group label {
        font-size: 14px;
        font-weight: 500;
        color: #777777;
        margin-bottom: 10px;
        background: transparent;
        border-color: #E1E1F0;
    }

.bootstrap-select.form-select {
    padding: 0;
    border-radius: 0;
    border: 0;
}

.form-control {
    border-radius: 0;
    border: 1px solid transparent;
    padding: 10px 15px;
    font-size: 14px;
    font-weight: 400;
    color: #777777;
    transition: all 0.3s ease-in-out;
    background: #ffffff;
}

    .form-control .select {
        padding: 12px 0;
    }

    .form-control span {
        margin-top: 0;
    }

    .form-control::-webkit-input-placeholder {
        color: #777777;
    }

    .form-control:-ms-input-placeholder {
        color: #777777;
    }

    .form-control::placeholder {
        color: #777777;
    }

    .form-control:hover {
        box-shadow: none;
        outline: none;
        border-color: #E1E1F0;
        color: #777777;
        background: #ffffff;
    }

    .form-control:focus, .form-control:active, .form-control.active {
        box-shadow: none;
        outline: none;
        border-color: #f42222;
        color: #777777;
        background: #ffffff;
    }

input:-internal-autofill-selected {
    background: white;
    background-image: none;
    color: -internal-light-dark-color(black, white);
}

.input-group-text {
    padding: 5px 15px;
    background: #ffffff;
    margin-bottom: 0px;
    color: #777777;
    border-color: transparent;
}

.input-group-append .input-group-text {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.input-group-prepend .input-group-text {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.toggle {
    cursor: pointer;
    display: block;
}

.toggle-switch {
    display: inline-block;
    background: #f7f7f7;
    border-radius: 16px;
    width: 45px;
    height: 20px;
    position: relative;
    vertical-align: middle;
    transition: background 0.25s;
}

    .toggle-switch:before, .toggle-switch:after {
        content: "";
    }

    .toggle-switch:before {
        display: block;
        background: linear-gradient(to bottom, #fff 0%, #eee 100%);
        border-radius: 50%;
        width: 17px;
        height: 17px;
        position: absolute;
        top: 1px;
        left: 3px;
        transition: left 0.25s;
    }

.toggle:hover .toggle-switch:before {
    background: linear-gradient(to bottom, #fff 0%, #fff 100%);
}

.toggle-checkbox:checked + .toggle-switch {
    background: #f42222;
}

    .toggle-checkbox:checked + .toggle-switch:before {
        left: 26px;
    }

.toggle-checkbox {
    position: absolute;
    visibility: hidden;
}

.toggle-label {
    margin-left: 15px;
    position: relative;
    top: 2px;
    font-size: 16px;
    font-weight: 400;
}

.file-upload-wrapper {
    position: relative;
    width: 100%;
    height: calc(1.5em + 1rem + 2px);
    border: 1px solid #E1E1F0;
    border-radius: 5px;
    color: #AEAED5;
}

    .file-upload-wrapper:after {
        content: attr(data-text);
        position: absolute;
        top: 0;
        left: 0;
        background: #ffffff;
        padding: 4px 15px;
        display: block;
        width: calc(100% - 40px);
        pointer-events: none;
        z-index: 20;
        height: calc(1.5em + 1rem + 2px);
        line-height: 30px;
        border-radius: 5px 10px 10px 5px;
        font-weight: 400;
        overflow: hidden;
    }

    .file-upload-wrapper:before {
        content: 'Upload';
        position: absolute;
        top: 0;
        right: 0;
        display: inline-block;
        height: calc(1.5em + 1rem + 2px);
        background: #f42222;
        color: #fff;
        font-weight: 400;
        z-index: 25;
        font-size: 14px;
        line-height: 40px;
        padding: 0 15px;
        text-transform: capitalize;
        pointer-events: none;
        border-radius: 0 5px 5px 0;
    }

    .file-upload-wrapper:hover:before {
        background: #d80b0b;
    }

    .file-upload-wrapper input {
        opacity: 0;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 99;
        height: calc(1.5em + 1rem + 2px);
        margin: 0;
        padding: 0;
        display: block;
        cursor: pointer;
        width: 100%;
    }

.bootstrap-select {
    width: 100%;
}

    .bootstrap-select .dropdown-toggle {
        width: 100%;
        padding: 10px 25px;
        font-family: "poppins", sans-serif;
        text-transform: none;
        background: transparent;
        font-size: 14px;
        outline: none;
    }

        .bootstrap-select .dropdown-toggle:focus {
            outline: none !important;
        }

        .bootstrap-select .dropdown-toggle:after {
            content: none;
        }

    .bootstrap-select.show.btn-group .dropdown-menu.inner {
        display: block;
    }

    .bootstrap-select .dropdown-menu {
        border: 0;
        border-radius: 0;
        margin-top: -1px;
        padding: 10px 0;
        font-size: 14px;
        box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.1);
    }

        .bootstrap-select .dropdown-menu a {
            padding: 6px 20px;
            display: block;
            color: #000;
        }

            .bootstrap-select .dropdown-menu a:hover {
                background-color: #f42222;
                color: #fff;
            }

        .bootstrap-select .dropdown-menu .selected a {
            background-color: #f42222;
            color: #fff;
        }

    .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
        width: 100%;
    }

    .bootstrap-select .list {
        background: #262F5A;
    }

    .bootstrap-select.form-control {
        padding: 0;
    }

.btn, .wp-block-button__link {
    padding: 7px 20px;
    display: inline-block;
    border-radius: 5px;
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
}

/* -------------- Devesh css ----------------- */

.btn-common {
    padding: 7px 20px;
    display: inline-block;
    border-radius: 0;
    font-size: 16px;
    background-color: #e63d32;
    border-radius: 6px;
    font-weight: 400;
    color: #fff;
    text-transform: capitalize;
    font-family: 'Poppins', sans-serif;
}

    .btn-common:hover {
        background-color: #e63d32;
        color: #fff;
    }

.btn-viewprice {
    padding: 7px 20px;
    display: inline-block;
    border-radius: 0;
    font-size: 16px;
    background-color: #e63d32;
    border-radius: 6px;
    text-align: center;
    width: 100%;
    border: 2px solid #fff;
    font-weight: 400;
    color: #fff;
    text-transform: capitalize;
    font-family: 'Poppins', sans-serif;
}

    .btn-viewprice:hover {
        background-color: #000;
        color: #fff;
    }


.btn-viewservices {
    padding: 7px 20px;
    display: inline-block;
    border-radius: 0;
    font-size: 16px;
    background-color: #e63d32;
    border-radius: 6px;
    width: 100%;
    border: 2px solid #fff;
    font-weight: 400;
    color: #fff;
    text-transform: capitalize;
    font-family: 'Poppins', sans-serif;
    text-align: center;
}

    .btn-viewservices:hover {
        background-color: #000;
        color: #fff;
    }

.btn-compareheading {
    padding: 7px 20px;
    display: inline-block;
    border-radius: 0;
    font-size: 16px;
    background-color: #e63d32;
    border-radius: 6px;
    width: 100%;
    border: 2px solid #fff;
    font-weight: 400;
    color: #fff;
    text-transform: capitalize;
    font-family: 'Poppins', sans-serif;
}

    .btn-compareheading:hover {
        background-color: #e63d32;
        color: #fff;
    }
    .btn-compareheading i{
        float:left;
    }

    .search {
        width: 100%;
        position: relative;
        display: flex;
        background-color: #f1f1f1;
        padding: 7px;
        border-radius: 9px;
        margin: 11px 0 0 0;
    }

.searchTerm {
    width: 100%;
    border: 2px solid #c3c0c0;
    /* border-right: none; */
    padding: 5px;
    height: 43px;
    text-align: center;
    margin: 2px 0 0 0;
    border-radius: 5px 5px 5px 5px;
    outline: none;
    color: #e63d32;
    caret-color: #e63d32;
}

    .searchTerm:focus {
        color: #00B4CC;
    }

.searchButton {
    width: 40px;
    height: 43px;
    border: 1px solid #c3c0c0;
    background: #e63d32;
    text-align: center;
    color: #fff;
    margin: 2px 0 0 0;
    border-radius: 0 5px 5px 0;
    cursor: pointer;
    font-size: 20px;
    display: inline-flex;
    align-items: center;
}

    .searchButton .fa-search {
        width: 100%;
    }

.comparecity-container {
    display: flex;
    width: 100%;
    background-color: #fff;
    margin: 13px 0 -12px 0;
    justify-content: center;
    padding: 0px 9px 1px 8px;
}

.comparecity-item {
    color: #777777;
    margin: 4px;
    width: 50%;
    height:45px;
    font-weight: 500;
    cursor: pointer;
    border: 1px solid #c3c0c0;
    padding: 13px 4px;
    border-radius: 8px;
    font-size: 12px;
}

.servicedetail-container {
    display: flex;
    width: 100%;
    background-color: #fff;
    margin: 13px 0 -12px 0;
    border-bottom: 2px solid #e7e0e0;
    justify-content: space-between;
    padding: 0px 9px 1px 8px;
}

.servicedetail-item {
    color: #000;
    margin: 4px;
    width: 98%;
    /* background-color: #2e893f; */
    font-weight: 500;
    cursor: pointer;
    text-align: center;
    /* border: 2px solid #c3c0c0; */
    padding: 3px 5px 1px 3px;
    border-radius: 8px;
    font-size: 15px;
}



#clickcity.active {
    background-color: #000;
    color: #fff;
}

#clickbrand.active {
    background-color: #000;
    color: #fff;
}

#clickmodel.active {
    background-color: #000;
    color: #fff;
}

#clickfuel.active {
    background-color: #000;
    color: #fff;
}

#clickcarvariant.active {
    background-color: #000;
    color: #fff;
}

#clickregistration.active {
    background-color: #000;
    color: #fff;
}

.form-group-detail {
    width: 100%;
    position: relative;
    display: flex;
    padding: 7px;
    border-radius: 9px;
    margin: 0;
}

.priceview-btn {
    padding: 7px 20px;
    display: inline-block;
    font-size: 16px;
    background-color: #000;
    border-radius: 6px;
    font-weight: 400;
    margin: 14px 0 0 0;
    color: #fff;
    text-transform: capitalize;
    font-family: 'Poppins', sans-serif;
}

.pertol-btn {
    background-color: #2e893f;
    padding: 5px 11px 4px 12px;
    color: #fff;
    border-radius: 5px;
}

.comparecity-item:hover {    
    color: #000;
    border: 1px solid #e63d32;
}

.car-varient-head {
    margin: 18px 0 -5px 13px;
    text-align: justify;
    font-size: 16px;
    color: #e63d32;
}

.icon-back {
    color: #fff;
    display: -webkit-box;
    margin: 2px 6px 0 -8px;
    cursor: pointer;
    /* position: absolute;*/
}


/* -------------- Devesh css ----------------- */

.btn-primary, .wp-block-button__link {
    color: #fff;
}

    .btn-primary:active, .wp-block-button__link:active, .btn-primary:focus, .wp-block-button__link:focus, .btn-primary:hover, .wp-block-button__link:hover {
        color: #fff;
    }

.btn-outline-primary:hover, .is-style-outline .wp-block-button__link:hover {
    color: #fff !important;
}

.btn.btn-lg, .btn-group-lg &gt; .btn, .btn-group-lg &gt; .wp-block-button__link, .btn-lg.wp-block-button__link {
    padding: 10px 35px;
    font-size: 16px;
}

.btn-link {
    font-weight: 600;
    color: #f42222;
    font-size: 15px;
    border: 0;
    position: relative;
    text-decoration: none;
}

    .btn-link:after {
        content: "";
        height: 2px;
        width: 25px;
        position: absolute;
        background-color: #f42222;
        bottom: 0;
        left: 0;
        -webkit-transition: all 0.5s;
        -ms-transition: all 0.5s;
        transition: all 0.5s;
    }

    .btn-link:hover {
        text-decoration: none;
    }

        .btn-link:hover:after {
            width: 100%;
        }

.table-responsive-sm {
    min-width: 48rem;
}

.table {
    margin-bottom: 0px;
    font-weight: 400;
}

    .table tr td,
    .table tr th {
        padding: 15px;
    }

    .table tr th {
        color: #020d26;
        font-weight: 500;
    }

.table-striped thead tr th {
    padding-bottom: 15px;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: #ffffff;
}

.table-striped tfoot {
    border-top: 2px solid #E1E1F0;
}

    .table-striped tfoot tr th {
        padding-top: 10px;
    }

.ttr-separator {
    display: inline-block;
    height: 4px;
    width: 90px;
    margin-bottom: 10px;
    position: relative;
}

    .ttr-separator.m-b0 {
        margin-bottom: 0;
    }

    .ttr-separator.style-liner {
        width: 20px;
    }

    .ttr-separator.style-icon {
        width: 30px;
        height: auto;
        text-align: center;
        font-size: 20px;
    }

    .ttr-separator[class*="style-"]:after, .ttr-separator[class*="style-"]:before {
        content: "";
        position: absolute;
        top: 50%;
        left: 40px;
        width: 70px;
        height: 2px;
        background: #eee;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .ttr-separator[class*="style-"]:before {
        left: auto;
        right: 40px;
    }

    .ttr-separator.bnr-title {
        height: 1px;
        width: 155px;
        opacity: 0.5;
    }

        .ttr-separator.bnr-title:before, .ttr-separator.bnr-title:after {
            position: absolute;
            content: "";
            background-color: inherit;
        }

        .ttr-separator.bnr-title:before {
            height: inherit;
            right: -80px;
            width: 25px;
        }

        .ttr-separator.bnr-title:after {
            height: inherit;
            right: -90px;
            top: 0;
            width: 6px;
        }

        .ttr-separator.bnr-title i {
            background-color: inherit;
            display: block;
            height: inherit;
            position: absolute;
            right: -50px;
            width: 45px;
        }

.ttr-separator-outer {
    overflow: hidden;
}

.feature-box-xl {
    display: inline-block;
    text-align: center;
    border-radius: 3px;
    width: 150px;
    height: 150px;
    line-height: 150px;
}

    .feature-box-xl.radius {
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        border-radius: 100%;
    }

    .feature-box-xl i {
        font-size: 80px;
        vertical-align: middle;
    }

    .feature-box-xl img {
        vertical-align: middle;
        max-width: 100%;
        width: auto;
        height: 80px;
    }

.feature-box-lg {
    display: inline-block;
    text-align: center;
    border-radius: 3px;
    width: 120px;
    height: 120px;
    line-height: 120px;
}

    .feature-box-lg.radius {
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        border-radius: 100%;
    }

    .feature-box-lg i {
        font-size: 60px;
        vertical-align: middle;
    }

    .feature-box-lg img {
        vertical-align: middle;
        max-width: 100%;
        width: auto;
        height: 55px;
    }

.feature-box-md {
    display: inline-block;
    text-align: center;
    border-radius: 3px;
    width: 100px;
    height: 100px;
    line-height: 100px;
}

    .feature-box-md.radius {
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        border-radius: 100%;
    }

    .feature-box-md i {
        font-size: 45px;
        vertical-align: middle;
    }

    .feature-box-md img {
        vertical-align: middle;
        max-width: 100%;
        width: auto;
        height: 40px;
    }

.feature-box-sm {
    display: inline-block;
    text-align: center;
    border-radius: 3px;
    width: 80px;
    height: 80px;
    line-height: 80px;
}

    .feature-box-sm.radius {
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        border-radius: 100%;
    }

    .feature-box-sm i {
        font-size: 30px;
        vertical-align: middle;
    }

    .feature-box-sm img {
        vertical-align: middle;
        max-width: 100%;
        width: auto;
        height: 30px;
    }

.feature-box-xs {
    display: inline-block;
    text-align: center;
    border-radius: 3px;
    width: 40px;
    height: 40px;
    line-height: 40px;
}

    .feature-box-xs.radius {
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        border-radius: 100%;
    }

    .feature-box-xs i {
        font-size: 20px;
        vertical-align: middle;
    }

    .feature-box-xs img {
        vertical-align: middle;
        max-width: 100%;
        width: auto;
        height: 20px;
    }

.icon-xl {
    display: inline-block;
    text-align: center;
}

    .icon-xl i {
        vertical-align: middle;
        font-size: 80px;
    }

    .icon-xl img {
        vertical-align: middle;
        max-width: 100%;
        width: auto;
        height: 80px;
    }

.icon-lg {
    /* display: inline-block; */
    text-align: center;
}

    .icon-lg i {
        vertical-align: middle;
        font-size: 60px;
    }

    .icon-lg img {
        vertical-align: middle;
        max-width: 100%;
        width: auto;
        height: 70px;
    }

.icon-md {
    display: inline-block;
    text-align: center;
}

    .icon-md i {
        vertical-align: middle;
        font-size: 45px;
    }

    .icon-md img {
        vertical-align: middle;
        max-width: 100%;
        width: auto;
        height: 50px;
    }

.icon-sm {
    display: inline-block;
    text-align: center;
}

    .icon-sm i {
        vertical-align: middle;
        font-size: 30px;
    }

    .icon-sm img {
        vertical-align: middle;
        max-width: 100%;
        width: auto;
        height: 30px;
    }

.icon-xs {
    display: inline-block;
    text-align: center;
}

    .icon-xs i {
        vertical-align: middle;
        font-size: 20px;
    }

    .icon-xs img {
        vertical-align: middle;
        max-width: 100%;
        width: auto;
        height: 20px;
    }

.feature-container {
    position: relative;
}

    .feature-container .feature-title {
        margin-top: 0;
    }

    .feature-container .after-titile-line {
        margin-bottom: 10px;
    }

    .feature-container p:last-child {
        margin: 0;
    }

    .feature-container.center {
        text-align: center;
    }

    .feature-container.left .feature-box-xl,
    .feature-container.left .feature-box-lg,
    .feature-container.left .feature-box-md,
    .feature-container.left .feature-box-sm,
    .feature-container.left .feature-box-xs {
        float: left;
        margin-right: 20px;
    }

    .feature-container.left .icon-xl,
    .feature-container.left .icon-lg,
    .feature-container.left .icon-md,
    .feature-container.left .icon-sm,
    .feature-container.left .icon-xs {
        float: left;
        margin-right: 10px;
    }

    .feature-container.right {
        text-align: right;
    }

        .feature-container.right .feature-box-xl,
        .feature-container.right .feature-box-lg,
        .feature-container.right .feature-box-md,
        .feature-container.right .feature-box-sm,
        .feature-container.right .feature-box-xs {
            float: right;
            margin-left: 20px;
        }

        .feature-container.right .icon-xl,
        .feature-container.right .icon-lg,
        .feature-container.right .icon-md,
        .feature-container.right .icon-sm,
        .feature-container.right .icon-xs {
            float: right;
            margin-left: 10px;
        }

    .feature-container.bx-style-1, .feature-container.bx-style-2 {
        border-width: 1px;
        border-style: solid;
        border-color: #ebedf2;
    }

        .feature-container.bx-style-2.center [class*="feature-box-"] {
            position: absolute;
            top: 0;
            left: 50%;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
        }

        .feature-container.bx-style-2.center .feature-box-xl {
            margin-left: -75px;
        }

        .feature-container.bx-style-2.center .feature-box-lg {
            margin-left: -60px;
        }

        .feature-container.bx-style-2.center .feature-box-md {
            margin-left: -50px;
        }

        .feature-container.bx-style-2.center .feature-box-sm {
            margin-left: -40px;
        }

        .feature-container.bx-style-2.center .feature-box-xs {
            margin-left: -20px;
        }

        .feature-container.bx-style-2.left [class*="feature-box-"] {
            position: absolute;
            top: auto;
            left: 0;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
        }

        .feature-container.bx-style-2.right [class*="feature-box-"] {
            position: absolute;
            top: auto;
            right: 0;
            -webkit-transform: translateX(50%);
            -ms-transform: translateX(50%);
            transform: translateX(50%);
        }

.icon-content {
    overflow: hidden;
}

[class*="feature-box-"][class*="bg-"] a {
    color: #fff;
}

[class*="feature-box-"].bg-white a {
    color: inherit;
}

[class*="feature-box-"][class*="border-"] {
    display: table;
    line-height: normal;
    margin-left: auto;
    margin-right: auto;
}

    [class*="feature-box-"][class*="border-"] .icon-cell {
        display: table-cell;
        vertical-align: middle;
    }

.ttr-box,
.info-bx,
.feature-title,
.feature-title-inner {
    position: relative;
}

.feature-title-inner {
    display: inline-block;
}

.ttr-box[class*="border-"],
.info-bx[class*="border-"] {
    border-color: #eee;
}

.info-bx.border-1,
.info-bx.border-2,
.info-bx.border-3,
.info-bx.border-4,
.info-bx.border-5 {
    border-top: none;
}

.border-1,
.border-2,
.border-3,
.border-4,
.border-5 {
    border-style: solid;
}

.border-1 {
    border-width: 1px;
}

.border-2 {
    border-width: 2px;
}

.border-3 {
    border-width: 3px;
}

.border-4 {
    border-width: 4px;
}

.border-5 {
    border-width: 5px;
}

.left-border,
.right-border {
    position: relative;
}

    .left-border:before,
    .right-border:before {
        content: "";
        position: absolute;
        top: 5px;
        width: 1px;
        height: 90%;
        background: #CCC;
    }

    .right-border:before {
        right: 0;
    }

.action-box,
.ttr-post-media {
    position: relative;
    overflow: hidden;
}

    .action-box img,
    .ttr-post-media img {
        width: 100%;
        height: auto;
    }

.ttr-box-bg {
    overflow: hidden;
    background-size: cover;
}

    .ttr-box-bg .btn, .ttr-box-bg .wp-block-button__link {
        overflow: unset;
    }

    .ttr-box-bg .glyph-icon {
        font-size: 50px;
    }

    .ttr-box-bg .feature-container {
        background-color: #f8f8f8;
    }

    .ttr-box-bg .text-primary,
    .ttr-box-bg .icon-content .feature-title,
    .ttr-box-bg .icon-content p,
    .ttr-box-bg .icon-box-btn .btn,
    .ttr-box-bg .icon-box-btn .wp-block-button__link {
        -webkit-transition: all 0.5s;
        -ms-transition: all 0.5s;
        transition: all 0.5s;
    }

    .ttr-box-bg.active .feature-container {
        background-color: rgba(0, 0, 0, 0.7);
    }

    .ttr-box-bg.active .text-primary,
    .ttr-box-bg.active .icon-content .feature-title,
    .ttr-box-bg.active .icon-content p,
    .ttr-box-bg.active .icon-box-btn .btn,
    .ttr-box-bg.active .icon-box-btn .wp-block-button__link {
        color: #fff;
        -webkit-transition: all 0.5s;
        -ms-transition: all 0.5s;
        transition: all 0.5s;
    }

    .ttr-box-bg .icon-box-btn .btn,
    .ttr-box-bg .icon-box-btn .wp-block-button__link {
        background-color: #eeeeee;
        padding: 15px 20px;
        text-transform: uppercase;
        font-size: 15px;
        border-radius: 0;
        color: #1abc9c;
        font-weight: 600;
        margin-bottom: 0;
    }

.feature-filters {
    margin-bottom: 50px;
}

    .feature-filters ul {
        margin: 0;
        list-style: none;
        padding: 0;
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }

    .feature-filters li {
        display: inline-block;
        padding: 0;
        margin-bottom: 3px;
        color: #000;
        font-weight: 500;
        position: relative;
        border-radius: 0;
        background: transparent;
        overflow: hidden;
    }

        .feature-filters li.btn, .feature-filters li.wp-block-button__link {
            box-shadow: none;
            -webkit-box-shadow: none;
            outline: none !important;
        }

        .feature-filters li input {
            display: none;
        }

        .feature-filters li a {
            margin: 0 5px 5px 0;
            font-size: 16px;
            position: relative;
            text-transform: uppercase;
            display: block;
        }

        .feature-filters li.active [class*="btn"] {
            color: #fff;
            background-color: #EFBB20;
        }

    .feature-filters.center {
        text-align: center;
    }

        .feature-filters.center ul {
            display: inline-block;
            margin: auto;
        }

        .feature-filters.center [class*="btn"] {
            display: inline-block;
            margin: 0 5px 10px;
            text-transform: uppercase;
        }

@media only screen and (max-width: 575px) {
    .feature-filters.center [class*="btn"] {
        margin: 0 1px 5px;
        padding: 5px 10px;
        font-size: 12px;
    }
}

@media only screen and (max-width: 575px) {
    .feature-filters {
        margin-bottom: 30px;
    }

        .feature-filters li a {
            font-size: 14px;
        }
}

.filter-style1 ul li {
    margin: 0 5px 10px;
}

    .filter-style1 ul li a {
        color: #000;
        margin: 0;
        padding: 10px 20px;
        border: 1px solid;
        border-color: #000;
    }

    .filter-style1 ul li:hover {
        background: transparent;
    }

    .filter-style1 ul li.active a {
        background-color: var(--primary);
        border-color: var(--primary);
        color: #fff;
    }

@media only screen and (max-width: 575px) {
    .filter-style1 ul li {
        margin: 0 3px 6px;
    }

        .filter-style1 ul li a {
            padding: 8px 14px;
        }
}

.filter-style2 ul li {
    margin: 0 15px 5px;
}

    .filter-style2 ul li a {
        display: block;
        border-bottom: 3px solid;
        border-color: transparent;
        margin: 0;
        font-size: 18px;
        font-weight: 600;
    }

    .filter-style2 ul li.active a {
        border-color: var(--primary);
    }

@media only screen and (max-width: 575px) {
    .filter-style2 ul li {
        margin: 0 10px 10px;
    }

        .filter-style2 ul li a {
            font-size: 14px;
            border-bottom: 2px solid transparent;
        }
}

.ovbl-light,
.ovbl-middle,
.ovbl-dark,
.ovgd-light,
.ovgd-middle,
.ovgd-dark,
.ovwh-light,
.ovwh-middle,
.ovwh-dark,
.ovpr-light,
.ovpr-middle,
.ovpr-dark,
.ovpr {
    position: relative;
}

    .ovbl-light:before,
    .ovbl-middle:before,
    .ovbl-dark:before,
    .ovgd-light:before,
    .ovgd-middle:before,
    .ovgd-dark:before,
    .ovwh-light:before,
    .ovwh-middle:before,
    .ovwh-dark:before,
    .ovpr-light:before,
    .ovpr-middle:before,
    .ovpr-dark:before,
    .ovpr:before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
    }

    .ovbl-light .container,
    .ovbl-light .container-fluid,
    .ovbl-light .container-sm,
    .ovbl-light .container-md,
    .ovbl-light .container-lg,
    .ovbl-light .container-xl,
    .ovbl-middle .container,
    .ovbl-middle .container-fluid,
    .ovbl-middle .container-sm,
    .ovbl-middle .container-md,
    .ovbl-middle .container-lg,
    .ovbl-middle .container-xl,
    .ovbl-dark .container,
    .ovbl-dark .container-fluid,
    .ovbl-dark .container-sm,
    .ovbl-dark .container-md,
    .ovbl-dark .container-lg,
    .ovbl-dark .container-xl,
    .ovgd-light .container,
    .ovgd-light .container-fluid,
    .ovgd-light .container-sm,
    .ovgd-light .container-md,
    .ovgd-light .container-lg,
    .ovgd-light .container-xl,
    .ovgd-middle .container,
    .ovgd-middle .container-fluid,
    .ovgd-middle .container-sm,
    .ovgd-middle .container-md,
    .ovgd-middle .container-lg,
    .ovgd-middle .container-xl,
    .ovgd-dark .container,
    .ovgd-dark .container-fluid,
    .ovgd-dark .container-sm,
    .ovgd-dark .container-md,
    .ovgd-dark .container-lg,
    .ovgd-dark .container-xl,
    .ovwh-light .container,
    .ovwh-light .container-fluid,
    .ovwh-light .container-sm,
    .ovwh-light .container-md,
    .ovwh-light .container-lg,
    .ovwh-light .container-xl,
    .ovwh-middle .container,
    .ovwh-middle .container-fluid,
    .ovwh-middle .container-sm,
    .ovwh-middle .container-md,
    .ovwh-middle .container-lg,
    .ovwh-middle .container-xl,
    .ovwh-dark .container,
    .ovwh-dark .container-fluid,
    .ovwh-dark .container-sm,
    .ovwh-dark .container-md,
    .ovwh-dark .container-lg,
    .ovwh-dark .container-xl,
    .ovpr-light .container,
    .ovpr-light .container-fluid,
    .ovpr-light .container-sm,
    .ovpr-light .container-md,
    .ovpr-light .container-lg,
    .ovpr-light .container-xl,
    .ovpr-middle .container,
    .ovpr-middle .container-fluid,
    .ovpr-middle .container-sm,
    .ovpr-middle .container-md,
    .ovpr-middle .container-lg,
    .ovpr-middle .container-xl,
    .ovpr-dark .container,
    .ovpr-dark .container-fluid,
    .ovpr-dark .container-sm,
    .ovpr-dark .container-md,
    .ovpr-dark .container-lg,
    .ovpr-dark .container-xl,
    .ovpr .container,
    .ovpr .container-fluid,
    .ovpr .container-sm,
    .ovpr .container-md,
    .ovpr .container-lg,
    .ovpr .container-xl {
        position: relative;
        z-index: 1;
    }

    .ovbl-light:before,
    .ovbl-middle:before,
    .ovbl-dark:before {
        background: #171a1e;
    }

    .ovgd-light:before,
    .ovgd-middle:before,
    .ovgd-dark:before {
        background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
        background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
    }

    .ovwh-light:before,
    .ovwh-middle:before,
    .ovwh-dark:before {
        background: #FFF;
    }

    .ovpr-light:before,
    .ovpr-middle:before,
    .ovpr-dark:before,
    .ovpr:before {
        background: #f42222;
    }

    .ovpr-light:before,
    .ovwh-light:before,
    .ovgd-light:before,
    .ovbl-light:before {
        opacity: 0.3;
    }

    .ovpr-middle:before,
    .ovwh-middle:before,
    .ovgd-middle:before,
    .ovbl-middle:before {
        opacity: 0.5;
    }

    .ovpr-dark:before,
    .ovwh-dark:before,
    .ovgd-dark:before,
    .ovbl-dark:before {
        opacity: 0.8;
    }

.overlay-bx {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    z-index: 10;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.8s;
    -ms-transition: all 0.8s;
    transition: all 0.8s;
}

    .overlay-bx .align-b {
        height: auto;
        left: 0;
        list-style: outside none none;
        margin: 0;
        position: absolute;
        top: auto;
        bottom: 0;
        width: 100%;
        transform: translate(0);
        -o-transform: translate(0);
        -moz-transform: translate(0);
        -webkit-transform: translate(0);
    }

    .overlay-bx .align-m {
        height: auto;
        left: 50%;
        list-style: outside none none;
        margin: 0;
        position: absolute;
        top: 50%;
        transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        width: 100%;
        padding: 0 10px;
    }

.overlay-icon {
    height: auto;
    left: 50%;
    list-style: outside none none;
    margin: 0;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    width: 100%;
    padding: 0 10px;
}

    .overlay-icon a {
        display: inline-block;
        padding: 0;
        margin: 0 2px;
    }

        .overlay-icon a i {
            background-color: #FFF;
        }

.ttr-accordion.style1 .card {
    margin-bottom: 10px;
    box-shadow: unset;
}

.ttr-accordion.style1 .card-header {
    padding: 12px 25px;
    border: 1px solid #f42222;
    background: #f42222;
    text-align: left;
    display: block;
    color: #fff;
    font-size: 14px;
    border-radius: 0;
    font-family: 'Poppins', sans-serif;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
    cursor: pointer;
    position: relative;
    display: flex;
}

    .ttr-accordion.style1 .card-header i {
        margin-right: 5px;
        color: #fff;
    }

    .ttr-accordion.style1 .card-header.collapsed {
        border-color: #999;
        background-color: #fff;
        color: #262F5A;
        display: flex;
        justify-content: space-between;
    }

        .ttr-accordion.style1 .card-header.collapsed i {
            color: #f42222;
        }


.ttr-accordion.style1 .card-body {
    background-color: #f7f7f7;
    padding: 20px 25px;
    color: #000;
    border-radius: 0;
    font-size: 13px;
}

@media only screen and (max-width: 575px) {
    .ttr-accordion.style1 .card-header {
        padding: 7px 8px;
        font-size: 13px;
    }

    .ttr-accordion.style1 .card-body {
        padding: 15px 18px;
    }
}

.testimonial-area:after {
    content: "";
    /* background-image: url(../images/background/bg-map.png); */
    background-position: center;
    position: absolute;
    width: 40%;
    height: 100%;
    z-index: 0;
    right: 0;
    top: 0;
    background-color: #fff;
}

@media only screen and (max-width: 991px) {
    .testimonial-area:after {
        display: none;
    }
}

.testimonial-bx .testimonial-content {
    margin-bottom: 0;
    background: #f42222;
    padding: 30px 30px 70px 30px;
    position: relative;
    box-shadow: 0 0 30px 0 rgba(244, 34, 34, 0.2);
}

    .testimonial-bx .testimonial-content p {
        color: #fff;
        margin-bottom: 0;
        font-weight: 300;
        font-style: italic;
        font-family: 'Poppins', sans-serif;
        font-size: 20px;
    }

    .testimonial-bx .testimonial-content:before, .testimonial-bx .testimonial-content:after {
        content: "";
        opacity: 0.1;
        position: absolute;
        width: 164px;
        height: 135px;
    }

    .testimonial-bx .testimonial-content:before {
        background-image: url(../images/quote.png);
        top: 0;
        left: 0;
    }

    .testimonial-bx .testimonial-content:after {
        background-image: url(../images/quote2.png);
        bottom: 0;
        right: 0;
    }

.testimonial-bx .client-info {
    padding: 0 30px;
    margin-top: -45px;
    position: relative;
    z-index: 1;
}

.testimonial-bx .testimonial-thumb {
    height: 85px;
    width: 85px;
    border-radius: 50px;
    overflow: hidden;
    border: 3px solid #fff;
    margin-bottom: 0;
}

.testimonial-bx .name {
    font-size: 22px;
    color: #fff;
    font-style: italic;
    font-weight: 400;
    margin-bottom: 0;
    float: right;
}

@media only screen and (max-width: 767px) {
    .testimonial-bx .testimonial-content {
        padding: 20px 20px 60px 20px;
    }

        .testimonial-bx .testimonial-content p {
            font-size: 18px;
        }
}

.testimonial-area .dots-style-1 .owl-dots {
    position: absolute;
    right: -60px;
    top: 50%;
    transform: translateX(-50%);
    margin-top: -60px;
}

    .testimonial-area .dots-style-1 .owl-dots .owl-dot {
        display: block;
        margin: 10px 0;
    }

@media only screen and (max-width: 1680px) {
    .testimonial-area .dots-style-1 .owl-dots {
        position: unset;
        transform: unset;
        display: flex;
        text-align: center;
        justify-content: center;
        margin-top: 20px;
    }

        .testimonial-area .dots-style-1 .owl-dots .owl-dot {
            margin: 20px 0 0;
        }

            .testimonial-area .dots-style-1 .owl-dots .owl-dot span {
                border-color: #fff;
            }
}

@media only screen and (max-width: 575px) {
    .testimonial-area .dots-style-1 .owl-dots .owl-dot {
        margin: 10px 0 0;
    }
}

.owl-none .owl-nav {
    display: none;
}

.owl-theme .owl-nav,
.owl-theme .owl-dots {
    margin-top: 20px;
    text-align: center;
}

    .owl-theme .owl-nav .disabled {
        opacity: .5;
        cursor: default;
    }

.owl-nav .disabled {
    display: none;
}

.owl-theme .owl-dots {
    text-align: center;
}

    .owl-theme .owl-dots .owl-dot {
        display: inline-block;
    }

        .owl-theme .owl-dots .owl-dot span {
            width: 10px;
            height: 10px;
            margin: 5px 7px;
            background: #d6d6d6;
            display: block;
            -webkit-backface-visibility: visible;
            -webkit-transition: opacity 200ms ease;
            -moz-transition: opacity 200ms ease;
            -ms-transition: opacity 200ms ease;
            -o-transition: opacity 200ms ease;
            transition: opacity 200ms ease;
            -webkit-border-radius: 30px;
            -moz-border-radius: 30px;
            border-radius: 30px;
        }

        .owl-theme .owl-dots .owl-dot:hover span, .owl-theme .owl-dots .owl-dot.active span {
            background: #869791;
        }

.dots-style-1 .owl-dots .owl-dot {
    display: inline-block;
}

    .dots-style-1 .owl-dots .owl-dot span {
        height: 12px;
        width: 12px;
        border-width: 2px;
        border-style: solid;
        border-color: rgba(38, 47, 90, 0.5);
        display: block;
        border-radius: 50px;
        margin: 6px;
        transition: all 0.5s;
    }

    .dots-style-1 .owl-dots .owl-dot.active span {
        border-color: #f42222;
        border-width: 3px;
        transform: scale(1.2);
        transition: all 0.5s;
    }

.pricingtable-inner {
    text-align: center;
}

.pricingtable-price {
    padding: 20px 20px;
    border: 1px solid #E9E9E9;
}

.pricingtable-bx {
    color: #282a3c;
    font-family: 'Poppins', sans-serif;
    font-size: 45px;
    font-weight: 500;
}

.pricingtable-type {
    font-size: 20px;
    text-transform: uppercase;
    font-size: 16px;
}

    .pricingtable-type :before {
        content: "/";
        margin-right: 3px;
    }

.pricingtable-title {
    background-color: #fff;
    padding: 20px;
    text-transform: uppercase;
}

    .pricingtable-title * {
        margin: 0;
        /* color: #fff; */
        font-weight: 800;
    }

.pricingtable-features {
    margin: 0;
    padding: 0;
    list-style: none;
    border: 1px solid #E9E9E9;
}

    .pricingtable-features li {
        padding: 12px;
        border-bottom: 1px solid #E9E9E9;
    }

        .pricingtable-features li i {
            margin: 0 3px;
        }

        .pricingtable-features li:nth-child(even) {
            background-color: #fff;
        }

        .pricingtable-features li:last-child {
            border-bottom: none;
        }

.pricingtable-footer {
    margin-top: -1px;
    padding: 20px;
    background-color: #fff;
    border: 1px solid #E9E9E9;
}

.pricingtable-highlight {
    margin: -20px 0;
    -webkit-box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.2);
    position: relative;
    z-index: 99;
}

    .pricingtable-highlight .pricingtable-price {
        padding: 30px 20px;
    }

    .pricingtable-highlight .pricingtable-footer {
        padding: 30px 20px;
    }

.no-col-gap .pricingtable-wrapper {
    margin-left: -1px;
}

.pricingtable-wrapper.style1 {
    border: 2px solid;
    border-color: #E1E1F0;
    position: relative;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
    border-radius: 5px;
}

    .pricingtable-wrapper.style1 .pricingtable-main .pricingtable-price {
        border: 0;
        padding: 20px 30px 0;
    }

        .pricingtable-wrapper.style1 .pricingtable-main .pricingtable-price .priceing-doller {
            color: #262F5A;
            font-weight: 600;
            font-size: 15px;
        }

        .pricingtable-wrapper.style1 .pricingtable-main .pricingtable-price .pricingtable-bx {
            font-size: 23px;
            color: #f42222;
            font-family: 'Poppins', sans-serif;
            font-weight: 800;
        }

    .pricingtable-wrapper.style1 .pricingtable-main .pricingtable-title {
        padding: 0 30px 20px;
        text-transform: uppercase;
        border-bottom: 1px solid #E1E1F0;
    }

    .pricingtable-wrapper.style1 .pricingtable-main .pricingtable-banner {
        display: flex;
        flex-flow: row-reverse;
    }

        .pricingtable-wrapper.style1 .pricingtable-main .pricingtable-banner span {
            padding: 0px 10px;
            color: #fff;
            float: right;
            background-color: #4cb050;
            font-size: 14px;
        }

    .pricingtable-wrapper.style1 .pricingtable-main .pricingtable-title h4, .pricingtable-wrapper.style1 .pricingtable-main .pricingtable-title .h4 {
        color: #000;
        text-transform: capitalize;
        font-size: 19px;
    }

    .pricingtable-wrapper.style1 .pricingtable-main .pricingtable-title p {
        color: gray;
        font-weight: 500;
        text-transform: capitalize;
        display: flex;
        font-size: 14px;
        align-items: center;
        margin-top: 10px;
    }

        .pricingtable-wrapper.style1 .pricingtable-main .pricingtable-title p i {
            color: #000;
            font-size: 16px;
            margin-right: 5px;
        }

    .pricingtable-wrapper.style1 .pricingtable-inner {
        text-align: left;
    }

        .pricingtable-wrapper.style1 .pricingtable-inner .pricingtable-features {
            border: 0;
            padding: 20px 10px 0;
        }

            .pricingtable-wrapper.style1 .pricingtable-inner .pricingtable-features li {
                border: 0;
                color: #000;
                font-weight: 500;
                font-size: 14px;
                padding: 8px 20px;
            }

                .pricingtable-wrapper.style1 .pricingtable-inner .pricingtable-features li i {
                    margin: 0 3px 0 0;
                    color: #4cb050;
                    font-size: 10px;
                    text-align: center;
                    line-height: 20px;
                }

        .pricingtable-wrapper.style1 .pricingtable-inner .pricingtable-footer {
            border: 0;
            padding: 25px 30px;
        }

    .pricingtable-wrapper.style1.pricingtable-highlight:after {
        content: "\f00c";
        font-family: fontawesome;
        position: absolute;
        right: 0;
        bottom: -1px;
        color: #fff;
        font-size: 12px;
        -webkit-transition: all 0.5s;
        -ms-transition: all 0.5s;
        transition: all 0.5s;
    }

    .pricingtable-wrapper.style1.pricingtable-highlight:before {
        content: "";
        border-left: 25px solid transparent;
        border-top: 25px solid transparent;
        border-bottom: 25px solid #f42222;
        position: absolute;
        right: 0;
        bottom: 0;
        -webkit-transition: all 0.5s;
        -ms-transition: all 0.5s;
        transition: all 0.5s;
    }

    .pricingtable-wrapper.style1.pricingtable-highlight .pricingtable-tag {
        background: #f42222;
        color: #fff;
        font-size: 12px;
        text-transform: uppercase;
        line-height: 12px;
        padding: 10px 50px;
        text-align: center;
        position: absolute;
        right: -50px;
        transform: rotate(45deg);
        top: 20px;
    }

    .pricingtable-wrapper.style1:hover, .pricingtable-wrapper.style1.pricingtable-highlight {
        margin: 0;
        box-shadow: unset;
        border-color: #f42222;
        overflow: hidden;
    }

@media only screen and (max-width: 575px) {
    .pricingtable-wrapper.style1 .pricingtable-main .pricingtable-title h4, .pricingtable-wrapper.style1 .pricingtable-main .pricingtable-title .h4 {
        color: #000;
        text-transform: capitalize;
        font-size: 18px;
    }

    .pricingtable-wrapper.style1 .pricingtable-main .pricingtable-price .pricingtable-bx {
        font-size: 24px;
        color: #f42222;
        font-family: 'Poppins', sans-serif;
        font-weight: 800;
    }

    .pricingtable-wrapper.style1 .pricingtable-main .pricingtable-banner {
        display: flex;
        flex-flow: row-reverse;
    }

        .pricingtable-wrapper.style1 .pricingtable-main .pricingtable-banner span {
            padding: 0px 10px;
            color: #fff;
            float: right;
            background-color: #4cb050;
            font-size: 11px;
        }
}

.videoplay-bx1 {
    height: 80px;
    width: 80px;
    line-height: 80px;
    text-align: center;
    color: #000000;
    display: block;
    font-size: 28px;
    position: relative;
}

    .videoplay-bx1:hover {
        color: #000;
    }

    .videoplay-bx1:after {
        content: "";
        border-top: 15px solid #000000;
        border-left: 15px solid transparent;
        position: absolute;
        right: 5px;
        top: 5px;
    }

@media only screen and (max-width: 991px) {
    .videoplay-bx1 {
        height: 60px;
        width: 60px;
        line-height: 60px;
        font-size: 24px;
    }

        .videoplay-bx1:after {
            border-top: 10px solid #000000;
            border-left: 10px solid transparent;
        }
}

.social-sidebar {
    position: absolute;
    left: 50px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    writing-mode: tb-rl;
    height: 100%;
}

    .social-sidebar ul {
        margin: 0;
        text-align: center;
    }

        .social-sidebar ul li {
            display: inline-block;
        }

            .social-sidebar ul li a {
                text-transform: uppercase;
                padding: 24px 15px;
                font-size: 15px;
                display: block;
                color: #fff;
                -webkit-transition: all 0.5s;
                -ms-transition: all 0.5s;
                transition: all 0.5s;
            }

                .social-sidebar ul li a:hover {
                    background-color: var(--primary);
                }

@media only screen and (max-width: 1680px) {
    .social-sidebar {
        left: 20px;
    }

        .social-sidebar ul li a {
            padding: 15px 10px;
            font-size: 14px;
        }
}

@media only screen and (max-width: 767px) {
    .social-sidebar {
        left: 10px;
    }
}

@media only screen and (max-width: 575px) {
    .social-sidebar {
        display: none;
    }
}

.car-wheel {
    display: inline-block;
    position: relative;
    -webkit-animation: float 2.5s infinite;
    animation: float 2.5s infinite;
}

    .car-wheel .wheel-2,
    .car-wheel .wheel-1 {
        position: absolute;
        width: 17%;
        height: 46.555%;
        animation: spin1 2.5s infinite linear;
        -webkit-animation: spin1 2.5s infinite linear;
    }

        .car-wheel .wheel-2 img,
        .car-wheel .wheel-1 img {
            width: 100%;
        }

    .car-wheel .wheel-1 {
        left: 7%;
        bottom: 13%;
    }

    .car-wheel .wheel-2 {
        right: 6.5%;
        bottom: 13%;
    }

    .car-wheel.wheel2 .wheel-2,
    .car-wheel.wheel2 .wheel-1 {
        width: 13.88%;
        height: 38%;
    }

    .car-wheel.wheel2 .wheel-2 {
        right: 14%;
        bottom: 15%;
    }

    .car-wheel.wheel2 .wheel-1 {
        left: 11.5%;
        bottom: 14.2%;
    }

.slide-move {
    -webkit-animation: 40s bgMove infinite linear;
    -moz-animation: 40s bgMove infinite linear;
    -o-animation: 40s bgMove infinite linear;
    -ms-animation: 40s bgMove infinite linear;
    animation: 40s bgMove infinite linear;
    background-repeat: repeat-x;
    background-size: cover;
}

    .slide-move img {
        opacity: 0;
    }

/* Image Move Css */
@-webkit-keyframes bgMove {
    100% {
        background-position: 3000px 0px;
    }
}

@-moz-keyframes bgMove {
    100% {
        background-position: 3000px 0px;
    }
}

@-o-keyframes bgMove {
    100% {
        background-position: 3000px 0px;
    }
}

@-ms-keyframes bgMove {
    100% {
        background-position: 3000px 0px;
    }
}

@keyframes bgMove {
    100% {
        background-position: 3000px 0px;
    }
}

@keyframes spin1 {
    0% {
        -moz-transform: rotate(-320deg);
        -webkit-transform: rotate(-320deg);
        -o-transform: rotate(-320deg);
        -ms-transform: rotate(-320deg);
    }

    100% {
        -moz-transform: rotate(-680deg);
        -webkit-transform: rotate(-680deg);
        -o-transform: rotate(-680deg);
        -ms-transform: rotate(-680deg);
    }
}

@-webkit-keyframes spin1 {
    0% {
        -moz-transform: rotate(-320deg);
        -webkit-transform: rotate(-320deg);
        -o-transform: rotate(-320deg);
        -ms-transform: rotate(-320deg);
    }

    100% {
        -moz-transform: rotate(-680deg);
        -webkit-transform: rotate(-680deg);
        -o-transform: rotate(-680deg);
        -ms-transform: rotate(-680deg);
    }
}

@keyframes float {
    0%, 100% {
        transform: translateX(10px);
    }

    50% {
        transform: translateX(-15px);
    }
}

.feature-bx1 {
    padding: 40px 30px;
    border-radius: 0;
    background-color: #fff;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
    z-index: 1;
    box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
}

    .feature-bx1 .ttr-tilte,
    .feature-bx1 p {
        margin-bottom: 15px;
    }

    .feature-bx1 .ttr-tilte,
    .feature-bx1 a,
    .feature-bx1 i,
    .feature-bx1 p {
        -webkit-transition: all 0.5s;
        -ms-transition: all 0.5s;
        transition: all 0.5s;
    }

    .feature-bx1:hover {
        background: #e63d32;
        color: #fff;
    }

        .feature-bx1:hover .ttr-tilte,
        .feature-bx1:hover i,
        .feature-bx1:hover a,
        .feature-bx1:hover p,
        .feature-bx1:hover span {
            color: #fff;
        }

        .feature-bx1:hover [fill] {
            fill: #fff;
        }

        .feature-bx1:hover .btn-link:after {
            background: #fff;
        }

    .feature-bx1 .icon-lg {
        line-height: 1;
        margin-bottom: 24px;
    }

@media only screen and (max-width: 575px) {
    .feature-bx1 {
        padding: 10px 5px;
    }
}

.feature-bx2 {
    border: 1px solid #b4b4b4;
    padding: 35px 25px;
    border-radius: 0;
    z-index: 1;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
}

    .feature-bx2:hover {
        box-shadow: 0 0 10px rgba(0, 0, 0, .2);
        background: #e63d32;
        /*  box-shadow: 0 0 10px rgba(0, 0, 0, .2);
        background: #fafafa;*/
    }

    .feature-bx2 .icon-lg {
        line-height: 1;
        margin-bottom: 24px;
    }

    .feature-bx2 .ttr-tilte,
    .feature-bx2 p {
        margin-bottom: 15px;
    }

    .feature-bx2 .ttr-tilte,
    .feature-bx2 a,
    .feature-bx2 p {
        -webkit-transition: all 0.5s;
        -ms-transition: all 0.5s;
        transition: all 0.5s;
    }

    .feature-bx2:after {
        content: "";
        border-top: 15px solid var(--primary);
        border-left: 15px solid transparent;
        position: absolute;
        right: 5px;
        top: 5px;
    }

    .feature-bx2[class*="bg-"] {
        border: 0;
    }

        .feature-bx2[class*="bg-"] p,
        .feature-bx2[class*="bg-"] .ttr-tilte,
        .feature-bx2[class*="bg-"] a,
        .feature-bx2[class*="bg-"] i {
            color: #fff;
        }

        .feature-bx2[class*="bg-"]:after {
            border-top-color: #fff;
        }

        .feature-bx2[class*="bg-"] .btn-link:after {
            background-color: #fff;
        }

    .feature-bx2.bg-warning p,
    .feature-bx2.bg-warning .ttr-tilte,
    .feature-bx2.bg-warning a,
    .feature-bx2.bg-warning i {
        color: #000;
    }

    .feature-bx2.bg-warning:after {
        border-top-color: #000;
    }

    .feature-bx2.bg-warning .btn-link:after {
        background-color: #000;
    }

.portfolio-box {
    position: relative;
}

    .portfolio-box.style-1 {
        overflow: hidden;
    }

        .portfolio-box.style-1 .media {
            position: relative;
        }

            .portfolio-box.style-1 .media .portfolio-overlay {
                position: absolute;
                top: 0;
                left: 0;
                display: flex;
                z-index: 1;
                opacity: 0;
                width: 100%;
                height: 100%;
                justify-content: center;
                align-items: center;
                -webkit-transition: all 0.5s;
                -ms-transition: all 0.5s;
                transition: all 0.5s;
                padding-bottom: 60px;
            }

                .portfolio-box.style-1 .media .portfolio-overlay ul {
                    margin-bottom: 0;
                    list-style: none;
                }

                    .portfolio-box.style-1 .media .portfolio-overlay ul li {
                        display: inline-block;
                    }

                .portfolio-box.style-1 .media .portfolio-overlay .ttr-icon {
                    height: 40px;
                    width: 40px;
                    text-align: center;
                    font-size: 24px;
                    color: #fff;
                    border: 1px solid #fff;
                    line-height: 40px;
                    display: block;
                    margin: 0 3px;
                }

            .portfolio-box.style-1 .media:after {
                content: "";
                background: #171a1e;
                position: absolute;
                width: 100%;
                height: 0;
                top: 0;
                left: 0;
                opacity: 0.9;
                -webkit-transition: all 0.5s;
                -ms-transition: all 0.5s;
                transition: all 0.5s;
                transform-origin: top;
            }

        .portfolio-box.style-1 .info {
            background-color: #fff;
            text-align: center;
            padding: 20px 30px;
            position: absolute;
            bottom: -50%;
            width: 100%;
            -webkit-transition: all 0.5s;
            -ms-transition: all 0.5s;
            transition: all 0.5s;
            z-index: 1;
        }

            .portfolio-box.style-1 .info .title {
                margin-bottom: 0;
            }

                .portfolio-box.style-1 .info .title a {
                    color: #000;
                    font-weight: 400;
                    display: flex;
                    align-items: center;
                    justify-content: center;
                }

                    .portfolio-box.style-1 .info .title a i {
                        color: #f42222;
                        display: inline-block;
                        margin-right: 15px;
                        font-size: 34px;
                    }

        .portfolio-box.style-1:hover .info {
            bottom: 0;
        }

        .portfolio-box.style-1:hover .portfolio-overlay {
            opacity: 1;
        }

        .portfolio-box.style-1:hover .media:after {
            transform-origin: bottom;
            height: 100%;
            top: auto;
            bottom: 0;
        }

    .portfolio-box.style-2:after {
        content: "";
        background: var(--primary);
        position: absolute;
        width: 100%;
        height: 0;
        top: 0;
        left: 0;
        opacity: 0.9;
        z-index: 1;
        -webkit-transition: all 0.5s;
        -ms-transition: all 0.5s;
        transition: all 0.5s;
        transform-origin: top;
    }

    .portfolio-box.style-2 .magnific-anchor {
        position: absolute;
        width: 100%;
        height: 55px;
        background: #020d26;
        bottom: 0;
        z-index: 2;
        text-align: center;
        padding: 15px 20px;
        line-height: 24px;
        color: #fff;
        text-transform: uppercase;
        font-weight: 500;
        letter-spacing: 2px;
        -webkit-transition: all 0.5s;
        -ms-transition: all 0.5s;
        transition: all 0.5s;
        transform: rotateX(90deg);
        -moz-transform: rotateX(90deg);
        -webkit-transform: rotateX(90deg);
        -ms-transform: rotateX(90deg);
        -o-transform: rotateX(90deg);
        transform-origin: bottom;
        -moz-transform-origin: bottom;
        -webkit-transform-origin: bottom;
        -ms-transform-origin: bottom;
        -o-transform-origin: bottom;
    }

    .portfolio-box.style-2 .portfolio-info {
        position: absolute;
        width: 100%;
        top: calc(50% - 20px);
        transform: translateY(-50%);
        text-align: center;
        z-index: 2;
    }

        .portfolio-box.style-2 .portfolio-info .title {
            margin-bottom: 40px;
            color: #fff;
            -webkit-transition: all 0.5s;
            -ms-transition: all 0.5s;
            transition: all 0.5s;
            opacity: 0;
        }

            .portfolio-box.style-2 .portfolio-info .title a {
                color: #fff;
            }

        .portfolio-box.style-2 .portfolio-info .exe-title {
            text-transform: uppercase;
            font-weight: 600;
            color: #fff;
            font-size: 14px;
            letter-spacing: 3px;
            opacity: 0;
            -webkit-transition: all 0.5s;
            -ms-transition: all 0.5s;
            transition: all 0.5s;
        }

    .portfolio-box.style-2:hover:after {
        transform-origin: bottom;
        height: 100%;
        top: auto;
        bottom: 0;
    }

    .portfolio-box.style-2:hover .portfolio-info .title {
        margin-bottom: 5px;
        opacity: 1;
    }

    .portfolio-box.style-2:hover .portfolio-info .exe-title {
        opacity: 0.6;
    }

    .portfolio-box.style-2:hover .magnific-anchor {
        transform: rotateX(0deg);
        -moz-transform: rotateX(0deg);
        -webkit-transform: rotateX(0deg);
        -ms-transform: rotateX(0deg);
        -o-transform: rotateX(0deg);
    }

.pagination-bx .pagination {
    margin: 0;
    width: 100%;
}

.pagination {
    padding: 10px 0;
    display: block;
}

    .pagination li {
        display: inline-block;
        margin: 0 4px;
    }

    .pagination &gt; li:first-child &gt; a,
    .pagination &gt; li:first-child &gt; span {
        border-bottom-left-radius: 0;
        border-top-left-radius: 0;
        margin-left: 0;
    }

    .pagination &gt; li:last-child &gt; a,
    .pagination &gt; li:last-child &gt; span {
        border-bottom-right-radius: 0;
        border-top-right-radius: 0;
    }

    .pagination &gt; li &gt; a,
    .pagination &gt; li &gt; span {
        background-color: #fff;
        color: #404153;
        padding: 13px 15px;
        font-weight: 600;
        font-size: 14px;
        min-width: 40px;
        border: 0;
        line-height: 1;
        display: block;
        box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.05);
        display: block;
        -webkit-transition: all 0.5s;
        -ms-transition: all 0.5s;
        transition: all 0.5s;
    }

        .pagination &gt; li &gt; a:hover,
        .pagination &gt; li &gt; span:hover {
            border-color: transparent;
            color: #fff;
        }

@media only screen and (max-width: 575px) {
    .pagination &gt; li &gt; a,
    .pagination &gt; li &gt; span {
        padding: 10px 15px;
    }
}

.pagination &gt; .active &gt; a,
.pagination &gt; .active &gt; span,
.pagination &gt; .active &gt; a:hover,
.pagination &gt; .active &gt; span:hover,
.pagination &gt; .active &gt; a:focus,
.pagination &gt; .active &gt; span:focus {
    border-color: transparent;
}

@media only screen and (max-width: 575px) {
    .pagination li {
        margin: 0;
    }
}

.pagination-sm .pagination &gt; li &gt; a,
.pagination-sm .pagination &gt; li &gt; span .pagination-sm .pagination &gt; .previous &gt; a,
.pagination-sm .pagination &gt; .next &gt; a {
    font-size: 12px;
    padding: 6px 12px;
}

.pagination-lg .pagination &gt; li &gt; a,
.pagination-lg .pagination &gt; li &gt; span .pagination-lg .pagination &gt; .previous &gt; a,
.pagination-lg .pagination &gt; .next &gt; a {
    font-size: 18px;
    padding: 10px 20px;
}

.pagination-bx.primary .pagination &gt; li &gt; a,
.pagination-bx.primary .pagination &gt; li &gt; span {
    background-color: #1abc9c;
    color: #fff;
    margin: 0 1px;
    border: 0;
}

    .pagination-bx.primary .pagination &gt; li &gt; a:hover,
    .pagination-bx.primary .pagination &gt; li &gt; span:hover,
    .pagination-bx.primary .pagination &gt; li.active &gt; span,
    .pagination-bx.primary .pagination &gt; li.active &gt; a {
        background-color: #148f77;
    }

.pagination-bx.rounded .pagination &gt; li &gt; a,
.pagination-bx.rounded .pagination &gt; li &gt; span {
    border-radius: 30px;
    margin: 0 1px;
}

.pagination-bx.rounded-sm .pagination &gt; li &gt; a,
.pagination-bx.rounded-sm .pagination &gt; li &gt; span {
    border-radius: 4px;
    margin: 0 1px;
    display: block;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.pagination-bx.gray .pagination &gt; li &gt; a,
.pagination-bx.gray .pagination &gt; li &gt; span {
    background-color: #f6f7f8;
    margin: 0 1px;
    border: 0;
}

    .pagination-bx.gray .pagination &gt; li &gt; a:hover,
    .pagination-bx.gray .pagination &gt; li &gt; span:hover,
    .pagination-bx.gray .pagination &gt; li.active &gt; span,
    .pagination-bx.gray .pagination &gt; li.active &gt; a {
        background-color: #f42222;
        color: #fff;
    }

.pagination i {
    font-size: 12px;
}

.pagination li.active a {
    background-color: #f42222;
    color: #fff;
}

.pagination &gt; li.active &gt; a:hover,
.pagination &gt; li &gt; a:hover,
.pagination &gt; li &gt; span:hover {
    color: #fff;
    background-color: #f42222;
}

.service-menu {
    margin: 0;
    padding: 0;
    list-style: none;
    background: #f42222;
    padding: 30px;
    box-shadow: 0 8px 60px -25px #f42222;
}

    .service-menu li a {
        display: block;
        padding: 15px 50px 15px 20px;
        text-transform: capitalize;
        font-weight: 600;
        position: relative;
        z-index: 1;
        transition: all 0.5s;
        -moz-transition: all 0.5s;
        -webkit-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -o-transition: all 0.5s;
        border-bottom: 1px solid rgba(255, 255, 255, 0.15);
        color: #fff;
        font-weight: 500;
        font-size: 16px;
    }

    .service-menu li:last-child a {
        border-bottom: 0;
    }

    .service-menu li a i {
        color: #fff;
        font-size: 18px;
        line-height: 16px;
        text-align: center;
        border-radius: 35px;
        position: absolute;
        right: 20px;
        top: 20px;
        padding-left: 2px;
    }

    .service-menu li.active a, .service-menu li:hover a {
        background-color: #fff;
        color: #000;
    }

        .service-menu li.active a i, .service-menu li:hover a i {
            color: #000;
        }

    .service-menu.style-1 li a i {
        font-size: 24px;
    }

@media only screen and (max-width: 1199px) {
    .service-menu {
        padding: 15px;
    }
}

.left-border-1 {
    padding-left: 30px;
    border-left: 1px solid rgba(0, 0, 0, 0.1);
}

.contact-infolist {
    margin: 0 0 40px;
    padding: 25px 0 5px;
    list-style: none;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

    .contact-infolist li {
        position: relative;
        padding: 0 20px 20px 80px;
    }

        .contact-infolist li img {
            position: absolute;
            left: 0;
            top: 10px;
            width: 60px;
        }

        .contact-infolist li .contact-title {
            color: #020d26;
            font-size: 20px;
            line-height: 28px;
            font-weight: 600;
            margin-bottom: 2px;
        }

        .contact-infolist li a,
        .contact-infolist li p {
            font-size: 16px;
            line-height: 24px;
            color: #555;
            font-weight: 400;
            margin-bottom: 5px;
        }

button.back-to-top {
    border-style: solid;
    border-width: 0;
    bottom: 58px;
    box-shadow: 2px 2px 12px -5px #000000;
    color: #fff;
    background-color: var(--primary);
    cursor: pointer;
    display: none;
    height: 45px;
    margin: 0;
    position: fixed;
    right: 15px;
    text-align: center;
    width: 45px;
    z-index: 99999;
    padding: 0;
    font-size: 12px;
}

@media only screen and (max-width: 575px) {
    button.back-to-top {
        height: 35px;
        width: 35px;
    }
}

.team-member {
    position: relative;
}

    .team-member .team-media {
        position: relative;
    }

        .team-member .team-media img {
            width: 100%;
        }

    .team-member .team-info span {
        font-weight: 600;
    }

    .team-member.style-1 {
        overflow: hidden;
    }

        .team-member.style-1 .team-info {
            text-align: left;
            padding: 30px;
            position: absolute;
            background-color: #fff;
            width: 100%;
            height: 100%;
            right: -100%;
            top: 0;
            opacity: 1;
            -webkit-transition: all 0.5s;
            -ms-transition: all 0.5s;
            transition: all 0.5s;
            z-index: 1;
        }

            .team-member.style-1 .team-info .title {
                border-bottom: 1px solid #eee;
                padding-bottom: 10px;
                margin-bottom: 15px;
            }

                .team-member.style-1 .team-info .title a {
                    color: #000;
                }

        .team-member.style-1:hover {
            box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
        }

            .team-member.style-1:hover .team-info {
                opacity: 1;
                right: 0;
            }

@media only screen and (min-width: 991px) and (max-width: 1100px) {
    .team-member.style-1 .team-info {
        padding: 15px;
    }

        .team-member.style-1 .team-info .title {
            font-size: 20px;
        }
}

@media only screen and (min-width: 591px) and (max-width: 691px) {
    .team-member.style-1 .team-info {
        padding: 18px;
    }
}

@media only screen and (max-width: 575px) {
    .team-member.style-1 .team-info .title {
        padding-bottom: 15px;
        margin-bottom: 20px;
    }

    .team-member.style-1 .team-info .icon-list {
        margin-bottom: 20px;
    }
}

.team-member.style-2 {
    background: #fff;
}

    .team-member.style-2 .team-media {
        overflow: hidden;
    }

    .team-member.style-2 .team-info {
        border-bottom: 4px solid var(--primary);
        text-align: center;
        padding: 20px 10px;
    }

    .team-member.style-2 .social-media {
        position: absolute;
        bottom: -60px;
        left: 0;
        display: block;
        width: 100%;
        text-align: center;
        -webkit-transition: all 0.5s;
        -ms-transition: all 0.5s;
        transition: all 0.5s;
    }

    .team-member.style-2 .title {
        margin-bottom: 0;
        margin-bottom: 5px;
    }

    .team-member.style-2:hover .social-media {
        bottom: 30px;
    }

.social-media {
    padding: 0;
    margin: 0;
    list-style: none;
}

    .social-media li {
        display: inline-block;
    }

        .social-media li a {
            height: 40px;
            width: 40px;
            border-radius: 0;
            padding: 11px 11px;
            font-size: 14px;
        }

.icon-list {
    padding: 0;
    margin: 0;
    list-style: none;
    margin-bottom: 15px;
}

    .icon-list li {
        display: block;
        padding: 3px;
        font-size: 14px;
    }

        .icon-list li i {
            color: #f42222;
            margin-right: 5px;
        }

.bg-gray-alt {
    background-color: #fafafa;
}

.about-media {
    position: relative;
}

    .about-media .media {
        padding: 0 0 70px 80px;
    }

        .about-media .media img {
            width: 100%;
        }

    .about-media .about-contact {
        padding: 35px;
        background-color: #e63d32;
        box-shadow: 0 10px 50px -20px #f42222;
        -webkit-animation: up-down 2s infinite alternate;
        animation: up-down 2s infinite alternate;
    }

@media only screen and (max-width: 767px) {
    .about-media .media {
        padding: 0 0 30px;
    }

    .about-media .about-contact {
        width: 100%;
        position: unset;
        padding: 30px;
    }
}

@-webkit-keyframes up-down {
    0% {
        transform: translatey(0);
    }

    100% {
        transform: translatey(-10px);
    }
}

@keyframes up-down {
    0% {
        transform: translatey(0);
    }

    100% {
        transform: translatey(-10px);
    }
}

.choose-media {
    width: 650px;
    float: right;
    height: 100%;
    -webkit-animation: up-down 2s infinite alternate;
    animation: up-down 2s infinite alternate;
}

@media only screen and (max-width: 1199px) {
    .choose-media {
        width: 100%;
    }
}

.choose-media img {
    width: 100%;
    transform: scale(1.1);
    margin-left: -40px;
}

@media only screen and (max-width: 1199px) {
    .choose-media img {
        margin-left: 0;
        transform: scale(1);
    }
}

.progress-box.style1 {
    margin-bottom: 40px;
}

    .progress-box.style1 .progress-bar {
        transition: unset;
    }

    .progress-box.style1 .progress {
        height: 5px;
        background-color: #fccccc;
        overflow: inherit;
        border-radius: 0;
    }

    .progress-box.style1 .progress-info {
        display: flex;
        justify-content: space-between;
    }

        .progress-box.style1 .progress-info .title {
            text-transform: uppercase;
            margin-bottom: 5px;
        }

        .progress-box.style1 .progress-info .progress-value {
            margin-bottom: 5px;
        }

@media only screen and (max-width: 575px) {
    .progress-box.style1 {
        margin-bottom: 30px;
    }
}

.form-card {
    padding: 50px 0;
}

    .form-card .form-group {
        margin-bottom: 10px;
    }

        .form-card .form-group .form-control {
            background-color: #f8f8f8;
            height: 45px;
            font-size: 14px;
            border: 0;
            padding: 10px 25px;
            border-radius: 0;
        }

        .form-card .form-group .btn, .form-card .form-group .wp-block-button__link {
            height: 45px;
        }

@media only screen and (max-width: 575px) {
    .form-card {
        padding: 40px 0;
    }
}

.member-detail .title {
    margin-bottom: 10px;
}

.member-detail .team-box {
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
    padding: 5px;
    background-color: #fff;
}

.member-detail .team-media img {
    width: 100%;
}

.member-detail .team-info {
    padding: 20px;
}

.job-career-box {
    padding: 30px;
    background: #fff;
    box-shadow: 0 30px 50px 0 rgba(0, 0, 0, 0.1);
}

@media only screen and (max-width: 575px) {
    .job-career-box {
        padding: 8px;
    }
}

.brand-list {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 0;
}

    .brand-list li {
        display: inline-block;
        width: 33.33%;
        text-align: center;
        padding: 20px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        border-right: 1px solid rgba(0, 0, 0, 0.1);
    }

        .brand-list li img {
            opacity: 0.4;
            transition: all 0.5s;
        }

        .brand-list li:hover img {
            opacity: 1;
        }

        .brand-list li:nth-child(3n+0) {
            border-right: 0;
        }

        .brand-list li:nth-last-child(1), .brand-list li:nth-last-child(2), .brand-list li:nth-last-child(3) {
            border-bottom: 0;
        }

@media only screen and (max-width: 575px) {
    .brand-list li {
        width: 50%;
    }

        .brand-list li:nth-child(3n+0) {
            border-right: 1px solid rgba(0, 0, 0, 0.1);
        }

        .brand-list li:nth-last-child(3) {
            border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        }

        .brand-list li:nth-child(2n+0) {
            border-right: 0;
        }
}

.about-wraper1 {
    position: relative;
}

    .about-wraper1 .about-media {
        position: relative;
        height: 100%;
        padding: 80px 80px 100px 150px;
    }

    .about-wraper1 .about-img1 {
        position: absolute;
        top: 0;
        left: 0;
        border: 10px solid #fff;
        z-index: 1;
        width: 250px;
        box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
        -webkit-animation: move 9s infinite alternate;
        animation: move 9s infinite alternate;
    }

    .about-wraper1 .about-img2 {
        float: right;
        position: relative;
        width: 100%;
    }

        .about-wraper1 .about-img2 img {
            width: 100%;
        }

        .about-wraper1 .about-img2:before {
            content: "";
            position: absolute;
            width: 72px;
            height: 72px;
            background-color: var(--primary);
            z-index: 2;
            bottom: -30px;
            left: -30px;
            -webkit-animation: zoom-in-zoom-out 5s infinite alternate;
            animation: zoom-in-zoom-out 5s infinite alternate;
        }

    .about-wraper1 .experience-bx {
        position: absolute;
        right: 30px;
        bottom: 0;
        box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
        background-color: #fff;
        padding: 35px 30px;
        overflow: hidden;
        border-bottom: 5px solid var(--primary);
        -webkit-animation: move2 7s infinite alternate;
        animation: move2 7s infinite alternate;
    }

        .about-wraper1 .experience-bx .exp-text {
            font-size: 36px;
            color: var(--primary);
            line-height: 1;
            text-transform: uppercase;
            display: flex;
            align-items: flex-end;
            margin-bottom: 15px;
        }

            .about-wraper1 .experience-bx .exp-text .counter {
                font-size: 110px;
                text-transform: uppercase;
                line-height: 85px;
                display: inline-block;
                color: #000;
            }

        .about-wraper1 .experience-bx .exp-year {
            font-size: 16px;
            text-transform: uppercase;
            margin: 0;
        }

@media only screen and (max-width: 1199px) {
    .about-wraper1 .about-img1 {
        width: 200px;
    }

    .about-wraper1 .about-media {
        padding: 50px 70px 120px 50px;
    }
}

@media only screen and (max-width: 991px) {
    .about-wraper1 .about-img1 {
        width: 250px;
    }

    .about-wraper1 .about-media {
        padding: 70px 120px 70px 140px;
    }

    .contact-form.style1 {
        /* background-color: #cfcfcf;  */
        padding: 50px 50px;
        border: 1px solid #e3e3e3;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
    }
}

@media only screen and (max-width: 767px) {
    .about-wraper1 .about-media {
        padding: 60px;
    }

    .about-wraper1 .about-img1 {
        width: 200px;
    }
}

@media only screen and (max-width: 575px) {
    .about-wraper1 .about-img1 {
        width: 120px;
        border-width: 5px;
        left: 20px;
    }

    .about-wraper1 .experience-bx {
        padding: 20px;
    }

        .about-wraper1 .experience-bx .exp-text .counter {
            font-size: 80px;
            line-height: 60px;
        }
}

@-webkit-keyframes move {
    0% {
        -webkit-transform: translate(0);
        transform: translate(0);
    }

    25% {
        -webkit-transform: translate(10px, 10px);
        transform: translate(10px, 10px);
    }

    50% {
        -webkit-transform: translate(5px, 5px);
        transform: translate(5px, 5px);
    }

    75% {
        -webkit-transform: translate(10px, -5px);
        transform: translate(10px, -5px);
    }

    100% {
        -webkit-transform: translate(0);
        transform: translate(0);
    }
}

@-webkit-keyframes move2 {
    0% {
        -webkit-transform: translate(0);
        transform: translate(0);
    }

    25% {
        -webkit-transform: translate(-10px, -10px);
        transform: translate(-10px, -10px);
    }

    50% {
        -webkit-transform: translate(-5px, -5px);
        transform: translate(-5px, -5px);
    }

    75% {
        -webkit-transform: translate(-10px, 5px);
        transform: translate(-10px, 5px);
    }

    100% {
        -webkit-transform: translate(0);
        transform: translate(0);
    }
}

@keyframes zoom-in-zoom-out {
    0% {
        transform: scale(1, 1);
    }

    50% {
        transform: scale(1.2, 1.2);
    }

    100% {
        transform: scale(1, 1);
    }
}

.list-check-squer li {
    display: block;
    color: #000;
    font-size: 20px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    position: relative;
    padding: 8px 15px 7px 50px;
    margin-bottom: 10px;
    line-height: 20px;
}

    .list-check-squer li:before {
        content: "\f00c";
        font-family: 'Line Awesome Free';
        font-weight: 900;
        background-color: var(--primary);
        width: 35px;
        height: 35px;
        display: block;
        text-align: center;
        line-height: 35px;
        color: #fff;
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
    }

@media only screen and (max-width: 575px) {
    .list-check-squer li {
        font-size: 16px;
        padding: 8px 15px 7px 46px;
        line-height: 16px;
    }
}

.heading-ext {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 32px 40px;
}

    .heading-ext .right {
        min-width: 200px;
        text-align: right;
    }

@media only screen and (max-width: 767px) {
    .heading-ext {
        padding: 20px;
    }
}

@media only screen and (max-width: 575px) {
    .heading-ext {
        display: block;
    }

        .heading-ext .right {
            text-align: left;
            margin-top: 15px;
        }
}

.team-wraper1 {
    position: relative;
    width: 100%;
    height: 100%;
    display: table;
}

    .team-wraper1 .media-large {
        float: right;
        margin: 30px;
    }

        .team-wraper1 .media-large img {
            border-radius: 10px;
        }

    .team-wraper1 .team-media {
        width: 80px;
        height: 80px;
        border: 3px solid;
        border-color: #fff;
    }

        .team-wraper1 .team-media img {
            height: 100%;
            width: 100%;
            object-fit: cover;
        }

    .team-wraper1 .team-info {
        box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
        padding: 30px;
        background-color: #fff;
        width: 280px;
        position: absolute;
        right: 100%;
        top: 50%;
        transform: translateY(-50%);
        margin-right: 20px;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: all 0.5s;
        -ms-transition: all 0.5s;
        transition: all 0.5s;
        z-index: 1;
    }

        .team-wraper1 .team-info:after {
            content: "";
            border-top: 15px solid #fff;
            border-right: 15px solid transparent;
            position: absolute;
            right: -15px;
            top: 35%;
            transform: translateY(-50%);
        }

        .team-wraper1 .team-info .title {
            margin-bottom: 5px;
        }

        .team-wraper1 .team-info span {
            display: block;
            margin-bottom: 20px;
        }

    .team-wraper1 .team-bx {
        position: absolute;
    }

        .team-wraper1 .team-bx:hover .team-info {
            opacity: 1;
            visibility: visible;
        }

    .team-wraper1 .member1 {
        left: 250px;
        bottom: 0;
    }

    .team-wraper1 .member2 {
        right: 0;
        bottom: 0;
    }

        .team-wraper1 .member2 .team-media {
            transform: scale(1.5);
        }

        .team-wraper1 .member2 .team-info {
            margin-right: 35px;
        }

    .team-wraper1 .member3 {
        right: 50px;
        top: 50px;
    }

    .team-wraper1 .member4 {
        top: 0;
        left: 300px;
    }

        .team-wraper1 .member4 .team-media {
            transform: scale(1.5);
        }

        .team-wraper1 .member4 .team-info {
            margin-right: 35px;
        }

    .team-wraper1 .member5 {
        top: 100px;
        left: 100px;
    }

        .team-wraper1 .member5 .team-media {
            transform: scale(1.5);
        }

        .team-wraper1 .member5 .team-info {
            margin-right: 35px;
        }

@media only screen and (max-width: 991px) {
    .team-wraper1 .member1 {
        left: 180px;
    }

        .team-wraper1 .member1 .team-info {
            margin-right: 0;
            margin-left: 15px;
            right: 0;
            left: 100%;
        }

            .team-wraper1 .member1 .team-info:after {
                right: auto;
                top: 35%;
                transform: translateY(-50%) rotate(90deg);
                left: -15px;
            }

    .team-wraper1 .member5 {
        left: 0;
    }

        .team-wraper1 .member5 .team-info {
            margin-right: 0;
            margin-left: 35px;
            right: 0;
            left: 100%;
        }

            .team-wraper1 .member5 .team-info:after {
                right: auto;
                top: 35%;
                transform: translateY(-50%) rotate(90deg);
                left: -15px;
            }
}

.blog-carousel .owl-stage-outer {
    overflow: unset;
}

    .blog-carousel .owl-stage-outer .owl-item {
        opacity: 0.3;
        -webkit-transition: all 0.5s;
        -ms-transition: all 0.5s;
        transition: all 0.5s;
    }

        .blog-carousel .owl-stage-outer .owl-item.active {
            opacity: 1;
        }

.blog-carousel .blog-card {
    margin-bottom: 0;
}

.blog-wraper1,
.service-wraper1 {
    position: relative;
}


@media only screen and (max-width: 767px) {
    .blog-wraper1:after,
    .service-wraper1:after {
        content: none;
    }
}

.blog-card {
    position: relative;
    margin-bottom: 30px;
}

    .blog-card .post-media img {
        width: 100%;
        height:200px;
    }

    .blog-card.blog-list {
        display: flex;
    }

        .blog-card.blog-list .post-media {
            width: 200px;
            min-width: 200px;
        }

            .blog-card.blog-list .post-media img {
                height: 100%;
                object-fit: cover;
            }

        .blog-card.blog-list.list-large .post-media {
            width: 300px;
            min-width: 300px;
        }

@media only screen and (max-width: 1199px) {
    .blog-card.blog-list.list-large .post-media {
        width: 250px;
        min-width: 250px;
    }
}

@media only screen and (max-width: 767px) {
    .blog-card.blog-list.list-large {
        display: block;
    }

        .blog-card.blog-list.list-large .post-media {
            width: 100%;
            min-width: 100%;
        }
}

@media only screen and (max-width: 575px) {
    .blog-card.blog-list {
        display: block;
    }

        .blog-card.blog-list .post-media {
            width: 100%;
            min-width: 100%;
        }
}

.blog-card.blog-overlay .post-info {
    position: absolute;
    bottom: 0;
    width: 100%;
}

    .blog-card.blog-overlay .post-info .post-meta li, .blog-card.blog-overlay .post-info .post-meta a, .blog-card.blog-overlay .post-info .post-meta i {
        color: #fff;
    }

    .blog-card.blog-overlay .post-info .post-title a {
        color: #fff;
    }

.blog-card.style-1 .post-title {
    margin-bottom: 5px;
    font-size: 15px;
    height: 38px;
    overflow: hidden;
}

.blog-card.style-1 .post-info {
    padding: 7px;
}

    .blog-card.style-1 .post-info .post-meta {
        border-top: 1px solid #eee;
        margin-bottom: 1px;
        padding-top: 9px;
        margin-top: 1px;
    }

.blog-card.style-1.blog-overlay .post-info {
    z-index: 2;
}

    .blog-card.style-1.blog-overlay .post-info .post-meta {
        margin-bottom: 0;
        border-top: 1px solid rgba(255, 255, 255, 0.2);
        padding-top: 15px;
        margin-bottom: 0;
    }

.blog-card.style-1.blog-overlay .post-media {
    position: relative;
    z-index: 1;
}

    .blog-card.style-1.blog-overlay .post-media img {
        min-height: 300px;
        object-fit: cover;
    }

    .blog-card.style-1.blog-overlay .post-media:after {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        background: -moz-linear-gradient(top, rgba(23, 26, 30, 0) 0%, rgba(23, 26, 30, 0.8) 100%);
        /* FF3.6-15 */
        background: -webkit-linear-gradient(top, rgba(23, 26, 30, 0) 0%, rgba(23, 26, 30, 0.8) 100%);
        /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, rgba(23, 26, 30, 0) 0%, rgba(23, 26, 30, 0.8) 100%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        z-index: 1;
        width: 100%;
        height: 100%;
    }

.blog-card.style-1.blog-list .post-info {
    padding: 35px 30px;
}

@media only screen and (max-width: 991px) {
    .blog-card.style-1.blog-list .post-info {
        padding: 25px 20px;
    }

    .blog-card.style-1 .post-info {
        padding: 7px 10px;
    }
}

@media only screen and (max-width: 575px) {
    .blog-card.style-1.blog-list .post-info {
        padding: 7px 10px;
    }
}

.post-meta {
    padding: 0;
    margin: 0;
    list-style: none;
}

    .post-meta li {
        display: inline-block;
        position: relative;
        font-size: 12px;
    }

        .post-meta li:after {
            content: "-";
            margin-left: 10px;
            margin-right: 10px;
            display: inline-block;
        }

        .post-meta li:last-child:after {
            content: none;
        }

        .post-meta li a {
            color: #777777;
        }

    .post-meta .author img {
        border-radius: 30px;
        height: 30px;
        width: 30px;
        display: inline-block;
        margin-right: 10px;
    }

    .post-meta .author a {
        color: #f42222;
    }

/* About Us */
.about-year {
    padding: 25px;
    width: 240px;
    position: absolute;
    bottom: 30px;
    left: 0;
    box-shadow: 0 10px 50px -20px #f42222;
    background: #f42222;
    -webkit-animation: up-down 2s infinite alternate;
    animation: up-down 2s infinite alternate;
}

    .about-year .count {
        font-size: 90px;
        color: #fff;
        line-height: 90px;
        margin-bottom: 5px;
    }

    .about-year .text {
        color: #fff;
        font-weight: 700;
        text-transform: uppercase;
        box-shadow: inset 0 -3px 0px 0 #ffdb3d;
        display: inline-block;
        padding-bottom: 5px;
        margin-bottom: 20px;
    }

@media only screen and (max-width: 575px) {
    .about-year {
        padding: 15px;
        width: 195px;
        bottom: 15px;
    }

        .about-year .count {
            font-size: 60px;
            line-height: 60px;
        }
}

.about-imgbox {
    padding-left: 90px;
    position: relative;
}

.videoplay-bx i {
    width: 50px;
    height: 50px;
    background: #ffdb3d;
    border-radius: 40px;
    text-align: center;
    line-height: 50px;
    color: #000;
    padding-left: 3px;
}

.videoplay-bx span {
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    margin-left: 10px;
}

.counter-style-1 {
    padding: 20px;
    border: 2px solid #eee;
    position: relative;
    margin-bottom: 30px;
}

    .counter-style-1:after {
        content: "";
        border-top: 15px solid #f42222;
        border-left: 15px solid transparent;
        position: absolute;
        right: 5px;
        top: 5px;
    }

    .counter-style-1 .text-primary {
        font-size: 38px;
    }
/* .counter-style-2{
	text-align:center;
}
.counter-style-2 .counter-bx{
	margin-bottom:10px;
}
.counter-style-2 .counter-bx span{
	font-size:60px;
	font-weight:500;
	line-height: 70px;
	display: inline-block;
	color:#000;
}
.counter-style-2 .counter-text{
	font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    color: #627696;
    text-transform: uppercase;
}
.text-white .counter-style-2 .counter-text,
.text-white .counter-style-2 .counter-bx span{
	color:#fff;
} */
/* About Us 2 */
.about-wraper2 .about-content {
    position: relative;
}

.about-wraper2 .ttr-media img {
    min-width: auto;
}

.about-wraper2 .service-content {
    background-color: #fff;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
    border-radius: 50px;
    line-height: 60px;
    text-align: center;
    font-weight: 500;
    margin-bottom: 100px;
    width: 235px;
    position: relative;
    height: 60px;
    align-items: center;
    display: flex;
    -webkit-animation: move 2s infinite alternate;
    animation: move 10s infinite alternate;
}

    .about-wraper2 .service-content:before {
        content: "\f00c";
        background-color: #f42222;
        height: 45px;
        width: 45px;
        line-height: 45px;
        border-radius: 50%;
        color: #fff;
        font-family: 'FontAwesome';
        display: block;
        position: absolute;
        top: 8px;
        text-align: center;
    }

    .about-wraper2 .service-content .title {
        margin: 0;
        text-transform: uppercase;
    }

.about-wraper2 .content-left,
.about-wraper2 .content-right {
    position: absolute;
    transform: translate(-50%, -50%);
    top: 60%;
}

.about-wraper2 .content-left {
    left: 23%;
}

    .about-wraper2 .content-left .service-content {
        -webkit-animation: up-down 5s infinite alternate;
        animation: up-down 5s infinite alternate;
        padding: 0 65px 0 20px;
        justify-content: flex-end;
    }

        .about-wraper2 .content-left .service-content:nth-child(2) {
            margin: 0 0 100px -50px;
        }

        .about-wraper2 .content-left .service-content:before {
            right: 8px;
        }

.about-wraper2 .content-right {
    right: -50px;
}

    .about-wraper2 .content-right .service-content {
        padding: 0 20px 0 65px;
        -webkit-animation: up-down2 5s infinite alternate;
        animation: up-down2 5s infinite alternate;
    }

        .about-wraper2 .content-right .service-content:nth-child(2) {
            margin: 0 0 100px 50px;
        }

        .about-wraper2 .content-right .service-content:before {
            left: 8px;
        }

@media only screen and (max-width: 1199px) {
    .about-wraper2 .content-left {
        left: 150px;
    }

    .about-wraper2 .content-right {
        right: -150px;
    }
}

@media only screen and (max-width: 991px) {
    .about-wraper2 .content-left,
    .about-wraper2 .content-right {
        display: none;
    }
}

@-webkit-keyframes up-down2 {
    0% {
        transform: translatey(0);
    }

    100% {
        transform: translatey(-10px);
    }
}

@keyframes up-down2 {
    0% {
        transform: translatey(0);
    }

    100% {
        transform: translatey(10px);
    }
}

.contact-form label {
    font-size: 15px;
    font-weight: 400;
    color: #606060;
    position: absolute;
    top: 10px;
    left: 20px;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.contact-form .input-group .form-control {
    border-width: 0 0 1px 0;
    background-color: rgba(0, 0, 0, 0);
    background: transparent;
    border: 1px solid rgba(0, 0, 0, 0.2);
    height: 50px;
    padding: 8px 20px;
    font-size: 15px;
    line-height: 22px;
}

.contact-form .form-control:hover, .contact-form .form-control:active, .contact-form .form-control:focus {
    border-color: #f42222;
}

.contact-form .input-group textarea.form-control {
    height: 150px;
    padding: 15px 20px;
}

.contact-form .form-group {
    margin-bottom: 30px;
}

    .contact-form .form-group.focused label {
        margin-top: -31px;
        font-size: 11px;
        margin-left: -20px;
    }

@media only screen and (max-width: 575px) {
    .contact-form .form-group {
        margin-bottom: 20px;
    }
}

.contact-form.style1 {
    background-color: var(--primary);
    padding: 50px 50px;
    box-shadow: 0 10px 40px -20px var(--primary);
    /* border: 2px solid var(--primary); */
    /* background-image: url(../images/background/bg3.png); */
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

@media only screen and (max-width: 1199px) {
    .contact-form.style1 {
        padding: 30px;
    }
}

@media only screen and (max-width: 575px) {
    .contact-form.style1 {
        padding: 25px;
    }
    .counter-style-1 .text-primary {
        font-size: 23px;
    }
}

.contact-form.style1 .input-group .form-control {
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0);
}

.contact-ri {
    padding-left: 30px;
}

@media only screen and (max-width: 991px) {
    .contact-ri {
        padding-left: 0;
    }
}

iframe {
    border: 0;
}

.icon-box {
    max-width: 300px;
    margin-bottom: 30px;
}

    .icon-box .title {
        margin-bottom: 20px;
        border-bottom: 2px solid rgba(0, 0, 0, 0.1);
        padding-bottom: 15px;
        display: flex;
        align-items: center;
        text-transform: uppercase;
    }

        .icon-box .title i {
            font-size: 32px;
            margin-right: 15px;
            color: #f42222;
        }

@media only screen and (max-width: 575px) {
    #rc-imageselect,
    .g-recaptcha {
        transform-origin: 0 0;
        -moz-transform-origin: 0 0;
        -o-transform-origin: 0 0;
        -webkit-transform-origin: 0 0;
        transform: scale(0.8);
        -moz-transform: scale(0.8);
        -o-transform: scale(0.8);
        -webkit-transform: scale(0.8);
        margin-bottom: -15px;
    }
}

.help-bx {
    box-shadow: 0 20px 60px 0 rgba(0, 0, 0, 0.1);
}

    .help-bx .info {
        padding: 15px 25px 35px 25px;
        text-align: center;
        position: relative;
        z-index: 1;
    }

        .help-bx .info img {
            max-width: 60px;
            margin-bottom: 20px;
        }

        .help-bx .info:before, .help-bx .info:after {
            content: "";
            background: #fff;
            position: absolute;
            top: -25px;
            width: 100%;
            height: 80px;
            left: 0;
            transform: skewY(-8deg);
            z-index: -1;
        }

        .help-bx .info:before {
            background: #fff;
            top: -32px;
            transform: skewY(-5deg);
            height: 40px;
        }

    .help-bx p {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 20px;
    }

.brochure-bx {
    padding: 30px;
    border-radius: 4px;
    overflow: hidden;
    position: relative;
    z-index: 1;
    background: #fff;
    box-shadow: 0 20px 60px 0 rgba(0, 0, 0, 0.1);
}

    .brochure-bx .title-head {
        border-bottom: 1px solid rgba(0, 0, 0, 0.15);
        padding-bottom: 8px;
        position: relative;
        margin-bottom: 30px;
    }

        .brochure-bx .title-head:after {
            background: var(--primary);
            content: "";
            width: 30px;
            height: 3px;
            position: absolute;
            bottom: -2px;
            left: 0;
        }

.download-link {
    position: relative;
    display: block;
    padding-left: 45px;
    margin-top: 20px;
}

    .download-link .title {
        font-size: 16px;
        margin-top: 0;
        margin-bottom: 0px;
        line-height: 22px;
    }

    .download-link span {
        color: #888;
        font-size: 14px;
        line-height: 18px;
    }

    .download-link img {
        width: 45px;
        position: absolute;
        left: -5px;
        top: 0;
    }

.form-check-label:before {
    width: 20px;
    height: 20px;
    background-color: transparent;
    border: 2px solid var(--primary);
    top: 2px;
}

.form-check-label:after {
    width: 20px;
    height: 20px;
    top: 2px;
}

.custom-checkbox .form-check-input:checked ~ .form-check-label::before {
    background-color: var(--primary);
}

.custom-checkbox .form-check-label::before, .custom-checkbox .form-check-label::after {
    left: -30px;
}

.custom-checkbox label {
    line-height: 24px;
    margin-bottom: 0;
}

.booking-form .dropdown-toggle,
.booking-form .form-control {
    border: 1px solid #cacaca;
    padding: 15px 20px;
    border-radius: 0;
    height: 50px;
}

.booking-form textarea.form-control {
    height: 220px;
}

.booking-form .form-title {
    background-color: #f42222;
    color: #fff;
    padding: 12px 20px;
    margin-bottom: 20px;
    font-weight: 500;
    display: block;
}

.booking-form .form-group {
    margin-bottom: 30px;
}

@media only screen and (max-width: 575px) {
    .booking-form .form-group {
        margin-bottom: 20px;
    }
}

/* error */
.error-404 {
    height: 67vh;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    max-width: 550px;
    margin: auto;
}

    .error-404 .inner-content {
        text-align: center;
    }

    .error-404 .error-title {
        font-size: 180px;
        line-height: 180px;
        margin-bottom: 15px;
    }

        .error-404 .error-title span {
            width: 145px;
            height: 145px;
            display: inline-block;
            background-image: url(../images/error.gif);
            background-size: 100%;
            margin: 0 10px;
        }

    .error-404 .error-text {
        text-transform: uppercase;
        margin-bottom: 15px;
    }

    .error-404 p {
        margin-bottom: 30px;
    }

@media only screen and (max-width: 575px) {
    .error-404 .error-title {
        font-size: 120px;
        line-height: 120px;
    }

        .error-404 .error-title span {
            width: 100px;
            height: 100px;
        }
}

.blog-single {
    /*  margin-bottom: 60px; */
}
.blog-single img{
    height:380px;
    width:auto;
}

    .blog-single .post-meta {
        padding: 0;
        margin-bottom: 15px;
        margin-top: 10px;
    }

    .blog-single .ttr-post-title {
        margin-bottom: 20px;
    }

    .blog-single .action-box {
        text-align: center;
        background: rgb(227,227,227);
        background: radial-gradient(circle, rgba(227,227,227,0) 7%, rgba(19,19,19,0.0760679271708683) 100%);
    }

    .blog-single .ttr-post-text {
        margin-top: 10px;
    }

        .blog-single .ttr-post-text ul {
            padding: 0;
        }

    .blog-single .share-post li:first-child {
        margin-right: 5px;
    }

    .blog-single .ttr-post-text ul li {
        padding: 5px 0;
    }

    .blog-single .ttr-post-footer {
        display: flex;
        align-items: center;
        border: 1px solid rgba(0, 0, 0, 0.1);
        border-width: 1px 0;
        padding: 10px 0;
        margin-top: 30px;
    }

        .blog-single .ttr-post-footer .post-tags a {
            color: var(--primary);
            font-size: 14px;
            font-weight: 600;
            text-transform: uppercase;
            margin-right: 10px;
        }

        .blog-single .ttr-post-footer strong {
            font-size: 14px;
            font-weight: 600;
            margin-right: 10px;
        }

    .blog-single .ttr-post-meta {
        margin-bottom: 0;
    }

    .blog-single .ttr-post-tags {
        margin-top: 20px;
    }

    .blog-single .ttr-post-media {
        border-radius: 4px;
    }

@media only screen and (max-width: 767px) {
    .blog-single .ttr-post-footer {
        display: block;
    }

        .blog-single .ttr-post-footer .social-media {
            margin: 15px 0 0;
        }
    .blog-single img{
        height:auto;
        width:100%;
    }
}

.comments-area {
    padding: 0;
}

    .comments-area .comments-title {
        text-transform: uppercase;
        font-size: 24px;
        font-weight: 600;
        line-height: 28px;
        margin-bottom: 30px;
    }

ol.comment-list {
    margin-bottom: 60px;
    list-style: none;
    padding-left: 0;
}

    ol.comment-list li.comment {
        position: relative;
        padding: 0;
    }

        ol.comment-list li.comment .comment-body {
            margin-bottom: 40px;
            margin-left: 80px;
            position: relative;
            background: #f6f7f8;
            padding: 30px 30px;
            border: 1px solid rgba(0, 0, 0, 0.1);
        }

            ol.comment-list li.comment .comment-body:after {
                content: "";
                background: #f6f7f8;
                border: 1px solid rgba(0, 0, 0, 0.1);
                width: 12px;
                height: 12px;
                position: absolute;
                left: -6px;
                transform: rotate(45deg);
                border-width: 0 0px 1px 1px;
                top: 30px;
            }

        ol.comment-list li.comment .comment-author {
            display: block;
            margin-bottom: 0;
        }

            ol.comment-list li.comment .comment-author .avatar {
                position: absolute;
                top: 0;
                left: -80px;
                width: 70px;
                height: 70px;
                border-radius: 64px;
                -webkit-border-radius: 64px;
                background: #fff;
                padding: 4px;
                box-shadow: 0 0 30px 0 rgba(0, 10, 105, 0.03);
            }

            ol.comment-list li.comment .comment-author .fn {
                display: inline-block;
                color: #272d3a;
                font-size: 18px;
                font-weight: 600;
                font-style: normal;
                margin-bottom: 5px;
                line-height: 28px;
            }

            ol.comment-list li.comment .comment-author .says {
                display: none;
                color: #999999;
                font-weight: 600;
            }

        ol.comment-list li.comment .comment-meta {
            color: #8d8d8d;
            text-transform: uppercase;
            margin-bottom: 10px;
        }

            ol.comment-list li.comment .comment-meta a {
                color: var(--primary);
                font-size: 14px;
                font-weight: 500;
                letter-spacing: 0;
                text-transform: uppercase;
            }

        ol.comment-list li.comment p {
            margin: 0 0 5px;
            font-size: 16px;
            font-weight: 400;
            line-height: 24px;
        }

        ol.comment-list li.comment .reply a {
            background: var(--primary);
            padding: 6px 15px;
            display: inline-block;
            border-radius: 0;
            margin-top: 12px;
            font-size: 13px;
            font-weight: 600;
            text-transform: uppercase;
            letter-spacing: 2px;
            color: #fff;
        }

            ol.comment-list li.comment .reply a:hover {
                background-color: var(--primary);
                color: #fff;
            }

        ol.comment-list li.comment .comment-respond .comment-form p {
            padding: 0 15px;
        }

    ol.comment-list li .children {
        list-style: none;
        margin-left: 80px;
        padding: 0;
    }

        ol.comment-list li .children li {
            padding: 0;
        }

@media only screen and (max-width: 767px) {
    ol.comment-list .padding-30 {
        padding: 15px;
    }

    ol.comment-list li.comment .comment-body {
        margin-bottom: 30px;
        margin-left: 70px;
    }

    ol.comment-list li.comment .comment-author .avatar {
        left: -75px;
        height: 60px;
        width: 60px;
    }

    ol.comment-list li.comment .reply a {
        position: static;
    }

    ol.comment-list li .children {
        margin-left: 20px;
    }
}

@media only screen and (max-width: 575px) {
    ol.comment-list li.comment .comment-body {
        margin-left: 62px;
        padding: 25px;
    }

    ol.comment-list li.comment .comment-author .avatar {
        left: -65px;
        top: 12px;
        width: 50px;
        height: 50px;
    }
}

.comment-respond {
    padding: 30px 30px;
    background: #f6f7f8;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

    .comment-respond .comment-reply-title {
        text-transform: uppercase;
        font-size: 24px;
        font-weight: 600;
        line-height: 30px;
        margin-bottom: 15px;
    }

    .comment-respond .comment-form {
        margin: 0 -10px;
    }

    .comment-respond .comment-notes {
        display: none;
    }

    .comment-respond p {
        width: 33.333%;
        float: left;
        padding: 0 10px;
        margin-bottom: 20px;
        position: relative;
    }

        .comment-respond p.form-allowed-tags {
            width: 100%;
        }

.comments-area .comment-form p label {
    display: none;
    line-height: 18px;
    margin-bottom: 10px;
}

.comments-area .comment-form p input[type="text"],
.comments-area .comment-form p textarea {
    width: 100%;
    height: 50px;
    padding: 14px 22px 14px 22px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    text-transform: capitalize;
    color: #000000;
    background: #fff;
    font-size: 14px;
}

    .comments-area .comment-form p input[type="text"]:hover,
    .comments-area .comment-form p textarea:hover,
    .comments-area .comment-form p input[type="text"]:focus,
    .comments-area .comment-form p textarea:focus {
        border-color: var(--primary);
        box-shadow: none;
        outline: none;
    }

.comments-area .comment-form p.comment-form-comment {
    width: 100%;
    display: block;
    clear: both;
}

.comments-area .comment-form p textarea {
    height: 120px;
}

.comments-area .comment-form p.form-submit {
    clear: both;
    float: none;
    width: 100%;
    margin: 0;
}

.comments-area .comment-form p input[type="submit"] {
    background-color: #f42222;
    border: none;
    border-style: solid;
    border-width: 0;
    color: #fff;
    display: inline-block;
    font-weight: 400;
    font-size: 16px;
    padding: 10px 20px;
    text-transform: uppercase;
}

    .comments-area .comment-form p input[type="submit"]:hover,
    .comments-area .comment-form p input[type="submit"]:focus,
    .comments-area .comment-form p input[type="submit"]:active {
        background-color: #f10c0c;
    }

@media only screen and (max-width: 767px) {
    .comments-area .comment-form p {
        width: 100%;
        float: none;
        margin-bottom: 20px;
    }

    .comments-area .comment-respond {
        padding: 20px;
    }
}

.author-box {
    /*background-color: #f6f7f8;
    padding: 30px;
    border: 1px solid rgba(0, 0, 0, 0.1);*/
}

    .author-box.blog-user .author-profile-info {
        display: flex;
    }

@media only screen and (max-width: 575px) {
    .author-box.blog-user .author-profile-info {
        display: block;
    }
}

.author-box .author-profile-pic {
    width: 100px;
    height: 100px;
    min-width: 100px;
    border-radius: 100px;
    overflow: hidden;
    box-shadow: -2px 5px 10px 0 rgba(0, 16, 147, 0.1);
    z-index: 2;
    position: relative;
    margin-right: 25px;
}

    .author-box .author-profile-pic img {
        width: 100%;
        min-width: 100px;
        height: 100px;
        border-radius: 4px;
        overflow: hidden;
        box-shadow: none;
        z-index: 2;
        position: relative;
        margin: 0 auto;
        border: 0;
    }

    .author-box .author-profile-pic h6, .author-box .author-profile-pic .h6 {
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 5px;
    }

    .author-box .author-profile-pic p {
        margin-bottom: 15px;
        font-size: 18px;
        line-height: 24px;
    }

@media only screen and (max-width: 575px) {
    .author-box .author-profile-pic {
        margin-bottom: 20px;
    }
}

.min-container,
.blog-post.blog-single {
    max-width: 750px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.max-container {
    max-width: 1500px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 55px;
    padding-right: 55px;
}

.blog-post.blog-single .ttr-post-info {
    padding: 0;
}

.blog-post.blog-single .ttr-post-text.text &gt; ol,
.blog-post.blog-single .ttr-post-text.text &gt; ul {
    padding-left: 30px;
}

    .blog-post.blog-single .ttr-post-text.text &gt; ol li,
    .blog-post.blog-single .ttr-post-text.text &gt; ul li {
        padding: 5px 5px;
        color: #2b2d2e;
    }

.blog-post.blog-single .ttr-post-text.text &gt; .wp-block-gallery {
    padding: 0;
    list-style: none;
}

    .blog-post.blog-single .ttr-post-text.text &gt; .wp-block-gallery li {
        padding: 0;
        list-style: none;
        margin: 10px;
    }

.blog-post.blog-single .ttr-post-text ul li,
.blog-post.blog-single .ttr-post-text ol li,
.blog-post.blog-single .ttr-post-text p {
    font-size: 15px;
    line-height: 28px;
}

.blog-post.blog-single .ttr-post-text p {
    margin-bottom: 28px;
}

.blog-post.blog-single .ttr-post-text blockquote p {
    font-size: 18px;
    line-height: 30px;
    color: #2b2d2e;
    margin-bottom: 10px;
    font-weight: 600;
    text-align: left;
}

.blog-post.blog-single .ttr-post-text .wp-block-gallery {
    margin-left: calc(-190px - (10px/2));
    margin-right: calc(-190px - (10px/2));
    width: calc(100% + 380px + 10px);
    max-width: initial;
}

.blog-post.blog-single .ttr-post-text &gt; div + p:first-letter,
.blog-post.blog-single .ttr-post-text &gt; p:first-child:first-letter {
    color: #6d9ec4;
    font-size: 100px;
    float: left;
    margin-right: 20px;
    margin-bottom: 14px;
    margin-top: 15px;
}

.blog-post.blog-single .ttr-post-text .has-large-font-size {
    font-size: 36px;
    line-height: 50px;
    color: #000;
}

.content-spacious-full .wp-block-gallery {
    margin-left: calc(-200px - (10px/2));
    margin-right: calc(-200px - (10px/2));
    width: calc(100% + 400px + 10px);
    max-width: initial;
}

.alignwide {
    margin-left: calc(-100px - (10px/2));
    margin-right: calc(-100px - (10px/2));
    width: calc(100% + 200px + 10px);
    max-width: initial;
}

.alignfullwide {
    margin-left: calc(50% - 50vw - (var(--content-share-ml,0px)/2));
    width: 100vw;
    max-width: 100vw;
    box-sizing: border-box;
}

.ttr-post-text h1, .ttr-post-text .h1,
.thm-unit-test .ttr-post-text h1,
.thm-unit-test .ttr-post-text .h1 {
    font-size: 36px;
    line-height: 45px;
    margin-bottom: 10px;
    font-weight: 700;
}

.ttr-post-text h2, .ttr-post-text .h2,
.thm-unit-test .ttr-post-text h2,
.thm-unit-test .ttr-post-text .h2 {
    font-size: 32px;
    line-height: 45px;
    margin-bottom: 5px;
    font-weight: 700;
}

.ttr-post-text h3, .ttr-post-text .h3,
.thm-unit-test .ttr-post-text h3,
.thm-unit-test .ttr-post-text .h3 {
    font-size: 28px;
    line-height: 35px;
    margin-bottom: 8px;
    font-weight: 700;
}

.ttr-post-text h4, .ttr-post-text .h4,
.thm-unit-test .ttr-post-text h4,
.thm-unit-test .ttr-post-text .h4 {
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 5px;
    font-weight: 600;
}

.ttr-post-text h5, .ttr-post-text .h5,
.thm-unit-test .ttr-post-text h5,
.thm-unit-test .ttr-post-text .h5 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 8px;
    font-weight: 600;
}

.ttr-post-text h6, .ttr-post-text .h6,
.thm-unit-test .ttr-post-text h6,
.thm-unit-test .ttr-post-text .h6 {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 10px;
    font-weight: 600;
}

pre {
    margin: 0 0 25px;
    padding: 20px;
    color: #ddd;
    background-color: #222;
    white-space: pre;
    text-shadow: 0 1px 0 #000;
    border-radius: 5px;
    border-bottom: 1px solid #555;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4) inset, 0 0 20px rgba(0, 0, 0, 0.2) inset;
}

blockquote {
    padding: 20px 20px 20px 30px;
    font-size: 18px;
    color: #555555;
    margin: 25px 0;
    border-left: none;
    line-height: 30px;
    position: relative;
    background: #fff;
    clear: both;
    border-left: 4px solid var(--primary);
    background: #f6f7f8;
}

    blockquote p {
        font-size: 20px;
        color: #000;
        line-height: 32px;
        margin-bottom: 0px;
        font-weight: 500;
    }

@media only screen and (max-width: 575px) {
    blockquote {
        padding: 20px;
    }

        blockquote p {
            font-size: 18px;
            line-height: 28px;
        }
}

.paginate-links {
    display: flex;
    align-items: center;
    margin: 20px 0;
}

    .paginate-links a,
    .paginate-links &gt; span {
        margin: 0 0 0 10px;
        position: relative;
        border: 0px solid #6cc000;
        color: #000;
        display: inline-block;
        font-size: 16px;
        font-weight: 500;
        line-height: 40px;
        min-width: 40px;
        height: 40px;
        text-align: center;
        text-transform: capitalize;
        transition: all 500ms ease 0s;
        background: #E0E0E0;
        border-radius: 3px;
    }

.wp-block-button__link {
    border-radius: 4px;
    font-size: 16px;
    padding: 10px 30px;
    font-weight: 700;
}

.wp-block-gallery {
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
    padding: 0;
}

    .wp-block-gallery .blocks-gallery-image,
    .wp-block-gallery .blocks-gallery-item {
        display: flex;
        flex-direction: column;
        flex-grow: 1;
        justify-content: center;
        margin: 0 8px 8px 0;
        position: relative;
        width: calc(50% - 8px);
    }

        .wp-block-gallery .blocks-gallery-image figure,
        .wp-block-gallery .blocks-gallery-item figure {
            height: 100%;
            margin: 0;
        }

        .wp-block-gallery .blocks-gallery-image img,
        .wp-block-gallery .blocks-gallery-item img {
            display: block;
            height: auto;
            max-width: 100%;
            width: 100%;
        }

        .wp-block-gallery .blocks-gallery-image figcaption,
        .wp-block-gallery .blocks-gallery-item figcaption {
            background: linear-gradient(0deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.3) 60%, transparent);
            bottom: 0;
            color: #fff;
            font-size: 13px;
            max-height: 100%;
            overflow: auto;
            padding: 40px 10px 5px;
            position: absolute;
            text-align: center;
            width: 100%;
        }

            .wp-block-gallery .blocks-gallery-image figcaption img,
            .wp-block-gallery .blocks-gallery-item figcaption img {
                display: inline;
            }

        .wp-block-gallery .blocks-gallery-image:last-child,
        .wp-block-gallery .blocks-gallery-item:last-child {
            margin-right: 0;
        }

        .wp-block-gallery .blocks-gallery-image:nth-of-type(2n),
        .wp-block-gallery .blocks-gallery-item:nth-of-type(2n) {
            margin-right: 0;
        }

        .wp-block-gallery .blocks-gallery-item.has-add-item-button {
            width: 100%;
        }

    .wp-block-gallery.aligncenter .blocks-gallery-item figure {
        justify-content: center;
    }

    .wp-block-gallery.columns-4 .blocks-gallery-image,
    .wp-block-gallery.columns-4 .blocks-gallery-item,
    .wp-block-gallery.columns-3 .blocks-gallery-image,
    .wp-block-gallery.columns-3 .blocks-gallery-item {
        margin-right: 8px;
    }

    .wp-block-gallery.columns-1 .blocks-gallery-image,
    .wp-block-gallery.columns-1 .blocks-gallery-item {
        margin-right: 0;
        width: 100%;
    }

    .wp-block-gallery.is-cropped .blocks-gallery-image a,
    .wp-block-gallery.is-cropped .blocks-gallery-image img,
    .wp-block-gallery.is-cropped .blocks-gallery-item a,
    .wp-block-gallery.is-cropped .blocks-gallery-item img {
        width: 100%;
    }

    .wp-block-gallery.aligncenter, .wp-block-gallery.alignleft, .wp-block-gallery.alignright {
        display: flex;
    }

    .wp-block-gallery.alignleft, .wp-block-gallery.alignright {
        max-width: 305px;
        width: 100%;
    }

.wp-block-image.alignfullwide img {
    border-radius: 0;
}

.wp-block-image img {
    border-radius: 10px;
}

.aligncenter {
    text-align: center;
}

@supports (position: -webkit-sticky) or (position: sticky) {
    .wp-block-gallery .blocks-gallery-image figure {
        align-items: flex-end;
        display: flex;
        justify-content: flex-start;
    }
}

@supports (position: -webkit-sticky) or (position: sticky) {
    .wp-block-gallery .blocks-gallery-image img,
    .wp-block-gallery .blocks-gallery-item img {
        width: auto;
    }
}

@supports (position: -webkit-sticky) or (position: sticky) {
    .wp-block-gallery.is-cropped .blocks-gallery-image a,
    .wp-block-gallery.is-cropped .blocks-gallery-image img {
        -o-object-fit: cover;
        flex: 1;
        height: 100%;
        object-fit: cover;
    }
}

@media only screen and (max-width: 1024px) {
    .alignwide {
        margin-left: 0;
        margin-right: 0;
        width: 100%;
        max-width: 100%;
    }

        .alignwide .alignleft {
            margin: 5px 0px 25px 0;
            float: none;
        }

            .alignwide .alignleft img {
                width: 100%;
            }
}

@media (min-width: 600px) {
    .wp-block-gallery.columns-3 .blocks-gallery-image,
    .wp-block-gallery.columns-3 .blocks-gallery-item {
        margin-right: 20px;
        width: calc(33.33333% - 10.66667px);
    }

    .wp-block-gallery.columns-4 .blocks-gallery-image,
    .wp-block-gallery.columns-4 .blocks-gallery-item {
        margin-right: 20px;
        width: calc(25% - 12px);
    }

    .wp-block-gallery.columns-5 .blocks-gallery-image,
    .wp-block-gallery.columns-5 .blocks-gallery-item {
        margin-right: 20px;
        width: calc(20% - 12.8px);
    }

    .wp-block-gallery.columns-6 .blocks-gallery-image,
    .wp-block-gallery.columns-6 .blocks-gallery-item {
        margin-right: 20px;
        width: calc(16.66667% - 13.33333px);
    }

    .wp-block-gallery.columns-7 .blocks-gallery-image,
    .wp-block-gallery.columns-7 .blocks-gallery-item {
        margin-right: 20px;
        width: calc(14.28571% - 13.71429px);
    }

    .wp-block-gallery.columns-8 .blocks-gallery-image,
    .wp-block-gallery.columns-8 .blocks-gallery-item {
        margin-right: 20px;
        width: calc(12.5% - 14px);
    }

        .wp-block-gallery.columns-1 .blocks-gallery-image:last-child,
        .wp-block-gallery.columns-1 .blocks-gallery-item:last-child, .wp-block-gallery.columns-2 .blocks-gallery-image:last-child,
        .wp-block-gallery.columns-2 .blocks-gallery-item:last-child, .wp-block-gallery.columns-3 .blocks-gallery-image:last-child,
        .wp-block-gallery.columns-3 .blocks-gallery-item:last-child, .wp-block-gallery.columns-4 .blocks-gallery-image:last-child,
        .wp-block-gallery.columns-4 .blocks-gallery-item:last-child, .wp-block-gallery.columns-5 .blocks-gallery-image:last-child,
        .wp-block-gallery.columns-5 .blocks-gallery-item:last-child, .wp-block-gallery.columns-6 .blocks-gallery-image:last-child,
        .wp-block-gallery.columns-6 .blocks-gallery-item:last-child, .wp-block-gallery.columns-7 .blocks-gallery-image:last-child,
        .wp-block-gallery.columns-7 .blocks-gallery-item:last-child, .wp-block-gallery.columns-8 .blocks-gallery-image:last-child,
        .wp-block-gallery.columns-8 .blocks-gallery-item:last-child {
            margin-right: 0;
        }
}

.account-wraper {
    height: 100vh;
    display: flex;
}

@media only screen and (max-width: 575px) {
    .account-wraper {
        height: 100%;
        padding: 75px 25px;
    }
}

/*.my-account {
  max-width: 500px;
  margin: auto;
  background-color: #fff;
  padding: 50px;
  vertical-align: middle;
  width: 500px; }*/
.my-account .logo {
    width: 160px;
    margin: 0 auto 40px;
}

.my-account .form-control {
    border-width: 0 0 1px 0;
    background-color: rgba(0, 0, 0, 0);
    background: transparent;
    border: 1px solid rgba(0, 0, 0, 0.2);
    height: 50px;
    padding: 8px 20px;
    font-size: 15px;
    line-height: 22px;
}

.my-account .btn, .my-account .wp-block-button__link {
    height: 50px;
    padding: 14px 24px;
}

.my-account .nav-tabs {
    border: 0;
}

    .my-account .nav-tabs .nav-item .nav-link {
        padding: 7px 20px;
        display: inline-block;
        border-radius: 0;
        font-size: 16px;
        font-weight: 400;
        text-transform: uppercase;
        border: 0;
        background-color: #f9f9f9;
        color: #000000;
    }

        .my-account .nav-tabs .nav-item .nav-link.active {
            background-color: #f42222;
            color: #fff;
        }


@media only screen and (max-width: 575px) {
    .my-account {
        padding: 25px 2px;
    }

    /* ------- my css ------- */

    /* #hidedesktop{
              display: block;
            }

            #hidemobile{
              display: none;
            } */
    .form-group-checkout {
        width: 96%;
    }

    .sectionservice-sp2 {
        padding-top: 36px;
        padding-bottom: 44px;
    }

    .sectionblogs-sp4 {
        padding-top: 31px;
        padding-bottom: 44px;
    }
    /* .ttr-slider {
              height: 354px;
          }*/
    .ttr-slider .slider-content {
        position: absolute;
        top: 19%;
    }

    .stepper-item:nth-child(1)::after {
        visibility: hidden;
    }

    .stepper-item:nth-child(2)::after {
        visibility: hidden;
    }


    .page-banner h1, .page-banner .h1 {
        font-size: 16px;
    }

    .breadcrumb-row ul li {
        font-size: 11px;
    }

    .cardimagepolicy {
        margin: -89px 0px 0 0px;
        border-bottom: 1px solid #eddcdc;
        border-radius: 10px 10px 0 0px;
    }

    .related-asidewrap {
        margin: -129px 0 -20px 0;
    }

    .list-large-mobile {
        margin-bottom: 123px;
    }

    .filterpage-separet {
        padding: 100px 14px 0 1px;
    }

    #back-arrow {
        margin: -49px 7px 0 -12px;
    }

    #next-arrow {
        margin: -49px -14px 0 7px;
    }

    .filterbanner-banner h5 {
        margin: 11px 0 0 5px;
    }
}

.menu-logo {
    /* display: table;
  float: left;
  vertical-align: middle;
  padding: 0;
  color: #EFBB20;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  width: 181px;
  height: 70px;
  position: relative;
  z-index: 9; */
    /* display: table;
    float: left;
    vertical-align: middle;
    padding: 0;
    color: #EFBB20;
    margin-top: -5px;
    margin-bottom: -18px;
    margin-left: 0;
    margin-right: 0;
   
    width: 227px;
    height: 70px;
    position: relative;
    z-index: 9; */
    display: flex;
    float: left;
    vertical-align: middle;
    padding: 0;
    color: #EFBB20;
    margin-top: -5px;
    margin-bottom: -18px;
    margin-left: 0;
    margin-right: 0;
    /* width: 140px; */
    width: 260px;
    height: 100%;
    position: relative;
    z-index: 9;
    align-items: center;
    justify-content: space-between;
}

._1lNx7 {
    width: 32px;
    height: 20px;
    -o-object-fit: contain;
    object-fit: contain;
    margin-left: -2px;
}

._3z1v5 {
    margin-left: 8px;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.23;
    letter-spacing: .34px;
    color: #e63d32;
}
.otherLocs {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    padding: 20px;
}

.otherLoc {
    background-color: #e6e6e6;
    color: #000;
    padding: 8px 12px;
    border-radius: 20px;
    font-size: 12px;
    display: inline-block;
    cursor: pointer;
}
.loc {
    display: grid;
    grid-template-columns: repeat(6,1fr);
    grid-column-gap: 0.5rem;
    grid-row-gap: 0.5rem;
    height: 65vh;
    overflow: auto;
    width: 100%;
    height: unset;
    overflow-y: auto;
    margin-top: 5px;
    overflow-x: hidden;
}

#myLocation .modal-body {
    height: 65vh;
    overflow-y: auto;
}

.location {
    cursor: pointer;
    color: #0b0d0e
}

    .location:hover {
        cursor: pointer;
        color: var(--primary)
    }

.loc .Nc1R8 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex: 1 0 !important;
    flex: 1 0 !important;
    cursor: pointer;
    border: dotted 0.5px #ec9292;
    padding: 10px 15px;
    border-radius: 10px;
}

    .loc .Nc1R8 img {
        height: 50px;
        width: 50px;
    }

.loc p {
    margin-top: 10px;
    font-size: 15px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.27;
    letter-spacing: .14px;
    color: #282828;
    text-align: center;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
}

.menu-logo a {
    display: table-cell;
    vertical-align: middle;
}

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

.menu-logo span {
    font-size: 20px;
    letter-spacing: 20px;
}

.menu-logo .sticky-logo {
    display: none;
}

.is-fixed .sticky-logo {
    display: table-cell;
}

.is-fixed .main-logo {
    display: none;
}

.header {
    position: relative;
    z-index: 999;
    height:73px !important;
}

    .header .menu-bar {
        background: #fff;
        width: 100%;
        position: relative;
    }

    .header .container {
        position: relative;
    }

    .header .container-fluid, .header .container-sm, .header .container-md, .header .container-lg, .header .container-xl {
        padding-left: 30px;
        padding-right: 30px;
    }

    .header .secondary-menu {
        float: right;
        height: 70px;
        display: flex;
        align-items: center;
        position: relative;
        z-index: 9;
        padding-left: 15px;
    }

        .header .secondary-menu #quik-search-btn {
            font-size: 25px;
            line-height: 25px;
            color: #020d26;
            cursor: pointer;
            margin-right: 10px;
            border: 0;
            padding: 5px;
        }

@media only screen and (max-width: 575px) {
    .header .secondary-menu .btn, .header .secondary-menu .wp-block-button__link {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media only screen and (max-width: 575px) {
    .header .secondary-menu {
        display: none;
    }
}

.navbar-toggler {
    border: 0 solid #efbb20;
    font-size: 16px;
    line-height: 24px;
    margin: 27px 0px 25px 15px;
    padding: 0;
    float: right;
    outline: none;
}

.menuicon {
    width: 20px;
    height: 18px;
    position: relative;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}

    .menuicon span {
        display: block;
        position: absolute;
        height: 2px;
        width: 100%;
        border-radius: 1px;
        opacity: 1;
        left: 0;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .25s ease-in-out;
        -moz-transition: .25s ease-in-out;
        -o-transition: .25s ease-in-out;
        transition: .25s ease-in-out;
        background: #000;
    }

        .menuicon span:nth-child(1) {
            top: 0px;
        }

        .menuicon span:nth-child(2) {
            top: 7px;
        }

        .menuicon span:nth-child(3) {
            top: 14px;
        }

    .menuicon.open span:nth-child(1) {
        top: 7px;
        -webkit-transform: rotate(135deg);
        -moz-transform: rotate(135deg);
        -o-transform: rotate(135deg);
        transform: rotate(135deg);
    }

    .menuicon.open span:nth-child(2) {
        opacity: 0;
    }

    .menuicon.open span:nth-child(3) {
        top: 7px;
        -webkit-transform: rotate(-135deg);
        -moz-transform: rotate(-135deg);
        -o-transform: rotate(-135deg);
        transform: rotate(-135deg);
    }

.header-tb .menuicon span {
    background: #fff;
}

.menu-links {
    padding: 0;
}

@media only screen and (max-width: 991px) {
    .menu-links.show {
        left: -1px;
        -webkit-transition: all 0.8s;
        -ms-transition: all 0.8s;
        transition: all 0.8s;
        margin: 0;
        width: 280px;
    }
}

.menu-links .menu-logo {
    display: none;
}

@media only screen and (max-width: 991px) {
    .menu-links .menu-logo {
        padding: 30px 20px;
        float: none;
        height: auto;
        width: 240px;
    }
}

.menu-links .nav {
    float: right;
    padding: 0;
}

    .menu-links .nav &gt; li {
        margin: 0px;
        font-weight: 400;
        position: relative;
    }

        .menu-links .nav &gt; li.has-mega-menu {
            position: inherit;
        }

@media only screen and (max-width: 991px) {
    .menu-links .nav &gt; li {
        border-bottom: 1px solid #eee;
        width: 100%;
    }
}

.menu-links .nav &gt; li &gt; a {
    color: #020d26;
    font-size: 15px;
    padding: 27px 12px 7px 12px;
    cursor: pointer;
    font-weight: bold;
    display: inline-block;
    position: relative;
    border-width: 0 0 0 1px;
    text-transform: uppercase;
    line-height: 2;
}

    .menu-links .nav &gt; li &gt; a i {
        font-size: 9px;
        margin-left: 3px;
        margin-top: -3px;
        vertical-align: middle;
    }

        .menu-links .nav &gt; li &gt; a i.fa-bell-o {
            font-size: 20px;
        }

span#spnPendingNotificationCount {
    position: absolute;
    top: 24px;
    right: 14px;
}
span#spnCartCount {
    position: absolute;
    top: 24px;
    right: 14px;
}
.noti-scroll {
    min-width: 290px;
}

.notification-list a::after {
    display: none;
}

.notification-list .notify-item {
    padding: 12px 20px;
}

    .notification-list .notify-item .notify-icon {
        float: left;
        height: 36px;
        width: 36px;
        font-size: 18px;
        line-height: 36px;
        text-align: center;
        margin-right: 10px;
        border-radius: 50%;
        color: #fff;
    }

    .notification-list .notify-item .notify-details {
        margin-bottom: 5px;
        overflow: hidden;
        margin-left: 45px;
        text-overflow: ellipsis;
        white-space: nowrap;
        color: var(--ct-gray-800);
    }

    .notification-list .notify-item .user-msg, .notification-list .notify-item p {
        margin-left: 45px;
        white-space: normal;
        line-height: 1.2;
        --ct-text-opacity: 1;
        color: var(--ct-text-muted) !important;
    }

.text-muted {
    --ct-text-opacity: 1;
    color: var(--ct-text-muted) !important;
}

.dropdown-item.active, .dropdown-item:active {
    color: var(--ct-dropdown-link-active-color);
    text-decoration: none;
    background-color: var(--ct-dropdown-link-active-bg);
}

@media only screen and (max-width: 991px) {
    .menu-links .nav &gt; li &gt; a i {
        right: 0;
        text-align: center;
        z-index: 3;
        float: right;
        font-size: 20px;
        margin: 5px 0 0;
    }
}

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

    .menu-links .nav &gt; li &gt; a i:before {
        content: "\f105";
    }

    .menu-links .nav &gt; li &gt; a i.fa-bell-o {
        left: 0;
        float: left;
        text-align: left;
    }

        .menu-links .nav &gt; li &gt; a i.fa-bell-o:before {
            content: "\f0a2";
        }

    span#spnPendingNotificationCount {
        right: unset;
        top: unset;
        position: static;
        margin-left: 6px;
    }
}

@media only screen and (max-width: 991px) {
    .menu-links .nav &gt; li &gt; a {
        padding: 8px 0;
        display: block;
        line-height: 30px;
        color: #fff;
    }
}

.menu-links .nav &gt; li .mega-menu,
.menu-links .nav &gt; li .sub-menu {
    background-color: #ffffff;
    display: block;
    left: 0;
    list-style: none;
    opacity: 0;
    padding: 5px 0;
    position: absolute;
    visibility: hidden;
    width: 220px;
    z-index: 10;
    margin-top: 20px;
    box-shadow: 0px 1px 40px 0px rgba(0, 0, 0, 0.1);
    -webkit-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
}

@media only screen and (max-width: 991px) {
    .menu-links .nav &gt; li .mega-menu,
    .menu-links .nav &gt; li .sub-menu {
        display: none;
        position: static;
        visibility: visible;
        width: auto;
        background: transparent;
        box-shadow: none;
        margin: 0;
        border-top: 1px solid rgba(255, 255, 255, 0.1);
        padding: 0;
    }
}

.menu-links .nav &gt; li .mega-menu li,
.menu-links .nav &gt; li .sub-menu li {
    position: relative;
}

    .menu-links .nav &gt; li .mega-menu li a,
    .menu-links .nav &gt; li .sub-menu li a {
        color: #646464;
        display: block;
        font-size: 15px;
        padding: 10px 25px;
        text-transform: capitalize;
        position: relative;
        transition: all 0.15s linear;
        -webkit-transition: all 0.15s linear;
        -moz-transition: all 0.15s linear;
        -o-transition: all 0.15s linear;
        font-weight: bold;
    }

@media only screen and (max-width: 991px) {
    .menu-links .nav &gt; li .mega-menu li a,
    .menu-links .nav &gt; li .sub-menu li a {
        padding: 8px 0px 8px 20px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }

        .menu-links .nav &gt; li .mega-menu li a:after,
        .menu-links .nav &gt; li .sub-menu li a:after {
            font-family: FontAwesome;
            width: auto;
            height: auto;
            top: 1px;
            color: #000;
            font-size: 16px;
            position: absolute;
            left: 0;
            font-weight: 700;
        }
}

.menu-links .nav &gt; li .mega-menu li:hover &gt; a,
.menu-links .nav &gt; li .sub-menu li:hover &gt; a {
    background-color: #f42222;
    font-weight: bold;
    color: #fff;
}

.menu-links .nav &gt; li .mega-menu li &gt; .sub-menu,
.menu-links .nav &gt; li .sub-menu li &gt; .sub-menu {
    left: 220px;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
}

.menu-links .nav &gt; li .sub-menu li .fa {
    color: inherit;
    display: block;
    float: right;
    font-size: 16px;
    opacity: 1;
    margin-top: 4px;
}

.menu-links .nav &gt; li .mega-menu {
    display: flex;
    right: 0px;
    width: 100%;
    z-index: 9;
    padding: 0;
}

    .menu-links .nav &gt; li .mega-menu &gt; li {
        display: block;
        padding: 30px 0 20px;
        position: relative;
        vertical-align: top;
        width: 25%;
    }

@media only screen and (max-width: 991px) {
    .menu-links .nav &gt; li .mega-menu &gt; li {
        width: 100%;
        padding: 0;
    }
}

.menu-links .nav &gt; li .mega-menu &gt; li &gt; a {
    color: #000;
    display: block;
    padding: 0 20px;
    font-size: 16px;
    font-weight: 600;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding-bottom: 15px;
    margin-bottom: 15px;
}

    .menu-links .nav &gt; li .mega-menu &gt; li &gt; a &gt; i {
        font-size: 14px;
        margin-right: 5px;
        text-align: center;
        width: 15px;
    }

@media only screen and (max-width: 991px) {
    .menu-links .nav &gt; li .mega-menu &gt; li &gt; a {
        display: none;
    }
}

.menu-links .nav &gt; li .mega-menu &gt; li:after {
    content: "";
    background-color: rgba(0, 0, 0, 0.1);
    position: absolute;
    right: 0px;
    top: 0px;
    display: block;
    width: 1px;
    height: 100%;
}

@media only screen and (max-width: 991px) {
    .menu-links .nav &gt; li .mega-menu &gt; li:after {
        content: none;
    }
}

.menu-links .nav &gt; li .mega-menu &gt; li:last-child:after {
    display: none;
}

.menu-links .nav &gt; li .mega-menu &gt; li:hover &gt; a {
    background-color: transparent;
}

.menu-links .nav &gt; li .mega-menu &gt; li li i {
    font-size: 14px;
    margin-right: 5px;
    text-align: center;
    width: 15px;
}

@media only screen and (max-width: 991px) {
    .menu-links .nav &gt; li .mega-menu {
        display: none;
        padding: 0;
    }
}

.menu-links .nav &gt; li:hover &gt; .mega-menu,
.menu-links .nav &gt; li:hover &gt; .sub-menu {
    opacity: 1;
    visibility: visible;
    margin-top: 0;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
}

    .menu-links .nav &gt; li:hover &gt; .mega-menu li:hover &gt; .sub-menu,
    .menu-links .nav &gt; li:hover &gt; .sub-menu li:hover &gt; .sub-menu {
        opacity: 1;
        visibility: visible;
        margin-top: 0;
        top: -1px;
    }

.menu-links .nav &gt; li.open .mega-menu,
.menu-links .nav &gt; li.open .sub-menu {
    display: block;
    opacity: 1;
}

@media only screen and (max-width: 991px) {
    .menu-links .nav {
        float: none;
        width: 70%;
        min-width: 300px;
    }
}

.menu-links .social-media {
    text-align: center;
    margin-top: 50px;
    display: none;
}

.menu-links .menu-close {
    height: 40px;
    color: #fff;
    background-color: var(--primary);
    line-height: 44px;
    text-align: center;
    width: 40px;
    position: absolute;
    right: 0;
    top: 0;
    display: none;
    z-index: 9999;
}

@media only screen and (max-width: 991px) {
    .menu-links {
        overflow-y: scroll;
        position: fixed;
        width: 60px;
        left: -280px;
        height: 100vh;
        -webkit-transition: all 0.5s;
        -ms-transition: all 0.5s;
        transition: all 0.5s;
        top: 0;
        background-color: #fff;
        margin: 0;
        z-index: 99;
    }

        .menu-links .social-media,
        .menu-links .menu-close {
            display: block;
        }
}

.top-bar {
    background-color: #191f23;
    color: #fff;
    padding: 8px 0;
}

@media only screen and (max-width: 575px) {
    .top-bar {
        display: none;
    }
}

.top-bar .topbar-left {
    float: left;
}

    .top-bar .topbar-left li {
        padding-right: 15px;
    }

.top-bar .topbar-right {
    float: right;
}

    .top-bar .topbar-right li {
        padding-left: 15px;
    }

.top-bar .topbar-center,
.top-bar .topbar-left,
.top-bar .topbar-right {
    padding-left: 15px;
    padding-right: 15px;
}

    .top-bar .topbar-center ul,
    .top-bar .topbar-left ul,
    .top-bar .topbar-right ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

        .top-bar .topbar-center ul li,
        .top-bar .topbar-left ul li,
        .top-bar .topbar-right ul li {
            display: inline-block;
            font-size: 15px;
        }

@media only screen and (max-width: 1199px) {
    .top-bar .topbar-center ul li,
    .top-bar .topbar-left ul li,
    .top-bar .topbar-right ul li {
        font-size: 13px;
    }
}

.top-bar .topbar-center ul a,
.top-bar .topbar-left ul a,
.top-bar .topbar-right ul a {
    color: inherit;
}

.top-bar .topbar-center ul i,
.top-bar .topbar-left ul i,
.top-bar .topbar-right ul i {
    color: #f42222;
    transform: scale(1.3);
    -moz-transform: scale(1.3);
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -o-transform: scale(1.3);
    margin-right: 5px;
}

.header-transparent {
    /* position: absolute; */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

    .header-transparent .menuicon span {
        background-color: #000;
    }

    .header-transparent .top-bar,
    .header-transparent .menu-bar {
        background: transparent;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }

    .header-transparent .top-bar {
        color: #777;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    }

@media only screen and (max-width: 575px) {
    .header-transparent .top-bar {
        display: none;
    }
}

.header-transparent .is-fixed .menu-links .nav &gt; li &gt; a {
    color: #4a4a4a;
}

.header-transparent .is-fixed .secondary-menu .btn-outline-light {
    color: #000;
    border-color: #000;
}

    .header-transparent .is-fixed .secondary-menu .btn-outline-light:hover {
        color: #fff;
        background-color: #000;
    }

.header-transparent .is-fixed .menuicon span {
    background-color: #000;
}

@media only screen and (min-width: 991px) {
    .header-transparent .menu-links .nav &gt; li &gt; a {
        color: #4a4a4a;
    }
}

.is-fixed .menu-logo {
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
}

.is-fixed .menu-bar {
    position: fixed;
    top: 0;
    left: 0;
    box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.1);
}

.is-fixed .logo-change .logo1 {
    display: none;
}

.is-fixed .logo-change .logo2 {
    display: block;
}

.header-transparent .is-fixed .menu-bar {
    position: fixed;
    background-color: #fff;
}

@media only screen and (max-width: 991px) {
    .rs-nav .menu-links {
        position: fixed;
        width: 60px;
        left: -105%;
        height: 100vh;
        -webkit-transition: all 0.5s;
        -ms-transition: all 0.5s;
        transition: all 0.5s;
        top: 0;
        background-color: #171a1e;
        margin: 0;
        z-index: 99;
        overflow-y: scroll;
        flex-direction: column;
        display: flex;
        flex-direction: column;
        justify-content: unset !important;
    }

        .rs-nav .menu-links li.open a {
            position: relative;
        }

        .rs-nav .menu-links .menu-logo {
            display: block;
            float: none;
            height: auto;
            max-width: 100%;
            padding: 20px 15px;
            width: 100%;
            text-align: center;
        }

            .rs-nav .menu-links .menu-logo img {
                max-width: unset;
                width: 130px;
                vertical-align: middle;
            }

            .rs-nav .menu-links .menu-logo a {
                display: inline-block;
            }

        .rs-nav .menu-links.nav-dark {
            background-color: #202020;
        }

        .rs-nav .menu-links.show {
            left: 0;
            -webkit-transition: all 0.8s;
            -ms-transition: all 0.8s;
            transition: all 0.8s;
            margin: 0;
            width: 100%;
            padding: 15px 15px 5px 15px;
        }

    .rs-nav .is-fixed .menu-links .nav {
        height: auto;
    }

    .rs-nav .social-media {
        margin-top: auto;
        padding: 30px 0;
    }

    .navbar-nav {
        height: auto;
    }

    .menu-links .nav &gt; li {
        border-color: rgba(255, 255, 255, 0.1);
    }

        .menu-links .nav &gt; li:hover &gt; a, .menu-links .nav &gt; li.active &gt; a {
            color: #fff;
            border-color: rgba(255, 255, 255, 0.1);
        }

        .menu-links .nav &gt; li .mega-menu li a,
        .menu-links .nav &gt; li .sub-menu li a {
            color: rgba(255, 255, 255, 0.7);
        }

        .menu-links .nav &gt; li .mega-menu li:hover &gt; a,
        .menu-links .nav &gt; li .sub-menu li:hover &gt; a {
            background-color: transparent;
        }

    .header-transparent .is-fixed .menu-links .nav &gt; li &gt; a {
        color: #fff;
    }
}

.header.style-1 .menu-bar {
    padding: 25px 0;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
}

.header.style-1 .navbar-toggler {
    margin: 18px 0px 18px 35px;
}

@media only screen and (min-width: 991px) {
    .header.style-1 .menu-links .nav &gt; li &gt; a {
        border: 3px solid;
        border-color: transparent;
        border-width: 3px 0;
        padding: 18px 20px;
        -webkit-transition: all 0.5s;
        -ms-transition: all 0.5s;
        transition: all 0.5s;
    }

        .header.style-1 .menu-links .nav &gt; li &gt; a:before, .header.style-1 .menu-links .nav &gt; li &gt; a:after {
            content: "";
            position: absolute;
            display: none;
            -webkit-transition: all 0.5s;
            -ms-transition: all 0.5s;
            transition: all 0.5s;
        }

        .header.style-1 .menu-links .nav &gt; li &gt; a:before {
            border-top: 15px solid #f42222;
            border-left: 15px solid transparent;
            top: 0;
            right: 0;
        }

        .header.style-1 .menu-links .nav &gt; li &gt; a:after {
            border-top: 15px solid transparent;
            border-left: 15px solid #f42222;
            left: 0;
            bottom: 0;
        }

    .header.style-1 .menu-links .nav &gt; li.active &gt; a, .header.style-1 .menu-links .nav &gt; li:hover &gt; a {
        border-color: #f42222;
    }

        .header.style-1 .menu-links .nav &gt; li.active &gt; a:before, .header.style-1 .menu-links .nav &gt; li.active &gt; a:after, .header.style-1 .menu-links .nav &gt; li:hover &gt; a:before, .header.style-1 .menu-links .nav &gt; li:hover &gt; a:after {
            display: block;
        }
}

.header.style-1 .menu-logo {
    height: 58px;
}

.header.style-1 .secondary-menu {
    height: 58px;
}

.header.style-1 .account-btn {
    margin-left: 50px;
}

@media only screen and (max-width: 1199px) {
    .header.style-1 .phone-bx {
        display: none;
    }
}

.header.style-1 .is-fixed .phone-bx .number {
    color: #000;
}

.header.style-1 .is-fixed .menu-bar {
    padding: 10px 0;
}

@media only screen and (max-width: 991px) {
    .header.style-1 .menu-bar {
        padding: 10px 0;
    }
}

.phone-bx {
    display: flex;
    align-items: center;
}

    .phone-bx .icon {
        background-color: #f42222;
        position: relative;
        height: 50px;
        width: 50px;
        text-align: center;
        line-height: 50px;
        color: #fff;
        font-size: 24px;
        margin-right: 12px;
    }

        .phone-bx .icon:before {
            content: "";
            position: absolute;
            border-top: 15px solid #fff;
            border-left: 15px solid transparent;
            top: 0;
            right: 0;
        }

    .phone-bx p {
        font-size: 14px;
        font-weight: 600;
        margin-bottom: 0;
    }

    .phone-bx .number {
        margin-bottom: 0;
        color: #fff;
    }

.account-btn {
    background-color: #f42222;
    transform: skew(-28deg);
    padding: 5px;
}

    .account-btn .btn, .account-btn .wp-block-button__link {
        padding: 8px ​24px;
    }

        .account-btn .btn span, .account-btn .wp-block-button__link span {
            transform: skew(28deg);
            display: block;
        }

.widget {
    margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
    .loc {
        display: grid;
        grid-template-columns: repeat(3,1fr);
    }

    .widget {
        margin-bottom: 40px;
    }
}

.widget-title {
    margin-bottom: 30px;
    position: relative;
    z-index: 1;
    text-transform: uppercase;
}

    .widget-title a:hover,
    .widget-title a {
        color: #fff;
    }

    .widget-title:after {
        content: "";
        color: #f42222;
        font-weight: 900;
        transform: scale(0.93) translateY(-3%);
        display: inline-block;
        margin-left: 5px;
    }

    .widget-title span {
        background: #a6611c;
        text-transform: uppercase;
        font-weight: 500;
        font-size: 14px;
        color: #fff;
        letter-spacing: 1px;
        padding: 10px 25px;
        display: inline-block;
        outline: 1px solid #fff;
        outline-offset: -3px;
    }

@media only screen and (max-width: 575px) {
    .widget-title {
        margin-bottom: 20px;
    }
}

.recent-overlay-post .widget-post {
    position: relative;
    z-index: 1;
}

    .recent-overlay-post .widget-post:after {
        content: "";
        position: absolute;
        width: 100%;
        display: block;
        height: 100%;
        left: 0;
        top: 0;
        background: #0f1012;
        opacity: 0.6;
        z-index: 1;
    }

.widget-link {
    margin: 0px;
    padding: 0px;
}

    .widget-link li {
        list-style: none;
        display: inline-block;
        padding-left: 3px;
        padding-right: 10px;
        position: relative;
    }

        .widget-link li:after {
            content: "/";
            position: absolute;
            right: 0;
        }

        .widget-link li:last-child {
            padding-right: 3px;
        }

            .widget-link li:last-child:after {
                content: none;
            }

.widget-link-2 ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

    .widget-link-2 ul li {
        list-style: none;
        display: inline-block;
        padding: 10px 0;
        position: relative;
    }

        .widget-link-2 ul li a {
            padding: 10px 0;
        }

.wp-block-latest-posts ul,
.wp-block-categories-list ul,
.wp-block-archives-list ul,
.widget_categories ul,
.widget_archive ul,
.widget_meta ul,
.widget_pages ul,
.widget_recent_comments ul,
.widget_nav_menu ul,
.widget_rss ul,
.widget_recent_entries ul,
.widget_services ul,
.widget_getintuch ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

    .wp-block-latest-posts ul li,
    .wp-block-categories-list ul li,
    .wp-block-archives-list ul li,
    .widget_categories ul li,
    .widget_archive ul li,
    .widget_meta ul li,
    .widget_pages ul li,
    .widget_recent_comments ul li,
    .widget_nav_menu ul li,
    .widget_rss ul li,
    .widget_recent_entries ul li,
    .widget_services ul li,
    .widget_getintuch ul li {
        padding-bottom: 18px;
        margin-bottom: 13px;
        position: relative;
        padding: 10px 0px 10px 15px;
        margin-bottom: 0;
        line-height: 20px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    }

        .wp-block-latest-posts ul li a,
        .wp-block-categories-list ul li a,
        .wp-block-archives-list ul li a,
        .widget_categories ul li a,
        .widget_archive ul li a,
        .widget_meta ul li a,
        .widget_pages ul li a,
        .widget_recent_comments ul li a,
        .widget_nav_menu ul li a,
        .widget_rss ul li a,
        .widget_recent_entries ul li a,
        .widget_services ul li a,
        .widget_getintuch ul li a {
            color: #11171A;
            text-transform: capitalize;
            font-size: 14px;
            font-weight: 500;
        }

            .wp-block-latest-posts ul li a:hover,
            .wp-block-categories-list ul li a:hover,
            .wp-block-archives-list ul li a:hover,
            .widget_categories ul li a:hover,
            .widget_archive ul li a:hover,
            .widget_meta ul li a:hover,
            .widget_pages ul li a:hover,
            .widget_recent_comments ul li a:hover,
            .widget_nav_menu ul li a:hover,
            .widget_rss ul li a:hover,
            .widget_recent_entries ul li a:hover,
            .widget_services ul li a:hover,
            .widget_getintuch ul li a:hover {
                color: #f42222;
            }

        .wp-block-latest-posts ul li:before,
        .wp-block-categories-list ul li:before,
        .wp-block-archives-list ul li:before,
        .widget_categories ul li:before,
        .widget_archive ul li:before,
        .widget_meta ul li:before,
        .widget_pages ul li:before,
        .widget_recent_comments ul li:before,
        .widget_nav_menu ul li:before,
        .widget_rss ul li:before,
        .widget_recent_entries ul li:before,
        .widget_services ul li:before,
        .widget_getintuch ul li:before {
            content: "";
            position: absolute;
            left: 0;
            top: 10px;
            display: block;
            width: 5px;
            height: 5px;
            background: #a6611c;
            top: 17px;
        }

        .wp-block-latest-posts ul li li,
        .wp-block-categories-list ul li li,
        .wp-block-archives-list ul li li,
        .widget_categories ul li li,
        .widget_archive ul li li,
        .widget_meta ul li li,
        .widget_pages ul li li,
        .widget_recent_comments ul li li,
        .widget_nav_menu ul li li,
        .widget_rss ul li li,
        .widget_recent_entries ul li li,
        .widget_services ul li li,
        .widget_getintuch ul li li {
            border-bottom: none;
            padding-top: 8px;
            padding-bottom: 8px;
            line-height: 22px;
            border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        }

            .wp-block-latest-posts ul li li:last-child,
            .wp-block-categories-list ul li li:last-child,
            .wp-block-archives-list ul li li:last-child,
            .widget_categories ul li li:last-child,
            .widget_archive ul li li:last-child,
            .widget_meta ul li li:last-child,
            .widget_pages ul li li:last-child,
            .widget_recent_comments ul li li:last-child,
            .widget_nav_menu ul li li:last-child,
            .widget_rss ul li li:last-child,
            .widget_recent_entries ul li li:last-child,
            .widget_services ul li li:last-child,
            .widget_getintuch ul li li:last-child {
                border-bottom: 0;
                padding-bottom: 0;
            }

            .wp-block-latest-posts ul li li:before,
            .wp-block-categories-list ul li li:before,
            .wp-block-archives-list ul li li:before,
            .widget_categories ul li li:before,
            .widget_archive ul li li:before,
            .widget_meta ul li li:before,
            .widget_pages ul li li:before,
            .widget_recent_comments ul li li:before,
            .widget_nav_menu ul li li:before,
            .widget_rss ul li li:before,
            .widget_recent_entries ul li li:before,
            .widget_services ul li li:before,
            .widget_getintuch ul li li:before {
                top: 16px;
                left: 0;
            }

        .wp-block-latest-posts ul li ul,
        .wp-block-categories-list ul li ul,
        .wp-block-archives-list ul li ul,
        .widget_categories ul li ul,
        .widget_archive ul li ul,
        .widget_meta ul li ul,
        .widget_pages ul li ul,
        .widget_recent_comments ul li ul,
        .widget_nav_menu ul li ul,
        .widget_rss ul li ul,
        .widget_recent_entries ul li ul,
        .widget_services ul li ul,
        .widget_getintuch ul li ul {
            padding-left: 20px;
            margin-top: 8px;
            border-top: 1px solid rgba(0, 0, 0, 0.1);
            margin-left: -15px;
        }

.widget_search .screen-reader-text {
    display: block;
}

.searchform {
    position: relative;
}

    .searchform input[type="text"] {
        height: 50px;
        padding: 10px 20px;
        border: 1px solid #CCCCCC;
        font-size: 14px;
    }

    .searchform input[type="submit"] {
        height: 40px;
        padding: 10px 15px;
        background-color: #77c04b;
        position: absolute;
        right: 0;
        bottom: 0;
        color: #ffffff;
        border-left: none;
        border-right: none;
        border-top: none;
        border-bottom: none;
    }

        .searchform input[type="submit"]:hover, .searchform input[type="submit"]:focus, .searchform input[type="submit"]:active {
            background-color: #6ab33e;
            color: #ffffff;
            border-bottom-color: #5a9e2f;
        }

    .searchform button {
        height: 50px;
    }

/*widget recent-posts*/
.recent-posts-entry .widget-post {
    margin-bottom: 15px;
    align-items: center;
    display: flex;
    border-bottom: 1px solid #eee;
    padding-bottom: 15px;
}

    .recent-posts-entry .widget-post:last-child {
        margin-bottom: 0;
        border-bottom: 0;
        padding-bottom: 0;
    }

.recent-posts-entry .ttr-post-media {
    width: 120px;
    min-width: 120px;
    margin: 0;
    border-radius: 0;
}

.recent-posts-entry .ttr-post-info {
    background: transparent;
    padding: 0;
    padding-left: 15px;
    border: none;
    padding-right: 0;
}

    .recent-posts-entry .ttr-post-info .post-title {
        margin-bottom: 10px;
    }

        .recent-posts-entry .ttr-post-info .post-title a {
            color: #171a1e;
        }

.recent-posts-entry .post-meta {
    margin-bottom: 0;
}

    .recent-posts-entry .post-meta li a {
        color: #f42222;
        font-weight: 400;
        font-size: 14px;
    }

.widget_recent_comments ul li:before {
    content: "\f0e6";
    font-family: FontAwesome;
    background: transparent;
    width: auto;
    height: auto;
    left: 0;
    top: 10px;
    font-size: 18px;
    color: #11171A;
}

.widget_recent_comments ul {
    margin-top: -10px;
}

    .widget_recent_comments ul li {
        padding-left: 30px;
        color: #11171A;
        line-height: 26px;
    }

/* widget meta*/
.widget_meta ul li a abbr[title] {
    color: #333;
    border-bottom: none;
}

/*widget calender*/
.widget_calendar th,
.widget_calendar td {
    text-align: center;
    border: 1px solid rgba(0, 0, 0, 0.05);
    padding: 0.4em;
}

.widget_calendar tr {
    border-bottom: 1px solid #eee;
}

.widget_calendar table {
    border-collapse: collapse;
    margin: 0;
    width: 100%;
}

.widget_calendar .calendar_wrap th,
.widget_calendar .calendar_wrap tfoot td a {
    color: #fff;
}

.widget_calendar .calendar_wrap th,
.widget_calendar .calendar_wrap tfoot td {
    background: #7a4815;
    border-color: rgba(0, 0, 0, 0.05);
}

.widget_calendar .calendar_wrap td a {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
    color: inherit;
}

.widget_calendar .calendar_wrap th:last-child,
.widget_calendar .calendar_wrap tfoot td:last-child {
    border: 0;
}

.widget_calendar .calendar_wrap tr:nth-child(2n+2) {
    background-color: #faf8f2;
}

.widget_calendar caption {
    text-align: center;
    font-weight: 600;
    caption-side: top;
    background: #a6611c;
    color: #fff;
    text-transform: uppercase;
    font-size: 15px;
}

.wp-calendar-nav {
    background: #854e16;
    color: #fff;
    display: flex;
    justify-content: space-between;
    text-align: center;
}

    .wp-calendar-nav span {
        padding: 5px 20px;
        width: 44%;
        border-right: 1px solid rgba(255, 255, 255, 0.2);
    }

        .wp-calendar-nav span a {
            color: #fff;
        }

        .wp-calendar-nav span .pad {
            width: 15%;
        }

.widget_tag_cloud a {
    padding: 8px 10px;
    background-color: #f42222;
    font-size: 12px;
    display: inline-block;
    margin: 0 0 5px;
    color: #fff;
    font-weight: 600;
    position: relative;
}

.widget_archive select {
    width: 100%;
    padding: 5px;
    border: 1px solid #CCC;
}

.widget_text select {
    width: 100%;
    padding: 5px;
    border: 1px solid #CCC;
}

    .widget_text select option {
        width: 100%;
    }

.widget_text p {
    font-size: 15px;
    line-height: 28px;
}

.widget_text b,
.widget_text strong {
    color: #11171A;
}

.widget_archive ul li,
.wp-block-categories-list li,
.wp-block-archives-list li,
.wp-block-latest-posts li,
.widget_categories ul li {
    text-align: right;
    display: table;
    width: 100%;
    font-size: 14px;
    padding: 10px 0px 10px 15px;
    line-height: 1.3;
}

    .widget_archive ul li a,
    .wp-block-categories-list li a,
    .wp-block-archives-list li a,
    .wp-block-latest-posts li a,
    .widget_categories ul li a {
        float: left;
        text-transform: capitalize;
        box-shadow: none;
        text-align: left;
    }

    .widget_archive ul li ul,
    .wp-block-categories-list li ul,
    .wp-block-archives-list li ul,
    .wp-block-latest-posts li ul,
    .widget_categories ul li ul {
        margin-bottom: -10px;
    }

    .widget_archive ul li:before,
    .wp-block-categories-list li:before,
    .wp-block-archives-list li:before,
    .wp-block-latest-posts li:before,
    .widget_categories ul li:before {
        content: none;
    }

.wp-block-latest-posts,
.wp-block-categories-list,
.wp-block-archives-list {
    margin-bottom: 40px;
    padding: 0;
}

.widget_categories form label {
    display: block;
}

.rsswidget img {
    display: inherit;
}

.widget-title .rsswidget {
    display: inline-block;
}

ul a.rsswidget,
ul cite {
    font-weight: 600;
    color: #060429;
    font-size: 14px;
}

ul a.rsswidget {
    font-size: 18px;
}

    ul a.rsswidget:hover {
        color: #a6611c;
    }

.rssSummary {
    margin: 20px 0;
    font-size: 14px;
    line-height: 1.7;
}

.rss-date {
    display: block;
    margin-top: 5px;
    font-size: 14px;
    font-weight: 400;
    color: #9fa1a4;
}

.widget_rss ul li {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding-top: 0;
}

    .widget_rss ul li:last-child {
        margin-bottom: 0;
        border-bottom: 0;
        padding-bottom: 0;
    }

.widget_getintuch {
    padding-top: 10px;
}

    .widget_getintuch li {
        margin-bottom: 20px;
        position: relative;
        padding-left: 40px;
    }

    .widget_getintuch li,
    .widget_getintuch b,
    .widget_getintuch strong {
        display: block;
        text-transform: capitalize;
    }

    .widget_getintuch strong {
        font-weight: 600;
        font-size: 16px;
    }

    .widget_getintuch i {
        position: absolute;
        left: 0;
        top: 5px;
        text-align: center;
        font-size: 22px;
        width: 30px;
        height: 30px;
        line-height: 30px;
    }

.widget_gallery ul {
    padding-left: 0;
    display: table;
    width: 100%;
}

    .widget_gallery ul li {
        display: inline-block;
        width: 33.33%;
        float: left;
        -webkit-transition: all 0.5s;
        -ms-transition: all 0.5s;
        transition: all 0.5s;
        padding: 2px;
    }

        .widget_gallery ul li img {
            display: inline-block;
            width: 100%;
        }

        .widget_gallery ul li:nth-child(3n-3) {
            margin-right: 0;
        }

        .widget_gallery ul li:hover {
            opacity: 0.7;
        }

        .widget_gallery ul li a {
            display: inline-block;
            width: 100%;
        }

.widget_gallery.gallery-grid-2 li {
    width: 50%;
}

.widget_gallery.gallery-grid-4 li {
    width: 25%;
}

.widget_gallery.gallery-grid-8 li {
    width: 12.5%;
}

@media only screen and (max-width: 767px) {
    .gallery-grid-8 li {
        width: 25%;
    }
}

.commentlist .bypostauthor {
    font-weight: 600;
}

.admin-bar .is-fixed .main-bar {
    top: 30px;
}

@media only screen and (max-width: 991px) {
    .admin-bar .header-nav {
        top: 30px;
        height: calc(100vh - 30px);
    }
}

@media only screen and (max-width: 782px) {
    .admin-bar .is-fixed .main-bar {
        top: 45px;
    }

    .admin-bar .header-nav {
        top: 45px;
        height: calc(100vh - 45px);
    }
}

@media only screen and (max-width: 600px) {
    .admin-bar .is-fixed .main-bar {
        top: 0;
    }

    .admin-bar .header-nav {
        top: 45px;
        height: calc(100vh - 45px);
    }

    .admin-bar .is-fixed .header-nav {
        top: 0;
        height: 100vh;
    }
}

footer {
    color: #878e9c;
    font-size: 11px;
}

    footer .widget {
        margin-bottom: 50px;
    }

    footer strong {
        color: #878e9c;
    }

    footer .footer-logo {
        max-width: 180px;
    }

        footer .footer-logo img {
            width: 100%;
        }

@media only screen and (max-width: 575px) {
    footer .footer-logo {
        margin: 0 10px;
    }
}

footer .widget-logo ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

    footer .widget-logo ul img {
        opacity: 0.9;
    }

    footer .widget-logo ul li {
        display: inline-block;
        flex: 50%;
        padding: 0 15px 15px 0px;
    }

footer .ttr-social-icon li {
    display: inline-block;
    margin-right: 20px;
}

footer .ttr-social-icon a {
    color: #878e9c;
    font-size: 17px;
}

footer .widget_about p {
    margin-bottom: 20px;
}

footer .footer-title {
    margin: 0;
    font-weight: 500;
    height: 42px;
    position: relative;
    color: #fff;
    line-height: 1.2;
    text-transform: uppercase;
}

    footer .footer-title:after {
        content: "|";
        font-family: 'Poppins', sans-serif;
        color: #e63d32;
        font-weight: 900;
        transform: scale(0.93) translateY(-3%);
        display: inline-block;
        margin-left: 5px;
    }

@media only screen and (max-width: 767px) {
    footer .footer-title {
        margin-bottom: 10px;
        height: auto;
    }
}

footer .footer-top {
    background: #171a1e;
    padding: 53px 0 3px;
}

@media only screen and (max-width: 767px) {
    footer .footer-top {
        padding: 50px 0 0px;
    }
}

footer .footer-bottom {
    background-color: #171a1e;
    padding: 20px 0;
    font-size: 13px;
    border-top: 1px solid rgba(255, 255, 255, 0.25);
}

.footer-bottom p {
    font-size: 11px;
}

.smalltext {
    font-size: 13px;
    margin-bottom: 0;
    color: #848282;
    padding: 6px 0px;
    font-weight: 500;
}

.placetext {
    display: flex;
    justify-content: space-between;
    padding: 5px 15px;
    border-bottom: 1px solid #e3e3e3;
    margin-bottom: 10px;
}

.moretext {
    display: none;
}

.order-box ._248On, .order-box .VVNSe {
    padding: 0.475rem 0.8rem;
}

.order-box ._2CLCp {
    min-height: 78px;
    min-height: 3rem;
}

.readmore {
    margin: 0;
    background: #ffe4e4;
    padding: 4px;
    font-size: 13px;
}

.order-box ._27Wfb {
    display: inline-block;
}

.order-box ._29U7J {
    margin-left: 0px;
    margin-top: 5px
}

.greenc {
    color: #17ce39;
    font-weight: 800;
}

.redc {
    color: #e63d32;
    font-weight: 800;
}

@media only screen and (max-width: 767px) {
    footer .footer-bottom {
        padding: 10px 0;
    }
}

footer .footer-bottom a {
    color: #878e9c;
    font-size: 11px;
}

@media only screen and (max-width: 767px) {
    footer .footer-bottom .text-center {
        padding-top: 8px;
        padding-bottom: 8px;
    }
}

footer .widget-link li {
    display: inline-block;
    text-transform: capitalize;
    margin-left: 0;
}

footer .widget-link a {
    color: #878e9c;
}

footer .recent-posts-entry .ttr-post-info .post-title {
    font-size: 16px;
    font-weight: 500;
}

footer .wp-block-latest-posts li:after,
footer .wp-block-categories-list li:after,
footer .wp-block-archives-list li:after,
footer .widget_categories ul li:after {
    background: #fff;
}

footer .wp-block-latest-posts li,
footer .wp-block-categories-list li,
footer .wp-block-archives-list li,
footer .widget_categories ul li,
footer .widget_archive ul li,
footer .widget_meta ul li,
footer .widget_pages ul li,
footer .widget_recent_comments ul li,
footer .widget_nav_menu li,
footer .widget_recent_entries ul li,
footer .widget_services ul li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    color: #878e9c;
}

    footer .wp-block-latest-posts li a,
    footer .wp-block-categories-list li a,
    footer .wp-block-archives-list li a,
    footer .widget_categories ul li a,
    footer .widget_archive ul li a,
    footer .widget_meta ul li a,
    footer .widget_pages ul li a,
    footer .widget_recent_comments ul li a,
    footer .widget_nav_menu li a,
    footer .widget_recent_entries ul li a,
    footer .widget_services ul li a {
        color: #878e9c;
    }

        footer .wp-block-latest-posts li a:hover,
        footer .wp-block-categories-list li a:hover,
        footer .wp-block-archives-list li a:hover,
        footer .widget_categories ul li a:hover,
        footer .widget_archive ul li a:hover,
        footer .widget_meta ul li a:hover,
        footer .widget_pages ul li a:hover,
        footer .widget_recent_comments ul li a:hover,
        footer .widget_nav_menu li a:hover,
        footer .widget_recent_entries ul li a:hover,
        footer .widget_services ul li a:hover {
            color: white;
        }

    footer .wp-block-latest-posts li li,
    footer .wp-block-categories-list li li,
    footer .wp-block-archives-list li li,
    footer .widget_categories ul li li,
    footer .widget_archive ul li li,
    footer .widget_meta ul li li,
    footer .widget_pages ul li li,
    footer .widget_recent_comments ul li li,
    footer .widget_nav_menu li li,
    footer .widget_recent_entries ul li li,
    footer .widget_services ul li li {
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }

    footer .wp-block-latest-posts li:before,
    footer .wp-block-categories-list li:before,
    footer .wp-block-archives-list li:before,
    footer .widget_categories ul li:before,
    footer .widget_archive ul li:before,
    footer .widget_meta ul li:before,
    footer .widget_pages ul li:before,
    footer .widget_recent_comments ul li:before,
    footer .widget_nav_menu li:before,
    footer .widget_recent_entries ul li:before,
    footer .widget_services ul li:before {
        background: #878e9c;
    }

    footer .wp-block-latest-posts ul,
    footer .wp-block-categories-list ul,
    footer .wp-block-archives-list ul,
    footer .widget_categories ul ul,
    footer .widget_archive ul ul,
    footer .widget_meta ul ul,
    footer .widget_pages ul ul,
    footer .widget_recent_comments ul ul,
    footer .widget_nav_menu li ul,
    footer .widget_services li ul {
        border-top: 1px solid rgba(255, 255, 255, 0.1);
    }

footer .widget_recent_comments ul li {
    color: #878e9c;
}

footer .rss-date {
    color: white;
}

footer ul a.rsswidget:hover,
footer .widget_text b,
footer .widget_text strong,
footer .wp-caption p.wp-caption-text,
footer ul cite {
    color: #878e9c;
}

footer ul a.rsswidget,
footer .footer-title a {
    color: #fff;
}

footer .widget_calendar tr:nth-child(2n+2) {
    background: #f10c0c;
}

footer .widget_calendar caption,
footer .wp-calendar-nav {
    background: #c00a0a;
}

footer .widget_rss ul li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

footer .search-bx {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}

    footer .search-bx .form-control {
        height: 45px;
        border-radius: 6px 0 0 6px;
    }

    footer .search-bx .btn-primary, footer .search-bx .wp-block-button__link {
        background: #d80b0b;
        border-color: #d80b0b;
    }

footer .widget_tag_cloud a {
    background: #f10c0c;
}

    footer .widget_tag_cloud a:hover {
        background: #d80b0b;
    }

footer .widget_recent_comments ul li:before {
    background: transparent;
    color: #878e9c;
}

footer .recent-posts-entry .widget-post {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

footer .recent-posts-entry .ttr-post-info .post-title a {
    color: #fff;
}

.contact-info-bx li {
    padding-bottom: 10px;
    position: relative;
    padding-left: 30px;
    padding-top: 2px;
}

    .contact-info-bx li strong {
        font-weight: 400;
    }

.contact-info-bx i {
    width: auto;
    height: 22px;
    line-height: 26px;
    text-align: center;
    border-radius: 30px;
    margin-right: 5px;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 22px;
}

.wp-block-button {
    margin-bottom: 5px;
}

.site-footer .footer-link li {
    display: inline;
}

.site-footer .footer-link &gt; li &gt; a {
    color: #878e9c;
    display: inline-block;
}

@media only screen and (max-width: 767px) {
    .site-footer .footer-link &gt; li &gt; a i {
        display: none;
    }
}

.footerlink li ul {
    display: inline;
}

.footer-info {
    margin-bottom: 0;
    border-bottom: 0;
    padding: 40px 0 10px;
    margin-top: 0;
}

.footer-info-bx {
    display: flex;
    align-items: center;
}

    .footer-info-bx.left .icon-lg {
        width: 70px;
        max-width: 70px;
        min-width: 70px;
        margin-right: 15px;
    }

        .footer-info-bx.left .icon-lg img {
            height: 60px;
        }

    .footer-info-bx .icon-content p {
        line-height: 26px;
        font-size: 18px;
        font-family: 'Poppins', sans-serif;
        color: #fff;
    }

@media only screen and (max-width: 1199px) {
    .footer-info-bx .icon-lg {
        width: 50px;
        max-width: 50px;
        min-width: 50px;
    }

        .footer-info-bx .icon-lg img {
            height: 50px;
        }
}

/* Footer */
@media only screen and (min-width: 767px) {
    /* Footer Nav */
    .footer-link .sub-menu {
        background-color: #ffffff;
        border: 0;
        display: block;
        left: 0;
        list-style: none;
        opacity: 0;
        padding: 10px 5px;
        position: absolute;
        visibility: hidden;
        width: 180px;
        z-index: 10;
        padding: 10px 0;
        margin-bottom: 15px;
        -webkit-transition: all 0.5s;
        -ms-transition: all 0.5s;
        transition: all 0.5s;
        bottom: 100%;
        box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.15);
        text-align: left;
    }

        .footer-link .sub-menu li {
            padding: 0 20px;
            display: block;
        }

            .footer-link .sub-menu li a {
                color: #555;
                display: block;
                font-size: 15px;
                padding: 8px 0;
                text-transform: capitalize;
                -webkit-transition: all 0.5s;
                -ms-transition: all 0.5s;
                transition: all 0.5s;
                font-weight: 500;
                position: relative;
            }

                .footer-link .sub-menu li a:hover {
                    color: #f42222;
                }

            .footer-link .sub-menu li:last-child a {
                border-bottom: 0;
            }

        .footer-link .sub-menu .sub-menu {
            left: 180px;
            top: 0;
            bottom: auto;
        }

    .footer-link li.menu-item-has-children &gt; a &gt; i {
        font-size: 11px;
    }

    .footer-link li:hover &gt; .sub-menu {
        opacity: 1;
        visibility: visible;
        margin-bottom: 5px;
    }
}

.widget.widget-link-2 ul {
    /* display: flex; */
    flex-wrap: wrap;
}

    .widget.widget-link-2 ul li {
        width: 49%;
        padding: 0;
    }

.widget.widget-link-3 ul li {
    width: 100%;
    padding: 0;
}

.widget.widget-link-2 ul li a {
    color: #878e9c;
    display: block;
    padding: 5px 0;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
}

.widget.widget-link-3 ul li a {
    color: #878e9c;
    display: block;
    padding: 5px 0;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
}

.widget.widget-link-2 ul li a:hover {
    color: #fff;
}


.widget.widget-link-3 ul li a:hover {
    color: #fff;
}

.widget .ft-social-bx li {
    margin-right: 2px;
}

    .widget .ft-social-bx li a {
        background: #fff;
        color: #e63d32 !important;
        height: 40px;
        width: 40px;
        border-radius: 50px;
        padding: 0;
        line-height: 40px;
        font-size: 16px;
    }

        .widget .ft-social-bx li a:hover {
            background-color: #e63d32;
            color: #fff !important;
        }

.widget .subscribe-form .form-control {
    background-color: rgba(255, 255, 255, 0.05);
    border: 1px solid;
    border-color: rgba(255, 255, 255, 0.1);
    height: 40px;
    border-radius: 0;
}

    .widget .subscribe-form .form-control::placeholder {
        color: #878e9c;
        font-size: 14px;
    }

.widget .ft-content {
    padding: 15px 15px 15px 80px;
    position: relative;
}

    .widget .ft-content i {
        background: #f42222;
        height: 50px;
        width: 50px;
        color: #fff;
        line-height: 50px;
        text-align: center;
        font-size: 24px;
        border-radius: 50px;
        position: absolute;
        left: 15px;
    }

        .widget .ft-content i:after {
            content: "";
            position: absolute;
            right: -9px;
            top: 50%;
            transform: rotate(45deg) translateX(-50%);
            height: 15px;
            width: 15px;
            background: #f42222;
        }

    .widget .ft-content span {
        font-size: 14px;
        display: block;
        margin-bottom: 5px;
    }

    .widget .ft-content h4, .widget .ft-content .h4 {
        color: #fff;
        font-size: 20px;
        margin-bottom: 0;
        line-height: 24px;
    }

.list-circle,
.list-angle-right,
.list-arrow,
.list-check,
.list-checked,
.list-icon-box,
.list-chevron-circle,
.list-hand-point,
.list-cup,
.list-pen,
.list-heart,
.list-star {
    margin: 0 0 25px 0;
    padding: 0;
    list-style: none;
}

    .list-circle li,
    .list-angle-right li,
    .list-arrow li,
    .list-check li,
    .list-checked li,
    .list-icon-box li,
    .list-chevron-circle li,
    .list-hand-point li,
    .list-cup li,
    .list-pen li,
    .list-heart li,
    .list-star li {
        padding: 5px 5px 5px 30px;
        position: relative;
    }

.right.list-circle li,
.right.list-angle-right li,
.right.list-arrow li,
.right.list-check li,
.right.list-checked li,
.right.list-icon-box li,
.right.list-chevron-circle li,
.right.list-hand-point li,
.right.list-cup li,
.right.list-pen li,
.right.list-heart li,
.right.list-star li {
    padding: 5px 30px 5px 5px;
    position: relative;
}

.list-circle li:before,
.list-angle-right li:before,
.list-arrow li:before,
.list-check li:before,
.list-checked li:before,
.list-icon-box li:before,
.list-chevron-circle li:before,
.list-hand-point li:before,
.list-cup li:before,
.list-pen li:before,
.list-heart li:before,
.list-star li:before {
    font-family: "FontAwesome";
    position: absolute;
    left: 0;
    top: 5px;
    display: block;
    font-size: 15px;
    color: #777;
}

.right.list-circle li:before,
.right.list-angle-right li:before,
.right.list-arrow li:before,
.right.list-check li:before,
.right.list-checked li:before,
.right.list-icon-box li:before,
.right.list-chevron-circle li:before,
.right.list-hand-point li:before,
.right.list-cup li:before,
.right.list-pen li:before,
.right.list-heart li:before,
.right.list-star li:before {
    font-family: "FontAwesome";
    position: absolute;
    left: auto;
    right: 0;
    top: 5px;
    display: block;
    font-size: 15px;
    color: #777;
}

ul[class*="list-"] {
    font-size: 12px;
}

.list-circle li:before {
    font-size: 16px;
}

.list-circle li:before {
    content: "\f00c";
}

.list-angle-right li:before {
    content: "\e628";
}

.list-arrow li:before {
    content: "\e661";
}

.list-check.right li:before,
.list-check li:before {
    content: "\f00c";
    color: var(--primary);
}

.list-checked li:before {
    content: "\e64d";
    font-family: 'themify';
    font-size: 15px;
}

.list-icon-box li:before {
    content: "\e6e8";
}

.list-chevron-circle li:before {
    content: "\e65d";
}

.list-hand-point li:before {
    content: "\e71b";
}

.list-star li:before {
    content: "\e60a";
}

.list-cup li:before {
    content: "\e641";
}

.list-pen li:before {
    content: "\e61c";
}

.list-heart li:before {
    content: "\e634";
}

/*listing before icon color css*/
.primary li:before {
    color: #EFBB20;
}

.secondry li:before {
    color: #77C04B;
}

.black li:before {
    color: #000;
}

.white li:before {
    color: #fff;
}

.orange li:before {
    color: #FF6600;
}

.green li:before {
    color: #00CC00;
}

.red li:before {
    color: #FF3737;
}

.no-margin {
    margin: 0;
    list-style: none;
}

/*listing before numbers*/
.list-num-count {
    counter-reset: li;
    padding-left: 0;
}

    .list-num-count &gt; li {
        position: relative;
        margin: 0 0 6px 30px;
        padding: 4px 8px;
        list-style: none;
    }

        .list-num-count &gt; li:before {
            content: counter(li, decimal);
            counter-increment: li;
            position: absolute;
            top: 0;
            left: -28px;
            width: 28px;
            height: 28px;
            padding: 5px;
            color: #fff;
            background: #EFBB20;
            font-weight: bold;
            text-align: center;
            font-size: 12px;
            -webkit-border-radius: 100px;
            border-radius: 100px;
        }

    .list-num-count.lower-alpha &gt; li:before {
        content: counter(li, lower-alpha);
    }

    .list-num-count.upper-alpha &gt; li:before {
        content: counter(li, upper-alpha);
    }

    .list-num-count.upper-roman &gt; li:before {
        content: counter(li, upper-roman);
    }

    .list-num-count.no-round &gt; li:before {
        background-color: rgba(0, 0, 0, 0);
        color: #333333;
        font-size: 15px;
        font-weight: normal;
        height: auto;
        left: -30px;
        margin: 0;
        width: auto;
    }

.service-list-circle {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .service-list-circle li {
        padding: 15px 15px 15px 40px;
        line-height: 24px;
        font-size: 16px;
        font-weight: 400;
        background: #fff;
        margin-bottom: 24px;
        border-radius: 4px;
        margin-left: 25px;
        border: 2px solid rgba(0, 0, 0, 0.15);
        color: #666;
        position: relative;
    }

        .service-list-circle li i {
            width: 50px;
            height: 50px;
            background: var(--primary);
            border-radius: 50%;
            text-align: center;
            line-height: 50px;
            color: #fff;
            left: -25px;
            top: 20px;
            transition: all 0.5s;
            -moz-transition: all 0.5s;
            -webkit-transition: all 0.5s;
            -ms-transition: all 0.5s;
            -o-transition: all 0.5s;
            display: block;
            position: absolute;
            font-size: 24px;
        }

        .service-list-circle li:hover i {
            background: #020d26;
        }

ul[class*="list-"].fs18 {
    font-size: 18px;
}

.panel {
    box-shadow: none;
    -webkit-box-shadow: none;
}

.ttr-accordion .panel {
    border: none;
    border-radius: 0;
    margin-bottom: -1px;
}

.acod-head {
    position: relative;
}

.acod-title {
    margin-top: 0;
    margin-bottom: 0;
}

.acod-head .fa {
    margin-right: 5px;
}

.acod-head a {
    display: block;
    padding: 17px 40px 17px 25px;
    border: 1px solid #dddddd;
    border-radius: 4px;
}

    .acod-head a,
    .acod-head a:hover,
    .acod-head a.collapsed:hover {
        color: #EFBB20;
    }

        .acod-head a.collapsed,
        .acod-head a.collapsed:after {
            color: #3d474a;
        }

        .acod-head a:after {
            font-family: "themify";
            content: "\e622";
            float: right;
            color: #EFBB20;
            font-size: 16px;
            letter-spacing: -2px;
            position: absolute;
            right: 20px;
            top: 50%;
            transform: translateY(-50%);
            -moz-transform: translateY(-50%);
            -webkit-transform: translateY(-50%);
            -o-transform: translateY(-50%);
        }

        .acod-head a.collapsed:after {
            content: "\e61a";
            font-size: 16px;
            font-family: "themify";
        }

.acod-body {
    border-left: 1px solid #ebedf2;
    border-right: 1px solid #ebedf2;
    border-bottom: 1px solid #ebedf2;
    border-top: 1px solid transparent;
    margin-top: -1px;
    border-radius: 0 0 4px 4px;
}

.acod-content {
    margin: 20px;
}

.ttr-accordion .card {
    border: 0;
    margin-bottom: 15px;
    border-radius: 0;
    box-shadow: none;
}

.ttr-accordion .card-header {
    padding: 0;
    border-radius: 4px;
    background: transparent;
    border: 0;
    z-index: 1;
}

    .ttr-accordion .card-header a.collapsed {
        color: #000;
        background: #fff;
        box-shadow: none;
    }

    .ttr-accordion .card-header a {
        color: #000;
        border-radius: 0;
        font-weight: 600;
        padding: 13px 50px 13px 20px;
        display: block;
        border: 0;
        cursor: pointer;
        position: relative;
        font-size: 18px;
        border: 0;
        border-bottom: 0;
        line-height: 28px;
        border: 1px solid rgba(0, 0, 0, 0.05);
    }

        .ttr-accordion .card-header a:before {
            content: "";
        }

        .ttr-accordion .card-header a.collapsed:after {
            content: "\f077";
        }

        .ttr-accordion .card-header a:after {
            content: "\f078";
            font-family: FontAwesome;
            position: absolute;
            right: 15px;
            opacity: 1;
            font-weight: normal;
            top: 15px;
            transition: all 0.5s;
            -moz-transition: all 0.5s;
            -ms-transition: all 0.5s;
            -o-transition: all 0.5s;
            -webkit-transition: all 0.5s;
            width: 22px;
            height: 22px;
            color: #000;
            text-align: center;
            line-height: 22px;
            font-size: 12px;
        }

        .ttr-accordion .card-header a:hover {
            color: #000;
        }

.ttr-accordion .card {
    background: transparent;
}

.ttr-accordion .card-body {
    font-size: 16px;
    line-height: 24px;
    padding: 15px 20px 15px 20px;
    background: #fff;
    border-radius: 0;
    color: #888;
    border: 0;
}

.ttr-accordion .acod-content {
    margin: 10px 0 0 0;
}

.ttr-accordion .acod-body {
    border: 0;
}

.ttr-accordion.gray .card-header a {
    background: #f4f4f4;
}

.accordion-border .card {
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.ttr-accordion.primary .card-header a {
    background: var(--primary);
    color: #fff;
}

    .ttr-accordion.primary .card-header a:after {
        color: #fff;
    }

.ttr-accordion.no-space .card-body,
.ttr-accordion.no-space .card-header a {
    background: rgba(0, 0, 0, 0);
}

    .ttr-accordion.no-space .card-header a:after {
        right: 0;
    }

.ttr-accordion.no-space .card-header a {
    padding: 10px 30px 10px 0px;
    border: 0;
}

.ttr-accordion.no-space .card {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.ttr-accordion.no-space .card-body {
    padding: 20px 0;
}

.ttr-accordion.no-space .card:last-child {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 20px;
}

@media (max-width: 767.98px) {
    .ttr-slider {
        /* height: 411px; */
        height: auto !important;
    }

        .ttr-slider.style-1 .swiper-pagination-bullet {
            height: 12px;
            width: 12px;
            border-radius: 0;
            display: block;
            margin: 20px 11px;
            background-color: rgb(14 14 14 / 40%);
            opacity: 1;
            -webkit-transition: all 0.5s;
            -ms-transition: all 0.5s;
            transition: all 0.5s;
        }

        .ttr-slider.style-1 .swiper-pagination {
            display: inline-flex;
            bottom: -44px;
            height: 45px;
            top: unset;
            z-index: 9999;
            transform: unset;
            width: 100%;
            justify-content: center;
        }

        .ttr-slider.style-1 .swiper-pagination-bullet-active {
            background-color: var(--primary);
        }

        .ttr-slider.style-1 .slider-thumbs {
            position: absolute;
            bottom: 82px;
            left: 50%;
            transform: translateX(-50%);
        }

    .table-responsive-md {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .swiper-container {
        overflow: visible !important;
    }
}

/* ---- 05/08/23 ----- */
.indicator {
    border: 1px solid rgb(30, 255, 41);
    color: rgb(30, 255, 41);
    padding: 0 10px;
    border-radius: 5px;
    font-size: 12px;
}

.btn-common {
    padding: 7px 20px;
    display: inline-block;
    border-radius: 0;
    font-size: 16px;
    background-color: #e63d32;
    border-radius: 6px;
    font-weight: 400;
    color: #fff;
    text-transform: capitalize;
    font-family: 'Poppins', sans-serif;
}

    .btn-common:hover {
        background-color: #e63d32;
        color: #fff;
    }

.form-control-file {
    display: block;
    width: 100%;
    border: 1px solid #767676;
    border-radius: 5px;
}

.popup-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    justify-content: center;
    background: #00000065;
    padding: 5px;
    display: none;
    z-index: 999;
}

    .popup-wrapper .form-control {
        border: 1px solid #eee;
    }

    .popup-wrapper select.form-controm {
        width: 100%;
        height: 47px;
        border: 1px solid #eee;
    }

.open {
    display: flex;
}

.popup-wrapper .content {
    width: 50%;
    background-color: rgb(255, 255, 255);
    height: auto;
    padding: 30px;
    position: relative;
}

.cancle {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 25px;
}

button {
    border: none;
}

.choose-file label {
    display: block;
    /*height: 150px;*/
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background-color: #f0f0f0;
    border-radius: 15px;
}

    .choose-file label .plus {
        font-size: 50px;
        color: #d6d6d6;
    }

a.pull-right.editbtn {
    font-size: 16px;
    color: red;
    font-weight: bold;
}

.drop {
    width: 100%;
    height: 100%;
    border: 3px dashed #DADFE3;
    border-radius: 15px;
    overflow: hidden;
    text-align: center;
    background: white;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    margin: 0 auto 15px;
    padding: 2em 0;
    /*&amp;:hover
  * cursor: pointer
  * background: #f5f5f5*/
}

    .drop .cont {
        width: 100%;
        color: #8E99A5;
        -webkit-transition: all 0.5s ease-out;
        -moz-transition: all 0.5s ease-out;
        transition: all 0.5s ease-out;
        margin: 0 auto;
    }

        .drop .cont i {
            font-size: 400%;
            color: #8E99A5;
            position: relative;
        }

        .drop .cont .tit {
            font-size: 20px;
            text-transform: uppercase;
        }

        .drop .cont .desc {
            color: #A4AEBB;
        }

        .drop .cont .browse {
            margin: 10px 25%;
            color: white;
            padding: 8px 16px;
            border-radius: 5px;
            background: #09f;
        }

    .drop input {
        width: 100%;
        height: 100%;
        cursor: pointer;
        background: red;
        opacity: 0;
        margin: auto;
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
    }

#list {
    width: 100%;
    text-align: left;
    position: absolute;
    left: 0;
    top: 0;
}

    #list .thumb {
        height: 75px;
        border: 1px solid #323a44;
        margin: 10px 5px 0 0;
    }

/*----------pritee------------------*/
.page-wraper {
    position: relative;
    overflow: hidden;
}

.modal1 {
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 9999;
}

.texthead {
    position: relative;
    text-align: right;
    right: 14px;
    top: 15px;
}

.closetext {
    border: 0;
    font-size: 33px;
    background: none;
    line-height: 1;
    color: red;
    position: absolute;
    right: 23px;
}

.compareform {
    display: flex;
    width: 100%;
    justify-content: space-around;
    align-items: center;
}

#testmodal .modal-lg {
    max-width: 100%;
    top: 6%;
    height: 100%;
}

#testmodal .modal-content {
    height: 100%;
}

.close1 {
    border-bottom: 0;
    background: none;
    border: 0px;
    font-weight: 600;
    font-size: 18px;
}

#testmodal {
    padding-right: 0px !important;
}

.comparison {
    margin: 0 auto;
    margin-bottom: 20px;
    padding: 30px 0;
    text-align: center;
    background: #f9ffff;
    box-shadow: -1px 13px 10px grey;
}

    .comparison table {
        width: 100%;
        border-collapse: collapse;
        border-spacing: 0;
        table-layout: auto;
    }

    .comparison td,
    .comparison th {
        border-right: 1px solid #E8E8E8;
        empty-cells: show;
        padding: 10px;
        border-top: 1px solid #E8E8E8;
        border-bottom: 1px solid #E8E8E8;
        color: #000000;
        font-size: 13px;
    }

.green {
    color: green;
    font-size: 12px;
}
/*.comparison tbody tr:nth-child(odd) {
  display: none;
}*/

.comparison .compare-row {
    background: #defbff;
}

.fa-check {
    color: #69C7F1;
}

.comparison th {
    font-weight: normal;
    padding: 0;
    border-top: 0px solid #E8E8E8;
    border-bottom: 0px solid #E8E8E8;
}

.comparison tr td:first-child {
    padding: 4px;
    border-left: 1px solid #E8E8E8;
    border-top: 1px solid #E8E8E8;
}

.comparison .product,
.comparison .tl {
    color: #FFF;
    padding: 10px;
    font-size: 14px;
}

.comparison .tl2 {
    border-right: 0;
    font-size: 16px;
    color: black;
    font-weight: 600;
}

.comparison .product {
    height: 40px;
    font-size: 1.6em;
    position: relative;
}

.comparison .price-info {
    padding: 15px;
}

.comparison .price-now,
.comparison .price-now span {
    color: #808080;
}

    .comparison .price-now p.policy-name {
        font-size: 16px;
        color: #2e2d2d;
        font-weight: 600;
    }

    .comparison .price-now p {
        font-size: 13px;
        line-height: 16px;
    }

.comparison .price-buy {
    background: #EC671A;
    padding: 10px 20px;
    font-size: 14px;
    display: inline-block;
    color: #fff;
    text-decoration: none;
    border-radius: 3px;
    text-transform: uppercase;
    margin: 5px 0 10px 0;
    letter-spacing: 1px;
    cursor: pointer;
    -webkit-transition: .3s all ease;
    transition: .3s all ease;
}

    .comparison .price-buy:hover {
        background: #E84D00;
    }

.comparison .product img {
    border-style: none;
    height: auto;
    max-width: 100%;
    vertical-align: middle;
    background: white;
    padding: 10px;
    border: 1px solid lightgrey;
    border-radius: 6px;
}

.service-menu.style-1 li {
    width: 100%
}

.closepolicy {
    color: black;
    font-size: 16px;
    position: absolute;
    right: 18px;
    cursor: pointer;
}

.profile {
    padding: 20px;
    background: white;
    border-radius: 5px;
    margin-bottom: 30px;
    /*  border: 1px solid #E1E1F0;*/
    box-shadow: 0px 0px 6px #0000004f;
}

@media screen and (min-width: 721px) and (max-width: 1000px) {
    .table_ul li {
        letter-spacing: 0px;
    }

    .comparison .price-now span {
        font-size: 32px;
    }

    .comparison .price-now p {
        display: block;
    }
}

@media screen and (max-width: 768px) {
    .quotes_compare_div {
        display: block;
        flex-direction: row;
        width: 94%;
        align-items: center;
    }

    .compareform {
        display: block;
    }

    .quotes_compare_plan_add, .quotes_compare_plan_name {
        padding: 10px;
        margin-bottom: 15px;
        margin-left: 0;
    }

    .quotes_compare_buttons_div {
        width: 100%;
        justify-content: space-evenly;
    }

    .m-d-flex {
        display: block
    }

    .modal-content-verification {
        width: 96%;
        border-radius: 0.5rem;
    }

    #testmodal .modal-lg {
        top: 0;
    }

    .table_ul {
        padding: 0px;
    }

    #testmodal .modal-header, #testmodal .modal-body {
        padding: 4px 0;
    }

    .table_ul li {
        font-size: 10px;
        line-height: 16px;
        padding: 3px 0;
    }

    .comparison {
        max-width: 100%;
        height: 700px;
        overflow-y: auto;
        margin-top: 10px;
    }

        .comparison td:first-child,
        .comparison th:first-child {
            /*display: none; */
        }

        .comparison tbody tr:nth-child(odd) {
            display: table-row;
            background: #F7F7F7;
        }

    .btn-common {
        padding: 7px 7px;
        font-size: 14px;
    }

    .comparison .row {
        background: #FFF;
    }

    .comparison td,
    .comparison th {
        border: 1px solid #CCC;
        border-top: none;
        padding: 10px;
    }

    .price-info {
        border-top: 5px !important;
        padding: 10px 4px !important;
    }

    .closepolicy {
        right: 8px;
        top: -15px;
    }

    .comparison .btn-common {
        padding: 7px 8px;
    }

    .price-info p {
        line-height: 8px;
        font-size: 12px !important;
    }

    .comparison .compare-row {
        background: #ffffff;
    }

    .comparison .price-now p {
        display: block;
    }

    .comparison .price-now span {
        font-size: 24px;
    }

    .comparison .qbse {
        font-size: 1.2em;
    }

    .comparison td {
        font-size: 10px;
    }

    .comparison th {
        font-size: 14px;
    }

    .comparison p {
        font-size: 10px;
    }

    .table tr td {
        padding: 4px;
        vertical-align: middle;
    }
}

.divCaptcha {
    background: url(/assets/images/capcha-bg.jpg) no-repeat;
    width: auto;
    display: inline-block;
    padding: 10px;
    font-size: 20px;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.my-account {
    max-width: 472px;
    margin: auto;
    background-color: #fff;
    padding: 35px 35px;
    /*padding-left: 50px;
    padding-right: 50px;
    padding-bottom: 15px;
    padding-bottom: 15px;*/
    vertical-align: middle;
    /*width: 500px;*/
}

.footer-top .col-lg-4:nth-child(3) ul {
    margin: 0 -10px;
}

    .footer-top .col-lg-4:nth-child(3) ul li {
        width: 46%;
        padding: 0;
        vertical-align: text-top;
        padding: 0 10px;
    }

.menu-logo {
    width: 30%;
    display: initial;
    float: left;
}

    .menu-logo a {
        min-width: 200px;
        width: 200px;
        float: left;
    }

.location {
    margin-top: 35px;
}

.myCheck {
    vertical-align: middle
}

.round-span {
    margin: 0px 0 0 38px;
}

@media (max-width:768px) {
    .menu-logo a {
        min-width: 150px;
        width: 150px;
        margin-top: 12px;
    }

    .menu-logo {
        width: 86%;
    }

    .location {
        margin-top: 28px;
    }

    .policydate-container, .claim-container {
        display: block
    }

        .policydate-container .m-d-flex:last-child {
            display: flex;
            margin-top: 5px
        }

    #divRelatedPolicy .carvaidya-related1:first-child {
        margin-top: -89px;
    }

    #divRelatedPolicy .list-large-mobile:last-child {
        margin-bottom: 40px;
    }

    span.reecommended-item._1F52f {
        text-align: left;
    }

        span.reecommended-item._1F52f span, .price-n-bttns span, .price-n-bttns ._3BOjJ {
            font-size: 13px !important;
        }

    .price-n-bttns .justify-content-end {
        justify-content: normal !important;
    }

    .price-n-bttns ._1gPhv {
        display: block
    }

    .price-n-bttns .reecommended-item {
        text-align: left;
    }

    .comparelogo {
        margin-top: 10px;
    }

    .iteminfo-name {
        padding-top: 10px;
    }

    .carvaidya-related1 .list-large-mobile {
        margin-bottom: 0
    }
}

@media (max-width:992px) {
    .menu-logo {
        width: 80%;
    }
}

@media (max-width:320px) {
    .menu-logo a {
        min-width: 110px;
        width: 110px;
        margin-top: 17px;
    }
}

.part {
    background: url(../images/handshake.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.inspecbox {
}

.inspec {
}


.hanger-line {
    position: relative;
    padding-top: 30px;
}

    .hanger-line::before {
        content: "";
        width: 100%;
        height: 4px;
        left: 0;
        top: 0;
        background-image: radial-gradient(ellipse at center, red 0, rgba(255, 255, 255, 0) 70%);
    }

    .hanger-line &gt; .col-lg-4::before {
        content: "";
        width: 3px;
        height: 32px;
        background-image: linear-gradient(red, rgba(255, 255, 255, 0));
        left: 50%;
        bottom: 100%;
        position: absolute;
        transform: translateX(-50%);
    }

    .hanger-line &gt; .col-lg-3::before {
        content: "";
        width: 3px;
        height: 32px;
        background-image: linear-gradient(red, rgba(255, 255, 255, 0));
        left: 50%;
        bottom: 100%;
        position: absolute;
        transform: translateX(-50%);
    }

    .hanger-line &gt; .col-lg-4 {
        position: relative;
    }

    .hanger-line &gt; .col-lg-3 {
        position: relative;
    }

    .hanger-line &gt; .col-lg-4::after {
        position: absolute;
        content: "";
        width: 20px;
        height: 20px;
        border: 4px solid red;
        border-radius: 100%;
        left: 50%;
        bottom: calc(100% + 23px);
        transform: translateX(-50%);
        background: #f9f9ff;
    }

    .hanger-line &gt; .col-lg-3::after {
        position: absolute;
        content: "";
        width: 20px;
        height: 20px;
        border: 4px solid red;
        border-radius: 100%;
        left: 50%;
        bottom: calc(100% + 23px);
        transform: translateX(-50%);
        background: #f9f9ff;
    }

.rbt-counterup.border-bottom-gradient {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.rbt-counterup .top-circle-shape::before {
    position: absolute;
    content: "";
    background: #fff;
    border-radius: 100%;
    width: calc(100% - 40px);
    height: calc(100% - 40px);
    left: 20px;
    top: 20px;
}

.rbt-counterup .top-circle-shape {
    position: absolute;
    width: 243px;
    top: -47%;
    height: 243px;
    left: 0;
    right: 0;
    margin: 0 auto;
    background-image: linear-gradient(90deg, #CFA2E8, #637FEA);
    opacity: 0.09;
    border-radius: 100%;
    box-sizing: border-box;
}

.rbt-counterup {
    background: white;
    box-shadow: 0 5px 15px 0 rgba(85, 74, 101, 0.37);
    ;
    border-radius: 5px;
    text-align: center;
    padding: 30px 30px 50px;
    z-index: 1;
    overflow: hidden;
    position: relative;
}

.rbt-hover-03 {
    transition: transform 0.65s cubic-bezier(0.23, 1, 0.32, 1);
}

.hanger-line &gt; .col-lg-4.mt_md--30::before {
    height: 62px;
}

.hanger-line &gt; .col-lg-3.mt_md--30::before {
    height: 62px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hanger-line &gt; .col-lg-4.mt_md--30::before {
        height: 32px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hanger-line &gt; .col-lg-3.mt_md--30::before {
        height: 32px;
    }
}

@media only screen and (max-width: 767px) {
    .hanger-line &gt; .col-lg-4.mt_md--30::before {
        height: 32px;
    }
}

@media only screen and (max-width: 767px) {
    .hanger-line &gt; .col-lg-3.mt_md--30::before {
        height: 32px;
    }
}


.hanger-line &gt; .col-lg-4.mt_md--30::after {
    bottom: calc(100% + 53px);
}

.hanger-line &gt; .col-lg-3.mt_md--30::after {
    bottom: calc(100% + 53px);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hanger-line &gt; .col-lg-4.mt_md--30::after {
        bottom: calc(100% + 23px);
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hanger-line &gt; .col-lg-3.mt_md--30::after {
        bottom: calc(100% + 23px);
    }
}

@media only screen and (max-width: 767px) {
    .hanger-line &gt; .col-lg-4.mt_md--30::after {
        bottom: calc(100% + 23px);
    }
}

@media only screen and (max-width: 767px) {
    .hanger-line &gt; .col-lg-3.mt_md--30::after {
        bottom: calc(100% + 23px);
    }
}

.cards-list {
}

.self .card {
    margin-bottom: 22px;
    /*height: 294px;*/
    border-radius: 50px 0;
    cursor: pointer;
    transition: 0.4s;
    justify-content: flex-start !important;
    /* background-color: #97A9BD;*/
    padding: 10px;
    border: 2px solid #e63d32;
}

.rbt-round-icon svg {
    color: var(--primary)
}

.card_image {
    background: #fff;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    margin: 10px auto;
}

    .card_image i {
        margin: 17px;
        font-size: 37px;
        -webkit-animation: spin 4s linear infinite;
        -moz-animation: spin 4s linear infinite;
        animation: spin 4s linear infinite;
    }

@-moz-keyframes spin {
    100% {
        -moz-transform: rotate(360deg);
    }
}

@-webkit-keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.card_title .heading {
    /*font-size: 1.2rem;*/
    font-weight: 700;
    margin: auto;
    text-align: center;
    color: #e63d32;
}

.card_title p {
    margin: 10px auto;
    line-height: normal;
    text-align: center;
    color: #e63d32;
    min-height: 100px;
}


.cards-list .card1 {
    /* background-color: #97A9BD;*/
}

    .cards-list .card1:hover {
    }

    .cards-list .card1 .card_image a i {
        color: #97A9BD;
    }

.cards-list .card2 {
}

    .cards-list .card2:hover {
    }

    .cards-list .card2 .card_image a i {
        color: #A197BD;
    }

.cards-list .card3 {
}

    .cards-list .card3:hover {
    }

    .cards-list .card3 .card_image a i {
        color: #BDA697;
    }

.btn-flip {
    opacity: 1;
    outline: 0;
    color: #e63d32;
    line-height: 40px;
    position: relative;
    text-align: center;
    letter-spacing: 1px;
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
}

    .btn-flip:hover:after {
        opacity: 1;
        transform: translateY(0) rotateX(0);
    }

    .btn-flip:hover:before {
        opacity: 0;
        transform: translateY(50%) rotateX(90deg);
    }

    .btn-flip:after {
        top: 0;
        left: 0;
        opacity: 0;
        width: 100%;
        color: white;
        display: block;
        transition: 0.5s;
        position: absolute;
        background: #f42222;
        content: attr(data-back);
        transform: translateY(-50%) rotateX(90deg);
    }

    .btn-flip:before {
        top: 0;
        left: 0;
        opacity: 1;
        color: #e63d32;
        display: block;
        padding: 0 11px;
        line-height: 40px;
        transition: 0.5s;
        position: relative;
        /* background: #fbfbfd; */
        content: attr(data-front);
        transform: translateY(0) rotateX(0);
        border: 1px solid #e63d32;
    }

.btn-read {
    justify-content: center;
    align-content: center;
    display: flex;
    margin: 13px;
}

/*------------------------------*/
.blog-carousel .owl-prev, .blog-carousel .owl-next {
    position: absolute;
    right: 0;
    color: #a39d9d;
    border-radius: 20px;
    border: 2px solid #cbc6c6;
    font-weight: 600;
    cursor: pointer;
    background-color: #f2f3f3;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    top: 50%;
    transform: translateY(-50%);
}

.blog-carousel .owl-next {
    right: -50px;
}

.blog-carousel .owl-prev {
    left: -50px;
}

.blog-carousel .owl-nav.disabled, .blog-carousel.owl-none .owl-nav {
    display: block !important;
}

.carcon {
    background: white;
    cursor: pointer;
    border-radius: 15px;
    position: relative;
    padding: 30px;
    text-align: center;
    color: var(--primary-color);
    box-shadow: 1px 6px 6px 2px rgb(0 0 0 / 18%);
    transition: 0.3s;
}

    .carcon:hover {
        transform: translate(0,-5px);
        box-shadow: 0 16px 36px 0 rgba(0,0,0,0.7);
    }

    .carcon::after {
        content: '';
        background: linear-gradient(26deg, #ff1616, transparent);
        border-radius: 9px;
        height: 100%;
        width: 100%;
        position: absolute;
        right: 0;
        bottom: 0;
        z-index: 0;
        /*    clip-path: circle(8% at 4% 7% );*/
        clip-path: circle(1rem at bottom center);
        transition: all .3s ease-in;
    }

    .carcon img {
        width: 90px;
        padding: 15px;
    }

    .carcon h6 {
    }

    .carcon:hover p, .carcon:hover a {
        color: #fff;
        z-index: 1;
        position: relative;
    }
/*.carcon h6{ color: var(--primary-color);}*/
.content {
    position: relative;
    z-index: 1;
    transition: all .3s ease-in;
}

.carcon:hover::after {
    clip-path: circle(100%);
}

.carcon:hover .content h6 {
    color: var(--text-color);
}

.counter-style-1.card {
    align-items: center;
    height: auto;
}

.benifit .service-content {
    height: auto;
    box-shadow: none;
    background: none;
}

    .benifit .service-content .title {
        text-transform: capitalize;
    }

@media only screen and (max-width: 767px) {
    .benifit .about-wraper2 .content-left, .benifit .about-wraper2 .content-right {
        display: block;
        left: auto;
        position: relative;
        transform: unset;
        top: unset;
        right: unset;
    }

        .benifit .about-wraper2 .content-left .service-content, .benifit .about-wraper2 .content-right .service-content {
            -webkit-animation: up-down 5s infinite alternate;
            animation: up-down 5s infinite alternate;
            padding: 10px;
            justify-content: flex-end;
            width: auto;
            margin: 10px;
            text-align: left;
            padding-left: 70px;
        }

            .benifit .about-wraper2 .content-left .service-content:before, .benifit .about-wraper2 .content-right .service-content:before {
                left: 8px;
            }
}


.bg-gradient-6 {
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0.15), rgba(251, 199, 226, 0.15), rgba(220, 217, 254, 0.15))
}

.rbt-search-field, .rbt-search-with-category {
    display: flex;
    align-items: center;
    border: 1px solid #c5c3cf;
    height: 52px;
    border-radius: 500px;
}

@keyframes bounceSlide {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0);
    }

    40% {
        transform: translateY(-30px);
    }

    60% {
        transform: translateY(-15px);
    }
}

.img-clip {
    position: relative;
    display: block;
    opacity: 1;
    clip-path: polygon(0% 0%, 75% 0%, 100% 30%, 100% 100%, 80% 100%, 25% 100%, 0% 70%, 0% 20%);
    -webkit-transform: translateX(100px);
    -moz-transform: translateX(100px);
    -ms-transform: translateX(100px);
    -o-transform: translateX(100px);
    transform: translateX(100px);
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 1000ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
}

.rbt-search-with-category .search-by-category {
    height: 100%;
    position: relative;
}

.bootstrap-select:not(.input-group-btn), .bootstrap-select[class*=col-] {
    float: none;
    display: inline-block;
    margin-left: 0;
}

.rbt-search-with-category .search-by-category::after {
    background: #e3e0f1;
    position: absolute;
    content: "";
    height: 25px;
    right: 0;
    top: 50%;
    width: 1px;
    transform: translateY(-50%);
}

.rbt-search-with-category .search-field {
    width: 80%;
}

.search-field {
    display: flex;
    position: relative;
    width: 100%;
    height: 100%;
}

    .search-field input {
        border: 0 none;
        box-shadow: none;
    }

    .search-field input {
        height: auto;
        box-shadow: none;
        padding: 0 20px;
        padding-right: 65px;
        line-height: 47px;
    }

    .search-field .serach-btn {
        position: absolute;
        right: 0;
        top: 0;
        height: 100%;
        width: 50px;
        border-radius: 0;
    }

.rbt-modern-select .bootstrap-select &gt; select {
    left: 0;
}

.filter-select select {
    border: 0 none;
    box-shadow: var(--shadow-1);
    width: auto;
    min-width: 250px;
}

.rbt-search-with-category select {
    height: 100%;
    border: 0 none;
    font-size: 14px;
    font-weight: 500;
    background-color: transparent;
    padding: 3px 20px;
}

.rbt-modern-select .bootstrap-select .dropdown-toggle .filter-option {
    display: flex;
    width: 100%;
    position: relative;
    flex: inherit;
    min-width: 100%;
    align-items: center;
}

button, [type=button], [type=reset], [type=submit] {
    -webkit-appearance: button;
}

.bootstrap-select &gt; select {
    position: absolute !important;
    bottom: 0;
    left: 50%;
    display: block !important;
    width: 0.5px !important;
    height: 100% !important;
    padding: 0 !important;
    opacity: 0 !important;
    border: none;
    z-index: 0 !important;
}

.rbt-round-btn {
    width: 40px;
    height: 40px;
    line-height: 41px;
    text-align: center;
    border-radius: 100%;
    position: relative;
    z-index: 1;
    background: transparent;
    padding: 0;
    border: 0 none;
    display: block;
}

.dropdown-toggle::after {
    border-top: 5px solid;
    border-right: 5px solid transparent;
    border-bottom: 0;
    border-left: 5px solid transparent;
    opacity: 0.5;
}

.bootstrap-select &gt; .dropdown-toggle:after {
    margin-top: -1px;
}

.dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
}

.search-by-category .input-group &gt; .form-control, .input-group &gt; .form-select {
    border: 0;
}
/** highlights-style-two **/

.highlights-style-two {
    position: relative;
    padding: 111px 0px 120px 0px;
    background: #121113;
}

    .highlights-style-two .sec-title {
        max-width: 550px;
    }

        .highlights-style-two .sec-title h2 {
            margin-bottom: 21px;
        }

        .highlights-style-two .sec-title p {
            color: #c3c4c8;
        }

    .highlights-style-two .single-item {
        position: relative;
        display: block;
        background: #fff;
        padding: 34px 30px 33px 40px;
        margin-bottom: 30px;
    }

        .highlights-style-two .single-item .inner {
            position: relative;
            padding-left: 90px;
        }

            .highlights-style-two .single-item .inner .icon-list {
                position: absolute;
                left: 0px;
                top: 10px;
            }

.float-bob-x {
    animation-name: float-bob-x;
    animation-duration: 15s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -webkit-animation-name: float-bob-x;
    -webkit-animation-duration: 15s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: float-bob-x;
    -moz-animation-duration: 15s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: float-bob-x;
    -ms-animation-duration: 15s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: float-bob-x;
    -o-animation-duration: 15s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}

@keyframes float-bob-x {
    0% {
        -webkit-transform: translateX(-100px);
        transform: translateX(-100px);
    }

    50% {
        -webkit-transform: translateX(-10px);
        transform: translateX(-10px);
    }

    100% {
        -webkit-transform: translateX(-100px);
        transform: translateX(-100px);
    }
}

.highlights-style-two .single-item .inner .icon-list li {
    position: relative;
    display: inline-block;
    float: left;
    font-size: 44px;
    margin-left: -13px;
    transition: all 500ms ease;
}

    .highlights-style-two .single-item .inner .icon-list li:first-child {
        margin-left: 0px;
    }

    .highlights-style-two .single-item .inner .icon-list li:last-child {
        position: absolute;
        left: 0;
        top: 0px;
        opacity: 1;
        width: 75px;
    }

.highlights-style-two .single-item:hover .inner .icon-list li:last-child {
    opacity: 1;
}

.highlights-style-two .single-item .inner h4 {
    position: relative;
    display: block;
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
    margin-bottom: 11px;
}

    .highlights-style-two .single-item .inner h4 a {
        display: inline-block;
        color: #121113;
    }

        .highlights-style-two .single-item .inner h4 a:hover {
        }

.highlights-style-two .single-column:first-child .single-item {
    clip-path: polygon(0% 0%, 100% 0%, 100% 0%, 100% 65%, 90% 100%, 0% 100%, 0% 100%, 0% 0%);
}

.highlights-style-two .single-column:nth-child(2) .single-item {
    clip-path: polygon(0% 0%, 100% 0%, 100% 15%, 100% 100%, 80% 100%, 11% 100%, 0% 65%, 0% 20%);
}

.highlights-style-two .single-column:nth-child(3) .single-item {
    clip-path: polygon(0% 0%, 90% 0%, 100% 36%, 100% 100%, 80% 100%, 21% 100%, 0% 100%, 0% 20%);
}

.highlights-style-two .single-column:last-child .single-item {
    clip-path: polygon(11% 0%, 100% 0%, 100% 0%, 100% 70%, 100% 100%, 0% 100%, 0% 100%, 0% 36%);
}

.highlights-style-two .bg-layer {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 50%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%, 61% 0%);
}

.highlights-style-two .shape .shape-1 {
    position: absolute;
    left: 0px;
    top: 260px;
    width: 240px;
    height: 359px;
    background-repeat: no-repeat;
}

.highlights-style-two .shape .shape-2 {
    position: absolute;
    left: 60%;
    top: 210px;
    width: 137px;
    height: 13px;
    background-repeat: no-repeat;
}

@media only screen and (max-width: 768px) {
    .highlights-style-two .shape .shape-1 {
        display: none;
    }

    .highlights-style-two .single-column .single-item {
        clip-path: polygon(0% 0%, 100% 0%, 100% 0%, 100% 100%, 90% 100%, 0% 100%, 0% 100%, 0% 0%) !important;
    }

    .highlights-style-two .single-item .inner .icon-list li:last-child {
        position: relative;
        left: unset;
        top: unset;
        opacity: 1;
        width: auto;
        float: none;
    }

    .highlights-style-two .single-item .inner .icon-list {
        position: relative;
        left: 0px;
        top: 10px;
    }

    .highlights-style-two .single-item .inner {
        position: relative;
        padding-left: 0;
        text-align: justify;
    }

    .img-clip {
        transform: translateX(0px);
        margin-top: 20px;
    }
}

/* ------------------------------------------- */
.item {
    position: relative;
}

.img-overlay {
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
}

.img-thumbnail {
    height: 200px !important;
    width: 100%;
    margin: 5px 0 5px 0;
}

.img-thumbnailPeofile {
    /*height: 200px !important;*/
    width: 100%;
    margin: 5px 0 5px 0;
}

.carousel-item:hover .img-overlay {
    opacity: 1;
}

.img-overlay i {
    color: #fff;
    font-size: 3em;
}

#myGalleryModal .modal-header {
    padding: 0px;
    border: 0;
}

#myGalleryModal .close {
    float: right;
    position: absolute;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: 1;
    top: -7px;
    right: -9px;
    z-index: 9;
    background: red !important;
    width: 25px;
    height: 24px;
    border-radius: 50px;
}

.ser .feature-bx1 {
    padding: 30px 20px;
    border-radius: 47px 0 47px;
    background-color: #fff;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
    z-index: 1;
    box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    transition: 0.3s ease-in;
}


    .ser .feature-bx1 .icon-lg {
        line-height: 1;
        margin-bottom: 24px;
        border: 6px solid silver;
        border-radius: 64px;
        padding: 19px;
        box-shadow: inset 0px 3px 13px 0px #000000b8;
        display: inline-block;
    }

@media only screen and (max-width: 575px) {
    .ser .feature-bx1 {
        padding: 15px 12px 0px;
        border-radius: 47px 0 47px;
        background-color: #fff;
        -webkit-transition: all 0.5s;
        -ms-transition: all 0.5s;
        transition: all 0.5s;
        z-index: 1;
        box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
        position: relative;
        z-index: 1;
        overflow: hidden;
        transition: 0.3s ease-in;
    }

    .ttr-tilte {
        height: 38px;
        font-size: 12px;
    }

    .ser .feature-bx1 .icon-lg {
        line-height: 1;
        margin-bottom: 24px;
        border: 6px solid silver;
        border-radius: 64px;
        padding: 15px;
        box-shadow: inset 0px 3px 13px 0px #000000b8;
        display: inline-block;
    }

    .icon-lg img {
        vertical-align: middle;
        max-width: 100%;
        width: auto;
        height: 50px;
    }
}

.ser .feature-bx1::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 33%;
    left: -15px;
    background: #ef212f;
    height: 74px;
    width: 26px;
    border-radius: 72px;
    transform: scale(1);
    transform-origin: 50% 50%;
    transition: transform 0.25s ease-out;
}

.ser .feature-bx1:hover::before {
    transition-delay: 0.2s;
    cursor: pointer;
    transform: scale(40);
}

.ser .feature-bx1:hover {
    color: #ffffff;
    cursor: pointer;
}

    .ser .feature-bx1:hover .icon-lg {
        border: 6px solid #fffefe;
    }

.claim-container.compareservice-cv strong {
    font-weight: bold;
}

@media only screen and (max-width: 800px) {
    .loc {
        grid-template-columns: repeat(3,1fr);
    }

    .blog-carousel .owl-prev {
        left: -25px;
    }

    .blog-carousel .owl-next {
        right: -25px;
    }
}

@media only screen and (max-width: 1100px) {
    .claim-container.compareservice-cv .btn-policy {
        font-size: 13px;
        padding: 7px 6px;
        max-width: 120px;
    }
}

@media only screen and (max-width: 800px) {
    .blog-carousel .owl-prev {
        left: -10px;
    }

    .blog-carousel .owl-next {
        right: -10px;
    }

    .claim-container.compareservice-cv {
        padding: 5px 0;
    }

    .compareservice-cv .claim-item:nth-child(1), .compareservice-cv .claim-item, .compareservice-cv .claim-item:last-child {
        width: 48%;
        display: inline-block;
        padding: 5px 8px 4px 8px;
    }
}

@media (max-width:767px) {
    .fileter-container {
    }
}

.select2-container--default .select2-selection--single {
    border-radius: 0;
    border: 1px solid #cacaca;
}

    .select2-container .select2-selection--single, .select2-container--default .select2-selection--single .select2-selection__arrow {
        height: 48px;
    }

    .select2-container--default .select2-selection--single .select2-selection__rendered {
        line-height: 48px;
        color: #777;
        font-size: 14px;
        padding-left: 18px;
    }


/*======= 03July23 ========*/
.myaccounttabs .service-menu {
    flex-wrap: nowrap;
    background: none;
    padding: 0;
    box-shadow: unset;
    margin-left: -15px;
    margin-right: -15px;
    border-bottom: 0;
}

.myaccounttabs .widget {
    margin-bottom: 0;
}

.myaccounttabs .service-menu.style-1 li {
    width: 25%;
    padding: 0 15px;
    text-align: center;
}

    .myaccounttabs .service-menu.style-1 li a {
        background: #f42222;
        padding: 30px !important;
        box-shadow: 0 8px 60px -25px #f42222;
        padding: 15px;
        border-radius: 10px;
        display: block;
    }

.myaccounttabs .service-menu li a i {
    position: relative;
    top: 5px;
    right: 10px;
}

.myaccounttabs .service-menu.style-1 li.active a, .myaccounttabs .service-menu.style-1 li:hover a {
    background: #fff;
}

.profile .comparecity-container {
    flex-wrap: wrap;
}

.profile .comparecity-item {
    width: 32%;
    position: relative;
}

.accountpageicons {
    position: absolute;
    top: 10px;
    right: 20px
}

.bttnwrap {
    width: 100%;
    padding: 10px 0;
}

.order-item {
    border: 1px solid #ddd;
    padding: 0 !important;
    border-radius: 5px;
    display: block;
    margin-bottom: 10px;
    font-size: 14px;
}

.cvorderinfo {
    width: 100%;
    float: left;
    /*background: #ddd;*/
    padding: 5px;
    margin-bottom: 10px;
}

    .cvorderinfo span {
        font-weight: bold;
        color: #4e4e4e;
    }

    .cvorderinfo .itemno {
        width: 100%;
        float: left;
        padding: 5px 15px 0;
    }

.myOrderDetails .postSet {
    padding: 15px;
}

.order-item ._1Pd-h, .order-item ._29U7J {
    font-size: 15px;
}

.order-item .itemno a {
    color: #f42222;
}

a.themebttn {
    width: 100%;
    border: 1px solid #ddd;
    display: block;
    margin-bottom: 8px;
    border-radius: 5px;
    padding: 5px;
    text-align: center;
    background: #fff;
    color: #333;
    box-shadow: 0 0 3px rgba(0,0, 0, .2);
    cursor: pointer;
}

    a.themebttn:hover {
        background: #e63d32;
        color: #fff;
    }

@media (max-width:768px) {
    ._11l8H .toggle-title {
        top: unset;
        bottom: 10px;
    }

    .profile .comparecity-item {
        width: 100%;
        margin: 4px 0;
        align-items: center;
    }

    .myaccounttabs .service-menu.style-1 li a {
        padding: 10px !important;
    }

    .profile .comparecity-item .row {
        margin-left: -5px;
        margin-right: -5px;
    }

    .profile .comparecity-item .col-4, .profile .comparecity-item .col-8 {
        padding: 0 5px;
    }

    .myaccounttabs .service-menu.style-1 li {
        width: 50%;
        margin: 5px 0;
    }

    .profile .comparecity-item img {
        height: auto
    }

    .myaccounttabs .service-menu {
        flex-wrap: wrap;
        background: #ddd;
        padding: 10px 0;
    }

    .sticky-header.navbar-expand-lg {
        box-shadow: 0 0 5px rgba(0, 0, 0, .2);
    }

    .addCartNotification {
        height: 43px;
        width: 89%;
        background-color: #efefef;
        position: fixed;
        bottom: 41px;
        z-index: 99;
        margin: 20px;
        border-radius: 5px;
        display: flex;
        justify-content: space-between;
        padding: 5px 13px;
        border: 1px #000 solid;
        align-self: center;
    }
}


/* 4 July 23 */
.steps .step {
    display: block;
    width: 100%;
    margin-bottom: 35px;
    text-align: center
}

    .steps .step .step-icon-wrap {
        display: block;
        position: relative;
        width: 100%;
        height: 80px;
        text-align: center
    }

        .steps .step .step-icon-wrap::before,
        .steps .step .step-icon-wrap::after {
            display: block;
            position: absolute;
            top: 50%;
            width: 50%;
            height: 3px;
            margin-top: -1px;
            background-color: #e1e7ec;
            content: '';
            z-index: 1
        }

        .steps .step .step-icon-wrap::before {
            left: 0
        }

        .steps .step .step-icon-wrap::after {
            right: 0
        }

    .steps .step .step-icon {
        display: inline-block;
        position: relative;
        width: 80px;
        height: 80px;
        border: 1px solid #e1e7ec;
        border-radius: 50%;
        background-color: #f5f5f5;
        color: #374250;
        font-size: 38px;
        line-height: 81px;
        z-index: 5
    }

    .steps .step .step-title {
        margin-top: 16px;
        margin-bottom: 0;
        color: #606975;
        font-size: 14px;
        font-weight: 500
    }

    .steps .step:first-child .step-icon-wrap::before {
        display: none
    }

    .steps .step:last-child .step-icon-wrap::after {
        display: none
    }

    .steps .step.completed .step-icon-wrap::before,
    .steps .step.completed .step-icon-wrap::after {
        background-color: #00a542;
    }

    .steps .step.completed .step-icon {
        border-color: #00a542;
        background-color: #00a542;
        color: #fff
    }

.ordertraking .btn {
    line-height: 2.1;
    border-radius: 10px;
}

.tab-content profile .row {
    --bs-gutter-x: 15px;
    --bs-gutter-y: 15px;
}

@media (max-width: 576px) {
}

@media (max-width: 768px) {
    #ServiceName.mb-md-50 {
        margin-bottom: 0px;
    }

    .btn.btn-lg, .btn-group-lg &gt; .btn, .btn-group-lg &gt; .wp-block-button__link, .btn-lg.wp-block-button__link {
        padding: 10px 20px;
    }

    #UsrProfileInfo, #UsrProfileEdit {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

        #UsrProfileInfo .img-thumbnail {
            width: 150px !important;
            height: 150px !important;
        }

        #UsrProfileInfo label {
            padding-left: 15px !important;
        }

    #profile .container {
        padding-left: 0;
        padding-right: 0;
    }

    #divChangePwd .input-group span {
        margin-left: 0 !important
    }

    .order-item ._29U7J {
        margin-bottom: 20px;
    }

    .custom-control.custom-checkbox {
        margin-bottom: 20px;
    }
}
#spanCity {
    font-size: 14px;
}
@media (max-width: 1900px) { /*Edit by Sumit*/

    .steps .step {
        text-align: left;
        display: flex;
        align-items: center;
    }

        .steps .step .step-title {
            display: inline-block;
            float: right;
            padding-left: 30px;
            font-weight: bold;
            font-size: 16px;
        }

        .steps .step .step-icon-wrap {
            display: inline-block;
            position: relative;
            width: auto;
            height: 80px;
            text-align: center;
        }

            .steps .step .step-icon-wrap::before, .steps .step .step-icon-wrap::after {
                display: block;
                position: absolute;
                top: 70%;
                width: 3px;
                height: 50%;
                margin-top: -1px;
                background-color: #e1e7ec;
                content: '';
                z-index: 1;
            }

            .steps .step .step-icon-wrap::before {
                top: -50%;
            }

            .steps .step .step-icon-wrap::after, .steps .step .step-icon-wrap::before {
                right: 0;
                left: 0;
                margin: 0 auto;
            }

    input#txtServiceName {
        width: 100%;
        margin-bottom: 10px;
    }

    button#serachData {
        margin-left: 0 !important;
    }

    .mb-30 {
        margin-bottom: 10px;
    }

    .section-sp1 {
        padding-top: 20px;
    }
}

@media (max-width: 1200px) {
}



.feature-bx1:hover img {
    filter: brightness(0) invert(1);
}

@media only screen and (max-width: 575px) {
    .counter-text {
        font-size: 11px;
    }
    #spanCity {
        font-size: 12px;
    }
    .counter-style-1 {
        padding: 6px;
        border: 2px solid #eee;
        position: relative;
        margin-bottom: 27px;
    }
}

.clickcity:hover img {
    filter: brightness(0) invert(1);
    z-index: 1;
}

.smallTxt {
    font-size: 12px;
}

.smallRoundBtn {
    height: 31px !important;
    padding: 4px 10px !important;
    border-radius: 50px;
    font-size: 14px;
}



/*Banner Css Start */

@media (max-width: 1500px) {
    .banner-area {
        padding: 255px 0px 150px;
    }
}

.banner-area {
    background-position: center;
    background-size: cover;
    padding: 75px 0 45px;
    position: relative;
    z-index: 1;
}

.fix {
    overflow: hidden;
}

.banner-shape {
    position: absolute;
    left: 75%;
    top: 54%;
    transform: translate(-50%, -50%);
    z-index: -1;
    height: 83%;
}

.slider-content {
    position: relative;
    z-index: 2;
}

    .slider-content &gt; span {
        font-size: 26px;
        font-weight: 800;
        text-transform: uppercase;
        display: block;
        position: relative;
        line-height: 1.4;
        padding-left: 20px;
        margin-bottom: 12px;
    }

.banner-area .slider-content h2 {
    color: #282828;
}

@media (max-width: 1500px) .slider-content h2 {
    font-size: 60px;
}

.slider-content h2 {
    color: #fff;
    font-size: 35px;
    line-height: 1.15;
    margin-bottom: 15px;
}

.banner-area .slider-content p {
    color: #5e5e5e;
    font-weight: 600;
}

.slider-content p {
    font-size: 16px;
    color: #fff;
    margin-bottom: 45px;
}

.banner-overlay-text {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 21%;
    font-size: 150px;
    font-weight: 700;
    color: #f6f6f6;
    width: 100%;
    text-align: center;
    line-height: .8;
    z-index: -2;
}

.banner-line-wrap {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -3;
}

    .banner-line-wrap &gt; span {
        position: absolute;
        width: 1px;
        height: 100%;
        background: rgb(43 43 53 / 5%);
        top: 0;
        left: 34%;
    }

        .banner-line-wrap &gt; span::before {
            content: "";
            border: 1px solid #e63d32;
            background: #fff;
            border-radius: 50%;
            width: 8px;
            height: 8px;
            position: absolute;
            left: -4px;
            animation: scrollUp 15s ease-out infinite;
        }

        .banner-line-wrap &gt; span.line-two {
            left: auto;
            right: 32%;
        }


        .banner-line-wrap &gt; span.line-two {
            left: auto;
            right: 32%;
        }

    .banner-line-wrap &gt; span {
        position: absolute;
        width: 1px;
        height: 100%;
        background: rgb(43 43 53 / 5%);
        top: 0;
        left: 34%;
    }

        .banner-line-wrap &gt; span.line-two::before {
            animation: scrollDown 15s ease-out infinite;
        }

        .banner-line-wrap &gt; span::before {
            content: "";
            border: 1px solid #e63d32;
            background: #fff;
            border-radius: 50%;
            width: 8px;
            height: 8px;
            position: absolute;
            left: -4px;
            animation: scrollUp 15s ease-out infinite;
        }

.slider-content &gt; span {
    color: #e63d32;
}

    .slider-content &gt; span::before {
        content: "";
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        width: 5px;
        height: 36px;
        background: #e63d32;
    }

.slider-content h2 {
    color: #e63d32;
}

.ttr-slider.style-2 .slider-img {
    height: 500px;
}

/*Banner Code End Herer*/

/*Comment on Blog*/
.post-info .comment {
    float: right;
    padding-top: 4px;
}

.blog-view {
    position: absolute;
    bottom: 134px;
    font-size: 10px;
    right: 10px;
    color: #fff;
}

.author-profile-content p {
    text-align: justify !important;
    font-size: 15px !important;
}
.author-profile-content table{
    width:100%;
}
.author-profile-content table tr:first-child{
    background-color:#e63d32;
    color:#fff !important;
}
    .author-profile-content table tr:first-child td {
        font-weight:bold;
        font-size:15px;
        color: #fff;
    }
    .author-profile-content table td {
        padding: 5px;
        border: 1px solid #000;
    }
    @media only screen and (max-width: 575px) {
        .author-profile-content p {
            font-size: 14px;
        }

        .slider-content h2 {
            font-size: 13px;
            line-height: 1.15;
            margin-bottom: 15px;
        }

        .blog-view {
            position: absolute;
            bottom: 170px;
            font-size: 10px;
            right: 10px;
            color: #fff;
        }

        .form-control {
            font-size: 12px;
            padding: 9px 11px !important;
            height: 39px !important;
        }

        .my-account {
            padding: 35px 10px;
        }
    }

    @media only screen and (max-width: 767px) {
        .blog-view {
            bottom: 170px;
        }

        .card_title p {
            font-size: 12px;
            height: 180px;
        }

        .footerMob {
            text-align: center;
        }
    }

    .blog-carousel2 .owl-prev, .blog-carousel2 .owl-next {
    position: absolute;
    right: 0;
    color: #fff;
    border-radius: 20px;
    font-weight: 600;
    cursor: pointer;
    background-color: #4cb050;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 26px;
}

.blog-carousel2 .owl-next {
    right: -34px;
}

.blog-carousel2 .owl-prev {
    left: -34px;
}

.blog-carousel2 .owl-nav.disabled, .blog-carousel2.owl-none .owl-nav {
    display: block !important;
}



.blog-carousel3 .owl-prev, .blog-carousel3 .owl-next {
    position: absolute;
    right: 0;
    color: #a39d9d;
    border-radius: 20px;
    border: 2px solid #cbc6c6;
    font-weight: 600;
    cursor: pointer;
    background-color: lightgray;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    top: 50%;
    transform: translateY(-50%);
}

.blog-carousel3 .owl-next {
    right: -50px;
}

.blog-carousel3 .owl-prev {
    left: -50px;
}

.blog-carousel3 .owl-nav.disabled, .blog-carousel3.owl-none .owl-nav {
    display: block !important;
}






.topServiceList .owl-prev, .topServiceList .owl-next {
    position: absolute;
    right: 0;
    color: #fff;
    border-radius: 20px;
    font-weight: 600;
    cursor: pointer;
    background-color: lightgray;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 26px;
}

.topServiceList .owl-next {
    right: -14px;
}

.topServiceList .owl-prev {
    left: -14px;
}

.topServiceList .owl-nav.disabled, .topServiceList.owl-none .owl-nav {
    display: block !important;
}



.mostDemandingServiceList .owl-prev, .mostDemandingServiceList .owl-next {
    position: absolute;
    right: 0;
    color: #fff;
    border-radius: 20px;
    font-weight: 600;
    cursor: pointer;
    background-color: lightgray;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 26px;
}

.mostDemandingServiceList .owl-next {
    right: -14px;
}

.mostDemandingServiceList .owl-prev {
    left: -14px;
}

.mostDemandingServiceList .owl-nav.disabled, .mostDemandingServiceList.owl-none .owl-nav {
    display: block !important;
}

.popularCarModelList .owl-prev, .popularCarModelList .owl-next {
    position: absolute;
    color: #fff;
    border-radius: 20px;
    font-weight: 600;
    cursor: pointer;
    background-color: lightgray;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 26px;
}
.popularCarModelList .owl-next {
    right: -14px;
}
.popularCarModelList .owl-prev {
    left: -14px;
}
.popularCarModelList .owl-nav.disabled, .popularCarModelList.owl-none .owl-nav {
    display: block !important;
}


.pageBelowTxt h4 {
    padding-bottom: 10px;
    padding-top: 27px;
    font-size: 18px;
}

.pageBelowTxt h5 {
    font-size: 15px;
}

.pageBelowTxt p {
    font-size: 12px;
    text-align: justify;
}

.timeShow {
    font-size: 13px;
    margin-bottom: -5px;
}

.packageBtn {
    padding: 5px 5px;
    height: auto;
    color: #fff;
    font-size: 11px;
    border-radius: 5px;
}

    .packageBtn:hover {
        color: #000;
        background-color: #FB4343;
    }

.addedBtn {
    background-color: #FF7F50;
    color: #000;
}

.planBtn .planBtnTxt {
    font-size: 14px;
    font-weight: bold;
    color: #000;
}
#divPopularMake {
    height: 350px;
    overflow-y: scroll;
}
#divPopularModel {
    height: 350px;
    overflow-y: scroll;
}
.sendOTPButton {
    margin-left: -10px;
    border-radius: 0px;
    padding: 10px !important;
    border: none;
    width: 20%;
    line-height: 30px;
}
@media only screen and (max-width: 575px) {
    .sendOTPButton {
        line-height: 17px;
        padding: 4px;
    }
    .pageBelowTxt h4 {
        padding-bottom: 10px;
        padding-top: 0px;
        font-size: 14px;
    }
    .pageBelowTxt h5 {
        font-size: 12px;
    }
    .card-header img {
        margin-right: 10px;
    }

    #fileuploadplugin {
        height: 65px !important;
    }

    .filepond--drop-label.filepond--drop-label label {
        font-size: 12px !important;
    }

    #storedata {
        font-size: 12px;
    }

    .heading-bx p {
        font-size: 12px;
        text-align: justify;
    }

    .select2-container .select2-selection--single, .select2-container--default .select2-selection--single .select2-selection__arrow {
        height: 39px;
    }

    .select2-container--default .select2-selection--single .select2-selection__rendered {
        line-height: 45px;
        color: #777;
        font-size: 12px;
        padding-left: 11px;
    }

    .bannerBtn {
        font-size: 9px !important;
        padding: 6px;
    }
    #divPopularMake {
        height: 180px;
        overflow-y: scroll;
    }
    #divPopularModel {
        height: 180px;
        overflow-y: scroll;
    }
}

@media only screen and (max-width: 350px) {
    .slider-content img {
        margin-top: 10px;
        width: 100%;
    }
}


@media only screen and (max-width: 380px) {
    h4, .h4,
    .h4 {
        font-size: 14px;
    }

    .title-ext {
        font-size: 13px;
    }

    .slider-content img {
        margin-top: -19px;
        width: 100%;
    }

    .btn-viewservices {
        padding: 7px 10px;
        display: inline-block;
        border-radius: 5px;
        font-size: 10px;
        background-color: #e63d32;
        border-radius: 6px;
        width: 100%;
        border: 2px solid #fff;
        font-weight: 400;
        color: #fff;
        text-transform: capitalize;
        font-family: 'Poppins', sans-serif;
        text-align: center;
    }
    .sendOTPButton {
        margin-left: -10px;
        border-radius: 0px;
        padding: 4px !important;
        border: none;
        width: 20%;
        line-height: 30px;
    }

    .title {
        font-size: 14px;
    }

    .bannertitle {
        font-size: 16px;
    }

    .loc p {
        font-size: 11px !important;
        margin-top: 0px !important;
    }

    .pricingtable-wrapper.style1 .pricingtable-main .pricingtable-title h4, .pricingtable-wrapper.style1 .pricingtable-main .pricingtable-title .h4 {
        font-size: 14px;
    }

    .pricingtable-wrapper.style1 .pricingtable-main .pricingtable-price .pricingtable-bx {
        font-size: 19px;
    }

    .claim-item {
        font-size: 13px;
    }

    .ttr-accordion.style1 .card-body {
        font-size: 12px;
    }

    .timeShow {
        font-size: 12px
    }

    .packageBtn {
        padding: 5px 4px;
        font-size: 11px;
    }

    .planBtn .planBtnTxt {
        font-size: 9px;
        font-weight: bold;
    }

    #spanCity {
        font-size: 9px;
    }

    .menu-logo a {
        width: 120px;
        min-width: 120px;
        margin-top: 10px;
    }

    .smallRoundBtn {
        height: 31px !important;
        padding: 6px 10px !important;
        border-radius: 50px;
        font-size: 12px;
    }

    .nav-tabs .nav-link {
        font-size: 13px;
        padding: 0.5rem 0.5rem;
    }

    .ttr-accordion.style1 .card-header {
        font-size: 12px;
    }

    .btn-common {
        font-size: 12px !important;
    }

    .bannerBtn {
        font-size: 7px !important;
        padding: 5px;
    }
}

.citySearch {
    display: flex;
}

    .citySearch input {
        border-bottom: 1px solid;
        outline: 0;
    }

        .citySearch input:focus {
            border-bottom: 1px solid #e63d32 !important;
            outline: none !important;
        }

    .citySearch a {
        color: #e63d32;
        fill: currentColor;
        flex-shrink: 0;
        margin-top: 3px;
    }

/*Css for App download Notification*/
.mobileApp {
    -webkit-box-shadow: 0 4px 5px 0 rgba(0,0,0,.12);
    box-shadow: 0 4px 5px 0 rgba(0,0,0,.12);
    background-color: #1d1d1b;
    display: -ms-flexbox;
    display: flex;
    padding: 10px 17px;
    -ms-flex-pack: justify;
    -ms-flex-align: center;
    align-items: center;
    gap: 7px;
}


.mobileAppcloseImg {
    width: 17px;
    height: 17px;
    -o-object-fit: cover;
    object-fit: cover;
}

.mobileAppIcon &gt; img {
    width: 28px;
    height: 28px;
    -o-object-fit: cover;
    object-fit: cover;
}

.mobileAppTitle {
    font-size: 13px;
    font-weight: 600;
    color: #fff;
}

.mobileAppSubTitle {
    font-size: 11px;
    color: #fff;
}

.mobileAppBtn {
    border-radius: 5px;
    border: 1px solid #e73c33;
    font-size: 11px;
    font-weight: 700;
    padding: 0.4rem;
    letter-spacing: 1.6px;
    letter-spacing: .1rem;
    text-decoration: none;
    cursor: pointer;
    color: #fff !important;
    background-color: #e73c33;
}


/*Below Navigation on Web View*/

.ec-nav-toolbar {
    background-color: #fff;
    height: 60px;
    padding: 5px;
    -webkit-box-shadow: 0 0 5px rgba(61, 61, 61, 0.2);
    box-shadow: 0 0 5px rgba(61, 61, 61, 0.2);
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 14;
    overflow-y: hidden;
}


    .ec-nav-toolbar .ec-nav-panel {
        width: 100%;
        height: 100%;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }


        .ec-nav-toolbar .ec-nav-panel .ec-nav-panel-icons {
            text-align: center;
        }

            .ec-nav-toolbar .ec-nav-panel .ec-nav-panel-icons p {
                font-size: 12px;
            }

.comingSoonImg {
    position: absolute;
    top: 0PX;
    font-size: 12px;
    color: #ff1616;
    padding: 4px;
    font-weight: 600;
    /*background-color: #ff1616;*/
}

.serviceComingSoon {
    position: absolute;
    bottom: 0PX;
    left: 0px;
    font-size: 13px;
    color: #ff1616;
    padding: 4px;
    font-weight: 600;
    text-align: center;
    width: 100%;
}
.serviceComingSoon2 {
    position: absolute;
    bottom: 0PX;
    right: 0px;
    font-size: 12px;
    color: #ff1616;
    padding: 4px;
    font-weight: 600;
    text-align: right;
    width: 100%;
}

.view1 {
    position: absolute;
    right: 14px;
    margin-top: -40px;
    z-index: 99;
    padding: 7px;
}

.loginTitle {
    font-size: 16px;
    font-weight: 700;
    color: #000;
}

.loginSubTitle {
    font-size: 11px;
    font-weight: 500;
    color: gray;
}

.otpSection {
    display: flex;
}

    .otpSection .mobileNoBox {
        width: 250%;
    }




.mauto {
    margin: 0 auto;
}

.myCarSection {
    height: 400px;
    overflow-y: auto;
}

.donation {
    font-size: 13px;
    margin-top: 20px;
}

.checkoutCarousel .owl-stage {
    margin-left: -40px;
}

.checkoutCarousel .owl-nav {
    display: none;
}

.search i {
    position: absolute;
}

.search .searchIcon {
    left: 21px;
    top: 39%;
}

.borderBtn {
    background-color: #fff;
    border: 1px solid #e63d32;
    color: #000;
}

.txtContentSection {
    height: 300px;
    overflow-y: scroll;
}

/*.card .card-header:after {
    content: "\f077";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    float: right;
}*/

/*.card .card-header.collapsed:after {
    content: "\f078";
}*/
.card .noHeader:after{
    content: "" !important;
}

.subCategoryItem {
    background-color: white;
    padding: 10px;
    display: flex;
    gap: 10px;
    align-items: center;
    border-radius: 4px;
    margin-bottom: 20px;
    position: relative;
}
.subCategoryItem2 {
    background-color: white;
    padding: 10px;
    display: flex;
    gap: 10px;
    border: 1px solid #efefef;
    align-items: center;
    border-radius: 4px;
    margin-bottom: 20px;
    position: relative;
}
    .subCategoryItem img {
        padding: 5px;
        border-radius: 100%;
        border: 2px solid #e63d32
    }
.logoCarousel img {
    height: 100px;
    object-fit: scale-down;
}
/*.owl-carousel {
    background: url("https://cdnjs.cloudflare.com/ajax/libs/OwlCarousel2/2.3.4/assets/ajax-loader.gif") no-repeat center center;
}
.owl-carousel.owl-loaded{
    background: none !important;
}*/
.mediaCoverage {
    background-color: #efefef;
    padding: 5px;
    display: flex;
    gap: 10px;
    align-items: center;
    color: #000;
    border-radius: 4px;
    margin-bottom: 20px;
}
.mediaCoverage img {
        padding: 3px;
        width: 70px;
        border-radius: 100%;
        background-color: #fff;
 }
.sharePlugin {
    position: absolute;
    right: 0px;
    margin-top: -7px;
}
.sharePlugin .shareIcons{
    font-size:9px;
}
    @media only screen and (max-width: 575px) {
        
        .mediaCoverage {
            background-color: #efefef;
            padding: 3px;
            display: flex;
            gap: 5px;
            align-items: center;
            color: #000;
            border-radius: 4px;
            margin-bottom: 12px;
            font-size:12px;
    }
    .mediaCoverage img {
            padding: 3px;
            width: 40px;
            border-radius: 100%;
            background-color: #fff;
    }
    .subCategoryItem {
        background-color: white;
        padding: 4px;
        display: flex;
        gap: 4px;
        border: 1px solid #efefef;
        align-items: center;
        border-radius: 4px;
        margin-bottom: 10px;
        position: relative;
        font-size:10px;
    }

    .subCategoryItem img {
        padding: 5px;
        border-radius: 100%;
        border: 2px solid #e63d32;
        width: 30px;
    }
    .sharePlugin {
        right: 0px;
        margin-top: -7px;
    }
    .sharePlugin .shareIcons {
        font-size: 9px;
    }
    .title-ext {
        font-size: 13px;
    }
}

.brandScroll img {
    height: 80px;
    object-fit: scale-down;
}

.brandScroll .item {
    text-align: center;
    border: 1px solid #a6a6a6;
    border-radius: 5px;
}

    .brandScroll .item h6 {
        font-size: 11px;
        font-weight: 500;
    }

.aboveFooterLink {
    height: 40px;
    overflow: hidden;
}
/*For Home Page Categories*/
.categoriesShow {
    margin-top: 20px;
    display: grid;
    grid-template-columns: repeat(6, 1fr); /* 4 items per row */
    gap:10px;
}

    .categoriesShow .item {
        padding: 15px;
        border-radius: 10px;
        text-align: center;
        border: 1px solid #e63d32;
        height:125px;
    }
    .categoriesShow .item:hover {
        color: #fff;
        background-color: #e63d32;
    }
    .categoriesShow .item:hover p{
        color: #fff;
    }
    .categoriesShow .item:hover img {
        filter: brightness(0) invert(1);
    }
    .categoriesShow .item img {
        width: 55px;
        height: auto;
        margin: 0 auto;
    }
        .categoriesShow .item p {
            line-height: 15px;
            font-size: 15px;
            margin-bottom: 3px;
            margin-top: 13px;
            color: black;
            font-weight: 600;
        }

@media (max-width: 600px) {
    .categoriesShow {
        display: grid;
        grid-template-columns: repeat(3, 1fr); /* 4 items per row */
        grid-template-rows: repeat(2, auto); /* 2 rows */
        gap: 10px;
    }

        .categoriesShow .item {
            padding: 6px;
            border-radius: 4px;
            text-align: center;
            height:80px;
        }

            .categoriesShow .item img {
                width: 35px;
                height: auto;
            }

            .categoriesShow .item p {
                line-height: 11px;
                font-size: 10px;
                margin-bottom: 3px;
                margin-top: 7px;
                font-weight:600;
            }
    #quickCallForm {
        display: none;
    }
}

/*New Banner Style By Sumit*/
.swiper-slide .banner1 {
    height: 380px;
    border-radius: 20px;
    padding: 20px;
    position: relative;
    background-image: url('car-service.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff !important;
}
.swiper-slide .btn-common{
    font-size:14px;
}
    .swiper-slide .banner1 .bgGradient, .swiper-slide .banner2 .bgGradient, .swiper-slide .banner3 .bgGradient {
        position: absolute;
        border-radius: 20px;
        height: 80%;
        width: 100%;
        left: 0px;
        bottom: 0px;
        background: rgb(227,227,227);
        background: linear-gradient(180deg, rgba(227,227,227,0) 59%, rgba(19,19,19,1) 100%);
    }

    .swiper-slide .banner1 .textBox {
        position: absolute;
        bottom: 200px;
        width: 100%;
    }

    .swiper-slide .banner1 .imageBox {
        position: absolute;
        bottom: 30px;
        width: 100%;
    }

        .swiper-slide .banner1 .imageBox img {
            width: 150px;
        }

.swiper-slide .banner2 .textBox {
    position: absolute;
    bottom: 20px;
}

.swiper-slide .banner3 .textBox {
    position: absolute;
    bottom: 20px;
}

.swiper-slide .banner4 .textBox {
    position: absolute;
    bottom: 20px;
}

.swiper-slide .banner2 {
    height: 380px;
    border-radius: 20px;
    padding: 20px;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
}

    .swiper-slide .banner2 h2, .swiper-slide .banner3 h2, .swiper-slide .banner4 h2 {
        font-size: 17px;
    }

.swiper-slide .banner3 {
    height: 180px;
    border-radius: 20px;
    padding: 20px;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
}

.swiper-slide .banner4 {
    height: 180px;
    border-radius: 20px;
    margin-top: 20px;
    padding: 20px;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
}

.blog-title h1{
    font-size:24px;
}
@media only screen and (max-width: 575px) {
    .swiper-slide .banner1, .swiper-slide .banner2, .swiper-slide .banner3, .swiper-slide .banner4 {
        height: 135px;
        border-radius: 10px;
        padding: 10px;
        position: relative;
        background-repeat: no-repeat;
        background-size: cover;
        color: #fff !important;
        margin-top: 0px;
    }

        .swiper-slide .banner1 .textBox {
            position: relative;
            bottom: 0px;
            width: 100%;
        }

    .banner1 .textBox .sub-title {
        font-size: 9px;
        font-weight: 500;
    }

    .banner1 .textBox .bannertitle, .banner2 .textBox .bannertitle, .banner3 .textBox .bannertitle, .banner4 .textBox .bannertitle {
        font-size: 11px;
    }

    .swiper-slide .banner1 .imageBox {
        position: absolute;
        bottom: 10px;
        width: 100%;
    }

        .swiper-slide .banner1 .imageBox h3 {
            font-size: 11px;
        }

        .swiper-slide .banner1 .imageBox img {
            width: 60px;
        }
    .blog-title h1 {
        font-size: 18px;
    }
}
/*End New Banner Style*/

.taxTxt {
    font-size: 11px;
    margin-bottom: 0px;
    margin-top: -4px;
    font-weight: bold;
}
.serviceList .item {
    border: 1px solid #b3b3b3;
    border-radius: 5px;
}
.serviceList .item:hover {
        border: 1px solid red;
        border-radius: 5px;
}
.serviceList a h5, .serviceList a h6 {
    text-align: center;
    padding: 10px 10px 5px;
}
.serviceList .item img {
    border-radius: 5px 5px 0px 0px;
}
.mobResources .item{
    border-bottom:1px solid #efefef;
}
.mobResources .item span {
    line-height:3;
    font-size:13px;
}
.fa-circle-xmark {
    color: #e63d32;
    font-size:20px;
}
.fa-check-circle {
    color: #4cb050;
    font-size: 20px;
}
.blogBelowLink{
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.blogBelowLink a {
    border: 1px solid red;
    padding: 5px 10px;
    font-size: 13px;
}
.comparePopupTable{
    font-size:13px;
}
.comparePopupTable td {
    vertical-align: middle;
    padding:9px !important;
}
    .comparePopupTable .textBold {
        font-weight: 800;
        font-size: 15px;
        background: #e6efff;
    }
    .comparePopupTable .subtextBold {
        font-weight: 700;
        font-size: 14px;
        background-color: #eff9fd;
    }
    
.rtoCategories {
    margin-top: 20px;
    display: grid;
    grid-template-columns: repeat(8, 1fr); /* 4 items per row */
    gap: 10px;
}

    .rtoCategories .item {
        padding: 15px;
        border-radius: 10px;
        text-align: center;
    }

    .rtoCategories .redGBg {
        background-image: linear-gradient(to left top, #ffcccc, #ffb9b9, #ffa5a5, #ff9291, #ff7d7d);
    }

    .rtoCategories .greyGBg {
        background-image: linear-gradient(to left top, #f9f9f9, #ececec, #dfdfdf, #d3d3d3, #c6c6c6);
    }


    .rtoCategories .item img {
        width: 80%;
        height: auto;
        margin: 0 auto;
    }

    .rtoCategories .item p {
        line-height: 15px;
        font-size: 13px;
        margin-bottom: 3px;
        margin-top: 30px;
        color: black;
        font-weight: 400;
    }

    .rtoCategories .item .arrow {
        position: absolute;
        top: 10px;
        right: 10px;
        padding: 5px;
        border-radius: 50%;
        background-color: #fff;
        font-size: 11px;
        opacity: 0.7;
        line-height: 7px;
    }
.subTxtonBtn {
    font-size: 14px;
}
@media (max-width: 600px) {
    .rtoCategories {
        display: grid;
        grid-template-columns: repeat(4, 1fr); /* 4 items per row */
        grid-template-rows: repeat(2, auto); /* 2 rows */
        gap: 2px;
    }
   
        .rtoCategories .item {
            padding: 6px;
            border-radius: 4px;
            text-align: center;
            height: 80px;
        }

            .rtoCategories .item img {
                width: 43px;
                height: auto;
            }

            .rtoCategories .item p {
                line-height: 11px;
                font-size: 8px;
                margin-bottom: 3px;
                margin-top: 7px;
                font-weight: 400;
            }

            .rtoCategories .item .arrow {
                position: absolute;
                top: 3px;
                right: 3px;
                padding: 3px;
                border-radius: 50%;
                background-color: #fff;
                font-size: 9px;
                opacity: 0.7;
                line-height: 6px;
            }
    .subTxtonBtn {
        font-size: 11px;
    }
}

.addOnCarousel .owl-prev, .addOnCarousel .owl-next {
    position: absolute;
    right: 0;
    color: #fff;
    border-radius: 20px;
    font-weight: 600;
    cursor: pointer;
    background-color: #4cb050;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 25px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 16px;
}

.addOnCarousel .owl-next {
    right: -34px;
}

.addOnCarousel .owl-prev {
    left: -34px;
}

.addOnCarousel .owl-nav.disabled, .addOnCarousel.owl-none .owl-nav {
    display: block !important;
}

.swal2-toast #swal2-content {
    color: #fff !important;
}

.swal2-toast .swal2-title {
    color: #fff !important;
}

.noPackage {
    margin-top: 30px;
    position: relative;
}

    .noPackage img {
        border-radius: 10px;
    }

    .noPackage .subText {
        position: absolute;
        left: 20px;
        width: 40%;
        top: 24%;
        font-size: 19px;
        font-weight: 500;
        color: #000;
    }

    .noPackage .mainText {
        font-size: 40px;
        padding-bottom: 20px;
        font-weight: bold;
    }

@media (max-width:587px) {
    .noPackage .subText {
        font-size: 12px;
    }

    .noPackage .mainText {
        font-size: 22px;
    }
}

.flash-button {
    position: relative;
    border: none;
    overflow: hidden;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

    .flash-button::before {
        content: "";
        position: absolute;
        top: 0;
        left: -75%;
        width: 50%;
        height: 100%;
        background: linear-gradient( 120deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.8) 50%, rgba(255, 255, 255, 0.2) 100% );
        transform: skewX(-20deg);
        animation: flashMove 2s infinite;
    }

@keyframes flashMove {
    0% {
        left: -75%;
    }

    100% {
        left: 125%;
    }
}

.btnarrow {
    transition: transform 0.3s ease;
}

.flash-button:hover .btnarrow {
    transform: translateX(4px);
}
.menu-links .nav &gt; li &gt; a i.fa-shopping-cart {
    font-size: 20px;
}
.sidebar {
    position: fixed;
    right: -600px;
    top: 0;
    width: 600px;
    height: 100%;
    background: #fff;
    color: #000;
    transition: right 0.3s ease;
    padding: 20px 10px;
    z-index: 99999;
}

.close-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    background: red;
    color: white;
    border: none;
    padding: 5px 10px;
    cursor: pointer;
}

.terms .nav-link {
    font-size: 13px;
    padding: 10px 8px;
}

@media (max-width:575px) {
    h5 {
        font-size: 13px;
    }

    .sidebar {
        width: 100% !important;
    }
}
.page-content{
    min-height:500px;
}

.categoriesShow .owl-stage{
    margin: 0 auto !important;
}
.rotate90 {
    transform: rotate(-90deg);
}</pre></body></html>