@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");

:root,
[data-bs-theme=light] {
    --bs-blue: #ff4d00;
    --bs-link-color: var(--bs-blue);
    --bs-font-sans-serif: "Montserrat", sans-serif;
    --bs-body-color: #000;
    --bs-link-color-rgb: 13, 110, 253;
    --bs-link-decoration: underline;
    --bs-link-hover-color: #0a58ca;
    --bs-link-hover-color-rgb: 10, 88, 202;
    --bs-code-color: #d63384;
    /*--bs-border-width: 2px;*/
    --bs-primary-rgb: 255, 77, 0;
    --bs-link-hover-color: var(--bs-blue);
    --bs-danger-rgb: 255, 77, 0;
   
}

.dropdown-menu{
    --bs-dropdown-link-color: #33373d;
}
body {
    letter-spacing: .5px;
}

img {
    max-width: 100%;
}

.navbar {
    --bs-navbar-nav-link-padding-x: 0.875rem;
    --bs-navbar-toggler-padding-y: 0.5rem;
    --bs-nav-link-font-size: 14px;
    --bs-navbar-padding-y: 1rem;
    --bs-navbar-padding-x: 1.75rem;
    --bs-navbar-brand-margin-end: 4.875rem;
    --bs-navbar-color: #000;
}

.dropdown-menu {
    --bs-dropdown-item-padding-x: 1.25rem;
    --bs-dropdown-item-padding-y: 0.75rem;
    --bs-dropdown-font-size: 14px;
    --bs-dropdown-link-hover-bg: #F0F0F0;
    --bs-dropdown-link-hover-color: var(--bs-blue);
    --bs-dropdown-link-active-bg: var(--bs-blue);
    border: 0;
}

.dropdown-item {
    font-weight: 500;
}
.navbar-light .navbar-nav .nav-link{
    color: #000;
}

.fw-500 {
    font-weight: 500 !important;
}

.fw-600 {
    font-weight: 600 !important;
}

.largest {
    font-size: 1.5rem;
}
.large {
    font-weight: 500;
}

@media (min-width: 768px) {
    .large {
        font-size: 1.25rem;
    }
}
@media (min-width: 992px) {
    .dropdown-submenu:hover .dropdown-menu,
    .dropdown:hover>.dropdown-menu {
        display: block;
    }
}

.dropdown-submenu:hover .dropdown-menu {
    left: calc(100% - 4px);
    top: 0;
    margin-top: 0;
    min-height: 100%;
    border-left: 0.5px solid #f0f0f0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

a {
    color: var(--bs-primary-rgb);
    text-decoration: none;
    outline: 0 none;
}

a:hover {
    outline: 0 none;
}

.navbar-nav {
    --bs-nav-link-padding-y: 1rem;
}

.nav-link {
    --bs-nav-link-font-weight: 600;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-weight: bold;
    line-height: 1.3;
}

.smaller {
    font-size: .75rem;
}

.lead {
    font-size: 1.125rem;
    font-weight: 500;
    margin-bottom: 1.875rem;
}

.btn {
    --bs-btn-font-weight: 700;
    --bs-btn-line-height: 1.2;
    --bs-btn-border-width: var(--bs-border-width);
    border-radius: 24px 0px 24px 24px;
    --bs-btn-font-size: 0.875rem;
    --bs-btn-padding-x: 1.5rem;
    --bs-btn-padding-y: 0.875rem;
    --bs-btn-border-width: 2px;
}

.btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: var(--bs-blue);
    --bs-btn-border-color: var(--bs-blue);
    --bs-btn-hover-bg: #fff;
    --bs-btn-hover-border-color: var(--bs-blue);
    --bs-btn-focus-shadow-rgb: 49, 132, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: var(--bs-blue);
    --bs-btn-active-border-color: var(--bs-blue);
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: var(--bs-blue);
    --bs-btn-disabled-border-color: var(--bs-blue);
    --bs-btn-hover-color: var(--bs-blue);
}

.btn-outline-primary {
    --bs-btn-color: var(--bs-blue);
    --bs-btn-border-color: var(--bs-blue);
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: var(--bs-blue);
    --bs-btn-hover-border-color: var(--bs-blue);
    --bs-btn-focus-shadow-rgb: 13, 110, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: var(--bs-blue);
    --bs-btn-active-border-color: var(--bs-blue);
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: var(--bs-blue);
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: var(--bs-blue);
    --bs-gradient: none;
}

.btn-social {
    font-size: 1.125rem;
}

.btn-group-sm>.btn,
.btn-sm {
    --bs-btn-padding-y: 0.55rem;
    --bs-btn-padding-x: 1.25rem;

}

.section {
    padding: 2rem 1rem;
    max-width: 1920px;
    margin: 0 auto;
}

.hero {
    background-image: url("../images/banner.webp");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 590px;
    position: relative;
    max-height: 700px;
}

.hero:after {
    content: "";
    position: absolute;
    background-image: url("../images/frame-logo.webp");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    height: 90%;
    width: 100%;
    pointer-events: none;
}

.hero-content h1 {
    font-size: 34px;
}

.bg-1 {
    background-color: #f7f7f9;
}

.bg-2 {
    background-color: #fcfcfc !important;
}

.footer-main {
    background-color: #343F4B;
    color: #FFFFFF;
}

/*.footer-main ul a{
    color: #fff;
    text-decoration: none;
}*/

.submenu-bar {
    top: 5.25rem;
    z-index: 10;
}

.submenu-bar li {
    margin: 0 .25rem;
}

.submenu-bar li a {
    padding: 1.5rem 0;
    display: block;
    font-size: 12px;
    font-weight: bold;
    position: relative;
    text-align: center;
    transition: all .5s ease;
}

