/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

body {
    background: #f5f5f7;
    font-size: 14px;
    line-height: 1.42859;
    font-weight: 400;
    letter-spacing: -.016em;
    font-family: 'SF Pro Display', sans-serif;
    overflow-x: hidden;
}

#menu .container, .text-slider .container {
    max-width: 1024px;
}
.text-slider {
    padding: .76471em 0;
    background: #fff;
    display: flex;
    align-items: center;
    min-height: 52px;
}

.text-slider h3 {
    padding-left: 120px;
}

.text-slider .container {
    padding-left: 20px;
    padding-right: 20px;
}

.navbar {
    padding: 0;
}

#myCarousel {
    position: relative;
}

.relative {
    position: relative;
}


.carousel-control-prev {
    position: absolute;
    width: 20px;
    left: -20px;

}

.carousel-control-next {
    position: absolute;
    width: 20px;
    right: -20px;
}

.carousel-item {
    text-align: center;
    white-space: normal;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.05;
}
.carousel-item a {
    text-decoration: none;
    color: #06c;
}

.carousel-item a:hover {
    text-decoration: underline;
}

.carousel-control-next svg  {
    color: #000000;
}
.carousel-control-prev svg {
    color: #000000;
}

/* Menu */

.menu {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5px 0;
}
.logo {
    margin-right: 50px;
    display: flex;
    align-items: center;
}
.logo img {
    max-width: 210px;
}
.login, .account, .logout {
    color: #6e6e73;
    display: flex;
    text-decoration: none;
    font-size: 18px;
    font-weight: bold;
}
.login:hover, .account:hover, .logout:hover {
    color: #6e6e73;
}
.login:hover span, .account:hover span,.logout:hover span {
    text-decoration: underline;
    color: #6e6e73;
}

.login svg, .account svg, .logout svg {
    width: 25px;
    margin-right: 5px;
}
.menu ul {
    display: flex;
    flex: 1;
}

.menu ul li a {
    font-size: 18px;
    font-weight: 400;
    letter-spacing: -.01em;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
    padding: 0 calc(8px / var(--r-globalnav-text-zoom-scale, 1));
    height: 44px;
    background: no-repeat;
    text-decoration: none;
    white-space: nowrap;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    outline-offset: -7px;
    transition: color .32s cubic-bezier(.4,0,.6,1);
    color: #6e6e73;
    font-weight: bold;
}

.menu ul li a:hover {
    text-decoration: underline;
}

h1 {
    font-size: 48px;
    line-height: 1.08349;
    font-weight: 600;
    letter-spacing: -.003em;
    font-family: SF Pro Display,SF Pro Icons,AOS Icons,Helvetica Neue,Helvetica,Arial,sans-serif;
    display: inline;
    color: #6e6e73;
    margin-left: 10px;
}

h1 span {
    color: #e30000;
}

.sample-page h1 {
    margin-top: 20px;
    margin-bottom: 20px;
    display: block;
    font-size: 30px;
    text-align: center;
}

.h1 .wrapper {
    max-width: 700px;
    padding: 80px 0 64px;
    float: left;
}



.scroll {
    height: 148px;
    overflow: hidden;
    position: relative;
}
.scroll .items {
    display: flex;
    overflow-x: scroll;
    padding-bottom: 40px;
}

.jc-left {
    left: 5px !important
}

.jc-left, .jc-right {
    transition-duration: 0.5s;
    opacity: 0 !important;
    background-color: rgba(0, 0, 0, 0.28);
    border-radius: 0 !important;
    top: -40px !important;
}

.scroll:hover .jc-left, .scroll:hover .jc-right,
.slider:hover .jc-left, .slider:hover .jc-right,
#slider-2:hover .jc-left, #slider-2:hover .jc-right
{
    transform: scale(1);
    transition-duration: 0.5s;
    opacity: 1 !important;
    background-color: rgba(0, 0, 0, 0.28);
    width: 51px;
    height: 51px;
}

.jc-left svg, .jc-right svg {
    width: 30px;
    height: 40px
}

.jc-right svg path , .jc-left svg path {
    fill: #fff;
}

.jc-right {
    right: 5px !important
}

.scroll .item {
    overflow: hidden;
    border-radius: 18px;
    height: 148px;
    min-width: 136px;
    padding: 18px 8px 16px;
    box-sizing: border-box;
    margin-right: 10px;
}

