@import url(https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700;900&display=swap);
body,
label {
    font-weight: 400;
    font-family:Roboto,sans-serif
}
body{
    font-size: 16px;
    line-height: 1.8;
    color: #6c757d;
}

.fa,
.s2_footer_social p,
footer a {
    font-size: 14px
}

#top .container,
.breadcrumb>li {
    padding: 0 20px
}

.pg-title-bg,
footer::before {
    background-size: cover;
    background-repeat: no-repeat
}

#subscribe,
.border_list,
.breadcrumb>li,
.breadcrumbs_wrap,
.footer-copy,
.header_list>li,
.inspire-newsletter,
.news-bg,
.pg-title-bg,
footer {
    position: relative
}

.main-slide::before,
.pg-title-bg,
footer::before {
    background-repeat: no-repeat
}

body {
    font-family:Roboto,sans-serif
    color: #000;
    line-height: 20px;
    width: 100%
}

#top .btn-link:hover,
#top-links a:hover,
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #444
}

h1 {
    font-size: 33px
}

h2 {
    font-size: 27px
}

h3 {
    font-size: 21px
}

.breadcrumb i,
.btn-group>.btn-lg,
h4 {
    font-size: 15px
}

.btn-group>.btn,
.btn-group>.dropdown-menu,
.btn-group>.popover,
.input-group .dropdown-menu,
.input-group .popover,
.input-group input,
.input-group select,
h5,
input[type=color].form-control,
input[type=date].form-control,
input[type=datetime-local].form-control,
input[type=datetime].form-control,
input[type=email].form-control,
input[type=month].form-control,
input[type=number].form-control,
input[type=password].form-control,
input[type=search].form-control,
input[type=tel].form-control,
input[type=text].form-control,
input[type=time].form-control,
input[type=url].form-control,
input[type=week].form-control,
select.form-control,
textarea.form-control {
    font-size: 12px
}

.btn-group>.btn-sm,
.btn-sm,
h6 {
    font-size: 10.2px
}

a {
    color: #fff
}

a:hover {
    text-decoration: none
}

legend {
    font-size: 18px;
    padding: 7px 0
}

label {
    font-size: 12px
}

.input-group .input-group-addon {
    font-size: 12px;
    height: 30px
}

span.hidden-lg,
span.hidden-md,
span.hidden-sm,
span.hidden-xs {
    display: inline
}

.nav-tabs {
    margin-bottom: 15px
}

div.required .control-label:before {
    content: '* ';
    color: red;
    font-weight: 700
}

.dropdown-menu li>a:hover {
    text-decoration: none;
    color: #fff
}

#top {
    background-color: #eee;
    border-bottom: 1px solid #e2e2e2;
    padding: 4px 0 3px;
    margin: 0 0 20px;
    min-height: 40px
}

#top #form-currency .currency-select,
#top #form-language .language-select {
    text-align: left
}

#top #form-currency .currency-select:hover,
#top #form-language .language-select:hover {
    text-shadow: none;
    color: #fff
}

#top .btn-link,
#top-links a,
#top-links li {
    color: #888;
    text-shadow: 0 1px 0 #fff;
    text-decoration: none
}

#top-links .dropdown-menu a {
    text-shadow: none
}

#menu .dropdown-inner li a:hover,
#top-links .dropdown-menu a:hover,
#top-offer .alert a,
.contact_detail li a,
.top-header li a,
.top-header li a i
 {
    color: #fff
}
footer a:hover{
    color: #000;
}

#menu .dropdown-menu li {
	padding: 0 10px;
	font-size: 12px;
}

#top .btn-link strong {
    font-size: 14px;
    line-height: 14px
}

#top-links {
    padding-top: 6px
}

#top-links a+a {
    margin-left: 15px
}

#menu .nav>li>a {
    font-size: 16px;
    font-weight: 600;
    padding: 0;
    background-color: transparent;
    margin: 0 15px;
    color: #000
}

#menu .dropdown-menu {
    padding-bottom: 0
}

#menu .dropdown-inner {
    display: table
}

#menu .dropdown-inner ul {
    display: table-cell
}
#menu .dropdown-menu a:hover{
    color: #FF0000;
    background-color: transparent; 
}

#menu .dropdown-menu a {
    min-width: 160px;
    display: block;
    padding: 10px 18px;
    clear: both;
    line-height: 20px;
    color: #272727;
    font-size: 15px;
    direction: ltr;
    text-transform: none; 
    font-weight: 700;
  }

.menu-item.menu-item-type-custom:first-child{
    border-left: none
}
ul.sub-menu {
    list-style: none;
    padding: 0;
    display: block;
}
#menu .dropdown-menu li > a:before {
    content: "\f061";
    position: absolute;
    top: 50%;
    left: -18px;
    font-family: "FontAwesome";
    font-weight: 700;
    font-size: 12px;
    opacity: 0;
    -webkit-transform: translate(0, -50%);
    -khtml-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    transition: 0.3s ease;
}
  @media(min-width:992px) {
   .menu-item.menu-item-type-custom{
      border-left: 1px solid #eee
    }
    #menu li.mega-menu {
        position: unset;
    }
    #menu li.mega-menu .dropdown-menu{
      min-width: 1140px;
      margin: 0 auto 0 -200px !important;
      left: 0;
      right: 0;
    s}
    #menu .navbar-collapse{
        padding: 0;
    }
    #menu .dropdown-menu {
        display: block !important;
        -webkit-transition: .35s ease-out;
        -o-transition: .35s ease-out;
        transition: .35s ease-out;
        visibility: hidden;
        opacity: 0;
        margin-top: 50px;
        min-width: 182px;
        background-color: #fff;
        padding: 0;
        border-radius: 0;
        border-bottom: 3px solid #FF0000
    }
    #menu .dropdown:hover .dropdown-menu {
        visibility: visible;
        opacity: 1;
        margin-top: 1px
    }
    #menu .dropdown-menu a {
        border-bottom: 1px dashed #dedede;
        padding: 10px 18px;
        color: #272727;
        text-transform: none
    }
    #menu .dropdown.mega-menu .dropdown-menu a {
        border-bottom: none;
        color: #676767;
        text-transform: none;
        font-size: 14px;
        position: relative;
    }
    #menu .dropdown.mega-menu .dropdown-menu li > a:before {
	    content: "\f0da";
	    position: absolute;
	    top: 50%;
	    left: 0px;
	    font-family: "FontAwesome";
	    font-weight: 700;
	    font-size: 12px;
	    opacity: 1;
	    -webkit-transform: translate(0, -50%);
	    -khtml-transform: translate(0, -50%);
	    -moz-transform: translate(0, -50%);
	    -ms-transform: translate(0, -50%);
	    -o-transform: translate(0, -50%);
	    transform: translate(0, -50%);
	    transition: 0.3s ease;
	}
    #menu .dropdown-inner {
        display: block
    }
}


#menu #category {
    float: left;
    padding-left: 15px;
    font-size: 16px;
    font-weight: 700;
    line-height: 40px;
    color: #fff;
    text-shadow: 0 1px 0 rgba(0, 0, 0, .2)
}

#menu .btn-navbar {
    font-size: 24px;
    font-stretch: expanded;
    padding: 0;
    margin: 0;
    border: none;
    box-shadow: none;
    line-height: 50px
}

#menu .btn-navbar i {
    font-size: 24px
}
 
#menu .btn-navbar.disabled,
#menu .btn-navbar:active,
#menu .btn-navbar:focus,
#menu .btn-navbar:hover,
#menu .btn-navbar[disabled] {
    color: #FF0000;
    box-shadow: none
}


