/*========================================================
	Main Style CSS for Restaurant Landing 2026
=========================================================*/

:root {
  --main-black: #232322;
  --orange: #EE7A2D;
  --blue: #047f91;
  --white: #fff;
  --light-blue: #97dde9;
  --darker-orange: #c8732e;
  --bottomblue: #036b7a;
  --yellow: #FDB519;
  --cream: #ECCDA1;
  --red: #D22411;
  --brown: #3E1B10;
  --light-cream: #F8F5F1;
}

/*========================================================
                                          RESET
  =========================================================*/
html,
body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
abbr,
address,
em,
img,
sub,
sup,
dl,
dt,
dd,
ol,
ul,
li,
form,
label,
legend,
caption,
article,
aside,
figcaption,
footer,
header,
hgroup,
menu,
nav,
section,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
}

ul {
    list-style: none;
}

a {
    text-decoration: none;
    color: inherit;
}

*:focus {
    outline: none;
}

* {
    box-sizing: border-box;
}

input[type='submit'] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

/*========================================================
                      Main Styles
=========================================================*/
body {
    background: #fff;
    font-family: 'Inter', arial, sans-serif;
    font-weight: 400;
    color: var(--brown);
    font-size: 20px;
    line-height: 1.6;
    margin: 0;
}

body.nav-active {
    overflow: hidden;
}
h1, h2, h3, h4, h5, h6{
  font-family: 'Fraunces', arial, sans-serif;
  font-weight: 700;
  line-height: 1.3;
}
h1, h2, h3{
  font-size: 60px;
  text-transform: capitalize;
}

li {
    list-style-type: none;
}

a {
    text-decoration: none;
    color: inherit;
}

.clear {
    clear: both;
}

ol li {
    list-style-type: decimal;
    list-style-position: inside;
    text-align: left;
    line-height: 1.3em;
}