.scroll .image {
    padding-bottom: 16px;
}
.scroll .title {
    text-align: center;
}
.scroll .items img {
    display: block;
    margin: 0 auto;
    max-height: 78px;
    width: auto;
}

.scroll .items h3 {
    font-size: 14px;
    line-height: 1.42859;
    letter-spacing: -.016em;
    font-family: SF Pro Text,SF Pro Icons,AOS Icons,Helvetica Neue,Helvetica,Arial,sans-serif;
    font-weight: 600;
    display: block;
    color: #1d1d1f;
    text-align: center;
    white-space: nowrap;
}


.rs-shop-chatstore-section {
    position: absolute;
    right: 0;
    padding-bottom: 54px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: flex-end;
    flex-basis: 33.33333%;
    max-width: 33.33333%;
    transform: translate(0, -10%);
}

.toggle-input-type {
    position: absolute;
    right: 5px;
    top: 37px;
    border: 0;
    background: transparent;
}
.toggle-input-type svg {
    width: 20px;
}

.rf-shop-chaticon-container {
    width: 36px;
    height: 36px;
    color: #ff0000;
}
.as-svgicon-container  {
    color: #ff0000;
}
.rf-shop-chat-section {
    font-size: 14px;
    line-height: 1.42859;
    font-weight: 400;
    letter-spacing: -.016em;
    font-family: SF Pro Text,SF Pro Icons,AOS Icons,Helvetica Neue,Helvetica,Arial,sans-serif;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding-bottom: 16px;
    -webkit-text-size-adjust: none;
}

.rf-shop-chat-title {
    font-weight: 800;
    padding-top: 0;
    text-transform: uppercase;
}

.rs-shop-neareststore {
    font-size: 14px;
    line-height: 1.42859;
    font-weight: 400;
    letter-spacing: -.016em;
    font-family: SF Pro Text,SF Pro Icons,AOS Icons,Helvetica Neue,Helvetica,Arial,sans-serif;
    display: flex;
    flex-direction: row;
    padding-bottom: 10px;
    -webkit-text-size-adjust: none;
}

.rs-shop-neareststore svg {
    width: 38px;
}
.rs-shop-neareststore-title {
    font-weight: 800;
    padding-top: 0;
    text-transform: uppercase;
}

.rs-shop-neareststore {
    font-size: 14px;
    line-height: 1.42859;
    font-weight: 400;
    letter-spacing: -.016em;
    font-family: SF Pro Text,SF Pro Icons,AOS Icons,Helvetica Neue,Helvetica,Arial,sans-serif;
    display: flex;
    flex-direction: row;
    padding-bottom: 10px;
    -webkit-text-size-adjust: none;
}

.as-buttonlink {
    background: transparent;
    border: 0;
    color: #06c;
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
    padding: 0;
    vertical-align: inherit;
    cursor: pointer;
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
}
.as-buttonlink:hover {
    text-decoration: underline;
}
.rf-shop-chat-container {
    padding-left: 10px;
}

.rs-shop-neareststore-container {
    padding-left: 10px;
}

.rs-shop-neareststore-container a {
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
}

.rs-shop-neareststore-container a:hover {
    text-decoration: underline;
}

/*  slider */
#slider .items {
    position: relative;
}


#slider .items .item {
    display: flex;
    flex-direction: column;
    position: relative;
    overflow: hidden;
    background-color: #fff;
    border-radius: 18px;
    white-space: normal;
    box-shadow: 2px 4px 12px rgba(0,0,0,.08);
    transition: all .3s cubic-bezier(0,0,.5,1);
}

.slider {
    background-color: transparent;
    padding-top: 10px;
    position: relative;
}


.slider .items .item {
    display: flex;
    flex-direction: column;
    position: relative;
    overflow: hidden;
    background-color: #fff;
    border-radius: 18px;
    white-space: normal;
    box-shadow: 2px 4px 12px rgba(0,0,0,.08);
    transition: all .3s cubic-bezier(0,0,.5,1);
    min-width: 479px;
    height: 500px;
    margin-right: 20px;
}

.item.for-items {
    background: transparent !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    min-width: 680px !important;
    overflow: visible !important;
}
.slider .items .item:not(.item.for-items):hover {
    transform: scale(1.03);
    box-shadow: 2px 8px 15px rgba(0,0,0,.08);
}
.slider .items {
    display: flex;
    overflow: hidden;
    padding-bottom: 12px;
}