@media (max-width:767px) {
	.header-small{
		display: flex;
		align-items: center;
	}
    #menu {
        border-radius: 4px;
        min-height: auto;
        float: right;
    }
    #menu .dropdown-inner,
    #menu div.dropdown-inner>ul.list-unstyled {
        display: block
    }
    #menu div.dropdown-menu {
        margin-left: 0 !important;
        padding-bottom: 10px;
        background-color: rgba(0, 0, 0, .1)
    }
    #menu .dropdown-menu a {
        width: 100%;
        color: #fff
    }
    #menu .dropdown-menu a:hover,
    #menu .dropdown-menu ul li a:hover {
        background: rgba(0, 0, 0, .1)
    }
    #menu .see-all {
        margin-top: 0;
        border: none;
        border-radius: 0;
        color: #fff
    }
}

#content {
    min-height: 600px
}

footer {
    color: #e2e2e2;
    margin-top: 60px;
    padding-top: 80px
}

footer hr {
    border-top: none;
    border-bottom: 1px solid #666
}

footer a {
    color: #6c757d;
    font-size: 16px;
    font-weight: 500;
}

footer h5 {
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    font-weight: 700;
    color: #222
}

.alert {
    padding: 8px 14px
}
.pg-title-bg {
    background-color: #f4f4f4;
    padding: 100px 0;
    background-image: url(/image/catalog/breadcrumbs1.webp);
    background-attachment: fixed;
    background-position: 50% 0;
    overflow: hidden;
	background-size: cover;
	position: relative;
}
#information-information{
    padding-top: 30px;
}
.pg-title-bg:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    background-color: #343434;
    opacity: .6
}

.pg-title-bg h1 {
    font-size: 50px;
    text-transform: none;
    font-weight: 800;
    color: #fff;
}

.breadcrumbs_wrap .breadcrumb {
    justify-content: flex-end
}

.breadcrumbs_wrap {
    z-index: 9;
}

.breadcrumbs_wrap::before {
	content: "";
	position: absolute;
	top: -150px;
	bottom: -150px;
	left: 0;
	right: 0;
	background-color: transparent;
	background-image: linear-gradient(179.5deg,#0e0d18 .06%,#585b63a4 90.6%);
	z-index: -1;
}

.breadcrumb {
    margin: 0 0 20px;
    padding: 8px 0;
    background-color: transparent
}

.breadcrumb>li {
    text-shadow: 0 1px 0 #fff;
    white-space: nowrap
}

.breadcrumb>li:before {
    display: none
}

.breadcrumb>li:after {
    content: "";
    display: block;
    position: absolute;
    top: 7px;
    right: 0;
    color: #b9b9b9;
    width: 7px;
    height: 7px;
    background-color: #b9b9b9;
    border-radius: 50%
}
.breadcrumb>li:last-child:after {
    display: none;
}
.breadcrumbs_wrap a {
    text-transform: none;
    text-shadow: none;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
}

html[dir=rtl] .breadcrumb>li::after {
    top: -3px;
    left: -5px;
    width: 26px;
    height: 26px;
    border-left: 1px solid #ddd;
    border-top: 1px solid #ddd;
    right: unset;
    border-right: unset;
    border-bottom: unset
}

.pagination {
    margin: 0
}

.buttons {
    margin: 1em 0
}

.navbar,
.top-header ul {
    margin-bottom: 0
}

.btn {
    padding: 7.5px 12px;
    font-size: 16px;
    border: 1px solid #ccc;
    font-weight: 500;
    border-radius: 4px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05)
}

.btn-group>.btn-xs,
.btn-xs {
    font-size: 9px
}

.btn-lg {
    padding: 10px 16px;
    font-size: 15px
}

.btn-default {
    color: #777;
    text-shadow: 0 1px 0 rgba(255, 255, 255, .5);
    background-color: #e7e7e7;
    background-image: linear-gradient(to bottom, #eee, #ddd);
    background-repeat: repeat-x;
    border-color: #ddd #ddd #b3b3b3 #b7b7b7
}

.btn-danger,
.btn-info,
.btn-inverse,
.btn-success,
.btn-warning {
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .25);
    background-repeat: repeat-x
}

.btn-primary {
    color: #fff;
    background-color: #FF0000;
    border-color: #FF0000;
}

.btn-primary.active,
.btn-primary.disabled,
.btn-primary:active,
.btn-primary:hover,
.btn-primary[disabled] {
    background-color: #000;
    border-color: #000;
}

.btn-warning {
    color: #fff;
    background-color: #faa732;
    background-image: linear-gradient(to bottom, #fbb450, #f89406);
    border-color: #f89406 #f89406 #ad6704
}

.btn-danger.active,
.btn-danger.disabled,
.btn-danger:active,
.btn-danger:hover,
.btn-danger[disabled],
.btn-success.active,
.btn-success.disabled,
.btn-success:active,
.btn-success:hover,
.btn-success[disabled],
.btn-warning.active,
.btn-warning.disabled,
.btn-warning:active,
.btn-warning:hover,
.btn-warning[disabled] {
    box-shadow: inset 0 1000px 0 rgba(0, 0, 0, .1)
}

.btn-danger {
    color: #fff;
    background-color: #da4f49;
    background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
    border-color: #bd362f #bd362f #802420
}

.btn-success {
    color: #fff;
    background-color: #5bb75b;
    background-image: linear-gradient(to bottom, #62c462, #51a351);
    border-color: #51a351 #51a351 #387038
}

.btn-info {
    color: #fff;
    background-color: #df5c39;
    background-image: linear-gradient(to bottom, #e06342, #dc512c);
    border-color: #dc512c #dc512c #a2371a
}

.btn-link {
    border-color: transparent;
    cursor: pointer;
    color: #23a1d1;
    border-radius: 0
}

.btn-link,
.btn-link:active,
.btn-link[disabled] {
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    box-shadow: none
}

.btn-inverse {
    color: #fff;
    background-color: #363636;
    background-image: linear-gradient(to bottom, #444, #222);
    border-color: #222 #222 #000
}

.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse:active,
.btn-inverse:hover,
.btn-inverse[disabled] {
    background-color: #222;
    background-image: linear-gradient(to bottom, #333, #111)
}

.list-group a {
    border: 1px solid #ddd;
    color: #888;
    padding: 8px 12px
}

.contact_detail li,
.social_icons li {
    padding: 2px 3px;
    display: inline-block
}

.list-group a.active,
.list-group a.active:hover,
.list-group a:hover {
    color: #444;
    background: #eee;
    border: 1px solid #ddd;
    text-shadow: 0 1px 0 #fff
}

.carousel-caption {
    color: #fff;
    text-shadow: 0 1px 0 #000
}

.carousel-control .icon-prev:before {
    content: '\f053';
    font-family: FontAwesome
}

.carousel-control .icon-next:before {
    content: '\f054';
    font-family: FontAwesome
}

@media (min-width:1200px) {
    #content .col-lg-2:nth-child(6n+1),
    #content .col-lg-3:nth-child(4n+1),
    #content .col-lg-4:nth-child(3n+1),
    #content .col-lg-6:nth-child(odd) {
        clear: left
    }
}

@media (min-width:992px) and (max-width:1199px) {
    #content .col-md-2:nth-child(6n+1),
    #content .col-md-3:nth-child(4n+1),
    #content .col-md-4:nth-child(3n+1),
    #content .col-md-6:nth-child(odd) {
        clear: left
    }
}

@media (min-width:768px) and (max-width:991px) {
    #content .col-sm-2:nth-child(6n+1),
    #content .col-sm-3:nth-child(4n+1),
    #content .col-sm-4:nth-child(3n+1),
    #content .col-sm-6:nth-child(odd) {
        clear: left
    }
}

.input-group .form-control[name^=quantity] {
    min-width: 50px
}

.btn-info.active,
.btn-info.disabled,
.btn-info:active,
.btn-info:hover,
.btn-info[disabled] {
    background-image: none;
    background-color: #df5c39
}

html[dir=rtl] .checkbox input[type=checkbox],
html[dir=rtl] .checkbox-inline input[type=checkbox],
html[dir=rtl] .radio input[type=radio],
html[dir=rtl] .radio-inline input[type=radio] {
    position: absolute;
    margin-right: -20px;
    margin-left: unset
}

html[dir=rtl] .input-group-btn:last-child>.btn {
    border-radius: 5px 0 0 5px
}

html[dir=rtl] .input-group .form-control:first-child {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top-left-radius: unset;
    border-bottom-left-radius: unset
}

html[dir=rtl] .container .row:first-child .col-sm-4,
html[dir=rtl] .container .row:first-child .col-sm-5 {
    float: right
}

html[dir=rtl] #cart .dropdown-menu {
    left: 0;
    right: auto
}
@media (min-width:992px) {
    #menu .dropdown:hover .dropdown-menu {
        display: block
    }
}
@media (min-width:768px) {
    html[dir=rtl] .navbar-nav {
        float: right;
        margin: 0
    }
    html[dir=rtl] .navbar-nav>li {
        float: right
    }
}

