* {
    font-family: 'Montserrat', sans-serif;
    list-style: none;
}

.fa-star-half-o {
    color: #3cb14e !important;
}

a:hover,
a:focus {
    text-decoration: none !important;
}

.notifiaction {
    margin-left: 47px;
}

h2 {
    font-size: 35px;
    font-weight: 800;
    color: #00b14f;
}

a:hover {
    text-decoration: inherit;
}

/*.language{
    width: 100%;
}*/
/* login */
.login-controller {
    padding: 100px 0;
}

.login-inner {
    padding: 40px 15px;
    background-color: #fff;
    box-shadow: 0 0 14px rgba(0, 0, 0, .1);
}

.login-footer p {
    position: relative;
    z-index: 1;
    display: block;
}

.login-footer p span {
    background-color: #fff;
    display: inline-block;
    padding: 2px 15px 3px;
}

.login-footer p::before {
    content: "";
    height: 1px;
    width: 100%;
    background-color: #ddd;
    position: absolute;
    left: 0;
    top: 14px;
    z-index: -1;
    max-width: 100%;
}

.login-controller {
    padding: 100px 0;
    position: relative;

    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.login-controller::before {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    background-color: rgba(0, 0, 0, .6);
    top: 0;
    left: 0;
}

.login-controller * {
    font-size: 14px;
}

.login-inner h1 {
    display: block;
    text-align: center;
    font-size: 26px;
    font-weight: 700;
}

.login-inner form {
    margin-top: 25px;
}

/* end of login */

/* review */
.review-for-thumb img {
    max-width: 100px;
    width: 100%;
}

.review-for-content p {
    font-size: 16px;
}

.rating-box i {
    font-size: 24px;
    color: #f7bb39;
}

.custom-file-handler {
    height: 100px;
    width: 100px;
    overflow: hidden;
    position: relative;
    background-color: #ddd;
    text-align: center;
    max-width: 100%;
    max-height: 100%;
    display: inline-block;
    vertical-align: top;
}

.custom-file-handler input {
    opacity: 0;
    max-width: 100%;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    padding: 0;
    border: 0;
    cursor: pointer;
    z-index: 1;
}

.custom-file-handler::after {
    content: "\f067";
    font-size: 28px;
    font-family: fontawesome;
    position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    font-weight: bold;
}

.custom-file-thumb {
    display: inline-block;
    vertical-align: top;
}

.custom-file-thumb img,
.custom-file-thumb video {
    height: 100px;
    width: 100%;
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
    object-position: center;

}

/* end of review */
/* track order */
.track-order-thumb {
    max-width: 80px;
    width: 100%;
}

.order-track-outer {

    margin-top: 2rem;
    padding: 35px 0;
    border-top: 1px dashed #2c3e50;
    border-bottom: 1px dashed #2c3e50;
}

.order-track {
    display: flex;
    flex-direction: column;
}

.order-track-step {
    display: flex;
    height: 100%;
}

.order-track-step:last-child {
    overflow: hidden;
}

.order-track-step:last-child .order-track-text {
    padding-bottom: 0;
}

.order-track-step:last-child .order-track-status span:last-of-type {
    display: none;
}

.order-track-status {
    margin-right: 15px;
    position: relative;
}

.order-track-status-dot {
    display: block;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #ddd;
}

.order-track-status-line {
    display: block;
    margin: 0 auto;
    width: 2px;
    height: 100%;
    background: #ddd;
}

.order-track-text-stat {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 3px;
}

.order-track-text-sub {
    font-size: 14px;
    font-weight: normal;
    display: block;
}

.order-track {
    transition: all 0.3s height 0.3s;
    transform-origin: top center;
}

.order-track-status-dot.active,
.order-track-status-line.active {
    background-color: #00b14f;
}

.order-track-text {
    padding-bottom: 20px;
}

/* end of track order */
/* notification */
.notification-outer .alert .note-thumb img {
    max-width: 70px;
    width: 100%;
    border-radius: 5px;
}

.notification-outer .alert .note-content span {
    font-size: 16px;
    font-weight: normal;
}

/* end ofnotification */

/*Merchant (Home-Page)*/
/* order pages css */
.your-orders-outer {
    padding: 0 0 100px 0;
}

.order-box {
    padding: 25px 15px;
    background-color: #fff;
    margin: 0 0 15px 0;
    background-color: #f5f6f8;
}

.order-box * {
    font-size: 16px;
}

.order-box h5 a {
    color: #00b14f;
    font-size: 22px;
    display: block;
    padding-bottom: 15px;
}

.order-details-box p {
    margin: 7px 0;
}

.common-btn-small {
    background-color: #00b14f;
    border-radius: 30px;
    padding: 10px 24px;
    color: #ffffff;
    font-size: 14px;
    cursor: pointer;
    border: 0;
    font-weight: bold;
    display: inline-block;
}

.common-btn-small:hover,
.common-btn-small:focus {
    color: #fff;
    box-shadow: 0 0 14px rgba(0, 0, 0, .5);
}

.order-item-head {
    border-bottom: 1px solid #ddd;
}

.order-item-head h2 {
    font-weight: 700;
    font-size: 18px;
}

.order-item-head span {
    font-weight: normal;
    font-size: 16px;
}

.order-item-act a {
    min-width: 140px;
    text-align: center;
}

.order-head {
    background-color: #f5f6f8;
}

.order-head h2 {
    font-weight: 700;
    font-size: 30px;
}

.order-search button img {
    max-width: 20px;
    width: 100%;
    padding-bottom: 3px;
}

.order-tabs {
    display: block;
    border: 2px solid #00b14f;
    position: -webkit-sticky;
    position: sticky;
    top: 50px;
}

.order-tabs ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
}

.order-tabs ul li {
    flex: 0 0 100%;
}

.order-tabs ul li a {
    padding: 15px;
    color: #000;
    font-size: 16px;
    font-weight: 700;
    transition: .3s all ease-in-out;
    display: block;
}

.order-tabs ul li.active a,
.order-tabs ul li:hover a,
.order-tabs ul li:focus a {
    background-color: #00b14f;
    color: #fff;
}

.custom-breadcrumb * {
    font-size: 14px;
}

.custom-breadcrumb ol li a {
    color: #00b14f;
}

.order-thumb {
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    padding: 15px;
}

.order-thumb img {
    width: 100%;
    max-width: 150px;
}

.order-help a {
    display: inline-block;
}

.order-help a {
    color: #1a4f84;
    text-decoration: underline;
}

.order-help a i {
    color: #1a4f84;
}

.btn-border {
    background-color: transparent;
    border: 1px solid #00b14f;
    color: #00b14f;
}

.btn-border:hover,
.btn-border:focus {
    background-color: #00b14f;
    color: #fff;
}

.your-orders-outer .custom-select {
    font-weight: bold;
    min-height: 38px;
}

/* end of order pages css */


/* Checkout Page*/

.checkout-main {
    padding: 40px 0;
}

.checkout-box {
    box-shadow: 0 0 14px #ddd;
    padding: 50px;
    max-width: 1200px;
    margin: 0 auto;
}

/*.checkout-box .address-box {
    background-color: #fff;
    height: 100%;
    padding: 25px;
    border-radius: 10px;
    box-shadow: 0 0 4px #ddd;
  }*/
.checkout-box p,
.checkout-box label,
.checkout-box .form-contol {
    font-size: 14px;
}

.checkout-box .address-box a {
    color: #00b14f;
    font-weight: bold;
}

/* End Checkout    */
/*header*/

header ul.navbar-nav li a.nav-link {
    font-size: 18px;
    font-weight: 600;
    color: #505050;
    padding: 0 25px !important;
}

header ul.navbar-nav li.active a.nav-link {
    color: #1e222d;
}

header ul.navbar-nav li a.nav-link:after {
    content: "";
    background-image: url(../images/dropdown.png);
    background-size: contain;
    background-position: center;
    width: 14px;
    height: 10px;
    background-repeat: no-repeat;
    border: none;
    margin-left: 5px;
    vertical-align: baseline;
}

header form.form-inline button {
    background-color: #00b14f;
    border: 1px solid #00b14f;
    padding: 10px 32px;
    border-radius: 50px;
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    text-transform: uppercase;
}

/*banner_wrapper*/

.banner_wrapper {
    background-image: url(../images/banner_img.png);
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 600px;
}

.banner_wrapper .banner_content {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: #ffffff;
    width: 40%;
}

.banner_wrapper .banner_content h1 {
    font-size: 50px;
    font-weight: 800;
    padding-bottom: 40px;
}

.banner_wrapper .banner_content p {
    font-size: 20px;
    font-weight: 600;
    color: #ffffff;
}

/*plateform_wrapper*/

.platform_wrapper {
    padding: 80px 0 90px;
}

.platform_wrapper h2 span {
    color: #2f3031;
}

.platform_wrapper .tabs_wrapper {
    padding: 60px 0 0;
}

.platform_wrapper .tabs_wrapper ul li a.active {
    background-color: #00b14f;
}

.platform_wrapper .tabs_wrapper ul li a {
    background-color: #2f3031;
    padding: 12px 15px;
    border-radius: 50px;
    font-size: 15px;
    font-weight: 500;
    color: #ffffff;
    margin-right: 20px;
    margin-bottom: 5px;
}

.platform_wrapper .tabs_wrapper .right_content h3 {
    font-size: 35px;
    font-weight: 800;
    margin-bottom: 0;
}

.platform_wrapper .tabs_wrapper .right_content ul li p {
    font-size: 15px;
    color: #898989;
    font-weight: 500;
    margin-bottom: 0;
}

.platform_wrapper .tabs_wrapper .right_content ul li {
    margin-bottom: 20px;
}

.platform_wrapper .tabs_wrapper .right_content ul {
    padding: 40px 0px;
    margin: 0;
}

.platform_wrapper .tabs_wrapper .right_content ul li:last-child {
    margin-bottom: 0;
}

.platform_wrapper .tabs_wrapper .left_content {
    width: 40%;
}

.platform_wrapper .tabs_wrapper .right_content {
    width: 50%;
}

.platform_wrapper .tabs_wrapper ul {
    padding: 0 0 45px;
}

.custom_wrapper {
    border: 1px solid #66d095;
    border-radius: 50px;
    margin-right: 25px;
    padding: 2px;
}

