/*
Theme Name:
Theme URI:
Author:
Author URI:
Description:
Version:2.9
*/
@charset "utf-8";

/* CSS Document */
.aligncenter,
.gallery-item a {
    display: block
}

.alignleft {
    float: left;
    margin-right: 15px;
    margin-bottom: 10px
}

.alignright {
    float: right;
    margin-left: 15px;
    margin-bottom: 10px
}

.aligncenter {
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    max-width: 100%;
    padding: 4px
}

.entry-caption,
.gallery-caption,
.wp-caption .wp-caption-text {
    font-style: italic;
    font-size: 12px;
    font-size: .857142857rem;
    line-height: 2;
    color: #757575
}

ul:before,
ul:after {
    content: '';
    display: table;
}

ul:after {
    clear: both;
}

.full-img img {
    width: 100%;
    height: auto;
}

img.img-crop {
    display: block;
    max-width: none
}


.owl-theme .owl-nav {
    margin-top: 10px;
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-nav [class*='owl-'] {
    color: #ababab;
    background: #fff;
    font-size: 32px;
    margin: 0;
    padding: 0;
    display: inline-block;
    cursor: pointer;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    border: none;
    padding: 4px 10px
}

.owl-theme .owl-nav [class*='owl-']:hover {
    color: #000;
}

.owl-theme .owl-nav .owl-prev {
    left: -36px;
}

.owl-theme .owl-nav .owl-next {
    right: -36px;
}

@media only screen and (max-width: 1199px) {
    .owl-theme .owl-nav [class*='owl-'] {
        font-size: 20px;
        padding: 0;
    }

    .owl-theme .owl-nav .owl-prev {
        left: -18px;
    }

    .owl-theme .owl-nav .owl-next {
        right: -18px;
    }
}

.owl-theme .owl-nav .disabled {
    opacity: 0.5;
    cursor: default;
}

.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 35px;
}

.owl-theme .owl-dots {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline;
}

.owl-theme .owl-dots .owl-dot span {
    width: 14px;
    height: 14px;
    margin: 3px;
    background: #fff;
    border: 1px solid #000;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 200ms ease;
    border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #000;
}

.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    z-index: 1;
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
    /* fix firefox animation glitch*/
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background*/
    -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
}

/*.owl-carousel .owl-item img {display:block; width:100%;  }*/
.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
    display: none;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
    /*background:none; color:inherit; border:none; padding:0 !important; font:inherit;*/
}

.owl-carousel button.owl-dot {
    border: none;
    padding: 0;
    cursor: pointer;
    background: none;
}

.owl-carousel.owl-loaded {
    display: block;
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block;
}

.owl-carousel.owl-hidden {
    opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: grab;
}

.owl-carousel.owl-rtl {
    direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
    float: right;
}

.no-js .owl-carousel {
    display: block;
}

.owl-carousel .animated {
    animation-duration: 1000ms;
    animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
    z-index: 0;
}

.owl-carousel .owl-animated-out {
    z-index: 1;
}

.owl-carousel .fadeOut {
    animation-name: fadeOut;
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.owl-height {
    transition: height 500ms ease-in-out;
}

.owl-carousel .owl-item {
    /**This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrongcalculation of the height of the owl-item that breaks page layouts*/
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 400ms ease;
}

.owl-carousel .owl-item .owl-lazy[src^=""],
.owl-carousel .owl-item .owl-lazy:not([src]) {
    max-height: 0;
}

.owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d;
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000;
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url("owl.video.play.png") no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
    -ms-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
    display: none;
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%;
}

#page {
    overflow: hidden;
}

.ratio .full-img,
.ratio a.d-block {
    min-width: initial;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    flex: 0 0 auto;
    display: flex;
}

.ratio .full-img img,
.ratio a.d-block img {
    flex: 1 1 auto;
    align-self: center;
    justify-self: center;
    object-fit: cover;
    height: 100%;
    min-width: 100%;
    width: auto;
}

.image-fit {
    min-width: initial;
    position: relative;
    overflow: hidden;
    flex: 0 0 auto;
    display: flex;
}

.image-fit img {
    flex: 1 1 auto;
    align-self: center;
    justify-self: center;
    object-fit: cover;
    height: 100%;
    min-width: 100%;
    width: auto;
}

.modal-dialog.full_screen {
    width: 100%;
    max-width: 100%;
    height: 100%;
    margin: 0px;
}

.modal-dialog.full_screen .modal-content {
    height: 100%;
    border: none;
    border-radius: 0;
    background: var(--bs-dark);
}

.modal-dialog.full_screen .modal-body {
    overflow: hidden;
    overflow-y: auto;
    padding: 0;
}

.modal-dialog.full_screen .modal-body,
.modal-dialog.full_screen .modal-footer {
    background: var(--bs-dark);
}

.modal-dialog.full_screen .modal-footer,
.modal-dialog.full_screen .modal-header {
    border: 0;
}

.modal-dialog.full_screen.modal-dialog-scrollable,
.modal-dialog.full_screen.modal-dialog-scrollable .modal-content {
    max-height: calc(100% - 0rem);
}

.modal-dialog.full_screen button.close {
    background: url(images/cancel.png) no-repeat center;
    background-size: 24px;
    opacity: 1;
    center;
    height: 40px;
    width: 40px;
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -20px;
    padding: 0;
    border: none;
}

.modal-dialog.full_screen .modal-header {
    background: var(--bs-white);
    display: block;
    position: relative;
    text-align: center;
    padding: 15px;
    border-radius: 0;
}

.modal-dialog.full_screen .modal-header img {
    height: 40px;
    width: auto;
}

.modal.fade .modal-dialog.full_screen {
    transition: -webkit-transform 0.1s ease-out;
    transition: transform 0.1s ease-out;
    transition: transform 0.1s ease-out, -webkit-transform 0.1s ease-out;
    -webkit-transform: translate(0);
    transform: translate(0);
}

.modal-dialog.full_screen .modal-footer {
    display: block;
}

.modal-dialog.full_screen .modal-footer .row {
    margin-left: -8px;
    margin-right: -8px;
}

.modal-dialog.full_screen .modal-footer .row [class*=col-] {
    padding-left: 8px;
    padding-right: 8px;
}

