img,
svg {
  width: 100%;
  transition: all 400ms;
}
img:hover {
  transform: scale(1.1);
}
a {
  cursor: pointer;
  text-decoration: none;
}

.redColor {
  color: #eb1c24;
}
.whiteColor {
  color: #fff;
}
.blackColor {
  color: #222;
}
.txtCenter {
  text-align: center;
}
body {
 /* font-family: "Rajdhani" !important;*/
      font-family: 'Quicksand', sans-serif;
  padding: 0px !important;
}

.navbar {
  padding-top: 0px;
  padding-bottom: 0px;
}
.navbar-brand {
  line-height: 0;
}
.menu-label {
  color: #fff;
  font-size: 20px;
  margin-left: 10px;
  margin-right: 26px;
  font-weight: 500;
}
.menu-label:hover {
  border-bottom: 2px solid #eb1c24;
}
.para-text {
  padding-left: 8px;
  padding-right: 8px;
  letter-spacing: 0.2px;
  font-size: 17px;
  font-family: "Rajdhani";
  font-weight: 300;
  color: #333;
}

.pagelayer-col-holder {
  max-width: 70%;
  margin: auto;
  padding-top: 200px;
  padding-bottom: 100px;
  color: white;
  position: relative;
  z-index: 4;
  font-family: rajdhani;
}

.pagelayer-heading-holder h1 {
  font-size: 46px;
  font-weight: 700;
}

.pagelayer-text-holder {
  padding: 0;
  margin: 0;
  overflow-wrap: break-word;
  font-size: 14px;
}

.pagelayer-btn {
  margin: 20px;
}

.pagelayer-heading-holder-buttton {
  display: inline-block;
}

.siteBtn {
  padding: 10px 30px;
  font-size: 22px;
  border-radius: 10px !important;
}
.brdBtn {
  border: 2px solid #eb1c24;
  transition: all 400ms;
}
.brdBtn:hover {
  background: #eb1c24;
  color: #fff;
  font-weight: 500;
  border: 2px solid #f37377;
  transform: scale(1);
}

.brdBtn2 {
  border: 2px solid #eb1c24;
  transition: all 400ms;
}
.brdBtn2:hover {
  background: white;
  color: #000;
  font-weight: 500;
  border: 2px solid #f37377;
  transform: scale(1);
}
.inner-layout {
  padding: 50px 0;
}
.content-cnr {
  display: table;
  height: 100%;
}
.content-inner {
  display: table-cell;
  vertical-align: middle;
}
.content-inner h2 {
  font-family: Rajdhani;
  font-size: 46px;
  font-weight: 500;
  text-transform: capitalize;
  color: #000000ff;
}
.content-inner article {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.9;
  text-decoration-line: none;
  color: #616161ff;
}
.content-inner .brdBtn {
  margin: 10px 0;
}

.ourProcessBG {
  background-image: url("../images/4.jpg");
  background-attachment: fixed;
  background-position-x: center;
  background-position-y: center;
}
.ourContactBG {
  background-image: url("../images/4.jpg");
  background-attachment: fixed;
  background-position-x: center;
  background-position-y: center;
}
.pushLimitBG {
  background-image: url("../images/membership-bg.jpg");
  background-attachment: fixed;
  background-position-x: center;
  background-position-y: center;
}
.iconCircle {
  width: 70px;
  height: 70px;
  margin: 0 auto;
  background: #fff;
  border-radius: 50px;
  text-align: center;
}
.iconCircle i {
  color: #eb1c24;
  margin-top: 20px;
  font-size: 28px;
}
.bgGray {
  background: rgba(0, 0, 0, 0.42);
  padding: 20px 0;
}
.whiteGray {
  background: #ececec6b;
  padding: 20px 5px;
  color: #222;
}
.whiteGray i {
  font-size: 40px;
  color: #eb1c24;
  transition: all 400ms;
}
.whiteGray i:hover {
  transform: scale(1.1);
  color: #fff;
}
.btn.btn-secondary {
  background: #eb1c24;
  color: #fff;
  font-weight: 400;
  border: none;
  border-radius: 0;
}
.boxBrd {
  background: #ffffff;
  margin: 0 2px 15px 2px;
  box-shadow: 1px 1px 15px 1px #dcdcdc !important;
  padding: 0 0 15px 0;
}
.boxBrd h2 {
  font-size: 28px;
  font-weight: 600;
  text-transform: uppercase;
  margin: 10px 0;
}
.readMore {
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
  transition: all 400ms;
}
a.readMore:hover {
  color: #000 !important;
}
footer {
  background: #212629;
  padding: 0px;
}
.footer-text {
  font-size: 18px;
  font-weight: 500;
}
.addressHeading {
  font-size: 20px;
  font-weight: 700;
}
.footer-text h5 {
  font-size: 24px;
  font-weight: 700;
}