.custom_shape {
    background-color: #273139;
    width: 30px;
    height: 30px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.second-shape {
    background-color: #66d095;
    width: 15px;
    height: 15px;
    border-radius: 50px;
}

/*apply_wrapper*/

.apply_wrapper ul li label {
    color: #ffffff;
    font-size: 18px;
    font-weight: 500;
}

.apply_wrapper {
    background-image: url(../images/apply_img.png);
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 500px;
}

.apply_wrapper .apply_content {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: #ffffff;
}

.apply_wrapper .apply_content ul {
    padding: 60px 0;
}

.apply_wrapper .apply_content ul li {
    width: 33.333%;
    padding-bottom: 30px;
}

.buttons_wrapper button.learn_btn {
    background-color: #ffffff;
    border: 1px solid #ffffff;
    padding: 14px 30px;
    color: #2f3031;
    font-weight: 700;
    border-radius: 30px;
    font-size: 16px;
    margin-right: 25px;
    cursor: pointer;
}

.buttons_wrapper button.apply_btn {
    background-color: #00b14f;
    border: 1px solid #00b14f;
    padding: 14px 30px;
    color: #ffffff;
    font-weight: 700;
    border-radius: 30px;
    font-size: 16px;
    cursor: pointer;
}

.apply_wrapper .apply_content ul li img {
    width: 25px;
}

.buttons_wrapper button.learn_btn img,
.buttons_wrapper button.apply_btn img {
    padding-left: 10px;
}

.buttons_wrapper button.apply_btn:focus,
.buttons_wrapper button.learn_btn:focus {
    outline: none;
}

/*partner_wrapper */

.partner_wrapper {
    padding: 120px 0 90px;
}

.partner_wrapper h2 {
    padding-bottom: 40px;
}

.partner_wrapper p {
    width: 60%;
    font-size: 15px;
    color: #898989;
    font-weight: 500;
}

.partner_wrapper .box img {
    width: 100%;
}

.partner_wrapper ul li p {
    font-size: 15px;
    color: #898989;
    font-weight: 500;
    width: auto;
    margin-bottom: 0;
}

.partner_wrapper ul li {
    margin-bottom: 30px;
    width: 32.333%;
}

/*services_wrapper */

.services_wrapper img {
    width: 100%;
}

.services_wrapper {
    padding: 140px 0;
}

.services_wrapper .services_content {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    text-align: center;
    transform: translateY(-50%);
}

.services_wrapper .services_content h3 {
    font-size: 40px;
    color: #ffffff;
    font-weight: 800;
}

.partner_wrapper .box .box_content h5 {
    color: #ffffff;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    text-align: center;
    font-weight: 800;
    font-size: 30px;
    transform: translateY(-50%);
}

.network_wrapper .left_content {
    width: 50%;
}

.network_wrapper .right_content {
    width: 40%;
}

.network_wrapper .left_content h3 {
    font-size: 35px;
    font-weight: 800;
    color: #00b14f;
    margin-bottom: 0;
}

.network_wrapper .left_content ul li p {
    font-size: 16px;
    color: #898989;
    font-weight: 500;
    margin-bottom: 0;
}

.network_wrapper .left_content ul li {
    margin-bottom: 20px;
}

.network_wrapper .left_content ul {
    padding: 40px 0px;
    margin: 0;
}

.network_wrapper .left_content h3 span {
    color: #2f3031;
}

.network_wrapper {
    padding-bottom: 110px;
}

.services_wrapper p.grow {
    font-size: 16px;
    color: #898989;
    font-weight: 500;
    text-align: center;
    line-height: 30px;
}

/*network_wrapper.reasons*/

.network_wrapper.reasons .right_content {
    width: 50%;
}

.network_wrapper.reasons .left_content {
    width: 40%;
}

.network_wrapper.reasons .right_content h3 {
    font-size: 35px;
    font-weight: 800;
    color: #2f3031;
    margin-bottom: 0;
}

.network_wrapper.reasons .right_content ul li p {
    font-size: 15px;
    color: #898989;
    font-weight: 500;
    margin-bottom: 0;
}

.network_wrapper.reasons .right_content ul {
    padding: 40px 0px;
    margin: 0;
}

.network_wrapper.reasons .right_content h3 span {
    color: #a9a9a9;
}

.network_wrapper.reasons .right_content ul li label {
    background-color: #2f3031;
    padding: 5px 12px;
    border-radius: 30px;
    width: 60px;
    height: 45px;
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
    margin-right: 25px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.network_wrapper.reasons .right_content ul li {
    padding-bottom: 40px;
    font-size: 16px;
    color: #898989;
    font-weight: 500;
}

.network_wrapper.reasons,
.services_wrapper.reasons {
    background-color: #f2f7fe;
}

/*network_wrapper.reasons.advertise*/

.network_wrapper.reasons.advertise {
    background-color: #ffffff;
}

.services_wrapper .services_content h5 {
    font-size: 30px;
    color: #ffffff;
    font-weight: 700;
    padding: 15px 0;
}

.services_wrapper .services_content span {
    font-size: 30px;
    color: #00b14f;
    font-weight: 700;
}

/*join_wrapper.reasons*/

.join_wrapper.reasons .left_content {
    width: 50%;
}

.join_wrapper.reasons .right_content {
    width: 40%;
}

.join_wrapper.reasons .right_content img {
    width: 100%;
}

.join_wrapper.reasons .left_content h3 {
    font-size: 35px;
    font-weight: 800;
    color: #2f3031;
}

.join_wrapper.reasons .left_content ul li p {
    font-size: 15px;
    color: #898989;
    font-weight: 500;
    margin-bottom: 0;
}

.join_wrapper.reasons .left_content ul {
    padding: 40px 0px;
    margin: 0;
}

.join_wrapper.reasons .left_content ul li {
    padding-bottom: 30px;
    font-size: 16px;
    color: #898989;
    font-weight: 500;
}

.join_wrapper.reasons {
    background-color: #f2f7fe;
    padding: 100px 0;
    border-top: 1px solid #e3e3e3;
}

/*slider_wrapper*/

.slider_wrapper .slider_inner .item .box_inner .right_inner p {
    font-size: 14px;
    color: #666666;
    padding: 20px 0;
}

.slider_wrapper .slider_inner .item .box_inner .right_inner img {
    width: 20px;
    margin: 0 2px;
}

.slider_wrapper .slider_inner .item .box_inner .left_inner img {
    width: auto;
}

.slider_wrapper .slider_inner .item .box_inner h6 {
    font-size: 24px;
    font-weight: 700;
}

.slider_wrapper .slider_inner .item .box_inner span {
    font-size: 16px;
    font-weight: 600;
}

.slider_wrapper .slider_inner .item .box_inner {
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 20px 45px 0px rgba(0, 0, 0, 0.15);
    margin: 60px 30px;
}

.slider_wrapper .slider_inner .item .box_inner .right_inner {
    padding: 0 40px;
}

.slider_wrapper {
    padding: 110px;
}

.slider_wrapper .slider_inner .item .box_inner.testimonials-two h6,
.slider_wrapper .slider_inner .item .box_inner.testimonials-two span {
    color: #00b14f;
}

.slider_wrapper .owl-carousel .owl-nav.disabled {
    display: block;
}

.slider_wrapper .owl-carousel .owl-nav.disabled {
    display: block;
}

.slider_wrapper .owl-carousel .owl-nav.disabled button.owl-prev {
    background-image: url(../images/left-arrow.svg);
    width: 40px;
    height: 40px;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    left: -100px;
    transform: translateY(-50%);
}

.slider_wrapper .owl-carousel .owl-nav.disabled button.owl-next {
    background-image: url(../images/right-arrow.svg);
    width: 40px;
    height: 40px;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    right: -100px;
    transform: translateY(-50%);
}

.slider_wrapper .owl-carousel .owl-nav.disabled button.owl-prev span,
.slider_wrapper .owl-carousel .owl-nav.disabled button.owl-next span {
    display: none;
}

.slider_wrapper .owl-carousel .owl-nav.disabled button.owl-prev:focus,
.slider_wrapper .owl-carousel .owl-nav.disabled button.owl-next:focus {
    outline: none;
}

.slider_wrapper .slider_inner .item .slide_img img {
    width: 70px;
}

.slider_wrapper .slider_inner .item .slide_img {
    position: absolute;
    bottom: -25px;
    right: 55px;
}

/*logos_wrapper*/

.logos_wrapper {
    background-color: #f5f9ff;
    padding: 120px 0;
}

.logos_wrapper .logos_list img {
    border-right: 2px solid #e3e3e3;
    padding: 0 40px;
    width: 100%;
}

.logos_wrapper .logos_list img:first-child {
    padding-left: 0;
}

.logos_wrapper .logos_list img:last-child {
    padding-right: 0;
    border-right: none;
}

/*contact_wrap*/

.contact_wrap .contact_inner .left_content h6 {
    font-size: 30px;
    font-weight: 700;
    color: #ffffff;
    font-family: 'El Messiri', sans-serif;
}

.contact_wrap .contact_inner .left_content h4 {
    font-size: 50px;
    color: #ffffff;
    font-weight: 700;
}

.contact_wrap .contact_inner .left_content p {
    font-weight: 500;
    color: #ffffff;
    font-size: 17px;
}

.contact_inner .right_content {
    width: 45%;
}

.contact_inner .left_content {
    width: 35%;
}

.contact_wrap {
    background-color: #282a3b;
    padding: 100px 0 0;
    z-index: 1;
    position: relative;
}

.contact_inner .right_content form .form-group input.form-control {
    background-color: #696a76;
    border: 1px solid #696a76;
    padding: 15px 25px;
    border-radius: 50px;
    color: #ffffff;
    font-weight: 500;
    font-size: 14px;
}

.contact_inner .right_content form .form-group textarea.form-control {
    background-color: #696a76;
    border: 1px solid #696a76;
    padding: 15px 25px;
    border-radius: 20px;
    color: #ffffff;
    font-weight: 500;
    font-size: 14px;
}

.contact_inner .right_content form .form-group input.form-control::placeholder,
.contact_inner .right_content form .form-group textarea.form-control::placeholder {
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
}

.contact_inner .right_content form button {
    background-color: #00b14f;
    border: 1px solid #00b14f;
    padding: 14px 30px;
    width: 100%;
    border-radius: 50px;
    color: #ffffff;
    font-weight: 500;
    font-size: 17px;
}

/*footer_wrap*/

.footer_wrap {
    background-color: #282a3b;
    padding: 80px 0 0;
    z-index: 1;
    position: relative;
}

.footer_wrap .location_wrap img {
    width: 25px;
}

.footer_wrap .company_links .footer_title h5 {
    color: #ffffff;
    font-weight: 500;
    font-size: 22px;
}

.footer_wrap .company_links ul li a {
    color: #ffffff;
    font-weight: 500;
    font-size: 16px;
    line-height: 40px;
    padding-left: 20px;
}

.footer_logo img {
    width: 50px;
}

.footer_logo ul li a img {
    width: 18px;
    color: #ffffff;
}

.footer_logo ul li {
    background-color: #ffffff;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    border-radius: 50px;
    justify-content: center;
    margin: 0 0px 0 10px;
}

.footer_logo {
    border-top: 1px solid #666874;
    border-bottom: 1px solid #666874;
    padding: 20px 0;
    margin: 40px 0 0;
}

.footer_logo label,
.footer_logo i {
    color: #ffffff
}

.footer_logo i {
    font-size: 35px;
}

.footer_logo ul.social_icons {
    border-left: 1px solid #666874;
    padding: 5px 0px 5px 10px;
    margin: 0 0 0 20px;
}

.footer_wrap .copyright_content a {
    text-align: center;
    display: block;
    font-weight: 500;
    color: #ffffff;
    font-size: 14px;
    padding: 25px 0;
}

.inputs_wrap ul li a img {
    width: 22px;
}

.inputs_wrap .input-group .input-group-append button img {
    width: 20px;
}

.inputs_wrap ul li select.selectpicker {
    border: none;
    padding: 0px;
    color: #acacac;
    font-weight: 600;
}

.inputs_wrap ul li select.selectpicker:focus-visible {
    outline: none;
}

.header a.navbar-brand img {
    width: 70px;
}

.social img {
    width: 150px;
}

.browse-brands {
    background-color: #f6f6f6;
}

/*banner_wrapper.extension*/

.banner_wrapper.extension {
    background-image: url(../images/extension_img.png);
}

.banner_wrapper.extension .banner_content h1 span {
    color: #00b14f;
}

.platform_wrapper.extension ul li a {
    background-color: #e0e0e0;
    color: #6d6d6d;
}

.filters ul.sort-by,
.event-near_wrap {
    border-radius: 0;
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 1px rgb(0 0 0 / 13%), 0 1px 3px rgb(0 0 0 / 20%);
    -moz-box-shadow: 0 0 1px rgb(0 0 0 / 13%), 0 1px 3px rgb(0 0 0 / 20%);
    -ms-box-shadow: 0 0 1px rgb(0 0 0 / 13%), 0 1px 3px rgb(0 0 0 / 20%);
    box-shadow: 0 0 1px rgb(0 0 0 / 13%), 0 1px 3px rgb(0 0 0 / 20%);
    padding: 0;
    margin: 30px 0 0;
    /* height: 100%; */
}

.filters ul.sort-by button.search-filters {
    border-radius: 0;
    background-color: #343d49;
    border-color: #343d49;
    padding: 18px 45px;
    font-weight: 700;
    font-size: 20px;
    width: 100%;
    margin-bottom: 10px;
}

.filters ul.sort-by .filters_dropdown label.inner_title {
    width: 100%;
    padding: 8px 10px;
    font-weight: 600;
    font-size: 16px;
    position: relative;
    cursor: pointer;
    margin: 0px 0 10px;
    background-color: #f6f7fb;
}

.filters ul.sort-by .filters_wrap ul li {
    display: flex;
    align-items: center;
    margin: 0 0 15px;
}

.filters ul.sort-by .filters_wrap .check_box_wrap {
    height: 20px;
    width: 20px;
    position: relative;
}

.filters ul.sort-by .filters_wrap .check_box_wrap input[type="checkbox"] {
    position: absolute;
    width: 20px;
    height: 20px;
    opacity: 0;
    font-size: 0;
    z-index: 1;
    cursor: pointer;
}

.filters ul.sort-by .filters_wrap .check_box_wrap input[type="checkbox"]:checked~label {
    background-color: #ffffff;
    border-color: #1e222d;
    position: relative;
}

.filters ul.sort-by .filters_wrap .check_box_wrap label {
    height: 20px;
    width: 20px;
    border: 2px solid #959595;
    border-radius: 3px;
    margin: 0;
}

.filters ul.sort-by .filters_wrap .check_box_wrap input[type="checkbox"]:checked~label:after {
    left: 6px;
    top: 1px;
    width: 5px;
    height: 12px;
    border: solid #1e222d;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    content: "";
    position: absolute;
}

.filters ul.sort-by .filters_wrap ul li label.title_inner {
    margin-left: 10px;
    font-size: 16px;
    font-weight: 500;
    color: #686868;
}

.filters_wrap label {
    color: #00b14f;
    font-weight: 700;
    font-size: 20px;
}

.filters_wrap ul {
    padding: 0 0px 0 15px !important;
}

.filters_wrap {
    padding: 15px 25px;
}

.filters {
    /* height: 100%; */
}

.event-near_wrap {
    padding: 90px 20px 46px;
}

.event-near_wrap h2 {
    color: #282a3b;
    padding-bottom: 20px;
}

.event-near_wrap p {
    width: 70%;
    font-size: 15px;
    color: #898989;
    font-weight: 500;
    margin: 0 auto;
    line-height: 24px;
}

.event-near_wrap .events_wrap {
    padding: 70px 0 0;
}

.events_content .independnce_inner label {
    font-size: 15px;
    color: #686868;
    font-weight: 500;
    margin-top: 5px;
}

.events_content .independnce_inner .left h5 {
    font-size: 20px;
    font-weight: 700;
}

.events_content .independnce_inner .right img {
    width: 30px;
    cursor: pointer;
}

/* css reset */
/* deko taxi */
.common-faq {
    position: relative;
    padding: 150px 0 90px;
}

.common-faq .left {
    padding-left: 150px;
}

.common-faq h3 {
    font-weight: 700;
    font-size: 22px;
    color: #00b14f;
    padding-top: 30px;
}

.common-faq p {
    color: #6e6e6e;
    font-size: 18px;
    font-weight: 600;
    padding-bottom: 30px;
}

.common-faq h2 {
    font-size: 30px;
    font-weight: 700;
    color: #a5a5a5;
    transform: rotate(90deg);
}

/* end of deko taxi */

.common-btn {
    padding: 15px 30px;
    background-color: #00b14f;
    border-radius: 40px;
    vertical-align: middle;
    display: inline-block;
    color: #fff;
    min-width: 255px;
    text-align: center;
    font-size: 14px;
    transition: .3s all ease-in-out;
    font-weight: 700;
}

.common-btn img {
    margin-left: 15px;
}

.common-btn:hover {
    box-shadow: 0 0 14px rgba(0, 0, 0, .5);
    color: #fff;
}

.clr-green {
    color: #00b14f;
}

.common-heading {
    font-size: 35px;
    color: #00b14f;
    font-weight: 700;
    margin-bottom: 0px;
}

.merchant-main {
    background-color: #eeeeee;
    height: auto;
    width: 100%;
    padding: 30px 0;
}

.common-boxes {
    background-color: #fff;
    box-shadow: 0 0 14px rgba(0, 0, 0, .1);
    padding: 70px 50px;
    margin: 70px 0;
}

.common-boxes>p {
    color: #898989;
    font-size: 23px;
    padding-bottom: 15px;
}

.dekole-features {
    box-shadow: 0 0 14px #ddd;
}

.dekole-features-thumb {
    position: relative;
    overflow: hidden;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
}

.feature-list {
    padding: 0;
}

.feature-list li {
    position: relative;
    padding-left: 50px;
    font-size: 16px;
    font-weight: 600;
    color: #898989;
    margin: 20px 0;
    display: block;
}

.dekole-features-thumb::before {
    content: "";
    padding-bottom: 76%;
    display: block;
}

.dekole-features-thumb::after {
    content: "";
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, .5);
    position: absolute;
}

.dekole-features-thumb h3 {
    font-size: 30px;
    font-weight: 700;
    color: #fff;
    position: relative;
    z-index: 1;
}

.feature-list li::before {
    content: "";
    width: 33px;
    height: 33px;
    position: absolute;
    left: 0;
    top: 5px;
    border-radius: 50%;
    border: 1px solid #64cf94;
}

.feature-list li::after {
    content: "";
    width: 25px;
    height: 25px;
    position: absolute;
    left: 4px;
    top: 9px;
    border-radius: 50%;
    background-color: #64cf94;
    border: 5px solid #273139;
}

.dekole-features-content {
    padding: 30px 20px;
    position: relative;
    overflow: hidden;
}

.dekole-features-content::after {
    content: "";
    height: 24px;
    width: 75%;
    background: #273139;
    border-radius: 50%;
    position: absolute;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    left: 50%;
    bottom: -17.5px;
}

.dekole-req {
    position: relative;
    padding: 50px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.dekole-req::before {
    content: "";
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, .6);
    position: absolute;
}

.dekole-req h2 {
    text-align: center;
    padding: 150px 20px;
    color: #fff;
    position: relative;
    border: 2px solid rgba(255, 255, 255, .55);
}

.services-box {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 25px 15px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 290px;

}

.services-box h3 {
    font-weight: 700;
    color: #fff;
    margin: 0;
    font-size: 37px;
    text-transform: uppercase;
}

.services-can-join {
    padding: 60px 0;
    border-bottom: 1px solid #d7d7d7;
}

.services-can-join h4 {
    color: #273139;
    font-weight: 700;
    font-size: 35px;
}

.services-can-join p {
    font-size: 19px;
    color: #898989;
    margin-top: 15px;
}

.by-types-box h3 {
    font-size: 40px;
    font-weight: 700;
    color: #273139;
    margin: 35px 0 0 0;
}

.by-types-box h4 {
    font-size: 32px;
    font-weight: 700;
    color: #b9b9b9;
    margin-bottom: 0;
    margin-top: 25px;
}

.by-types .feature-list li {
    margin: 30px 0;
}

.feature-list.clr_light_blue li::after {
    background-color: #75c4d1;
}

.feature-list.clr_light_blue li::before {
    border: 1px solid #75c4d1;
}

.feature-list.clr_purple li::after {
    background-color: #a1baff;
}

.feature-list.clr_purple li::before {
    border: 1px solid #a1baff;
}

.feature-list.clr_black li::after {
    background-color: #688396;
}

.feature-list.clr_black li::before {
    border: 1px solid #688396;
}

.ready-to-join {
    position: relative;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 160px 70px;
    z-index: 1;
}

.ready-to-join:before {
    content: "";
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, .6);
    position: absolute;
}