.blueMobileMenu {
    color: #fff;
    display: block;
    margin: 0;
    padding: 0;
}

.blueMobileMenu li a:hover {
    color: #fff;
}

.blueMobileMenuIcon {
    display: block;
    z-index: 9999;
    position: relative;
    float: left;
}

.blueMobileMenu li {
    cursor: pointer;
    float: none;
    position: relative;
    list-style: none;
    text-transform: uppercase;
}

.blueMobileMenu li:last-child {
    border: none;
}

.blueMobileMenu>li {
    border-right: none;
}

.blueMobileMenu li a {
    color: #fff;
    text-decoration: none;
    padding: 12px 47px 12px 24px;
    display: block;
    border-bottom: solid 1px rgba(255, 255, 255, 0.2);
}

.blueMobileMenu li ul li {}

.blueMobileMenu li a img {
    width: 18px;
}

.blueMobileMenu li ul li:last-child {
    border: none;
}

.blueMobileMenu li ul li a {
    color: #fff;
    background: var(--bs-dark);
    padding-left: 35px
}

.blueMobileMenu li ul li a {
    border-bottom: solid 1px rgba(255, 255, 255, 0.2);
}

.blueMobileMenu li ul li a .media {
    align-items: center;
}

.blueMobileMenu li ul li a .media img {
    width: 40px;
    margin-right: 10px;
}

.blueMobileMenu li ul li a .media small {
    display: block;
}

.blueMobileMenu li ul li:hover {
    color: #fff;
    background: var(--bs-dark);
}

.blueMobileMenu li ul li:hover>a {
    color: #fff;
    background: var(--bs-dark);
}

.blueMobileMenu li ul li ul li {
    /*background:#eee;*/
}

.blueMobileMenu li ul li ul li a:hover,
.blueMobileMenu li ul li:hover>a:hover {
    color: #fff;
}

.blueMobileMenu li ul li ul li ul li {}

.blueMobileMenu li ul {
    margin: 0;
    padding: 0;
    position: relative;
}

.closed>ul {
    display: none;
}

.icon_menu {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10;
    height: 47px;
    width: 47px;
}

.blueMobileMenu li.closed:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    height: 47px;
    line-height: 47px;
    text-align: center;
    content: '\f107';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    width: 47px;
    border-left: 1px solid rgba(255, 255, 255, 0.2);
    color: #fff;
}

.blueMobileMenu li.open:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    height: 47px;
    line-height: 47px;
    text-align: center;
    content: '\f106';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    width: 47px;
    border-left: 1px solid rgba(255, 255, 255, 0.2);
    color: #fff;
}

.mobile-menu-icon {
    background: url(images/menu.png) no-repeat center;
    background-size: 30px;
    height: 40px;
    width: 40px;
    left: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
}

.modal-dialog.full_screen .modal-footer form {
    position: relative;
}

.modal-dialog.full_screen .modal-footer form .form-control {
    background: #F5F5F5;
    border: none;
    box-shadow: none;
    border-radius: 40px;
    height: 45px;
    padding: 0 65px 0 16px;
}

.modal-dialog.full_screen .modal-footer form input[type=submit] {
    background: url(images/search.svg) no-repeat center;
    position: absolute;
    top: 0;
    right: 0;
    border: none;
    text-indent: -9999px;
    height: 45px;
    width: 45px;
}

.header {
    position: relative;
    z-index: 1000;
    background: #fff;
}

.pre-header {
    background: var(--bs-dark);
    padding: 20px 0;
}

.pre-header ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.pre-header ul li {
    float: left;
}

.pre-header ul li+li:before {
    background: #6E6E6E;
    height: 15px;
    width: 16px;
    border-radius: 20px;
    margin: 4px 15px;
    content: '';
    float: left;
    display: block;
}

.pre-header ul li a {
    color: var(--bs-white);
    text-decoration: none;
}

.pre-header ul li+li.noDot::before {
    display: none;
}

.pre-header ul li+li.noDot {
    margin-left: 20px;
}

.post-header {
    background: #fff;
    border-top: 1px solid var(--bs-white);
}

.post-header .user {
    background: url(images/user.svg) no-repeat center;
    height: 27px;
    width: 27px;
    margin-left: 18px;
}

.post-header .navbar {
    padding: 0;
}

.post-header .navbar-brand {
    margin: 0;
}

.post-header .navbar-brand img {
    width: 133px;
}

.post-header .navbar-brand {
    padding: 18px 0;
}

.post-header .nav-link {
    color: var(--bs-dark);
    position: relative;
}

.post-header .navbar-expand-xl .navbar-nav .nav-link {
    padding: 42px 18px;
}

.post-header .nav-link:before {
    height: 3px;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    opacity: 0;
    visibility: hidden;
    background: var(--bs-dark);
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.post-header .nav-link.active:before,
.post-header .nav-link:hover:before {
    opacity: 1;
    visibility: visible;
}

.post-header .nav-link.active {
    font-weight: 700;
}

.post-header .navbar-collapse {
    margin-left: auto;
    flex-grow: 0;
}

.post-header form {
    position: relative;
    max-width: 300px;
    margin-left: 8%;
}

.post-header form .form-control {
    background: #F5F5F5;
    border: none;
    box-shadow: none;
    border-radius: 40px;
    height: 55px;
    padding: 0 65px 0 16px;
}

.post-header form input[type=submit] {
    background: url(images/search.svg) no-repeat center;
    position: absolute;
    top: 0;
    right: 0;
    border: none;
    text-indent: -9999px;
    height: 55px;
    width: 55px;
}

.post-header .dropdown-menu[data-bs-popper] {
    margin: 0;
}

.post-header .dropdown-menu {
    border-radius: 0;
    border: none;
    width: 250px;
    padding: 0;
}

.post-header .dropdown-item {
    padding: 10px 15px;
}

.post-header .dropdown-item:hover {
    background: var(--bs-gray-dark);
    color: var(--bs-white)
}

.post-header .dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
}

.post-header .menu-btn {
    background: url(images/menu.png) no-repeat center;
    height: 27px;
    width: 27px;
    background-size: 100%;
    padding: 0;
    border: none;
    cursor: pointer;
}