.titlep {
    max-width: 1090px;
    margin: 0 auto;
}
@media only screen and (min-width: 1920px) and (max-width: 2559px) {
h1, h2, h3 {
  	font-size: 56px;
  }
}
@media only screen and (min-width: 1301px) and (max-width: 1919px) {
  body {
  	font-size: 18px;
  }
  h1, h2, h3 {
  	font-size: 46px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1300px) {
  body {
  	font-size: 18px;
  }
  h1, h2, h3 {
  	font-size: 36px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  body {
  	font-size: 18px;
  }
  h1, h2, h3 {
  	font-size: 34px;
  }
}
@media only screen and (max-width: 767px) {
  body {
  	font-size: 19px;
    line-height: 1.5;
  }
  h1, h2, h3 {
  	font-size: 32px;
    line-height: 1.3;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {}
@media only screen and (max-width: 479px) {}

/*=======================================================
                       Main Layout
=========================================================*/
/*========================================================
	NAVIGATION
=========================================================*/
.menu ul li.mlogo,
.menu ul li.mphone,
.menu ul li.maddress,
.menu ul li.mobSocial,
.menu ul li.mhours,
.menu ul li.mlinks1,
.menu ul li.mlinks2,
.smobitrigger,
.mnuclose,
.logoMobTop,
.telMobTop {
    display: none;
}

.menu {
    text-align: right;
}

.menu ul li.mlinks {
    display: inline-block;
}
.menu ul li.mmlinks {
    display: none;
}
.menu ul li.mlinks a {
  color: var(--brown);
    font-size: 20px;
    line-height: 22px;
    text-transform: capitalize;
    padding: 0 0 0 25px;
    transition: all 0.3s ease;
}

.menu ul li.mlinks.last a {
	background: var(--red);
	border-radius: 35px;
	color: #fff;
	display: inline-block;
	font-size: 18px;
	font-weight: 500;
	line-height: 0.8;
	padding: 14px 20px;
	text-align: center;
	text-transform: capitalize;
  margin-left: 40px;
}
@media only screen and (min-width: 1601px) and (max-width: 1919px) {
    .menu ul li.mlinks a {
      font-size: 21px;
        padding-left: 30px;
  }
  .menu ul li.mlinks.last a {
    font-size: 21px;
    margin-left: 30px;
  }
}
@media only screen and (min-width: 1301px) and (max-width: 1600px) {
    .menu ul li.mlinks a {
        font-size: 19px;
        padding-left: 15px;
    }
    .menu ul li.mlinks.last a {
    	font-size: 19px;
      margin-left: 30px;
    }
}
@media only screen and (min-width: 1024px) and (max-width: 1300px) {
  .menu ul li.mlinks a {
  	font-size: 17px;
  	line-height: 30px;
  	padding: 0 0 5px 15px;
  }
  .menu ul li.mlinks.last a {
    font-size: 17px;
    margin-left: 15px;
    padding: 10px 10px;
  }
}

/*=======================================================
    Buttons
=========================================================*/
.lrBtn {
  background: var(--red);
  border-radius: 35px;
  color: #fff;
  display: inline-block;
	font-size: 18px;
  font-weight: 500;
  line-height: 0.8;
  padding: 25px 50px;
	text-align: center;
	text-transform: capitalize;
}
.newBtn{
  background: var(--white);
  color: var(--red);
  margin-left: 10px;
}
.lrOranBtn{
  background: var(--orange)!important;
  color: #fff;
  margin-left: 10px;
}
.lrTrnspBtn{
  background: transparent;
  border: 2px solid var(--red);
  color: var(--brown);
  margin-left: 20px;
}
.lrTrnspBtnWhite{
  background: transparent;
  color: var(--white);
  margin-left: 10px;
}
.specBtn{
  background: var(--red);
  color: var(--white);
  margin-left: 10px;
}
@media only screen and (min-width: 1301px) and (max-width: 1919px) {
  .lrBtn {
  	font-size: 19px;
  	padding: 19px 40px 15px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1300px) {
  .lrBtn {
  	font-size: 16px;
  	padding: 16px 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .lrBtn {
  	font-size: 19px;
  	padding: 19px 40px 15px;
  }
}
@media only screen and (max-width: 767px) {
  .lrBtn {
  	font-size: 19px;
  	padding: 18px 25px;
  }
  .lrTrnspBtnWhite {
  	font-size: 19px;
  	padding: 21px 15px 17px;
    margin-left: 2px;
  }
  .lrOranBtn{
    margin: 10px 0 0 0;
  }
  .specBtn{
    margin: 10px 0 0 0;
  }
  .lrTrnspBtn{
    margin-left: 2px;
  }
}

/*========================================================
	CONTENT
=========================================================*/
.bodyFrame {
    max-width: 100%;
    margin: 0 auto;
    overflow: hidden;
}

.pageFull {
    width: 100%;
    margin: 0 auto;
}
.pageSize {
    width: 1300px;
    margin: 0 auto;
}

.pageTop {
    width: 1300px;
    margin: 0 auto;
}

.pageServ {
    width: 85%;
    margin: 0 auto;
}

.pageInd {
    width: 1300px;
    margin: 0 auto;
}

.topic {
    padding-top: 121px;
}

.pageSubPack {
    width: 1200px;
    margin: 0 auto;
}

.pageTit {
    width: 1000px;
    margin: 0 auto;
}

.topSub {
    border-bottom: 2px solid #004271;
}

.pageSub {
    width: 1616px;
    margin: 0 auto;
}

.dottedbord {
    border-top: 1px dashed #65839a;
}

.nodotted {
    border-top: 0 !important;
}

.socbg {
    padding: 0 0 50px;
}
.subBanSize {
    width: 72%;
    margin: 0 auto;
}
@media only screen and (min-width: 1024px) and (max-width: 1919px) {
    .socbg {
        padding: 50px 0 90px;
    }
}
@media only screen and (max-width: 1919px) {
    .subBanSize {
        width: 90%;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
    .socbg {
        padding: 0 0 75px;
    }
}

/*========================================================
	TOP
=========================================================*/
.banTopWrap {
  background: #fff;
    width: 100%;
    margin: 0 auto;
    z-index: 9999;
}
.banTop {
    width: 52%;
    margin: 0 auto;
    display: flex;
    height: 100px;
    align-items: center;
    max-width: 1323px;
}

.logoTop,
.logoTopSub {
    width: 20%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: 100px;
}

.logoTopSub a {
    display: inline-block;
}
.logoTop a{
  display: flex;
  align-items: center;
}
.logoTop img {
    height: 42px;
}

.logoTopSub img {
    margin-top: 20px;
    height: 60px;
}

.navTop {
    width: 80%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    text-align: right;
}
.topInfoWrap {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    padding-bottom: 20px;
}
.topAdr,
.topTel {
    font-size: 22px;
    font-weight: 500;
    line-height: 22px;
    text-transform: capitalize;
    padding: 15px 45px;
    color: #fff;
}
.topAdr{
  background: #0d8ba2;
}
.topTel{
  background: #fa903a;
}
.faloctop,
.fateltop {
    margin-right: 5px;
}

.bannrBtnPlace {
    margin-top: 70px;
}

@media only screen and (min-width: 1920px) and (max-width: 2559px) {
  .banTop {
  	width: 86%;
    max-width: 1323px;
  }
    .topAdr, .topTel {
        font-size: 20px;
    }
}
@media only screen and (min-width: 1601px) and (max-width: 1919px) {
    .logoTop,
    .logoTopSub {
        width: 15%;
    }
     .navTop {
        width: 85%;
    }
    .logoTop img {
    	height: 40px;
    }
    .logoTop,
      .banTop{
        height: 105px;
      }
}
@media only screen and (min-width: 1301px) and (max-width: 1600px) {
    .logoTop,
    .logoTopSub {
        width: 18%;
    }
     .navTop {
        width: 82%;
    }
    .logoTop img {
    	height: 40px;
    }
  .logoTop,
  .banTop{
    height: 90px;
  }
}
@media only screen and (min-width: 1301px) and (max-width: 1919px) {
  .banTop {
  	width: 85%;
    max-width: 1290px;
  }
  .topAdr,
  .topTel {
      font-size: 16px;
  }
}
@media only screen and (min-width: 1301px) and (max-width: 1500px){
  .banTop {
  	width: 90%;
    max-width: 1171px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1300px) {
  .banTop {
  	width: 95%;
  }
    .logoTop,
    .logoTopSub {
        width: 16%;
        height: 90px;
    }

    .navTop {
        width: 84%;
    }
    .topAdr, .topTel {
        font-size: 14px;
    }
    .logoTop img {
        height: 28px;
    }
    .banTop {
        height: 90px;
        max-width: 973px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .banTop {
  	width: 95%;
  }
}
@media only screen and (max-width: 767px) {
  .banTop {
  	width: 95%;
  }
}

/*========================================================
            Newsize Index
=========================================================*/
.newSize{
  width: 52%;
  margin: 0 auto;
  max-width: 1323px;
}
@media only screen and (min-width: 1920px) and (max-width: 2559px) {
  .newSize {
  	width: 86%;
  }
}
@media only screen and (min-width: 1301px) and (max-width: 1919px) {

  .newSize {
  	width: 85%;
    max-width: 1292px;
  }
}
@media only screen and (min-width: 1301px) and (max-width: 1500px){
  .newSize {
  	width: 90%;
  	max-width: 1171px;
  }
}
@media only screen and (min-width: 1600px) and (max-width: 1919px){}
@media only screen and (min-width: 1024px) and (max-width: 1300px) {
  .newSize {
  	width: 95%;
    max-width: 973px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .newSize {
  	width: 95%;
  }
}
@media only screen and (max-width: 767px) {
  .newSize {
  	width: 90%;
  }
}

/*========================================================
            Banner Index NEW
=========================================================*/
.banIndex{
  background: var(--cream);
  padding: 50px 0;
  margin-top: 100px;
}
.banIndSize{
  width: 52%;
  margin: 0 auto;
  max-width: 1322px;
}
.banIndWrap{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
    align-items: center;
}
.banIndLeft{
  width: 45%;
}
p.banFull {
  font-family: 'Fraunces', arial, sans-serif;
  font-size: 20px;
  font-weight: 400;
  font-style: italic;
}
p.banFull span {
  color: var(--brown);
}
.banIndLeft h2,
.banIndLeft h1 {
  font-family: 'Fraunces', arial, sans-serif;
  font-size: 60px;
  margin: 5px 0 0;
  line-height: 1.2;
}
.banIndLeft h2 span,
.banIndLeft h1 span{
  color: var(--newblue);
}
p.banDescr {
  font-family: 'Inter', arial, sans-serif;
  font-size: 20px;
  line-height: 1.4;
  margin: 20px 0 0;
  width: 100%;
}
p.banDescr span {
    font-weight: 600;
}

.newBanbtns{
  margin: 50px 0 0;
}
.hideInDesktop{
  display: none!important;
}
.banIndImgRight{
  width: 100%;
  max-width: 640px;
  height: auto;
  border-radius: 30px;
}
.banButnsWrap {
    margin-top: 30px;
}
.callBtn {
    font-weight: 600;
    font-size: 20px;
    margin-left: 30px;
}
/* Custom styling for Swiper pagination */
.swiper .banIndImgRight {
  position: relative!important;
}

.swiper-pagination {
  position: absolute;
  bottom: 10px;
  left: 500px!important;
  z-index: 10;
  width: 150px;
}

.swiper-pagination-bullet {
  width: 20px!important;
  height: 20px!important;
  margin: 0 8px;
  background-color: rgba(255, 255, 255, 0.7)!important;
}

.swiper-pagination-bullet-active {
  background-color: #fff;
}
@media only screen and (min-width: 1920px){
  .newBanbtns .skilledBtn{
    min-width: 301.5px;
  }
}
@media only screen and (min-width: 1920px) and (max-width: 2559px) {
  .banIndSize{
    width: 90%;
    max-width: 1323px;
  }
  .swiper-pagination {
    left: 400px!important;
  }

}
@media only screen and (min-width: 1601px) and (max-width: 1919px) {
    .banIndex {
        margin-top: 100px;
    }
  .banIndSize{
    width: 90%;
    max-width: 1440px;
  }
  .banIndLeft {
  	width: 40%;
  }
  p.banFull {
  	font-size: 24px;
  }
  .banIndLeft h2,
  .banIndLeft h1 {
  	font-size: 68px;
  }
  p.banDescr {
  	font-size: 23px;
    margin: 30px 0 0;
      width: 530px;
  }
  .newBanbtns {
    margin: 40px 0 0;
  }
  .banIndImgRight {
  	max-width: 760px;
  }
  .swiper-pagination {
    left: 350px!important;
  }
  .newBanbtns .skilledBtn{
    min-width: 239.5px;
  }
}
@media only screen and (min-width: 1301px) and (max-width: 1919px) {
  .banIndex {
  	padding: 60px 0;
  }
  .banIndSize{
    width: 90%;
    max-width: 1290px;
  }
  .banIndLeft {
  	width: 45%;
  }
  p.banFull {
  	font-size: 21px;
  }
  .banIndLeft h2,
  .banIndLeft h1 {
  	font-size: 56px;
    margin: 10px 0 0;
  }
  p.banDescr {
  	font-size: 18px;
    margin: 15px 0 0;
  }
  .newBanbtns {
    margin: 35px 0 0;
  }
  .banIndImgRight {
  	max-width: 600px;
  }
  .swiper-pagination {
    left: 340px!important;
  }
  .newBanbtns .skilledBtn{
    min-width: 239px;
  }
    .banButnsWrap {
        margin-top: 30px;
    }
}
@media only screen and (min-width: 1301px) and (max-width: 1600px) {
    .banIndex {
        margin-top: 90px;
    }
    p.banDescr {
      width: 500px;
  }
  .banIndLeft h2,
  .banIndLeft h1 {
  	font-size: 46px;
    max-width: 450px;
  }
}
@media only screen and (min-width: 1501px) and (max-width: 1919px){
  .menu ul li.mlinks a {
  	padding-left: 30px;
  }
}
@media only screen and (min-width: 1301px) and (max-width: 1500px){
  .banIndSize {
  	max-width: 1171px;
  }
  .banIndLeft h2,
  .banIndLeft h1 {
  	max-width: 500px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1300px) {
  .banIndex {
  	padding: 60px 0;
      margin-top: 90px;
  }
  .banIndSize{
    width: 95%;
    max-width: 975px;
  }
  .banIndLeft {
  	width: 42%;
  }
  p.banFull {
  	font-size: 18px;
  }
  .banIndLeft h2,
  .banIndLeft h1 {
  	font-size: 40px;
    margin: 10px 0 0;
  }
  p.banDescr {
  	font-size: 16px;
    margin: 25px 0 0;
  }
    .banButnsWrap {
        margin-top: 25px;
    }
    .callBtn {
        font-size: 21px;
        margin-left: 35px;
    }
  .newBanbtns {
    margin: 35px 0 0;
  }
  .banIndImgRight {
  	max-width: 500px;
  }
  .swiper-pagination {
    left: 260px!important;
  }
    p.banDescr {
      width: auto;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .banIndex {
  	padding: 60px 0;
    margin-top: 28px;
  }
  .banIndWrap{
    flex-direction: column-reverse;
  }
  .banIndSize{
    width: 95%;
    max-width: 975px;
  }
  .banIndLeft {
  	width: 100%;
  }
  p.banFull {
  	font-size: 18px;
    margin: 40px 0 0;
  }
  .banIndLeft h2,
  .banIndLeft h1 {
  	font-size: 44px;
    margin: 20px 0 0;
  }
  p.banDescr {
  	font-size: 20px;
    margin: 25px 0 0;
      width: auto;
  }
    .banButnsWrap {
        margin-top: 30px;
    }
    .swiperOnlyTab{
      width: 100%;
    }
  .banIndImgRight {
    width: 100%!important;
    height: auto;
  	max-width: none;
  }
  .newBanbtns {
    margin: 35px 0 0;
  }
  .newBanbtns .rvnBtn{
    margin-right: 20px;
  }
  .swiper-pagination {
    left: 0!important;
    right: 0!important;
    text-align: center;
    bottom: 0!important;
  }
  .swiper-pagination-bullet {
    width: 20px!important;
    height: 20px!important;
    background-color: rgba(30, 73, 157, 0.7)!important;
  }

  .swiper-pagination-bullet-active {
    background-color: #1E499D!important;
  }
}
@media only screen and (max-width: 767px) {
  .banIndex {
  	padding: 30px 0;
    margin-top: 20px;
  }
  .banIndWrap{
    flex-direction: column-reverse;
    padding-bottom: 40px;
  }
  .banIndSize{
    width: 92%;
    max-width: 975px;
  }
  .banIndLeft {
  	width: 100%;
  }
  p.banFull {
  	font-size: 16px;
    margin: 30px 0 0;
  }
  .banIndLeft h2,
  .banIndLeft h1 {
  	font-size: 34px;
    margin: 10px 0 0;
  }
  p.banDescr {
  	font-size: 18px;
    margin: 25px 0 0;
      width: auto;
  }
    .banButnsWrap {
        margin: 30px 0 10px;
    }
  .banIndImgRight {
  	max-width: none;
  }
  .newBanbtns {
    margin: 28px 0 0;
  }
  .newBanbtns .rvnBtn{
    margin-right: 20px;
  }
  .newBanbtns .skilledBtn{
    margin-left: 0;
  }
  .hideInMob{
    display: none!important;
  }
  .hideInDesktop{
    display: inline-block!important;
  }
  .swiper-pagination {
    left: 0!important;
    right: 0!important;
    text-align: center;
    bottom: 0!important;
  }
  .swiper-pagination-bullet {
    width: 20px!important;
    height: 20px!important;
    background-color: rgba(30, 73, 157, 0.7)!important;
  }

  .swiper-pagination-bullet-active {
    background-color: #1E499D!important;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .banIndLeft h2,
  .banIndLeft h1 {
  	font-size: 46px;
    max-width: 470px;
  }

}
@media only screen and (max-width: 479px) {
  .newBanbtns .rvnBtn{
    margin-right: 0;
  }
  p.banDescr br{
    display: none;
  }
  .newBanbtns a{
    max-width: 165px!important;
  }
  .newBanbtns .rvnBtn,
  .newBanbtns .skilledBtn {
  	font-size: 16px;
  	padding: 15px 12px;
  }
    .banButnsWrap {
        margin-top: 30px;
        display: flex;
        flex-direction: column;
    }
    .callBtn {
        display: none;
    }
    .banButnsWrap .lrBtn {
        width: 100%;
        max-width: 345px;
    }
}

/*========================================================
        Setup Starts Section Index
=========================================================*/
.setupStart{
  background: var(--light-cream);
  padding: 70px 0;
}
.setupRect{
  background: var(--white);
  border-radius: 20px;
  padding: 55px 85px;
}
.setupRect h2{
  text-align: center;
}
.setupUlDivWraps{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.setupUlDiv{
  width: 45%;
  margin: 50px 0 0;
}
.setupUlDiv ul li {
	background: url('../images/index/icon-tick-cream.svg') no-repeat;
	background-position: left top 5px;
	background-size: 30px 30px;
	padding: 0 0 20px 50px;
  min-height: 158px;
}
.setupUlDiv ul li span{
  display: block;
  font-size: 26px;
  font-weight: 700;
}
.setupUlDiv ul li.setupRemPadd{
  padding-bottom: 0;
}
.setupBtnPlace{
  margin: 50px 0 0;
  padding: 0 0 0 50px;
}
.setupUlDivWrapsMobile{
  display: none!important;
}
@media only screen and (min-width: 1920px) and (max-width: 2559px) {}
@media only screen and (min-width: 1301px) and (max-width: 1919px) {}
@media only screen and (min-width: 1024px) and (max-width: 1300px) {
  .setupRect {
  	padding: 55px 50px;
  }
  .setupUlDiv {
  	width: 48%;
  }
  .setupUlDiv ul li span {
  	font-size: 22px;
  }
  .setupUlDiv ul li {
  	background-size: 28px 28px;
  	padding: 0 0 20px 45px;
  	min-height: 142px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .setupRect {
  	padding: 55px 50px;
  }
  .setupUlDiv {
  	width: 100%;
  }
  .setupUlDiv ul li span {
  	font-size: 22px;
  }
  .setupUlDiv ul li {
  	background-size: 28px 28px;
  	padding: 0 0 20px 45px;
  	min-height: 142px;
  }
  .setupUlDivWrapsDesktop{
    display: none!important;
  }
  .setupUlDivWrapsMobile{
    display: block!important;
  }
  .setupBtnPlace {
  	margin: 40px 0 0;
  	padding: 0;
  	text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .setupRect {
  	padding: 55px 20px;
  }
  .setupUlDiv {
  	width: 100%;
  }
  .setupUlDiv ul li span {
  	font-size: 22px;
  }
  .setupUlDiv ul li {
  	background-size: 28px 28px;
  	padding: 0 0 20px 45px;
  	min-height: 142px;
  }
  .setupUlDivWrapsDesktop{
    display: none!important;
  }
  .setupUlDivWrapsMobile{
    display: block!important;
  }
  .setupBtnPlace {
  	margin: 40px 0 0;
  	padding: 0;
  	text-align: center;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .setupRect h2 {
  	max-width: 300px;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 479px) {
  .setupRect h2 {
  	max-width: 300px;
    margin: 0 auto;
  }
}

/*========================================================
    Our Design Solutions - Lowest price page
=========================================================*/
.ourDesWrapMob {
  display: none !important;
}
.ourDes {
  padding: 100px 0;
  text-align: center;
}
.ourDes p {
  margin: 15px 0 0;
}
.ourRest p {
  line-height: 1.4;
  max-width: 75%;
  margin: 30px auto 0;
}
.ourDesWrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 60px auto 0;
}
.ourDesBox {
  width: 100%;
}
.ourDesWrap img {
  width: 100%;
}
.ourDesBtnPlace {
  margin: 60px 0 0;
}
@media only screen and (min-width: 1920px) and (max-width: 2559px) {}
@media only screen and (min-width: 1301px) and (max-width: 1919px) {
  .ourDes h2 {
    font-size: 46px;
  }
  .ourRest p {
  	max-width: 70%;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1300px) {
  .ourDes {
  	padding: 60px 0;
  }
  .ourDes h2 {
    font-size: 36px;
  }
  .ourDes p {
    font-size: 19.5px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .ourDesWrap {
    width: 50%;
    margin: 0 auto;
  }
  .ourDesBox {
    width: 100%;
    margin: 50px 0 0;
  }
  .ourDes h2 {
    font-size: 32px;
  }
  .ourDes p {
    font-size: 18px;
    max-width: 85%;
  }
}
@media only screen and (max-width: 767px) {
  .ourDes {
    padding: 50px 0;
  }
  .ourDesWrap {
    margin: 0 auto 0;
  }
  .ourDesBox {
    width: 100%;
    margin: 20px 0 0;
  }
  .ourDes h2 {
    font-size: 29px;
  }
  .ourDes p {
    font-size: 16px;
  }
  .ourDesBtnPlace {
    margin: 30px 0 0;
  }
  .ourDesBtnPlace .ecomBtn {
    max-width: 90%;
    font-size: 22px;
  }
  .ourDesWrap {
    display: none;
  }
  .ourDesWrapMob {
    display: inline-block !important;
  }
  .ourRest p {
    font-size: 18px;
  }
}

/*========================================================
        Ready To Get Started Section Index
=========================================================*/
.readySec{
  background: var(--cream);
  padding: 60px 0;
  text-align: center;
}
.readySec p{
  margin: 20px 0 0;
}
.readySecBtnPlace{
  margin: 30px 0 0;
}
@media only screen and (max-width: 767px) {}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .readySec p {
    max-width: 375px;
  	margin: 20px auto 0;
  }
}
@media only screen and (max-width: 479px) {
  .readySec p {
    max-width: 338px;
  	margin: 20px auto 0;
  }
}

/*========================================================
        Restaurant Print Features Section Index
=========================================================*/
.theBest{
  background: var(--light-cream);
  padding: 65px 0 75px;
}
.theBest h3{
  text-align: center;
}
.theBestWrap{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 75px 0 0;
}
.theBestBigBox{
  width: 32%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.theBestWhiteBox{
  background: var(--white);
  border-radius: 20px;
  padding: 25px 25px 45px 25px;
}
.theBestItalic,
.theBestBoldTitle,
.theBestActive,
.theBestPrice{
  text-align: center;
  text-transform: capitalize;
}
.theBestItalic{
  font-style: italic;
}
.theBestBoldTitle{
  font-family: 'Fraunces', arial, sans-serif;
  font-size: 40px;
  line-height: 1.1;
  font-weight: 700;
  margin: 5px 0 0;
}
.theBestActive{
  font-size: 22px;
  font-weight: 500;
  margin: 10px 0 0;
}
.theBestPrice{
  background: var(--cream);
  border-radius: 20px;
  margin: 20px 0 0;
}
.theBestPrice p span{
  font-family: 'Fraunces', arial, sans-serif;
  font-size: 40px;
  font-weight: 600;
}
.theBestPrice p{
  font-weight: 500;
  text-transform: none;
}
.theBestWhiteBox ul{
  margin: 25px 0 0;
}
.theBestWhiteBox ul li{
  background: url('../images/index/icon-tick-red.svg') no-repeat;
  background-position: left center;
  background-size: 28px 28px;
  padding: 0 0 0 50px;
  margin: 0 0 10px;
}
.theBestBtnPlace{
  margin: 50px 0 0;
  text-align: center;
}
.theBestBtnPlace .lrBtn{
  width: 100%;
}
.theBestDegreeBox{
  border: 1px solid var(--red);
  border-radius: 20px;
  padding: 20px 24px;
  max-width: 320px;
  margin: 70px auto 55px;
  transform: rotate(-2deg);
}
.theBestDegreeBox p{
  line-height: 1.4;
  font-family: 'Fraunces', arial, sans-serif;
  font-size: 24px;
  font-style: italic;
}
.theBestWrapMobile{
  display: none!important;
}
@media only screen and (min-width: 1920px) and (max-width: 2559px) {}
@media only screen and (min-width: 1301px) and (max-width: 1919px) {
  .theBestBoldTitle,
  .theBestPrice p span {
  	font-size: 36px;
  }
  .theBestActive {
  	font-size: 20px;
  }
  .theBestDegreeBox p {
  	font-size: 22px;
  }
  .theBestWhiteBox ul li {
  	background-size: 26px 26px;
  	padding: 0 0 0 46px;
  }
  .theBestDegreeBox {
  	margin: 45px auto;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1300px) {
  .theBestBoldTitle,
  .theBestPrice p span {
    font-size: 28px;
  }
  .theBestActive {
    font-size: 18px;
  }
  .theBestWhiteBox ul li {
  	background-size: 24px 24px;
  	padding: 0 0 0 35px;
  }
  .theBestDegreeBox {
  	max-width: 242px;
    margin: 30px auto 20px;
    padding: 15px 24px;
  }
  .theBestDegreeBox p {
    font-size: 18px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .theBestWrapDesktop{
    display: none;
  }
  .theBestWrapMobile{
    display: block!important;
  }
  .theBestBigBox {
  	width: 100%;
  }
  .theBestBoldTitle,
  .theBestPrice p span {
  	font-size: 31px;
  }
  .theBestActive {
  	font-size: 19px;
  }
  .theBestDegreeBox p {
  	font-size: 22px;
  }
  .theBestWhiteBox ul li {
  	background-size: 26px 26px;
  	padding: 0 0 0 46px;
  }
  .theBestDegreeBox {
  	margin: 45px auto;
  }
  .theBestDegreeBox {
  	max-width: 242px;
    margin: 40px auto 20px;
    padding: 15px 24px;
  }
  .theBestDegreeBox p {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .theBestWrapDesktop{
    display: none;
  }
  .theBestWrapMobile{
    display: block!important;
  }
  .theBestWrap {
  	margin: 45px 0 0;
  }
  .theBestBigBox {
  	width: 100%;
  }
  .theBestBoldTitle,
  .theBestPrice p span {
  	font-size: 31px;
  }
  .theBestActive {
  	font-size: 19px;
  }
  .theBestDegreeBox p {
  	font-size: 22px;
  }
  .theBestWhiteBox ul li {
  	background-size: 26px 26px;
  	padding: 0 0 0 46px;
  }
  .theBestDegreeBox {
  	margin: 45px auto;
  }
  .theBestDegreeBox {
  	max-width: 242px;
    margin: 40px auto 20px;
    padding: 15px 24px;
  }
  .theBestDegreeBox p {
    font-size: 18px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {}
@media only screen and (max-width: 479px) {}

/*========================================================
        We host it Section Index
=========================================================*/
.weHostIt{
  padding: 75px 0 85px;
}
.weHostItTitle{
  text-align: center;
}
.weHostItTitle p{
  max-width: 520px;
  margin: 30px auto 0;
}
.weHostItBanner{
  background: url('../images/index/laptop-with-restaurant-website-design.jpg');
  background-repeat: no-repeat;
  background-position: center right 150px;
  background-size: 900px 853px;
  padding: 72px 0 65px;
  margin: 30px auto 0;
}
.weHostBox{
  background: var(--light-cream);
  padding: 20px 25px;
  max-width: 360px;
  border-radius: 20px;
  min-height: 75px;
}
.weHostBox p span{
  display: block;
  font-weight: 700;
}
.weHostFirst,
.weHostSecond,
.weHostThird,
.weHostFourth{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.weHostFirst,
.weHostSecond,
.weHostThird{
  margin-bottom: 90px;
  margin-left: auto;
  margin-right: auto;
}
.weHostFirst{
  width: 80%;
}
.weHostSecond{
  width: 90%;
}
.weHostThird{
  width: 80%;
}
.weHostFourth{
  width: 60%;
  margin: 0 auto;
}
.weHostAddMargBot{
  margin: 0 0 30px;
}
@media only screen and (min-width: 1920px) and (max-width: 2559px) {}
@media only screen and (min-width: 1301px) and (max-width: 1919px) {
  .weHostItTitle p {
  	max-width: 470px;
  }
  .weHostItBanner {
  	background-position: center right 40%;
  	background-size: 765px 725px;
  }
  .weHostFirst {
  	width: 73%;
  }
  .weHostBox {
  	max-width: 310px;
  }
  .weHostThird {
  	width: 72%;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1300px) {
  .weHostIt {
  	padding: 65px 0;
  }
  .weHostItTitle p {
  	max-width: 470px;
  }
  .weHostItBanner {
  	background-position: center right 40%;
  	background-size: 765px 725px;
  }
  .weHostFirst, .weHostSecond, .weHostThird {
  	margin-bottom: 70px;
  }
  .weHostBox {
  	max-width: 310px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .weHostIt {
  	padding: 65px 0 65px;
  }
  .weHostItBanner {
  	background-position: center;
  	background-size: 100% auto;
  	padding: 72px 0 65px;
  	margin: 30px auto 0;
  }
  .weHostBox {
  	background: var(--light-cream);
  	padding: 20px 25px;
  	max-width: 310px;
  	border-radius: 20px;
  	min-height: 75px;
  }
  .weHostFirst,
  .weHostSecond,
  .weHostThird {
  	margin-bottom: 55px;
  }
  .weHostFourth {
  	width: 72%;
  }
}
@media only screen and (max-width: 767px) {
  .weHostIt {
  	padding: 75px 0 65px;
  }
  .weHostItBanner {
  	background-position: top center;
  	background-size: contain;
  	padding: 210px 0 0;
  	margin: 30px auto 0;
  }
  .weHostFirst,
  .weHostSecond,
  .weHostThird,
  .weHostFourth{
    width: 100%;
  }
  .weHostBox {
  	padding: 15px 15px;
  	min-height: 0;
    width: 48%;
  }
  .weHostBox p{
    font-size: 18px;
  }
  .weHostFirst,
  .weHostSecond,
  .weHostThird {
  	margin-bottom: 15px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .weHostBox {
  	min-height: 112px;
  }
}
@media only screen and (max-width: 479px) {
  .weHostBox {
  	min-height: 132px;
  }
  .weHostBox p {
  	font-size: 17px;
  }
}

/*========================================================
        Restaurant Print Features Section Index
=========================================================*/
.resPriFeat{
  background: var(--light-cream);
  padding: 90px 0;
}
.resPriFeatWrap{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.resPriLeft,
.resPriRight{
  width: 48%;
}
.resPriLeft img{
  width: 100%;
  height: auto;
}
.resPriRight h3{
  line-height: 1.1;
}
.resPriRight p{
  margin: 20px 0 0;
  line-height: 1.4;
}
.resPriRight ul{
  column-count: 2;
  margin: 25px 0 0;
}
.resPriRight ul li {
	list-style-type: disc;
	list-style-position: inside;
  text-transform: capitalize;
}
.resPriBtnPlace{
  margin: 25px 0 0;
}
@media only screen and (min-width: 1920px) and (max-width: 2559px) {}
@media only screen and (min-width: 1301px) and (max-width: 1919px) {
  .resPriRight h3,
  .resPriRight p {
  	max-width: 562px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1300px) {
  .resPriFeat {
  	padding: 70px 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .resPriFeat {
  	padding: 70px 0;
  }
  .resPriLeft,
  .resPriRight {
  	width: 100%;
  }
  .resPriRight{
    margin: 30px 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .resPriFeat {
  	padding: 60px 0;
  }
  .resPriLeft,
  .resPriRight {
  	width: 100%;
  }
  .resPriRight{
    margin: 30px 0 0;
  }
  .resPriRight ul {
  	column-count: 1;
  }
  .resPriBtnPlace .lrTrnspBtn{
    width: 285px;
    margin: 10px 0 0;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {}
@media only screen and (max-width: 479px) {}

/*========================================================
        Online Order Future Section Index
=========================================================*/
.onlOrdFuture{
  background: var(--light-cream);
  padding: 100px 0;
}
.onlOrdFuture h3,
.onlOrdFuture p{
  text-align: center;
}
.onlOrdFuture p{
  max-width: 960px;
  margin: 30px auto 0;
}
.onlOrdFutureImgWrap{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 65px 0 0;
}
.onlOrdFutureImgWrap img{
  width: 22.5%;
}
.onlOrdFutureBtnPlace{
  margin: 80px 0 0;
  text-align: center;
}
.onlOrdFutureImgWrapMobile{
  display: none!important;
}
@media only screen and (min-width: 1920px) and (max-width: 2559px) {}
@media only screen and (min-width: 1301px) and (max-width: 1919px) {
  .onlOrdFuture {
  	padding: 80px 0;
  }
  .onlOrdFuture p {
  	max-width: 885px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1300px) {
  .onlOrdFuture {
  	padding: 60px 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .onlOrdFuture {
  	padding: 70px 0;
  }
  .onlOrdFuture p {
  	max-width: 660px;
  }
  .onlOrdFutureImgWrapDesktop{
    display: none;
  }
  .onlOrdFutureImgWrapMobile{
    display: block!important;
  }
}
@media only screen and (max-width: 767px) {
  .onlOrdFuture {
  	padding: 70px 0;
  }
  .onlOrdFuture p {
  	max-width: 660px;
  }
  .onlOrdFutureImgWrapDesktop{
    display: none;
  }
  .onlOrdFutureImgWrapMobile{
    display: block!important;
  }
  .onlOrdFutureBtnPlace {
  	margin: 40px 0 0;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {}
@media only screen and (max-width: 479px) {}

/*========================================================
        Services & Solutions Section Index
=========================================================*/
.lrSection{
  padding: 90px 0;
}
.lrSection h1,
.lrSection h2,
.lrSec3 h3.lrTitleH2Desk{
  text-align: center;
  margin: 0 0 90px;
}

.lrTitleSpec h2{
  font-size: 33px;
  line-height: 1.5;
}
.lrSection h1 span,
.lrSection h2 span,
.lrSec3 h3.lrTitleH2Desk span{
  display: block;
}
.lrTitleH2Mob{
  display: none;
}
.lrSectionWrap{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.lrSecLeftImg{
  width: 48%;
}
.lrSecRightText{
  width: 49%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.paddTopNone{
  padding-top: 0;
}
.lrSecLeftImg img{
  border-radius: 16px;
  width: 100%;
}
.lrSecRightText h3{
  font-size: 60px;
  line-height: 1.2;
}
.lrSecRightText h3 span{
  display: block;
}
.lrSecRightText p,
.lrExtraRect p{
  margin: 15px 0 0;
}
.lrSecRightText ul{
  margin: 15px 0 0;
}
.lrSecRightText ul li {
	list-style-type: disc;
	list-style-position: inside;
}
.lrGrayRectRound{
  background: #e8eae9;
  border-radius: 30px;
  padding: 20px 30px;
}
.lrSecUl{
  margin: 40px 0 0;
}
.lrSecUl li{
  background-image: url('../images/index/blue-tick.svg');
  background-repeat: no-repeat;
  background-position: center left;
  background-size: 18px 18px;
  padding-left: 30px;
  margin-bottom: 15px;
}
.lrSubUl{
  padding-left: 20px;
}
.lrSubUl2Cols{
  column-count: 2;
}
.lrSubUl li{
  list-style-type: disc;
  list-style-position: outside;
  margin-bottom: 15px;
}
.lrSubUl li span{
  display: block;
  font-weight: 700;
}
.lrSubOl li{
  margin-bottom: 15px;
}
.lrSecBtnPlace{
  margin: 20px 0 0;
}

.lrSectionSubPage .lrSecBtnPlace .lrBtn{
  background: var(--orange);
}
.lrSecQuoteBtnPlace{
  text-align: center;
}
.lrSectionWrapRever{
  flex-direction: row-reverse;
}
.lrSecAddMargin{
  margin: 75px 0 0;
}
.lrExtraWrap{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 50px 0 0;
}
.lrExtraRect{
  width: 48%;
}
.lrSection h4{
  text-transform: uppercase;
}
@media only screen and (min-width: 1920px) and (max-width: 2559px) {
  .lrTitleSpec h2{
    font-size: 30px;
    line-height: 1.5;
  }
}
@media only screen and (min-width: 1301px) and (max-width: 1919px) {
  .lrSection {
  	padding: 75px 0 85px;
  }
  .lrSection h1,
  .lrSection h2,
  .lrSec3 h3.lrTitleH2Desk {
  	margin: 0 0 110px;
  }
  .lrSecRightText h3 {
  	font-size: 46px;
  }
  .lrTitleSpec h2{
    font-size: 24px;
    margin: 0 auto 110px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1300px) {
  .lrSection {
  	padding: 80px 0 85px;
  }
  .lrSection h1,
  .lrSection h2,
  .lrSec3 h3.lrTitleH2Desk {
  	margin: 0 0 100px;
  }
  .lrSecRightText h3 {
  	font-size: 28px;
  }
  .lrSecAddMargin {
  	margin: 80px 0 0;
  }
  .lrTitleSpec h2{
    font-size: 19px;
    margin: 0 auto 100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .lrSection {
  	padding: 70px 0;
  }
  .lrSection h1,
  .lrSection h2,
  .lrSec3 h3.lrTitleH2Desk {
  	margin: 0 0 90px;
  }
  .lrTitleSpec h2{
    font-size: 19px;
    margin: 0 auto 90px;
  }
  .title768 h2 {
    width: 70%;
    margin: 0 auto 90px;
  }
  .lrSecLeftImg,
  .lrSecRightText {
  	width: 100%;
  }
  .lrSecRightText{
    margin: 30px 0 0;
  }
  .lrSecLeftImg{
    margin-bottom: 0;
  }
  .lrSecRightText h3 {
  	font-size: 34px;
  }
  .lrSecRightText h3 br{
    display: none;
  }
  .lrSecRightText h3 {
  	max-width: 460px;
  }
  .lrSecAddMargin:not(:first-child) {
  	margin: 80px 0 0;
  }
  .lrSubUl2Cols{
    column-count: 1;
  }
  .lrExtraRect{
    width: 100%;
  }
  .lrExtraRect:last-child{
    margin: 40px 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .lrSection {
  	padding: 60px 0;
  }
  .lrSectionSubPage{
    padding: 60px 0 65px;
  }
  .lrSection h1,
  .lrSection h2,
  .lrSec3 h3.lrTitleH2Desk {
  	margin: 0 0 60px;
  }
  .lrTitleSpec h2{
    font-size: 19px;
    margin: 0 auto 60px;
  }
  .lrSection h1 span,
  .lrSection h2 span,
  .lrSec3 h3.lrTitleH2Desk span{
    display: block;
  }
  .lrTitleH2Desk{
    display: none;
  }
  .lrTitleH2Mob{
    display: block!important;
    text-align: center;
  }
  .lrSec3 h3.lrTitleH2Mob{
    margin: 0 0 60px;
    text-align: center;
  }
  .lrSecLeftImg,
  .lrSecRightText {
  	width: 100%;
  }
  .lrSecLeftImg{
    margin-bottom: 40px;
  }
  .lrSecRightText{
    padding-top: 0;
  }
  .lrSecRightText h3 {
  	font-size: 26px;
  }
  .lrSecRightText h3 br{
    display: none;
  }
  .lrGrayRectRound{
    padding: 20px;
  }
  .lrSecAddMargin {
  	margin: 60px 0 0;
  }
  .lrSecBtnPlace{
    text-align: left;
  }
  .lrSecBtnLeft{
    text-align: left;
  }
  .lrSubUl2Cols{
    column-count: 1;
  }
  .lrExtraRect{
    width: 100%;
  }
  .lrExtraRect:last-child{
    margin: 40px 0 0;
  }
  .lrSecQuoteBtnPlace .lrBtn{
    min-width: 269px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .lrSecRightText h3 {
  	max-width: 380px;
  }
}
@media only screen and (max-width: 479px) {
  .lrSecRightText h3 {
  	max-width: 338px;
  }
}

/*========================================================
					Tenth Section NEW
=========================================================*/
.indexFaq {
  padding: 90px 0 100px;
}
.faqColor{
  background: var(--white);
}
.indexFaqTit h3 {
  text-align: center;
}
.faqWrap {
  width: 50%;
  margin: 45px auto 20px;
}
.faqWrap .accordion {
  border: none;
  background: var(--white);
  color: var(--main-text);
  cursor: pointer;
  padding: 25px 30px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 24px;
  font-weight: 700;
  font-family: 'Inter', arial, sans-serif;
  transition: 0.4s;
  border-bottom: 1px solid #eee;
  text-transform: none;
}
.faqColor .faqWrap .accordion,
.faqColor .faqWrap .active,
.faqColor .accordion:hover,
.faqColor .faqWrap .panel{
  background: transparent;
}
.faqWrap .active,
.accordion:hover {
  background-color: var(--white);
}
.faqWrap .accordion:after {
  content: "\002B";
  color: #ECCDA1;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}
.faqWrap .accordion:after {
  content: "";
  display: inline-block;
  width: 26px;
  height: 12px;
  background-image: url('../images/index/faq.svg');
  background-size: contain;
  background-repeat: no-repeat;
  transform: rotate(-180deg);
  float: right;
  margin-left: 5px;
  margin-top: 9px;
}
.faqWrap .active:after {
  transform: rotate(0deg);
}
.faqWrap .panel {
  padding: 0 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}
.faqWrap .panel p {
  font-size: 20px;
  line-height: 1.4;
  padding: 20px 20px 15px;
  font-family: 'Inter', arial, sans-serif;
  font-weight: 400;
}
.faqWrap .panel p span,
.faqWrap .panel ul li span {
  font-weight: 700;
}
.faqWrap .panel ul li {
  font-size: 26px;
  line-height: 1.4;
  padding: 20px 20px 15px;
  font-family: 'axi-regular', arial, sans-serif;
  list-style-type: disc;
  list-style-position: inside;
}
.indexFaqBtnWrap {
  margin: 60px 0 0;
  text-align: center;
}
@media only screen and (min-width: 1920px) and (max-width: 2559px) {

  .faqWrap {
    width: 64%;
  }
}
@media only screen and (min-width: 1301px) and (max-width: 1919px) {

  .faqWrap .accordion span {
    font-size: 24px;
  }
  .indexFaq {
    padding: 60px 0;
  }
  .faqWrap {
    width: 900px;
    margin: 75px auto 60px;
  }
  .faqWrap .accordion span {
    font-size: 22px;
  }
  .faqWrap .panel p,
  .faqWrap .panel ul li {
    font-size: 18px;
  }
  .faqWrap .accordion:after {
    width: 22px;
    height: 11px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1300px) {

  .faqWrap .accordion span {
    font-size: 21px;
  }
  .indexFaq {
    padding: 60px 0;
  }
  .faqWrap {
    width: 80%;
    margin: 75px auto 50px;
  }
  .faqWrap .panel p,
  .faqWrap .panel ul li {
    font-size: 18px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {

  .faqWrap .accordion span {
    font-size: 21px;
  }
  .indexFaq {
    padding: 60px 0;
  }
  .faqWrap {
    width: 700px;
    margin: 45px auto 60px;
  }
  .faqWrap .panel p,
  .faqWrap .panel ul li {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .indexFaqTit h3{
    padding: 0 20px;
  }
  .faqWrap .accordion span {
    font-size: 20px;
  }
  .faqWrap .accordion{
    line-height: 0.9;
  }
  .indexFaq {
    padding: 60px 0;
  }
  .faqWrap {
    width: 90%;
    margin: 35px auto 30px;
  }
  .panel p {
    font-size: 18px;
  }
  .faqWrap .panel p,
  .faqWrap .panel ul li {
    font-size: 18px;
  }
}

/*========================================================
        Footer
=========================================================*/
.footr{
  background: var(--cream);
  padding: 65px 0 100px;
}
.footrMenu ul li.mlogo,
.footrMenu ul li.mphone,
.footrMenu ul li.maddress,
.footrMenu ul li.mhours,
.footrMenu ul li.mobSocial,
.footrMenu ul li.mmlinks,
.footrMenu ul li.mlinks.last{
  display: none;
}
.footrWrap{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
.footrLogo img{
  width: 250px;
}
.footrAdr p{
  width: 64%;
  margin: 0 auto 40px;
  text-align: center;
}
.footrMenu{
  border-bottom: 1px solid var(--brown);
}
.footrMenu ul{
  text-align: center;
}
.footrMenu ul li{
  display: inline-block;
  text-transform: capitalize;
  padding: 0 10px 15px;
}
.footrChooseBtn {
	background: var(--red);
	border-radius: 35px;
	color: #fff;
	display: inline-block;
	font-weight: 500;
	line-height: 0.8;
	padding: 16px 20px;
	text-align: center;
	text-transform: capitalize;
}
.phoneSenderWrap{
  display: flex;
  justify-content: center;
  margin: 40px 0 0;
}
.phone-form {
  display: flex;
  align-items: center;
  width: 340px;
  height: 52px;
  border: 2px solid #d62828;
  border-radius: 16px;
  overflow: hidden;
}
.phone-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 100%;
  background-color: #d62828;
}
.phone-icon img {
  width: 21px;
  height: 20px;
  display: block;
}
.phone-form input {
  flex: 1;
  height: 100%;
  border: none;
  outline: none;
  padding: 0 16px;
  font-size: 16px;
  border-radius: 0 16px 16px 0;
}
.phone-form input::placeholder {
  color: #999;
}
.phoneSendDescription{
  margin-left: 30px;
}
.phoneSendDescription p{
  font-family: 'Fraunces', arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
  font-style: italic;
}
@media only screen and (min-width: 1920px) and (max-width: 2559px) {}
@media only screen and (min-width: 1301px) and (max-width: 1919px) {}
@media only screen and (min-width: 1024px) and (max-width: 1300px) {
  .footrWrap {
    flex-direction: column;
  }
  .footrMenu{
    margin: 30px 0 0;
  }
  .chooseBtnPlace{
    margin: 40px 0 0;
  }
  .phoneSenderWrap {
  	margin: 50px 0 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .footrWrap {
    flex-direction: column;
  }
  .footrMenu{
    margin: 30px 0 0;
  }
  .chooseBtnPlace{
    margin: 40px 0 0;
  }
  .phoneSenderWrap {
  	margin: 50px 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .footrWrap {
    flex-direction: column;
  }
  .footrMenu{
    margin: 30px 0 0;
    border-bottom: none;
  }
  .footrMenu ul li {
  	display: block;
  }
  .chooseBtnPlace{
    margin: 40px 0 0;
  }
  .phoneSenderWrap{
    flex-direction: column;
    max-width: 90%;
    margin: 50px auto 0;
  }
  .phone-form{
    width: 100%;
  }
  .phoneSendDescription {
  	margin: 10px 0 0 15px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .phoneSendDescription p{
    text-align: center;
  }
}
@media only screen and (max-width: 479px) {}

/*========================================================
    Changing Menu
=========================================================*/
@media only screen and (min-width: 1024px) {
  .menu ul li.mlinks.last a{
    color: var(--white)!important;
  }
}

/*========================================================
    Mobile Menu
=========================================================*/
  @media only screen and (max-width: 1023px) {
      .banTopWrap {
          background: #fff;
          z-index: -1;
      }

      .banTop {
          height: 80px;
      }

      .logoTop {
          display: none;
      }

      .logoMobTop {
          display: inline-block;
          width: calc(100% - 140px);
      }
      .topInfoWrap {
          display: none;
      }

      .logoTopSub {
          width: 70%;
      }
      .logoMobTop img{
          height: 30px;
          margin-top: 2px;
      }
      .telMobTop img {
          height: 47px;
          margin-top: 6px;
      }
      .telMobTop {
          display: inline-block;
          width: 70px;
      }

      .navTop {
          width: 70px;
      }

      header {
          height: 60px;
      }

      .smobitrigger,
      .mnuclose {
          display: inline-block;
      }
      .smobitrigger {
          color: transparent;
          width: 30%;
      }

      .smobitrigger {
          background: url("../images/menuopen.png");
          background-position: center top -5px;
          background-repeat: no-repeat;
          background-size: 60px 70px;
          width: 60px;
          height: 60px;
          border: none;
          cursor: pointer;
      }

      .mnuclose {
          background: url('../images/menuclose.png');
          background-position: right top;
          background-repeat: no-repeat;
          background-size: 40px 40px;
          color: transparent;
          height: 40px;
          margin: 0 0 10px 0;
          text-align: right;
          display: inline-block;
          width: 100% !important;
          border: none;
          cursor: pointer;
      }
      .mobimenu {
          padding: 0;
          margin: 0px;
          width: 17.9375em;
          position: fixed;
          height: 100% !important;
          top: 0px;
          left: -27.625em;
      }

      .mnuopn {
          left: 0px !important;
      }

      .ovrActv {
          position: fixed;
          background: rgba(0, 0, 0, 0.79);
          width: 100%;
          height: 100%;
          z-index: 9998;
          -webkit-transition: 0.5s;
          -moz-transition: 0.5s;
          -ms-transition: 0.5s;
          -o-transition: 0.5s;
          transition: 0.5s;
      }

      .menu ul {
          padding: 30px 20px 10px 20px;
          overflow-y: auto;
          margin: 0 auto;
      }

      .menu ul li.mlinks,
      .menu ul li.mmlinks {
          text-align: left;
          display: block;
          height: 50px;
      }

      .menu ul li.mlinks a,
      .menu ul li.mmlinks a {
          font-size: 18px;
          line-height: 50px;
          text-transform: uppercase;
          padding: 20px 0;
          text-align: left;
          color: #474749;
      }
      .menu ul li.mlinks.last a{
        color: var(--white)!important;
        font-size: 18px;
        margin-left: 0;
        margin-top: 15px;
        padding: 14px 26px;
      }
      .mlinks a {
          padding: 20px 0;
      }

      .bannerbg .menu ul li.mlinks a,
      .bannerbgAds .menu ul li.mlinks a {
          font-size: 18px;
          line-height: 50px;
          text-transform: uppercase;
          width: 100%;
          display: inline-block;
          height: 50px;
          text-align: left;
          color: #474749;
      }

      .bannerbg .menu ul li.mlinks a:hover,
      .bannerbgAds .menu ul li.mlinks a:hover {
          color: #259cce;
      }

      .menu ul li.mlinks1 {
          display: block;
          font-size: 19px;
          font-weight: 700;
          height: 35px;
          margin-top: 30px;
          text-align: left;
      }

      .menu ul li.mlinks2 {
          text-align: left;
          display: block;
          height: 50px;
      }

      .menu ul li.mlinks2 a {
          font-size: 18px;
          font-weight: 500;
          line-height: 50px;
          text-transform: uppercase;
          text-align: center;
          padding: 20px 0;
          transition: all 0.3s ease;
      }

      .menu ul li.mlinks2 a:hover {
          color: #259cce;
      }

      .menu ul li.mlogo {
          margin: 20px auto 0 auto;
          height: auto;
          display: inline-block;
          width: 100%;
          text-align: left;
      }

      .menu ul li.mlogo img {
          width: 260px;
          margin: 0 0 30px 0;
      }

      .menu ul li.mphone {
          display: block;
          text-align: left;
          width: 100%;
          margin: 0 auto;
          line-height: 50px;
          height: 50px;
      }

      .menu ul li.mphone a {
          font-size: 32px;
      }

      .menu ul li.maddress {
          display: block;
          text-align: left;
          font-size: 18px;
          text-transform: capitalize;
          width: 80%;
          line-height: 1.2;
          padding-top: 13px;
      }

      .menu ul li.maddress span {
          display: block;
      }

      .menu ul li.mhours {
          display: block;
          font-size: 18px;
          text-transform: uppercase;
          margin: 10px auto 40px;
          width: 100%;
          text-align: left;
      }

      .menu ul li.msocial,
      .menu ul li.mobSocial {
          width: 90%;
          margin: 30px 0 100px;
          display: flex;
          flex-direction: row;
          flex-wrap: wrap;
          justify-content: flex-start;
          align-items: center;
      }
      .menu ul li.mobSocial img{
        margin-right: 10px;
      }
      .menu ul li.msocial a {
          display: inline-block;
          margin: 0 10px 10px;
      }

      .menu ul li.msocial img {
          width: 42px;
          filter: invert(1);
      }
  }

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

      .pageSub,
      .pageSize {
          width: 90%;
      }

      .pageTit {
          width: 100%;
      }

      .bannerbg {
          background: none;
          height: auto;
      }
  }
  @media only screen and (max-width: 479px) {
      .logoMobTop {
          width: calc(100% - 140px);
      }
      .telMobTop,
      .navTop {
          width: 70px;
          display: flex;
          align-items: center;
          justify-content: center;
      }
}

/*========================================================
   HIDDEN
=========================================================*/
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden;
}

/*========================================================
   Swipe text
=========================================================*/
.swipeMobOurWrk {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 5px 0 25px;
    font-size: 16px;
    color: var(--main-black);
    font-family: arial, sans-serif;
    font-weight: 600;
    display: none;
}

.swipestleft,
.swipestright {
    color: var(--main-black);
    font-size: 18px;
}

.swipestleft {
    margin-right: 5px;
}

.swipestright {
    margin-left: 5px;
}
@media only screen and (max-width: 767px) {
  .swipeMobOurWrk {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      padding: 5px 0 25px;
      font-size: 16px;
      color: var(--main-black);
      font-family: arial, sans-serif;
      font-weight: 600;
  }

  .swipestleft,
  .swipestright {
      color: var(--main-black);
      font-size: 18px;
  }

  .swipestleft {
      margin-right: 5px;
  }

  .swipestright {
      margin-left: 5px;
  }
}
