@import url('https://fonts.googleapis.com/css2?family=Tangerine:wght@400;700&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;600;700&display=swap');

body{
        position: relative;
        overflow-x: hidden;
        font-family: 'Poppins', sans-serif;
        scroll-behavior: smooth;
        font-size: 14px;
}

section{position: relative;}

a{text-decoration: none;color: #ff1b36;}
a:hover{text-decoration: none;}


.form-control::-moz-placeholder{color:#ced4da;opacity:1}
.form-control::placeholder{color:#ced4da;opacity:1}

#main {
  transition: margin-left .5s;
}

/* header top */
.header-top{
    padding: 6px 0;
    font-size: 13px;
}
.header-top .fa{
color: #ff1b36;
}
.header-top-left ul,
.header-top-right ul
{margin: 0;}



.header-top-right ul li.list-inline-item{
    border-right: 1px solid #b5b5b5;
    padding-right: 10px;
}
.header-top-right ul li:last-child{
    border-right: 0;
    padding-right: 0;
}

.header-top-left ul li a,
.header-top-right ul li a{
    text-decoration: none;
    color: #656565;
}
.header-top-right ul li a:hover{
    color: #ff1b36;
}
.header-top-right{text-align: right;}

/* header top start end*/

/* header middle 

.header-middle{
    padding: 25px 0 15px; 
}
.logo1{
    float: left;
    width: auto;
}
.logo1 img{
    width: 150px;
}
/* header middle end */

/* index search */

.page_heading {
    text-align: center;
    color: #ffff;
    margin: 0 auto;
}
.page_heading h1{
    font-weight: bold;
}

.page-breadcrumb{
    text-align: center;
    display: inline-block;
}
.page-breadcrumb ol{
    background: no-repeat;
}
.page-breadcrumb ol li a{color: #feab2f; text-decoration: none;font-weight: bold;}

.page-breadcrumb ol li:before,
.page-breadcrumb ol li.active{
    color: #ffffff !important;
}


.index-search{
    background: #b8052b;
    padding: 40px 0;
    /*background: url("../images/search-bg.jpg");
    height: 300px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;*/
}

.mid-search{margin: 0 auto;}



.mid-search1{
    padding: 15px;
}

.mid-search1 h1,
.mid-search1 p{
color: #ffffff;
}
.mid-search1 h1
{
    font-weight: 600;
    text-align: center;
}

.mid-search1 p{
    margin-bottom: 15px;
    text-align: center;
}

.mid-search1 input.form-control {
    height: 58px;
}

.mid-search1 .dropdown-toggle{
    padding: 15px 20px;/*
   -webkit-border-top-left-radius: 50px;
-webkit-border-bottom-left-radius: 50px;
-moz-border-radius-topleft: 50px;
-moz-border-radius-bottomleft: 50px;
border-top-left-radius: 50px;
border-bottom-left-radius: 50px;*/
}

.mid-search1 i{
    color: #ff1b36;
    position: absolute;
    top: 17px;
    left: 17px;
    font-size: 20px;
    z-index: 4;
}

.mid-search1 input.form-control
{
    padding: 15px 20px 15px 50px;
    /*
   -webkit-border-top-left-radius: 50px !important;
-webkit-border-bottom-left-radius: 50px !important;
-moz-border-radius-topleft: 50px !important;
-moz-border-radius-bottomleft: 50px !important;
border-top-left-radius: 50px !important;
border-bottom-left-radius: 50px !important;*/
}

.mid-search1 .input-group-append .btn{
    font-weight: 600;
    padding: 15px 30px;
/*
-webkit-border-top-right-radius: 50px;
-webkit-border-bottom-right-radius: 50px;
-moz-border-radius-topright: 50px;
-moz-border-radius-bottomright: 50px;
border-top-right-radius: 50px;
border-bottom-right-radius: 50px;*/
}

/* index search end */



/* header bottom  */
.logout{
    float: right;
    margin-top: 3px;
    margin-left: 10px;
}
.logout .dropdown-toggle{
    display: block;
    text-decoration: none;
    color: #ffffff;
}

.logout .dropdown-item.active, 
.logout .dropdown-item:active,
.logout .dropdown-item:focus, 
.logout .dropdown-item:hover
{
    color: #ffffff;
    background: #ff1b36;
}


.header-bottom{
    margin-top: 2px;
    float: right;
}

.header-bottom .snip1189{
    text-align: right;
}
.header-bottom .snip1189 li{
    margin: 0 15px 0 0;
}
.header-bottom .snip1189 li:last-child{
    margin-right: 0;
}
.snip1189 {
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 1px;
  margin: 0;
  padding: 0;
}
.snip1189 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.snip1189 li {
  display: inline-block;
  list-style: outside none none;
  margin: 0 1em;
  padding: 0;
}
.snip1189 a {
  padding: 0.5em 0.8em;
  margin: 0.2em 0;
  display: block;
  color: rgba(255, 255, 255, 0.5);
  position: relative;
  text-decoration: none;
}
.snip1189 a:before,
.snip1189 a:after {
  height: 14px;
  width: 14px;
  position: absolute;
  content: '';
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  opacity: 0;
}
.snip1189 a:before {
  left: 0;
  top: 0;
  border-left: 3px solid #ff1b36;
  border-top: 3px solid #ff1b36;
  -webkit-transform: translate(100%, 50%);
  transform: translate(100%, 50%);
}
.snip1189 a:after {
  right: 0;
  bottom: 0;
  border-right: 3px solid #ff1b36;
  border-bottom: 3px solid #ff1b36;
  -webkit-transform: translate(-100%, -50%);
  transform: translate(-100%, -50%);
}
.snip1189 a:hover,
.snip1189 .current a {
  color: #ffffff;
}
.snip1189 a:hover:before,
.snip1189 .current a:before,
.snip1189 a:hover:after,
.snip1189 .current a:after {
  -webkit-transform: translate(0%, 0%);
  transform: translate(0%, 0%);
  opacity: 1;
}

/* Responsive */

.res-menu{display: none;}
.res-menu span{font-size:30px;cursor:pointer;float: right;color: #ffffff;
    border: 2px solid #ff1b36;
    padding: 0 11px;
}
#mySidenav{padding-top: 50px;text-align: center;}

.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 111;
  top: 0;
  left: 0;
  background-color: #111;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
}
.sidenav li{
    display: block;
}
/*
.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.sidenav a:hover {
  color: #f1f1f1;
}
*/
.sidenav .navclosebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
  text-decoration: none;
  color: rgba(255, 255, 255, 0.5);
}
.sidenav .navclosebtn:hover{
    color: #ffffff;
}
/* header bottom end */

/* top restaurant */

.top-restaurant{
    padding: 60px 0;
    position: relative;
}

.heading_div{
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
}
.heading_div h2{
    color: #333333;
font-family: 'Poppins', sans-serif;
    font-weight: 700;
}

.top_res_blk {
    margin: 20px 0;
    float: left;
  text-align: center;
  width: 100%;
}
.top_res_blk a {
    background-color: #ffffff;
    display: list-item;
    list-style: none;
    height: 200px;
    line-height: 200px;
    width: 200px;
    margin: 0 auto;
    border: 3px solid #f1f1f1;
    box-shadow: 0 11px 0 0 rgba(255, 27, 54, 0.05); 
    -webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;   

overflow: hidden;
}
.top_res_blk a img{
    transition: all 0.2s linear 0s;
}
.top_res_blk a:hover{
 box-shadow: 0 -11px 0 0 rgba(255, 27, 54, 0.05);
}

.top_res_blk a:hover img{
    /*transform: scale(0.9);*/
}
.top_res_blk a img {
  width: 130px !important;
  display: inline-block !important;
  /*transform: scale(0.8);*/
}


.bg_gray{background:#f7f7f7;}



/* Best offer */

.best_offer{
    padding: 50px 0;
    background: #f7f7f7;
    position: relative;
}
.gar1{
background: url("../images/gar1.png") no-repeat;
position: absolute;
height: 300px;
width: 350px;
background-size: 100%;
top: -220px;
left: 20px;
}


.grid_effect {
    position: relative;
    margin: 0 auto;
    list-style: none;
    text-align: center;
    display: inline-block;
    width: 100%;
}

/* Common style */
.grid_effect figure {
    position: relative;
    float: left;
    overflow: hidden;
    width: 100%;
    background: #3085a3;
    text-align: center;
}

.grid_effect figure img {
    position: relative;
    display: block;
    min-height: 100%;
    max-width: 100%;
    opacity: 0.8;
}

.grid_effect figure figcaption {
    padding: 2em;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 1.25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;

 background-color: rgba(0, 0, 0, 0.2);
}

.grid_effect figure figcaption::before,
.grid_effect figure figcaption::after {
    pointer-events: none;
}

.grid_effect figure figcaption,
.grid_effect figure figcaption > a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid_effect figure figcaption > a {
    z-index: 1000;
    text-indent: 200%;
    white-space: nowrap;
    font-size: 0;
    opacity: 0;
}

.grid_effect figure h2 {
    word-spacing: -0.15em;
    font-weight: 300;
}

.grid_effect figure h2 span {
    font-weight: 800;
}

.grid_effect figure h2,
.grid_effect figure p {
    margin: 0;
}

.grid_effect figure p {
    letter-spacing: 1px;
    font-size: 68.5%;
}

/* Individual effects */

/*---------------*/
/***** Jazz *****/
/*---------------*/

figure.effect-jazz {
    background: -webkit-linear-gradient(-45deg, #f3cf3f 0%,#f33f58 100%);
    background: linear-gradient(-45deg, #f3cf3f 0%,#f33f58 100%);
}

figure.effect-jazz img {
    opacity: 0.9;
    width: 100%;
    height: 250px;
    min-height: 250px;
}

figure.effect-jazz figcaption::after,
figure.effect-jazz img,
figure.effect-jazz p {
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
}

figure.effect-jazz figcaption::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-top: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
    content: '';
    opacity: 0;
    -webkit-transform: rotate3d(0,0,1,45deg) scale3d(1,0,1);
    transform: rotate3d(0,0,1,45deg) scale3d(1,0,1);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

figure.effect-jazz h2,
figure.effect-jazz p {
    opacity: 1;
    -webkit-transform: scale3d(0.8,0.8,1);
    transform: scale3d(0.8,0.8,1);
}

figure.effect-jazz h2 {
    padding-top: 20%;
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
}

figure.effect-jazz p {
    padding: 0.5em 2em;
    text-transform: none;
    font-size: 0.85em;
    opacity: 0;
}

figure.effect-jazz:hover img {
    opacity: 0.7;
    -webkit-transform: scale3d(1.05,1.05,1);
    transform: scale3d(1.05,1.05,1);
}

figure.effect-jazz:hover figcaption::after {
    opacity: 1;
    -webkit-transform: rotate3d(0,0,1,45deg) scale3d(1,1,1);
    transform: rotate3d(0,0,1,45deg) scale3d(1,1,1);
}

figure.effect-jazz:hover h2,
figure.effect-jazz:hover p {
    opacity: 1;
    -webkit-transform: scale3d(1,1,1);
    transform: scale3d(1,1,1);
}

/* Best offer end */


/* Testimonial */
.customer-words{ background:url(../images/testimonials-bg.jpg) no-repeat fixed; padding: 100px 0;width: 100%; background-size: cover;}
.customer-words .heading_div,
.customer-words .heading_div h2{color: #ffffff;}

#owl-demo2{margin-top: 50px;}
.customer-words .testi-sec{text-align: center;}
.customer-words .testi-sec img{ width: 135px; height: 135px; border-radius: 100%; border: solid 5px #ffffff;display: inline-block;}
.customer-words .testi-sec span.name{font-size:24px; display: block;}
.customer-words .testi-sec span.name{ color:#E9B947;}
.customer-words .testi-sec span.work{ color:#ffffff; display: block; font-size:14px;}
.customer-words .testi-sec p{ color:#ffffff; font-size: 18px; width: 84%; display: inline-block;}
.customer-words .testi-sec .rating i{ color:#f4bc16; font-size: 32px; }



.customer-words #owl-demo2 .nav-btn   {background: url(../images/testi-arrow.png) no-repeat;  width: 20px;  height: 48px;  border-radius: 0px; opacity:1;position: absolute;}
.customer-words #owl-demo2 .owl-next{  right: -5px;  top: 52%; background-position:-22px 0;}
.customer-words #owl-demo2 .owl-prev {  left: -5px; top:52%; }
.customer-words #owl-demo2 .owl-wrapper-outer{ width:100%;}
.customer-words .owl-pagination {  display: none;}
/* Testimonial end......*/


/* apps section */

.apps{
    background: #ff1b36;
    padding-top: 80px;
}
.app-mockup{
    margin-top: -140px;
}
.app-info{
    color: #ffffff;
    margin-bottom: 60px;
}
.app-info h4{
font-family: 'Poppins', sans-serif;
font-weight: bold;
}
.app-download-btns a{
margin-bottom: 5px;
display: inline-block;
}
.app-download-btns img{
    width: 150px;
}

.bottom-clouds-mockup {
    position: absolute;
    bottom: -45px;
    left: 0;
    right: 0;
    width: 100%;
}

/* apps section end */

/* footer */
#back-to-top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    display: none;
}
/*
footer{background: #121619;position: relative;
    float: left;
    width: 100%;
}
footer:before {
    content: "";
    position: absolute;
    background: url(../images/food-background.png);
    width: 100%;
    height: 100%;
    opacity: 0.1;
    z-index: 0;
}
footer .container{z-index: 1;position: relative;}

.footer {
    padding: 90px 0 50px;    
    border-bottom: 1px solid #656565;
    }



.footer_logo{color: #999;margin-bottom: 20px;}
.footer_logo b{color: #ffffff;}


.footer_box{display: inline-block;}

.footer_box h4,
.get_in_touch h4{
font-family: 'Poppins', sans-serif;
font-weight: bold;
color: #ff1b36;
}


.footer_box ul{display: inline-block;}
.footer_box ul li a:before {
    content: "\f101";
    font-family: fontawesome;
    position: absolute;
    left: 0;
}
.footer_box ul li {
  color: #999;
  float: left;
  width: 100%;
  position: relative;
  margin-top: 12px;
}
.footer_box ul li a {
    color: #999999;
    text-decoration: none;
  display: inline-block;
  position: relative;
  padding-left: 20px;
}
.footer_box ul li a:before {
  content: "\f101";
  font-family: fontawesome;
  position: absolute;
  left: 0;
}
.footer_box ul li a:hover {
  padding-left: 25px;
  color: #ff1b36;
}*/


.get_in_touch ul li {
    color: #999999;
  position: relative;
  padding-left: 30px;
  margin-top: 20px;
}
.get_in_touch ul li i {
  position: absolute;
  left: 0;
  font-size: 18px;
  top: 2px;
  color: #ff1b36;
}
.get_in_touch ul li a {padding-left: 0; color: #ffffff; text-decoration: none;}



.copyright{padding: 30px 0px;}
.copyright .copy-text{
    color: #ffffff;
    letter-spacing: 1px;
     padding-top: 10px;
 }
.copyright .copy-text a{
    color: #ff1b36;
}
.copyright .copy-text a:hover{text-decoration: underline;}
.copyright ul{text-align: right;}
.copyright ul li{
    display: inline-block; padding-left: 8px;
}  
.copyright ul li a{
    color: #ffffff; 
    border: 1px solid #ffffff;
    background: #242628; 
    width: 40px; 
    height: 40px; 
    line-height: 40px; 
    display: list-item; 
    text-align: center;
}
.copyright ul li a:hover{background: #ff1b36;}

a{

  -webkit-transition: all .3s linear;
  -ms-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
}
/* footer end */


/*    Listing page  */
.sec-list{
padding: 60px 0;
}


.shop_single {
    background: #ffffff;
    padding: 15px 20px;
    border-radius: 10px;
    padding-top: 100px;
    position: relative;
    margin: 15px 0;
    min-height: 510px;
    max-height: 510px;


     box-shadow: 0px 0px 8px 2px rgba(0,0,0,0.2);
-webkit-box-shadow: 0px 0px 8px 2px rgba(0,0,0,0.2);
-moz-box-shadow: 0px 0px 8px 2px rgba(0,0,0,0.2);

transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;

}

.shop_single:hover
{
    -moz-transform: translate(0px, -10px);
-webkit-transform: translate(0px, -10px);
-o-transform: translate(0px, -10px);
-ms-transform: translate(0px, -10px);
transform: translate(0px, -10px);
}


.shop_single .thumb{
    text-align: center;
}

img.veg-nonveg {
    left: 30px;
    position: absolute;
    top: 60px;
}

.shop_single .thumb .pro_img img {
    width: 100%;
    min-height: 250px;
    max-height: 250px;

    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
}
.shop_single:hover .thumb .pro_img img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
}
.shop_single .actions {
    position: absolute;
    top: 25px;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    z-index: 2;
}
.shop_single .actions .action {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    color: #333333;
    background: #f7f7f7;
    position: relative;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    margin-bottom: 10px;
    transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    /*opacity: 0;
    visibility: hidden;*/
    font-size: 16px;
    margin: 0 4px;
    border-radius: 7px;
}
.shop_single .actions .action:hover {
    background-color: #ff1b36;
    color: #ffffff;
}   

.shop_single:hover .actions .action {
    visibility: visible;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}
.shop_single .content .cat {
    font-size: 14px;
    text-transform: uppercase;
    margin-right: 13px;
    font-weight: 500;
}

.rating_star{display: inline-block; margin: 0;}


.rating_star li {
    color: #feab2f;
    margin-right: 4px !important;
}
.rating_star li a{
    color: #feab2f;
}

.shop_single .content {
    margin-top: 30px;
}
.shop_single .content h3 {
    font-size: 18px;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
    margin-top: 12px;
    margin-bottom: 10PX;
}

.shop_single .content h3 a{text-decoration: none;color: #333333;}
.shop_single .content h3 a:hover{color: #ff1b36;}
.shop_single .content .s_bottom .price {
    color: #1e1d23;
    padding-right: 2px;
}
.shop_single .content .s_bottom span {
    color: #ff1b36;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
}   
.shop_single .content .s_bottom p {
    margin-bottom: 5px;
}

.shop_single .content .s_bottom .old {
    color: #999999;
    text-decoration: line-through;
    position: relative;
    padding-left: 8px;
    margin-left: 4px;
}
.shop_single .content .s_bottom .old::before {
    position: absolute;
    left: 0;
    top: 0;
    content: "/";
}
.shop_single .badge {
    position: absolute;
    top: 12px;
    right: 12px;
    background: #ff1b36;
    padding: 6px 13px;
    color: #ffffff;
    font-size: 12px;
    text-transform: uppercase;
    border-radius: 7px;
}

/*    Listing End */


/*  Pagination  */


.pagination .page-item .page-link{
    color: #ff1b36;
}

.page-item.active .page-link,
.page-item.active .page-link:hover,
.page-item.active .page-link:focus{
    background: #ff1b36;
    border-color: #ff1b36;
    color: #ffffff;
}

.pagination>.active>a, 
.pagination>.active>span,
.pagination>.active>a:hover, 
.pagination>.active>span:hover, 
.pagination>.active>a:focus, 
.pagination>.active>span:focus {
    z-index: 2;
    color: #ffffff;
    background-color: #ff4c65;
    border-color: #ff4c65;
    cursor: default;
}

/*  Pagination  end */

/* price range */


.pricing_range {
    display: flex;
    padding-right: 30px;
    align-items: flex-start;
}
.pricing_range .price-range-area {
    width: 330px;
    padding-top: 5px;
}
.pricing_range .price-range-area .slider-range {
    height: 8px;
    border: none;
    border-radius: 0px;
    background-color: #000;
}
.pricing_range .price-range-area .ui-slider-range {
    border: none;
    border-radius: 0px;
    background-color: #ff1b36;
}
.pricing_range .price-range-area .ui-state-default {
    top: -5px;
    width: 6px;
    margin: 0px;
    height: 19px;
    border: none;
    outline: none;
    border-radius: 0;
    background-color: #ff1b36;
}
.pricing_range .price-range-area .price-text {
    font-size: 14px;
    font-weight: 500;
    color: #7c7770;
    margin-top: 20px;
}
.pricing_range .price-range-area .price-text span {
    float: left;
    margin-right: 15px;
    text-transform: uppercase;
    font-size: 13px;
}
.pricing_range .price-range-area .price-text input {
    border: none;
    font-weight: 500;
    color: #9a9a9a;
    display: inline-block;
    background: none;
    height: inherit;
    padding: 0;
}
/* price range end */

/* sign in modal */


#signin-social
{
   position: absolute; 
   left: 15px; 
   margin: 0px;
   border-radius: 5px;
}

#signin-social .btn-circle 
{ 
width: 35px; 
height: 35px; 
padding: 2px 0px; 
border-radius: 25px; 
font-size: 14px; 
text-align: center;
color: #ffffff;
}

/* sign in modal end */
/* New Button */
.newbtn {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  background: #ffffff;
  color: #ff1b36;
  border-color: #ff1b36;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.newbtn:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #ff1b36;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.newbtn:hover, .newbtn:focus, .newbtn:active {
  color: white;
}
.newbtn:hover:before, .newbtn:focus:before, .newbtn:active:before {
  -webkit-transform: scale(1);
  transform: scale(1);
}

/* New Button end */

.detail_page{
    padding: 60px 0;
}
.product-details{

}

.product-details .price{
    margin-bottom:5px;
    font-size:18px;
}
.product-details .price .new-price{
    font-weight: bold;
}
.product-details .price .old-price{
    color: #999999;
    text-decoration: line-through;
    position: relative;
    margin-left: 4px;

}
.pro_rating{
    margin-bottom: 20px;
}

.pro_rating a.rating-count{color: #ff1b36; text-decoration: none;}



.pro_number span {cursor:pointer; }
.pro_number{
    display: flex;
    padding: 1px 8px;
    background:#ff1b36;
    border-radius: 5px;
}
.pro_number .minus, .pro_number .plus{
    font-size: 12px;
    color: #ffffff;
display: flex;
align-items: center;

text-align: center;
    font-size: 12px;
}

.pro_number input{
    background-color:#ff1b36 !important;
    border: 0;
    color: #ffffff;
    width: 30px;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    min-height: auto;
    padding: 0;
}
    

#custom-easing li{margin-bottom: 20px;}

.top_res_img_grid .nav-pills .nav-link img{
min-height: 120px;
    max-height: 120px;
}
.bottom_res_img_grid .nav-pills .nav-link img{
min-height: 220px;
    max-height: 220px;
}

.res_img_grid li{
    width: 33.33%;
}

.res_img_grid .nav-pills .nav-link{
    border: 5px solid #feab2f;
    padding: 0;
    margin: 5px;
    border-radius: 0;   
    overflow: hidden;
}

.res_img_grid .nav-pills .nav-link img
{
    -webkit-transition: all 0.5s 0s ease-in-out;
    -moz-transition: all 0.5s 0s ease-in-out;
    -o-transition: all 0.5s 0s ease-in-out;
    transition: all 0.5s 0s ease-in-out;
	
    width: 100%;

}

.res_img_grid .nav-pills .nav-link:hover img{
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.res_img_grid .nav-pills .nav-link.active
{
    border-color: #ff1b36;
}
.res_full_img{
    margin-top: 5px;
	margin-bottom: 10px;
}
.res_full_img .tab-pane{
    border: 5px solid #ff1b36;
    max-height: 290px;
    overflow: hidden;
}
.res_full_img #pills-tabContent img{
width:100%;
}

/* Detail page order listing*/



.order-list{
margin-top: 20px;
}
.order-list .nav-pills{margin-bottom: 20px;}
.order-list .nav-pills .nav-link{color: #333333;border-radius: 0;background: #f2f2f2;}
.order-list .nav-pills .nav-link.active
{
    background-color: #ff1b36;
    color: #ffffff;
}
.order_history_nlk ul,
.order_history_nlk ul li{
    display: inline-block;
    width: 100%;
    margin: 0;
}
.veg-switch {
    position: absolute;
    right: 0;
    top: -45px;
}

.featured-restaurant-box{
    display: flex;
    position: relative;
    margin-bottom: 10px;
    border-bottom: 1px solid #dee2e6;
    padding: 10px;
    float: left;
    width: 100%;

    -webkit-transition: all 0.5s 0s ease-in-out;
    -moz-transition: all 0.5s 0s ease-in-out;
    -o-transition: all 0.5s 0s ease-in-out;
    transition: all 0.5s 0s ease-in-out;
}
.featured-restaurant-box:hover{
    background-color: #f2f2f2;
}


.featured-restaurant-thumb{
    width: 120px;
    margin-right: 15px;
}
.featured-restaurant-thumb img{

}
.featured-restaurant-info{
    width: 100%;
}
.featured-restaurant-info h4{
    margin-bottom: 5px;
    font-size: 1.3rem;
}
.featured-restaurant-info h4 img {
    float: left;
    margin-right: 6px;
    margin-top: 2px;
}
.featured-restaurant-info p{
    margin-bottom: 5px;
}
.featured-restaurant-rating{
    margin-bottom: 3px;
}
.featured-restaurant-rating p{
    margin-bottom: 0;
}
.featured-restaurant-rating i{
    color: #feab2f;
}


.featured-cart-blk{
    display: flex;
    align-items: baseline;
    justify-content: flex-end;
}

.order-btn {
    display: flex;
    align-items: flex-end;
}
.cart_page .order-btn{
    position: absolute;
    right: 8px;
    top: 4px;
}
.cart_page .order-btn a{
    color: #999999;
}
.cart_page .order-btn a:hover{
    color: #000000;
}

.cart_page .featured-price{
    margin-right: 10px;
}

.cart-btn-wrap{
    margin-bottom: 15px;
    display: inline-block;
    border-bottom: 1px solid #dee2e6;
    padding-bottom: 15px;
    width: 100%;
}
.cart-btn-wrap1{
    display: flex;
    align-items: baseline;
    justify-content: space-between;
}
.cart-btn-wrap1 form{
    width: 100%;
}
.cart-btn-wrap1 input{
    display: inline-block;
    margin-bottom: 15px;
}


.cart-view-wrap{
    float: right;
    width: 100%;
    padding: 20px;
    background: #fff2f3;
    margin-top: 20px;
    margin-bottom: 15px;
}
.cart-view{
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    margin-bottom: 5px;
}
.cart-view p{
    margin-bottom: 0;
}
.cart-tax-box{
    color: #999999;
}
.cart-tax-box span:nth-child(1){
    text-decoration: underline dashed;
}
.cart-tax{
    font-size: 12px;
}
.cart-total{
    border-top: 1px solid #dee2e6;
    padding-top:15px ;
    margin: 15px 0 20px 0;
}
.cart-total p{
    font-size: 1rem;
    font-weight: 600;
}
.coupon-popup{}
.coupon-popup .coupon-wrapper{
    padding: ;
}
.coupon-popup .coupon-wrapper .card-body{
    margin: 0;
    padding: 0;
}
.coupon-popup .card-text{
    float: right;
}




/** Profile Page **/


.section-padding{
    padding: 60px 0;
}

#upload_pic{
    display:none;
}


/** Profile Page end **/


.billing-detail{
    border-right: 1px solid #ff1b36;
    padding: 20px 20px 20px 0;
}
.billing-card{
    padding-top: 20px;
}

.new-pagination .flex-1{
   display:none;
}
.new-pagination .hidden p{
  display:none;
}
.new-pagination svg.w-5.h-5 {
    width: 25px;
}


@media screen and (max-width: 767px) {
    .header-top{display: none;}
    .billing-detail{border-right: 0;border-bottom: 1px solid #ff1b36;padding-right:0;margin-bottom: 30px;}
    .order-total .btn {
        font-size: 13px;
        padding: .2rem .5rem;
    }
    .bottom_res_img_grid li {
        width: 50%;
    }
.why-box {
    margin-bottom: 35px;
}

}
@media screen and (max-width: 600px) {
    .fixed-bottom .order-add{display: block;}
    .order-num{margin-bottom: 5px;}
    .bottom_res_img_grid li {
        width: 100%;
    }

}

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

    .header-bottom{display: none;}
    .res-menu{display: block;}
    .sidenav {padding-top: 15px;}
    .sidenav a {font-size: 18px;}
	.veg-switch{
		position: initial;
	    float: right;
	}

}

.offer-coupon{
    border-bottom: 1px solid #dee2e6;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.offer a{display: block;color: #656565;}
.offer a img {
    margin-right: 7px;
}
.offer a span {
    float: right;
}


/* coupon list */
.coupon-wrapper{
    margin-bottom: 15px;
    padding: 15px;
    border: 2px solid #f2f2f2;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.coupon-wrapper .card{
    
    border: 0;
    border-radius: 0;
}
.coupon-wrapper:hover{
    border-color: #ff1b36;
}
.coupon-wrapper .card-body{
    padding: 0 0 0 15px;
}

.coupon-wrapper .btn-close
{
    position: absolute;
    right: -12px;
    top: -12px;
    font-size: 14px;
    font-weight: bold;
}


.showcode{
    min-width: 180px;
    display: inline-block;
    margin-bottom: 10px;
}
a.code-link{
    background: #f5f5f5;
    position: relative;
    display: inline-block;
    width: 100%;
}

.coupon-code{
    display: inline-block;
    color: #121212;
    background-color: #f5f5f5;
    padding: 12px 20px 12px 12px;
    width: 100%;
    text-align: right;
}
.show-code{
    position: absolute;
    left: 0;
    padding: 12px;
    width: 80%;
    background: #ff1b36;
    color: #ffffff;
    border-radius: 0 50px 0 0;
    font-weight: bold;

    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
a.code-link:hover .show-code{
    border-radius: 0;
    width: 100%;
}

#coupon-view .show-code{
    display: none;
}
#coupon-view .coupon-code{
    text-align: center;
    border: 2px dotted #ff1b36;
    background: #ffffff;
}
#coupon-view .coupon-code:before{
    content:" ";
    content: "\f0c4";
    font-family: fontawesome;
    position: absolute;
    background: #ffffff;
    top: -10px;
    left: -5px;
    font-size: 20px;
    color: #ff1b36;

    transform: rotate(40deg);
-webkit-transform: rotate(40deg);
-moz-transform: rotate(40deg);
}
#coupon-view .showcode{min-width: auto;}




.tooltip.fade{
    opacity: 1;
}

/* coupon list end */


.address-box ul li{
    border-bottom: 1px solid #dee2e6;
    margin-bottom: 5px;
    padding: 8px 0;
    font-size: 14px;
    position: relative;
}

.address-box ul li a{
    color: #999999;
    position: absolute;
    right: 4px;
    top: 2px;
}
.address-box ul li a:hover{
    color: #000000;
}
.address-box ul li .form-check{
    margin-right: 20px;
}

/* Restaurant view */

.res_info_blk{
    float: left;
    width: 100%;
    padding-bottom: 10px;
    margin-bottom: 15px;
    background: #ffffff;
}

.res_blk{
    float: left;
    width: 100%;
    padding-bottom: 10px;
    /*border-bottom: 1px solid #dee2e6;*/
    margin-bottom: 15px;
}

.restaurant_nav{

}
.restaurant_nav ul{
    padding-bottom: 5px;
    border-bottom: 2px solid #dee2e6;
    margin-bottom: 0;
}
.restaurant_nav li{
    display: inline-block;
    margin-right:15px;
    position: relative;
}
.restaurant_nav li:last-child{margin-right:0;}
.restaurant_nav li a{
    color: #999999;
    font-size: 16px;
    text-transform: uppercase;
}
.restaurant_nav li a:hover{
    color: #000000;
}
.restaurant_nav li.active a{color: #ff1b36;}
.restaurant_nav li.active:after{
    content: "";
    border-bottom: 2px solid #ff1b36;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: -7px;
}



.res_info{
    background: #ffffff;
    padding-top: 15px;
    border: 0;
    margin: 0;
}

.res_info .nav-tabs .nav-link{
    padding: 0;
    color: #999999;
    font-size: 16px;
    text-transform: uppercase;
    margin-right: 17px;
}

.res_info .nav-tabs .nav-link.active,
.res_info .nav-tabs .nav-link,
.res_info .nav-tabs .nav-link:focus,
.res_info .nav-tabs .nav-link:hover{
border-color: transparent;
}

.res_info .nav-tabs .nav-link:focus-visible{
outline: none;
}

.res_info .nav-tabs .nav-link.active
{
    color: #ff1b36;
    border-bottom: 2px solid #ff1b36;
}



.res_tabs{
    margin-top: 10px;
    display: inline-block;
    width: 100%;
}
.res_tabs:last-child{
    border: 0;
    margin-bottom: 0;
}

.overview h3{}
.overview_head{
display: flex;
}

.overview_item{
    padding: 0 20px;
    position: relative;
    float: left;
}
.overview_item i{
    position: absolute;
    color: #ff1b36;
    font-size: 16px;
}
.head_address,
.head_contact{
    width: 100%;
    margin-bottom: 15px;
}
.head_address p{
    margin-bottom: 0;
}

.overview_item i{
    left: 3px;
    top: 3px;
}

.menu_blk a,
.offers_blk a {
    width: 200px;
    display: inline-block;
    margin: 0 10px 10px 0;
}    

@media screen and (max-width: 1760px){
    .gar1{
    background-size: 80%;
    top: -160px;
    left: -10px;
    }
}
@media screen and (max-width: 1200px){
    .gar1{display: none;}
}
@media screen and (max-width: 1200px){
    .apps{padding-top:60px ;}
}

.out_order{
    position: absolute;
    width: 100%;
    height: 100%;
    text-align: center;
    background: rgba(0, 0, 0, 0.6);
    color: #ffffff;
    display: table;
    font-size: 28px;
    left: 0;
    top: 0;
    z-index: 11;
}
.out_order span{
    display: table-cell;
    vertical-align: middle;
}





.review_list,
.review_list ul,
.review_list ul li,
.review_heading,
.review_des,
.review_like
{
    display: inline-block;
    width: 100%;
}
.review_list ul{
    
}
.review_list ul li{
    border-bottom: 1px solid #dee2e6;
    margin-bottom: 5px;
    padding: 10px;

    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.review_list ul li:hover{
    

    box-shadow: 0px 0px 8px 2px rgba(0,0,0,0.2);
-webkit-box-shadow: 0px 0px 8px 2px rgba(0,0,0,0.2);
-moz-box-shadow: 0px 0px 8px 2px rgba(0,0,0,0.2);
}

.review_heading{
    margin-bottom: 5px;
}
.review_pic {
    margin-right: 15px;
    width: 50px;
    float: left;
}
.review_pic img {
    width: 100%;
    border-radius: 50%;
}

.review_name {
    /*width: calc(100% - 80px);*/
    width: auto;
    float: left;
}
.review_name h5,
.review_name .featured-restaurant-rating{
    margin-bottom: 0;
}
.review_name h4 a{
    color: #212529;
}
.review_des{margin-bottom: 10px;}

.review_like a i{
    margin-right: 3px;
}

.review_like a{
    color: #999999;
    padding: 5px 10px;
    margin-right: 12px;
    display: inline-block;
    position: relative;
}
.review_like a:after{
    content: "";
    position: absolute;
    border-right: 1px solid #dee2e6;
    width: 1px;
    height: 100%;
    bottom: 0;
    right: -8px;
}
.review_like a:hover{
    background: #f5f5f5;
}
.review_like a:last-child{
    margin: 0;
}
.review_like a:last-child:after{
    border: 0;
}

.res_litleinfo span{
    display: block;
}

/*  index food image section */

.food-banner {
    width: 100%;
    min-height: calc(82vh - 200px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    background-size: cover;
    background-position: right;
    background-image: url('../images/food-1.jpg');
}
.food-banner-text > p {
    font-size: 18px;
    font-weight: 500;
}
.food-banner-text > h1 {
    font-size: 44px;
    font-weight: 600;
}
.order-step ul{
    padding: 0;
    margin: 0;
    width: 100%;
    list-style-type: none;
}
.order-step ul li{
    position: relative;
    padding: 40px 0px;
    margin-left: 16px;
}
.order-step ul li:nth-of-type(even){
    text-align: right;
}


.order-step ul li:nth-of-type(odd):before,
.order-step ul li:nth-of-type(even):before
{
    width: 100px;
    height: 100px;
    top: 90px;
    left: 42%;
    content: "";
    position: absolute;
    background-image: url(../images/arrow.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.order-step ul li:nth-of-type(odd):before{
    transform: rotate(65deg);
}
.order-step ul li:nth-of-type(even):before{
    transform: rotate(185deg);
}

.order-step ul li:last-child::before{
    background-image: none;
}


.order-step ul li h3{
    width: 40%;
    text-align: left;
    line-height: 26px;
    font-size: 22px;
    font-weight: 600;
    position: relative;
    display: inline-block;
}

.order-step ul li span
{
    font-size: 80px;
    font-weight: 800;
    position: absolute;
    top: -16px;
    left: -20px;
    opacity: 0.2;
}


/* inner search */

.mid-search2{
    padding: 15px;
}
.mid-search2 h1
{
    font-weight: 600;
    text-align: center;
}
.mid-search2 p{
    margin-bottom: 15px;
    text-align: center;
}
.mid-search2 h1,
.mid-search2 p{
color: #ffffff;
}
.inner_search{
   display: flex;
-webkit-box-align: center;
align-items: center;
border-radius: 0.6rem;
height: 3rem;
background: #ffffff;
border: 1px solid #ffffff;;
position: relative;
}

.inner_search1{
    padding: 0px 0.8rem;
    width: 55%;
}
.inner_search1 input,
.inner_search1 input:focus-visible,
.inner_search2 input,
.inner_search2 input:focus-visible{
    border: none;
    outline: none;
}
.icon_map{
    width: 16px;
}
.search_location1{
    padding: 0 0.3rem;
    width: calc(100% - 20px);
}

.inner_search_border{
    border: 0.5px solid #999999;
    height: 1.5rem;
}
.inner_search2{
    padding: 0px 0.8rem;
    width: 100%;
}
.inner_search2 .fa-search{
    font-size: 20px;
}
.search_location2{
    padding: 0 0.3rem;
    width: calc(100% - 25px);
}

/* inner search end */

/* order added botttom (restaurant-detail page) */

.bottom-order{
    background: #fdfdfd;
    padding: 20px 0;
    box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.2);
-webkit-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.2);
-moz-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.2);
}
.bottom-order span{
    font-size: 1.1rem;
}

.order-add {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}
.bottom-cart{
    display: none;
}
.bottom-order1{
    display: none;
    background: #f8f8f8;
    padding: 15px 0;
}

.bottom-order-heading
{
    margin-bottom: 10px;
    border-bottom: 1px solid #dee2e6;
    display: flex;
    justify-content: space-between;
}
.bottom-order1-main{
    /*height: 10rem;*/
    overflow-y: auto;
}

.bottom-order1-main::-webkit-scrollbar {
    width: 0px;
    background: transparent; /* make scrollbar transparent */
}
.bottom-order1-blk{
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #dee2e6;
    display: flex;
    justify-content: space-between;   
}

/* order added botttom (restaurant-detail page) end */

/* order-history */

.index-heading-bg{
    background: url("../images/search-bg.jpg");
}


.order-history-nav{
    float: left;
    width: 100%;
    padding-bottom: 10px;
}

.order-history {
    display: inline-block;
    width: 100%;
}

.order-history-blk {
    border: 1px solid #dee2e6;
    padding: 15px;
    border-radius: 10px;
    margin: 15px 0;
    min-height: 360px;
    position: relative;

    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;

}

.order-history-blk:hover{
    border-color: #ff1b36;
    -moz-transform: translate(0px, -8px);
-webkit-transform: translate(0px, -8px);
-o-transform: translate(0px, -8px);
-ms-transform: translate(0px, -8px);
transform: translate(0px, -8px);
}


.order-history-blk p{
    margin-bottom: 0;
}

.order-loction {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #dee2e6;
}
.order-name{
    display: flex;
}
.order-icon{
   margin-right: 10px;
   width: 50px;
}
.order-icon img{
    width: 100%;
}

.order-name h5{
    margin-bottom: 0;
}
.order-name p{
    color: #999999;    
}

.order-info{
    margin-bottom: 5px;
}

.order-info span{
    color: #999999;
    font-size: 0.9rem;
}

.popup-order-history-blk p{
    margin-bottom: 0;
}
.popup-order-history-blk .order-info{
    margin-bottom: 10px;
}
.popup-order-history-blk .cart-view-wrap{
    float: none;
}
.popup-order-history-blk .cart-total{
    margin-bottom: 0;
}
.order-view{

}
.order-view2 {
    display: flex;
    justify-content: space-between;
}

.order-fav {
    text-align: center;
    display: inline-block;
    padding: 10px 0;
    width: 100%;
}
.order-fav a {
    color: #212529;
    font-size: 1rem;
    padding: 10px 15px;
    display: inline-block;
}
.order-fav a:hover{
    background: #f7f7f7;
}

.order-rated{
    margin: 10px 0;
    display: flex;
    align-items: center
}
.order-rated .badge {
    margin-left: 8px;
}
.order-history-btn{
    position: absolute;
    bottom: 15px;
    right: 15px;
}

.profile_view_tabs .form-label{
    color: #999999;
    margin: 0;
}
.profile_edit_tabs{
    display: none;
}
.profile_view_tabs img.rounded-circle,
.profile_edit_tabs img#profile_img{
width:130px;
height:130px;
}

.rate_popup {
    text-align: center;
}
.star-rating span{
    font-size: 1.8rem;
}
.star-rating .fa-star{color: #ff1b36;}

/******** New Header ************/

/*
body{
    margin-top: 85px;
}*/

.header {
    background: #000;
    /*position: fixed;*/
    left: 0;
    top: 0;
    width: 100%;
    z-index: 999;
}
.logo img {
    height: auto;
    max-width: 100%;
    max-height: 50px;
}
.logo a {
    float: left;
}
.logo a img {
    float: left;
    max-height: 32px;
}
.header-nav {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -ms-flex-pack: space-between;
    position: relative;
    height: 85px;
    padding: 0 30px;
    margin-bottom: 0;
}
.main-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    padding: 0;
}
.main-nav > li > a {
    color: #fff;
}
.main-nav > li.active > a {
    color: #ff1b36;
}
.main-nav > li > a::after {
    width: 0;
    background: #ff1b36;
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    height: 4px;
    border-radius: 4px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.main-nav > li > a:hover::after,
.main-nav > li.active > a::after {
    width: 100%;
    right: auto;
    left: 0;
}
.main-nav > li .submenu li a {
    display: block;
    padding: 10px 15px;
    clear: both;
    white-space: nowrap;
    font-size: 14px;
    color: #2d3b48;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
    width: 100%;
    border-top: 1px solid #f0f0f0;
}
.main-nav > li .submenu > li.has-submenu > a::after {
    content: "\f054";
    font-family: "font awesome 5 free";
    font-weight: 900;
    position: absolute;
    right: 15px;
    top: 12px;
    font-size: 13px;
}
.main-nav > li .submenu li {
    position: relative;
}
.main-nav li a {
    display: block;
    font-size: 0.9375rem;
    font-weight: 500;
}
.main-nav li.login-link {
    display: none;
}
.header-navbar-rht {
    margin: 0;
    padding: 0;
}
.header-navbar-rht > li {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding-right: 15px;
    justify-content: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
}
.header-navbar-rht > li:last-child {
    padding-right: 0;
}
.header-navbar-rht > li .dropdown-menu {
    border: 0;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
}
.header-navbar-rht > li .fa-bell {
    font-size: 24px;
}
.header-navbar-rht > li .fa-comments {
    font-size: 24px;
}
.header-navbar-rht .dropdown-toggle::after {
    display: none;
}
.header-navbar-rht > li .dropdown-menu .dropdown-item {
    border-top: 1px solid #f0f0f0;
    padding: 10px 15px;
    font-size: 0.9375rem;
}
.header-navbar-rht > li .dropdown-menu .dropdown-item:first-child {
    border-top: 0;
    border-radius: 5px 5px 0 0;
}
.header-navbar-rht > li .dropdown-menu .dropdown-item:last-child {
    border-radius: 0 0 5px 5px;
}
.header-navbar-rht > li a.header-login:hover,
.header-navbar-rht > li a.header-login:focus {
    background-color: #e0011c;
    border-color: #e0011c;
    color: #fff;
}
.header-navbar-rht li > .dropdown-menu a:hover {
    color: #ff1b36;
    background-color: #fff;
}
.header-navbar-rht li > a.header-login {
    background-color: #ff1b36;
    border-radius: 8px;
    padding: 8px 12px !important;
    text-align: center;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
}
.header .has-arrow .dropdown-toggle:after {
    border-top: 0;
    border-left: 0;
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    content: "";
    height: 8px;
    display: inline-block;
    pointer-events: none;
    -webkit-transform-origin: 66% 66%;
    -ms-transform-origin: 66% 66%;
    transform-origin: 66% 66%;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    width: 8px;
    vertical-align: 2px;
    margin-left: 10px;
}
.header .has-arrow .dropdown-toggle[aria-expanded="true"]:after {
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
}
.user-menu {
    float: right;
    margin: 0;
    position: relative;
    z-index: 99;
}
.user-menu.nav > li > a {
    color: #fff;
    font-size: 14px;
    line-height: 58px;
    padding: 0 15px;
    height: 60px;
}
.user-menu.nav > li > a:hover,
.user-menu.nav > li > a:focus {
    background-color: rgba(0, 0, 0, 0.2);
}
.user-menu.nav > li > a:hover i,
.user-menu.nav > li > a:focus i {
    color: #fff;
}
.user-img {
    display: inline-block;
    position: relative;
}
.user-img > img {
    height: 40px;
    object-fit: cover;
    width: 40px;
}
.user-menu.nav > li > a.mobile_btn {
    border: 0;
    position: relative;
    padding: 0;
    margin: 0;
    cursor: pointer;
}
.header-navbar-rht .dropdown-menu {
    min-width: 200px;
    padding: 0;
    left: auto;
    right: 0;
    margin-top: 0;
}
.header-navbar-rht .dropdown-menu .dropdown-item {
    padding: 7px 15px;
}
.header-navbar-rht .dropdown-menu .dropdown-item {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-top: 1px solid #e3e3e3;
    padding: 10px 15px;
}
.header-navbar-rht .dropdown-menu .dropdown-item:hover {
    color: #ff1b36;
}
.user-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 10px 15px;
}
.user-header .user-text {
    margin-left: 10px;
}
.user-header .user-text h6 {
    font-size: 15px;
    margin-bottom: 2px;
}
.header-navbar-rht .logged-item .nav-link {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 14px;
    height: 85px;
    padding: 0 10px;
    color: #fff;
    position: relative;
}
.header-navbar-rht .logged-item .nav-link .badge {
    position: absolute;
    top: 15px;
    right: 0;
}
.sidebar-overlay {
    background-color: rgba(255, 255, 255, 0.6);
    display: none;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1039;
}
.menu-opened .main-menu-wrapper {
    transform: translateX(0);
}
.menu-header {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 60px;
    padding: 0 20px;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -ms-flex-pack: space-between;
    display: none;
}
.menu-logo img {
    height: auto;
    max-width: 180px;
}
.menu-close {
    font-size: 18px;
    color: #ff1b36;
}
.bar-icon {
    display: inline-block;
    width: 31px;
}
.bar-icon span {
    background-color: #fff;
    display: block;
    float: left;
    height: 3px;
    margin-bottom: 7px;
    width: 31px;
    border-radius: 2px;
}
.bar-icon span:nth-child(2) {
    width: 16px;
}
.bar-icon span:nth-child(3) {
    margin-bottom: 0;
}
#mobile_btn {
    display: none;
    margin-right: 30px;
}
html.menu-opened body {
    overflow: hidden;
}
.main-menu-wrapper {
    margin: 0 15px 0 auto;
}
.navbar-brand.logo-small {
    display: none;
}
.navbar-brand.logo-small img {
    max-height: 40px;
    width: auto;
}


@media only screen and (min-width: 992px) {
    .main-nav > li {
        margin-right: 20px;
    }
    .main-nav > li:last-child {
        margin-right: 0;
    }
    .main-nav li {
        display: block;
        position: relative;
    }
    .main-nav > li > a,
.select_language {
        /* line-height: 85px; */
        padding: 0 !important;
    }

    .main-nav > li > a > i {
        font-size: 12px;
        margin-left: 3px;
    }
    .main-nav li > ul {
        background-color: #fff;
        border-radius: 5px;
        box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
        display: block;
        font-size: 14px;
        left: 0;
        margin: 0;
        min-width: 200px;
        opacity: 0;
        padding: 0;
        position: absolute;
        -webkit-transition: all 0.2s ease;
        transition: all 0.2s ease;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px);
        top: 100%;
        visibility: hidden;
        z-index: 1000;
        overflow: auto;
        max-height: 300px;
    }
    .main-nav li.has-submenu:hover > .submenu {
        visibility: visible;
        opacity: 1;
        margin-top: 0;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
    .main-nav .has-submenu.active > a {
        color: #ff1b36;
    }
    .main-nav .has-submenu.active .submenu li.active > a {
        color: #ff1b36;
    }
    .main-nav > li .submenu li:first-child a {
        border-top: 0;
    }
    .main-nav > li.has-submenu:hover > .submenu > li.has-submenu:hover > .submenu {
        visibility: visible;
        opacity: 1;
        margin-top: -1px;
        margin-right: 0;
    }
    .main-nav > li .submenu > li .submenu {
        left: 100%;
        top: 0;
        margin-top: 10px;
    }
    .main-nav li .submenu a:hover {
        color: #ff1b36;
        letter-spacing: 0.5px;
        padding-left: 20px;
    }
    .main-nav > .has-submenu > .submenu > .has-submenu > .submenu::before {
        top: 20px;
        margin-left: -35px;
        box-shadow: 1px 1px 0 0 rgba(0, 0, 0, 0.15);
        border-color: transparent #fff #fff transparent;
    }
    .header-navbar-rht li.show > .dropdown-menu {
        visibility: visible;
        opacity: 1;
        margin-top: 0;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
    /*
    .header-navbar-rht li .dropdown-menu {
        border-radius: 5px;
        padding: 0;
        margin: 0;
        min-width: 200px;
        visibility: hidden;
        opacity: 0;
        -webkit-transition: all 0.2s ease;
        transition: all 0.2s ease;
        display: block;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px);
    }*/

}

@media only screen and (max-width: 991.98px) {
    .sidebar-overlay.opened {
        display: block;
    }
    .main-nav {
        padding: 0;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-left: 0;
        margin-bottom: 0;
        list-style: none;
    }
    .main-nav ul {
        display: none;
        list-style: none;
        margin: 0;
        padding-left: 0;
    }
    .main-nav > li {
        margin-left: 0;
    }
    .main-nav li + li {
        margin-left: 0;
    }
    .main-nav > li > a,
.select_language {
        line-height: 1.5;
        padding: 15px 20px !important;
        color: #fff;
        font-size: 14px;
        font-weight: 500;
    }

    .main-nav > li > a > i {
        float: right;
        margin-top: 5px;
    }
    .main-nav > li .submenu li a {
        border-top: 0;
        color: #fff;
        padding: 10px 15px 10px 35px;
    }
    .main-nav > li .submenu ul li a {
        padding: 10px 15px 10px 45px;
    }
    .main-nav > li .submenu > li.has-submenu > a::after {
        content: "\f078";
    }
    .main-nav .has-submenu.active > a {
        color: #ff1b36;
    }
    .main-nav .has-submenu.active .submenu li.active > a {
        color: #ff1b36;
    }
    .main-menu-wrapper {
        order: 3;
        width: 260px;
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        overflow-x: hidden;
        overflow-y: auto;
        z-index: 1040;
        transform: translateX(-260px);
        transition: all 0.4s;
        background-color: #000;
    }
    .menu-header {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .navbar-header {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
    }
    #mobile_btn {
        display: inline-block;
    }
    .header-navbar-rht > li.desc-list {
        display: none;
    }
}

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

    .header-nav {
        padding-left: 15px;
        padding-right: 15px;
    }
    .main-nav li.login-link {
        display: block;
    }
    .navbar-header {
        width: 100%;
    }
    #mobile_btn {
        left: 0;
        margin-right: 0;
        padding: 0 15px;
        position: absolute;
        z-index: 99;
    }
    .navbar-brand.logo {
        display: none;
    }
    .navbar-brand.logo-small {
        display: block;
        width: auto;
        text-align: center;
        margin: 0 auto;
    }
    .navbar-brand.logo img {
        height: 40px;
    }
    .header-navbar-rht {
        position: absolute;
        right: 10px;
    }
.newprogress li:nth-child(1):after,
.newprogress li:nth-child(2):after{display:none !important;}



}

.avatar {
    position: relative;
    display: inline-block;
    width: 3rem;
    height: 3rem;
}
.avatar > img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

/******** New Header end ***********/


/******** sign up  ************/
.heding-span {
    color: #ff1b36;
}
  .proof-img {
    position: relative;
    width: 120px;
    margin: 0 auto;
  }
  .proof-img input {
    position: absolute;
    height: 100%;
    width: 100%;
    cursor: pointer;
    opacity: 0;
left:0;
}
  .newprogress {
    float: left;
    width: 100%;
    margin: 10px 0 30px;
}
.newprogress ul {
    list-style: none;
    padding: 0;
    display: flex;
    justify-content: space-between;
    text-align: center;
}
.newprogress ul li{
  width: 100%;
 
    list-style-type: none;
    color: #6d6d6d;
    text-transform: uppercase;
    font-size: 16px;
  
    float: left;
    position: relative;
    padding: 20px 0px;
    border-radius: 4px;
    background-color: #f7f7f7;

 }
.newprogress .active{
  background: #ff1b36;
  
}
.newprogress ul li a{
  padding: 20px 10px 0 10px;
  display: block;
  color: #212529;
}
.newprogress .active a{
  color: #ffffff;
  
}


.newprogress li:nth-child(1):before {
    content: counter(step);
    counter-increment: step 1 ;
    width: 25px;
    line-height: 25px;
    display: block;
    font-size: 15px;
    color: #333;
    background: white;
    border-radius: 3px;
    margin: 0px 161px 5px auto;
    text-align: center;
    margin: 0 auto!important;
}
.newprogress li:nth-child(2):before {
    content: counter(step);
    counter-increment: step 2;
    width: 25px;
    line-height: 25px;
    display: block;
    font-size: 15px;
    color: #333;
    background: white;
    border-radius: 3px;
    margin: 0px 161px 5px auto;
    text-align: center;
    margin: 0 auto!important;
}

.newprogress li:nth-child(1):after {
    content: '';
    width: 46%;
    height: 2px;
    background: white;
    position: absolute;
    right: 0;
    top: 29%;
    z-index: 0;
    display: block;
}
.newprogress li:nth-child(2):after {
    content: '';
    width: 46%;
    height: 2px;
    background: white;
    position: absolute;
    left: 0;
    top: 29%;
    z-index: 0;
}


#send-otp {
    font-size: 12px;
    cursor: pointer;
    position: absolute;
    right: 15px;
    color: #c0062d !important;
	top:0;
}
/******** Sign up end ***********/


/****** signup why sec *****/


.why-sec {
  width: 100%;
  float: left;
  padding: 0 0 70px;
}

.why-box{
  padding-left:15px ;
}

.why-panel > .sec-heading {
    margin-bottom: 0;
    padding-bottom: 10px;
}

.why-desc {
    font-weight: 500;
    color: #7e7f86;
}
.why-panel > .sec-heading + p {
    font-weight: 600;
    font-size: 18px;
    color: #b3b3b3;
    margin-bottom: 70px;
}
.why-panel {
    padding: 0 30px;
}
.why-head {
  width: 100%;
  color: #313131;
  margin-bottom: 10px;
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -o-flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
}
.why-no{
  font-size: 65px;
  line-height: 53px;
  position: relative;
  font-family: AbyssinicaSILW;
}
.why-no::before {
  position: absolute;
  content: "";
  top: -17px;
  left: -20px;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  background-color: #32afe3;
  z-index: -1;
}
.why-head.first .why-no::before{
  background-color: #32afe3;  
}
.why-head.second .why-no::before{
  background-color: #ff6364;  
}
.why-head.third .why-no::before{
  background-color: #ffbc64;  
}
.why-head.fourth .why-no::before{
    background-color: #a4ff9e;
}

.why-heading{
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  margin-left: 10px;
}
/****** signup why sec end *****/



/**** Dashboard Left ******/

.avatar-lg {
    width: 3.75rem;
    height: 3.75rem;
}


.settings-menu ul {
    display: block;
    border: 0;
}
.settings-menu ul li + li {
    margin-top: 15px;
}
.settings-menu ul li a {
    color: #858585;
    padding: 0;
    border: 0 !important;
    display: inline-block;
}
.settings-menu ul li a:hover,
.settings-menu ul li a:focus {
    background-color: transparent !important;
    border: 0 !important;
}
.settings-menu ul li a.active {
    color: #ff1b36 !important;
    border: 0;
}
.settings-menu ul li i {
    margin-right: 10px;
    font-size: 20px;
    min-width: 25px;
}

.settings-menu .nav-tabs .nav-link:focus, .settings-menu .nav-tabs .nav-link:hover{
    color: #212529;
}

.form-title {
    font-size: 1.125rem;
    color: #000;
    margin-bottom: 15px;
}
.widget-title {
    margin-bottom: 20px;
}
/**** Dashboard Left end ******/


/**** Dashboard Right ******/


    /*  Dashboard */
    .dash-widget {
        border-radius: 10px;
        display: flex;
        justify-content: space-between;
        padding: 20px;
        align-items: center;
        margin-bottom: 30px;
    }
    .dash-widget-icon {
        width: 60px;
        height: 60px;
        border: 2px solid #fff;
        text-align: center;
        line-height: 60px;
        border-radius: 50%;
        color: #fff;
        font-size: 20px;
        font-weight: 500;
        flex: 0 0 60px;
        margin-right: 10px;
    }
    .dash-widget-info > span {
        color: #fff;
        font-size: 18px;
        font-weight: 500;
        margin-bottom: 0;
    }
    .dash-widget-info {
        text-align: right;
    }
    .dash-widget.dash-bg-1 {
        background-color: #ff1b36;
    }
    .dash-widget.dash-bg-2 {
        background-color: #323031;
    }
    .dash-widget.dash-bg-3 {
        background-color: #d9c505;
    }
    
    /*  Dashboard end */

/**** Dashboard Right end ******/

.iti__selected-flag{height: 36px !important;}

.veg-switch .switch{
width:50px;
height: 24px;
}
.veg-switch .slider:before{
height: 16px;
width: 16px;
}

/*
.footer_app a {
	border: solid 1px #fff;
    border-radius: 5px;
    width: 120px;
    display: inline-block;
}*/


.select_language .goog-te-combo{
    background: transparent;
    border: 0;
    color: #fff;
    font-size: 15px;
}
.select_language .goog-te-combo option{
color: #333333;
font-size: 13px;
}

.select_language .goog-te-combo:focus-visible{
outline:none;
}

.iti{width:100%;}


.our_offices{
    margin-bottom: 50px;
}
.our_offices h2{
    font-weight: bold;
    text-align: center;
    font-size: 30px;
    padding-bottom: 20px;
}
.our_offices ul {
list-style: none;
padding: 0;
text-align: center;
}
.our_offices ul li {
display: inline-block;
margin: 15px;
}
.our_offices ul li a{
position: relative;
display: block;
border-radius: 100%;
-webkit-transition: all 0.2s 0s ease;
-moz-transition: all 0.2s 0s ease;
-o-transition: all 0.2s 0s ease;
transition: all 0.2s 0s ease;

-webkit-box-shadow: 0px 4px 15px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 4px 15px 0px rgba(0,0,0,0.75);
box-shadow: 0px 4px 15px 0px rgba(0,0,0,0.75);
}
.our_offices ul li a:hover{
-webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.75);
box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.75);

}
.our_offices ul li a::before {
content: "";
background: #fff;
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
opacity: 0.3;
border-radius: 100%;
}
.our_offices ul li a:hover:before{
opacity: 0;
}
.our_offices ul li img{
width: 80px;
height: 80px;
}
.text-primary {
    color: #d30000 !important;
}
footer .our_offices{
    margin: 30px 0 0 0;
}
footer .our_offices h4{
    font-family: 'Poppins', sans-serif;
    font-weight: bold;
    color: #ff1b36;
}
footer .our_offices ul{
    margin-bottom: 0;
    text-align: unset;
}
footer .our_offices ul li{
    margin: 5px;
}
footer .our_offices ul li img{
    width: 50px;
    height: 50px;
}
.footer {
    background-color: #111111;
    color: #fff;
}
.footer .back-border {
    width: 85px;
    height: 94px;
    z-index: -1;
    background-color: #222222;
    position: absolute;
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
}
.footer ul li a {
    text-decoration: none;
    color: #fff;
    font-size: 14px;
}
.footer .logo-img {
    padding: 9px;
}
.footer-map {
    background: linear-gradient(to bottom, #000000, #000000, #111111, #222222);
    color: #fff;
}
.footer .back-border-col {
    z-index: 1;
}
.footer h5 {
    margin-bottom: 40px;
}
.footer-strap {
    text-align: center;
    padding: 30px 0;
    background-color: #222222;
    color: #fff;
}
.footer-strap p {
    margin: 0;
    font-size: 16px;
    line-height: 19.5px;
    font-weight: 500;
}
.mb-2 {
    margin-bottom: 0.5rem!important;
}
.mb-3 {
    margin-bottom: 1rem!important;
}
.mb-4 {
    margin-bottom: 1.5rem!important;
}
.me-3 {
    margin-right: 1rem!important;
}
.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    border: none;
    border-radius: 15px;
    transition: .3s ease;
    color: #718096;
    margin-bottom: 20px;
    -webkit-transition: .3s ease;
    box-shadow: rgba(1, 1, 1, 0.05) 1px 1px 5px 0px;
}
.card img {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}
.footer-map h1 {
    text-align: center;
    font-size: 2rem;
    font-weight: 600;
    line-height: 68px;
    margin-bottom: 30px;
}
.footer-map .country-card h5 {
    font-size: 16px;
    font-weight: 600;
    line-height: 21.94px;
    margin-top: 30px;
    color: #fff;
}
.footer-map .card {
    background-color: #222222; 
    color: #fff;
    border: 1px solid #333333;
    border-radius: 5px;
}
.footer-map .country-card img {
    max-height: 20px;
}
.p-3 {
    padding: 1rem!important;
}
.my-4 {
    margin-top: 1.5rem!important;
    margin-bottom: 1.5rem!important;
}
.footer-map .country-card {
    margin: auto;
}
.footer-map .map-image {
    text-align: center;
    padding: 0 30px;
    margin: auto;
}
.py-5 {
    padding-top: 2rem!important;
    padding-bottom: 2rem!important;
}