.ready-to-join .common-heading {
    color: #fff;
    font-size: 58px;
}

.ready-to-join p {
    color: #fff;
    font-size: 26px;
    font-weight: 600;

}

.what-next {
    background-color: #f2f7fe;
}

.what-next-box {
    background-color: #fff;
    box-shadow: 0 0 18px rgba(0, 0, 0, .1);
    display: flex;
    height: 100%;
}

.what-next-box .what-next-thumb {
    background-color: #273139;
    flex: 0 0 195px;
    max-width: 195px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
}

.what-next-content h5 {
    font-size: 28px;
    font-weight: 700;
    color: #273139;
}

.what-next-content {
    padding: 25px;
}

.what-next-content p {
    font-size: 17px;
    color: #898989;
    font-weight: 600;
}

.what-next .row,
.custom-testimonials .row {
    margin: 0 -25px;
}

.what-next .row>div,
.custom-testimonials .row>div {
    padding: 0 25px;
}

.custom-testimonials {
    padding-top: 70px;
    padding-bottom: 70px;
}

.testi-box {
    background-color: #fff;
    box-shadow: 0 0 18px rgba(0, 0, 0, .1);
    display: flex;
    height: 100%;
}

.testi-thumb {
    flex: 0 0 195px;
    max-width: 195px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.testi-content {
    padding: 40px;
    position: relative;
}

.testi-content h5 {
    font-size: 30px;
    font-weight: 600;
    color: #2f3031;
    padding-bottom: 15px;
    transition: .3s all ease-in-out;
}

.testi-content p {
    font-size: 20px;
    color: #666666;
}

.testi-content .foot p strong {
    font-size: 24px;
    font-weight: 600;
    color: #2f3031;
    transition: .3s all ease-in-out;
}

.testi-content::after {
    content: "";
    height: 75px;
    width: 85px;
    display: block;
    position: absolute;
    background: #2f3031;
    right: 40px;
    bottom: -30px;
    background-image: url(../images/quotes.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto;
    transition: .3s all ease-in-out;
}

.testi-box:hover h5,
.testi-box:hover p strong {
    color: #00b14f;
}

.testi-box:hover .testi-content:after {
    background-color: #00b14f;
}

.banner_wrapper.merchant {
    background-image: url(../images/merchant-banner.png);
}

.promo_concerts img {
    width: 20px;
}

.promo_concerts h2 span {
    font-size: 18px;
    color: #00b14f;
}

.sports_list h4 {
    font-size: 15px;
}

.platform_wrapper.extension .main_box {
    background-color: #ffffff;
    box-shadow: 0 0 11px 0 rgb(0 0 0 / 15%);
}

.events_wrap.near .events_content {
    background-color: #ffffff;
    box-shadow: 0 0 11px 0 rgba(0, 0, 0, .15);
}

.events_wrap.near .events_content.box_inner.promo .right_inner {
    padding: 20px;
}

.events_wrap.near .events_content.box_inner.promo .right_inner .box.promo h5 {
    color: #1e222d;
    font-weight: 700;
    font-size: 18px;
    min-height: 41px;
    margin-bottom: 20px !important;
}

.events_wrap.near .events_content.box_inner.promo .right_inner .box.promo h6 {
    color: #bababa;
    font-weight: 600;
    font-size: 16px;
}

.events_wrap.near .box_inner .right_inner .box ul li {
    letter-spacing: 5px;
}

.events_wrap.near .events_content.box_inner.promo .left img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}

.events_wrap.near .events_content.box_inner.promo label span {
    color: #1e222d;
    text-decoration: line-through;
    padding-right: 10px;
}

.events_wrap.near .events_content.box_inner.promo .right_inner .box.promo p {
    color: #bababa;
    font-weight: 600;
    font-size: 14px;
}

.events_wrap.near {
    background-color: transparent;
}

.events_wrap.near .events_content.near {
    background-color: transparent;
    box-shadow: none;
}

/* Profile Page Css*/
.pro-main {
    padding: 100px 0;
}

.pro-main-inner {
    box-shadow: 0 0 14px #ddd;
    padding: 50px;
}

.user-actions .nav .nav-link {
    border-radius: 0;
    background-color: #1e222d;
    margin: 1px 0;
    border: 0;
    color: #fff;
}

.user-actions .nav .nav-link.active,
.user-actions .nav .nav-link:hover,
.user-actions .nav .nav-link:focus {
    background-color: #00b14f;
}

.user-actions .nav .nav-link i {
    color: #fff;
    min-width: 30px;
    text-align: center;
    font-size: 18px;
}

.user-actions .nav .nav-link span {
    color: #fff;
    font-size: 16px;
}

.pro-right {
    background: #f2f2f2;
    height: 100%;
    padding: 50px;
}

.usr-pro-thumb {
    display: block;
    /* text-align: center; */
    margin-bottom: 15px;
}

.usr-pro-thumb img {
    max-width: 150px;
    width: 150px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
    overflow: hidden;
    border: 2px solid #00b14f;
    padding: 5px;
}

.usr-pic-upload h4 {
    font-weight: bold;
    font-size: 18px;
}

.pro-right-head {
    padding-bottom: 25px;
}

.pro-right-head h2 {
    font-size: 20px;
    font-weight: 700;
}

/*.address-box {
      background-color: #fff;
      height: 100%;
      padding: 25px;
      border-radius: 10px;
    }*/
.address-edit-outer,
.pro-edit-form {
    display: none;
}

.address-outer ul li p,
.user-action-contol label,
.user-action-contol .form-control,
.pro-edit-outer strong,
.pro-edit-outer p {
    font-size: 14px;
}

.address-outer a:not(.btn) {
    font-size: 14px;
    color: #00b14f;
}

/*    end profil */
/* taxi page css */
.taxi-tapes {
    background-color: #fff;
    box-shadow: 0 0 14px #ddd;
}

.taxi-tapes h3 {
    font-weight: 700;
    font-size: 35px;
}

.taxi-tapes .nav li {
    flex: 1 1 auto;
}

.taxi-tapes .nav li a {
    border-radius: 0;
    font-size: 25px;
    transition: .3s all ease-in-out;
    background-color: #1e222d;
    color: #fff;
    text-align: center;
}

.taxi-tapes .nav li a.active,
.taxi-tapes .nav li a:hover {
    border-radius: 0;
    background-color: #00b14f;
    color: #fff;
}

.taxi-tapes .tab-content {
    padding: 45px 25px 25px;
}

.taxi-tapes h3 {
    font-weight: 700;
    font-size: 35px;
}

.taxi-tapes h4 {
    font-size: 26px;
    font-weight: bold;
    color: #989898;
}

.taxi-form {
    margin-top: 65px;
}

.input-row {
    display: flex;
    align-items: center;
}

.input-row .input-row-label {
    flex: 0 0 120px;
    max-width: 120px;
    background-color: #1e222d;
    color: #fff;
}

.input-row .input-row-label label {
    color: #989898;
    font-size: 21px;
    margin-bottom: 5px;
}

.input-row .input-row-label {
    text-align: center;
    padding: 10px 5px;
}

.input-row {
    margin: 15px 0;
}

.input-row .input-row-input {
    flex: 0 0 calc(100% - 120px);
    max-width: calc(100% - 120px);
}

.input-row .input-row-input input {
    width: 100%;
    border: 1px solid #dedede;
    padding: 8px 15px 12px;
    color: #767676;
    font-size: 21px;
    height: 56.5px;
}

.input-row .input-row-input input:focus {
    box-shadow: none;
    outline: none;
    border: 1px solid #1e222d;
}

.taxi-form input[type="submit"] {
    border: 0;
    background-color: #00b14f;
    color: #fff;
    padding: 12px;
    font-size: 25px;
    font-weight: 700;
    width: 100%;
    text-align: center;
    cursor: pointer;
    margin-top: 55px;
    margin-bottom: 25px;
    transition: .3s ease-in-out;
}

.taxi-form input[type="submit"]:hover {
    background-color: #1e222d;
    color: #fff;
}

.dekole-features.why_box .dekole-features-thumb::after {
    content: none;
}

.dekole-features.why_box h3 {
    font-weight: 700;
    font-size: 35px;
    padding-bottom: 15px;
}

.why_deko_taxi {
    padding: 70px 0 50px;
    position: relative;
    margin-top: 70px;
}

.why_deko_taxi::before {
    content: "";
    height: 520px;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-image: url(https://server3.rvtechnologies.in/Dekole/public/DekoWebAsset/images/why-bg.jpg);
    background-size: cover;
    background-position: center;
}

.taxi-slider .banner_wrap img {
    width: 100%;
    height: auto;
}

.taxi-slider .banner_wrap .carousel.slide a.carousel-control-prev {
    left: 15px;
}

.taxi-slider .banner_wrap .carousel.slide a.carousel-control-next {
    right: 15px;
}

.taxi-slider .carousel_content {
    max-width: 70%;
    left: 15%;
}

.taxi-slider .carousel_content p {
    /* font-size: 30px; */
    font-weight: bold;
}

.dekole-features.why_box {
    box-shadow: 0 0 14px rgba(0, 0, 0, .2);
    background-color: #fff;
}

.text-deko-screen {
    background-color: #fbfbfb;
    padding: 90px 0;
    margin-top: 50px;
}

.text-deko-screen .right>p {
    font-size: 19px;
    color: #898989;
    font-weight: 600;
    margin-bottom: 25px;
}

.text-deko-screen .right ul li {
    position: relative;
    padding-top: 30px;
    padding-left: 120px;
}

.text-deko-screen .right ul li h4,
section.section-trusted .right-content h4 {
    font-size: 22px;
    color: #00b14f;
    font-weight: 700;
}

.text-deko-screen .right ul li p {
    font-size: 17px;
    color: #898989;
    font-weight: 600;
}

.text-deko-screen .right ul li::before {
    content: "";
    height: 101px;
    width: 101px;
    display: inline-block;
    position: absolute;
    background-color: #1e222d;
    border-radius: 50%;
    left: 0;
    top: 20px;
    background-image: url(https://server3.rvtechnologies.in/Dekole/public/DekoWebAsset/images/taxi-icon.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto;
}

.section-ready-to-roll {
    position: relative;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    padding: 100px 0;
}

.section-ready-to-roll h2 {
    color: #fff;
    font-weight: 700;
}

.section-ready-to-roll h2 span {
    color: #fff;
    font-weight: normal;
}

.section-ready-to-roll::before {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, .67);
}

.section-ready-to-roll .right input {
    width: 100%;
    border-radius: 30px;
    height: 55px;
    border: 0;
    padding: 8px 25px 10px;
    font-size: 22px;
}

.section-ready-to-roll .right input:not([type="submit"]):focus {
    background-color: #eee;
    outline: none;
}

.section-ready-to-roll .right input[type="submit"] {
    background-color: #08c05a;
    padding: 8px 15px 10px;
    cursor: pointer;
    transition: .3s all ease-in-out;
    color: #fff;
}

.safety-sec {
    padding: 100px 0;
}

.safety-sec .right {
    padding-right: 50px;
    padding-bottom: 50px;
    display: table;
    margin: auto;
}

.safety-sec .right img {
    box-shadow: 50px 50px #00b14f;
    border-radius: 50px;
}

.safety-sec .common-heading span {
    display: block;
    font-size: 28px;
    color: #a4a4a4;
    font-weight: 600;
}

.safety-sec .left>p {
    font-size: 20px;
    color: #898989;
    font-weight: 600;
}

.safety-sec .feature-list {
    margin-top: 35px;
}

.safety-sec .feature-list li::before {
    width: 28px;
    height: 28px;
    border: 2px solid #1e222d;
}

.safety-sec .feature-list li::after {
    width: 16px;
    height: 16px;
    left: 6px;
    top: 11px;
    background-color: #1e222d;
    border: 0;
}

.safety-sec .feature-list li {
    color: #1e222d;
    padding-top: 5px;
}

.safety-sec.sbottom {
    background-color: #fafafa;
}

.ride-with-deko {
    padding: 100px 0;
}

.ride-with-deko .ride-head p {
    font-size: 20px;
    font-weight: 600;
    color: #898989;
}

.ride-with-deko .testi-thumb {
    flex: 0 0 300px;
    max-width: 300px;
}

.ride-with-deko .testi-content::after {
    content: none;
}

.ride-with-deko .testi-content h5 {
    font-weight: 700;
}

/* end of taxi page css */
.platform_wrapper.business_wrapper h3 {
    color: #00b14f;
}

p.business-content {
    font-size: 15px;
    color: #898989;
    font-weight: 500;
}

.apply_wrapper.business label {
    color: #ffffff;
    font-size: 18px;
    font-weight: 500;
}

.apply_wrapper.business {
    height: 380px;
}

.apply_wrapper.business h2 {
    font-size: 40px;
}

.partner_wrapper.business .box .box_content img {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    width: 120px;
    margin: 0 auto;
    transform: translateY(-50%);
}

.partner_wrapper.business ul li {
    width: 100%;
}

.partner_wrapper.business .industry_box h5 {
    font-size: 25px;
    color: #273139;
    font-weight: 800;
    padding: 10px 0 40px;
}

.industry_box {
    background-color: rgb(251, 251, 251);
    box-shadow: 0px 0px 23px 0px rgba(0, 0, 0, 0.17);
    height: 100%;
    position: relative;
    overflow: hidden;
}

.industry_box ul {
    padding: 0 10px 0px;
}

.partner_wrapper.business .custom_wrapper {
    width: 62px;
}

.industry_box.help {
    background-color: #273139;
}

.partner_wrapper.business .box img {
    width: auto;
}

.help_wrap {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    text-align: center;
}

.partner_wrapper.business .help_wrap p {
    width: 80%;
    font-size: 14px;
    margin: 0 auto;
    padding-bottom: 30px;
    padding-top: 20px;
}

.industry_box.help .help_wrap h3 {
    font-size: 40px;
    font-weight: 800;
    padding-bottom: 20px;
}

.industry_box.help .help_wrap span {
    color: #00b14f;
    font-weight: 600;
    font-size: 16px;
}

.network_wrapper.reasons.bussiness {
    background-color: #fafafa;
    padding: 120px 0;
}

.buttons_wrapper button.learn_btn.bussiness {
    background-color: #273139;
    border: 1px solid #273139;
    color: #ffffff;
}

.apply_wrapper.business.dekole {
    background-image: url(../images/dekole_two.png);
}

.presentation_wrapper .presentation_box img {
    margin: 0 auto;
    display: block;
}

.presentation_wrapper .presentation_box .presentation_content h3 {
    font-size: 25px;
    font-weight: 800;
    color: #2f3031;
    text-align: center;
    padding: 30px 0 25px;
}

.presentation_wrapper {
    background-color: #fafafa;
    padding: 150px 0;
}

.everything_wrap img {
    width: 100%;
    padding: 80px 0;
}

.everything_wrap .everything_content {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    text-align: center;
    transform: translateY(-50%);
}

.everything_wrap .everything_content h3 {
    font-size: 40px;
    color: #ffffff;
    font-weight: 800;
}

.partner_wrapper.business .dekole-features-content {
    position: initial;
}

.presentation_box .box_one {
    background-color: #273139;
    border-radius: 120px;
    width: 230px;
    height: 230px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 12px solid #84d8aa;
}

.presentation_box .ever_box {
    border-radius: 150px;
    width: 250px;
    height: 250px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 12px solid #b6e6cc;
}

.colum_inner span {
    text-align: right;
    display: block;
    color: #273139;
    font-weight: 600;
    font-size: 14px;
}

.colum_inner h3 {
    font-size: 40px;
    color: #273139;
    font-weight: 800;
    text-align: center;
}

.colum_inner h5 {
    font-size: 16px;
    color: #00b14f;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    padding: 15px 0 10px;
}

.colum_inner label {
    font-size: 15px;
    color: #898989;
    font-weight: 500;
    text-align: center;
    display: block;
    padding-bottom: 20px;
}

.colum_inner {
    background-color: rgb(250, 250, 250);
    box-shadow: 0px 0px 20px 0px rgba(1, 1, 1, 0.18);
    padding: 40px;
    margin-bottom: 30px;
}

.first_colum {
    display: flex;
    align-items: end;
    height: 100%;
}

.first_colum ul li img,
.last_colum ul li img {
    padding-right: 10px;
    width: 25px;
}

.first_colum ul li,
.last_colum ul li {
    font-size: 15px;
    color: #898989;
    font-weight: 600;
    display: flex;
    align-items: center;
}

.last_colum ul li {
    font-size: 15px;
    color: #898989;
    font-weight: 700;
}

.first_colum ul li.active {
    color: #00b14f;
}

.colum {
    border-top: 1px solid #cecece;
    padding: 30px 0;
}

.colum:last-child {
    border-bottom: 1px solid #cecece;
}

.colum_inner .buttons_wrapper button.learn_btn.bussiness {
    font-size: 13px;
}

.apply_wrapper.business .apply_content {
    position: inherit;
}

.text-deko-screen .left img,
.safety-sec .right img,
.business-tabs .nav .nav-link img,
.common-faq .faq-img,
.by-types-box .thumb img,
.what-next-box .what-next-thumb img {
    max-width: 100%;
}

.cart-outer {
    padding: 100px 0;
}

.cart-inner {
    padding: 50px 25px;
    background-color: #fff;
    box-shadow: 0 0 14px #ddd;
}

.item-cart {
    border: 1px solid #eee;
    padding: 15px;
    margin: 15px 0;
}

.cart-details-box h5 a {
    color: #00b14f;
    font-size: 18px;
}

.cart-details-box p {
    margin-bottom: 10px;
    font-size: 14px;
}

.cart-details-box h5 {
    margin-bottom: 15px;
}

.cart-actions {
    margin-top: 20px;
}

.cart-actions .input-group {
    max-width: 120px;
    margin-bottom: 5px;
    margin-right: 5px;
}

.cart-actions .item-del,
.cart-actions .item-sv {
    color: #000;
    font-size: 14px;
    margin-right: 5px;
    margin-bottom: 5px;
}

.cart-actions .item-del:hover,
.cart-actions .item-sv:hover {
    color: #00b14f;
}

.cart-actions .input-group-text {
    color: #000;
    font-size: 14px;
}

.item-cart .cart-thumb img {
    max-width: 150px;
    width: 100%;
}

.cart-item-price strong {
    font-size: 14px;
}

.cart-right {
    background-color: #eaeded;
    padding: 15px;
    margin-top: 15px;
    margin-bottom: 15px;
    border-radius: 5px;
}

.cart-right h4 {
    font-size: 20px;
    font-weight: bold;
    padding-top: 15px;
    padding-bottom: 15px;
}

.cart-right li strong {
    font-size: 14px;
}

.cart-right li h5 {
    font-size: 16px;
}

.fashion-cat .box_heading {
    background-color: transparent;
}

.fashion-cat .box_heading h2 {
    color: #6d6d6d;
}

.fashion-cat,
.new_arrivals {
    padding: 100px 0;
}

.fashion-pro .video_box,
.fashion-pro .video_box video,
.fashion-pro .video_box iframe {
    height: 100%;
    width: 100%;
}

.fashion-pro .video_box video,
.fashion-pro .video_box iframe {
    object-fit: cover;
    object-position: center;
}

.new_arrivals a img {
    width: 100%;
    height: auto;
}

.common-btn-small {
    background-color: #00b14f;
    border-radius: 30px;
    padding: 10px 24px;
    color: #ffffff;
    font-size: 14px;
    cursor: pointer;
    border: 0;
    font-weight: bold;
}

.common-btn-small:hover,
.common-btn-small:focus {
    color: #fff;
    box-shadow: 0 0 14px rgba(0, 0, 0, .5);
}

.fsale-outer {
    background-color: #f6f6f6;
}

.fsale-outer .banner_wrap img {
    height: auto;
}

.fsale-outer .banner_wrap .carousel-item::before {
    opacity: .2;
}

.shop_now {
    background-color: #f6f6f6;

}

.custom-new-arrivals a {
    overflow: hidden;
}

.under-box img,
.custom-new-arrivals a img {
    max-width: 100%;
    width: 100%;
    transition: .3s all ease-in-out;
    height: 300px;
    object-fit: cover;
    border-radius: 6px;
}

.arrivals_categories .custom_height {
    height: 100%;
}

.arrivals_categories a {
    /* height: 100%; */
}

.sponsor_banner img {
    height: 100%;
}

.custom-new-arrivals a img {
    object-fit: contain;
    background-color: #f6f6f6;
    padding: 50px;
    border-radius: 15px;
}

.under-box:hover img,
.custom-new-arrivals a:hover img {
    transform: scale(1.05);
}

.fsale-outer h5 {
    font-size: 26px;
    font-weight: 700;
}

.under-box {
    display: block;
    position: relative;
}

.under-box-content {
    position: absolute;
    bottom: 20px;
    left: 20px;
}

.under-box h4,
.under-box h6 {
    font-weight: 700;
}

.under-box h4 {
    font-size: 30px;
}

.under-box h6 {
    font-size: 18px;
}

/*Added 26-April-2022*/

.gift-banner .gift_content {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    text-align: center;
    transform: translateY(-50%);
}

.gift-banner .gift_content h1 {
    font-size: 70px;
    color: #1e222d;
    font-weight: 700;
    font-family: 'Dancing Script', cursive;
    margin-top: 0;
}

.gift-banner .gift_content p {
    font-size: 35px;
    color: #1e222d;
    font-weight: 700;
    margin-bottom: 0;
}

.event-map-outer .embed-responsive {
    height: 400px !important;
}

/* fashion */
.cat-outer {
    background-color: #ffffff;
    box-shadow: 0 0 11px 0 rgba(0, 0, 0, .15);
    padding: 8px 20px;
    width: 100%;
    height: 100%;
    color: #000;
}

.cat-outer .thumb {
    width: 100%;
    max-width: 70px;
}

.cat-outer h5 {
    font-weight: 500;
}

body .common-sub {
    font-size: 40px !important;
    font-weight: 700 !important;
    color: #1e222d !important;
}

.fashion-pro .box_inner .right_inner {
    padding-left: 15px;
    padding-right: 15px;
}

.fashion-pro .box_inner {
    /* box-shadow: 0 0 10px rgba(0,0,0,.2); */
    height: 100%;
}

.fashion-video {
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
}

.hot-deal-video {
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
}

.fashion-pro .box_inner .box label {
    font-size: 18px;
    font-weight: 700;
    color: #10cc64;
}

.banner_wrap.fashion-banner .carousel-item::before {
    background-color: rgba(0, 0, 0, .6);
    height: 100%;
}

/* end of fashion */
/*Added 07/07/2022*/
.address-box input {
    position: absolute;
    height: 100%;
    width: 100%;
    opacity: 0;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    cursor: pointer;
    z-index: 1;
}

.address-box .box_warpper {
    width: 100%;
    background-color: #ECECEC;
    border-radius: 12px;
    position: relative;
    padding: 40px 30px;
    border: 1px solid transparent;
}

.address-box .check_box_wrap {
    height: 20px;
    /* width: 20px;*/
    position: absolute;
    right: 15px;
    top: 15px;
}

.address-box .check_box_wrap label {
    height: 20px;
    width: 20px;
    border: 1px solid #7B6F72;
    border-radius: 3px;
}

.address-box input:checked~.box_warpper .check_box_wrap label:after {
    left: 0;
    top: 1px;
    width: 6px;
    height: 14px;
    border: solid #ffffff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    content: "";
    position: absolute;
    border-radius: 0;
    background-color: transparent;
    right: 0;
    margin: 0 auto;
}

.address-box input:checked~.box_warpper {
    border: 1px solid #00b14f;
}

.address-box input:checked~.box_warpper .check_box_wrap label {
    background-color: #00b14f;
    border-color: #00b14f;
}

/*Added 14/07/2022*/
.checkout-main .second_heading {
    font-size: 20px;
    font-weight: 600;
    line-height: 26px;
}

.checkout-box form input {
    font-weight: 400;
    font-size: 14px;
    width: 50%;
    height: auto;
    padding: 10px 14px;
    box-shadow: none;
    color: #acacac;
    background-color: #ffffff;
    border-color: #ffffff;
    outline: 0;
    width: 50%;
    border: 1px solid #dddddd;
    border-radius: 3px;
}

.add_address {
    padding: 10px 14px;
}

.custom-control label {
    font-size: 15px;
    color: #000000;
    font-weight: 400;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.checkout-main .custom-control,
.cart-outer .custom-control {
    position: relative;
    display: block;
    min-height: 1.5rem;
    margin-bottom: 10px;
    border: 1px solid #e4e4e4;
    background: #fcf9f9;
    padding: 15px 35px;
    box-shadow: 0 0 2px #ddd;
    border-radius: 5px;
}

.checkout-main.custom-radio .custom-control-input:checked~.custom-control-label::before {
    background-color: #28a745;
}

.custom-control label span {
    font-weight: 600;
}

.checkout-main svg:not(:root) {
    overflow: hidden;
    height: 18px;
}

.card_fields input {
    font-weight: 400;
    color: #acacac;
    font-size: 14px;
    height: auto;
    padding: 10px 14px;
    box-shadow: none;
    color: #acacac;
    background: #fcf9f9;
    border-color: #ffffff;
    outline: 0;
    border: 1px solid #dddddd;
    border-radius: 3px;
}

.card_fields label {
    font-size: 15px;
    font-weight: 400;
    color: #000000;
}

.view_order_content p {
    font-size: 15px;
    font-weight: 400;
    padding-bottom: 6px;
    color: #000000;
    padding-top: 6px;
    border-bottom: 1px solid #dfd7d7;
}

.view_order_content {
    margin-bottom: 20px;
    line-height: 30px;
}

.cart-details-box strong {
    margin-left: 10px;
}

.cart-details-box h5 {
    font-size: 16px;
    font-weight: 600;
}

.cart-inner h4 {
    font-size: 20px;
    font-weight: 600;
    color: #000000;
}

.delivery_wrapper a {
    font-size: 15px;
}

body {
    overflow-x: hidden;
}

img {
    margin: 0px !important;
}

#promoCategories a {
    display: inline;
}

#promoCategories div {
    display: inline-block;
}

/* new css */
.dot-hover {
    font-size: 12px;
    border: 1px solid #e2e2e2;
    position: absolute;
    background: #fff;
    top: -57px;
    left: 0;
    right: auto;
    display: none;
    transition: .3s ease;
    min-width: 150px;
    border-radius: 8px;
    padding: 10px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, .1);
    z-index: 1;

}