.bannerBg {
  background-image: url("../images/kabab\ 10.jpg") !important;
  background-position: right;
  min-height: 200px;
  background-size: cover;
  margin-top: -150px;
  position: relative;
  z-index: 1;
}
.bannerBg::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.9;
    background-color: #12121294;
    z-index: 1;
}
.bannerBg .carousel {
    z-index: 1;
}
@media screen and (max-width: 1000px) {
  .pagelayer-col-holder {
    padding-top: 275px;
    padding-bottom: 50px;
  }
  .bannerBg {
    margin-top: -230px;
  }
 /* .navbar {
    background: rgba(0, 0, 0, 0.8);
  }*/
}

.inner-pagelayer-col-holder {
  max-width: 70%;
  margin: auto;
  padding-top: 100px;
  padding-bottom: 10px;
  color: white;
  position: relative;
  z-index: 4;
  font-family: rajdhani;
}

/*PRICE COLOR CODE START*/
#generic_price_table .generic_content {
  background-color: #fff;
}

#generic_price_table .generic_content .generic_head_price {
  background-color: #f6f6f6;
}

#generic_price_table
  .generic_content
  .generic_head_price
  .generic_head_content
  .head_bg {
  border-color: #e4e4e4 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #e4e4e4;
}

#generic_price_table
  .generic_content
  .generic_head_price
  .generic_head_content
  .head
  span {
  color: #525252;
}

#generic_price_table
  .generic_content
  .generic_head_price
  .generic_price_tag
  .price
  .sign {
  color: #414141;
}

#generic_price_table
  .generic_content
  .generic_head_price
  .generic_price_tag
  .price
  .currency {
  color: #414141;
}

#generic_price_table
  .generic_content
  .generic_head_price
  .generic_price_tag
  .price
  .cent {
  color: #414141;
}

#generic_price_table
  .generic_content
  .generic_head_price
  .generic_price_tag
  .month {
  color: #414141;
}

#generic_price_table .generic_content .generic_feature_list ul li {
  color: #a7a7a7;
}

#generic_price_table .generic_content .generic_feature_list ul li span {
  color: #414141;
}
#generic_price_table .generic_content .generic_feature_list ul li:hover {
  background-color: #e4e4e4;
  border-left: 5px solid #eb1c24;
}

#generic_price_table .generic_content .generic_price_btn a {
  border: 1px solid #eb1c24;
  color: #eb1c24;
}

#generic_price_table
  .generic_content.active
  .generic_head_price
  .generic_head_content
  .head_bg,
#generic_price_table
  .generic_content:hover
  .generic_head_price
  .generic_head_content
  .head_bg {
  border-color: #eb1c24 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #eb1c24;
  color: #fff;
}

#generic_price_table
  .generic_content:hover
  .generic_head_price
  .generic_head_content
  .head
  span,
#generic_price_table
  .generic_content.active
  .generic_head_price
  .generic_head_content
  .head
  span {
  color: #fff;
}

#generic_price_table .generic_content:hover .generic_price_btn a,
#generic_price_table .generic_content.active .generic_price_btn a {
  background-color: #eb1c24;
  color: #fff;
}
#generic_price_table {
  margin: 50px 0 50px 0;
}
.row .table {
  padding: 28px 0;
}

/*PRICE BODY CODE START*/

#generic_price_table .generic_content {
  overflow: hidden;
  position: relative;
  text-align: center;
}

#generic_price_table .generic_content .generic_head_price {
  margin: 0 0 20px 0;
}

#generic_price_table
  .generic_content
  .generic_head_price
  .generic_head_content {
  margin: 0 0 50px 0;
}

#generic_price_table
  .generic_content
  .generic_head_price
  .generic_head_content
  .head_bg {
  border-style: solid;
  border-width: 90px 1411px 23px 399px;
  position: absolute;
}

#generic_price_table
  .generic_content
  .generic_head_price
  .generic_head_content
  .head {
  padding-top: 40px;
  position: relative;
  z-index: 1;
}

#generic_price_table
  .generic_content
  .generic_head_price
  .generic_head_content
  .head
  span {
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 2px;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
}

#generic_price_table .generic_content .generic_head_price .generic_price_tag {
  padding: 0 0 20px;
}

#generic_price_table
  .generic_content
  .generic_head_price
  .generic_price_tag
  .price {
  display: block;
  font-weight: 500;
}

#generic_price_table
  .generic_content
  .generic_head_price
  .generic_price_tag
  .price
  .sign {
  display: inline-block;
  font-size: 28px;
  vertical-align: middle;
}

#generic_price_table
  .generic_content
  .generic_head_price
  .generic_price_tag
  .price
  .currency {
  font-size: 30px;
  letter-spacing: -2px;
  line-height: 40px;
  padding: 0;
  vertical-align: middle;
}