@media (min-width:1300px) {
    .container {
        width: 1270px
    }
}

.bg-dark {
    background-color: #343a40
}

.contact_detail li {
    color: #000;
    font-size: 14px;
    margin-left: 5px;
    vertical-align: middle
}

.header_list>li{
    padding-left: 15px
}

.header_list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.header_list>li {
    list-style: none
}

.top-header ul {
    padding: 0
}

.top-header {
    padding: 10px 0
}

.top-header i {
    font-size: 16px
}

.border_list::before {
    content: "";
    position: absolute;
    left: 0;
    height: 25px;
    width: 1px;
    background-color: #eee
}

.top-header a.btn.btn-default.btn-sm {
    background-color: #ffbc09;
    background-image: none;
    border-color: #ffbc09;
    font-size: 12px;
    color: #000;
    font-weight: 500
}

.justify-content-md-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important
}

.align-items-center {
    align-items: center !important;
    display: flex
}

.saas_sign_up_btn a {
    height: 43px;
    width: 165px;
    line-height: 43px;
    border-radius: 30px;
    background-color: #FF0000;
    color: #fff;
    font-weight: 500;
    font-size: 14px;
    display: inline-block
}

.saas_sign_up_btn a.account-btn{
    background-color: #000;
}

.saas_sign_up_btn i{
    font-size: 0;
    margin-right: 5px;
}

.saas_sign_up_btn i::before{
    font-size: 14px;
}

footer::before {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    content: "";
    left: 0
}

.navbar-nav {
    float: none;
}

header {
    padding: 15px 0
}

.section-title h1 span,
.section-title h2 span {
    font-weight: 300
}

.section_title {
    margin: 0 auto 70px;
    max-width: 465px;
    text-align: center
}

/* footer::before {
    background-image: url(/image/catalog/fobg.webp)
} */

footer h3 {
    color: #6c757d;
    font-size: 24px;
    font-weight: 600;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    padding-bottom: 35px
}

footer .s2_footer_menu li {
    margin-bottom: 18px;
    position: relative
}

footer .s2_footer_menu li a::before {
    top: 0;
    left: -15px;
    color: #fff;
    font-size: 12px;
    content: "";
    font-weight: 900;
    position: absolute;
    transition: .3s ease-in-out;
    font-family: FontAwesome
}

footer .s2-footer_logo {
    margin-bottom: 25px
}

footer .footer_about {
    color: #fff;
    max-width: 235px;
    margin-bottom: 20px;
    line-height: 1.714;
    font-size: 14px
}

footer .s2_footer_about span {
    color: #f104f5;
    font-weight: 700;
    margin-bottom: 8px;
    font-size: 14px
}

footer .s2_footer_about p {
    max-width: 400px;
    font-weight: 500;
    margin-top: 8px;
    line-height: 1.714;
    font-size: 16px;
    color: #6c757d ;
}

.footer-copy {
    color: #6c757d;
    padding: 20px 0;
    font-size: 16px;
    border-top: 1px solid rgba(0,0,0,0.1);
    z-index: 9;
    margin-top: 65px
}

.footer-copy i{
    font-size: 28px;
}

.footer-copy .social_icons{
    margin-bottom: 0;
}

.inspire-newsletter h3 {
    color: #fff;
    cursor: pointer;
    letter-spacing: 1px;
    margin-bottom: 20px;
    padding-bottom: 0;
    text-transform: none;
    text-align: center;
    display: block
}

.news-bg-inner {
    background-color: #fff;
    padding: 15px
}

.description-top {
    text-align: center;
    color: #000;
    font-size: 16px;
    font-weight: 500
}

.news-bg {
    margin-top: -200px;
    border-radius: 20px;
    padding: 45px 20px 60px;
    background-color: #FF0000;
    box-shadow: 0 0 16px 0 rgba(27, 2, 52, .34);
    margin-bottom: 100px
}

.button-submit {
    position: absolute;
    top: 0;
    right: 0
}

.section-title h1 {
    font-weight: 700;
    color: #010101;
    font-size: 55px;
    padding-top: 15px;
    padding-bottom: 20px
}

.section-title h2 {
    font-weight: 700;
    color: #010101;
    font-size: 40px;
    padding-top: 15px;
    margin-top: 15px
}
.main-slide {
    position: relative;
    overflow: hidden;
    padding: 45px 0 10px;
    background-color: #fafafa;
    margin: 0 -15px 50px;
    margin-bottom: 50px;
}
.video_section,.section_about,.google_say{
	margin-bottom: 150px;
}

.slider-content{
    position: relative;
    z-index: 1;
    color: #fff;
}
.slider-content .pix-sliding-item {
	font-weight: 600;
	color: #fff;
	font-size: 48px;
	margin-top: 0;
    margin-bottom: 20px;
    display: block;
}
.slider-content .d-inline-block {
    display: inline-block;
    vertical-align: middle;
  }
.slider-content .top-part .badge {
    padding: 9px 12px;
    background-color: #fff;
    color: #6c757d ;
}
.slider-content p{
    font-size: 18px;
    font-weight: 500;
    line-height: 1.8;
}
.slider-content .vc_column-inner i::before {
	font-size: 28px;
	color: #FFC168;
}

.slider-form h2{
    font-size: 34px;
    font-weight: 600;
    margin-top: 0;
}
.slider-form p{
    font-size: 16px;
    color: #6c757d ;
}
.slider-content i {
	font-size: 0;
}

.s1,
.s2,
.s3 {
    margin-top: 22px;
    text-align: center
}

.main-slide::before {
    right: 0;
    width: 100%;
    content: "";
    top: 0;
    height: 100%;
    position: absolute;
    background-image: url(../../../../../image/catalog/slider.webp);
    background-size: 100%
}
.main-slide::after {
	pointer-events: none;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	opacity: 0.6;
	border-radius: 0px;
	content: "";
	background-color: rgba(0,0,0,0.7);
}
.position-absolute {
    position: absolute
}

.box_icon,
.card,
.contact-icon-box,
.widget-title {
    position: relative
}

.s2-banner_shape2 {
    top: -35px;
    right: 0;
    animation: 3s ease-in-out infinite floatY
}

.s2-banner_shape3 {
    top: -55px;
    right: 50%;
    transform: translateX(80%);
    animation: 10s ease-in-out infinite floatX
}

.d-flex {
    display: flex;
    gap: 15px
}

.btn-outline-primary {
    border: 2px solid #FF0000;
    color: #010101;
    font-weight: 700;
    border-radius: 50px;
    display: inline-block;
    padding: 12px 46px;
    font-size: 16px
}

.slide-sec-desc {
    padding-bottom: 35px
}