.dot-hover:after {
    content: '';
    position: absolute;
    bottom: -4px;
    left: 10px;
    width: 7px;
    height: 7px;
    transform: rotate(45deg);
    z-index: -1;
    border: solid #e2e2e2;
    background: #fff;
    border-width: 0px 1px 1px 0px;
}

.tooltipstered:hover .dot-hover {
    display: block;
}

.banner-img-stadium {
    height: 300px;
    background-image: url(../images/stadium.jpg);
    background-position: top;
    background-size: cover;
}

.stadium_details {
    position: fixed;
    top: 0;
    right: 0;
    max-width: 350px;
    width: 100%;
    height: 100vh;
    overflow: auto;
    transform: translateX(100%);
    transition: .3s ease;
    background-color: #fff;
    z-index: 99;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, .1);
}

.stadium_details.active {
    transform: translateX(0);
}

.cross_img {
    width: 30px;
    height: 30px;
    position: absolute;
    right: 23px;
    top: 22px;
}

p.big_header {
    color: #252525;
    font-size: 24px;
    font-weight: bold;
    margin: 0;
    /* overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; */
}

p.header_loaction {
    color: #333;
    font-size: 18px;
    /* overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; */
}

.add_seat_button {
    font-size: 14px;
    padding: 5px 20px;
    color: #00b14f;
    background: #fff;
    border-radius: 50px;
    margin-top: 10px;
    border: 1px solid #00b14f;
}