.slider .items .item .info {
    padding: 30px;
}

h3 {
    color: #6e6e73;
    font-size: 28px;
    line-height: 1.14286;
    font-weight: 600;
    letter-spacing: .007em;
    font-family: SF Pro Display,SF Pro Icons,AOS Icons,Helvetica Neue,Helvetica,Arial,sans-serif;
}

span.red {
    color: #e30000;
}
.slider img {
    height: 250px;
}

.slider .img-wrapper {
    display: flex;
    flex: 1;
    align-items: end;
    justify-content: center;
    padding-bottom: 30px;
}
.slider-wrapper {
    padding-top: 20px;
    padding-bottom: 50px;
}

.slider-wrapper h3 {
    padding-left: 120px;
}

.slider-wrapper .grid {
    display: grid;
    grid-template-columns: auto auto;
    grid-gap: 20px;
    height: 100%;
}
.item-wrapper {
    padding-top: 15px;
    padding-bottom: 15px;
}
.slider-wrapper .grid> div {
    /* display: flex; */
    /* flex-direction: column; */
    position: relative;
    overflow: hidden;
    background-color: #fff;
    border-radius: 18px;
    white-space: normal;
    height: 100%;
    box-shadow: 2px 4px 12px rgba(0,0,0,.08);
    transition: all .3s cubic-bezier(0,0,.5,1);
    padding: 30px;
}

.slider-wrapper .grid> div span {
    color: #e30000
}
.slider-wrapper .grid> div svg {
    color: #e30000;
    fill: #e30000;
}

.slider-wrapper .grid> div:hover {
    transform: scale(1.03);
    cursor: pointer;
}

.dd-card-header {
    font-size: 24px;
    line-height: 1.16667;
    font-weight: 600;
    letter-spacing: .009em;
    font-family: SF Pro Display,SF Pro Icons,AOS Icons,Helvetica Neue,Helvetica,Arial,sans-serif;
    padding-top: 12px;
}
.slider .info h1 {
    color: #1d1d1f;
    font-size: 28px;
    line-height: 1.14286;
    font-weight: 600;
    letter-spacing: .007em;
    font-family: SF Pro Display,SF Pro Icons,AOS Icons,Helvetica Neue,Helvetica,Arial,sans-serif;
    color: #1d1d1f;
    padding-top: 24px;
    margin-left: 0 !important;
}

.slider .item {
    padding: 20px;
}

.slider .info p {
    font-size: 17px;
    line-height: 1.23536;
    font-weight: 400;
    letter-spacing: -.022em;
    font-family: SF Pro Text,SF Pro Icons,AOS Icons,Helvetica Neue,Helvetica,Arial,sans-serif;
    color: #1d1d1f;
    padding-top: 10px;
    margin-top: 0;
}

/* slider-2 */
#slider-2 .items {
    position: relative;
    display: flex;
}

#slider-2 .item h3 {
    font-size: 14px;
    line-height: 1.42859;
    letter-spacing: -.016em;
    font-family: SF Pro Text,SF Pro Icons,AOS Icons,Helvetica Neue,Helvetica,Arial,sans-serif;
    font-weight: 600;
    display: block;
    color: #1d1d1f;
    text-align: center;
    white-space: nowrap;
}

#slider-2 {
    padding-top: 60px;
    position: relative;
}


.splide .item {
    display: flex;
    flex-direction: column;
    position: relative;
    overflow: hidden;
    background-color: #fff;
    border-radius: 18px;
    white-space: normal;
    box-shadow: 2px 4px 12px rgba(0,0,0,.08);
    transition: all .3s cubic-bezier(0,0,.5,1);
    height: 450px;
    justify-content: space-between;
}
.splide .item:hover {
    transform: scale(1.01);
    transition: transform .3s ease-in-out;
}

#slider-2 .items {
    margin-top: 20px;
}
.splide__arrow {
    width: 40px !important;
    height: 40px !important;
    border-radius: 0 !important;
    background-color: rgba(0,0,0,0.6) !important;
}
.splide__arrow--next {
    right: 0;
}

.splide__arrow--prev {
    left: 0;
}
.splide__arrow:disabled {
    display: none;
}


.splide__arrow:hover {
    background-color: rgba(0,0,0,1) !important;
}


.splide__arrow svg path {
    fill: #fff;
}
#slider-2 img {
    max-width: 200px;
}

