﻿
/*Palladium - Header*/
.dine-popup {
    width: 150px;
    left: -30px !important;
}

.phd-a {
    color: #fff;
    transition: all .5s ease-out;
}

    .phd-a:hover {
        color: #A27D00;
    }

.phd-top-wrap {
    display: flex;
    align-items: center;
    padding: 0 50px;
    background-color: #000;
    height: 25px;
    font-size: 12px;
}

.phd-top-left {
    width: 50%;
}

.phd-top-right {
    width: 50%;
    text-align: right;
}

.phd-top-social .fa {
    font-size: 16px;
    padding: 0 5px;
}

.phd-main-wrap {
    background-color: #fffffc;
    padding: 0 50px;
    box-shadow: 0 1px 5px 1px rgba(0, 0, 0, 0.26);
}

.phd-logo-wrap {
    text-align: center;
    /*padding-bottom:10px;*/
    /* padding-top: 10px; */
}

    .phd-logo-wrap img {
        width: 200px;
    }

.phd-nav-wrap {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.phd-search {
    /*position:absolute;
    right:0;
    top:0;*/
}

    .phd-search a {
        color: #000;
    }

.phd-nav-ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .phd-nav-ul li {
        padding: 0 10px;
        position: relative;
        font-family: 'Halant', serif;
    }

        .phd-nav-ul li a {
            color: #000;
            text-transform: uppercase;
            font-size: 12px;
            position: relative;
            font-weight: 400;
            font-family: 'Varela Round', sans-serif;
        }

        .phd-nav-ul li .active:after {
            content: "";
            position: absolute;
            width: 70%;
            left: 15%;
            bottom: -3px;
            height: 1px;
            background-color: #000;
        }

.manage-width {
    width: 175px;
}

/*Palladium - Header-----END*/


/*Brand NAd Dine Filter --Start*/
.pu-overlay-1 {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 0;
}


/*.mm-ul > li > .Arrow:focus {
color:red;
}

.mm-ul > li > .Arrow:focus {
color:red;
}

.mm-ul > li > ul >li> .Arrow:focus {
color:red;
}*/



.ul-Category {
    padding: 0;
}

.mm-item {
    position: relative;
}

.mm-ul .Arrow::after {
    position: absolute;
    content: '';
    width: 8px;
    height: 8px;
    border-width: 1px 0 0 1px;
    border-style: solid;
    border-color: white;
    /*right: 1em;*/
    right: 25%;
    -webkit-transform: rotate(135deg) translate(0,-50%);
    -ms-transform: rotate(135deg) translate(0,-50%);
    -o-transform: rotate(135deg) translate(0,-50%);
    transform: rotate(135deg) translate(0,-50%);
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    -o-transform-origin: top;
    transform-origin: top;
    top: 47%;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}


.mm-nav .active > .Arrow::after, .mm-nav li > .Arrow.active::after, .mm-nav .Arrow[aria-expanded="true"]::after {
    -webkit-transform: rotate(-135deg) translate(0,-50%);
    -ms-transform: rotate(-135deg) translate(0,-50%);
    -o-transform: rotate(-135deg) translate(0,-50%);
    top: 45%;
    width: 8px;
    transform: rotate(-135deg) translate(0,-50%);
}


.pu-section-1 {
    position: fixed;
    z-index: 999;
    /*width:100%;
    height:100%;*/
    top: 17%;
    left: 18%;
    overflow: hidden;
    display: none;
    opacity: 0;
}

.pu-section-2 {
    position: fixed;
    z-index: 999;
    /*width:100%;
    height:100%;*/
    top: 17%;
    left: 18%;
    overflow: hidden;
    display: none;
    opacity: 0;
}



.md-ul li:hover .pu-section-1 {
    display: block;
    opacity: 1;
    transition: 0.25s;
}

.md-ul li:hover .pu-section-2 {
    display: block;
    opacity: 1;
    transition: 0.25s;
}


/*.md-ul > li:hover .brandspop {
    color:red;
}*/

.brandspop:hover::after {
    content: "";
    display: inline-block;
    position: absolute;
    width: 100%;
    height: 4px;
    left: 0;
    bottom: 0;
    background-color: #e31c17;
}


/*Brand NAd Dine Filter --End*/


/* Search Section */
.C-service {
    width: 170px !important;
}

.C-Main-Ser {
    width: 65px !important;
}

.cart-txt {
    padding-left: 5px;
}

.cart-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
}

.cart-icon {
    width: 19px;
    height: 18px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    margin-left: 17px;
    cursor: pointer;
}

.search-txt-box::-webkit-input-placeholder {
    opacity: .3;
}

.follow-icon-top-phone {
    font-family: 'Halant', serif;
    font-size: 30px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: -0.75px;
    text-align: center;
    margin-bottom: 10px;
}

.Phone-icons-top a {
    color: #b7b7b7 !important;
    font-size: 20px !important;
    padding: 0px 7px !important;
}


.icons i {
    color: rgba(0,0,0,0.3);
    font-size: 22px;
    padding: 0 10px;
    transition: all .5s ease-out;
}

    .icons i:hover {
        color: #000;
    }

.search-tn-link.active {
    width: 40%;
}

.search-ev-item {
    margin-bottom: 30px;
}

.bottom-border {
    border-bottom: 1px solid rgba(0,0,0,.1);
    padding: 0;
}

.bl-text a {
    color: #000;
}

.load {
    width: 40px;
    height: 40px;
}

.search-wrap {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    padding: 0px 50px;
    height: 150px;
    background-color: #fff;
    border-bottom: 1px solid rgba(0,0,0,0.2);
    transition: 300ms ease;
}

.bl-back-icon {
    width: 46px;
    height: 46px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #000;
    border-radius: 50%;
}

.main-search {
    height: auto;
}

.bl-searchmain-wrap {
    margin-top: 55px;
}

.bl-back-icon img {
    width: 11px;
    margin-right: 3px;
}

.bl-back {
    margin-right: 40px;
}

.bl-back {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
}

.search-txt-box {
    border: 0;
    border-bottom: 1px solid #000;
    color: #e31c17 !important;
    -webkit-text-fill-color: #000;
    font-size: 20px;
    font-family: 'Varela Round', sans-serif;
    ;
    padding: 7px 15px;
    width: 1060px;
    /*background-color: #ebebeb;*/
    margin: 0 30px 0 0;
}

.tn-tabs {
    justify-content: space-between;
}

.nav-tabs .nav-item {
    display: inline-block;
}

.tab-content {
    margin-top: 20px;
}

/* Search Ends */

/*Homeoage Prebooking*/


.IframeCls {
    border: none;
    height: 100%;
    width: 100%;
}



.Res-iframe {
    height: 100%;
    /*width:1300px;*/
}

.Pre-Order-master-sec {
    position: fixed;
    z-index: 999;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow: hidden;
    display: none;
}

.pu-overlay-master {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    top: 0;
    left: 0;
    z-index: 0;
}