.buy_seat_button {
    font-size: 14px;
    padding: 5px 20px;
    color: #fff;
    background: #00b14f;
    border: none;
    border-radius: 50px;
    margin-top: 10px;
}

.lable_data {
    font-size: 15px !important;
    color: #666 !important;
    font-weight: 500 !important;
}

.lable_heading {
    font-size: 16px !important;
    text-align: start !important;
    padding: 0 !important;
    margin-bottom: 5px !important;
    border-bottom: 0 !important;
    /* margin-top: 20px; */
}


.event-info-date {
    background: transparent;
    border: 1px solid silver;
    border-radius: 3px;
    float: left;
    overflow: hidden;
    text-align: center;
    width: 110px;
}

.event-info-date .event-info-date-day {
    background: #f5f5f5;
    color: #1a1a1a;
    font-size: 12px;
    padding: 2px 0;
    text-transform: uppercase;
}

.event-info-date .event-info-date-date {
    color: #1a1a1a;
    font-size: 14px;
    font-weight: bold;
    line-height: 17px;
    padding: 5px 10px;
}

.event-info-date .event-info-date-time {
    color: #4d4d4d;
    font-size: 12px;
    padding-bottom: 5px;
}

.heading_info_stadium {
    padding: 40px 40px;
    box-shadow: 0 1px 2px 0 rgba(53, 65, 74, .3);
}


