@font-face {
    font-family: 'Avenir LT Std';
    src: url('./fonts/Avenir-LT-Std-35-Light.otf') format('opentype');
    /*src: url('../fonts/Inter-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Inter-Regular.woff2') format('woff2'),
        url('../fonts/Inter-Regular.woff') format('woff'),
        url('../fonts/Inter-Regular.ttf') format('truetype'),
        url('../fonts/Inter-Regular.svg#Inter-Regular') format('svg');*/
    font-weight: 350;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Avenir LT Std';
    src: url('./fonts/Avenir-LT-Std-45-Book.otf') format('opentype');
    font-weight: 450;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Avenir LT Std';
    src: url('./fonts/Avenir-LT-Std-65-Medium.otf') format('opentype');
    font-weight: 650;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Avenir LT Std';
    src: url('./fonts/Avenir-LT-Std-85-Heavy.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Avenir LT Std';
    src: url('./fonts/Avenir-LT-Std-95-Black.otf') format('opentype');
    font-weight: 750;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Public Sans';
    src: url('./fonts/public-sans-light.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Public Sans';
    src: url('./fonts/public-sans-semibold.otf') format('opentype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Crimson Text';
    src: url('./fonts/CrimsonText-Italic.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

body {
    font-family: 'Avenir LT Std' !important;
    line-height: 16.8px;
    font-weight: 450;
    font-size: 16px;
    margin: 0px !important;
}

h4 {
    font-size: 45px;
    line-height: 48px;
    font-weight: 700;
    margin-bottom: 20px;
    color: rgba(14, 18, 23, 1);
}

h5 {
    font-size: 35px;
    font-weight: 700;
    margin-bottom: 20px;
    color: rgba(14, 18, 23, 1);
}

a,
a:hover {
    text-decoration: none;
}

ul {
    padding: 0;
    margin: 0;
}

.btn {
    border-radius: 3px;
    font-weight: 600;
}
img {
    max-width: 100%;
}
.btn.small {
    padding: 7.2px 25px;
    font-size: 14px;
}

.btn-primary {
    background: rgba(26, 112, 178, 1);
    border-color: rgba(26, 112, 178, 1);
    color: rgba(255, 255, 255, 1);
}

.btn-primary:hover, .btn-primary:focus {
    background: rgba(26, 112, 178, 1);
    border-color: rgba(26, 112, 178, 1);
    box-shadow: none;
}

.get-app-btn {
    padding: 7.2px 25px 7.2px 45px;
    border: 1px solid rgba(255, 255, 255, 1);
    color: rgba(255, 255, 255, 1);
    background: transparent;
    position: relative;
    font-size: 14px;
    margin-right: 15px;
    height:40px;
    line-height:24px;
}

.get-app-btn:before {
    content: '';
    position: absolute;
    top: 6px;
    left: 25px;
    height: 22px;
    width: 20px;
    display: inline-block;
    background: url(../images/app-icon.svg) no-repeat 0px 3px;
}

.btn.get-app-btn:hover {
    color: #ffffff;
    opacity: 0.8;
}
.trans_btn, .trans_btn.cust-btn {
    margin-left: 18px;
    border: 1px solid rgba(26, 112, 178, 1);
    font-weight: 700;
    color: #1a70b2;
    background-color: transparent;
}
.container {
    max-width: 1512px;
}

h3 {
    font-size: 45px;
    line-height: 54px;
    font-weight: 700;
    color: rgba(14, 18, 23, 1);
    text-align: center;
}
a:hover,
button:hover {
    opacity: 0.8;
    transition: all .3s ease-in-out;
}
.cust-btn {
    width: 212px;
    height: 45px;
    border-radius: 3px;
    border: 0px;
    text-align: center;
    font-size: 16px;
    display: inline-block;
    margin-bottom: 0px !important;
    vertical-align: middle;
    line-height: 45px;
}
.para {
    letter-spacing: 0.02px;
    font-size: 25px;
    font-weight: 350;
    line-height: 1.2;
    color: rgba(14, 18, 23, 1);
}
.btn45 {
    line-height: 1.2;
    text-align: center;
    height: 45px;
    border: 1px solid rgba(26, 112, 178, 1);
    color: rgba(26, 112, 178, 1);
    border-radius: 3px;
    font-size: 16px;
    background-color: transparent;
    font-weight: 700;
    padding: 13px 18px;
    display: inline-block;
}
.btn45:hover{
    color: rgba(26, 112, 178, 1);
}

.pl-85,
.pr-85 {
    padding-left: 85px;
    padding-right: 85px;
}
header .navbar-collapse .menu .menu-item.current-menu-item a{
	position:relative;
}

.top-menu {
    z-index: 1000;
    position: absolute !important;
    width: 100%;
    left: 0;
    top: 0;
    transition: all .4s ease-in-out;
}
.what-we-offers, .explore-more-dialog .modal-dialog.modal-xl .modal-content {
    background: rgba(241, 249, 255, 1);
}
.wpcf7 form.invalid .wpcf7-response-output{
	display:none;
}
.header-top {
    padding: 16px 0px 12px;
}

.header-top .country-info {
    color: rgba(255, 255, 255, 1);
    padding-left: 30px;
    position: relative;
    font-size: 14px;
}
header .navbar-collapse .menu {
    display: flex;
    flex-direction: row;
    margin: 0px;
    list-style-type: none;
}

header .navbar-collapse .menu .menu-item {
    margin-right: 20px;
}

header .menu-header-menu-container {
    width: 44.6%;
    margin-top: 2px;
}

header .navbar-collapse .menu .menu-item:last-child {
    margin-right: 0px;
}

.header-top .country-info:before {
    content: '';
    height: 40px;
    width: 25px;
    background: url(../images/uae-tower.svg);
    position: absolute;
    top: -9px;
    left: 0px;
}

.header-top .links {
    display: inline-block;
    padding-left: 30px;
    position: relative;
}

.header-top .links:before {
    content: "";
    height: 22px;
    width: 22px;
    display: inline-block;
    position: absolute;
    left: -3px;
    top: -3px;
    background: url(../images/home-icon.svg);
}

.header-top .links li {
    display: inline-block;
}

.header-top .links li span {
    display: inline-block;
    margin: 0px 10px;
    color: #ffffff;
}

nav.bg-transparent {
    background-color: transparent !important;
    padding-top: 0px;
    padding-bottom: 0px;
}

.header-top .links li a {
    color: #ffffff;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 14px;
}

header .collapse.navbar-collapse {
    justify-content: right;
}

header .menu .menu-item a {
    color: rgba(255, 255, 255, 1);
    font-size: 17px;
    display: block;
    padding: .5rem .5rem;
    text-decoration: none;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
}

header .menu .menu-item a:hover {
    opacity: 0.8;
}

header .navbar-brand {
    margin-right: 0px;
    margin-top: 4px;
}
.header-btns {
    margin-top: 3px;
}
 .header-btns .btn-primary{
    min-width: 135px;
    padding: 7.9px 25px;
    height: 40px;
    line-height: 24px;
 }

.banner img, .banner video {
    width: 100%;
    height: 695px;
    object-fit:cover;
    object-position:bottom;
}
.banner.about-banner img{
    height: 687px;
}
.banner.explore-more img{
    height: 687px;
    object-position: top;
}
.banner.faq img{
    height: 687px;
}

.d-flex.justify-content-between.w-100 {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.we_are {
    padding:85px 0px 68px;
}

.we_are h4 {
    font-size: 45px;
    color: rgba(14, 18, 23, 1);
    font-weight: 700;
    letter-spacing: 0.01px;
    line-height: 1.06;
    margin-bottom: 23px;
}

.we_are h4 img {
    width: 42px;
    height: 55px;
    margin-left: 0px;
    vertical-align: bottom;
}

section.we_are .col-md-7 p {
    max-width: 783px;
    font-size: 20px;
    font-weight: 350;
    color: rgba(66, 66, 66, 1);
    line-height: 1.55;
    margin-bottom: 34px;
}

section.we_are .who_btn{
    margin-top: 48px;
}

.we_are .col-md-5 img {
    max-width: 475px;
    margin-left: 23px;
}
.explore-inner p b {
    position: relative;
    top: -5px;
}

.we_are .col-sm-5.text-center {
    margin-block-start: auto;
}

.get_app {
    background: rgba(26, 112, 178, 1);
    padding: 24px 0px 2px;
}

.get_app h2 {
    margin-bottom: 21px;
    font-size: 45px;
    font-weight: 700;
    line-height: 1.066;
    color: rgba(255, 255, 255, 1);
    margin-top: 0px;
}

.get_app p {
    font-size: 25px;
    color: white;
    line-height: 1.2;
    margin-bottom: 22px;
}

.get_app_form input {
    padding: 13px 20px;
    height: 55px;
    max-width: 402px;
    border: 0;
    border-radius: 3px;
    font-size: 18px;
    width: 100%;
}
.get_app_form [type="submit"] {
    height: 55px;
    border-radius: 3px;
    width: 174px;
    color: rgba(255, 255, 255, 1);
    background-color: transparent;
    border: 1px solid #ffffff;
    font-size: 16px;
    margin-left: 20px;
}
.get_app_form br{
	display:none;
}

.get_app_form {
    display: flex;
}
.get_app_form form  p{
	display:flex;
	position:relative;
	padding-bottom: 12px;
	margin-bottom: 0px;
}
.get_app_form form p >span{
    max-width: 402px;
    width: 100%;
	display: contents;
	position:static;
}
.get_app_form form p >span input+span{
	  position: absolute;
    bottom: -24px;
    left: 0px;
}
.get_app_form input[type='email'] {
    padding: 13px 20px;
    height: 55px;
    max-width: 402px;
    border: 0;
    border-radius: 3px;
    font-size: 18px;
    width: 100%;
}
.error-404.not-found{
	padding: 35px 0px;
  background: #f0f0f0;
}
.error-404.not-found h1{
	min-height: 235px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.get_app input[type="button"] {
    height: 55px;
    border-radius: 3px;
    width: 174px;
    color: rgba(255, 255, 255, 1);
    background-color: transparent;
    border: 1px solid #ffffff;
    font-size: 16px;
    margin-left: 20px;
}

.get_app hr {
    border: 0px;
    margin-top: 35px;
    margin-bottom: 33px;
    height: 4px;
    background: rgba(32, 125, 196, 1);
    border-radius: 10px;
    opacity: 1;
    width: 94%;
}
.get_app .row{
    align-items: center;
}

.get-app-links a {
    display: inline-block;
    margin-right: 20px;
    margin-top: 5px;
}

.get-app-links a:last-child {
    margin-right: 0px;
}

.get_app h6 {
    font-size: 20px;
    color: rgba(255, 255, 255, 1);
    font-weight: 350;
    line-height: 1.5;
    margin-bottom: 0px;
}

.get_app_text {
    /* max-width: 617px; */
    width: 100%;
    padding-left: 13.4%;
}
.modal-content .what-we-offers{
    padding: 25px 20px 25px;
}
.modal-content  .what-we-offers h4 {
    margin-bottom: 20px;
}

.titl {
    font-size: 45px;
    color: rgba(14, 18, 23, 1);
    font-weight: 700;
    letter-spacing: 0.01px;
    line-height: 1.06;
    margin-bottom: 0px;

}

.resto_owner {
    background: rgba(246, 251, 255, 1);
    padding: 80px 0px 83px;
}
.resto_owner .row .col-lg-4{
    width: 32.33%;
}
.resto_owner .row .col-lg-8{
    width: 67.5%;
}

.resto_owner img {
    border-radius: 20px;
}

.resto_owner h4.titl {
    margin-bottom: 21px;
    letter-spacing: -0.2px;
}

.resto_owner p.para {
    margin-bottom: 23px;
}

.resto-text-one {
    margin-bottom: 64px;
}

.resto-text-two h4.titl {
    margin-bottom: 12px;
    font-size: 35px;
}

.resto-text-two p.para {
    margin-bottom: 21px;
    font-size: 22px;
}
.resto-text-two .btn45{
    min-width: 280px;
}

.resto-text {
    /* padding-left: 42px; */
}

.explore h4.titl {
    margin: auto;
    max-width: 1001px;
    margin-bottom: 66px;
    position: relative;
    padding: 0px 35px;
    line-height: 54px;
}

.explore-box {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
}

.explore-inner {
    position: relative;
    margin-bottom: 29px;
    margin-left: auto;
    margin-right: auto;
}

.explore-inner img {
    width: auto;
    margin: 0px auto;
}

.explore h4.titl::before {
    height: 54px;
    position: absolute;
    left: -16px;
    top: 4px;
    background: url(../images/img08.png);
    content: '';
    width: 54px;
    z-index: 1;
    visibility: visible;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.explore h4.titl::after {
    height: 54px;
    position: absolute;
    right: -16px;
    top: 4px;
    background: url(../images/img07.png);
    content: '';
    width: 54px;
    z-index: 1;
    visibility: visible;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.explore .row .col-lg-4:nth-child(2) .explore-inner, .explore .row .col-lg-4:nth-child(5) .explore-inner{
    text-align:center;
}
.explore .row .col-lg-4:nth-child(3) .explore-inner, .explore .row .col-lg-4:nth-child(6) .explore-inner{
   text-align:right;
}

.explore-inner .explore-text img {
    width: auto;
    margin: 0px 0px;
}

.explore-inner .explore-text {
    position: absolute;
    left: 0px;
    bottom: 17px;
    z-index: 10000;
    margin-bottom: 0px;
    width: 97%;
    padding: 0px 15px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    text-align: left;
}
.explore .row .col-lg-4:nth-child(2) .explore-inner .explore-text, .explore .row .col-lg-4:nth-child(5) .explore-inner .explore-text{
    left:7px;
}
.explore .row .col-lg-4:nth-child(3) .explore-inner .explore-text, .explore .row .col-lg-4:nth-child(6) .explore-inner .explore-text{
    left:15px;
}

.explore-inner p {
    margin-bottom: 0px;
    color: white;
    color: rgba(255, 255, 255, 1);
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2;
    margin-left: 12px;
    letter-spacing: -0.1px;
}

.explore {
    padding: 71px 0px 65px;
}

.bg-blue {
    background: rgba(246, 251, 255, 1);

}

.banner.contact-banner {
    height: 118px;
    overflow: hidden;
}

.feature {
    padding: 71px 0px 60px;
}

.feature-slider {
    padding-top: 35px;
    padding-bottom: 70px;
}
.slick-initialized .slick-slide:last-child .feature-text{top: 70%;}

.feature-box {
    position: relative;
    /* padding: 0px 25px 0px 0px; */
}
/* .bg-blue.feature .container-lg{
    padding-left:0px;
    padding-right:0px;
} */
 .feature-slider .slick-slide {
    margin: 0 12px;
}
.feature-slider .slick-list {
    margin: 0 -12px;
}

.feature-text {
    position: absolute;
    top: 62%;
    left: 28px;
    right: 25px;
    text-align: left;
    color: rgba(255, 255, 255, 1);
}

.feature-text h6 {
    font-size: 25px;
    font-weight: 700;
    line-height: 27px;
    margin-bottom: 5px;
}

.feature-text p {
    font-size: 20px;
    font-weight: 300;
    line-height: 24px;
    color: rgba(255, 255, 255, 1);
}

.feature-text p b {
    font-weight: 700;
}

.feature-box img {
    width: 100%;
    object-fit: fill;
    border-radius: 20px;
    height: 100%;
}

.pb-38 {
    padding-bottom: 38px;
}

.col-3.contact hr {
    margin-top: 31px;
    margin-bottom: 24px;
}

.about-mission {
    padding: 101px 0px 58px;
}
.about-mission .row .col-md-7{
    width: 57.5%;
}
.about-mission .row .col-md-5{
    width: 42.5%;
}

.about-mission p {
    font-size: 18px;
    line-height: 30px;
    margin-top: 25px;
    width: 94%;
    letter-spacing: -0.099px;
    margin-bottom: 30px;
}

.about-mission h5 {
    margin-top: 68px;
}

.about-mission img {
    border-radius: 20px;
    margin-top: 15px;
    width: 100%;
}

.about-mission .about-quote {
    padding: 35px 73px;
    background: rgba(26, 112, 178, 1);
    font-weight: 600;
    color: rgba(255, 255, 255, 1);
    font-size: 22px;
    line-height: 40px;
    margin-top: 82px;
    border-radius: 10px;
}

.about-mission .about-quote img {
    height: 229px;
    width: 229px;
    display: inline-block;
    border-radius: 50%;
    vertical-align: middle;
    margin-top: 0px;
}

.about-mission .about-quote p {
    display: inline-block;
    width: calc(100% - 240px);
    vertical-align: middle;
    padding-right: 35px;
    margin-bottom: 0px;
    font-size: 22px;
    line-height: 40px;
    font-weight: 400;
    margin-top: 12px;
}

.what-we-offers {
    background: rgba(246, 251, 255, 1);
    padding:50px 0px 85px;
}

.what-we-offers h4 {
    text-align: center;
}

.what-we-offers .box {
    background: rgba(255, 255, 255, 1);
    border-radius: 20px;
    padding: 15px 24px;
    min-height: 382px;
    height:100%;
}
.what-we-offers .box .feature-icon {
    min-height: 94px;
}
.what-we-offers .row .col-lg-4{
    margin-top: 25px;
}
.what-we-offers h4{
    margin-bottom: 40px;
}


.what-we-offers .box img {
    margin: 18px 0px 22px;
}

.what-we-offers .box h6 {
    font-size: 17px;
    line-height: 20.4px;
    color: rgba(0, 0, 0, 1);
    font-weight: 700;
    margin-bottom: 18px;
}

.what-we-offers .box p {
    font-size: 16px;
    line-height: 27px;
    font-weight: 350;
}

.join-us-today {
    padding: 74px 0px 98px;
}
.join-us-today .content-area .btn{
    border: 1px solid rgba(255, 255, 255, 1);
    background: rgba(255, 255, 255, 1);
    color: rgba(26, 112, 178, 1);
    font-size: 16px;
    line-height: 19.2px;
    padding: 17px 32px;
    font-weight: 700;
}
.join-us-today .content-area .btn.request-info{
     background:rgba(26, 112, 178, 1);
     color:rgba(255, 255, 255, 1);
}

.join-us-today .bg-box {
    position: relative;
    background: url(./../images/join-us-bg.png) no-repeat 0px 0px;
    background-size: cover;
    overflow: hidden;
    border-radius: 10px;
}

.join-us-today .bg-box .col-5 {
    position: relative;
    z-index: -1;
    width: 44%;
}

.join-us-today .bg-box .col-7 {
    width: 56%;
}

.join-us-today .bg-box .content-area {
    padding: 27px 0px 26px 55px;
    color: rgba(255, 255, 255, 1);
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.join-us-today .bg-box .content-area .join-us-explore-btns{
    max-width: 390px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.join-us-today .bg-box .content-area .join-us-explore-btns .btn{
    margin:5px 0px;
}

.join-us-today .bg-box .content-area h3 {
    font-size: 40px;
    line-height: 48px;
    text-align: left;
    color: rgba(255, 255, 255, 1);
    margin-bottom: 10px;
}

.join-us-today .bg-box .content-area p {
    font-size: 17px;
    line-height: 27px;
    font-weight: 600;
    margin-bottom: 10px;
}

.join-us-today .bg-box .content-area .action-btn {
    margin-right: 10px;
    display: inline-block;
    margin-top: 16px;
}

.join-us-today .bg-box .video-frame,
.join-us-today .bg-box .video-frame img {
    height: 100%;
    width: 100%;
}

.contact-form {
    padding: 70px 0px;
}

.contact-form .cust-btn {
    line-height: initial;
    line-height: initial;
    margin-left: 0px;
}
.contact-form .cust-btn:hover {
    opacity:0.8;
}

.contact-form .cust-btn.cancel {
    border: 1px solid rgba(143, 165, 182, 1);
    color: rgba(141, 158, 171, 1);
    margin-right:15px;
}

.contact-form .form-main {
    max-width: 780px;
    margin: 0px auto;
}

.contact-form .form-main .btns {
    margin-top: 27px;
}

.contact-form .form-main .btns a.trans_btn {
    line-height: 32px;
}

.contact-form h4 {
    text-align: center;
    margin-bottom: 7px;
}

.contact-form .sub-head p {
    font-size: 25px;
    line-height: 70px;
    color: rgba(0, 0, 0, 1);
    display:inline-block;
}
.contact-form .sub-head{
    text-align: center;
}
.contact-form .sub-head img{
    width: 30px;
    vertical-align: text-bottom;
}

.contact-form .form-group p {
    font-size: 15px;
    text-align: left;
    line-height: 16px;
    margin-bottom: 0px;
}

.contact-form .btns p {
    font-size: 15px;
    line-height: 16px;
    margin-bottom: 0px;
    text-align: center;
    position:relative;
}
.contact-form .btns p span.wpcf7-spinner{
    position: absolute;
    top: 10px;
}

.contact-form .form-group p br,
.contact-form .btns br {
    display: none;
}

.wpcf7-not-valid-tip {
    display: block;
    margin-top: 5px;
}

.contact-form form label {
    font-size: 15px;
    color: rgba(73, 78, 85, 1);
    line-height: 15px;
    font-weight: 400;
    margin-bottom: 10px;
}

.contact-form form .form-group {
    margin: 20px 0px 10px;
}

.form-control {
    background: rgba(242, 249, 255, 1);
    padding: 5px 10px;
    min-height: 50px;
    border-radius: 4px;
    border: 0px;
}

textarea.form-control {
    height: 145px;
    resize: none;
}

.accordion-button::after {
    background: none;
    content: "+";
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
}

.accordion-button:not(.collapsed)::after {
    background: none;
    content: "-";
    transform: rotate(0deg);
}

.accordion-button,
.accordion-item {
    border: 0px;
}

.accordion-button {
    font-size: 20px;
    line-height: 4px;
    font-weight: 600;
    padding: 1rem 2.55rem;
}

.accordion-item {
    margin-top: 7px;
}

.accordion-button:focus {
    box-shadow: none;
}

.accordion-button:not(.collapsed),
.accordion-button {
    color: rgba(0, 0, 0, 1);
    background-color: rgba(240, 249, 255, 1);
    box-shadow: none;
    height: 65px;
}

.accordion-body,
.accordion-body p {
    font-size: 18px;
    line-height: 30px;
    font-weight: 450;
    color: rgba(14, 18, 23, 1);
}
.accordion-body{
    padding: 17px 33px;
}

.faq-main {
    padding-top: 92px;
    margin-bottom: 86px;
}

.faq-main h4 {
    margin-bottom: 42px;
}

.restaurant-potentials {
    padding: 85px 0px;
}

.restaurant-potentials .title h3 {
    font-size: 53px;
    line-height: 46px;
    font-weight: 700;
    display: inline-block;
    position: relative;
    padding-right: 72px;
    letter-spacing: -0.6px;
}

.restaurant-potentials .title h3:after {
    content: '';
    position: absolute;
    height: 38px;
    width: 38px;
    display: inline-block;
    font-weight: 700;
    right: 23px;
    bottom: 7px;
    background: url(../images/fly-icon.svg) no-repeat 0px 0px;
}

.restaurant-potentials .title p {
    font-size: 30px;
    line-height: 46px;
    font-weight: 350px;
    padding-left: 55px;
    padding-right: 69px;
    margin-left: 0px;
    position: relative;
    display: inline-block;
    margin-top: 26px;
    letter-spacing: -0.3px;
}

.restaurant-potentials .title p:before,
.restaurant-potentials .title p:after {
    content: "";
    height: 36px;
    width: 36px;
    display: inline-block;
    position: absolute;
    top: 0px;
    left: 8px;
    background: url(../images/stars-icon.svg) no-repeat center;
}

.restaurant-potentials .title p:after {
    left: initial;
    right: 8px;
}

.restaurant-potentials .features-list {
    display: flex;
    justify-content: space-evenly;
    padding: 37px 8.44% 26px 8.4%;
    position:relative;
}
.restaurant-potentials .features-list:after{
    content: '';
    height: 2px;
    max-width: 100vw;
    width: 104.5%;
    position: absolute;
    bottom: 0px;
    left: -2.6%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.17);
}
.features-list .box{
    width: 25%;
    position:relative;
}

.features-list .circle {
    border: 1px solid rgba(214, 237, 255, 1);
    height: 127px;
    width: 127px;
    border-radius: 50%;
    background: #f4faff;
    display: inline-flex;
    box-shadow: 0px 45px 90px 0px rgb(110 110 110 / 20%);
    position: relative;
    justify-content: center;
    align-items: center;
}

.features-list .box:not(:last-child):after {
    content: '';
    height: 79px;
    border: 1px solid rgb(0 0 0 / 12%);
    position: absolute;
    top: 18px;
    right: -1px;
}

.restaurant-potentials .features-list h6 {
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
    color: rgba(0, 0, 0, 1);
    margin-top: 47px;
}

.restaurant-potentials .inner-info {
    padding: 112px 0px 12px;
}

.restaurant-potentials .inner-info h4 {
    font-size: 40px;
    line-height: 48px;
    margin-bottom: 22px;
    letter-spacing: -0.4px;
}

.restaurant-potentials .inner-info p {
    font-size: 25px;
    line-height: 35px;
    color: rgba(14, 18, 23, 1);
    letter-spacing: -0.22px;
}

.feature-cards {
    background-color: rgba(246, 251, 255, 1);
    padding: 30px 0px;
}
.feature-cards .container-lg{
     min-width:1425px;
}
.feature-cards .row{
    gap: 16px 18px;
}

.feature-cards .uniqe-feature-card {
    border: 0.2px solid rgb(26 112 178 / 28%);
    background-color: #ffffff;
    border-radius: 20px;
    padding: 20px 25px;
    text-align: center;
    max-width: 455px;
    min-height: 245px;
}

.feature-cards .uniqe-feature-card .img-box {
    width: 87px;
    height: 75px;
    border-radius: 6px;
    margin: 0px auto 22px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.feature-cards .uniqe-feature-card .img-box.occupancy-rate {
    background: rgba(255, 236, 232, 1);
    border: 1px solid rgba(147, 99, 77, 1);
}

.feature-cards .uniqe-feature-card .img-box.improve-efficiency {
    background: rgba(247, 254, 255, 1);
    border: 1px solid rgba(189, 226, 255, 1);
}

.feature-cards .uniqe-feature-card .img-box.improve-visivility {
    background: rgba(255, 253, 251, 1);
    border: 1px solid rgba(240, 206, 161, 1);
}

.feature-cards .uniqe-feature-card .img-box.customied-exp {
    background: rgba(255, 246, 247, 1);
    border: 1px solid rgba(255, 239, 216, 1);
}

.feature-cards  .uniqe-feature-card .img-box.reduce-show {
    background: rgba(235, 247, 255, 1);
    border: 1px solid rgba(189, 226, 255, 1);
}

/* .feature-cards .item.col-lg-4 {
    width: 32.57%;
} */

.feature-cards .uniqe-feature-card h6 {
    font-size: 17px;
    line-height: 20.5px;
    color: rgba(0, 0, 0, 1);
    font-weight: 700;
    margin-bottom: 6px;
    min-height: 40px;
}

.feature-cards .uniqe-feature-card p {
    font-size: 16px;
    line-height: 22.5px;
    color: rgba(0, 0, 0, 1);
}

.pricing {
    padding: 55px 0px 20px;
}
.pricing h4{
    font-size: 40px;
    line-height:30px;
    color: rgba(0, 0, 0, 1);
    margin-top: 34px;

}

.pricing .pricing-head {
    background: rgba(26, 112, 178, 1);
    color: rgba(255, 255, 255, 1);
    text-align: center;
    max-width: 1116px;
    margin: 35px auto 0px;
    border-radius: 12px;
}

.pricing .pricing-head h5 {
    display: inline-block;
    font-size: 40px;
    line-height: 30px;
    font-weight: 700;
    color: rgba(255, 255, 255, 1);
    margin-bottom: 0px;
    padding: 29px 55px;
    position: relative;
}

.pricing .pricing-head h5:after,
.pricing .pricing-head h5:before {
    content: "";
    height: 36px;
    width: 36px;
    display: inline-block;
    position: absolute;
    top: 50%;
    transform: translate(0px, -50%);
    left: 0px;
    background: url(../images/stars-icon.svg) no-repeat center;
}

.pricing-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 55px;
    /* max-width: 942px; */
    margin: 55px auto 0px;
}

.pricing .pricing-head h5:after {
    left: initial;
    right: 0px;
}

.pricing .points {
    max-width: 1060px;
    margin: 25px 0% 0px 14.6%;
}

.pricing .points ul {
    list-style-type: none;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.pricing .points ul li {
    padding-left: 25px;
    position: relative;
    width: 40%;
    color: rgba(0, 0, 0, 1);
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
    margin-top: 22px;
}

.pricing .points ul li:nth-child(odd) {
    width: 52%;
}

.pricing .points ul li:before {
    content: '';
    position: absolute;
    top: 5px;
    left: 0px;
    height: 12px;
    width: 12px;
    display: inline-block;
    border-radius: 50%;
    background: rgba(26, 112, 178, 1);
}

.pricing .points ul li:nth-child(2) {
    margin-left: 6%;
}

.pricing-list .card {
    box-shadow: 0px 2px 4px 0px rgba(171, 190, 209, 0.6);
    background: rgba(236, 247, 255, 1);
    border-radius: 27px;
    overflow: hidden;
    min-width: 288px;
    margin-top: 20px;
    font-family: 'Public Sans' !important;
    border: 0px;
    min-height: 418px;
    transition: all 0.3s;
}
.pricing-list .card:last-child{
    min-width:315px;
}
.pricing-list .card:nth-child(even){
    margin-left: 30px;
    margin-right: 30px;
}
.pricing-list .card:hover{
     opacity:0.9;
     box-shadow: 0px 2px 4px 0px rgb(171 190 209);
}

.pricing-list .card .header {
    border-bottom: 1px solid rgba(12, 20, 46, 0.11);
    padding: 23px 22px 14px;
}

.pricing-list .card .header .bedge {
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    color: rgba(255, 255, 255, 1);
    background: rgba(26, 112, 178, 1);
    border-radius: 20px;
    display: inline-block;
    padding: 6px 18px;
    margin-bottom: 25px;
    font-weight: 600;
}

.pricing-list .card .header h6 {
    color: rgba(0, 0, 0, 1);
    font-size: 24px;
    line-height: 20px;
    font-weight: 600;
    letter-spacing: -0.1px;
    margin-left: 7px;
    margin-bottom: 2px;
}

.pricing-list .card ul {
    padding: 11px 12px 20px 30px;
    list-style: none;
}
.join-us-today.explore-more{
    padding: 28px 0px 55px;
}
.join-us-today.explore-more .bg-box .content-area{
    padding: 27px 0px 26px 73px;
}
.join-us-today.explore-more .bg-box .content-area h3 {
    font-size: 44px;
    line-height: 48px;
    text-align: left;
    color: rgba(255, 255, 255, 1);
    margin-bottom: 10px;
    margin-top: 18px;
}
.join-us-today.explore-more .bg-box .content-area .join-us-explore-btns {
    max-width: 384px;
    margin-top: 20px;
}
.pricing-list .card:last-child ul{
    padding-left: 19px;
}

.pricing-list .card ul li {
    color: rgba(103, 106, 121, 1);
    padding-left: 29px;
    position: relative;
    font-weight: 400;
    line-height: 20px;
    margin-top: 10px;
    font-size: 14px;
    margin-bottom: 2px;
    display: block;
}

.pricing-list .card ul li:before {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    height: 20px;
    width: 20px;
    display: inline-block;
    background: url(../images/pricing-features-icon.svg) no-repeat -2px 0px;
}

.pricing-list .card ul li.disabled {
    color: rgba(103, 106, 121, 0.48);
}

.pricing-list .card.active {
    background: linear-gradient(180deg, rgba(26, 112, 178, 0.85) 68.16%, rgba(26, 112, 178, 0.610051) 122.17%,
            rgba(26, 112, 178, 0.116027) 134.06%, rgba(26, 112, 178, 0) 150.12%);
    box-shadow: 0px 2px 4px 0px rgba(171, 190, 209, 0.6);
}

.pricing-list .card ul li.disabled::before {
    background-position: -2px -29px;
}

.pricing-list .card.active .header .bedge {
    background: rgba(255, 255, 255, 1);
    color: rgba(26, 112, 178, 1);
}

.pricing-list .card.active .header h6 {
    color: rgba(255, 255, 255, 1);
}

.pricing-list .card.active ul li {
    color: rgba(255, 255, 255, 1);
}

.pricing-list .card ul li.custom::before {
    background-position: -3px -57px;
}

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

.navbar-toggler {
    border: 0px;
    background: none;
    box-shadow: none;
    padding: 0px;
}

button:focus:not(:focus-visible) {
    outline: 0;
    box-shadow: none;
}

.navbar-toggler svg:fill {
    color: #ffffff;
}

.slick-next,
.slick-prev {
    bottom: -1%;
    top: inherit;
    width: 35px;
    height: 35px;
}

.slick-prev {
    border-radius: 4px;
    left: inherit;
    right: 31px;
    border: 1px solid rgba(196, 209, 219, 1);
}

.slick-next {
    border-radius: 4px;
    right: -12px;
    border: 1px solid rgba(196, 209, 219, 1);
}

.slick-next:before,
.slick-prev:before {
    line-height: .65;
    opacity: 1;
}

.slick-next:before,
.slick-prev:before {
    content: '';
    background: url(../images/arrows.svg) no-repeat 0px -17px;
    width: 9.29px;
    height: 15.13px;
    font-size: 29px;
    color: rgba(196, 209, 219, 1);
    display: inline-block;
    top: 9px;
    left: 11px;
}

.slick-prev:before {
    background-position: -1px -18px;
    transform: rotate(180deg);
}
.slick-prev.slick-disabled:before{
    opacity: 1;
    background-position: 1px 1px;
    transform: rotate(0deg);
}
.slick-next.slick-disabled:before{
    opacity: 1;
    background-position: 0px 0px;
    transform: rotate(180deg);
}

.slick-next, .slick-prev {
    border: 1px solid rgba(26, 112, 178, 1);
}
.slick-arrow.slick-disabled{
    border: 1px solid rgba(196, 209, 219, 1)
}

.slick-carousel img {
    width: 200px;
}

.banner-text {
    position: absolute;
    width: 90%;
    bottom: 0px;
    z-index: 6;
    left: 0px;
    color: white;
}

.banner-text h2 {
    font-size: 112px;
    font-weight: 750;
}

.banner {
    position: relative;
}

.banner-box {
    position: relative;
}

.resto_owner img {
    padding-left: 24px;
}

header nav .container-lg {
    position: relative;
}

header nav .container-lg:before {
    position: absolute;
    top: 0px;
    left: 15px;
    content: '';
    height: 1px;
    width: 98%;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.get-app-dialog .modal-content {
    background: rgba(12, 13, 14, 1);
    border: 2px solid rgba(221, 221, 221, 1);
    color: rgba(255, 255, 255, 1);
    border-radius: 20px;
}

.get-app-dialog .modal-content .logo {
    margin-bottom: 40px;
}

.get-app-dialog .modal-content .barcode {
    margin: 35px 0px;
}

.get-app-dialog .modal-content h5 {
    color: rgba(255, 255, 255, 1);
    font-size: 35px;
    line-height: 48px;
    margin-bottom: 0px;
    font-weight: 350;
}

.get-app-dialog .modal-content p {
    color: rgba(176, 176, 176, 1);
    font-size: 20px;
    font-weight: 350;
    line-height: 49px;
}

.get-app-dialog .modal-content p span {
    font-weight: 700;
}

.get-app-dialog .modal-dialog {
    max-width: 752px !important;
    margin-top: 6%;
}

.explore-more-dialog .modal-dialog.modal-xl {
    max-width: 1355px;
    margin-top: 8%;
}

.explore-more-dialog .modal-dialog.modal-xl .modal-content {
    border-radius: 20px;
    background: rgba(241, 249, 255, 1);
}

.modal-dialog .btn-close {
    opacity: 1;
}

.blog-main-section h4 a{
    color: rgba(14, 18, 23, 1);
}
.blog-main-section .posted-on a, .blog-main-section .author.vcard a{
    color:rgba(133, 142, 164, 1);
}
.blog-main-section .post-thumbnail img{
    width:100%;
}
.blog-main-section .entry-content p{
    font-size: 20px;
    font-weight: 350;
    color: rgba(66, 66, 66, 1);
    line-height: 1.55;
    margin-bottom: 23px;
}
.blog-comment-form textarea{
    width: 100%;
}

 


.blog-main-section{
     padding:50px 0px;
}

/* ---------------- */
footer {
    background: rgba(18, 19, 40, 1);
    padding-top: 80px;
    padding-bottom: 34px;

}

footer .social-icon li {
    display: inline-block;
    margin-right: 13px;
}

footer h2 {
    color: rgba(255, 255, 255, 1);
    font-size: 18px !important;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 28px;
}

footer ul {
    list-style: none;
}
footer .contact ul:not(:last-child) li:not(:last-child){
    line-height: 2.6;
}
footer ul.menu li.menu-item  {
    margin-bottom: 15px;
    /* display: inline-block; */
}
footer ul li.social-icon a {
    opacity: 1;
}

footer ul li a{
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    font-size: 16px;
    opacity: 80%;
    line-height: 15px;
}

footer ul li a:hover {
    opacity: 1;
    color: #ffffff;
}
footer ul li hr{
    width: 81%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    background: none;
    opacity: 1;
}

.copywrite {
    text-align: center;
}

.copywrite p {
    margin-bottom: 0px;
    font-size: 12px !important;
    color: rgba(133, 142, 164, 1);
    font-weight: 400;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    padding-top: 40px;
    text-transform: uppercase;
    font-style: normal;
}

footer p {
    color: rgba(204, 211, 234, 1);
    font-size: 26px;
    font-style: italic;
    letter-spacing: 0;
    line-height: 1.35;
    text-align: center;
    font-weight: 400;
}

footer h6 {
    color: rgba(204, 211, 234, 1);
    text-align: center;
    text-transform: uppercase;
    font-size: 12px;
    margin-top: 22px;
}

footer .footer-last img {
    width: 96px;
}

.downlod img {
    margin-bottom: 16.5px;
    width: 152px;
    height: 44px;
}

img.email,
img.call {
    width: 23px;
    margin-right: 18px;
}

.col-3.contact li {
    margin-bottom: 15px;
}

li.social-icon img {
    width: 32px;
    margin-right: 13px;
}

footer .made-of {
    padding-top: 37px;
    /* text-align: center; */
    text-transform: capitalize;
}

footer .made-of img {
    margin-right: 14px;

}

footer .made-of span {
    color: rgba(133, 142, 164, 1);
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    display: inline-block;
}
footer ul.social-icon li a, footer .downlod ul li a{
    opacity:1;
}
footer ul.social-icon li a:hover, footer .downlod ul li a:hover{
    opacity:0.8;
}
footer .footer-last p{
    font-family: 'Crimson Text';
}
footer .footer-last{
    border-left: 1px solid rgba(255, 255, 255, 0.1);
   display: flex;
   flex-direction: column;
   justify-content: center;
   align-items: center;
}
@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1364px;
    }
}
@media(min-width: 992px) {
    header .navbar-collapse .menu .menu-item.current-menu-item a:after {
 content: "";
 height: 1px;
 width: calc(100% - 1rem);
 background: #ffffff;
 position: absolute;
 left: 0.5rem;
 bottom: 0px;
 right: 0.5rem;
}

}

/* @media(min-width: 992px) {
    .container-lg{
        width: 94% !important;
        max-width:2400px !important;
    }
} */

@media(max-width: 1445px) {
    .feature-cards .container-lg {
        min-width: initial;
    }
    .restaurant-potentials .features-list:after {
        max-width: 100vw;
        width: 100%;
        left: 0;
    }
    .feature-cards .uniqe-feature-card {
        width: 32.2%;
    }
}
@media(max-width: 1399px) {
    header nav .container-lg:before {
        width: 97.5%;
    }
    .feature-text {
        left: 30px;
        right: 16px;
    }
    .slick-prev {
        right: 43px;
    }
    
    .slick-next {
        right: 0px;
    }
    .pricing .points {
        max-width: 88%;
        margin: 25px 0% 0px 5%;
    }
}
@media(max-width: 1279px) {

    .pricing-list .card{
        width: 288px;
    }
    .we_are .col-md-5 img{
        max-width:100%;
        margin-left:0px;
        width: 100%;
    }
    /* .feature-text{
        top:initial;
        bottom:6px;
    } */
}

@media(max-width: 1199px) {

    .feature-cards .uniqe-feature-card {
        width: 50%;
    }
    .feature-text {
        top: 59%;
    }
    .feature-text h6 {
        font-size: 22px;
        line-height: 25px;
    }
    .slick-initialized .slick-slide:last-child .feature-text {
        top: 68%;
    }
    .feature-text p {
        font-size: 17px;
        line-height: 21px;
    }

    .join-us-today .bg-box {
        background-position: 45% 0px;
    }

    header nav .container-lg:before {
        width: 97.2%;
    }
    .resto_owner img {
        padding-left: 0px;
    }
    .get_app_text {
        padding-top: 60px;
        padding-bottom: 60px;
        max-width: initial;
        width: 100%;
        padding-left: 0px;
    }
    footer .social-icon li {
        margin-top: 3px;
        margin-bottom: 3px;
    }
    .pricing .pricing-head{
        max-width: 95%;
    }
    .pricing .points{
        max-width: 90%;
    }
    .pricing-list .card, .pricing-list .card:last-child {
        width: 31%;
        min-width: initial;
    }
    .pricing-list .card ul{
        padding-left: 19px;
    }
}

@media screen and (max-width: 999px) {

    .trans_btn {
        margin-left: 0px;
        margin-right: 10px;
    }

    .pl-85,
    .pr-85 {
        padding-left: 35px;
        padding-right: 35px;
    }

    li.social-icon img {
        margin-right: 5px;
    }

    img.email,
    img.call {
        width: 18px;
        margin-right: 12px;
    }

    .titl {
        font-size: 35px;
    }
    .explore h4.titl{
        padding: 0px 45px;
        line-height: 44px;
    }
    .explore h4.titl::before {
        height: 44px;
        left: 1px;
        width: 44px;
    }
    .explore h4.titl::after {
        height: 44px;
        right: 1px;
        width: 44px;
    }

    .para {
        font-size: 20px;
    }

    .get_app_text {
        padding-left: 0px;
    }

    .resto-text {
        padding-left: 0px;
    }
    /* .slick-prev {
        right: 60px;
    }
    .slick-next {
        right: 15px;
    } */
}

@media(max-width: 991px) {
    .resto_owner img {
        padding-left: 0px;
    }
    .feature-cards .uniqe-feature-card {
        width: 48%;
        
    }
    .feature-cards .row {
        margin-left: 12px;
        margin-right: 12px;
    }
    .explore-inner img {
        width: 100%;
    }
    .feature-text h6 {
        font-size: 22px;
        line-height: 25px;
        min-height: 50px;
        display: flex;
        align-items: self-end;
    }
    .feature-text p {
        font-size: 17px;
        line-height: 22px;
        min-height: 44px;
    }
    .feature-text, .slick-initialized .slick-slide:last-child .feature-text {
        bottom: 15px;
        top: initial;
    }

    .navbar-collapse {
        background: transparent;
        margin-left: -12px;
        margin-right: -12px;
    }
    .resto_owner .row .col-lg-4.m-auto.text-center {
        width: 39%;
        margin:0px !important;
        text-align:left !important;

    }
    .resto_owner .row .col-lg-4.m-auto.text-center img{
        width:100%;
    }
    .resto_owner .row .col-lg-8 {
        width: 61%;
    }

    header .menu .menu-item .nav-link {
        padding: 12px 20px;
        display: inline-block;
    }

    header .menu .menu-item {
        margin: 5px 0px;
    }

    .header-btns {
        margin: 22px;
    }

    .banner img, .banner video {
        height: auto;
        min-height: 365px;
        object-fit: cover;
    }

    .restaurant-potentials .features-list {
        padding: 35px 0px 22px;
        flex-wrap: wrap;
    }

    .restaurant-potentials .title h3 {
        font-size: 35px;
        line-height: 36px;
        padding: 0px 25px;
    }

    .restaurant-potentials .title h3:after{
        height: 28px;
        width: 28px;
        background-size: cover;
        right: -12px;
        bottom: initial;
        top: 50%;
        transform: translateY(-50%);
    }

    .restaurant-potentials .title p {
        font-size: 20px;
        margin-top: 8px;
        line-height: 35px;
    }

    .restaurant-potentials .title p {
        margin-left: 0px;
    }

    .restaurant-potentials .inner-info h4,
    .join-us-today .bg-box .content-area h3, .join-us-today.explore-more .bg-box .content-area h3 {
        font-size: 35px;
        line-height: 42px;
    }

    .restaurant-potentials .inner-info p {
        font-size: 20px;
        line-height: 28px;
    }

    .feature-cards {
        padding: 30px 15px;
    }

    .pricing .pricing-head h5 {
        font-size: 31px;
    }

    h4 {
        font-size: 35px;
        line-height: 38px;
    }

    header nav .container-lg:before {
        width: 100%;
        left: 0px;
    }

    .get-app-dialog .modal-content h5 {
        font-size: 25px;
        line-height: 35px;
    }

    header .menu-header-menu-container {
        width: 100%;
    }

    header .navbar-collapse .menu {
        flex-direction: column;
    }

    header .menu .menu-item a {
        padding: 12px 20px;
        display: inline-block;
    }
    .we_are h4 {
        font-size: 35px;
    }
    .we_are h4 img{
        width: 35px;
        height:auto;
        margin-left: 8px;
    }
    .banner-text h2 {
        font-size: 80px;
    }
    section{
        padding-left:15px !important;
        padding-right:15px !important;
    }
    .explore h4.titl::before{
        left: -2px;
    }
    .explore h4.titl::after{
        right: -2px;
    }
    /* .slick-initialized .slick-slide:last-child .feature-text {
        top: 72.5%;
    } */
    .explore-inner {
        margin-bottom: 20px;
    }
    .get_app h2{
        font-size: 35px;
    }
    .get_app p {
        font-size: 20px;
        line-height: 1.5;
    }
    footer p{
        font-size: 20px;
    }
    
    .who_btn .cust-btn{
        margin-top:12px;
        margin-left:0px;
        margin-right:0px;
    }
    .who_btn{
        display:flex;
        justify-content: space-between;
        flex-wrap: wrap;
        max-width: 446px;
    }
    footer{
        padding-top: 30px;
    }
    footer h2{
        margin-top: 28px;
        margin-bottom: 15px;

    }
    /* .feature-text h6 br{
        display:none;
    } */
    .pricing-list .card, .pricing-list .card:last-child {
        width: 47%;
        margin-top: 30px;
    }
    .pricing-list .card:nth-child(even) {
        margin-right: 0px;
    }
    .about-mission .about-quote {
        display: flex;
        flex-wrap: wrap;
        padding: 35px 35px;
    }

    .about-mission .about-quote p {
        width: 100%;
        order: 2;
        padding-right: 0px;
        margin-top: 15px;
        font-size: 18px;
        line-height: 32px;
    }

    .about-mission .about-quote img {
        order: 1;
        margin-left: auto;
        margin-right: auto;
        height:100%;
        width:100%;
        max-width: 215px;
    }
    .about-mission .row .col-md-5, .about-mission .row .col-md-7 {
        width: 50%;
    }
    .contact-form .sub-head p {
        line-height: 21px;
    }
    .contact-form  .form-main{
        margin-top:15px;
    }
    .faq-main {
        padding-top: 62px;
        margin-bottom: 45px;
    }
    .about-mission h5 {
        margin-top: 35px;
    }
    .pricing .pricing-head {
        max-width: 100%;
    }
    .pricing .points ul li:nth-child(odd),
    .pricing .points ul li:nth-child(even),
    .pricing .points ul li {
        width: 100%;
        margin-left: 0px;
    }
    .restaurant-potentials .inner-info {
        padding: 50px 0px 12px;
    }
    .top-menu.showMenu {
        background: rgb(0 0 0 / 78%);
        min-height: 365px;
    }
}


@media(max-width: 767px) {
    .navbar-brand img {
        max-width: 215px;
    }
    .pricing-list .card .header h6 {
        line-height: 30px;
    }
    section.pricing{
        padding-bottom:12px !important
    }
    .feature-cards .uniqe-feature-card {
        width: 100%;
        max-width:initial;
    }

    .restaurant-potentials .features-list h6 {
        margin-top: 20px;
        font-size: 20px;
    }
    .faq-main {
        margin-bottom: 0px;
    }
    .contact-form .sub-head p {
        font-size: 21px;
        line-height: 21px;
    }

    .features-list .box {
        width: 45%;
        margin: 15px 2.5%;
    }
    .features-list .box:not(:last-child):after {
        display: none;
    }

    /* .feature-cards .list .item.col-lg-4 {
        flex: 0 0 auto;
        width: 100%;
    } */

    .pricing-list {
        flex-wrap: wrap;
    }

    .pricing .pricing-head h5 {
        font-size: 22px !important;
        line-height: 26px !important;
        padding: 19px 45px;
    }

    .pricing .pricing-head {
        padding-left: 15px;
        padding-right: 15px;
    }

    .restaurant-potentials .inner-info h4,
    .join-us-today .bg-box .content-area h3, .join-us-today.explore-more .bg-box .content-area h3 {
        font-size: 25px;
        line-height: 32px;
    }
    .get_app_text {
        padding-top: 0px;
        padding-bottom: 15px;
    }
    .pricing h4 {
        margin-top: 0px;
    }
    .get_app hr {
        width: 100%;
    }

    .pricing .points ul li:nth-child(even) {
        margin-left: 0px;
    }

    .pricing .points ul li {
        padding-left: 15px;
        font-size: 16px;
        line-height: 22px;
        margin-top: 15px;
    }

    .pricing .points ul li:before {
        height: 8px;
        width: 8px;
    }

    .join-us-today .bg-box .col-7,
    .join-us-today .bg-box .col-5,
    .join-us-today .bg-box .video-frame,
    .join-us-today .bg-box .video-frame img {
        width: 100%;
        z-index: 1;
    }

    .join-us-today .bg-box .content-area .action-btn {
        margin-top: 15px;
    }

    .join-us-today .bg-box .content-area, .join-us-today.explore-more .bg-box .content-area {
        padding: 25px;
    }

    .pricing-list {
        margin-top: 15px;
    }

    .accordion-button:not(.collapsed),
    .accordion-button {
        height: auto;
    }

    .accordion-button {
        font-size: 17px;
        line-height: 25px;
        font-weight: 600;
    }

    .contact-form p {
        font-size: 20px;
        line-height: 26px;
    }

    .resto_owner img {
        margin-bottom: 25px;
        width: 55%;
    }
    .btn-primary.cust-btn.blu_btn {
        margin-bottom: 0px !important;
    }
    .we_are>div>div>div:first-child {
        order: 1;
    }
    .we_are h4{
        margin-top:32px;
    }
    .explore .col-sm-12 .row .col-sm-12:last-child .explore-inner{
        margin-bottom: 0px;
    }
    .resto_owner .row .col-lg-4.m-auto.text-center, .resto_owner .row .col-lg-8 {
        width: 100%;
    }
    .resto-text-one {
        margin-bottom: 34px;
    }
    .about-mission .row .col-md-5, .about-mission .row .col-md-7 {
        width: 100%;
    }
    section {
        padding-top: 50px !important;
        padding-bottom: 50px !important;
    }
    section#shadow-host-companion {
        padding: 0px 0px !important;
    }
    section.get_app{
        padding-bottom:12px !important;
    }
}

@media screen and (max-width: 640px) {
    .feature-text p, .feature-text h6 {
        min-height: initial;
    }
    .feature-text h6{
        margin-bottom: 15px;
    }
    .feature-text, .slick-initialized .slick-slide:last-child .feature-text {
        bottom: 24px;
    }
}

@media screen and (max-width: 600px) {

    .explore h4.titl::after,
    .explore h4.titl::before {
        display: none;
    }

    .we_are {
        padding: 60px 15px;
    }

    p {
        font-size: 18px;
    }

    .we_are p {
        font-size: 18px;
    }

    .cust-btn {
        width: 100%;
        margin: auto;
        margin-bottom: 12px !important;
    }

    .trans_btn {
        margin-left: 0px;
    }

    .pl-85,
    .pr-85 {
        padding-left: 15px;
        padding-right: 15px;
    }

    .feature {
        padding: 60px 0px;
    }

    .explore {
        padding: 60px 0px 60px 0px;
    }

    .explore-inner p {
        margin-left: 9px;
    }

    .banner h2 {
        padding-left: 20px;
        font-size: 65px !important;
        line-height: 1.3 !important;
    }

    .banner img,  .banner video {
        height: 450px;
    }

    .feature-text p {
        font-size: 16px;
    }

    .feature-text h6 {
        font-size: 22px;
    }

    .explore h4.titl {
        padding: 0px 12px;
    }

    .explore h4.titl::after {
        height: 40px;
        width: 40px;
    }

    .explore h4.titl::before {
        height: 40px;
        width: 40px;
    }

    .resto_owner {
        padding: 60px 15px;
    }

    .resto-text {
        padding-left: 0;
        padding-top: 0px;
    }

    .para {
        font-size: 18px;
    }

    .get_app_text {
        padding-top: 0px;
        padding-bottom: 15px;
        padding-left: 0px;
    }

    .get_app {
        padding: 0px 15px;
    }

    .resto_owner .col-sm-4.m-auto {
        text-align: center;
    }

    .get_app p {
        font-size: 18px;
    }

    section.explore h4.titl {
        font-size: 28px;
        width: 100%;
        margin: auto;
        margin-bottom: 25px;
        padding: 0px 0px;
        line-height: 35px;
    }

    .get_app_text>div {
        display: flex;
        margin-top: 18px;
    }

    footer .made-of {
        margin-bottom: 18px;
        text-align: left;
    }

    footer p {
        font-size: 20px;
    }

    .footer-last {
        padding-top: 10px;
    }

    footer .col-sm-2.downlod ul {
        display: flex;
    }

    footer .col-sm-2.downlod ul img {
        margin-right: 10px;
    }

    .container h2 {
        margin-bottom: 18px;
        font-size: 20px;
        margin-top: 18px;
    }

    footer ul a,
    footer ul li {
        font-size: 15px;
    }

    .banner-text h2 {
        font-size: 65px !important;
        line-height: 1.3 !important;
    }
    .who_btn{
        max-width:initial;
    }
    .contact-form .btns p span.wpcf7-spinner {
        position: static;
    }
}

@media (max-width: 576px) {
    .pricing-list .card, .pricing-list .card:nth-child(even), .pricing-list .card, .pricing-list .card:last-child {
        width: 100%;
        margin-left:0px;
    }
    .explore-inner p{
        font-size:20px !important;
    }
    .resto_owner img {
        margin-bottom: 25px;
        width: 100%;
    }

    .what-we-offers .box {
        min-height: initial;
    }
    .we_are h4 img {
        width: 30px;
    }
    p {
        font-size: 16px !important;
    }
    h4,h5,h2,h3{
        font-size:28px !important;
        line-height: 32px !important;
    }
    .feature-slider {
        padding-top: 22px;
    }
    .restaurant-potentials .title h3 {
        font-size: 28px;
        line-height: 35px;
    }

    .restaurant-potentials .title h3:after {
        height: 22px;
        width: 22px;
        right: -6px;
        background-size: cover;
    }

    .restaurant-potentials .title p:before,
    .restaurant-potentials .title p:after {
        height: 25px;
        width: 25px;
        background-size: cover;
    }

    .restaurant-potentials .title p {
        padding-left: 25px;
        padding-right: 25px;
    }
    .restaurant-potentials .inner-info p,
    .restaurant-potentials .title p,
    .join-us-today .bg-box .content-area p {
        font-size: 16px;
        line-height: 23px;
        margin: 0px;
    }
    footer ul li hr {
        width: 100%;
    }
    footer .footer-last{
        text-align:left;
    }
    footer .footer-last p {
        font-family: 'Crimson Text';
        font-size: 22px !important;
    }
    footer h6 {
        margin-top: 5px;
    }
}

@media(max-width: 479px) {
    .header-top .country-info {
        padding-left: 13px;
        font-size: 12px;
    }

    .header-top .country-info:before {
        height: 35px;
        width: 15px;
        background: url(../images/uae-tower.svg) no-repeat -3px 1px;
        top: -9px;
        left: -4px;
    }

    .header-top .col-8 {
        padding-left: 0px !important;
    }

    .header-top .links {
        padding-left: 21px;
    }

    .header-top .links:before {
        content: "";
        height: 18px;
        width: 18px;
        left: 0px;
        top: -3px;
        background: url(../images/home-icon.svg) no-repeat 1px 1px;
        background-size: cover;
    }

    .header-top .links li a {
        font-weight: 400;
        font-size: 11px;
    }

    .header-top .links li span {
        margin: 0px 2px;
    }

    .features-list .box {
        width: 100%;
        margin: 15px 0%;
    }
    .banner img, .banner video {
        height:auto !important
    }
    section {
        padding-left: 5px !important;
        padding-right: 5px !important;
    }
    
}