.submenu-bar li a:after {
    content: "";
    position: absolute;
    height: 3px;
    right: 0;
    width: 0;
    bottom: 0;
    transition: all .5s ease;
    background-color: var(--bs-blue);
}

.submenu-bar li.active a,
.submenu-bar li a:hover {
    color: var(--bs-blue);
}

.submenu-bar li.active a:after,
.submenu-bar li a:hover:after {
    left: 0;
    width: 100%;
}

.footer-main ul li {
    margin-bottom: 10px;
    font-weight: 600;
}

.footer-main ul li a:hover,
.footer-main ul li.active a {
    color: var(--bs-blue);
}

.footer-main h3 {
    color: #FFFFFF80;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 1rem;
    letter-spacing: -0.1px;
}

.copyright {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.67em;
}

.certificate-list li {
    margin: .25rem 0;
}

.certificate-list a {
    font-size: 14px;
    font-weight: 600;
}

.certificate-list a .bi {
    font-size: 1.5rem;
    margin-right: 1rem;
    color: var(--bs-blue);
}

.certificate-list a:hover {
    text-decoration: underline;
}

.how-it-work-tabs .nav-item {
    width: 100%;
}

.how-it-work-tabs .nav-link {
    padding: 22px 22px 22px 96px;
    border: none;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
    border-radius: 20px;
    text-align: left;
    margin-bottom: 0;
    width: 100%;
    position: relative;
    color: #1F2F45;
}


.how-it-work-tabs .nav-link .hiw-number {
    width: 3rem;
    height: 3rem;
    line-height: 3rem;
    font-size: 1.5rem;
    position: absolute;
    left: 1.5rem;
    text-align: center;
    color: #FFF;
    background-color: #1F2F45;
    border-radius: 100%;
    top: 50%;
    transform: translateY(-50%);
}

.how-it-work-tabs .nav-link p {
    color: #1F2F45;
}

.how-it-work-tabs .nav-link:hover {
    background-color: #F4F4F4;
}

.how-it-work-tabs .nav-link.active .hiw-number {
    background-color: var(--bs-blue);
}

.how-it-work-tabs .nav-link.active {
    background-color: #F4F4F4;
    color: var(--bs-blue);
}

@media (max-width:991px) {
    .how-it-work-tabs .nav-link {
        padding: 12px;
        padding-left: 80px;
    }
    .how-it-work-tabs .nav-link .hiw-number {
        width: 2.5rem;
        height: 2.5rem;
        line-height: 2.5rem;
    }
}


/*service-tabs*/

.service-tabs {
    border-bottom-width: 2px;
}

.service-tabs .nav-item {
    flex: auto;
    text-align: center;
}

.service-tabs .nav-link {
    margin-bottom: -2px;
    border-width: 0;
    padding: 1rem 1rem;
    border-bottom-width: 2px;
    color: var(--bs-body-color);
}

.service-tabs .nav-link.active {
    --bs-nav-tabs-link-active-color: var(--bs-blue);
/*    --bs-nav-tabs-link-active-bg: ;*/
    --bs-nav-tabs-link-active-border-color: var(--bs-blue);
}

.team-member-col {
    min-width: 11.875rem;
    max-width: 20%;
}

.team-member {
    border: none;
    background-color: transparent;
}

.team-member-thumb {
    position: relative;
}


.team-member .card-img-top {
    width: 120px;
    height: 120px;
    background-size: contain;
    border-radius: 100%;
    margin: auto;
    transition: all .25s ease;
}

.team-member-thumb:hover .card-img-top {
    box-shadow: 0 0 0 2px var(--bs-blue);
}

.team-member .card-title {
    margin-bottom: .25rem;
}

.team-member .card-text {
    font-size: 12px;
    font-weight: 500;
}

.team-member-bio {
    position: absolute;
    visibility: hidden;
    opacity: 0;
    left: 0;
    top: 100%;
    max-width: 500px;
    width: max-content;
    background-color: #FFF;
    color: #000;
    text-align: left;
    z-index: 10;
    transform: scale(0);
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    padding: 20px 30px;
    font-weight: 500;
    font-size: 14px;
    transition: transform .25s ease;
    pointer-events: none;
}

.team-member-thumb:hover .team-member-bio {
    transform: none;
    visibility: visible;
    opacity: 1;
}

.team-member-bio .bio-title {
    font-size: 18px;
}

.team-member-bio .bio-text {
    color: var(--bs-blue);
    font-size: 12px;
}

.tippy-box[data-theme~="geidea"] p {
    font-size: 12px;
}


.partner-logo {
    text-align: center;
    height: 105px;
    overflow: hidden;
    display: flex;
    border: 1px solid #ececec;
    border-radius: 16px;
    width: 14.6666666667%;
}

.partner-logo a {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
}

.partner-logo img {
    margin: auto;
    display: inline-block;
    max-width: 120px;
    max-height: 100%;
}

.media-item {
    background-color: #fff;
    border-radius: 15px;
    box-shadow: -4px 0px 10px -1px #88888814;
    /* margin: 15px; */
    text-align: start;
    padding: 25px;
}

@media(min-width:992px) {
    .media-item {
min-height: 230px;
    }
}


.news-item-date {
    font-size: 14px;
    font-weight: bold;
    color: #737373;
}

.news-item-title {
    font-size: 14px;
    font-weight: bold;
    color: #000;
    overflow: hidden;
}

.news-item-read-more {
    margin-bottom: 0;
}

.news-item-read-more a {
    color: var(--bs-blue);
    font-size: 14px;
}

.navigation-style .owl-nav {
    position: absolute;
    top: 50%;
    display: flex;
    justify-content: space-between;
    transform: translateY(-50%);
    right: -1.25rem;
    left: -1.25rem;
    pointer-events: none;
}