#selectedSeatInfoWarningError {
    padding: 9px 10px;
    text-align: center;
    font-size: 13px;
    color: #c00;
    border-radius: 6px;
    background: #ffd7d7;
    font-weight: 500;
}

/*Responsive*/

@media screen and (max-width: 1700px) {
    .logos_wrapper .logos_list img {
        border-right: 2px solid #e3e3e3;
        padding: 0 40px;
        width: 20%;
    }

    .network_wrapper.reasons .right_content ul li {
        padding-bottom: 20px;
    }

    .network_wrapper.reasons .right_content ul {
        padding: 10px 0px;
    }

    .network_wrapper.reasons .right_content h3 span,
    .network_wrapper .left_content h3 span {
        font-size: 25px;
    }

    .network_wrapper.reasons .right_content h3,
    .network_wrapper .left_content h3,
    .platform_wrapper .tabs_wrapper .right_content h3 {
        font-size: 30px;
        margin-bottom: 10px;
    }

    .services_wrapper .services_content h3 {
        font-size: 25px;
    }

    .network_wrapper .left_content ul,
    .platform_wrapper .tabs_wrapper .right_content ul {
        padding: 20px 0px;
    }

    .platform_wrapper .tabs_wrapper .right_content ul li p,
    .network_wrapper .left_content ul li p,
    .network_wrapper.reasons .right_content ul li p {
        font-size: 14px;
    }

    .apply_wrapper ul li label {
        font-size: 16px;
        margin-bottom: 0;
    }

    .network_wrapper.reasons .right_content ul li label {
        width: 75px;
    }
}

@media screen and (min-width: 1350px) {
    body .container {
        max-width: 1700px;
        width: 100%;
    }
}

/* media css */
@media (min-width:1440px) {
    .taxi-slider .carousel_content p {
        font-size: 30px;
    }
}

@media (max-width:1679px) {
    .common-heading {
        font-size: 40px;
    }

    .common-boxes>p {
        font-size: 20px;
    }

    .dekole-features-thumb h3 {
        font-size: 24px;
    }

    .feature-list li {
        font-size: 16px;
        padding-left: 40px;
    }

    .feature-list li::before {
        width: 28px;
        height: 28px;
    }

    .feature-list li::after {
        width: 20px;
        height: 20px;
    }

    .dekole-features-content {
        padding: 10px 20px 30px;
    }

    .services-can-join h4 {
        font-size: 24px;
    }

    .services-box {
        padding: 25px 25px;
        min-height: 240px;
    }

    .services-box h3 {
        font-size: 28px;
    }

    .by-types-box .thumb img {
        max-width: 110px;
        width: 100%;
    }

    .by-types-box h3 {
        font-size: 30px;
    }

    .ready-to-join .common-heading {
        font-size: 42px;
    }

    .ready-to-join p {
        font-size: 20px;
    }

    .common-btn {
        padding: 11px 20px 16px 20px;
        font-size: 20px;
    }

    .what-next-content h5 {
        font-size: 22px;
    }

    .what-next-content p {
        font-size: 14px;
    }

    .what-next-box .what-next-thumb {
        flex: 0 0 145px;
        max-width: 145px;
        padding: 20px;
    }

    .testi-content h5 {
        font-size: 26px;
    }

    .testi-content p {
        font-size: 16px;
    }

    .testi-content .foot p strong {
        font-size: 20px;
    }

    .testi-content::after {
        height: 55px;
        width: 65px;
        background-size: 20px;
    }

    .testi-content h5 {
        padding-bottom: 0;
    }

    .testi-content .foot img {
        max-width: 120px;
        width: 100%;
    }

    .custom-testimonials.common-boxes {
        padding-top: 70px;
        padding-bottom: 70px;
    }

    .testi-content {
        padding: 20px;
    }

    .ready-to-join {
        padding: 130px 70px;
    }

    .by-types-box h4 {
        font-size: 20px;
    }

    .common-boxes.p {
        padding: 10px 40px;
    }

    .what-next-box .what-next-thumb img {
        max-width: 50px;
        width: 100%;
    }

    .common-boxes.one {
        padding: 50px;
    }

    .common-boxes.two {
        padding: 50px 50px 10px 50px;
    }

    .common-boxes.two .by-types.mt-5.pt-2 {
        margin-top: 15px !important;
    }

    .dekole-features.why_box h3 {
        margin-top: 15px;
    }

    .text-deko-screen .right ul li h4 {
        font-size: 24px;
    }

    .text-deko-screen .right ul li::before {
        height: 71px;
        width: 71px;
        background-size: 30px;
    }

    .text-deko-screen .right ul li {
        padding-top: 15px;
        padding-left: 90px;
    }
}

@media (max-width:1439px) {

    .safety-sec,
    .ride-with-deko,
    .text-deko-screen {
        padding: 70px 0;
    }

    .fsale-outer h5 {
        font-size: 20px;
    }

    .under-box h4 {
        font-size: 23px;
    }

    .under-box h6 {
        font-size: 16px;
    }
}

@media (max-width:1279px) {
    .order-head h2 {
        font-size: 26px;
    }

    .checkout-box {
        padding: 30px;
    }

    .common-heading {
        font-size: 22px;
    }

    .by-types-box h3 {
        font-size: 24px;
    }

    .by-types-box h4 {
        font-size: 18px;
    }

    .ready-to-join .common-heading {
        font-size: 32px;
    }

    .services-box h3 {
        font-size: 24px;
    }

    .dekole-features.why_box h3 {
        font-size: 28px;
    }

    .safety-sec .common-heading span {
        font-size: 24px;
    }

    .safety-sec .right {
        padding-right: 30px;
        padding-bottom: 30px;
    }

    .safety-sec .right img {
        box-shadow: 30px 30px #00b14f;
    }

    body .common-sub {
        font-size: 30px !important;
    }

    .arrivals_wrap {
        padding-bottom: 50px;
        margin-top: 0 !important;
    }
}