.navigation {
    background: var(--bs-dark);
}

.page-title {
    padding: 20px 0 30px 0;
    text-align: center;
    background: var(--bs-dark);
}

.page-title h1 {
    color: var(--bs-white);
    text-transform: uppercase;
    font-weight: 600;
}

.page-title-white {
    padding: 50px;
    background: var(--bs-white);
}

.page-title-white h1 {
    color: var(--bs-dark);
}

.section {
    padding: 50px 0;
}

.section-sm {
    padding: 70px 0;
}

.section-title h6 {
    font-weight: 400;
    margin: 0;
}

.dark-65 {
    color: var(--bs-dark-65)
}

.tag-section {
    background: var(--bs-gray-700);
    padding-top: 10px;
}

.tag-section .content {
    border: 1px solid #707070;
    padding: 24px;
    color: var(--bs-white-65);
}

.tag-section .content h4 {
    font-weight: 500;
    color: var(--bs-white);
    position: relative;
}

.tag-section [class*=col-] {
    margin-top: 60px;
}

.tag-section .tags {
    background: var(--bs-gray-800);
    padding: 20px 18px;
    margin-top: 30px;
}

.tag-section .tags ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.tag-section .tags ul li {
    float: left;
}

.tag-section .tags ul li a {
    font-size: 14px;
    color: var(--bs-white-30);
    display: block;
    padding: 10px 20px;
    text-decoration: none;
}

.tag-section .tags ul li a:before {
    content: '\f02c';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    margin-right: 6px;
}

.tag-section .tags ul li a:hover {
    color: var(--bs-white);
}

.tag-section .collapse:not(.show),
.tag-section .collapse,
.locations .collapse:not(.show),
.locations .collapse {
    display: block;
}

.tag-section .card-body {
    margin: 0;
    padding: 0;
    background: none;
    border: none;
}

.locations {
    background: var(--bs-gray-800);
    color: var(--bs-white-65);
}

.locations .location-items+.location-items {
    margin-top: 50px;
}

.locations h4 {
    color: var(--bs-white);
    margin: 0;
    position: relative;
}

.locations h4 span {
    font-weight: var(--bs-body-font-weight);
}

.locations .card-body {
    margin: 0;
    padding: 30px 0 0 0;
    background: none;
    border: none;
}