.navigation-style .owl-nav button {
    z-index: 2;
    pointer-events: auto;
    width: 40px;
    height: 40px;
    padding: 8px;
    font-size: 2rem !important;
    border-radius: 50%;
    background-color: #fff !important;
    box-shadow: 0 2px 3px rgb(0 0 0 / 10%), 0 0 4px rgba(0, 0, 0, .1);
}

.navigation-style .owl-nav button.disabled {
    visibility: hidden;
    opacity: 0;
}

.navigation-style .owl-nav button span {
    line-height: 1.1;
    height: 100%;
    display: block;
}

.timeline-style {
    overflow: hidden;
}

.timeline-style .owl-carousel .owl-stage-outer {
    overflow: visible;
}

.timeline-slider-item .slide-desc {
    position: absolute;
    top: 2rem;
    left: 2rem;
}

.timeline-slider-item span {
    display: block;
}

.timeline-slider-item .slide-desc .title {
    color: #2100ff;
    font-size: 18px;
    margin-bottom: 10px;
    line-height: 1.3;
}

.timeline-slider-item .slide-desc .desc {
    font-size: 10px;
}

.timeline-slider-item .slide-desc .year {
    color: var(--bs-blue);
    font-size: 24px;
    font-weight: 700;
    margin: 0 0 10px;
}

/* Rajesh code */


.sub_pages_menu {
    padding: 20px 0;
    
}

.sub_pages_menu a {
    color: #000;
    font-size: 12px;
    letter-spacing: 1.7px;
    display: inline-block;
    position: relative;
    text-transform: uppercase;
    font-weight: 700;
}

.restaurants {
    background-image: url('../images/Group-799-1-1-scaled.webp');
    background-size: cover; 
    background-position: center; 
    background-repeat: no-repeat; 
    position: relative;
    height: 650px;
}

.divider,
.divider-2 {
    position: relative;
}

.divider:before {
    content: ""; 
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 1px;
    background-color: #000;
    opacity: .2;
}

.divider:after {
    content: "";
    position: absolute;
    left: 1.5rem;
    right: 1.5rem;
    bottom: -1.5rem;
    height: 1px;
    background-color: #000;
    opacity: .2;
}

.divider-2:after {
    content: "";
    position: absolute;
    left: 1.5rem;
    right: 1.5rem;
    bottom: -1.5rem;
    height: 1px;
    background-color: #000;
    opacity: .2;
}

.divider:nth-last-of-type(2):after {
    display: none;
}

.divider-2:nth-last-of-type(1):after {
    display: none;
}

.images-min {
    width: 306px;
    height: 288px;
    object-fit: contain;
    border-radius: 20px;
}

.video-end {
    background-image: url('../images/Group-420.webp');
    background-size: cover; 
    background-position: center; 
    background-repeat: no-repeat; 
    position: relative;
    height: 450px;
}
.video-pos {
    background-image: url('../images/Image-38.webp');
    background-size: cover; 
    background-position: center; 
    background-repeat: no-repeat; 
    position: relative;
    height: 450px;
}


.overlay-video {
    top: 0;
    background: #00000057;
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.accordion-button:focus {
    z-index: 3;
    outline: 0;
    box-shadow: none;
}
.accordion-button:not(.collapsed) {
    color: var(--bs-accordion-active-color);
    background-color: transparent;
      box-shadow: none;
}

.steps li,
.checklist li {
    padding: 0;
    margin: 25px 0;
    background: url('../images/check-mark-4-1.svg') no-repeat 0 1px;
    background-size: 21px 21px;
    padding-left: 40px;
    list-style: none;
}
.checklist{
    margin-left: 0 !important;
    list-style-type: none;
    padding-left: 0 !important;
}
.checklist li{
    margin: .5rem 0;
}
.sub_pages_menu {
    padding: 20px 0;
    
}

.sub_pages_menu a {
    color: #000;
    font-size: 12px;
    letter-spacing: 1.7px;
    display: inline-block;
    position: relative;
    text-transform: uppercase;
    font-weight: 700;
}

 .video-section {
    position: relative;
    width: 100%;
    height: 650px;
    overflow: hidden;
    z-index: 1;
    display: flex;
    align-items: center;
}

.video-section:after {
    content: "";
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
}
 
.video-content {
    position: relative;
    z-index: 2;
    color: var(--bs-white);
}
.background_video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}
  
.images-min {
    width: 306px;
    height: 288px;
    object-fit: contain;
    border-radius: 20px;
}

.video-en {
    background-image: url('../images/video-en.webp');
    background-size: cover; 
    background-position: center; 
    background-repeat: no-repeat; 
    position: relative;
    height: 450px;
}