.cmn-space {
    padding: 100px 0
}
.s1 i,
.s2 i,
.s3 i {
    font-size: 30px;
    font-weight: 900
}

.s1 {
    background: #d9f3de
}

.s1 i {
    color: #049507
}

.s2 {
    background: #e1e1f5
}

.s2 i {
    color: #FF0000
}

.s3 {
    background: #ebdcf4
}

.s3 i {
    color: #FF0000
}

#rolstoeltaxibusaccordion .panel-title a,
#rolstoeltaxibusnew .panel-title a {
    color: #010101;
    font-size: 19px;
    font-weight: 700;
    text-decoration: none
}

.panel-default>.panel-heading {
    background-color: transparent
}

.collapse-section .section-title,
.separate-icon {
    text-align: center
}

.collapse-section .section-title h2 {
    text-align: center;
    max-width: 500px;
    margin: 0 auto 50px
}

.sml-text {
    margin-top: 15px;
    display: block
}

.saperate-me {
    padding-top: 35px;
    padding-bottom: 35px;
    border-top: 1px solid #ededed;
    border-bottom: 1px solid #ededed
}

.separate-icon svg {
    fill: #FF0000
}

h5.province-title {
    font-size: 20px;
    margin-top: 50px
}

.province-title i {
    font-size: 20px;
    color: #FF0000
}

.rolstoelvervoer-main-sec ul li,
ul.branches-list li {
    list-style-type: none
}

ul.branches-list {
    padding-left: 25px
}

.branches-list li a {
    font-size: 16px;
    color: #1d3052;
    text-decoration: underline;
    font-weight: 600;
    line-height: 28px
}

.branches-list li a:hover,
.widget_categories a:hover {
    color: #FF0000
}

.branches-list li {
    margin-bottom: 5px
}

.over-ons-main h2,
.rolstoelvervoer-main h2 {
    font-size: 33px;
    color: #333
}

.over-ons-main .cmn-desc,
.rolstoelvervoer-main .cmn-desc {
    font-size: 16px;
    color: #333
}

.over-ons-main h3 {
    font-size: 16px;
    font-weight: 700
}

.rolstoelvervoer-main .cmn-desc {
    margin-bottom: 16px
}

.rolstoelvervoer-main h3 {
    font-size: 32px;
    color: #333
}

.tagcloud a,
.widget_categories a {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    display: inline-block
}

.widget-title {
    font-size: 20px;
    font-weight: 800;
    text-transform: uppercase;
    margin: 0 0 30px
}

.rolstoelvervoer-main-sec ul,
.widget ul {
    list-style-type: none;
    padding: 0;
    margin: 0
}

.widget_categories li {
    border-top: 1px solid #000
}

.widget_categories a {
    padding: 19px 0;
    position: relative;
    color: #333
}

.tagcloud a {
    margin: 0 13px 9px;
    color: #525252
}

.widget_tag_cloud {
    margin-top: 60px
}
 
.contact-above-info {
    background-color: #ffc107;
    margin-top: 50px;
    padding: 32px 16px
}

.contact-above-info h2 {
    margin-top: 0
}

.open-info strong, .cont-ti{
    font-size: 22px;
    color: #000;
    margin-bottom: 00px;
    display: block;
    font-weight: 600
}
.cont-ti{
    margin-bottom: 20px;
    margin-top: 0
}
#information-contact form .form-control{
    border: none;
    background-color: #f8f8fa;
    box-shadow: none;
    border-radius: 5px;
    height: 42px;
    font-size: 16px;
}
#information-contact form label{
    text-align: left;
    font-size: 16px;
    margin-bottom: 5px;
}
.context-right .btn{
    border-radius: 24px;
    background-color: #f8f9fa;
    border: none;
    font-size: 16px;
    color: #000;
    padding: 8px 25px;
    margin-bottom: 15px;
    font-weight: 500
}
.open-info {
    font-size: 18px;
    line-height: 32px;
    color: #000; 
}
.small_tp {
    max-width: 585px;
    margin: 0 auto
}

.small_tp h2 {
    font-size: 32px;
    font-weight: 600
}

.overlay_bg_light_green:before {
    background-color: rgb(179 211 105 / .9)
}

.overlay_bg_danger:before {
    background-color: rgb(245 87 108 / .9)
}

.overlay_bg_default:before {
    background-color: rgb(255 188 9 / .9)
}

.contact-icon-box:before {
    width: 100%;
    height: 100%;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
    border-radius: 10px
}

.box_icon {
    border-radius: 100%;
    display: inline-block;
    padding: 20px;
    height: 100px;
    width: 100px;
    text-align: center
}

.intro_desc {
    margin-bottom: 1em;
    min-height: 126px
}

.contact-icon-box .intro_desc h5 {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 5px;
    color: #fff
}

.contact-icon-box .intro_desc p {
    font-weight: 400;
    font-size: 16px;
    color: #fff
}

.contact-icon-box {
    padding: 10px;
    margin-top: 30px;
    transition: .5s ease-in-out;
    z-index: 9;
    border-radius: 10px
}

.card {
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: .25rem;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important
}

.card-body {
    flex: 1 1 auto;
    padding: 1rem
}

#information-contact .card {
    margin-bottom: 50px;
    margin-top: 30px
}

#email-alert .warning {
    color: red
}

/* video Section */
.video_section .pix-heading-el h4{
    font-size: 30px;
}
.video_section p{
    font-size: 18px;
    padding-top: 15px;
    color: #899097;
    line-height: 1.8;
    padding-bottom: 30px;
}
.video_section .number-title{
    color: #ff0000;
    font-size: 60px;
    font-weight: 600;
}
.text-heading-default {
	color: #343a40;
}
.video_section h5 {
	font-size: 22px;
	color: #343a40;
	font-weight: 600;
	margin-top: 0;
}
.video_section svg g{
	fill: #ff0000;
}
.video-first-part{
	margin-bottom: 100px;
}
.video_section .pix-feature-el {
    display: flex;
    align-items: self-start;
}
.video_section svg{
	width: 54px;
	height: 54px;
    margin-right: 15px;
}
.video_section .media-body{
  font-size: 18px;
  color: #899097;
  line-height: 26px;
}
.quote-form label{
    display: block;
    font-size: 16px;
    font-weight: 500;
    color: #6c757d;
}
.quote-form input{
    background-color: #f8f9fa ;
    border: none;
    height: 40px;
    margin-bottom: 15px;
    width: 100%;
    padding: 0 15px;
    box-shadow: none;
}
.quote-form textarea{
    background-color: #f8f9fa ;
    border: none;
    margin-bottom: 15px;
    width: 100%;
    box-shadow: none;
}
#modalPrivacy{
    margin-top: 15px;
    display: block;
}
.quote-form input[type=checkbox]{
    width: 14px;
    height: 14px;
    margin: 0;
}
.quote-form .checkbox-group div {
    display: inline-block;
}
.quote-form .checkbox-group label{
    margin: 0;
}
.quote-form .checkbox-group{
    background-color: #f8f9fa ;
    padding: 10px 20px;
    margin-bottom: 15px;
}
.disclaimer{
    margin-top: 15px;
    text-align: center;
}
.quote-form{
    padding: 30px;
    border-radius: 10px;
    max-width: 836px;
    margin: 0 auto;
}
.modal-body.quote-form{ 
    max-width: unset;
    background-color: #fff;
}
.modal-body.quote-form .form-check-inline, .modal-body.quote-form .form-check-inline .form-check-label{ 
    display: inline-block;
}
.header-custom-dialog{
    width: 100%;
    max-width: 1250px;
}
.quote-form h2,.modal-title{
    color: #ff0000;
    font-weight: 600;
    font-size: 28px;
    margin-top: 0;
    margin-bottom: 15px;
}