@media (max-width:1199px) {
    .ride-with-deko .testi-thumb {
        flex: 0 0 100%;
        max-width: 100%;
        min-height: 340px;
    }

    .ride-with-deko .testi-box {
        flex-wrap: wrap;
    }

    .taxi-tapes h3 {
        font-size: 30px;
    }

    .taxi-tapes h4,
    .taxi-tapes .nav li a {
        font-size: 20px;
    }

    .input-row .input-row-label label {
        font-size: 18px;
    }

    .input-row .input-row-input input {
        font-size: 18px;
        height: 52.5px;
    }

    .taxi-form input[type="submit"] {
        font-size: 21px;
    }

    .network_wrapper.reasons .right_content h3,
    .network_wrapper .left_content h3,
    .platform_wrapper .tabs_wrapper .right_content h3 {
        font-size: 25px;
        margin-bottom: 10px;
    }

    .network_wrapper.reasons .right_content,
    .join_wrapper.reasons .right_content,
    .platform_wrapper .tabs_wrapper .right_content {
        width: 48%;
    }

    .network_wrapper.reasons .left_content,
    .join_wrapper.reasons .left_content,
    .network_wrapper .left_content,
    .platform_wrapper .tabs_wrapper .left_content {
        width: 50%;
    }

    .network_wrapper.reasons .left_content img {
        width: 50%;
    }

    .network_wrapper.reasons .left_content {
        margin-bottom: 30px;
    }

    .second-shape {
        width: 10px;
        height: 10px;
    }

    .custom_shape {
        width: 20px;
        height: 20px;
    }

    .custom_wrapper {
        margin-right: 15px;
    }

    .join_wrapper.reasons .left_content ul {
        padding: 10px 0px;
    }

    h2 {
        font-size: 25px;
    }

    .services_wrapper {
        padding: 60px 0;
    }

    .services_wrapper .services_content h5 {
        font-size: 20px;
    }

    .services_wrapper .services_content span {
        font-size: 20px;
    }

    .services_wrapper .services_content h3 {
        font-size: 20px;
    }

    .apply_wrapper .apply_content ul {
        padding: 30px 0;
    }

    .buttons_wrapper button.learn_btn,
    .buttons_wrapper button.apply_btn {
        font-size: 14px;
    }

    .network_wrapper {
        padding-bottom: 30px;
    }

    .network_wrapper.reasons .right_content ul li label {
        width: 65px;
    }

    .services_wrapper p.grow {
        margin-bottom: 0;
    }

    .partner_wrapper p {
        width: 80%;
        font-size: 14px;
    }

    .partner_wrapper h2 {
        padding-bottom: 20px;
        margin-bottom: 0;
        font-size: 22px;
    }

    .partner_wrapper {
        padding: 70px 0 40px;
    }

    .platform_wrapper .tabs_wrapper ul {
        padding: 0 0 20px;
    }

    .platform_wrapper .tabs_wrapper ul li a {
        padding: 12px 20px;
        font-size: 13px;
        margin-right: 10px;
        margin-bottom: 10px;
    }

    .banner_wrapper .banner_content h1 {
        font-size: 30px;
        padding-bottom: 10px;
    }

    .banner_wrapper .banner_content p {
        font-size: 16px;
        margin-bottom: 0;
    }

    .banner_wrapper {
        height: 400px;
    }

    .platform_wrapper {
        padding: 60px 0 30px;
    }

    .platform_wrapper .tabs_wrapper {
        padding: 30px 0 0;
    }

    .apply_wrapper .apply_content ul li {
        width: 34.333%;
        padding-bottom: 20px;
    }

    .apply_wrapper ul li label {
        font-size: 14px;
        margin-bottom: 0;
    }

    .join_content {
        flex-wrap: wrap;
    }

    .join_wrapper.reasons {
        padding: 50px 0;
    }

    .join_wrapper.reasons .right_content img {
        margin-top: 50px;
        width: 50%;
    }

    .slider_wrapper .slider_inner .item .box_inner {
        flex-wrap: wrap;
    }

    .slider_wrapper .slider_inner .item .box_inner .right_inner {
        padding: 20px 40px 40px;
    }

    .slider_wrapper .slider_inner .item .box_inner h6 {
        font-size: 20px;
        font-weight: 700;
    }

    .slider_wrapper .slider_inner .item .box_inner .left_inner img {
        width: 60%;
        padding: 30px 30px 0;
    }

    .footer_wrap .company_links .footer_title h5 {
        font-size: 18px;
    }

    .footer_wrap .company_links ul li a {
        font-size: 14px;
        padding-left: 15px;
    }
}