.overlay-video {
    top: 0;
    background: #00000057;
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.accordion-button:focus {
    z-index: 3;
    outline: 0;
    box-shadow: none;
}
.accordion-button:not(.collapsed) {
    color: var(--bs-accordion-active-color);
    background-color: transparent;
      box-shadow: none;
}


.navbar-nav li.active > .dropdown-item{
    color: var(--bs-dropdown-link-hover-color);
    background-color: var(--bs-dropdown-link-hover-bg);
}

@media (min-width: 390px) {
  .video-container .content {
    padding: 40px;
}
}


/* Rajesh code */



@media (min-width: 1400px) {
    .container-sm {
        max-width: 1010px;
    }

    .container-md {
        max-width: 1100px;
    }
    .container-lg {
        max-width: 1140px;
    }
}
.btn-fixed {
    min-width: 150px;
}
@media (min-width:992px) {

    .h2,
    h2 {
        font-size: 32px;
    }

    .h3,
    h3 {
        font-size: 28px;
    }

    .dropdown-toggle::after {
        display: none;
    }

    .btn-fixed {
        min-width: 220px;
    }

    .section {
        padding: 3.125rem 2rem;
    }

    .navbar-nav .dropdown-menu {
        position: absolute;
    }
    .site-header > .navbar {
        padding-right: 35px;
    }
    
    .site-header a.navbar-brand {
        margin-right: 32px;
    }
}

@media (max-width:991px) {
    .team-member-col {
        min-width: 33.33%;
        max-width: 33.33%;
    }

    .team-member .card-img-top {
        width: 75px;
        height: 75px;
    }

    .team-member .card-title {
        font-size: 12px;
    }

    .team-member .card-text {
        font-size: 10px;
    }

    .team-member .card-body {
        padding: 12px 0;
    }

    .navbar-collapse {
        margin: 0;
        height: calc(100vh - 85px) !important;
        overflow: auto;
        position: fixed;
        top: 0;
        width: 100%;
        background: #FFF;
        left: 0;
        top: 85px;
        transform: translateX(100%) !important;
        transition: all .5s ease;
        right:  auto !important;
    }
    .navbar-collapse.open-menu{
        transform: translateX(0) !important;
    }

    .navbar-nav {
        --bs-nav-link-padding-x: 1.25rem;
        margin-top: 0;
    }

    .navbar-nav .dropdown-menu {
        margin: 0;
        padding: 0;
        border-radius: 0;
        background-color: #F7F7F9;
        display: none;
    }

    .dropdown-toggle::after {
        float: right;
        margin: .5rem;
    }

    .app-store img {
        max-width: 116px;
    }

    .navbar .nav-item {
        border-top: 1px solid #908888;
    }

    .nav-link {
        --bs-nav-link-font-weight: 500;
    }

    .dropdown-item {
        --bs-dropdown-font-size: 1.125rem;
        --bs-dropdown-item-padding-y: 0.875rem;
    }

    .navbar {
        --bs-navbar-padding-x: 0.5rem;
        --bs-navbar-brand-margin-end: 1rem;
        --bs-nav-link-font-size: 1.125rem;
    }

   

    .submenu-bar li a {
        font-size: 10px;
        padding: 1rem 0;
        letter-spacing: 1px;
    }

    .submenu-bar li a:after {
        height: 2px;
    }

    .partner-logo {
        width: 105px;
        height: 80px;
    }

    .partner-logo img {
        max-width: 70px;
    }


    .our-story-style h2 {
        font-size: 16px;
    }

    .our-story-style h4 {
        font-size: 16px;
    }

    .team-member-bio p:last-child {
        margin-bottom: 0;
    }
    .team-member-bio {
        font-size: 10px;
        padding: 20px;
    }
    .team-member-bio .bio-title {
        font-size: 16px;
        margin-bottom: 0;
    }
    .team-member-bio .bio-text {
        font-size: 10px;
    }


}




.comparing-features-product p {
    font-size: .75rem;
    color: #908888;
}

.option-min {
    min-height: 140px;
}
.images-type {
    text-align: center;
}
.images-type img {
    height: 250px;
    margin: auto;
    object-fit: contain;
}






.our-team-item {
    position: relative;
    margin: 2.5rem 0;
    z-index: 1;
}

.our-team-thumb {
    overflow: hidden;
    position: relative;
    border-radius: 1rem;
    transform: scale(1.0);
    transition: all .3s ease;
}

.our-team-title {
    text-align: center;
    font-weight: bold;
    font-size: 1rem;
    margin-top: 1rem;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    z-index: 1;
    transition: all 0.3s;
}

.our-team-item:hover .our-team-title {
    transform: translateY(-3rem) scale(1.4);
    color: #fff;
}

.our-team-thumb::before {
    content: "";
    width: 5.5rem;
    height: 5.5rem;
    position: absolute;
    opacity: 0;
    visibility: hidden;
    left: 50%;
    top: 50%;
    background-image: url(../images/play-button.webp);
    background-size: contain;
    transform: translate(-50%, -70%);
    cursor: pointer;
    transition: all .3s;
    z-index: 1;
}

@media(max-width:991px) {
    .our-team-thumb::before {
        width: 60px;
        height: 60px;
        visibility: visible;
        opacity: .75;
    }
}

.our-team-thumb:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: .4;
    left: 0;
    top: 0;
    background-color: #000;
    transition: all .3s;
}

.our-team-item:hover .our-team-thumb::before {
    opacity: 1;
    visibility: visible;
}

.our-team-item:hover .our-team-thumb::after {
    opacity: .2;
    visibility: visible;
}

.our-team-item:hover .our-team-thumb {
    transform: scale(1.2);
    z-index: 1;
    position: relative;
    box-shadow: 0 0 20px rgba(255, 77, 0, 0.5);
}

.our-team .owl-item:hover {
    z-index: 1;
}




.ratio-image {
    aspect-ratio: 1;
    object-fit: contain;
}

/* pricing */

.pricing-table {
    font-size: 14px;
    font-weight: 500;
}

.feature-description {
    position: absolute;
    background: #FFF;
    bottom: 100%;
    padding: 20px;
    font-size: 14px;
    font-weight: 500;
    width: 400px;
    text-wrap: wrap;
    border: 1px solid #343F4B;
    border-radius: 10px;
    transform: translateX(-50%);
    left: 50%;
    display: none;
    margin-bottom: 10px;
    text-align: center;
    z-index: 10;
}

.feature-detail:hover>.feature-description {
    display: block;
}

.feature-description:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 8px;
    border-style: solid;
    border-color: #343F4B transparent transparent transparent;
}

.feature-detail> img {
    min-width: 20px;
    max-width: 20px;
}
.pricing-table tr td {
    height: 65px;
    padding: 0 1rem;
    font-size: 13px;
    line-height: 1.2;
}
#all-pricing .col-lg.d-none.d-lg-flex {
    min-width: 28%;
}
.price-box{
    padding: 3px;
}
.price-box .card-header{
    background-color: #F0F0F0;
}
.price-table-heading{
    margin-top: 300px;
}
.pricing-table > .card {
    min-height: 300px;
}