.box-quat.box-part .card {
	padding: 20px 20px;
	background-color: #f8f9fa;
	border: navajowhite;
	box-shadow: none !important;
}
/* about section */
.about-content-box {
	background-color: #f8f9fa;
	border-radius: 20px;
	padding: 70px;
	position: sticky !important;
    top: 82px;
}
.about-content-box h2{
    font-weight: 600;
    color: #343a40;
    font-size: 48px;
    margin-top: 0;
}
.about-content-box p{
    font-size: 18px;
    line-height: 26px;
    color: #6c757d;
}
.about-right-text .ab-img img{
	position: absolute;
	object-fit: cover;
	top: 0;
	left: 0;
	width: 100%;
	opacity: 0.6;
	height: 100%;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.about-right-text .ab-img:hover img {
	opacity: 0.2 !important;
}
.about-right-text .ab-img:hover img {
	transform: scale(1.05);
}
.about-right-text .card-img-overlay2 {
	z-index: 2;
	position: relative;
	min-height: 350px;
	width: 100%;
    padding: 15px;
    align-items: end;
}
.about-right-text .ab-img {
	background: #343a40;
	border-radius: 10px;
	color: #fff;
	transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
	border: 0px solid rgba(0, 0, 0, 0.125);
	overflow: hidden;
	margin-bottom: 30px;
    position: relative;
}
.about-right-text .bottom-text .card-title{
    color: #fff;
    font-weight: 600;
    font-size: 48px;
}

.about-right-text .bottom-text span{
    color: #fff;
    font-weight: 600;
    font-size: 16px;
}

.about-right-text .bottom-text i{
	font-size: 0
}

.about-right-text .bottom-text i::before{
	font-size: 16px;
	color: #fff;
	margin-left: 5px;
}
.about-right-text .badge{ 
    display: inline-flex;
    position: absolute;
    top: 15px;
    padding: 9px 12px;
    border-radius: 20px;
    background-color: #FF0000;
}
.blog-content h2{
	font-size: 30px;
    line-height: 40px;
    color: #032e42;
    font-weight: 700;
    margin-bottom: 20px;
    margin-top: 0
}
.blog-content p{
    line-height: 1.7;
    color: #676767;
    font-weight: 400;
    margin-bottom: 20px;
}
.blog-content{
	padding: 41px 50px 40px;
    margin-bottom: 50px;
    border: 2px solid #f3f3f3;
    border-radius: 3px;
}
.image-part,.blog-content{
	max-width: 804px;
}
.blog-cate {
    margin-bottom: 30px;
    padding: 30px 25px;
    border-radius: 3px;
    background: #f6f3ee;
}
.blog-cate h3 {
    color: #032e42;
    font-size: 19px;
    letter-spacing: 0px;
    text-transform: uppercase;
    font-weight: 700;
}
.blog-cate h3 span{
	padding-left: 28px;
	position: relative;
	display: block;
}
.blog-cate h3 span:before,.blog-cate h3 span:after{
    content: '';
    position: absolute;
    top: 50%;
    margin-top: -2px;
    left: 0;
    display: block;
    width: 17px;
    height: 4px;
    background: #d83030;
}
.blog-cate h3 span:after {
    width: 4px;
    left: 21px;
}
.blog-cate ul.list-unstyle {
    list-style: none;
    margin: 0;
    padding: 0;
}
.blog-cate ul li{
	border-bottom: 1px solid #dcdcdc;
    padding: 9px 0 9px 19px;
    position: relative;
}
.blog-cate ul li::before {
    content: "\f105";
    font-weight: 700;
    font-family: 'FontAwesome';
    left: 0;
    margin-right: 12px;
    position: absolute;
    top: 9px;
    font-size: 14px;
    margin-top: 0!important;
}
.blog-cate ul li a{
	color: #676767;
    transition: all 0.3s ease-in-out;
}
.blog-cate ul li:last-child{
	border-bottom: none;
}
/* ggogle say */
.google_say i{
    font-size: 0;
}

.google_say .badge{
    padding: 9px 12px;
    background-color: rgba(70, 35, 35, 0.15) ;
    color: #000;
}
.google_say .vc_column-inner i::before{
    font-size: 28px;
    color: #FFC168;
}

.google_say .d-inline-block{
    display: inline-block;
    vertical-align: middle;
}
.google_say .secondary-font.text-heading-default{
    font-weight: 600;
    font-size: 48px;
    line-height: 1.28;
    margin-bottom: 20px;
    display: block;
}
.google_say .location_link {
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.15) !important;
    display: inline-block;
    padding: 8px 20px;
    border-radius: 0.25rem;
    color: #000;
    font-weight: 500;
    transition: .3s ease;
}
.google_say .location_link:hover {
    transform: scale(0.95) !important;
}
.google_say .location_link i{
    font-size: 0;
}
.google_say .location_link i::before{
    font-size: 16px;
    color: #000;
}
.pix_masonry .grid-item {
    display: inline-block;
    margin: 10px 10px;
}
.pix_masonry {
        margin: 0 -10px;
}
.pix_masonry .grid-item{
    width: 31%;
}
.pix_masonry .grid-item--width2 {
    width: 64%;
}
.pix_masonry .grid-item p{
    color: #6c757d;
    line-height: 1.8;
    font-size: 16px;
}
.pix_masonry .grid-item h6.card-title{
    font-size: 20px;
    font-weight: 500;
    color: #000 !important;
}
.pix_masonry .grid-item .card-title{
    color: #ff0000
}
.pix_masonry .grid-item i::before{
    font-size: 16px;
    color: #FFC168 
}
.pix_masonry .card{
    padding: 16px;
    border-radius: 10px;
}

.section_advice .pix-content-box{
    padding: 80px 40px;
    background: #ffffff url(/image/catalog/contact-pagina-scaled.webp);
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    position: relative;
    color: #fff;
}
.box-inner-advice{
    position: relative;
    z-index: 1;
}
.box-inner-advice h2{
    color: #fff;
    font-weight: 600;
    font-size: 48px;
    max-width: 800px;
    margin: 15px auto;
}
.box-inner-advice .text-18{
    font-size: 18px;
    color: rgba(255, 255, 255, 0.7);
    max-width: 900;
    line-height: 26px;
    margin-bottom: 16px;
}
.box-inner-advice .btn-primary i{
    font-size: 0;
}
.box-inner-advice .btn-primary{
    margin-top: 15px;
}
.box-inner-advice .btn-primary i::before{
    font-size: 16px;
}
.bg-gray-8 {
    background-color: #343a40 !important;
}
.download-part {
    background: #f8f9fa;
    padding-top: 80px;
    padding-bottom: 80px;
    border-radius: 0 0 50px 50px;
    margin-bottom: -43px;
    z-index: 2;
    position: relative;
}

.download-part h2,.discover-fea h2{
    text-align: center;
    font-weight: 600;
    font-size: 48px;
    margin-bottom: 30px;
    margin-top: 0;
}
.discover-fea p{
    text-align: center;
    font-size: 18px;
    margin-top: 15px;
    margin-bottom: 50px;
}
.download-box {
	box-shadow: 0 0.125rem 0.375rem rgba(0, 0, 0, 0.05), 0 0.5rem 1.2rem rgba(0, 0, 0, 0.1);
	border-radius: 5px;
	padding: 30px;
    margin-bottom: 30px;
    background-color: #fff;
    text-align: center;
}
.download-box .pro-tag{
    display: block;
    color: #222;
    margin-bottom: 15px;
}
.download-box .btn-outline{
    padding: 10px 20px;
    color: #272727;
    border-radius: 20px;
}
.download-box .badge{
    background-color: rgba(255, 102, 102, 0.15);
    color: #FF0000 ;
}
.download-box h4{
    font-size: 20px;
    font-weight: 600;
    color: #000;
    text-align: left;
    margin-bottom: 20px;
}