#generic_price_table
  .generic_content
  .generic_head_price
  .generic_price_tag
  .price
  .cent {
  display: inline-block;
  font-size: 24px;
  font-weight: 400;
  vertical-align: bottom;
}

#generic_price_table
  .generic_content
  .generic_head_price
  .generic_price_tag
  .month {
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 3px;
  vertical-align: bottom;
}

#generic_price_table .generic_content .generic_feature_list ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#generic_price_table .generic_content .generic_feature_list ul li {
  font-size: 18px;
  padding: 15px 0;
  transition: all 0.3s ease-in-out 0s;
}
#generic_price_table .generic_content .generic_feature_list ul li:hover {
  transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
}
#generic_price_table .generic_content .generic_feature_list ul li .fa {
  padding: 0 10px;
}
#generic_price_table .generic_content .generic_price_btn {
  margin: 20px 0 32px;
}

#generic_price_table .generic_content .generic_price_btn a {
  display: inline-block;
  font-size: 18px;
  outline: medium none;
  padding: 12px 30px;
  text-decoration: none;
  text-transform: uppercase;
}
.memberTxt {
  font-size: 48px;
}
.ourContactBGcover {
  background-color: #130e0b;
  opacity: 0.4;
  -webkit-transition: all 400ms !important;
  transition: all 400ms !important;
  height: 65%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.form-control {
  border-radius: 0;
  border: 2px solid #ced4da;
}
.form-control:hover {
  border: 2px solid #eb1c24;
}
.contactCnr {
  background: #ffffff;
  margin: 0 2px 15px 2px;
  box-shadow: 1px 1px 2px 1px #dcdcdc !important;
  padding: 0 0 15px 0;
  margin-top: -150px;
  padding: 20px;
  z-index: 3;
  position: relative;
}
.btnCnr {
  margin-top: 20px;
}
.contactformSec {
  margin-left: -30px;
}
.mapCnr {
  margin-top: -70px;
  opacity: 0.9;
}
.form-control {
  margin-top: 20px;
}
.head .month {
  font-size: 48px;
  font-weight: 900 !important;
}
.priceCnr {
  border-left: 2px solid #525252;
}
.signupCnr {
  background: #ffffff;
  margin: 5px 2px 15px 2px;
  box-shadow: 1px 1px 15px 1px #3d3634 !important;
  padding: 0 0 15px 0;
  margin-top: -70px;
  padding: 20px;
  z-index: 3;
  position: relative;
}
.fillBlanks {
  display: inline-block;
  width: auto;
  border: none;
  border-bottom: 1px solid #ccc;
  height: 20px;
}
.fillBlanks:hover {
  display: inline-block;
  width: auto;
  border: none;
  border-bottom: 1px solid #222;
}
.fillBlanks:hover {
  box-shadow: none;
}
.qBold {
  font-weight: 500;
  margin-left: -10px;
  margin-bottom: 0;
  margin-top: 20px;
}
.qInner {
  margin-top: 5px;
  margin-bottom: 0;
}
@media screen and (max-width: 480px) {
  .contactCnr {
    margin-top: 0;
  }
  .mapCnr {
    margin-top: -55px;
  }
  .inner-layout {
    padding: 10px 0;
  }
  #generic_price_table .generic_content {
    margin-bottom: 20px;
  }
  .pagelayer-heading-holder-buttton {
    padding-left: 0;
  }
  .addressHeading {
    margin-bottom: 0;
    margin-top: 20px;
  }
  .inner-pagelayer-col-holder {
    max-width: initial;
    padding-top: 260px;
    padding-bottom: 50px;
  }
  .pagelayer-heading-holder h1 {
    font-size: 45px;
  }
  #generic_price_table {
    margin-top: 20px;
  }
  .memberTxt {
    font-size: 35px;
  }
  .priceCnr.redPrice {
    border-left: 2px solid #e62e2d;
  }
  .form-check-inline {
    display: block;
  }
  .fillBlanks {
    margin: 0;
    max-width: 50%;
  }
  .signupCnr {
    margin-top: -30px;
  }
  .siteBtn {
    padding: 10px 30px;
    font-size: 19px;
    border-radius: 10px !important;
}

.month-specials .specials-content .special {
     background: #fff !important;
    padding: 5px;
    display: -ms-flexbox;
    display: flex;
    transition: .3s ease-in-out;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.06);
    transition: all 0.5s ease-out 0s;
  
    margin: 3px;
}
}
.addressHeading {
  margin-bottom: 5px;
}