@media (min-width: 992px) {
    .col-lg-3.last-price {
        flex: 0 0 auto;
        width: 21%;
    }
}
@media (max-width: 991px) {
.price-parent-shadow
{
    box-shadow: none !important;
    border: none !important;
    border-radius: 0 !important;
}
.pricing-table {
    border-radius: 16px !important;
    margin-bottom: 20px;
    overflow: hidden;
    border: 1px solid #c0c0c0;
}
}

.years-switch{
    transform: scale(1.9);
    margin: 0 2rem;
}
.years-switch .form-check-input:checked{
    background-color: #384251;
    border-color: #384251;
}

div#all-pricing .two-yearly {
    display: none;
}
div#all-pricing.two-year-plan .yearly {
    display: none;
}
div#all-pricing.two-year-plan .two-yearly {
    display: block;
}
.price-collapse{
    font-style: italic;
    font-weight: 600;
    text-decoration: none;
}
.price-collapse.collapsed .less-d{
    display: none;
}
.price-collapse:not(.collapsed) .more-d{
    display: none;
}




/*Rajesh*/


.video-content-2 {
    position: relative;
    z-index: 2;
    color: var(--bs-white);
}
.background_video-2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 650px;
    object-fit: cover;
    z-index: 1;
}
.video-section-2:after {
    content: "";
    background:no-repeat;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
}
.video-section-2 {
    position: relative;
    width: 100%;
    height: 650px;
    overflow: hidden;
    z-index: 1; 
}


.press-categories .list-group-item-action {
    font-size: 18px;
    background: none;
    font-weight: 500;
    color: rgb(0, 0, 0, 0.5);
    margin-bottom: 1.25rem;
}


.press-categories .list-group-item-action.active {
    color: var(--bs-black) !important;
    background-color: #e9ecef00 !important;
}

.quick-service{
    background-image: url('../images/bgen.webp');
    background-size: cover; 
    background-position: center; 
    background-repeat: no-repeat; 
    position: relative;
    height: 500px;
}
.full-service{
    background-image: url('../images/fsbgen.webp');
    background-size: cover; 
    background-position: center; 
    background-repeat: no-repeat; 
    position: relative;
    height: 500px;
}
.food-trucks{
    background-image: url('../images/FT_Banner-KSA-EN.webp');
    background-size: cover; 
    background-position: center; 
    background-repeat: no-repeat; 
    position: relative;
    height: 500px;
}
.bakeries-coffee-shops{
    background-image: url('../images/CS_Banner-UAE-EN.webp');
    background-size: cover; 
    background-position: center; 
    background-repeat: no-repeat; 
    position: relative;
    height: 550px;
}
.cloud-kitchen{
    background-image: url('../images/bg.webp');
    background-size: cover; 
    background-position: center; 
    background-repeat: no-repeat; 
    position: relative;
    height: 500px;
}


.press-categories .list-group-item-action {
    font-size: 18px;
}

.news-item {
    margin-bottom: 40px;
    padding: 20px 0;
    padding-top: 0;
    position: relative;
}

@media (max-width: 991px) {
.news-item {
            border-bottom: 1px solid #cbcbcb;
}
.press-categories {
            border-bottom: 1px solid #cbcbcb;
            padding-bottom: 20px;
}
}

.contact-us:after {
    content: "";
    position: absolute;
    background-image: url("../images/frame-logo.webp");
    background-size: auto;
    background-position: center;
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
    pointer-events: none;
    background-color: #00000085;
    z-index: -1;
}

@media (min-width: 992px) {

    .divider,
    .divider-2 {
        position: relative;
    }

    .divider:before {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        width: 1px;
        background-color: #000;
        opacity: .2;
    }

    .divider:after {
        content: "";
        position: absolute;
        left: 1.5rem;
        right: 1.5rem;
        bottom: -1.5rem;
        height: 1px;
        background-color: #000;
        opacity: .2;
    }

    .divider-2:after {
        content: "";
        position: absolute;
        left: 1.5rem;
        right: 1.5rem;
        bottom: -1.5rem;
        height: 1px;
        background-color: #000;
        opacity: .2;
    }

    .divider:nth-last-of-type(2):after {
        display: none;
    }

    .divider-2:nth-last-of-type(1):after {
        display: none;
    }
}



.video-play-button {
    font-size: 3vw;
    font-weight: bold;
    color: #FFF;
    display: flex;
    gap: 1rem;
    align-items: center;
    opacity: .6;
}

.video-play-button img {
    width: 6vw;
}

@media (max-width:991px) {

    .hero {
        height: 384px;
        min-height: 384px;
    }
    .quick-service, 
    .full-service,
    .food-trucks,
    .bakeries-coffee-shops,
    .cloud-kitchen{
        height: auto;
        min-height: 500px;
    }
    .hero:after {
        display: none;
    }

    .largest {
        font-size: 1.125rem;
    }

    .video-section {
        height: 400px;
        align-items: end;
    }

    .images-type img {
        height: 130px;
    }

    .restaurants {
        height: 500px;
    }

    .service-tabs { 
        flex-wrap: nowrap;
        white-space: nowrap;
    }

    .box-icon h5 {
        font-size: 16px;
    }
    .experience-box h3 {
        font-size: 20px;
        margin-bottom: 4px;
    }
    .experience-box h4 {
        font-size: 1rem;
        margin-bottom: 4px;
    }
    .experience-box p {
        font-size: .75rem;
    }
    .video-play-button img {
        width: 10vw;
    }
    .video-play-button {
        font-size: 4.4vw;
    }

     .info .large {
        font-size: 1rem;
     }
     .video-section-2 {
        height: auto;
     }
     .title-sub-heading{
        font-size: 14px;
        padding-left: 1rem;
        padding-right: 1rem;
     }
 }