.download-box .pro-tag {
	color: #6c757d;
	font-size: 18px;
}

.first-image {
	box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.15) !important;
	border-radius: 5px;
    margin-bottom: 30px;
}

.first-image h6{
    font-size: 20px;
    font-weight: 600;
}

.cms-feature h3{
    font-weight: 600;
    font-size: 30px;
    color: #333;
    margin-bottom: 30px;
}

.cms-feature p{
    font-size: 18px;
    line-height: 26px;
}

.top-part .box-card {
	background-color: #fff;
	border-radius: 5px;
	padding: 30px;
}

.pix-divider.pix-bottom-divider {
	position: absolute;
	bottom: -5px;
	left: 0;
	right: 0;
	z-index: 9;
}

.team-member {
    text-align: center;
    margin-bottom: 30px;
}

.team-member img {
	width: 160px;
	height: 160px;
	border-radius: 50%;
	border: 5px solid red;
	padding: 5px;
}

.team-member h5 {
    font-weight: bold;
    margin-top: 10px;
    font-size: 22px;
}

.team-member h6 {
    font-weight: bold;
    color: gray;
    font-size: 18px;
}

.team-member a i{
    color: #0077b5;
    font-size: 24px;
    margin-top: 10px;
    display: inline-block;
}

.list-pro h6{
    color: #343a40;
    font-size: 18px;
    font-weight: 600;
    display: inline-block;
    margin: 0;
    line-height: 28px;
}
.list-pro .d-flex.mb-4{
    margin-bottom: 30px;
}

.list-pro .rounded-circle{
	background-color: #4ed199;
	border-radius: 100%;
	width: 46px;
	height: 46px;
	min-width: 46px;
}

.list-pro .rounded-circle g{
    fill: #fff;
}
.list-pro .rounded-circle svg{
    margin: 0 auto;
}
.top-part {
	position: relative;
}
.top-part h2{
    color: #fff;
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 40px;
    margin-top: 20px; 
    max-width: 836px;
    margin-left: auto;
    margin-right: auto;
}
.top-part p{
    font-size: 16px;
}

.top-part p.toppartp{
        font-size: 20px;
        text-align: center;
        line-height: 28px;
        margin-bottom: 30px;
        color: #acabab;
}

.top-part .title{
    color: #000;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 20px;
    margin-top: 20px; 
    text-align: left;
}
.top-part p{
    font-size: 16px;
    text-align: left;
    line-height: 28px;
}

.top-part .badge{
    background-color: #ff0000;
    border-radius: 5px;
    padding: 5px 15px;
}
.google_say .top-part .badge{
    background-color: #ddd;
}

.video-section {
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.85); /* Black with opacity */
    pointer-events: none;
    z-index: 1;
}

.four-window h4{
    font-weight: 600;
    font-size: 28px;
}

.four-window .card{
    border-radius: 10px;
    margin-bottom: 20px;
    padding: 30px;
}
.four-window .card h5{
    font-weight: 600;
    font-size: 28px;
    margin-bottom: 20px;
}
.four-window .card p{
    font-size: 18px;
    margin-bottom: 16px;
}
.four-window .card a{
    font-size: 16px;
    color: #000;
}
.equal-height{
    border-top: 2px dashed #eee;
    padding-top: 100px;
}
.mb-100{
    margin-bottom: 100px;
}
.box-part g{
    fill: #ff0000;
}
.box-part h6{
    font-size: 18px;
    font-weight: 600;
    margin: 0;
}
.box-part .media-body{
    text-align: left;
    vertical-align: middle;
}
.box-part .card-body{
    padding: 0 0;
}
.box-part .card{
    padding: 20px 25px;
  border-radius: 10px;
  margin: 15px 0;
}
/* Adding bottom shadow effect */
.video-section::after {
    content: "";
    position: absolute; 
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100px; /* Adjust height as necessary */
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0.3) 100%);
    z-index: 1;
}

.mb-150{
    margin-bottom: 150px;
}
.contact-card .pix-icon-bg svg path{
    stroke: #ff0000;
    margin: 0 auto;
}
.contact-card .pix-icon-bg{
    width: 80px;
    height: 80px;
    background: linear-gradient(to right, rgba(255, 214, 199, 0.15), rgba(255, 223, 198, 0.15));
    border-radius: 100%;
    padding: 10px 0;
    margin: 0 auto;
    margin-bottom: 15px;
}
.contact-card h5{
    font-size: 20px;
    font-weight: 500;
    margin: 0;
}
.contact-card .middle-text{
    font-size: 20px;
    color: #000;
    display: block;
    margin: 15px 0
}
.contact-card{
    padding: 15px;
    margin: 15px 0
}
.contat-info{
    font-size: 12px;
}
#contactModalLabel{
    font-size: 36px;
    font-weight: 600;
    margin: 0;
    display: inline-block;
}
/* Full background container */
.fullpage-container {
    position: relative;
    overflow: hidden;
    height: 100vh;
}

.pix-intro-img {
    position: relative;
    height: 100%;
    width: 100%;
    overflow: hidden;
}

.pix-bg-image {
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 100vh;
}

/* Text and Button Custom Styles */
.bottom-info {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
    color: white;
}

.main-heading {
    font-weight: bold;
    font-size: 48px;
    margin-bottom: 20px;
    color: white;
}

.bottom-info .sub-heading {
    font-size: 18px;
    max-width: 800px;
    line-height: 28px;
    margin: 0 auto 20px auto;
}

.badge-custom {
    font-size: 18px;
    padding: 10px 20px;
    border-radius: 20px;
    color: black;
    background-color: #fff;
}

.btn-custom {
    padding: 10px 30px;
    border-radius: 50px;
    display: inline-flex;
    align-items: center;
}

.ml-2 {
    margin-left: 10px;
}
#information-information {
    overflow: hidden;
}
/* Add overlay effect */
.vc_section {
    position: relative;
}

.vc_section:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5); /* Overlay with opacity */
    z-index: 1;
}
.floating_wp {
    position: fixed;
    height: 40px;
    bottom: 75px;
    right: 40px;
    background-color: #25d366;
    color: #000 !important;
    border-radius: 50px;
    text-align: center;
    font-size: 19px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
    padding: 6px 22px;
    align-content: center;
}
.floating_wp .fa {
    font-size: 19px;
}
/* Responsive adjustments */
@media (max-width: 768px) {
    .main-heading {
        font-size: 32px;
    }

    .sub-heading {
        font-size: 16px;
    }

    .btn-custom {
        padding: 8px 20px;
        font-size: 16px;
    }
}
@media(max-width:767px) {
	.blog-content {
	    padding: 21px 30px 20px;
	    margin-bottom: 50px;
	    border: 2px solid #f3f3f3;
	    border-radius: 3px;
	}
    .saas_sign_up_btn a {
        height: 35px;
        width: 155px;
        line-height: 35px;
        font-size: 12px;
        margin-top: 15px;
    }
	.google_say{
		margin: 0 15px;
	}
	.pix_masonry .grid-item,.pix_masonry .grid-item--width2{
		width: auto;
	}
	.section_advice .pix-content-box {
    	padding: 30px 15px;
	}
	.google_say .secondary-font.text-heading-default,.box-inner-advice h2{
		font-size: 30px;
	}
	.about-right-text .bottom-text .card-title{
		font-size: 30px;
	}
	.video-first-part {
	    margin-bottom: 50px;
	}
	.about-content-box {
	    padding: 30px;
	}
	.about-content-box h2{
		font-size: 28px;
	}
	.video_section, .section_about, .google_say {
	    margin-bottom: 50px;
	}
	.video_section .pix-feature-el {
	    margin-bottom: 30px;
	}
	.slider-content .pix-sliding-item {
	    font-size: 28px;
	}
	.slider-form h2 {
	    font-size: 22px;
	}
    .top-header .row.align-items-center {
        display: block;
        text-align: center
    }
    .slide-img img {
        max-width: 200px;
        margin: 0 auto
    }
    .section_title {
        margin-bottom: 35px
    }
    .saas_sign_up_btn {
        float: left
    }
    #common-home {
        padding: 0;
        overflow: hidden
    }
    .section-title h1 {
        font-size: 30px
    }
    .btn-outline-primary {
        padding: 8px 20px;
        font-size: 16px
    }
    .main-slide {
        padding: 40px 15px;
        margin-bottom: 30px
    }
    .video_section .pix-heading-el h4 {
	    font-size: 24px;
	    margin-top: 20px;
	}
    .cmn-space {
        padding: 50px 0
    }
    .pix_numbers.animate-math {
	    margin-bottom: 30px;
	}
    footer {
        margin-top: 00px;
    }
    .main-slide::before {
        background-size: cover;
    }
    .over-ons-main h2,
    .rolstoelvervoer-main h2 {
        font-size: 26px
    }
    .breadcrumbs_wrap {
        text-align: center !important
    }
    .inspire-newsletter {
        margin-top: 30px
    }
    .top-offer-flex {
        text-align: center
    }
}