.locations .card-body ul {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.locations .card-body ul:after,
.locations .card-body ul:before {
    display: none;
}

.locations .card-body ul li {
    width: 20%;
    margin-top: 16px;
}

.locations .card-body ul li a {
    color: var(--bs-white-65);
    text-decoration: none;
    position: relative;
    padding-left: 24px;
}

.locations .card-body ul li a:hover {
    color: var(--bs-white);
    text-decoration: underline;
}

.locations .card-body ul li a:before {
    background: var(--bs-white-65);
    height: 15px;
    width: 15px;
    border-radius: 20px;
    margin: 0 14px 0 0;
    content: '';
    display: inline-block;
    vertical-align: middle;
    left: 0;
    top: 2px;
    position: absolute;
}

.footer {
    background: var(--bs-dark);
    color: rgba(255, 255, 255, 0.55);
}

.footer-logo {
    padding: 8px 0;
    background: var(--bs-white);
    border-radius: 0px 0px 20px 20px;
    margin-bottom: 65px;
    max-width: 379px;
}

.footer-logo img {
    margin: 0 auto;
    width: 195px;
    display: block;
}

.footer ul.menu {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.footer ul.menu li {
    width: 100%;
}

.footer ul.menu li+li {
    margin-top: 12px;
}

.footer ul.menu li a {
    color: rgba(255, 255, 255, 0.55);
    text-decoration: none;
}

.footer ul.menu li a:hover {
    color: rgba(255, 255, 255, 1);
}

.contact-info ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.contact-info ul li+li {
    margin-top: 3px;
}

.footer h4 {
    color: var(--bs-white);
    font-weight: 600;
    margin: 85px 0 60px;
    font-size: 23px;
}

.footer h5 {
    font-size: 20px;
    color: var(--bs-white);
    font-weight: 400;
    font-size: 20px;
}

.footer .social {
    margin-top: 20px;
}

.footer .social ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer .social ul li {
    float: left;
    font-size: 20px;
}

.footer .social ul li+li {
    margin-left: 16px;
}

.footer .social ul li a,
.footer .social ul li a:hover {
    color: var(--bs-white);
    text-decoration: none;
}

.map {
    height: 300px;
    position: relative;
    width: 100%;
}

.map .map-inner {
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    bottom: 0;
}

.map .map-inner iframe {
    height: 100%;
    width: 100%;
}

.footer-mid {
    padding: 90px 0 60px;
}

.share-icons ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.share-icons ul li {
    float: left;
}

.share-icons ul li+li {
    margin-left: 30px;
}

.share-icons ul li a img {
    display: block;
    width: 50px;
}

.share-icons h4 {
    margin: 0 0 24px 0;
}

.footer-bottom {
    padding: 30px 0;
    text-align: center;
    border-top: 1px solid rgba(255, 255, 255, 0.47);
    color: rgba(255, 255, 255, 0.55);
}

.why-content [class*=col-] {
    color: var(--bs-dark-65);
    margin-top: 35px;
}

.rental-solution [class*=col-] {
    margin-top: 38px;
}

.rental-solution .content {
    box-shadow: 0px 3px 6px #00000029;
    border: 1px solid #E9E9E9;
    border-radius: 80px 0px;
    padding: 40px 60px;
    color: rgba(0, 0, 0, .72);
}

.rental-solution .content .d-flex {
    margin-bottom: 26px;
}

.faq-section .accordionjs .acc_section {
    position: relative;
    z-index: 10;
    margin-top: 10px;
    overflow: hidden;
    padding: 0;
    border-radius: 10px;
    background: #F8F8F8;
}

.faq-section .accordionjs .acc_section+.acc_section {
    margin-top: 24px;
}

.faq-section .accordionjs .acc_section .acc_head {
    cursor: pointer;
    position: relative;
    padding: 16px 78px 12px 60px;
    font-size: 22px;
}

.faq-section .accordionjs .acc_section .acc_content {
    padding: 40px 45px;
    border-top: 1px solid #C2C2C2;
    color: rgba(0, 0, 0, 0.55);
    font-size: 20px;
}

.faq-section .accordionjs .acc_section .acc_head:after {
    content: '';
    right: 40px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    background: url(images/down-arrow-faq.svg);
    height: 40px;
    width: 40px;
}

.faq-section .accordionjs .acc_section.acc_active .acc_head:after {
    background: url(images/up-arrow-faq.svg)
}

.faq-section .accordionjs .acc_section .acc_content ul li+li {
    margin-top: 6px;
}

.contact-form,
.login-form {
    padding: 50px 105px 50px 105px;
}

.contact-form h6,
.quick-support h6,
.login-form h6 {
    letter-spacing: 4.5px;
    color: var(--bs-dark-65);
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
}

.contact-form .form-control,
.contact-form .form-control:focus,
.login-form .form-control,
.login-form .form-control:focus,
.otp-form .form-control,
.otp-form .form-control:focus {
    border: none;
    border-bottom: 1px solid var(--bs-gray-dark);
    border-radius: 0;
    box-shadow: none;
}

.contact-form textarea.form-control {
    height: 120px;
    resize: none;
}

.contact-form .input-group-text,
.login-form .input-group-text {
    border: none;
    background: none;
    border-bottom: 1px solid var(--bs-gray-dark);
    border-radius: 0;
    padding-left: 0;
    padding-right: 0;
    align-items: start;
}

.contact-form form label,
.login-form label {
    font-weight: 700;
    margin-bottom: 10px;
}

.contact-top [class*=col-] {
    position: relative;
    direction: ltr;
}

/* .contact-top .row{ direction:rtl;} */
.contact-map {
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
}

.contact-map .map-inner {
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    bottom: 0;
}

.contact-map .map-inner iframe {
    height: 100%;
    width: 100%;
}

.quick-support {
    position: relative;
    background: #f5f5f5;
    overflow: hidden;
}

.quick-support a {
    text-decoration: none;
}

.quick-support a:hover {
    text-decoration: underline;
}

.quick-support h2 {
    margin-bottom: 30px;
}

.quick-support .icon {
    height: 43px;
}

.quick-support h4 {
    margin: 16px 0 30px
}

.quick-support [class*=col-] {
    margin-top: 80px;
}

.quick-support span.textlg {
    font-size: 364px;
    line-height: 0.7;
    font-weight: 600;
    position: relative;
    z-index: 1;
    color: var(--bs-white);
    opacity: 0.45;
    position: absolute;
    top: 0;
    right: 0;
}

.quick-support .container {
    position: relative;
    z-index: 10;
}

.login-wrapper .col-xl-5 {
    background: #FBFBFB;
}

.login-wrapper .col-xl-5 .intro-image {
    padding: 89px;
}

.login-meta .d-flex>div,
.login-meta .d-flex ul {
    margin-bottom: 35px;
}

.login-meta {
    font-size: 14px;
}

.login-meta label {
    font-weight: 400;
}

.login-meta ul {
    margin: 0 0 0 auto;
    padding: 0;
    list-style: none;
}

.login-meta ul li {
    float: left;
}

.login-meta ul li+li {
    margin-left: 40px;
}

.login-meta ul li img {
    width: 11px;
    margin-right: 6px;
}

.login-meta ul li a {
    text-decoration: none;
}

.prod-cat-list {
    position: relative;
}

.prod-cat-list:before {
    background: #E3E3E3;
    height: 221px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
    content: '';
}

.prod-cat-list .container {
    position: relative;
    z-index: 2;
}

.cat-items .item+.item {
    margin-top: 83px;
}

.cat-items .item .d-block {
    box-shadow: 0px 15px 40px #00000017;
    border-radius: 21px;
    position: relative;
    background: var(--bs-white);
    text-decoration: none;
    color: rgba(0, 0, 0, .51);
    overflow: hidden;
}

.cat-items .item .d-block h2 {
    font-size: 65px;
    font-weight: 400;
    font-weight: 400;
    text-transform: capitalize;
}

.cat-items .item .d-block .content {
    padding: 60px 150px;
    position: relative;
    z-index: 10;
    font-size: 36px;
    line-height: 1.2
}

.cat-items .item .flex-grow-1 {
    direction: ltr;
}

.cat-items .item:nth-child(even) {
    direction: rtl;
}

.cat-items .item:nth-child(odd) .flex-grow-1 {
    margin-left: 30px;
}

.cat-items .item:nth-child(even) .flex-grow-1 {
    margin-right: 30px;
}

.cat-items .item:nth-child(odd) .d-block:before {
    background: url(images/left-shape.png) no-repeat bottom left;
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    content: '';
    position: absolute;
}

.cat-items .item:nth-child(even) .d-block:before {
    background: url(images/right-shape.png) no-repeat bottom right;
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    content: '';
    position: absolute;
}

.cat-items .item .d-block img {
    max-width: 360px;
}

.why-us-full {
    margin-top: 130px;
}

.prod-page-title {
    margin-bottom: 45px;
    text-align: center;
    text-transform: uppercase;
}

.prod-page-title h1 {
    font-size: 40px;
}

.prod-page-intro {
    background: var(--bs-white);
    box-shadow: 0px 3px 25px #00000012;
    border-radius: 28px;
    padding: 47px 80px;
    font-size: 22px;
    margin-bottom: 80px;
}

.product-slider-list .slide-item+.slide-item {
    margin-top: 43px;
}

.product-slider-list h2,
.brand-slider h2 {
    margin-bottom: 28px;
}

.product-box {
    background: #f9f9f9;
    border: 3px solid #f9f9f9;
    border-radius: 25px;
    padding: 18px 18px 0;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.product-box:hover {
    border-color: var(--bs-dark)
}

.product-box .content {
    padding: 30px 0;
}

.product-box a {
    text-decoration: none;
}

.product-box a.button {
    color: #6A6A6A;
    background: #EFEFEF;
    padding: 20px;
    display: block;
    margin: 0 auto;
    width: 80%;
    max-width: 277px;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    border-radius: 50px 50px 0px 0px;
}

.product-box:hover a.button {
    color: var(--bs-white);
    background: var(--bs-dark)
}

.product-box .product-image {
    border-radius: 17px;
    background: var(--bs-white);
    height: 265px;
    position: relative;
}

.product-box .product-image img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 75%;
    height: auto;
}

.brand-slider {
    margin-top: 80px;
}

.brands {
    margin: 0 -15px;
}

.brand-slider .item {
    padding: 10px 15px 25px;
}

.brand-logo {
    background: var(--bs-white);
    box-shadow: 0px 3px 25px #00000012;
    border-radius: 28px;
    height: 173px;
    position: relative;
    text-align: center;
    display: flex;
    justify-content: center;
    position: relative;
}

.brand-logo img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: auto;
    height: 75%;
}

.manage-section {
    margin: 80px 0 0 0;
}

.manage-section h3 {
    font-weight: 400;
    font-size: 40px;
    margin: 0;
}

.manage-section h2 {
    font-weight: 600;
    font-size: 56px;
    white-space: nowrap;
}

.manage-section [class*=col-] {
    margin-top: 70px;
}

.manage-section.icon-content [class*=col-] {
    margin-top: 43px;
}

.manage-section .icon-box {
    background: #FFFFFF;
    box-shadow: 0px 25px 40px #00000020;
    border-radius: 25px;
    padding: 36px;
}

.manage-section .icon-box img {
    margin-bottom: 25px;
    height: 80px;
}

.manage-section .col-5 {
    width: 20%;
}

.client-opinion .title {
    margin-bottom: 80px;
}

.client-opinion {
    margin-top: 80px;
}

.client-opinion h2 {
    text-align: left;
    font-size: 58px;
}

.client-opinion .image-block {
    position: relative;
    padding: 0 0 16px 16px;
    width: 253px;
}

.client-opinion .image-block:before {
    content: '';
    position: absolute;
    top: 16px;
    right: 16px;
    bottom: 0;
    left: 0;
    border: 8px solid #000;
}

.client-opinion .client-img {
    background: #F3F3F3;
    border: 7px solid var(--bs-white);
    box-shadow: 0px 2px 30px #00000012;
    height: 295px;
    position: relative;
    z-index: 100;
    text-align: center;
}

.client-opinion .item h3 {
    margin: 0;
    font-size: 29px;
}

.client-opinion .item h6 {
    color: #000000;
    opacity: 0.47;
    font-size: 13px;
    font-weight: 400;
}

.inquiry-wrapper .intro-image {
    padding: 125px;
}

.inquiry-wrapper .col-xl-5 {
    background: #FBFBFB;
}

.inquiry-form h6 {
    letter-spacing: 4.5px;
    color: var(--bs-dark-65);
    font-size: 15px;
    font-weight: 600;
}

.inquiry-form {
    padding: 56px 110px;
}

.inquiry-form .form-control,
.inquiry-form .form-control:focus {
    border: none;
    /*border-bottom:1px solid var(--bs-gray-dark);*/
    border-radius: 0;
    box-shadow: none;
    padding: 0
}

.inquiry-form .form-select,
.inquiry-form .form-select:focus {
    border: none;
    /*border-bottom:1px solid var(--bs-gray-dark);*/
    border-radius: 0;
    box-shadow: none;
    padding: 0;
    font-weight: 700;
}

.inquiry-form form-control::-moz-placeholder,
.inquiry-form .form-control::placeholder {
    font-weight: 700;
}

.inquiry-form textarea.form-control {
    height: 120px;
    resize: none;
}

.inquiry-form .input-group-text {
    border: none;
    background: none;
    border-bottom: 1px solid var(--bs-gray-dark);
    border-radius: 0;
    padding-left: 0;
    padding-right: 0;
    align-items: start;
}

.inquiry-form form label {
    font-weight: 700;
    margin-bottom: 10px;
    margin: 0;
}

.inquiry-form .step-nav {
    margin: 60px 0 70px;
}

.inquiry-form .step-nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.inquiry-form .step-nav ul li {
    float: left;
    position: relative;
}

.inquiry-form .step-nav ul li+li {
    padding-left: 135px;
}

.inquiry-form .step-nav ul li+li:before {
    background: #777777;
    height: 5px;
    content: '';
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
    left: 0;
    right: 0;
}

.inquiry-form .step-nav ul li span {
    height: 28px;
    width: 28px;
    border: 4px solid #777777;
    border-radius: 50px;
    display: block;
    position: relative;
    z-index: 100;
    background: #fff;
}

.inquiry-form .step-nav ul li.active span {
    background: #777;
}

.inquiry-form input[type="checkbox"] {
    display: none;
}

.inquiry-form input[type="checkbox"]+label {
    line-height: 30px;
    display: block;
    margin: 12px 0 0 0;
    cursor: pointer;
    font-weight: 400;
}

.inquiry-form input[type="checkbox"]+label span {
    display: inline-block;
    width: 25px;
    height: 25px;
    border: 2px solid #000;
    margin: -1px 6px 0 0;
    vertical-align: middle;
    cursor: pointer;
    border-radius: 4px;
}

.inquiry-form input[type="checkbox"]:checked+label span {
    background: url(images/tick.png) no-repeat center;
    background-size: 14px;
}

.spinner .input-group {
    width: 120px;
    position: relative;
    padding-right: 25px;
}

.spinner input.input {
    vertical-align: middle;
    -moz-appearance: textfield;
    box-sizing: content-box;
    margin: 0;
    text-align: center;
    background: #fff;
    height: 50px;
    display: block;
    width: 100%;
    border: none;
    bottom: 0;
    box-shadow: none;
}

.spinner .input-group-prepend,
.spinner .input-group-append {
    border: none;
    padding: 0;
    height: 25px;
    width: 25px;
    position: absolute;
    right: 0;
}

.spinner .input-group-prepend {
    bottom: 0
}

.spinner .input-group-append {
    top: 0;
}

.spinner .btn {
    border: none;
    padding: 0;
    height: 25px;
    width: 25px;
    border-radius: 0;
    border: none;
}

.spinner .btn-link {
    color: #777777;
    font-size: 20px;
}

.number-input .item {
    padding: 12px;
    background: #ECECEC;
    border-radius: 6px;
    padding-right: 100px;
    margin-bottom: 0;
}

.number-input .item+.item {
    margin-top: 10px;
}

.number-input .item label {
    margin: 0;
    display: block;
    width: 150px;
}

.number-input .item .remove {
    margin: 0;
    padding: 0;
    border: none;
    color: #777777;
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background: none;
}

.inquiry-form .date {
    position: relative;
}

.inquiry-form .date:after {
    content: '\f073';
    position: absolute;
    right: 0;
    color: #999;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
    font-size: 24px;
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
}

.inquiry-form .form-group {
    margin-bottom: 32px;
    padding-bottom: 30px;
    border-bottom: 1px solid var(--bs-dark);
}

.banner-slider {
    position: relative;
}

.banner-slider:after {
    background: var(--bs-dark);
    position: absolute;
    height: 50%;
    top: 0;
    left: 0;
    right: 0;
    content: '';
    position: absolute;
    z-index: 1;
}

.banner-slider .container {
    position: relative;
    z-index: 10;
}

.banner-slider .owl-dots {
    position: absolute;
    margin: 0;
    bottom: 13px;
    left: 0;
    right: 0;
}

.banner-slider .owl-theme .owl-dots .owl-dot span {
    background: #363636;
    opacity: 0.13;
    height: 13px;
    width: 13px;
    border: none;
    margin: 0 12px;
}

.banner-slider .owl-theme .owl-dots .owl-dot.active span,
.banner-slider .owl-theme .owl-dots .owl-dot:hover span {
    background: var(--bs-dark);
    opacity: 1
}

.home-wrapper {
    padding-top: 50px;
}

.cate-carousel .d-flex {
    background: var(--bs-dark);
    border-radius: 10px;
    color: var(--bs-white);
    padding: 18px;
}

.cate-carousel a h4 {
    color: var(--bs-white);
    font-size: 24px;
}

.cate-carousel a {
    text-decoration: none;
}

.cate-carousel a .flex-grow-1 {
    background: url(images/link-arrow.svg) no-repeat bottom left;
}

.cate-carousel a img {
    width: 150px;
    border-radius: 12px;
}

.banner-sm {
    margin-bottom: 60px;
}

.banner-sm [ class*=col-] {
    margin-top: 30px;
}

.banner-sm [class*=col-] .banner-block {
    background: #F5F5F5;
    border-radius: 25px;
    padding: 60px 40px;
    position: relative;
}

.banner-sm [class*=col-]+[class*=col-] .d-flex {
    justify-content: flex-end;
}

.banner-sm [class*=col-] .banner-block img {
    height: 430px;
    width: auto;
}

.banner-sm [class*=col-] .banner-block .content {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 10;
    color: var(--bs-dark-65);
    font-size: 33px;
    width: 230px;
    line-height: 1.2;
}

.banner-sm [class*=col-]:first-child .banner-block .content {
    right: 40px;
}

.banner-sm [class*=col-]:last-child .banner-block .content {
    left: 40px;
}

.banner-sm [class*=col-] .banner-block .content h2 {
    font-size: 50px;
}

.vision-content {
    padding: 100px 58px;
    background: #FFFFFF url(images/left-shape.png) no-repeat left top;
    overflow: hidden;
    box-shadow: 0px 15px 40px #00000017;
    border-radius: 21px;
    margin-bottom: 80px;
    font-size: 36px;
    color: var(--bs-dark-50);
    line-height: 1.2;
}

.vision-content h2 {
    font-size: 65px;
    font-weight: 400;
}

.about-w2 {
    position: relative;
    overflow: hidden;
}

.about-w2 .images {
    background: #F3F3F3;
    padding: 20px;
    float: right;
    width: 50%;
}

.image-fit .row {
    margin-left: -10px;
    margin-right: -10px;
}

.image-fit .row [class*=col-] {
    padding-left: 10px;
    padding-right: 10px;
}

.about-w2 .images .image-fit {
    border: 2px solid #fff;
}

.about-w2 .images .image-fit+.image-fit {
    margin-top: 20px;
}

.about-w2 .images .image-fit-sm {
    height: 162px;
}

.about-w2 .images .image-fit-lg {
    height: 344px;
}

.about-w2 .container {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    z-index: 10;
}

.about-w2 .container .content {
    position: relative;
    padding-left: 75px;
}

.about-w2 .container .content:before {
    height: 6px;
    width: 60px;
    background: #000;
    opacity: 0.3;
    position: absolute;
    content: '';
    top: 10px;
    left: 0;
}

.why-choose {
    margin-top: 100px;
}

.why-choose .images .row {
    margin-left: -10px;
    margin-right: -10px;
}

.why-choose .images [class*=col-] {
    padding-left: 10px;
    padding-right: 10px;
}

.why-choose .images [class*=col-] .full-img+.full-img {
    margin-top: 10px;
}

.why-choose .images [class*=col-]:first-child {
    margin-top: 40px;
}

.why-choose .d-flex h5 {
    margin: 0;
    color: #000;
}

.why-choose .d-flex {
    color: rgba(0, 0, 0, 0.43);
    margin-top: 34px;
}

.team-section {
    margin-top: 100px;
}

.team-section h2 {
    padding-bottom: 30px;
    position: relative;
}

.team-section h2:after {
    height: 6px;
    width: 60px;
    background: #000;
    opacity: 0.3;
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
}

.team-section [class*=col-]:nth-child(even) {
    margin-top: 50px;
}

.member-block {
    background: #EBEBEB;
    position: relative;
}

.member-block .member-img {
    height: 430px;
}

.member-block .member-img img {
    margin-left: auto;
}

.member-block .info {
    border: 5px solid #484848;
    position: absolute;
    top: 77px;
    left: -2.5rem;
    width: 170px;
    padding: 15px;
    font-size: 16px;
    color: var(--bs-dark-50);
}

.member-block .info h5 {
    margin: 0 0 6px;
    color: var(--bs-dark);
    font-size: 20px;
}

.qs-icon {
    width: 30px;
    height: 30px;
    object-fit: contain;
}

.qs-row {
    margin-top: 30px !important;
}

.s-icon i {
    font-size: 20px;
}

.s-icon {
    margin-right: 10px;
}

@media (max-width: 991px) {
    .quick-support h4 {
        margin: 16px 0 20px
    }

    .qs-row .col {
        flex: 0 0 auto;
        width: 33.33% !important;
    }
}

@media (max-width: 768px) {
    .footer-info-row .col {
        flex: 0 0 auto;
        width: 33.33% !important;
        margin-bottom: 20px;
    }

    .footer-logo {
        margin-bottom: 30px;

    }
}

@media (max-width: 767px) {
    .quick-support h4 {
        margin: 16px 0 15px
    }

    .qs-row .col {
        flex: 0 0 auto;
        width: 50% !important;
    }
}

@media (max-width: 576px) {
    .footer-info-row .col {
        flex: 0 0 auto;
        width: 50% !important;
    }

    .share-icons {
        margin-top: 0 !important;
    }


}

.user_dropdown_wrap {
    position: relative;
    /* min-width: 135px;    */
}

.account_caller:after {
    content: '\f0d7';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    margin-left: 10px;
    display: inline-block;
    position: relative;
    font-size: 14px;
    color: #000;
    opacity: 0.43;
}

.user_dropdown_wrap .user {
    height: 27px !important;
    width: 27px !important;
    margin-left: 18px !important;
}

.dd_inner {
    position: absolute;
    top: 35px;
    left: 0;
    width: auto;
    padding: 10px;
    border-radius: 10px;
    background-color: #000000;
}

.dd_inner .dd_item {
    padding: 5px 10px;
    border-radius: 5px;
    white-space: nowrap;
    color: #ffffff;
    font-size: 16px;
    transition: all 0.2s;
    display: block;
    text-decoration: none;
}

.dd_inner .dd_item:hover {
    background-color: #161616;
}

.account_caller {
    display: flex;
    align-items: center;
    text-decoration: none;
}

.account_caller img {
    width: 25px;
    height: 25px;
    object-fit: contain;
    margin-right: 5px;
}

.extraAuthLink {
    margin-top: 15px;
}

.extraAuthLink a {
    display: block;
    margin-bottom: 10px;
}

.emailVerify-input {
    position: relative;

}

.emailVerify-input #emailVerify {
    position: absolute;
    top: 0px;
    right: 0px;
    font-size: 14px;
    padding: 4px 10px;
}