.lh-16 {
    line-height: 1.6;
}
.box-icon svg{
    width: 70px;
    height: 70px;
    margin-bottom: 1rem;
}

.support-hero {
    position: relative;
    z-index: 1;
}

.support-hero::before {
    background: #0000007d;
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: block;
    height: 100%;
    width: 100%;
    z-index: -1;
}

.see-details{
    font-size: 13px; color: rgb(82, 151, 248); cursor: pointer;
}


.form-control {
    height: 45px;
    color: #424770;
    box-shadow: none;
    padding: 0 15px;
    font-size: 15px;
    line-height: 17px;
    border: 0;
    font-family: "Montserrat", sans-serif;
    border-radius: 18px;
    background-color: #f1f1f0;
}
.form-control:focus {
    color: var(--bs-body-color);
    background-color: #f1f1f0;
    outline: 0;
    box-shadow: none;
}
.form-col {
    width: 50%;
    padding: 10px 15px 0;
}
.form-group label {
    font-size: 14px;
    display: block;
    color: #384251;
    padding: 0 10px;
    margin-bottom: 10px;
    font-weight: 500;
}
.input-group-prepend .input-group-text {
    margin-right: 10px;
    height: 45px;
    background: #f1f1f0;
    border: 0;
    border-radius: 15px 0 0 15px;
    margin-right: 0;
}
.form-group button {
    display: block;
    margin: 30px auto 0;
    font-size: 16px;
}

/* .form-row {
    margin: 0px 0 1.5rem 0;
} */

.form-group{
    margin-bottom: 1.5rem;
}
.slider-img {
    width: 70px !important;
    margin: 0 auto;
    margin-bottom: 30px;
    height: 70px;
    object-fit: contain;
}
.news-item-title{
    font-size: 16px;
}

.phone-list {
    background-image: url("../images/banner.webp");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 490px;
    position: relative;
}

.input-container {
    position: relative;
    width: 52%;
}

.input-container input {
    border-radius: 99px;
    padding: 12px 25px;
    margin: 8px 0;
    display: inline-block;
    font-size: 24px;
    height: 68px;
}

.input-container svg {
    position: absolute;
    right: 25px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}

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

.table-no-bg th,
.table-no-bg td {
    background-color: transparent !important;
}

.table-bordered>:not(caption)>*>* {
    border-width: 0px;
}



.table>:not(caption)>*>* {
    padding: 2.3rem 0;
    text-align: center;
}

.table-bordered>:not(caption)>* {
    border-width: var(--bs-border-width) 0;
    border-bottom: 1px solid #0000001c;
    border-top: 0;
}
.header-table th {
    color: #8F8F8F;
    font-weight: 500;
    font-size: 14px;
}
.phone-table {
    padding: 2.5rem 0rem;
    border-radius: 4rem !important;
        margin-top: -12rem;
        background-color:#FFF;
        overflow: hidden;
}

@media (max-width: 768px) {
  .overflow-scrolls {
    overflow: scroll !important;
  }
}
.features-design {
    display: flex;
    width: 100%;
}




.phone-table thead tr> th, .phone-table tbody tr> td {
    padding-left: 1rem;
    padding-right: 1rem;
    text-align: center !important;
    font-weight: 500;
}


.phone-table thead tr> th {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    color: #8F8F8F;
}

.phone-table .table-hover>tbody>tr:hover>* {
    --bs-table-color-state: var(--bs-table-hover-color);
    --bs-table-bg-state: #fbfbfb;
}


@media(min-width:992px){
    .features-design .item {
        width: 25%;
        padding: 0 1rem;
    }
    .phone-table thead tr> th, .phone-table tbody tr> td {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
    
}




.features-design .item > .option{
    margin-bottom: 24px;
}
.features-design .item .specs{
    display: flex;
}
.features-design .item .specs  .content{
    margin-left: 1rem;
    font-size: 15px;
}


.icon-box-icon svg {
    width: 100px;
    transition: all .5s ease;
}

.card-body-egpt {
    padding: 3rem 2rem 3rem 2rem;
    height: 310px;
    transition: all .5s ease;
    background: #fff;
    border: 1px solid #f7f7f9;
}
.card-body-egpt:hover {
    background: #f7f7f9;
    padding: 2rem 1rem 2rem 1rem;
}
.card-body-egpt .card-text-egpt {
    overflow: hidden;
    margin-top: 2rem;
    height: 0;
    font-size: 14px;
}
.card-body-egpt:hover .card-text-egpt {
    overflow: visible;
    margin-top: 1rem;
    height: 100%;
     transition: all .5s ease;
}
.card-body-egpt:hover .icon-box-icon svg {
    width: 50px;
    height: 50px;
    transition: all .5s ease;
}
.our-story-egypt {
    height: 700px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;

}

.cover-image{
    object-fit: cover;
}
#navbarDropdownMenuLink img, #navbarDropdownMenuLink + .dropdown-menu img {
    height: auto;
    max-width: 24px;
}


.steps:before {
    content: "";
    position: absolute;
    background-image: url('../../assets/images/check-mark-4-1.svg');
    height: 21px;
    width: 21px;
    background-repeat: no-repeat;
    left: 0;
    background-size: 21px;
}

@media(max-width:991px) {
    .steps:before {
     
        height: 16px;
        width: 16px;
        background-size: 16px;
        margin-top: 4px;
    }
    .ksa-home-banner {
        background-position-x: 30%;
    }
}

.owl-carousel .card-body{
    height: 480px;
}

.feature-heading{
    text-align: left !important;
}
.rounded-btn {
    border-radius: 0 0 16px 16px;
}
.restaurants {
    background-position: 75%;
}

/* .divider .d-flex.flex-wrap.gap-3,
    .divider-2 .d-flex.flex-wrap.gap-3{
    margin-top: 0 !important;
    } */
    