.onoff {
  margin-left: -27px;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  position: relative;
  cursor: pointer;
  width: 55px;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.onoff label {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  cursor: pointer;
  background: #cd3c3c;
  border-radius: 5px;
  font-weight: bold;
  color: #fff;
  -webkit-transition: background 0.3s, text-indent 0.3s;
  -moz-transition: background 0.3s, text-indent 0.3s;
  -o-transition: background 0.3s, text-indent 0.3s;
  transition: background 0.3s, text-indent 0.3s;
  text-indent: 27px;
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4) inset;
  -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4) inset;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4) inset;
}
.onoff label:after {
  content: "No";
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  font-size: 12px;
  color: #591717;
  text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.35);
  z-index: 1;
}
.onoff label:before {
  content: "";
  width: 15px;
  height: 24px;
  border-radius: 3px;
  background: #fff;
  position: absolute;
  z-index: 2;
  top: 3px;
  left: 3px;
  display: block;
  -webkit-transition: left 0.3s;
  -moz-transition: left 0.3s;
  -o-transition: left 0.3s;
  transition: left 0.3s;
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4);
}
.onoff input:checked + label {
  background: #378b2c;
  text-indent: 8px;
}
.onoff input:checked + label:after {
  content: "Yes";
  color: #091707;
}
.onoff input:checked + label:before {
  left: 37px;
}
.bdText {
  font-weight: 700;
  margin-bottom: 0;
  margin-left: -10px;
}
.bd-example {
  margin-left: 10px;
  margin-top: 15px;
}
.bd-example .form-check-inlinep:first-child {
  margin-left: 20px;
}
.content-inner h3 {
  font-weight: 400;
  color: #222;
}
.content-inner h3 .redColor {
  font-weight: 300;
}
.content-inner i {
  font-size: 20px;
  color: #545454;
}
.content-inner .nav-link {
  padding: 0;
}
.menu-cart-section-safina {
  background-color: white;
}
.contact-footer {
  background-color: gold;
}
.footer-content-my {
  text-align: center;
}
.review-card {
  width: 300px;
  background: #fff;
    padding: 8px;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;

}

button.btn.siteBtn.brdBtn2 i {
    transform: rotate(109deg);
}

.month-specials .specials-content .special:hover {
    box-shadow: 0px 30px 18px -8px rgba(0, 0, 0,0.1);
    transform: scale(1.10, 1.10);
}

.menu-section {
    background: #fff;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.06);
    padding: 20px 10px;
    border-radius: 5px;
    transition: all 0.5s ease-out 0s;
    /* box-shadow: 0px 30px 18px -8px rgba(0, 0, 0,0.1); */
}

#sab_wrap {
    display: none;
    margin: 0 auto;
    width: 100%;
    background: #eb1c24;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999;
    text-align: center;
}

div#sab_wrap a h3 {
    font-family: 'Quicksand';
    font-weight: 800;
    text-transform: uppercase;
}

.callnow-txt {
    margin-top: 10px;
    font-size: 30px;
    color: #fff;
    font-weight: 600;
    font-family: 'Quicksand';
    /* text-transform: uppercase; */
}

a.callnow-txt {
    color: #fff
}

@media(min-width: 320px) and (max-width:767px) {
    #sab_wrap {
        display: block;
    }
}

@media(min-width: 992px) and (max-width:1084px) {
   .pagelayer-heading-holder h1 {
    font-size: 40px;
    font-weight: 700;
}
}

a.sms-icon {
    width: initial;
    max-width: initial;
    bottom: 150px;
    position: fixed;
    background-color: #FF5D00;
    color: #fff;
    font-size: 30px;
    padding: 10px 18px;
    border-radius: 50%;
    margin: 10px;
    z-index: 9999;
    right:20px;
}

a.sms-icon:hover {
    background-color: #222732;
    color: #FFF003;
    transform: scale(1.1);
}

a.telephone-icon {
    width: initial;
    max-width: initial;
    bottom: 250px;
    position: fixed;
    background-color: #222732;
    color: #fff;
    font-size: 30px;
    padding:10px 21px;
    border-radius: 50%;
    margin: 10px;
    z-index: 9999;
   right:20px;
}

a.telephone-icon:hover {
    background-color: #FF5D00;
    color: #FFF003;
    transform: scale(1.1);
}


a.whatsapp-icon {
    width: initial;
    max-width: initial;
    bottom: 50px;
    position: fixed;
    background-color: #25d366;
    color: #fff;
    font-size: 30px;
    padding:10px 21px;
    border-radius: 50%;
    margin: 10px;
    z-index: 9999;
    right:20px;
}

a.whatsapp-icon:hover {
    background-color: #222732;
    color: #FFF003;
    transform: scale(1.1);
}

.sub-content {
    padding-bottom: 10px;
}

.sub-content h4,.sub-content h5,.sub-content h2 {
    display: contents;
    font-size: 16px;
    font-weight: 600;
    font-family: 'Quicksand', sans-serif;
}
