/* UTILS */
.max-lines-2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.dropdown-toggle.nav-link {
    color: var(--main-dark) !important;
}

.iti {
    width: 100% !important;
}

.w-fitcontent {
    width: fit-content;
}

.pointer {
    cursor: pointer;
}

.rtl {
    unicode-bidi: bidi-override;
    direction: rtl;
}

.brightness-95 {
    filter: brightness(95%);
}

/* Checkout and Cart */
.subscribe-box .col-4.col-sm-3 {
    width: 55px;
}

.subscribe-box .col-8.col-sm-9 {
    width: calc(100% - 55px) !important;
}

.subscribe-checkbox {
    width: 40px;
    height: 40px;
    border: 2px solid #18992c;
    border-radius: 5px;
    display: block;
}

.subscribe-box .checkmark {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.card {
    padding-top: 60px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 30px;
    position: relative;
    z-index: 3;
    color: #333;
    top: -40px;
    border: none;
    -webkit-transition: all 0.24s ease-in-out;
    transition: all 0.24s ease-in-out;
    line-height: 24px;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(51, 55, 69, 0.2);
    box-shadow: 0px 0px 10px 0px rgba(51, 55, 69, 0.2);
    background-color: #fff;
    border-radius: 30px;
}

.text-decoration-line-through {
    text-decoration: line-through !important;
    color: #888888;
    font-weight: 400;
}

@media screen and (max-width: 991px) {
    .row.row-cols-lg-3.row-cols-1 {
        flex-direction: column;
    }
}

/* Root Colors */
button:focus,
.btn:focus,
.btn-light:focus,
.btn-dark:focus,
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus,
.form-control:focus {
    border-color: var(--main) !important;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    outline: none;
}

.form-control {
    min-height: 56px;
    display: block;
    width: 100%;
    padding: 20px;
    border: 1px solid #f6f6f6;
    font-size: 16px;
    background-color: #f6f6f6;
}

.bg-main {
    background-color: var(--main);
}

.bg-main-light {
    background-color: var(--main-light);
}

.bg-main-dark {
    background-color: var(--main-dark);
}

.bg-light {
    background-color: var(--grey-light) !important;
}

.bg-dark {
    background-color: var(--grey-dark) !important;
}

.bg-green {
    background-color: var(--cta-green) !important;
}

.text-main {
    color: var(--main);
}

.text-main-light {
    color: var(--main-light);
}

.text-main-dark {
    color: var(--main-dark);
}

.text-grey {
    color: var(--grey);
}

.text-success {
    color: var(--cta-green) !important;
}

.text-accent {
    color: var(--accent);
}

.btn-main {
    color: white;
    border: var(--main-dark);
    background-color: var(--main);
}

.btn-main:hover {
    background-color: var(--main-dark);
    color: white
}

a {
    text-decoration: none;
}

.btn-close {
    position: absolute;
    right: 10px;
    background: transparent;
    border: none;
}

.active-product-image {
    max-width: 100%;
}

/**!

    Template Name: Cosmeto
    Template URI: #
    Description:
    Author: BDThemes
    Author URI: #
    Version: 1.0.0
    -------------------------------------------------
       1.0 Root Css
       1.1 Default Css
       1.2 typography Css
       2.0 Banner Css
       2.1 IconBox Css
       2.3 portfolio Css
       2.4 testimonials Css
       2.5 Callto Action Css
       2.6 counter-styleCss
       3.0 Menu Css
       4.0 Acrodain Css
       4.1 Animation Css
       4.2 Button Css
       4.3 Breadcrumb Css
       4.4 Pagination Css
       4.5 rt-socials Css
       4.6 modal css
       4.7 form css
       4.8 select2 css
       4.9 datepicker css
       4.10 alert css
       4.11 badge css
       4.12 icon css
       4.13 progress css
       4.14 preloder css
       5.0 Blog Css
       6.0 Header Css
       6.1 Footer Css
    -----------------------------------------------------
**/
/*1.0 Root Css*/
.primary-color,
a.primary-color {
    color: var(--main);
}

.secondary-color,
a.secondary-color {
    color: var(--secondary);
}

.primary-color-bg {
    background-color: var(--main);
}

.secondary-color-bg {
    background-color: var(--secondary);
}

.body-font-color {
    color: var(--main-dark);
}

.heading-font-color {
    color: var(--main-dark);
}

a.heading-font-color:hover {
    color: var(--main);
}

.text-gradinet-1 {
    background: linear-gradient(-145deg, #ff4f58 0%, #ffb400 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.bg-gradient-primary, .single-progress .progress .progress-bar {
    background: linear-gradient(8deg, #9932f5 0%, #4933f1 53%, #4950f8 70%, #496cfe 100%);
}

.bg-color-white {
    background-color: #fff;
}

.bg-color-gray {
    background-color: #f8f8f8;
}

.bg-color-gray2 {
    background-color: #fbfbfb;
}

.bg-color-gray3 {
    background-color: #f2f2f2;
}

.bg-color-dark {
    background-color: var(--main-dark);
}

/*! HTML5 Boilerplate v7.0.1 | MIT License | https://html5boilerplate.com/ */
/* main.css 1.0.0 | MIT License | https://github.com/h5bp/main.css#readme */
/*
   * What follows is the result of much research on cross-browser styling.
   * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
   * Kroc Camen, and the H5BP dev community and team.
   */
/* ==========================================================================
     Base styles: opinionated defaults
     ========================================================================== */
html {
    color: var(--main-dark);
    font-size: 16px;
    line-height: 25px;
}

/*
   * Remove text-shadow in selection highlight:
   * https://twitter.com/miketaylr/status/12228805301
   *
   * Vendor-prefixed and regular ::selection selectors cannot be combined:
   * https://stackoverflow.com/a/16982510/7133471
   *
   * Customize the background color to match your design.
   */
/*
   * A better looking default horizontal rule
   */
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
   * Remove the gap between audio, canvas, iframes,
   * images, videos and the bottom of their containers:
   * https://github.com/h5bp/html5-boilerplate/issues/440
   */
audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

/*
   * Remove default fieldset styles.
   */
fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
   * Allow only vertical resizing of textareas.
   */
textarea {
    resize: vertical;
}

/* ==========================================================================
     Browser Upgrade Prompt
     ========================================================================== */
.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: var(--main-dark);
    padding: 0.2em 0;
}

/* ==========================================================================
    Author's custom styles
    ========================================================================== */
/* ==========================================================================
    Helper classes
    ========================================================================== */
/*
   * Hide visually and from screen readers
   */
.hidden {
    display: none !important;
}

/*
  * Hide only visually, but have it available for screen readers:
  * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
  *
  * 1. For long content, line feeds are not interpreted as spaces and small width
  *    causes content to wrap 1 word per line:
  *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
  */
.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    white-space: nowrap;
    /* 1 */
}

/*
  * Extends the .visuallyhidden class to allow the element
  * to be focusable when navigated to via the keyboard:
  * https://www.drupal.org/node/897638
  */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
    white-space: inherit;
}

/*
  * Hide visually and from screen readers, but maintain layout
  */
.invisible {
    visibility: hidden;
}

/*
  * Clearfix: contain floats
  *
  * For modern browsers
  * 1. The space content is one way to avoid an Opera bug when the
  *    `contenteditable` attribute is included anywhere else in the document.
  *    Otherwise it causes space to appear at the top and bottom of elements
  *    that receive the `clearfix` class.
  * 2. The use of `table` rather than `block` is only necessary if using
  *    `:before` to contain the top-margins of child elements.
  */
.clearfix:before,
.clearfix:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
}

.clearfix:after {
    clear: both;
}

/* ==========================================================================
     EXAMPLE Media Queries for Responsive Design.
     These examples override the primary ('mobile first') styles.
     Modify as content requires.
     ========================================================================== */
@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 1.25dppx), (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
     Print styles.
     Inlined to avoid the additional HTTP request:
     https://www.phpied.com/delay-loading-your-print-css/
     ========================================================================== */
@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: var(--main-dark) !important;
        /* Black prints faster */
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }
    a,
    a:visited {
        text-decoration: underline;
    }
    a[href]:after {
        content: " (" attr(href) ")";
    }
    abbr[title]:after {
        content: " (" attr(title) ")";
    }
    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */
    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }
    pre {
        white-space: pre-wrap !important;
    }
    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }
    /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */
    thead {
        display: table-header-group;
    }
    tr,
    img {
        page-break-inside: avoid;
    }
    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }
    h2,
    h3 {
        page-break-after: avoid;
    }
}

/*
  os-theme-round-light
  */
.os-theme-round-light > .os-scrollbar {
    padding: 0;
}

.os-theme-round-light > .os-scrollbar-horizontal {
    right: 20px;
    height: 20px;
}

.os-theme-round-light > .os-scrollbar-vertical {
    bottom: 20px;
    width: 20px;
}

.os-theme-round-light.os-host-rtl > .os-scrollbar-horizontal {
    left: 20px;
    right: 0;
}

.os-theme-round-light > .os-scrollbar-corner {
    height: 20px;
    width: 20px;
    background-color: transparent;
}

.os-theme-round-light > .os-scrollbar > .os-scrollbar-track {
    background: transparent;
}

.os-theme-round-light > .os-scrollbar-horizontal > .os-scrollbar-track:before,
.os-theme-round-light > .os-scrollbar-vertical > .os-scrollbar-track:before {
    content: '';
    display: block;
    position: absolute;
    background: rgba(255, 255, 255, 0.15);
}

.os-theme-round-light > .os-scrollbar-horizontal > .os-scrollbar-track:before {
    left: 3px;
    right: 3px;
    height: 2px;
    top: 50%;
    margin-top: -1px;
}

.os-theme-round-light > .os-scrollbar-vertical > .os-scrollbar-track:before {
    top: 3px;
    bottom: 3px;
    width: 2px;
    left: 50%;
    margin-left: -1px;
}

.os-theme-round-light > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle {
    background: transparent;
}

.os-theme-round-light > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle:before {
    content: '';
    display: block;
    position: absolute;
    background: #fff;
    border-radius: 100%;
    top: 3px;
    bottom: 3px;
    left: 3px;
    right: 3px;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.os-theme-round-light > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle:hover:before,
.os-theme-round-light > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle.active:before {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
}

.os-theme-round-light > .os-scrollbar-horizontal > .os-scrollbar-track > .os-scrollbar-handle {
    height: 100%;
    min-width: 20px;
    max-width: 20px;
}

.os-theme-round-light > .os-scrollbar-vertical > .os-scrollbar-track > .os-scrollbar-handle {
    width: 100%;
    min-height: 20px;
    max-height: 20px;
}

.os-theme-round-light.os-host-transition > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle:before {
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
}

.rt-btn:hover .btn-revel-effects, .submit-box-form .comment-respond input:hover[type="submit"] .btn-revel-effects {
    width: 335%;
    height: 562.5px;
}

/*1.1 Default Css*/
html {
    height: 100%;
}

body {
    height: 100%;
    line-height: 25px;
    font-size: 16px;
    color: var(--main-dark);
    font-family: "Work Sans", sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    vertical-align: baseline;
    text-rendering: optimizeLegibility;
    font-weight: 400;
    overflow-x: hidden;
    counter-reset: my-sec-counter;
}

a {
    -webkit-transition: all 0.24s ease-in-out;
    transition: all 0.24s ease-in-out;
}

a:hover {
    text-decoration: none;
    color: var(--main);
}

a.link-text {
    color: var(--main-dark);
}

a.link-text2 {
    color: var(--main-dark);
    text-decoration: underline;
}

img {
    max-width: 100%;
}

.owl-item img {
    width: auto !important;
    margin-left: auto;
    margin-right: auto;
}

.rt-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.mouse-cursor {
    cursor: pointer;
}

button.mfp-close {
    background: #fff;
    color: var(--main) !important;
    opacity: 1;
    font-size: 20px;
    height: 35px;
    width: 35px !important;
    border-radius: 50%;
    text-align: center !important;
    line-height: 35px !important;
    padding: 0 !important;
    position: absolute;
    top: -52px !important;
}

img.mfp-img {
    padding: 0px !important;
    border: 6px solid #fff;
    -webkit-box-shadow: 0px 25px 20px 0 rgba(136, 136, 136, 0.35) !important;
    box-shadow: 0px 25px 20px 0 rgba(136, 136, 136, 0.35) !important;
}

.mfp-counter {
    right: 15px;
    color: #fff;
    font-size: 14px;
    background: var(--secondary);
    padding: 3px 16px;
    border-radius: 3px;
    font-weight: 700;
}

.mfp-content {
    border: 6px solid #fff;
    -webkit-box-shadow: 0px 25px 20px 0 rgba(136, 136, 136, 0.35) !important;
    box-shadow: 0px 25px 20px 0 rgba(136, 136, 136, 0.35) !important;
}

.smallgap.row > [class*=col-] {
    padding-left: 3px !important;
    padding-right: 3px !important;
}

.s-badge-primary {
    background: var(--main);
    color: var(--secondary);
}

.rt-border-primary {
    border: 1px solid var(--main);
}

.rt-border-primary2 {
    border: 1px solid rgba(240, 167, 54, 0.5);
}

.rt-border-secondary {
    border: 1px solid var(--secondary);
}

.rt-dborder-primary {
    border: 1px dashed var(--main);
}

.rt-dotted-primary {
    border: 1px dotted var(--main);
}

.rt-dorder-off {
    border: 1px dashed #afafaf;
}

.review {
    color: #ffab53;
}

blockquote {
    background: #f3f3f3;
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
    color: var(--main-dark);
    padding-left: 37px;
    padding-top: 40px;
    padding-right: 30px;
    padding-bottom: 30px;
    position: relative;
    border-left: 4px solid var(--accent);
}

blockquote h5 {
    margin: 20px 0 0;
    color: #888888;
    font-size: 15px;
}

.slick-slide {
    outline: none;
}

.rt-inner-overlay,
.rt-overlay-content {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.rt-inner-overlay.white-overlay,
.rt-overlay-content.white-overlay {
    background-color: rgba(255, 255, 255, 0.8);
}

.rt-inner-overlay.white-overlay2,
.rt-overlay-content.white-overlay2 {
    background-color: rgba(255, 255, 255, 0.502);
}

.rt-overlay-content {
    z-index: auto;
}

.rt-overlay-content.white-overlay2 {
    background-color: rgba(255, 255, 255, 0.502);
}

.rtbgprefix-cover, .single-rt-banner.skin_4 .fst-product, .single-rt-banner.skin_4 .sec-product, .single-rt-banner.skin_4 .thrd-product {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.rtbgprefix-contain {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}

.rtbgprefix-full {
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center center;
}

.position-parent {
    position: relative;
    z-index: 1;
}

.has_radius_skin_2 {
    border-radius: 60px;
}

.underline-btn {
    position: relative;
    z-index: 1;
    color: var(--main-dark);
}

.underline-btn:after {
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 2px;
    background: var(--main-dark);
    content: "";
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.underline-btn:hover {
    color: var(--main-dark);
}

.underline-btn:hover:after {
    width: 0;
}

button:active, [type='button']:active, [type='reset']:active, [type='submit']:active,
button:focus, [type='button']:focus, [type='reset']:focus, [type='submit']:focus,
button:hover, [type='button']:hover, [type='reset']:hover, [type='submit']:hover,
[type='color']:focus, [type='date']:focus, [type='datetime']:focus, [type='datetime-local']:focus, [type='email']:focus, [type='month']:focus, [type='number']:focus, [type='password']:focus, [type='search']:focus, [type='tel']:focus, [type='text']:focus, [type='time']:focus, [type='url']:focus, [type='week']:focus, input:not([type]):focus, textarea:focus,
[type='color']:active, [type='date']:active, [type='datetime']:active, [type='datetime-local']:active, [type='email']:active, [type='month']:active, [type='number']:active, [type='password']:active, [type='search']:active, [type='tel']:active, [type='text']:active, [type='time']:active, [type='url']:active, [type='week']:active, input:not([type]):active, textarea:active,
[type='color']:hover, [type='date']:hover, [type='datetime']:hover, [type='datetime-local']:hover, [type='email']:hover, [type='month']:hover, [type='number']:hover, [type='password']:hover, [type='search']:hover, [type='tel']:hover, [type='text']:hover, [type='time']:hover, [type='url']:hover, [type='week']:hover, input:not([type]):hover, textarea:hover,
[type='color']:invalid, [type='date']:invalid, [type='datetime']:invalid, [type='datetime-local']:invalid, [type='email']:invalid, [type='month']:invalid, [type='number']:invalid, [type='password']:invalid, [type='search']:invalid, [type='tel']:invalid, [type='text']:invalid, [type='time']:invalid, [type='url']:invalid, [type='week']:invalid, input:not([type]):invalid, textarea:invalid {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.rt-col-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.rt-col-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    max-width: 33.33%;
}

.rt-col-28 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 28%;
    flex: 0 0 28%;
    max-width: 28%;
}

.rt-col-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}

.rt-col-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66%;
    flex: 0 0 16.66%;
    max-width: 16.66%;
}

@media (max-width: 1199.98px) {
    .rt-col-lg-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
    .rt-col-lg-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .rt-col-lg-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33%;
        flex: 0 0 33.33%;
        max-width: 33.33%;
    }
    .rt-col-lg-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .rt-col-lg-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media (max-width: 991.98px) {
    .rt-container {
        max-width: 720px;
    }
    .rt-col-md-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .rt-col-md-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33%;
        flex: 0 0 33.33%;
        max-width: 33.33%;
    }
    .rt-col-md-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .rt-col-md-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media (max-width: 767.98px) {
    .rt-container {
        width: 100%;
    }
    .rt-col-xs-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .rt-col-xs-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33%;
        flex: 0 0 33.33%;
        max-width: 33.33%;
    }
    .rt-col-xs-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .rt-col-xs-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

.rt-container,
.rt-container2,
.rt-container3 {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.navbar .rt-container,
.navbar .rt-container2,
.navbar .rt-container3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media (min-width: 576px) {
    .rt-container,
    .rt-container2,
    .rt-container3 {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .rt-container,
    .rt-container2,
    .rt-container3 {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .rt-container,
    .rt-container2,
    .rt-container3 {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .rt-container {
        max-width: 1172px;
    }
    .rt-container2 {
        max-width: 1411px;
    }
    .rt-container3 {
        max-width: 1476px;
    }
}

.rt-rounded-0 {
    border-radius: 0px;
}

.rt-rounded-1 {
    border-radius: 1px;
}

.rt-rounded-2 {
    border-radius: 2px;
}

.rt-rounded-3 {
    border-radius: 3px;
}

.rt-rounded-4 {
    border-radius: 4px;
}

.rt-rounded-5 {
    border-radius: 5px;
}

.rt-rounded-6 {
    border-radius: 6px;
}

.rt-rounded-7 {
    border-radius: 7px;
}

.rt-rounded-8 {
    border-radius: 8px;
}

.rt-rounded-9 {
    border-radius: 9px;
}

.rt-rounded-10 {
    border-radius: 10px;
}

.rt-rounded-11 {
    border-radius: 11px;
}

.rt-rounded-12 {
    border-radius: 12px;
}

.rt-rounded-13 {
    border-radius: 13px;
}

.rt-rounded-14 {
    border-radius: 14px;
}

.rt-rounded-15 {
    border-radius: 15px;
}

.rt-rounded-16 {
    border-radius: 16px;
}

.rt-rounded-17 {
    border-radius: 17px;
}

.rt-rounded-18 {
    border-radius: 18px;
}

.rt-rounded-19 {
    border-radius: 19px;
}

.rt-rounded-20 {
    border-radius: 20px;
}

.rt-rounded-21 {
    border-radius: 21px;
}

.rt-rounded-22 {
    border-radius: 22px;
}

.rt-rounded-23 {
    border-radius: 23px;
}

.rt-rounded-24 {
    border-radius: 24px;
}

.rt-rounded-25 {
    border-radius: 25px;
}

.rt-rounded-26 {
    border-radius: 26px;
}

.rt-rounded-27 {
    border-radius: 27px;
}

.rt-rounded-28 {
    border-radius: 28px;
}

.rt-rounded-29 {
    border-radius: 29px;
}

.rt-rounded-30 {
    border-radius: 30px;
}

.rt-rounded-31 {
    border-radius: 31px;
}

.rt-rounded-32 {
    border-radius: 32px;
}

.rt-rounded-33 {
    border-radius: 33px;
}

.rt-rounded-34 {
    border-radius: 34px;
}

.rt-rounded-35 {
    border-radius: 35px;
}

.rt-rounded-36 {
    border-radius: 36px;
}

.rt-rounded-37 {
    border-radius: 37px;
}

.rt-rounded-38 {
    border-radius: 38px;
}

.rt-rounded-39 {
    border-radius: 39px;
}

.rt-rounded-40 {
    border-radius: 40px;
}

.rt-rounded-41 {
    border-radius: 41px;
}

.rt-rounded-42 {
    border-radius: 42px;
}

.rt-rounded-43 {
    border-radius: 43px;
}

.rt-rounded-44 {
    border-radius: 44px;
}

.rt-rounded-45 {
    border-radius: 45px;
}

.rt-rounded-46 {
    border-radius: 46px;
}

.rt-rounded-47 {
    border-radius: 47px;
}

.rt-rounded-48 {
    border-radius: 48px;
}

.rt-rounded-49 {
    border-radius: 49px;
}

.rt-rounded-50 {
    border-radius: 50px;
}

.rt-spacer-0 {
    height: 0px;
}

.rt-spacer-1 {
    height: 1px;
}

.rt-spacer-2 {
    height: 2px;
}

.rt-spacer-3 {
    height: 3px;
}

.rt-spacer-4 {
    height: 4px;
}

.rt-spacer-5 {
    height: 5px;
}

.rt-spacer-6 {
    height: 6px;
}

.rt-spacer-7 {
    height: 7px;
}

.rt-spacer-8 {
    height: 8px;
}

.rt-spacer-9 {
    height: 9px;
}

.rt-spacer-10 {
    height: 10px;
}

.rt-spacer-11 {
    height: 11px;
}

.rt-spacer-12 {
    height: 12px;
}

.rt-spacer-13 {
    height: 13px;
}

.rt-spacer-14 {
    height: 14px;
}

.rt-spacer-15 {
    height: 15px;
}

.rt-spacer-16 {
    height: 16px;
}

.rt-spacer-17 {
    height: 17px;
}

.rt-spacer-18 {
    height: 18px;
}

.rt-spacer-19 {
    height: 19px;
}

.rt-spacer-20 {
    height: 20px;
}

.rt-spacer-21 {
    height: 21px;
}

.rt-spacer-22 {
    height: 22px;
}

.rt-spacer-23 {
    height: 23px;
}

.rt-spacer-24 {
    height: 24px;
}

.rt-spacer-25 {
    height: 25px;
}

.rt-spacer-26 {
    height: 26px;
}

.rt-spacer-27 {
    height: 27px;
}

.rt-spacer-28 {
    height: 28px;
}

.rt-spacer-29 {
    height: 29px;
}

.rt-spacer-30 {
    height: 30px;
}

.rt-spacer-31 {
    height: 31px;
}

.rt-spacer-32 {
    height: 32px;
}

.rt-spacer-33 {
    height: 33px;
}

.rt-spacer-34 {
    height: 34px;
}

.rt-spacer-35 {
    height: 35px;
}

.rt-spacer-36 {
    height: 36px;
}

.rt-spacer-37 {
    height: 37px;
}

.rt-spacer-38 {
    height: 38px;
}

.rt-spacer-39 {
    height: 39px;
}

.rt-spacer-40 {
    height: 40px;
}

.rt-spacer-41 {
    height: 41px;
}

.rt-spacer-42 {
    height: 42px;
}

.rt-spacer-43 {
    height: 43px;
}

.rt-spacer-44 {
    height: 44px;
}

.rt-spacer-45 {
    height: 45px;
}

.rt-spacer-46 {
    height: 46px;
}

.rt-spacer-47 {
    height: 47px;
}

.rt-spacer-48 {
    height: 48px;
}

.rt-spacer-49 {
    height: 49px;
}

.rt-spacer-50 {
    height: 50px;
}

.rt-spacer-51 {
    height: 51px;
}

.rt-spacer-52 {
    height: 52px;
}

.rt-spacer-53 {
    height: 53px;
}

.rt-spacer-54 {
    height: 54px;
}

.rt-spacer-55 {
    height: 55px;
}

.rt-spacer-56 {
    height: 56px;
}

.rt-spacer-57 {
    height: 57px;
}

.rt-spacer-58 {
    height: 58px;
}

.rt-spacer-59 {
    height: 59px;
}

.rt-spacer-60 {
    height: 60px;
}

.rt-spacer-61 {
    height: 61px;
}

.rt-spacer-62 {
    height: 62px;
}

.rt-spacer-63 {
    height: 63px;
}

.rt-spacer-64 {
    height: 64px;
}

.rt-spacer-65 {
    height: 65px;
}

.rt-spacer-66 {
    height: 66px;
}

.rt-spacer-67 {
    height: 67px;
}

.rt-spacer-68 {
    height: 68px;
}

.rt-spacer-69 {
    height: 69px;
}

.rt-spacer-70 {
    height: 70px;
}

.rt-spacer-71 {
    height: 71px;
}

.rt-spacer-72 {
    height: 72px;
}

.rt-spacer-73 {
    height: 73px;
}

.rt-spacer-74 {
    height: 74px;
}

.rt-spacer-75 {
    height: 75px;
}

.rt-spacer-76 {
    height: 76px;
}

.rt-spacer-77 {
    height: 77px;
}

.rt-spacer-78 {
    height: 78px;
}

.rt-spacer-79 {
    height: 79px;
}

.rt-spacer-80 {
    height: 80px;
}

.rt-spacer-81 {
    height: 81px;
}

.rt-spacer-82 {
    height: 82px;
}

.rt-spacer-83 {
    height: 83px;
}

.rt-spacer-84 {
    height: 84px;
}

.rt-spacer-85 {
    height: 85px;
}

.rt-spacer-86 {
    height: 86px;
}

.rt-spacer-87 {
    height: 87px;
}

.rt-spacer-88 {
    height: 88px;
}

.rt-spacer-89 {
    height: 89px;
}

.rt-spacer-90 {
    height: 90px;
}

.rt-spacer-91 {
    height: 91px;
}

.rt-spacer-92 {
    height: 92px;
}

.rt-spacer-93 {
    height: 93px;
}

.rt-spacer-94 {
    height: 94px;
}

.rt-spacer-95 {
    height: 95px;
}

.rt-spacer-96 {
    height: 96px;
}

.rt-spacer-97 {
    height: 97px;
}

.rt-spacer-98 {
    height: 98px;
}

.rt-spacer-99 {
    height: 99px;
}

.rt-spacer-100 {
    height: 100px;
}

@media (max-width: 1199.98px) {
    .rt-spacer-lg-0 {
        height: 0px;
    }
    .rt-spacer-lg-1 {
        height: 1px;
    }
    .rt-spacer-lg-2 {
        height: 2px;
    }
    .rt-spacer-lg-3 {
        height: 3px;
    }
    .rt-spacer-lg-4 {
        height: 4px;
    }
    .rt-spacer-lg-5 {
        height: 5px;
    }
    .rt-spacer-lg-6 {
        height: 6px;
    }
    .rt-spacer-lg-7 {
        height: 7px;
    }
    .rt-spacer-lg-8 {
        height: 8px;
    }
    .rt-spacer-lg-9 {
        height: 9px;
    }
    .rt-spacer-lg-10 {
        height: 10px;
    }
    .rt-spacer-lg-11 {
        height: 11px;
    }
    .rt-spacer-lg-12 {
        height: 12px;
    }
    .rt-spacer-lg-13 {
        height: 13px;
    }
    .rt-spacer-lg-14 {
        height: 14px;
    }
    .rt-spacer-lg-15 {
        height: 15px;
    }
    .rt-spacer-lg-16 {
        height: 16px;
    }
    .rt-spacer-lg-17 {
        height: 17px;
    }
    .rt-spacer-lg-18 {
        height: 18px;
    }
    .rt-spacer-lg-19 {
        height: 19px;
    }
    .rt-spacer-lg-20 {
        height: 20px;
    }
    .rt-spacer-lg-21 {
        height: 21px;
    }
    .rt-spacer-lg-22 {
        height: 22px;
    }
    .rt-spacer-lg-23 {
        height: 23px;
    }
    .rt-spacer-lg-24 {
        height: 24px;
    }
    .rt-spacer-lg-25 {
        height: 25px;
    }
    .rt-spacer-lg-26 {
        height: 26px;
    }
    .rt-spacer-lg-27 {
        height: 27px;
    }
    .rt-spacer-lg-28 {
        height: 28px;
    }
    .rt-spacer-lg-29 {
        height: 29px;
    }
    .rt-spacer-lg-30 {
        height: 30px;
    }
    .rt-spacer-lg-31 {
        height: 31px;
    }
    .rt-spacer-lg-32 {
        height: 32px;
    }
    .rt-spacer-lg-33 {
        height: 33px;
    }
    .rt-spacer-lg-34 {
        height: 34px;
    }
    .rt-spacer-lg-35 {
        height: 35px;
    }
    .rt-spacer-lg-36 {
        height: 36px;
    }
    .rt-spacer-lg-37 {
        height: 37px;
    }
    .rt-spacer-lg-38 {
        height: 38px;
    }
    .rt-spacer-lg-39 {
        height: 39px;
    }
    .rt-spacer-lg-40 {
        height: 40px;
    }
    .rt-spacer-lg-41 {
        height: 41px;
    }
    .rt-spacer-lg-42 {
        height: 42px;
    }
    .rt-spacer-lg-43 {
        height: 43px;
    }
    .rt-spacer-lg-44 {
        height: 44px;
    }
    .rt-spacer-lg-45 {
        height: 45px;
    }
    .rt-spacer-lg-46 {
        height: 46px;
    }
    .rt-spacer-lg-47 {
        height: 47px;
    }
    .rt-spacer-lg-48 {
        height: 48px;
    }
    .rt-spacer-lg-49 {
        height: 49px;
    }
    .rt-spacer-lg-50 {
        height: 50px;
    }
    .rt-spacer-lg-51 {
        height: 51px;
    }
    .rt-spacer-lg-52 {
        height: 52px;
    }
    .rt-spacer-lg-53 {
        height: 53px;
    }
    .rt-spacer-lg-54 {
        height: 54px;
    }
    .rt-spacer-lg-55 {
        height: 55px;
    }
    .rt-spacer-lg-56 {
        height: 56px;
    }
    .rt-spacer-lg-57 {
        height: 57px;
    }
    .rt-spacer-lg-58 {
        height: 58px;
    }
    .rt-spacer-lg-59 {
        height: 59px;
    }
    .rt-spacer-lg-60 {
        height: 60px;
    }
    .rt-spacer-lg-61 {
        height: 61px;
    }
    .rt-spacer-lg-62 {
        height: 62px;
    }
    .rt-spacer-lg-63 {
        height: 63px;
    }
    .rt-spacer-lg-64 {
        height: 64px;
    }
    .rt-spacer-lg-65 {
        height: 65px;
    }
    .rt-spacer-lg-66 {
        height: 66px;
    }
    .rt-spacer-lg-67 {
        height: 67px;
    }
    .rt-spacer-lg-68 {
        height: 68px;
    }
    .rt-spacer-lg-69 {
        height: 69px;
    }
    .rt-spacer-lg-70 {
        height: 70px;
    }
    .rt-spacer-lg-71 {
        height: 71px;
    }
    .rt-spacer-lg-72 {
        height: 72px;
    }
    .rt-spacer-lg-73 {
        height: 73px;
    }
    .rt-spacer-lg-74 {
        height: 74px;
    }
    .rt-spacer-lg-75 {
        height: 75px;
    }
    .rt-spacer-lg-76 {
        height: 76px;
    }
    .rt-spacer-lg-77 {
        height: 77px;
    }
    .rt-spacer-lg-78 {
        height: 78px;
    }
    .rt-spacer-lg-79 {
        height: 79px;
    }
    .rt-spacer-lg-80 {
        height: 80px;
    }
    .rt-spacer-lg-81 {
        height: 81px;
    }
    .rt-spacer-lg-82 {
        height: 82px;
    }
    .rt-spacer-lg-83 {
        height: 83px;
    }
    .rt-spacer-lg-84 {
        height: 84px;
    }
    .rt-spacer-lg-85 {
        height: 85px;
    }
    .rt-spacer-lg-86 {
        height: 86px;
    }
    .rt-spacer-lg-87 {
        height: 87px;
    }
    .rt-spacer-lg-88 {
        height: 88px;
    }
    .rt-spacer-lg-89 {
        height: 89px;
    }
    .rt-spacer-lg-90 {
        height: 90px;
    }
    .rt-spacer-lg-91 {
        height: 91px;
    }
    .rt-spacer-lg-92 {
        height: 92px;
    }
    .rt-spacer-lg-93 {
        height: 93px;
    }
    .rt-spacer-lg-94 {
        height: 94px;
    }
    .rt-spacer-lg-95 {
        height: 95px;
    }
    .rt-spacer-lg-96 {
        height: 96px;
    }
    .rt-spacer-lg-97 {
        height: 97px;
    }
    .rt-spacer-lg-98 {
        height: 98px;
    }
    .rt-spacer-lg-99 {
        height: 99px;
    }
    .rt-spacer-lg-100 {
        height: 100px;
    }
}

@media (max-width: 991.98px) {
    .rt-spacer-md-0 {
        height: 0px;
    }
    .rt-spacer-md-1 {
        height: 1px;
    }
    .rt-spacer-md-2 {
        height: 2px;
    }
    .rt-spacer-md-3 {
        height: 3px;
    }
    .rt-spacer-md-4 {
        height: 4px;
    }
    .rt-spacer-md-5 {
        height: 5px;
    }
    .rt-spacer-md-6 {
        height: 6px;
    }
    .rt-spacer-md-7 {
        height: 7px;
    }
    .rt-spacer-md-8 {
        height: 8px;
    }
    .rt-spacer-md-9 {
        height: 9px;
    }
    .rt-spacer-md-10 {
        height: 10px;
    }
    .rt-spacer-md-11 {
        height: 11px;
    }
    .rt-spacer-md-12 {
        height: 12px;
    }
    .rt-spacer-md-13 {
        height: 13px;
    }
    .rt-spacer-md-14 {
        height: 14px;
    }
    .rt-spacer-md-15 {
        height: 15px;
    }
    .rt-spacer-md-16 {
        height: 16px;
    }
    .rt-spacer-md-17 {
        height: 17px;
    }
    .rt-spacer-md-18 {
        height: 18px;
    }
    .rt-spacer-md-19 {
        height: 19px;
    }
    .rt-spacer-md-20 {
        height: 20px;
    }
    .rt-spacer-md-21 {
        height: 21px;
    }
    .rt-spacer-md-22 {
        height: 22px;
    }
    .rt-spacer-md-23 {
        height: 23px;
    }
    .rt-spacer-md-24 {
        height: 24px;
    }
    .rt-spacer-md-25 {
        height: 25px;
    }
    .rt-spacer-md-26 {
        height: 26px;
    }
    .rt-spacer-md-27 {
        height: 27px;
    }
    .rt-spacer-md-28 {
        height: 28px;
    }
    .rt-spacer-md-29 {
        height: 29px;
    }
    .rt-spacer-md-30 {
        height: 30px;
    }
    .rt-spacer-md-31 {
        height: 31px;
    }
    .rt-spacer-md-32 {
        height: 32px;
    }
    .rt-spacer-md-33 {
        height: 33px;
    }
    .rt-spacer-md-34 {
        height: 34px;
    }
    .rt-spacer-md-35 {
        height: 35px;
    }
    .rt-spacer-md-36 {
        height: 36px;
    }
    .rt-spacer-md-37 {
        height: 37px;
    }
    .rt-spacer-md-38 {
        height: 38px;
    }
    .rt-spacer-md-39 {
        height: 39px;
    }
    .rt-spacer-md-40 {
        height: 40px;
    }
    .rt-spacer-md-41 {
        height: 41px;
    }
    .rt-spacer-md-42 {
        height: 42px;
    }
    .rt-spacer-md-43 {
        height: 43px;
    }
    .rt-spacer-md-44 {
        height: 44px;
    }
    .rt-spacer-md-45 {
        height: 45px;
    }
    .rt-spacer-md-46 {
        height: 46px;
    }
    .rt-spacer-md-47 {
        height: 47px;
    }
    .rt-spacer-md-48 {
        height: 48px;
    }
    .rt-spacer-md-49 {
        height: 49px;
    }
    .rt-spacer-md-50 {
        height: 50px;
    }
    .rt-spacer-md-51 {
        height: 51px;
    }
    .rt-spacer-md-52 {
        height: 52px;
    }
    .rt-spacer-md-53 {
        height: 53px;
    }
    .rt-spacer-md-54 {
        height: 54px;
    }
    .rt-spacer-md-55 {
        height: 55px;
    }
    .rt-spacer-md-56 {
        height: 56px;
    }
    .rt-spacer-md-57 {
        height: 57px;
    }
    .rt-spacer-md-58 {
        height: 58px;
    }
    .rt-spacer-md-59 {
        height: 59px;
    }
    .rt-spacer-md-60 {
        height: 60px;
    }
    .rt-spacer-md-61 {
        height: 61px;
    }
    .rt-spacer-md-62 {
        height: 62px;
    }
    .rt-spacer-md-63 {
        height: 63px;
    }
    .rt-spacer-md-64 {
        height: 64px;
    }
    .rt-spacer-md-65 {
        height: 65px;
    }
    .rt-spacer-md-66 {
        height: 66px;
    }
    .rt-spacer-md-67 {
        height: 67px;
    }
    .rt-spacer-md-68 {
        height: 68px;
    }
    .rt-spacer-md-69 {
        height: 69px;
    }
    .rt-spacer-md-70 {
        height: 70px;
    }
    .rt-spacer-md-71 {
        height: 71px;
    }
    .rt-spacer-md-72 {
        height: 72px;
    }
    .rt-spacer-md-73 {
        height: 73px;
    }
    .rt-spacer-md-74 {
        height: 74px;
    }
    .rt-spacer-md-75 {
        height: 75px;
    }
    .rt-spacer-md-76 {
        height: 76px;
    }
    .rt-spacer-md-77 {
        height: 77px;
    }
    .rt-spacer-md-78 {
        height: 78px;
    }
    .rt-spacer-md-79 {
        height: 79px;
    }
    .rt-spacer-md-80 {
        height: 80px;
    }
    .rt-spacer-md-81 {
        height: 81px;
    }
    .rt-spacer-md-82 {
        height: 82px;
    }
    .rt-spacer-md-83 {
        height: 83px;
    }
    .rt-spacer-md-84 {
        height: 84px;
    }
    .rt-spacer-md-85 {
        height: 85px;
    }
    .rt-spacer-md-86 {
        height: 86px;
    }
    .rt-spacer-md-87 {
        height: 87px;
    }
    .rt-spacer-md-88 {
        height: 88px;
    }
    .rt-spacer-md-89 {
        height: 89px;
    }
    .rt-spacer-md-90 {
        height: 90px;
    }
    .rt-spacer-md-91 {
        height: 91px;
    }
    .rt-spacer-md-92 {
        height: 92px;
    }
    .rt-spacer-md-93 {
        height: 93px;
    }
    .rt-spacer-md-94 {
        height: 94px;
    }
    .rt-spacer-md-95 {
        height: 95px;
    }
    .rt-spacer-md-96 {
        height: 96px;
    }
    .rt-spacer-md-97 {
        height: 97px;
    }
    .rt-spacer-md-98 {
        height: 98px;
    }
    .rt-spacer-md-99 {
        height: 99px;
    }
    .rt-spacer-md-100 {
        height: 100px;
    }
}

@media (max-width: 767.98px) {
    .rt-spacer-xs-0 {
        height: 0px;
    }
    .rt-spacer-xs-1 {
        height: 1px;
    }
    .rt-spacer-xs-2 {
        height: 2px;
    }
    .rt-spacer-xs-3 {
        height: 3px;
    }
    .rt-spacer-xs-4 {
        height: 4px;
    }
    .rt-spacer-xs-5 {
        height: 5px;
    }
    .rt-spacer-xs-6 {
        height: 6px;
    }
    .rt-spacer-xs-7 {
        height: 7px;
    }
    .rt-spacer-xs-8 {
        height: 8px;
    }
    .rt-spacer-xs-9 {
        height: 9px;
    }
    .rt-spacer-xs-10 {
        height: 10px;
    }
    .rt-spacer-xs-11 {
        height: 11px;
    }
    .rt-spacer-xs-12 {
        height: 12px;
    }
    .rt-spacer-xs-13 {
        height: 13px;
    }
    .rt-spacer-xs-14 {
        height: 14px;
    }
    .rt-spacer-xs-15 {
        height: 15px;
    }
    .rt-spacer-xs-16 {
        height: 16px;
    }
    .rt-spacer-xs-17 {
        height: 17px;
    }
    .rt-spacer-xs-18 {
        height: 18px;
    }
    .rt-spacer-xs-19 {
        height: 19px;
    }
    .rt-spacer-xs-20 {
        height: 20px;
    }
    .rt-spacer-xs-21 {
        height: 21px;
    }
    .rt-spacer-xs-22 {
        height: 22px;
    }
    .rt-spacer-xs-23 {
        height: 23px;
    }
    .rt-spacer-xs-24 {
        height: 24px;
    }
    .rt-spacer-xs-25 {
        height: 25px;
    }
    .rt-spacer-xs-26 {
        height: 26px;
    }
    .rt-spacer-xs-27 {
        height: 27px;
    }
    .rt-spacer-xs-28 {
        height: 28px;
    }
    .rt-spacer-xs-29 {
        height: 29px;
    }
    .rt-spacer-xs-30 {
        height: 30px;
    }
    .rt-spacer-xs-31 {
        height: 31px;
    }
    .rt-spacer-xs-32 {
        height: 32px;
    }
    .rt-spacer-xs-33 {
        height: 33px;
    }
    .rt-spacer-xs-34 {
        height: 34px;
    }
    .rt-spacer-xs-35 {
        height: 35px;
    }
    .rt-spacer-xs-36 {
        height: 36px;
    }
    .rt-spacer-xs-37 {
        height: 37px;
    }
    .rt-spacer-xs-38 {
        height: 38px;
    }
    .rt-spacer-xs-39 {
        height: 39px;
    }
    .rt-spacer-xs-40 {
        height: 40px;
    }
    .rt-spacer-xs-41 {
        height: 41px;
    }
    .rt-spacer-xs-42 {
        height: 42px;
    }
    .rt-spacer-xs-43 {
        height: 43px;
    }
    .rt-spacer-xs-44 {
        height: 44px;
    }
    .rt-spacer-xs-45 {
        height: 45px;
    }
    .rt-spacer-xs-46 {
        height: 46px;
    }
    .rt-spacer-xs-47 {
        height: 47px;
    }
    .rt-spacer-xs-48 {
        height: 48px;
    }
    .rt-spacer-xs-49 {
        height: 49px;
    }
    .rt-spacer-xs-50 {
        height: 50px;
    }
    .rt-spacer-xs-51 {
        height: 51px;
    }
    .rt-spacer-xs-52 {
        height: 52px;
    }
    .rt-spacer-xs-53 {
        height: 53px;
    }
    .rt-spacer-xs-54 {
        height: 54px;
    }
    .rt-spacer-xs-55 {
        height: 55px;
    }
    .rt-spacer-xs-56 {
        height: 56px;
    }
    .rt-spacer-xs-57 {
        height: 57px;
    }
    .rt-spacer-xs-58 {
        height: 58px;
    }
    .rt-spacer-xs-59 {
        height: 59px;
    }
    .rt-spacer-xs-60 {
        height: 60px;
    }
    .rt-spacer-xs-61 {
        height: 61px;
    }
    .rt-spacer-xs-62 {
        height: 62px;
    }
    .rt-spacer-xs-63 {
        height: 63px;
    }
    .rt-spacer-xs-64 {
        height: 64px;
    }
    .rt-spacer-xs-65 {
        height: 65px;
    }
    .rt-spacer-xs-66 {
        height: 66px;
    }
    .rt-spacer-xs-67 {
        height: 67px;
    }
    .rt-spacer-xs-68 {
        height: 68px;
    }
    .rt-spacer-xs-69 {
        height: 69px;
    }
    .rt-spacer-xs-70 {
        height: 70px;
    }
    .rt-spacer-xs-71 {
        height: 71px;
    }
    .rt-spacer-xs-72 {
        height: 72px;
    }
    .rt-spacer-xs-73 {
        height: 73px;
    }
    .rt-spacer-xs-74 {
        height: 74px;
    }
    .rt-spacer-xs-75 {
        height: 75px;
    }
    .rt-spacer-xs-76 {
        height: 76px;
    }
    .rt-spacer-xs-77 {
        height: 77px;
    }
    .rt-spacer-xs-78 {
        height: 78px;
    }
    .rt-spacer-xs-79 {
        height: 79px;
    }
    .rt-spacer-xs-80 {
        height: 80px;
    }
    .rt-spacer-xs-81 {
        height: 81px;
    }
    .rt-spacer-xs-82 {
        height: 82px;
    }
    .rt-spacer-xs-83 {
        height: 83px;
    }
    .rt-spacer-xs-84 {
        height: 84px;
    }
    .rt-spacer-xs-85 {
        height: 85px;
    }
    .rt-spacer-xs-86 {
        height: 86px;
    }
    .rt-spacer-xs-87 {
        height: 87px;
    }
    .rt-spacer-xs-88 {
        height: 88px;
    }
    .rt-spacer-xs-89 {
        height: 89px;
    }
    .rt-spacer-xs-90 {
        height: 90px;
    }
    .rt-spacer-xs-91 {
        height: 91px;
    }
    .rt-spacer-xs-92 {
        height: 92px;
    }
    .rt-spacer-xs-93 {
        height: 93px;
    }
    .rt-spacer-xs-94 {
        height: 94px;
    }
    .rt-spacer-xs-95 {
        height: 95px;
    }
    .rt-spacer-xs-96 {
        height: 96px;
    }
    .rt-spacer-xs-97 {
        height: 97px;
    }
    .rt-spacer-xs-98 {
        height: 98px;
    }
    .rt-spacer-xs-99 {
        height: 99px;
    }
    .rt-spacer-xs-100 {
        height: 100px;
    }
}

.rt-mb-0 {
    margin-bottom: 0px;
}

.rt-mb-1 {
    margin-bottom: 1px;
}

.rt-mb-2 {
    margin-bottom: 2px;
}

.rt-mb-3 {
    margin-bottom: 3px;
}

.rt-mb-4 {
    margin-bottom: 4px;
}

.rt-mb-5 {
    margin-bottom: 5px;
}

.rt-mb-6 {
    margin-bottom: 6px;
}

.rt-mb-7 {
    margin-bottom: 7px;
}

.rt-mb-8 {
    margin-bottom: 8px;
}

.rt-mb-9 {
    margin-bottom: 9px;
}

.rt-mb-10 {
    margin-bottom: 10px;
}

.rt-mb-11 {
    margin-bottom: 11px;
}

.rt-mb-12 {
    margin-bottom: 12px;
}

.rt-mb-13 {
    margin-bottom: 13px;
}

.rt-mb-14 {
    margin-bottom: 14px;
}

.rt-mb-15 {
    margin-bottom: 15px;
}

.rt-mb-16 {
    margin-bottom: 16px;
}

.rt-mb-17 {
    margin-bottom: 17px;
}

.rt-mb-18 {
    margin-bottom: 18px;
}

.rt-mb-19 {
    margin-bottom: 19px;
}

.rt-mb-20 {
    margin-bottom: 20px;
}

.rt-mb-21 {
    margin-bottom: 21px;
}

.rt-mb-22 {
    margin-bottom: 22px;
}

.rt-mb-23 {
    margin-bottom: 23px;
}

.rt-mb-24 {
    margin-bottom: 24px;
}

.rt-mb-25 {
    margin-bottom: 25px;
}

.rt-mb-26 {
    margin-bottom: 26px;
}

.rt-mb-27 {
    margin-bottom: 27px;
}

.rt-mb-28 {
    margin-bottom: 28px;
}

.rt-mb-29 {
    margin-bottom: 29px;
}

.rt-mb-30 {
    margin-bottom: 30px;
}

.rt-mb-31 {
    margin-bottom: 31px;
}

.rt-mb-32 {
    margin-bottom: 32px;
}

.rt-mb-33 {
    margin-bottom: 33px;
}

.rt-mb-34 {
    margin-bottom: 34px;
}

.rt-mb-35 {
    margin-bottom: 35px;
}

@media (min-width: 992px) {
    .rt-mb-35 {
        margin-bottom: 35px !important;
    }
}

.rt-mb-36 {
    margin-bottom: 36px;
}

.rt-mb-37 {
    margin-bottom: 37px;
}

.rt-mb-38 {
    margin-bottom: 38px;
}

.rt-mb-39 {
    margin-bottom: 39px;
}

.rt-mb-40 {
    margin-bottom: 40px;
}

.rt-mb-41 {
    margin-bottom: 41px;
}

.rt-mb-42 {
    margin-bottom: 42px;
}

.rt-mb-43 {
    margin-bottom: 43px;
}

.rt-mb-44 {
    margin-bottom: 44px;
}

.rt-mb-45 {
    margin-bottom: 45px;
}

.rt-mb-46 {
    margin-bottom: 46px;
}

.rt-mb-47 {
    margin-bottom: 47px;
}

.rt-mb-48 {
    margin-bottom: 48px;
}

.rt-mb-49 {
    margin-bottom: 49px;
}

.rt-mb-50 {
    margin-bottom: 50px;
}

.rt-mb-51 {
    margin-bottom: 51px;
}

.rt-mb-52 {
    margin-bottom: 52px;
}

.rt-mb-53 {
    margin-bottom: 53px;
}

.rt-mb-54 {
    margin-bottom: 54px;
}

.rt-mb-55 {
    margin-bottom: 55px;
}

.rt-mb-56 {
    margin-bottom: 56px;
}

.rt-mb-57 {
    margin-bottom: 57px;
}

.rt-mb-58 {
    margin-bottom: 58px;
}

.rt-mb-59 {
    margin-bottom: 59px;
}

.rt-mb-60 {
    margin-bottom: 60px;
}

.rt-mb-61 {
    margin-bottom: 61px;
}

.rt-mb-62 {
    margin-bottom: 62px;
}

.rt-mb-63 {
    margin-bottom: 63px;
}

.rt-mb-64 {
    margin-bottom: 64px;
}

.rt-mb-65 {
    margin-bottom: 65px;
}

.rt-mb-66 {
    margin-bottom: 66px;
}

.rt-mb-67 {
    margin-bottom: 67px;
}

.rt-mb-68 {
    margin-bottom: 68px;
}

.rt-mb-69 {
    margin-bottom: 69px;
}

.rt-mb-70 {
    margin-bottom: 70px;
}

.rt-mb-71 {
    margin-bottom: 71px;
}

.rt-mb-72 {
    margin-bottom: 72px;
}

.rt-mb-73 {
    margin-bottom: 73px;
}

.rt-mb-74 {
    margin-bottom: 74px;
}

.rt-mb-75 {
    margin-bottom: 75px;
}

.rt-mb-76 {
    margin-bottom: 76px;
}

.rt-mb-77 {
    margin-bottom: 77px;
}

.rt-mb-78 {
    margin-bottom: 78px;
}

.rt-mb-79 {
    margin-bottom: 79px;
}

.rt-mb-80 {
    margin-bottom: 80px;
}

.rt-mb-81 {
    margin-bottom: 81px;
}

.rt-mb-82 {
    margin-bottom: 82px;
}

.rt-mb-83 {
    margin-bottom: 83px;
}

.rt-mb-84 {
    margin-bottom: 84px;
}

.rt-mb-85 {
    margin-bottom: 85px;
}

.rt-mb-86 {
    margin-bottom: 86px;
}

.rt-mb-87 {
    margin-bottom: 87px;
}

.rt-mb-88 {
    margin-bottom: 88px;
}

.rt-mb-89 {
    margin-bottom: 89px;
}

.rt-mb-90 {
    margin-bottom: 90px;
}

.rt-mb-91 {
    margin-bottom: 91px;
}

.rt-mb-92 {
    margin-bottom: 92px;
}

.rt-mb-93 {
    margin-bottom: 93px;
}

.rt-mb-94 {
    margin-bottom: 94px;
}

.rt-mb-95 {
    margin-bottom: 95px;
}

.rt-mb-96 {
    margin-bottom: 96px;
}

.rt-mb-97 {
    margin-bottom: 97px;
}

.rt-mb-98 {
    margin-bottom: 98px;
}

.rt-mb-99 {
    margin-bottom: 99px;
}

.rt-mb-100 {
    margin-bottom: 100px;
}

@media (max-width: 1199.98px) {
    .rt-mb-lg-0 {
        margin-bottom: 0px;
    }
    .rt-mb-lg-1 {
        margin-bottom: 1px;
    }
    .rt-mb-lg-2 {
        margin-bottom: 2px;
    }
    .rt-mb-lg-3 {
        margin-bottom: 3px;
    }
    .rt-mb-lg-4 {
        margin-bottom: 4px;
    }
    .rt-mb-lg-5 {
        margin-bottom: 5px;
    }
    .rt-mb-lg-6 {
        margin-bottom: 6px;
    }
    .rt-mb-lg-7 {
        margin-bottom: 7px;
    }
    .rt-mb-lg-8 {
        margin-bottom: 8px;
    }
    .rt-mb-lg-9 {
        margin-bottom: 9px;
    }
    .rt-mb-lg-10 {
        margin-bottom: 10px;
    }
    .rt-mb-lg-11 {
        margin-bottom: 11px;
    }
    .rt-mb-lg-12 {
        margin-bottom: 12px;
    }
    .rt-mb-lg-13 {
        margin-bottom: 13px;
    }
    .rt-mb-lg-14 {
        margin-bottom: 14px;
    }
    .rt-mb-lg-15 {
        margin-bottom: 15px;
    }
    .rt-mb-lg-16 {
        margin-bottom: 16px;
    }
    .rt-mb-lg-17 {
        margin-bottom: 17px;
    }
    .rt-mb-lg-18 {
        margin-bottom: 18px;
    }
    .rt-mb-lg-19 {
        margin-bottom: 19px;
    }
    .rt-mb-lg-20 {
        margin-bottom: 20px;
    }
    .rt-mb-lg-21 {
        margin-bottom: 21px;
    }
    .rt-mb-lg-22 {
        margin-bottom: 22px;
    }
    .rt-mb-lg-23 {
        margin-bottom: 23px;
    }
    .rt-mb-lg-24 {
        margin-bottom: 24px;
    }
    .rt-mb-lg-25 {
        margin-bottom: 25px;
    }
    .rt-mb-lg-26 {
        margin-bottom: 26px;
    }
    .rt-mb-lg-27 {
        margin-bottom: 27px;
    }
    .rt-mb-lg-28 {
        margin-bottom: 28px;
    }
    .rt-mb-lg-29 {
        margin-bottom: 29px;
    }
    .rt-mb-lg-30 {
        margin-bottom: 30px;
    }
    .rt-mb-lg-31 {
        margin-bottom: 31px;
    }
    .rt-mb-lg-32 {
        margin-bottom: 32px;
    }
    .rt-mb-lg-33 {
        margin-bottom: 33px;
    }
    .rt-mb-lg-34 {
        margin-bottom: 34px;
    }
    .rt-mb-lg-35 {
        margin-bottom: 35px;
    }
    .rt-mb-lg-36 {
        margin-bottom: 36px;
    }
    .rt-mb-lg-37 {
        margin-bottom: 37px;
    }
    .rt-mb-lg-38 {
        margin-bottom: 38px;
    }
    .rt-mb-lg-39 {
        margin-bottom: 39px;
    }
    .rt-mb-lg-40 {
        margin-bottom: 40px;
    }
    .rt-mb-lg-41 {
        margin-bottom: 41px;
    }
    .rt-mb-lg-42 {
        margin-bottom: 42px;
    }
    .rt-mb-lg-43 {
        margin-bottom: 43px;
    }
    .rt-mb-lg-44 {
        margin-bottom: 44px;
    }
    .rt-mb-lg-45 {
        margin-bottom: 45px;
    }
    .rt-mb-lg-46 {
        margin-bottom: 46px;
    }
    .rt-mb-lg-47 {
        margin-bottom: 47px;
    }
    .rt-mb-lg-48 {
        margin-bottom: 48px;
    }
    .rt-mb-lg-49 {
        margin-bottom: 49px;
    }
    .rt-mb-lg-50 {
        margin-bottom: 50px;
    }
    .rt-mb-lg-51 {
        margin-bottom: 51px;
    }
    .rt-mb-lg-52 {
        margin-bottom: 52px;
    }
    .rt-mb-lg-53 {
        margin-bottom: 53px;
    }
    .rt-mb-lg-54 {
        margin-bottom: 54px;
    }
    .rt-mb-lg-55 {
        margin-bottom: 55px;
    }
    .rt-mb-lg-56 {
        margin-bottom: 56px;
    }
    .rt-mb-lg-57 {
        margin-bottom: 57px;
    }
    .rt-mb-lg-58 {
        margin-bottom: 58px;
    }
    .rt-mb-lg-59 {
        margin-bottom: 59px;
    }
    .rt-mb-lg-60 {
        margin-bottom: 60px;
    }
    .rt-mb-lg-61 {
        margin-bottom: 61px;
    }
    .rt-mb-lg-62 {
        margin-bottom: 62px;
    }
    .rt-mb-lg-63 {
        margin-bottom: 63px;
    }
    .rt-mb-lg-64 {
        margin-bottom: 64px;
    }
    .rt-mb-lg-65 {
        margin-bottom: 65px;
    }
    .rt-mb-lg-66 {
        margin-bottom: 66px;
    }
    .rt-mb-lg-67 {
        margin-bottom: 67px;
    }
    .rt-mb-lg-68 {
        margin-bottom: 68px;
    }
    .rt-mb-lg-69 {
        margin-bottom: 69px;
    }
    .rt-mb-lg-70 {
        margin-bottom: 70px;
    }
    .rt-mb-lg-71 {
        margin-bottom: 71px;
    }
    .rt-mb-lg-72 {
        margin-bottom: 72px;
    }
    .rt-mb-lg-73 {
        margin-bottom: 73px;
    }
    .rt-mb-lg-74 {
        margin-bottom: 74px;
    }
    .rt-mb-lg-75 {
        margin-bottom: 75px;
    }
    .rt-mb-lg-76 {
        margin-bottom: 76px;
    }
    .rt-mb-lg-77 {
        margin-bottom: 77px;
    }
    .rt-mb-lg-78 {
        margin-bottom: 78px;
    }
    .rt-mb-lg-79 {
        margin-bottom: 79px;
    }
    .rt-mb-lg-80 {
        margin-bottom: 80px;
    }
    .rt-mb-lg-81 {
        margin-bottom: 81px;
    }
    .rt-mb-lg-82 {
        margin-bottom: 82px;
    }
    .rt-mb-lg-83 {
        margin-bottom: 83px;
    }
    .rt-mb-lg-84 {
        margin-bottom: 84px;
    }
    .rt-mb-lg-85 {
        margin-bottom: 85px;
    }
    .rt-mb-lg-86 {
        margin-bottom: 86px;
    }
    .rt-mb-lg-87 {
        margin-bottom: 87px;
    }
    .rt-mb-lg-88 {
        margin-bottom: 88px;
    }
    .rt-mb-lg-89 {
        margin-bottom: 89px;
    }
    .rt-mb-lg-90 {
        margin-bottom: 90px;
    }
    .rt-mb-lg-91 {
        margin-bottom: 91px;
    }
    .rt-mb-lg-92 {
        margin-bottom: 92px;
    }
    .rt-mb-lg-93 {
        margin-bottom: 93px;
    }
    .rt-mb-lg-94 {
        margin-bottom: 94px;
    }
    .rt-mb-lg-95 {
        margin-bottom: 95px;
    }
    .rt-mb-lg-96 {
        margin-bottom: 96px;
    }
    .rt-mb-lg-97 {
        margin-bottom: 97px;
    }
    .rt-mb-lg-98 {
        margin-bottom: 98px;
    }
    .rt-mb-lg-99 {
        margin-bottom: 99px;
    }
    .rt-mb-lg-100 {
        margin-bottom: 100px;
    }
}

@media (max-width: 991.98px) {
    .rt-mb-md-0 {
        margin-bottom: 0px;
    }
    .rt-mb-md-1 {
        margin-bottom: 1px;
    }
    .rt-mb-md-2 {
        margin-bottom: 2px;
    }
    .rt-mb-md-3 {
        margin-bottom: 3px;
    }
    .rt-mb-md-4 {
        margin-bottom: 4px;
    }
    .rt-mb-md-5 {
        margin-bottom: 5px;
    }
    .rt-mb-md-6 {
        margin-bottom: 6px;
    }
    .rt-mb-md-7 {
        margin-bottom: 7px;
    }
    .rt-mb-md-8 {
        margin-bottom: 8px;
    }
    .rt-mb-md-9 {
        margin-bottom: 9px;
    }
    .rt-mb-md-10 {
        margin-bottom: 10px;
    }
    .rt-mb-md-11 {
        margin-bottom: 11px;
    }
    .rt-mb-md-12 {
        margin-bottom: 12px;
    }
    .rt-mb-md-13 {
        margin-bottom: 13px;
    }
    .rt-mb-md-14 {
        margin-bottom: 14px;
    }
    .rt-mb-md-15 {
        margin-bottom: 15px;
    }
    .rt-mb-md-16 {
        margin-bottom: 16px;
    }
    .rt-mb-md-17 {
        margin-bottom: 17px;
    }
    .rt-mb-md-18 {
        margin-bottom: 18px;
    }
    .rt-mb-md-19 {
        margin-bottom: 19px;
    }
    .rt-mb-md-20 {
        margin-bottom: 20px;
    }
    .rt-mb-md-21 {
        margin-bottom: 21px;
    }
    .rt-mb-md-22 {
        margin-bottom: 22px;
    }
    .rt-mb-md-23 {
        margin-bottom: 23px;
    }
    .rt-mb-md-24 {
        margin-bottom: 24px;
    }
    .rt-mb-md-25 {
        margin-bottom: 25px;
    }
    .rt-mb-md-26 {
        margin-bottom: 26px;
    }
    .rt-mb-md-27 {
        margin-bottom: 27px;
    }
    .rt-mb-md-28 {
        margin-bottom: 28px;
    }
    .rt-mb-md-29 {
        margin-bottom: 29px;
    }
    .rt-mb-md-30 {
        margin-bottom: 30px;
    }
    .rt-mb-md-31 {
        margin-bottom: 31px;
    }
    .rt-mb-md-32 {
        margin-bottom: 32px;
    }
    .rt-mb-md-33 {
        margin-bottom: 33px;
    }
    .rt-mb-md-34 {
        margin-bottom: 34px;
    }
    .rt-mb-md-35 {
        margin-bottom: 35px;
    }
    .rt-mb-md-36 {
        margin-bottom: 36px;
    }
    .rt-mb-md-37 {
        margin-bottom: 37px;
    }
    .rt-mb-md-38 {
        margin-bottom: 38px;
    }
    .rt-mb-md-39 {
        margin-bottom: 39px;
    }
    .rt-mb-md-40 {
        margin-bottom: 40px;
    }
    .rt-mb-md-41 {
        margin-bottom: 41px;
    }
    .rt-mb-md-42 {
        margin-bottom: 42px;
    }
    .rt-mb-md-43 {
        margin-bottom: 43px;
    }
    .rt-mb-md-44 {
        margin-bottom: 44px;
    }
    .rt-mb-md-45 {
        margin-bottom: 45px;
    }
    .rt-mb-md-46 {
        margin-bottom: 46px;
    }
    .rt-mb-md-47 {
        margin-bottom: 47px;
    }
    .rt-mb-md-48 {
        margin-bottom: 48px;
    }
    .rt-mb-md-49 {
        margin-bottom: 49px;
    }
    .rt-mb-md-50 {
        margin-bottom: 50px;
    }
    .rt-mb-md-51 {
        margin-bottom: 51px;
    }
    .rt-mb-md-52 {
        margin-bottom: 52px;
    }
    .rt-mb-md-53 {
        margin-bottom: 53px;
    }
    .rt-mb-md-54 {
        margin-bottom: 54px;
    }
    .rt-mb-md-55 {
        margin-bottom: 55px;
    }
    .rt-mb-md-56 {
        margin-bottom: 56px;
    }
    .rt-mb-md-57 {
        margin-bottom: 57px;
    }
    .rt-mb-md-58 {
        margin-bottom: 58px;
    }
    .rt-mb-md-59 {
        margin-bottom: 59px;
    }
    .rt-mb-md-60 {
        margin-bottom: 60px;
    }
    .rt-mb-md-61 {
        margin-bottom: 61px;
    }
    .rt-mb-md-62 {
        margin-bottom: 62px;
    }
    .rt-mb-md-63 {
        margin-bottom: 63px;
    }
    .rt-mb-md-64 {
        margin-bottom: 64px;
    }
    .rt-mb-md-65 {
        margin-bottom: 65px;
    }
    .rt-mb-md-66 {
        margin-bottom: 66px;
    }
    .rt-mb-md-67 {
        margin-bottom: 67px;
    }
    .rt-mb-md-68 {
        margin-bottom: 68px;
    }
    .rt-mb-md-69 {
        margin-bottom: 69px;
    }
    .rt-mb-md-70 {
        margin-bottom: 70px;
    }
    .rt-mb-md-71 {
        margin-bottom: 71px;
    }
    .rt-mb-md-72 {
        margin-bottom: 72px;
    }
    .rt-mb-md-73 {
        margin-bottom: 73px;
    }
    .rt-mb-md-74 {
        margin-bottom: 74px;
    }
    .rt-mb-md-75 {
        margin-bottom: 75px;
    }
    .rt-mb-md-76 {
        margin-bottom: 76px;
    }
    .rt-mb-md-77 {
        margin-bottom: 77px;
    }
    .rt-mb-md-78 {
        margin-bottom: 78px;
    }
    .rt-mb-md-79 {
        margin-bottom: 79px;
    }
    .rt-mb-md-80 {
        margin-bottom: 80px;
    }
    .rt-mb-md-81 {
        margin-bottom: 81px;
    }
    .rt-mb-md-82 {
        margin-bottom: 82px;
    }
    .rt-mb-md-83 {
        margin-bottom: 83px;
    }
    .rt-mb-md-84 {
        margin-bottom: 84px;
    }
    .rt-mb-md-85 {
        margin-bottom: 85px;
    }
    .rt-mb-md-86 {
        margin-bottom: 86px;
    }
    .rt-mb-md-87 {
        margin-bottom: 87px;
    }
    .rt-mb-md-88 {
        margin-bottom: 88px;
    }
    .rt-mb-md-89 {
        margin-bottom: 89px;
    }
    .rt-mb-md-90 {
        margin-bottom: 90px;
    }
    .rt-mb-md-91 {
        margin-bottom: 91px;
    }
    .rt-mb-md-92 {
        margin-bottom: 92px;
    }
    .rt-mb-md-93 {
        margin-bottom: 93px;
    }
    .rt-mb-md-94 {
        margin-bottom: 94px;
    }
    .rt-mb-md-95 {
        margin-bottom: 95px;
    }
    .rt-mb-md-96 {
        margin-bottom: 96px;
    }
    .rt-mb-md-97 {
        margin-bottom: 97px;
    }
    .rt-mb-md-98 {
        margin-bottom: 98px;
    }
    .rt-mb-md-99 {
        margin-bottom: 99px;
    }
    .rt-mb-md-100 {
        margin-bottom: 100px;
    }
}

@media (max-width: 767.98px) {
    .rt-mb-xs-0 {
        margin-bottom: 0px;
    }
    .rt-mb-xs-1 {
        margin-bottom: 1px;
    }
    .rt-mb-xs-2 {
        margin-bottom: 2px;
    }
    .rt-mb-xs-3 {
        margin-bottom: 3px;
    }
    .rt-mb-xs-4 {
        margin-bottom: 4px;
    }
    .rt-mb-xs-5 {
        margin-bottom: 5px;
    }
    .rt-mb-xs-6 {
        margin-bottom: 6px;
    }
    .rt-mb-xs-7 {
        margin-bottom: 7px;
    }
    .rt-mb-xs-8 {
        margin-bottom: 8px;
    }
    .rt-mb-xs-9 {
        margin-bottom: 9px;
    }
    .rt-mb-xs-10 {
        margin-bottom: 10px;
    }
    .rt-mb-xs-11 {
        margin-bottom: 11px;
    }
    .rt-mb-xs-12 {
        margin-bottom: 12px;
    }
    .rt-mb-xs-13 {
        margin-bottom: 13px;
    }
    .rt-mb-xs-14 {
        margin-bottom: 14px;
    }
    .rt-mb-xs-15 {
        margin-bottom: 15px;
    }
    .rt-mb-xs-16 {
        margin-bottom: 16px;
    }
    .rt-mb-xs-17 {
        margin-bottom: 17px;
    }
    .rt-mb-xs-18 {
        margin-bottom: 18px;
    }
    .rt-mb-xs-19 {
        margin-bottom: 19px;
    }
    .rt-mb-xs-20 {
        margin-bottom: 20px;
    }
    .rt-mb-xs-21 {
        margin-bottom: 21px;
    }
    .rt-mb-xs-22 {
        margin-bottom: 22px;
    }
    .rt-mb-xs-23 {
        margin-bottom: 23px;
    }
    .rt-mb-xs-24 {
        margin-bottom: 24px;
    }
    .rt-mb-xs-25 {
        margin-bottom: 25px;
    }
    .rt-mb-xs-26 {
        margin-bottom: 26px;
    }
    .rt-mb-xs-27 {
        margin-bottom: 27px;
    }
    .rt-mb-xs-28 {
        margin-bottom: 28px;
    }
    .rt-mb-xs-29 {
        margin-bottom: 29px;
    }
    .rt-mb-xs-30 {
        margin-bottom: 30px;
    }
    .rt-mb-xs-31 {
        margin-bottom: 31px;
    }
    .rt-mb-xs-32 {
        margin-bottom: 32px;
    }
    .rt-mb-xs-33 {
        margin-bottom: 33px;
    }
    .rt-mb-xs-34 {
        margin-bottom: 34px;
    }
    .rt-mb-xs-35 {
        margin-bottom: 35px;
    }
    .rt-mb-xs-36 {
        margin-bottom: 36px;
    }
    .rt-mb-xs-37 {
        margin-bottom: 37px;
    }
    .rt-mb-xs-38 {
        margin-bottom: 38px;
    }
    .rt-mb-xs-39 {
        margin-bottom: 39px;
    }
    .rt-mb-xs-40 {
        margin-bottom: 40px;
    }
    .rt-mb-xs-41 {
        margin-bottom: 41px;
    }
    .rt-mb-xs-42 {
        margin-bottom: 42px;
    }
    .rt-mb-xs-43 {
        margin-bottom: 43px;
    }
    .rt-mb-xs-44 {
        margin-bottom: 44px;
    }
    .rt-mb-xs-45 {
        margin-bottom: 45px;
    }
    .rt-mb-xs-46 {
        margin-bottom: 46px;
    }
    .rt-mb-xs-47 {
        margin-bottom: 47px;
    }
    .rt-mb-xs-48 {
        margin-bottom: 48px;
    }
    .rt-mb-xs-49 {
        margin-bottom: 49px;
    }
    .rt-mb-xs-50 {
        margin-bottom: 50px;
    }
    .rt-mb-xs-51 {
        margin-bottom: 51px;
    }
    .rt-mb-xs-52 {
        margin-bottom: 52px;
    }
    .rt-mb-xs-53 {
        margin-bottom: 53px;
    }
    .rt-mb-xs-54 {
        margin-bottom: 54px;
    }
    .rt-mb-xs-55 {
        margin-bottom: 55px;
    }
    .rt-mb-xs-56 {
        margin-bottom: 56px;
    }
    .rt-mb-xs-57 {
        margin-bottom: 57px;
    }
    .rt-mb-xs-58 {
        margin-bottom: 58px;
    }
    .rt-mb-xs-59 {
        margin-bottom: 59px;
    }
    .rt-mb-xs-60 {
        margin-bottom: 60px;
    }
    .rt-mb-xs-61 {
        margin-bottom: 61px;
    }
    .rt-mb-xs-62 {
        margin-bottom: 62px;
    }
    .rt-mb-xs-63 {
        margin-bottom: 63px;
    }
    .rt-mb-xs-64 {
        margin-bottom: 64px;
    }
    .rt-mb-xs-65 {
        margin-bottom: 65px;
    }
    .rt-mb-xs-66 {
        margin-bottom: 66px;
    }
    .rt-mb-xs-67 {
        margin-bottom: 67px;
    }
    .rt-mb-xs-68 {
        margin-bottom: 68px;
    }
    .rt-mb-xs-69 {
        margin-bottom: 69px;
    }
    .rt-mb-xs-70 {
        margin-bottom: 70px;
    }
    .rt-mb-xs-71 {
        margin-bottom: 71px;
    }
    .rt-mb-xs-72 {
        margin-bottom: 72px;
    }
    .rt-mb-xs-73 {
        margin-bottom: 73px;
    }
    .rt-mb-xs-74 {
        margin-bottom: 74px;
    }
    .rt-mb-xs-75 {
        margin-bottom: 75px;
    }
    .rt-mb-xs-76 {
        margin-bottom: 76px;
    }
    .rt-mb-xs-77 {
        margin-bottom: 77px;
    }
    .rt-mb-xs-78 {
        margin-bottom: 78px;
    }
    .rt-mb-xs-79 {
        margin-bottom: 79px;
    }
    .rt-mb-xs-80 {
        margin-bottom: 80px;
    }
    .rt-mb-xs-81 {
        margin-bottom: 81px;
    }
    .rt-mb-xs-82 {
        margin-bottom: 82px;
    }
    .rt-mb-xs-83 {
        margin-bottom: 83px;
    }
    .rt-mb-xs-84 {
        margin-bottom: 84px;
    }
    .rt-mb-xs-85 {
        margin-bottom: 85px;
    }
    .rt-mb-xs-86 {
        margin-bottom: 86px;
    }
    .rt-mb-xs-87 {
        margin-bottom: 87px;
    }
    .rt-mb-xs-88 {
        margin-bottom: 88px;
    }
    .rt-mb-xs-89 {
        margin-bottom: 89px;
    }
    .rt-mb-xs-90 {
        margin-bottom: 90px;
    }
    .rt-mb-xs-91 {
        margin-bottom: 91px;
    }
    .rt-mb-xs-92 {
        margin-bottom: 92px;
    }
    .rt-mb-xs-93 {
        margin-bottom: 93px;
    }
    .rt-mb-xs-94 {
        margin-bottom: 94px;
    }
    .rt-mb-xs-95 {
        margin-bottom: 95px;
    }
    .rt-mb-xs-96 {
        margin-bottom: 96px;
    }
    .rt-mb-xs-97 {
        margin-bottom: 97px;
    }
    .rt-mb-xs-98 {
        margin-bottom: 98px;
    }
    .rt-mb-xs-99 {
        margin-bottom: 99px;
    }
    .rt-mb-xs-100 {
        margin-bottom: 100px;
    }
}

.rt-mt-0 {
    margin-top: 0px;
}

.rt-mt-1 {
    margin-top: 1px;
}

.rt-mt-2 {
    margin-top: 2px;
}

.rt-mt-3 {
    margin-top: 3px;
}

.rt-mt-4 {
    margin-top: 4px;
}

.rt-mt-5 {
    margin-top: 5px;
}

.rt-mt-6 {
    margin-top: 6px;
}

.rt-mt-7 {
    margin-top: 7px;
}

.rt-mt-8 {
    margin-top: 8px;
}

.rt-mt-9 {
    margin-top: 9px;
}

.rt-mt-10 {
    margin-top: 10px;
}

.rt-mt-11 {
    margin-top: 11px;
}

.rt-mt-12 {
    margin-top: 12px;
}

.rt-mt-13 {
    margin-top: 13px;
}

.rt-mt-14 {
    margin-top: 14px;
}

.rt-mt-15 {
    margin-top: 15px;
}

.rt-mt-16 {
    margin-top: 16px;
}

.rt-mt-17 {
    margin-top: 17px;
}

.rt-mt-18 {
    margin-top: 18px;
}

.rt-mt-19 {
    margin-top: 19px;
}

.rt-mt-20 {
    margin-top: 20px;
}

.rt-mt-21 {
    margin-top: 21px;
}

.rt-mt-22 {
    margin-top: 22px;
}

.rt-mt-23 {
    margin-top: 23px;
}

.rt-mt-24 {
    margin-top: 24px;
}

.rt-mt-25 {
    margin-top: 25px;
}

.rt-mt-26 {
    margin-top: 26px;
}

.rt-mt-27 {
    margin-top: 27px;
}

.rt-mt-28 {
    margin-top: 28px;
}

.rt-mt-29 {
    margin-top: 29px;
}

.rt-mt-30 {
    margin-top: 30px;
}


.rt-mt-31 {
    margin-top: 31px;
}

.rt-mt-32 {
    margin-top: 32px;
}

.rt-mt-33 {
    margin-top: 33px;
}

.rt-mt-34 {
    margin-top: 34px;
}

.rt-mt-35 {
    margin-top: 35px;
}

.rt-mt-36 {
    margin-top: 36px;
}

.rt-mt-37 {
    margin-top: 37px;
}

.rt-mt-38 {
    margin-top: 38px;
}

.rt-mt-39 {
    margin-top: 39px;
}

.rt-mt-40 {
    margin-top: 40px;
}

.rt-mt-41 {
    margin-top: 41px;
}

.rt-mt-42 {
    margin-top: 42px;
}

.rt-mt-43 {
    margin-top: 43px;
}

.rt-mt-44 {
    margin-top: 44px;
}

.rt-mt-45 {
    margin-top: 45px;
}

.rt-mt-46 {
    margin-top: 46px;
}

.rt-mt-47 {
    margin-top: 47px;
}

.rt-mt-48 {
    margin-top: 48px;
}

.rt-mt-49 {
    margin-top: 49px;
}

.rt-mt-50 {
    margin-top: 50px;
}

.rt-mt-51 {
    margin-top: 51px;
}

.rt-mt-52 {
    margin-top: 52px;
}

.rt-mt-53 {
    margin-top: 53px;
}

.rt-mt-54 {
    margin-top: 54px;
}

.rt-mt-55 {
    margin-top: 55px;
}

.rt-mt-56 {
    margin-top: 56px;
}

.rt-mt-57 {
    margin-top: 57px;
}

.rt-mt-58 {
    margin-top: 58px;
}

.rt-mt-59 {
    margin-top: 59px;
}

.rt-mt-60 {
    margin-top: 60px;
}

.rt-mt-61 {
    margin-top: 61px;
}

.rt-mt-62 {
    margin-top: 62px;
}

.rt-mt-63 {
    margin-top: 63px;
}

.rt-mt-64 {
    margin-top: 64px;
}

.rt-mt-65 {
    margin-top: 65px;
}

.rt-mt-66 {
    margin-top: 66px;
}

.rt-mt-67 {
    margin-top: 67px;
}

.rt-mt-68 {
    margin-top: 68px;
}

.rt-mt-69 {
    margin-top: 69px;
}

.rt-mt-70 {
    margin-top: 70px;
}

.rt-mt-71 {
    margin-top: 71px;
}

.rt-mt-72 {
    margin-top: 72px;
}

.rt-mt-73 {
    margin-top: 73px;
}

.rt-mt-74 {
    margin-top: 74px;
}

.rt-mt-75 {
    margin-top: 75px;
}

.rt-mt-76 {
    margin-top: 76px;
}

.rt-mt-77 {
    margin-top: 77px;
}

.rt-mt-78 {
    margin-top: 78px;
}

.rt-mt-79 {
    margin-top: 79px;
}

.rt-mt-80 {
    margin-top: 80px;
}

.rt-mt-81 {
    margin-top: 81px;
}

.rt-mt-82 {
    margin-top: 82px;
}

.rt-mt-83 {
    margin-top: 83px;
}

.rt-mt-84 {
    margin-top: 84px;
}

.rt-mt-85 {
    margin-top: 85px;
}

.rt-mt-86 {
    margin-top: 86px;
}

.rt-mt-87 {
    margin-top: 87px;
}

.rt-mt-88 {
    margin-top: 88px;
}

.rt-mt-89 {
    margin-top: 89px;
}

.rt-mt-90 {
    margin-top: 90px;
}

.rt-mt-91 {
    margin-top: 91px;
}

.rt-mt-92 {
    margin-top: 92px;
}

.rt-mt-93 {
    margin-top: 93px;
}

.rt-mt-94 {
    margin-top: 94px;
}

.rt-mt-95 {
    margin-top: 95px;
}

.rt-mt-96 {
    margin-top: 96px;
}

.rt-mt-97 {
    margin-top: 97px;
}

.rt-mt-98 {
    margin-top: 98px;
}

.rt-mt-99 {
    margin-top: 99px;
}

.rt-mt-100 {
    margin-top: 100px;
}

@media (max-width: 1199.98px) {
    .rt-mt-lg-0 {
        margin-top: 0px;
    }
    .rt-mt-lg-1 {
        margin-top: 1px;
    }
    .rt-mt-lg-2 {
        margin-top: 2px;
    }
    .rt-mt-lg-3 {
        margin-top: 3px;
    }
    .rt-mt-lg-4 {
        margin-top: 4px;
    }
    .rt-mt-lg-5 {
        margin-top: 5px;
    }
    .rt-mt-lg-6 {
        margin-top: 6px;
    }
    .rt-mt-lg-7 {
        margin-top: 7px;
    }
    .rt-mt-lg-8 {
        margin-top: 8px;
    }
    .rt-mt-lg-9 {
        margin-top: 9px;
    }
    .rt-mt-lg-10 {
        margin-top: 10px;
    }
    .rt-mt-lg-11 {
        margin-top: 11px;
    }
    .rt-mt-lg-12 {
        margin-top: 12px;
    }
    .rt-mt-lg-13 {
        margin-top: 13px;
    }
    .rt-mt-lg-14 {
        margin-top: 14px;
    }
    .rt-mt-lg-15 {
        margin-top: 15px;
    }
    .rt-mt-lg-16 {
        margin-top: 16px;
    }
    .rt-mt-lg-17 {
        margin-top: 17px;
    }
    .rt-mt-lg-18 {
        margin-top: 18px;
    }
    .rt-mt-lg-19 {
        margin-top: 19px;
    }
    .rt-mt-lg-20 {
        margin-top: 20px;
    }
    .rt-mt-lg-21 {
        margin-top: 21px;
    }
    .rt-mt-lg-22 {
        margin-top: 22px;
    }
    .rt-mt-lg-23 {
        margin-top: 23px;
    }
    .rt-mt-lg-24 {
        margin-top: 24px;
    }
    .rt-mt-lg-25 {
        margin-top: 25px;
    }
    .rt-mt-lg-26 {
        margin-top: 26px;
    }
    .rt-mt-lg-27 {
        margin-top: 27px;
    }
    .rt-mt-lg-28 {
        margin-top: 28px;
    }
    .rt-mt-lg-29 {
        margin-top: 29px;
    }
    .rt-mt-lg-30 {
        margin-top: 30px;
    }
    .rt-mt-lg-31 {
        margin-top: 31px;
    }
    .rt-mt-lg-32 {
        margin-top: 32px;
    }
    .rt-mt-lg-33 {
        margin-top: 33px;
    }
    .rt-mt-lg-34 {
        margin-top: 34px;
    }
    .rt-mt-lg-35 {
        margin-top: 35px;
    }
    .rt-mt-lg-36 {
        margin-top: 36px;
    }
    .rt-mt-lg-37 {
        margin-top: 37px;
    }
    .rt-mt-lg-38 {
        margin-top: 38px;
    }
    .rt-mt-lg-39 {
        margin-top: 39px;
    }
    .rt-mt-lg-40 {
        margin-top: 40px;
    }
    .rt-mt-lg-41 {
        margin-top: 41px;
    }
    .rt-mt-lg-42 {
        margin-top: 42px;
    }
    .rt-mt-lg-43 {
        margin-top: 43px;
    }
    .rt-mt-lg-44 {
        margin-top: 44px;
    }
    .rt-mt-lg-45 {
        margin-top: 45px;
    }
    .rt-mt-lg-46 {
        margin-top: 46px;
    }
    .rt-mt-lg-47 {
        margin-top: 47px;
    }
    .rt-mt-lg-48 {
        margin-top: 48px;
    }
    .rt-mt-lg-49 {
        margin-top: 49px;
    }
    .rt-mt-lg-50 {
        margin-top: 50px;
    }
    .rt-mt-lg-51 {
        margin-top: 51px;
    }
    .rt-mt-lg-52 {
        margin-top: 52px;
    }
    .rt-mt-lg-53 {
        margin-top: 53px;
    }
    .rt-mt-lg-54 {
        margin-top: 54px;
    }
    .rt-mt-lg-55 {
        margin-top: 55px;
    }
    .rt-mt-lg-56 {
        margin-top: 56px;
    }
    .rt-mt-lg-57 {
        margin-top: 57px;
    }
    .rt-mt-lg-58 {
        margin-top: 58px;
    }
    .rt-mt-lg-59 {
        margin-top: 59px;
    }
    .rt-mt-lg-60 {
        margin-top: 60px;
    }
    .rt-mt-lg-61 {
        margin-top: 61px;
    }
    .rt-mt-lg-62 {
        margin-top: 62px;
    }
    .rt-mt-lg-63 {
        margin-top: 63px;
    }
    .rt-mt-lg-64 {
        margin-top: 64px;
    }
    .rt-mt-lg-65 {
        margin-top: 65px;
    }
    .rt-mt-lg-66 {
        margin-top: 66px;
    }
    .rt-mt-lg-67 {
        margin-top: 67px;
    }
    .rt-mt-lg-68 {
        margin-top: 68px;
    }
    .rt-mt-lg-69 {
        margin-top: 69px;
    }
    .rt-mt-lg-70 {
        margin-top: 70px;
    }
    .rt-mt-lg-71 {
        margin-top: 71px;
    }
    .rt-mt-lg-72 {
        margin-top: 72px;
    }
    .rt-mt-lg-73 {
        margin-top: 73px;
    }
    .rt-mt-lg-74 {
        margin-top: 74px;
    }
    .rt-mt-lg-75 {
        margin-top: 75px;
    }
    .rt-mt-lg-76 {
        margin-top: 76px;
    }
    .rt-mt-lg-77 {
        margin-top: 77px;
    }
    .rt-mt-lg-78 {
        margin-top: 78px;
    }
    .rt-mt-lg-79 {
        margin-top: 79px;
    }
    .rt-mt-lg-80 {
        margin-top: 80px;
    }
    .rt-mt-lg-81 {
        margin-top: 81px;
    }
    .rt-mt-lg-82 {
        margin-top: 82px;
    }
    .rt-mt-lg-83 {
        margin-top: 83px;
    }
    .rt-mt-lg-84 {
        margin-top: 84px;
    }
    .rt-mt-lg-85 {
        margin-top: 85px;
    }
    .rt-mt-lg-86 {
        margin-top: 86px;
    }
    .rt-mt-lg-87 {
        margin-top: 87px;
    }
    .rt-mt-lg-88 {
        margin-top: 88px;
    }
    .rt-mt-lg-89 {
        margin-top: 89px;
    }
    .rt-mt-lg-90 {
        margin-top: 90px;
    }
    .rt-mt-lg-91 {
        margin-top: 91px;
    }
    .rt-mt-lg-92 {
        margin-top: 92px;
    }
    .rt-mt-lg-93 {
        margin-top: 93px;
    }
    .rt-mt-lg-94 {
        margin-top: 94px;
    }
    .rt-mt-lg-95 {
        margin-top: 95px;
    }
    .rt-mt-lg-96 {
        margin-top: 96px;
    }
    .rt-mt-lg-97 {
        margin-top: 97px;
    }
    .rt-mt-lg-98 {
        margin-top: 98px;
    }
    .rt-mt-lg-99 {
        margin-top: 99px;
    }
    .rt-mt-lg-100 {
        margin-top: 100px;
    }
}

@media (max-width: 991.98px) {
    .rt-mt-md-0 {
        margin-top: 0px;
    }
    .rt-mt-md-1 {
        margin-top: 1px;
    }
    .rt-mt-md-2 {
        margin-top: 2px;
    }
    .rt-mt-md-3 {
        margin-top: 3px;
    }
    .rt-mt-md-4 {
        margin-top: 4px;
    }
    .rt-mt-md-5 {
        margin-top: 5px;
    }
    .rt-mt-md-6 {
        margin-top: 6px;
    }
    .rt-mt-md-7 {
        margin-top: 7px;
    }
    .rt-mt-md-8 {
        margin-top: 8px;
    }
    .rt-mt-md-9 {
        margin-top: 9px;
    }
    .rt-mt-md-10 {
        margin-top: 10px;
    }
    .rt-mt-md-11 {
        margin-top: 11px;
    }
    .rt-mt-md-12 {
        margin-top: 12px;
    }
    .rt-mt-md-13 {
        margin-top: 13px;
    }
    .rt-mt-md-14 {
        margin-top: 14px;
    }
    .rt-mt-md-15 {
        margin-top: 15px;
    }
    .rt-mt-md-16 {
        margin-top: 16px;
    }
    .rt-mt-md-17 {
        margin-top: 17px;
    }
    .rt-mt-md-18 {
        margin-top: 18px;
    }
    .rt-mt-md-19 {
        margin-top: 19px;
    }
    .rt-mt-md-20 {
        margin-top: 20px;
    }
    .rt-mt-md-21 {
        margin-top: 21px;
    }
    .rt-mt-md-22 {
        margin-top: 22px;
    }
    .rt-mt-md-23 {
        margin-top: 23px;
    }
    .rt-mt-md-24 {
        margin-top: 24px;
    }
    .rt-mt-md-25 {
        margin-top: 25px;
    }
    .rt-mt-md-26 {
        margin-top: 26px;
    }
    .rt-mt-md-27 {
        margin-top: 27px;
    }
    .rt-mt-md-28 {
        margin-top: 28px;
    }
    .rt-mt-md-29 {
        margin-top: 29px;
    }
    .rt-mt-md-30 {
        margin-top: 30px;
    }
    .rt-mt-md-31 {
        margin-top: 31px;
    }
    .rt-mt-md-32 {
        margin-top: 32px;
    }
    .rt-mt-md-33 {
        margin-top: 33px;
    }
    .rt-mt-md-34 {
        margin-top: 34px;
    }
    .rt-mt-md-35 {
        margin-top: 35px;
    }
    .rt-mt-md-36 {
        margin-top: 36px;
    }
    .rt-mt-md-37 {
        margin-top: 37px;
    }
    .rt-mt-md-38 {
        margin-top: 38px;
    }
    .rt-mt-md-39 {
        margin-top: 39px;
    }
    .rt-mt-md-40 {
        margin-top: 40px;
    }
    .rt-mt-md-41 {
        margin-top: 41px;
    }
    .rt-mt-md-42 {
        margin-top: 42px;
    }
    .rt-mt-md-43 {
        margin-top: 43px;
    }
    .rt-mt-md-44 {
        margin-top: 44px;
    }
    .rt-mt-md-45 {
        margin-top: 45px;
    }
    .rt-mt-md-46 {
        margin-top: 46px;
    }
    .rt-mt-md-47 {
        margin-top: 47px;
    }
    .rt-mt-md-48 {
        margin-top: 48px;
    }
    .rt-mt-md-49 {
        margin-top: 49px;
    }
    .rt-mt-md-50 {
        margin-top: 50px;
    }
    .rt-mt-md-51 {
        margin-top: 51px;
    }
    .rt-mt-md-52 {
        margin-top: 52px;
    }
    .rt-mt-md-53 {
        margin-top: 53px;
    }
    .rt-mt-md-54 {
        margin-top: 54px;
    }
    .rt-mt-md-55 {
        margin-top: 55px;
    }
    .rt-mt-md-56 {
        margin-top: 56px;
    }
    .rt-mt-md-57 {
        margin-top: 57px;
    }
    .rt-mt-md-58 {
        margin-top: 58px;
    }
    .rt-mt-md-59 {
        margin-top: 59px;
    }
    .rt-mt-md-60 {
        margin-top: 60px;
    }
    .rt-mt-md-61 {
        margin-top: 61px;
    }
    .rt-mt-md-62 {
        margin-top: 62px;
    }
    .rt-mt-md-63 {
        margin-top: 63px;
    }
    .rt-mt-md-64 {
        margin-top: 64px;
    }
    .rt-mt-md-65 {
        margin-top: 65px;
    }
    .rt-mt-md-66 {
        margin-top: 66px;
    }
    .rt-mt-md-67 {
        margin-top: 67px;
    }
    .rt-mt-md-68 {
        margin-top: 68px;
    }
    .rt-mt-md-69 {
        margin-top: 69px;
    }
    .rt-mt-md-70 {
        margin-top: 70px;
    }
    .rt-mt-md-71 {
        margin-top: 71px;
    }
    .rt-mt-md-72 {
        margin-top: 72px;
    }
    .rt-mt-md-73 {
        margin-top: 73px;
    }
    .rt-mt-md-74 {
        margin-top: 74px;
    }
    .rt-mt-md-75 {
        margin-top: 75px;
    }
    .rt-mt-md-76 {
        margin-top: 76px;
    }
    .rt-mt-md-77 {
        margin-top: 77px;
    }
    .rt-mt-md-78 {
        margin-top: 78px;
    }
    .rt-mt-md-79 {
        margin-top: 79px;
    }
    .rt-mt-md-80 {
        margin-top: 80px;
    }
    .rt-mt-md-81 {
        margin-top: 81px;
    }
    .rt-mt-md-82 {
        margin-top: 82px;
    }
    .rt-mt-md-83 {
        margin-top: 83px;
    }
    .rt-mt-md-84 {
        margin-top: 84px;
    }
    .rt-mt-md-85 {
        margin-top: 85px;
    }
    .rt-mt-md-86 {
        margin-top: 86px;
    }
    .rt-mt-md-87 {
        margin-top: 87px;
    }
    .rt-mt-md-88 {
        margin-top: 88px;
    }
    .rt-mt-md-89 {
        margin-top: 89px;
    }
    .rt-mt-md-90 {
        margin-top: 90px;
    }
    .rt-mt-md-91 {
        margin-top: 91px;
    }
    .rt-mt-md-92 {
        margin-top: 92px;
    }
    .rt-mt-md-93 {
        margin-top: 93px;
    }
    .rt-mt-md-94 {
        margin-top: 94px;
    }
    .rt-mt-md-95 {
        margin-top: 95px;
    }
    .rt-mt-md-96 {
        margin-top: 96px;
    }
    .rt-mt-md-97 {
        margin-top: 97px;
    }
    .rt-mt-md-98 {
        margin-top: 98px;
    }
    .rt-mt-md-99 {
        margin-top: 99px;
    }
    .rt-mt-md-100 {
        margin-top: 100px;
    }
}

@media (max-width: 767.98px) {
    .rt-mt-xs-0 {
        margin-top: 0px;
    }
    .rt-mt-xs-1 {
        margin-top: 1px;
    }
    .rt-mt-xs-2 {
        margin-top: 2px;
    }
    .rt-mt-xs-3 {
        margin-top: 3px;
    }
    .rt-mt-xs-4 {
        margin-top: 4px;
    }
    .rt-mt-xs-5 {
        margin-top: 5px;
    }
    .rt-mt-xs-6 {
        margin-top: 6px;
    }
    .rt-mt-xs-7 {
        margin-top: 7px;
    }
    .rt-mt-xs-8 {
        margin-top: 8px;
    }
    .rt-mt-xs-9 {
        margin-top: 9px;
    }
    .rt-mt-xs-10 {
        margin-top: 10px;
    }
    .rt-mt-xs-11 {
        margin-top: 11px;
    }
    .rt-mt-xs-12 {
        margin-top: 12px;
    }
    .rt-mt-xs-13 {
        margin-top: 13px;
    }
    .rt-mt-xs-14 {
        margin-top: 14px;
    }
    .rt-mt-xs-15 {
        margin-top: 15px;
    }
    .rt-mt-xs-16 {
        margin-top: 16px;
    }
    .rt-mt-xs-17 {
        margin-top: 17px;
    }
    .rt-mt-xs-18 {
        margin-top: 18px;
    }
    .rt-mt-xs-19 {
        margin-top: 19px;
    }
    .rt-mt-xs-20 {
        margin-top: 20px;
    }
    .rt-mt-xs-21 {
        margin-top: 21px;
    }
    .rt-mt-xs-22 {
        margin-top: 22px;
    }
    .rt-mt-xs-23 {
        margin-top: 23px;
    }
    .rt-mt-xs-24 {
        margin-top: 24px;
    }
    .rt-mt-xs-25 {
        margin-top: 25px;
    }
    .rt-mt-xs-26 {
        margin-top: 26px;
    }
    .rt-mt-xs-27 {
        margin-top: 27px;
    }
    .rt-mt-xs-28 {
        margin-top: 28px;
    }
    .rt-mt-xs-29 {
        margin-top: 29px;
    }
    .rt-mt-xs-30 {
        margin-top: 30px;
    }
    .rt-mt-xs-31 {
        margin-top: 31px;
    }
    .rt-mt-xs-32 {
        margin-top: 32px;
    }
    .rt-mt-xs-33 {
        margin-top: 33px;
    }
    .rt-mt-xs-34 {
        margin-top: 34px;
    }
    .rt-mt-xs-35 {
        margin-top: 35px;
    }
    .rt-mt-xs-36 {
        margin-top: 36px;
    }
    .rt-mt-xs-37 {
        margin-top: 37px;
    }
    .rt-mt-xs-38 {
        margin-top: 38px;
    }
    .rt-mt-xs-39 {
        margin-top: 39px;
    }
    .rt-mt-xs-40 {
        margin-top: 40px;
    }
    .rt-mt-xs-41 {
        margin-top: 41px;
    }
    .rt-mt-xs-42 {
        margin-top: 42px;
    }
    .rt-mt-xs-43 {
        margin-top: 43px;
    }
    .rt-mt-xs-44 {
        margin-top: 44px;
    }
    .rt-mt-xs-45 {
        margin-top: 45px;
    }
    .rt-mt-xs-46 {
        margin-top: 46px;
    }
    .rt-mt-xs-47 {
        margin-top: 47px;
    }
    .rt-mt-xs-48 {
        margin-top: 48px;
    }
    .rt-mt-xs-49 {
        margin-top: 49px;
    }
    .rt-mt-xs-50 {
        margin-top: 50px;
    }
    .rt-mt-xs-51 {
        margin-top: 51px;
    }
    .rt-mt-xs-52 {
        margin-top: 52px;
    }
    .rt-mt-xs-53 {
        margin-top: 53px;
    }
    .rt-mt-xs-54 {
        margin-top: 54px;
    }
    .rt-mt-xs-55 {
        margin-top: 55px;
    }
    .rt-mt-xs-56 {
        margin-top: 56px;
    }
    .rt-mt-xs-57 {
        margin-top: 57px;
    }
    .rt-mt-xs-58 {
        margin-top: 58px;
    }
    .rt-mt-xs-59 {
        margin-top: 59px;
    }
    .rt-mt-xs-60 {
        margin-top: 60px;
    }
    .rt-mt-xs-61 {
        margin-top: 61px;
    }
    .rt-mt-xs-62 {
        margin-top: 62px;
    }
    .rt-mt-xs-63 {
        margin-top: 63px;
    }
    .rt-mt-xs-64 {
        margin-top: 64px;
    }
    .rt-mt-xs-65 {
        margin-top: 65px;
    }
    .rt-mt-xs-66 {
        margin-top: 66px;
    }
    .rt-mt-xs-67 {
        margin-top: 67px;
    }
    .rt-mt-xs-68 {
        margin-top: 68px;
    }
    .rt-mt-xs-69 {
        margin-top: 69px;
    }
    .rt-mt-xs-70 {
        margin-top: 70px;
    }
    .rt-mt-xs-71 {
        margin-top: 71px;
    }
    .rt-mt-xs-72 {
        margin-top: 72px;
    }
    .rt-mt-xs-73 {
        margin-top: 73px;
    }
    .rt-mt-xs-74 {
        margin-top: 74px;
    }
    .rt-mt-xs-75 {
        margin-top: 75px;
    }
    .rt-mt-xs-76 {
        margin-top: 76px;
    }
    .rt-mt-xs-77 {
        margin-top: 77px;
    }
    .rt-mt-xs-78 {
        margin-top: 78px;
    }
    .rt-mt-xs-79 {
        margin-top: 79px;
    }
    .rt-mt-xs-80 {
        margin-top: 80px;
    }
    .rt-mt-xs-81 {
        margin-top: 81px;
    }
    .rt-mt-xs-82 {
        margin-top: 82px;
    }
    .rt-mt-xs-83 {
        margin-top: 83px;
    }
    .rt-mt-xs-84 {
        margin-top: 84px;
    }
    .rt-mt-xs-85 {
        margin-top: 85px;
    }
    .rt-mt-xs-86 {
        margin-top: 86px;
    }
    .rt-mt-xs-87 {
        margin-top: 87px;
    }
    .rt-mt-xs-88 {
        margin-top: 88px;
    }
    .rt-mt-xs-89 {
        margin-top: 89px;
    }
    .rt-mt-xs-90 {
        margin-top: 90px;
    }
    .rt-mt-xs-91 {
        margin-top: 91px;
    }
    .rt-mt-xs-92 {
        margin-top: 92px;
    }
    .rt-mt-xs-93 {
        margin-top: 93px;
    }
    .rt-mt-xs-94 {
        margin-top: 94px;
    }
    .rt-mt-xs-95 {
        margin-top: 95px;
    }
    .rt-mt-xs-96 {
        margin-top: 96px;
    }
    .rt-mt-xs-97 {
        margin-top: 97px;
    }
    .rt-mt-xs-98 {
        margin-top: 98px;
    }
    .rt-mt-xs-99 {
        margin-top: 99px;
    }
    .rt-mt-xs-100 {
        margin-top: 100px;
    }
}

.rt-ml-0 {
    margin-left: 0px;
}

.rt-ml-1 {
    margin-left: 1px;
}

.rt-ml-2 {
    margin-left: 2px;
}

.rt-ml-3 {
    margin-left: 3px;
}

.rt-ml-4 {
    margin-left: 4px;
}

.rt-ml-5 {
    margin-left: 5px;
}

.rt-ml-6 {
    margin-left: 6px;
}

.rt-ml-7 {
    margin-left: 7px;
}

.rt-ml-8 {
    margin-left: 8px;
}

.rt-ml-9 {
    margin-left: 9px;
}

.rt-ml-10 {
    margin-left: 10px;
}

.rt-ml-11 {
    margin-left: 11px;
}

.rt-ml-12 {
    margin-left: 12px;
}

.rt-ml-13 {
    margin-left: 13px;
}

.rt-ml-14 {
    margin-left: 14px;
}

.rt-ml-15 {
    margin-left: 15px;
}

.rt-ml-16 {
    margin-left: 16px;
}

.rt-ml-17 {
    margin-left: 17px;
}

.rt-ml-18 {
    margin-left: 18px;
}

.rt-ml-19 {
    margin-left: 19px;
}

.rt-ml-20 {
    margin-left: 20px;
}

.rt-ml-21 {
    margin-left: 21px;
}

.rt-ml-22 {
    margin-left: 22px;
}

.rt-ml-23 {
    margin-left: 23px;
}

.rt-ml-24 {
    margin-left: 24px;
}

.rt-ml-25 {
    margin-left: 25px;
}

.rt-ml-26 {
    margin-left: 26px;
}

.rt-ml-27 {
    margin-left: 27px;
}

.rt-ml-28 {
    margin-left: 28px;
}

.rt-ml-29 {
    margin-left: 29px;
}

.rt-ml-30 {
    margin-left: 30px;
}

.rt-ml-31 {
    margin-left: 31px;
}

.rt-ml-32 {
    margin-left: 32px;
}

.rt-ml-33 {
    margin-left: 33px;
}

.rt-ml-34 {
    margin-left: 34px;
}

.rt-ml-35 {
    margin-left: 35px;
}

.rt-ml-36 {
    margin-left: 36px;
}

.rt-ml-37 {
    margin-left: 37px;
}

.rt-ml-38 {
    margin-left: 38px;
}

.rt-ml-39 {
    margin-left: 39px;
}

.rt-ml-40 {
    margin-left: 40px;
}

.rt-ml-41 {
    margin-left: 41px;
}

.rt-ml-42 {
    margin-left: 42px;
}

.rt-ml-43 {
    margin-left: 43px;
}

.rt-ml-44 {
    margin-left: 44px;
}

.rt-ml-45 {
    margin-left: 45px;
}

.rt-ml-46 {
    margin-left: 46px;
}

.rt-ml-47 {
    margin-left: 47px;
}

.rt-ml-48 {
    margin-left: 48px;
}

.rt-ml-49 {
    margin-left: 49px;
}

.rt-ml-50 {
    margin-left: 50px;
}

.rt-ml-51 {
    margin-left: 51px;
}

.rt-ml-52 {
    margin-left: 52px;
}

.rt-ml-53 {
    margin-left: 53px;
}

.rt-ml-54 {
    margin-left: 54px;
}

.rt-ml-55 {
    margin-left: 55px;
}

.rt-ml-56 {
    margin-left: 56px;
}

.rt-ml-57 {
    margin-left: 57px;
}

.rt-ml-58 {
    margin-left: 58px;
}

.rt-ml-59 {
    margin-left: 59px;
}

.rt-ml-60 {
    margin-left: 60px;
}

.rt-ml-61 {
    margin-left: 61px;
}

.rt-ml-62 {
    margin-left: 62px;
}

.rt-ml-63 {
    margin-left: 63px;
}

.rt-ml-64 {
    margin-left: 64px;
}

.rt-ml-65 {
    margin-left: 65px;
}

.rt-ml-66 {
    margin-left: 66px;
}

.rt-ml-67 {
    margin-left: 67px;
}

.rt-ml-68 {
    margin-left: 68px;
}

.rt-ml-69 {
    margin-left: 69px;
}

.rt-ml-70 {
    margin-left: 70px;
}

.rt-ml-71 {
    margin-left: 71px;
}

.rt-ml-72 {
    margin-left: 72px;
}

.rt-ml-73 {
    margin-left: 73px;
}

.rt-ml-74 {
    margin-left: 74px;
}

.rt-ml-75 {
    margin-left: 75px;
}

.rt-ml-76 {
    margin-left: 76px;
}

.rt-ml-77 {
    margin-left: 77px;
}

.rt-ml-78 {
    margin-left: 78px;
}

.rt-ml-79 {
    margin-left: 79px;
}

.rt-ml-80 {
    margin-left: 80px;
}

.rt-ml-81 {
    margin-left: 81px;
}

.rt-ml-82 {
    margin-left: 82px;
}

.rt-ml-83 {
    margin-left: 83px;
}

.rt-ml-84 {
    margin-left: 84px;
}

.rt-ml-85 {
    margin-left: 85px;
}

.rt-ml-86 {
    margin-left: 86px;
}

.rt-ml-87 {
    margin-left: 87px;
}

.rt-ml-88 {
    margin-left: 88px;
}

.rt-ml-89 {
    margin-left: 89px;
}

.rt-ml-90 {
    margin-left: 90px;
}

.rt-ml-91 {
    margin-left: 91px;
}

.rt-ml-92 {
    margin-left: 92px;
}

.rt-ml-93 {
    margin-left: 93px;
}

.rt-ml-94 {
    margin-left: 94px;
}

.rt-ml-95 {
    margin-left: 95px;
}

.rt-ml-96 {
    margin-left: 96px;
}

.rt-ml-97 {
    margin-left: 97px;
}

.rt-ml-98 {
    margin-left: 98px;
}

.rt-ml-99 {
    margin-left: 99px;
}

.rt-ml-100 {
    margin-left: 100px;
}

@media (max-width: 1199.98px) {
    .rt-ml-lg-0 {
        margin-left: 0px;
    }
    .rt-ml-lg-1 {
        margin-left: 1px;
    }
    .rt-ml-lg-2 {
        margin-left: 2px;
    }
    .rt-ml-lg-3 {
        margin-left: 3px;
    }
    .rt-ml-lg-4 {
        margin-left: 4px;
    }
    .rt-ml-lg-5 {
        margin-left: 5px;
    }
    .rt-ml-lg-6 {
        margin-left: 6px;
    }
    .rt-ml-lg-7 {
        margin-left: 7px;
    }
    .rt-ml-lg-8 {
        margin-left: 8px;
    }
    .rt-ml-lg-9 {
        margin-left: 9px;
    }
    .rt-ml-lg-10 {
        margin-left: 10px;
    }
    .rt-ml-lg-11 {
        margin-left: 11px;
    }
    .rt-ml-lg-12 {
        margin-left: 12px;
    }
    .rt-ml-lg-13 {
        margin-left: 13px;
    }
    .rt-ml-lg-14 {
        margin-left: 14px;
    }
    .rt-ml-lg-15 {
        margin-left: 15px;
    }
    .rt-ml-lg-16 {
        margin-left: 16px;
    }
    .rt-ml-lg-17 {
        margin-left: 17px;
    }
    .rt-ml-lg-18 {
        margin-left: 18px;
    }
    .rt-ml-lg-19 {
        margin-left: 19px;
    }
    .rt-ml-lg-20 {
        margin-left: 20px;
    }
    .rt-ml-lg-21 {
        margin-left: 21px;
    }
    .rt-ml-lg-22 {
        margin-left: 22px;
    }
    .rt-ml-lg-23 {
        margin-left: 23px;
    }
    .rt-ml-lg-24 {
        margin-left: 24px;
    }
    .rt-ml-lg-25 {
        margin-left: 25px;
    }
    .rt-ml-lg-26 {
        margin-left: 26px;
    }
    .rt-ml-lg-27 {
        margin-left: 27px;
    }
    .rt-ml-lg-28 {
        margin-left: 28px;
    }
    .rt-ml-lg-29 {
        margin-left: 29px;
    }
    .rt-ml-lg-30 {
        margin-left: 30px;
    }
    .rt-ml-lg-31 {
        margin-left: 31px;
    }
    .rt-ml-lg-32 {
        margin-left: 32px;
    }
    .rt-ml-lg-33 {
        margin-left: 33px;
    }
    .rt-ml-lg-34 {
        margin-left: 34px;
    }
    .rt-ml-lg-35 {
        margin-left: 35px;
    }
    .rt-ml-lg-36 {
        margin-left: 36px;
    }
    .rt-ml-lg-37 {
        margin-left: 37px;
    }
    .rt-ml-lg-38 {
        margin-left: 38px;
    }
    .rt-ml-lg-39 {
        margin-left: 39px;
    }
    .rt-ml-lg-40 {
        margin-left: 40px;
    }
    .rt-ml-lg-41 {
        margin-left: 41px;
    }
    .rt-ml-lg-42 {
        margin-left: 42px;
    }
    .rt-ml-lg-43 {
        margin-left: 43px;
    }
    .rt-ml-lg-44 {
        margin-left: 44px;
    }
    .rt-ml-lg-45 {
        margin-left: 45px;
    }
    .rt-ml-lg-46 {
        margin-left: 46px;
    }
    .rt-ml-lg-47 {
        margin-left: 47px;
    }
    .rt-ml-lg-48 {
        margin-left: 48px;
    }
    .rt-ml-lg-49 {
        margin-left: 49px;
    }
    .rt-ml-lg-50 {
        margin-left: 50px;
    }
    .rt-ml-lg-51 {
        margin-left: 51px;
    }
    .rt-ml-lg-52 {
        margin-left: 52px;
    }
    .rt-ml-lg-53 {
        margin-left: 53px;
    }
    .rt-ml-lg-54 {
        margin-left: 54px;
    }
    .rt-ml-lg-55 {
        margin-left: 55px;
    }
    .rt-ml-lg-56 {
        margin-left: 56px;
    }
    .rt-ml-lg-57 {
        margin-left: 57px;
    }
    .rt-ml-lg-58 {
        margin-left: 58px;
    }
    .rt-ml-lg-59 {
        margin-left: 59px;
    }
    .rt-ml-lg-60 {
        margin-left: 60px;
    }
    .rt-ml-lg-61 {
        margin-left: 61px;
    }
    .rt-ml-lg-62 {
        margin-left: 62px;
    }
    .rt-ml-lg-63 {
        margin-left: 63px;
    }
    .rt-ml-lg-64 {
        margin-left: 64px;
    }
    .rt-ml-lg-65 {
        margin-left: 65px;
    }
    .rt-ml-lg-66 {
        margin-left: 66px;
    }
    .rt-ml-lg-67 {
        margin-left: 67px;
    }
    .rt-ml-lg-68 {
        margin-left: 68px;
    }
    .rt-ml-lg-69 {
        margin-left: 69px;
    }
    .rt-ml-lg-70 {
        margin-left: 70px;
    }
    .rt-ml-lg-71 {
        margin-left: 71px;
    }
    .rt-ml-lg-72 {
        margin-left: 72px;
    }
    .rt-ml-lg-73 {
        margin-left: 73px;
    }
    .rt-ml-lg-74 {
        margin-left: 74px;
    }
    .rt-ml-lg-75 {
        margin-left: 75px;
    }
    .rt-ml-lg-76 {
        margin-left: 76px;
    }
    .rt-ml-lg-77 {
        margin-left: 77px;
    }
    .rt-ml-lg-78 {
        margin-left: 78px;
    }
    .rt-ml-lg-79 {
        margin-left: 79px;
    }
    .rt-ml-lg-80 {
        margin-left: 80px;
    }
    .rt-ml-lg-81 {
        margin-left: 81px;
    }
    .rt-ml-lg-82 {
        margin-left: 82px;
    }
    .rt-ml-lg-83 {
        margin-left: 83px;
    }
    .rt-ml-lg-84 {
        margin-left: 84px;
    }
    .rt-ml-lg-85 {
        margin-left: 85px;
    }
    .rt-ml-lg-86 {
        margin-left: 86px;
    }
    .rt-ml-lg-87 {
        margin-left: 87px;
    }
    .rt-ml-lg-88 {
        margin-left: 88px;
    }
    .rt-ml-lg-89 {
        margin-left: 89px;
    }
    .rt-ml-lg-90 {
        margin-left: 90px;
    }
    .rt-ml-lg-91 {
        margin-left: 91px;
    }
    .rt-ml-lg-92 {
        margin-left: 92px;
    }
    .rt-ml-lg-93 {
        margin-left: 93px;
    }
    .rt-ml-lg-94 {
        margin-left: 94px;
    }
    .rt-ml-lg-95 {
        margin-left: 95px;
    }
    .rt-ml-lg-96 {
        margin-left: 96px;
    }
    .rt-ml-lg-97 {
        margin-left: 97px;
    }
    .rt-ml-lg-98 {
        margin-left: 98px;
    }
    .rt-ml-lg-99 {
        margin-left: 99px;
    }
    .rt-ml-lg-100 {
        margin-left: 100px;
    }
}

@media (max-width: 991.98px) {
    .rt-ml-md-0 {
        margin-left: 0px;
    }
    .rt-ml-md-1 {
        margin-left: 1px;
    }
    .rt-ml-md-2 {
        margin-left: 2px;
    }
    .rt-ml-md-3 {
        margin-left: 3px;
    }
    .rt-ml-md-4 {
        margin-left: 4px;
    }
    .rt-ml-md-5 {
        margin-left: 5px;
    }
    .rt-ml-md-6 {
        margin-left: 6px;
    }
    .rt-ml-md-7 {
        margin-left: 7px;
    }
    .rt-ml-md-8 {
        margin-left: 8px;
    }
    .rt-ml-md-9 {
        margin-left: 9px;
    }
    .rt-ml-md-10 {
        margin-left: 10px;
    }
    .rt-ml-md-11 {
        margin-left: 11px;
    }
    .rt-ml-md-12 {
        margin-left: 12px;
    }
    .rt-ml-md-13 {
        margin-left: 13px;
    }
    .rt-ml-md-14 {
        margin-left: 14px;
    }
    .rt-ml-md-15 {
        margin-left: 15px;
    }
    .rt-ml-md-16 {
        margin-left: 16px;
    }
    .rt-ml-md-17 {
        margin-left: 17px;
    }
    .rt-ml-md-18 {
        margin-left: 18px;
    }
    .rt-ml-md-19 {
        margin-left: 19px;
    }
    .rt-ml-md-20 {
        margin-left: 20px;
    }
    .rt-ml-md-21 {
        margin-left: 21px;
    }
    .rt-ml-md-22 {
        margin-left: 22px;
    }
    .rt-ml-md-23 {
        margin-left: 23px;
    }
    .rt-ml-md-24 {
        margin-left: 24px;
    }
    .rt-ml-md-25 {
        margin-left: 25px;
    }
    .rt-ml-md-26 {
        margin-left: 26px;
    }
    .rt-ml-md-27 {
        margin-left: 27px;
    }
    .rt-ml-md-28 {
        margin-left: 28px;
    }
    .rt-ml-md-29 {
        margin-left: 29px;
    }
    .rt-ml-md-30 {
        margin-left: 30px;
    }
    .rt-ml-md-31 {
        margin-left: 31px;
    }
    .rt-ml-md-32 {
        margin-left: 32px;
    }
    .rt-ml-md-33 {
        margin-left: 33px;
    }
    .rt-ml-md-34 {
        margin-left: 34px;
    }
    .rt-ml-md-35 {
        margin-left: 35px;
    }
    .rt-ml-md-36 {
        margin-left: 36px;
    }
    .rt-ml-md-37 {
        margin-left: 37px;
    }
    .rt-ml-md-38 {
        margin-left: 38px;
    }
    .rt-ml-md-39 {
        margin-left: 39px;
    }
    .rt-ml-md-40 {
        margin-left: 40px;
    }
    .rt-ml-md-41 {
        margin-left: 41px;
    }
    .rt-ml-md-42 {
        margin-left: 42px;
    }
    .rt-ml-md-43 {
        margin-left: 43px;
    }
    .rt-ml-md-44 {
        margin-left: 44px;
    }
    .rt-ml-md-45 {
        margin-left: 45px;
    }
    .rt-ml-md-46 {
        margin-left: 46px;
    }
    .rt-ml-md-47 {
        margin-left: 47px;
    }
    .rt-ml-md-48 {
        margin-left: 48px;
    }
    .rt-ml-md-49 {
        margin-left: 49px;
    }
    .rt-ml-md-50 {
        margin-left: 50px;
    }
    .rt-ml-md-51 {
        margin-left: 51px;
    }
    .rt-ml-md-52 {
        margin-left: 52px;
    }
    .rt-ml-md-53 {
        margin-left: 53px;
    }
    .rt-ml-md-54 {
        margin-left: 54px;
    }
    .rt-ml-md-55 {
        margin-left: 55px;
    }
    .rt-ml-md-56 {
        margin-left: 56px;
    }
    .rt-ml-md-57 {
        margin-left: 57px;
    }
    .rt-ml-md-58 {
        margin-left: 58px;
    }
    .rt-ml-md-59 {
        margin-left: 59px;
    }
    .rt-ml-md-60 {
        margin-left: 60px;
    }
    .rt-ml-md-61 {
        margin-left: 61px;
    }
    .rt-ml-md-62 {
        margin-left: 62px;
    }
    .rt-ml-md-63 {
        margin-left: 63px;
    }
    .rt-ml-md-64 {
        margin-left: 64px;
    }
    .rt-ml-md-65 {
        margin-left: 65px;
    }
    .rt-ml-md-66 {
        margin-left: 66px;
    }
    .rt-ml-md-67 {
        margin-left: 67px;
    }
    .rt-ml-md-68 {
        margin-left: 68px;
    }
    .rt-ml-md-69 {
        margin-left: 69px;
    }
    .rt-ml-md-70 {
        margin-left: 70px;
    }
    .rt-ml-md-71 {
        margin-left: 71px;
    }
    .rt-ml-md-72 {
        margin-left: 72px;
    }
    .rt-ml-md-73 {
        margin-left: 73px;
    }
    .rt-ml-md-74 {
        margin-left: 74px;
    }
    .rt-ml-md-75 {
        margin-left: 75px;
    }
    .rt-ml-md-76 {
        margin-left: 76px;
    }
    .rt-ml-md-77 {
        margin-left: 77px;
    }
    .rt-ml-md-78 {
        margin-left: 78px;
    }
    .rt-ml-md-79 {
        margin-left: 79px;
    }
    .rt-ml-md-80 {
        margin-left: 80px;
    }
    .rt-ml-md-81 {
        margin-left: 81px;
    }
    .rt-ml-md-82 {
        margin-left: 82px;
    }
    .rt-ml-md-83 {
        margin-left: 83px;
    }
    .rt-ml-md-84 {
        margin-left: 84px;
    }
    .rt-ml-md-85 {
        margin-left: 85px;
    }
    .rt-ml-md-86 {
        margin-left: 86px;
    }
    .rt-ml-md-87 {
        margin-left: 87px;
    }
    .rt-ml-md-88 {
        margin-left: 88px;
    }
    .rt-ml-md-89 {
        margin-left: 89px;
    }
    .rt-ml-md-90 {
        margin-left: 90px;
    }
    .rt-ml-md-91 {
        margin-left: 91px;
    }
    .rt-ml-md-92 {
        margin-left: 92px;
    }
    .rt-ml-md-93 {
        margin-left: 93px;
    }
    .rt-ml-md-94 {
        margin-left: 94px;
    }
    .rt-ml-md-95 {
        margin-left: 95px;
    }
    .rt-ml-md-96 {
        margin-left: 96px;
    }
    .rt-ml-md-97 {
        margin-left: 97px;
    }
    .rt-ml-md-98 {
        margin-left: 98px;
    }
    .rt-ml-md-99 {
        margin-left: 99px;
    }
    .rt-ml-md-100 {
        margin-left: 100px;
    }
}

@media (max-width: 767.98px) {
    .rt-ml-xs-0 {
        margin-left: 0px;
    }
    .rt-ml-xs-1 {
        margin-left: 1px;
    }
    .rt-ml-xs-2 {
        margin-left: 2px;
    }
    .rt-ml-xs-3 {
        margin-left: 3px;
    }
    .rt-ml-xs-4 {
        margin-left: 4px;
    }
    .rt-ml-xs-5 {
        margin-left: 5px;
    }
    .rt-ml-xs-6 {
        margin-left: 6px;
    }
    .rt-ml-xs-7 {
        margin-left: 7px;
    }
    .rt-ml-xs-8 {
        margin-left: 8px;
    }
    .rt-ml-xs-9 {
        margin-left: 9px;
    }
    .rt-ml-xs-10 {
        margin-left: 10px;
    }
    .rt-ml-xs-11 {
        margin-left: 11px;
    }
    .rt-ml-xs-12 {
        margin-left: 12px;
    }
    .rt-ml-xs-13 {
        margin-left: 13px;
    }
    .rt-ml-xs-14 {
        margin-left: 14px;
    }
    .rt-ml-xs-15 {
        margin-left: 15px;
    }
    .rt-ml-xs-16 {
        margin-left: 16px;
    }
    .rt-ml-xs-17 {
        margin-left: 17px;
    }
    .rt-ml-xs-18 {
        margin-left: 18px;
    }
    .rt-ml-xs-19 {
        margin-left: 19px;
    }
    .rt-ml-xs-20 {
        margin-left: 20px;
    }
    .rt-ml-xs-21 {
        margin-left: 21px;
    }
    .rt-ml-xs-22 {
        margin-left: 22px;
    }
    .rt-ml-xs-23 {
        margin-left: 23px;
    }
    .rt-ml-xs-24 {
        margin-left: 24px;
    }
    .rt-ml-xs-25 {
        margin-left: 25px;
    }
    .rt-ml-xs-26 {
        margin-left: 26px;
    }
    .rt-ml-xs-27 {
        margin-left: 27px;
    }
    .rt-ml-xs-28 {
        margin-left: 28px;
    }
    .rt-ml-xs-29 {
        margin-left: 29px;
    }
    .rt-ml-xs-30 {
        margin-left: 30px;
    }
    .rt-ml-xs-31 {
        margin-left: 31px;
    }
    .rt-ml-xs-32 {
        margin-left: 32px;
    }
    .rt-ml-xs-33 {
        margin-left: 33px;
    }
    .rt-ml-xs-34 {
        margin-left: 34px;
    }
    .rt-ml-xs-35 {
        margin-left: 35px;
    }
    .rt-ml-xs-36 {
        margin-left: 36px;
    }
    .rt-ml-xs-37 {
        margin-left: 37px;
    }
    .rt-ml-xs-38 {
        margin-left: 38px;
    }
    .rt-ml-xs-39 {
        margin-left: 39px;
    }
    .rt-ml-xs-40 {
        margin-left: 40px;
    }
    .rt-ml-xs-41 {
        margin-left: 41px;
    }
    .rt-ml-xs-42 {
        margin-left: 42px;
    }
    .rt-ml-xs-43 {
        margin-left: 43px;
    }
    .rt-ml-xs-44 {
        margin-left: 44px;
    }
    .rt-ml-xs-45 {
        margin-left: 45px;
    }
    .rt-ml-xs-46 {
        margin-left: 46px;
    }
    .rt-ml-xs-47 {
        margin-left: 47px;
    }
    .rt-ml-xs-48 {
        margin-left: 48px;
    }
    .rt-ml-xs-49 {
        margin-left: 49px;
    }
    .rt-ml-xs-50 {
        margin-left: 50px;
    }
    .rt-ml-xs-51 {
        margin-left: 51px;
    }
    .rt-ml-xs-52 {
        margin-left: 52px;
    }
    .rt-ml-xs-53 {
        margin-left: 53px;
    }
    .rt-ml-xs-54 {
        margin-left: 54px;
    }
    .rt-ml-xs-55 {
        margin-left: 55px;
    }
    .rt-ml-xs-56 {
        margin-left: 56px;
    }
    .rt-ml-xs-57 {
        margin-left: 57px;
    }
    .rt-ml-xs-58 {
        margin-left: 58px;
    }
    .rt-ml-xs-59 {
        margin-left: 59px;
    }
    .rt-ml-xs-60 {
        margin-left: 60px;
    }
    .rt-ml-xs-61 {
        margin-left: 61px;
    }
    .rt-ml-xs-62 {
        margin-left: 62px;
    }
    .rt-ml-xs-63 {
        margin-left: 63px;
    }
    .rt-ml-xs-64 {
        margin-left: 64px;
    }
    .rt-ml-xs-65 {
        margin-left: 65px;
    }
    .rt-ml-xs-66 {
        margin-left: 66px;
    }
    .rt-ml-xs-67 {
        margin-left: 67px;
    }
    .rt-ml-xs-68 {
        margin-left: 68px;
    }
    .rt-ml-xs-69 {
        margin-left: 69px;
    }
    .rt-ml-xs-70 {
        margin-left: 70px;
    }
    .rt-ml-xs-71 {
        margin-left: 71px;
    }
    .rt-ml-xs-72 {
        margin-left: 72px;
    }
    .rt-ml-xs-73 {
        margin-left: 73px;
    }
    .rt-ml-xs-74 {
        margin-left: 74px;
    }
    .rt-ml-xs-75 {
        margin-left: 75px;
    }
    .rt-ml-xs-76 {
        margin-left: 76px;
    }
    .rt-ml-xs-77 {
        margin-left: 77px;
    }
    .rt-ml-xs-78 {
        margin-left: 78px;
    }
    .rt-ml-xs-79 {
        margin-left: 79px;
    }
    .rt-ml-xs-80 {
        margin-left: 80px;
    }
    .rt-ml-xs-81 {
        margin-left: 81px;
    }
    .rt-ml-xs-82 {
        margin-left: 82px;
    }
    .rt-ml-xs-83 {
        margin-left: 83px;
    }
    .rt-ml-xs-84 {
        margin-left: 84px;
    }
    .rt-ml-xs-85 {
        margin-left: 85px;
    }
    .rt-ml-xs-86 {
        margin-left: 86px;
    }
    .rt-ml-xs-87 {
        margin-left: 87px;
    }
    .rt-ml-xs-88 {
        margin-left: 88px;
    }
    .rt-ml-xs-89 {
        margin-left: 89px;
    }
    .rt-ml-xs-90 {
        margin-left: 90px;
    }
    .rt-ml-xs-91 {
        margin-left: 91px;
    }
    .rt-ml-xs-92 {
        margin-left: 92px;
    }
    .rt-ml-xs-93 {
        margin-left: 93px;
    }
    .rt-ml-xs-94 {
        margin-left: 94px;
    }
    .rt-ml-xs-95 {
        margin-left: 95px;
    }
    .rt-ml-xs-96 {
        margin-left: 96px;
    }
    .rt-ml-xs-97 {
        margin-left: 97px;
    }
    .rt-ml-xs-98 {
        margin-left: 98px;
    }
    .rt-ml-xs-99 {
        margin-left: 99px;
    }
    .rt-ml-xs-100 {
        margin-left: 100px;
    }
}

.rt-mr-0 {
    margin-right: 0px;
}

.rt-mr-1 {
    margin-right: 1px;
}

.rt-mr-2 {
    margin-right: 2px;
}

.rt-mr-3 {
    margin-right: 3px;
}

.rt-mr-4 {
    margin-right: 4px;
}

.rt-mr-5 {
    margin-right: 5px;
}

.rt-mr-6 {
    margin-right: 6px;
}

.rt-mr-7 {
    margin-right: 7px;
}

.rt-mr-8 {
    margin-right: 8px;
}

.rt-mr-9 {
    margin-right: 9px;
}

.rt-mr-10 {
    margin-right: 10px;
}

.rt-mr-11 {
    margin-right: 11px;
}

.rt-mr-12 {
    margin-right: 12px;
}

.rt-mr-13 {
    margin-right: 13px;
}

.rt-mr-14 {
    margin-right: 14px;
}

.rt-mr-15 {
    margin-right: 15px;
}

.rt-mr-16 {
    margin-right: 16px;
}

.rt-mr-17 {
    margin-right: 17px;
}

.rt-mr-18 {
    margin-right: 18px;
}

.rt-mr-19 {
    margin-right: 19px;
}

.rt-mr-20 {
    margin-right: 20px;
}

.rt-mr-21 {
    margin-right: 21px;
}

.rt-mr-22 {
    margin-right: 22px;
}

.rt-mr-23 {
    margin-right: 23px;
}

.rt-mr-24 {
    margin-right: 24px;
}

.rt-mr-25 {
    margin-right: 25px;
}

.rt-mr-26 {
    margin-right: 26px;
}

.rt-mr-27 {
    margin-right: 27px;
}

.rt-mr-28 {
    margin-right: 28px;
}

.rt-mr-29 {
    margin-right: 29px;
}

.rt-mr-30 {
    margin-right: 30px;
}

.rt-mr-31 {
    margin-right: 31px;
}

.rt-mr-32 {
    margin-right: 32px;
}

.rt-mr-33 {
    margin-right: 33px;
}

.rt-mr-34 {
    margin-right: 34px;
}

.rt-mr-35 {
    margin-right: 35px;
}

.rt-mr-36 {
    margin-right: 36px;
}

.rt-mr-37 {
    margin-right: 37px;
}

.rt-mr-38 {
    margin-right: 38px;
}

.rt-mr-39 {
    margin-right: 39px;
}

.rt-mr-40 {
    margin-right: 40px;
}

.rt-mr-41 {
    margin-right: 41px;
}

.rt-mr-42 {
    margin-right: 42px;
}

.rt-mr-43 {
    margin-right: 43px;
}

.rt-mr-44 {
    margin-right: 44px;
}

.rt-mr-45 {
    margin-right: 45px;
}

.rt-mr-46 {
    margin-right: 46px;
}

.rt-mr-47 {
    margin-right: 47px;
}

.rt-mr-48 {
    margin-right: 48px;
}

.rt-mr-49 {
    margin-right: 49px;
}

.rt-mr-50 {
    margin-right: 50px;
}

.rt-mr-51 {
    margin-right: 51px;
}

.rt-mr-52 {
    margin-right: 52px;
}

.rt-mr-53 {
    margin-right: 53px;
}

.rt-mr-54 {
    margin-right: 54px;
}

.rt-mr-55 {
    margin-right: 55px;
}

.rt-mr-56 {
    margin-right: 56px;
}

.rt-mr-57 {
    margin-right: 57px;
}

.rt-mr-58 {
    margin-right: 58px;
}

.rt-mr-59 {
    margin-right: 59px;
}

.rt-mr-60 {
    margin-right: 60px;
}

.rt-mr-61 {
    margin-right: 61px;
}

.rt-mr-62 {
    margin-right: 62px;
}

.rt-mr-63 {
    margin-right: 63px;
}

.rt-mr-64 {
    margin-right: 64px;
}

.rt-mr-65 {
    margin-right: 65px;
}

.rt-mr-66 {
    margin-right: 66px;
}

.rt-mr-67 {
    margin-right: 67px;
}

.rt-mr-68 {
    margin-right: 68px;
}

.rt-mr-69 {
    margin-right: 69px;
}

.rt-mr-70 {
    margin-right: 70px;
}

.rt-mr-71 {
    margin-right: 71px;
}

.rt-mr-72 {
    margin-right: 72px;
}

.rt-mr-73 {
    margin-right: 73px;
}

.rt-mr-74 {
    margin-right: 74px;
}

.rt-mr-75 {
    margin-right: 75px;
}

.rt-mr-76 {
    margin-right: 76px;
}

.rt-mr-77 {
    margin-right: 77px;
}

.rt-mr-78 {
    margin-right: 78px;
}

.rt-mr-79 {
    margin-right: 79px;
}

.rt-mr-80 {
    margin-right: 80px;
}

.rt-mr-81 {
    margin-right: 81px;
}

.rt-mr-82 {
    margin-right: 82px;
}

.rt-mr-83 {
    margin-right: 83px;
}

.rt-mr-84 {
    margin-right: 84px;
}

.rt-mr-85 {
    margin-right: 85px;
}

.rt-mr-86 {
    margin-right: 86px;
}

.rt-mr-87 {
    margin-right: 87px;
}

.rt-mr-88 {
    margin-right: 88px;
}

.rt-mr-89 {
    margin-right: 89px;
}

.rt-mr-90 {
    margin-right: 90px;
}

.rt-mr-91 {
    margin-right: 91px;
}

.rt-mr-92 {
    margin-right: 92px;
}

.rt-mr-93 {
    margin-right: 93px;
}

.rt-mr-94 {
    margin-right: 94px;
}

.rt-mr-95 {
    margin-right: 95px;
}

.rt-mr-96 {
    margin-right: 96px;
}

.rt-mr-97 {
    margin-right: 97px;
}

.rt-mr-98 {
    margin-right: 98px;
}

.rt-mr-99 {
    margin-right: 99px;
}

.rt-mr-100 {
    margin-right: 100px;
}

@media (max-width: 1199.98px) {
    .rt-mr-lg-0 {
        margin-right: 0px;
    }
    .rt-mr-lg-1 {
        margin-right: 1px;
    }
    .rt-mr-lg-2 {
        margin-right: 2px;
    }
    .rt-mr-lg-3 {
        margin-right: 3px;
    }
    .rt-mr-lg-4 {
        margin-right: 4px;
    }
    .rt-mr-lg-5 {
        margin-right: 5px;
    }
    .rt-mr-lg-6 {
        margin-right: 6px;
    }
    .rt-mr-lg-7 {
        margin-right: 7px;
    }
    .rt-mr-lg-8 {
        margin-right: 8px;
    }
    .rt-mr-lg-9 {
        margin-right: 9px;
    }
    .rt-mr-lg-10 {
        margin-right: 10px;
    }
    .rt-mr-lg-11 {
        margin-right: 11px;
    }
    .rt-mr-lg-12 {
        margin-right: 12px;
    }
    .rt-mr-lg-13 {
        margin-right: 13px;
    }
    .rt-mr-lg-14 {
        margin-right: 14px;
    }
    .rt-mr-lg-15 {
        margin-right: 15px;
    }
    .rt-mr-lg-16 {
        margin-right: 16px;
    }
    .rt-mr-lg-17 {
        margin-right: 17px;
    }
    .rt-mr-lg-18 {
        margin-right: 18px;
    }
    .rt-mr-lg-19 {
        margin-right: 19px;
    }
    .rt-mr-lg-20 {
        margin-right: 20px;
    }
    .rt-mr-lg-21 {
        margin-right: 21px;
    }
    .rt-mr-lg-22 {
        margin-right: 22px;
    }
    .rt-mr-lg-23 {
        margin-right: 23px;
    }
    .rt-mr-lg-24 {
        margin-right: 24px;
    }
    .rt-mr-lg-25 {
        margin-right: 25px;
    }
    .rt-mr-lg-26 {
        margin-right: 26px;
    }
    .rt-mr-lg-27 {
        margin-right: 27px;
    }
    .rt-mr-lg-28 {
        margin-right: 28px;
    }
    .rt-mr-lg-29 {
        margin-right: 29px;
    }
    .rt-mr-lg-30 {
        margin-right: 30px;
    }
    .rt-mr-lg-31 {
        margin-right: 31px;
    }
    .rt-mr-lg-32 {
        margin-right: 32px;
    }
    .rt-mr-lg-33 {
        margin-right: 33px;
    }
    .rt-mr-lg-34 {
        margin-right: 34px;
    }
    .rt-mr-lg-35 {
        margin-right: 35px;
    }
    .rt-mr-lg-36 {
        margin-right: 36px;
    }
    .rt-mr-lg-37 {
        margin-right: 37px;
    }
    .rt-mr-lg-38 {
        margin-right: 38px;
    }
    .rt-mr-lg-39 {
        margin-right: 39px;
    }
    .rt-mr-lg-40 {
        margin-right: 40px;
    }
    .rt-mr-lg-41 {
        margin-right: 41px;
    }
    .rt-mr-lg-42 {
        margin-right: 42px;
    }
    .rt-mr-lg-43 {
        margin-right: 43px;
    }
    .rt-mr-lg-44 {
        margin-right: 44px;
    }
    .rt-mr-lg-45 {
        margin-right: 45px;
    }
    .rt-mr-lg-46 {
        margin-right: 46px;
    }
    .rt-mr-lg-47 {
        margin-right: 47px;
    }
    .rt-mr-lg-48 {
        margin-right: 48px;
    }
    .rt-mr-lg-49 {
        margin-right: 49px;
    }
    .rt-mr-lg-50 {
        margin-right: 50px;
    }
    .rt-mr-lg-51 {
        margin-right: 51px;
    }
    .rt-mr-lg-52 {
        margin-right: 52px;
    }
    .rt-mr-lg-53 {
        margin-right: 53px;
    }
    .rt-mr-lg-54 {
        margin-right: 54px;
    }
    .rt-mr-lg-55 {
        margin-right: 55px;
    }
    .rt-mr-lg-56 {
        margin-right: 56px;
    }
    .rt-mr-lg-57 {
        margin-right: 57px;
    }
    .rt-mr-lg-58 {
        margin-right: 58px;
    }
    .rt-mr-lg-59 {
        margin-right: 59px;
    }
    .rt-mr-lg-60 {
        margin-right: 60px;
    }
    .rt-mr-lg-61 {
        margin-right: 61px;
    }
    .rt-mr-lg-62 {
        margin-right: 62px;
    }
    .rt-mr-lg-63 {
        margin-right: 63px;
    }
    .rt-mr-lg-64 {
        margin-right: 64px;
    }
    .rt-mr-lg-65 {
        margin-right: 65px;
    }
    .rt-mr-lg-66 {
        margin-right: 66px;
    }
    .rt-mr-lg-67 {
        margin-right: 67px;
    }
    .rt-mr-lg-68 {
        margin-right: 68px;
    }
    .rt-mr-lg-69 {
        margin-right: 69px;
    }
    .rt-mr-lg-70 {
        margin-right: 70px;
    }
    .rt-mr-lg-71 {
        margin-right: 71px;
    }
    .rt-mr-lg-72 {
        margin-right: 72px;
    }
    .rt-mr-lg-73 {
        margin-right: 73px;
    }
    .rt-mr-lg-74 {
        margin-right: 74px;
    }
    .rt-mr-lg-75 {
        margin-right: 75px;
    }
    .rt-mr-lg-76 {
        margin-right: 76px;
    }
    .rt-mr-lg-77 {
        margin-right: 77px;
    }
    .rt-mr-lg-78 {
        margin-right: 78px;
    }
    .rt-mr-lg-79 {
        margin-right: 79px;
    }
    .rt-mr-lg-80 {
        margin-right: 80px;
    }
    .rt-mr-lg-81 {
        margin-right: 81px;
    }
    .rt-mr-lg-82 {
        margin-right: 82px;
    }
    .rt-mr-lg-83 {
        margin-right: 83px;
    }
    .rt-mr-lg-84 {
        margin-right: 84px;
    }
    .rt-mr-lg-85 {
        margin-right: 85px;
    }
    .rt-mr-lg-86 {
        margin-right: 86px;
    }
    .rt-mr-lg-87 {
        margin-right: 87px;
    }
    .rt-mr-lg-88 {
        margin-right: 88px;
    }
    .rt-mr-lg-89 {
        margin-right: 89px;
    }
    .rt-mr-lg-90 {
        margin-right: 90px;
    }
    .rt-mr-lg-91 {
        margin-right: 91px;
    }
    .rt-mr-lg-92 {
        margin-right: 92px;
    }
    .rt-mr-lg-93 {
        margin-right: 93px;
    }
    .rt-mr-lg-94 {
        margin-right: 94px;
    }
    .rt-mr-lg-95 {
        margin-right: 95px;
    }
    .rt-mr-lg-96 {
        margin-right: 96px;
    }
    .rt-mr-lg-97 {
        margin-right: 97px;
    }
    .rt-mr-lg-98 {
        margin-right: 98px;
    }
    .rt-mr-lg-99 {
        margin-right: 99px;
    }
    .rt-mr-lg-100 {
        margin-right: 100px;
    }
}

@media (max-width: 991.98px) {
    .rt-mr-md-0 {
        margin-right: 0px;
    }
    .rt-mr-md-1 {
        margin-right: 1px;
    }
    .rt-mr-md-2 {
        margin-right: 2px;
    }
    .rt-mr-md-3 {
        margin-right: 3px;
    }
    .rt-mr-md-4 {
        margin-right: 4px;
    }
    .rt-mr-md-5 {
        margin-right: 5px;
    }
    .rt-mr-md-6 {
        margin-right: 6px;
    }
    .rt-mr-md-7 {
        margin-right: 7px;
    }
    .rt-mr-md-8 {
        margin-right: 8px;
    }
    .rt-mr-md-9 {
        margin-right: 9px;
    }
    .rt-mr-md-10 {
        margin-right: 10px;
    }
    .rt-mr-md-11 {
        margin-right: 11px;
    }
    .rt-mr-md-12 {
        margin-right: 12px;
    }
    .rt-mr-md-13 {
        margin-right: 13px;
    }
    .rt-mr-md-14 {
        margin-right: 14px;
    }
    .rt-mr-md-15 {
        margin-right: 15px;
    }
    .rt-mr-md-16 {
        margin-right: 16px;
    }
    .rt-mr-md-17 {
        margin-right: 17px;
    }
    .rt-mr-md-18 {
        margin-right: 18px;
    }
    .rt-mr-md-19 {
        margin-right: 19px;
    }
    .rt-mr-md-20 {
        margin-right: 20px;
    }
    .rt-mr-md-21 {
        margin-right: 21px;
    }
    .rt-mr-md-22 {
        margin-right: 22px;
    }
    .rt-mr-md-23 {
        margin-right: 23px;
    }
    .rt-mr-md-24 {
        margin-right: 24px;
    }
    .rt-mr-md-25 {
        margin-right: 25px;
    }
    .rt-mr-md-26 {
        margin-right: 26px;
    }
    .rt-mr-md-27 {
        margin-right: 27px;
    }
    .rt-mr-md-28 {
        margin-right: 28px;
    }
    .rt-mr-md-29 {
        margin-right: 29px;
    }
    .rt-mr-md-30 {
        margin-right: 30px;
    }
    .rt-mr-md-31 {
        margin-right: 31px;
    }
    .rt-mr-md-32 {
        margin-right: 32px;
    }
    .rt-mr-md-33 {
        margin-right: 33px;
    }
    .rt-mr-md-34 {
        margin-right: 34px;
    }
    .rt-mr-md-35 {
        margin-right: 35px;
    }
    .rt-mr-md-36 {
        margin-right: 36px;
    }
    .rt-mr-md-37 {
        margin-right: 37px;
    }
    .rt-mr-md-38 {
        margin-right: 38px;
    }
    .rt-mr-md-39 {
        margin-right: 39px;
    }
    .rt-mr-md-40 {
        margin-right: 40px;
    }
    .rt-mr-md-41 {
        margin-right: 41px;
    }
    .rt-mr-md-42 {
        margin-right: 42px;
    }
    .rt-mr-md-43 {
        margin-right: 43px;
    }
    .rt-mr-md-44 {
        margin-right: 44px;
    }
    .rt-mr-md-45 {
        margin-right: 45px;
    }
    .rt-mr-md-46 {
        margin-right: 46px;
    }
    .rt-mr-md-47 {
        margin-right: 47px;
    }
    .rt-mr-md-48 {
        margin-right: 48px;
    }
    .rt-mr-md-49 {
        margin-right: 49px;
    }
    .rt-mr-md-50 {
        margin-right: 50px;
    }
    .rt-mr-md-51 {
        margin-right: 51px;
    }
    .rt-mr-md-52 {
        margin-right: 52px;
    }
    .rt-mr-md-53 {
        margin-right: 53px;
    }
    .rt-mr-md-54 {
        margin-right: 54px;
    }
    .rt-mr-md-55 {
        margin-right: 55px;
    }
    .rt-mr-md-56 {
        margin-right: 56px;
    }
    .rt-mr-md-57 {
        margin-right: 57px;
    }
    .rt-mr-md-58 {
        margin-right: 58px;
    }
    .rt-mr-md-59 {
        margin-right: 59px;
    }
    .rt-mr-md-60 {
        margin-right: 60px;
    }
    .rt-mr-md-61 {
        margin-right: 61px;
    }
    .rt-mr-md-62 {
        margin-right: 62px;
    }
    .rt-mr-md-63 {
        margin-right: 63px;
    }
    .rt-mr-md-64 {
        margin-right: 64px;
    }
    .rt-mr-md-65 {
        margin-right: 65px;
    }
    .rt-mr-md-66 {
        margin-right: 66px;
    }
    .rt-mr-md-67 {
        margin-right: 67px;
    }
    .rt-mr-md-68 {
        margin-right: 68px;
    }
    .rt-mr-md-69 {
        margin-right: 69px;
    }
    .rt-mr-md-70 {
        margin-right: 70px;
    }
    .rt-mr-md-71 {
        margin-right: 71px;
    }
    .rt-mr-md-72 {
        margin-right: 72px;
    }
    .rt-mr-md-73 {
        margin-right: 73px;
    }
    .rt-mr-md-74 {
        margin-right: 74px;
    }
    .rt-mr-md-75 {
        margin-right: 75px;
    }
    .rt-mr-md-76 {
        margin-right: 76px;
    }
    .rt-mr-md-77 {
        margin-right: 77px;
    }
    .rt-mr-md-78 {
        margin-right: 78px;
    }
    .rt-mr-md-79 {
        margin-right: 79px;
    }
    .rt-mr-md-80 {
        margin-right: 80px;
    }
    .rt-mr-md-81 {
        margin-right: 81px;
    }
    .rt-mr-md-82 {
        margin-right: 82px;
    }
    .rt-mr-md-83 {
        margin-right: 83px;
    }
    .rt-mr-md-84 {
        margin-right: 84px;
    }
    .rt-mr-md-85 {
        margin-right: 85px;
    }
    .rt-mr-md-86 {
        margin-right: 86px;
    }
    .rt-mr-md-87 {
        margin-right: 87px;
    }
    .rt-mr-md-88 {
        margin-right: 88px;
    }
    .rt-mr-md-89 {
        margin-right: 89px;
    }
    .rt-mr-md-90 {
        margin-right: 90px;
    }
    .rt-mr-md-91 {
        margin-right: 91px;
    }
    .rt-mr-md-92 {
        margin-right: 92px;
    }
    .rt-mr-md-93 {
        margin-right: 93px;
    }
    .rt-mr-md-94 {
        margin-right: 94px;
    }
    .rt-mr-md-95 {
        margin-right: 95px;
    }
    .rt-mr-md-96 {
        margin-right: 96px;
    }
    .rt-mr-md-97 {
        margin-right: 97px;
    }
    .rt-mr-md-98 {
        margin-right: 98px;
    }
    .rt-mr-md-99 {
        margin-right: 99px;
    }
    .rt-mr-md-100 {
        margin-right: 100px;
    }
}

@media (max-width: 767.98px) {
    .rt-mr-xs-0 {
        margin-right: 0px;
    }
    .rt-mr-xs-1 {
        margin-right: 1px;
    }
    .rt-mr-xs-2 {
        margin-right: 2px;
    }
    .rt-mr-xs-3 {
        margin-right: 3px;
    }
    .rt-mr-xs-4 {
        margin-right: 4px;
    }
    .rt-mr-xs-5 {
        margin-right: 5px;
    }
    .rt-mr-xs-6 {
        margin-right: 6px;
    }
    .rt-mr-xs-7 {
        margin-right: 7px;
    }
    .rt-mr-xs-8 {
        margin-right: 8px;
    }
    .rt-mr-xs-9 {
        margin-right: 9px;
    }
    .rt-mr-xs-10 {
        margin-right: 10px;
    }
    .rt-mr-xs-11 {
        margin-right: 11px;
    }
    .rt-mr-xs-12 {
        margin-right: 12px;
    }
    .rt-mr-xs-13 {
        margin-right: 13px;
    }
    .rt-mr-xs-14 {
        margin-right: 14px;
    }
    .rt-mr-xs-15 {
        margin-right: 15px;
    }
    .rt-mr-xs-16 {
        margin-right: 16px;
    }
    .rt-mr-xs-17 {
        margin-right: 17px;
    }
    .rt-mr-xs-18 {
        margin-right: 18px;
    }
    .rt-mr-xs-19 {
        margin-right: 19px;
    }
    .rt-mr-xs-20 {
        margin-right: 20px;
    }
    .rt-mr-xs-21 {
        margin-right: 21px;
    }
    .rt-mr-xs-22 {
        margin-right: 22px;
    }
    .rt-mr-xs-23 {
        margin-right: 23px;
    }
    .rt-mr-xs-24 {
        margin-right: 24px;
    }
    .rt-mr-xs-25 {
        margin-right: 25px;
    }
    .rt-mr-xs-26 {
        margin-right: 26px;
    }
    .rt-mr-xs-27 {
        margin-right: 27px;
    }
    .rt-mr-xs-28 {
        margin-right: 28px;
    }
    .rt-mr-xs-29 {
        margin-right: 29px;
    }
    .rt-mr-xs-30 {
        margin-right: 30px;
    }
    .rt-mr-xs-31 {
        margin-right: 31px;
    }
    .rt-mr-xs-32 {
        margin-right: 32px;
    }
    .rt-mr-xs-33 {
        margin-right: 33px;
    }
    .rt-mr-xs-34 {
        margin-right: 34px;
    }
    .rt-mr-xs-35 {
        margin-right: 35px;
    }
    .rt-mr-xs-36 {
        margin-right: 36px;
    }
    .rt-mr-xs-37 {
        margin-right: 37px;
    }
    .rt-mr-xs-38 {
        margin-right: 38px;
    }
    .rt-mr-xs-39 {
        margin-right: 39px;
    }
    .rt-mr-xs-40 {
        margin-right: 40px;
    }
    .rt-mr-xs-41 {
        margin-right: 41px;
    }
    .rt-mr-xs-42 {
        margin-right: 42px;
    }
    .rt-mr-xs-43 {
        margin-right: 43px;
    }
    .rt-mr-xs-44 {
        margin-right: 44px;
    }
    .rt-mr-xs-45 {
        margin-right: 45px;
    }
    .rt-mr-xs-46 {
        margin-right: 46px;
    }
    .rt-mr-xs-47 {
        margin-right: 47px;
    }
    .rt-mr-xs-48 {
        margin-right: 48px;
    }
    .rt-mr-xs-49 {
        margin-right: 49px;
    }
    .rt-mr-xs-50 {
        margin-right: 50px;
    }
    .rt-mr-xs-51 {
        margin-right: 51px;
    }
    .rt-mr-xs-52 {
        margin-right: 52px;
    }
    .rt-mr-xs-53 {
        margin-right: 53px;
    }
    .rt-mr-xs-54 {
        margin-right: 54px;
    }
    .rt-mr-xs-55 {
        margin-right: 55px;
    }
    .rt-mr-xs-56 {
        margin-right: 56px;
    }
    .rt-mr-xs-57 {
        margin-right: 57px;
    }
    .rt-mr-xs-58 {
        margin-right: 58px;
    }
    .rt-mr-xs-59 {
        margin-right: 59px;
    }
    .rt-mr-xs-60 {
        margin-right: 60px;
    }
    .rt-mr-xs-61 {
        margin-right: 61px;
    }
    .rt-mr-xs-62 {
        margin-right: 62px;
    }
    .rt-mr-xs-63 {
        margin-right: 63px;
    }
    .rt-mr-xs-64 {
        margin-right: 64px;
    }
    .rt-mr-xs-65 {
        margin-right: 65px;
    }
    .rt-mr-xs-66 {
        margin-right: 66px;
    }
    .rt-mr-xs-67 {
        margin-right: 67px;
    }
    .rt-mr-xs-68 {
        margin-right: 68px;
    }
    .rt-mr-xs-69 {
        margin-right: 69px;
    }
    .rt-mr-xs-70 {
        margin-right: 70px;
    }
    .rt-mr-xs-71 {
        margin-right: 71px;
    }
    .rt-mr-xs-72 {
        margin-right: 72px;
    }
    .rt-mr-xs-73 {
        margin-right: 73px;
    }
    .rt-mr-xs-74 {
        margin-right: 74px;
    }
    .rt-mr-xs-75 {
        margin-right: 75px;
    }
    .rt-mr-xs-76 {
        margin-right: 76px;
    }
    .rt-mr-xs-77 {
        margin-right: 77px;
    }
    .rt-mr-xs-78 {
        margin-right: 78px;
    }
    .rt-mr-xs-79 {
        margin-right: 79px;
    }
    .rt-mr-xs-80 {
        margin-right: 80px;
    }
    .rt-mr-xs-81 {
        margin-right: 81px;
    }
    .rt-mr-xs-82 {
        margin-right: 82px;
    }
    .rt-mr-xs-83 {
        margin-right: 83px;
    }
    .rt-mr-xs-84 {
        margin-right: 84px;
    }
    .rt-mr-xs-85 {
        margin-right: 85px;
    }
    .rt-mr-xs-86 {
        margin-right: 86px;
    }
    .rt-mr-xs-87 {
        margin-right: 87px;
    }
    .rt-mr-xs-88 {
        margin-right: 88px;
    }
    .rt-mr-xs-89 {
        margin-right: 89px;
    }
    .rt-mr-xs-90 {
        margin-right: 90px;
    }
    .rt-mr-xs-91 {
        margin-right: 91px;
    }
    .rt-mr-xs-92 {
        margin-right: 92px;
    }
    .rt-mr-xs-93 {
        margin-right: 93px;
    }
    .rt-mr-xs-94 {
        margin-right: 94px;
    }
    .rt-mr-xs-95 {
        margin-right: 95px;
    }
    .rt-mr-xs-96 {
        margin-right: 96px;
    }
    .rt-mr-xs-97 {
        margin-right: 97px;
    }
    .rt-mr-xs-98 {
        margin-right: 98px;
    }
    .rt-mr-xs-99 {
        margin-right: 99px;
    }
    .rt-mr-xs-100 {
        margin-right: 100px;
    }
}

.rt-pb-0 {
    padding-bottom: 0px;
}

.rt-pb-1 {
    padding-bottom: 1px;
}

.rt-pb-2 {
    padding-bottom: 2px;
}

.rt-pb-3 {
    padding-bottom: 3px;
}

.rt-pb-4 {
    padding-bottom: 4px;
}

.rt-pb-5 {
    padding-bottom: 5px;
}

.rt-pb-6 {
    padding-bottom: 6px;
}

.rt-pb-7 {
    padding-bottom: 7px;
}

.rt-pb-8 {
    padding-bottom: 8px;
}

.rt-pb-9 {
    padding-bottom: 9px;
}

.rt-pb-10 {
    padding-bottom: 10px;
}

.rt-pb-11 {
    padding-bottom: 11px;
}

.rt-pb-12 {
    padding-bottom: 12px;
}

.rt-pb-13 {
    padding-bottom: 13px;
}

.rt-pb-14 {
    padding-bottom: 14px;
}

.rt-pb-15 {
    padding-bottom: 15px;
}

.rt-pb-16 {
    padding-bottom: 16px;
}

.rt-pb-17 {
    padding-bottom: 17px;
}

.rt-pb-18 {
    padding-bottom: 18px;
}

.rt-pb-19 {
    padding-bottom: 19px;
}

.rt-pb-20 {
    padding-bottom: 20px;
}

.rt-pb-21 {
    padding-bottom: 21px;
}

.rt-pb-22 {
    padding-bottom: 22px;
}

.rt-pb-23 {
    padding-bottom: 23px;
}

.rt-pb-24 {
    padding-bottom: 24px;
}

.rt-pb-25 {
    padding-bottom: 25px;
}

.rt-pb-26 {
    padding-bottom: 26px;
}

.rt-pb-27 {
    padding-bottom: 27px;
}

.rt-pb-28 {
    padding-bottom: 28px;
}

.rt-pb-29 {
    padding-bottom: 29px;
}

.rt-pb-30 {
    padding-bottom: 30px;
}

.rt-pb-31 {
    padding-bottom: 31px;
}

.rt-pb-32 {
    padding-bottom: 32px;
}

.rt-pb-33 {
    padding-bottom: 33px;
}

.rt-pb-34 {
    padding-bottom: 34px;
}

.rt-pb-35 {
    padding-bottom: 35px;
}

.rt-pb-36 {
    padding-bottom: 36px;
}

.rt-pb-37 {
    padding-bottom: 37px;
}

.rt-pb-38 {
    padding-bottom: 38px;
}

.rt-pb-39 {
    padding-bottom: 39px;
}

.rt-pb-40 {
    padding-bottom: 40px;
}

.rt-pb-41 {
    padding-bottom: 41px;
}

.rt-pb-42 {
    padding-bottom: 42px;
}

.rt-pb-43 {
    padding-bottom: 43px;
}

.rt-pb-44 {
    padding-bottom: 44px;
}

.rt-pb-45 {
    padding-bottom: 45px;
}

.rt-pb-46 {
    padding-bottom: 46px;
}

.rt-pb-47 {
    padding-bottom: 47px;
}

.rt-pb-48 {
    padding-bottom: 48px;
}

.rt-pb-49 {
    padding-bottom: 49px;
}

.rt-pb-50 {
    padding-bottom: 50px;
}

.rt-pb-51 {
    padding-bottom: 51px;
}

.rt-pb-52 {
    padding-bottom: 52px;
}

.rt-pb-53 {
    padding-bottom: 53px;
}

.rt-pb-54 {
    padding-bottom: 54px;
}

.rt-pb-55 {
    padding-bottom: 55px;
}

.rt-pb-56 {
    padding-bottom: 56px;
}

.rt-pb-57 {
    padding-bottom: 57px;
}

.rt-pb-58 {
    padding-bottom: 58px;
}

.rt-pb-59 {
    padding-bottom: 59px;
}

.rt-pb-60 {
    padding-bottom: 60px;
}

.rt-pb-61 {
    padding-bottom: 61px;
}

.rt-pb-62 {
    padding-bottom: 62px;
}

.rt-pb-63 {
    padding-bottom: 63px;
}

.rt-pb-64 {
    padding-bottom: 64px;
}

.rt-pb-65 {
    padding-bottom: 65px;
}

.rt-pb-66 {
    padding-bottom: 66px;
}

.rt-pb-67 {
    padding-bottom: 67px;
}

.rt-pb-68 {
    padding-bottom: 68px;
}

.rt-pb-69 {
    padding-bottom: 69px;
}

.rt-pb-70 {
    padding-bottom: 70px;
}

.rt-pb-71 {
    padding-bottom: 71px;
}

.rt-pb-72 {
    padding-bottom: 72px;
}

.rt-pb-73 {
    padding-bottom: 73px;
}

.rt-pb-74 {
    padding-bottom: 74px;
}

.rt-pb-75 {
    padding-bottom: 75px;
}

.rt-pb-76 {
    padding-bottom: 76px;
}

.rt-pb-77 {
    padding-bottom: 77px;
}

.rt-pb-78 {
    padding-bottom: 78px;
}

.rt-pb-79 {
    padding-bottom: 79px;
}

.rt-pb-80 {
    padding-bottom: 80px;
}

.rt-pb-81 {
    padding-bottom: 81px;
}

.rt-pb-82 {
    padding-bottom: 82px;
}

.rt-pb-83 {
    padding-bottom: 83px;
}

.rt-pb-84 {
    padding-bottom: 84px;
}

.rt-pb-85 {
    padding-bottom: 85px;
}

.rt-pb-86 {
    padding-bottom: 86px;
}

.rt-pb-87 {
    padding-bottom: 87px;
}

.rt-pb-88 {
    padding-bottom: 88px;
}

.rt-pb-89 {
    padding-bottom: 89px;
}

.rt-pb-90 {
    padding-bottom: 90px;
}

.rt-pb-91 {
    padding-bottom: 91px;
}

.rt-pb-92 {
    padding-bottom: 92px;
}

.rt-pb-93 {
    padding-bottom: 93px;
}

.rt-pb-94 {
    padding-bottom: 94px;
}

.rt-pb-95 {
    padding-bottom: 95px;
}

.rt-pb-96 {
    padding-bottom: 96px;
}

.rt-pb-97 {
    padding-bottom: 97px;
}

.rt-pb-98 {
    padding-bottom: 98px;
}

.rt-pb-99 {
    padding-bottom: 99px;
}

.rt-pb-100 {
    padding-bottom: 100px;
}

@media (max-width: 1199.98px) {
    .rt-pb-lg-0 {
        padding-bottom: 0px;
    }
    .rt-pb-lg-1 {
        padding-bottom: 1px;
    }
    .rt-pb-lg-2 {
        padding-bottom: 2px;
    }
    .rt-pb-lg-3 {
        padding-bottom: 3px;
    }
    .rt-pb-lg-4 {
        padding-bottom: 4px;
    }
    .rt-pb-lg-5 {
        padding-bottom: 5px;
    }
    .rt-pb-lg-6 {
        padding-bottom: 6px;
    }
    .rt-pb-lg-7 {
        padding-bottom: 7px;
    }
    .rt-pb-lg-8 {
        padding-bottom: 8px;
    }
    .rt-pb-lg-9 {
        padding-bottom: 9px;
    }
    .rt-pb-lg-10 {
        padding-bottom: 10px;
    }
    .rt-pb-lg-11 {
        padding-bottom: 11px;
    }
    .rt-pb-lg-12 {
        padding-bottom: 12px;
    }
    .rt-pb-lg-13 {
        padding-bottom: 13px;
    }
    .rt-pb-lg-14 {
        padding-bottom: 14px;
    }
    .rt-pb-lg-15 {
        padding-bottom: 15px;
    }
    .rt-pb-lg-16 {
        padding-bottom: 16px;
    }
    .rt-pb-lg-17 {
        padding-bottom: 17px;
    }
    .rt-pb-lg-18 {
        padding-bottom: 18px;
    }
    .rt-pb-lg-19 {
        padding-bottom: 19px;
    }
    .rt-pb-lg-20 {
        padding-bottom: 20px;
    }
    .rt-pb-lg-21 {
        padding-bottom: 21px;
    }
    .rt-pb-lg-22 {
        padding-bottom: 22px;
    }
    .rt-pb-lg-23 {
        padding-bottom: 23px;
    }
    .rt-pb-lg-24 {
        padding-bottom: 24px;
    }
    .rt-pb-lg-25 {
        padding-bottom: 25px;
    }
    .rt-pb-lg-26 {
        padding-bottom: 26px;
    }
    .rt-pb-lg-27 {
        padding-bottom: 27px;
    }
    .rt-pb-lg-28 {
        padding-bottom: 28px;
    }
    .rt-pb-lg-29 {
        padding-bottom: 29px;
    }
    .rt-pb-lg-30 {
        padding-bottom: 30px;
    }
    .rt-pb-lg-31 {
        padding-bottom: 31px;
    }
    .rt-pb-lg-32 {
        padding-bottom: 32px;
    }
    .rt-pb-lg-33 {
        padding-bottom: 33px;
    }
    .rt-pb-lg-34 {
        padding-bottom: 34px;
    }
    .rt-pb-lg-35 {
        padding-bottom: 35px;
    }
    .rt-pb-lg-36 {
        padding-bottom: 36px;
    }
    .rt-pb-lg-37 {
        padding-bottom: 37px;
    }
    .rt-pb-lg-38 {
        padding-bottom: 38px;
    }
    .rt-pb-lg-39 {
        padding-bottom: 39px;
    }
    .rt-pb-lg-40 {
        padding-bottom: 40px;
    }
    .rt-pb-lg-41 {
        padding-bottom: 41px;
    }
    .rt-pb-lg-42 {
        padding-bottom: 42px;
    }
    .rt-pb-lg-43 {
        padding-bottom: 43px;
    }
    .rt-pb-lg-44 {
        padding-bottom: 44px;
    }
    .rt-pb-lg-45 {
        padding-bottom: 45px;
    }
    .rt-pb-lg-46 {
        padding-bottom: 46px;
    }
    .rt-pb-lg-47 {
        padding-bottom: 47px;
    }
    .rt-pb-lg-48 {
        padding-bottom: 48px;
    }
    .rt-pb-lg-49 {
        padding-bottom: 49px;
    }
    .rt-pb-lg-50 {
        padding-bottom: 50px;
    }
    .rt-pb-lg-51 {
        padding-bottom: 51px;
    }
    .rt-pb-lg-52 {
        padding-bottom: 52px;
    }
    .rt-pb-lg-53 {
        padding-bottom: 53px;
    }
    .rt-pb-lg-54 {
        padding-bottom: 54px;
    }
    .rt-pb-lg-55 {
        padding-bottom: 55px;
    }
    .rt-pb-lg-56 {
        padding-bottom: 56px;
    }
    .rt-pb-lg-57 {
        padding-bottom: 57px;
    }
    .rt-pb-lg-58 {
        padding-bottom: 58px;
    }
    .rt-pb-lg-59 {
        padding-bottom: 59px;
    }
    .rt-pb-lg-60 {
        padding-bottom: 60px;
    }
    .rt-pb-lg-61 {
        padding-bottom: 61px;
    }
    .rt-pb-lg-62 {
        padding-bottom: 62px;
    }
    .rt-pb-lg-63 {
        padding-bottom: 63px;
    }
    .rt-pb-lg-64 {
        padding-bottom: 64px;
    }
    .rt-pb-lg-65 {
        padding-bottom: 65px;
    }
    .rt-pb-lg-66 {
        padding-bottom: 66px;
    }
    .rt-pb-lg-67 {
        padding-bottom: 67px;
    }
    .rt-pb-lg-68 {
        padding-bottom: 68px;
    }
    .rt-pb-lg-69 {
        padding-bottom: 69px;
    }
    .rt-pb-lg-70 {
        padding-bottom: 70px;
    }
    .rt-pb-lg-71 {
        padding-bottom: 71px;
    }
    .rt-pb-lg-72 {
        padding-bottom: 72px;
    }
    .rt-pb-lg-73 {
        padding-bottom: 73px;
    }
    .rt-pb-lg-74 {
        padding-bottom: 74px;
    }
    .rt-pb-lg-75 {
        padding-bottom: 75px;
    }
    .rt-pb-lg-76 {
        padding-bottom: 76px;
    }
    .rt-pb-lg-77 {
        padding-bottom: 77px;
    }
    .rt-pb-lg-78 {
        padding-bottom: 78px;
    }
    .rt-pb-lg-79 {
        padding-bottom: 79px;
    }
    .rt-pb-lg-80 {
        padding-bottom: 80px;
    }
    .rt-pb-lg-81 {
        padding-bottom: 81px;
    }
    .rt-pb-lg-82 {
        padding-bottom: 82px;
    }
    .rt-pb-lg-83 {
        padding-bottom: 83px;
    }
    .rt-pb-lg-84 {
        padding-bottom: 84px;
    }
    .rt-pb-lg-85 {
        padding-bottom: 85px;
    }
    .rt-pb-lg-86 {
        padding-bottom: 86px;
    }
    .rt-pb-lg-87 {
        padding-bottom: 87px;
    }
    .rt-pb-lg-88 {
        padding-bottom: 88px;
    }
    .rt-pb-lg-89 {
        padding-bottom: 89px;
    }
    .rt-pb-lg-90 {
        padding-bottom: 90px;
    }
    .rt-pb-lg-91 {
        padding-bottom: 91px;
    }
    .rt-pb-lg-92 {
        padding-bottom: 92px;
    }
    .rt-pb-lg-93 {
        padding-bottom: 93px;
    }
    .rt-pb-lg-94 {
        padding-bottom: 94px;
    }
    .rt-pb-lg-95 {
        padding-bottom: 95px;
    }
    .rt-pb-lg-96 {
        padding-bottom: 96px;
    }
    .rt-pb-lg-97 {
        padding-bottom: 97px;
    }
    .rt-pb-lg-98 {
        padding-bottom: 98px;
    }
    .rt-pb-lg-99 {
        padding-bottom: 99px;
    }
    .rt-pb-lg-100 {
        padding-bottom: 100px;
    }
}

@media (max-width: 991.98px) {
    .rt-pb-md-0 {
        padding-bottom: 0px;
    }
    .rt-pb-md-1 {
        padding-bottom: 1px;
    }
    .rt-pb-md-2 {
        padding-bottom: 2px;
    }
    .rt-pb-md-3 {
        padding-bottom: 3px;
    }
    .rt-pb-md-4 {
        padding-bottom: 4px;
    }
    .rt-pb-md-5 {
        padding-bottom: 5px;
    }
    .rt-pb-md-6 {
        padding-bottom: 6px;
    }
    .rt-pb-md-7 {
        padding-bottom: 7px;
    }
    .rt-pb-md-8 {
        padding-bottom: 8px;
    }
    .rt-pb-md-9 {
        padding-bottom: 9px;
    }
    .rt-pb-md-10 {
        padding-bottom: 10px;
    }
    .rt-pb-md-11 {
        padding-bottom: 11px;
    }
    .rt-pb-md-12 {
        padding-bottom: 12px;
    }
    .rt-pb-md-13 {
        padding-bottom: 13px;
    }
    .rt-pb-md-14 {
        padding-bottom: 14px;
    }
    .rt-pb-md-15 {
        padding-bottom: 15px;
    }
    .rt-pb-md-16 {
        padding-bottom: 16px;
    }
    .rt-pb-md-17 {
        padding-bottom: 17px;
    }
    .rt-pb-md-18 {
        padding-bottom: 18px;
    }
    .rt-pb-md-19 {
        padding-bottom: 19px;
    }
    .rt-pb-md-20 {
        padding-bottom: 20px;
    }
    .rt-pb-md-21 {
        padding-bottom: 21px;
    }
    .rt-pb-md-22 {
        padding-bottom: 22px;
    }
    .rt-pb-md-23 {
        padding-bottom: 23px;
    }
    .rt-pb-md-24 {
        padding-bottom: 24px;
    }
    .rt-pb-md-25 {
        padding-bottom: 25px;
    }
    .rt-pb-md-26 {
        padding-bottom: 26px;
    }
    .rt-pb-md-27 {
        padding-bottom: 27px;
    }
    .rt-pb-md-28 {
        padding-bottom: 28px;
    }
    .rt-pb-md-29 {
        padding-bottom: 29px;
    }
    .rt-pb-md-30 {
        padding-bottom: 30px;
    }
    .rt-pb-md-31 {
        padding-bottom: 31px;
    }
    .rt-pb-md-32 {
        padding-bottom: 32px;
    }
    .rt-pb-md-33 {
        padding-bottom: 33px;
    }
    .rt-pb-md-34 {
        padding-bottom: 34px;
    }
    .rt-pb-md-35 {
        padding-bottom: 35px;
    }
    .rt-pb-md-36 {
        padding-bottom: 36px;
    }
    .rt-pb-md-37 {
        padding-bottom: 37px;
    }
    .rt-pb-md-38 {
        padding-bottom: 38px;
    }
    .rt-pb-md-39 {
        padding-bottom: 39px;
    }
    .rt-pb-md-40 {
        padding-bottom: 40px;
    }
    .rt-pb-md-41 {
        padding-bottom: 41px;
    }
    .rt-pb-md-42 {
        padding-bottom: 42px;
    }
    .rt-pb-md-43 {
        padding-bottom: 43px;
    }
    .rt-pb-md-44 {
        padding-bottom: 44px;
    }
    .rt-pb-md-45 {
        padding-bottom: 45px;
    }
    .rt-pb-md-46 {
        padding-bottom: 46px;
    }
    .rt-pb-md-47 {
        padding-bottom: 47px;
    }
    .rt-pb-md-48 {
        padding-bottom: 48px;
    }
    .rt-pb-md-49 {
        padding-bottom: 49px;
    }
    .rt-pb-md-50 {
        padding-bottom: 50px;
    }
    .rt-pb-md-51 {
        padding-bottom: 51px;
    }
    .rt-pb-md-52 {
        padding-bottom: 52px;
    }
    .rt-pb-md-53 {
        padding-bottom: 53px;
    }
    .rt-pb-md-54 {
        padding-bottom: 54px;
    }
    .rt-pb-md-55 {
        padding-bottom: 55px;
    }
    .rt-pb-md-56 {
        padding-bottom: 56px;
    }
    .rt-pb-md-57 {
        padding-bottom: 57px;
    }
    .rt-pb-md-58 {
        padding-bottom: 58px;
    }
    .rt-pb-md-59 {
        padding-bottom: 59px;
    }
    .rt-pb-md-60 {
        padding-bottom: 60px;
    }
    .rt-pb-md-61 {
        padding-bottom: 61px;
    }
    .rt-pb-md-62 {
        padding-bottom: 62px;
    }
    .rt-pb-md-63 {
        padding-bottom: 63px;
    }
    .rt-pb-md-64 {
        padding-bottom: 64px;
    }
    .rt-pb-md-65 {
        padding-bottom: 65px;
    }
    .rt-pb-md-66 {
        padding-bottom: 66px;
    }
    .rt-pb-md-67 {
        padding-bottom: 67px;
    }
    .rt-pb-md-68 {
        padding-bottom: 68px;
    }
    .rt-pb-md-69 {
        padding-bottom: 69px;
    }
    .rt-pb-md-70 {
        padding-bottom: 70px;
    }
    .rt-pb-md-71 {
        padding-bottom: 71px;
    }
    .rt-pb-md-72 {
        padding-bottom: 72px;
    }
    .rt-pb-md-73 {
        padding-bottom: 73px;
    }
    .rt-pb-md-74 {
        padding-bottom: 74px;
    }
    .rt-pb-md-75 {
        padding-bottom: 75px;
    }
    .rt-pb-md-76 {
        padding-bottom: 76px;
    }
    .rt-pb-md-77 {
        padding-bottom: 77px;
    }
    .rt-pb-md-78 {
        padding-bottom: 78px;
    }
    .rt-pb-md-79 {
        padding-bottom: 79px;
    }
    .rt-pb-md-80 {
        padding-bottom: 80px;
    }
    .rt-pb-md-81 {
        padding-bottom: 81px;
    }
    .rt-pb-md-82 {
        padding-bottom: 82px;
    }
    .rt-pb-md-83 {
        padding-bottom: 83px;
    }
    .rt-pb-md-84 {
        padding-bottom: 84px;
    }
    .rt-pb-md-85 {
        padding-bottom: 85px;
    }
    .rt-pb-md-86 {
        padding-bottom: 86px;
    }
    .rt-pb-md-87 {
        padding-bottom: 87px;
    }
    .rt-pb-md-88 {
        padding-bottom: 88px;
    }
    .rt-pb-md-89 {
        padding-bottom: 89px;
    }
    .rt-pb-md-90 {
        padding-bottom: 90px;
    }
    .rt-pb-md-91 {
        padding-bottom: 91px;
    }
    .rt-pb-md-92 {
        padding-bottom: 92px;
    }
    .rt-pb-md-93 {
        padding-bottom: 93px;
    }
    .rt-pb-md-94 {
        padding-bottom: 94px;
    }
    .rt-pb-md-95 {
        padding-bottom: 95px;
    }
    .rt-pb-md-96 {
        padding-bottom: 96px;
    }
    .rt-pb-md-97 {
        padding-bottom: 97px;
    }
    .rt-pb-md-98 {
        padding-bottom: 98px;
    }
    .rt-pb-md-99 {
        padding-bottom: 99px;
    }
    .rt-pb-md-100 {
        padding-bottom: 100px;
    }
}

@media (max-width: 767.98px) {
    .rt-pb-xs-0 {
        padding-bottom: 0px;
    }
    .rt-pb-xs-1 {
        padding-bottom: 1px;
    }
    .rt-pb-xs-2 {
        padding-bottom: 2px;
    }
    .rt-pb-xs-3 {
        padding-bottom: 3px;
    }
    .rt-pb-xs-4 {
        padding-bottom: 4px;
    }
    .rt-pb-xs-5 {
        padding-bottom: 5px;
    }
    .rt-pb-xs-6 {
        padding-bottom: 6px;
    }
    .rt-pb-xs-7 {
        padding-bottom: 7px;
    }
    .rt-pb-xs-8 {
        padding-bottom: 8px;
    }
    .rt-pb-xs-9 {
        padding-bottom: 9px;
    }
    .rt-pb-xs-10 {
        padding-bottom: 10px;
    }
    .rt-pb-xs-11 {
        padding-bottom: 11px;
    }
    .rt-pb-xs-12 {
        padding-bottom: 12px;
    }
    .rt-pb-xs-13 {
        padding-bottom: 13px;
    }
    .rt-pb-xs-14 {
        padding-bottom: 14px;
    }
    .rt-pb-xs-15 {
        padding-bottom: 15px;
    }
    .rt-pb-xs-16 {
        padding-bottom: 16px;
    }
    .rt-pb-xs-17 {
        padding-bottom: 17px;
    }
    .rt-pb-xs-18 {
        padding-bottom: 18px;
    }
    .rt-pb-xs-19 {
        padding-bottom: 19px;
    }
    .rt-pb-xs-20 {
        padding-bottom: 20px;
    }
    .rt-pb-xs-21 {
        padding-bottom: 21px;
    }
    .rt-pb-xs-22 {
        padding-bottom: 22px;
    }
    .rt-pb-xs-23 {
        padding-bottom: 23px;
    }
    .rt-pb-xs-24 {
        padding-bottom: 24px;
    }
    .rt-pb-xs-25 {
        padding-bottom: 25px;
    }
    .rt-pb-xs-26 {
        padding-bottom: 26px;
    }
    .rt-pb-xs-27 {
        padding-bottom: 27px;
    }
    .rt-pb-xs-28 {
        padding-bottom: 28px;
    }
    .rt-pb-xs-29 {
        padding-bottom: 29px;
    }
    .rt-pb-xs-30 {
        padding-bottom: 30px;
    }
    .rt-pb-xs-31 {
        padding-bottom: 31px;
    }
    .rt-pb-xs-32 {
        padding-bottom: 32px;
    }
    .rt-pb-xs-33 {
        padding-bottom: 33px;
    }
    .rt-pb-xs-34 {
        padding-bottom: 34px;
    }
    .rt-pb-xs-35 {
        padding-bottom: 35px;
    }
    .rt-pb-xs-36 {
        padding-bottom: 36px;
    }
    .rt-pb-xs-37 {
        padding-bottom: 37px;
    }
    .rt-pb-xs-38 {
        padding-bottom: 38px;
    }
    .rt-pb-xs-39 {
        padding-bottom: 39px;
    }
    .rt-pb-xs-40 {
        padding-bottom: 40px;
    }
    .rt-pb-xs-41 {
        padding-bottom: 41px;
    }
    .rt-pb-xs-42 {
        padding-bottom: 42px;
    }
    .rt-pb-xs-43 {
        padding-bottom: 43px;
    }
    .rt-pb-xs-44 {
        padding-bottom: 44px;
    }
    .rt-pb-xs-45 {
        padding-bottom: 45px;
    }
    .rt-pb-xs-46 {
        padding-bottom: 46px;
    }
    .rt-pb-xs-47 {
        padding-bottom: 47px;
    }
    .rt-pb-xs-48 {
        padding-bottom: 48px;
    }
    .rt-pb-xs-49 {
        padding-bottom: 49px;
    }
    .rt-pb-xs-50 {
        padding-bottom: 50px;
    }
    .rt-pb-xs-51 {
        padding-bottom: 51px;
    }
    .rt-pb-xs-52 {
        padding-bottom: 52px;
    }
    .rt-pb-xs-53 {
        padding-bottom: 53px;
    }
    .rt-pb-xs-54 {
        padding-bottom: 54px;
    }
    .rt-pb-xs-55 {
        padding-bottom: 55px;
    }
    .rt-pb-xs-56 {
        padding-bottom: 56px;
    }
    .rt-pb-xs-57 {
        padding-bottom: 57px;
    }
    .rt-pb-xs-58 {
        padding-bottom: 58px;
    }
    .rt-pb-xs-59 {
        padding-bottom: 59px;
    }
    .rt-pb-xs-60 {
        padding-bottom: 60px;
    }
    .rt-pb-xs-61 {
        padding-bottom: 61px;
    }
    .rt-pb-xs-62 {
        padding-bottom: 62px;
    }
    .rt-pb-xs-63 {
        padding-bottom: 63px;
    }
    .rt-pb-xs-64 {
        padding-bottom: 64px;
    }
    .rt-pb-xs-65 {
        padding-bottom: 65px;
    }
    .rt-pb-xs-66 {
        padding-bottom: 66px;
    }
    .rt-pb-xs-67 {
        padding-bottom: 67px;
    }
    .rt-pb-xs-68 {
        padding-bottom: 68px;
    }
    .rt-pb-xs-69 {
        padding-bottom: 69px;
    }
    .rt-pb-xs-70 {
        padding-bottom: 70px;
    }
    .rt-pb-xs-71 {
        padding-bottom: 71px;
    }
    .rt-pb-xs-72 {
        padding-bottom: 72px;
    }
    .rt-pb-xs-73 {
        padding-bottom: 73px;
    }
    .rt-pb-xs-74 {
        padding-bottom: 74px;
    }
    .rt-pb-xs-75 {
        padding-bottom: 75px;
    }
    .rt-pb-xs-76 {
        padding-bottom: 76px;
    }
    .rt-pb-xs-77 {
        padding-bottom: 77px;
    }
    .rt-pb-xs-78 {
        padding-bottom: 78px;
    }
    .rt-pb-xs-79 {
        padding-bottom: 79px;
    }
    .rt-pb-xs-80 {
        padding-bottom: 80px;
    }
    .rt-pb-xs-81 {
        padding-bottom: 81px;
    }
    .rt-pb-xs-82 {
        padding-bottom: 82px;
    }
    .rt-pb-xs-83 {
        padding-bottom: 83px;
    }
    .rt-pb-xs-84 {
        padding-bottom: 84px;
    }
    .rt-pb-xs-85 {
        padding-bottom: 85px;
    }
    .rt-pb-xs-86 {
        padding-bottom: 86px;
    }
    .rt-pb-xs-87 {
        padding-bottom: 87px;
    }
    .rt-pb-xs-88 {
        padding-bottom: 88px;
    }
    .rt-pb-xs-89 {
        padding-bottom: 89px;
    }
    .rt-pb-xs-90 {
        padding-bottom: 90px;
    }
    .rt-pb-xs-91 {
        padding-bottom: 91px;
    }
    .rt-pb-xs-92 {
        padding-bottom: 92px;
    }
    .rt-pb-xs-93 {
        padding-bottom: 93px;
    }
    .rt-pb-xs-94 {
        padding-bottom: 94px;
    }
    .rt-pb-xs-95 {
        padding-bottom: 95px;
    }
    .rt-pb-xs-96 {
        padding-bottom: 96px;
    }
    .rt-pb-xs-97 {
        padding-bottom: 97px;
    }
    .rt-pb-xs-98 {
        padding-bottom: 98px;
    }
    .rt-pb-xs-99 {
        padding-bottom: 99px;
    }
    .rt-pb-xs-100 {
        padding-bottom: 100px;
    }
}

.rt-pt-0 {
    padding-top: 0px;
}

.rt-pt-1 {
    padding-top: 1px;
}

.rt-pt-2 {
    padding-top: 2px;
}

.rt-pt-3 {
    padding-top: 3px;
}

.rt-pt-4 {
    padding-top: 4px;
}

.rt-pt-5 {
    padding-top: 5px;
}

.rt-pt-6 {
    padding-top: 6px;
}

.rt-pt-7 {
    padding-top: 7px;
}

.rt-pt-8 {
    padding-top: 8px;
}

.rt-pt-9 {
    padding-top: 9px;
}

.rt-pt-10 {
    padding-top: 10px;
}

.rt-pt-11 {
    padding-top: 11px;
}

.rt-pt-12 {
    padding-top: 12px;
}

.rt-pt-13 {
    padding-top: 13px;
}

.rt-pt-14 {
    padding-top: 14px;
}

.rt-pt-15 {
    padding-top: 15px;
}

.rt-pt-16 {
    padding-top: 16px;
}

.rt-pt-17 {
    padding-top: 17px;
}

.rt-pt-18 {
    padding-top: 18px;
}

.rt-pt-19 {
    padding-top: 19px;
}

.rt-pt-20 {
    padding-top: 20px;
}

.rt-pt-21 {
    padding-top: 21px;
}

.rt-pt-22 {
    padding-top: 22px;
}

.rt-pt-23 {
    padding-top: 23px;
}

.rt-pt-24 {
    padding-top: 24px;
}

.rt-pt-25 {
    padding-top: 25px;
}

.rt-pt-26 {
    padding-top: 26px;
}

.rt-pt-27 {
    padding-top: 27px;
}

.rt-pt-28 {
    padding-top: 28px;
}

.rt-pt-29 {
    padding-top: 29px;
}

.rt-pt-30 {
    padding-top: 30px;
}

.rt-pt-31 {
    padding-top: 31px;
}

.rt-pt-32 {
    padding-top: 32px;
}

.rt-pt-33 {
    padding-top: 33px;
}

.rt-pt-34 {
    padding-top: 34px;
}

.rt-pt-35 {
    padding-top: 35px;
}

.rt-pt-36 {
    padding-top: 36px;
}

.rt-pt-37 {
    padding-top: 37px;
}

.rt-pt-38 {
    padding-top: 38px;
}

.rt-pt-39 {
    padding-top: 39px;
}

.rt-pt-40 {
    padding-top: 40px;
}

.rt-pt-41 {
    padding-top: 41px;
}

.rt-pt-42 {
    padding-top: 42px;
}

.rt-pt-43 {
    padding-top: 43px;
}

.rt-pt-44 {
    padding-top: 44px;
}

.rt-pt-45 {
    padding-top: 45px;
}

.rt-pt-46 {
    padding-top: 46px;
}

.rt-pt-47 {
    padding-top: 47px;
}

.rt-pt-48 {
    padding-top: 48px;
}

.rt-pt-49 {
    padding-top: 49px;
}

.rt-pt-50 {
    padding-top: 50px;
}

.rt-pt-51 {
    padding-top: 51px;
}

.rt-pt-52 {
    padding-top: 52px;
}

.rt-pt-53 {
    padding-top: 53px;
}

.rt-pt-54 {
    padding-top: 54px;
}

.rt-pt-55 {
    padding-top: 55px;
}

.rt-pt-56 {
    padding-top: 56px;
}

.rt-pt-57 {
    padding-top: 57px;
}

.rt-pt-58 {
    padding-top: 58px;
}

.rt-pt-59 {
    padding-top: 59px;
}

.rt-pt-60 {
    padding-top: 60px;
}

.rt-pt-61 {
    padding-top: 61px;
}

.rt-pt-62 {
    padding-top: 62px;
}

.rt-pt-63 {
    padding-top: 63px;
}

.rt-pt-64 {
    padding-top: 64px;
}

.rt-pt-65 {
    padding-top: 65px;
}

.rt-pt-66 {
    padding-top: 66px;
}

.rt-pt-67 {
    padding-top: 67px;
}

.rt-pt-68 {
    padding-top: 68px;
}

.rt-pt-69 {
    padding-top: 69px;
}

.rt-pt-70 {
    padding-top: 70px;
}

.rt-pt-71 {
    padding-top: 71px;
}

.rt-pt-72 {
    padding-top: 72px;
}

.rt-pt-73 {
    padding-top: 73px;
}

.rt-pt-74 {
    padding-top: 74px;
}

.rt-pt-75 {
    padding-top: 75px;
}

.rt-pt-76 {
    padding-top: 76px;
}

.rt-pt-77 {
    padding-top: 77px;
}

.rt-pt-78 {
    padding-top: 78px;
}

.rt-pt-79 {
    padding-top: 79px;
}

.rt-pt-80 {
    padding-top: 80px;
}

.rt-pt-81 {
    padding-top: 81px;
}

.rt-pt-82 {
    padding-top: 82px;
}

.rt-pt-83 {
    padding-top: 83px;
}

.rt-pt-84 {
    padding-top: 84px;
}

.rt-pt-85 {
    padding-top: 85px;
}

.rt-pt-86 {
    padding-top: 86px;
}

.rt-pt-87 {
    padding-top: 87px;
}

.rt-pt-88 {
    padding-top: 88px;
}

.rt-pt-89 {
    padding-top: 89px;
}

.rt-pt-90 {
    padding-top: 90px;
}

.rt-pt-91 {
    padding-top: 91px;
}

.rt-pt-92 {
    padding-top: 92px;
}

.rt-pt-93 {
    padding-top: 93px;
}

.rt-pt-94 {
    padding-top: 94px;
}

.rt-pt-95 {
    padding-top: 95px;
}

.rt-pt-96 {
    padding-top: 96px;
}

.rt-pt-97 {
    padding-top: 97px;
}

.rt-pt-98 {
    padding-top: 98px;
}

.rt-pt-99 {
    padding-top: 99px;
}

.rt-pt-100 {
    padding-top: 100px;
}

@media (max-width: 1199.98px) {
    .rt-pt-lg-0 {
        padding-top: 0px;
    }
    .rt-pt-lg-1 {
        padding-top: 1px;
    }
    .rt-pt-lg-2 {
        padding-top: 2px;
    }
    .rt-pt-lg-3 {
        padding-top: 3px;
    }
    .rt-pt-lg-4 {
        padding-top: 4px;
    }
    .rt-pt-lg-5 {
        padding-top: 5px;
    }
    .rt-pt-lg-6 {
        padding-top: 6px;
    }
    .rt-pt-lg-7 {
        padding-top: 7px;
    }
    .rt-pt-lg-8 {
        padding-top: 8px;
    }
    .rt-pt-lg-9 {
        padding-top: 9px;
    }
    .rt-pt-lg-10 {
        padding-top: 10px;
    }
    .rt-pt-lg-11 {
        padding-top: 11px;
    }
    .rt-pt-lg-12 {
        padding-top: 12px;
    }
    .rt-pt-lg-13 {
        padding-top: 13px;
    }
    .rt-pt-lg-14 {
        padding-top: 14px;
    }
    .rt-pt-lg-15 {
        padding-top: 15px;
    }
    .rt-pt-lg-16 {
        padding-top: 16px;
    }
    .rt-pt-lg-17 {
        padding-top: 17px;
    }
    .rt-pt-lg-18 {
        padding-top: 18px;
    }
    .rt-pt-lg-19 {
        padding-top: 19px;
    }
    .rt-pt-lg-20 {
        padding-top: 20px;
    }
    .rt-pt-lg-21 {
        padding-top: 21px;
    }
    .rt-pt-lg-22 {
        padding-top: 22px;
    }
    .rt-pt-lg-23 {
        padding-top: 23px;
    }
    .rt-pt-lg-24 {
        padding-top: 24px;
    }
    .rt-pt-lg-25 {
        padding-top: 25px;
    }
    .rt-pt-lg-26 {
        padding-top: 26px;
    }
    .rt-pt-lg-27 {
        padding-top: 27px;
    }
    .rt-pt-lg-28 {
        padding-top: 28px;
    }
    .rt-pt-lg-29 {
        padding-top: 29px;
    }
    .rt-pt-lg-30 {
        padding-top: 30px;
    }
    .rt-pt-lg-31 {
        padding-top: 31px;
    }
    .rt-pt-lg-32 {
        padding-top: 32px;
    }
    .rt-pt-lg-33 {
        padding-top: 33px;
    }
    .rt-pt-lg-34 {
        padding-top: 34px;
    }
    .rt-pt-lg-35 {
        padding-top: 35px;
    }
    .rt-pt-lg-36 {
        padding-top: 36px;
    }
    .rt-pt-lg-37 {
        padding-top: 37px;
    }
    .rt-pt-lg-38 {
        padding-top: 38px;
    }
    .rt-pt-lg-39 {
        padding-top: 39px;
    }
    .rt-pt-lg-40 {
        padding-top: 40px;
    }
    .rt-pt-lg-41 {
        padding-top: 41px;
    }
    .rt-pt-lg-42 {
        padding-top: 42px;
    }
    .rt-pt-lg-43 {
        padding-top: 43px;
    }
    .rt-pt-lg-44 {
        padding-top: 44px;
    }
    .rt-pt-lg-45 {
        padding-top: 45px;
    }
    .rt-pt-lg-46 {
        padding-top: 46px;
    }
    .rt-pt-lg-47 {
        padding-top: 47px;
    }
    .rt-pt-lg-48 {
        padding-top: 48px;
    }
    .rt-pt-lg-49 {
        padding-top: 49px;
    }
    .rt-pt-lg-50 {
        padding-top: 50px;
    }
    .rt-pt-lg-51 {
        padding-top: 51px;
    }
    .rt-pt-lg-52 {
        padding-top: 52px;
    }
    .rt-pt-lg-53 {
        padding-top: 53px;
    }
    .rt-pt-lg-54 {
        padding-top: 54px;
    }
    .rt-pt-lg-55 {
        padding-top: 55px;
    }
    .rt-pt-lg-56 {
        padding-top: 56px;
    }
    .rt-pt-lg-57 {
        padding-top: 57px;
    }
    .rt-pt-lg-58 {
        padding-top: 58px;
    }
    .rt-pt-lg-59 {
        padding-top: 59px;
    }
    .rt-pt-lg-60 {
        padding-top: 60px;
    }
    .rt-pt-lg-61 {
        padding-top: 61px;
    }
    .rt-pt-lg-62 {
        padding-top: 62px;
    }
    .rt-pt-lg-63 {
        padding-top: 63px;
    }
    .rt-pt-lg-64 {
        padding-top: 64px;
    }
    .rt-pt-lg-65 {
        padding-top: 65px;
    }
    .rt-pt-lg-66 {
        padding-top: 66px;
    }
    .rt-pt-lg-67 {
        padding-top: 67px;
    }
    .rt-pt-lg-68 {
        padding-top: 68px;
    }
    .rt-pt-lg-69 {
        padding-top: 69px;
    }
    .rt-pt-lg-70 {
        padding-top: 70px;
    }
    .rt-pt-lg-71 {
        padding-top: 71px;
    }
    .rt-pt-lg-72 {
        padding-top: 72px;
    }
    .rt-pt-lg-73 {
        padding-top: 73px;
    }
    .rt-pt-lg-74 {
        padding-top: 74px;
    }
    .rt-pt-lg-75 {
        padding-top: 75px;
    }
    .rt-pt-lg-76 {
        padding-top: 76px;
    }
    .rt-pt-lg-77 {
        padding-top: 77px;
    }
    .rt-pt-lg-78 {
        padding-top: 78px;
    }
    .rt-pt-lg-79 {
        padding-top: 79px;
    }
    .rt-pt-lg-80 {
        padding-top: 80px;
    }
    .rt-pt-lg-81 {
        padding-top: 81px;
    }
    .rt-pt-lg-82 {
        padding-top: 82px;
    }
    .rt-pt-lg-83 {
        padding-top: 83px;
    }
    .rt-pt-lg-84 {
        padding-top: 84px;
    }
    .rt-pt-lg-85 {
        padding-top: 85px;
    }
    .rt-pt-lg-86 {
        padding-top: 86px;
    }
    .rt-pt-lg-87 {
        padding-top: 87px;
    }
    .rt-pt-lg-88 {
        padding-top: 88px;
    }
    .rt-pt-lg-89 {
        padding-top: 89px;
    }
    .rt-pt-lg-90 {
        padding-top: 90px;
    }
    .rt-pt-lg-91 {
        padding-top: 91px;
    }
    .rt-pt-lg-92 {
        padding-top: 92px;
    }
    .rt-pt-lg-93 {
        padding-top: 93px;
    }
    .rt-pt-lg-94 {
        padding-top: 94px;
    }
    .rt-pt-lg-95 {
        padding-top: 95px;
    }
    .rt-pt-lg-96 {
        padding-top: 96px;
    }
    .rt-pt-lg-97 {
        padding-top: 97px;
    }
    .rt-pt-lg-98 {
        padding-top: 98px;
    }
    .rt-pt-lg-99 {
        padding-top: 99px;
    }
    .rt-pt-lg-100 {
        padding-top: 100px;
    }
}

@media (max-width: 991.98px) {
    .rt-pt-md-0 {
        padding-top: 0px;
    }
    .rt-pt-md-1 {
        padding-top: 1px;
    }
    .rt-pt-md-2 {
        padding-top: 2px;
    }
    .rt-pt-md-3 {
        padding-top: 3px;
    }
    .rt-pt-md-4 {
        padding-top: 4px;
    }
    .rt-pt-md-5 {
        padding-top: 5px;
    }
    .rt-pt-md-6 {
        padding-top: 6px;
    }
    .rt-pt-md-7 {
        padding-top: 7px;
    }
    .rt-pt-md-8 {
        padding-top: 8px;
    }
    .rt-pt-md-9 {
        padding-top: 9px;
    }
    .rt-pt-md-10 {
        padding-top: 10px;
    }
    .rt-pt-md-11 {
        padding-top: 11px;
    }
    .rt-pt-md-12 {
        padding-top: 12px;
    }
    .rt-pt-md-13 {
        padding-top: 13px;
    }
    .rt-pt-md-14 {
        padding-top: 14px;
    }
    .rt-pt-md-15 {
        padding-top: 15px;
    }
    .rt-pt-md-16 {
        padding-top: 16px;
    }
    .rt-pt-md-17 {
        padding-top: 17px;
    }
    .rt-pt-md-18 {
        padding-top: 18px;
    }
    .rt-pt-md-19 {
        padding-top: 19px;
    }
    .rt-pt-md-20 {
        padding-top: 20px;
    }
    .rt-pt-md-21 {
        padding-top: 21px;
    }
    .rt-pt-md-22 {
        padding-top: 22px;
    }
    .rt-pt-md-23 {
        padding-top: 23px;
    }
    .rt-pt-md-24 {
        padding-top: 24px;
    }
    .rt-pt-md-25 {
        padding-top: 25px;
    }
    .rt-pt-md-26 {
        padding-top: 26px;
    }
    .rt-pt-md-27 {
        padding-top: 27px;
    }
    .rt-pt-md-28 {
        padding-top: 28px;
    }
    .rt-pt-md-29 {
        padding-top: 29px;
    }
    .rt-pt-md-30 {
        padding-top: 30px;
    }
    .rt-pt-md-31 {
        padding-top: 31px;
    }
    .rt-pt-md-32 {
        padding-top: 32px;
    }
    .rt-pt-md-33 {
        padding-top: 33px;
    }
    .rt-pt-md-34 {
        padding-top: 34px;
    }
    .rt-pt-md-35 {
        padding-top: 35px;
    }
    .rt-pt-md-36 {
        padding-top: 36px;
    }
    .rt-pt-md-37 {
        padding-top: 37px;
    }
    .rt-pt-md-38 {
        padding-top: 38px;
    }
    .rt-pt-md-39 {
        padding-top: 39px;
    }
    .rt-pt-md-40 {
        padding-top: 40px;
    }
    .rt-pt-md-41 {
        padding-top: 41px;
    }
    .rt-pt-md-42 {
        padding-top: 42px;
    }
    .rt-pt-md-43 {
        padding-top: 43px;
    }
    .rt-pt-md-44 {
        padding-top: 44px;
    }
    .rt-pt-md-45 {
        padding-top: 45px;
    }
    .rt-pt-md-46 {
        padding-top: 46px;
    }
    .rt-pt-md-47 {
        padding-top: 47px;
    }
    .rt-pt-md-48 {
        padding-top: 48px;
    }
    .rt-pt-md-49 {
        padding-top: 49px;
    }
    .rt-pt-md-50 {
        padding-top: 50px;
    }
    .rt-pt-md-51 {
        padding-top: 51px;
    }
    .rt-pt-md-52 {
        padding-top: 52px;
    }
    .rt-pt-md-53 {
        padding-top: 53px;
    }
    .rt-pt-md-54 {
        padding-top: 54px;
    }
    .rt-pt-md-55 {
        padding-top: 55px;
    }
    .rt-pt-md-56 {
        padding-top: 56px;
    }
    .rt-pt-md-57 {
        padding-top: 57px;
    }
    .rt-pt-md-58 {
        padding-top: 58px;
    }
    .rt-pt-md-59 {
        padding-top: 59px;
    }
    .rt-pt-md-60 {
        padding-top: 60px;
    }
    .rt-pt-md-61 {
        padding-top: 61px;
    }
    .rt-pt-md-62 {
        padding-top: 62px;
    }
    .rt-pt-md-63 {
        padding-top: 63px;
    }
    .rt-pt-md-64 {
        padding-top: 64px;
    }
    .rt-pt-md-65 {
        padding-top: 65px;
    }
    .rt-pt-md-66 {
        padding-top: 66px;
    }
    .rt-pt-md-67 {
        padding-top: 67px;
    }
    .rt-pt-md-68 {
        padding-top: 68px;
    }
    .rt-pt-md-69 {
        padding-top: 69px;
    }
    .rt-pt-md-70 {
        padding-top: 70px;
    }
    .rt-pt-md-71 {
        padding-top: 71px;
    }
    .rt-pt-md-72 {
        padding-top: 72px;
    }
    .rt-pt-md-73 {
        padding-top: 73px;
    }
    .rt-pt-md-74 {
        padding-top: 74px;
    }
    .rt-pt-md-75 {
        padding-top: 75px;
    }
    .rt-pt-md-76 {
        padding-top: 76px;
    }
    .rt-pt-md-77 {
        padding-top: 77px;
    }
    .rt-pt-md-78 {
        padding-top: 78px;
    }
    .rt-pt-md-79 {
        padding-top: 79px;
    }
    .rt-pt-md-80 {
        padding-top: 80px;
    }
    .rt-pt-md-81 {
        padding-top: 81px;
    }
    .rt-pt-md-82 {
        padding-top: 82px;
    }
    .rt-pt-md-83 {
        padding-top: 83px;
    }
    .rt-pt-md-84 {
        padding-top: 84px;
    }
    .rt-pt-md-85 {
        padding-top: 85px;
    }
    .rt-pt-md-86 {
        padding-top: 86px;
    }
    .rt-pt-md-87 {
        padding-top: 87px;
    }
    .rt-pt-md-88 {
        padding-top: 88px;
    }
    .rt-pt-md-89 {
        padding-top: 89px;
    }
    .rt-pt-md-90 {
        padding-top: 90px;
    }
    .rt-pt-md-91 {
        padding-top: 91px;
    }
    .rt-pt-md-92 {
        padding-top: 92px;
    }
    .rt-pt-md-93 {
        padding-top: 93px;
    }
    .rt-pt-md-94 {
        padding-top: 94px;
    }
    .rt-pt-md-95 {
        padding-top: 95px;
    }
    .rt-pt-md-96 {
        padding-top: 96px;
    }
    .rt-pt-md-97 {
        padding-top: 97px;
    }
    .rt-pt-md-98 {
        padding-top: 98px;
    }
    .rt-pt-md-99 {
        padding-top: 99px;
    }
    .rt-pt-md-100 {
        padding-top: 100px;
    }
}

@media (max-width: 767.98px) {
    .rt-pt-xs-0 {
        padding-top: 0px;
    }
    .rt-pt-xs-1 {
        padding-top: 1px;
    }
    .rt-pt-xs-2 {
        padding-top: 2px;
    }
    .rt-pt-xs-3 {
        padding-top: 3px;
    }
    .rt-pt-xs-4 {
        padding-top: 4px;
    }
    .rt-pt-xs-5 {
        padding-top: 5px;
    }
    .rt-pt-xs-6 {
        padding-top: 6px;
    }
    .rt-pt-xs-7 {
        padding-top: 7px;
    }
    .rt-pt-xs-8 {
        padding-top: 8px;
    }
    .rt-pt-xs-9 {
        padding-top: 9px;
    }
    .rt-pt-xs-10 {
        padding-top: 10px;
    }
    .rt-pt-xs-11 {
        padding-top: 11px;
    }
    .rt-pt-xs-12 {
        padding-top: 12px;
    }
    .rt-pt-xs-13 {
        padding-top: 13px;
    }
    .rt-pt-xs-14 {
        padding-top: 14px;
    }
    .rt-pt-xs-15 {
        padding-top: 15px;
    }
    .rt-pt-xs-16 {
        padding-top: 16px;
    }
    .rt-pt-xs-17 {
        padding-top: 17px;
    }
    .rt-pt-xs-18 {
        padding-top: 18px;
    }
    .rt-pt-xs-19 {
        padding-top: 19px;
    }
    .rt-pt-xs-20 {
        padding-top: 20px;
    }
    .rt-pt-xs-21 {
        padding-top: 21px;
    }
    .rt-pt-xs-22 {
        padding-top: 22px;
    }
    .rt-pt-xs-23 {
        padding-top: 23px;
    }
    .rt-pt-xs-24 {
        padding-top: 24px;
    }
    .rt-pt-xs-25 {
        padding-top: 25px;
    }
    .rt-pt-xs-26 {
        padding-top: 26px;
    }
    .rt-pt-xs-27 {
        padding-top: 27px;
    }
    .rt-pt-xs-28 {
        padding-top: 28px;
    }
    .rt-pt-xs-29 {
        padding-top: 29px;
    }
    .rt-pt-xs-30 {
        padding-top: 30px;
    }
    .rt-pt-xs-31 {
        padding-top: 31px;
    }
    .rt-pt-xs-32 {
        padding-top: 32px;
    }
    .rt-pt-xs-33 {
        padding-top: 33px;
    }
    .rt-pt-xs-34 {
        padding-top: 34px;
    }
    .rt-pt-xs-35 {
        padding-top: 35px;
    }
    .rt-pt-xs-36 {
        padding-top: 36px;
    }
    .rt-pt-xs-37 {
        padding-top: 37px;
    }
    .rt-pt-xs-38 {
        padding-top: 38px;
    }
    .rt-pt-xs-39 {
        padding-top: 39px;
    }
    .rt-pt-xs-40 {
        padding-top: 40px;
    }
    .rt-pt-xs-41 {
        padding-top: 41px;
    }
    .rt-pt-xs-42 {
        padding-top: 42px;
    }
    .rt-pt-xs-43 {
        padding-top: 43px;
    }
    .rt-pt-xs-44 {
        padding-top: 44px;
    }
    .rt-pt-xs-45 {
        padding-top: 45px;
    }
    .rt-pt-xs-46 {
        padding-top: 46px;
    }
    .rt-pt-xs-47 {
        padding-top: 47px;
    }
    .rt-pt-xs-48 {
        padding-top: 48px;
    }
    .rt-pt-xs-49 {
        padding-top: 49px;
    }
    .rt-pt-xs-50 {
        padding-top: 50px;
    }
    .rt-pt-xs-51 {
        padding-top: 51px;
    }
    .rt-pt-xs-52 {
        padding-top: 52px;
    }
    .rt-pt-xs-53 {
        padding-top: 53px;
    }
    .rt-pt-xs-54 {
        padding-top: 54px;
    }
    .rt-pt-xs-55 {
        padding-top: 55px;
    }
    .rt-pt-xs-56 {
        padding-top: 56px;
    }
    .rt-pt-xs-57 {
        padding-top: 57px;
    }
    .rt-pt-xs-58 {
        padding-top: 58px;
    }
    .rt-pt-xs-59 {
        padding-top: 59px;
    }
    .rt-pt-xs-60 {
        padding-top: 60px;
    }
    .rt-pt-xs-61 {
        padding-top: 61px;
    }
    .rt-pt-xs-62 {
        padding-top: 62px;
    }
    .rt-pt-xs-63 {
        padding-top: 63px;
    }
    .rt-pt-xs-64 {
        padding-top: 64px;
    }
    .rt-pt-xs-65 {
        padding-top: 65px;
    }
    .rt-pt-xs-66 {
        padding-top: 66px;
    }
    .rt-pt-xs-67 {
        padding-top: 67px;
    }
    .rt-pt-xs-68 {
        padding-top: 68px;
    }
    .rt-pt-xs-69 {
        padding-top: 69px;
    }
    .rt-pt-xs-70 {
        padding-top: 70px;
    }
    .rt-pt-xs-71 {
        padding-top: 71px;
    }
    .rt-pt-xs-72 {
        padding-top: 72px;
    }
    .rt-pt-xs-73 {
        padding-top: 73px;
    }
    .rt-pt-xs-74 {
        padding-top: 74px;
    }
    .rt-pt-xs-75 {
        padding-top: 75px;
    }
    .rt-pt-xs-76 {
        padding-top: 76px;
    }
    .rt-pt-xs-77 {
        padding-top: 77px;
    }
    .rt-pt-xs-78 {
        padding-top: 78px;
    }
    .rt-pt-xs-79 {
        padding-top: 79px;
    }
    .rt-pt-xs-80 {
        padding-top: 80px;
    }
    .rt-pt-xs-81 {
        padding-top: 81px;
    }
    .rt-pt-xs-82 {
        padding-top: 82px;
    }
    .rt-pt-xs-83 {
        padding-top: 83px;
    }
    .rt-pt-xs-84 {
        padding-top: 84px;
    }
    .rt-pt-xs-85 {
        padding-top: 85px;
    }
    .rt-pt-xs-86 {
        padding-top: 86px;
    }
    .rt-pt-xs-87 {
        padding-top: 87px;
    }
    .rt-pt-xs-88 {
        padding-top: 88px;
    }
    .rt-pt-xs-89 {
        padding-top: 89px;
    }
    .rt-pt-xs-90 {
        padding-top: 90px;
    }
    .rt-pt-xs-91 {
        padding-top: 91px;
    }
    .rt-pt-xs-92 {
        padding-top: 92px;
    }
    .rt-pt-xs-93 {
        padding-top: 93px;
    }
    .rt-pt-xs-94 {
        padding-top: 94px;
    }
    .rt-pt-xs-95 {
        padding-top: 95px;
    }
    .rt-pt-xs-96 {
        padding-top: 96px;
    }
    .rt-pt-xs-97 {
        padding-top: 97px;
    }
    .rt-pt-xs-98 {
        padding-top: 98px;
    }
    .rt-pt-xs-99 {
        padding-top: 99px;
    }
    .rt-pt-xs-100 {
        padding-top: 100px;
    }
}

.rt-pl-0 {
    padding-left: 0px;
}

.rt-pl-1 {
    padding-left: 1px;
}

.rt-pl-2 {
    padding-left: 2px;
}

.rt-pl-3 {
    padding-left: 3px;
}

.rt-pl-4 {
    padding-left: 4px;
}

.rt-pl-5 {
    padding-left: 5px;
}

.rt-pl-6 {
    padding-left: 6px;
}

.rt-pl-7 {
    padding-left: 7px;
}

.rt-pl-8 {
    padding-left: 8px;
}

.rt-pl-9 {
    padding-left: 9px;
}

.rt-pl-10 {
    padding-left: 10px;
}

.rt-pl-11 {
    padding-left: 11px;
}

.rt-pl-12 {
    padding-left: 12px;
}

.rt-pl-13 {
    padding-left: 13px;
}

.rt-pl-14 {
    padding-left: 14px;
}

.rt-pl-15 {
    padding-left: 15px;
}

.rt-pl-16 {
    padding-left: 16px;
}

.rt-pl-17 {
    padding-left: 17px;
}

.rt-pl-18 {
    padding-left: 18px;
}

.rt-pl-19 {
    padding-left: 19px;
}

.rt-pl-20 {
    padding-left: 20px;
}

.rt-pl-21 {
    padding-left: 21px;
}

.rt-pl-22 {
    padding-left: 22px;
}

.rt-pl-23 {
    padding-left: 23px;
}

.rt-pl-24 {
    padding-left: 24px;
}

.rt-pl-25 {
    padding-left: 25px;
}

.rt-pl-26 {
    padding-left: 26px;
}

.rt-pl-27 {
    padding-left: 27px;
}

.rt-pl-28 {
    padding-left: 28px;
}

.rt-pl-29 {
    padding-left: 29px;
}

.rt-pl-30 {
    padding-left: 30px;
}

.rt-pl-31 {
    padding-left: 31px;
}

.rt-pl-32 {
    padding-left: 32px;
}

.rt-pl-33 {
    padding-left: 33px;
}

.rt-pl-34 {
    padding-left: 34px;
}

.rt-pl-35 {
    padding-left: 35px;
}

.rt-pl-36 {
    padding-left: 36px;
}

.rt-pl-37 {
    padding-left: 37px;
}

.rt-pl-38 {
    padding-left: 38px;
}

.rt-pl-39 {
    padding-left: 39px;
}

.rt-pl-40 {
    padding-left: 40px;
}

.rt-pl-41 {
    padding-left: 41px;
}

.rt-pl-42 {
    padding-left: 42px;
}

.rt-pl-43 {
    padding-left: 43px;
}

.rt-pl-44 {
    padding-left: 44px;
}

.rt-pl-45 {
    padding-left: 45px;
}

.rt-pl-46 {
    padding-left: 46px;
}

.rt-pl-47 {
    padding-left: 47px;
}

.rt-pl-48 {
    padding-left: 48px;
}

.rt-pl-49 {
    padding-left: 49px;
}

.rt-pl-50 {
    padding-left: 50px;
}

.rt-pl-51 {
    padding-left: 51px;
}

.rt-pl-52 {
    padding-left: 52px;
}

.rt-pl-53 {
    padding-left: 53px;
}

.rt-pl-54 {
    padding-left: 54px;
}

.rt-pl-55 {
    padding-left: 55px;
}

.rt-pl-56 {
    padding-left: 56px;
}

.rt-pl-57 {
    padding-left: 57px;
}

.rt-pl-58 {
    padding-left: 58px;
}

.rt-pl-59 {
    padding-left: 59px;
}

.rt-pl-60 {
    padding-left: 60px;
}

.rt-pl-61 {
    padding-left: 61px;
}

.rt-pl-62 {
    padding-left: 62px;
}

.rt-pl-63 {
    padding-left: 63px;
}

.rt-pl-64 {
    padding-left: 64px;
}

.rt-pl-65 {
    padding-left: 65px;
}

.rt-pl-66 {
    padding-left: 66px;
}

.rt-pl-67 {
    padding-left: 67px;
}

.rt-pl-68 {
    padding-left: 68px;
}

.rt-pl-69 {
    padding-left: 69px;
}

.rt-pl-70 {
    padding-left: 70px;
}

.rt-pl-71 {
    padding-left: 71px;
}

.rt-pl-72 {
    padding-left: 72px;
}

.rt-pl-73 {
    padding-left: 73px;
}

.rt-pl-74 {
    padding-left: 74px;
}

.rt-pl-75 {
    padding-left: 75px;
}

.rt-pl-76 {
    padding-left: 76px;
}

.rt-pl-77 {
    padding-left: 77px;
}

.rt-pl-78 {
    padding-left: 78px;
}

.rt-pl-79 {
    padding-left: 79px;
}

.rt-pl-80 {
    padding-left: 80px;
}

.rt-pl-81 {
    padding-left: 81px;
}

.rt-pl-82 {
    padding-left: 82px;
}

.rt-pl-83 {
    padding-left: 83px;
}

.rt-pl-84 {
    padding-left: 84px;
}

.rt-pl-85 {
    padding-left: 85px;
}

.rt-pl-86 {
    padding-left: 86px;
}

.rt-pl-87 {
    padding-left: 87px;
}

.rt-pl-88 {
    padding-left: 88px;
}

.rt-pl-89 {
    padding-left: 89px;
}

.rt-pl-90 {
    padding-left: 90px;
}

.rt-pl-91 {
    padding-left: 91px;
}

.rt-pl-92 {
    padding-left: 92px;
}

.rt-pl-93 {
    padding-left: 93px;
}

.rt-pl-94 {
    padding-left: 94px;
}

.rt-pl-95 {
    padding-left: 95px;
}

.rt-pl-96 {
    padding-left: 96px;
}

.rt-pl-97 {
    padding-left: 97px;
}

.rt-pl-98 {
    padding-left: 98px;
}

.rt-pl-99 {
    padding-left: 99px;
}

.rt-pl-100 {
    padding-left: 100px;
}

@media (max-width: 1199.98px) {
    .rt-pl-lg-0 {
        padding-left: 0px;
    }
    .rt-pl-lg-1 {
        padding-left: 1px;
    }
    .rt-pl-lg-2 {
        padding-left: 2px;
    }
    .rt-pl-lg-3 {
        padding-left: 3px;
    }
    .rt-pl-lg-4 {
        padding-left: 4px;
    }
    .rt-pl-lg-5 {
        padding-left: 5px;
    }
    .rt-pl-lg-6 {
        padding-left: 6px;
    }
    .rt-pl-lg-7 {
        padding-left: 7px;
    }
    .rt-pl-lg-8 {
        padding-left: 8px;
    }
    .rt-pl-lg-9 {
        padding-left: 9px;
    }
    .rt-pl-lg-10 {
        padding-left: 10px;
    }
    .rt-pl-lg-11 {
        padding-left: 11px;
    }
    .rt-pl-lg-12 {
        padding-left: 12px;
    }
    .rt-pl-lg-13 {
        padding-left: 13px;
    }
    .rt-pl-lg-14 {
        padding-left: 14px;
    }
    .rt-pl-lg-15 {
        padding-left: 15px;
    }
    .rt-pl-lg-16 {
        padding-left: 16px;
    }
    .rt-pl-lg-17 {
        padding-left: 17px;
    }
    .rt-pl-lg-18 {
        padding-left: 18px;
    }
    .rt-pl-lg-19 {
        padding-left: 19px;
    }
    .rt-pl-lg-20 {
        padding-left: 20px;
    }
    .rt-pl-lg-21 {
        padding-left: 21px;
    }
    .rt-pl-lg-22 {
        padding-left: 22px;
    }
    .rt-pl-lg-23 {
        padding-left: 23px;
    }
    .rt-pl-lg-24 {
        padding-left: 24px;
    }
    .rt-pl-lg-25 {
        padding-left: 25px;
    }
    .rt-pl-lg-26 {
        padding-left: 26px;
    }
    .rt-pl-lg-27 {
        padding-left: 27px;
    }
    .rt-pl-lg-28 {
        padding-left: 28px;
    }
    .rt-pl-lg-29 {
        padding-left: 29px;
    }
    .rt-pl-lg-30 {
        padding-left: 30px;
    }
    .rt-pl-lg-31 {
        padding-left: 31px;
    }
    .rt-pl-lg-32 {
        padding-left: 32px;
    }
    .rt-pl-lg-33 {
        padding-left: 33px;
    }
    .rt-pl-lg-34 {
        padding-left: 34px;
    }
    .rt-pl-lg-35 {
        padding-left: 35px;
    }
    .rt-pl-lg-36 {
        padding-left: 36px;
    }
    .rt-pl-lg-37 {
        padding-left: 37px;
    }
    .rt-pl-lg-38 {
        padding-left: 38px;
    }
    .rt-pl-lg-39 {
        padding-left: 39px;
    }
    .rt-pl-lg-40 {
        padding-left: 40px;
    }
    .rt-pl-lg-41 {
        padding-left: 41px;
    }
    .rt-pl-lg-42 {
        padding-left: 42px;
    }
    .rt-pl-lg-43 {
        padding-left: 43px;
    }
    .rt-pl-lg-44 {
        padding-left: 44px;
    }
    .rt-pl-lg-45 {
        padding-left: 45px;
    }
    .rt-pl-lg-46 {
        padding-left: 46px;
    }
    .rt-pl-lg-47 {
        padding-left: 47px;
    }
    .rt-pl-lg-48 {
        padding-left: 48px;
    }
    .rt-pl-lg-49 {
        padding-left: 49px;
    }
    .rt-pl-lg-50 {
        padding-left: 50px;
    }
    .rt-pl-lg-51 {
        padding-left: 51px;
    }
    .rt-pl-lg-52 {
        padding-left: 52px;
    }
    .rt-pl-lg-53 {
        padding-left: 53px;
    }
    .rt-pl-lg-54 {
        padding-left: 54px;
    }
    .rt-pl-lg-55 {
        padding-left: 55px;
    }
    .rt-pl-lg-56 {
        padding-left: 56px;
    }
    .rt-pl-lg-57 {
        padding-left: 57px;
    }
    .rt-pl-lg-58 {
        padding-left: 58px;
    }
    .rt-pl-lg-59 {
        padding-left: 59px;
    }
    .rt-pl-lg-60 {
        padding-left: 60px;
    }
    .rt-pl-lg-61 {
        padding-left: 61px;
    }
    .rt-pl-lg-62 {
        padding-left: 62px;
    }
    .rt-pl-lg-63 {
        padding-left: 63px;
    }
    .rt-pl-lg-64 {
        padding-left: 64px;
    }
    .rt-pl-lg-65 {
        padding-left: 65px;
    }
    .rt-pl-lg-66 {
        padding-left: 66px;
    }
    .rt-pl-lg-67 {
        padding-left: 67px;
    }
    .rt-pl-lg-68 {
        padding-left: 68px;
    }
    .rt-pl-lg-69 {
        padding-left: 69px;
    }
    .rt-pl-lg-70 {
        padding-left: 70px;
    }
    .rt-pl-lg-71 {
        padding-left: 71px;
    }
    .rt-pl-lg-72 {
        padding-left: 72px;
    }
    .rt-pl-lg-73 {
        padding-left: 73px;
    }
    .rt-pl-lg-74 {
        padding-left: 74px;
    }
    .rt-pl-lg-75 {
        padding-left: 75px;
    }
    .rt-pl-lg-76 {
        padding-left: 76px;
    }
    .rt-pl-lg-77 {
        padding-left: 77px;
    }
    .rt-pl-lg-78 {
        padding-left: 78px;
    }
    .rt-pl-lg-79 {
        padding-left: 79px;
    }
    .rt-pl-lg-80 {
        padding-left: 80px;
    }
    .rt-pl-lg-81 {
        padding-left: 81px;
    }
    .rt-pl-lg-82 {
        padding-left: 82px;
    }
    .rt-pl-lg-83 {
        padding-left: 83px;
    }
    .rt-pl-lg-84 {
        padding-left: 84px;
    }
    .rt-pl-lg-85 {
        padding-left: 85px;
    }
    .rt-pl-lg-86 {
        padding-left: 86px;
    }
    .rt-pl-lg-87 {
        padding-left: 87px;
    }
    .rt-pl-lg-88 {
        padding-left: 88px;
    }
    .rt-pl-lg-89 {
        padding-left: 89px;
    }
    .rt-pl-lg-90 {
        padding-left: 90px;
    }
    .rt-pl-lg-91 {
        padding-left: 91px;
    }
    .rt-pl-lg-92 {
        padding-left: 92px;
    }
    .rt-pl-lg-93 {
        padding-left: 93px;
    }
    .rt-pl-lg-94 {
        padding-left: 94px;
    }
    .rt-pl-lg-95 {
        padding-left: 95px;
    }
    .rt-pl-lg-96 {
        padding-left: 96px;
    }
    .rt-pl-lg-97 {
        padding-left: 97px;
    }
    .rt-pl-lg-98 {
        padding-left: 98px;
    }
    .rt-pl-lg-99 {
        padding-left: 99px;
    }
    .rt-pl-lg-100 {
        padding-left: 100px;
    }
}

@media (max-width: 991.98px) {
    .rt-pl-md-0 {
        padding-left: 0px;
    }
    .rt-pl-md-1 {
        padding-left: 1px;
    }
    .rt-pl-md-2 {
        padding-left: 2px;
    }
    .rt-pl-md-3 {
        padding-left: 3px;
    }
    .rt-pl-md-4 {
        padding-left: 4px;
    }
    .rt-pl-md-5 {
        padding-left: 5px;
    }
    .rt-pl-md-6 {
        padding-left: 6px;
    }
    .rt-pl-md-7 {
        padding-left: 7px;
    }
    .rt-pl-md-8 {
        padding-left: 8px;
    }
    .rt-pl-md-9 {
        padding-left: 9px;
    }
    .rt-pl-md-10 {
        padding-left: 10px;
    }
    .rt-pl-md-11 {
        padding-left: 11px;
    }
    .rt-pl-md-12 {
        padding-left: 12px;
    }
    .rt-pl-md-13 {
        padding-left: 13px;
    }
    .rt-pl-md-14 {
        padding-left: 14px;
    }
    .rt-pl-md-15 {
        padding-left: 15px;
    }
    .rt-pl-md-16 {
        padding-left: 16px;
    }
    .rt-pl-md-17 {
        padding-left: 17px;
    }
    .rt-pl-md-18 {
        padding-left: 18px;
    }
    .rt-pl-md-19 {
        padding-left: 19px;
    }
    .rt-pl-md-20 {
        padding-left: 20px;
    }
    .rt-pl-md-21 {
        padding-left: 21px;
    }
    .rt-pl-md-22 {
        padding-left: 22px;
    }
    .rt-pl-md-23 {
        padding-left: 23px;
    }
    .rt-pl-md-24 {
        padding-left: 24px;
    }
    .rt-pl-md-25 {
        padding-left: 25px;
    }
    .rt-pl-md-26 {
        padding-left: 26px;
    }
    .rt-pl-md-27 {
        padding-left: 27px;
    }
    .rt-pl-md-28 {
        padding-left: 28px;
    }
    .rt-pl-md-29 {
        padding-left: 29px;
    }
    .rt-pl-md-30 {
        padding-left: 30px;
    }
    .rt-pl-md-31 {
        padding-left: 31px;
    }
    .rt-pl-md-32 {
        padding-left: 32px;
    }
    .rt-pl-md-33 {
        padding-left: 33px;
    }
    .rt-pl-md-34 {
        padding-left: 34px;
    }
    .rt-pl-md-35 {
        padding-left: 35px;
    }
    .rt-pl-md-36 {
        padding-left: 36px;
    }
    .rt-pl-md-37 {
        padding-left: 37px;
    }
    .rt-pl-md-38 {
        padding-left: 38px;
    }
    .rt-pl-md-39 {
        padding-left: 39px;
    }
    .rt-pl-md-40 {
        padding-left: 40px;
    }
    .rt-pl-md-41 {
        padding-left: 41px;
    }
    .rt-pl-md-42 {
        padding-left: 42px;
    }
    .rt-pl-md-43 {
        padding-left: 43px;
    }
    .rt-pl-md-44 {
        padding-left: 44px;
    }
    .rt-pl-md-45 {
        padding-left: 45px;
    }
    .rt-pl-md-46 {
        padding-left: 46px;
    }
    .rt-pl-md-47 {
        padding-left: 47px;
    }
    .rt-pl-md-48 {
        padding-left: 48px;
    }
    .rt-pl-md-49 {
        padding-left: 49px;
    }
    .rt-pl-md-50 {
        padding-left: 50px;
    }
    .rt-pl-md-51 {
        padding-left: 51px;
    }
    .rt-pl-md-52 {
        padding-left: 52px;
    }
    .rt-pl-md-53 {
        padding-left: 53px;
    }
    .rt-pl-md-54 {
        padding-left: 54px;
    }
    .rt-pl-md-55 {
        padding-left: 55px;
    }
    .rt-pl-md-56 {
        padding-left: 56px;
    }
    .rt-pl-md-57 {
        padding-left: 57px;
    }
    .rt-pl-md-58 {
        padding-left: 58px;
    }
    .rt-pl-md-59 {
        padding-left: 59px;
    }
    .rt-pl-md-60 {
        padding-left: 60px;
    }
    .rt-pl-md-61 {
        padding-left: 61px;
    }
    .rt-pl-md-62 {
        padding-left: 62px;
    }
    .rt-pl-md-63 {
        padding-left: 63px;
    }
    .rt-pl-md-64 {
        padding-left: 64px;
    }
    .rt-pl-md-65 {
        padding-left: 65px;
    }
    .rt-pl-md-66 {
        padding-left: 66px;
    }
    .rt-pl-md-67 {
        padding-left: 67px;
    }
    .rt-pl-md-68 {
        padding-left: 68px;
    }
    .rt-pl-md-69 {
        padding-left: 69px;
    }
    .rt-pl-md-70 {
        padding-left: 70px;
    }
    .rt-pl-md-71 {
        padding-left: 71px;
    }
    .rt-pl-md-72 {
        padding-left: 72px;
    }
    .rt-pl-md-73 {
        padding-left: 73px;
    }
    .rt-pl-md-74 {
        padding-left: 74px;
    }
    .rt-pl-md-75 {
        padding-left: 75px;
    }
    .rt-pl-md-76 {
        padding-left: 76px;
    }
    .rt-pl-md-77 {
        padding-left: 77px;
    }
    .rt-pl-md-78 {
        padding-left: 78px;
    }
    .rt-pl-md-79 {
        padding-left: 79px;
    }
    .rt-pl-md-80 {
        padding-left: 80px;
    }
    .rt-pl-md-81 {
        padding-left: 81px;
    }
    .rt-pl-md-82 {
        padding-left: 82px;
    }
    .rt-pl-md-83 {
        padding-left: 83px;
    }
    .rt-pl-md-84 {
        padding-left: 84px;
    }
    .rt-pl-md-85 {
        padding-left: 85px;
    }
    .rt-pl-md-86 {
        padding-left: 86px;
    }
    .rt-pl-md-87 {
        padding-left: 87px;
    }
    .rt-pl-md-88 {
        padding-left: 88px;
    }
    .rt-pl-md-89 {
        padding-left: 89px;
    }
    .rt-pl-md-90 {
        padding-left: 90px;
    }
    .rt-pl-md-91 {
        padding-left: 91px;
    }
    .rt-pl-md-92 {
        padding-left: 92px;
    }
    .rt-pl-md-93 {
        padding-left: 93px;
    }
    .rt-pl-md-94 {
        padding-left: 94px;
    }
    .rt-pl-md-95 {
        padding-left: 95px;
    }
    .rt-pl-md-96 {
        padding-left: 96px;
    }
    .rt-pl-md-97 {
        padding-left: 97px;
    }
    .rt-pl-md-98 {
        padding-left: 98px;
    }
    .rt-pl-md-99 {
        padding-left: 99px;
    }
    .rt-pl-md-100 {
        padding-left: 100px;
    }
}

@media (max-width: 767.98px) {
    .rt-pl-xs-0 {
        padding-left: 0px;
    }
    .rt-pl-xs-1 {
        padding-left: 1px;
    }
    .rt-pl-xs-2 {
        padding-left: 2px;
    }
    .rt-pl-xs-3 {
        padding-left: 3px;
    }
    .rt-pl-xs-4 {
        padding-left: 4px;
    }
    .rt-pl-xs-5 {
        padding-left: 5px;
    }
    .rt-pl-xs-6 {
        padding-left: 6px;
    }
    .rt-pl-xs-7 {
        padding-left: 7px;
    }
    .rt-pl-xs-8 {
        padding-left: 8px;
    }
    .rt-pl-xs-9 {
        padding-left: 9px;
    }
    .rt-pl-xs-10 {
        padding-left: 10px;
    }
    .rt-pl-xs-11 {
        padding-left: 11px;
    }
    .rt-pl-xs-12 {
        padding-left: 12px;
    }
    .rt-pl-xs-13 {
        padding-left: 13px;
    }
    .rt-pl-xs-14 {
        padding-left: 14px;
    }
    .rt-pl-xs-15 {
        padding-left: 15px;
    }
    .rt-pl-xs-16 {
        padding-left: 16px;
    }
    .rt-pl-xs-17 {
        padding-left: 17px;
    }
    .rt-pl-xs-18 {
        padding-left: 18px;
    }
    .rt-pl-xs-19 {
        padding-left: 19px;
    }
    .rt-pl-xs-20 {
        padding-left: 20px;
    }
    .rt-pl-xs-21 {
        padding-left: 21px;
    }
    .rt-pl-xs-22 {
        padding-left: 22px;
    }
    .rt-pl-xs-23 {
        padding-left: 23px;
    }
    .rt-pl-xs-24 {
        padding-left: 24px;
    }
    .rt-pl-xs-25 {
        padding-left: 25px;
    }
    .rt-pl-xs-26 {
        padding-left: 26px;
    }
    .rt-pl-xs-27 {
        padding-left: 27px;
    }
    .rt-pl-xs-28 {
        padding-left: 28px;
    }
    .rt-pl-xs-29 {
        padding-left: 29px;
    }
    .rt-pl-xs-30 {
        padding-left: 30px;
    }
    .rt-pl-xs-31 {
        padding-left: 31px;
    }
    .rt-pl-xs-32 {
        padding-left: 32px;
    }
    .rt-pl-xs-33 {
        padding-left: 33px;
    }
    .rt-pl-xs-34 {
        padding-left: 34px;
    }
    .rt-pl-xs-35 {
        padding-left: 35px;
    }
    .rt-pl-xs-36 {
        padding-left: 36px;
    }
    .rt-pl-xs-37 {
        padding-left: 37px;
    }
    .rt-pl-xs-38 {
        padding-left: 38px;
    }
    .rt-pl-xs-39 {
        padding-left: 39px;
    }
    .rt-pl-xs-40 {
        padding-left: 40px;
    }
    .rt-pl-xs-41 {
        padding-left: 41px;
    }
    .rt-pl-xs-42 {
        padding-left: 42px;
    }
    .rt-pl-xs-43 {
        padding-left: 43px;
    }
    .rt-pl-xs-44 {
        padding-left: 44px;
    }
    .rt-pl-xs-45 {
        padding-left: 45px;
    }
    .rt-pl-xs-46 {
        padding-left: 46px;
    }
    .rt-pl-xs-47 {
        padding-left: 47px;
    }
    .rt-pl-xs-48 {
        padding-left: 48px;
    }
    .rt-pl-xs-49 {
        padding-left: 49px;
    }
    .rt-pl-xs-50 {
        padding-left: 50px;
    }
    .rt-pl-xs-51 {
        padding-left: 51px;
    }
    .rt-pl-xs-52 {
        padding-left: 52px;
    }
    .rt-pl-xs-53 {
        padding-left: 53px;
    }
    .rt-pl-xs-54 {
        padding-left: 54px;
    }
    .rt-pl-xs-55 {
        padding-left: 55px;
    }
    .rt-pl-xs-56 {
        padding-left: 56px;
    }
    .rt-pl-xs-57 {
        padding-left: 57px;
    }
    .rt-pl-xs-58 {
        padding-left: 58px;
    }
    .rt-pl-xs-59 {
        padding-left: 59px;
    }
    .rt-pl-xs-60 {
        padding-left: 60px;
    }
    .rt-pl-xs-61 {
        padding-left: 61px;
    }
    .rt-pl-xs-62 {
        padding-left: 62px;
    }
    .rt-pl-xs-63 {
        padding-left: 63px;
    }
    .rt-pl-xs-64 {
        padding-left: 64px;
    }
    .rt-pl-xs-65 {
        padding-left: 65px;
    }
    .rt-pl-xs-66 {
        padding-left: 66px;
    }
    .rt-pl-xs-67 {
        padding-left: 67px;
    }
    .rt-pl-xs-68 {
        padding-left: 68px;
    }
    .rt-pl-xs-69 {
        padding-left: 69px;
    }
    .rt-pl-xs-70 {
        padding-left: 70px;
    }
    .rt-pl-xs-71 {
        padding-left: 71px;
    }
    .rt-pl-xs-72 {
        padding-left: 72px;
    }
    .rt-pl-xs-73 {
        padding-left: 73px;
    }
    .rt-pl-xs-74 {
        padding-left: 74px;
    }
    .rt-pl-xs-75 {
        padding-left: 75px;
    }
    .rt-pl-xs-76 {
        padding-left: 76px;
    }
    .rt-pl-xs-77 {
        padding-left: 77px;
    }
    .rt-pl-xs-78 {
        padding-left: 78px;
    }
    .rt-pl-xs-79 {
        padding-left: 79px;
    }
    .rt-pl-xs-80 {
        padding-left: 80px;
    }
    .rt-pl-xs-81 {
        padding-left: 81px;
    }
    .rt-pl-xs-82 {
        padding-left: 82px;
    }
    .rt-pl-xs-83 {
        padding-left: 83px;
    }
    .rt-pl-xs-84 {
        padding-left: 84px;
    }
    .rt-pl-xs-85 {
        padding-left: 85px;
    }
    .rt-pl-xs-86 {
        padding-left: 86px;
    }
    .rt-pl-xs-87 {
        padding-left: 87px;
    }
    .rt-pl-xs-88 {
        padding-left: 88px;
    }
    .rt-pl-xs-89 {
        padding-left: 89px;
    }
    .rt-pl-xs-90 {
        padding-left: 90px;
    }
    .rt-pl-xs-91 {
        padding-left: 91px;
    }
    .rt-pl-xs-92 {
        padding-left: 92px;
    }
    .rt-pl-xs-93 {
        padding-left: 93px;
    }
    .rt-pl-xs-94 {
        padding-left: 94px;
    }
    .rt-pl-xs-95 {
        padding-left: 95px;
    }
    .rt-pl-xs-96 {
        padding-left: 96px;
    }
    .rt-pl-xs-97 {
        padding-left: 97px;
    }
    .rt-pl-xs-98 {
        padding-left: 98px;
    }
    .rt-pl-xs-99 {
        padding-left: 99px;
    }
    .rt-pl-xs-100 {
        padding-left: 100px;
    }
}

.rt-pr-0 {
    padding-right: 0px;
}

.rt-pr-1 {
    padding-right: 1px;
}

.rt-pr-2 {
    padding-right: 2px;
}

.rt-pr-3 {
    padding-right: 3px;
}

.rt-pr-4 {
    padding-right: 4px;
}

.rt-pr-5 {
    padding-right: 5px;
}

.rt-pr-6 {
    padding-right: 6px;
}

.rt-pr-7 {
    padding-right: 7px;
}

.rt-pr-8 {
    padding-right: 8px;
}

.rt-pr-9 {
    padding-right: 9px;
}

.rt-pr-10 {
    padding-right: 10px;
}

.rt-pr-11 {
    padding-right: 11px;
}

.rt-pr-12 {
    padding-right: 12px;
}

.rt-pr-13 {
    padding-right: 13px;
}

.rt-pr-14 {
    padding-right: 14px;
}

.rt-pr-15 {
    padding-right: 15px;
}

.rt-pr-16 {
    padding-right: 16px;
}

.rt-pr-17 {
    padding-right: 17px;
}

.rt-pr-18 {
    padding-right: 18px;
}

.rt-pr-19 {
    padding-right: 19px;
}

.rt-pr-20 {
    padding-right: 20px;
}

.rt-pr-21 {
    padding-right: 21px;
}

.rt-pr-22 {
    padding-right: 22px;
}

.rt-pr-23 {
    padding-right: 23px;
}

.rt-pr-24 {
    padding-right: 24px;
}

.rt-pr-25 {
    padding-right: 25px;
}

.rt-pr-26 {
    padding-right: 26px;
}

.rt-pr-27 {
    padding-right: 27px;
}

.rt-pr-28 {
    padding-right: 28px;
}

.rt-pr-29 {
    padding-right: 29px;
}

.rt-pr-30 {
    padding-right: 30px;
}

.rt-pr-31 {
    padding-right: 31px;
}

.rt-pr-32 {
    padding-right: 32px;
}

.rt-pr-33 {
    padding-right: 33px;
}

.rt-pr-34 {
    padding-right: 34px;
}

.rt-pr-35 {
    padding-right: 35px;
}

.rt-pr-36 {
    padding-right: 36px;
}

.rt-pr-37 {
    padding-right: 37px;
}

.rt-pr-38 {
    padding-right: 38px;
}

.rt-pr-39 {
    padding-right: 39px;
}

.rt-pr-40 {
    padding-right: 40px;
}

.rt-pr-41 {
    padding-right: 41px;
}

.rt-pr-42 {
    padding-right: 42px;
}

.rt-pr-43 {
    padding-right: 43px;
}

.rt-pr-44 {
    padding-right: 44px;
}

.rt-pr-45 {
    padding-right: 45px;
}

.rt-pr-46 {
    padding-right: 46px;
}

.rt-pr-47 {
    padding-right: 47px;
}

.rt-pr-48 {
    padding-right: 48px;
}

.rt-pr-49 {
    padding-right: 49px;
}

.rt-pr-50 {
    padding-right: 50px;
}

.rt-pr-51 {
    padding-right: 51px;
}

.rt-pr-52 {
    padding-right: 52px;
}

.rt-pr-53 {
    padding-right: 53px;
}

.rt-pr-54 {
    padding-right: 54px;
}

.rt-pr-55 {
    padding-right: 55px;
}

.rt-pr-56 {
    padding-right: 56px;
}

.rt-pr-57 {
    padding-right: 57px;
}

.rt-pr-58 {
    padding-right: 58px;
}

.rt-pr-59 {
    padding-right: 59px;
}

.rt-pr-60 {
    padding-right: 60px;
}

.rt-pr-61 {
    padding-right: 61px;
}

.rt-pr-62 {
    padding-right: 62px;
}

.rt-pr-63 {
    padding-right: 63px;
}

.rt-pr-64 {
    padding-right: 64px;
}

.rt-pr-65 {
    padding-right: 65px;
}

.rt-pr-66 {
    padding-right: 66px;
}

.rt-pr-67 {
    padding-right: 67px;
}

.rt-pr-68 {
    padding-right: 68px;
}

.rt-pr-69 {
    padding-right: 69px;
}

.rt-pr-70 {
    padding-right: 70px;
}

.rt-pr-71 {
    padding-right: 71px;
}

.rt-pr-72 {
    padding-right: 72px;
}

.rt-pr-73 {
    padding-right: 73px;
}

.rt-pr-74 {
    padding-right: 74px;
}

.rt-pr-75 {
    padding-right: 75px;
}

.rt-pr-76 {
    padding-right: 76px;
}

.rt-pr-77 {
    padding-right: 77px;
}

.rt-pr-78 {
    padding-right: 78px;
}

.rt-pr-79 {
    padding-right: 79px;
}

.rt-pr-80 {
    padding-right: 80px;
}

.rt-pr-81 {
    padding-right: 81px;
}

.rt-pr-82 {
    padding-right: 82px;
}

.rt-pr-83 {
    padding-right: 83px;
}

.rt-pr-84 {
    padding-right: 84px;
}

.rt-pr-85 {
    padding-right: 85px;
}

.rt-pr-86 {
    padding-right: 86px;
}

.rt-pr-87 {
    padding-right: 87px;
}

.rt-pr-88 {
    padding-right: 88px;
}

.rt-pr-89 {
    padding-right: 89px;
}

.rt-pr-90 {
    padding-right: 90px;
}

.rt-pr-91 {
    padding-right: 91px;
}

.rt-pr-92 {
    padding-right: 92px;
}

.rt-pr-93 {
    padding-right: 93px;
}

.rt-pr-94 {
    padding-right: 94px;
}

.rt-pr-95 {
    padding-right: 95px;
}

.rt-pr-96 {
    padding-right: 96px;
}

.rt-pr-97 {
    padding-right: 97px;
}

.rt-pr-98 {
    padding-right: 98px;
}

.rt-pr-99 {
    padding-right: 99px;
}

.rt-pr-100 {
    padding-right: 100px;
}

@media (max-width: 1199.98px) {
    .rt-pr-lg-0 {
        padding-right: 0px;
    }
    .rt-pr-lg-1 {
        padding-right: 1px;
    }
    .rt-pr-lg-2 {
        padding-right: 2px;
    }
    .rt-pr-lg-3 {
        padding-right: 3px;
    }
    .rt-pr-lg-4 {
        padding-right: 4px;
    }
    .rt-pr-lg-5 {
        padding-right: 5px;
    }
    .rt-pr-lg-6 {
        padding-right: 6px;
    }
    .rt-pr-lg-7 {
        padding-right: 7px;
    }
    .rt-pr-lg-8 {
        padding-right: 8px;
    }
    .rt-pr-lg-9 {
        padding-right: 9px;
    }
    .rt-pr-lg-10 {
        padding-right: 10px;
    }
    .rt-pr-lg-11 {
        padding-right: 11px;
    }
    .rt-pr-lg-12 {
        padding-right: 12px;
    }
    .rt-pr-lg-13 {
        padding-right: 13px;
    }
    .rt-pr-lg-14 {
        padding-right: 14px;
    }
    .rt-pr-lg-15 {
        padding-right: 15px;
    }
    .rt-pr-lg-16 {
        padding-right: 16px;
    }
    .rt-pr-lg-17 {
        padding-right: 17px;
    }
    .rt-pr-lg-18 {
        padding-right: 18px;
    }
    .rt-pr-lg-19 {
        padding-right: 19px;
    }
    .rt-pr-lg-20 {
        padding-right: 20px;
    }
    .rt-pr-lg-21 {
        padding-right: 21px;
    }
    .rt-pr-lg-22 {
        padding-right: 22px;
    }
    .rt-pr-lg-23 {
        padding-right: 23px;
    }
    .rt-pr-lg-24 {
        padding-right: 24px;
    }
    .rt-pr-lg-25 {
        padding-right: 25px;
    }
    .rt-pr-lg-26 {
        padding-right: 26px;
    }
    .rt-pr-lg-27 {
        padding-right: 27px;
    }
    .rt-pr-lg-28 {
        padding-right: 28px;
    }
    .rt-pr-lg-29 {
        padding-right: 29px;
    }
    .rt-pr-lg-30 {
        padding-right: 30px;
    }
    .rt-pr-lg-31 {
        padding-right: 31px;
    }
    .rt-pr-lg-32 {
        padding-right: 32px;
    }
    .rt-pr-lg-33 {
        padding-right: 33px;
    }
    .rt-pr-lg-34 {
        padding-right: 34px;
    }
    .rt-pr-lg-35 {
        padding-right: 35px;
    }
    .rt-pr-lg-36 {
        padding-right: 36px;
    }
    .rt-pr-lg-37 {
        padding-right: 37px;
    }
    .rt-pr-lg-38 {
        padding-right: 38px;
    }
    .rt-pr-lg-39 {
        padding-right: 39px;
    }
    .rt-pr-lg-40 {
        padding-right: 40px;
    }
    .rt-pr-lg-41 {
        padding-right: 41px;
    }
    .rt-pr-lg-42 {
        padding-right: 42px;
    }
    .rt-pr-lg-43 {
        padding-right: 43px;
    }
    .rt-pr-lg-44 {
        padding-right: 44px;
    }
    .rt-pr-lg-45 {
        padding-right: 45px;
    }
    .rt-pr-lg-46 {
        padding-right: 46px;
    }
    .rt-pr-lg-47 {
        padding-right: 47px;
    }
    .rt-pr-lg-48 {
        padding-right: 48px;
    }
    .rt-pr-lg-49 {
        padding-right: 49px;
    }
    .rt-pr-lg-50 {
        padding-right: 50px;
    }
    .rt-pr-lg-51 {
        padding-right: 51px;
    }
    .rt-pr-lg-52 {
        padding-right: 52px;
    }
    .rt-pr-lg-53 {
        padding-right: 53px;
    }
    .rt-pr-lg-54 {
        padding-right: 54px;
    }
    .rt-pr-lg-55 {
        padding-right: 55px;
    }
    .rt-pr-lg-56 {
        padding-right: 56px;
    }
    .rt-pr-lg-57 {
        padding-right: 57px;
    }
    .rt-pr-lg-58 {
        padding-right: 58px;
    }
    .rt-pr-lg-59 {
        padding-right: 59px;
    }
    .rt-pr-lg-60 {
        padding-right: 60px;
    }
    .rt-pr-lg-61 {
        padding-right: 61px;
    }
    .rt-pr-lg-62 {
        padding-right: 62px;
    }
    .rt-pr-lg-63 {
        padding-right: 63px;
    }
    .rt-pr-lg-64 {
        padding-right: 64px;
    }
    .rt-pr-lg-65 {
        padding-right: 65px;
    }
    .rt-pr-lg-66 {
        padding-right: 66px;
    }
    .rt-pr-lg-67 {
        padding-right: 67px;
    }
    .rt-pr-lg-68 {
        padding-right: 68px;
    }
    .rt-pr-lg-69 {
        padding-right: 69px;
    }
    .rt-pr-lg-70 {
        padding-right: 70px;
    }
    .rt-pr-lg-71 {
        padding-right: 71px;
    }
    .rt-pr-lg-72 {
        padding-right: 72px;
    }
    .rt-pr-lg-73 {
        padding-right: 73px;
    }
    .rt-pr-lg-74 {
        padding-right: 74px;
    }
    .rt-pr-lg-75 {
        padding-right: 75px;
    }
    .rt-pr-lg-76 {
        padding-right: 76px;
    }
    .rt-pr-lg-77 {
        padding-right: 77px;
    }
    .rt-pr-lg-78 {
        padding-right: 78px;
    }
    .rt-pr-lg-79 {
        padding-right: 79px;
    }
    .rt-pr-lg-80 {
        padding-right: 80px;
    }
    .rt-pr-lg-81 {
        padding-right: 81px;
    }
    .rt-pr-lg-82 {
        padding-right: 82px;
    }
    .rt-pr-lg-83 {
        padding-right: 83px;
    }
    .rt-pr-lg-84 {
        padding-right: 84px;
    }
    .rt-pr-lg-85 {
        padding-right: 85px;
    }
    .rt-pr-lg-86 {
        padding-right: 86px;
    }
    .rt-pr-lg-87 {
        padding-right: 87px;
    }
    .rt-pr-lg-88 {
        padding-right: 88px;
    }
    .rt-pr-lg-89 {
        padding-right: 89px;
    }
    .rt-pr-lg-90 {
        padding-right: 90px;
    }
    .rt-pr-lg-91 {
        padding-right: 91px;
    }
    .rt-pr-lg-92 {
        padding-right: 92px;
    }
    .rt-pr-lg-93 {
        padding-right: 93px;
    }
    .rt-pr-lg-94 {
        padding-right: 94px;
    }
    .rt-pr-lg-95 {
        padding-right: 95px;
    }
    .rt-pr-lg-96 {
        padding-right: 96px;
    }
    .rt-pr-lg-97 {
        padding-right: 97px;
    }
    .rt-pr-lg-98 {
        padding-right: 98px;
    }
    .rt-pr-lg-99 {
        padding-right: 99px;
    }
    .rt-pr-lg-100 {
        padding-right: 100px;
    }
}

@media (max-width: 991.98px) {
    .rt-pr-md-0 {
        padding-right: 0px;
    }
    .rt-pr-md-1 {
        padding-right: 1px;
    }
    .rt-pr-md-2 {
        padding-right: 2px;
    }
    .rt-pr-md-3 {
        padding-right: 3px;
    }
    .rt-pr-md-4 {
        padding-right: 4px;
    }
    .rt-pr-md-5 {
        padding-right: 5px;
    }
    .rt-pr-md-6 {
        padding-right: 6px;
    }
    .rt-pr-md-7 {
        padding-right: 7px;
    }
    .rt-pr-md-8 {
        padding-right: 8px;
    }
    .rt-pr-md-9 {
        padding-right: 9px;
    }
    .rt-pr-md-10 {
        padding-right: 10px;
    }
    .rt-pr-md-11 {
        padding-right: 11px;
    }
    .rt-pr-md-12 {
        padding-right: 12px;
    }
    .rt-pr-md-13 {
        padding-right: 13px;
    }
    .rt-pr-md-14 {
        padding-right: 14px;
    }
    .rt-pr-md-15 {
        padding-right: 15px;
    }
    .rt-pr-md-16 {
        padding-right: 16px;
    }
    .rt-pr-md-17 {
        padding-right: 17px;
    }
    .rt-pr-md-18 {
        padding-right: 18px;
    }
    .rt-pr-md-19 {
        padding-right: 19px;
    }
    .rt-pr-md-20 {
        padding-right: 20px;
    }
    .rt-pr-md-21 {
        padding-right: 21px;
    }
    .rt-pr-md-22 {
        padding-right: 22px;
    }
    .rt-pr-md-23 {
        padding-right: 23px;
    }
    .rt-pr-md-24 {
        padding-right: 24px;
    }
    .rt-pr-md-25 {
        padding-right: 25px;
    }
    .rt-pr-md-26 {
        padding-right: 26px;
    }
    .rt-pr-md-27 {
        padding-right: 27px;
    }
    .rt-pr-md-28 {
        padding-right: 28px;
    }
    .rt-pr-md-29 {
        padding-right: 29px;
    }
    .rt-pr-md-30 {
        padding-right: 30px;
    }
    .rt-pr-md-31 {
        padding-right: 31px;
    }
    .rt-pr-md-32 {
        padding-right: 32px;
    }
    .rt-pr-md-33 {
        padding-right: 33px;
    }
    .rt-pr-md-34 {
        padding-right: 34px;
    }
    .rt-pr-md-35 {
        padding-right: 35px;
    }
    .rt-pr-md-36 {
        padding-right: 36px;
    }
    .rt-pr-md-37 {
        padding-right: 37px;
    }
    .rt-pr-md-38 {
        padding-right: 38px;
    }
    .rt-pr-md-39 {
        padding-right: 39px;
    }
    .rt-pr-md-40 {
        padding-right: 40px;
    }
    .rt-pr-md-41 {
        padding-right: 41px;
    }
    .rt-pr-md-42 {
        padding-right: 42px;
    }
    .rt-pr-md-43 {
        padding-right: 43px;
    }
    .rt-pr-md-44 {
        padding-right: 44px;
    }
    .rt-pr-md-45 {
        padding-right: 45px;
    }
    .rt-pr-md-46 {
        padding-right: 46px;
    }
    .rt-pr-md-47 {
        padding-right: 47px;
    }
    .rt-pr-md-48 {
        padding-right: 48px;
    }
    .rt-pr-md-49 {
        padding-right: 49px;
    }
    .rt-pr-md-50 {
        padding-right: 50px;
    }
    .rt-pr-md-51 {
        padding-right: 51px;
    }
    .rt-pr-md-52 {
        padding-right: 52px;
    }
    .rt-pr-md-53 {
        padding-right: 53px;
    }
    .rt-pr-md-54 {
        padding-right: 54px;
    }
    .rt-pr-md-55 {
        padding-right: 55px;
    }
    .rt-pr-md-56 {
        padding-right: 56px;
    }
    .rt-pr-md-57 {
        padding-right: 57px;
    }
    .rt-pr-md-58 {
        padding-right: 58px;
    }
    .rt-pr-md-59 {
        padding-right: 59px;
    }
    .rt-pr-md-60 {
        padding-right: 60px;
    }
    .rt-pr-md-61 {
        padding-right: 61px;
    }
    .rt-pr-md-62 {
        padding-right: 62px;
    }
    .rt-pr-md-63 {
        padding-right: 63px;
    }
    .rt-pr-md-64 {
        padding-right: 64px;
    }
    .rt-pr-md-65 {
        padding-right: 65px;
    }
    .rt-pr-md-66 {
        padding-right: 66px;
    }
    .rt-pr-md-67 {
        padding-right: 67px;
    }
    .rt-pr-md-68 {
        padding-right: 68px;
    }
    .rt-pr-md-69 {
        padding-right: 69px;
    }
    .rt-pr-md-70 {
        padding-right: 70px;
    }
    .rt-pr-md-71 {
        padding-right: 71px;
    }
    .rt-pr-md-72 {
        padding-right: 72px;
    }
    .rt-pr-md-73 {
        padding-right: 73px;
    }
    .rt-pr-md-74 {
        padding-right: 74px;
    }
    .rt-pr-md-75 {
        padding-right: 75px;
    }
    .rt-pr-md-76 {
        padding-right: 76px;
    }
    .rt-pr-md-77 {
        padding-right: 77px;
    }
    .rt-pr-md-78 {
        padding-right: 78px;
    }
    .rt-pr-md-79 {
        padding-right: 79px;
    }
    .rt-pr-md-80 {
        padding-right: 80px;
    }
    .rt-pr-md-81 {
        padding-right: 81px;
    }
    .rt-pr-md-82 {
        padding-right: 82px;
    }
    .rt-pr-md-83 {
        padding-right: 83px;
    }
    .rt-pr-md-84 {
        padding-right: 84px;
    }
    .rt-pr-md-85 {
        padding-right: 85px;
    }
    .rt-pr-md-86 {
        padding-right: 86px;
    }
    .rt-pr-md-87 {
        padding-right: 87px;
    }
    .rt-pr-md-88 {
        padding-right: 88px;
    }
    .rt-pr-md-89 {
        padding-right: 89px;
    }
    .rt-pr-md-90 {
        padding-right: 90px;
    }
    .rt-pr-md-91 {
        padding-right: 91px;
    }
    .rt-pr-md-92 {
        padding-right: 92px;
    }
    .rt-pr-md-93 {
        padding-right: 93px;
    }
    .rt-pr-md-94 {
        padding-right: 94px;
    }
    .rt-pr-md-95 {
        padding-right: 95px;
    }
    .rt-pr-md-96 {
        padding-right: 96px;
    }
    .rt-pr-md-97 {
        padding-right: 97px;
    }
    .rt-pr-md-98 {
        padding-right: 98px;
    }
    .rt-pr-md-99 {
        padding-right: 99px;
    }
    .rt-pr-md-100 {
        padding-right: 100px;
    }
}

@media (max-width: 767.98px) {
    .rt-pr-xs-0 {
        padding-right: 0px;
    }
    .rt-pr-xs-1 {
        padding-right: 1px;
    }
    .rt-pr-xs-2 {
        padding-right: 2px;
    }
    .rt-pr-xs-3 {
        padding-right: 3px;
    }
    .rt-pr-xs-4 {
        padding-right: 4px;
    }
    .rt-pr-xs-5 {
        padding-right: 5px;
    }
    .rt-pr-xs-6 {
        padding-right: 6px;
    }
    .rt-pr-xs-7 {
        padding-right: 7px;
    }
    .rt-pr-xs-8 {
        padding-right: 8px;
    }
    .rt-pr-xs-9 {
        padding-right: 9px;
    }
    .rt-pr-xs-10 {
        padding-right: 10px;
    }
    .rt-pr-xs-11 {
        padding-right: 11px;
    }
    .rt-pr-xs-12 {
        padding-right: 12px;
    }
    .rt-pr-xs-13 {
        padding-right: 13px;
    }
    .rt-pr-xs-14 {
        padding-right: 14px;
    }
    .rt-pr-xs-15 {
        padding-right: 15px;
    }
    .rt-pr-xs-16 {
        padding-right: 16px;
    }
    .rt-pr-xs-17 {
        padding-right: 17px;
    }
    .rt-pr-xs-18 {
        padding-right: 18px;
    }
    .rt-pr-xs-19 {
        padding-right: 19px;
    }
    .rt-pr-xs-20 {
        padding-right: 20px;
    }
    .rt-pr-xs-21 {
        padding-right: 21px;
    }
    .rt-pr-xs-22 {
        padding-right: 22px;
    }
    .rt-pr-xs-23 {
        padding-right: 23px;
    }
    .rt-pr-xs-24 {
        padding-right: 24px;
    }
    .rt-pr-xs-25 {
        padding-right: 25px;
    }
    .rt-pr-xs-26 {
        padding-right: 26px;
    }
    .rt-pr-xs-27 {
        padding-right: 27px;
    }
    .rt-pr-xs-28 {
        padding-right: 28px;
    }
    .rt-pr-xs-29 {
        padding-right: 29px;
    }
    .rt-pr-xs-30 {
        padding-right: 30px;
    }
    .rt-pr-xs-31 {
        padding-right: 31px;
    }
    .rt-pr-xs-32 {
        padding-right: 32px;
    }
    .rt-pr-xs-33 {
        padding-right: 33px;
    }
    .rt-pr-xs-34 {
        padding-right: 34px;
    }
    .rt-pr-xs-35 {
        padding-right: 35px;
    }
    .rt-pr-xs-36 {
        padding-right: 36px;
    }
    .rt-pr-xs-37 {
        padding-right: 37px;
    }
    .rt-pr-xs-38 {
        padding-right: 38px;
    }
    .rt-pr-xs-39 {
        padding-right: 39px;
    }
    .rt-pr-xs-40 {
        padding-right: 40px;
    }
    .rt-pr-xs-41 {
        padding-right: 41px;
    }
    .rt-pr-xs-42 {
        padding-right: 42px;
    }
    .rt-pr-xs-43 {
        padding-right: 43px;
    }
    .rt-pr-xs-44 {
        padding-right: 44px;
    }
    .rt-pr-xs-45 {
        padding-right: 45px;
    }
    .rt-pr-xs-46 {
        padding-right: 46px;
    }
    .rt-pr-xs-47 {
        padding-right: 47px;
    }
    .rt-pr-xs-48 {
        padding-right: 48px;
    }
    .rt-pr-xs-49 {
        padding-right: 49px;
    }
    .rt-pr-xs-50 {
        padding-right: 50px;
    }
    .rt-pr-xs-51 {
        padding-right: 51px;
    }
    .rt-pr-xs-52 {
        padding-right: 52px;
    }
    .rt-pr-xs-53 {
        padding-right: 53px;
    }
    .rt-pr-xs-54 {
        padding-right: 54px;
    }
    .rt-pr-xs-55 {
        padding-right: 55px;
    }
    .rt-pr-xs-56 {
        padding-right: 56px;
    }
    .rt-pr-xs-57 {
        padding-right: 57px;
    }
    .rt-pr-xs-58 {
        padding-right: 58px;
    }
    .rt-pr-xs-59 {
        padding-right: 59px;
    }
    .rt-pr-xs-60 {
        padding-right: 60px;
    }
    .rt-pr-xs-61 {
        padding-right: 61px;
    }
    .rt-pr-xs-62 {
        padding-right: 62px;
    }
    .rt-pr-xs-63 {
        padding-right: 63px;
    }
    .rt-pr-xs-64 {
        padding-right: 64px;
    }
    .rt-pr-xs-65 {
        padding-right: 65px;
    }
    .rt-pr-xs-66 {
        padding-right: 66px;
    }
    .rt-pr-xs-67 {
        padding-right: 67px;
    }
    .rt-pr-xs-68 {
        padding-right: 68px;
    }
    .rt-pr-xs-69 {
        padding-right: 69px;
    }
    .rt-pr-xs-70 {
        padding-right: 70px;
    }
    .rt-pr-xs-71 {
        padding-right: 71px;
    }
    .rt-pr-xs-72 {
        padding-right: 72px;
    }
    .rt-pr-xs-73 {
        padding-right: 73px;
    }
    .rt-pr-xs-74 {
        padding-right: 74px;
    }
    .rt-pr-xs-75 {
        padding-right: 75px;
    }
    .rt-pr-xs-76 {
        padding-right: 76px;
    }
    .rt-pr-xs-77 {
        padding-right: 77px;
    }
    .rt-pr-xs-78 {
        padding-right: 78px;
    }
    .rt-pr-xs-79 {
        padding-right: 79px;
    }
    .rt-pr-xs-80 {
        padding-right: 80px;
    }
    .rt-pr-xs-81 {
        padding-right: 81px;
    }
    .rt-pr-xs-82 {
        padding-right: 82px;
    }
    .rt-pr-xs-83 {
        padding-right: 83px;
    }
    .rt-pr-xs-84 {
        padding-right: 84px;
    }
    .rt-pr-xs-85 {
        padding-right: 85px;
    }
    .rt-pr-xs-86 {
        padding-right: 86px;
    }
    .rt-pr-xs-87 {
        padding-right: 87px;
    }
    .rt-pr-xs-88 {
        padding-right: 88px;
    }
    .rt-pr-xs-89 {
        padding-right: 89px;
    }
    .rt-pr-xs-90 {
        padding-right: 90px;
    }
    .rt-pr-xs-91 {
        padding-right: 91px;
    }
    .rt-pr-xs-92 {
        padding-right: 92px;
    }
    .rt-pr-xs-93 {
        padding-right: 93px;
    }
    .rt-pr-xs-94 {
        padding-right: 94px;
    }
    .rt-pr-xs-95 {
        padding-right: 95px;
    }
    .rt-pr-xs-96 {
        padding-right: 96px;
    }
    .rt-pr-xs-97 {
        padding-right: 97px;
    }
    .rt-pr-xs-98 {
        padding-right: 98px;
    }
    .rt-pr-xs-99 {
        padding-right: 99px;
    }
    .rt-pr-xs-100 {
        padding-right: 100px;
    }
}

@-webkit-keyframes rotate-in-2-fwd {
    0% {
        -webkit-transform: translateZ(-200px) rotate(-45deg);
        transform: translateZ(-200px) rotate(-45deg);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateZ(0) rotate(0);
        transform: translateZ(0) rotate(0);
        opacity: 1;
    }
}

@keyframes rotate-in-2-fwd {
    0% {
        -webkit-transform: translateZ(-200px) rotate(-45deg);
        transform: translateZ(-200px) rotate(-45deg);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateZ(0) rotate(0);
        transform: translateZ(0) rotate(0);
        opacity: 1;
    }
}

.rotate-in-2-fwd {
    -webkit-animation: rotate-in-2-fwd 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
    animation: rotate-in-2-fwd 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

@-webkit-keyframes fade-in-fwd {
    0% {
        -webkit-transform: translateZ(-80px);
        transform: translateZ(-80px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1;
    }
}

@keyframes fade-in-fwd {
    0% {
        -webkit-transform: translateZ(-80px);
        transform: translateZ(-80px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1;
    }
}

.fade-in-fwd {
    -webkit-animation: fade-in-fwd 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
    animation: fade-in-fwd 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}

@-webkit-keyframes scale-up-center {
    0% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes scale-up-center {
    0% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.scale-up-center {
    -webkit-animation: scale-up-center 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) both;
    animation: scale-up-center 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}

@-webkit-keyframes scale-in-hor-left {
    0% {
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
        opacity: 1;
    }
    100% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
        -webkit-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
        opacity: 1;
    }
}

@keyframes scale-in-hor-left {
    0% {
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
        opacity: 1;
    }
    100% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
        -webkit-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
        opacity: 1;
    }
}

.scale-in-hor-left {
    -webkit-animation: scale-in-hor-left 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
    animation: scale-in-hor-left 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

@-webkit-keyframes scale-up-bottom {
    0% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
        -webkit-transform-origin: 50% 100%;
        transform-origin: 50% 100%;
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transform-origin: 50% 100%;
        transform-origin: 50% 100%;
    }
}

@keyframes scale-up-bottom {
    0% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
        -webkit-transform-origin: 50% 100%;
        transform-origin: 50% 100%;
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transform-origin: 50% 100%;
        transform-origin: 50% 100%;
    }
}

.scale-up-bottom {
    -webkit-animation: scale-up-bottom 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) both;
    animation: scale-up-bottom 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}

.danceTop {
    -webkit-animation-name: danceTop;
    animation-name: danceTop;
    -webkit-transform-origin: top;
    transform-origin: top;
}

@-webkit-keyframes danceTop {
    16% {
        -webkit-transform: skew(-14deg);
        transform: skew(-14deg);
    }
    33% {
        -webkit-transform: skew(12deg);
        transform: skew(12deg);
    }
    49% {
        -webkit-transform: skew(-8deg);
        transform: skew(-8deg);
    }
    66% {
        -webkit-transform: skew(6deg);
        transform: skew(6deg);
    }
    83% {
        -webkit-transform: skew(-4deg);
        transform: skew(-4deg);
    }
}

@keyframes danceTop {
    16% {
        -webkit-transform: skew(-14deg);
        transform: skew(-14deg);
    }
    33% {
        -webkit-transform: skew(12deg);
        transform: skew(12deg);
    }
    49% {
        -webkit-transform: skew(-8deg);
        transform: skew(-8deg);
    }
    66% {
        -webkit-transform: skew(6deg);
        transform: skew(6deg);
    }
    83% {
        -webkit-transform: skew(-4deg);
        transform: skew(-4deg);
    }
}

.blurInTop {
    -webkit-animation-name: blurInTop;
    animation-name: blurInTop;
}

@-webkit-keyframes blurInTop {
    from {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
        -webkit-filter: blur(20px);
        filter: blur(20px);
        opacity: 0;
    }
}

@keyframes blurInTop {
    from {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
        -webkit-filter: blur(20px);
        filter: blur(20px);
        opacity: 0;
    }
}

@-webkit-keyframes fade-in-top {
    0% {
        -webkit-transform: translateY(-50px);
        transform: translateY(-50px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes fade-in-top {
    0% {
        -webkit-transform: translateY(-50px);
        transform: translateY(-50px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}

.fade-in-top {
    -webkit-animation: fade-in-top 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
    animation: fade-in-top 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}

@-webkit-keyframes fade-in-bottom {
    0% {
        -webkit-transform: translateY(50px);
        transform: translateY(50px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes fade-in-bottom {
    0% {
        -webkit-transform: translateY(50px);
        transform: translateY(50px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}

.fade-in-bottom {
    -webkit-animation: fade-in-bottom 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
    animation: fade-in-bottom 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}

@-webkit-keyframes tracking-in-expand {
    0% {
        letter-spacing: -0.5em;
        opacity: 0;
    }
    40% {
        opacity: 0.6;
    }
    100% {
        opacity: 1;
    }
}

@keyframes tracking-in-expand {
    0% {
        letter-spacing: -0.5em;
        opacity: 0;
    }
    40% {
        opacity: 0.6;
    }
    100% {
        opacity: 1;
    }
}

.tracking-in-expand {
    -webkit-animation: tracking-in-expand 0.7s cubic-bezier(0.215, 0.61, 0.355, 1) both;
    animation: tracking-in-expand 0.7s cubic-bezier(0.215, 0.61, 0.355, 1) both;
}

@-webkit-keyframes tracking-in-contract {
    0% {
        letter-spacing: 1em;
        opacity: 0;
    }
    40% {
        opacity: 0.6;
    }
    100% {
        letter-spacing: normal;
        opacity: 1;
    }
}

@keyframes tracking-in-contract {
    0% {
        letter-spacing: 1em;
        opacity: 0;
    }
    40% {
        opacity: 0.6;
    }
    100% {
        letter-spacing: normal;
        opacity: 1;
    }
}

.tracking-in-contract {
    -webkit-animation: tracking-in-contract 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) both;
    animation: tracking-in-contract 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) both;
}

@-webkit-keyframes fade-in-left {
    0% {
        -webkit-transform: translateX(-50px);
        transform: translateX(-50px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes fade-in-left {
    0% {
        -webkit-transform: translateX(-50px);
        transform: translateX(-50px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }
}

.fade-in-left {
    -webkit-animation: fade-in-left 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
    animation: fade-in-left 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}

.fade-in-right {
    -webkit-animation: fade-in-right 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
    animation: fade-in-right 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}

@-webkit-keyframes fade-in-right {
    0% {
        -webkit-transform: translateX(50px);
        transform: translateX(50px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes fade-in-right {
    0% {
        -webkit-transform: translateX(50px);
        transform: translateX(50px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }
}

.blurInTop {
    -webkit-animation-name: blurInTop;
    animation-name: blurInTop;
}

@keyframes blurInTop {
    from {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
        -webkit-filter: blur(20px);
        filter: blur(20px);
        opacity: 0;
    }
}

.blurInTop2 {
    -webkit-animation-name: blurInTop2;
    animation-name: blurInTop2;
}

@-webkit-keyframes blurInTop2 {
    from {
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
        -webkit-filter: blur(0.2px);
        filter: blur(0.2px);
        opacity: 0.7;
    }
}

@keyframes blurInTop2 {
    from {
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
        -webkit-filter: blur(0.2px);
        filter: blur(0.2px);
        opacity: 0.7;
    }
}

@-webkit-keyframes rotate-in-2-fwd-cw {
    0% {
        -webkit-transform: translateZ(-200px) rotate(-45deg);
        transform: translateZ(-200px) rotate(-45deg);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateZ(0) rotate(0);
        transform: translateZ(0) rotate(0);
        opacity: 1;
    }
}

@keyframes rotate-in-2-fwd-cw {
    0% {
        -webkit-transform: translateZ(-200px) rotate(-45deg);
        transform: translateZ(-200px) rotate(-45deg);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateZ(0) rotate(0);
        transform: translateZ(0) rotate(0);
        opacity: 1;
    }
}

.rotate-in-2-fwd-cw {
    -webkit-animation: rotate-in-2-fwd-cw 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
    animation: rotate-in-2-fwd-cw 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

.danceBottom {
    -webkit-animation-name: danceBottom;
    animation-name: danceBottom;
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
}

@-webkit-keyframes danceBottom {
    16% {
        -webkit-transform: skew(-14deg);
        transform: skew(-14deg);
    }
    33% {
        -webkit-transform: skew(12deg);
        transform: skew(12deg);
    }
    49% {
        -webkit-transform: skew(-8deg);
        transform: skew(-8deg);
    }
    66% {
        -webkit-transform: skew(6deg);
        transform: skew(6deg);
    }
    83% {
        -webkit-transform: skew(-4deg);
        transform: skew(-4deg);
    }
}

@keyframes danceBottom {
    16% {
        -webkit-transform: skew(-14deg);
        transform: skew(-14deg);
    }
    33% {
        -webkit-transform: skew(12deg);
        transform: skew(12deg);
    }
    49% {
        -webkit-transform: skew(-8deg);
        transform: skew(-8deg);
    }
    66% {
        -webkit-transform: skew(6deg);
        transform: skew(6deg);
    }
    83% {
        -webkit-transform: skew(-4deg);
        transform: skew(-4deg);
    }
}

@-webkit-keyframes rt-pulse2 {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    50% {
        -webkit-transform: scale3d(1.02, 1.02, 1.02);
        transform: scale3d(1.02, 1.02, 1.02);
    }
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes rt-pulse2 {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    50% {
        -webkit-transform: scale3d(1.02, 1.02, 1.02);
        transform: scale3d(1.02, 1.02, 1.02);
    }
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

.pulse {
    -webkit-animation-name: rt-pulse2;
    animation-name: rt-pulse2;
}

@-webkit-keyframes rt-rot {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rt-rot {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.cssanimation,
.cssanimation span {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.cssanimation span {
    display: inline-block;
}

.rtleFadeInLeft span {
    -webkit-animation-name: rdleFadeInLeft;
    animation-name: rdleFadeInLeft;
}

@-webkit-keyframes rdleFadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translateX(-60px);
        transform: translateX(-60px);
    }
    to {
        opacity: 1;
    }
}

@keyframes rdleFadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translateX(-60px);
        transform: translateX(-60px);
    }
    to {
        opacity: 1;
    }
}

.rtleFadeIn span {
    -webkit-animation-name: rdleFadeIn;
    animation-name: rdleFadeIn;
}

@-webkit-keyframes rdleFadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes rdleFadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.rtleFadeInRight span {
    -webkit-animation-name: rdleFadeInRight;
    animation-name: rdleFadeInRight;
}

@-webkit-keyframes rdleFadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translateX(60px);
        transform: translateX(60px);
    }
    to {
        opacity: 1;
    }
}

@keyframes rdleFadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translateX(60px);
        transform: translateX(60px);
    }
    to {
        opacity: 1;
    }
}

.rtleFadeInTop span {
    -webkit-animation-name: rdleFadeInTop;
    animation-name: rdleFadeInTop;
}

@-webkit-keyframes rdleFadeInTop {
    from {
        opacity: 0;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
    to {
        opacity: 1;
    }
}

@keyframes rdleFadeInTop {
    from {
        opacity: 0;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
    to {
        opacity: 1;
    }
}

.rtleFadeInBottom span {
    -webkit-animation-name: rdleFadeInBottom;
    animation-name: rdleFadeInBottom;
}

@-webkit-keyframes rdleFadeInBottom {
    from {
        opacity: 0;
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }
    to {
        opacity: 1;
    }
}

@keyframes rdleFadeInBottom {
    from {
        opacity: 0;
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }
    to {
        opacity: 1;
    }
}

.rtleScaleXIn span {
    -webkit-animation-name: rdleScaleXIn;
    animation-name: rdleScaleXIn;
}

@-webkit-keyframes rdleScaleXIn {
    from {
        -webkit-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
}

@keyframes rdleScaleXIn {
    from {
        -webkit-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
}

.rtleScaleYIn span {
    -webkit-animation-name: rdleScaleYIn;
    animation-name: rdleScaleYIn;
}

@-webkit-keyframes rdleScaleYIn {
    from {
        -webkit-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
}

@keyframes rdleScaleYIn {
    from {
        -webkit-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
}

.rtleFlyInLeft span {
    -webkit-animation-name: rdleFlyInLeft;
    animation-name: rdleFlyInLeft;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
}

@-webkit-keyframes rdleFlyInLeft {
    0% {
        -webkit-transform: translate(-40px, 0px);
        transform: translate(-40px, 0px);
        opacity: 0;
    }
    50% {
        -webkit-transform: translate(40px, 0px);
        transform: translate(40px, 0px);
    }
}

@keyframes rdleFlyInLeft {
    0% {
        -webkit-transform: translate(-40px, 0px);
        transform: translate(-40px, 0px);
        opacity: 0;
    }
    50% {
        -webkit-transform: translate(40px, 0px);
        transform: translate(40px, 0px);
    }
}

.rtleFlyInRight span {
    -webkit-animation-name: rdleFlyInRight;
    animation-name: rdleFlyInRight;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
}

@-webkit-keyframes rdleFlyInRight {
    0% {
        -webkit-transform: translate(40px, 0px);
        transform: translate(40px, 0px);
        opacity: 0;
    }
    50% {
        -webkit-transform: translate(-40px, 0px);
        transform: translate(-40px, 0px);
    }
}

@keyframes rdleFlyInRight {
    0% {
        -webkit-transform: translate(40px, 0px);
        transform: translate(40px, 0px);
        opacity: 0;
    }
    50% {
        -webkit-transform: translate(-40px, 0px);
        transform: translate(-40px, 0px);
    }
}

.rtleFlyInBottom span {
    -webkit-animation-name: rdleFlyInBottom;
    animation-name: rdleFlyInBottom;
}

@-webkit-keyframes rdleFlyInBottom {
    0% {
        -webkit-transform: translate(0px, 80px);
        transform: translate(0px, 80px);
        opacity: 0;
    }
    50% {
        -webkit-transform: translate(10px, -50px);
        transform: translate(10px, -50px);
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
}

@keyframes rdleFlyInBottom {
    0% {
        -webkit-transform: translate(0px, 80px);
        transform: translate(0px, 80px);
        opacity: 0;
    }
    50% {
        -webkit-transform: translate(10px, -50px);
        transform: translate(10px, -50px);
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
}

.rtleDoorCloseLeft span {
    -webkit-animation-name: rdleDoorCloseLeft;
    animation-name: rdleDoorCloseLeft;
}

@-webkit-keyframes rdleDoorCloseLeft {
    from,
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
        -webkit-transform-origin: left;
        transform-origin: left;
    }
    from {
        -webkit-transform: rotateY(90deg);
        transform: rotateY(90deg);
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes rdleDoorCloseLeft {
    from,
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
        -webkit-transform-origin: left;
        transform-origin: left;
    }
    from {
        -webkit-transform: rotateY(90deg);
        transform: rotateY(90deg);
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.rtleDoorCloseRight span {
    -webkit-animation-name: rdleDoorCloseRight;
    animation-name: rdleDoorCloseRight;
}

@-webkit-keyframes rdleDoorCloseRight {
    from,
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
        -webkit-transform-origin: right;
        transform-origin: right;
    }
    from {
        -webkit-transform: rotateY(-90deg);
        transform: rotateY(-90deg);
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes rdleDoorCloseRight {
    from,
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
        -webkit-transform-origin: right;
        transform-origin: right;
    }
    from {
        -webkit-transform: rotateY(-90deg);
        transform: rotateY(-90deg);
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.rtleBlurInLeft span {
    -webkit-animation-name: rtleBlurInLeft;
    animation-name: rtleBlurInLeft;
}

@-webkit-keyframes rtleBlurInLeft {
    from {
        -webkit-transform: scaleX(0.2) translateX(-100px);
        transform: scaleX(0.2) translateX(-100px);
        -webkit-filter: blur(20px);
        filter: blur(20px);
        opacity: 0;
    }
}

@keyframes rtleBlurInLeft {
    from {
        -webkit-transform: scaleX(0.2) translateX(-100px);
        transform: scaleX(0.2) translateX(-100px);
        -webkit-filter: blur(20px);
        filter: blur(20px);
        opacity: 0;
    }
}

.rtleBlurInRight span {
    -webkit-animation-name: rtleBlurInRight;
    animation-name: rtleBlurInRight;
}

@-webkit-keyframes rtleBlurInRight {
    from {
        -webkit-transform: scaleX(0.2) translateX(100px);
        transform: scaleX(0.2) translateX(100px);
        -webkit-filter: blur(20px);
        filter: blur(20px);
        opacity: 0;
    }
}

@keyframes rtleBlurInRight {
    from {
        -webkit-transform: scaleX(0.2) translateX(100px);
        transform: scaleX(0.2) translateX(100px);
        -webkit-filter: blur(20px);
        filter: blur(20px);
        opacity: 0;
    }
}

/*1.2 typography Css*/
@font-face {
    font-family: 'Circular Std';
    src: url("../../assets/fonts/custom-fonts/CircularStd-MediumItalic.eot");
    src: local("Circular Std Medium Italic"), local("CircularStd-MediumItalic"), url("../../assets/fonts/custom-fonts/CircularStd-MediumItalic.eot?#iefix") format("embedded-opentype"), url("../../assets/fonts/custom-fonts/CircularStd-MediumItalic.woff2") format("woff2"), url("../../assets/fonts/custom-fonts/CircularStd-MediumItalic.woff") format("woff"), url("../../assets/fonts/custom-fonts/CircularStd-MediumItalic.ttf") format("truetype");
    font-weight: 500;
    font-style: italic;
}

@font-face {
    font-family: 'Circular Std';
    src: url("../../assets/fonts/custom-fonts/CircularStd-Black.eot");
    src: local("Circular Std Black"), local("CircularStd-Black"), url("../../assets/fonts/custom-fonts/CircularStd-Black.eot?#iefix") format("embedded-opentype"), url("../../assets/fonts/custom-fonts/CircularStd-Black.woff2") format("woff2"), url("../../assets/fonts/custom-fonts/CircularStd-Black.woff") format("woff"), url("../../assets/fonts/custom-fonts/CircularStd-Black.ttf") format("truetype");
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Circular Std';
    src: url("../../assets/fonts/custom-fonts/CircularStd-Medium.eot");
    src: local("Circular Std Medium"), local("CircularStd-Medium"), url("../../assets/fonts/custom-fonts/CircularStd-Medium.eot?#iefix") format("embedded-opentype"), url("../../assets/fonts/custom-fonts/CircularStd-Medium.woff2") format("woff2"), url("../../assets/fonts/custom-fonts/CircularStd-Medium.woff") format("woff"), url("../../assets/fonts/custom-fonts/CircularStd-Medium.ttf") format("truetype");
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Circular Std';
    src: url("../../assets/fonts/custom-fonts/CircularStd-Bold.eot");
    src: local("Circular Std Bold"), local("CircularStd-Bold"), url("../../assets/fonts/custom-fonts/CircularStd-Bold.eot?#iefix") format("embedded-opentype"), url("../../assets/fonts/custom-fonts/CircularStd-Bold.woff2") format("woff2"), url("../../assets/fonts/custom-fonts/CircularStd-Bold.woff") format("woff"), url("../../assets/fonts/custom-fonts/CircularStd-Bold.ttf") format("truetype");
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Circular Std';
    src: url("../../assets/fonts/custom-fonts/CircularStd-BlackItalic.eot");
    src: local("Circular Std Black Italic"), local("CircularStd-BlackItalic"), url("../../assets/fonts/custom-fonts/CircularStd-BlackItalic.eot?#iefix") format("embedded-opentype"), url("../../assets/fonts/custom-fonts/CircularStd-BlackItalic.woff2") format("woff2"), url("../../assets/fonts/custom-fonts/CircularStd-BlackItalic.woff") format("woff"), url("../../assets/fonts/custom-fonts/CircularStd-BlackItalic.ttf") format("truetype");
    font-weight: 900;
    font-style: italic;
}

@font-face {
    font-family: 'Circular Std Book';
    src: url("../../assets/fonts/custom-fonts/CircularStd-BookItalic.eot");
    src: local("Circular Std Book Italic"), local("CircularStd-BookItalic"), url("../../assets/fonts/custom-fonts/CircularStd-BookItalic.eot?#iefix") format("embedded-opentype"), url("../../assets/fonts/custom-fonts/CircularStd-BookItalic.woff2") format("woff2"), url("../../assets/fonts/custom-fonts/CircularStd-BookItalic.woff") format("woff"), url("../../assets/fonts/custom-fonts/CircularStd-BookItalic.ttf") format("truetype");
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Circular Std';
    src: url("../../assets/fonts/custom-fonts/CircularStd-BoldItalic.eot");
    src: local("Circular Std Bold Italic"), local("CircularStd-BoldItalic"), url("../../assets/fonts/custom-fonts/CircularStd-BoldItalic.eot?#iefix") format("embedded-opentype"), url("../../assets/fonts/custom-fonts/CircularStd-BoldItalic.woff2") format("woff2"), url("../../assets/fonts/custom-fonts/CircularStd-BoldItalic.woff") format("woff"), url("../../assets/fonts/custom-fonts/CircularStd-BoldItalic.ttf") format("truetype");
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: 'Circular Std Book';
    src: url("../../assets/fonts/custom-fonts/CircularStd-Book.eot");
    src: local("Circular Std Book"), local("CircularStd-Book"), url("../../assets/fonts/custom-fonts/CircularStd-Book.eot?#iefix") format("embedded-opentype"), url("../../assets/fonts/custom-fonts/CircularStd-Book.woff2") format("woff2"), url("../../assets/fonts/custom-fonts/CircularStd-Book.woff") format("woff"), url("../../assets/fonts/custom-fonts/CircularStd-Book.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

html {
    height: 100%;
}

@media (max-width: 1199.98px) {
    html {
        font-size: 90%;
    }
}

@media (max-width: 991.98px) {
    html {
        font-size: 85%;
    }
}


h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    /* font-family: "Circular Std"; */
    color: var(--main-dark);
}

h1,
.h1 {
    font-size: 42px;
}

@media (max-width: 991.98px) {
    h1,
    .h1 {
        font-size: 40px;
    }
}

@media (max-width: 767.98px) {
    h1,
    .h1 {
        font-size: 38px;
    }
}

h2,
.h2 {
    font-size: 38px;
}

@media (max-width: 991.98px) {
    h2,
    .h2 {
        font-size: 36px;
    }
}

@media (max-width: 767.98px) {
    h2,
    .h2 {
        font-size: 34px;
    }
}

h3,
.h3 {
    font-size: 30px;
}

@media (max-width: 991.98px) {
    h3,
    .h3 {
        font-size: 28px;
    }
}

@media (max-width: 767.98px) {
    h3,
    .h3 {
        font-size: 25px;
    }
}

h4,
.h4 {
    font-size: 25px;
}

@media (max-width: 991.98px) {
    h4,
    .h4 {
        font-size: 23px;
    }
}

@media (max-width: 767.98px) {
    h4,
    .h4 {
        font-size: 20px;
    }
}

h5,
.h5 {
    font-size: 18px;
    text-transform: capitalize;
}

h6,
.h6 {
    font-size: 16px;
}

p {
    font-size: 15px;
    font-family: "Work Sans", sans-serif;
    line-height: 26px;
}

.title-font, .rt-btn.rt-xl, .submit-box-form .comment-respond input.rt-xl[type="submit"] {
    font-family: "Circular Std" !important;
}

.body-font, .rt-single-product .product-thumb .badge, .rt-single-product .product-footer h4, .d_tabP li a, .nav-inline-search2 input::-webkit-input-placeholder, .rt-breadcrumb.bredcump-style2 a, .rt-breadcrumb.bredcump-style2 p, .rt-breadcrumb.bredcump-style2 .breadcrumbs, .single-blg-post .entry-content .entry-header .entry-title, .widget .wo-widget-title, .widget .widget-title {
    font-family: 'Work Sans', sans-serif !important;
}

.body-font, .rt-single-product .product-thumb .badge, .rt-single-product .product-footer h4, .d_tabP li a, .nav-inline-search2 input:-ms-input-placeholder, .rt-breadcrumb.bredcump-style2 a, .rt-breadcrumb.bredcump-style2 p, .rt-breadcrumb.bredcump-style2 .breadcrumbs, .single-blg-post .entry-content .entry-header .entry-title, .widget .wo-widget-title, .widget .widget-title {
    font-family: 'Work Sans', sans-serif !important;
}

.body-font, .rt-single-product .product-thumb .badge, .rt-single-product .product-footer h4, .d_tabP li a, .nav-inline-search2 input::-ms-input-placeholder, .rt-breadcrumb.bredcump-style2 a, .rt-breadcrumb.bredcump-style2 p, .rt-breadcrumb.bredcump-style2 .breadcrumbs, .single-blg-post .entry-content .entry-header .entry-title, .widget .wo-widget-title, .widget .widget-title {
    font-family: 'Work Sans', sans-serif !important;
}

.body-font, .rt-single-product .product-thumb .badge, .rt-single-product .product-footer h4, .d_tabP li a, .nav-inline-search2 input::placeholder, .rt-breadcrumb.bredcump-style2 a, .rt-breadcrumb.bredcump-style2 p, .rt-breadcrumb.bredcump-style2 .breadcrumbs, .single-blg-post .entry-content .entry-header .entry-title, .widget .wo-widget-title, .widget .widget-title {
    font-family: 'Work Sans', sans-serif !important;
}

.font-openSans, .rt-single-widget address, .rt-single-widget ul.rt-usefulllinks2 li a {
    font-family: 'Open Sans', sans-serif !important;
}

.font-popins, .rt-site-header.skin_4 .main-menu ul li a,
.rt-site-header.skin_4 .main-menu ul ul li a, .rt-site-header.skin_4 .main-menu > ul > li.menu-item-has-children > ul.sub-menu > li > a {
    font-family: 'Poppins', sans-serif !important;
}

.font-playfir, .single-rt-banner.skin_4 .scroll-down span.text-link, .single-rt-banner.skin_4 .rt-banner-content h1 {
    font-family: 'Playfair Display', serif !important;
}

.text-font {
    font-family: "Work Sans", sans-serif !important;
}

.rt-section-title {
    text-transform: capitalize;
    font-size: 40px;
    margin: 0 0 10px;
    font-weight: 600;
    display: inline-block;
    position: relative;
    z-index: 1;
}

.rt-section-title.has_qute:after {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    content: '';
    background-image: url(../images/cosmetics/all-img/qute-big.png);
    width: 131px;
    height: 102px;
    background-repeat: no-repeat;
    top: -37px;
}

@media (max-width: 767.98px) {
    .rt-section-title {
        font-size: 32px;
    }
}

.rt-section-title span.title-badge {
    color: var(--main);
    display: block;
    font-size: 18px;
    text-transform: uppercase;
    font-family: "Work Sans", sans-serif;
    margin: 0 0 0;
}

@media (max-width: 767.98px) {
    .rt-section-title span.title-badge {
        font-size: 14px;
    }
}

.bar_title {
    position: relative;
    z-index: 1;
}

.bar_title:before {
    position: absolute;
    left: -130px;
    width: 124px;
    content: "";
    background-color: #fff;
    height: 7px;
    top: 20px;
    z-index: 4;
}

@media (max-width: 991.98px) {
    .bar_title:before {
        display: none;
    }
}

.text-white .rt-section-title {
    color: #ffffff;
}

.text-white .rt-section-title span {
    color: #fff;
}

.text-white .rt-section-title h1, .text-white .rt-section-title h2, .text-white .rt-section-title h3, .text-white .rt-section-title h4, .text-white .rt-section-title h5, .text-white .rt-section-title h6 {
    color: #fff;
}

.text-white2 .rt-section-title {
    color: #ffffff;
}

.text-white2 .rt-section-title span {
    color: #496cfe;
}

.text-white2 h1, .text-white2 h2, .text-white2 h3, .text-white2 h4, .text-white2 h5, .text-white2 h6 {
    color: #fff;
}

.text-white2 p {
    color: #fff;
}

.rt-black {
    font-weight: 800;
}

.rt-strong {
    font-weight: 700;
}

.rt-medium {
    font-weight: 500;
}

.rt-semiblod {
    font-weight: 600;
}

.rt-light1 {
    font-weight: 100;
}

.rt-light2 {
    font-weight: 200;
}

.rt-light3 {
    font-weight: 300;
}

.underline {
    text-decoration: underline;
}

.rt-lettersp-0 {
    letter-spacing: 0px;
}

.rt-lettersp-1 {
    letter-spacing: 1px;
}

.rt-lettersp-2 {
    letter-spacing: 2px;
}

.rt-lettersp-3 {
    letter-spacing: 3px;
}

.rt-lettersp-4 {
    letter-spacing: 4px;
}

.rt-lettersp-5 {
    letter-spacing: 5px;
}

.rt-lettersp-6 {
    letter-spacing: 6px;
}

.rt-lettersp-7 {
    letter-spacing: 7px;
}

.rt-lettersp-8 {
    letter-spacing: 8px;
}

.rt-lettersp-9 {
    letter-spacing: 9px;
}

.rt-lettersp-10 {
    letter-spacing: 10px;
}

.badge-hilighit {
    position: relative;
    display: inline-block;
    padding: 10px 40px;
}

.badge-hilighit:before {
    border-bottom: 18px solid transparent;
    border-left: 7px solid #fff;
    border-top: 18px solid transparent;
    content: "";
    height: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    width: 0;
}

.badge-hilighit.color--1 {
    background: var(--main);
}

.badge-hilighit.color--2 {
    background: linear-gradient(8deg, #9932f5 0%, #7133f3 17%, #4933f1 45%, #4950f8 71%, #496cfe 100%);
}

.f-size-0 {
    font-size: 0px;
}

.f-size-1 {
    font-size: 1px;
}

.f-size-2 {
    font-size: 2px;
}

.f-size-3 {
    font-size: 3px;
}

.f-size-4 {
    font-size: 4px;
}

.f-size-5 {
    font-size: 5px;
}

.f-size-6 {
    font-size: 6px;
}

.f-size-7 {
    font-size: 7px;
}

.f-size-8 {
    font-size: 8px;
}

.f-size-9 {
    font-size: 9px;
}

.f-size-10 {
    font-size: 10px;
}

.f-size-11 {
    font-size: 11px;
}

.f-size-12 {
    font-size: 12px;
}

.f-size-13 {
    font-size: 13px;
}

.f-size-14 {
    font-size: 14px;
}

.f-size-15 {
    font-size: 15px;
}

.f-size-16 {
    font-size: 16px;
}

.f-size-17 {
    font-size: 17px;
}

.f-size-18 {
    font-size: 18px;
}

.f-size-19 {
    font-size: 19px;
}

.f-size-20 {
    font-size: 20px;
}

.f-size-21 {
    font-size: 21px;
}

.f-size-22 {
    font-size: 22px;
}

.f-size-23 {
    font-size: 23px;
}

.f-size-24 {
    font-size: 24px;
}

.f-size-25 {
    font-size: 25px;
}

.f-size-26 {
    font-size: 26px;
}

.f-size-27 {
    font-size: 27px;
}

.f-size-28 {
    font-size: 28px;
}

.f-size-29 {
    font-size: 29px;
}

.f-size-30 {
    font-size: 30px;
}

.f-size-31 {
    font-size: 31px;
}

.f-size-32 {
    font-size: 32px;
}

.f-size-33 {
    font-size: 33px;
}

.f-size-34 {
    font-size: 34px;
}

.f-size-35 {
    font-size: 35px;
}

.f-size-36 {
    font-size: 36px;
}

.f-size-37 {
    font-size: 37px;
}

.f-size-38 {
    font-size: 38px;
}

.f-size-39 {
    font-size: 39px;
}

.f-size-40 {
    font-size: 40px;
}

.f-size-41 {
    font-size: 41px;
}

.f-size-42 {
    font-size: 42px;
}

.f-size-43 {
    font-size: 43px;
}

.f-size-44 {
    font-size: 44px;
}

.f-size-45 {
    font-size: 45px;
}

.f-size-46 {
    font-size: 46px;
}

.f-size-47 {
    font-size: 47px;
}

.f-size-48 {
    font-size: 48px;
}

.f-size-49 {
    font-size: 49px;
}

.f-size-50 {
    font-size: 50px;
}

.f-size-51 {
    font-size: 51px;
}

.f-size-52 {
    font-size: 52px;
}

.f-size-53 {
    font-size: 53px;
}

.f-size-54 {
    font-size: 54px;
}

.f-size-55 {
    font-size: 55px;
}

.f-size-56 {
    font-size: 56px;
}

.f-size-57 {
    font-size: 57px;
}

.f-size-58 {
    font-size: 58px;
}

.f-size-59 {
    font-size: 59px;
}

.f-size-60 {
    font-size: 60px;
}

.f-size-61 {
    font-size: 61px;
}

.f-size-62 {
    font-size: 62px;
}

.f-size-63 {
    font-size: 63px;
}

.f-size-64 {
    font-size: 64px;
}

.f-size-65 {
    font-size: 65px;
}

.f-size-66 {
    font-size: 66px;
}

.f-size-67 {
    font-size: 67px;
}

.f-size-68 {
    font-size: 68px;
}

.f-size-69 {
    font-size: 69px;
}

.f-size-70 {
    font-size: 70px;
}

.f-size-71 {
    font-size: 71px;
}

.f-size-72 {
    font-size: 72px;
}

.f-size-73 {
    font-size: 73px;
}

.f-size-74 {
    font-size: 74px;
}

.f-size-75 {
    font-size: 75px;
}

.f-size-76 {
    font-size: 76px;
}

.f-size-77 {
    font-size: 77px;
}

.f-size-78 {
    font-size: 78px;
}

.f-size-79 {
    font-size: 79px;
}

.f-size-80 {
    font-size: 80px;
}

.f-size-81 {
    font-size: 81px;
}

.f-size-82 {
    font-size: 82px;
}

.f-size-83 {
    font-size: 83px;
}

.f-size-84 {
    font-size: 84px;
}

.f-size-85 {
    font-size: 85px;
}

.f-size-86 {
    font-size: 86px;
}

.f-size-87 {
    font-size: 87px;
}

.f-size-88 {
    font-size: 88px;
}

.f-size-89 {
    font-size: 89px;
}

.f-size-90 {
    font-size: 90px;
}

.f-size-91 {
    font-size: 91px;
}

.f-size-92 {
    font-size: 92px;
}

.f-size-93 {
    font-size: 93px;
}

.f-size-94 {
    font-size: 94px;
}

.f-size-95 {
    font-size: 95px;
}

.f-size-96 {
    font-size: 96px;
}

.f-size-97 {
    font-size: 97px;
}

.f-size-98 {
    font-size: 98px;
}

.f-size-99 {
    font-size: 99px;
}

.f-size-100 {
    font-size: 100px;
}

@media (max-width: 1199.98px) {
    .f-size-lg-0 {
        font-size: 0px;
    }
    .f-size-lg-1 {
        font-size: 1px;
    }
    .f-size-lg-2 {
        font-size: 2px;
    }
    .f-size-lg-3 {
        font-size: 3px;
    }
    .f-size-lg-4 {
        font-size: 4px;
    }
    .f-size-lg-5 {
        font-size: 5px;
    }
    .f-size-lg-6 {
        font-size: 6px;
    }
    .f-size-lg-7 {
        font-size: 7px;
    }
    .f-size-lg-8 {
        font-size: 8px;
    }
    .f-size-lg-9 {
        font-size: 9px;
    }
    .f-size-lg-10 {
        font-size: 10px;
    }
    .f-size-lg-11 {
        font-size: 11px;
    }
    .f-size-lg-12 {
        font-size: 12px;
    }
    .f-size-lg-13 {
        font-size: 13px;
    }
    .f-size-lg-14 {
        font-size: 14px;
    }
    .f-size-lg-15 {
        font-size: 15px;
    }
    .f-size-lg-16 {
        font-size: 16px;
    }
    .f-size-lg-17 {
        font-size: 17px;
    }
    .f-size-lg-18 {
        font-size: 18px;
    }
    .f-size-lg-19 {
        font-size: 19px;
    }
    .f-size-lg-20 {
        font-size: 20px;
    }
    .f-size-lg-21 {
        font-size: 21px;
    }
    .f-size-lg-22 {
        font-size: 22px;
    }
    .f-size-lg-23 {
        font-size: 23px;
    }
    .f-size-lg-24 {
        font-size: 24px;
    }
    .f-size-lg-25 {
        font-size: 25px;
    }
    .f-size-lg-26 {
        font-size: 26px;
    }
    .f-size-lg-27 {
        font-size: 27px;
    }
    .f-size-lg-28 {
        font-size: 28px;
    }
    .f-size-lg-29 {
        font-size: 29px;
    }
    .f-size-lg-30 {
        font-size: 30px;
    }
    .f-size-lg-31 {
        font-size: 31px;
    }
    .f-size-lg-32 {
        font-size: 32px;
    }
    .f-size-lg-33 {
        font-size: 33px;
    }
    .f-size-lg-34 {
        font-size: 34px;
    }
    .f-size-lg-35 {
        font-size: 35px;
    }
    .f-size-lg-36 {
        font-size: 36px;
    }
    .f-size-lg-37 {
        font-size: 37px;
    }
    .f-size-lg-38 {
        font-size: 38px;
    }
    .f-size-lg-39 {
        font-size: 39px;
    }
    .f-size-lg-40 {
        font-size: 40px;
    }
    .f-size-lg-41 {
        font-size: 41px;
    }
    .f-size-lg-42 {
        font-size: 42px;
    }
    .f-size-lg-43 {
        font-size: 43px;
    }
    .f-size-lg-44 {
        font-size: 44px;
    }
    .f-size-lg-45 {
        font-size: 45px;
    }
    .f-size-lg-46 {
        font-size: 46px;
    }
    .f-size-lg-47 {
        font-size: 47px;
    }
    .f-size-lg-48 {
        font-size: 48px;
    }
    .f-size-lg-49 {
        font-size: 49px;
    }
    .f-size-lg-50 {
        font-size: 50px;
    }
    .f-size-lg-51 {
        font-size: 51px;
    }
    .f-size-lg-52 {
        font-size: 52px;
    }
    .f-size-lg-53 {
        font-size: 53px;
    }
    .f-size-lg-54 {
        font-size: 54px;
    }
    .f-size-lg-55 {
        font-size: 55px;
    }
    .f-size-lg-56 {
        font-size: 56px;
    }
    .f-size-lg-57 {
        font-size: 57px;
    }
    .f-size-lg-58 {
        font-size: 58px;
    }
    .f-size-lg-59 {
        font-size: 59px;
    }
    .f-size-lg-60 {
        font-size: 60px;
    }
    .f-size-lg-61 {
        font-size: 61px;
    }
    .f-size-lg-62 {
        font-size: 62px;
    }
    .f-size-lg-63 {
        font-size: 63px;
    }
    .f-size-lg-64 {
        font-size: 64px;
    }
    .f-size-lg-65 {
        font-size: 65px;
    }
    .f-size-lg-66 {
        font-size: 66px;
    }
    .f-size-lg-67 {
        font-size: 67px;
    }
    .f-size-lg-68 {
        font-size: 68px;
    }
    .f-size-lg-69 {
        font-size: 69px;
    }
    .f-size-lg-70 {
        font-size: 70px;
    }
    .f-size-lg-71 {
        font-size: 71px;
    }
    .f-size-lg-72 {
        font-size: 72px;
    }
    .f-size-lg-73 {
        font-size: 73px;
    }
    .f-size-lg-74 {
        font-size: 74px;
    }
    .f-size-lg-75 {
        font-size: 75px;
    }
    .f-size-lg-76 {
        font-size: 76px;
    }
    .f-size-lg-77 {
        font-size: 77px;
    }
    .f-size-lg-78 {
        font-size: 78px;
    }
    .f-size-lg-79 {
        font-size: 79px;
    }
    .f-size-lg-80 {
        font-size: 80px;
    }
    .f-size-lg-81 {
        font-size: 81px;
    }
    .f-size-lg-82 {
        font-size: 82px;
    }
    .f-size-lg-83 {
        font-size: 83px;
    }
    .f-size-lg-84 {
        font-size: 84px;
    }
    .f-size-lg-85 {
        font-size: 85px;
    }
    .f-size-lg-86 {
        font-size: 86px;
    }
    .f-size-lg-87 {
        font-size: 87px;
    }
    .f-size-lg-88 {
        font-size: 88px;
    }
    .f-size-lg-89 {
        font-size: 89px;
    }
    .f-size-lg-90 {
        font-size: 90px;
    }
    .f-size-lg-91 {
        font-size: 91px;
    }
    .f-size-lg-92 {
        font-size: 92px;
    }
    .f-size-lg-93 {
        font-size: 93px;
    }
    .f-size-lg-94 {
        font-size: 94px;
    }
    .f-size-lg-95 {
        font-size: 95px;
    }
    .f-size-lg-96 {
        font-size: 96px;
    }
    .f-size-lg-97 {
        font-size: 97px;
    }
    .f-size-lg-98 {
        font-size: 98px;
    }
    .f-size-lg-99 {
        font-size: 99px;
    }
    .f-size-lg-100 {
        font-size: 100px;
    }
}

@media (max-width: 991.98px) {
    .f-size-md-0 {
        font-size: 0px;
    }
    .f-size-md-1 {
        font-size: 1px;
    }
    .f-size-md-2 {
        font-size: 2px;
    }
    .f-size-md-3 {
        font-size: 3px;
    }
    .f-size-md-4 {
        font-size: 4px;
    }
    .f-size-md-5 {
        font-size: 5px;
    }
    .f-size-md-6 {
        font-size: 6px;
    }
    .f-size-md-7 {
        font-size: 7px;
    }
    .f-size-md-8 {
        font-size: 8px;
    }
    .f-size-md-9 {
        font-size: 9px;
    }
    .f-size-md-10 {
        font-size: 10px;
    }
    .f-size-md-11 {
        font-size: 11px;
    }
    .f-size-md-12 {
        font-size: 12px;
    }
    .f-size-md-13 {
        font-size: 13px;
    }
    .f-size-md-14 {
        font-size: 14px;
    }
    .f-size-md-15 {
        font-size: 15px;
    }
    .f-size-md-16 {
        font-size: 16px;
    }
    .f-size-md-17 {
        font-size: 17px;
    }
    .f-size-md-18 {
        font-size: 18px;
    }
    .f-size-md-19 {
        font-size: 19px;
    }
    .f-size-md-20 {
        font-size: 20px;
    }
    .f-size-md-21 {
        font-size: 21px;
    }
    .f-size-md-22 {
        font-size: 22px;
    }
    .f-size-md-23 {
        font-size: 23px;
    }
    .f-size-md-24 {
        font-size: 24px;
    }
    .f-size-md-25 {
        font-size: 25px;
    }
    .f-size-md-26 {
        font-size: 26px;
    }
    .f-size-md-27 {
        font-size: 27px;
    }
    .f-size-md-28 {
        font-size: 28px;
    }
    .f-size-md-29 {
        font-size: 29px;
    }
    .f-size-md-30 {
        font-size: 30px;
    }
    .f-size-md-31 {
        font-size: 31px;
    }
    .f-size-md-32 {
        font-size: 32px;
    }
    .f-size-md-33 {
        font-size: 33px;
    }
    .f-size-md-34 {
        font-size: 34px;
    }
    .f-size-md-35 {
        font-size: 35px;
    }
    .f-size-md-36 {
        font-size: 36px;
    }
    .f-size-md-37 {
        font-size: 37px;
    }
    .f-size-md-38 {
        font-size: 38px;
    }
    .f-size-md-39 {
        font-size: 39px;
    }
    .f-size-md-40 {
        font-size: 40px;
    }
    .f-size-md-41 {
        font-size: 41px;
    }
    .f-size-md-42 {
        font-size: 42px;
    }
    .f-size-md-43 {
        font-size: 43px;
    }
    .f-size-md-44 {
        font-size: 44px;
    }
    .f-size-md-45 {
        font-size: 45px;
    }
    .f-size-md-46 {
        font-size: 46px;
    }
    .f-size-md-47 {
        font-size: 47px;
    }
    .f-size-md-48 {
        font-size: 48px;
    }
    .f-size-md-49 {
        font-size: 49px;
    }
    .f-size-md-50 {
        font-size: 50px;
    }
    .f-size-md-51 {
        font-size: 51px;
    }
    .f-size-md-52 {
        font-size: 52px;
    }
    .f-size-md-53 {
        font-size: 53px;
    }
    .f-size-md-54 {
        font-size: 54px;
    }
    .f-size-md-55 {
        font-size: 55px;
    }
    .f-size-md-56 {
        font-size: 56px;
    }
    .f-size-md-57 {
        font-size: 57px;
    }
    .f-size-md-58 {
        font-size: 58px;
    }
    .f-size-md-59 {
        font-size: 59px;
    }
    .f-size-md-60 {
        font-size: 60px;
    }
    .f-size-md-61 {
        font-size: 61px;
    }
    .f-size-md-62 {
        font-size: 62px;
    }
    .f-size-md-63 {
        font-size: 63px;
    }
    .f-size-md-64 {
        font-size: 64px;
    }
    .f-size-md-65 {
        font-size: 65px;
    }
    .f-size-md-66 {
        font-size: 66px;
    }
    .f-size-md-67 {
        font-size: 67px;
    }
    .f-size-md-68 {
        font-size: 68px;
    }
    .f-size-md-69 {
        font-size: 69px;
    }
    .f-size-md-70 {
        font-size: 70px;
    }
    .f-size-md-71 {
        font-size: 71px;
    }
    .f-size-md-72 {
        font-size: 72px;
    }
    .f-size-md-73 {
        font-size: 73px;
    }
    .f-size-md-74 {
        font-size: 74px;
    }
    .f-size-md-75 {
        font-size: 75px;
    }
    .f-size-md-76 {
        font-size: 76px;
    }
    .f-size-md-77 {
        font-size: 77px;
    }
    .f-size-md-78 {
        font-size: 78px;
    }
    .f-size-md-79 {
        font-size: 79px;
    }
    .f-size-md-80 {
        font-size: 80px;
    }
    .f-size-md-81 {
        font-size: 81px;
    }
    .f-size-md-82 {
        font-size: 82px;
    }
    .f-size-md-83 {
        font-size: 83px;
    }
    .f-size-md-84 {
        font-size: 84px;
    }
    .f-size-md-85 {
        font-size: 85px;
    }
    .f-size-md-86 {
        font-size: 86px;
    }
    .f-size-md-87 {
        font-size: 87px;
    }
    .f-size-md-88 {
        font-size: 88px;
    }
    .f-size-md-89 {
        font-size: 89px;
    }
    .f-size-md-90 {
        font-size: 90px;
    }
    .f-size-md-91 {
        font-size: 91px;
    }
    .f-size-md-92 {
        font-size: 92px;
    }
    .f-size-md-93 {
        font-size: 93px;
    }
    .f-size-md-94 {
        font-size: 94px;
    }
    .f-size-md-95 {
        font-size: 95px;
    }
    .f-size-md-96 {
        font-size: 96px;
    }
    .f-size-md-97 {
        font-size: 97px;
    }
    .f-size-md-98 {
        font-size: 98px;
    }
    .f-size-md-99 {
        font-size: 99px;
    }
    .f-size-md-100 {
        font-size: 100px;
    }
}

@media (max-width: 767.98px) {
    .f-size-xs-0 {
        font-size: 0px;
    }
    .f-size-xs-1 {
        font-size: 1px;
    }
    .f-size-xs-2 {
        font-size: 2px;
    }
    .f-size-xs-3 {
        font-size: 3px;
    }
    .f-size-xs-4 {
        font-size: 4px;
    }
    .f-size-xs-5 {
        font-size: 5px;
    }
    .f-size-xs-6 {
        font-size: 6px;
    }
    .f-size-xs-7 {
        font-size: 7px;
    }
    .f-size-xs-8 {
        font-size: 8px;
    }
    .f-size-xs-9 {
        font-size: 9px;
    }
    .f-size-xs-10 {
        font-size: 10px;
    }
    .f-size-xs-11 {
        font-size: 11px;
    }
    .f-size-xs-12 {
        font-size: 12px;
    }
    .f-size-xs-13 {
        font-size: 13px;
    }
    .f-size-xs-14 {
        font-size: 14px;
    }
    .f-size-xs-15 {
        font-size: 15px;
    }
    .f-size-xs-16 {
        font-size: 16px;
    }
    .f-size-xs-17 {
        font-size: 17px;
    }
    .f-size-xs-18 {
        font-size: 18px;
    }
    .f-size-xs-19 {
        font-size: 19px;
    }
    .f-size-xs-20 {
        font-size: 20px;
    }
    .f-size-xs-21 {
        font-size: 21px;
    }
    .f-size-xs-22 {
        font-size: 22px;
    }
    .f-size-xs-23 {
        font-size: 23px;
    }
    .f-size-xs-24 {
        font-size: 24px;
    }
    .f-size-xs-25 {
        font-size: 25px;
    }
    .f-size-xs-26 {
        font-size: 26px;
    }
    .f-size-xs-27 {
        font-size: 27px;
    }
    .f-size-xs-28 {
        font-size: 28px;
    }
    .f-size-xs-29 {
        font-size: 29px;
    }
    .f-size-xs-30 {
        font-size: 30px;
    }
    .f-size-xs-31 {
        font-size: 31px;
    }
    .f-size-xs-32 {
        font-size: 32px;
    }
    .f-size-xs-33 {
        font-size: 33px;
    }
    .f-size-xs-34 {
        font-size: 34px;
    }
    .f-size-xs-35 {
        font-size: 35px;
    }
    .f-size-xs-36 {
        font-size: 36px;
    }
    .f-size-xs-37 {
        font-size: 37px;
    }
    .f-size-xs-38 {
        font-size: 38px;
    }
    .f-size-xs-39 {
        font-size: 39px;
    }
    .f-size-xs-40 {
        font-size: 40px;
    }
    .f-size-xs-41 {
        font-size: 41px;
    }
    .f-size-xs-42 {
        font-size: 42px;
    }
    .f-size-xs-43 {
        font-size: 43px;
    }
    .f-size-xs-44 {
        font-size: 44px;
    }
    .f-size-xs-45 {
        font-size: 45px;
    }
    .f-size-xs-46 {
        font-size: 46px;
    }
    .f-size-xs-47 {
        font-size: 47px;
    }
    .f-size-xs-48 {
        font-size: 48px;
    }
    .f-size-xs-49 {
        font-size: 49px;
    }
    .f-size-xs-50 {
        font-size: 50px;
    }
    .f-size-xs-51 {
        font-size: 51px;
    }
    .f-size-xs-52 {
        font-size: 52px;
    }
    .f-size-xs-53 {
        font-size: 53px;
    }
    .f-size-xs-54 {
        font-size: 54px;
    }
    .f-size-xs-55 {
        font-size: 55px;
    }
    .f-size-xs-56 {
        font-size: 56px;
    }
    .f-size-xs-57 {
        font-size: 57px;
    }
    .f-size-xs-58 {
        font-size: 58px;
    }
    .f-size-xs-59 {
        font-size: 59px;
    }
    .f-size-xs-60 {
        font-size: 60px;
    }
    .f-size-xs-61 {
        font-size: 61px;
    }
    .f-size-xs-62 {
        font-size: 62px;
    }
    .f-size-xs-63 {
        font-size: 63px;
    }
    .f-size-xs-64 {
        font-size: 64px;
    }
    .f-size-xs-65 {
        font-size: 65px;
    }
    .f-size-xs-66 {
        font-size: 66px;
    }
    .f-size-xs-67 {
        font-size: 67px;
    }
    .f-size-xs-68 {
        font-size: 68px;
    }
    .f-size-xs-69 {
        font-size: 69px;
    }
    .f-size-xs-70 {
        font-size: 70px;
    }
    .f-size-xs-71 {
        font-size: 71px;
    }
    .f-size-xs-72 {
        font-size: 72px;
    }
    .f-size-xs-73 {
        font-size: 73px;
    }
    .f-size-xs-74 {
        font-size: 74px;
    }
    .f-size-xs-75 {
        font-size: 75px;
    }
    .f-size-xs-76 {
        font-size: 76px;
    }
    .f-size-xs-77 {
        font-size: 77px;
    }
    .f-size-xs-78 {
        font-size: 78px;
    }
    .f-size-xs-79 {
        font-size: 79px;
    }
    .f-size-xs-80 {
        font-size: 80px;
    }
    .f-size-xs-81 {
        font-size: 81px;
    }
    .f-size-xs-82 {
        font-size: 82px;
    }
    .f-size-xs-83 {
        font-size: 83px;
    }
    .f-size-xs-84 {
        font-size: 84px;
    }
    .f-size-xs-85 {
        font-size: 85px;
    }
    .f-size-xs-86 {
        font-size: 86px;
    }
    .f-size-xs-87 {
        font-size: 87px;
    }
    .f-size-xs-88 {
        font-size: 88px;
    }
    .f-size-xs-89 {
        font-size: 89px;
    }
    .f-size-xs-90 {
        font-size: 90px;
    }
    .f-size-xs-91 {
        font-size: 91px;
    }
    .f-size-xs-92 {
        font-size: 92px;
    }
    .f-size-xs-93 {
        font-size: 93px;
    }
    .f-size-xs-94 {
        font-size: 94px;
    }
    .f-size-xs-95 {
        font-size: 95px;
    }
    .f-size-xs-96 {
        font-size: 96px;
    }
    .f-size-xs-97 {
        font-size: 97px;
    }
    .f-size-xs-98 {
        font-size: 98px;
    }
    .f-size-xs-99 {
        font-size: 99px;
    }
    .f-size-xs-100 {
        font-size: 100px;
    }
}

.line-height-0 {
    line-height: 0px;
}

.line-height-1 {
    line-height: 1px;
}

.line-height-2 {
    line-height: 2px;
}

.line-height-3 {
    line-height: 3px;
}

.line-height-4 {
    line-height: 4px;
}

.line-height-5 {
    line-height: 5px;
}

.line-height-6 {
    line-height: 6px;
}

.line-height-7 {
    line-height: 7px;
}

.line-height-8 {
    line-height: 8px;
}

.line-height-9 {
    line-height: 9px;
}

.line-height-10 {
    line-height: 10px;
}

.line-height-11 {
    line-height: 11px;
}

.line-height-12 {
    line-height: 12px;
}

.line-height-13 {
    line-height: 13px;
}

.line-height-14 {
    line-height: 14px;
}

.line-height-15 {
    line-height: 15px;
}

.line-height-16 {
    line-height: 16px;
}

.line-height-17 {
    line-height: 17px;
}

.line-height-18 {
    line-height: 18px;
}

.line-height-19 {
    line-height: 19px;
}

.line-height-20 {
    line-height: 20px;
}

.line-height-21 {
    line-height: 21px;
}

.line-height-22 {
    line-height: 22px;
}

.line-height-23 {
    line-height: 23px;
}

.line-height-24 {
    line-height: 24px;
}

.line-height-25 {
    line-height: 25px;
}

.line-height-26 {
    line-height: 26px;
}

.line-height-27 {
    line-height: 27px;
}

.line-height-28 {
    line-height: 28px;
}

.line-height-29 {
    line-height: 29px;
}

.line-height-30 {
    line-height: 30px;
}

.line-height-31 {
    line-height: 31px;
}

.line-height-32 {
    line-height: 32px;
}

.line-height-33 {
    line-height: 33px;
}

.line-height-34 {
    line-height: 34px;
}

.line-height-35 {
    line-height: 35px;
}

.line-height-36 {
    line-height: 36px;
}

.line-height-37 {
    line-height: 37px;
}

.line-height-38 {
    line-height: 38px;
}

.line-height-39 {
    line-height: 39px;
}

.line-height-40 {
    line-height: 40px;
}

.line-height-41 {
    line-height: 41px;
}

.line-height-42 {
    line-height: 42px;
}

.line-height-43 {
    line-height: 43px;
}

.line-height-44 {
    line-height: 44px;
}

.line-height-45 {
    line-height: 45px;
}

.line-height-46 {
    line-height: 46px;
}

.line-height-47 {
    line-height: 47px;
}

.line-height-48 {
    line-height: 48px;
}

.line-height-49 {
    line-height: 49px;
}

.line-height-50 {
    line-height: 50px;
}

.line-height-51 {
    line-height: 51px;
}

.line-height-52 {
    line-height: 52px;
}

.line-height-53 {
    line-height: 53px;
}

.line-height-54 {
    line-height: 54px;
}

.line-height-55 {
    line-height: 55px;
}

.line-height-56 {
    line-height: 56px;
}

.line-height-57 {
    line-height: 57px;
}

.line-height-58 {
    line-height: 58px;
}

.line-height-59 {
    line-height: 59px;
}

.line-height-60 {
    line-height: 60px;
}

.line-height-61 {
    line-height: 61px;
}

.line-height-62 {
    line-height: 62px;
}

.line-height-63 {
    line-height: 63px;
}

.line-height-64 {
    line-height: 64px;
}

.line-height-65 {
    line-height: 65px;
}

.line-height-66 {
    line-height: 66px;
}

.line-height-67 {
    line-height: 67px;
}

.line-height-68 {
    line-height: 68px;
}

.line-height-69 {
    line-height: 69px;
}

.line-height-70 {
    line-height: 70px;
}

.line-height-71 {
    line-height: 71px;
}

.line-height-72 {
    line-height: 72px;
}

.line-height-73 {
    line-height: 73px;
}

.line-height-74 {
    line-height: 74px;
}

.line-height-75 {
    line-height: 75px;
}

.line-height-76 {
    line-height: 76px;
}

.line-height-77 {
    line-height: 77px;
}

.line-height-78 {
    line-height: 78px;
}

.line-height-79 {
    line-height: 79px;
}

.line-height-80 {
    line-height: 80px;
}

.line-height-81 {
    line-height: 81px;
}

.line-height-82 {
    line-height: 82px;
}

.line-height-83 {
    line-height: 83px;
}

.line-height-84 {
    line-height: 84px;
}

.line-height-85 {
    line-height: 85px;
}

.line-height-86 {
    line-height: 86px;
}

.line-height-87 {
    line-height: 87px;
}

.line-height-88 {
    line-height: 88px;
}

.line-height-89 {
    line-height: 89px;
}

.line-height-90 {
    line-height: 90px;
}

.line-height-91 {
    line-height: 91px;
}

.line-height-92 {
    line-height: 92px;
}

.line-height-93 {
    line-height: 93px;
}

.line-height-94 {
    line-height: 94px;
}

.line-height-95 {
    line-height: 95px;
}

.line-height-96 {
    line-height: 96px;
}

.line-height-97 {
    line-height: 97px;
}

.line-height-98 {
    line-height: 98px;
}

.line-height-99 {
    line-height: 99px;
}

.line-height-100 {
    line-height: 100px;
}

@media (max-width: 1199.98px) {
    .line-height-lg-0 {
        line-height: 0px;
    }
    .line-height-lg-1 {
        line-height: 1px;
    }
    .line-height-lg-2 {
        line-height: 2px;
    }
    .line-height-lg-3 {
        line-height: 3px;
    }
    .line-height-lg-4 {
        line-height: 4px;
    }
    .line-height-lg-5 {
        line-height: 5px;
    }
    .line-height-lg-6 {
        line-height: 6px;
    }
    .line-height-lg-7 {
        line-height: 7px;
    }
    .line-height-lg-8 {
        line-height: 8px;
    }
    .line-height-lg-9 {
        line-height: 9px;
    }
    .line-height-lg-10 {
        line-height: 10px;
    }
    .line-height-lg-11 {
        line-height: 11px;
    }
    .line-height-lg-12 {
        line-height: 12px;
    }
    .line-height-lg-13 {
        line-height: 13px;
    }
    .line-height-lg-14 {
        line-height: 14px;
    }
    .line-height-lg-15 {
        line-height: 15px;
    }
    .line-height-lg-16 {
        line-height: 16px;
    }
    .line-height-lg-17 {
        line-height: 17px;
    }
    .line-height-lg-18 {
        line-height: 18px;
    }
    .line-height-lg-19 {
        line-height: 19px;
    }
    .line-height-lg-20 {
        line-height: 20px;
    }
    .line-height-lg-21 {
        line-height: 21px;
    }
    .line-height-lg-22 {
        line-height: 22px;
    }
    .line-height-lg-23 {
        line-height: 23px;
    }
    .line-height-lg-24 {
        line-height: 24px;
    }
    .line-height-lg-25 {
        line-height: 25px;
    }
    .line-height-lg-26 {
        line-height: 26px;
    }
    .line-height-lg-27 {
        line-height: 27px;
    }
    .line-height-lg-28 {
        line-height: 28px;
    }
    .line-height-lg-29 {
        line-height: 29px;
    }
    .line-height-lg-30 {
        line-height: 30px;
    }
    .line-height-lg-31 {
        line-height: 31px;
    }
    .line-height-lg-32 {
        line-height: 32px;
    }
    .line-height-lg-33 {
        line-height: 33px;
    }
    .line-height-lg-34 {
        line-height: 34px;
    }
    .line-height-lg-35 {
        line-height: 35px;
    }
    .line-height-lg-36 {
        line-height: 36px;
    }
    .line-height-lg-37 {
        line-height: 37px;
    }
    .line-height-lg-38 {
        line-height: 38px;
    }
    .line-height-lg-39 {
        line-height: 39px;
    }
    .line-height-lg-40 {
        line-height: 40px;
    }
    .line-height-lg-41 {
        line-height: 41px;
    }
    .line-height-lg-42 {
        line-height: 42px;
    }
    .line-height-lg-43 {
        line-height: 43px;
    }
    .line-height-lg-44 {
        line-height: 44px;
    }
    .line-height-lg-45 {
        line-height: 45px;
    }
    .line-height-lg-46 {
        line-height: 46px;
    }
    .line-height-lg-47 {
        line-height: 47px;
    }
    .line-height-lg-48 {
        line-height: 48px;
    }
    .line-height-lg-49 {
        line-height: 49px;
    }
    .line-height-lg-50 {
        line-height: 50px;
    }
    .line-height-lg-51 {
        line-height: 51px;
    }
    .line-height-lg-52 {
        line-height: 52px;
    }
    .line-height-lg-53 {
        line-height: 53px;
    }
    .line-height-lg-54 {
        line-height: 54px;
    }
    .line-height-lg-55 {
        line-height: 55px;
    }
    .line-height-lg-56 {
        line-height: 56px;
    }
    .line-height-lg-57 {
        line-height: 57px;
    }
    .line-height-lg-58 {
        line-height: 58px;
    }
    .line-height-lg-59 {
        line-height: 59px;
    }
    .line-height-lg-60 {
        line-height: 60px;
    }
    .line-height-lg-61 {
        line-height: 61px;
    }
    .line-height-lg-62 {
        line-height: 62px;
    }
    .line-height-lg-63 {
        line-height: 63px;
    }
    .line-height-lg-64 {
        line-height: 64px;
    }
    .line-height-lg-65 {
        line-height: 65px;
    }
    .line-height-lg-66 {
        line-height: 66px;
    }
    .line-height-lg-67 {
        line-height: 67px;
    }
    .line-height-lg-68 {
        line-height: 68px;
    }
    .line-height-lg-69 {
        line-height: 69px;
    }
    .line-height-lg-70 {
        line-height: 70px;
    }
    .line-height-lg-71 {
        line-height: 71px;
    }
    .line-height-lg-72 {
        line-height: 72px;
    }
    .line-height-lg-73 {
        line-height: 73px;
    }
    .line-height-lg-74 {
        line-height: 74px;
    }
    .line-height-lg-75 {
        line-height: 75px;
    }
    .line-height-lg-76 {
        line-height: 76px;
    }
    .line-height-lg-77 {
        line-height: 77px;
    }
    .line-height-lg-78 {
        line-height: 78px;
    }
    .line-height-lg-79 {
        line-height: 79px;
    }
    .line-height-lg-80 {
        line-height: 80px;
    }
    .line-height-lg-81 {
        line-height: 81px;
    }
    .line-height-lg-82 {
        line-height: 82px;
    }
    .line-height-lg-83 {
        line-height: 83px;
    }
    .line-height-lg-84 {
        line-height: 84px;
    }
    .line-height-lg-85 {
        line-height: 85px;
    }
    .line-height-lg-86 {
        line-height: 86px;
    }
    .line-height-lg-87 {
        line-height: 87px;
    }
    .line-height-lg-88 {
        line-height: 88px;
    }
    .line-height-lg-89 {
        line-height: 89px;
    }
    .line-height-lg-90 {
        line-height: 90px;
    }
    .line-height-lg-91 {
        line-height: 91px;
    }
    .line-height-lg-92 {
        line-height: 92px;
    }
    .line-height-lg-93 {
        line-height: 93px;
    }
    .line-height-lg-94 {
        line-height: 94px;
    }
    .line-height-lg-95 {
        line-height: 95px;
    }
    .line-height-lg-96 {
        line-height: 96px;
    }
    .line-height-lg-97 {
        line-height: 97px;
    }
    .line-height-lg-98 {
        line-height: 98px;
    }
    .line-height-lg-99 {
        line-height: 99px;
    }
    .line-height-lg-100 {
        line-height: 100px;
    }
}

@media (max-width: 991.98px) {
    .line-height-md-0 {
        line-height: 0px;
    }
    .line-height-md-1 {
        line-height: 1px;
    }
    .line-height-md-2 {
        line-height: 2px;
    }
    .line-height-md-3 {
        line-height: 3px;
    }
    .line-height-md-4 {
        line-height: 4px;
    }
    .line-height-md-5 {
        line-height: 5px;
    }
    .line-height-md-6 {
        line-height: 6px;
    }
    .line-height-md-7 {
        line-height: 7px;
    }
    .line-height-md-8 {
        line-height: 8px;
    }
    .line-height-md-9 {
        line-height: 9px;
    }
    .line-height-md-10 {
        line-height: 10px;
    }
    .line-height-md-11 {
        line-height: 11px;
    }
    .line-height-md-12 {
        line-height: 12px;
    }
    .line-height-md-13 {
        line-height: 13px;
    }
    .line-height-md-14 {
        line-height: 14px;
    }
    .line-height-md-15 {
        line-height: 15px;
    }
    .line-height-md-16 {
        line-height: 16px;
    }
    .line-height-md-17 {
        line-height: 17px;
    }
    .line-height-md-18 {
        line-height: 18px;
    }
    .line-height-md-19 {
        line-height: 19px;
    }
    .line-height-md-20 {
        line-height: 20px;
    }
    .line-height-md-21 {
        line-height: 21px;
    }
    .line-height-md-22 {
        line-height: 22px;
    }
    .line-height-md-23 {
        line-height: 23px;
    }
    .line-height-md-24 {
        line-height: 24px;
    }
    .line-height-md-25 {
        line-height: 25px;
    }
    .line-height-md-26 {
        line-height: 26px;
    }
    .line-height-md-27 {
        line-height: 27px;
    }
    .line-height-md-28 {
        line-height: 28px;
    }
    .line-height-md-29 {
        line-height: 29px;
    }
    .line-height-md-30 {
        line-height: 30px;
    }
    .line-height-md-31 {
        line-height: 31px;
    }
    .line-height-md-32 {
        line-height: 32px;
    }
    .line-height-md-33 {
        line-height: 33px;
    }
    .line-height-md-34 {
        line-height: 34px;
    }
    .line-height-md-35 {
        line-height: 35px;
    }
    .line-height-md-36 {
        line-height: 36px;
    }
    .line-height-md-37 {
        line-height: 37px;
    }
    .line-height-md-38 {
        line-height: 38px;
    }
    .line-height-md-39 {
        line-height: 39px;
    }
    .line-height-md-40 {
        line-height: 40px;
    }
    .line-height-md-41 {
        line-height: 41px;
    }
    .line-height-md-42 {
        line-height: 42px;
    }
    .line-height-md-43 {
        line-height: 43px;
    }
    .line-height-md-44 {
        line-height: 44px;
    }
    .line-height-md-45 {
        line-height: 45px;
    }
    .line-height-md-46 {
        line-height: 46px;
    }
    .line-height-md-47 {
        line-height: 47px;
    }
    .line-height-md-48 {
        line-height: 48px;
    }
    .line-height-md-49 {
        line-height: 49px;
    }
    .line-height-md-50 {
        line-height: 50px;
    }
    .line-height-md-51 {
        line-height: 51px;
    }
    .line-height-md-52 {
        line-height: 52px;
    }
    .line-height-md-53 {
        line-height: 53px;
    }
    .line-height-md-54 {
        line-height: 54px;
    }
    .line-height-md-55 {
        line-height: 55px;
    }
    .line-height-md-56 {
        line-height: 56px;
    }
    .line-height-md-57 {
        line-height: 57px;
    }
    .line-height-md-58 {
        line-height: 58px;
    }
    .line-height-md-59 {
        line-height: 59px;
    }
    .line-height-md-60 {
        line-height: 60px;
    }
    .line-height-md-61 {
        line-height: 61px;
    }
    .line-height-md-62 {
        line-height: 62px;
    }
    .line-height-md-63 {
        line-height: 63px;
    }
    .line-height-md-64 {
        line-height: 64px;
    }
    .line-height-md-65 {
        line-height: 65px;
    }
    .line-height-md-66 {
        line-height: 66px;
    }
    .line-height-md-67 {
        line-height: 67px;
    }
    .line-height-md-68 {
        line-height: 68px;
    }
    .line-height-md-69 {
        line-height: 69px;
    }
    .line-height-md-70 {
        line-height: 70px;
    }
    .line-height-md-71 {
        line-height: 71px;
    }
    .line-height-md-72 {
        line-height: 72px;
    }
    .line-height-md-73 {
        line-height: 73px;
    }
    .line-height-md-74 {
        line-height: 74px;
    }
    .line-height-md-75 {
        line-height: 75px;
    }
    .line-height-md-76 {
        line-height: 76px;
    }
    .line-height-md-77 {
        line-height: 77px;
    }
    .line-height-md-78 {
        line-height: 78px;
    }
    .line-height-md-79 {
        line-height: 79px;
    }
    .line-height-md-80 {
        line-height: 80px;
    }
    .line-height-md-81 {
        line-height: 81px;
    }
    .line-height-md-82 {
        line-height: 82px;
    }
    .line-height-md-83 {
        line-height: 83px;
    }
    .line-height-md-84 {
        line-height: 84px;
    }
    .line-height-md-85 {
        line-height: 85px;
    }
    .line-height-md-86 {
        line-height: 86px;
    }
    .line-height-md-87 {
        line-height: 87px;
    }
    .line-height-md-88 {
        line-height: 88px;
    }
    .line-height-md-89 {
        line-height: 89px;
    }
    .line-height-md-90 {
        line-height: 90px;
    }
    .line-height-md-91 {
        line-height: 91px;
    }
    .line-height-md-92 {
        line-height: 92px;
    }
    .line-height-md-93 {
        line-height: 93px;
    }
    .line-height-md-94 {
        line-height: 94px;
    }
    .line-height-md-95 {
        line-height: 95px;
    }
    .line-height-md-96 {
        line-height: 96px;
    }
    .line-height-md-97 {
        line-height: 97px;
    }
    .line-height-md-98 {
        line-height: 98px;
    }
    .line-height-md-99 {
        line-height: 99px;
    }
    .line-height-md-100 {
        line-height: 100px;
    }
}

@media (max-width: 767.98px) {
    .line-height-xs-0 {
        line-height: 0px;
    }
    .line-height-xs-1 {
        line-height: 1px;
    }
    .line-height-xs-2 {
        line-height: 2px;
    }
    .line-height-xs-3 {
        line-height: 3px;
    }
    .line-height-xs-4 {
        line-height: 4px;
    }
    .line-height-xs-5 {
        line-height: 5px;
    }
    .line-height-xs-6 {
        line-height: 6px;
    }
    .line-height-xs-7 {
        line-height: 7px;
    }
    .line-height-xs-8 {
        line-height: 8px;
    }
    .line-height-xs-9 {
        line-height: 9px;
    }
    .line-height-xs-10 {
        line-height: 10px;
    }
    .line-height-xs-11 {
        line-height: 11px;
    }
    .line-height-xs-12 {
        line-height: 12px;
    }
    .line-height-xs-13 {
        line-height: 13px;
    }
    .line-height-xs-14 {
        line-height: 14px;
    }
    .line-height-xs-15 {
        line-height: 15px;
    }
    .line-height-xs-16 {
        line-height: 16px;
    }
    .line-height-xs-17 {
        line-height: 17px;
    }
    .line-height-xs-18 {
        line-height: 18px;
    }
    .line-height-xs-19 {
        line-height: 19px;
    }
    .line-height-xs-20 {
        line-height: 20px;
    }
    .line-height-xs-21 {
        line-height: 21px;
    }
    .line-height-xs-22 {
        line-height: 22px;
    }
    .line-height-xs-23 {
        line-height: 23px;
    }
    .line-height-xs-24 {
        line-height: 24px;
    }
    .line-height-xs-25 {
        line-height: 25px;
    }
    .line-height-xs-26 {
        line-height: 26px;
    }
    .line-height-xs-27 {
        line-height: 27px;
    }
    .line-height-xs-28 {
        line-height: 28px;
    }
    .line-height-xs-29 {
        line-height: 29px;
    }
    .line-height-xs-30 {
        line-height: 30px;
    }
    .line-height-xs-31 {
        line-height: 31px;
    }
    .line-height-xs-32 {
        line-height: 32px;
    }
    .line-height-xs-33 {
        line-height: 33px;
    }
    .line-height-xs-34 {
        line-height: 34px;
    }
    .line-height-xs-35 {
        line-height: 35px;
    }
    .line-height-xs-36 {
        line-height: 36px;
    }
    .line-height-xs-37 {
        line-height: 37px;
    }
    .line-height-xs-38 {
        line-height: 38px;
    }
    .line-height-xs-39 {
        line-height: 39px;
    }
    .line-height-xs-40 {
        line-height: 40px;
    }
    .line-height-xs-41 {
        line-height: 41px;
    }
    .line-height-xs-42 {
        line-height: 42px;
    }
    .line-height-xs-43 {
        line-height: 43px;
    }
    .line-height-xs-44 {
        line-height: 44px;
    }
    .line-height-xs-45 {
        line-height: 45px;
    }
    .line-height-xs-46 {
        line-height: 46px;
    }
    .line-height-xs-47 {
        line-height: 47px;
    }
    .line-height-xs-48 {
        line-height: 48px;
    }
    .line-height-xs-49 {
        line-height: 49px;
    }
    .line-height-xs-50 {
        line-height: 50px;
    }
    .line-height-xs-51 {
        line-height: 51px;
    }
    .line-height-xs-52 {
        line-height: 52px;
    }
    .line-height-xs-53 {
        line-height: 53px;
    }
    .line-height-xs-54 {
        line-height: 54px;
    }
    .line-height-xs-55 {
        line-height: 55px;
    }
    .line-height-xs-56 {
        line-height: 56px;
    }
    .line-height-xs-57 {
        line-height: 57px;
    }
    .line-height-xs-58 {
        line-height: 58px;
    }
    .line-height-xs-59 {
        line-height: 59px;
    }
    .line-height-xs-60 {
        line-height: 60px;
    }
    .line-height-xs-61 {
        line-height: 61px;
    }
    .line-height-xs-62 {
        line-height: 62px;
    }
    .line-height-xs-63 {
        line-height: 63px;
    }
    .line-height-xs-64 {
        line-height: 64px;
    }
    .line-height-xs-65 {
        line-height: 65px;
    }
    .line-height-xs-66 {
        line-height: 66px;
    }
    .line-height-xs-67 {
        line-height: 67px;
    }
    .line-height-xs-68 {
        line-height: 68px;
    }
    .line-height-xs-69 {
        line-height: 69px;
    }
    .line-height-xs-70 {
        line-height: 70px;
    }
    .line-height-xs-71 {
        line-height: 71px;
    }
    .line-height-xs-72 {
        line-height: 72px;
    }
    .line-height-xs-73 {
        line-height: 73px;
    }
    .line-height-xs-74 {
        line-height: 74px;
    }
    .line-height-xs-75 {
        line-height: 75px;
    }
    .line-height-xs-76 {
        line-height: 76px;
    }
    .line-height-xs-77 {
        line-height: 77px;
    }
    .line-height-xs-78 {
        line-height: 78px;
    }
    .line-height-xs-79 {
        line-height: 79px;
    }
    .line-height-xs-80 {
        line-height: 80px;
    }
    .line-height-xs-81 {
        line-height: 81px;
    }
    .line-height-xs-82 {
        line-height: 82px;
    }
    .line-height-xs-83 {
        line-height: 83px;
    }
    .line-height-xs-84 {
        line-height: 84px;
    }
    .line-height-xs-85 {
        line-height: 85px;
    }
    .line-height-xs-86 {
        line-height: 86px;
    }
    .line-height-xs-87 {
        line-height: 87px;
    }
    .line-height-xs-88 {
        line-height: 88px;
    }
    .line-height-xs-89 {
        line-height: 89px;
    }
    .line-height-xs-90 {
        line-height: 90px;
    }
    .line-height-xs-91 {
        line-height: 91px;
    }
    .line-height-xs-92 {
        line-height: 92px;
    }
    .line-height-xs-93 {
        line-height: 93px;
    }
    .line-height-xs-94 {
        line-height: 94px;
    }
    .line-height-xs-95 {
        line-height: 95px;
    }
    .line-height-xs-96 {
        line-height: 96px;
    }
    .line-height-xs-97 {
        line-height: 97px;
    }
    .line-height-xs-98 {
        line-height: 98px;
    }
    .line-height-xs-99 {
        line-height: 99px;
    }
    .line-height-xs-100 {
        line-height: 100px;
    }
}

/*2.0 Banner Css*/
.single-rt-banner {
    position: relative;
    z-index: 0;
}

.single-rt-banner .rt-banner-content .link-btn {
    font-size: 24px;
    color: var(--main-dark);
    font-weight: 700;
    display: inline-block;
    position: relative;
    z-index: 1;
}

@media (max-width: 767.98px) {
    .single-rt-banner .rt-banner-content .link-btn {
        font-size: 18px;
    }
}

.single-rt-banner .rt-banner-content .link-btn:after {
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100%;
    height: 2px;
    background: var(--main-dark);
    content: "";
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.single-rt-banner .rt-banner-content .link-btn:hover:after {
    width: 0;
}

.single-rt-banner.skin_2 {
    padding-left: 90px;
    padding-right: 90px;
    border-radius: 60px;
}

@media (max-width: 1600px) {
    .single-rt-banner.skin_2 {
        padding-left: 30px;
        padding-right: 30px;
    }
}

.single-rt-banner.skin_3 {
    padding-left: 90px;
    padding-right: 90px;
}

@media (max-width: 1600px) {
    .single-rt-banner.skin_3 {
        padding-left: 30px;
        padding-right: 30px;
    }
}

.single-rt-banner.skin_3 .rt-secondary {
    padding: 24px 63px;
    font-size: 18px;
    font-weight: 700;
}

@media (max-width: 767.98px) {
    .single-rt-banner.skin_3 .rt-secondary {
        padding: 10px 25px;
        font-size: 14px;
    }
}

.single-rt-banner.skin_4 {
    padding-top: 294px;
    padding-bottom: 320px;
}

@media (max-width: 1900px) {
    .single-rt-banner.skin_4 {
        padding-bottom: 180px;
    }
}

@media (max-width: 1199.98px) {
    .single-rt-banner.skin_4 {
        padding-bottom: 50px;
    }
}

@media (max-width: 991.98px) {
    .single-rt-banner.skin_4 {
        padding-top: 150px;
        padding-bottom: 0px;
    }
}

.single-rt-banner.skin_4 .scroll-down {
    padding-top: 215px;
}

@media (max-width: 991.98px) {
    .single-rt-banner.skin_4 .scroll-down {
        padding-top: 30px;
        padding-left: 13px;
    }
}

.single-rt-banner.skin_4 .scroll-down span.text-link {
    color: var(--main-dark);
    -webkit-transform: rotate(90deg) translateY(28px) translateX(-65px);
    transform: rotate(90deg) translateY(28px) translateX(-65px);
    display: block;
    font-size: 20px;
}

@media (max-width: 991.98px) {
    .single-rt-banner.skin_4 .scroll-down span.text-link {
        font-size: 16px;
        -webkit-transform: none;
        transform: none;
        display: inline-block;
        margin-right: 10px;
    }
}

.single-rt-banner.skin_4 .rt-banner-content {
    position: relative;
    z-index: 6;
}

@media (max-width: 767.98px) {
    .single-rt-banner.skin_4 .rt-banner-content p br {
        display: none;
    }
}

.single-rt-banner.skin_4 .rt-banner-content h1 {
    font-size: 150px;
    line-height: 164px;
    text-transform: capitalize;
    font-weight: 800;
    font-style: italic;
}

@media (max-width: 1600px) {
    .single-rt-banner.skin_4 .rt-banner-content h1 {
        font-size: 100px;
        line-height: 1.2;
    }
}

@media (max-width: 767.98px) {
    .single-rt-banner.skin_4 .rt-banner-content h1 {
        font-size: 36px;
        margin-bottom: 15px;
    }
}

.single-rt-banner.skin_4 .fst-product {
    position: absolute;
    right: 7.2%;
    top: 162px;
    z-index: 4;
    width: 551px;
    height: 667px;
}

@media (max-width: 1900px) {
    .single-rt-banner.skin_4 .fst-product {
        width: 450px;
        right: 5%;
        height: 560px;
    }
}

@media (max-width: 1600px) {
    .single-rt-banner.skin_4 .fst-product {
        height: 460px;
        width: 350px;
    }
}

@media (max-width: 1199.98px) {
    .single-rt-banner.skin_4 .fst-product {
        height: 400px;
        width: 300px;
    }
}

@media (max-width: 991.98px) {
    .single-rt-banner.skin_4 .fst-product {
        display: none;
    }
}

.single-rt-banner.skin_4 .sec-product {
    position: absolute;
    right: 31.2%;
    z-index: 4;
    top: 60px;
    width: 391px;
    height: 475px;
}

@media (max-width: 1900px) {
    .single-rt-banner.skin_4 .sec-product {
        width: 350px;
        height: 450px;
        top: -40px;
        right: 34%;
    }
}

@media (max-width: 1600px) {
    .single-rt-banner.skin_4 .sec-product {
        height: 400px;
        width: 300px;
        right: 38%;
    }
}

@media (max-width: 1199.98px) {
    .single-rt-banner.skin_4 .sec-product {
        width: 300px;
        height: 300px;
        top: -17px;
    }
}

@media (max-width: 991.98px) {
    .single-rt-banner.skin_4 .sec-product {
        display: none;
    }
}

.single-rt-banner.skin_4 .thrd-product {
    position: absolute;
    right: -30px;
    z-index: 4;
    top: 184px;
    width: 391px;
    height: 319px;
}

@media (max-width: 1900px) {
    .single-rt-banner.skin_4 .thrd-product {
        right: 0;
        top: 52px;
    }
}

@media (max-width: 1600px) {
    .single-rt-banner.skin_4 .thrd-product {
        right: 30px;
    }
}

@media (max-width: 1199.98px) {
    .single-rt-banner.skin_4 .thrd-product {
        width: 300px;
        height: 300px;
        top: -17px;
    }
}

@media (max-width: 991.98px) {
    .single-rt-banner.skin_4 .thrd-product {
        display: none;
    }
}

.single-rt-banner.skin_4 .bg-clr-elemnts {
    position: absolute;
    right: 17%;
    top: 90px;
    width: 605px;
    height: 832px;
    z-index: 1;
    background-color: #dbc9b5;
}

@media (max-width: 1600px) {
    .single-rt-banner.skin_4 .bg-clr-elemnts {
        right: 5%;
    }
}

@media (max-width: 1199.98px) {
    .single-rt-banner.skin_4 .bg-clr-elemnts {
        width: 505px;
        height: 700px;
    }
}

@media (max-width: 991.98px) {
    .single-rt-banner.skin_4 .bg-clr-elemnts {
        display: none;
    }
}

.single-rt-banner .banner-product-img {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media (max-width: 1600px) {
    .single-rt-banner .banner-product-img img {
        height: 450px;
    }
}

@media (max-width: 1199.98px) {
    .single-rt-banner .banner-product-img {
        right: -30px;
    }
    .single-rt-banner .banner-product-img img {
        height: 400px;
    }
}

@media (max-width: 991.98px) {
    .single-rt-banner .banner-product-img {
        display: none;
    }
}

.rt-slider-active .banner-product-img img {
    margin-left: auto;
}

.rt-banner-height {
    height: 820px;
}

@media (max-width: 767.98px) {
    .rt-banner-height {
        height: 550px;
    }
}

.rt-banner-height2 {
    height: 730px;
}

@media (max-width: 991.98px) {
    .rt-banner-height2 {
        height: 630px;
    }
}

.rt-banner-height3 {
    height: 864px;
}

@media (max-width: 991.98px) {
    .rt-banner-height3 {
        height: 630px;
    }
}

@media (max-width: 767.98px) {
    .rt-banner-height3 {
        height: 500px;
    }
}

.slide-bg-color-1 {
    background-color: #ffeaea;
}

.rt-slider-active .slick-dots {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: start;
}

.rt-slider-active .slick-next,
.rt-slider-active .slick-prev {
    position: absolute;
    right: 90px;
    bottom: 45px;
    text-align: center;
    color: var(--main-dark);
    z-index: 66;
    cursor: pointer;
    top: auto;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
}

@media (max-width: 1600px) {
    .rt-slider-active .slick-next,
    .rt-slider-active .slick-prev {
        right: 30px;
    }
}

@media (max-width: 767.98px) {
    .rt-slider-active .slick-next,
    .rt-slider-active .slick-prev {
        bottom: 55px;
    }
}

.rt-slider-active .slick-next::before,
.rt-slider-active .slick-prev::before {
    color: var(--main-dark);
    font-family: "icofont";
    opacity: 0.5;
    font-size: 25px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.rt-slider-active .slick-next:hover::before,
.rt-slider-active .slick-prev:hover::before {
    opacity: 1;
}

.rt-slider-active .slick-prev {
    left: auto;
    right: 150px;
}

@media (max-width: 1600px) {
    .rt-slider-active .slick-prev {
        right: 80px;
    }
}

.rt-slider-active .slick-prev::before {
    content: '<';
}

.rt-slider-active .slick-next::before {
    content: '>';
}

.rt-slider-active.dot_style_1 .slick-dots {
    padding-left: 90px;
    bottom: 40px;
}

@media (max-width: 1600px) {
    .rt-slider-active.dot_style_1 .slick-dots {
        padding-left: 30px;
    }
}

.rt-slider-active.dot_style_1 .slick-dots li {
    height: 33px;
    width: 33px;
    border-radius: 50%;
    border: 1px solid transparent;
    position: relative;
    z-index: 1;
    margin: 0;
    margin-right: 15px;
    -webkit-transition: all 0.24s ease-in-out;
    transition: all 0.24s ease-in-out;
}

.rt-slider-active.dot_style_1 .slick-dots li:last-child {
    margin-right: 0px;
}

.rt-slider-active.dot_style_1 .slick-dots li button {
    width: 5px;
    height: 5px;
    background: var(--main-dark);
    border-radius: 50%;
    position: absolute;
    left: 50%;
    padding: 0px;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.rt-slider-active.dot_style_1 .slick-dots li button:before {
    display: none !important;
}

.rt-slider-active.dot_style_1 .slick-dots li.slick-active {
    border: 1px solid var(--main-dark);
    -webkit-animation: zoomIn 400ms ease-in-out;
    animation: zoomIn 400ms ease-in-out;
}

.rt-slider-active.dot_style_2 .slick-dots {
    padding-left: 20px;
    bottom: 17px;
}

.rt-slider-active.dot_style_2 .slick-dots li {
    margin: 0;
    margin-right: 0px;
}

.rt-slider-active.dot_style_2 .slick-dots li:last-child {
    margin-right: 0px;
}

.rt-slider-active.dot_style_2 .slick-dots li button {
    width: 10px;
    height: 10px;
    background: rgba(255, 255, 255, 0.502);
    border-radius: 50%;
    position: absolute;
    left: 50%;
    padding: 0px;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.rt-slider-active.dot_style_2 .slick-dots li button:before {
    display: none !important;
}

.rt-slider-active.dot_style_2 .slick-dots li.slick-active button {
    background: white;
}

/*2.1 IconBox Css*/
.rt-single-icon-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
    position: relative;
    z-index: 1;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    -webkit-transition: all 0.24s ease-in-out;
    transition: all 0.24s ease-in-out;
    align-items: center;
}

.rt-single-icon-box .icon-thumb {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.rt-single-icon-box .icon-thumb img {
    -webkit-transition: all 0.24s ease-in-out;
    transition: all 0.24s ease-in-out;
}

.rt-single-icon-box .icon-thumb img {
    max-width: 280px;
    width: 100%;
}

.rt-single-icon-box.icon-center {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media (max-width: 767.98px) {
    .rt-single-icon-box.rt-xs-center {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.rt-single-icon-box .iconbox-content {
    width: 100%;
}

.rt-single-icon-box.plain-list-1 {
    background-color: transparent;
    border-bottom: 1px solid #f0f0f0;
}

.rt-single-icon-box.plain-list-1:last-child {
    border: none;
}

.rt-single-icon-box.rt-align-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.rt-single-icon-box.bg-transparent {
    background-color: transparent;
}

.rt-single-icon-box.shdoaw-style {
    -webkit-box-shadow: 3.069px 43.893px 79px 0px rgba(196, 197, 206, 0.15);
    box-shadow: 3.069px 43.893px 79px 0px rgba(196, 197, 206, 0.15);
    background-color: #fff;
}

.rt-single-icon-box:hover.shdoaw-style {
    -webkit-box-shadow: 3.069px 43.893px 79px 0px rgba(196, 197, 206, 0.25);
    box-shadow: 3.069px 43.893px 79px 0px rgba(196, 197, 206, 0.25);
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
}

/*2.3 portfolio Css*/
.filter-list {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

@media (max-width: 767.98px) {
    .filter-list.hide-on-mbl {
        display: none;
    }
}

.filter-list li {
    display: inline-block;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.nav_style_1 li {
    background-color: #f8f8f8;
    padding: 10px 40px;
    border-radius: 999px;
    color: var(--main-dark);
    text-transform: uppercase;
    font-size: 15px;
    margin-right: 5px;
    position: relative;
    z-index: 1;
    -webkit-transition: all 0.24s ease-in-out;
    transition: all 0.24s ease-in-out;
    cursor: pointer;
}

@media (max-width: 767.98px) {
    .nav_style_1 li {
        padding: 10px 24px;
        display: block;
        margin-left: 0;
        margin-right: 0;
    }
}

.nav_style_1 li.active, .nav_style_1 li:hover {
    background-color: transparent;
}

.nav_style_1 li.active:after, .nav_style_1 li:hover:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: var(--main);
    content: '';
    border-radius: 999px;
    -webkit-transition: all 0.24s ease-in-out;
    transition: all 0.24s ease-in-out;
    z-index: -1;
}

.nav_style_1 li:last-child {
    margin-right: 0px;
}

@media (max-width: 991.98px) {
    .nav_style_1 li {
        margin: 10px;
    }
}

@media (max-width: 767.98px) {
    .nav_style_1 li {
        margin: 5px;
    }
}

.nav_style_2 {
    background-color: #fbfbfb;
    height: 47px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 999px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media (max-width: 767.98px) {
    .nav_style_2 {
        height: auto;
        display: block;
        text-align: center;
        border-radius: 0px;
    }
}

.nav_style_2 li {
    position: relative;
    z-index: 1;
    background-color: rgba(240, 167, 54, 0);
    height: 47px;
    line-height: 47px;
    border-radius: 999px;
    display: inline-block;
    padding: 0 40px;
    cursor: pointer;
    font-size: 15px;
    text-transform: capitalize;
    font-weight: 500;
    color: var(--main-dark);
}

@media (max-width: 1199.98px) {
    .nav_style_2 li {
        padding: 0 20px;
    }
}

@media (max-width: 767.98px) {
    .nav_style_2 li {
        display: block;
        border-radius: 0px;
    }
}

.nav_style_2 li:before {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    content: "";
    height: 12px;
    width: 1px;
    background-color: var(--main-dark);
}

@media (max-width: 767.98px) {
    .nav_style_2 li:before {
        display: none;
    }
}

.nav_style_2 li:last-child:before {
    display: none;
}

.nav_style_2 li.active {
    background-color: var(--main);
}

.nav_style_2 li.active:before {
    display: none;
}

.nav_style_3 {
    text-align: right;
}

@media (max-width: 991.98px) {
    .nav_style_3 {
        text-align: left;
    }
}

.nav_style_3 li {
    background-color: transparent;
    padding: 8px 22px;
    border-radius: 999px;
    color: var(--main-dark);
    text-transform: uppercase;
    font-size: 14px;
    margin-right: 5px;
    border: 1px solid rgba(0, 0, 0, 0);
    position: relative;
    z-index: 1;
    -webkit-transition: all 0.24s ease-in-out;
    transition: all 0.24s ease-in-out;
    cursor: pointer;
}

@media (max-width: 1199.98px) {
    .nav_style_3 li {
        padding: 8px 10px;
    }
}

@media (max-width: 1199.98px) {
    .nav_style_3 li {
        padding: 8px 20px;
    }
}

.nav_style_3 li.active, .nav_style_3 li:hover {
    background-color: transparent;
    border-color: black;
}

.mobile-filter {
    display: none;
}

@media (max-width: 767.98px) {
    .mobile-filter {
        display: block;
    }
}

.mobile-filter .filter-click {
    display: block;
    width: 100%;
    background: var(--main);
    color: #fff;
    padding: 10px 20px;
    cursor: pointer;
    text-align: center;
}

.mobile-filter .filter-list {
    background: #fff;
    -webkit-box-shadow: 0 0 3px rgba(60, 72, 88, 0.15);
    box-shadow: 0 0 3px rgba(60, 72, 88, 0.15);
    display: none;
}

.mobile-filter .filter-list li {
    display: block;
    padding: 5px 0;
    text-transform: capitalize;
    cursor: pointer;
}

/*2.4 testimonials Css*/
.testimonails_active .slick-dots {
    bottom: -50px;
}

.testimonails_active .slick-dots li button::before {
    color: var(--main-dark);
    font-size: 20px;
    opacity: 0.14;
}

.testimonails_active .slick-dots li.slick-active button::before {
    opacity: 1;
}

.testimonails_active .slick-dots li {
    margin: 0;
}

.testimonails_active .slick-slide {
    margin: 0 15px;
}

.testimonails_active .slick-list {
    margin: 0 -15px;
}

.instrafeed_active .slick-slide {
    margin: 0 15px;
}

.instrafeed_active .slick-list {
    margin: 0 -15px;
}

.instrafeed_active .singlefeed {
    height: 264px;
    width: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.instrafeed_active .singlefeed.skin_2 .singlefeed {
    height: 200px;
    border-radius: 30px;
}

.instrafeed_active .singlefeed.skin_4 .singlefeed {
    height: 200px;
}

.single-testimonial-content {
    position: relative;
    z-index: 1;
}

.single-testimonial-content.skin_3 {
    border: 0.5px solid black;
    padding: 50px 44px;
}

@media (max-width: 767.98px) {
    .single-testimonial-content.skin_3 {
        padding: 30px;
    }
}

.single-testimonial-content.skin_3 span.qutue-img {
    position: absolute;
    right: 50px;
    bottom: 47px;
}

.testimonails_active .slick-next,
.testimonails_active .slick-prev {
    position: absolute;
    right: 0px;
    top: -100px;
    text-align: center;
    color: var(--main-dark);
    z-index: 66;
    cursor: pointer;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
    height: 55px;
    width: 55px;
    line-height: 55px;
    background-color: #f9f9f9;
    border-radius: 50%;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

@media (max-width: 767.98px) {
    .testimonails_active .slick-next,
    .testimonails_active .slick-prev {
        height: 40px;
        width: 40px;
        line-height: 40px;
        top: 50% !important;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        opacity: 0;
        filter: alpha(opacity=0);
        visibility: hidden;
    }
}

.testimonails_active .slick-next::before,
.testimonails_active .slick-prev::before {
    color: var(--main-dark);
    font-family: "icofont";
    opacity: 1;
    font-size: 26px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    line-height: 55px;
}

@media (max-width: 767.98px) {
    .testimonails_active .slick-next::before,
    .testimonails_active .slick-prev::before {
        line-height: 40px;
        font-size: 14px;
    }
}

.testimonails_active .slick-next:hover,
.testimonails_active .slick-prev:hover {
    background-color: var(--secondary);
}

.testimonails_active .slick-next:hover::before,
.testimonails_active .slick-prev:hover::before {
    opacity: 1;
    color: #fff;
}

.testimonails_active .slick-prev {
    left: auto;
    right: 90px;
}

@media (max-width: 767.98px) {
    .testimonails_active .slick-prev {
        right: auto;
        left: 0px;
    }
}

.testimonails_active .slick-prev::before {
    content: '\ea9d';
}

@media (max-width: 767.98px) {
    .testimonails_active .slick-next {
        right: 0px;
        left: auto;
    }
}

.testimonails_active .slick-next::before {
    content: '\eaa0';
}

@media (max-width: 767.98px) {
    .testimonails_active:hover .slick-next,
    .testimonails_active:hover .slick-prev {
        opacity: 1;
        filter: alpha(opacity=100);
        visibility: visible;
    }
}

.testimonails_active.skin_3 .slick-dots {
    display: none !important;
}

@media (max-width: 767.98px) {
    .testimonails_active.skin_3 .slick-dots {
        display: block !important;
    }
}

/*2.5 Callto Action Css*/
.subscribe-searh-form {
    position: relative;
    z-index: 1;
    background: #fff;
    -webkit-box-shadow: 0px 25px 62px 0px rgba(242, 242, 242, 0.35);
    box-shadow: 0px 25px 62px 0px rgba(242, 242, 242, 0.35);
    height: 64px;
    border-radius: 999px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 10px;
}

.subscribe-searh-form .form-control,
.subscribe-searh-form input[type="text"],
.subscribe-searh-form input[type="email"] {
    width: 100%;
    border: none;
    padding-left: 20px;
    padding-right: 20px;
}

.subscribe-searh-form .form-control:focus,
.subscribe-searh-form input[type="text"]:focus,
.subscribe-searh-form input[type="email"]:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.subscribe-searh-form .form-control::-webkit-input-placeholder,
.subscribe-searh-form input[type="text"]::-webkit-input-placeholder,
.subscribe-searh-form input[type="email"]::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.502);
}

.subscribe-searh-form .form-control:-ms-input-placeholder,
.subscribe-searh-form input[type="text"]:-ms-input-placeholder,
.subscribe-searh-form input[type="email"]:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.502);
}

.subscribe-searh-form .form-control::-ms-input-placeholder,
.subscribe-searh-form input[type="text"]::-ms-input-placeholder,
.subscribe-searh-form input[type="email"]::-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.502);
}

.subscribe-searh-form .form-control::placeholder,
.subscribe-searh-form input[type="text"]::placeholder,
.subscribe-searh-form input[type="email"]::placeholder {
    color: rgba(0, 0, 0, 0.502);
}

@media (max-width: 767.98px) {
    .subscribe-searh-form .form-control::-webkit-input-placeholder,
    .subscribe-searh-form input[type="text"]::-webkit-input-placeholder,
    .subscribe-searh-form input[type="email"]::-webkit-input-placeholder {
        font-size: 12px;
    }
    .subscribe-searh-form .form-control:-ms-input-placeholder,
    .subscribe-searh-form input[type="text"]:-ms-input-placeholder,
    .subscribe-searh-form input[type="email"]:-ms-input-placeholder {
        font-size: 12px;
    }
    .subscribe-searh-form .form-control::-ms-input-placeholder,
    .subscribe-searh-form input[type="text"]::-ms-input-placeholder,
    .subscribe-searh-form input[type="email"]::-ms-input-placeholder {
        font-size: 12px;
    }
    .subscribe-searh-form .form-control::placeholder,
    .subscribe-searh-form input[type="text"]::placeholder,
    .subscribe-searh-form input[type="email"]::placeholder {
        font-size: 12px;
    }
}

@media (max-width: 767.98px) {
    .subscribe-searh-form .form-control,
    .subscribe-searh-form input[type="text"],
    .subscribe-searh-form input[type="email"] {
        width: calc(100% - 90px);
    }
}

.subscribe-searh-form button {
    height: 47px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 12px;
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media (max-width: 767.98px) {
    .subscribe-searh-form button {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.calltoaction-box2 {
    position: relative;
    z-index: 1;
    padding-left: 170px;
    padding-right: 140px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}

@media (max-width: 1199.98px) {
    .calltoaction-box2 {
        padding-left: 120px;
        padding-right: 70px;
        background-size: cover;
    }
}

@media (max-width: 991.98px) {
    .calltoaction-box2 {
        padding-left: 30px;
        padding-right: 30px;
    }
}

.calltoaction-box2.border_cta {
    border: 0.5px solid var(--main-dark);
    padding-right: 60px;
}

.single-categorie-box .cat-tobtn {
    position: absolute;
    left: 55px;
    bottom: 80px;
}

@media (max-width: 1199.98px) {
    .single-categorie-box .cat-tobtn {
        left: 30px;
    }
}

@media (max-width: 767.98px) {
    .single-categorie-box .cat-tobtn {
        bottom: 20px;
    }
}

@media (max-width: 767.98px) {
    .single-categorie-box .rt-overlay-content.mbl_overlay {
        background-color: rgba(255, 255, 255, 0.8);
    }
}

.catagorgy_gallery-active .slick-next,
.catagorgy_gallery-active .slick-prev {
    position: absolute;
    left: 30px;
    top: 50% !important;
    -webkit-transform: translateY(-50%) !important;
    transform: translateY(-50%) !important;
    text-align: center;
    color: #fff;
    z-index: 66;
    cursor: pointer;
    top: auto;
    opacity: 1;
}

.catagorgy_gallery-active .slick-next::before,
.catagorgy_gallery-active .slick-prev::before {
    color: #fff;
    font-family: "icofont";
    opacity: 0.5;
    font-size: 25px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.catagorgy_gallery-active .slick-next:hover::before,
.catagorgy_gallery-active .slick-prev:hover::before {
    opacity: 1;
}

.catagorgy_gallery-active .slick-prev::before {
    content: '\ea9d';
}

.catagorgy_gallery-active .slick-next {
    left: auto;
    right: 30px;
}

.catagorgy_gallery-active .slick-next::before {
    content: '\eaa0';
}

.subscibeform2 {
    background-color: #fff;
    padding: 40px;
}

@media (max-width: 767.98px) {
    .subscibeform2 {
        background-color: rgba(245, 223, 193, 0.6);
    }
}

/*2.7 brands*/
.brands-active .slick-slide {
    margin: 0 15px;
}

.brands-active .slick-slide img {
    margin: 0 auto;
}

.brands-active .slick-list {
    margin: 0 -15px;
}

.brands-active2 .slick-slide img {
    margin: auto;
}

/*2.8 Shop*/
.rt-single-product {
    position: relative;
    z-index: 1;
    background-color: white;
}

.rt-single-product .product-thumb {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.rt-single-product .product-thumb img {
    width: 100%;
}

.rt-single-product .product-thumb .product-badge {
    position: absolute;
    left: 17px;
    top: 17px;
    padding: 4px 8px;
    border-radius: 0px;
}

.rt-single-product .product-thumb .badge {
    margin-bottom: 8px;
    display: block;
    font-weight: 500;
    border-radius: 0px;
    font-size: 14px;
}

.rt-single-product .product-thumb .badge.badge-p {
    color: #ffffff;
    background-color: var(--accent);
}

.rt-single-product .product-thumb .badge.badge-s {
    color: #ffffff;
    background-color: #109533;
}

.rt-single-product .product-thumb img {
    -webkit-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
}

.rt-single-product .product-thumb .product-hover2 {
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 15px;
    padding-left: 15px;
    padding-right: 15px;
}

.rt-single-product .product-thumb .product-hover2 a {
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: hidden;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.rt-single-product .product-thumb .product-hover2 .product-btn {
    display: inline-block;
    font-size: 15px;
    text-transform: uppercase;
    color: var(--main-dark);
    background-color: #fff;
    border-radius: 999px;
    padding: 10px 15px;
}

.rt-single-product .product-thumb .product-hover {
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
}

.rt-single-product .product-thumb .product-hover .buy-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.rt-single-product .product-thumb .product-hover .buy-links a {
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: hidden;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    display: inline-block;
    background: var(--main-dark);
    color: #fff;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 34px;
    line-height: 34px;
    text-align: center;
    margin-right: 2px;
}

.rt-single-product .product-thumb .product-hover .buy-links a:nth-child(2) {
    -webkit-box-flex: 2;
    -ms-flex: 2;
    flex: 2;
}

.rt-single-product .product-thumb .product-hover .buy-links a:last-child {
    margin-right: 0px;
}

.rt-single-product .product-footer {
    padding-top: 27px;
}

.rt-single-product .product-footer h4 {
    font-size: 15px;
    text-transform: capitalize;
}

.rt-single-product .product-footer h4 a {
    color: var(--main-dark);
}

.rt-single-product .product-footer span.price {
    color: var(--accent);
}

.rt-single-product .product-footer span.prev-price {
    color: #888888;
}

.rt-single-product .product-footer span.no-review {
    color: #e3e3e3;
}

.rt-single-product:hover .product-thumb img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.rt-single-product:hover .product-thumb .product-hover2 a {
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
}

.rt-single-product:hover .product-thumb .product-hover2 a:nth-child(2) {
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.15s;
}

.rt-single-product:hover .product-thumb .product-hover2 a:nth-child(3) {
    -webkit-transition-delay: 0.20s;
    transition-delay: 0.20s;
}

.rt-single-product:hover .product-thumb .product-hover .buy-links a {
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
}

.rt-single-product:hover .product-thumb .product-hover .buy-links a:nth-child(2) {
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.15s;
}

.rt-single-product:hover .product-thumb .product-hover .buy-links a:nth-child(3) {
    -webkit-transition-delay: 0.20s;
    transition-delay: 0.20s;
}

.tab-nav {
    margin-bottom: 30px;
    background-color: white;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(136, 136, 136, 0.1);
    box-shadow: 0px 0px 10px 0px rgba(136, 136, 136, 0.1);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 15px 30px;
}

.tab-nav .tab-navsitem ul li {
    display: block;
}

.tab-nav .tab-navsitem ul li a {
    font-size: 15px;
    color: var(--main-dark);
}

.tab-nav .tab-navsitem ul li a:hover {
    color: var(--main);
}

.product-thumbs .singlePThumbs img {
    border: 1px solid rgba(0, 0, 0, 0);
    height: 95px !important;
    width: 92px !important;
    margin-bottom: 10px;
    -webkit-transition: all 0.24s ease-in-out;
    transition: all 0.24s ease-in-out;
}

.product-thumbs .slick-current .singlePThumbs img {
    border-color: rgba(0, 0, 0, 0.2);
    height: 84px !important;
    width: 84px !important;
    padding: 10px;
}

.d_tabP {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media (max-width: 767.98px) {
    .d_tabP {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

.d_tabP li a {
    font-size: 24px;
    text-transform: capitalize;
    font-weight: 500;
    color: var(--main-dark);
    padding: 0px;
    position: relative;
    z-index: 1;
}

.d_tabP li a:after {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    content: "";
    background-color: var(--main-dark);
    bottom: -30px;
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: hidden;
}

.d_tabP li a.active:after {
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
    -webkit-animation: zoomIn 400ms ease-in-out;
    animation: zoomIn 400ms ease-in-out;
}

@media (max-width: 767.98px) {
    .d_tabP li a {
        font-size: 15px;
        padding: 10px 0;
    }
    .d_tabP li a:after {
        bottom: 0px;
    }
}

#myTabContent .tab-pane.active .rt-single-product {
    -webkit-animation: fade-in-bottom 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
    animation: fade-in-bottom 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

.table-1 {
    -webkit-box-shadow: 0px 0px 10px 0px rgba(136, 136, 136, 0.1);
    box-shadow: 0px 0px 10px 0px rgba(136, 136, 136, 0.1);
}

table,
thead,
tbody,
tr,
th,
td {
    border: 1px solid rgba(136, 136, 136, 0.1);
    text-align: center;
}

.table > thead > tr > th {
    border-bottom: 0px solid transparent;
}

.my-tab-1 th {
    padding: 27px !important;
    text-transform: capitalize;
    font-size: 16px;
    letter-spacing: 1px;
    font-weight: 500;
}

.table {
    margin-bottom: 0px;
}

.table > tbody > tr > td,
.table > tbody > tr > th {
    padding: 11px;
    vertical-align: middle;
}

.table > tfoot > tr > td,
.table > tfoot > tr > th {
    padding: 11px;
    vertical-align: middle;
}

.table > thead > tr > td,
.table > thead > tr > th {
    padding: 11px;
    vertical-align: middle;
}

.td-text h5 {
    font-weight: 400;
    font-size: 15px;
}

.icn i.fa {
    cursor: pointer;
    height: 30px;
    width: 30px;
    text-align: center;
    line-height: 27px;
    border: 1px solid rgba(136, 136, 136, 0.1);
    border-radius: 50%;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.icn i.fa:hover {
    color: #fff;
    background: var(--main);
    border: 1px solid var(--main);
}

.td-5 input {
    border: 1px solid rgba(136, 136, 136, 0.1);
    height: 40px;
    width: 50px;
    padding-left: 18px;
}

.td-5 input[type=number] {
    -moz-appearance: textfield;
}

.my-tab-2 th {
    text-align: left;
    text-transform: capitalize;
    font-weight: 500;
}

.td-img img {
    height: 70px;
    width: 70px;
}

.table > thead > tr > th {
    padding: 10px 0 !important;
    background-color: #3dcd74;
    color: #fff;
}

.product-tabs-dseign {
    background-color: white;
}

.product-tabs-dseign .tab-content {
    padding-top: 40px;
}

@media (max-width: 767.98px) {
    .product-tabs-dseign .tab-content {
        padding-top: 0px;
    }
}

.product-primary-color {
    color: var(--accent);
}

.del-product-color {
    color: #888888;
}

.no-review {
    color: #e3e3e3;
}

.product_display_colmn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.product_display_colmn .left-colmn {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 150px;
    flex: 0 0 150px;
    max-width: 116px;
}

@media (max-width: 767.98px) {
    .product_display_colmn .left-colmn {
        max-width: 100%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        margin-top: 30px;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
}

.product_display_colmn .left-colmn .elevatezoom-gallery {
    margin-bottom: 10px;
    display: block;
    text-align: center;
}

.product_display_colmn .left-colmn .elevatezoom-gallery.active img {
    display: block;
    padding: 10px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    margin: auto;
    -webkit-transition: all 0.34s ease-in-out;
    transition: all 0.34s ease-in-out;
}

.product_display_colmn .right-colmn {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 150px);
    flex: 0 0 calc(100% - 150px);
    max-width: calc(100% - 150px);
}

@media (max-width: 767.98px) {
    .product_display_colmn .right-colmn {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
    }
}

.zoomWindow {
    border: 1px solid rgba(0, 0, 0, 0.2) !important;
}

.shop-sidebarformbl {
    position: fixed;
    right: 30px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 40px;
    width: 40px;
    line-height: 40px;
    border: 1px solid var(--main-dark);
    border-radius: 50%;
    text-align: center;
    cursor: pointer;
    background-color: var(--main-dark);
    color: #fff;
    font-size: 18px;
    z-index: 999;
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: hidden;
}

@media (max-width: 767.98px) {
    .shop-sidebarformbl.active {
        opacity: 1;
        filter: alpha(opacity=100);
        visibility: visible;
    }
}

@media (max-width: 767.98px) {
    .woo-sidebar-group {
        display: none;
    }
}

.rt-shopsidebar-box {
    position: fixed;
    left: -320px;
    top: 0;
    background-color: #fff;
    width: 310px;
    z-index: -1;
    height: 100%;
    padding: 30px;
    -webkit-box-shadow: 0px 24px 35px 0px rgba(153, 153, 153, 0.15);
    box-shadow: 0px 24px 35px 0px rgba(153, 153, 153, 0.15);
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: hidden;
    padding-bottom: 50px;
}

.rt-shopsidebar-box.active {
    left: 0;
    z-index: 999;
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
}

.mini-gal-shop-2 {
    width: 78%;
}

@media (max-width: 1199.98px) {
    .mini-gal-shop-2 {
        width: 100%;
    }
}

.mini-gal-shop-2 .elevatezoom-gallery {
    display: inline-block;
    margin: 5px;
}

/*3.0 Menu Css*/
.main-menu ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
    text-align: center;
    margin-right: -17px;
}

.main-menu ul li {
    display: inline-block;
    position: relative;
}

.main-menu ul li.has-megamenu {
    position: static;
}

.main-menu ul a {
    color: var(--main-dark);
    display: block;
    font-size: 18px;
    font-family: "Poppins", sans-serif;
    padding: 0px 17px;
}

@media (max-width: 1199.98px) {
    .main-menu ul a {
        padding: 0 5px;
        font-weight: 500;
        -webkit-transition: all 200ms ease;
        transition: all 200ms ease;
    }
    .main-menu ul a:hover {
        text-decoration: none;
    }
}

.main-menu a:focus {
    outline: none;
    text-decoration: none;
}

.main-menu > ul > li > a {
    line-height: 122px;
}

@media (max-width: 991.98px) {
    .main-menu > ul > li > a {
        line-height: 1.9;
    }
}

.main-menu > ul > li.current-menu-item > a {
    color: var(--main-dark);
}

/*change hover color*/
.main-menu > ul > li:hover > a {
    color: var(--main);
}

/*li dot hover change*/
/*men item carve icon*/
.main-menu > ul > li.menu-item-has-children > a:after {
    /* content: "\ea99"; */
    margin-left: 10px;
    font-family: "icofont";
    font-size: 14px;
}

@media (min-width: 992px) {
    .main-menu > ul > li.menu-item-has-children > a:after {
        color: rgba(0, 0, 0, 0.6);
    }
}

@media (max-width: 991.98px) {
    .main-menu > ul > li.menu-item-has-children > a:after {
        margin-left: 0;
        position: absolute;
        right: 15px;
    }
}

.main-menu > ul > li.menu-item-has-children:hover > a:after {
    color: var(--main);
}

.main-menu > ul > li.menu-item-has-children.open > a:after {
    /* content: '\eab9'; */
}

/*sub menu*/
.main-menu > ul > li.menu-item-has-children > ul.sub-menu {
    position: absolute;
    left: 0;
    top: 120%;
    background: #fff;
    z-index: 999;
    color: #fff;
    text-align: left;
    border-radius: 6px;
    min-width: 200px;
    -webkit-transition: all 0.42s ease-in-out;
    transition: all 0.42s ease-in-out;
    padding: 15px 0px;
    -webkit-box-shadow: 0 0 3px rgba(60, 72, 88, 0.15);
    box-shadow: 0 0 3px rgba(60, 72, 88, 0.15);
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: hidden;
}

.main-menu > ul > li.menu-item-has-children:hover > ul.sub-menu {
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
    top: 100%;
}

.skin_4 .main-menu > ul > li.menu-item-has-children:hover > ul.sub-menu {
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
    top: 80%;
}

.main-menu > ul > li.menu-item-has-children:hover > .rt-mega-menu {
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
    top: 100%;
}

.skin_4 .main-menu > ul > li.menu-item-has-children:hover > .rt-mega-menu {
    top: 80%;
}

.main-menu > ul > li.menu-item-has-children > ul.sub-menu > li,
.main-menu ul ul li {
    display: block;
}

.main-menu > ul > li.menu-item-has-children > ul.sub-menu > li > a,
.main-menu ul ul li a {
    display: block;
    padding: 5px 15px;
    border-bottom: 1px solid rgba(204, 204, 204, 0);
    text-transform: capitalize;
    color: var(--main-dark);
    font-weight: 500;
    position: relative;
    z-index: 1;
    font-size: 18px;
}

.main-menu > ul > li.menu-item-has-children > ul.sub-menu > li:last-child > a,
.main-menu ul ul li:last-child > a {
    border-bottom: 1px solid transparent !important;
}

.main-menu > ul > li.menu-item-has-children > ul.sub-menu > li:hover > a,
.main-menu ul ul > li:hover > a {
    padding-left: 23px;
    color: var(--main);
    background: #fff;
}

/*// drop menu cart*/
.main-menu ul ul li.menu-item-has-children > a:after {
    content: "\eab8";
    position: absolute;
    font-family: "icofont";
    right: 10px;
}

@media (max-width: 991.98px) {
    .main-menu ul ul li.menu-item-has-children > a:after {
        content: '\eab2';
        right: 15px;
    }
}

.main-menu ul ul li.menu-item-has-children.open > a:after {
    content: "\eab9";
}

.main-menu ul ul {
    position: absolute;
    left: 230px;
    top: 0px;
    background: #fff;
    border: none;
    border-radius: 6px;
    z-index: 999;
    text-align: left;
    min-width: 200px;
    -webkit-transition: all 0.42s ease-in-out;
    transition: all 0.42s ease-in-out;
    padding: 15px 0px;
    -webkit-box-shadow: 0 0 3px rgba(60, 72, 88, 0.15);
    box-shadow: 0 0 3px rgba(60, 72, 88, 0.15);
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: hidden;
}

.main-menu > ul > li.menu-item-has-children > ul.sub-menu > li.menu-item-has-children:hover > ul.sub-menu,
.main-menu > ul > li.menu-item-has-children > ul.sub-menu > li.menu-item-has-children > ul.sub-menu > li.menu-item-has-children:hover > ul.sub-menu {
    left: 215px;
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
}

.mobile-menu {
    display: none;
}

.menu-click {
    margin-left: 15px;
    cursor: pointer;
}

.menu-click i {
    font-size: 23px;
    color: var(--main-dark);
}

.menu-icon, .menu-icon2 {
    cursor: pointer;
    margin-left: 15px;
    position: relative;
    height: 21px;
}

.menu-icon span, .menu-icon2 span {
    display: block;
    background: var(--main-dark);
    height: 1px;
    width: 20px;
    margin-bottom: 5px;
    -webkit-transition: all 0.24s ease-in-out;
    transition: all 0.24s ease-in-out;
}

.menu-icon span:first-child, .menu-icon2 span:first-child {
    margin-top: 10px;
}

.menu-icon span:last-child, .menu-icon2 span:last-child {
    margin-bottom: 0px;
}

.menu-icon span:nth-child(2), .menu-icon2 span:nth-child(2) {
    width: 15px;
}

.menu-icon span:nth-child(3), .menu-icon2 span:nth-child(3) {
    width: 20px;
}

.mblnav-close, .rt-shopsidebar-box .sidebarbox-close, .rt-mobile-menu-close, .rt-sidnav .sidenav-close {
    position: absolute;
    right: 30px;
    top: 30px;
    height: 35px;
    width: 35px;
    line-height: 35px;
    border-radius: 50%;
    text-align: center;
    background: var(--secondary);
    cursor: pointer;
    color: #fff;
}

.mobile-menu {
    display: none;
}

.main {
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    position: relative;
    /* overflow: hidden; */
}

.main.open-menu {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: scale(0.8) translateX(-32vw) translateZ(0) !important;
    transform: scale(0.8) translateX(-32vw) translateZ(0) !important;
}

@media only screen and (max-width: 990px) {
    .main.open-menu {
        -webkit-transform: scale(0.8) translateX(-420px) translateZ(0) !important;
        transform: scale(0.8) translateX(-420px) translateZ(0) !important;
    }
}

@media only screen and (max-width: 479px) {
    .main.open-menu {
        -webkit-transform: scale(0.8) translateX(calc(-100vw + 20px)) translateZ(0) !important;
        transform: scale(0.8) translateX(calc(-100vw + 20px)) translateZ(0) !important;
    }
}

@media only screen and (max-width: 410px) {
    .main.open-menu {
        -webkit-transform: scale(0.8) translateX(calc(-100vw + 5px)) translateZ(0) !important;
        transform: scale(0.8) translateX(calc(-100vw + 5px)) translateZ(0) !important;
    }
}

.main.open-menu-height {
    height: 100vh;
}

.offcanvas-brand-menu img {
    height: 40px;
}

.rt-mobile-menu-overlay {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: hidden;
    -webkit-transition: all 0.24s ease-in-out;
    transition: all 0.24s ease-in-out;
}

.rt-mobile-menu-overlay.active {
    z-index: 7;
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
}

.rt-mobile-menu-close {
    display: none;
    height: 30px;
    width: 30px;
    line-height: 30px;
    right: 5px;
    font-size: 12px;
}

@media (max-width: 991.98px) {
    .rt-mobile-menu-close {
        display: block;
    }
}

@media (min-width: 992px) {
    .white-menu .main-menu > ul > li > a {
        color: #fff;
    }
    .white-menu .main-menu > ul > li > a:hover {
        color: var(--main);
    }
    .white-menu .main-menu > ul > li.current-menu-item > a {
        color: #fff;
    }
    .white-menu .main-menu > ul > li.current-menu-item > a:hover {
        color: var(--main);
    }
    .home-one .main-menu ul ul > li:hover > a,
    .home-one .main-menu > ul > li.menu-item-has-children > ul.sub-menu > li:hover > a {
        background: var(--main);
    }
    .home-two .main-menu > ul > li > a:hover {
        color: var(--secondary);
    }
    .home-two .main-menu > ul > li.current-menu-item > a {
        color: #fff;
    }
    .home-two .main-menu > ul > li.current-menu-item > a:hover {
        color: var(--secondary);
    }
    .home-two .main-menu ul ul > li:hover > a,
    .home-two .main-menu > ul > li.menu-item-has-children > ul.sub-menu > li:hover > a {
        background: var(--secondary);
    }
}

.rt-mega-menu {
    position: absolute;
    top: 120%;
    left: 0%;
    padding: 15px 8px;
    -webkit-box-shadow: 0 0 3px rgba(60, 72, 88, 0.15);
    box-shadow: 0 0 3px rgba(60, 72, 88, 0.15);
    border-radius: 6px;
    background: #fff;
    z-index: 999;
    text-align: left;
    width: 60%;
    margin: auto;
    right: 0;
    -webkit-transition: all 0.42s ease-in-out;
    transition: all 0.42s ease-in-out;
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: hidden;
}

@media (max-width: 1600px) {
    .rt-mega-menu {
        width: 75%;
    }
}

@media (max-width: 1199.98px) {
    .rt-mega-menu {
        width: 80%;
    }
}

@media (max-width: 991.98px) {
    .rt-mega-menu {
        width: 100%;
    }
}

.rt-mega-menu .rt-container {
    max-width: 100%;
}

.rt-mega-menu .single-categorie-box {
    padding: 0px !important;
    max-height: 175px;
    border-radius: 5px;
}

.rt-mega-menu .row {
    width: 100%;
}

.rt-mega-menu h4 {
    font-size: 18px;
    font-weight: 500;
    margin: 0 0 10px;
    padding-left: 17px;
    text-transform: capitalize;
}

@media (max-width: 991.98px) {
    .rt-mega-menu h4 {
        margin: 15px 0 15px;
        font-size: 16px;
    }
}

.rt-mega-menu a {
    display: block;
    font-size: 15px !important;
    margin: 0 0 5px;
}

.rt-mega-menu a img {
    display: block;
    margin: 0 auto;
}

@media (max-width: 991.98px) {
    .rt-mega-menu a img {
        margin-top: 15px;
    }
}

.rt-mega-menu a:hover {
    color: var(--main);
}

.rt-mega-menu a span {
    text-transform: capitalize;
    display: block;
    text-align: center;
    margin: 10px 0 0;
}

.offcanvas-menu .rt-mega-menu {
    display: none;
    width: 100% !important;
    -webkit-transition: none;
    transition: none;
    position: static;
    background: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-left: 0px;
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
    padding-top: 0px;
    padding-bottom: 0px;
}

.offcanvas-menu .rt-mega-menu:before {
    display: none;
}

.offcanvas-menu .rt-mega-menu h4 {
    margin: 20px 0 10px;
    padding-left: 0px;
}

.offcanvas-menu .rt-mega-menu a {
    color: var(--main-dark);
}

.offcanvas-menu .rt-mega-menu a:hover {
    color: var(--main);
}

.offcanvas-menu .rt-mega-menu a span {
    margin-bottom: 10px;
}

.rt-one-page-menu ul > li.nav-item > a.nav-link {
    font-size: 16px;
    color: #ffffff;
    margin-left: 15px;
    margin-right: 15px;
    padding: 0px;
    position: relative;
    text-transform: capitalize;
    -webkit-transition: all 0.24s ease-in-out;
    transition: all 0.24s ease-in-out;
    font-family: "Work Sans", sans-serif;
    font-weight: 600;
}

.rt-one-page-menu ul > li.nav-item > a.nav-link:focus {
    outline: none;
}

.rt-one-page-menu .dropdown-menu {
    background: #ffffff;
    -webkit-transform: translate3d(0, 15px, 0);
    transform: translate3d(0, 15px, 0);
    display: block;
    margin-top: 0px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.15s;
    transition: all 0.15s;
    border: none !important;
    outline: none;
    -webkit-box-shadow: 0 10px 10px 0 rgba(145, 145, 145, 0.2);
    box-shadow: 0 10px 10px 0 rgba(145, 145, 145, 0.2);
    padding: 0px;
    border-radius: 5px;
    min-width: 200px;
}

.rt-one-page-menu .dropdown:hover .dropdown-menu, .rt-one-page-menu.dropdown.show .dropdown-menu {
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.rt-one-page-menu .dropdown-toggle:after {
    border: none;
}

.dropdown-item {
    -webkit-transition: all 0.24s ease-in-out;
    transition: all 0.24s ease-in-out;
    text-transform: capitalize;
    padding: 8px 20px;
    font-size: 13px !important;
    font-weight: 500;
}

.dropdown-item:hover {
    background: #fff;
    padding-left: 25px !important;
}

.dropdown-menu {
    width: 120px;
}

.navbar-toggler-icon {
    display: block;
    width: 35px;
    height: 2px;
    background: #31348c;
    margin-bottom: 6px;
    -webkit-transition: all 0.2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
    transition: all 0.2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

.navbar-toggler-icon:nth-child(2) {
    width: 20px;
}

.home-two .navbar-toggler-icon {
    background: #fff;
}

.navbar-toggler:hover .navbar-toggler-icon:nth-child(2) {
    margin-left: 8px;
}

.navbar-toggler:focus {
    outline: none;
}

.navbar-toggler.cg .navbar-toggler-icon:nth-child(1) {
    -webkit-transform: rotate(45deg) translateX(6px);
    transform: rotate(45deg) translateX(6px);
}

.navbar-toggler.cg .navbar-toggler-icon:nth-child(2) {
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: hidden;
    margin-left: -20px;
}

.navbar-toggler.cg .navbar-toggler-icon:nth-child(3) {
    -webkit-transform: rotate(-45deg) translate(10px, -4px);
    transform: rotate(-45deg) translate(10px, -4px);
    width: 35px;
}

.rt-site-header.rt-sticky-active .navbar-toggler-icon {
    background: #fff;
}

.site-header.rt-sticky-active .rt-one-page-menu.homepage2.whitenav ul > li.nav-item > a.nav-link {
    color: #8b8b8b;
}

.rt-one-page-menu ul > li.dropdown:after {
    position: absolute;
    right: -3px;
    content: "\ea99";
    font-family: "icofont";
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #fff;
}

.site-header.rt-sticky-active .rt-one-page-menu ul > li.dropdown:after {
    right: -6px;
}

span.menu-title {
    display: block;
    color: #292d46;
    text-transform: capitalize;
    padding: 5px 0;
    border-bottom: 1px dashed #666;
    padding-left: 15px;
    font-size: 16px;
    font-weight: 500;
}

.rt-nav-dark.rt-one-page-menu ul > li.nav-item > a.nav-link {
    color: #3d404d;
}

.rt-nav-dark.rt-one-page-menu ul > li.nav-item > a.nav-link:hover {
    color: var(--secondary);
}

.rt-nav-dark.rt-one-page-menu ul > li.dropdown:after {
    color: #3d404d;
}

.rt-nav-dark.rt-one-page-menu ul > li.dropdown:hover:after {
    color: var(--secondary);
}

.rt-nav-dark.rt-one-page-menu .dropdown-item:hover {
    background: var(--secondary);
}

@media (max-width: 991.98px) {
    .home-two .navbar-nav {
        background: var(--secondary);
    }
}

@media (max-width: 991.98px) {
    .navbar-nav {
        background: #31348c;
        padding: 15px;
        border-radius: 3px 3px 0px 0px;
    }
    .navbar-nav {
        margin-top: 30px;
    }
    .rt-one-page-menu .dropdown-menu {
        height: 0px;
    }
    .rt-one-page-menu ul > li.dropdown:hover > .dropdown-menu {
        height: auto;
    }
    .rt-one-page-menu ul > li.nav-item > a.nav-link {
        padding: 2px 0;
        font-size: 14px;
    }
    .rt-one-page-menu ul > li.nav-item > a.nav-link:after {
        display: none;
    }
    .homepage2 .navbar-nav {
        background-image: -webkit-gradient(linear, right top, left top, from(#27c2fd), to(#7f46ff));
        background-image: linear-gradient(-90deg, #27c2fd 0%, #7f46ff 100%);
    }
    .rt-one-page-menu ul > li.dropdown:after {
        display: none;
    }
}

@media (max-width: 991.98px) {
    .rt-nav-dark.rt-one-page-menu ul > li.nav-item > a.nav-link {
        color: #fff;
    }
    .rt-nav-dark.rt-one-page-menu ul > li.nav-item > a.nav-link:hover {
        color: #fff;
    }
    .rt-nav-dark.rt-one-page-menu .navbar-nav, .rt-nav-dark.rt-one-page-menu .navbar-toggler-icon {
        background: var(--secondary);
    }
}

@media (max-width: 991.98px) {
    .main-menu > ul > li:hover:before,
    .main-menu > ul > li:hover:after,
    .main-menu > ul > li.current-menu-item:before,
    .main-menu > ul > li.current-menu-item:after {
        opacity: 0;
        filter: alpha(opacity=0);
        visibility: hidden;
    }
    .main-menu ul {
        text-align: left;
        margin: 0px !important;
    }
    .main-menu ul li {
        display: block;
    }
    .main-menu ul li a {
        padding: 8px 20px !important;
        font-size: 16px;
    }
    .main-menu ul > li:hover > a {
        background: #fff;
        color: var(--main) !important;
    }
    .main-menu > ul > li.menu-item-has-children > ul.sub-menu,
    .main-menu > ul > li.menu-item-has-children > .rt-mega-menu {
        display: none;
        -webkit-transition: none;
        transition: none;
        position: static;
        background: #fff;
        -webkit-box-shadow: none;
        box-shadow: none;
        opacity: 1;
        filter: alpha(opacity=100);
        visibility: visible;
        border-top: 3px solid transparent;
        padding-top: 0px;
        padding-bottom: 0px;
    }
    .main-menu > ul > li.menu-item-has-children > ul.sub-menu > li:hover > a,
    .main-menu ul ul > li:hover > a {
        color: var(--main) !important;
    }
    .main-menu ul ul {
        display: none;
        -webkit-transition: none;
        transition: none;
        position: static;
        background: transparent;
        -webkit-box-shadow: none;
        box-shadow: none;
        opacity: 1;
        filter: alpha(opacity=100);
        visibility: visible;
        margin: 0px;
        background: #fff;
        border: none;
        padding-top: 0px;
        padding-bottom: 0px;
    }
    .main-menu > ul > li.menu-item-has-children > ul.sub-menu > li > a,
    .main-menu ul ul li a {
        display: block;
        color: var(--main-dark);
        text-transform: capitalize;
        font-size: 14px !important;
    }
    .main-menu > ul > li.menu-item-has-children > ul.sub-menu > li > a {
        padding: 8px 25px !important;
    }
    .main-menu ul ul li a {
        padding: 8px 35px !important;
    }
    .main-menu > ul > li.menu-item-has-children > ul.sub-menu > li:hover > a,
    .main-menu ul ul > li:hover > a {
        background: #fff;
    }
    .main-menu > ul > li.menu-item-has-children > ul.sub-menu > li:hover > a {
        padding-left: 25px !important;
    }
    .main-menu ul ul > li:hover > a {
        padding-left: 35px !important;
    }
    .main-menu {
        overflow-x: hidden;
    }
    .main-menu {
        position: fixed;
        left: -320px;
        top: 0;
        width: 320px;
        background-color: #fff;
        height: 100vh;
        padding-top: 70px;
        padding-bottom: 35px;
        overflow-x: hidden;
        overflow-y: auto;
        z-index: 999;
        -webkit-transition: all 0.2s ease;
        transition: all 0.2s ease;
        opacity: 0;
        filter: alpha(opacity=0);
        visibility: hidden;
    }
    .main-menu.active-mobile-menu {
        left: 0px;
        opacity: 1;
        filter: alpha(opacity=100);
        visibility: visible;
    }
    .mobile-menu {
        display: block;
        text-align: center;
    }
    .main-menu ul.show > li > a {
        color: var(--main-dark);
    }
    .main-menu ul li a {
        border-bottom: 1px solid rgba(204, 204, 204, 0.5);
    }
    .main-menu ul li:last-child a {
        border-bottom: 1px solid rgba(204, 204, 204, 0.5);
    }
    .main-menu > ul > li.menu-item-has-children > ul.sub-menu > li > a,
    .main-menu ul ul li a,
    .main-menu > ul > li.menu-item-has-children > ul.sub-menu > li:last-child > a,
    .main-menu ul ul li:last-child > a {
        border-bottom: 1px solid rgba(204, 204, 204, 0.5) !important;
    }
    .main-menu > ul > li.menu-item-has-children > ul.sub-menu > li > a,
    .main-menu ul ul li a {
        font-size: 14px;
    }
}

.rt-hidden-search {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.79);
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: hidden;
}

.rt-hidden-search .rt-search-close {
    position: absolute;
    right: 30px;
    top: 30px;
    color: #fff;
    font-size: 20px;
    cursor: pointer;
}

.rt-hidden-search.rt-search-active {
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
}

.search-height {
    height: 100vh;
}

.rt-hidden-search .rt-overlay-search {
    position: relative;
    z-index: 1;
}

.rt-hidden-search .rt-overlay-search input[type="text"],
.rt-hidden-search .rt-overlay-search input[type="search"],
.rt-hidden-search .rt-overlay-search .form-control {
    background-color: transparent;
    border-color: #fff;
    display: block;
    width: 100%;
    height: 70px;
    border-radius: 999px;
    padding: 0 30px;
    border-width: 2px;
    color: #fff;
    font-size: 16px;
    position: relative;
    z-index: 1;
}

.rt-hidden-search .rt-overlay-search input[type="text"]::-webkit-input-placeholder,
.rt-hidden-search .rt-overlay-search input[type="search"]::-webkit-input-placeholder,
.rt-hidden-search .rt-overlay-search .form-control::-webkit-input-placeholder {
    font-size: 16px;
    color: #fff;
}

.rt-hidden-search .rt-overlay-search input[type="text"]:-ms-input-placeholder,
.rt-hidden-search .rt-overlay-search input[type="search"]:-ms-input-placeholder,
.rt-hidden-search .rt-overlay-search .form-control:-ms-input-placeholder {
    font-size: 16px;
    color: #fff;
}

.rt-hidden-search .rt-overlay-search input[type="text"]::-ms-input-placeholder,
.rt-hidden-search .rt-overlay-search input[type="search"]::-ms-input-placeholder,
.rt-hidden-search .rt-overlay-search .form-control::-ms-input-placeholder {
    font-size: 16px;
    color: #fff;
}

.rt-hidden-search .rt-overlay-search input[type="text"]::placeholder,
.rt-hidden-search .rt-overlay-search input[type="search"]::placeholder,
.rt-hidden-search .rt-overlay-search .form-control::placeholder {
    font-size: 16px;
    color: #fff;
}

.rt-hidden-search .rt-overlay-search input[type="text"]:focus,
.rt-hidden-search .rt-overlay-search input[type="search"]:focus,
.rt-hidden-search .rt-overlay-search .form-control:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: var(--main) !important;
}

.rt-hidden-search .rt-overlay-search button {
    position: absolute;
    right: 50px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background: transparent;
    border: none;
    color: #fff;
    z-index: 3;
}

.rt-hidden-search .rt-overlay-search button:hover {
    color: var(--main);
}

.nav-inline-search {
    position: relative;
    z-index: 1;
    max-width: 218px;
}

.nav-inline-search input {
    width: 100%;
    border: 1px solid transparent;
    border-bottom: 1px solid #dcdcdc;
    padding-left: 45px;
    height: 46px;
}

.nav-inline-search input::-webkit-input-placeholder {
    font-size: 15px;
    color: rgba(0, 0, 0, 0.502);
}

.nav-inline-search input:-ms-input-placeholder {
    font-size: 15px;
    color: rgba(0, 0, 0, 0.502);
}

.nav-inline-search input::-ms-input-placeholder {
    font-size: 15px;
    color: rgba(0, 0, 0, 0.502);
}

.nav-inline-search input::placeholder {
    font-size: 15px;
    color: rgba(0, 0, 0, 0.502);
}

.nav-inline-search input:focus {
    border-bottom-color: var(--main);
    outline: none;
}

.nav-inline-search button {
    position: absolute;
    left: 0px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background: transparent;
    border: none;
}

.nav-inline-search button:hover, .nav-inline-search button:focus {
    color: var(--main);
}

.nav-inline-search2 {
    position: relative;
    z-index: 1;
}

.nav-inline-search2 input {
    border: none;
    background-color: #fbfbfb;
    border-radius: 999px;
    height: 53px;
    padding-left: 20px;
    width: 277px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.nav-inline-search2 input:focus {
    width: 350px;
}

.nav-inline-search2 button {
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background: transparent;
    border: none;
}

.nav-inline-search2 button:hover, .nav-inline-search2 button:focus {
    color: var(--main);
}

.search-items {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: none;
    position: relative;
    z-index: 1;
}

@media (max-width: 767.98px) {
    .search-items {
        position: absolute;
        left: 0;
        width: 100%;
        background-color: #fff;
        padding: 30px;
        top: 100%;
        z-index: 878;
    }
}

.search-items input[type="text"],
.search-items .form-control {
    position: relative;
    z-index: 1;
    display: block;
    width: 100%;
    border-radius: 999px;
    min-height: 43px;
    padding-left: 20px;
    -webkit-transition: all 0.24s ease-in-out;
    transition: all 0.24s ease-in-out;
    border: 1px solid rgba(0, 0, 0, 0.2);
    background-color: transparent;
}

.search-items input[type="text"]::-webkit-input-placeholder,
.search-items .form-control::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.6);
    text-transform: capitalize;
}

.search-items input[type="text"]:-ms-input-placeholder,
.search-items .form-control:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.6);
    text-transform: capitalize;
}

.search-items input[type="text"]::-ms-input-placeholder,
.search-items .form-control::-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.6);
    text-transform: capitalize;
}

.search-items input[type="text"]::placeholder,
.search-items .form-control::placeholder {
    color: rgba(0, 0, 0, 0.6);
    text-transform: capitalize;
}

.search-items input[type="text"]:focus, .search-items input[type="text"]:hover,
.search-items .form-control:focus,
.search-items .form-control:hover {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: var(--main);
}

.search-items button {
    position: absolute;
    right: 15px;
    top: 50%;
    z-index: 2;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background: transparent;
    border: none;
    cursor: pointer;
    color: rgba(0, 0, 0, 0.2);
}

@media (max-width: 767.98px) {
    .search-items button {
        right: 45px;
    }
}

.search-items button:hover {
    color: var(--main);
}

.open-offcanvasmenu {
    cursor: pointer;
}

.open-offcanvasmenu span {
    display: block;
    background: #999;
    width: 30px;
    margin-bottom: 5px;
    height: 2px;
    -webkit-transition: all 0.12s ease-in-out;
    transition: all 0.12s ease-in-out;
}

.open-offcanvasmenu:hover span {
    background: var(--main);
}

.open-offcanvasmenu:hover span:nth-child(1) {
    margin-bottom: 8px;
}

.open-offcanvasmenu:hover span:nth-child(2) {
    position: relative;
    width: 20px;
    margin-left: 5px;
}

.open-offcanvasmenu:hover span:nth-child(3) {
    margin-top: 8px;
}

.rt-sidnav {
    position: fixed;
    right: -385px;
    top: 0;
    background-color: #fff;
    width: 385px;
    z-index: -1;
    height: 100%;
    padding: 30px;
    -webkit-box-shadow: 0px 24px 35px 0px rgba(153, 153, 153, 0.15);
    box-shadow: 0px 24px 35px 0px rgba(153, 153, 153, 0.15);
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: hidden;
}

.rt-sidnav.active {
    right: 0;
    z-index: 999;
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
}

@media (max-width: 767.98px) {
    .rt-sidnav {
        width: 320px;
    }
}

.rt-sidnav .brand-logo {
    width: 100%;
    max-width: 100px;
}

.page-content {
    position: relative;
    left: 0;
    -webkit-perspective: 1000px;
    perspective: 1000px;
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
    height: 100%;
}

.rt-overlay {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: rgba(0, 0, 0, 0.6);
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: hidden;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.rt-overlay.active {
    z-index: 99;
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
}

.fixed-social {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 0px;
    z-index: 67;
    margin-top: 50px;
    padding-bottom: 30px;
    width: 100%;
}

.rt-gloabl-mobile-nav {
    position: fixed;
    right: 0;
    top: 0;
    background-color: #fff;
    width: 35vw;
    z-index: -1;
    height: 100%;
    padding: 30px;
    -webkit-box-shadow: 0px 24px 35px 0px rgba(153, 153, 153, 0.15);
    box-shadow: 0px 24px 35px 0px rgba(153, 153, 153, 0.15);
    -webkit-transition: all 0.7s cubic-bezier(0.2, 1, 0.3, 1);
    transition: all 0.7s cubic-bezier(0.2, 1, 0.3, 1);
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: hidden;
}

.rt-gloabl-mobile-nav.active-mobile-menu {
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
    z-index: 99;
}

@media only screen and (max-width: 990px) {
    .rt-gloabl-mobile-nav {
        width: 420px;
    }
}

@media only screen and (max-width: 640px) {
    .rt-gloabl-mobile-nav {
        width: 400px;
    }
}

@media only screen and (max-width: 479px) {
    .rt-gloabl-mobile-nav {
        width: calc(100vw - 60px);
    }
}

@media only screen and (max-width: 410px) {
    .rt-gloabl-mobile-nav {
        width: calc(100vw - 35px);
    }
}

.offcanvas-menu {
    height: calc(100% - 240px);
}

.offcanvas-menu ul {
    margin: 0;
    padding: 0;
    padding-right: 15px;
    list-style: none;
}

.offcanvas-menu ul > li {
    display: block;
    position: relative;
    z-index: 1;
}

.offcanvas-menu ul > li > a {
    display: block;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    color: var(--main-dark);
    border-bottom: 1px solid rgba(238, 238, 238, 0.5);
    padding: 15px 0;
}

.offcanvas-menu ul > li:hover > a {
    color: var(--main);
}

.offcanvas-menu ul > li:last-child > a {
    border-bottom: none;
    padding-bottom: 0px;
}

.offcanvas-menu ul > li.menu-item-has-children ul.sub-menu {
    margin: 0;
    padding: 0;
    list-style: none;
    padding-left: 25px;
    display: none;
}

.offcanvas-menu ul ul ul {
    margin: 0;
    padding: 0;
    list-style: none;
    padding-left: 25px;
    display: none;
}

.offcanvas-menu ul ul ul li {
    display: block;
}

.offcanvas-menu ul ul ul li a {
    font-size: 14px;
    font-weight: 400;
    color: var(--main-dark);
    text-transform: uppercase;
    padding: 15px 0;
    display: block;
}

.offcanvas-menu ul ul ul li:hover a {
    color: var(--main);
}

.offcanvas-menu ul ul ul li:last-child a {
    padding-bottom: 0px;
}

.offcanvas-menu ul > li.menu-item-has-children ul.sub-menu li {
    display: block;
}

.offcanvas-menu ul > li.menu-item-has-children ul.sub-menu li a {
    font-size: 14px;
    font-weight: 400;
    color: var(--main-dark);
    text-transform: uppercase;
    padding: 15px 0;
    display: block;
}

.offcanvas-menu ul > li.menu-item-has-children ul.sub-menu li:hover a {
    color: var(--main);
}

.offcanvas-menu ul > li.menu-item-has-children ul.sub-menu li:last-child a {
    padding-bottom: 0px;
}

/* .offcanvas-menu ul > li.menu-item-has-children > a:after {
    position: absolute;
    right: 0px;
    content: '\eab2';
    font-family: 'icofont';
    color: var(--main-dark);
    font-size: 16px;
  } */

.offcanvas-menu ul > li.menu-item-has-children:hover > a:after {
    color: var(--main);
}

.offcanvas-menu ul > li.menu-item-has-children.open > a:after {
    content: '\eab9';
}

.rt-cart-box {
    position: fixed;
    right: 0;
    top: 0;
    background-color: #fff;
    width: 385px;
    z-index: 999;
    height: 100%;
    padding: 40px;
    -webkit-box-shadow: 0px 24px 35px 0px rgba(153, 153, 153, 0.15);
    box-shadow: 0px 24px 35px 0px rgba(153, 153, 153, 0.15);
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    -webkit-transform: translateX(385px);
    transform: translateX(385px);
}

@media (max-width: 767.98px) {
    .rt-cart-box {
        width: 300px !important;
        padding: 30px;
    }
}

.rt-cart-box.active {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
    -webkit-animation: slideInRight 400ms ease-in-out;
    animation: slideInRight 400ms ease-in-out;
}

.rt-cart-box .cart-footer {
    position: absolute;
    bottom: 0px;
    width: 100%;
    background-color: #fff;
    left: 0;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 35px;
    z-index: 3;
    margin-top: 30px;
}

.rt-cart-box .cartbox-close {
    color: #fff;
    cursor: pointer;
    font-size: 11px;
    position: absolute;
    right: 30px;
    top: 30px;
    height: 30px;
    width: 30px;
    line-height: 30px;
    background-color: var(--main-dark);
    text-align: center;
    border-radius: 50%;
}

.rt-cart-box .rt-single-crtitem {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 15px;
    position: relative;
    z-index: 1;
}

.rt-cart-box .rt-single-crtitem .rt-remove-product {
    cursor: pointer;
    font-size: 11px;
}

.rt-cart-box .rt-single-crtitem .product-thumb {
    width: 55px;
    height: 55px;
    margin-right: 15px;
}

@media (max-width: 767.98px) {
    .rt-cart-box .rt-single-crtitem .product-thumb {
        height: 40px;
        width: 40px;
    }
}

.rt-cart-box .rt-single-crtitem .product-text .cart-product-title {
    font-size: 15px;
    font-weight: 500;
}

.rt-cart-box .rt-single-crtitem .product-text .cart-amount {
    font-size: 12px;
    font-weight: 500;
}

.rt-cart-box .rt-single-crtitem .product-colose {
    position: absolute;
    right: 0;
    top: 0;
}

.rt-cart-box .rt-single-crtitem:last-child {
    margin-bottom: 0px;
}

.rt-cart-box .cart-products {
    height: calc(100% - 240px);
    overflow-y: auto;
    padding-right: 15px;
}

.open-cart-opt span.badge {
    height: 25px;
    width: 25px;
    background-color: var(--main);
    color: var(--main-dark);
    border-radius: 50%;
    line-height: 25px;
    font-size: 14px;
    padding: 0px;
    position: absolute;
    right: -17px;
    top: -20px;
    font-weight: 400 !important;
}

@media (max-width: 767.98px) {
    .open-cart-opt span.badge {
        height: 20px;
        width: 20px;
        line-height: 20px;
        right: -7px;
    }
}

.cart-overlay {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: rgba(0, 0, 0, 0.4);
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: hidden;
    -webkit-transition: all 0.24s ease-in-out;
    transition: all 0.24s ease-in-out;
}

.cart-overlay.active {
    z-index: 99;
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
}

.open-user-ac {
    position: relative;
    z-index: 1;
}

.open-user-ac:hover .user-ac {
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
    top: 110%;
}

.user-ac {
    position: absolute !important;
    right: 0;
    top: 120%;
    min-width: 150px;
    background-color: #fff;
    z-index: 99;
    -webkit-box-shadow: 0 0 3px rgba(60, 72, 88, 0.15);
    box-shadow: 0 0 3px rgba(60, 72, 88, 0.15);
    border-radius: 6px;
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: hidden;
    -webkit-transition: all 0.24s ease-in-out;
    transition: all 0.24s ease-in-out;
}

.user-ac a {
    display: block;
    padding: 10px 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1) !important;
    font-weight: 500;
}

.rt-nav-tolls {
    margin-left: 48px;
    position: relative;
}

.rt-nav-tolls .rt-search-open,
.rt-nav-tolls .rt-search-open2,
.rt-nav-tolls .open-cart-opt {
    cursor: pointer;
}

.rt-nav-tolls span {
    position: relative;
    z-index: 1;
}

.rt-nav-tolls span a {
    color: var(--main-dark);
    -webkit-transition: all 0.245s ease-in-out;
    transition: all 0.245s ease-in-out;
}

.rt-nav-tolls span a:hover {
    color: var(--main);
}

/*4.0 Acrodain Css*/
#accordion {
    margin-top: 30px;
}

#accordion .card-header.card-primary {
    background: transparent;
    padding: 0px;
    border: none;
    position: relative;
    z-index: 4;
}

#accordion .card {
    margin-bottom: 15px;
    border-color: transparent;
}

#accordion .card:last-child {
    margin-bottom: 0px;
}

#accordion .card-body {
    padding-top: 60px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 30px;
    position: relative;
    z-index: 3;
    color: #333;
    top: -40px;
    border: none;
    -webkit-transition: all 0.24s ease-in-out;
    transition: all 0.24s ease-in-out;
    line-height: 24px;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(51, 55, 69, 0.2);
    box-shadow: 0px 0px 10px 0px rgba(51, 55, 69, 0.2);
    background-color: #fff;
    border-radius: 30px;
}

.card .card-header.card-primary button {
    display: block;
    width: 100%;
    border: none;
}

.card .card-header.card-primary button[aria-expanded="false"] {
    position: relative;
    display: block;
    text-align: left;
    background: #fff;
    padding: 10px 26px;
    border-radius: 0px;
    font-size: 16px;
    color: var(--main-dark);
    text-decoration: none;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(51, 55, 69, 0.2);
    box-shadow: 0px 0px 10px 0px rgba(51, 55, 69, 0.2);
    border-radius: 999px;
    font-weight: 500;
    font-family: "Circular Std";
}

.card .card-header.card-primary button[aria-expanded="true"] {
    position: relative;
    display: block;
    text-align: left;
    background: #fff;
    padding: 10px 26px;
    border-radius: 0px;
    font-size: 16px;
    color: var(--main-dark);
    text-decoration: none;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(51, 55, 69, 0.2);
    box-shadow: 0px 0px 10px 0px rgba(51, 55, 69, 0.2);
    border-radius: 999px;
    font-weight: 500;
    font-family: "Circular Std";
    background: #fff;
    color: #333;
}

.card .card-header.card-primary button[aria-expanded="false"]:before {
    position: absolute;
    right: 15px;
    content: '\eab2';
    font-family: 'icofont' !important;
    font-size: 18px;
    color: var(--main-dark);
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.card .card-header.card-primary button[aria-expanded="true"]:before {
    position: absolute;
    right: 15px;
    content: '\eab9';
    font-family: 'icofont' !important;
    color: var(--main);
    font-size: 18px;
    color: var(--main-dark);
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.card .card-header.card-primary button:after, .card .card-header.card-primary button:hover:after {
    border-radius: 5px;
}

/*4.1 Animation Css*/
/*4.2 Button Css*/
.rt-btn, .submit-box-form .comment-respond input[type="submit"] {
    font-size: 16px;
    line-height: 24px;
    border-radius: 0px;
    padding: 16px 37px;
    font-weight: 600;
    -webkit-transition: all 0.24s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: all 0.24s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    font-family: "Work Sans", sans-serif;
    border-width: 0px;
    overflow: hidden;
    display: inline-block;
    white-space: nowrap;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    position: relative;
    z-index: 2;
}

@media (max-width: 767.98px) {
    .rt-btn, .submit-box-form .comment-respond input[type="submit"] {
        padding: 16px 37px;
        font-size: 14px;
    }
}

.rt-btn.pill, .submit-box-form .comment-respond input.pill[type="submit"] {
    border-radius: 999px;
}

.rt-btn.rt-rounded, .submit-box-form .comment-respond input[type="submit"] {
    border-radius: 10px;
}

.rt-btn.rt-sm, .submit-box-form .comment-respond input.rt-sm[type="submit"] {
    font-size: 14px;
    padding: 10px 30px;
}

.rt-btn.rt-sm2, .submit-box-form .comment-respond input.rt-sm2[type="submit"] {
    font-size: 14px;
    padding: 10px 35px;
}

.rt-btn.rt-sm3, .submit-box-form .comment-respond input.rt-sm3[type="submit"] {
    font-size: 13px;
    padding: 10px 30px;
}

.rt-btn.rt-xl, .submit-box-form .comment-respond input.rt-xl[type="submit"] {
    padding: 24px 67px;
    font-size: 24px;
    font-weight: 700;
}

@media (max-width: 767.98px) {
    .rt-btn.rt-xl, .submit-box-form .comment-respond input.rt-xl[type="submit"] {
        padding: 13px 35px;
        font-size: 16px;
    }
}

.rt-btn.d-block, .submit-box-form .comment-respond input.d-block[type="submit"] {
    display: block !important;
    width: 100%;
}

.rt-btn.rt-video-primary, .submit-box-form .comment-respond input.rt-video-primary[type="submit"] {
    height: 80px;
    width: 80px;
    line-height: 80px;
    background: var(--main);
    color: #fff;
    -webkit-box-shadow: 0px 0px 0px 8px rgba(31, 211, 165, 0.3);
    box-shadow: 0px 0px 0px 8px rgba(31, 211, 165, 0.3);
    border-radius: 50%;
    padding: 0px;
    position: relative;
    z-index: 1;
}

.rt-btn.rt-video-primary:after, .submit-box-form .comment-respond input.rt-video-primary[type="submit"]:after {
    position: absolute;
    left: 50%;
    top: 50%;
    content: '\ec74';
    font-family: 'icofont';
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.rt-btn.rt-video-secondary, .submit-box-form .comment-respond input.rt-video-secondary[type="submit"] {
    height: 55px;
    width: 55px;
    line-height: 55px;
    background: var(--secondary);
    color: #fff;
    -webkit-box-shadow: 0px 0px 0px 8px rgba(236, 90, 17, 0.3);
    box-shadow: 0px 0px 0px 8px rgba(236, 90, 17, 0.3);
    border-radius: 50%;
    padding: 0px;
    position: relative;
    z-index: 1;
}

.rt-btn.rt-video-secondary:after, .submit-box-form .comment-respond input.rt-video-secondary[type="submit"]:after {
    position: absolute;
    left: 50%;
    top: 50%;
    content: '\ec74';
    font-family: 'icofont';
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.rt-btn.rt-video-light, .submit-box-form .comment-respond input.rt-video-light[type="submit"] {
    height: 60px;
    width: 60px;
    line-height: 60px;
    background: #fff;
    color: var(--main);
    -webkit-box-shadow: 0px 0px 0px 0px rgba(255, 255, 255, 0.7);
    box-shadow: 0px 0px 0px 0px rgba(255, 255, 255, 0.7);
    border-radius: 50%;
    padding: 0px;
    -webkit-animation: rt-pulse 1.25s infinite;
    animation: rt-pulse 1.25s infinite;
    position: relative;
    z-index: 1;
}

.rt-btn.rt-video-light:after, .submit-box-form .comment-respond input.rt-video-light[type="submit"]:after {
    position: absolute;
    left: 50%;
    top: 50%;
    content: '\ec74';
    font-family: 'icofont';
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

@-webkit-keyframes rt-pulse {
    to {
        -webkit-box-shadow: 0px 0px 0px 15px rgba(255, 255, 255, 0);
        box-shadow: 0px 0px 0px 15px rgba(255, 255, 255, 0);
    }
}

@keyframes rt-pulse {
    to {
        -webkit-box-shadow: 0px 0px 0px 15px rgba(255, 255, 255, 0);
        box-shadow: 0px 0px 0px 15px rgba(255, 255, 255, 0);
    }
}

.btn-revel-effects {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-radius: 50%;
    background: var(--secondary);
    -webkit-transition: width 0.4s ease-in-out, height 0.4s ease-in-out;
    transition: width 0.4s ease-in-out, height 0.4s ease-in-out;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: -1;
}

.multipule-color-strep:before, .multipule-color-strep:after {
    position: absolute;
    left: 0;
    bottom: 100%;
    width: 100%;
    height: 100%;
    content: '';
    z-index: -1;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
    transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}

.multipule-color-strep:before {
    background-color: #d89631;
}

.multipule-color-strep:after {
    background-color: var(--secondary);
}

.multipule-color-strep:hover:before {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
}

.multipule-color-strep:hover:after {
    -webkit-transition-delay: 0.175s;
    transition-delay: 0.175s;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
}

.rt-button-group a {
    margin-right: 20px;
}

.rt-button-group a:last-child {
    margin-right: 0px;
}

.rt-primary {
    background: var(--main);
    border-color: var(--main);
    color: #fff !important;
}

.rt-primary .btn-revel-effects {
    background: var(--secondary);
}

.rt-primary:hover, .rt-primary:focus, .rt-primary:active {
    color: #fff;
}

.rt-primary2 {
    background: var(--main);
    border-color: var(--main);
    color: var(--main-dark);
}

.rt-primary2 .btn-revel-effects {
    background: var(--secondary);
}

.rt-primary2:hover, .rt-primary2:focus, .rt-primary2:active {
    color: #fff;
}

.rt-dark-btn {
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    background: var(--main-dark);
    border-color: var(--main-dark);
    color: #fff !important;
}

.rt-dark-btn:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: '';
    border: 2px solid var(--main-dark);
    z-index: -1;
    border-radius: inherit;
    opacity: 0;
    -webkit-transform: scale3d(0.6, 0.6, 1);
    transform: scale3d(0.6, 0.6, 1);
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
    transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}

.rt-dark-btn:hover {
    background-color: #fff;
    color: var(--main-dark) !important;
}

.rt-dark-btn:hover:after {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    opacity: 1;
}

.rt-secondary {
    background: var(--secondary);
    border-color: var(--secondary);
    color: #fff;
}

.rt-secondary .btn-revel-effects {
    background: var(--main);
}

.rt-secondary:hover, .rt-secondary:focus, .rt-secondary:active {
    color: #fff;
}

.rt-light {
    background: #fff;
    border-color: #fff;
    color: var(--main);
}

.rt-light:hover, .rt-light:focus, .rt-light:active {
    background: var(--main);
    border-color: var(--main);
    color: #fff;
}

.rt-outline-primary {
    border-color: var(--main);
    color: var(--main);
}

.rt-outline-primary:hover, .rt-outline-primary:focus, .rt-outline-primary:active {
    background-color: var(--main);
    border-color: var(--main);
    color: #fff;
}

.rt-outline-secondary {
    border-color: var(--secondary);
    color: var(--main);
}

.rt-outline-secondary:hover, .rt-outline-secondary:focus, .rt-outline-secondary:active {
    background-color: var(--secondary);
    border-color: var(--secondary);
    color: var(--main);
}

.rt-outline-light {
    border: 1px solid #fff;
    color: #ffffff;
}

.rt-outline-light:hover, .rt-outline-light:focus, .rt-outline-light:active {
    background: #cc8e2e;
    border-color: #cc8e2e;
    color: #fff;
}

.rt-gradient, .submit-box-form .comment-respond input[type="submit"] {
    background: linear-gradient(35deg, #9932f5 0%, #4933f1 53%, #4950f8 70%, #496cfe 100%);
    color: #fff;
    border: none;
    position: relative;
    z-index: 1;
}

.rt-gradient:after, .submit-box-form .comment-respond input[type="submit"]:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    z-index: -1;
    background: linear-gradient(-35deg, #9932f5 0%, #4933f1 53%, #4950f8 70%, #496cfe 100%);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.36s cubic-bezier(0.47, 0, 0.745, 0.715);
    transition: all 0.36s cubic-bezier(0.47, 0, 0.745, 0.715);
    color: #fff;
    border-radius: 10px;
}

.rt-gradient:hover, .submit-box-form .comment-respond input:hover[type="submit"] {
    color: #fff;
}

.rt-gradient:hover:after, .submit-box-form .comment-respond input[type="submit"]:hover:after {
    opacity: 1;
    visibility: visible;
}

.rt-gradient.pill:hover:after, .submit-box-form .comment-respond input.pill[type="submit"]:hover:after {
    border-radius: 999px;
}

.rt-gradient.rt-rounded:hover:after, .submit-box-form .comment-respond input[type="submit"]:hover:after {
    border-radius: 10px;
}

.rt-outline-gradientL {
    background: transparent;
    color: #fff;
    border: 1px solid #fff;
    position: relative;
    z-index: 1;
}

.rt-outline-gradientL:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    z-index: -1;
    background: linear-gradient(-35deg, #9932f5 0%, #4933f1 53%, #4950f8 70%, #496cfe 100%);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.24s cubic-bezier(0.47, 0, 0.745, 0.715);
    transition: all 0.24s cubic-bezier(0.47, 0, 0.745, 0.715);
    color: #fff;
}

.rt-outline-gradientL:hover {
    color: #fff;
    border: 1px solid transparent;
}

.rt-outline-gradientL:hover:after {
    opacity: 1;
    visibility: visible;
    -webkit-box-shadow: 0px 15px 30px 0px rgba(13, 21, 75, 0.2);
    box-shadow: 0px 15px 30px 0px rgba(13, 21, 75, 0.2);
}

.rt-outline-primary:not(:disabled):not(.disabled).active, .rt-outline-primary:not(:disabled):not(.disabled):active, .show > .rt-outline-primary.dropdown-toggle {
    background: var(--main);
    border-color: var(--main);
    -webkit-box-shadow: none;
    box-shadow: none;
}

.rt-outline-primary:not(:disabled):not(.disabled).active:focus, .rt-outline-primary:not(:disabled):not(.disabled):active:focus, .show > .rt-outline-primary.dropdown-toggle:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

/*4.3 Breadcrumb Css*/
.rt-breadcrumb {
    margin-bottom: 120px;
    background-color: #f8f8f8;
    position: relative;
    color: var(--main-dark);
}

.rt-breadcrumb .breadcrumbs-content {
    padding-top: 115px;
}

.rt-breadcrumb a, .rt-breadcrumb p {
    color: var(--main-dark);
    font-size: 15px;
    position: relative;
}

.rt-breadcrumb.bredcump-style2 {
    background-color: transparent;
    border-top: 1px solid #d7d7d7;
    border-bottom: 1px solid #d7d7d7;
}

.rt-breadcrumb.bredcump-style2 .breadcrumbs-content {
    padding-top: 0px;
}

.rt-breadcrumb.bredcump-style2 a, .rt-breadcrumb.bredcump-style2 p, .rt-breadcrumb.bredcump-style2 .breadcrumbs {
    font-weight: 600;
    font-size: 24px;
}

@media (max-width: 767.98px) {
    .rt-breadcrumb {
        margin-bottom: 70px;
    }
}

.rt-breadcrumb h1, .rt-breadcrumb h2, .rt-breadcrumb h3, .rt-breadcrumb h4, .rt-breadcrumb h5, .rt-breadcrumb h6 {
    font-size: 70px;
    color: var(--main-dark);
    font-weight: 700;
    text-transform: capitalize;
    font-family: 'Playfair Display', serif;
}

@media (max-width: 767.98px) {
    .rt-breadcrumb h1, .rt-breadcrumb h2, .rt-breadcrumb h3, .rt-breadcrumb h4, .rt-breadcrumb h5, .rt-breadcrumb h6 {
        font-size: 32px;
    }
}

.rt-breadcrumb .rt-breadcrumb-height {
    height: 418px;
}

@media (max-width: 767.98px) {
    .rt-breadcrumb .rt-breadcrumb-height {
        height: 250px;
    }
}

.rt-breadcrumb .rt-breadcrumb-height2 {
    height: 70px;
}

.rt-breadcrumb .rt-page-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

/*4.4 Pagination Css*/
.pagination.rt-paganation li.page-item {
    margin-right: 15px;
}

.pagination.rt-paganation li.page-item:last-child {
    margin-right: 0px;
}

.pagination.rt-paganation li.page-item.active .page-link {
    background: var(--main-dark);
    color: #fff;
    border-color: var(--main-dark);
}

.pagination.rt-paganation li.page-item.active .page-link:hover {
    color: #fff;
    background-color: var(--main-dark);
    border-color: var(--main-dark);
}

.pagination.rt-paganation li.page-item .page-link {
    border-color: rgba(0, 0, 0, 0.102);
    color: #505b6d;
    padding: 0px;
    background-color: transparent;
    height: 48px;
    width: 48px;
    line-height: 48px;
    text-align: center;
    border-radius: 1px;
    font-size: 18px;
    border-radius: 0px;
    font-weight: 500;
}

.pagination.rt-paganation li.page-item .page-link:hover {
    background: #f3f3f3;
}

.pagination.rt-paganation li.page-item .page-link:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

/*4.6 modal css*/
.rt-lgoinmodal .modal-content {
    border-radius: 12px;
    -webkit-box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.1);
}

.rt-lgoinmodal .modal-content .modal-body {
    padding: 0px;
}

.rt-lgoinmodal .modal-content .modal-body .rt-modal-headr {
    text-align: center;
    padding-top: 20px;
}

.rt-lgoinmodal .modal-content .modal-body .rt-modal-headr h4 {
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 0 15px;
}

.rt-lgoinmodal .modal-content .modal-body .rt-modal-headr p {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    color: #3d446f;
}

.rt-lgoinmodal .modal-content .modal-body .rt-modal-headr.one.hide-cac {
    display: none;
}

.rt-lgoinmodal .modal-content .modal-body .rt-modal-headr.two {
    display: none;
}

.rt-lgoinmodal .modal-content .modal-body .rt-modal-headr.two.show-cac {
    display: block;
}

.rt-lgoinmodal .modal-content .modal-body .rt-modal-input {
    padding-left: 30px;
    padding-right: 30px;
}

.rt-lgoinmodal .modal-content .modal-body .rt-modal-input input[type="submit"], .rt-lgoinmodal .modal-content .modal-body .rt-modal-input button {
    margin-top: 30px;
}

.rt-lgoinmodal .modal-content .modal-body .rt-modal-input input[type="submit"]:hover, .rt-lgoinmodal .modal-content .modal-body .rt-modal-input button:hover {
    -webkit-box-shadow: 0px 10px 36px 0px rgba(73, 105, 253, 0.8);
    box-shadow: 0px 10px 36px 0px rgba(73, 105, 253, 0.8);
}

.rt-lgoinmodal .modal-content .modal-body .rt-modal-input .ac-register {
    margin-top: 25px;
    text-align: center;
}

.rt-lgoinmodal .modal-content .modal-body .rt-modal-input .ac-register span {
    font-size: 14px;
    color: #0d154b;
}

.rt-lgoinmodal .modal-content .modal-body .rt-modal-input .ac-register span a {
    color: red;
    font-size: 16px;
    font-weight: 700;
    color: var(--main-dark);
}

.rt-lgoinmodal .modal-content .modal-body .rt-modal-input .ac-register span a:hover {
    color: var(--main);
}

.rt-lgoinmodal .modal-content .modal-body .rt-modal-input.one.hide-cac {
    display: none;
}

.rt-lgoinmodal .modal-content .modal-body .rt-modal-input.two {
    display: none;
}

.rt-lgoinmodal .modal-content .modal-body .rt-modal-input.two.show-cac {
    display: block;
}

.rt-lgoinmodal .modal-content .modal-body .rt-modal-footer {
    background-image: linear-gradient(-8deg, #9932f5 0%, #4933f1 53%, #4950f8 70%, #496cfe 100%);
    margin-top: 40px;
    position: relative;
    padding-top: 45px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 30px;
    text-align: center;
}

.rt-lgoinmodal .modal-content .modal-body .rt-modal-footer h4 {
    font-size: 20px;
    font-weight: 700;
    text-transform: capitalize;
    margin: 0 0 25px;
    color: #fff;
}

.rt-lgoinmodal .modal-content .modal-body .rt-modal-footer span {
    height: 45px;
    width: 45px;
    line-height: 45px;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, 0.8);
    display: inline-block;
    border-radius: 50%;
    font-size: 16px;
    -webkit-box-shadow: 0px 13px 20px 0px rgba(13, 21, 75, 0.4);
    box-shadow: 0px 13px 20px 0px rgba(13, 21, 75, 0.4);
    color: #496cfe;
    background-color: #fff;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    top: -25px;
}

@media (max-width: 991.98px) {
    .rt-lgoinmodal .modal-content .modal-body .rt-modal-headr p {
        width: 100%;
    }
}

/*4.7 form css*/
.rt-form [type='color'], .rt-form [type='date'], .rt-form [type='datetime'], .rt-form [type='datetime-local'], .rt-form [type='email'], .rt-form [type='month'], .rt-form [type='number'], .rt-form [type='password'], .rt-form [type='search'], .rt-form [type='tel'], .rt-form [type='text'], .rt-form [type='time'], .rt-form [type='url'], .rt-form [type='week'], .rt-form input:not([type]), .rt-form textarea, .rt-form .form-control, .comment-respond [type='color'], .comment-respond [type='date'], .comment-respond [type='datetime'], .comment-respond [type='datetime-local'], .comment-respond [type='email'], .comment-respond [type='month'], .comment-respond [type='number'], .comment-respond [type='password'], .comment-respond [type='search'], .comment-respond [type='tel'], .comment-respond [type='text'], .comment-respond [type='time'], .comment-respond [type='url'], .comment-respond [type='week'], .comment-respond input:not([type]), .comment-respond textarea, .comment-respond .form-control {
    min-height: 56px;
    display: block;
    width: 100%;
    padding: 20px;
    border: 1px solid #f6f6f6;
    font-size: 16px;
    background-color: #f6f6f6;
}

.rt-form [type='color'].pill, .rt-form [type='date'].pill, .rt-form [type='datetime'].pill, .rt-form [type='datetime-local'].pill, .rt-form [type='email'].pill, .rt-form [type='month'].pill, .rt-form [type='number'].pill, .rt-form [type='password'].pill, .rt-form [type='search'].pill, .rt-form [type='tel'].pill, .rt-form [type='text'].pill, .rt-form [type='time'].pill, .rt-form [type='url'].pill, .rt-form [type='week'].pill, .rt-form input:not([type]).pill, .rt-form textarea.pill, .rt-form .form-control.pill, .comment-respond [type='color'].pill, .comment-respond [type='date'].pill, .comment-respond [type='datetime'].pill, .comment-respond [type='datetime-local'].pill, .comment-respond [type='email'].pill, .comment-respond [type='month'].pill, .comment-respond [type='number'].pill, .comment-respond [type='password'].pill, .comment-respond [type='search'].pill, .comment-respond [type='tel'].pill, .comment-respond [type='text'].pill, .comment-respond [type='time'].pill, .comment-respond [type='url'].pill, .comment-respond [type='week'].pill, .comment-respond input:not([type]).pill, .comment-respond textarea.pill, .comment-respond .form-control.pill {
    border-radius: 999px;
}

.rt-form [type='color']::-webkit-input-placeholder, .rt-form [type='date']::-webkit-input-placeholder, .rt-form [type='datetime']::-webkit-input-placeholder, .rt-form [type='datetime-local']::-webkit-input-placeholder, .rt-form [type='email']::-webkit-input-placeholder, .rt-form [type='month']::-webkit-input-placeholder, .rt-form [type='number']::-webkit-input-placeholder, .rt-form [type='password']::-webkit-input-placeholder, .rt-form [type='search']::-webkit-input-placeholder, .rt-form [type='tel']::-webkit-input-placeholder, .rt-form [type='text']::-webkit-input-placeholder, .rt-form [type='time']::-webkit-input-placeholder, .rt-form [type='url']::-webkit-input-placeholder, .rt-form [type='week']::-webkit-input-placeholder, .rt-form input:not([type])::-webkit-input-placeholder, .rt-form textarea::-webkit-input-placeholder, .rt-form .form-control::-webkit-input-placeholder, .comment-respond [type='color']::-webkit-input-placeholder, .comment-respond [type='date']::-webkit-input-placeholder, .comment-respond [type='datetime']::-webkit-input-placeholder, .comment-respond [type='datetime-local']::-webkit-input-placeholder, .comment-respond [type='email']::-webkit-input-placeholder, .comment-respond [type='month']::-webkit-input-placeholder, .comment-respond [type='number']::-webkit-input-placeholder, .comment-respond [type='password']::-webkit-input-placeholder, .comment-respond [type='search']::-webkit-input-placeholder, .comment-respond [type='tel']::-webkit-input-placeholder, .comment-respond [type='text']::-webkit-input-placeholder, .comment-respond [type='time']::-webkit-input-placeholder, .comment-respond [type='url']::-webkit-input-placeholder, .comment-respond [type='week']::-webkit-input-placeholder, .comment-respond input:not([type])::-webkit-input-placeholder, .comment-respond textarea::-webkit-input-placeholder, .comment-respond .form-control::-webkit-input-placeholder {
    color: var(--main-dark);
    font-size: 16px;
}

.rt-form [type='color']:-ms-input-placeholder, .rt-form [type='date']:-ms-input-placeholder, .rt-form [type='datetime']:-ms-input-placeholder, .rt-form [type='datetime-local']:-ms-input-placeholder, .rt-form [type='email']:-ms-input-placeholder, .rt-form [type='month']:-ms-input-placeholder, .rt-form [type='number']:-ms-input-placeholder, .rt-form [type='password']:-ms-input-placeholder, .rt-form [type='search']:-ms-input-placeholder, .rt-form [type='tel']:-ms-input-placeholder, .rt-form [type='text']:-ms-input-placeholder, .rt-form [type='time']:-ms-input-placeholder, .rt-form [type='url']:-ms-input-placeholder, .rt-form [type='week']:-ms-input-placeholder, .rt-form input:not([type]):-ms-input-placeholder, .rt-form textarea:-ms-input-placeholder, .rt-form .form-control:-ms-input-placeholder, .comment-respond [type='color']:-ms-input-placeholder, .comment-respond [type='date']:-ms-input-placeholder, .comment-respond [type='datetime']:-ms-input-placeholder, .comment-respond [type='datetime-local']:-ms-input-placeholder, .comment-respond [type='email']:-ms-input-placeholder, .comment-respond [type='month']:-ms-input-placeholder, .comment-respond [type='number']:-ms-input-placeholder, .comment-respond [type='password']:-ms-input-placeholder, .comment-respond [type='search']:-ms-input-placeholder, .comment-respond [type='tel']:-ms-input-placeholder, .comment-respond [type='text']:-ms-input-placeholder, .comment-respond [type='time']:-ms-input-placeholder, .comment-respond [type='url']:-ms-input-placeholder, .comment-respond [type='week']:-ms-input-placeholder, .comment-respond input:not([type]):-ms-input-placeholder, .comment-respond textarea:-ms-input-placeholder, .comment-respond .form-control:-ms-input-placeholder {
    color: var(--main-dark);
    font-size: 16px;
}

.rt-form [type='color']::-ms-input-placeholder, .rt-form [type='date']::-ms-input-placeholder, .rt-form [type='datetime']::-ms-input-placeholder, .rt-form [type='datetime-local']::-ms-input-placeholder, .rt-form [type='email']::-ms-input-placeholder, .rt-form [type='month']::-ms-input-placeholder, .rt-form [type='number']::-ms-input-placeholder, .rt-form [type='password']::-ms-input-placeholder, .rt-form [type='search']::-ms-input-placeholder, .rt-form [type='tel']::-ms-input-placeholder, .rt-form [type='text']::-ms-input-placeholder, .rt-form [type='time']::-ms-input-placeholder, .rt-form [type='url']::-ms-input-placeholder, .rt-form [type='week']::-ms-input-placeholder, .rt-form input:not([type])::-ms-input-placeholder, .rt-form textarea::-ms-input-placeholder, .rt-form .form-control::-ms-input-placeholder, .comment-respond [type='color']::-ms-input-placeholder, .comment-respond [type='date']::-ms-input-placeholder, .comment-respond [type='datetime']::-ms-input-placeholder, .comment-respond [type='datetime-local']::-ms-input-placeholder, .comment-respond [type='email']::-ms-input-placeholder, .comment-respond [type='month']::-ms-input-placeholder, .comment-respond [type='number']::-ms-input-placeholder, .comment-respond [type='password']::-ms-input-placeholder, .comment-respond [type='search']::-ms-input-placeholder, .comment-respond [type='tel']::-ms-input-placeholder, .comment-respond [type='text']::-ms-input-placeholder, .comment-respond [type='time']::-ms-input-placeholder, .comment-respond [type='url']::-ms-input-placeholder, .comment-respond [type='week']::-ms-input-placeholder, .comment-respond input:not([type])::-ms-input-placeholder, .comment-respond textarea::-ms-input-placeholder, .comment-respond .form-control::-ms-input-placeholder {
    color: var(--main-dark);
    font-size: 16px;
}

.rt-form [type='color']::placeholder, .rt-form [type='date']::placeholder, .rt-form [type='datetime']::placeholder, .rt-form [type='datetime-local']::placeholder, .rt-form [type='email']::placeholder, .rt-form [type='month']::placeholder, .rt-form [type='number']::placeholder, .rt-form [type='password']::placeholder, .rt-form [type='search']::placeholder, .rt-form [type='tel']::placeholder, .rt-form [type='text']::placeholder, .rt-form [type='time']::placeholder, .rt-form [type='url']::placeholder, .rt-form [type='week']::placeholder, .rt-form input:not([type])::placeholder, .rt-form textarea::placeholder, .rt-form .form-control::placeholder, .comment-respond [type='color']::placeholder, .comment-respond [type='date']::placeholder, .comment-respond [type='datetime']::placeholder, .comment-respond [type='datetime-local']::placeholder, .comment-respond [type='email']::placeholder, .comment-respond [type='month']::placeholder, .comment-respond [type='number']::placeholder, .comment-respond [type='password']::placeholder, .comment-respond [type='search']::placeholder, .comment-respond [type='tel']::placeholder, .comment-respond [type='text']::placeholder, .comment-respond [type='time']::placeholder, .comment-respond [type='url']::placeholder, .comment-respond [type='week']::placeholder, .comment-respond input:not([type])::placeholder, .comment-respond textarea::placeholder, .comment-respond .form-control::placeholder {
    color: var(--main-dark);
    font-size: 16px;
}

.rt-form [type='color']:focus, .rt-form [type='date']:focus, .rt-form [type='datetime']:focus, .rt-form [type='datetime-local']:focus, .rt-form [type='email']:focus, .rt-form [type='month']:focus, .rt-form [type='number']:focus, .rt-form [type='password']:focus, .rt-form [type='search']:focus, .rt-form [type='tel']:focus, .rt-form [type='text']:focus, .rt-form [type='time']:focus, .rt-form [type='url']:focus, .rt-form [type='week']:focus, .rt-form input:not([type]):focus, .rt-form textarea:focus, .rt-form .form-control:focus, .comment-respond [type='color']:focus, .comment-respond [type='date']:focus, .comment-respond [type='datetime']:focus, .comment-respond [type='datetime-local']:focus, .comment-respond [type='email']:focus, .comment-respond [type='month']:focus, .comment-respond [type='number']:focus, .comment-respond [type='password']:focus, .comment-respond [type='search']:focus, .comment-respond [type='tel']:focus, .comment-respond [type='text']:focus, .comment-respond [type='time']:focus, .comment-respond [type='url']:focus, .comment-respond [type='week']:focus, .comment-respond input:not([type]):focus, .comment-respond textarea:focus, .comment-respond .form-control:focus {
    outline: none;
    border-color: var(--main);
    -webkit-box-shadow: none;
    box-shadow: none;
}

.rt-form select, .comment-respond select {
    width: 100%;
    height: 51px;
    border: 1px solid #f6f6f6;
    background-color: transparent;
    color: var(--main-dark);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.rt-form select:focus, .comment-respond select:focus {
    outline: none;
}

.rt-form [type='color']:focus, .rt-form [type='date']:focus, .rt-form [type='datetime']:focus, .rt-form [type='datetime-local']:focus, .rt-form [type='email']:focus, .rt-form [type='month']:focus, .rt-form [type='number']:focus, .rt-form [type='password']:focus, .rt-form [type='search']:focus, .rt-form [type='tel']:focus, .rt-form [type='text']:focus, .rt-form [type='time']:focus, .rt-form [type='url']:focus, .rt-form [type='week']:focus, .rt-form input:not([type]):focus, .rt-form textarea:focus, .rt-form .form-control:focus, .comment-respond [type='color']:focus, .comment-respond [type='date']:focus, .comment-respond [type='datetime']:focus, .comment-respond [type='datetime-local']:focus, .comment-respond [type='email']:focus, .comment-respond [type='month']:focus, .comment-respond [type='number']:focus, .comment-respond [type='password']:focus, .comment-respond [type='search']:focus, .comment-respond [type='tel']:focus, .comment-respond [type='text']:focus, .comment-respond [type='time']:focus, .comment-respond [type='url']:focus, .comment-respond [type='week']:focus, .comment-respond input:not([type]):focus, .comment-respond textarea:focus, .comment-respond .form-control:focus {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border-color: var(--main) !important;
    background: #f6f6f6;
    outline: none;
}

.rt-form [type='color']:hover, .rt-form [type='date']:hover, .rt-form [type='datetime']:hover, .rt-form [type='datetime-local']:hover, .rt-form [type='email']:hover, .rt-form [type='month']:hover, .rt-form [type='number']:hover, .rt-form [type='password']:hover, .rt-form [type='search']:hover, .rt-form [type='tel']:hover, .rt-form [type='text']:hover, .rt-form [type='time']:hover, .rt-form [type='url']:hover, .rt-form [type='week']:hover, .rt-form input:not([type]):hover, .rt-form textarea:hover, .rt-form .form-control:hover, .comment-respond [type='color']:hover, .comment-respond [type='date']:hover, .comment-respond [type='datetime']:hover, .comment-respond [type='datetime-local']:hover, .comment-respond [type='email']:hover, .comment-respond [type='month']:hover, .comment-respond [type='number']:hover, .comment-respond [type='password']:hover, .comment-respond [type='search']:hover, .comment-respond [type='tel']:hover, .comment-respond [type='text']:hover, .comment-respond [type='time']:hover, .comment-respond [type='url']:hover, .comment-respond [type='week']:hover, .comment-respond input:not([type]):hover, .comment-respond textarea:hover, .comment-respond .form-control:hover {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border-color: var(--main) !important;
    background: #f6f6f6;
}

.rt-form .forgot-pass label, .comment-respond .forgot-pass label {
    padding-left: 10px;
    font-size: 14px;
}

.rt-form.rt-line-form [type='color'], .rt-form.rt-line-form [type='date'], .rt-form.rt-line-form [type='datetime'], .rt-form.rt-line-form [type='datetime-local'], .rt-form.rt-line-form [type='email'], .rt-form.rt-line-form [type='month'], .rt-form.rt-line-form [type='number'], .rt-form.rt-line-form [type='password'], .rt-form.rt-line-form [type='search'], .rt-form.rt-line-form [type='tel'], .rt-form.rt-line-form [type='text'], .rt-form.rt-line-form [type='time'], .rt-form.rt-line-form [type='url'], .rt-form.rt-line-form [type='week'], .rt-form.rt-line-form input:not([type]), .rt-form.rt-line-form textarea, .rt-form.rt-line-form .form-control, .comment-respond.rt-line-form [type='color'], .comment-respond.rt-line-form [type='date'], .comment-respond.rt-line-form [type='datetime'], .comment-respond.rt-line-form [type='datetime-local'], .comment-respond.rt-line-form [type='email'], .comment-respond.rt-line-form [type='month'], .comment-respond.rt-line-form [type='number'], .comment-respond.rt-line-form [type='password'], .comment-respond.rt-line-form [type='search'], .comment-respond.rt-line-form [type='tel'], .comment-respond.rt-line-form [type='text'], .comment-respond.rt-line-form [type='time'], .comment-respond.rt-line-form [type='url'], .comment-respond.rt-line-form [type='week'], .comment-respond.rt-line-form input:not([type]), .comment-respond.rt-line-form textarea, .comment-respond.rt-line-form .form-control {
    border: none;
    border-bottom: 1px solid #f0f0f0;
    background: transparent;
}

.rt-form.rt-line-form [type='color']:focus, .rt-form.rt-line-form [type='date']:focus, .rt-form.rt-line-form [type='datetime']:focus, .rt-form.rt-line-form [type='datetime-local']:focus, .rt-form.rt-line-form [type='email']:focus, .rt-form.rt-line-form [type='month']:focus, .rt-form.rt-line-form [type='number']:focus, .rt-form.rt-line-form [type='password']:focus, .rt-form.rt-line-form [type='search']:focus, .rt-form.rt-line-form [type='tel']:focus, .rt-form.rt-line-form [type='text']:focus, .rt-form.rt-line-form [type='time']:focus, .rt-form.rt-line-form [type='url']:focus, .rt-form.rt-line-form [type='week']:focus, .rt-form.rt-line-form input:not([type]):focus, .rt-form.rt-line-form textarea:focus, .rt-form.rt-line-form .form-control:focus,
.rt-form.rt-line-form [type='color']:hover, .rt-form.rt-line-form [type='date']:hover, .rt-form.rt-line-form [type='datetime']:hover, .rt-form.rt-line-form [type='datetime-local']:hover, .rt-form.rt-line-form [type='email']:hover, .rt-form.rt-line-form [type='month']:hover, .rt-form.rt-line-form [type='number']:hover, .rt-form.rt-line-form [type='password']:hover, .rt-form.rt-line-form [type='search']:hover, .rt-form.rt-line-form [type='tel']:hover, .rt-form.rt-line-form [type='text']:hover, .rt-form.rt-line-form [type='time']:hover, .rt-form.rt-line-form [type='url']:hover, .rt-form.rt-line-form [type='week']:hover, .rt-form.rt-line-form input:not([type]):hover, .rt-form.rt-line-form textarea:hover, .rt-form.rt-line-form .form-control:hover, .comment-respond.rt-line-form [type='color']:focus, .comment-respond.rt-line-form [type='date']:focus, .comment-respond.rt-line-form [type='datetime']:focus, .comment-respond.rt-line-form [type='datetime-local']:focus, .comment-respond.rt-line-form [type='email']:focus, .comment-respond.rt-line-form [type='month']:focus, .comment-respond.rt-line-form [type='number']:focus, .comment-respond.rt-line-form [type='password']:focus, .comment-respond.rt-line-form [type='search']:focus, .comment-respond.rt-line-form [type='tel']:focus, .comment-respond.rt-line-form [type='text']:focus, .comment-respond.rt-line-form [type='time']:focus, .comment-respond.rt-line-form [type='url']:focus, .comment-respond.rt-line-form [type='week']:focus, .comment-respond.rt-line-form input:not([type]):focus, .comment-respond.rt-line-form textarea:focus, .comment-respond.rt-line-form .form-control:focus,
.comment-respond.rt-line-form [type='color']:hover, .comment-respond.rt-line-form [type='date']:hover, .comment-respond.rt-line-form [type='datetime']:hover, .comment-respond.rt-line-form [type='datetime-local']:hover, .comment-respond.rt-line-form [type='email']:hover, .comment-respond.rt-line-form [type='month']:hover, .comment-respond.rt-line-form [type='number']:hover, .comment-respond.rt-line-form [type='password']:hover, .comment-respond.rt-line-form [type='search']:hover, .comment-respond.rt-line-form [type='tel']:hover, .comment-respond.rt-line-form [type='text']:hover, .comment-respond.rt-line-form [type='time']:hover, .comment-respond.rt-line-form [type='url']:hover, .comment-respond.rt-line-form [type='week']:hover, .comment-respond.rt-line-form input:not([type]):hover, .comment-respond.rt-line-form textarea:hover, .comment-respond.rt-line-form .form-control:hover {
    outline: none;
    border-color: var(--main) !important;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.rt-form.rt-line-form select, .comment-respond.rt-line-form select {
    width: 100%;
    border: none;
    border-bottom: 1px solid #f0f0f0;
}

.rt-form.rt-border-form [type='color'], .rt-form.rt-border-form [type='date'], .rt-form.rt-border-form [type='datetime'], .rt-form.rt-border-form [type='datetime-local'], .rt-form.rt-border-form [type='email'], .rt-form.rt-border-form [type='month'], .rt-form.rt-border-form [type='number'], .rt-form.rt-border-form [type='password'], .rt-form.rt-border-form [type='search'], .rt-form.rt-border-form [type='tel'], .rt-form.rt-border-form [type='text'], .rt-form.rt-border-form [type='time'], .rt-form.rt-border-form [type='url'], .rt-form.rt-border-form [type='week'], .rt-form.rt-border-form input:not([type]), .rt-form.rt-border-form textarea, .rt-form.rt-border-form .form-control, .comment-respond.rt-border-form [type='color'], .comment-respond.rt-border-form [type='date'], .comment-respond.rt-border-form [type='datetime'], .comment-respond.rt-border-form [type='datetime-local'], .comment-respond.rt-border-form [type='email'], .comment-respond.rt-border-form [type='month'], .comment-respond.rt-border-form [type='number'], .comment-respond.rt-border-form [type='password'], .comment-respond.rt-border-form [type='search'], .comment-respond.rt-border-form [type='tel'], .comment-respond.rt-border-form [type='text'], .comment-respond.rt-border-form [type='time'], .comment-respond.rt-border-form [type='url'], .comment-respond.rt-border-form [type='week'], .comment-respond.rt-border-form input:not([type]), .comment-respond.rt-border-form textarea, .comment-respond.rt-border-form .form-control {
    border: 1px solid rgba(0, 0, 0, 0.102);
    background: transparent;
}

.rt-form.rt-border-form [type='color']::-webkit-input-placeholder, .rt-form.rt-border-form [type='date']::-webkit-input-placeholder, .rt-form.rt-border-form [type='datetime']::-webkit-input-placeholder, .rt-form.rt-border-form [type='datetime-local']::-webkit-input-placeholder, .rt-form.rt-border-form [type='email']::-webkit-input-placeholder, .rt-form.rt-border-form [type='month']::-webkit-input-placeholder, .rt-form.rt-border-form [type='number']::-webkit-input-placeholder, .rt-form.rt-border-form [type='password']::-webkit-input-placeholder, .rt-form.rt-border-form [type='search']::-webkit-input-placeholder, .rt-form.rt-border-form [type='tel']::-webkit-input-placeholder, .rt-form.rt-border-form [type='text']::-webkit-input-placeholder, .rt-form.rt-border-form [type='time']::-webkit-input-placeholder, .rt-form.rt-border-form [type='url']::-webkit-input-placeholder, .rt-form.rt-border-form [type='week']::-webkit-input-placeholder, .rt-form.rt-border-form input:not([type])::-webkit-input-placeholder, .rt-form.rt-border-form textarea::-webkit-input-placeholder, .rt-form.rt-border-form .form-control::-webkit-input-placeholder, .comment-respond.rt-border-form [type='color']::-webkit-input-placeholder, .comment-respond.rt-border-form [type='date']::-webkit-input-placeholder, .comment-respond.rt-border-form [type='datetime']::-webkit-input-placeholder, .comment-respond.rt-border-form [type='datetime-local']::-webkit-input-placeholder, .comment-respond.rt-border-form [type='email']::-webkit-input-placeholder, .comment-respond.rt-border-form [type='month']::-webkit-input-placeholder, .comment-respond.rt-border-form [type='number']::-webkit-input-placeholder, .comment-respond.rt-border-form [type='password']::-webkit-input-placeholder, .comment-respond.rt-border-form [type='search']::-webkit-input-placeholder, .comment-respond.rt-border-form [type='tel']::-webkit-input-placeholder, .comment-respond.rt-border-form [type='text']::-webkit-input-placeholder, .comment-respond.rt-border-form [type='time']::-webkit-input-placeholder, .comment-respond.rt-border-form [type='url']::-webkit-input-placeholder, .comment-respond.rt-border-form [type='week']::-webkit-input-placeholder, .comment-respond.rt-border-form input:not([type])::-webkit-input-placeholder, .comment-respond.rt-border-form textarea::-webkit-input-placeholder, .comment-respond.rt-border-form .form-control::-webkit-input-placeholder {
    color: #888;
}

.rt-form.rt-border-form [type='color']:-ms-input-placeholder, .rt-form.rt-border-form [type='date']:-ms-input-placeholder, .rt-form.rt-border-form [type='datetime']:-ms-input-placeholder, .rt-form.rt-border-form [type='datetime-local']:-ms-input-placeholder, .rt-form.rt-border-form [type='email']:-ms-input-placeholder, .rt-form.rt-border-form [type='month']:-ms-input-placeholder, .rt-form.rt-border-form [type='number']:-ms-input-placeholder, .rt-form.rt-border-form [type='password']:-ms-input-placeholder, .rt-form.rt-border-form [type='search']:-ms-input-placeholder, .rt-form.rt-border-form [type='tel']:-ms-input-placeholder, .rt-form.rt-border-form [type='text']:-ms-input-placeholder, .rt-form.rt-border-form [type='time']:-ms-input-placeholder, .rt-form.rt-border-form [type='url']:-ms-input-placeholder, .rt-form.rt-border-form [type='week']:-ms-input-placeholder, .rt-form.rt-border-form input:not([type]):-ms-input-placeholder, .rt-form.rt-border-form textarea:-ms-input-placeholder, .rt-form.rt-border-form .form-control:-ms-input-placeholder, .comment-respond.rt-border-form [type='color']:-ms-input-placeholder, .comment-respond.rt-border-form [type='date']:-ms-input-placeholder, .comment-respond.rt-border-form [type='datetime']:-ms-input-placeholder, .comment-respond.rt-border-form [type='datetime-local']:-ms-input-placeholder, .comment-respond.rt-border-form [type='email']:-ms-input-placeholder, .comment-respond.rt-border-form [type='month']:-ms-input-placeholder, .comment-respond.rt-border-form [type='number']:-ms-input-placeholder, .comment-respond.rt-border-form [type='password']:-ms-input-placeholder, .comment-respond.rt-border-form [type='search']:-ms-input-placeholder, .comment-respond.rt-border-form [type='tel']:-ms-input-placeholder, .comment-respond.rt-border-form [type='text']:-ms-input-placeholder, .comment-respond.rt-border-form [type='time']:-ms-input-placeholder, .comment-respond.rt-border-form [type='url']:-ms-input-placeholder, .comment-respond.rt-border-form [type='week']:-ms-input-placeholder, .comment-respond.rt-border-form input:not([type]):-ms-input-placeholder, .comment-respond.rt-border-form textarea:-ms-input-placeholder, .comment-respond.rt-border-form .form-control:-ms-input-placeholder {
    color: #888;
}

.rt-form.rt-border-form [type='color']::-ms-input-placeholder, .rt-form.rt-border-form [type='date']::-ms-input-placeholder, .rt-form.rt-border-form [type='datetime']::-ms-input-placeholder, .rt-form.rt-border-form [type='datetime-local']::-ms-input-placeholder, .rt-form.rt-border-form [type='email']::-ms-input-placeholder, .rt-form.rt-border-form [type='month']::-ms-input-placeholder, .rt-form.rt-border-form [type='number']::-ms-input-placeholder, .rt-form.rt-border-form [type='password']::-ms-input-placeholder, .rt-form.rt-border-form [type='search']::-ms-input-placeholder, .rt-form.rt-border-form [type='tel']::-ms-input-placeholder, .rt-form.rt-border-form [type='text']::-ms-input-placeholder, .rt-form.rt-border-form [type='time']::-ms-input-placeholder, .rt-form.rt-border-form [type='url']::-ms-input-placeholder, .rt-form.rt-border-form [type='week']::-ms-input-placeholder, .rt-form.rt-border-form input:not([type])::-ms-input-placeholder, .rt-form.rt-border-form textarea::-ms-input-placeholder, .rt-form.rt-border-form .form-control::-ms-input-placeholder, .comment-respond.rt-border-form [type='color']::-ms-input-placeholder, .comment-respond.rt-border-form [type='date']::-ms-input-placeholder, .comment-respond.rt-border-form [type='datetime']::-ms-input-placeholder, .comment-respond.rt-border-form [type='datetime-local']::-ms-input-placeholder, .comment-respond.rt-border-form [type='email']::-ms-input-placeholder, .comment-respond.rt-border-form [type='month']::-ms-input-placeholder, .comment-respond.rt-border-form [type='number']::-ms-input-placeholder, .comment-respond.rt-border-form [type='password']::-ms-input-placeholder, .comment-respond.rt-border-form [type='search']::-ms-input-placeholder, .comment-respond.rt-border-form [type='tel']::-ms-input-placeholder, .comment-respond.rt-border-form [type='text']::-ms-input-placeholder, .comment-respond.rt-border-form [type='time']::-ms-input-placeholder, .comment-respond.rt-border-form [type='url']::-ms-input-placeholder, .comment-respond.rt-border-form [type='week']::-ms-input-placeholder, .comment-respond.rt-border-form input:not([type])::-ms-input-placeholder, .comment-respond.rt-border-form textarea::-ms-input-placeholder, .comment-respond.rt-border-form .form-control::-ms-input-placeholder {
    color: #888;
}

.rt-form.rt-border-form [type='color']::placeholder, .rt-form.rt-border-form [type='date']::placeholder, .rt-form.rt-border-form [type='datetime']::placeholder, .rt-form.rt-border-form [type='datetime-local']::placeholder, .rt-form.rt-border-form [type='email']::placeholder, .rt-form.rt-border-form [type='month']::placeholder, .rt-form.rt-border-form [type='number']::placeholder, .rt-form.rt-border-form [type='password']::placeholder, .rt-form.rt-border-form [type='search']::placeholder, .rt-form.rt-border-form [type='tel']::placeholder, .rt-form.rt-border-form [type='text']::placeholder, .rt-form.rt-border-form [type='time']::placeholder, .rt-form.rt-border-form [type='url']::placeholder, .rt-form.rt-border-form [type='week']::placeholder, .rt-form.rt-border-form input:not([type])::placeholder, .rt-form.rt-border-form textarea::placeholder, .rt-form.rt-border-form .form-control::placeholder, .comment-respond.rt-border-form [type='color']::placeholder, .comment-respond.rt-border-form [type='date']::placeholder, .comment-respond.rt-border-form [type='datetime']::placeholder, .comment-respond.rt-border-form [type='datetime-local']::placeholder, .comment-respond.rt-border-form [type='email']::placeholder, .comment-respond.rt-border-form [type='month']::placeholder, .comment-respond.rt-border-form [type='number']::placeholder, .comment-respond.rt-border-form [type='password']::placeholder, .comment-respond.rt-border-form [type='search']::placeholder, .comment-respond.rt-border-form [type='tel']::placeholder, .comment-respond.rt-border-form [type='text']::placeholder, .comment-respond.rt-border-form [type='time']::placeholder, .comment-respond.rt-border-form [type='url']::placeholder, .comment-respond.rt-border-form [type='week']::placeholder, .comment-respond.rt-border-form input:not([type])::placeholder, .comment-respond.rt-border-form textarea::placeholder, .comment-respond.rt-border-form .form-control::placeholder {
    color: #888;
}

.rt-form.rt-border-form [type='color']:focus, .rt-form.rt-border-form [type='date']:focus, .rt-form.rt-border-form [type='datetime']:focus, .rt-form.rt-border-form [type='datetime-local']:focus, .rt-form.rt-border-form [type='email']:focus, .rt-form.rt-border-form [type='month']:focus, .rt-form.rt-border-form [type='number']:focus, .rt-form.rt-border-form [type='password']:focus, .rt-form.rt-border-form [type='search']:focus, .rt-form.rt-border-form [type='tel']:focus, .rt-form.rt-border-form [type='text']:focus, .rt-form.rt-border-form [type='time']:focus, .rt-form.rt-border-form [type='url']:focus, .rt-form.rt-border-form [type='week']:focus, .rt-form.rt-border-form input:not([type]):focus, .rt-form.rt-border-form textarea:focus, .rt-form.rt-border-form .form-control:focus,
.rt-form.rt-border-form [type='color']:hover, .rt-form.rt-border-form [type='date']:hover, .rt-form.rt-border-form [type='datetime']:hover, .rt-form.rt-border-form [type='datetime-local']:hover, .rt-form.rt-border-form [type='email']:hover, .rt-form.rt-border-form [type='month']:hover, .rt-form.rt-border-form [type='number']:hover, .rt-form.rt-border-form [type='password']:hover, .rt-form.rt-border-form [type='search']:hover, .rt-form.rt-border-form [type='tel']:hover, .rt-form.rt-border-form [type='text']:hover, .rt-form.rt-border-form [type='time']:hover, .rt-form.rt-border-form [type='url']:hover, .rt-form.rt-border-form [type='week']:hover, .rt-form.rt-border-form input:not([type]):hover, .rt-form.rt-border-form textarea:hover, .rt-form.rt-border-form .form-control:hover, .comment-respond.rt-border-form [type='color']:focus, .comment-respond.rt-border-form [type='date']:focus, .comment-respond.rt-border-form [type='datetime']:focus, .comment-respond.rt-border-form [type='datetime-local']:focus, .comment-respond.rt-border-form [type='email']:focus, .comment-respond.rt-border-form [type='month']:focus, .comment-respond.rt-border-form [type='number']:focus, .comment-respond.rt-border-form [type='password']:focus, .comment-respond.rt-border-form [type='search']:focus, .comment-respond.rt-border-form [type='tel']:focus, .comment-respond.rt-border-form [type='text']:focus, .comment-respond.rt-border-form [type='time']:focus, .comment-respond.rt-border-form [type='url']:focus, .comment-respond.rt-border-form [type='week']:focus, .comment-respond.rt-border-form input:not([type]):focus, .comment-respond.rt-border-form textarea:focus, .comment-respond.rt-border-form .form-control:focus,
.comment-respond.rt-border-form [type='color']:hover, .comment-respond.rt-border-form [type='date']:hover, .comment-respond.rt-border-form [type='datetime']:hover, .comment-respond.rt-border-form [type='datetime-local']:hover, .comment-respond.rt-border-form [type='email']:hover, .comment-respond.rt-border-form [type='month']:hover, .comment-respond.rt-border-form [type='number']:hover, .comment-respond.rt-border-form [type='password']:hover, .comment-respond.rt-border-form [type='search']:hover, .comment-respond.rt-border-form [type='tel']:hover, .comment-respond.rt-border-form [type='text']:hover, .comment-respond.rt-border-form [type='time']:hover, .comment-respond.rt-border-form [type='url']:hover, .comment-respond.rt-border-form [type='week']:hover, .comment-respond.rt-border-form input:not([type]):hover, .comment-respond.rt-border-form textarea:hover, .comment-respond.rt-border-form .form-control:hover {
    outline: none;
    border-color: var(--main) !important;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.rt-form.rt-border-form select, .comment-respond.rt-border-form select {
    width: 100%;
    border: 1px solid rgba(0, 0, 0, 0.102);
    background-color: transparent;
}

.rt-form .submit-circle, .comment-respond .submit-circle {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.rt-form.light-form [type='color'], .rt-form.light-form [type='date'], .rt-form.light-form [type='datetime'], .rt-form.light-form [type='datetime-local'], .rt-form.light-form [type='email'], .rt-form.light-form [type='month'], .rt-form.light-form [type='number'], .rt-form.light-form [type='password'], .rt-form.light-form [type='search'], .rt-form.light-form [type='tel'], .rt-form.light-form [type='text'], .rt-form.light-form [type='time'], .rt-form.light-form [type='url'], .rt-form.light-form [type='week'], .rt-form.light-form input:not([type]), .rt-form.light-form textarea, .rt-form.light-form .form-control, .comment-respond.light-form [type='color'], .comment-respond.light-form [type='date'], .comment-respond.light-form [type='datetime'], .comment-respond.light-form [type='datetime-local'], .comment-respond.light-form [type='email'], .comment-respond.light-form [type='month'], .comment-respond.light-form [type='number'], .comment-respond.light-form [type='password'], .comment-respond.light-form [type='search'], .comment-respond.light-form [type='tel'], .comment-respond.light-form [type='text'], .comment-respond.light-form [type='time'], .comment-respond.light-form [type='url'], .comment-respond.light-form [type='week'], .comment-respond.light-form input:not([type]), .comment-respond.light-form textarea, .comment-respond.light-form .form-control {
    border-color: #f0f0f0;
    color: #fff;
}

.rt-form.light-form [type='color']::-webkit-input-placeholder, .rt-form.light-form [type='date']::-webkit-input-placeholder, .rt-form.light-form [type='datetime']::-webkit-input-placeholder, .rt-form.light-form [type='datetime-local']::-webkit-input-placeholder, .rt-form.light-form [type='email']::-webkit-input-placeholder, .rt-form.light-form [type='month']::-webkit-input-placeholder, .rt-form.light-form [type='number']::-webkit-input-placeholder, .rt-form.light-form [type='password']::-webkit-input-placeholder, .rt-form.light-form [type='search']::-webkit-input-placeholder, .rt-form.light-form [type='tel']::-webkit-input-placeholder, .rt-form.light-form [type='text']::-webkit-input-placeholder, .rt-form.light-form [type='time']::-webkit-input-placeholder, .rt-form.light-form [type='url']::-webkit-input-placeholder, .rt-form.light-form [type='week']::-webkit-input-placeholder, .rt-form.light-form input:not([type])::-webkit-input-placeholder, .rt-form.light-form textarea::-webkit-input-placeholder, .rt-form.light-form .form-control::-webkit-input-placeholder, .comment-respond.light-form [type='color']::-webkit-input-placeholder, .comment-respond.light-form [type='date']::-webkit-input-placeholder, .comment-respond.light-form [type='datetime']::-webkit-input-placeholder, .comment-respond.light-form [type='datetime-local']::-webkit-input-placeholder, .comment-respond.light-form [type='email']::-webkit-input-placeholder, .comment-respond.light-form [type='month']::-webkit-input-placeholder, .comment-respond.light-form [type='number']::-webkit-input-placeholder, .comment-respond.light-form [type='password']::-webkit-input-placeholder, .comment-respond.light-form [type='search']::-webkit-input-placeholder, .comment-respond.light-form [type='tel']::-webkit-input-placeholder, .comment-respond.light-form [type='text']::-webkit-input-placeholder, .comment-respond.light-form [type='time']::-webkit-input-placeholder, .comment-respond.light-form [type='url']::-webkit-input-placeholder, .comment-respond.light-form [type='week']::-webkit-input-placeholder, .comment-respond.light-form input:not([type])::-webkit-input-placeholder, .comment-respond.light-form textarea::-webkit-input-placeholder, .comment-respond.light-form .form-control::-webkit-input-placeholder {
    color: #555;
}

.rt-form.light-form [type='color']:-ms-input-placeholder, .rt-form.light-form [type='date']:-ms-input-placeholder, .rt-form.light-form [type='datetime']:-ms-input-placeholder, .rt-form.light-form [type='datetime-local']:-ms-input-placeholder, .rt-form.light-form [type='email']:-ms-input-placeholder, .rt-form.light-form [type='month']:-ms-input-placeholder, .rt-form.light-form [type='number']:-ms-input-placeholder, .rt-form.light-form [type='password']:-ms-input-placeholder, .rt-form.light-form [type='search']:-ms-input-placeholder, .rt-form.light-form [type='tel']:-ms-input-placeholder, .rt-form.light-form [type='text']:-ms-input-placeholder, .rt-form.light-form [type='time']:-ms-input-placeholder, .rt-form.light-form [type='url']:-ms-input-placeholder, .rt-form.light-form [type='week']:-ms-input-placeholder, .rt-form.light-form input:not([type]):-ms-input-placeholder, .rt-form.light-form textarea:-ms-input-placeholder, .rt-form.light-form .form-control:-ms-input-placeholder, .comment-respond.light-form [type='color']:-ms-input-placeholder, .comment-respond.light-form [type='date']:-ms-input-placeholder, .comment-respond.light-form [type='datetime']:-ms-input-placeholder, .comment-respond.light-form [type='datetime-local']:-ms-input-placeholder, .comment-respond.light-form [type='email']:-ms-input-placeholder, .comment-respond.light-form [type='month']:-ms-input-placeholder, .comment-respond.light-form [type='number']:-ms-input-placeholder, .comment-respond.light-form [type='password']:-ms-input-placeholder, .comment-respond.light-form [type='search']:-ms-input-placeholder, .comment-respond.light-form [type='tel']:-ms-input-placeholder, .comment-respond.light-form [type='text']:-ms-input-placeholder, .comment-respond.light-form [type='time']:-ms-input-placeholder, .comment-respond.light-form [type='url']:-ms-input-placeholder, .comment-respond.light-form [type='week']:-ms-input-placeholder, .comment-respond.light-form input:not([type]):-ms-input-placeholder, .comment-respond.light-form textarea:-ms-input-placeholder, .comment-respond.light-form .form-control:-ms-input-placeholder {
    color: #555;
}

.rt-form.light-form [type='color']::-ms-input-placeholder, .rt-form.light-form [type='date']::-ms-input-placeholder, .rt-form.light-form [type='datetime']::-ms-input-placeholder, .rt-form.light-form [type='datetime-local']::-ms-input-placeholder, .rt-form.light-form [type='email']::-ms-input-placeholder, .rt-form.light-form [type='month']::-ms-input-placeholder, .rt-form.light-form [type='number']::-ms-input-placeholder, .rt-form.light-form [type='password']::-ms-input-placeholder, .rt-form.light-form [type='search']::-ms-input-placeholder, .rt-form.light-form [type='tel']::-ms-input-placeholder, .rt-form.light-form [type='text']::-ms-input-placeholder, .rt-form.light-form [type='time']::-ms-input-placeholder, .rt-form.light-form [type='url']::-ms-input-placeholder, .rt-form.light-form [type='week']::-ms-input-placeholder, .rt-form.light-form input:not([type])::-ms-input-placeholder, .rt-form.light-form textarea::-ms-input-placeholder, .rt-form.light-form .form-control::-ms-input-placeholder, .comment-respond.light-form [type='color']::-ms-input-placeholder, .comment-respond.light-form [type='date']::-ms-input-placeholder, .comment-respond.light-form [type='datetime']::-ms-input-placeholder, .comment-respond.light-form [type='datetime-local']::-ms-input-placeholder, .comment-respond.light-form [type='email']::-ms-input-placeholder, .comment-respond.light-form [type='month']::-ms-input-placeholder, .comment-respond.light-form [type='number']::-ms-input-placeholder, .comment-respond.light-form [type='password']::-ms-input-placeholder, .comment-respond.light-form [type='search']::-ms-input-placeholder, .comment-respond.light-form [type='tel']::-ms-input-placeholder, .comment-respond.light-form [type='text']::-ms-input-placeholder, .comment-respond.light-form [type='time']::-ms-input-placeholder, .comment-respond.light-form [type='url']::-ms-input-placeholder, .comment-respond.light-form [type='week']::-ms-input-placeholder, .comment-respond.light-form input:not([type])::-ms-input-placeholder, .comment-respond.light-form textarea::-ms-input-placeholder, .comment-respond.light-form .form-control::-ms-input-placeholder {
    color: #555;
}

.rt-form.light-form [type='color']::placeholder, .rt-form.light-form [type='date']::placeholder, .rt-form.light-form [type='datetime']::placeholder, .rt-form.light-form [type='datetime-local']::placeholder, .rt-form.light-form [type='email']::placeholder, .rt-form.light-form [type='month']::placeholder, .rt-form.light-form [type='number']::placeholder, .rt-form.light-form [type='password']::placeholder, .rt-form.light-form [type='search']::placeholder, .rt-form.light-form [type='tel']::placeholder, .rt-form.light-form [type='text']::placeholder, .rt-form.light-form [type='time']::placeholder, .rt-form.light-form [type='url']::placeholder, .rt-form.light-form [type='week']::placeholder, .rt-form.light-form input:not([type])::placeholder, .rt-form.light-form textarea::placeholder, .rt-form.light-form .form-control::placeholder, .comment-respond.light-form [type='color']::placeholder, .comment-respond.light-form [type='date']::placeholder, .comment-respond.light-form [type='datetime']::placeholder, .comment-respond.light-form [type='datetime-local']::placeholder, .comment-respond.light-form [type='email']::placeholder, .comment-respond.light-form [type='month']::placeholder, .comment-respond.light-form [type='number']::placeholder, .comment-respond.light-form [type='password']::placeholder, .comment-respond.light-form [type='search']::placeholder, .comment-respond.light-form [type='tel']::placeholder, .comment-respond.light-form [type='text']::placeholder, .comment-respond.light-form [type='time']::placeholder, .comment-respond.light-form [type='url']::placeholder, .comment-respond.light-form [type='week']::placeholder, .comment-respond.light-form input:not([type])::placeholder, .comment-respond.light-form textarea::placeholder, .comment-respond.light-form .form-control::placeholder {
    color: #555;
}

.rt-form.light-form [type='color']:focus, .rt-form.light-form [type='date']:focus, .rt-form.light-form [type='datetime']:focus, .rt-form.light-form [type='datetime-local']:focus, .rt-form.light-form [type='email']:focus, .rt-form.light-form [type='month']:focus, .rt-form.light-form [type='number']:focus, .rt-form.light-form [type='password']:focus, .rt-form.light-form [type='search']:focus, .rt-form.light-form [type='tel']:focus, .rt-form.light-form [type='text']:focus, .rt-form.light-form [type='time']:focus, .rt-form.light-form [type='url']:focus, .rt-form.light-form [type='week']:focus, .rt-form.light-form input:not([type]):focus, .rt-form.light-form textarea:focus, .rt-form.light-form .form-control:focus,
.rt-form.light-form [type='color']:hover, .rt-form.light-form [type='date']:hover, .rt-form.light-form [type='datetime']:hover, .rt-form.light-form [type='datetime-local']:hover, .rt-form.light-form [type='email']:hover, .rt-form.light-form [type='month']:hover, .rt-form.light-form [type='number']:hover, .rt-form.light-form [type='password']:hover, .rt-form.light-form [type='search']:hover, .rt-form.light-form [type='tel']:hover, .rt-form.light-form [type='text']:hover, .rt-form.light-form [type='time']:hover, .rt-form.light-form [type='url']:hover, .rt-form.light-form [type='week']:hover, .rt-form.light-form input:not([type]):hover, .rt-form.light-form textarea:hover, .rt-form.light-form .form-control:hover, .comment-respond.light-form [type='color']:focus, .comment-respond.light-form [type='date']:focus, .comment-respond.light-form [type='datetime']:focus, .comment-respond.light-form [type='datetime-local']:focus, .comment-respond.light-form [type='email']:focus, .comment-respond.light-form [type='month']:focus, .comment-respond.light-form [type='number']:focus, .comment-respond.light-form [type='password']:focus, .comment-respond.light-form [type='search']:focus, .comment-respond.light-form [type='tel']:focus, .comment-respond.light-form [type='text']:focus, .comment-respond.light-form [type='time']:focus, .comment-respond.light-form [type='url']:focus, .comment-respond.light-form [type='week']:focus, .comment-respond.light-form input:not([type]):focus, .comment-respond.light-form textarea:focus, .comment-respond.light-form .form-control:focus,
.comment-respond.light-form [type='color']:hover, .comment-respond.light-form [type='date']:hover, .comment-respond.light-form [type='datetime']:hover, .comment-respond.light-form [type='datetime-local']:hover, .comment-respond.light-form [type='email']:hover, .comment-respond.light-form [type='month']:hover, .comment-respond.light-form [type='number']:hover, .comment-respond.light-form [type='password']:hover, .comment-respond.light-form [type='search']:hover, .comment-respond.light-form [type='tel']:hover, .comment-respond.light-form [type='text']:hover, .comment-respond.light-form [type='time']:hover, .comment-respond.light-form [type='url']:hover, .comment-respond.light-form [type='week']:hover, .comment-respond.light-form input:not([type]):hover, .comment-respond.light-form textarea:hover, .comment-respond.light-form .form-control:hover {
    border-color: #fff !important;
}

.submit-box-form {
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 2px;
    position: relative;
    padding-left: 25px;
    padding-right: 7px;
    height: 71px;
}

@media (max-width: 767.98px) {
    .submit-box-form {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-left: 0;
        padding-top: 20px;
        padding-bottom: 20px;
        padding-right: 0px;
        width: 90%;
        margin: auto;
        height: auto;
    }
}

.submit-box-form span i {
    color: #7ecf41;
    padding-right: 20px;
}

@media (max-width: 767.98px) {
    .submit-box-form span i {
        display: none;
    }
}

.submit-box-form span i input[type="text"],
.submit-box-form span i input[type="email"] {
    background-color: transparent;
    border: none;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

@media (max-width: 767.98px) {
    .submit-box-form span i input[type="text"],
    .submit-box-form span i input[type="email"] {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 90%;
        flex: 0 0 90%;
        max-width: 90%;
        padding-left: 20px;
        margin-bottom: 30px;
    }
}

.submit-box-form span i input[type="text"]:focus,
.submit-box-form span i input[type="email"]:focus {
    outline: none;
}

.submit-box-form span i .submoit-button {
    padding-left: 15px;
}

.submit-box-form .comment-respond::after {
    clear: both;
    content: "";
    display: block;
}

.submit-box-form .comment-respond label {
    margin-bottom: 10px;
}

.submit-box-form .comment-respond p {
    margin-bottom: 30px;
}

.submit-box-form .comment-respond input[type="submit"] {
    text-transform: uppercase;
}

/*4.8 select2 css*/
.select1_inner {
    position: relative;
    background: #fff;
    border: 1px solid transparent;
    position: relative;
}

.select1_inner:after {
    content: '';
    display: block;
    width: 10px;
    height: 7px;
    background: url(../images/a1.png) 0 0 no-repeat;
    position: absolute;
    right: 10px;
    top: 17px;
}

.select2 {
    width: 100%;
}

.select2 *:focus {
    outline: none !important;
}

.select2-container--default .select2-results > .select2-results__options {
    max-height: 500px;
    overflow: hidden;
}

.select2-container--default .select2-selection--single {
    background: none;
    position: relative;
    font-size: 14px;
}

.select2-container--default .select2-selection--single {
    border: none;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 15px;
    color: rgba(0, 0, 0, 0.502);
}

.select2_inner .select2-container--default .select2-selection--single .select2-selection__rendered {
    padding-left: 0;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    display: none;
}

.select2-dropdown {
    background: none;
    border-radius: 0;
    z-index: 10;
    min-width: 0px;
}

.select2-container--open .select2-dropdown--below {
    border: none;
}

.select2-results__option {
    padding: 10px 5px 10px 15px;
    background: var(--main);
    font-size: 14px;
    line-height: 20px;
    color: rgba(0, 0, 0, 0.502);
    border-top: 1px solid var(--main);
}

.select2-results__option:first-child {
    border-top: none;
}

.small .select2-results__option {
    padding-left: 0;
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background: #fff;
    color: var(--main);
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background: #fff;
    color: var(--main);
}

.rt-widget .ui-slider,
.widget .ui-slider {
    position: relative;
}

.rt-widget .ui-widget.ui-widget-content,
.widget .ui-widget.ui-widget-content {
    background: #eee;
    border: medium none;
    border-radius: 0px;
    height: 3px;
}

.rt-widget .ui-state-default,
.rt-widget .ui-widget-content .ui-state-default,
.rt-widget .ui-widget-header .ui-state-default,
.rt-widget .ui-button,
.widget .ui-state-default,
.widget .ui-widget-content .ui-state-default,
.widget .ui-widget-header .ui-state-default,
.widget .ui-button {
    background: var(--main-dark);
    border: medium none;
    height: 15px;
    width: 15px;
    border-radius: 0;
}

.rt-widget html .ui-button.ui-state-disabled:hover,
.rt-widget html .ui-button.ui-state-disabled:active,
.widget html .ui-button.ui-state-disabled:hover,
.widget html .ui-button.ui-state-disabled:active {
    background: var(--main-dark) none repeat scroll 0 0;
    border: medium none;
    border-radius: 100%;
}

.rt-widget .ui-widget-header,
.widget .ui-widget-header {
    background: var(--main-dark);
}

.rt-widget .ui-slider-range.ui-corner-all.ui-widget-header,
.widget .ui-slider-range.ui-corner-all.ui-widget-header {
    background: pink;
}

.rt-widget .price_slider_amount,
.widget .price_slider_amount {
    margin-top: 30px;
    margin-bottom: 20px;
}

.rt-widget .price_slider_amount input,
.widget .price_slider_amount input {
    display: inline-block;
}

.rt-widget .ui-slider-horizontal .ui-slider-handle,
.widget .ui-slider-horizontal .ui-slider-handle {
    top: -7px;
    border-radius: 50%;
}

.rt-widget .ui-slider-horizontal .ui-slider-handle:focus,
.widget .ui-slider-horizontal .ui-slider-handle:focus {
    outline: none;
}

.rt-widget .price_slider_amount input.amount,
.widget .price_slider_amount input.amount {
    border: medium none;
    width: 100px;
    background-color: transparent;
}

.rt-widget .price_slider_amount input.amount:focus,
.widget .price_slider_amount input.amount:focus {
    border: none;
    outline: none;
}

.rt-widget .ui-slider-horizontal .ui-slider-range,
.widget .ui-slider-horizontal .ui-slider-range {
    height: 100%;
    top: 0px;
}

.tippy-tooltip {
    font-family: "Work Sans", sans-serif !important;
    padding: 8px 20px !important;
    font-size: 14px !important;
}

.ui-datepicker .ui-datepicker-header {
    background: linear-gradient(8deg, #9932f5 0%, #4933f1 53%, #4950f8 70%, #496cfe 100%);
    color: #fff;
}

.ui-datepicker .ui-state-highlight,
.ui-datepicker .ui-widget-content .ui-state-highlight,
.ui-datepicker .ui-widget-header .ui-state-highlight {
    background: linear-gradient(8deg, #9932f5 0%, #4933f1 53%, #4950f8 70%, #496cfe 100%);
    border: 1px solid var(--main);
    color: #fff;
}

.ui-datepicker .ui-state-active,
.ui-datepicker .ui-widget-content .ui-state-active,
.ui-datepicker .ui-widget-header .ui-state-active {
    background: linear-gradient(8deg, #9932f5 0%, #4933f1 53%, #4950f8 70%, #496cfe 100%);
    border: 1px solid var(--main);
    opacity: 0.7;
}

.single-product-form.rt-form [type='color'], .single-product-form.rt-form [type='date'], .single-product-form.rt-form [type='datetime'], .single-product-form.rt-form [type='datetime-local'], .single-product-form.rt-form [type='email'], .single-product-form.rt-form [type='month'], .single-product-form.rt-form [type='number'], .single-product-form.rt-form [type='password'], .single-product-form.rt-form [type='search'], .single-product-form.rt-form [type='tel'], .single-product-form.rt-form [type='text'], .single-product-form.rt-form [type='time'], .single-product-form.rt-form [type='url'], .single-product-form.rt-form [type='week'], .single-product-form.rt-form input:not([type]), .single-product-form.rt-form textarea,
.single-product-form.rt-form .form-control {
    height: 42px;
}

.rt-increment-container {
    position: relative;
    max-width: 81px;
    margin-right: 30px;
}

.rt-increment-container input[type="text"] {
    display: block;
    width: 81px;
    height: 46px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    color: rgba(0, 0, 0, 0.7);
    position: relative;
}

.rt-increment-container input[type="text"]::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.4);
}

.rt-increment-container input[type="text"]:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.4);
}

.rt-increment-container input[type="text"]::-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.4);
}

.rt-increment-container input[type="text"]::placeholder {
    color: rgba(0, 0, 0, 0.4);
}

.rt-increment-container .qty {
    height: 42px;
    position: relative;
    padding: 0;
    text-align: center;
}

.rt-increment-container button {
    position: absolute;
    left: 0px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border: 1px solid rgba(0, 0, 0, 0);
    background: transparent;
    text-align: center;
    color: rgba(0, 0, 0, 0.5);
}

.rt-increment-container button:hover {
    color: black;
}

.rt-increment-container button.cart-qty-minus {
    left: auto;
    right: 0px;
}

.icheck-material-rtblack > input:first-child {
    background-color: var(--main-dark);
}

.icheck-material-rtblack > input:first-child::-ms-check {
    background-color: var(--main-dark);
}

.icheck-material-rtblack > input:first-child:not(:checked):not(:disabled):hover + label::before,
.icheck-material-rtblack > input:first-child:not(:checked):not(:disabled):hover + input[type="hidden"] + label::before {
    border-color: var(--main-dark);
}

.icheck-material-rtblack > input:first-child:checked + label::before,
.icheck-material-rtblack > input:first-child:checked + input[type="hidden"] + label::before {
    background-color: var(--main-dark);
    border-color: var(--main-dark);
}

.icheck-material-rtblack > input:first-child:checked + label::after,
.icheck-material-rtblack > input:first-child:checked + input[type="hidden"] + label::after {
    border-bottom-color: #fff;
    border-right-color: #fff;
}

.icheck-material-rtblack > input:first-child + label::before,
.icheck-material-rtblack > input:first-child + input[type="hidden"] + label::before {
    border: 2px solid var(--main-dark);
    background: var(--main-dark);
}

.icheck-material-rtwhite > input:first-child {
    background-color: #f9f5f5;
}

.icheck-material-rtwhite > input:first-child::-ms-check {
    background-color: #f9f5f5;
}

.icheck-material-rtwhite > input:first-child:not(:checked):not(:disabled):hover + label::before,
.icheck-material-rtwhite > input:first-child:not(:checked):not(:disabled):hover + input[type="hidden"] + label::before {
    border-color: #f9f5f5;
}

.icheck-material-rtwhite > input:first-child:checked + label::before,
.icheck-material-rtwhite > input:first-child:checked + input[type="hidden"] + label::before {
    background-color: #f9f5f5;
    border-color: #f9f5f5;
}

.icheck-material-rtwhite > input:first-child:checked + label::after,
.icheck-material-rtwhite > input:first-child:checked + input[type="hidden"] + label::after {
    border-bottom-color: var(--main-dark);
    border-right-color: var(--main-dark);
}

.icheck-material-rtwhite > input:first-child + label::before,
.icheck-material-rtwhite > input:first-child + input[type="hidden"] + label::before {
    border: 2px solid #f9f5f5;
    background: #f9f5f5;
}

.icheck-material-rtyellow > input:first-child {
    background-color: #ffc52a;
}

.icheck-material-rtyellow > input:first-child::-ms-check {
    background-color: #ffc52a;
}

.icheck-material-rtyellow > input:first-child:not(:checked):not(:disabled):hover + label::before,
.icheck-material-rtyellow > input:first-child:not(:checked):not(:disabled):hover + input[type="hidden"] + label::before {
    border-color: #ffc52a;
}

.icheck-material-rtyellow > input:first-child:checked + label::before,
.icheck-material-rtyellow > input:first-child:checked + input[type="hidden"] + label::before {
    background-color: #ffc52a;
    border-color: #ffc52a;
}

.icheck-material-rtyellow > input:first-child:checked + label::after,
.icheck-material-rtyellow > input:first-child:checked + input[type="hidden"] + label::after {
    border-bottom-color: #fff;
    border-right-color: #fff;
}

.icheck-material-rtyellow > input:first-child + label::before,
.icheck-material-rtyellow > input:first-child + input[type="hidden"] + label::before {
    border: 2px solid #ffc52a;
    background: #ffc52a;
}

.icheck-material-blue > input:first-child {
    background-color: #ffc52a;
}

.icheck-material-blue > input:first-child::-ms-check {
    background-color: #ffc52a;
}

.icheck-material-blue > input:first-child:not(:checked):not(:disabled):hover + label::before,
.icheck-material-blue > input:first-child:not(:checked):not(:disabled):hover + input[type="hidden"] + label::before {
    border-color: #ffc52a;
}

.icheck-material-blue > input:first-child:checked + label::before,
.icheck-material-blue > input:first-child:checked + input[type="hidden"] + label::before {
    background-color: #ffc52a;
    border-color: #ffc52a;
}

.icheck-material-blue > input:first-child:checked + label::after,
.icheck-material-blue > input:first-child:checked + input[type="hidden"] + label::after {
    border-bottom-color: #fff;
    border-right-color: #fff;
}

.icheck-material-blue > input[type="radio"]:first-child:checked + label::after,
.icheck-material-blue > input[type="radio"]:first-child:checked + input[type="hidden"] + label::after {
    background-color: #ffc52a;
}

.icheck-material-rtgray > input:first-child {
    background-color: #c4c4c4;
}

.icheck-material-rtgray > input:first-child::-ms-check {
    background-color: #c4c4c4;
}

.icheck-material-rtgray > input:first-child:not(:checked):not(:disabled):hover + label::before,
.icheck-material-rtgray > input:first-child:not(:checked):not(:disabled):hover + input[type="hidden"] + label::before {
    border-color: #c4c4c4;
}

.icheck-material-rtgray > input:first-child:checked + label::before,
.icheck-material-rtgray > input:first-child:checked + input[type="hidden"] + label::before {
    background-color: #c4c4c4;
    border-color: #c4c4c4;
}

.icheck-material-rtgray > input:first-child:checked + label::after,
.icheck-material-rtgray > input:first-child:checked + input[type="hidden"] + label::after {
    border-bottom-color: var(--main-dark);
    border-right-color: var(--main-dark);
}

.icheck-material-rtgray > input:first-child + label::before,
.icheck-material-rtgray > input:first-child + input[type="hidden"] + label::before {
    border: 2px solid #c4c4c4;
    background: #c4c4c4;
}

.wo-widget [class*="icheck-material"] > input:first-child + label::before,
.wo-widget [class*="icheck-material"] > input:first-child + input[type="hidden"] + label::before {
    border-radius: 50%;
}

.wo-widget .icheck-material-rtblack > input:first-child:checked + input[type="hidden"] + label::after,
.wo-widget .icheck-material-rtblack > input:first-child:checked + label::after {
    top: 1px;
    left: 1px;
}

.wo-widget .icheck-material-rtwhite > input:first-child:checked + input[type="hidden"] + label::after,
.wo-widget .icheck-material-rtwhite > input:first-child:checked + label::after {
    top: 1px;
    left: 1px;
}

.wo-widget .icheck-material-rtyellow > input:first-child:checked + input[type="hidden"] + label::after,
.wo-widget .icheck-material-rtyellow > input:first-child:checked + label::after {
    top: 1px;
    left: 1px;
}

.wo-widget .icheck-material-rtgray > input:first-child:checked + input[type="hidden"] + label::after,
.wo-widget .icheck-material-rtgray > input:first-child:checked + label::after {
    top: 1px;
    left: 1px;
}

.wo-widget [class*="icheck-material"] > input[type="checkbox"]:first-child:checked + input[type="hidden"] + label::after,
.wo-widget [class*="icheck-material"] > input[type="checkbox"]:first-child:checked + label::after {
    height: 13px;
    width: 6px;
}

.wo-widget [class*="icheck-material"] > label {
    padding-left: 40px !important;
}

.wo-widget [class*="icheck-material"] > input:first-child + input[type="hidden"] + label::before,
.wo-widget [class*="icheck-material"] > input:first-child + label::before {
    margin-left: -40px !important;
}

/*4.10 alert css*/
.rt-alrt-1 {
    position: relative;
    z-index: 1;
    -webkit-box-shadow: 0px 4px 20px 0px rgba(46, 70, 198, 0.2);
    box-shadow: 0px 4px 20px 0px rgba(46, 70, 198, 0.2);
    color: #555555;
}

.rt-alrt-1:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    z-index: -1;
    background-image: linear-gradient(8deg, #496cfe 0%, #4950f8 29%, #4933f1 55%, #7133f3 83%, #9932f5 100%);
    opacity: 0.2;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
    filter: alpha(opacity=20);
}

.rt-alrt-1 i {
    font-size: 25px;
    color: var(--main-dark);
}

.alert {
    padding: 30px;
    border-radius: 0px;
    border: medium none;
}

/*4.11 badge css*/
.rt-gradinet-badge {
    background: linear-gradient(35deg, #9932f5 0%, #4933f1 53%, #4950f8 70%, #496cfe 100%);
    color: #fff;
    padding: 6px 16px;
    font-size: 16px;
    font-weight: 400;
}

.rt-gradinet-badge.pill {
    border-radius: 999px;
}

/*4.12 icon css*/
.rt-hw-0 {
    height: 0px;
    width: 0px;
    line-height: 0px;
}

.rt-hw-1 {
    height: 1px;
    width: 1px;
    line-height: 1px;
}

.rt-hw-2 {
    height: 2px;
    width: 2px;
    line-height: 2px;
}

.rt-hw-3 {
    height: 3px;
    width: 3px;
    line-height: 3px;
}

.rt-hw-4 {
    height: 4px;
    width: 4px;
    line-height: 4px;
}

.rt-hw-5 {
    height: 5px;
    width: 5px;
    line-height: 5px;
}

.rt-hw-6 {
    height: 6px;
    width: 6px;
    line-height: 6px;
}

.rt-hw-7 {
    height: 7px;
    width: 7px;
    line-height: 7px;
}

.rt-hw-8 {
    height: 8px;
    width: 8px;
    line-height: 8px;
}

.rt-hw-9 {
    height: 9px;
    width: 9px;
    line-height: 9px;
}

.rt-hw-10 {
    height: 10px;
    width: 10px;
    line-height: 10px;
}

.rt-hw-11 {
    height: 11px;
    width: 11px;
    line-height: 11px;
}

.rt-hw-12 {
    height: 12px;
    width: 12px;
    line-height: 12px;
}

.rt-hw-13 {
    height: 13px;
    width: 13px;
    line-height: 13px;
}

.rt-hw-14 {
    height: 14px;
    width: 14px;
    line-height: 14px;
}

.rt-hw-15 {
    height: 15px;
    width: 15px;
    line-height: 15px;
}

.rt-hw-16 {
    height: 16px;
    width: 16px;
    line-height: 16px;
}

.rt-hw-17 {
    height: 17px;
    width: 17px;
    line-height: 17px;
}

.rt-hw-18 {
    height: 18px;
    width: 18px;
    line-height: 18px;
}

.rt-hw-19 {
    height: 19px;
    width: 19px;
    line-height: 19px;
}

.rt-hw-20 {
    height: 20px;
    width: 20px;
    line-height: 20px;
}

.rt-hw-21 {
    height: 21px;
    width: 21px;
    line-height: 21px;
}

.rt-hw-22 {
    height: 22px;
    width: 22px;
    line-height: 22px;
}

.rt-hw-23 {
    height: 23px;
    width: 23px;
    line-height: 23px;
}

.rt-hw-24 {
    height: 24px;
    width: 24px;
    line-height: 24px;
}

.rt-hw-25 {
    height: 25px;
    width: 25px;
    line-height: 25px;
}

.rt-hw-26 {
    height: 26px;
    width: 26px;
    line-height: 26px;
}

.rt-hw-27 {
    height: 27px;
    width: 27px;
    line-height: 27px;
}

.rt-hw-28 {
    height: 28px;
    width: 28px;
    line-height: 28px;
}

.rt-hw-29 {
    height: 29px;
    width: 29px;
    line-height: 29px;
}

.rt-hw-30 {
    height: 30px;
    width: 30px;
    line-height: 30px;
}

.rt-hw-31 {
    height: 31px;
    width: 31px;
    line-height: 31px;
}

.rt-hw-32 {
    height: 32px;
    width: 32px;
    line-height: 32px;
}

.rt-hw-33 {
    height: 33px;
    width: 33px;
    line-height: 33px;
}

.rt-hw-34 {
    height: 34px;
    width: 34px;
    line-height: 34px;
}

.rt-hw-35 {
    height: 35px;
    width: 35px;
    line-height: 35px;
}

.rt-hw-36 {
    height: 36px;
    width: 36px;
    line-height: 36px;
}

.rt-hw-37 {
    height: 37px;
    width: 37px;
    line-height: 37px;
}

.rt-hw-38 {
    height: 38px;
    width: 38px;
    line-height: 38px;
}

.rt-hw-39 {
    height: 39px;
    width: 39px;
    line-height: 39px;
}

.rt-hw-40 {
    height: 40px;
    width: 40px;
    line-height: 40px;
}

.rt-hw-41 {
    height: 41px;
    width: 41px;
    line-height: 41px;
}

.rt-hw-42 {
    height: 42px;
    width: 42px;
    line-height: 42px;
}

.rt-hw-43 {
    height: 43px;
    width: 43px;
    line-height: 43px;
}

.rt-hw-44 {
    height: 44px;
    width: 44px;
    line-height: 44px;
}

.rt-hw-45 {
    height: 45px;
    width: 45px;
    line-height: 45px;
}

.rt-hw-46 {
    height: 46px;
    width: 46px;
    line-height: 46px;
}

.rt-hw-47 {
    height: 47px;
    width: 47px;
    line-height: 47px;
}

.rt-hw-48 {
    height: 48px;
    width: 48px;
    line-height: 48px;
}

.rt-hw-49 {
    height: 49px;
    width: 49px;
    line-height: 49px;
}

.rt-hw-50 {
    height: 50px;
    width: 50px;
    line-height: 50px;
}

.rt-hw-51 {
    height: 51px;
    width: 51px;
    line-height: 51px;
}

.rt-hw-52 {
    height: 52px;
    width: 52px;
    line-height: 52px;
}

.rt-hw-53 {
    height: 53px;
    width: 53px;
    line-height: 53px;
}

.rt-hw-54 {
    height: 54px;
    width: 54px;
    line-height: 54px;
}

.rt-hw-55 {
    height: 55px;
    width: 55px;
    line-height: 55px;
}

.rt-hw-56 {
    height: 56px;
    width: 56px;
    line-height: 56px;
}

.rt-hw-57 {
    height: 57px;
    width: 57px;
    line-height: 57px;
}

.rt-hw-58 {
    height: 58px;
    width: 58px;
    line-height: 58px;
}

.rt-hw-59 {
    height: 59px;
    width: 59px;
    line-height: 59px;
}

.rt-hw-60 {
    height: 60px;
    width: 60px;
    line-height: 60px;
}

.rt-hw-61 {
    height: 61px;
    width: 61px;
    line-height: 61px;
}

.rt-hw-62 {
    height: 62px;
    width: 62px;
    line-height: 62px;
}

.rt-hw-63 {
    height: 63px;
    width: 63px;
    line-height: 63px;
}

.rt-hw-64 {
    height: 64px;
    width: 64px;
    line-height: 64px;
}

.rt-hw-65 {
    height: 65px;
    width: 65px;
    line-height: 65px;
}

.rt-hw-66 {
    height: 66px;
    width: 66px;
    line-height: 66px;
}

.rt-hw-67 {
    height: 67px;
    width: 67px;
    line-height: 67px;
}

.rt-hw-68 {
    height: 68px;
    width: 68px;
    line-height: 68px;
}

.rt-hw-69 {
    height: 69px;
    width: 69px;
    line-height: 69px;
}

.rt-hw-70 {
    height: 70px;
    width: 70px;
    line-height: 70px;
}

.rt-hw-71 {
    height: 71px;
    width: 71px;
    line-height: 71px;
}

.rt-hw-72 {
    height: 72px;
    width: 72px;
    line-height: 72px;
}

.rt-hw-73 {
    height: 73px;
    width: 73px;
    line-height: 73px;
}

.rt-hw-74 {
    height: 74px;
    width: 74px;
    line-height: 74px;
}

.rt-hw-75 {
    height: 75px;
    width: 75px;
    line-height: 75px;
}

.rt-hw-76 {
    height: 76px;
    width: 76px;
    line-height: 76px;
}

.rt-hw-77 {
    height: 77px;
    width: 77px;
    line-height: 77px;
}

.rt-hw-78 {
    height: 78px;
    width: 78px;
    line-height: 78px;
}

.rt-hw-79 {
    height: 79px;
    width: 79px;
    line-height: 79px;
}

.rt-hw-80 {
    height: 80px;
    width: 80px;
    line-height: 80px;
}

.rt-hw-81 {
    height: 81px;
    width: 81px;
    line-height: 81px;
}

.rt-hw-82 {
    height: 82px;
    width: 82px;
    line-height: 82px;
}

.rt-hw-83 {
    height: 83px;
    width: 83px;
    line-height: 83px;
}

.rt-hw-84 {
    height: 84px;
    width: 84px;
    line-height: 84px;
}

.rt-hw-85 {
    height: 85px;
    width: 85px;
    line-height: 85px;
}

.rt-hw-86 {
    height: 86px;
    width: 86px;
    line-height: 86px;
}

.rt-hw-87 {
    height: 87px;
    width: 87px;
    line-height: 87px;
}

.rt-hw-88 {
    height: 88px;
    width: 88px;
    line-height: 88px;
}

.rt-hw-89 {
    height: 89px;
    width: 89px;
    line-height: 89px;
}

.rt-hw-90 {
    height: 90px;
    width: 90px;
    line-height: 90px;
}

.rt-hw-91 {
    height: 91px;
    width: 91px;
    line-height: 91px;
}

.rt-hw-92 {
    height: 92px;
    width: 92px;
    line-height: 92px;
}

.rt-hw-93 {
    height: 93px;
    width: 93px;
    line-height: 93px;
}

.rt-hw-94 {
    height: 94px;
    width: 94px;
    line-height: 94px;
}

.rt-hw-95 {
    height: 95px;
    width: 95px;
    line-height: 95px;
}

.rt-hw-96 {
    height: 96px;
    width: 96px;
    line-height: 96px;
}

.rt-hw-97 {
    height: 97px;
    width: 97px;
    line-height: 97px;
}

.rt-hw-98 {
    height: 98px;
    width: 98px;
    line-height: 98px;
}

.rt-hw-99 {
    height: 99px;
    width: 99px;
    line-height: 99px;
}

.rt-hw-100 {
    height: 100px;
    width: 100px;
    line-height: 100px;
}

@media (max-width: 767.98px) {
    .rt-hw-xs-0 {
        height: 0px;
        width: 0px;
        line-height: 0px;
    }
    .rt-hw-xs-1 {
        height: 1px;
        width: 1px;
        line-height: 1px;
    }
    .rt-hw-xs-2 {
        height: 2px;
        width: 2px;
        line-height: 2px;
    }
    .rt-hw-xs-3 {
        height: 3px;
        width: 3px;
        line-height: 3px;
    }
    .rt-hw-xs-4 {
        height: 4px;
        width: 4px;
        line-height: 4px;
    }
    .rt-hw-xs-5 {
        height: 5px;
        width: 5px;
        line-height: 5px;
    }
    .rt-hw-xs-6 {
        height: 6px;
        width: 6px;
        line-height: 6px;
    }
    .rt-hw-xs-7 {
        height: 7px;
        width: 7px;
        line-height: 7px;
    }
    .rt-hw-xs-8 {
        height: 8px;
        width: 8px;
        line-height: 8px;
    }
    .rt-hw-xs-9 {
        height: 9px;
        width: 9px;
        line-height: 9px;
    }
    .rt-hw-xs-10 {
        height: 10px;
        width: 10px;
        line-height: 10px;
    }
    .rt-hw-xs-11 {
        height: 11px;
        width: 11px;
        line-height: 11px;
    }
    .rt-hw-xs-12 {
        height: 12px;
        width: 12px;
        line-height: 12px;
    }
    .rt-hw-xs-13 {
        height: 13px;
        width: 13px;
        line-height: 13px;
    }
    .rt-hw-xs-14 {
        height: 14px;
        width: 14px;
        line-height: 14px;
    }
    .rt-hw-xs-15 {
        height: 15px;
        width: 15px;
        line-height: 15px;
    }
    .rt-hw-xs-16 {
        height: 16px;
        width: 16px;
        line-height: 16px;
    }
    .rt-hw-xs-17 {
        height: 17px;
        width: 17px;
        line-height: 17px;
    }
    .rt-hw-xs-18 {
        height: 18px;
        width: 18px;
        line-height: 18px;
    }
    .rt-hw-xs-19 {
        height: 19px;
        width: 19px;
        line-height: 19px;
    }
    .rt-hw-xs-20 {
        height: 20px;
        width: 20px;
        line-height: 20px;
    }
    .rt-hw-xs-21 {
        height: 21px;
        width: 21px;
        line-height: 21px;
    }
    .rt-hw-xs-22 {
        height: 22px;
        width: 22px;
        line-height: 22px;
    }
    .rt-hw-xs-23 {
        height: 23px;
        width: 23px;
        line-height: 23px;
    }
    .rt-hw-xs-24 {
        height: 24px;
        width: 24px;
        line-height: 24px;
    }
    .rt-hw-xs-25 {
        height: 25px;
        width: 25px;
        line-height: 25px;
    }
    .rt-hw-xs-26 {
        height: 26px;
        width: 26px;
        line-height: 26px;
    }
    .rt-hw-xs-27 {
        height: 27px;
        width: 27px;
        line-height: 27px;
    }
    .rt-hw-xs-28 {
        height: 28px;
        width: 28px;
        line-height: 28px;
    }
    .rt-hw-xs-29 {
        height: 29px;
        width: 29px;
        line-height: 29px;
    }
    .rt-hw-xs-30 {
        height: 30px;
        width: 30px;
        line-height: 30px;
    }
    .rt-hw-xs-31 {
        height: 31px;
        width: 31px;
        line-height: 31px;
    }
    .rt-hw-xs-32 {
        height: 32px;
        width: 32px;
        line-height: 32px;
    }
    .rt-hw-xs-33 {
        height: 33px;
        width: 33px;
        line-height: 33px;
    }
    .rt-hw-xs-34 {
        height: 34px;
        width: 34px;
        line-height: 34px;
    }
    .rt-hw-xs-35 {
        height: 35px;
        width: 35px;
        line-height: 35px;
    }
    .rt-hw-xs-36 {
        height: 36px;
        width: 36px;
        line-height: 36px;
    }
    .rt-hw-xs-37 {
        height: 37px;
        width: 37px;
        line-height: 37px;
    }
    .rt-hw-xs-38 {
        height: 38px;
        width: 38px;
        line-height: 38px;
    }
    .rt-hw-xs-39 {
        height: 39px;
        width: 39px;
        line-height: 39px;
    }
    .rt-hw-xs-40 {
        height: 40px;
        width: 40px;
        line-height: 40px;
    }
    .rt-hw-xs-41 {
        height: 41px;
        width: 41px;
        line-height: 41px;
    }
    .rt-hw-xs-42 {
        height: 42px;
        width: 42px;
        line-height: 42px;
    }
    .rt-hw-xs-43 {
        height: 43px;
        width: 43px;
        line-height: 43px;
    }
    .rt-hw-xs-44 {
        height: 44px;
        width: 44px;
        line-height: 44px;
    }
    .rt-hw-xs-45 {
        height: 45px;
        width: 45px;
        line-height: 45px;
    }
    .rt-hw-xs-46 {
        height: 46px;
        width: 46px;
        line-height: 46px;
    }
    .rt-hw-xs-47 {
        height: 47px;
        width: 47px;
        line-height: 47px;
    }
    .rt-hw-xs-48 {
        height: 48px;
        width: 48px;
        line-height: 48px;
    }
    .rt-hw-xs-49 {
        height: 49px;
        width: 49px;
        line-height: 49px;
    }
    .rt-hw-xs-50 {
        height: 50px;
        width: 50px;
        line-height: 50px;
    }
    .rt-hw-xs-51 {
        height: 51px;
        width: 51px;
        line-height: 51px;
    }
    .rt-hw-xs-52 {
        height: 52px;
        width: 52px;
        line-height: 52px;
    }
    .rt-hw-xs-53 {
        height: 53px;
        width: 53px;
        line-height: 53px;
    }
    .rt-hw-xs-54 {
        height: 54px;
        width: 54px;
        line-height: 54px;
    }
    .rt-hw-xs-55 {
        height: 55px;
        width: 55px;
        line-height: 55px;
    }
    .rt-hw-xs-56 {
        height: 56px;
        width: 56px;
        line-height: 56px;
    }
    .rt-hw-xs-57 {
        height: 57px;
        width: 57px;
        line-height: 57px;
    }
    .rt-hw-xs-58 {
        height: 58px;
        width: 58px;
        line-height: 58px;
    }
    .rt-hw-xs-59 {
        height: 59px;
        width: 59px;
        line-height: 59px;
    }
    .rt-hw-xs-60 {
        height: 60px;
        width: 60px;
        line-height: 60px;
    }
    .rt-hw-xs-61 {
        height: 61px;
        width: 61px;
        line-height: 61px;
    }
    .rt-hw-xs-62 {
        height: 62px;
        width: 62px;
        line-height: 62px;
    }
    .rt-hw-xs-63 {
        height: 63px;
        width: 63px;
        line-height: 63px;
    }
    .rt-hw-xs-64 {
        height: 64px;
        width: 64px;
        line-height: 64px;
    }
    .rt-hw-xs-65 {
        height: 65px;
        width: 65px;
        line-height: 65px;
    }
    .rt-hw-xs-66 {
        height: 66px;
        width: 66px;
        line-height: 66px;
    }
    .rt-hw-xs-67 {
        height: 67px;
        width: 67px;
        line-height: 67px;
    }
    .rt-hw-xs-68 {
        height: 68px;
        width: 68px;
        line-height: 68px;
    }
    .rt-hw-xs-69 {
        height: 69px;
        width: 69px;
        line-height: 69px;
    }
    .rt-hw-xs-70 {
        height: 70px;
        width: 70px;
        line-height: 70px;
    }
    .rt-hw-xs-71 {
        height: 71px;
        width: 71px;
        line-height: 71px;
    }
    .rt-hw-xs-72 {
        height: 72px;
        width: 72px;
        line-height: 72px;
    }
    .rt-hw-xs-73 {
        height: 73px;
        width: 73px;
        line-height: 73px;
    }
    .rt-hw-xs-74 {
        height: 74px;
        width: 74px;
        line-height: 74px;
    }
    .rt-hw-xs-75 {
        height: 75px;
        width: 75px;
        line-height: 75px;
    }
    .rt-hw-xs-76 {
        height: 76px;
        width: 76px;
        line-height: 76px;
    }
    .rt-hw-xs-77 {
        height: 77px;
        width: 77px;
        line-height: 77px;
    }
    .rt-hw-xs-78 {
        height: 78px;
        width: 78px;
        line-height: 78px;
    }
    .rt-hw-xs-79 {
        height: 79px;
        width: 79px;
        line-height: 79px;
    }
    .rt-hw-xs-80 {
        height: 80px;
        width: 80px;
        line-height: 80px;
    }
    .rt-hw-xs-81 {
        height: 81px;
        width: 81px;
        line-height: 81px;
    }
    .rt-hw-xs-82 {
        height: 82px;
        width: 82px;
        line-height: 82px;
    }
    .rt-hw-xs-83 {
        height: 83px;
        width: 83px;
        line-height: 83px;
    }
    .rt-hw-xs-84 {
        height: 84px;
        width: 84px;
        line-height: 84px;
    }
    .rt-hw-xs-85 {
        height: 85px;
        width: 85px;
        line-height: 85px;
    }
    .rt-hw-xs-86 {
        height: 86px;
        width: 86px;
        line-height: 86px;
    }
    .rt-hw-xs-87 {
        height: 87px;
        width: 87px;
        line-height: 87px;
    }
    .rt-hw-xs-88 {
        height: 88px;
        width: 88px;
        line-height: 88px;
    }
    .rt-hw-xs-89 {
        height: 89px;
        width: 89px;
        line-height: 89px;
    }
    .rt-hw-xs-90 {
        height: 90px;
        width: 90px;
        line-height: 90px;
    }
    .rt-hw-xs-91 {
        height: 91px;
        width: 91px;
        line-height: 91px;
    }
    .rt-hw-xs-92 {
        height: 92px;
        width: 92px;
        line-height: 92px;
    }
    .rt-hw-xs-93 {
        height: 93px;
        width: 93px;
        line-height: 93px;
    }
    .rt-hw-xs-94 {
        height: 94px;
        width: 94px;
        line-height: 94px;
    }
    .rt-hw-xs-95 {
        height: 95px;
        width: 95px;
        line-height: 95px;
    }
    .rt-hw-xs-96 {
        height: 96px;
        width: 96px;
        line-height: 96px;
    }
    .rt-hw-xs-97 {
        height: 97px;
        width: 97px;
        line-height: 97px;
    }
    .rt-hw-xs-98 {
        height: 98px;
        width: 98px;
        line-height: 98px;
    }
    .rt-hw-xs-99 {
        height: 99px;
        width: 99px;
        line-height: 99px;
    }
    .rt-hw-xs-100 {
        height: 100px;
        width: 100px;
        line-height: 100px;
    }
}

.rt-circle {
    border-radius: 50%;
}

.rt-circle:after {
    border-radius: 50%;
}

.rt-icon {
    display: inline-block;
    position: relative;
    z-index: 1;
    text-align: center;
}

.icon-primary {
    background: var(--main);
    color: #fff !important;
    position: relative;
    z-index: 1;
}

.icon-primary:hover {
    color: #fff !important;
    background-color: #f2b04a;
}

.icon-secondary {
    background: var(--secondary);
    color: #fff !important;
    position: relative;
    z-index: 1;
}

.icon-secondary:hover {
    color: #fff !important;
    background-color: #ee6b29;
}

.icon-dark {
    background: transparent;
    color: var(--main-dark) !important;
    border: 1px solid rgba(0, 0, 0, 0.149);
    position: relative;
    z-index: 1;
}

.icon-dark:hover {
    color: #fff !important;
    background-color: var(--main);
}

.icon-gray {
    background: #f4f4f4;
    color: var(--main-dark) !important;
}

.icon-gray:hover {
    color: #fff !important;
    background-color: var(--main);
}

.icon-light {
    background: white;
    color: var(--main-dark) !important;
    -webkit-box-shadow: 0px 0px 40.02px 5.98px rgba(0, 0, 0, 0.03);
    box-shadow: 0px 0px 40.02px 5.98px rgba(0, 0, 0, 0.03);
}

.icon-light:hover {
    color: var(--main-dark) !important;
    background-color: var(--main);
}

.icon-glow-1 {
    -webkit-box-shadow: 0 0 0 0px rgba(152, 93, 221, 0.7);
    box-shadow: 0 0 0 0px rgba(152, 93, 221, 0.7);
    -webkit-animation: pulseservices2 0.9s infinite ease-in-out;
    animation: pulseservices2 0.9s infinite ease-in-out;
}

@-webkit-keyframes pulseservices2 {
    to {
        -webkit-box-shadow: 0 0 0 15px rgba(152, 93, 221, 0);
        box-shadow: 0 0 0 15px rgba(152, 93, 221, 0);
    }
}

/*4.13 progress css*/
.single-progress .progress {
    background: #e1e1e4;
    height: 10px;
    border-radius: 999px;
}

/*4.14 progress css*/
.rt-preloder {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 9999;
    background-color: #fff;
}

.rt-preloder .preloder-box {
    height: 128px;
    width: 128px;
}

.rt-preloder .lds-ripple {
    display: inline-block;
    position: relative;
    width: 74px;
    height: 74px;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.rt-preloder .lds-ripple div {
    position: absolute;
    border: 4px solid var(--secondary);
    opacity: 1;
    border-radius: 50%;
    -webkit-animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}

.rt-preloder .lds-ripple div:nth-child(2) {
    -webkit-animation-delay: -.5s;
    animation-delay: -.5s;
}

.rt-preloader-wrap {
    position: relative;
    width: 100%;
    height: 100%;
}

.rt-preloader-wrap .ball {
    position: absolute;
    top: 50%;
    margin-top: -8px;
    border-radius: 100%;
    width: 16px;
    height: 16px;
}

/* Big Ball */
.rt-preloader-wrap .ball.ball-top {
    z-index: 1;
    /* Big Ball Color */
    background: #3e3e3e;
    -webkit-transform-origin: 64px 50%;
    transform-origin: 64px 50%;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-animation: ball-top 3s linear 0s infinite;
    animation: ball-top 3s linear 0s infinite;
}

/* Small Ball */
.rt-preloader-wrap .ball.ball-top:nth-of-type(2) {
    /* Small Ball Color */
    background: #3e3e3e;
    width: 8px;
    height: 8px;
    -webkit-animation: ball-top 3s linear 0.6s infinite;
    animation: ball-top 3s linear 0.6s infinite;
}

/* Big Ball Bot */
.rt-preloader-wrap .ball.ball-bot {
    background: #cacaca;
    -webkit-filter: blur(3px);
    filter: blur(3px);
    -webkit-transform-origin: 64px 50%;
    transform-origin: 64px 50%;
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
    -webkit-animation: ball-bot 3s linear 0s infinite;
    animation: ball-bot 3s linear 0s infinite;
}

/* Small Ball Bot */
.rt-preloader-wrap .ball.ball-bot:nth-of-type(2) {
    background: #cacaca;
    -webkit-filter: blur(0px);
    filter: blur(0px);
    z-index: -1;
    width: 8px;
    height: 8px;
    -webkit-animation: ball-bot 3s linear 0.6s infinite;
    animation: ball-bot 3s linear 0.6s infinite;
}

/* Big Ball Shadow Effects */
.rt-preloader-wrap .rt-preloader-wrap-effect {
    position: absolute;
    top: 50%;
    margin-top: -8px;
    left: -8px;
    right: -8px;
}

.rt-preloader-wrap .rt-preloader-wrap-effect .circle-effect {
    opacity: 0;
    position: absolute;
    border-radius: 100%;
    border: 1px solid rgba(0, 0, 0, 0.6);
    width: 32px;
    height: 32px;
}

/* Small Ball Shadow Effects */
.rt-preloader-wrap .rt-preloader-wrap-effect .circle-effect:nth-of-type(2):before {
    border: none;
    background: rgba(0, 0, 0, 0.3);
    width: 8px;
    height: 8px;
}

.rt-preloader-wrap .rt-preloader-wrap-effect .circle-effect:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    border-radius: 100%;
    border: 0.5px solid rgba(0, 0, 0, 0.4);
    width: 16px;
    height: 16px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

/* Big Ball Ripple Effect Left */
.rt-preloader-wrap .rt-preloader-wrap-effect .circle-effect.left {
    left: 0;
    -webkit-animation: circle-effect-left 3s linear 0s infinite;
    animation: circle-effect-left 3s linear 0s infinite;
}

/* Small Ball Ripple Effect Left */
.rt-preloader-wrap .rt-preloader-wrap-effect .circle-effect.left:nth-of-type(2) {
    top: 8px;
    left: 4px;
    width: 16px;
    height: 16px;
    -webkit-animation: circle-effect-left 3s linear 0.6s infinite;
    animation: circle-effect-left 3s linear 0.6s infinite;
}

/* Big Ball Ripple Effect Right */
.rt-preloader-wrap .rt-preloader-wrap-effect .circle-effect.right {
    right: 0;
    -webkit-animation: circle-effect-right 3s linear 0s infinite;
    animation: circle-effect-right 3s linear 0s infinite;
}

/* Small Ball Ripple Effect Left */
.rt-preloader-wrap .rt-preloader-wrap-effect .circle-effect.right:nth-of-type(2) {
    top: 8px;
    right: 4px;
    width: 16px;
    height: 16px;
    -webkit-animation: circle-effect-right 3s linear 0.6s infinite;
    animation: circle-effect-right 3s linear 0.6s infinite;
}

/* CSS Keyframe Animations */
@-webkit-keyframes ball-top {
    0% {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }
    25% {
        -webkit-transform: rotate(-13deg);
        transform: rotate(-13deg);
    }
    75% {
        -webkit-transform: rotate(193deg);
        transform: rotate(193deg);
    }
    100% {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }
}

@keyframes ball-top {
    0% {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }
    25% {
        -webkit-transform: rotate(-13deg);
        transform: rotate(-13deg);
    }
    75% {
        -webkit-transform: rotate(193deg);
        transform: rotate(193deg);
    }
    100% {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }
}

@-webkit-keyframes ball-bot {
    0% {
        -webkit-transform: rotate(270deg);
        transform: rotate(270deg);
    }
    25% {
        -webkit-transform: rotate(345deg);
        transform: rotate(345deg);
    }
    75% {
        -webkit-transform: rotate(195deg);
        transform: rotate(195deg);
    }
    100% {
        -webkit-transform: rotate(270deg);
        transform: rotate(270deg);
    }
}

@keyframes ball-bot {
    0% {
        -webkit-transform: rotate(270deg);
        transform: rotate(270deg);
    }
    25% {
        -webkit-transform: rotate(345deg);
        transform: rotate(345deg);
    }
    75% {
        -webkit-transform: rotate(195deg);
        transform: rotate(195deg);
    }
    100% {
        -webkit-transform: rotate(270deg);
        transform: rotate(270deg);
    }
}

@-webkit-keyframes circle-effect-left {
    0% {
        opacity: 0;
    }
    24.99% {
        opacity: 0;
    }
    25% {
        opacity: 1;
        border-color: rgba(255, 255, 255, 0.6);
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
    }
    40% {
        border-color: rgba(255, 255, 255, 0);
    }
    45% {
        opacity: 0;
        border-color: rgba(255, 255, 255, 0);
        -webkit-transform: scale(3, 1);
        transform: scale(3, 1);
    }
    100% {
        opacity: 0;
    }
}

@keyframes circle-effect-left {
    0% {
        opacity: 0;
    }
    24.99% {
        opacity: 0;
    }
    25% {
        opacity: 1;
        border-color: rgba(255, 255, 255, 0.6);
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
    }
    40% {
        border-color: rgba(255, 255, 255, 0);
    }
    45% {
        opacity: 0;
        border-color: rgba(255, 255, 255, 0);
        -webkit-transform: scale(3, 1);
        transform: scale(3, 1);
    }
    100% {
        opacity: 0;
    }
}

@-webkit-keyframes circle-effect-right {
    0% {
        opacity: 0;
    }
    74.99% {
        opacity: 0;
    }
    75% {
        opacity: 1;
        border-color: rgba(255, 255, 255, 0.6);
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
    }
    90% {
        border-color: rgba(255, 255, 255, 0);
    }
    95% {
        opacity: 0;
        border-color: rgba(255, 255, 255, 0);
        -webkit-transform: scale(3, 1);
        transform: scale(3, 1);
    }
    100% {
        opacity: 0;
    }
}

@keyframes circle-effect-right {
    0% {
        opacity: 0;
    }
    74.99% {
        opacity: 0;
    }
    75% {
        opacity: 1;
        border-color: rgba(255, 255, 255, 0.6);
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
    }
    90% {
        border-color: rgba(255, 255, 255, 0);
    }
    95% {
        opacity: 0;
        border-color: rgba(255, 255, 255, 0);
        -webkit-transform: scale(3, 1);
        transform: scale(3, 1);
    }
    100% {
        opacity: 0;
    }
}

@-webkit-keyframes lds-ripple {
    0% {
        top: 33px;
        left: 33px;
        width: 0;
        height: 0;
        opacity: 1;
    }
    to {
        top: -1px;
        left: -1px;
        width: 68px;
        height: 68px;
        opacity: 0;
    }
}

@keyframes lds-ripple {
    0% {
        top: 33px;
        left: 33px;
        width: 0;
        height: 0;
        opacity: 1;
    }
    to {
        top: -1px;
        left: -1px;
        width: 68px;
        height: 68px;
        opacity: 0;
    }
}

/*5.0 Blog Css*/
.single-blg-post {
    position: relative;
    z-index: 1;
    border-bottom: 1px solid rgba(0, 0, 0, 0.102);
    padding-bottom: 45px;
    margin-bottom: 55px;
}

.single-blg-post.vertical-post {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 55px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 991.98px) {
    .single-blg-post.vertical-post {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.single-blg-post.vertical-post .post-thumbnail {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-right: 100px;
}

@media (max-width: 1199.98px) {
    .single-blg-post.vertical-post .post-thumbnail {
        margin-right: 30px;
    }
}

@media (max-width: 991.98px) {
    .single-blg-post.vertical-post .post-thumbnail {
        margin-right: 0px;
    }
}

.single-blg-post.vertical-post .entry-content {
    width: 100%;
}

.single-blg-post .post-thumbnail {
    display: block;
    position: relative;
    z-index: 1;
}

.single-blg-post.rt-quote-post blockquote {
    padding: 70px;
    background: linear-gradient(-145deg, #ff4f58 0%, #ffb400 100%);
}

.single-blg-post.rt-quote-post blockquote:after {
    display: none;
}

@media (max-width: 767.98px) {
    .single-blg-post.rt-quote-post blockquote {
        padding: 70px 30px;
    }
}

.single-blg-post .entry-content {
    background-color: white;
    padding-top: 36px;
}

.single-blg-post .entry-content .entry-header .entry-title {
    font-size: 24px;
    color: var(--main-dark);
    line-height: 40px;
    word-break: break-word;
    font-weight: 700;
    margin: 0 0 15px;
    -webkit-transition: all 0.24s ease-in-out;
    transition: all 0.24s ease-in-out;
}

@media (max-width: 767.98px) {
    .single-blg-post .entry-content .entry-header .entry-title {
        font-size: 20px;
        line-height: 1.6;
    }
}

.single-blg-post .entry-content .entry-header .entry-title a {
    color: #2f2838;
}

.single-blg-post .entry-content .entry-header .entry-title a:hover {
    color: var(--main-dark);
    text-decoration: underline;
}

.single-blg-post .entry-content .entry-meta {
    margin-bottom: 13px;
}

.single-blg-post .entry-content .entry-meta span {
    display: inline-block;
    font-size: 15px;
    position: relative;
    z-index: 1;
}

.single-blg-post .entry-content .entry-meta span.cat-links {
    margin-right: 70px;
    padding-left: 70px;
}

@media (max-width: 767.98px) {
    .single-blg-post .entry-content .entry-meta span.cat-links {
        padding-left: 30px;
        margin-right: 30px;
    }
}

.single-blg-post .entry-content .entry-meta span.cat-links:after {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    content: "";
    background: #ff7200;
    height: 3px;
    width: 43px;
}

@media (max-width: 767.98px) {
    .single-blg-post .entry-content .entry-meta span.cat-links:after {
        width: 20px;
    }
}

.single-blg-post .entry-content .entry-meta span.cat-links a {
    color: #ff7200;
    margin-left: 5px;
}

.single-blg-post .entry-content .entry-meta span a {
    color: var(--main-dark);
    -webkit-transition: all 0.24s ease-in-out;
    transition: all 0.24s ease-in-out;
}

.single-blg-post .entry-content .entry-meta span a i {
    color: var(--main-dark);
    padding-right: 5px;
}

.single-blg-post .entry-content .entry-meta span a:hover {
    color: #ff7200;
}

.single-blg-post .entry-content .entry-meta span a:hover i {
    color: #ff7200;
}

.single-blg-post .entry-content .entry-meta span:last-child {
    margin-right: 0px;
}

.single-blg-post .entry-content .entry-meta span.post-divider {
    margin-left: 4px;
    margin-right: 4px;
}

.single-blg-post .entry-content .entry-meta span.posted-on, .single-blg-post .entry-content .entry-meta span.post-divider, .single-blg-post .entry-content .entry-meta span.comments-link {
    color: #888;
}

.single-blg-post .entry-content .entry-meta span.posted-on a, .single-blg-post .entry-content .entry-meta span.post-divider a, .single-blg-post .entry-content .entry-meta span.comments-link a {
    color: #888;
}

.single-blg-post .entry-content .entry-meta span.posted-on a:hover, .single-blg-post .entry-content .entry-meta span.post-divider a:hover, .single-blg-post .entry-content .entry-meta span.comments-link a:hover {
    color: #ff7200;
}

.single-blg-post .entry-content p {
    font-size: 16px;
    color: var(--main-dark);
    line-height: 26px;
}

.single-blg-post .entry-content .entry-footer {
    margin-top: 32px;
}

.single-blg-post .entry-content .entry-footer .blog-link {
    font-size: 15px;
    font-weight: 500;
    color: #ff7200;
}

.single-blg-post .entry-content .entry-footer .blog-link2 {
    font-size: 15px;
    font-weight: 500;
    color: var(--main-dark);
    margin-right: 40px;
}

.single-blg-post .entry-content .songle-entry-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 80px;
}

@media (max-width: 1199.98px) {
    .single-blg-post .entry-content .songle-entry-footer {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.single-blg-post .entry-content .songle-entry-footer .single-tags span {
    margin-right: 15px;
    color: #888;
}

.single-blg-post .entry-content .songle-entry-footer .single-tags a {
    display: inline-block;
    padding: 8px 13px;
    color: var(--main-dark);
    background: #f8f8f8;
    margin-right: 5px;
}

.single-blg-post .entry-content .songle-entry-footer .single-tags a:last-child {
    margin-right: 0px;
}

.single-blg-post .entry-content .songle-entry-footer .single-tags a:hover {
    background: #ff7200;
    color: #fff;
}

.single-blg-post .entry-content .songle-entry-footer .single-share ul li {
    display: inline-block;
    margin-right: 5px;
}

.single-blg-post .entry-content .songle-entry-footer .single-share ul li a {
    color: #888888;
}

.single-blg-post .entry-content .songle-entry-footer .single-share ul li a:hover {
    color: var(--main-dark);
}

.single-blg-post .entry-content .songle-entry-footer .single-share ul li:last-child {
    margin-right: 0px;
}

.single-blog-conent .single-blg-post {
    margin-bottom: 0px;
}

.single-blog-conent .single-blg-post .entry-content .entry-header .entry-title {
    font-size: 45px;
    line-height: 60px;
    margin: 0 0 40px;
}

@media (max-width: 767.98px) {
    .single-blog-conent .single-blg-post .entry-content .entry-header .entry-title {
        font-size: 32px;
        line-height: 1.3;
    }
}

.author-box {
    background-color: white;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(136, 136, 136, 0.1);
    box-shadow: 0px 0px 10px 0px rgba(136, 136, 136, 0.1);
    border-radius: 12px;
    padding: 30px;
}

.author-box .author-social li {
    display: inline-block;
}

.author-box .author-social li a {
    display: block;
    margin-right: 12px;
}

@media (max-width: 767.98px) {
    .author-box .author-social li a {
        margin-right: 5px;
    }
}

.author-box .author-social li:last-child a {
    margin-right: 0px;
}

.widget {
    margin: 0 0 45px;
    background-color: white;
}

.widget.wo-widget {
    border-bottom: 1px solid rgba(0, 0, 0, 0.102);
    margin-bottom: 40px;
    padding-bottom: 18px;
    background-color: transparent;
}

.widget.wo-widget:last-child {
    padding-bottom: 0px;
    border-bottom: none;
}

.widget:last-child {
    margin-bottom: 0px;
    border: none;
}

.widget .wo-widget-title {
    font-size: 24px;
    font-weight: 500;
    margin: 0 0 25px;
}

.widget .widget-title {
    font-size: 18px;
    text-transform: capitalize;
    font-weight: 500;
    margin: 0 0 25px;
    position: relative;
    z-index: 1;
}

.widget .rt-btn, .widget .submit-box-form .comment-respond input[type="submit"], .submit-box-form .comment-respond .widget input[type="submit"] {
    font-size: 14px;
}

.widget select {
    width: 100%;
    display: block;
    border: 1px solid #ccc;
    font-family: "Circular Std";
    font-weight: 500;
    padding: 1em;
}

.widget select:focus {
    outline: none;
}

.widget.widget_search .btn {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 18px;
}

.widget.widget_search .form-control:focus {
    border-color: var(--main) !important;
}

.widget.widget_add {
    border: none;
    padding: 0;
}

.widget .widget-title:empty {
    margin: 0;
}

.widget > ul {
    margin-left: 0;
    padding-left: 0px;
    list-style: outside none none;
}

.widget .menu-header-menu-container ul {
    margin-left: 0;
    padding-left: 0px;
    list-style: outside none none;
}

.widget .menu-header-menu-container ul > li {
    padding: 0 0 11px;
    line-height: 1.42857;
    font-size: 15px;
}

.widget .menu-header-menu-container ul:not(.children):not(.sub-menu) > li:last-child {
    margin: 0;
}

.widget .menu-header-menu-container ul.children li,
.widget .menu-header-menu-container ul.sub-menu li {
    position: relative;
    margin: 0 0 10px 15px;
}

.widget .menu-header-menu-container ul.children li:before,
.widget .menu-header-menu-container ul.sub-menu li:before {
    position: absolute;
    top: 17px;
    left: -15px;
    width: 4px;
    height: 4px;
    content: '';
    border-radius: 50%;
    background-color: #ff7200;
}

.widget .menu-header-menu-container ul li > a {
    text-decoration: none;
    color: #888;
    -webkit-transition: all 0.24s ease-in-out;
    transition: all 0.24s ease-in-out;
}

.widget .menu-header-menu-container ul li > a:hover, .widget .menu-header-menu-container ul li > a:focus {
    text-decoration: none;
    color: #ff7200;
}

.widget > ul > li {
    padding: 0 0 11px;
    line-height: 1.42857;
    font-size: 15px;
}

.widget > ul:not(.children):not(.sub-menu) > li:last-child {
    margin: 0;
}

.widget > ul.children li,
.widget > ul.sub-menu li {
    position: relative;
    margin: 0 0 10px 15px;
}

.widget > ul.children li:before,
.widget > ul.sub-menu li:before {
    position: absolute;
    top: 17px;
    left: -15px;
    width: 4px;
    height: 4px;
    content: '';
    border-radius: 50%;
    background-color: #ff7200;
}

.widget > ul li > a {
    text-decoration: none;
    color: #888;
    -webkit-transition: all 0.24s ease-in-out;
    transition: all 0.24s ease-in-out;
}

.widget > ul li > a:hover, .widget > ul li > a:focus {
    text-decoration: none;
    color: #ff7200;
}

.site-footer .widget_calendar {
    padding: 0;
    border-width: 0;
    background-color: transparent;
}

.widget.widget_calendar table {
    margin: 0;
}

.widget_calendar td,
.widget_calendar th {
    padding: 0;
    text-align: center;
    line-height: 2.5625;
}

.widget_calendar caption {
    margin: 0 0 10px;
    font-weight: bold;
}

.widget_calendar tbody a {
    display: block;
    color: #fff;
    background-color: #ff7200;
    font-weight: bold;
}

.widget_calendar tbody a:hover, .widget_calendar tbody a:focus {
    text-decoration: none;
    color: #fff;
    background-color: var(--main-dark);
}

.widget_recent_entries .post-date {
    display: block;
    margin-top: 3px;
    font-size: 13px;
}

.widget_recent_comments ul li {
    font-size: 13px;
}

.widget_recent_comments ul li .comment-author-link {
    line-height: 1.42857;
}

.widget_recent_comments ul li .comment-author-link a {
    display: inline !important;
    margin-top: 0 !important;
    text-decoration: underline;
    color: #a7a7b3;
    font-size: 13px;
}

.widget_recent_comments ul li .comment-author-link a:hover, .widget_recent_comments ul li .comment-author-link a:focus {
    text-decoration: underline;
    color: #757579;
}

.widget_recent_comments ul li a {
    display: block !important;
    margin-top: 3px !important;
    font-size: 14px;
}

.widget_rss .rsswidget img {
    margin-top: -3px;
    margin-right: 3px;
}

.widget_rss ul li .rsswidget {
    font-weight: bold;
}

.widget_rss .rss-date,
.widget_rss cite {
    display: block;
    margin: 5px 0 0;
    font-size: 13px;
}

.widget_rss .rssSummary {
    margin: 5px 0 0;
}

.site-footer .widget_tag_cloud {
    padding: 0;
    text-align: center;
    border-width: 0;
    background-color: transparent;
}

.tagcloud .tag-cloud-link {
    display: inline-block;
    margin: 0 5px 10px 0;
    font-size: 14px;
    border-radius: 5px;
    color: #888888;
    line-height: 1;
    position: relative;
    z-index: 1;
    text-transform: capitalize;
}

.tagcloud .tag-cloud-link:after {
    position: absolute;
    right: -4px;
    content: ',';
}

.tagcloud .tag-cloud-link:last-child:after {
    display: none;
}

.tagcloud .tag-cloud-link:hover, .tagcloud .tag-cloud-link:focus {
    text-decoration: none;
    color: #ff7200;
}

.widget.widget_color-box ul li {
    display: block;
    position: relative;
    padding: 0 0 0px;
    margin: 0 0 10px;
}

.widget.widget_color-box ul li:after {
    position: absolute;
    left: 0;
    height: 15px;
    width: 15px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    top: 50%;
    content: '';
    border-radius: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.widget.widget_color-box ul li.color-black:after {
    background-color: var(--main-dark);
    border-color: var(--main-dark);
}

.widget.widget_color-box ul li.color-white:after {
    background-color: #f9f5f5;
    border-color: #f9f5f5;
}

.widget.widget_color-box ul li.color-yellow:after {
    background-color: #ffc52a;
    border-color: #ffc52a;
}

.widget.widget_color-box ul li.color-gray:after {
    background-color: #c4c4c4;
    border-color: #c4c4c4;
}

.widget.widget_color-box ul li a {
    font-size: 20px;
    text-transform: capitalize;
    font-weight: 300;
    color: var(--main-dark);
    padding-left: 35px;
}

.widget.wow-product ul li {
    display: block;
    position: relative;
    padding: 0 0 0px;
    margin: 0 0 10px;
}

.widget.wow-product ul li:after {
    position: absolute;
    left: 0;
    height: 15px;
    width: 15px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    top: 50%;
    content: '';
    border-radius: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.widget.wow-product ul li a {
    font-size: 20px;
    text-transform: capitalize;
    font-weight: 300;
    color: var(--main-dark);
    padding-left: 35px;
}

.widget.widget_search .rt-sidebar-search {
    position: relative;
    z-index: 1;
}

.widget.widget_search .rt-sidebar-search input[type="text"], .widget.widget_search .rt-sidebar-search input[type="search"] {
    background-color: transparent;
    border-color: rgba(0, 0, 0, 0.102);
    display: block;
    width: 100%;
    height: 54px;
    border-radius: 0px;
    padding-left: 15px;
    font-size: 15px;
    position: relative;
    z-index: 1;
}

.widget.widget_search .rt-sidebar-search .form-control {
    background-color: transparent;
    border-color: rgba(0, 0, 0, 0.102);
    display: block;
    width: 100%;
    height: 54px;
    border-radius: 0px;
    padding-left: 15px;
    font-size: 15px;
    position: relative;
    z-index: 1;
}

.widget.widget_search .rt-sidebar-search input[type="text"]::-webkit-input-placeholder, .widget.widget_search .rt-sidebar-search input[type="search"]::-webkit-input-placeholder {
    font-size: 15px;
    color: #888888;
}

.widget.widget_search .rt-sidebar-search input[type="text"]:-ms-input-placeholder, .widget.widget_search .rt-sidebar-search input[type="search"]:-ms-input-placeholder {
    font-size: 15px;
    color: #888888;
}

.widget.widget_search .rt-sidebar-search input[type="text"]::-ms-input-placeholder, .widget.widget_search .rt-sidebar-search input[type="search"]::-ms-input-placeholder {
    font-size: 15px;
    color: #888888;
}

.widget.widget_search .rt-sidebar-search input[type="text"]::placeholder, .widget.widget_search .rt-sidebar-search input[type="search"]::placeholder {
    font-size: 15px;
    color: #888888;
}

.widget.widget_search .rt-sidebar-search .form-control::-webkit-input-placeholder {
    font-size: 15px;
    color: #888888;
}

.widget.widget_search .rt-sidebar-search .form-control:-ms-input-placeholder {
    font-size: 15px;
    color: #888888;
}

.widget.widget_search .rt-sidebar-search .form-control::-ms-input-placeholder {
    font-size: 15px;
    color: #888888;
}

.widget.widget_search .rt-sidebar-search .form-control::placeholder {
    font-size: 15px;
    color: #888888;
}

.widget.widget_search .rt-sidebar-search input[type="text"]:focus, .widget.widget_search .rt-sidebar-search input[type="search"]:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #ff7200 !important;
}

.widget.widget_search .rt-sidebar-search .form-control:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #ff7200 !important;
}

.widget.widget_search .rt-sidebar-search button {
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background: transparent;
    border: none;
    z-index: 3;
}

.widget.widget_search .rt-sidebar-search button:hover {
    color: #ff7200;
}

/* Recent Posts */
.rt-widget-recent-posts ul {
    margin: 0;
    padding: 0;
}

.rt-widget-recent-posts ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px;
}

.rt-widget-recent-posts ul li a {
    margin: 0;
}

.rt-widget-recent-posts ul li img {
    min-width: 60px;
    width: 60px;
    display: block;
    height: 60px;
    -o-object-fit: cover;
    object-fit: cover;
    margin-right: 15px;
}

.rt-widget-recent-posts ul li .widget-posts-descr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: auto;
}

.rt-widget-recent-posts ul li .widget-posts-descr .title {
    font-size: 15px;
    margin: 0;
    font-weight: 400;
    display: block;
    border: 0;
    text-decoration: none;
    margin-top: 0px;
    line-height: 25px;
    font-family: "Work Sans", sans-serif;
    color: var(--main-dark);
}

.rt-widget-recent-posts ul li .widget-posts-descr .title:hover {
    color: #ff7200;
}

.rt-widget-recent-posts ul li .widget-posts-descr .recent-post-meta {
    margin-top: 5px;
}

.rt-widget-recent-posts ul li .widget-posts-descr .recent-post-meta span {
    font-size: 15px;
    color: #888888;
    display: inline-block;
    margin-right: 10px;
}

.rt-widget-recent-posts ul li .widget-posts-descr .recent-post-meta span i {
    margin-right: 5px;
}

.rt-widget-recent-posts ul li .widget-posts-descr .recent-post-meta span:last-child {
    margin-right: 0px;
}

/* Flickr Widget */
.rt_flickr_widget ul, .rt_instagram_widget ul {
    margin: 0 -5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style-type: none;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.rt_flickr_widget ul li, .rt_instagram_widget ul li {
    display: block;
    padding: 5px;
    width: 33.3%;
    position: relative;
}

.rt_flickr_widget ul li:after, .rt_instagram_widget ul li:after {
    padding-bottom: 100%;
    display: block;
    content: "";
}

.rt_flickr_widget ul li a, .rt_instagram_widget ul li a {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    padding: 0;
    display: block;
    width: calc(100% - 10px);
    height: calc(100% - 10px);
}

.rt_flickr_widget ul li a img, .rt_instagram_widget ul li a img {
    max-width: 100%;
    min-width: 100%;
    min-height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    height: auto;
    display: block;
}

.rt_flickr_widget ul li a video, .rt_instagram_widget ul li a video {
    max-width: 100%;
    height: auto;
    display: block;
}

.rt_flickr_widget ul li a .hover, .rt_instagram_widget ul li a .hover {
    background: rgba(0, 0, 0, 0.75);
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 20px;
    color: #fff;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
    opacity: 0;
    text-align: center;
}

.rt_flickr_widget ul li a .hover i, .rt_instagram_widget ul li a .hover i, .rt_flickr_widget ul li a .hover .fa, .rt_instagram_widget ul li a .hover .fa, .rt_flickr_widget ul li a .hover .fab, .rt_instagram_widget ul li a .hover .fab {
    -webkit-transition: 0.35s all ease;
    transition: 0.35s all ease;
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
    opacity: 0.30;
}

.rt_flickr_widget ul li a:hover .hover, .rt_instagram_widget ul li a:hover .hover {
    opacity: 1;
}

.rt_flickr_widget ul li a:hover .hover i, .rt_instagram_widget ul li a:hover .hover i, .rt_flickr_widget ul li a:hover .hover .fa, .rt_instagram_widget ul li a:hover .hover .fa, .rt_flickr_widget ul li a:hover .hover .fab, .rt_instagram_widget ul li a:hover .hover .fab {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

/* Instagram Widget */
.comments-area {
    margin: 0 0 30px;
    padding: 0;
    background-color: transparent;
    color: rgba(0, 0, 0, 0.8);
    margin-top: 40px;
}

.comments-area h1, .comments-area h2, .comments-area h3, .comments-area h4, .comments-area h5, .comments-area h6, .comments-area p {
    color: rgba(0, 0, 0, 0.8);
}

.comments-title {
    font-size: 25px;
    font-weight: 500;
    text-transform: capitalize;
    color: black;
}

.comment-reply-title {
    font-size: 25px;
    font-weight: 500;
    text-transform: capitalize;
    color: black;
    margin-top: 80px;
}

.cmnts-reply p {
    color: #888888;
    margin: 10px 0 40px;
    font-weight: 400;
}

.comments-title {
    margin: 0 0 40px;
}

.comment-list {
    margin: 0;
    list-style: none;
    padding: 0px;
}

.comment-list::after {
    clear: both;
    content: "";
    display: block;
}

.comment-list li::after {
    clear: both;
    content: "";
    display: block;
}

.comment-list .comment {
    margin-bottom: 30px;
}

.comment-list .comment-body, .comment-list .pingback, .comment-list .trackback {
    margin: 0;
    padding-top: 26px;
    padding-left: 26px;
    padding-bottom: 35px;
    padding-right: 35px;
    position: relative;
}

.comment-list .children {
    margin: 0;
    list-style: none;
    padding: 0px;
}

.comment-list .children > li .comment-body {
    padding-left: 100px;
    border-top: 1px solid #e5e5e5;
    padding-top: 50px;
}

.comment-list .comment-body {
    background-color: #f3f3f3;
}

.comment-list .comment-body .cmnt-time {
    font-size: 15px;
    color: #777777;
    font-weight: 400;
}

.comment-list .comment-body .comment-content {
    padding-left: 90px;
    font-weight: 400;
}

@media (max-width: 767.98px) {
    .comment-list .children > li .comment-body {
        padding-left: 50px;
    }
}

.comment-author {
    margin: 0 0 5px;
    color: rgba(0, 0, 0, 0.8);
    font-size: 18px;
    font-weight: 700;
    line-height: 1.42857;
}

.comment-author .fn {
    font-weight: bold;
}

.comment-author .avatar {
    position: relative;
    float: left;
    width: 65px;
    height: 65px;
    margin: 0 25px 0 0;
}

.bypostauthor > article .fn {
    padding-left: 7px;
    background: #feffa3;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#feffa3+0,000000+100&1+0,0+100 */
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left top, right top, from(#feffa3), to(transparent));
    background: linear-gradient(to right, #feffa3 0%, transparent 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#feffa3', endColorstr='var(--main-dark)00',GradientType=1 );
    /* IE6-9*/
}

.comment-author .url {
    text-decoration: none;
    color: black;
    font-weight: 500;
    font-size: 15px;
}

.comment-author .url:hover, .comment-author .url:focus {
    color: var(--main);
}

.comment-metadata, .pingback .edit-link {
    color: rgba(0, 0, 0, 0.8);
    font-size: 13px;
    line-height: 1.42857;
}

.comment-metadata {
    margin: 0 0 15px;
}

.comment-metadata a {
    color: rgba(0, 0, 0, 0.8);
}

.pingback .comment-edit-link {
    color: rgba(0, 0, 0, 0.8);
}

.comment-metadata a:hover, .comment-metadata a:focus {
    color: var(--main);
}

.pingback .comment-edit-link:hover, .pingback .comment-edit-link:focus {
    color: rgba(0, 0, 0, 0.8);
}

.comment-metadata .edit-link, .pingback .edit-link {
    display: inline-block;
}

.comment-metadata .edit-link:before, .pingback .edit-link:before {
    display: inline-block;
    padding: 0 8px 0 4px;
    content: '\002f';
    opacity: .7;
}

.comment-content ul, .comment-content ol {
    margin: 0 0 20px 20px;
}

.comment-content ul, .comment-content ol {
    margin-bottom: 0;
}

.comment-reply-link {
    display: inline-block;
    color: var(--accent);
    line-height: 1;
    font-size: 15px;
    font-weight: 700;
    margin-top: 5px;
    margin-bottom: 20px;
    font-weight: 400;
}

.comment-reply-link:hover, .comment-reply-link:focus {
    text-decoration: none;
    color: var(--main);
    outline: 0;
}

.comment-list .comment-respond {
    padding: 20px 0;
}

.comment-notes, .comment-awaiting-moderation, .logged-in-as, .form-allowed-tags {
    margin: 0 0 20px;
    color: rgba(0, 0, 0, 0.8);
    font-size: 14px;
}

.no-comments {
    margin: 20px 0 0;
    padding: 20px 0 0;
    border-width: 1px 0 0;
    border-style: solid;
    border-color: rgba(0, 0, 0, 0.8);
    font-weight: bold;
}

.comment-navigation + .no-comments {
    padding: 0;
    border-width: 0;
}

.form-allowed-tags code {
    font-family: Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New', monospace;
}

.form-submit {
    margin: 0;
}

.form-submit:before, .form-submit:after {
    display: table;
    clear: both;
    content: '';
}

.required {
    color: var(--main);
    font-family: Georgia, Times, serif;
}

.comment-reply-title small {
    margin: 0 0 0 5px;
    font-size: 100%;
}

.comment-reply-title small a {
    display: inline-block;
    overflow: hidden;
    width: 20px;
    height: 20px;
    color: rgba(0, 0, 0, 0.8);
}

.comment-reply-title small a:hover, .comment-reply-title small a:focus {
    color: rgba(0, 0, 0, 0.8);
}

.comment-reply-title small a::before {
    position: relative;
    top: 0;
    display: inline-block;
    content: '\f00d';
    vertical-align: text-top;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    font-size: 14px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: auto;
}

.post-navigation {
    border-top: 2px solid var(--main-dark);
    padding-top: 30px;
}

.nav-links a {
    word-break: break-all;
    color: var(--main-dark);
    -webkit-transition: all 0.24s ease-in-out;
    transition: all 0.24s ease-in-out;
}

.nav-links a:hover {
    color: var(--main);
}

pre {
    background: rgba(0, 0, 0, 0.8) !important;
    padding: 2em;
    font-style: italic;
    font-size: 16px;
    color: #f8d39b;
    font-family: "Work Sans", sans-serif;
    position: relative;
    z-index: 1;
}

@media (max-width: 767.98px) {
    pre {
        padding: 1em;
    }
}

.comment-form input:focus {
    border: 1px solid var(--main) !important;
}

/*6.0 Header Css*/
.rt-site-header {
    position: relative;
}

.rt-site-header .main-header {
    background-color: transparent;
}

.rt-site-header .navbar {
    padding: 0;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

@media (max-width: 991.98px) {
    .rt-site-header .navbar {
        padding: 30px 0;
    }
}

.rt-site-header .brand-logo {
    width: 100%;
    max-width: 115px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

@media (max-width: 767.98px) {
    .rt-site-header .brand-logo {
        max-width: 100px;
    }
}

.rt-site-header .main-menu,
.rt-site-header .rt-nav-tolls {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.rt-site-header.rt-sticky.rt-sticky-active {
    position: fixed;
    width: 100%;
    background-color: #fff;
    z-index: 99;
    -webkit-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.1);
}

.rt-site-header.rt-sticky.rt-sticky-active .main-menu > ul > li > a {
    line-height: 80px;
}

@media (max-width: 991.98px) {
    .rt-site-header.rt-sticky.rt-sticky-active .main-menu > ul > li > a {
        line-height: 1.9;
    }
}

@media (max-width: 991.98px) {
    .rt-site-header.rt-sticky.rt-sticky-active .navbar {
        padding: 15px 0;
    }
}

.rt-site-header.rt-sticky.rt-sticky-active .brand-logo {
    max-width: 85px;
}

.rt-site-header.rt-sticky.rt-sticky-active.general-header .brand-logo {
    max-width: 100px;
}

.rt-site-header.rt-fixed-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 9;
}

.chnagetext2 {
    display: none;
    font-size: 18px;
}

.searchactive-menuhide .main-menu {
    display: none;
}

.searchactive-menuhide .search-items {
    display: block;
}

.searchactive-menuhide .chnagetext {
    display: none;
}

.searchactive-menuhide .chnagetext2 {
    display: block;
}

/*6.0 Footer Css*/
.rt-site-footer {
    position: relative;
    margin-top: 40px;
    background-color: #f8f8f8;
}

.rt-site-footer .footer-top {
    padding-top: 100px;
    padding-bottom: 20px;
}

@media (max-width: 767.98px) {
    .rt-site-footer .footer-top {
        padding-top: 30px;
    }
}

.rt-site-footer .footer-top .d-block img {
    width: 100%;
    max-width: 120px;
}

.rt-site-footer .footer-bottom {
    background-color: #f8f8f8;
}

.rt-site-footer .footer-bottom .rt-container, .rt-site-footer .footer-bottom .container {
    border-top: 1px solid rgba(0, 0, 0, 0.149);
    padding-top: 67px;
    padding-bottom: 35px;
}

@media (max-width: 767.98px) {
    .rt-site-footer .footer-bottom .rt-container, .rt-site-footer .footer-bottom .container {
        padding-top: 35px;
        color: rgba(0, 0, 0, 0.502);
        font-weight: 600;
    }
}

.rt-single-widget {
    margin-bottom: 30px;
}

.rt-single-widget .mail-info a {
    color: rgba(0, 0, 0, 0.5);
}

.rt-single-widget .call-info {
    font-size: 20px;
    font-weight: 700;
    color: #252738;
}

@media (min-width: 541px) and (max-width: 1300px){
    .rt-single-widget .call-info{
        font-size: 16px;
    }
}

.rt-single-widget .call-info a {
    color: #252738;
}

.rt-single-widget .call-info a:hover {
    color: var(--main);
}

.rt-single-widget address {
    color: rgba(0, 0, 0, 0.502);
    font-weight: 600;
    font-size: 15px;
}

.rt-single-widget a {
    color: var(--main);
}

.rt-single-widget .rt-footer-title {
    margin-bottom: 30px;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    color: var(--main-dark);
}

.rt-single-widget .btn {
    width: 50px;
    background-color: var(--main-dark);
    font-size: 20px;
    color: #fff;
}

.rt-single-widget .form-control {
    background: #fff;
    border-color: transparent;
    height: 52px;
    font-size: 15px;
    padding-left: 28px;
}

.rt-single-widget .form-control:focus {
    border-color: var(--main);
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
}

.rt-single-widget .form-control::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.52);
    font-size: 15px;
}

.rt-single-widget .form-control:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.52);
    font-size: 15px;
}

.rt-single-widget .form-control::-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.52);
    font-size: 15px;
}

.rt-single-widget .form-control::placeholder {
    color: rgba(0, 0, 0, 0.52);
    font-size: 15px;
}

.rt-single-widget ul.rt-usefulllinks {
    margin: 0;
    padding: 0;
    list-style: none;
}

.rt-single-widget ul.rt-usefulllinks li {
    display: inline-block;
    width: 48%;
    margin-bottom: 20px;
    position: relative;
}

.rt-single-widget ul.rt-usefulllinks li:after {
    position: absolute;
    left: -10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 4px;
    width: 4px;
    border-radius: 50%;
    background-color: var(--main);
    content: '';
    -webkit-transition: all 0.24s ease-in-out;
    transition: all 0.24s ease-in-out;
}

.rt-single-widget ul.rt-usefulllinks li:last-child {
    margin-bottom: 0px;
}

.rt-single-widget ul.rt-usefulllinks li a {
    display: block;
    color: var(--main-dark);
    -webkit-transition: all 0.24s ease-in-out;
    transition: all 0.24s ease-in-out;
}

.rt-single-widget ul.rt-usefulllinks li a:hover {
    color: var(--main);
    padding-left: 5px;
}

.rt-single-widget ul.rt-usefulllinks li:hover:after {
    background: var(--secondary);
    -webkit-animation: zoomIn 0.24s ease-in-out;
    animation: zoomIn 0.24s ease-in-out;
}

.rt-single-widget ul.rt-usefulllinks2 {
    margin: 0;
    padding: 0;
    list-style: none;
}

.rt-single-widget ul.rt-usefulllinks2 li {
    display: block;
    padding-bottom: 3px;
}

.rt-single-widget ul.rt-usefulllinks2 li:last-child {
    padding-bottom: 0px;
}

.rt-single-widget ul.rt-usefulllinks2 li a {
    display: block;
    font-size: 15px;
    font-weight: 600;
    color: rgba(0, 0, 0, 0.502);
    -webkit-transition: all 0.34s ease-in-out;
    transition: all 0.34s ease-in-out;
    position: relative;
    z-index: 1;
}

.rt-single-widget ul.rt-usefulllinks2 li a:hover {
    color: var(--main);
    padding-left: 8px;
}

.rt-single-widget ul.rt-usefulllinks2 li a.dropdown-toggle img {
    margin-right: 19px;
}

.rt-single-widget ul.rt-usefulllinks2 li a.dropdown-toggle::after {
    display: none;
}

.rt-single-widget ul.rt-usefulllinks2 li a.dropdown-toggle::before {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    content: '\f113';
    font-family: 'flaticon';
    font-size: 12px;
}

.rt-single-widget ul.rt-usefulllinks2 li a.dropdown-toggle:hover {
    padding-left: 0px;
}

.rt-site-footer.general-footer {
    margin-top: 70px;
}

.rt-site-footer.general-footer .footer-top {
    padding-bottom: 70px;
}

.rt-site-footer.general-footer .rt-footer-title {
    font-family: 'Work Sans', sans-serif;
    font-weight: 600;
}

.rt-site-footer.general-footer .rt-single-widget,
.rt-site-footer.general-footer .g-mail-info a,
.rt-site-footer.general-footer .footer-bottom,
.rt-site-footer.general-footer .rt-single-widget ul.rt-usefulllinks2 li a,
.rt-site-footer.general-footer .rt-single-widget ul.rt-usefulllinks li a {
    color: rgba(0, 0, 0, 0.49);
    font-size: 15px;
    font-weight: 400;
}

.rt-site-footer.general-footer .rt-list li:first-child {
    color: var(--main-dark);
}

.rt-site-footer.general-footer .rt-list li a {
    color: rgba(0, 0, 0, 0.49);
}

.rt-site-footer.general-footer .rt-list li a:hover {
    color: var(--main-dark);
}

.rt-site-footer.general-footer .footer-bottom {
    font-size: 15px;
}

.rt-site-footer.general-footer .footer-bottom p {
    font-size: 15px;
    margin: 0 0 0;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
}

.rt-site-footer.general-footer .footer-bottom .rt-container {
    padding-top: 30px;
    padding-bottom: 30px;
    border-color: rgba(0, 0, 0, 0.23);
}

.col-lg-6.text-center.text-lg-left.rt-mb-md-15.copy-text {
    position: static;
}

/* 7.1 Cosmetic Header */
.rt-site-header .navbar-space-between {
    padding-left: 178px;
    padding-right: 178px;
}

@media (max-width: 1900px) {
    .rt-site-header .navbar-space-between {
        padding-left: 150px;
        padding-right: 150px;
    }
}

@media (max-width: 1600px) {
    .rt-site-header .navbar-space-between {
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media (max-width: 767.98px) {
    .rt-site-header .navbar-space-between {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.rt-site-header.header-cosmetic .main-menu > ul > li > a {
    text-transform: uppercase;
}

.rt-site-header.header-cosmetic .main-menu ul li a,
.rt-site-header.header-cosmetic .main-menu ul ul li a, .rt-site-header.header-cosmetic .main-menu > ul > li.menu-item-has-children > ul.sub-menu > li > a {
    font-family: 'Work Sans',sans-serif;
}

@media (max-width: 1600px) {
    .rt-site-header.header-cosmetic .main-menu ul li a {
        padding: 0 10px;
        font-size: 16px;
    }
    .rt-site-header.header-cosmetic .main-menu > ul > li.menu-item-has-children > a:after {
        margin-left: 4px;
    }
}

.rt-site-header.skin_2 .navbar {
    padding: 30px 0;
}

.rt-site-header.skin_2.rt-sticky.rt-sticky-active .navbar {
    padding: 15px 0;
}

.rt-site-header.skin_4 .main-header {
    background-color: transparent;
}

.rt-site-header.skin_4 .main-menu ul li a,
.rt-site-header.skin_4 .main-menu ul ul li a, .rt-site-header.skin_4 .main-menu > ul > li.menu-item-has-children > ul.sub-menu > li > a {
    font-size: 14px;
    font-weight: 400;
}

.rt-site-header.skin_4 .main-menu > ul > li.menu-item-has-children > a::after {
    color: inherit;
    margin-left: 0px;
}

.rt-site-header.skin_4 .main-menu > ul > li:hover > a,
.rt-site-header.skin_4 .main-menu ul ul > li:hover > a, .rt-site-header.skin_4 .main-menu > ul > li.menu-item-has-children > ul.sub-menu > li:hover > a,
.rt-site-header.skin_4 .rt-nav-tolls span a:hover {
    color: var(--secondary);
}

.rt-site-header.skin_4 .open-cart-opt span.badge {
    background-color: var(--secondary);
}

/* 7.2 Cosmetic Icon Box */
@media (max-width: 1199.98px) {
    .rt-single-icon-box.min-h-4 {
        min-height: 400px;
    }
}

.rt-single-icon-box .icon-thumb {
    position: relative;
    z-index: 1;
}

@media (max-width: 992px){
    .rt-single-icon-box .icon-thumb {
    display: flex;
    align-items: center;
    justify-content: center;
}
}

.rt-single-icon-box .icon-thumb .iconbox-overlay-content {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: hidden;
    margin-top: 20px;
    -webkit-transition: all 0.24s ease-in-out;
    transition: all 0.24s ease-in-out;
}

.rt-single-icon-box.hover_border_product {
    border: 1px solid rgba(0, 0, 0, 0);
    padding-top: 60px;
    padding-bottom: 25px;
}

.rt-single-icon-box.hover_border_product .iconbox-content {
    padding-left: 30px;
    padding-right: 30px;
}

.rt-single-icon-box.hover_border_product h5 {
    margin: 0 0 22px;
}

.rt-single-icon-box .iconbox-content .hover-content ul li a {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

.rt-single-icon-box.filter_product {
    background-color: #f8f8f8;
    margin-bottom: 160px;
}

.rt-single-icon-box.filter_product .iconbox-content {
    padding-top: 40px;
    margin-bottom: -20px;
    -webkit-transition: all 0.24s ease-in-out;
    transition: all 0.24s ease-in-out;
    position: absolute;
    left: 0;
    bottom: -130px;
    background-color: #f8f8f8;
    overflow: hidden;
    z-index: -1;
}

.rt-single-icon-box.filter_product .price-tag, .rt-single-icon-box.filter_product h5 {
    -webkit-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

.rt-single-icon-box.filter_product2 {
    height: 408px;
    border-radius: 20px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    overflow: hidden;
}

.rt-single-icon-box.filter_product2 .iconbox-content {
    position: absolute;
    left: 0;
    bottom: 44px;
    width: 100%;
}

.rt-single-icon-box.filter_product2 .iconbox-content .price-tag, .rt-single-icon-box.filter_product2 .iconbox-content h5 {
    -webkit-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

.rt-single-icon-box.filter_product2 .iconbox-content .hover-content {
    height: 0px;
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: hidden;
}

.rt-single-icon-box.image_tY-animation .icon-thumb img {
    -webkit-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

.rt-single-icon-box.hover_border_product2 {
    border-left: 1px solid rgba(0, 0, 0, 0.149);
    padding: 44px 30px;
    min-height: 400px;
    height: 100%;
}

.rt-single-icon-box.hover_border_product2 .iconbox-content,
.rt-single-icon-box.hover_border_product2 .top-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.rt-single-icon-box.hover_border_product2 .iconbox-content .buy-product,
.rt-single-icon-box.hover_border_product2 .top-content .buy-product {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    background: var(--secondary);
    color: #fff;
    display: inline-block;
    padding: 6px 25px;
    border-radius: 999px;
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: hidden;
    -webkit-transition: all 0.24s ease-in-out;
    transition: all 0.24s ease-in-out;
    position: relative;
    left: 5px;
}

.rt-single-icon-box.hover_border_product2 .top-content {
    width: 100%;
    padding-bottom: 10px;
}

.rt-single-icon-box.hover_border_product2 .top-content .whislist {
    height: 32px;
    width: 32px;
    line-height: 32px;
    background-color: #f9f9f9;
    border-radius: 50%;
    text-align: center;
    display: inline-block;
    color: var(--main-dark);
    -webkit-transition: all 0.24s ease-in-out;
    transition: all 0.24s ease-in-out;
}

.rt-single-icon-box.two_clmn_product .top-content {
    border-bottom: 1px solid var(--main-dark);
    padding-bottom: 15px;
}

.rt-single-icon-box.two_clmn_product .top-content span del {
    color: rgba(0, 0, 0, 0.5);
}

.rt-single-icon-box.two_clmn_product .top-content .review-hidden {
    color: rgba(0, 0, 0, 0.5);
}

.rt-single-icon-box.two_clmn_product .botttom-content {
    padding-top: 15px;
}

.rt-single-icon-box.contact-box {
    background-color: #fff;
    -webkit-box-shadow: 1.256px 17.956px 30.1px 4.9px rgba(117, 120, 138, 0.05);
    box-shadow: 1.256px 17.956px 30.1px 4.9px rgba(117, 120, 138, 0.05);
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 30px;
    padding-bottom: 30px;
}

.rt-single-icon-box.contact-box a {
    color: rgba(0, 0, 0, 0.8);
}

@media (max-width: 1199.98px) {
    .rt-single-icon-box.contact-box br {
        display: none;
    }
}

@media (max-width: 991.98px) {
    .rt-single-icon-box.contact-box {
        min-height: 210px;
    }
}

.rt-single-icon-box:hover .icon-thumb .iconbox-overlay-content {
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
    margin-top: 0px;
}

.rt-single-icon-box:hover.hover_border_product2 {
    background-color: #f9f9f9;
    border-color: #f9f9f9;
}

.rt-single-icon-box:hover.hover_border_product2 .iconbox-content .buy-product {
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
    left: 0px;
}

.rt-single-icon-box:hover.hover_border_product2 .top-content .whislist {
    background-color: #fff;
}

.rt-single-icon-box:hover.hover_border_product {
    border-color: rgba(0, 0, 0, 0.149);
}

.rt-single-icon-box:hover.filter_product .iconbox-content {
    padding-bottom: 20px;
}

.rt-single-icon-box:hover.filter_product .iconbox-content .price-tag {
    padding-bottom: 15px;
    display: block;
}

.rt-single-icon-box:hover.image_tY-animation .icon-thumb img {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
}

.rt-single-icon-box:hover .iconbox-content .hover-content ul li a {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
}

.rt-single-icon-box:hover .iconbox-content .hover-content ul li:nth-child(2) a {
    -webkit-transition-delay: 0.05s;
    transition-delay: 0.05s;
}

.rt-single-icon-box:hover .iconbox-content .hover-content ul li:nth-child(3) a {
    -webkit-transition-delay: 0.10s;
    transition-delay: 0.10s;
}

.rt-single-icon-box:hover.filter_product2 {
    height: 433px;
}

.rt-single-icon-box:hover.filter_product2 .iconbox-content {
    bottom: 15px;
}

.rt-single-icon-box:hover.filter_product2 .iconbox-content .price-tag {
    padding-bottom: 15px;
}

.rt-single-icon-box:hover.filter_product2 .iconbox-content .hover-content {
    height: auto;
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
}

.product-active-twoclmn .rt-single-icon-box .icon-thumb {
    width: 100%;
}

.product-active-twoclmn .rt-single-icon-box .icon-thumb img {
    width: 100%;
}

.product-active-twoclmn .slick-slide {
    margin: 0 15px;
}

.product-active-twoclmn .slick-list {
    margin: 0 -15px;
}

.product-active-twoclmn .slick-dots {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
}

.product-active-twoclmn .arrow_left, .product-active-twoclmn .arrow_right {
    position: absolute;
    right: 0;
    top: -95px;
    cursor: pointer;
    z-index: 4;
    opacity: 0.5;
    filter: alpha(opacity=50);
    -webkit-transition: all 0.24s ease-in-out;
    transition: all 0.24s ease-in-out;
}

@media (max-width: 767.98px) {
    .product-active-twoclmn .arrow_left span, .product-active-twoclmn .arrow_right span {
        display: none;
    }
}

.product-active-twoclmn .arrow_left i, .product-active-twoclmn .arrow_right i {
    display: inline-block;
    height: 35px;
    width: 35px;
    line-height: 35px;
    border: 1px solid var(--main-dark);
    border-radius: 50%;
    text-align: center;
}

.product-active-twoclmn .arrow_left:hover, .product-active-twoclmn .arrow_right:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}

.product-active-twoclmn .arrow_left {
    right: 150px;
}

@media (max-width: 767.98px) {
    .product-active-twoclmn .arrow_left {
        right: 50px;
    }
}

.product-active-twoclmn .arrow_left i {
    margin-right: 15px;
}

.product-active-twoclmn .arrow_right i {
    margin-left: 15px;
}

.product-active-twoclmn .slick-dots {
    bottom: -80px;
}

@media (max-width: 767.98px) {
    .product-active-twoclmn .slick-dots {
        bottom: -40px;
    }
}

.product-active-twoclmn .slick-dots li {
    height: 33px;
    width: 33px;
    border-radius: 50%;
    border: 1px solid transparent;
    position: relative;
    z-index: 1;
    margin: 0;
    margin-right: 15px;
    -webkit-transition: all 0.24s ease-in-out;
    transition: all 0.24s ease-in-out;
}

.product-active-twoclmn .slick-dots li:last-child {
    margin-right: 0px;
}

@media (max-width: 767.98px) {
    .product-active-twoclmn .slick-dots li {
        margin-right: 5px;
        height: 20px;
        width: 20px;
    }
}

.product-active-twoclmn .slick-dots li button {
    width: 5px;
    height: 5px;
    background: var(--main-dark);
    border-radius: 50%;
    position: absolute;
    left: 50%;
    padding: 0px;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

@media (max-width: 767.98px) {
    .product-active-twoclmn .slick-dots li button {
        width: 3px;
        height: 3px;
    }
}

.product-active-twoclmn .slick-dots li button:before {
    display: none !important;
}

.product-active-twoclmn .slick-dots li.slick-active {
    border: 1px solid var(--main-dark);
    -webkit-animation: zoomIn 400ms ease-in-out;
    animation: zoomIn 400ms ease-in-out;
}

.arrivel-product-active {
    border-right: 1px solid rgba(0, 0, 0, 0.149);
}

.arrivel-product-active .slick-next, .arrivel-product-active .slick-prev {
    position: absolute;
    right: 0px;
    top: -100px;
    text-align: center;
    color: var(--main-dark);
    z-index: 66;
    cursor: pointer;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
    height: 55px;
    width: 55px;
    line-height: 55px;
    background-color: #f9f9f9;
    border-radius: 50%;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

@media (max-width: 767.98px) {
    .arrivel-product-active .slick-next, .arrivel-product-active .slick-prev {
        height: 40px;
        width: 40px;
        line-height: 40px;
        top: -90px;
    }
}

.arrivel-product-active .slick-next::before, .arrivel-product-active .slick-prev::before {
    color: var(--main-dark);
    font-family: "icofont";
    opacity: 1;
    font-size: 26px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    line-height: 55px;
}

@media (max-width: 767.98px) {
    .arrivel-product-active .slick-next::before, .arrivel-product-active .slick-prev::before {
        line-height: 40px;
        font-size: 14px;
    }
}

.arrivel-product-active .slick-next:hover, .arrivel-product-active .slick-prev:hover {
    background-color: var(--secondary);
}

.arrivel-product-active .slick-next:hover::before, .arrivel-product-active .slick-prev:hover::before {
    opacity: 1;
    color: #fff;
}

.arrivel-product-active .slick-prev {
    left: auto;
    right: 90px;
}

@media (max-width: 767.98px) {
    .arrivel-product-active .slick-prev {
        right: 60px;
    }
}

.shap-cataparent {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
}

.shap-cataparent .single-cata-child {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66%;
    flex: 0 0 16.66%;
    max-width: 16.66%;
    border: 0.5px solid rgba(0, 0, 0, 0.2);
}

@media (max-width: 991.98px) {
    .shap-cataparent .single-cata-child {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 24%;
        flex: 0 0 24%;
        max-width: 24%;
    }
}

@media (max-width: 767.98px) {
    .shap-cataparent .single-cata-child {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}

.shap-cataparent .single-cata-child a {
    display: block;
    height: 187px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    color: var(--main-dark);
}

.shap-cataparent .single-cata-child a span:nth-child(1) {
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
}

.shap-cataparent .single-cata-child:hover img {
    -webkit-animation: iconamimation 0.5s forwards;
    animation: iconamimation 0.5s forwards;
}

@-webkit-keyframes iconamimation {
    49% {
        -webkit-transform: translate(100%);
        transform: translate(100%);
    }
    50% {
        opacity: 0;
        -webkit-transform: translate(-100%);
        transform: translate(-100%);
    }
    51% {
        opacity: 1;
    }
}

@keyframes iconamimation {
    49% {
        -webkit-transform: translate(100%);
        transform: translate(100%);
    }
    50% {
        opacity: 0;
        -webkit-transform: translate(-100%);
        transform: translate(-100%);
    }
    51% {
        opacity: 1;
    }
}

.lg-post-box {
    position: relative;
    z-index: 1;
}

@media (max-width: 1600px) {
    .lg-post-box .lg-post-img img {
        width: 690px;
    }
}

@media (max-width: 1199.98px) {
    .lg-post-box .lg-post-img {
        width: auto;
        margin-left: auto;
        margin-right: auto;
        display: block;
    }
}

.lg-post-box .post-content {
    position: absolute;
    width: 62%;
    top: 125px;
    right: 0px;
    height: 100%;
}

@media (max-width: 1199.98px) {
    .lg-post-box .post-content {
        position: static;
        width: 100%;
        background-color: #dbc9b5;
    }
}

.lg-post-box .post-content:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #dbc9b5;
    content: "";
    z-index: -1;
}

@media (max-width: 1199.98px) {
    .lg-post-box .post-content:after {
        display: none;
    }
}

.lg-post-box .post-content .inner-content {
    max-width: 530px;
    margin-left: auto;
    padding-right: 90px;
    padding-top: 68px;
}

@media (max-width: 1199.98px) {
    .lg-post-box .post-content .inner-content {
        max-width: 80%;
        padding-bottom: 68px;
    }
}

@media (max-width: 767.98px) {
    .lg-post-box .post-content .inner-content {
        padding: 30px;
        max-width: 100%;
    }
}

.lg-post-box .link-btn {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 500;
    color: var(--main-dark);
}

.secbg-img {
    position: absolute;
    right: 0;
    top: -50px;
    width: 100%;
    z-index: -1;
}

@media (max-width: 1600px) {
    .secbg-img {
        width: 50%;
    }
}

@media (max-width: 991.98px) {
    .secbg-img {
        display: none;
    }
}

.secbg-img2 {
    position: absolute;
    left: 0;
    top: -50px;
    width: 100%;
    z-index: -1;
}

@media (max-width: 1600px) {
    .secbg-img2 {
        width: calc(50% - 50px);
    }
}

@media (max-width: 991.98px) {
    .secbg-img2 {
        display: none;
    }
}

@media (max-width: 1199.98px) {
    .section-3 .col-md-6.ml-md-auto.rt-pt-100.rt-mt-10 {
        padding-top: 0px !important;
        margin-top: 0px !important;
    }
}

/* 7.3 feature-box Box */
.single-featurebox {
    position: relative;
    z-index: 1;
    height: 277px;
    border-radius: 40px;
    padding-top: 85px;
    padding-left: 53px;
}

.single-featurebox .feature-read-more {
    margin-top: 54px;
    font-size: 15px;
    text-transform: capitalize;
    color: var(--main-dark);
    font-weight: 700;
    display: inline-block;
    position: relative;
    z-index: 1;
}

.single-featurebox .feature-read-more:after {
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 0;
    height: 1.5px;
    background: var(--main-dark);
    content: "";
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.single-featurebox .feature-read-more:hover:after {
    width: 100%;
}

.single-categorie-box {
    overflow: hidden;
}

.single-categorie-box img,
.single-categorie-box .rt-section-title, .single-categorie-box h2,
.single-categorie-box .rt-icon {
    -webkit-transition: 600ms;
    transition: 600ms;
}

.single-categorie-box:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.single-categorie-box:hover .rt-section-title, .single-categorie-box:hover h2 {
    color: var(--main);
}

.single-categorie-box:hover .rt-icon {
    margin-left: 20px;
}

.skin_2 .single-categorie-box:hover .rt-section-title, .skin_2 .single-categorie-box:hover h2 {
    color: #fff;
}

/* 7.4 Cosmetic Footer Box */
.rt-site-footer.skin_1 {
    background-color: #fff;
}

.rt-site-footer.skin_1 .footer-bottom {
    background-color: #fff;
}

.rt-site-footer.skin_2 {
    background-color: #fff;
}

.rt-site-footer.skin_2 .footer-bottom {
    background-color: #fff;
}

.rt-site-footer.skin_2 .rt-container2 {
    background-color: #fafafa;
    padding-left: 90px;
    padding-right: 90px;
}

@media (max-width: 767.98px) {
    .rt-site-footer.skin_2 .rt-container2 {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.rt-site-footer.skin_2 .footer-top {
    padding: 0px;
}

.rt-site-footer.skin_2 .footer-top .rt-container2 {
    border-top-left-radius: 60px;
    border-top-right-radius: 60px;
    padding-top: 80px;
}

.rt-site-footer.skin_2 .footer-bottom .rt-container2 {
    background-color: #fafafa;
    padding-bottom: 100px;
}

@media (max-width: 767.98px) {
    .rt-site-footer.skin_2 .footer-bottom .rt-container2 {
        padding-bottom: 80px;
        padding-top: 30px;
    }
}

.rt-site-footer.skin_2 .rt-single-widget .rt-footer-title {
    font-size: 16px;
    margin: 0 0 20px;
}

.rt-site-footer.skin_2 .rt-single-widget .rt-footer-socil2 li a {
    color: var(--main-dark);
}

.rt-site-footer.skin_2 .rt-single-widget .rt-footer-socil2 li a:hover {
    color: var(--main);
}

.rt-site-footer .ft-subsfrm {
    background-color: var(--main-dark);
    padding: 30px 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media (max-width: 767.98px) {
    .rt-site-footer .ft-subsfrm {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 50px 15px;
    }
}

.rt-site-footer .ft-subsfrm input[type="text"], .rt-site-footer .ft-subsfrm input[type="email"] {
    background-color: transparent;
    border: none;
    font-size: 16px;
    display: block;
    width: 100%;
    color: white;
}

@media (max-width: 767.98px) {
    .rt-site-footer .ft-subsfrm input[type="text"], .rt-site-footer .ft-subsfrm input[type="email"] {
        height: 56px;
        border: 1px solid rgba(255, 255, 255, 0.502);
        padding-left: 20px;
        margin-bottom: 15px;
    }
}

.rt-site-footer .ft-subsfrm .form-control {
    background-color: transparent;
    border: none;
    font-size: 16px;
    display: block;
    width: 100%;
    color: white;
}

@media (max-width: 767.98px) {
    .rt-site-footer .ft-subsfrm .form-control {
        height: 56px;
        border: 1px solid rgba(255, 255, 255, 0.502);
        padding-left: 20px;
        margin-bottom: 15px;
    }
}

.rt-site-footer .ft-subsfrm input[type="text"]::-webkit-input-placeholder, .rt-site-footer .ft-subsfrm input[type="email"]::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.502);
    font-size: 16px;
}

.rt-site-footer .ft-subsfrm input[type="text"]:-ms-input-placeholder, .rt-site-footer .ft-subsfrm input[type="email"]:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.502);
    font-size: 16px;
}

.rt-site-footer .ft-subsfrm input[type="text"]::-ms-input-placeholder, .rt-site-footer .ft-subsfrm input[type="email"]::-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.502);
    font-size: 16px;
}

.rt-site-footer .ft-subsfrm input[type="text"]::placeholder, .rt-site-footer .ft-subsfrm input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.502);
    font-size: 16px;
}

.rt-site-footer .ft-subsfrm .form-control::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.502);
    font-size: 16px;
}

.rt-site-footer .ft-subsfrm .form-control:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.502);
    font-size: 16px;
}

.rt-site-footer .ft-subsfrm .form-control::-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.502);
    font-size: 16px;
}

.rt-site-footer .ft-subsfrm .form-control::placeholder {
    color: rgba(255, 255, 255, 0.502);
    font-size: 16px;
}

.rt-site-footer .ft-subsfrm button {
    background: transparent;
    color: white;
    border: none;
    font-size: 16px;
}

@media (max-width: 767.98px) {
    .rt-site-footer .ft-subsfrm button {
        background: rgba(255, 255, 255, 0.502);
        padding: 13px;
        text-transform: uppercase;
    }
}

.rt-site-footer.skin_4 {
    background-color: #f2f2f2;
    margin-top: 0px;
}

.rt-site-footer.skin_4 .footer-top {
    padding-top: 150px;
    padding-bottom: 40px;
}

@media (max-width: 767.98px) {
    .rt-site-footer.skin_4 .footer-top {
        padding-top: 80px;
    }
}

.rt-site-footer.skin_4 .footer-bottom {
    background-color: #f2f2f2;
    padding: 0;
}

.rt-site-footer.skin_4 .footer-bottom .rt-container2 {
    border-top: 1px solid var(--main-dark);
    padding-top: 50px;
    padding-bottom: 50px;
}

@media (max-width: 767.98px) {
    .rt-site-footer.skin_4 .footer-bottom .rt-container2 {
        padding-top: 25px;
        padding-bottom: 25px;
    }
}

.rt-site-footer.skin_4 .rt-single-widget .rt-footer-title {
    font-size: 16px;
    margin: 0 0 20px;
}

.rt-site-footer.skin_4 .rt-single-widget .rt-footer-socil2 li a {
    color: rgba(0, 0, 0, 0.502);
}

.rt-site-footer.skin_4 .rt-single-widget .rt-footer-socil2 li a:hover {
    color: var(--main);
}
/*# sourceMappingURL=app.css.map */
#concept_subscription_id, #category select {
    padding: 0!important;
}
#country_code {
    padding: 0 0 0 20px!important;
}


.mx-width-80 {
    max-width: 80%;
}

.mx-width-60 {
    max-width: 60%;
}

.form-check-input {
    margin-left: -2.25rem !important;
}

.form-check-label{
    margin-left: 2rem;
}

.btn-primary {
    width: 100%;
    height: 45px;
    font-size: 1.3rem;
}

.alert{
    z-index: 2000!important;
    position: fixed;
    bottom: 5rem;
}