@media (min-width:992px) {
    .divider p, .divider-2 p {
        min-height: 130px;
    }
    #navbarNavDropdown .navbar-nav  .nav-item a{
        transition: .4s;
    }
    
    #navbarNavDropdown .navbar-nav > .nav-item:not(:last-child) >a:after {
        height: 2px;
        content: "";
        display: block;
        margin: 0 auto;
        border-color: transparent;
        position: relative;
        top: 7px;
        border: none;
        float: none;
        transition: .4s;
    }
    #navbarNavDropdown .navbar-nav > .nav-item:not(:last-child):hover >a:after{
        background-color: #FF4D00;
    }
    #navbarNavDropdown .navbar-nav > .nav-item:not(:last-child):hover >a{
        color: #FF4D00;
    }
    #navbarNavDropdown .dropdown-toggle.point-sale + .dropdown-menu li:not(:first-child) a {
        padding: 7px 30px;
    }
    #navbarNavDropdown ul.navbar-nav > .nav-item:first-child > ul.dropdown-menu {
        min-height: 237px;
    }

    .align-apps .col-12.col-lg-6 > p {
            min-height: 130px;
    }
    .align-apps h3.my-4 {
        margin-top: 0 !important;
    }
}
@media (max-width:991px) {
    .box-icon p {
        font-size: 12px;
    }
    h1.d-block.d-lg-none {
        margin-bottom: 2rem;
    }
    .text-md-small{
        font-size: 12px;
    }
}




.language-footer ul.list-unstyled li {
    border-right: 1px solid #FFF;
    padding-right: 1rem;
}

.language-footer ul.list-unstyled li:last-child {
    border: none;
}

p.register-note {
    font-size: 13px;
}

.comaparing-slider .owl-nav button,
.features-design-slider .owl-nav button{
    position: absolute;
    top: 45%;
    font-size: 100px !important;
    color: #ff4d00 !important;
}

.comaparing-slider .owl-nav button.owl-prev,
.features-design-slider .owl-nav button.owl-prev{
    left: -10px;
}

.comaparing-slider .owl-nav button.owl-next,
.features-design-slider .owl-nav button.owl-next {
    right: -10px;
    left: auto;
}

.language-footer ul.list-unstyled {
    flex-wrap: wrap;
    gap: .5rem !important;
}

.ar .nav-link  {
    padding: 22px 96px 22px 22px;
}

.ar .nav-link .hiw-number {
    right: 1.5rem;
}
@media(min-width: 992px) {
    .reporting-features ul.ps-3 {
    min-height: 200px;
}
.comaparing-slider .option{
    min-height: 120px;
}
.option p {
    margin-bottom: 0;
}


.popoup-icons {
    min-height: 155px;
}
.footer-main > .container {
    max-width: 1150px;
}

.footer-main > .container >.row.g-4 {
    --bs-gutter-x: .625rem;
    --bs-gutter-y: 1rem;
}

footer.section.footer-main {
    padding-top: 5rem;
    padding-bottom: 5rem;
    height: 565px;
}

.language-footer {
    position: relative;
    margin-top: 0 !important;
    margin-bottom: 1.5rem !important;
    padding-top: .7rem !important;
    padding-bottom: .7rem !important;
}

.footer-main > .container > .row > div {padding: 10px;}

.social-icons {
    gap: .75rem !important;
}

}


.pricelist .feature-name {
    text-align: left;
}

.list-tab .table th, td {
    text-align: right !important;
}

.dropdown-menu.open-menu{
    display: block;
}

.form-btn-submit{
    min-width: 200px;
}

.input-group-prepend {
    margin-right: .75rem;
}

.input-group-prepend span {
    border-radius: 18px !important;
}

.input-group-prepend + input {
    border-radius: 18px !important;
}

.comaparing-slider .item .item{
    margin-bottom: 1rem;
}


.option .specs img {
    min-width: 35px;
}

@media (max-width:991px) {
    h1 br, h2 br, h3 br, h4 br, h5 br, h6 br {
        display: none;
    }
    .comaparing-slider .item .item{
        margin: 0rem 2.5rem 2rem;
    }
    .language-footer ul.list-unstyled li.nav-item.dropdown:hover .dropdown-menu {
        display: block;
        position: absolute !important;
        right: -30px;
        top: 130%;
    }
    .language-footer, .language-footer .dropdown-menu {
        font-size: 13px;
    }
    .col-6.col-md-3[data-aos="fade-up"] p {
        font-size: 13px;
    }
    .how-it-work-tabs p {
        font-size: 13px;
    }

}
.features-design-slider{
    margin: 0 !important;
}
.features-design-slider > *{
    margin: 0 !important;
    padding: 0 !important;
}
.features-design-slider .col-lg-6,
.features-design-slider .col-lg-4{
    width: 100% !important;
}
.comparing-features-product .d-grid.gap-3 {
    max-width: 220px;
    margin: 0 auto;
}

.cards-box {
    height: 100%;
}
.form-group label {
    font-size: 12px;
    
}
 .th-table th, td {
    text-align: left !important;
}

@media (max-width: 767px) {
    
    .text-align{
      text-align: left !important;
    }
    .tab-btn {
        display: flex;
        justify-content: space-between;
    }
    .tab-btn .btn {
        min-width: 47.5%;
    }

    .our-story-egypt {
        height: 250px;
    }
    .table{
        font-size: 14px;
    }
}

.restaurants {
    background-position: 50%;
}




.cards-box .btn:hover svg{
    filter: brightness(100);
}

#hiwTabsContent video {
    height: 100%;
    object-fit: cover;
}

div#hiwTabsContent,
div#hiwTabsContent .tab-pane {
    height: 100%;
}
.table-wrapping > table + table{
    display: none;
}

.accepts-box img {
    max-width: 64px;
    max-height: 64px;
}