.emailVerify-input input {
    padding-right: 70px;
}

.custom-modal .modal-header {
    border-bottom: 0 !important;
    justify-content: flex-end;
    padding-bottom: 0;
}

.custom-modal .modal-header .close {
    background: transparent;
    border: 0;
    font-size: 28px;
    line-height: 100%;
}

.modal-footer-wrap {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 20px;
}

.resend-link {
    /* text-decoration: none; */
}

.editProfl {
    padding: 20px 10px 20px 10px;
}

.form-subSec {
    width: 100%;
    background-color: #DFE8F1;
    border: 1px solid #fffffff6;
    border-radius: 6px;
    padding: 20px 15px;
    margin-top: 40px;
    margin-bottom: 0;
}

.gas-span-cont {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.gasSpan-left {
    width: calc(100% - 42px);
}

.gasSpan-right {
    width: auto;
    text-align: right;
}

.edit-databox {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
    padding: 12px 15px;
    background-color: #D3E4F8;
    border: 1px solid #2097F620;
    border-radius: 5px;
}

.edit-databox:first-child {
    margin-top: 20px;
}

.edit-databox:last-child {}

.gas-typeCont {
    width: calc(100% - 100px);
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 15px;
}

.gas-actionCont {
    text-align: right;
}

.flex-between {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}


table .thead-dark th {
    background-color: #000;
    color: #fff;
    padding: 10px 10px;
}

.text-right {
    text-align: right !important;
}

.dtHead {
    background-color: transparent;
    border: 0;
    margin-top: 0 !important;
}

.dtBodyWrap {
    padding: 10px;
    background-color: #fff;
    margin-top: 15px;
    border-radius: 10px;
}

.add-btn {
    font-size: 24px;
    position: relative;
    top: 26px;
}

.area-form {
    padding: 10px 105px 105px 105px;
}

.section-inquiry {
    padding: 20px 10px 20px 10px;
}

.orText {
    font-weight: 700;
}

.userLogin {
    align-self: center !important;
    text-decoration: none;
}

.headingSize {
    font-size: 3rem !important;
}

.prod-page-title2 {
    margin-bottom: 45px;
    text-align: center;
}

.switchAccountWrap .extraAuthLink {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.forgetText {
    text-align: left;
    font-size: 14px;
    text-decoration: none;
}

.resgisterText {
    text-align: right;
    font-size: 14px;
    text-decoration: none;
}

.agrementWrap {
    text-align: center;
    margin: 20px auto;
}

.agrementWrap p {
    font-size: 14px;
    color: #555;
}

.agrementWrap p a {
    text-decoration: none;
}

.labelWrap {
    margin-bottom: 20px;
}

.labelWrapCont {
    display: flex;
    justify-content: center;
    align-items: center;
}

.lineWrap {
    height: 1px;
    width: 50px;
    background-color: #777;
}

.labelWrapCont h6 {
    font-size: 16px;
    margin: 0px 10px;
    white-space: nowrap;
    letter-spacing: 0;
    color: #777;
}

.socialWrapCont {
    display: flex;
    justify-content: center;
    align-items: center;
}

.socialWrapContBox {
    padding: 10px 15px;
    border: solid 1px #555;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 150px;
    text-decoration: none;

}

.socialWrapContBox:last-child {
    border-left: 0px;
}

.socialWrapContBox span {
    font-size: 14px;
    text-decoration: none;
    margin: 0;
    margin-left: 5px;
    text-decoration: none;
}

.socialWrapContBox img {
    height: 20px;
}

.switchAccountWrap .extraAuthLink {
    margin: 0 auto;
    padding: 0px 15px;
}

.dividerWrap {
    height: 20px;
    width: 1px;
    background-color: #777;
    position: relative;
    top: -5px;
}

.loginFormWrapper {
    margin: 50px auto;
    max-width: 630px;
}

.tNp {
    font-weight: 700;
}

.pt-0 {
    padding-top: 0px !important;
}

.pb-0 {
    padding-bottom: 0px !important;
}

.registrationFormWrapper {
    margin: 0px auto;
    max-width: 800px;
}

.forgotPassFormWrapper {
    margin: 0px auto;
    max-width: 600px;
}

.removeLine {
    text-decoration: none;
}

.faqCat {
    padding-top: 10px;
    /* padding-bottom: 20px; */
    color: #181a1b;
    font-family: "Raleway", Sans-serif;
    /* font-size: 38px; */
    font-weight: 800;
    line-height: 52px;
}

.formsFont {
    font-size: 25px;
    font-weight: 400;
}

.pdf-flex-between {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.pdfImg {
    width: 40px;
    margin-right: 10px;

}

.pdf-wrapper {
    padding: 10px 15px;
    border-radius: 5px;
    background-color: #eee;
    margin-bottom: 20px;
}

.pdfDownload {
    font-size: 20px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #000;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease;
}

.pdfDownload:hover {
    background-color: #333;
}




.headerFixed {
    position: fixed;
    width: 100%;
    border-bottom: solid 1px #eee;
}









@media (min-width: 1200px) {
    .navbar-expand-xl .navbar-collapse {
        justify-content: center !important;

        flex-basis: none !important;
    }

    .post-header .navbar-collapse {
        flex-grow: none !important;
    }
}

.post-header .navbar-collapse {
    margin-left: auto;
    flex-grow: none !important;
}

.post-header .navbar-collapse {
    margin-left: auto;
    flex-grow: 1;
}

@media (max-width:1199px) {
    .post-header .navbar-brand {
        padding: 12px 0;
        margin-left: initial !important;
        margin-right: 0;
    }
}

.user_dropdown_wrap {
    max-width: initial;
}

@media (max-width:1024px) {
    .contact-top .row {
        flex-direction: column-reverse;
    }

    #contactUsFrm .row {
        flex-direction: column !important;
    }
}

.blogListText {
    width: 100%;
}

.blogListTextbtn {
    font-size: 18px;
    color: #000;
    text-decoration: none;
    transition: all .2s;
    font-weight: 500;
}

.blogListTextbtn:hover {
    color: #777;
}

.blogListCard {
    padding: 45px 25px;
}

.blogListImg img {
    border-radius: 15px;
    overflow: hidden;
}

.article {
    font-size: 18px;
}

@media (max-width:600px) {
    .post-header .navbar-brand img {
        width: 90px !important;
    }

    .page-title {
        padding: 30px 0 !important;
    }

    .userLogin span {
        display: none;
    }

    .userLogin a {
        width: 27px;
        height: 27px;
    }

    .pre-header a {
        font-size: 14px;
        letter-spacing: 6px;
    }

    .pre-header a img {
        /* background-color: #fff;
        padding: 5px;
        border-radius: 50%;*/
        width: 18px;
        height: 18px;
        filter: brightness(88.5);
    }

    .title h1 {
        font-size: 26px;
    }

    .headingSize {
        font-size: 26px !important;
    }

    .manage-section h2 {
        font-size: 26px !important;
    }

    .flexHeading .borderBtn {
        margin-top: 10px;
    }

    .borderBtn {
        padding: 7px 15px;
        font-size: 14px;
    }

    .header {
        position: fixed;
        width: 100%;
        border-bottom: 1px solid #eee;

    }

    .resheaderGap {
        height: 98px;
    }
}


/* 24-07-2023 */

.whatsapp_float_btn {
    width: 60px !important;
    height: 60px !important;
    display: block;
}

#ModalMenu {
    z-index: 10000;
}

/* 24-07-2023 */


/* 8-11-2023 */

.mobile-menu {
    padding-bottom: 60px;
}

.resLocationHead {
    color: #fff;
    margin: 0;
    position: relative;
    width: 100%;
    text-align: center;
    font-size: 18px;
    line-height: 120%;
    margin-bottom: 20px;
    display: none;
}

@media (max-width:992px) {
    .resLocationHead {
        display: block;
    }

    .product-box {}
}

#locationText {
    text-transform: capitalize;
}