.pu-flex-master {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.pu-card-master {
    position: relative;
    padding: 0;
    border-radius: 5px;
    background-color: #fff;
    width: 25%;
    height: 85%;
}

.pu-close-master {
    position: absolute;
    z-index: 1;
    width: 15px;
    height: 15px;
    top: -5px;
    right: -25px;
    cursor: pointer;
}


/*Homeoage Prebooking   End*/

/*View All Button---Start*/

.View-All-btn {
    border: 1px solid white;
    border-radius: 5px;
    font-size: 18px;
    padding: 10px 15px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: white;
    background: linear-gradient(to right, #A27D00 50%, black 50%);
    background-size: 200% 100%;
    background-position: right bottom;
    transition: all .5s ease-out;
    cursor: pointer;
    width: 150px;
    /*border: 2px solid #c9100c;
    color: black;
    font-family: 'Varela Round', sans-serif;;
        font-size: 12px;
    font-weight: bold;
    letter-spacing: 0.5px;
    text-align: center;
    padding: 12px 0 10px;
    cursor: pointer;
    background-color: transparent;
    display:inline-block;
    text-transform: uppercase;*/
}


    .View-All-btn:hover {
        /*background: #c9100c;
    color: white;*/
        background-position: left bottom;
        color: white;
    }


/*View All Button---End*/


/*-----Header-----*/
.Login-img {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: white;
    cursor: pointer;
}


.tb-signin .Login-img {
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.Login-img img {
    height: 12px;
    width: 12px;
    border-radius: 50%;
    display: inline-block;
    margin-right: 8px;
}

.Login-img p {
    display: inline-block;
    margin: 0;
    /*font-size:8px;*/
    font-weight: bold;
}

.black .Login-img p {
    color: #fff;
}

/*.hd-header.black {
position:relative;
}*/

.hd-header {
    position: fixed;
    z-index: 5;
    width: 100%;
    top: 0;
    left: 0;
    transition: 300ms ease;
}

.hd-spacing {
    height: 130px;
}

.hd-top-wrap {
    position: relative;
}

.tb-signin {
    display: flex;
    align-items: center;
    position: absolute;
    width: auto;
    right: 45px;
    top: 10px;
}

    .tb-signin .red-btn {
        padding: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 12px;
        width: 132px;
        height: 28px;
        letter-spacing: 0;
        line-height: 1;
        box-shadow: 0 3px 10px rgba(0,0,0,0.3);
    }

.tb-info-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 48px;
    background-color: #e6e6e6;
    transition: 300ms ease;
}

.tb-info {
    display: flex;
    align-items: center;
    padding: 0 20px;
    position: relative;
    height: 100%;
    color: #000;
}

    .tb-info.divider:after {
        content: "";
        display: inline-block;
        position: absolute;
        height: 100%;
        width: 1px;
        background-color: rgba(0,0,0,0.3);
        top: 0;
        right: 0;
    }

.tb-icon {
    width: 19px;
    height: 19px;
    display: flex;
    margin-right: 10px;
}

    .tb-icon img {
        width: auto;
        height: 100%;
        margin-left: auto;
    }

.tb-text p {
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 0;
    line-height: 1;
}

.tb-text .tb-time {
    font-weight: 400;
}

    .tb-text .tb-time span {
        font-weight: 600;
        text-transform: none;
        display: inline-block;
        margin: 0 10px;
    }


.hd-main-wrap {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    padding: 0 50px;
    background-color: #fff;
    border-bottom: 1px solid rgba(0,0,0,0.2);
    transition: 300ms ease;
}

.md-logo-wrap {
    display: flex;
    align-items: center;
    padding: 20px 0;
    margin-right: 140px;
}

.md-nav-wrap {
    display: flex;
    align-items: flex-end;
    flex: 1;
}

.md-icon-wrap {
    display: flex;
    align-items: center;
}

.md-logo {
    width: 231px;
    margin-right: 40px;
    position: relative;
}

.logo-white {
    display: none;
}

.md-logo.divider:after {
    content: "";
    display: inline-block;
    position: absolute;
    height: 100%;
    width: 1px;
    background-color: rgba(0,0,0,0.3);
    top: 0;
    right: -20px;
}

.md-ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
}

    .md-ul li {
        position: relative;
    }

        .md-ul li a:hover {
            color: #000;
        }

.md-item {
    display: inline-block;
    font-family: 'Varela Round', sans-serif;
    ;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    color: #000;
    margin: 0 10px;
    padding-bottom: 30px;
    padding-top: 6px;
    position: relative;
}

    .md-item.active:after {
        content: "";
        display: inline-block;
        position: absolute;
        width: 100%;
        height: 4px;
        left: 0;
        bottom: 0;
        background-color: #e31c17;
    }
/*.has-sub-ul {
    transition:300ms ease;
    box-shadow:none;
}*/
.has-sub-ul:hover {
    background-color: #ebebeb;
    box-shadow: 0 5px 8px rgba(0,0,0,0.1);
}

    .has-sub-ul:hover .md-sub-ul {
        display: block;
    }

    .has-sub-ul:hover .md-sub-ul {
        display: block;
    }

.md-sub-ul {
    position: absolute;
    min-width: 100%;
    display: none;
    list-style: none;
    margin: 0;
    padding: 0;
    z-index: 1;
    background-color: #fff;
    box-shadow: 0 8px 10px rgba(0,0,0,0.1);
    left: 0;
    top: 20px;
}

.md-sub-item {
    display: inline-block;
    font-family: 'Varela Round', sans-serif;
    ;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    color: #000;
    padding: 12px 12px;
    width: 100%;
}

.md-icon {
    width: 28px;
    height: 28px;
    cursor: pointer;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.md-search {
    background-image: url(../png/searchblack.png);
}

.md-nav-icon {
    background-image: url(../png/navblack.png);
    display: none;
}

.md-close {
    background-image: url(../png/closewhite.png);
    height: 26px;
    width: 26px;
}

.md-lbl {
    font-size: 10px;
    font-weight: 400;
    font-family: 'Poppins', serif;
    text-transform: uppercase;
    color: rgba(0,0,0,0.7);
    margin-bottom: 0;
}

/* The container must be positioned relative: */
.md-select {
    position: relative;
    font-family: 'Varela Round', sans-serif;
    width: auto;
    line-height: 15px;
}

    .md-select select {
        display: none; /*hide original SELECT element: */
    }

/* Style the arrow inside the select element: */
.select-selected:after {
    position: absolute;
    content: "";
    display: inline-block;
    background-image: url(../png/downarrow.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    top: 2px;
    right: 0;
    width: 12px;
    height: 7px;
    transition: 300ms ease;
}

/* Point the arrow upwards when the select box is open (active): */
.select-selected.select-arrow-active:after {
    transform: rotate(180deg);
}

/* style the items (options), including the selected item: */
.select-items div, .select-selected {
    color: #000;
    padding: 8px 15px 8px 15px;
    cursor: pointer;
    font-size: 13px;
    font-weight: 600;
}

.select-items a {
    font-weight: 600 !important;
}

.select-selected {
    background-color: transparent;
    padding: 0 20px 8px 0;
    width: auto;
}

/* Style items (options): */
.select-items {
    position: absolute;
    background-color: #fff;
    width: 200px;
    top: 100%;
    left: -15px;
    right: 0;
    z-index: 99;
    box-shadow: 0 5px 10px rgba(0,0,0,0.3);
}

/* Hide the items when the select box is closed: */
.select-hide {
    display: none;
}

.select-items div:hover, .same-as-selected {
    background-color: rgba(0, 0, 0, 0.1);
}


.hd-bc-wrap {
    background-color: rgba(0,0,0,0.3);
    padding: 18px 50px;
}

.bc-ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    font-family: 'Varela Round', sans-serif;
    ;
    line-height: 1;
}

.bc-li {
    color: #fff;
    font-size: 12px;
    font-weight: 600;
}

    .bc-li.active {
        font-weight: 400;
    }

    .bc-li a {
        color: #fff;
    }

.bc-divider {
    display: inline-block;
    margin: 0 5px;
    font-weight: 400;
}


.hd-mobile-wrap {
    position: fixed;
    background-color: #000;
    height: 100%;
    width: 100%;
    padding: 50px 25px 40px 25px;
    top: 0;
    left: 0;
    opacity: 0;
    pointer-events: none;
    overflow: auto;
    transition: 300ms ease;
    display: none;
}

    .hd-mobile-wrap.open {
        opacity: 1;
        pointer-events: all;
    }

.mm-logo-wrap {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 40px;
}

.mm-logo {
    position: relative;
    width: 50%;
    margin-right: 30px;
}

    .mm-logo.divider:after {
        content: "";
        display: inline-block;
        position: absolute;
        width: 1px;
        height: 100%;
        top: 0;
        right: -15px;
        background-color: rgba(255,255,255,0.2);
    }

.mm-loc-wrap {
    flex: 1;
    margin-right: 10px;
    width: 50%;
}

.mm-lbl {
    font-family: 'Varela Round', sans-serif;
    ;
    font-size: 10px;
    color: rgba(255,255,255,0.7);
    margin-bottom: 5px;
    text-transform: uppercase;
    display: block;
    line-height: 1;
}

.mm-select select {
    font-family: 'Varela Round', sans-serif;
    ;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    border: none;
    background-color: transparent;
    -webkit-appearance: none;
    background-image: url(../png/whitearrow.png);
    background-position: right center;
    background-size: 12px 7px;
    padding-right: 15px;
    background-repeat: no-repeat;
    display: block;
    line-height: 1.3;
    max-width: 110px;
}

    .mm-select select:focus {
        outline: none;
    }

.mm-nav-wrap {
    text-align: center;
    margin-bottom: 40px;
}

.mm-time-wrap {
    margin-bottom: 10px;
}

.mm-time p {
    font-size: 10px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 0;
}

.mm-ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.mm-sub-ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.mm-item, .mm-sub-item {
    font-family: 'Varela Round', sans-serif;
    ;
    font-size: 12px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    display: block;
    padding: 10px 0;
}

    .mm-item:hover, .mm-sub-item:hover {
        color: #fff;
    }

.mm-sub-item {
}

.mm-info-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
}

.mm-active {
    color: #A27D00;
}

.mm-btn-wrap {
    margin-top: 40px;
}

    .mm-btn-wrap .red-btn {
        padding: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 12px;
        width: 150px;
        height: 36px;
        letter-spacing: 0;
        line-height: 1;
        box-shadow: none;
        margin: 0 auto;
    }


/*Temp Black and Transparent Header*/

/*.hd-header.black .tb-info-wrap {
    background-color:#000;
}
.hd-header.black .tb-info {
    color:#fff;
}
    .hd-header.black .tb-info.divider:after {
        background-color:rgba(255,255,255,0.3);
    }
.hd-header.black .hd-main-wrap {
    background-color:transparent;
    background-color:rgba(0,0,0,0.4);
    border-bottom:none;
}

.hd-header.black .md-logo.divider:after {
    background-color:rgba(255,255,255,0.3);
}
.hd-header.black .md-lbl {
    color:#fff;
}
.hd-header.black .select-selected {
    color:#fff;
}
.hd-header.black .select-selected:after {
    background-image: url(https://palladiumahmedabad.s3.ap-south-1.amazonaws.com/images/WhiteArrow.png);
}
.hd-header.black .md-item {
    color:#fff;
}
    .hd-header.black .md-item.active:after {
        display:none;
    }
.hd-header.black .md-search {
    background-image:url(https://palladiumahmedabad.s3.ap-south-1.amazonaws.com/images/searchWhite.png);
}
.hd-header.black .md-nav-icon {
    background-image: url(https://palladiumahmedabad.s3.ap-south-1.amazonaws.com/images/navWhite.png);
}
.hd-header.black .logo-black {
    display:none;
}
.hd-header.black .logo-white {
    display:block;
}
.hd-header.black .has-sub-ul:hover {
    background-color:transparent;
    box-shadow:none;
}*/

.m-t-134 {
    margin-top: 134px;
}

.hd-header.black .tb-info-wrap {
    background-color: #000;
}

.hd-header.black .tb-info {
    color: #fff;
}

    .hd-header.black .tb-info.divider:after {
        background-color: rgba(255,255,255,0.3);
    }

.hd-header.black .hd-main-wrap {
    background-color: white;
    border-bottom: none;
}

.hd-header.black .md-logo.divider:after {
    background-color: rgba(255,255,255,0.3);
}

.hd-header.black .md-lbl {
    color: black;
}

.hd-header.black .select-selected {
    color: black;
}

    .hd-header.black .select-selected:after {
        background-image: url(../png/downarrow.png);
    }

.hd-header.black .md-item {
    color: black;
}

    .hd-header.black .md-item.active:after {
        display: none;
    }

.hd-header.black .md-search {
    background-image: url(../png/searchblack.png);
}

.hd-header.black .md-nav-icon {
    background-image: url(https://palladiumahmedabad.s3.ap-south-1.amazonaws.com/images/Hamburger.svg);
}

.hd-header.black .logo-black {
    display: block;
}

.hd-header.black .logo-white {
    display: none;
}

.hd-header.black .has-sub-ul:hover {
    background-color: transparent;
    box-shadow: none;
}


/*Temp Black and Transparent Header-----END*/

/*Temp White Breadcrumbs*/
.hd-bc-wrap.white {
    background-color: #fff;
}

    .hd-bc-wrap.white .bc-li, .hd-bc-wrap.white .bc-li a {
        color: #000;
    }
/*Temp White Breadcrumbs-----END*/



/*-----Header-----END-----*/

/*==================Footer===================*/

/*Footer banner*/
.footer-banner {
    /*background-image:url(../images/footer-banner.png);*/
    background-color: #e4e4e4;
    background-position: center;
    background-repeat: no-repeat;
    /*height:647px;*/
}

.footer-band {
    background-color: #3a3a3a;
    padding: 15px 0;
}

.footer-band-title {
    margin-bottom: 0;
    font-size: 13px;
    color: #fff;
    text-align: center;
}
/*Footer banner---end*/

/*Logo*/
.Phoenix-logo {
    padding-top: 47px;
    padding-bottom: 47px;
    display: flex;
    width: 250px;
}

.Phoenix-title h1 {
    text-transform: uppercase;
    font-size: 36px;
    line-height: 1.4;
    letter-spacing: 1.8px;
    text-align: left;
    color: #ffffff;
    height: 25px;
    font-family: 'Halant', serif;
}

.Phoenix-title span {
    text-transform: uppercase;
    opacity: 0.8;
    font-family: 'Varela Round', sans-serif;
    ;
    font-size: 14px;
    font-weight: 300;
    line-height: 3.61;
    letter-spacing: 8.4px;
    text-align: center;
    color: rgba(255, 255, 255, 0.8);
}

.Phoenix-title {
    padding-left: 12px;
}

.logo-image {
    width: 58px;
    height: 45px;
    margin-top: 18px;
}

.shareIcon {
    position: fixed;
    bottom: 5%;
    right: 4%;
    z-index: 3;
}

.footer-signin {
    padding-left: 55px;
}

.WhatsApp-circle {
    box-shadow: 0px 3px 40px 0 rgba(0, 0, 0, 0.5), inset 0px 2px 3px 0 rgba(255, 255, 255, 0.3);
    /*background-image: linear-gradient(150deg, #e31c17, #c9100c);*/
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    right: 3%;
    bottom: 3%;
    height: 30px;
    width: 30px;
    position: absolute;
    vertical-align: middle;
    align-items: center;
    justify-content: center;
}

    .WhatsApp-circle img {
        height: 40px;
        width: 40px;
        margin: auto;
        max-width: fit-content;
    }

.share-circle {
    box-shadow: 0px 3px 40px 0 rgba(0, 0, 0, 0.5), inset 0px 2px 3px 0 rgba(255, 255, 255, 0.3);
    background-image: linear-gradient(150deg, #e31c17, #c9100c);
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    right: 3%;
    bottom: 3%;
    height: 30px;
    width: 30px;
    position: absolute;
    vertical-align: middle;
    align-items: center;
    justify-content: center;
}

    .share-circle img {
        height: 14px;
        width: 20px;
        margin: auto;
    }

    .share-circle p {
        margin: auto;
        color: #fff;
        font-size: 12px;
    }

.circle-bg p {
    text-align: center;
    line-height: 50px;
    color: #fff;
    font-family: "Poppins", sans-serif;
    font-size: 18px;
}

.outer-icons {
    left: 50%;
    top: 50%;
    position: absolute;
    opacity: 0;
    color: #e31c17;
    cursor: pointer;
    font-size: 12px;
    font-family: "Poppins", sans-serif;
    text-align: center;
}

    .outer-icons p {
        color: #e31c17;
        margin-top: 5px;
    }

.one {
    left: -130px;
    bottom: 0px;
    height: 30px;
    width: 30px;
    position: absolute;
}

.two {
    left: -104px;
    top: -98px;
    height: 30px;
    width: 30px;
    position: absolute;
}

.three {
    left: -40px;
    top: -128px;
    height: 30px;
    width: 30px;
    position: absolute;
}

.map-img {
    width: 100%;
    height: 424px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-filter: saturate(120%) grayscale(0%) brightness(60%) contrast(250%);
}

.ft-content {
    padding-bottom: 66px;
}

.footer-map {
    padding-bottom: 0px;
    padding-right: 10px;
}

.foot-title h4 {
    font-size: 20px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    /* letter-spacing: 1.3px; */
    text-align: left;
    color: #000;
    margin-bottom: 23px;
    text-transform: capitalize;
}

.follow-icon {
    font-size: 30px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: -0.75px;
    text-align: left;
    color: #717171;
    margin-bottom: 19px;
    padding-left: 55px;
}

.foot-title span {
    font-size: 16px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: left;
    color: #b7b7b7;
}


.footer-info {
    padding-left: 25px;
}

.about {
    padding-left: 55px;
}

.Latest {
    padding-left: 0px;
}

.involved {
    padding-left: 0px;
}

/*Cab button*/
.cab-btn {
    /*display:flex;*/
    padding-top: 33px;
}

.ola-btn {
    font-size: 12px;
    text-transform: uppercase;
    background-color: transparent;
    color: #b6b6b6;
    padding: 10px 30px;
    border-radius: 5px;
    border: solid 1px #b6b6b6;
    text-align: center;
    line-height: 1.5;
    font-weight: 700;
    margin-right: 18px;
}

    .ola-btn:hover {
        color: #b6b6b6;
    }

.uber-btn {
    font-size: 12px;
    text-transform: uppercase;
    background-color: transparent;
    color: #b6b6b6;
    padding: 10px 30px;
    line-height: 1.5;
    border-radius: 5px;
    border: solid 1px #b6b6b6;
    text-align: center;
    font-weight: 700;
}

    .uber-btn:hover {
        color: #b6b6b6;
    }


/*Cab button ---end*/

.foot-title p {
    font-size: 13px;
    color: #000; /*#b7b7b7;*/
    line-height: 2;
    letter-spacing: normal;
    text-align: left;
    font-weight: 300;
    margin-bottom: 0px;
    transition: all .5s ease-out;
}

    .foot-title p:hover {
        color: #000;
    }

/*Icons*/
.switch-icon {
    margin-top: 0px;
}

.icons {
    /*display:flex;*/
}

.f-insta {
    height: 20px;
    width: 20px;
    margin-left: 26px;
}

.f-tweeter {
    height: 17px;
    width: 22px;
    margin-left: 26px;
}

.f-facebook {
    height: 22px;
    width: 9px;
}

/*Icons---end*/

/*Switch icon*/
.ft-offer {
    position: relative;
    display: inline-block;
}

.ft-switch {
    position: relative;
    display: inline-block;
    width: 401px;
    height: 36px;
    border-radius: 3px;
    background-color: transparent;
    border: 1px solid #b6b6b6;
    font-size: 12px;
    padding: 0;
    padding-left: 20px;
    /*padding-bottom: 5px;*/
    color: #b6b6b6;
}

    .ft-switch:focus {
        outline: none;
    }

.ft-btn {
    position: absolute;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    /*border-radius:50px;*/
    height: 36px;
    width: 36px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    top: 0px;
    right: 0px;
    border: 1px solid #b7b7b7;
    background-color: #b7b7b7;
    transition: all .5s ease-out;
}

    .ft-btn:hover {
        border: 1px solid #A27D00;
        background-color: #A27D00;
    }

.switch-arrow {
    height: 11px;
    width: 8px;
    left: 13px;
    top: 11px;
    /*position: absolute;*/
}
/*Switch icon--end*/


/*for Phone*/
.Phone-display {
    display: none;
}
/*for Phone---end*/

/*For ipad*/
.ipad-section {
    display: none;
}

/*For ipad ---end*/


/*==================Search====================== Starts*/


/*My Booking*/
.search-tn-section {
    margin-top: 50px;
    margin-bottom: 100px;
}

.search-tn-link {
    text-align: center;
    padding: 15px 5px;
    position: relative;
    color: #000;
    border: 0 !important;
    font-weight: 500 !important;
}

.search-tn-text p {
    text-align: left;
    text-transform: uppercase;
    font-size: 18px;
    margin-bottom: 0;
    line-height: 1;
}

.search-tn-tabs {
    display: flex;
    position: relative;
    color: #000;
    width: 100%;
    border: 0;
}

.search-tn-tab-item {
    flex: 1;
    text-align: center;
}

.search-tn-link {
}

    .search-tn-link.active {
        border-bottom: 2px solid #A27D00 !important;
        border-top: 0 !important;
        border-left: 0 !important;
        border-right: 0 !important;
        color: #000 !important;
        font-weight: 700 !important;
        background-color: transparent !important;
    }

.search-tn-blank {
    display: block;
}
/*Ticket*/
.search-tn-ticket {
    background-image: url(../png/ticket.png);
    background-repeat: no-repeat;
    background-size: cover;
    margin: 20px 0;
    position: relative;
    background-position: right;
}

.search-tn-img {
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    background-position: center;
}

.search-tn-text-left-wrap, .search-tn-text-right-wrap {
    color: #000;
}

    .search-tn-text-left-wrap h3 {
        font-size: 40px;
    }

.search-tn-text-left-wrap {
    padding-top: 30px;
    width: 90%;
}

.search-tn-text-right-wrap {
    padding: 30px 0;
}

.search-tn-time {
    font-size: 14px;
    line-height: 1;
    margin: 0;
}

    .search-tn-time span {
        color: #e31c17;
        font-weight: 600;
    }

    .search-tn-time .divider {
        color: #000;
        margin: 0 10px;
    }

    .search-tn-time .divider {
        color: #000;
        margin: 0 10px;
    }

.search-tn-address-wrap {
    margin-top: 53px;
}

.search-tn-title-wrap span {
    color: rgba(0,0,0,.8);
    font-size: 14px;
}

.search-tn-quantity {
    font-size: 36px;
    border: 1px solid rgba(0,0,0,.8);
    border-radius: 50%;
    width: 72px;
    height: 72px;
    margin: auto;
    margin-top: 10px;
    padding-top: 8px;
    margin-bottom: 60px;
    font-weight: 700;
    text-transform: uppercase;
}

.search-tn-text-right-wrap {
    /*padding-right:40px;*/
}

.search-tn-price {
    font-size: 24px;
    font-weight: 700;
}

/*Events*/
.search-ev-section {
    padding-top: 100px;
    overflow: hidden;
}

.search-ev-slider .slick-list {
    margin: 0 -15px;
}

.search-ev-slider .slick-slide {
    margin: 0 15px;
}

.search-ev-img {
    margin-bottom: 30px;
    position: relative;
}

    .search-ev-img img {
        position: relative;
        z-index: 1;
    }

.search-ev-title {
    font-size: 30px;
    line-height: 1;
    font-weight: 400;
    margin-bottom: 15px;
    color: #0a0908;
}

.search-ev-type {
    font-size: 14px;
    margin-bottom: 8px;
    line-height: 1;
    color: #0a0908;
}

.search-ev-time {
    font-size: 14px;
    margin-bottom: 15px;
    line-height: 1;
    color: #0a0908;
}

.search-ev-price {
    font-size: 18px;
    margin-bottom: 0;
    line-height: 1;
    color: #0a0908;
}

.search-ev-today {
    color: #e31c17;
}

.search-ev-time-mobile {
    display: none;
    position: absolute;
    z-index: 3;
    bottom: 0;
    left: 0;
    padding-left: 12px;
    padding-bottom: 9px;
}

    .search-ev-time-mobile p {
        color: #fff;
        font-size: 12px;
        margin-bottom: 0;
    }

.search-ev-overlay-mobile {
    display: none;
    position: absolute;
    z-index: 2;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(25deg,black,transparent,transparent,transparent);
}
/*Events-----END*/

/*  Movies*/
.search-ms-section {
    margin-top: 100px;
    margin-bottom: 100px;
}

.search-ms-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0;
    transition: 0.5s;
    z-index: 0;
}

.search-ms-ticket {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 374px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: relative;
}

.search-ms-btn-wrap {
    opacity: 0;
    transition: 0.3s;
    position: relative;
    z-index: 1;
}

.search-ms-ticket:hover .search-ms-overlay {
    opacity: 0.3;
}

.search-ms-ticket:hover .search-ms-btn-wrap {
    opacity: 1;
}

.search-ms-btn .red-btn {
    padding: 15px 20px;
    font-size: 10px;
}

.search-ms-wrap {
    margin-bottom: 30px;
}
/* movies Ends*/

/*Brands Listing*/
.search-bl-section {
    padding: 30px 0;
}

    .search-bl-section a {
        color: #000;
    }

.search-bl-wrap {
    padding: 20px;
    border: 1px solid rgba(0,0,0,0.2);
    border-radius: 5px;
    margin-bottom: 30px;
}

.search-bl-img-wrap {
    margin-bottom: 25px;
}

.search-bl-img {
    height: 177px;
    border-radius: 5px;
    background-size: contain;
}

.search-bl-title {
    font-size: 24px;
    color: #000;
    font-weight: 700;
    /*line-height:1;*/
    margin-bottom: 5px;
}

.search-bl-type {
    font-size: 10px;
    margin-bottom: 0;
}

.search-bl-text-wrap {
    display: flex;
    justify-content: space-between;
    position: relative;
}

.search-bl-text {
    margin-right: 10px;
    min-height: 70px;
}

.search-bl-icon-wrap {
    display: flex;
}

.search-bl-icon {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #000;
    border-radius: 50%;
    cursor: pointer;
    transition: 300ms ease;
}

    .search-bl-icon:hover {
        background-color: #e31c17;
        border: 1px solid #e31c17;
    }

    .search-bl-icon:nth-child(1) {
        margin-right: 8px;
    }

    .search-bl-icon img {
        width: 18px;
    }

.search-bl-loc {
    width: 15px;
    height: 19px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(../png/location.png);
    transition: 300ms ease;
}

.search-bl-icon:hover .bl-loc {
    background-image: url(../png/locationwhite.png);
}

.search-bl-call {
    width: 18px;
    height: 18px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(../png/call.png);
    transition: 300ms ease;
}

.search-bl-icon:hover .search-search-bl-call {
    background-image: url(../png/callwhite.png);
}

.search-bl-hover {
    position: absolute;
    width: 100%;
    top: -65px;
    padding-bottom: 25px;
    left: 0;
    opacity: 0;
    pointer-events: none;
    transition: 300ms ease;
}

.search-bl-bubble {
    position: relative;
    height: 40px;
    width: 100%;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #e31c17;
}

.search-bl-icon:hover .bl-hover {
    opacity: 1;
    pointer-events: initial;
}

.search-bl-bubble a {
    font-family: 'Varela Round', sans-serif;
    ;
    font-size: 12px;
    color: #fff;
    text-transform: uppercase;
}

.search-bl-bubble span {
    font-family: 'Varela Round', sans-serif;
    ;
    font-size: 12px;
    color: #fff;
    margin: 0 8px;
}

.search-bl-bubble.arrow-one:after, .search-bl-bubble.arrow-two:after {
    content: "";
    display: inline-block;
    position: absolute;
    bottom: -11px;
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 12px solid #e31c17;
}

.search-bl-bubble.arrow-one:after {
    right: 55px;
}

.search-bl-bubble.arrow-two:after {
    right: 7px;
}

.search-bl-img {
    height: 177px;
    border-radius: 5px;
    background-size: contain;
}

.search-bl-title a {
    color: black;
}

.search-bl-type a {
    color: black;
}
/*Brands Listing-----END*/

/*Dine Items*/

/*lOCATION ICON*/
.search-ed-icon {
    display: none;
    position: absolute;
    width: 40px;
    height: 40px;
    /*display: flex;*/
    justify-content: center;
    align-items: center;
    border: 1px solid white;
    border-radius: 50%;
    z-index: 1;
    right: 0px;
    top: 0px;
    margin: 16px 16px 0 0;
}

.search-location {
    width: 15px;
}

.search-dn-item {
    position: relative;
    min-height: 430px;
    margin-bottom: 60px;
    padding-bottom: 20px;
}
/*lOCATION ICON ---END*/

.search-Dine-section {
    margin-top: 69px;
}

.search-Dineimg {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 200px;
    position: relative;
    margin-bottom: 30px;
}

/*veg icon */
.search-vegicon {
    background-color: #dfffe0;
    color: black;
    text-align: center;
    font-size: 10px;
    display: inline-block;
    cursor: pointer;
    border-radius: 5px;
    padding: 5px 5px;
    text-transform: uppercase;
    font-weight: 700;
}
/*veg icon---END */

/*nonveg icon */
.search-nonvegicon {
    background-color: #ffe8e7;
    color: black;
    text-align: center;
    font-size: 10px;
    display: inline-block;
    cursor: pointer;
    border-radius: 5px;
    padding: 5px 5px;
    text-transform: uppercase;
    font-weight: 700;
}
/*nonveg icon---END */



.search-item-span {
    font-size: 14px;
    color: black;
}


.search-hoverimg {
    display: none;
}

.search-dn-item:hover .search-hoverimg {
    display: block;
}



.search-hover-btn:hover {
    color: white;
}

.fa-circle {
    padding-right: 5px !important;
}


.search-hoverimg {
    height: 20px;
    width: 18px;
    position: absolute;
    top: 11%;
    right: 0%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
}

.search-hover-btn {
    /*transition: .5s ease;
    opacity:1;
    text-align:center;
    text-transform:uppercase;
    padding:20px 45px;
    background:linear-gradient(to bottom,#e31c17,#c9100c);
    font-size:14px;
    letter-spacing:1.4px;
    color:#fff;
    font-weight:600;
    line-height:12px;
    border-radius:5px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.3);
    transition:300ms ease;
    display:inline-block;*/
    border-radius: 5px;
    padding: 8px 15px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: white;
    background: linear-gradient(to right, #A27D00 50%, black 50%);
    background-size: 200% 100%;
    background-position: right bottom;
    transition: all .5s ease-out;
}

    .search-hover-btn:hover {
        background-position: left bottom;
        color: white;
        /* border: 1px solid black; */
    }



/*.search-dn-item:hover .search-hover-btn {
    opacity:1;
}*/



.search-dn-time {
    margin-bottom: 25px;
}

.search-dn-item:hover {
    background-color: #f7f7f7;
}

.search-dn-time1 {
    display: none;
    margin-bottom: 25px;
}

.search-dn-item:hover .search-dn-time1 {
    display: block;
}

.search-dn-item:hover .fa-circle {
    padding-right: 0px !important;
}


.search-dn-item:hover .search-dn-time {
    display: none;
}

/*Mouse Hover---END*/

.search-dn-text-wrap {
    margin-left: 16px;
    position: relative;
}

.search-dn-title {
    font-weight: 700;
    padding-right: 30px;
    color: black;
    font-size: 30px;
}

/*Footer padding*/
.search-dine-item {
    padding-bottom: 40px;
}
/*Footer padding---end*/

/*Dine Items---END*/

.search-dn-items-wrap {
    position: relative;
}


/*==================Search=====================Ends*/


/*=====Media Queries=====*/

/*Most of the Smartphones Mobiles (Portrait)*/
@media (min-width: 320px) and (max-width: 480px) {
    /*Palladium Header*/
    .phd-logo-wrap img {
        width: 150px;
    }

    .phd-main-wrap {
        padding: 0 25px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .phd-logo-wrap {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .phd-nav {
        display: none;
    }

    .phd-search {
        display: flex;
        align-items: center;
    }

    .phd-md-search {
        margin-right: 25px;
        font-size: 18px;
    }

    .phd-top-wrap {
        display: none;
    }
    /*Palladium Header-----END*/
    .md-icon {
        height: 18px;
        width: 18px;
    }

    .m-t-134 {
        margin-top: 67px;
    }

    .icons i {
        color: #b7b7b7;
        font-size: 16px;
        padding: 0 0;
    }

    .Login-img img {
        height: 25px;
        width: 25px;
    }

    /*Search Starts*/
    .load {
        width: 40px;
        height: 40px;
        position: absolute;
        right: 0px;
        bottom: 20px;
    }

    .search-tn-tabs-extnd {
        width: 135% !important;
    }

    .search-tn-section {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .extra-item {
        display: inline-block;
    }

    .search-tn-tabs::after {
        content: "";
        position: absolute;
        display: block;
        height: 1px;
        width: 80%;
        bottom: 0;
        left: 0;
        background-color: #ddd;
        z-index: -1;
    }

    .search-tn-blank {
        display: none;
    }

    .search-tn-tab-item {
    }

    .search-tn-text p {
        font-size: 12px;
    }

    .search-tn-ticket {
        margin: 20px 0;
        position: relative;
        background-position: right -16px center;
        line-height: 1;
    }

    .search-tn-img {
        height: 100%;
        background-position: center;
        padding-right: 0;
    }

    .search-tn-divider:before {
        content: "";
        width: 1px;
        height: 80%;
        color: #000;
        position: absolute;
        display: block;
        top: 0;
    }

    .search-tn-text-left-wrap h3 {
        font-size: 18px;
        margin: 0;
    }

    .search-tn-text-left-wrap {
        padding-top: 10px;
        width: 100%;
    }

    .search-tn-text-right-wrap {
        padding: 12px 0;
    }

    .search-tn-time {
        font-size: 8px;
    }

        .search-tn-time span {
            color: #e31c17;
        }

    .search-tn-address-wrap {
        margin-top: 13px;
        display: inline-block;
    }

    .search-tn-ticket span {
        font-size: 8px;
    }

    .search-tn-quantity {
        font-size: 14.5px;
        width: 29px;
        height: 29px;
        margin: auto;
        margin-top: 10px;
        padding-top: 6px;
        margin-bottom: 36px;
    }

    .search-tn-text-right-wrap {
        /*padding-right:40px;*/
    }

    .search-tn-price {
        font-size: 10px;
        margin: 0;
    }

    /* movies*/
    .search-ms-section {
        padding: 0 5px;
        margin-top: 50px;
        margin-bottom: 50px;
    }

    .search-ms-ticket {
        height: 252px;
    }

    .search-ms-noPadd {
        padding: 0;
    }

    .search-ms-wrap {
        padding: 5px;
    }

    .search-ms-btn-wrap {
        display: none;
    }

    .search-ms-overlay {
        display: none;
    }

    /* Movie Ends */

    /*Events*/
    .search-ev-section {
        padding-top: 50px;
    }

    .search-ev-time-mobile {
        display: block;
    }

    .search-ev-overlay-mobile {
        display: block;
    }

    .search-ev-slider-wrap {
        width: 150%;
    }

    .ev-slider .slick-slide {
        margin: 0 3px;
    }

    .search-ev-slider .slick-list {
        margin: 0;
    }

    .search-ev-img {
        margin-bottom: 15px;
    }

    .search-ev-title {
        font-size: 20px;
        margin-bottom: 5px;
    }

    .search-ev-type {
        font-size: 12px;
        margin-bottom: 12px;
    }

    .search-ev-price {
        font-size: 16px;
    }

    .search-ev-time {
        display: none;
    }
    /*Events-----END*/

    /*Brand Listing*/
    .search-bl-wrap {
        display: flex;
        padding: 0 0 30px 0;
        border: none;
        border-bottom: 1px solid rgba(0,0,0,0.2);
        border-radius: 0;
    }

    .search-bl-img-wrap {
        margin-bottom: 0;
    }

    .search-bl-img {
        width: 100px;
        height: 100px;
        margin-right: 20px;
    }

    .search-bl-text-wrap {
        display: block;
    }

    .search-bl-text {
        margin-right: 0;
        min-height: initial;
        width: 100%;
        margin-bottom: 10px;
    }

    .search-bl-title {
        font-size: 20px;
        line-height: 1.75rem;
    }

    .search-bl-type {
        font-size: 12px;
    }

    .search-bl-hover {
        display: none;
    }
    /*Brand Listing-----END*/

    /*Hover-btn*/

    .search-hover-btn {
        padding: 10px 29px;
        font-size: 10px;
        opacity: 1;
        display: inline-block;
    }

    /*Hover-btn ---end*/

    .search-dn-text-wrap {
        margin-left: 10px;
    }

    .search-dn-time {
        display: block;
        margin-bottom: 18px;
    }

    .search-dn-title {
        font-size: 20px;
    }



    /*veg nonveg icons and span*/
    .search-item-span {
        font-size: 10px;
    }

    .search-nonvegicon {
        padding: 2px 4px;
        font-size: 9px;
    }

    .search-vegicon {
        font-size: 9px;
        padding: 2px 4px;
        margin-right: 6px;
    }

    /*veg nonveg icons and span---END*/


    /*Items*/
    .search-dn-item {
        margin-bottom: 0px;
        height: auto;
        min-height: 0px;
        padding-bottom: 31px;
    }

    /*Items--end*/


    .search-Dine-section {
        margin-top: 40px;
    }

    /*Location icon*/
    .search-ed-icon {
        height: 36px;
        width: 36px;
    }
    /*Location icon---END*/





    /*Hide and Shaow veg and nonveg icon*/
    .search-dn-item:hover .search-dn-time1 {
        display: none;
    }

    .search-dn-item:hover .search-hoverimg {
        display: none;
    }



    .search-dn-item:hover .search-dn-time {
        display: block;
    }


    .search-hoverimg {
        display: none;
    }

    /*Hide and Shaow veg and nonveg icon---END*/



    .search-dn-text-wrap {
        margin-left: 10px;
    }

    .search-dn-item:hover .fa-circle {
        padding-right: 5px !important;
    }


    .search-Dineimg {
        margin-bottom: 16px;
    }

    .search-dn-item:hover {
        background-color: transparent;
    }

    /*Footer padding*/
    .search-dine-item {
        padding-bottom: 20px;
    }
    /*Footer padding---end*/


    /* Search Ends */
    .search-tn-link.active {
        width: 100%;
    }

    .bl-searchmain-wrap {
        margin-top: 15px;
    }

    .bl-back {
        display: block;
    }

    .search-wrap {
        padding: 0px 15px;
    }

    .search-txt-box {
        font-size: 15px;
        width: 300px;
    }

    .main-search {
        overflow: hidden;
    }

    .bl-back-icon img {
        width: 7px;
        margin-right: 3px;
    }

    .bl-back-icon {
        width: 35px;
        height: 35px;
    }

    .ms-input-wrap {
        margin-top: 40px
    }
    /*-----Header-----*/
    .hd-mobile-wrap {
        display: block;
    }

    .hd-top-wrap {
        display: none;
    }

    .hd-bc-wrap {
        display: none;
    }

    .md-nav-wrap {
        display: none;
    }

    .md-loc-wrap {
        display: none;
    }

    .md-logo-wrap {
        margin-right: 0;
        padding: 15px 0;
    }

    .md-logo {
        margin-right: 0;
        width: 167px;
    }

        .md-logo.divider:after {
            display: none;
        }

    .hd-main-wrap {
        padding: 0 25px;
        justify-content: space-between;
    }

    .md-search {
        margin-right: 25px;
    }

    .md-nav-icon {
        display: block;
    }

    .hd-spacing {
        height: 70px;
    }

    .tb-info {
        justify-content: center;
    }

    .tb-time {
        color: #fff;
        font-size: 10px;
    }

    .tb-icon {
        height: 15px;
        width: 15px;
    }

    .tb-text p {
        font-size: 10px;
        color: #fff;
    }

    .tb-info {
        padding: 10px 20px;
    }

        .tb-info.divider:after {
            background-color: rgba(255,255,255,0.3);
        }

    .hd-header.black .hd-top-wrap {
        display: block;
    }

    .hd-top-wrap .tb-info {
        display: none;
    }

        .hd-top-wrap .tb-info.show-mobile {
            display: flex;
        }

        .hd-top-wrap .tb-info.divider:after {
            display: none;
        }

    .tb-signin {
        display: none;
    }

    .hd-top-wrap .tb-info-wrap {
        height: 26px;
        justify-content: flex-end;
    }


    /*-----Header-----END-----*/


    .Phone-display {
        display: block;
    }

    .footer-info {
        padding-left: 0px;
    }

    .footer-container {
        padding-left: 25px;
        padding-right: 25px;
    }

    /*logo and heading*/
    .logo-image {
        width: 39px;
        height: 29px;
        margin-top: 10px;
    }

    .Phoenix-title h1 {
        font-size: 23px;
        margin-bottom: -5px;
    }

    .Phoenix-title span {
        font-size: 9px;
    }

    .Phoenix-logo {
        padding-top: 40px;
        padding-bottom: 35px;
    }
    /*logo and heading---end*/


    /*footer title and caregory*/
    .Phoenix-logo {
        width: 45vw;
        /*margin:auto;*/
    }

    .about {
        padding-left: 0px;
    }

    .involved {
        padding-left: 0px;
    }

    .Latest {
        padding-left: 0px;
    }

    .foot-title p {
        font-size: 13px;
    }

    .ft-address {
        display: none;
    }

    /*footer title and caregory---end*/

    /*Phone Resolutionn*/
    .phone-map-img {
        height: 150px;
        -webkit-filter: saturate(120%) grayscale(0%) brightness(60%) contrast(250%);
        width: 100%;
    }

    .phone-footer-map {
        margin-top: 39px;
        margin-bottom: 41px;
    }

    .foot-title span {
        font-size: 10px;
    }

    .cab-btn {
        display: flex;
        padding-top: 47px;
    }

    .ola-btn {
        font-size: 10px;
        padding: 6px 20px;
        margin-right: 13px;
    }

    .uber-btn {
        font-size: 10px;
        padding: 6px 20px;
    }
    /*Phone Resolutionn---end*/

    /*Hide-map*/
    .footer-map {
        display: none;
    }

    /*Hide-map---end*/

    /*Sign-In and switch icon */
    .switch-icon {
        margin-top: 40px;
        margin-bottom: 43px;
    }

    .footer-signin {
        padding-left: 0;
    }

    .foot-title h4 {
        font-size: 14px;
        margin-bottom: 10px;
    }

    .ft-switch {
        width: 100%;
        height: 24px;
        font-size: 12px;
        padding-left: 17px;
    }

    .ft-btn {
        height: 23px;
        width: 23px;
        top: 2px;
        right: 0px;
    }

    .footer-band-title {
        font-size: 10px;
    }

    .switch-arrow {
        height: 8px;
        width: 6px;
        left: 11px;
        top: 8px;
    }

    .ft-offer {
        margin-top: 0px;
    }

    .Login-img p {
        color: #fff;
        font-size: 14px;
    }

    /*Sign-In and switch icon---end*/

    /*Follow us*/
    .follow-icon {
        font-size: 14px;
    }

    .icons {
        margin-top: 10px;
        display: flex;
        justify-content: space-between;
    }

    .follow-icon {
        padding-left: 0px;
    }

    .f-facebook {
        height: 13px;
        width: 6px;
    }

    .f-tweeter {
        height: 10px;
        width: 12px;
        margin: 0px 5px;
    }

    .f-insta {
        height: 11px;
        width: 11px;
        margin-left: 0px;
    }

    .ft-content {
        padding-bottom: 0px;
    }

    /*Follow us---end*/
}

/*Low Resolution Tablets, Mobiles (Landscape)*/
@media (min-width: 481px) and (max-width: 767px) {
    .icons i {
        color: #b7b7b7;
        font-size: 13px;
        padding: 0 0;
    }

    /*-----Header-----*/
    .hd-mobile-wrap {
        display: block;
    }

    .hd-top-wrap {
        display: none;
    }

    .hd-bc-wrap {
        display: none;
    }

    .md-nav-wrap {
        display: none;
    }

    .md-loc-wrap {
        display: none;
    }

    .md-logo-wrap {
        margin-right: 0;
    }

    .md-logo {
        margin-right: 0;
        width: 167px;
    }

        .md-logo.divider:after {
            display: none;
        }

    .hd-main-wrap {
        padding: 0 25px;
        justify-content: space-between;
    }

    .md-search {
        margin-right: 25px;
    }

    .md-nav-icon {
        display: block;
    }

    .hd-spacing {
        height: 86px;
    }

    .tb-info {
        justify-content: center;
    }

    .tb-time {
        color: #fff;
        font-size: 10px;
    }

    .tb-icon {
        height: 15px;
        width: 15px;
    }

    .tb-text p {
        font-size: 10px;
        color: #fff;
    }

    .tb-info {
        padding: 10px 20px;
    }

        .tb-info.divider:after {
            background-color: rgba(255,255,255,0.3);
        }


    /*-----Header-----END-----*/



    .Phone-display {
        display: block;
    }

    .footer-info {
        padding-left: 0px;
    }

    .footer-container {
        padding-left: 25px;
        padding-right: 25px;
    }

    /*logo and heading*/
    .logo-image {
        width: 39px;
        height: 29px;
        margin-top: 10px;
    }

    .Phoenix-title h1 {
        font-size: 23px;
        margin-bottom: -5px;
    }

    .Phoenix-title span {
        font-size: 9px;
    }

    .Phoenix-logo {
        padding-top: 40px;
        padding-bottom: 35px;
    }
    /*logo and heading---end*/


    /*footer title and caregory*/
    .about {
        padding-left: 0px;
    }

    .involved {
        padding-left: 0px;
    }

    .Latest {
        padding-left: 0px;
    }

    .foot-title p {
        font-size: 10px;
    }

    .ft-address {
        display: none;
    }

    /*footer title and caregory---end*/

    /*Phone Resolutionn*/
    .phone-map-img {
        height: 150px;
    }

    .phone-footer-map {
        margin-top: 39px;
        margin-bottom: 41px;
    }

    .foot-title span {
        font-size: 10px;
    }

    .cab-btn {
        display: flex;
        padding-top: 65px;
    }

    .ola-btn {
        font-size: 10px;
        padding: 6px 20px;
        margin-right: 13px;
    }

    .uber-btn {
        font-size: 10px;
        padding: 6px 20px;
    }
    /*Phone Resolutionn---end*/

    /*Hide-map*/
    .footer-map {
        display: none;
    }

    /*Hide-map---end*/

    /*Sign-In and switch icon */
    .switch-icon {
        margin-top: 40px;
        margin-bottom: 43px;
    }

    .foot-title h4 {
        font-size: 16px;
        margin-bottom: 10px;
    }

    .ft-switch {
        width: 200px;
        height: 37px;
    }

    .Login-img p {
        color: #fff;
        font-size: 14px;
    }

    /*Sign-In and switch icon---end*/

    /*Follow us*/

    .follow-icon {
        padding-left: 30px;
    }

    .f-facebook {
        height: 13px;
        width: 6px;
    }

    .f-tweeter {
        height: 10px;
        width: 12px;
        margin-left: 0px;
    }

    .f-insta {
        height: 11px;
        width: 11px;
        margin-left: 0px;
    }


    /*Follow us---end*/
}

/*Tablets, Ipads (portrait)*/
@media (min-width: 768px) and (max-width: 1023px) {
    .icons i {
        color: #b7b7b7;
        font-size: 17px;
        padding: 0 2px;
    }

    .bl-searchmain-wrap {
        margin-top: 20px;
    }

    .bl-back {
        display: block;
    }

    .search-tn-link.active {
        width: 100%;
    }

    .search-txt-box {
        width: 600px;
        margin-top: 25px;
    }

    .load {
        width: 40px;
        height: 40px;
        position: absolute;
        right: 0px;
        bottom: 20px;
    }
    /* Search */
    .search-tn-address-wrap {
        margin-top: 23px;
    }

    .search-tn-text-right-wrap {
        padding: 20px 0;
        padding-right: 40px;
    }

    .search-tn-text-left-wrap {
        padding-left: 20px;
    }

    .search-tn-tabs-extnd {
        width: 125% !important;
    }

    .extra-item {
        display: inline-block;
    }

    .search-tn-tabs::after {
        content: "";
        position: absolute;
        display: block;
        height: 1px;
        width: 80%;
        bottom: 0;
        left: 0;
        background-color: #ddd;
        z-index: -1;
    }

    .search-tn-tabs {
        width: 100%;
        justify-content: space-between;
    }

    .search-tn-blank {
        display: none;
    }

    /*Events*/
    /*.ev-section .container {
        max-width:100%;
    }
    .ev-slider-wrap {
        width:100%;
    }*/
    .search-ev-img {
        margin-bottom: 15px;
    }

    .search-ev-title {
        font-size: 22px;
    }
    /*Events-----END*/

    /* Movies */

    .search-ms-wrap {
        padding: 15px 0;
    }

    .search-ms-btn-wrap {
        display: none;
    }

    .search-ms-overlay {
        display: none;
    }

    /* movies End */

    /*Brand listing*/
    .bl-img {
        height: 184px;
    }
    /*.bl-icon {
        width:30px;
        height:30px;
    }
    .bl-call {
        width:14px;
        height:14px;
    }
    .bl-loc {
        width: 13px;
        height: 17px;
    }*/
    .bl-title {
        font-size: 22px;
    }

    .bl-bubble.arrow-one:after {
        right: 40px;
    }

    .bl-bubble.arrow-two:after {
        right: 3px;
    }
    /*Brand listing-----END*/

    /* Search End*/
    /*-----Header-----*/
    .hd-mobile-wrap {
        display: block;
        padding: 50px;
    }

    .hd-top-wrap {
        display: none;
    }

    .hd-bc-wrap {
        display: none;
    }

    .md-nav-wrap {
        display: none;
    }

    .md-loc-wrap {
        display: none;
    }

    .md-logo-wrap {
        margin-right: 0;
    }

    .md-logo {
        margin-right: 0;
        width: 200px;
    }

        .md-logo.divider:after {
            display: none;
        }

    .hd-main-wrap {
        padding: 0 25px;
        justify-content: space-between;
    }

    .md-search {
        margin-right: 25px;
    }

    .md-nav-icon {
        display: block;
    }

    .hd-spacing {
        height: 80px;
    }

    .tb-info {
        justify-content: center;
    }

    .tb-time {
        color: #fff;
        font-size: 10px;
    }

    .tb-icon {
        height: 15px;
        width: 15px;
    }

    .tb-text p {
        font-size: 12px;
        color: #fff;
    }

    .mm-time p {
        font-size: 12px;
    }

    .tb-info {
        padding: 10px 20px;
    }

        .tb-info.divider:after {
            background-color: rgba(255,255,255,0.3);
        }

    .mm-logo {
        width: 200px;
    }

    .mm-item, .mm-sub-item {
        font-size: 14px;
    }


    /*-----Header-----END-----*/


    /*logo*/
    .Phoenix-logo {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    /*logo---end*/

    .ipad-section {
        padding-bottom: 50px;
        display: block;
    }

    /*Desktop follow and footer-info*/
    .more {
        display: none;
    }


    .follow-use {
        display: none;
    }
    /*Desktop follow and footer-info---end*/


    /*info and heading*/
    .ipad-title h4 {
        text-align: center;
    }

    .ipad-title p {
        text-align: center;
    }

    .ipad-title div {
        text-align: center;
    }

    /*info and heading---end*/


    /*Map-img*/
    .footer-map {
        padding-bottom: 50px;
        padding-right: 10px;
    }
    /*Map-img---end*/

    .footer-info {
        padding-left: 0px;
    }

    /*Switch icon*/
    .switch-icon {
        margin-top: 50px;
    }

    .follow-icon {
        padding-left: 0px;
    }

    .ft-switch {
        width: 260px;
    }

    /*Switch icon---end*/

    .foot-title h4 {
        font-size: 25px;
    }

    .Login-img p {
        color: #fff;
        font-size: 14px;
    }
}

/*Tablets, Ipads (landscape)*/
@media (min-width: 850px) and (max-width: 1024px) and (orientation: landscape) {
    .icons i {
        color: #b7b7b7;
        font-size: 17px;
        padding: 0 3px;
    }

    /*-----Header-----*/
    .hd-mobile-wrap {
        display: block;
        padding: 50px;
    }

    .hd-top-wrap {
        display: none;
    }

    .hd-bc-wrap {
        display: none;
    }

    .md-nav-wrap {
        display: none;
    }

    .md-loc-wrap {
        display: none;
    }

    .md-logo-wrap {
        margin-right: 0;
    }

    .md-logo {
        margin-right: 0;
        width: 200px;
    }

        .md-logo.divider:after {
            display: none;
        }

    .hd-main-wrap {
        padding: 0 25px;
        justify-content: space-between;
    }

    .md-search {
        margin-right: 25px;
    }

    .md-nav-icon {
        display: block;
    }

    .hd-spacing {
        height: 80px;
    }

    .tb-info {
        justify-content: center;
    }

    .tb-time {
        color: #fff;
        font-size: 10px;
    }

    .tb-icon {
        height: 15px;
        width: 15px;
    }

    .tb-text p {
        font-size: 12px;
        color: #fff;
    }

    .mm-time p {
        font-size: 12px;
    }

    .tb-info {
        padding: 10px 20px;
    }

        .tb-info.divider:after {
            background-color: rgba(255,255,255,0.3);
        }

    .mm-logo {
        width: 200px;
    }

    .mm-item, .mm-sub-item {
        font-size: 14px;
    }


    /*-----Header-----END-----*/
    .Login-img p {
        color: #fff;
        font-size: 14px;
    }

    /*Brand listing*/
    .bl-img {
        height: 158px;
    }

    .bl-icon {
        width: 30px;
        height: 30px;
    }

    .bl-call {
        width: 14px;
        height: 14px;
    }

    .bl-loc {
        width: 13px;
        height: 17px;
    }

    .bl-title {
        font-size: 20px;
    }

    .bl-bubble.arrow-one:after {
        right: 40px;
    }

    .bl-bubble.arrow-two:after {
        right: 3px;
    }
    /*Brand listing-----END*/

}

/*Ipad Pro (portrait)*/
@media (min-width: 1024px) and (max-width: 1050px) and (orientation: portrait) {
    .icons i {
        color: #b7b7b7;
        font-size: 20px;
        padding: 0 5px;
    }

    /* Search  */

    .search-tn-address-wrap {
        margin-top: 23px;
    }

    .search-tn-text-right-wrap {
        padding: 20px 0;
        padding-right: 40px;
    }

    .search-tn-tabs {
        width: 100%;
        justify-content: space-between;
    }

    .search-tn-text-left-wrap {
        padding-left: 20px;
    }

    .search-tn-blank {
        display: none;
    }

    .search-ms-btn-wrap {
        display: none;
    }

    .search-ms-overlay {
        display: none;
    }

    /*Brand listing*/
    .bl-img {
        height: 158px;
    }

    .bl-icon {
        width: 30px;
        height: 30px;
    }

    .bl-call {
        width: 14px;
        height: 14px;
    }

    .bl-loc {
        width: 13px;
        height: 17px;
    }

    .bl-title {
        font-size: 20px;
    }

    .bl-bubble.arrow-one:after {
        right: 40px;
    }

    .bl-bubble.arrow-two:after {
        right: 3px;
    }
    /*Brand listing-----END*/

    /* Search Ends */
    .search-tn-link.active {
        width: 100%;
    }

    .search-txt-box {
        width: 700px;
    }
    /*-----Header-----*/
    .hd-mobile-wrap {
        display: block;
        padding: 50px;
    }

    .hd-top-wrap {
        display: none;
    }

    .hd-bc-wrap {
        display: none;
    }

    .md-nav-wrap {
        display: none;
    }

    .md-loc-wrap {
        display: none;
    }

    .md-logo-wrap {
        margin-right: 0;
    }

    .md-logo {
        margin-right: 0;
        width: 200px;
    }

        .md-logo.divider:after {
            display: none;
        }

    .hd-main-wrap {
        padding: 0 25px;
        justify-content: space-between;
    }

    .md-search {
        margin-right: 25px;
    }

    .md-nav-icon {
        display: block;
    }

    .hd-spacing {
        height: 80px;
    }

    .tb-info {
        justify-content: center;
    }

    .tb-time {
        color: #fff;
        font-size: 10px;
    }

    .tb-icon {
        height: 15px;
        width: 15px;
    }

    .tb-text p {
        font-size: 12px;
        color: #fff;
    }

    .mm-time p {
        font-size: 12px;
    }

    .tb-info {
        padding: 10px 20px;
    }

        .tb-info.divider:after {
            background-color: rgba(255,255,255,0.3);
        }

    .mm-logo {
        width: 200px;
    }

    .mm-item, .mm-sub-item {
        font-size: 14px;
    }

    .Login-img p {
        color: #fff;
        font-size: 14px;
    }
    /*-----Header-----END-----*/



    /*For ipad*/
    .ipad-section {
        padding-bottom: 21px;
        display: block;
    }
    /*For ipad ---end*/

    /*Desktop follow and footer-info*/
    .more {
        display: none;
    }

    .follow-use {
        display: none;
    }
    /*Desktop follow and footer-info---end*/

    /* info and heading*/
    .ipad-title h4 {
        text-align: center;
    }

    .ipad-title p {
        text-align: center;
    }

    .ipad-title div {
        text-align: center;
    }
    /*info and heading---end*/

    .follow-icon {
        padding-left: 1px;
    }

    .footer-map {
        padding-bottom: 50px;
    }
}


/*1152×648, 1280×720, 1366×768,*/
@media (min-width: 1152px) and (max-width: 1599px) {
    .tb-signin {
        right: 15px;
    }
    /* Search */
    .search-txt-box {
        width: 830px;
    }

    .search-tn-link.active {
        width: 70%;
    }

    /*Events*/
    .search-ev-img {
        margin-bottom: 15px;
    }

    .search-ev-title {
        font-size: 25px;
        margin-bottom: 10px;
    }
    /*Events-----END*/

    /*Brand listing*/
    .bl-img {
        height: 136px;
    }

    .bl-icon {
        width: 30px;
        height: 30px;
    }

    .bl-call {
        width: 14px;
        height: 14px;
    }

    .bl-loc {
        width: 13px;
        height: 17px;
    }

    .bl-title {
        font-size: 18px;
    }

    .bl-text {
        min-height: 65px;
    }

    .bl-bubble.arrow-one:after {
        right: 40px;
    }

    .bl-bubble.arrow-two:after {
        right: 3px;
    }
    /*Brand listing-----END*/

    /* Search Ends*/

    /*Header*/
    .hd-main-wrap {
        justify-content: space-between;
        padding: 0 25px;
    }

    .tb-info-wrap {
        height: 34px;
    }

    .tb-icon {
        height: 15px;
        width: 15px;
    }

    .tb-info {
        padding: 0px 8px;
    }

    .tb-signin {
        top: 5px;
    }

        .tb-signin .red-btn {
            height: 24px;
            font-size: 10px;
        }

    .md-logo-wrap {
        margin-right: 0;
        padding: 10px 0;
    }

    .md-nav-wrap {
        flex: initial;
    }

    .md-logo {
        width: 170px;
    }

    .md-item {
        font-size: 13px;
        padding-bottom: 20px;
    }

    .md-icon {
        width: 20px;
    }

    .md-sub-item {
        font-size: 12px;
        padding: 10px 12px;
    }

    .select-items div, .select-selected {
        font-size: 12px;
    }

    .hd-bc-wrap {
        padding: 12px 50px;
    }

    .hd-spacing {
        height: 98px;
    }
    /*Header-----END*/

    .map-img {
        height: 281px;
    }

    /*Logo*/

    .Phoenix-logo {
        padding-top: 35px;
        padding-bottom: 64px;
    }

    .logo-image {
        width: 53px;
        height: 40px;
        margin-top: 14px;
    }

    .Phoenix-title h1 {
        font-size: 30px;
    }

    .Phoenix-title span {
        font-size: 10px;
    }
    /*Logo---end*/

    /*Heading and des*/
    .foot-title h4 {
        margin-bottom: 13px;
        font-size: 23px;
    }

    .foot-title span {
        font-size: 11px;
    }

    .cab-btn {
        /* display: flex; */
        padding-top: 25px;
    }

    .ola-btn {
        font-size: 10px;
        padding: 8px 25px;
    }

    .uber-btn {
        font-size: 10px;
        padding: 8px 25px;
    }

    .foot-title p {
        font-size: 12px;
    }

    .involved {
        padding-left: 0px;
    }

    .Latest {
        padding-left: 35px;
    }
    /*Heading and des---end*/

    /*Switch*/
    .switch-icon {
        margin-top: 0px;
    }

    .ft-switch {
        width: 360px;
        height: 36px;
    }

    .ft-btn {
        height: 36px;
        width: 36px;
        top: 0px;
        right: 0px;
    }

    .switch-arrow {
        left: 12px;
        top: 10px;
    }

    /*Switch---end*/

    .footer-band-title {
        font-size: 13px;
    }
}
/*1280x720*/
@media (min-width: 1280px) and (max-width: 1365px) {
    .tb-info {
        padding: 0 5px;
    }
}
/*1600x800*/
@media (min-width: 1600px) and (max-width: 1919px) {

    .search-hover-btn {
        padding: 10px 16px;
    }
    /* Search */
    .search-tn-link.active {
        width: 40%;
    }

    .search-txt-box {
        width: 1000px;
    }

    /*Brand listing*/
    .bl-img {
        height: 136px;
    }

    .bl-icon {
        width: 30px;
        height: 30px;
    }

    .bl-call {
        width: 14px;
        height: 14px;
    }

    .bl-loc {
        width: 13px;
        height: 17px;
    }

    .bl-title {
        font-size: 18px;
    }

    .bl-text {
        min-height: 56px;
    }

    .bl-bubble.arrow-one:after {
        right: 40px;
    }

    .bl-bubble.arrow-two:after {
        right: 3px;
    }
    /*Brand listing-----END*/

    /* Search Ends*/
    /*Header*/
    .md-logo-wrap {
        margin-right: 80px;
    }

    .md-logo {
        width: 190px;
    }
    /*Header-----END*/


    .map-img {
        height: 326px;
    }
    /*Logo*/

    .Phoenix-logo {
        padding-top: 35px;
        padding-bottom: 35px;
    }

    .logo-image {
        width: 53px;
        height: 40px;
        margin-top: 14px;
    }

    .Phoenix-title h1 {
        font-size: 30px;
    }

    .Phoenix-title span {
        font-size: 10px;
    }
    /*Logo---end*/

    /*Heading and des*/
    .foot-title h4 {
        margin-bottom: 13px;
        font-size: 23px;
    }

    .foot-title span {
        font-size: 11px;
    }

    .cab-btn {
        /* display: flex; */
        padding-top: 25px;
    }

    .ola-btn {
        font-size: 10px;
        padding: 8px 25px;
    }

    .uber-btn {
        font-size: 10px;
        padding: 8px 25px;
    }

    .foot-title p {
        font-size: 11px;
    }

    .involved {
        padding-left: 0px;
    }

    .Latest {
        padding-left: 35px;
    }
    /*Heading and des---end*/

    /*Switch*/
    .switch-icon {
        margin-top: 40px;
    }

    .ft-switch {
        width: 240px;
        height: 40px;
    }

    .ft-btn {
        height: 33px;
        width: 33px;
        top: 3px;
        right: 3px;
    }

    .switch-arrow {
        width: 8px;
        left: 12px;
    }
    /*Switch---end*/

}

/*1152×648, 1280×720, 1366×768, 1600x800, 1680x1050*/
@media (min-width: 1152px) and (max-width: 1919px) {
    .search-ms-ticket {
        height: 435px;
    }
}

/*HD Displays 1920x1080*/
@media (min-width: 1920px) {
    .Phoenix-logo {
        width: 300px;
    }

    .phd-nav-ul li a {
        font-size: 15px;
    }

    .search-ms-ticket {
        height: 475px;
    }

    .search-ms-btn .red-btn {
        padding: 24px 29px;
    }

    .shareIcon {
        position: fixed;
        bottom: 5%;
        right: 4%;
        z-index: 3;
    }

    .share-circle {
        box-shadow: 0px 3px 40px 0 rgba(0, 0, 0, 0.5), inset 0px 2px 3px 0 rgba(255, 255, 255, 0.3);
        background-image: linear-gradient(150deg, #e31c17, #c9100c);
        border-radius: 50%;
        cursor: pointer;
        display: flex;
        right: 3%;
        bottom: 3%;
        height: 50px;
        width: 50px;
        position: relative;
        vertical-align: middle;
        align-items: center;
        justify-content: center;
    }

        .share-circle img {
            height: 24px;
            width: 36px;
            margin: auto;
        }

        .share-circle p {
            font-size: 22px;
        }

    .circle-bg p {
        text-align: center;
        line-height: 50px;
        color: #fff;
        font-family: "Poppins", sans-serif;
        font-size: 18px;
    }

    .outer-icons {
        left: 50%;
        top: 50%;
        position: absolute;
        opacity: 0;
        color: #fff;
        font-size: 12px;
        font-family: "Poppins", sans-serif;
        text-align: center;
    }

        .outer-icons p {
            margin-top: 5px;
        }

    .one {
        left: -160px;
        bottom: -20px;
        height: 50px;
        width: 50px;
        position: absolute;
    }

    .two {
        left: -120px;
        top: -110px;
        height: 50px;
        width: 50px;
        position: absolute;
    }

    .three {
        left: -50px;
        top: -150px;
        height: 50px;
        width: 50px;
        position: absolute;
    }
}

@media (min-width: 1200px) and (max-width: 1300px) {
    .hd-main-wrap {
        padding: 0 10px;
    }

    .md-item {
        font-size: 11px;
    }
}


/*==================Footer===================END*/


/*==================Search======================*/




/*Events*/
/*.search-ev-section {
    padding-top:100px;
    overflow:hidden;
}
.search-ev-slider .slick-list {
    margin: 0 -15px;
}
.search-ev-slider .slick-slide {
    margin:0 15px;
}
.search-ev-img {
    margin-bottom:30px;
    position:relative;
}
    .ev-img img {
        position:relative;
        z-index:1;
    }
.search-ev-title {
    font-size:30px;
    line-height:1;
    font-weight:400;
    margin-bottom:15px;
    color:#0a0908;
}
.search-ev-type {
    font-size:14px;
    margin-bottom:8px;
    line-height:1;
    color:#0a0908;
}
.search-ev-time {
    font-size:14px;
    margin-bottom:15px;
    line-height:1;
    color:#0a0908;
}
.search-ev-price {
    font-size:18px;
    margin-bottom:0;
    line-height:1;
    color:#0a0908;
}
.search-ev-today {
    color:#e31c17;
}
.search-ev-time-mobile {
    display:none;
    position:absolute;
    z-index:3;
    bottom:0;
    left:0;
    padding-left:12px;
    padding-bottom:9px;
}
    .search-ev-time-mobile p {
        color:#fff;
        font-size:12px;
        margin-bottom:0;
    }
.search-ev-overlay-mobile {
    display:none;
    position:absolute;
    z-index:2;
    left:0;
    bottom:0;
    height:100%;
    width:100%;
    background:linear-gradient(25deg,black,transparent,transparent,transparent);
}
/*Events-----END*/

/*==================Search=====================Ends*/


.Message-close {
    background-image: url(../png/icon-close-popup.png);
    width: 24px;
    height: 22px;
    cursor: pointer;
    background-repeat: no-repeat;
    position: absolute;
    border: solid 0 #000;
    right: 0;
    top: 10px;
    transition-duration: 4s;
    transition-delay: 2s;
}

.MessagePopupBackGround {
    position: fixed;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    background-color: #fff;
    z-index: 9998;
    -moz-opacity: 0;
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transition: opacity 600ms ease;
    -moz-transition: opacity 600ms ease;
    -ms-transition: opacity 600ms ease;
    -o-transition: opacity 600ms ease;
    transition: opacity 600ms ease;
    transition-duration: 4s;
    transition-delay: 2s;
}

.MessagePopup {
    display: block;
    position: fixed;
    z-index: 9999;
    top: 50%;
    left: 50%;
    width: 500px;
    height: auto;
    transform: translate(-50%, -50%);
    -moz-box-shadow: 0 1px 8px #222;
    background-color: #fff;
    -webkit-box-shadow: 0 1px 8px #222;
    box-shadow: 0 1px 8px #222;
    border: solid 1px #E9E9E9;
    visibility: hidden;
    _border: solid 1px #E9E9E9;
    border: solid 1px #E9E9E9\9;
    transition-duration: 4s;
    transition-delay: 2s;
}


#iframeLogin {
    width: 100%;
    /*  height: 40rem;*/
}

.popup2 {
    display: none;
    width: 100%;
    height: 10000px;
    background: background: rgba(0,0,0,.5);
    background: rgba(0,0,0,.5);
    z-index: 6;
    position: absolute;
    transition-duration: 4s;
    transition-delay: 2s;
}



@media (min-width: 280px) and (max-width: 488px) {

    .MessagePopup {
        width: 100%;
    }
}

/* Offer Form starts from here */



.form_container {
    width: 100%;
}

.form_div {
    background-color: #d6d6d6;
    border-radius: 30px;
    padding: 0;
    margin: 0;
    color: black;
}

.form_img {
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}

.form_elements {
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    background-color: #ffffff;
    border: none
}

.input {
    border-bottom-color: gray;
    border-left: none;
    border-top: none;
    border-right: none;
    border-bottom-width: 2px;
    color: black !important;
    background-color: #ffffff;
    width: 100%;
    font-size: 14px;
    line-height: 2;
    font-weight: 500;
}

    .input::placeholder {
        color: #B0B0B0;
        opacity: 1;
        font-weight: 400;
    }

    .input:focus-visible {
        outline: none;
    }

label {
    color: black;
    font-weight: 500;
    margin-bottom: 0;
    font-size: 13px;
}

.detailshead {
    margin-top: 18px;
    margin-bottom: 10px;
    font-size: 12px;
}

.offerhead {
    font-size: 20px;
    letter-spacing: 0.5px;
    line-height: 16px;
    word-spacing: 1px;
    margin-bottom: 18px;
}

.mandatory {
    font-weight: bold;
    font-size: 14px;
}

.optional {
    font-size: 10px;
    font-weight: 500;
}

.verify_btn {
    position: absolute;
    width: fit-content;
    color: red;
    border-bottom-color: red;
    font-size: 10px;
    margin-left: -30px !important;
    margin-top: 9px !important;
    border-top: none;
    border-right: none;
    border-left: none;
    border-bottom: 1px solid;
    background-color: white;
    line-height: 12px;
}

.msg {
    font-size: 10px;
    color: red;
}

.submit_btn {
    font-size: 16px;
    font-weight: 500;
    color: black;
    width: 100%;
    border-style: none;
    border: none;
    border-radius: 5px;
    padding: 6px;
    box-shadow: 0 10px 20px 0 rgb(0 0 0 / 20%);
    background-image: linear-gradient(to bottom, #dcc06e, #d4b14c);
}

.form_row {
    margin-top: 0% !important;
    padding: 30px;
}

.cancel {
    width: 25px;
    position: absolute;
    margin-top: -10px;
    margin-right: -20px;
    cursor: pointer;
}

.requiredvalidate {
    font-size: 10px;
    color: red;
}

.submit_btn:active {
    border: none;
    border-style: none;
    border-color: red;
}

.modal-dialog {
    max-width: 700px;
}

@media (max-width:767px) {
    .modal-dialog {
        max-width: 700px;
    }
}

@media (max-width:492px) {
    .cancel {
        width: 20px;
        position: absolute;
        margin-top: 10px;
        margin-right: 0px
    }

    .modal-dialog {
        max-width: 300px !important;
    }

    .modal-open {
        overflow: auto !important;
    }
}

@media (max-width: 576px) {
    .modal-dialog {
        max-width: 400px !important;
        margin: 0rem auto;
    }

    .img_container {
        max-height: 60% !important;
    }

    .form_img {
        border-top-left-radius: 20px;
        border-top-right-radius: 20px;
        border-bottom-left-radius: 0px;
    }

    .form_elements {
        border-top-right-radius: 0px;
        border-bottom-left-radius: 20px;
        border-bottom-right-radius: 20px;
    }
}

@media screen and (min-width: 768px) {
    .modal-dialog {
        width: 750px !important;
        padding-top: 130px;
        padding-bottom: 30px;
    }
}

.modal {
    transform: scale(1);
    animation: scaleUp .6s cubic-bezier(0.165, 0.840, 0.440, 1.000) forwards;
}

@keyframes scaleUp {
    0% {
        transform: scale(.8) translateY(1000px);
        opacity: 0;
    }

    100% {
        transform: scale(1) translateY(0px);
        opacity: 1;
    }
}

.form_dropdown {
    font-size: 13px;
    padding: 6px 0px;
    width: 100%;
    border-bottom: 2px solid gray !important;
    border: none;
    font-weight: 500;
}

    .form_dropdown:focus-visible {
        outline: none;
    }

.modal-backdrop {
    z-index: 0 !important;
}

.phd-search {
    display: flex;
    align-items: center;
    font-size: 13px;
    margin-right: 12px;
}

.open_form {
    font-size: 13px;
    padding: 4px 10px 7px 10px;
    border-radius: 5px;
    border: 0;
    color: black;
    box-shadow: 0 10px 20px 0 rgb(0 0 0 / 20%);
    background-image: linear-gradient(to bottom, #dcc06e, #d4b14c);
    font-weight: 500;
}

    .open_form:focus-visible {
        outline: none !important;
    }
/* Offer Form ends here */