#slider-2 .coming-soon {
    height: 53px;
}

#slider-2 .item-img-wrapper {
    padding: 10px 40px;
}
#slider-3 {
    margin-top: 60px;
}
#slider-2 .item-img, #slider-3 .item-img {
    height: 180px;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}

#slider-2 .title {
    font-size: 24px;
    font-weight: bold;
    margin-top: 20px;
    padding: 0 20px;
}

#slider-2 .title span {
    color: #6e6e73;
}
#slider-2 .rent-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 20px;
}

#slider-2 .rent-wrapper.cs {
    padding-bottom: 10px;
}

#slider-2 .rent-wrapper.oos {
    padding-bottom: 10px;
}

#slider-2 .rent-wrapper span {
    font-size: 14px;
    color: #9e9e9e;
}

#slider-2 .rent-wrapper a {
    display: inline-block;
    padding: 5px 13px;
    border-radius: 17px;
    color: #fff;
    text-decoration: none;
    background: #1a73e8;
}

footer .footer-top {
    padding-top: 15px;
    padding-bottom: 15px;
    border-top: 1px solid #d2d2d7;
    margin-top: 50px;
}

footer ul {
    display: flex;
    justify-content: center;
}

footer ul li {
    padding-left: 10px;
    padding-right: 10px;
}

footer a {
    font-size: 18px;
    color: #6e6e6e;
    text-decoration: none;
    font-weight: bold;
}

footer a:hover {
    text-decoration: underline;
    color: #6e6e6e;
}

.rent-now {
    display: inline-block;

}
.rent-now {
  background-color: #1a73e8;
  border: 0;
  border-radius: 56px;
  color: #fff !important;
  cursor: pointer;
  display: inline-block;
  font-family: system-ui,-apple-system,system-ui,"Segoe UI",Roboto,Ubuntu,"Helvetica Neue",sans-serif;
  font-size: 18px;
  font-weight: 800;
  outline: 0;
  padding: 25px 60px;
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: all .3s;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  margin-top: 50px;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.rent-now:before, .btn:before {
  background-color: initial;
  background-image: linear-gradient(#fff 0, rgba(255, 255, 255, 0) 100%);
  border-radius: 125px;
  content: "";
  height: 50%;
  left: 4%;
  opacity: .5;
  position: absolute;
  top: 0;
  transition: all .3s;
  width: 92%;
}

.rent-now:hover, .btn:hover {
  box-shadow: rgba(255, 255, 255, .2) 0 3px 15px inset, rgba(0, 0, 0, .1) 0 3px 5px, rgba(0, 0, 0, .1) 0 10px 13px;
  transform: scale(1.05);
}

.border-radius {
    border-radius: 15px;
}

.sample-page #menu {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
}

.box-shadow {
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
}

.form-control {
    height: 50px;
    border-radius: 0;
}
.form-control:focus {
    outline: none;
    box-shadow: none;
}
.form-group {
    margin-bottom: 15px;
}

.form-group label {
    margin-bottom: 5px;
}

.btn {
    display: flex;
    align-items: center;
    background-color: red;
    border: 0;
    color: #fff !important;
    cursor: pointer;
    display: inline-block;
    font-family: system-ui,-apple-system,system-ui,"Segoe UI",Roboto,Ubuntu,"Helvetica Neue",sans-serif;
    font-size: 14px;
    font-weight: 600;
    outline: 0;
    padding: 7px 21px;
    position: relative;
    text-align: center;
    text-decoration: none;
    transition: all .3s;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    margin-top: 10px;
    margin-bottom: 10px;
}

.restore-password {
    text-decoration: none;
    color: #6e6e73;
    font-size: 16px;
}

.restore-password:hover {
    text-decoration: underline;
    color: #6e6e73;
    font-size: 16px;
}


.btn svg {
    width: 15px;
    margin-left: 10px;
}

.rental-priccing {
    line-height: 27px;
}

.authenticate-wrapper {
    display: flex;
}

.authenticate-wrapper a.account {
    margin-right: 10px;
}
.authenticate-wrapper svg {
    width: 20px;
}
.profile-container {
    margin-top: 30px;
}

.tab-pane {
    padding: 20px;
    background-color: #fff;
    border: 1px solid #dedede;
}

.nav-tabs .nav-link {
    color: #000;
}

.home-text {
    padding-top: 60px;
    padding-bottom: 60px;
}

.table-bordered {
    border: 1px solid #dee2e6;
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem;
    background-color: transparent;
}

table {
    border-collapse: collapse;
}

.table-bordered td, .table-bordered th {
    border: 1px solid #dee2e6;
}

.table-bordered td, .table-bordered th {
    border: 1px solid #dee2e6;
}

#trailer-requests-history svg {
    width: 25px;
}
@media(max-width: 500px) {
    .login span, .account span, .logout span {
        display: none;
    }
}