@media (max-width:991px) {
    .order-head h2 {
        font-size: 22px;
    }

    .checkout-box {
        padding: 25px 15px;
    }

    .what-next-box,
    .testi-box {
        flex-wrap: wrap;
    }

    .what-next-box .what-next-thumb,
    .testi-thumb {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .testi-thumb {
        height: 300px;
    }

    .what-next .row,
    .custom-testimonials .row {
        margin: 0 -15px;
    }

    .what-next .row>div,
    .custom-testimonials .row>div {
        padding: 0 15px;
    }

    .testi-content::after {
        top: -40px;
        bottom: inherit;
    }

    .common-btn {
        min-width: inherit;
    }

    .ready-to-join {
        padding: 100px 30px;
    }

    .dekole-features.why_box h3 {
        font-size: 26px;
    }

    .pro-right {
        padding: 30px;
    }

    .cat-outer h5 {
        font-size: 18px;
    }

    body .common-sub {
        font-size: 26px !important;
    }

    .fashion-cat,
    .new_arrivals {
        padding: 60px 0;
    }

    .fsale-outer h5 {
        font-size: 16px;
    }

    .under-box h4 {
        font-size: 20px;
    }

    .under-box h6 {
        font-size: 16px;
    }

    .network_wrapper.reasons .right_content,
    .join_wrapper.reasons .right_content,
    .platform_wrapper .tabs_wrapper .right_content {
        width: 100%;
    }

    .box_heading h2 {
        font-size: 18px;
    }

    .fashion-pro .box_inner .box label {
        font-size: 14px;
        padding-bottom: 0 !important;
    }

    .star_inner {
        flex-wrap: wrap;
    }

    .star_inner span {
        font-size: 14px;
    }

    .arrivals_categories .box_inner .right_inner {
        padding: 15px 15px;
    }

    .network_wrapper.reasons .left_content,
    .join_wrapper.reasons .left_content,
    .network_wrapper .left_content,
    .platform_wrapper .tabs_wrapper .left_content {
        width: 100%;
    }

    .join_wrapper.reasons .right_content img {
        margin-top: 50px;
        width: 100%;
    }
}

@media (max-width:767px) {
    .common-boxes {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .main_box {
        height: auto;
        overflow-y: unset;
    }

    .dekole-req {
        padding: 20px;
    }

    .dekole-req h2 {
        padding: 100px 15px;
    }

    .ready-to-join {
        padding: 100px 15px;
    }

    .text-deko-screen .left img {
        max-width: 260px;
        width: 100%;
    }

    .user-actions .nav .nav-link span {
        display: none;
    }

    .user-actions .nav .nav-link {
        flex: 1 0 auto;
        text-align: center;
    }

    .pro-right {
        padding: 15px;
    }

    .slider_wrapper .slider_inner .item .box_inner {
        flex-wrap: wrap;
    }

    .slider_wrapper .slider_inner .item .box_inner .left_inner img {
        width: 50%;
        margin: 40px 40px 20px;
    }

    .slider_wrapper .slider_inner .item .box_inner h6 {
        font-size: 20px;
    }

    .slider_wrapper .slider_inner .item .box_inner .right_inner {
        padding: 0 40px 30px;
    }

    .slider_wrapper {
        padding: 20px;
    }

    .slider_wrapper .slider_inner .item .box_inner .right_inner p {
        margin-bottom: 0;
    }

    .logos_wrapper .logos_list img {
        padding: 10px 20px 10px 20px;
        width: 30%;
    }

    .logos_wrapper {
        padding: 60px 0;
    }

    .logos_list {
        flex-wrap: wrap;
    }

    .footer_wrap {
        padding: 60px 0 0;
    }

    .footer_wrap ul {
        flex-wrap: wrap;
        padding-bottom: 20px !important;
    }

    .footer_wrap .company_links .footer_title h5 {
        font-size: 18px;
        margin-bottom: 0;
    }

    .footer_logo {
        margin: 0px 0 0;
    }

    .footer_logo label,
    .footer_logo i {
        font-size: 14px;
    }

    .footer_wrap .company_links ul li a {
        font-size: 14px;
        padding-left: 15px;
        line-height: 35px;
    }

    .footer_wrap .company_links ul li img {
        width: 20px;
    }

    .services_wrapper .services_content h3 {
        font-size: 15px;
    }

    .services_wrapper .services_content h5 {
        font-size: 16px;
        padding: 10px 0;
        margin-bottom: 0;
    }

    .services_wrapper .services_content span {
        font-size: 16px;
    }

    .slider_wrapper .owl-carousel .owl-nav.disabled button.owl-next {
        right: 0px;
    }

    .slider_wrapper .owl-carousel .owl-nav.disabled button.owl-prev {
        left: 0px;
    }
}

@media (max-width:575px) {
    .common-btn {
        font-size: 18px;
    }

    .common-heading {
        font-size: 30px;
    }

    .dekole-req h2 {
        padding: 100px 0;
        border: 0;
    }

    .taxi-form .input-row {
        flex-wrap: wrap;
    }

    .taxi-form .input-row>div {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .taxi-tapes .tab-content {
        padding: 25px 25px;
    }

    .taxi-form {
        margin-top: 35px;
    }

    .taxi-form input[type="submit"] {
        margin-bottom: 25px;
    }

    .banner_wrapper .banner_content h1 {
        font-size: 16px;
        padding-bottom: 5px;
    }

    .banner_wrapper .banner_content p {
        font-size: 14px;
    }

    .banner_wrapper {
        height: 200px;
    }

    .banner_wrapper .banner_content {
        width: 80%;
    }

    .platform_wrapper {
        padding: 40px 0 10px;
    }

    .network_wrapper.reasons .right_content h3,
    .network_wrapper .left_content h3,
    .platform_wrapper .tabs_wrapper .right_content h3 {
        font-size: 20px;
        margin-bottom: 0px;
        margin-top: 0px;
    }

    .apply_wrapper .apply_content ul li {
        width: 100%;
    }

    .apply_wrapper .apply_content ul li img {
        width: 15px;
    }

    .apply_wrapper .apply_content ul {
        padding: 20px 0;
    }

    h2 {
        font-size: 18px;
    }

    .buttons_wrapper button.learn_btn {
        padding: 10px 20px;
        margin-bottom: 15px;
    }

    .buttons_wrapper button.apply_btn {
        padding: 10px 20px;
    }

    .partner_wrapper {
        padding: 40px 0 20px;
    }

    .partner_wrapper h2 {
        padding-bottom: 12px;
        font-size: 18px;
    }

    .partner_wrapper .box {
        margin-bottom: 20px;
    }

    .partner_wrapper ul li {
        margin-bottom: 10px;
        width: 100%;
    }

    .services_wrapper .services_content h3 {
        font-size: 10px;
        width: 60%;
        margin: 0 auto;
    }

    .services_wrapper {
        padding: 30px 0;
    }

    .network_wrapper.reasons .right_content h3 span,
    .network_wrapper .left_content h3 span {
        font-size: 18px;
    }

    .services_wrapper p.grow {
        font-size: 14px;
        line-height: 25px;
    }

    .network_wrapper.reasons .right_content ul li label {
        width: 65px;
        height: 35px;
        font-size: 14px;
    }

    .network_wrapper.reasons .right_content ul {
        padding: 10px 0px 0;
    }

    .slider_wrapper .owl-carousel .owl-nav.disabled button.owl-next {
        width: 30px;
        height: 30px;
        right: -20px;
    }

    .slider_wrapper .owl-carousel .owl-nav.disabled button.owl-prev {
        width: 30px;
        height: 30px;
        left: -20px;
    }

    .slider_wrapper .slider_inner .item .box_inner .right_inner {
        padding: 0 20px 30px;
    }

    .slider_wrapper .slider_inner .item .box_inner h6 {
        font-size: 16px;
    }

    .logos_wrapper .logos_list img:first-child {
        padding-left: 20px;
    }

    .logos_wrapper {
        padding: 30px 0;
    }

    .footer_wrap .company_links .footer_title h5 {
        font-size: 15px;
        margin-bottom: 0;
        padding-bottom: 20px !important;
    }

    .footer_logo {
        flex-wrap: wrap;
    }

    .footer_logo a {
        margin-bottom: 20px;
    }

    .footer_logo ul.social_icons li a {
        margin-bottom: 0px;
    }

    .footer_logo ul li {
        margin: 5px 5px 5px 5px;
    }

    .footer_wrap .copyright_content a {
        font-size: 12px;
    }

    .services_wrapper .services_content h5 {
        font-size: 10px;
        padding: 5px 0;
        margin-bottom: 0;
    }

    .services_wrapper .services_content span {
        font-size: 10px;
    }
}

@media (max-width:479px) {
    .order-tabs ul {
        flex-wrap: wrap;
    }

    .order-tabs ul li {
        flex: 0 0 100%;
    }
}

@media (max-width: 575px) {
    p.big_header {
        font-size: 20px !important;
    }
}

/* end of media css */

/* stadium new css */
.stadium-seat-modal {
    max-width: 1000px;
}

.seat-sec svg {
    width: 40px;
    height: 40px;
}

.seat-sec {
    display: grid;
    grid-template-columns: repeat(10, 1fr);
    gap: 10px;
}

.chair-hover a {
    display: inline-block;
}

.chair-hover {
    text-align: center;
}

.gap-10 {
    gap: 10px;
}

.chair-hover:hover .dot-hover {
    display: block;
}

.pay-btn {
    background: #00b14f;
    color: #fff;
    border: none;
    padding: 12px 20px;
    border-radius: 73px;
    display: flex;
    justify-content: center;
    margin: 0 auto;
    margin-top: 40px;
    font-weight: 600;
}

.row-text {
    font-size: 14px;
    font-weight: 600;
    background: #000000;
    color: #fff;
    padding: 8px;
    width: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
    height: 30px;
}

.stadium-box {
    background: #00b14f;
    display: block;
    width: 100%;
    text-align: center;
    padding: 8px 0px;
    font-weight: 600;
    color: #fff;
    border-radius: 3px;
    box-shadow: 0px 3px 5px #b8b8b8;
}

.stadium-small-img {
    width: 100%;
    min-height: 250px;
    object-fit: cover;
}

.stadium-left-text h4 {
    font-size: 27px;
    font-weight: 700;
    margin-top: 5px;
    color: #00b14f;
}

.stadium-left-text h3 span {
    font-size: 16px;
}

.stadium-left-text h3 {
    font-size: 12px;
    font-weight: 700;
}

.stadium-left-text {
    margin: 25px 0px 35px 0px;
}

.stadium-left-icon-sec h3 {
    margin-left: 9px;
    font-weight: 600;
    font-size: 15px;
}

.stadium-left-icon-sec {
    display: flex;
    color: #656565;
    align-items: center;
}

.chair-btn-sec {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
    max-height: 485px;
    overflow-y: scroll;
}

button.close {
    position: absolute;
    top: 25px;
    right: 25px;
    background: #e1e1e1;
    width: 25px;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    z-index: 9;
}

.img-sec-stadium {
    background: #f5f5f5;
}

.chair-top-dots .legends {
    font-family: Arial;
    font-size: 12px;
    margin: 10px 0;
    color: #666;
    display: flex;
    gap: 0px;
    align-items: center;
    margin-bottom: 20px;
}

.chair-top-dots .legends label {
    margin-right: 20px;
    font-size: 14px;
    font-weight: 500;
}

.chair-top-dots .legends svg {
    height: 20px;
    width: 20px;
    margin-right: 5px;
}

.chair-top-dots input[type=checkbox]+label:before {
    content: "\f111";
    color: #ddd;
    cursor: pointer;
    display: none;
}

.chair-top-dots input[type=checkbox]:disabled[data-status=notavailable]+label:before {
    content: "\f111";
    color: #c94b4b;
}

.chair-top-dots .stadium-div input[type=checkbox]:disabled[data-status=booked]+label:before {
    content: "\f111";
    color: #2980b9;
}

.chair-top-dots input[type=checkbox]:checked+label:before {
    content: "\f111";
    color: #00b14f;
}

.chair-top-dots input[type=checkbox],
input[type=radio] {
    display: none;
}

@media screen and (max-width: 992px) {
    .tab-width {
        width: 100% !important;
    }

    .left_content.tab-width img {
        height: 300px;
        margin-bottom: 30px !important;
        object-fit: cover;
    }

    .right_content.tab-width img {
        max-height: 300px;
        margin-top: 30px !important;
        object-fit: cover;
    }
}

#promoCategories.promo-index-cards li>a {
    display: block !important;
    height: 170px !important;
    border: none !important;
    border-radius: 5px !important;
    text-align: center !important;
    align-items: center !important;

}

body .promo-index-cards .categories ul li {
    background-color: transparent !important;
    box-shadow: none !important;
}

body .promo-index-cards .d-flex.align-items-center.justify-content-between.flex-wrap.mb-0 li {
    background-color: transparent;
    flex-direction: column;
    box-shadow: none !important;
    width: 20%;
}

#promoCategories.promo-index-cards li>a img {
    width: 170px;
    height: 170px;
    border-radius: 10px;
}

/* .promo-index-card .right_inner .box h6 {
    height: auto !important;
} */
.shadow-none {
    box-shadow: none !important;
    display: none !important;
}





/* new css start */
.event-near-heart .right {
    position: absolute;
    top: 30px;
    right: 20px;
    width: 45px;
    height: 45px;
    background: #fff;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 10px;
    border-radius: 50%;
}

.events_content.near {
    padding: 20px;
    background: #fff;
    width: 100%;
    border-radius: 15px;
    transition: .2s ease;
}

.events_content.near:hover {
    box-shadow: 0 0 5px 3px #b1b1b1 !important;
    !i;
    !;
}

.sec-heading-new {
    background: transparent !important;
}

.popular-heading {
    color: #000 !important;
    !i;
    !;
}

.bg-trans {
    background-color: transparent !important;
}

.event-near_wrap h2 {
    font-size: 35px !important;
    font-weight: 700;
}

.event-near_wrap {
    padding: 60px 20px 46px !important;
}

.background-gry {
    background-color: #f1f3f7 !important;
}

.accordion .btn.btn-link.btn-block.text-left {
    color: #00b14f;
    font-weight: 700;
    font-size: 18px;
    text-decoration: none;
}

.accordion-ul-event li label.title_inner {
    margin-left: 10px;
    font-size: 16px;
    font-weight: 500;
    color: #686868;
}

.accordion-ul-event.sort-by .filters_wrap .check_box_wrap {
    height: 20px;
    width: 20px;
    position: relative;
}

.accordion-ul-event .list-option {
    display: flex;
    align-items: center;
    margin: 0 0 15px;
}

.accordion-ul-event .check_box_wrap label {
    margin: 0px !important;
}

.hot_Deal .box_heading {
    padding: 21px 0px !important;
}

.promo-index-card h6.clamp-none {
    display: inline-block;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.popular-card-heading {
    color: #1e222d;
    font-weight: 700;
    font-size: 16px !important;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.clamp-none span.price {
    min-width: 70px;
}

/* new media querry */
@media screen and (max-width: 1024px) {
    .hot_Deal .arrivals_categories {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media screen and (max-width: 992px) {
    .hot_Deal .arrivals_categories {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media screen and (min-width: 992px) {
    .accordion .card {
        display: block !important;
    }
}

@media screen and (max-width: 768px) {
    .hot_Deal .arrivals_categories {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (max-width: 575px) {
    .hot_Deal .arrivals_categories {
        grid-template-columns: repeat(1, 1fr);
    }

    .events_content .independnce_inner label {
        font-size: 14px !important;
    }
}

@media screen and (max-width: 425px) {
    .event-near_wrap p {
        width: 100%;
        font-size: 13px;
    }

    .event-near_wrap h2 {
        font-size: 30px !important;
    }

    .events_content.near {
        padding: 0px;
    }
}

@media screen and (max-width: 375px) {
    .event-near_wrap h2 {
        font-size: 24px !important;
        padding-bottom: 5px;
    }
}

.accordion-btn-filter:not(collapsed) i {
    transform: rotate(-180deg);
}

.accordion-btn-filter.collapsed i {
    transform: rotate(0deg);
}

.sale-text-sec {
    padding: 130px 30px;
}

.scroll-offer {
    background-color: #00672e;
    height: 500px;
    overflow: hidden;
}

.blackfriday-sale {
    color: #fff;
    font-size: 40px;
    margin-bottom: 20px;
    font-weight: 600;
}

.marquee-img-tag img {
    margin-bottom: 15px !important;
}

.marquee-img-tag2 img {
    margin-bottom: 15px !important;
}

.checklist-para {
    color: #fff;
    font-size: 17px;
    font-weight: 500;
}

.marquee-slide-height {
    height: 500px;
    overflow: hidden;
}

.marquee-img-tag {
    animation: marqueeTop 54s linear infinite;
}

.marquee-img-tag2 {
    animation: marqueeTop 54s linear infinite;
    animation-direction: reverse;
}

@keyframes marqueeTop {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    100% {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}

.fashion-vdo {
    background-color: #f1f3f7 !important;
}

div#thumbnail_silder .owl-item .item img#currentPhoto {
    min-height: 400px;
    max-height: auto;
}

div#thumbnail_silder .owl-item .item {
    max-height: 100%;
}

.video-sec-slider {
    position: relative;
}

.video-muteon-sec {
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding: 0 10px;
}

.video-hover-icon i {
    background: #fff;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    box-shadow: 0 0 4px 1px #e7e7e742;
    margin-left: 5px;
}

.video-muteon-sec h4 {
    font-size: 14px;
    margin-bottom: 0;
    font-weight: 500;
    color: #fff;
}

.video-muteon-sec1 {
    position: absolute;
    bottom: 95px;
    width: 100%;
}

.video-title {
    font-size: 16px;
    font-weight: 600;
}

.video-bottom-img {
    width: 45px !important;
    height: 45px !important;
    object-fit: cover;
    border-radius: 8px;
}

p.video-bottom-para {
    font-size: 14px;
    color: #6e6e6e;
}

.video-bottom-img:hover {
    box-shadow: 0 0 4px 1px #d3d3d3ba;
}

.one img {
    width: 100%;
    !important;
}