@media(min-width:992px) and (max-width:1199px) {
    .about-content-box{
        padding: 30px;
    }
    .about-content-box h2{
        font-size: 36px;
    }
    .google_say .top-part .badge{
        margin-bottom: 15px;
    }
    .pix_masonry .grid-item{
        width: 46%;
    }
    #menu .nav>li>a {
        font-size: 14px;
        margin: 0 10px
    }
}

@media(min-width:768px) and (max-width:991px) {
    .saas_sign_up_btn a {
        margin-top: 15px;
    }
    .main-slide{
        padding: 50px 0;
    }
    .slider-content .pix-sliding-item{
        font-size: 30px;
    }
    .slider-form{
        padding: 15px;
    }
    .google_say .secondary-font.text-heading-default{
        font-size: 28px;
    }
    .slider-form input, .slider-form textarea {
        font-size: 16px !important;
    }
    .video_section .number-title{
        font-size: 40px;
    }
    .video_section h5{
        font-size: 18px;
    }
    .main-slide,.video-first-part{
        margin-bottom: 50px;
    }
    .about-content-box{
        padding: 30px;
    }
    .about-content-box h2{
        font-size: 30px;
    }
    .pix_masonry .grid-item {
        width: 45%;
    }
    .google_say .top-part .badge{
        margin-bottom: 15px;
    }
    #menu{
        float: right;
    }
    #menu .nav>li>a {
        font-size: 13px;
        margin: 0 7px
    }
}

@media(min-width:768px) {
    .top-offer-flex {
        display: flex;
        gap: 15px;
        justify-content: center
    }
}

@media(min-width:992px) {
    #menu{
        text-align: right;
        position: relative;
        top: 3px;
    }
    .navbar-nav > li, .saas_sign_up_btn{
        float: none;
        display: inline-block;
        vertical-align: middle;
      }
}

#top-offer .alert {
    margin-bottom: 0;
    background-color: #dc3545 !important;
    border-color: #dc3545 !important;
    color: #fff;
    padding: 16px
}

.btn-ofr-close {
    cursor: pointer;
    padding: 0 5px
}

.btn-ofr-close:hover {
    color: #ededed
}

@keyframes floatY {
    0%,
    100% {
        transform: translatey(0)
    }
    50% {
        transform: translatey(-20px)
    }
}

@keyframes floatX {
    0%,
    100% {
        transform: translateX(80%)
    }
    50% {
        transform: translateX(100%)
    }
}

#top-offer .alert {
    color: #fff;
    font-weight: 600;
    font-size: 16px;
}

.contact_detail li a {
    font-size: 16px;
    font-weight: 500;
}

.social_icons li {
    margin: 0 5px;
}

.social_icons li a:hover i,
#menu .nav>li>a:hover {
    color: #FF0000;
}

@media(max-width:767px) {
	.pg-title-bg {
	    padding: 50px 0;
	}
	    .floating {
        bottom: 3px !important;
        left: 20px !important;
    }
    .header-custom-dialog{
        margin: 0;
    }
    #contactModalLabel{
        font-size: 26px;
    }
    #logo img{
        max-width: 150px;
    }
    header {
        padding: 3px 0 0px 0;
    }
	.slider-form p {
	    margin-bottom: 20px;
	}
	.slider-form input, .slider-form textarea {
	    font-size: 16px !important;
	}
    .contact-above-info .align-items-center {
        display: block;
    }
    #top-offer .alert,
    .contact_detail li a {
        font-size: 14px;
    }
    .social_icons li {
        margin: 0 2px;
    }
    .top-header ul {
        margin-bottom: 5px;
    }
}
@media(min-width:768px) {
	.cmn-plr{
		padding-left:100px;
		padding-right: 100px;
	}
}
header.saas_2-menu-bg-overlay {
    z-index: 99;
    top: 0px;
    box-shadow: 0 0 20px -10px rgba(0, 0, 0, 0.8);
}
.saas_2-menu-bg-overlay {
    background-color: #fff;
    animation-duration: 0.7s;
    animation-fill-mode: both;
    animation-name: fadeInDown;
    position: fixed;
    top: -90px;
    padding: 10px 0px;
    animation-timing-function: ease;
    transition: 0.3s all ease-in-out;
    left: 0;
    right: 0;
}
@keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}
footer{
    background-color: #fff;
    border-top: 1px solid;
}
.floating {
	position: fixed;
	height: 50px;
	bottom: 20px;
	left: 40px;
	background-color: #25d366;
	color: #fff !important;
	border-radius: 50px;
	text-align: center;
	font-size: 19px;
	z-index: 100;
	padding: 0px 0;
	width: 50px;
	display: flex;
	align-items: center;
}
.floating {
    position: fixed;
    height: 40px;
    bottom: 75px;
    right: 40px;
    background-color: #25d366;
    color: #000!important;
    border-radius: 50px;
    text-align: center;
    font-size: 19px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
    padding: 6px 22px
}
.sticky-part{
    position: sticky;
    top: 10px;
}