@media(max-width: 600px) {
    .logo img {
        max-width: 130px;
        margin-right: 10px;
    }

    .menu ul li a, .account, .logout {
        font-size: 14px;;
    }

    .splide .item {
        height: 420px;
    }

    .slider .info h1 {
        font-size: 20px;
    }
}


@media (max-width: 800px) {
    .carousel-item {
        font-size: 14px;
    }

    .rent-now {
        font-size: 16px;
        padding: 15px 30px;
    }

    .rs-shop-chatstore-section {
        position: relative !important;
        max-width: 100%;
        align-content: center;
    }

    .home-text .relative {
        flex-direction: column-reverse;
    }

    h1 {
        font-size: 30px;
        text-align: center;
        display: block;
    }

    #slider-2 {
        padding-top: 0;
    }

    #slider-2 h3, .slider-wrapper h3 {
        font-size: 20px;
        padding-left: 15px;
        padding-right: 15px;
        text-align: center;
    }

    .slider .items {
        padding-left: 15px;
    }
    #slider-2 .items .item {
        width: 300px;
        min-width: 300px;;
        height: 400px;
    }

    #slider-2 .rent-wrapper {
        padding-top: 0;
    }

    #slider-2 .coming-soon {
        height: 55px;
    }

    #slider-2 .item-img {
        height: 190px;
    }

    .slider .items .item {
        min-width: 300px;
        height: 400px;
    }

    .slider .items .item .info h1 {
        font-size: 16px;
        padding-top: 0;
    }

    .slider .items .item .info p {
        font-size: 14px;
    }

    .slider img {
        height: 190px;
    }

    .carousel-item {
        padding-left: 30px;
        padding-right: 30px;
    }

    .slider-wrapper {
        padding-bottom: 0;
    }
}


@media (min-width: 800px) and (max-width: 991px) {

    #slider-2 h3, .slider-wrapper h3 {
        font-size: 32px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .slider .items {
        padding-left: 15px;
    }
    #slider-2 .items .item {
        width: 400px;
        min-width: 400px;
        height: 500px;
    }

    #slider-2 .rent-wrapper {
        padding-top: 0;
    }

    #slider-2 .coming-soon {
        height: 55px;
    }

    #slider-2 .item-img {
        height: 190px;
    }

    .slider .items .item {
        min-width: 400px;
        height: 500px;
    }

    .slider .items .item .info h1 {
        font-size: 16px;
        padding-top: 0;
    }

    .slider .items .item .info p {
        font-size: 14px;
    }

    .slider img {
        height: 250px;
    }

    .carousel-item {
        padding-left: 30px;
        padding-right: 30px;
    }

    .slider-wrapper {
        padding-bottom: 0;
    }
}

#slider-2 .container, #slider-3 .container {
    width: 100%;
    max-width: 100%;
}   


@media(min-width: 1600px) {
    #slider-2 .item {
        height: 600px !important;
    }

    #slider-2 .item .item-img {
        height: 250px;
    }
}

.text-center {
    text-align: center;
}
.article {
    position: relative;
    overflow: hidden;
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    padding: 5px;
    padding-bottom: 20px;
    border-radius: 5px;
    margin-bottom: 20px;
}
.article h3 {
    text-align: center;
}

.article h3 a {
    color: #6e6e73;
    text-decoration: none;
    font-size: 18px;
    font-weight: bold;
}
.article img {
    border-radius: 5px;
}
.article p {
    text-align: center;
    line-height: 24px;
    font-size: 14px;
}

.pagination {
    justify-content: center;
}

.page-article {
    margin-top: 20px;
}

.page-article--body {
    background: #fff;
    padding: 20px;
    border-radius: 5px;
}

.page-articles-related-articles {
    padding-top: 20px;
    padding-bottom: 20px;
}
.page-articles-related-articles h2 {
    margin-bottom: 20px;
    line-height: 1.08349;
    font-weight: 600;
    color: #6e6e73;
    font-size: 26px;    
}