@media(max-width:991px) {
    .table-wrapping > table:not(#starter-plan, #pro-plan, #advanced-plan){
        display: none;
    }
    #starter-plan, #pro-plan, #advanced-plan {
        min-width: 35% !important;
        max-width: 35%;
    }
    .table-wrapping{
        display: flex;
    }
    .table-wrapping > table.show + table,
    .table-wrapping > table.collapsing + table{
        display: flex !important;
    }
    .pricing-table tr td{
        padding: 0 .5rem;
    }
    .accepts-box img, .box-icon img {
        max-width: 48px;
        max-height: 48px;
        margin-bottom: 1rem !important;
    }
    .icon-heading{
        font-size: 18px;
    }
    .tab-content .btn-fixed{
        font-size: 12px;
        min-width: 47.5%;
    }
}

.language-footer a[href^="tel:"], .language-footer a[href^="mailto:"] {
    text-decoration: underline;
}
.popoup-icons figure {
    margin-bottom: 0;
}

.popoup-icons{
    background-color: #FFF;
}


.input-group-prepend .input-group-text img {
    margin: 5px;
}



.faq-navbar {
    padding: 12px 0;
    position: sticky;
    top: 88px;
    background-color: #fff;
    z-index: 100;
}

.faq-navbar a {
    padding: 4px 14px;
    background-color: #F3F3F3;
    border-radius: 20px;
    box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.52);
    font-weight: bold;
    font-size: 14px;
}

.faq-block .accordion-item {
    border: none;
    padding: 0;
}

.faq-block .accordion-header {
    padding-bottom: 24px;
}

.faq-block .accordion-button {
    padding: 0;
    font-weight: 500;
    font-size: 20px;
}

.faq-block .accordion-body {
    padding: 0 16px 10px;
    font-weight: 500;
}

.faq-block .accordion {
    --bs-accordion-btn-icon: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="%23ff4d00" viewBox="0 0 16 16"> <path fill-rule="evenodd" d="M8 2a.5.5 0 0 1 .5.5v5h5a.5.5 0 0 1 0 1h-5v5a.5.5 0 0 1-1 0v-5h-5a.5.5 0 0 1 0-1h5v-5A.5.5 0 0 1 8 2"/> </svg>');
    --bs-accordion-btn-active-icon: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="%23ff4d00" viewBox="0 0 16 16"> <path fill-rule="evenodd" d="M2 8a.5.5 0 0 1 .5-.5h11a.5.5 0 0 1 0 1h-11A.5.5 0 0 1 2 8"/> </svg>');
    --bs-accordion-active-color: var(--bs-body-color);
}

.faq-block .accordion-button::after {
    border: 1px solid var(--bs-blue);
    width: 25px;
    height: 25px;
    background-size: 75%;
    background-position: 3px;
    border-radius: 100%;
}

.faq-block img {
    max-width: 100%;
    margin: 10px auto;
    display: block;
}

.faq-block a {
    color: var(--bs-blue);
}

.info-block {
    background: #f7f7f9;
    border-radius: 20px;
    padding: 30px;
    box-shadow: 0 0 6px rgb(0 0 0 / 16%);  
}
#myTabContent{
    position: relative;
}
@media (min-width:768px) {
    #myTabContent .prev-btn,
#myTabContent .next-btn{
    display: none;
}
}

@media (max-width:767px) {
    .service-tabs, #myTabContent {
        margin: 0 -.5rem;
    }
}

#myTabContent .prev-btn,
#myTabContent .next-btn{
    background-color: transparent;
    border: none;
    position: absolute;
    top: 17%;
    left: -20px;
}
#myTabContent .next-btn{
    left: auto;
    right: -20px;
}

#myTabContent .prev-btn svg,
#myTabContent .next-btn svg{
    width: 50px;
    height: 50px;
}
#myTabContent .col-md-4 img {
    min-height: 300px;
    object-fit: cover;
}

#videoSlider .owl-stage-outer {
    overflow: visible;
}

@media(min-width: 992px) {

    .comaparing-slider .option{
        min-width: 100%;
    }

    .min-section {
        min-height: 550px;
        display: flex;
        align-items: center;
    }
    .min-section img {
        max-height: 500px;
    }

    }
    
    .form-check-input:checked {
        background-color: var(--bs-blue);
        border-color: var(--bs-blue);
    }
    
    .form-check-input:focus {
        box-shadow: none;
    }
    .form-check-input {
       
        border: var(--bs-border-width) solid var(--bs-blue);
    }
    .check-boxs {
        font-size: 14px !important;
        font-weight: 500 !important;
    }
    .payment-form {
        height: 100%;
    }
    
    .thank-you{
        height: 750px;
        display: flex;
        align-items: center;
    }
    .details-box {
        min-height: 215px;
    }

    @media(max-width:991px){
        .hero-content h1 {
            font-size: 30px;
        }
        .table>:not(caption)>*>* {
            padding: 1.5rem 0;
            text-align: center;
        }
        
        
    }

    .comparing-features-product .option:nth-child(4) p {
        min-height: 38px;
    }

    .news-item .arrow {
        position: absolute;
        right: 10px;
        top: 0;
        pointer-events: none;
    }
    
    .news-item h5 a {
        padding-right: 25px;
        display: block;
    }


    .egypt-ar {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }


    .privacy-notice ul, .privacy-notice ol{
        padding-left: 1rem;
        padding-right: 1rem;
        position: relative;
    }

    .privacy-notice li{
    margin-top: .5rem;
    margin-bottom: .5rem;
}


    ul.check-list li {
        position: relative;
        padding-left: 1rem;
        
    }
    
    ul.check-list li > .bi-check {
        position: absolute;
        left: -1rem;
    }

.privacy-notice a:hover{
    text-decoration: underline;
}
li::marker{
    font-weight: bold;
}