.position-relative{
      position: relative;
    }
    .position-sticky{
      position: sticky;
      top: 10px;
    }
    .kunststof-title{
      font-size: 3.8rem;
      font-weight: 600;
    }
    .kunststof-kozijnen-desc p{
      color: #6c757d;
      font-size: 18px;
      line-height: 26px;
      margin-bottom: 3rem;
    }
    .thumb-box{
      padding: 20px;
      border: 0;
     background-color: #f8f9fa; 
     margin-bottom: 50px;
     border-radius: 6px;
    }
    .thumb-box h3{
      font-size: 4.5rem;
      font-weight: 600;
    }
    .thumb-box img{
      border-radius: 12px;
    }
    .thumb-box .caption-desc p{
      color:#6c757d;
      font-size: 18px;
      margin-bottom: 30px;
    }
    .view-btn i {
    background-color: #4ed199;
    color: #fff;
    border-radius: 100%;
    width: 46px;
    height: 46px;
    text-align: center;
    line-height: 46px;
    font-size: 24px;
    }
    .view-btn span {
    color: #343a40;
    font-size: 2rem;
    font-weight: 600;
    margin-left: 15px;
    }
    .view-btn{
      display: flex;
      margin-top: 30px;
    }
    .bekijk-title h2{
      text-align: center;
      font-size: 5rem;
      font-weight: 600;
      margin-top: 50px;
      margin-bottom: 50px;
    }
    .bekijk-thumbnail{
      border: 0;
      margin-bottom: 20px;
      transition: transform 0.4s;
      box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.15);
      text-decoration: none;
    }
    .bekijk-thumbnail:hover{
      box-shadow:0 0.125rem 0.375rem rgba(0, 0, 0, 0.05), 0 0.625rem 1.5rem rgba(0, 0, 0, 0.15);
      text-decoration: none;
    }   
    .bekijk-thumbnail .card-body{
      display: flex;
      justify-content: space-between;
      text-decoration: none;
      padding: 20px 15px;
      font-size: 20px;
      color: #343a40;
      font-weight: 600;
    } 
    .download-app{
      background-color: #f8f9fa;
      padding-top: 80px;
      padding-bottom: 80px;
    }
    .badge-danger {
    color: #FF0000;
    background-color: rgba(255, 102, 102, 0.15);
    border-radius: 6px;
    padding: 6px 10px;
    font-weight: 800;
    }
    @media(max-width:991px){
    	#menu li.mega-menu .dropdown-menu{
    		margin: 0 !important;
    	}
        .thumb-box h3, .bekijk-title h2{
            font-size: 2.5rem;
        }
        .sidenav {
            width: 0;
            position: fixed;
            transition: .5s;
            overflow-x: hidden;
            box-shadow: 5px 0 5px 0 rgba(0, 0, 0, .06);
            clear: both;
            background-color: #222429;
            list-style: none;
            margin: 0;
            padding: 0;
            text-align: left;
            z-index: 9999
        }
        .sidenav .close-nav {
            background-color: #161616;
            padding: 12px 15px;
            width: 100%;
            display: inline-block;
            color: #fff;
            letter-spacing: 1px
        }
        body.active .sidenav {
            overflow-x: unset;
            overflow-y: scroll
        }
        .sidenav,
        body.active::before {
            top: 0;
            left: 0;
            height: 100%
        }
        body.active::before {
            background: #000;
            content: "";
            opacity: .7;
            position: absolute;
            width: 100%;
            transition: .2s;
            -webkit-transition: .2s;
            -moz-transition: .2s;
            -ms-transition: .2s;
            -o-transition: .2s;
            z-index: 1
        }
        #menu .navbar-collapse {
            display: block
        }
        #menu .nav>li>a {
            padding: 15px;
            color: #fff;
            border-bottom: 1px solid rgba(255, 255, 255, .1);
            margin: 0
        }
        .closebtn {
            background-color: transparent;
            border: none;
            padding: 0;
            float: right
        }
        .navbar-toggle,.navbar-nav > li {
            display: block;
            float: unset;
        }
        .mb-150{
            margin-bottom: 50px;
        }
    }

    .reveal {
        opacity: 0;
        transform: translateY(20px); /* Starting position for the reveal animation */
        transition: opacity 0.5s ease, transform 0.5s ease;
      }
      
      /* Show the element when it's being revealed */
      .reveal.show {
        opacity: 1;
        transform: translateY(0);
      }

      #background-video{
        height: 1000px !important;
      } 
      .pg-title-bg.not-fount-bread{
      	margin-bottom: -50px;
      	z-index: 1;
      }
      .not-fount-foot footer{
      	margin-top: -100px;
      }
      .faq-section .panel-title span, .faq-section .panel-title a {
        text-decoration: none;
        display: block;
        color: #0e0d18;
        font-size: 20px;
        font-weight: 500;
        line-height: 1.3em;
        letter-spacing: 0;
        padding-bottom: 25px;
        padding-top: 25px
    }.top-service {
        background: #F2F6F9;
        margin: 0 -15px;
        padding: 100px 0;
        margin-top: -30px;
    }
    
    .service-content,.service-section,.services-menu {
        margin-bottom: 30px
    }
    
    .help-section,.services-menu {
        padding: 30px;
        background-color: #fff
    }
    
    .services-menu {
        border: 1px solid #ffddc8;
        border-radius: 15px
    }
    
    .services-menu ul li a {
        color: #757575;
        font-size: 16px;
        display: flex;
        align-items: center;
        justify-content: space-between
    }
    
    .services-menu ul li {
        padding-bottom: 15px;
        margin-top: 15px;
        border-bottom: 1px solid #e6e6e6
    }
    
    .services-menu ul li:last-child {
        padding-bottom: 0;
        border-bottom: none
    }
    
    .help-section h3,.services-menu h3,.help-section h2,.services-menu h2 {
        font-size: 20px;
        font-weight: 600;
        text-transform: none;
        line-height: 1.1em;
        letter-spacing: 0;
        margin-top: 0;
        margin-bottom: 30px
    }
    
    .services-menu ul li a i {
        color: #E95C1D;
        font-size: 20px;
        font-weight: 600
    }
    
    .help-section {
        border: 1px solid #ffddc8;
        border-radius: 15px
    }
    
    .help-section h3,.help-section h2,.help-section img {
        margin-bottom: 20px
    }
    
    .help-section p,.top-service p {
        font-size: 16px;
        color: #757575;
        line-height: 24px
    }
    
    .service-content h3,.service-details h3 {
        font-size: 20px;
        font-weight: 700;
        text-transform: none;
        line-height: 1.1em;
        letter-spacing: 0;
        color: #000
    }
    
    .service-details ul li {
        font-weight: 400;
        color: #0e0d18
    }
    .elementor-button-link {
        background-image: linear-gradient(to right,#1e0a75 0,#2e42b3 50%,#6394c2 100%);
        background-size: 200% auto;
        padding: 20px 30px;
        border-radius: 10px;
        display: inline-block;
        font-size: 18px;
        font-weight: 500;
        color: #fff;
        text-transform: None;
        border: none
    }    
 
 .pg-title-bg:before {
    content: "";
    position: absolute;
    top: -150px;
    bottom: -150px;
    left: 0;
    right: 0;
    background-color: transparent;
    background-image: linear-gradient(179.5deg,#0e0d18 .06%,#585b63a4 90.6%);
    z-index: -1;
}
footer.info-footer{
    margin-top: 0
}

.pg-title-bg .horizontal-hero__form {
	position: relative;
	width: 100%;
	z-index: 5;
	margin-bottom: 70px;
	margin-top: -100px;
	top: 120px;
}

[id^="pjWrapper"] .glyphicon-calendar::before {
    content: "\e109";
  }

  #pjWrapperTaxiBooking_theme3 .glyphicon {
    font-family: 'Glyphicons Halflings';
  }
  main{
    overflow: hidden;
  }

  @media(min-width: 992px){
    #common-home #pjWrapperTaxiBooking_theme3{
        position: relative;
    }
    #common-home #pjWrapperTaxiBooking_theme3 {
        min-width: 560px;
    }
    .slider-form {
        width: 480px;
        float: right;
        margin-right: 40px;
    }
}
#mySidenav .nav.navbar-nav.d-inline-block {
	display: inline-block;
}
  @media(max-width: 767px){
    #common-home #pjWrapperTaxiBooking_theme3{
        margin: 0 15px 30px 15px;
    }
    #pjWrapperTaxiBooking_theme3 .col-xs-12 {
        padding: 0 15px !important;
    }
    #pjWrapperTaxiBooking_theme3 .front_passengers-main {
        padding: 0 0px !important;
    }
    #mySidenav .nav.navbar-nav.d-inline-block {
        display: block;
    }
    #pjWrapperTaxiBooking_theme3 .front_passengers-main .col-xs-12{
        width: 33.3333%;
    }
}
  

  #common-home #pjWrapperTaxiBooking_theme3{
    margin-bottom: 50px;
  }

  #pjWrapperTaxiBooking_theme3 .form-control {
	height: 35px !important;
}
#pjWrapperTaxiBooking_theme3  {
	text-align: left;
}