  .slider .swiper {
    width: 100%;
    height: 100%;
    /* padding-left: 100px !important; */
  }

  .swiper-wrapper .swiper-slide {
    cursor: pointer !important;
  }

  .slider .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    overflow: hidden;
  }

  .slider .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.2s ease-in-out;
  }

  .slider .swiper-slide:hover img {
    transform: scale(1.1);
  }

  .knowMore {
    display: table;
    font-size: 13px;
    font-weight: 700;
    color: var(--darkGray);
    text-decoration: none;
    transition: all 0.2s ease-in-out;
  }

  .knowMore:hover {
    color: var(--black);
  }

  .knowMore::after {
    content: '';
    display: block;
    height: 3px;
    width: 20px;
    background: var(--gold);
    margin-top: 4px;
    transition: all 0.2s ease-in-out;
  }

  .knowMore:hover::after {
    width: 100%;
  }

  h3 {
    font-family: var(--playfair);
  }

  .discoverNewContainer {
    position: relative;
  }

  .discoverNewContainer h3,
  .dine h3,
  .events h3,
  .gift-card h3,
  .blogs h3,
  h3 {
    font-size: 2.3rem;
    display: table;
    position: relative;
    margin-bottom: 15px;
  }

  .discoverNewContainer h3::after,
  .dine h3::after,
  .events h3::after,
  .gift-card h3::after,
  .giftcard-benefits h4::after,
  .blogs h3::after,
  #innerPage h3::after {
    content: '';
    display: inline-block;
    width: 25px;
    height: 19px;
    vertical-align: middle;
    background: url(https://phoenixcitadel.s3.ap-south-1.amazonaws.com/images/head_icon.svg) no-repeat left top;
    background-size: 25px auto;
    margin-left: 10px;
  }

  .dine h3 {
    color: var(--white);
  }

  .arrowContainer {
    position: absolute;
    bottom: -35px;
    left: 0px;
    z-index: 99;
    display: flex;
  }

  .prev,
  .next,
  .prev_1,
  .next_1 {
    width: 30px;
    margin: 0px 5px;
  }



  .logoNextArrow {
    width: 30px;
    position: absolute;
    top: 55%;
    left: 2%;
    z-index: 99;
  }

  .logoPrevArrow {
    width: 30px;
    position: absolute;
    top: 55%;
    right: 2%;
    z-index: 99;
  }

  .swiper.logoSlider {
    /*margin-left: 8%;*/
    margin-left: 6%;
    margin-right: 6%;
  }

  .prev_1,
  .next_1 {
    position: absolute;
    top: 50%;
    z-index: 99;
  }

  .prev_1 {
    left: 0px;
  }

  .next_1 {
    right: 0px;
  }

  .brand {
    position: absolute;
    background: #E1C562;
    width: 100%;
    height: 100%;
    z-index: 99;
    top: 0%;
  }

  .bannerHeading {
    position: absolute;
    top: 50%;
    left: 11%;
    transform: translateY(-50%);
    z-index: 99;
  }

  .subHeading,
  .mainHeading {
    color: var(--white);
    font-family: var(--playfair);
    letter-spacing: 0px;
    font-weight: 500;
  }

  .subHeading {
    font-size: 2.5rem;
    padding: 3px 7px;
    /* background: rgba(255, 255, 255, 0.25); */
    background: rgba(55, 52, 53, 0.8);
  }

  .mainHeading {
    display: table;
    font-size: 3.5rem;
    /* text-transform: uppercase; */
    padding: 1px 7px;
    margin-bottom: 1.8rem;
    background: rgba(55, 52, 53, 0.8);
  }

  .instaFeed {
    margin-bottom: 2rem;
  }

  .bottomBigPara {
    background: #FFFDF8;
    text-align: center;
  }

  @media(min-width:1400px) {
    .subHeading {
      font-size: 3rem;
    }

    .mainHeading {
      font-size: 4rem;
    }
  }

  @media(min-width:1600px) {
    .subHeading {
      font-size: 3.5rem;
    }

    .mainHeading {
      font-size: 4.5rem;
    }
  }

  .discoverAll {
    text-transform: uppercase;
    color: var(--black);
    font-weight: 600;
    position: relative;
    display: inline-block;
    margin-top: 20px;

  }

  .discoverAll::after {
    position: absolute;
    content: '';
    top: -1px;
    left: 0px;
    width: 30px;
    height: 100%;
    background: var(--gold);
    z-index: 8;
    transition: all 0.2s ease-in-out;
  }

  .discoverAll:hover::after {
    width: 100%;
  }

  .discoverAll span {
    position: relative;
    z-index: 9;
  }

  .discoverAll:hover {
    color: var(--black);
  }

  .events .discoverAll::after,
  .whatsHappening .discoverAll::after {
    background: var(--gold);
    /* top: 0px; */
  }

  .goldServices .discoverAll::after {
    background: var(--white);
  }

  .events .discoverAll:hover,
  .whatsHappening .discoverAll:hover {
    color: var(--black);
  }

  .brandContainer {
    padding-top: 15px;
    left: 7%;
    width: 85%;
    position: absolute;
  }

  .brandContainer p {
    line-height: 20px;
  }

  .brandCategory {
    margin-bottom: 20px;
  }

  .brandCategory li {
    margin-bottom: 15px;
    line-height: 10px;
  }

  .brandCategory a {
    color: var(--darkGray);
    font-weight: 600;
    text-decoration: none;
    position: relative;
    display: inline-block;
  }

  .brandCategory a:hover {
    color: var(--black);
  }

  .brandCategory a::after {
    content: '';
    display: block;
    position: absolute;
    width: 0px;
    height: 1px;
    background: var(--black);
    transition: all 0.2s ease-in-out;
  }

  .brandCategory a:hover::after {
    width: 100%;
  }

  @media (max-width:991px) {
    .brandCategory li {
      width: auto;
    }

    .brandCategory a {
      border: 1px solid #000;
      padding: 10px 12px;
    }

    .brandCategory a::after {
      display: none;
    }

    .brandCategory a.active {
      background: #fff;
    }


  }

  /************************************/

  .logoSlider .swiper-slide {
    width: 150px;
    height: auto;
  }

  .logoSlider .swiper-slide img {
    /* width: auto; */
    height: auto;
    max-height: 70px;
    width: auto !important;
    max-width: 100%;

  }

  /****************************************/

  .dine {
    background: #373435 url(https://phoenixcitadel.s3.ap-south-1.amazonaws.com/images/dine/pattern.png);
  }

  .dineList li {
    display: inline-block;
    margin-right: 50px;
  }

  .dineList li a {
    color: var(--white);
    position: relative;
    display: block;
    white-space: nowrap;
  }

  .dineList li.active a {
    color: var(--gold);
  }

  .dineList li.active a::after {
    width: 100%;
    background: var(--gold);
  }

  .dine p {
    color: var(--white);
  }

  .dineListContainer {
    display: flex;
    justify-content: space-between;
    margin-bottom: 3rem;
    flex-wrap: nowrap;
  }

  .dineList li a::after {
    content: '';
    display: block;
    width: 15px;
    height: 2px;
    position: relative;
    background: var(--white);
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }

  .dineList li a:hover::after {
    width: 100%;
  }

  .dine .content {
    margin-bottom: 3rem;
  }

  .dineImages .imgBox {
    /* max-width: 285px; */
    border-right: 1px dashed var(--white);
    margin-bottom: 30px;
  }

  .dineImages .imgBox:last-child {
    border-right: none;
  }

  .grillContent {
    display: flex;
    justify-content: space-between;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px dashed var(--white);
  }

  .grillContent a {
    color: var(--white);
  }

  .grillContent .title {
    color: var(--white);
  }

  .icons a:first-child {
    margin-right: 10px;
  }

  .icons a:hover {
    color: var(--gold);
  }

  a.reserveTable {
    display: inline-block;
    position: relative;
    padding: 10px 0px;
    color: #fff;
    text-transform: uppercase;
  }

  a.reserveTable::after {
    display: block;
    content: '';
    width: 15px;
    height: 2px;
    background: var(--gold);
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }

  a.reserveTable:hover::after {
    width: 100%;
  }

  .dineListContainer .discoverAll {
    color: var(--white);
  }

  .dineListContainer .discoverAll::after {
    background: var(--gold);
  }

  .blogs .discoverAll::after {
    background: var(--gold);
  }

  .blogs .discoverAll:hover {
    color: var(--white);
  }

  .dineImages {
    margin: 0px -1.5rem;
  }

  .dineImages .imgContainer {
    overflow: hidden;
  }

  .dineImages .imgBox img {
    transform: scale(1.0);
    transition: all 0.2s ease-in-out;
    /* height: 255px; */
    height: 100%;
    object-fit: cover;
  }

  .dineImages .imgBox:hover img {
    transform: scale(1.05);
  }

  .tabContainer {
    display: none;
  }

  .tabContainer.active {
    display: flex;
  }

  /******************************************************/

  .logoBox {
    height: 110px;
    border: 1px solid #c2c2c2;
    display: flex;
    padding: 10px;
    transition: all 0.2s ease-in-out;
    margin: 10px;

  }

  .logoBox:hover {
    border: 1px solid var(--gold);
  }

  .logoBox img {
    /* height: 60px;
  width: auto; */
    margin: auto;
  }

  /*******************************************************/
  @media(min-width:992px) {
    .eventSlider {
      width: 90%;
    }
  }

  .eventSlider.swiper {
    padding: 20px 0px 30px;
    position: relative;
    border-bottom: 1px dashed var(--borderColor);
  }

  .eventSlider .swiper-slide {
    width: 250px;
  }

  /* .eventImg{
  width: 250px;
} */

  .eventImg {
    margin-bottom: 15px;
  }

  .eventImg img {
    width: 100%;
    height: auto;
  }

  .picDate {
    display: flex;
  }

  .picDate strong,
  .picDate span {
    display: block;
  }

  .picDate span {
    font-size: 13px;
  }

  .picDate strong {
    font-size: 1.5rem;
  }

  .movieTitle {
    font-weight: 600;
    padding-top: 9px;
  }

  .month_date {
    padding-right: 10px;
    margin-right: 10px;
    border-right: 1px solid var(--gray);
  }

  /********************************************/

  .whatsHappening {
    text-align: center;
  }

  .whatsHappeningSlider .imgCont,
  .whatsHappeningSlider .logoCont {
    padding: 20px;
    min-height: 280px;
    display: flex;
  }

  .logoMatter,
  .whatsHappeningSlider .imgCont img {
    margin: auto;
  }

  .whatsHappeningSlider .imgCont img {
    width: 100%;
    transition: all 0.2s ease-in-out;
  }

  .whatsHappeningSlider .imgCont:hover img {
    transform: scale(1.05);
  }

  .whatsHappeningSlider .swiper-slide {
    border-right: 1px dashed var(--borderColor);
    display: flex;
    flex-direction: column;
  }

  .whatsHappeningSlider .swiper-slide>div:first-child {
    /* border-bottom: 1px dashed var(--borderColor); */
  }

  .whatsHappeningSlider .swiper-slide:nth-child(odd) .imgCont {
    order: 2;
  }

  .whatsHappeningSlider .swiper-slide:nth-child(odd) .logoCont {
    order: 1;
  }

  .whatsHappeningSlider .swiper-slide:nth-child(odd) .logoCont,
  .whatsHappeningSlider .swiper-slide:nth-child(even) .imgCont {
    border-bottom: 1px dashed var(--borderColor);
  }

  a.shopNow {
    display: inline-block;
    position: relative;
    color: var(--darkGray);
    text-transform: uppercase;
    font-weight: 600;
  }

  a.shopNow::after {
    content: '';
    display: block;
    width: 20px;
    height: 2px;
    background: var(--gold);
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }

  a.shopNow:hover::after {
    width: 100%;
  }

  .banner a.shopNow {
    color: #fff;
  }

  .logoCont h6 {
    font-size: 1.2rem;
    font-style: italic;
  }

  .logoCont .logoImg {
    margin-bottom: 15px;
  }

  /********************************************/

  .services .mainImg {
    position: relative;
    width: 60%;
  }

  .services .mainImg img {
    width: 100%;
    transition: all 0.2s ease-in-out;
  }

  .services .mainImg:hover img {
    filter: grayscale(100%);
  }

  .headContainer {
    position: absolute;
    z-index: 99;
    top: 25%;
    right: -400px;
  }

  .services .mainImg .head_1,
  .services .mainImg .head_2 {
    display: table;
    padding: 10px;
    font-size: 1.8rem;
    font-family: var(--playfair);
  }

  @media(min-width:992px) {

    .services .mainImg .head_1,
    .services .mainImg .head_2 {
      font-size: 2.5rem;
    }
  }

  .services .mainImg .head_1 {
    background: rgba(255, 255, 255, 0.9);
  }

  .services .mainImg .head_2 {
    background: var(--darkGray);
    color: var(--white);
  }

  .services {
    position: relative;
  }

  .goldServices {
    padding: 20px 25px;
    position: relative;
    height: calc(100% - 8px);
    /* width: 45%;
  top: 30%;
  right: 117px; */
    background: var(--gold) url(https://phoenixcitadel.s3.ap-south-1.amazonaws.com/images/discover/02.png) repeat-x;
  }

  /* .goldServices p{
  font-weight: 600;
} */

  .serviceImages .serviceImg {
    /* padding: 20px; */
    position: relative;
  }

  .serviceImages .serviceImg:nth-child(odd) {
    /* border-right: 1px dashed var(--gray); */
  }

  .serviceImages .serviceImg img {
    width: 100%;
  }

  .serviceImages .borderBottom {
    /* border-bottom:1px dashed var(--gray); */
  }

  .darkHead {
    font-weight: 500;
    color: var(--white);
    background: var(--darkGray);
    padding: 10px 10px;
    display: table;
    width: 100%;
    transform: translateY(-20px);
    transition: all 0.2s ease-in-out;
  }

  .serviceImages .serviceImg:hover .darkHead {
    width: 100%;
  }

  .serviceImages .serviceImg img {
    transition: all 0.2s ease-in-out;
  }

  .serviceImages .serviceImg:hover img {
    transform: scale(1.05);
  }

  .giftCard img {
    width: 100%;
    height: auto;
  }

  .dashedBorderLeft {
    border-left: 1px dashed #ccc;
  }

  .dashedBorderLeft {
    position: relative;
    padding-bottom: 30px;
  }

  .dashedBorderLeft::after {
    content: '';
    display: block;
    width: 100%;
    position: absolute;
    bottom: 10px;
    left: -10px;
    border-bottom: 1px dashed var(--gray);
  }

  .nextPrevArrow {
    display: flex;
    position: absolute;
    bottom: 0px;
    right: 0px;
    background: var(--white);
    z-index: 99;
  }

  .nextPrevArrow img {
    width: 30px;
    margin: 0px 5px;
  }

  .blogs {
    padding-top: 3rem;
    padding-bottom: 0.2rem;
    border-bottom: 1px dashed var(--gray);
    margin-bottom: 3rem;
  }

  .blogSlider img {
    width: 100%;
    transition: all 0.2s ease-in-out;
    height: 100%;
    margin: auto;
    object-fit: cover;
  }


  .blogSlider .swiper-slide {
    overflow: hidden;
  }

  .blogSlider img:hover {
    transform: scale(1.1);
  }

  .blogSlider .imgCont {
    position: relative;
    margin-bottom: 20px;
    height: 275px;
  }

  .blogSlider .imgCont span {
    display: block;
    position: absolute;
    background: var(--white);
    padding: 7px 10px;
    bottom: 10px;
    right: 10px;
  }

  .blogContent .date {
    color: var(--gray);
    font-size: 13px;
    margin-bottom: 10px;
  }

  .blogContent .blogHead {
    font-weight: 600;
    font-size: 16px;
  }

  .blogMatter {
    margin-bottom: 10px;
  }

  .blogArrowContainer {
    padding-top: 3rem;
    display: flex;
    margin: 0 -5px;
  }

  .blogArrowContainer img {
    width: 30px;
    height: auto;
  }

  .blogArrowContainer>div {
    margin: 0px 5px;
  }

  .vidHead_1,
  .vidHead_2 {
    font-size: 1.8rem;
    font-family: var(--playfair);
    padding: 10px 8px;
    color: var(--darkGray);
  }

  .vidHead_1 {
    background: var(--gold);
  }

  .vidHead_2 {
    width: 90%;
    background: var(--darkGray);
    color: var(--white);
  }

  .vidContainer img {
    width: 100%;
  }

  /*******************************************/


  .instaFeedBlock {
    /* padding: 1rem 0rem 3rem; */
    text-align: center;
  }

  .instaFeed {
    /* padding: 3rem 0rem 5rem; */
    position: relative;
  }

  /* .instaFeed .nextPrevArrow {
  display: flex;
  justify-content: space-between;
  position: absolute;
  background: transparent;
  width: 100%;
  top: 45%;
} */

  .instaArrow {
    position: relative;
    display: flex;
    justify-content: center;
  }

  .prev_5,
  .next_5 {
    position: relative;
    /* top: 38%;
  transform: translateY(-50%); */
    z-index: 999;
    width: 30px;
    cursor: pointer;
    margin: 0px 10px;
  }

  .prev_5 img,
  .next_5 img {
    width: 100%;
    height: auto;
  }

  /* .prev_5{
  left: -45px;
}

.next_5{
  right: -45px;
} */

  .instaFeed .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .instaFeed .swiper-slide-duplicate-prev,
  .instaFeed .swiper-slide-duplicate-next {
    background-blend-mode: multiply;
  }

  .whiteLogo {
    position: absolute;
    /*bottom: -5px;*/
    bottom: 50px;
    left: 50%;
    z-index: 99;
    width: 80px;
    transform: translateX(-50%);
  }

  .whiteLogo img {
    width: 100%;
    height: auto;
  }

  /*.banner .swiper-pagination{
  text-align: left;
  left: inherit !important;
  right: 50px;
  bottom: 50%;
  transform: translateY(-50%);
  width: auto !important;
  display: block;
}

.banner .swiper-pagination-bullet{
  display: block;
  width: inherit;
  height: inherit;*/
  /*border-radius: none;
  background: none;*/
  /*font-size: 3.2rem;
  color: var(--white);
  opacity: 0.4;
  text-decoration: underline;
  font-weight: 300;
  position: relative;
}*/
  .banner .swiper-pagination-bullet {
    width: 10px !important;
    height: 10px !important;
    border-radius: 5px !important;
  }

  .banner .swiper-button-next:after {
    content: '' !important;
  }

  .banner .swiper-button-prev:after {
    content: '' !important;
  }

  .banner .eventArrows {
    top: 97%;
    z-index: 1111;
  }

  .next_1 {
    right: calc(32% - 10px) !important;
  }

  .prev_1 {
    left: calc(32% - 10px) !important;
  }

  .eventArrows .next_1 {
    right: calc(0% - 10px) !important;
  }

  .eventArrows .prev_1 {
    left: calc(0% - 10px) !important;
  }

  /*.banner .swiper-pagination-bullet.swiper-pagination-bullet-active{*/
  /* opacity: 1;*/
  /*}

.banner .swiper-pagination-bullet.swiper-pagination-bullet-active::before{*/
  /*content: '';*/
  /*display: block;
  position: absolute;
  width: 80px;
  height: 40px;
  background: var(--white);
  top: 50%;
  left: -85px;
  transform: translateY(-50%);
  transition: all 0.2s ease-in-out;
}*/
  .mobBanner {
    display: none;
  }

  /****************************************/

  .floatLeave {
    position: absolute;
    z-index: 999;
  }

  .floatLeave img {
    width: 100%;
  }

  .twoLeaves {
    left: 20px;
    bottom: -115px;
    width: 60px;
    display: none;
  }

  .twoLeaves .img_1,
  .twoLeaves .img_2 {
    display: table;
    margin: 0px auto;
  }

  .twoLeaves img.img_2 {
    width: 80%;
    transform: translateY(-10px);
  }

  .leave_1 {
    top: -40px;
    right: 40px;
  }

  .leave_2 {
    top: -40px;
    right: 25px;
  }

  .leave_3 {
    top: -57px;
    left: 5%;
  }

  .leave_1,
  .leave_2,
  .leave_3 {
    width: 40px;
  }

  .discoverBg {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
  }

  @media(min-width:992px) {
    .leftSpace {
      padding-left: 0rem;
    }
  }

  /***********************************************/

  .whatsHappening h3,
  .instaFeedBlock h3,
  .threeEasySteps h3,
  h3.mallHeading {
    display: table;
    margin: 0px auto 20px;
    position: relative;
  }

  .whatsHappening h3::before,
  .whatsHappening h3::after,
  .instaFeedBlock h3::before,
  .instaFeedBlock h3::after,
  .threeEasySteps h3::before,
  .threeEasySteps h3::after,
  h3.mallHeading::before,
  h3.mallHeading::after {
    content: '';
    display: inline-block;
    vertical-align: bottom;
    width: 25px;
    height: 19px;
  }

  .whatsHappening h3::before,
  .instaFeedBlock h3::before,
  .threeEasySteps h3::before,
  h3.mallHeading::before {
    background: url(https://phoenixcitadel.s3.ap-south-1.amazonaws.com/images/head_icon_1.svg) no-repeat left top;
    background-size: 25px auto;
    margin-right: 10px;
  }

  .whatsHappening h3::after,
  .instaFeedBlock h3::after,
  .threeEasySteps h3::after,
  h3.mallHeading::after {
    background: url(https://phoenixcitadel.s3.ap-south-1.amazonaws.com/images/head_icon.svg) no-repeat left top;
    background-size: 25px auto;
    margin-left: 10px;
  }

  .eventSlider .swiper-slide img {
    filter: grayscale(100%);
    /* height: 460px; */
    height: 100%;
  }


  .eventSlider .swiper-slide.swiper-slide-active img {
    filter: grayscale(0%);
  }

  .eventSlider .swiper-slide.swiper-slide-active {
    transform: translate3d(0px, 0px, 0px) rotateX(0deg) rotateY(0deg) scale(0.85) !important;
  }

  .tabHead {
    display: none;
  }

  .vidData {
    width: 100%;
  }

  .vidData iframe {
    width: 100%;
    height: 300px;
    vertical-align: top;
  }

  .mobArrows {
    display: none;
  }

  /*************************************************/

  .eventArrows {
    position: absolute;
    width: 100%;
    z-index: 999;
    left: 0px;
    top: 49%;
  }

  /**************************************************/

  .floatMachine {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 14%;
  }

  .floatMachine img {
    width: 100%;
  }

  .deskBanner {
    width: 100%;
  }

  @media(min-width:992px) {
    .brandGold {
      order: 1;
    }

    .discoverMatter {
      order: 2;
    }

  }

  @media(max-width:991px) {

    /* header.fixedHeader{
    top: 11px;
  } */
    .floatMachine {
      display: none;
    }

    .goldServices {
      padding: 20px;
    }

    .subHeading {
      font-size: 2rem;
    }

    .mainHeading {
      font-size: 2.5rem;
    }

    .dineImages {
      margin: 0px;
    }

    /*************** floating leaves **********************/
    .floatLeave {
      display: block;
    }

    .leave_1,
    .leave_2,
    .leave_3 {
      width: 40px;
    }

    .leave_2 {
      top: -40px;
      right: 0px;
    }

    .floatLeave.twoLeaves {
      display: none;
    }

    /***************************************/
    .whiteLogo {
      display: none;
    }

    /*  .banner .swiper-pagination{
    position: relative;
    bottom: inherit !important;
    transform: translateY(0);
    text-align: center;
    right: 0px;
    display: none;
    
  }

  .banner .swiper-pagination-bullet{
      display: inline-block;
      color: var(--black);
      font-size: 1.2rem;
      padding: 15px;
      font-weight: 500;
  }*/
    .services .mainImg .head_1,
    .services .mainImg .head_2 {
      font-size: 1.1rem;
    }

    .headContainer {
      right: inherit;
      left: 20px;
    }

    .goldServices {
      top: 0px;
      right: 0px;
    }

    .discoverAll::after {
      top: -1px;
    }

    ul.dineList {
      margin-bottom: 15px;
    }

    .dineList li {
      margin-bottom: 20px;
    }

    .dineListContainer {
      flex-wrap: wrap;
    }

    .brand {
      width: 100%;
      top: inherit;
      position: relative;
      margin-bottom: 3rem;
    }

    .brandContainer {
      width: 100%;
      position: relative;
      left: inherit;
      padding-bottom: 25px;
      padding: 25px 15px;
    }

    .discoverContent {
      padding: 15px 15px;
    }

    .brand img {
      display: none;
    }

    .discoverBg {
      display: none;
    }

    .arrowContainer {
      position: relative;
      left: inherit;
      bottom: inherit;
      padding-top: 10px;
      padding-bottom: 20px;
    }

    .dineImages .imgBox {
      /* max-width: 250px; */
      border-right: none;
    }
  }

  @media(max-width:768px) {
    .goldServices {
      position: relative;
      width: auto;
    }

    .dineImages .imgBox {
      /* max-width: 200px; */
    }

    .darkHead {
      width: 100%;
    }
  }

  @media(max-width:767px) {

    .prev_5,
    .next_5 {
      display: none;
    }

    .services .mainImg {
      width: auto;
    }

    .dineList li {
      margin-right: 15px;
      min-width: 150px;
    }

    .dineList li a {
      display: inline-block;
    }

    .blogs {
      padding-top: 2rem;
    }

    .blogArrowContainer {
      margin-bottom: 40px;
    }

    .eventArrows .prev_1,
    .eventArrows .next_1 {
      position: relative;
      top: 0px;
    }
  }

  @media(max-width:575px) {
    .swiper.logoSlider {
      margin-left: 0%;
      margin-right: 0%;
    }

    .logoPrevArrow {
      display: none;
    }

    .logoNextArrow {
      display: none;
    }

    .discoverNewContainer h3::after,
    .dine h3::after,
    .events h3::after,
    .gift-card h3::after,
    .blogs h3::after,
    #innerPage h3::after {
      background: url(https://phoenixcitadel.s3.ap-south-1.amazonaws.com/images/head_icon.svg) no-repeat left top;
      background-size: 20px auto;
    }

    .location {
      display: block;
      flex-wrap: nowrap;
      align-items: center;
    }

    .location>div {
      flex: 1 1 auto;
    }

    .blogArrowContainer {
      position: absolute;
      top: -37px;
      right: 0px;
      margin-bottom: 0px;
      padding-top: 0px;
    }

    .gift-card .nextPrevArrow {
      bottom: inherit;
      right: 10px;
      top: 0px;
    }

    .whatsHappeningSlider .imgCont,
    .whatsHappeningSlider .logoCont {
      min-height: 180px;
    }

    .serviceImages .borderBottom {
      border-bottom: none;
    }

    .eventArrows {
      display: flex;
      position: absolute;
      z-index: 99;
      top: -20px;
      right: 0px;
      left: inherit;
      width: 80px;
    }

    .eventArrows .prev_1,
    .eventArrows .next_1 {
      position: relative;
      top: 0px;
    }

    /* .eventSlider .prev_1, .eventSlider .next_1{
    display: none;
  } */
    .dineListContainer {
      margin-bottom: 2rem;
    }

    .brandSec {
      position: relative;
    }

    .deskArrows {
      display: none;
    }

    .brandSec .mobArrows {
      display: flex;
      position: absolute;
      right: 9px;
      top: -58px;
    }

    .brand {
      margin-bottom: 0px;
    }

    .brandCategory li {
      /* display: inline-block; */
      padding-right: 10px;
    }

    .leave_3 {
      top: -40px;
    }

    .leave_1 {
      display: none;
    }

    .brand {
      background: none;
    }

    .brandSec {
      background: var(--gold) url(https://phoenixcitadel.s3.ap-south-1.amazonaws.com/images/discover/02.png) repeat-x;
    }

    .banner {
      margin-bottom: 2rem;
    }

    .deskBanner {
      display: none;
    }

    .mobBanner {
      display: block;
    }

    .discoverNewContainer h3,
    .dine h3,
    .events h3,
    .gift-card h3,
    .blogs h3,
    h3 {
      font-size: 1.8rem;
    }

    .instaFeedBlock h3 {
      font-size: 1.5rem;
    }

    .serviceImages .serviceImg {
      padding: 10px;
    }

    .whatsHappeningSlider .swiper-slide .logoCont {
      padding: 5px 20px;
    }

    .dineImages .imgBox {
      /* max-width: 150px; */
    }

    .tabHead {
      display: block;
      padding: 10px 1.5rem;
      color: var(--gold);
      background: var(--black);
      position: relative;
      margin-bottom: 10px;
      font-size: 14px;
      font-weight: 600;
    }

    .tabHead span {
      position: absolute;
      right: 12px;
      top: 9px;
      font-size: 16px;
    }

    .serviceImages .serviceImg:nth-child(odd) {
      border-right: none;
    }

    .bannerHeading {
      top: 70%;
      left: 6%;
      /* left: inherit;
    right: 20px; */
    }

    .banner .swiper-slide img {
      /* max-width: 100%;
    height: 300px; */
      width: 100%;
      height: auto;
      object-fit: cover;
    }

    .subHeading {
      font-size: 20px;
    }

    .mainHeading {
      font-size: 22px;
    }

    /* .banner .swiper-pagination-bullet{
    padding: 10px;
  }

  .banner .swiper-pagination-bullet.swiper-pagination-bullet-active::before{
      display: block;
  }*/

    ul.dineList {
      display: none;
      /* flex-wrap: wrap;
    justify-content: center; */
    }

    .tabContainer {
      display: none;
    }
  }

  .swiper-autoheight,
  .swiper-autoheight .swiper-slide {
    height: 100%;
  }



  /*.banner .swiper-pagination {
  top:50%;
}*/
  .banner .swiper-pagination {
    bottom: 6px !important;
    z-index: 999;
  }

  @media(max-width:844px) {
    .banner .swiper-pagination {
      bottom: 0px !important;
    }
  }

  .banner_prev {
    width: 35px !important;
  }

  .banner_next {
    width: 35px !important;
  }

  @media (max-width: 575px) {
    .banner_next {
      left: calc(70% - 0px) !important;
    }

    .banner_prev {
      left: calc(0% - 112px) !important;
    }

    .banner .eventArrows {
      right: calc(40% - 10px);
      top: 76%;
    }

    .banner .swiper-pagination {
      display: none;
    }
  }

  .brandSec .swiper.swiper-autoheight {
    height: 0px;
    overflow: hidden;
  }

  .brandSec .swiper.swiper-autoheight#defaultslider {
    height: auto;
  }



  @media (max-width:991px) {

    /* .brandCategorySlider   {margin: 0 50px;} */
    .brandCategorySlider {
      z-index: 100;
      margin: 0 25px;
    }

    .brandCategorySlider li {
      margin: 0;
    }

    .brandCategorySlider .arrowContainer {
      padding: 0;
      z-index: 3;
      top: 10px;
      left: 0;
      right: 0;
      position: absolute;
      display: flex;
      justify-content: space-between;
      /*transform: translateY(-50%);*/
    }

    .brandContainer .arrowContainer img {
      display: block;
      width: 30px;
    }

    .brandCategory {
      margin: 0;
      z-index: 5;
    }

    .brandCategorySlider .arrowContainer .prevbrand,
    .nextbrand {
      margin: 0;
    }

    .mobArrows {
      display: block;
    }

    .brandContainer .arrowContainer {
      width: 95%;
      top: auto;
      bottom: 65px;
      right: 10px;
    }

    .brandContainer .arrowContainer .prevbrand {
      width: 25px;
      left: 0;
      position: absolute;
    }

    .brandContainer .arrowContainer .nextbrand {
      width: 25px;
      right: 0;
      position: absolute;
    }
  }

  @media (min-width: 575px) {

    .brandContainer .arrowContainer {
      width: 100%;
      top: auto;
      bottom: 30px;
      right: 1px;
    }

    .brandContainer .arrowContainer .prevbrand {
      width: 25px;
      left: 0;
      position: absolute;
    }

    .brandContainer .arrowContainer .nextbrand {
      width: 25px;
      right: 0;
      position: absolute;
    }
  }

  .swiper {
    z-index: 999 !important;
  }