#exampleModalCenter .modal-footer button {
    margin: 0 auto;
}

.custom-select.form-control:focus {
    border-color: #000;
    box-shadow: none !important;
}

.modal-header .close {
    padding: 0;
    background-color: transparent;
    border: 0;
    outline: transparent;
}

.modal-header .close span {
    font-size: 40px !important;
}

.tag-section .card p {
    color: #fff;
    opacity: .7;
}

.visitLink {
    font-size: 16px;
    font-weight: 600;
    text-decoration: underline;
    color: #fff;
    opacity: .7;
    transition: all .2s;
}

.visitLink:hover {
    opacity: 1;
    color: #fff;
}

.backgroundBg {
    background: transparent !important;
    position: relative;
}

.contact-form {
    background-color: #dcdcdc;
}



.prod-page-intro {
    margin-top: 0px;
}

.quoteButonWrap {
    width: 100%;
    padding: 30px 15px 40px;
    text-align: center;
}



@media (max-width:600px) {
    .product-box {
        border-color: var(--bs-dark);
    }

    .product-box a.button {
        color: var(--bs-white);
        background: var(--bs-dark);
    }

    .owl-carousel .owl-nav .owl-prev,
    .owl-carousel .owl-nav .owl-next {
        width: 40px;
        height: 40px;
        border-radius: 50%;
        background-color: #333;
        color: #fff;

    }

    .owl-carousel .owl-nav .owl-prev:focus,
    .owl-carousel .owl-nav .owl-next:focus {
        color: #fff;
    }

    .prod-page-intro {
        padding: 20px 0 !important;
        box-shadow: none !important;
        margin-top: 10px !important;
        padding-top: 0px !important;
    }
}





.prod-page-intro {
    margin-bottom: 50px;
}

.manage-section {
    margin-top: 50px;
}

.client-opinion .title {
    margin-bottom: 20px;
}

.footer-mid {
    padding: 60px 0 60px;
}

.brand-slider {
    margin-top: 50px;
}

.client-opinion {
    margin-top: 50px;
}

::-webkit-scrollbar {
    width: 8px;
    border-radius: 10px;
  }
  
  /* Track */
  ::-webkit-scrollbar-track {
    background: #f1f1f1; 
  }
   
  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: #555; 
  }
  
  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
    background: #333; 
  }