@font-face {
    font-family: Gotham-Light;
    src: url(../fonts/Gotham-Light.otf);
}


@font-face {
    font-family: Gotham-bold;
    src: url(../fonts/Gotham-Bold.otf);
}

html {
    overflow-x: hidden;
}

body {
    overflow-x: hidden;
    font-family: Gotham-Light;
    margin: 0;
}
/*Custom css*/
.category-box {
    display: flex;
    justify-content: flex-start;
    border: 1px solid #ddd;
    border-radius: 40px;
    margin: 20px 0;
    padding: 10px 20px;
}
.category-box ul{
    list-style: none;
    display: flex;
    margin: 0;
    padding: 0;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    overflow-x:scroll;
}
.category-box ul li a{
    display: flex !important;
    font-size: 13px;
    color: #222;
    align-items: center;
    font-weight: 600;
    padding: 3px 10px 3px 3px;
    border-radius: 40px;
}
.category-box ul li a:hover{
    background: #00BD5F;
    color: #fff;
}
.category-box ul li a span{
    max-width: 30px;
    height: 30px;
    background: #fff;
    padding: 5px;
    display: flex;
    align-items: center;
    border-radius: 50%;
    width: 30px;
    overflow: hidden;
    border: 1px solid #ddd;
    margin-right: 5px;
}
.category-box ul li a span img{
    width: 100%;
    height: auto;
}
.category-box ul li a p{
    text-wrap: nowrap;
}

/* width */
.category-box ul::-webkit-scrollbar {
  width: 2px;
  height: 2px;
  margin-top: 10px;
}

/* Track */
.category-box ul::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 5px;
}

/* Handle */
.category-box ul::-webkit-scrollbar-thumb {
  background: #888;
}

/* Handle on hover */
.category-box ul::-webkit-scrollbar-thumb:hover {
  background: #555;
}


input, select, .f-dropdown>span{
    background: #efefef66 !important;
    border: 1px solid #dddddd75;
    border-radius: 40px !important;
    width: 100%;
    height: 40px;
    padding: 0 15px !important;
    font-size: 13px;
    color: #222 !important;
}
input::placeholder{
    color: #222;
}
/*Custom End*/
.head-search {
    box-shadow: rgba(0, 0, 0, 0.17) 0px 2px 12px;
    padding: 8px;
    width: 100%;
    position: relative;
    z-index: 100000;
    background-color: transparent;
    color: transparent;
    margin-bottom: 10px;
    height: 60px;
}

.head-search input {
    padding: 10px;
    position: relative;
    z-index: 1;
    width: 100%;
    border: 0px solid rgba(221, 221, 221, 0);
    outline: none;
    background-color: #f5f5f5;
    color: rgb(34, 34, 34);
    cursor: inherit;
    font-size: inherit;
    line-height: inherit;
    font-family: inherit;
    opacity: 1;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    height: 44px;
}

.featured {
    font-size: 24px;
    color: black;
}

.city-div {
    width: 100%;
    height: 140px;
    border-radius: 4px;
    cursor: pointer;
    position: relative;
    background-position: center center;
    /*background-image: url(../imgs/city.jpeg);*/
    background-size: cover;
    background-repeat: no-repeat;
    transition: all 0.3s ease 0s;
    overflow: hidden;
    color: white;
    box-shadow: rgba(0, 0, 0, 0.17) 0px 2px 12px;
    margin-bottom: 15px;
    animation: fadein 4s;
}

.city-div h3 {
    transition: all 0.3s ease 0s;
    margin: 0px;
    font-size: 24px;
    color: inherit;
    font-family: Gotham-bold;
    text-align: right !important;
}

.city-div h4 {
    transition: all 0.3s ease 0s;
    margin: 0px;
    color: inherit;
    font-weight: 300;
    text-align: right !important;
    font-size: 15px;
}

.city-div div {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    flex-direction: column;
    padding: 12px;
    display: flex;
    align-items: flex-end;
    background: linear-gradient(rgba(233, 233, 229, 0) 0%, rgb(0, 0, 0) 213%);
    justify-content: flex-end;
    border: 7px solid #cbcbcb;
}

.city-name {
    font-size: 16px;
    box-shadow: rgba(0, 0, 0, 0.17) 0px 2px 12px;
    background: white;
    padding: 8px;
    color: rgb(18, 18, 18);
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    cursor: pointer;
    border-radius: 4px;
    text-align: center;
    margin-bottom: 15px;
    animation: fadein 4s;
}

.back-place {
    width: 100%;
    padding: 8px 24px;
    position: relative;
}

.back-btn {
    transition: all 0.3s ease 0s;
    cursor: pointer;
    margin: auto 4px;
    overflow: hidden;
    position: relative;
    z-index: 2;
    border: 0px rgb(245, 245, 245);
    padding: 6px 12px;
    border-radius: 4px;
    font-family: inherit;
    height: 44px;
    background: rgb(245, 245, 245);
    color: rgb(34, 34, 34);
    font-size: 14px;
    transition: opacity 0.3s ease 0s;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    text-align: center;
    display: inline-flex;
    align-items: center;
    text-decoration: none;
}

.back-btn img {
    width: 12px;
    margin-right: 8px;
}

.enter-key {
    padding: 10px;
    position: relative;
    z-index: 1;
    width: 100%;
    border: 0px solid rgba(221, 221, 221, 0);
    outline: none;
    background-color: #f5f5f5;
    color: rgb(34, 34, 34);
    cursor: inherit;
    opacity: 1;
    height: 44px;
    border-radius: 4px;
}

.place-card {
    opacity: 1;
    height: 220px;
    width: 100%;
    border-radius: 8px;
    background: white;
    overflow: hidden;
    box-shadow: rgba(0, 0, 0, 0.17) 0px 2px 12px;
    animation: fadein 4s;
}

.place-card-bg {
    width: 100%;
    max-height: 120px;
    height: 120px;
    padding: 12px;
    /* background-image: url(../imgs/place.jpeg); */
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    transition: all 0.3s ease 0s;
    position: relative;
    z-index: 0;
    flex-direction: column;
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
}

.card-logo {
    min-width: 52px;
    max-width: 52px;
    height: 52px;
    border-radius: 8px;
    z-index: 3;
    border: 1px solid rgb(52, 52, 52);
    margin-right: 12px;
    box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 12px;
}


.card-name-discount {
    padding: 12px 8px;
    width: 100%;
    position: relative;
    flex-direction: column;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}

.card-name {
    width: 100%;
    padding-right: 50px;
    flex-direction: column;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    align-items: stretch;
}

.card-name p {
    color: rgb(18, 18, 18);
    text-overflow: ellipsis;
    overflow: hidden;
    margin: 0px 0px 6px;
    font-size: 18px;
    font-weight: 400;
    height: 24px;
    width: 100%;
    white-space: nowrap;
}

.discount-main {
    position: absolute;
    width: 64px;
    height: 52px;
    right: 0px;
    top: 0px;
    transform: scale(0.7);
}

.discount-inner {
    width: 100%;
    height: 100%;
    border-radius: 12px;
    padding: 6px;
    background-color: #00BD5F;
    color: white;
    font-weight: 500;
    font-size: 20px;
    flex-direction: column;
    display: flex;
    align-items: center;
    max-width: 100%;
    justify-content: center;
}

.discount-inner p {
    font-size: 10px;
    font-weight: normal;
    margin: 0px 0px 3px;
}

.see-btn {
    transition: all 0.3s ease 0s;
    cursor: pointer;
    margin: auto 4px;
    overflow: hidden;
    position: relative;
    z-index: 2;
    border: 0px rgb(245, 245, 245);
    padding: 6px 12px;
    border-radius: 4px;
    font-family: inherit;
    height: 44px;
    background: rgb(245, 245, 245);
    color: rgb(34, 34, 34);
    font-size: 14px;
    transition: opacity 0.3s ease 0s;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    text-align: center;
    display: inline-flex;
    align-items: center;
    text-decoration: none;
}

.see-btn img {
    width: 9px;
    margin-right: 8px;
}

a:hover {
    color: #000;
}

#suggestions {
    list-style-type: none;
    padding: 0;
    margin: 0;
    color: #000;
    box-shadow: rgba(0, 0, 0, 0.17) 0px 2px 12px;
    border-radius: 5px;
    transition: top 300ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
}

#suggestions li img {
    width: 30px;
    height: 30px;
    margin-right: 10px;
}

#suggestions li {
    padding: 10px;
    cursor: pointer;
    border-bottom: 1px solid #ddd;
    align-items: center;
    display: flex;
    animation: fadein 2s;
}

#suggestions li:hover {
    background-color: #f1f1f1;
    color: #00BD5F;
}

.detail-banner {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    opacity: 1;
    /* background-image: url(../imgs/branch.jpeg); */
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    transition: all 0.4s ease 0s;
}

.detail-banner-main {
    width: 100%;
    background: white;
    padding: 2px 0px;
    min-height: 280px;
    position: relative;
}

.detail-banner-card h1 {
    color: rgb(18, 18, 18);
    z-index: 3;
    margin: 0px;
    font-size: 28px;
    font-family: Gotham-bold;
    width: 100%;
}

.detail-banner-card h2 {
    color: rgb(34, 34, 34);
    z-index: 3;
    width: 100%;
    text-align: left;
    margin: 4px 0px 0px;
    font-size: 14px;
    font-weight: normal;
}

.detail-banner-card {
    padding: 16px 16px 32px;
    background: rgb(255, 255, 255);
    border-radius: 16px;
    box-shadow: rgba(0, 0, 0, 0.4) 0px 0px 24px;
    position: relative;
    margin: 36px 0px;
    max-width: 320px !important;
    flex-direction: column;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    animation: fadein 2s;

}

.detail-icon {
    min-width: 52px;
    max-width: 52px;
    height: 52px;
    border-radius: 8px;
    z-index: 3;
    margin-bottom: 12px;
    border: 1px solid rgb(51, 51, 51);
    box-shadow: rgba(0, 0, 0, 0.16) 0px 0p
}

.card-badge {
    margin-top: 10px;
    flex-direction: row;
    display: flex;
    align-items: center;
    max-width: 100%;
    justify-content: flex-start;
}

.card-badge-1 {
    padding: 3px 6px;
    border-radius: 6px;
    font-weight: 500;
    font-size: 10px;
    display: inline-block;
    margin-right: 4px;
    white-space: nowrap;
    background: rgb(0, 77, 64);
    color: rgb(255, 255, 255);
}

.card-badge-2 {
    padding: 3px 6px;
    border-radius: 6px;
    font-weight: 500;
    font-size: 10px;
    display: inline-block;
    margin-right: 4px;
    white-space: nowrap;
    background: rgb(238, 238, 238);
    color: rgb(18, 18, 18);
}

.card-disc p {
    font-size: 10px;
    margin: 0px 0px 3px;
    font-family: Gotham-light;

}

.card-disc {
    width: 100%;
    font-family: Gotham-bold;
    height: 100%;
    border-radius: 12px;
    padding: 6px;
    background-color: #00BD5F;
    color: white;
    font-weight: 500;
    font-size: 20px;
    position: absolute;
    width: 64px;
    height: 52px;
    right: 8px;
    top: 8px;
    flex-direction: column;
    display: flex;
    max-width: 100%;
    align-items: center;
    justify-content: center;
}

.card-phone-icon img {
    width: 15px;
    height: 15px;
}

.card-phone-icon {
    align-items: center;
    display: flex;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: 0px;
    transition: all 0.3s ease 0s;
    margin: 4px 12px;
    z-index: 30;
    cursor: pointer;
    background: rgb(245, 245, 245);
    color: rgb(34, 34, 34);
    animation: 0s ease 0s 1 normal none running none;
    justify-content: center;
    box-shadow: rgba(0, 0, 0, 0.4) 0px 0px 24px;
}

.branch-phone {
    position: inherit !important;
    top: 232px !important;
}

.card-discount-head {
    width: 100%;
    font-size: 24px;
}

.discount-card:hover {
    box-shadow: rgba(0, 0, 0, 0.26) 0px 4px 16px;
}

.discount-card {
    border-radius: 8px;
    padding: 18px;
    cursor: pointer;
    transition: all 0.3s ease 0s;
    position: relative;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 12px;
    margin: 8px 4px;
    background-color: white;
    animation: 1s ease 0s 1 normal forwards running eMLfYp;
    flex-direction: row;
    display: flex;
    animation: fadein 2s;

}

.discount-card-inner {
    min-width: 100%;
    opacity: 1;
    flex-direction: row;
    display: flex;
}

.discount-card1-img {
    width: 48px;
    height: 48px;
    position: relative;
    top: 0px;
    left: 0px;
    border-radius: 4px;
    border: 1px solid rgb(221, 221, 221);
}

.discount-card1 {
    position: relative;
    min-width: 48px;
    max-width: 48px;
    min-height: 48px;
    margin-right: 12px;
    height: 48px
}


.discount-card2 {
    height: auto;
    overflow: hidden;
    min-height: 48px;
    width: 100%;
    flex-direction: column;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}

.discount-card2-text {
    transition: all 0.3s ease 0s;
    margin: 0px;
    font-size: 18px;
    width: 100%;
    font-family: Gotham-bold;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: rgb(18, 18, 18);
    line-height: 22px;
}

a {
    text-decoration: none;
}

.bank-btn-main {
    transition: all 0.3s ease 0s;
    font-size: 15px;
    font-weight: 400;
    margin: 3px 0px 10px;
    line-height: 1.3em;
    min-width: 100%;
    max-width: 100%;
    flex-wrap: wrap;
    flex-direction: row;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: flex-start;
}

.bank-btn {
    flex: 1 1 30%;
    max-width: 30%;
    max-height: 100%;
    box-sizing: border-box;
    margin: auto 4px;
    padding: 4px 8px;
    background: white;
    border-radius: 4px;
    border: 1px solid rgb(238, 238, 238);
    cursor: pointer;
    transition: all 0.3s ease 0s;
    color: rgb(18, 18, 18);
    flex-direction: row;
    display: flex;
    flex: 1;
}

.bank-btn p {
    padding-left: 8px;
    margin: 0px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: 0.9em;
}

.bank-btn img {
    max-height: 18px;
    border: 0px;
    outline: none;
    max-width: 30px;
}

.custom-select {
    width: 100%;
    border-radius: 4px;
    background: rgb(245, 245, 245);
    padding: 0px 8px;
    position: relative;
    height: 44px;
    transition: all 0.3s ease 0s;
    z-index: 20;
    cursor: pointer;
    border: none;
}

.bank-discount-badge span {
    margin: 2px 4px;
    padding: 2px 4px;
    background: rgb(238, 238, 238);
    border-radius: 4px;
    font-size: 12px;
    max-width: 100%;
    color: rgb(34, 34, 34);
    font-weight: 600;
}

.outlet {
    border-radius: 8px;
    padding: 18px;
    cursor: pointer;
    transition: all 0.3s ease 0s;
    position: relative;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 12px;
    margin: 8px 4px;
    background-color: white;
    flex-direction: row;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}

.branch-sub {
    transition: all 0.3s ease 0s;
    font-size: 14px;
    font-weight: 400;
    text-overflow: ellipsis;
    margin: 3px 0px;
    line-height: 1.3em;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    color: rgb(34, 34, 34);
}

.outlet-closed {
    padding: 3px 6px;
    border-radius: 6px;
    font-weight: 500;
    font-size: 10px;
    display: inline-block;
    margin-right: 4px;
    white-space: nowrap;
    background: #ddd;
    color: #000;
}

.outlet-open {
    padding: 3px 6px;
    border-radius: 6px;
    font-weight: 500;
    font-size: 10px;
    display: inline-block;
    margin-right: 4px;
    white-space: nowrap;
    background: rgb(0, 77, 64);
    color: rgb(255, 255, 255);
}

.socialize {
    padding: 12px;
    border: 1px solid rgb(239, 239, 239);
    border-radius: 2px;
    background: white;
    max-width: 1080px;
    width: 100%;
    margin: 0px 6px 35px 6px;
}

.socialize p {
    font-family: gotham-bold;
    font-size: 14px;
    text-align: center;
    width: 100%;
    margin-bottom: 6px;
}

.socialize img {
    width: 36px;
    height: 36px;
    margin: 5px;
}

.card-deal-banner {
    padding-bottom: 10px;
    background-position: center center;
    /* background-image: url(../imgs/branch.jpeg); */
    background-size: cover;
    background-repeat: no-repeat;
    transition: all 0.4s ease 0s;
    opacity: 0.7;
    height: 100%;
}

.card-deal-banner::before {
    content: "";
    position: absolute;
    width: 100%;
    bottom: 0px;
    left: 0px;
}

.card-deal-main {
    width: 100%;
    position: relative;
    text-align: center;
    flex-direction: row;
}

.card-deal-title {
    color: #fff;
    z-index: 3;
    font-size: 18px;
    font-weight: 700;
    max-width: 100%;
    text-align: center;
    transition: color 0.3s ease 0s;
    text-overflow: ellipsis;
    overflow: hidden;
    margin: 10px 0px;
}

.card-deal-discount {
    font-size: 18px;
    color: #fff;
    font-family: gotham-bold;
    margin: 6px 0px;
}


.deal-second-main {
    align-items: center;
    display: flex;
    justify-content: flex-start;
}

.deal-second-inner {
    background: rgb(247, 247, 247);
    border-right: 2px solid rgb(255, 255, 255);
    border-top: 2px solid rgb(255, 255, 255);
    padding: 20px;
    height: 350px;
    overflow: hidden;
    border-collapse: collapse;
    width: 100%;
}

.available-txt {
    font-size: 24px;
}

.deal-bank-btn {
    flex: 1 1 30%;
    max-height: 100%;
    box-sizing: border-box;
    margin: 10px 4px;
    padding: 4px 8px;
    background: white;
    border-radius: 4px;
    border: 1px solid rgb(238, 238, 238);
    cursor: pointer;
    transition: all 0.3s ease 0s;
    color: rgb(18, 18, 18);
    flex-direction: row;
    display: flex;
    flex: 1;
}

.deal-bank-btn img {
    max-height: 18px;
    border: 0px;
    outline: none;
    max-width: 30px;
}

.deal-bank-btn p {
    padding-left: 8px;
    margin: 0px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: 0.9em;
}

.prev-next {
    width: 15px;
    margin: 15px;
}


.location-black {
    width: 20px;
}

.card-deal-location:hover {
    background: #00BD5F;
    color: #fff;
    border: 1px solid #00BD5F;
}

.card-deal-location {
    height: 36px;
    border-radius: 4px;
    width: 100%;
    border: 1px solid rgb(18, 18, 18);
    transition: all 0.3s ease 0s;
    overflow: hidden;
    position: relative;
    padding: 0px 16px;
    font-family: inherit;
    animation: 1s ease 0s 1 normal forwards running eMLfYp;
    background: none;
    color: rgb(18, 18, 18);
    max-width: 310px;
}

.deal-terms {
    width: 100%;
    text-align: left;
    max-width: 500px;
    max-height: 250px;
    overflow: hidden auto;
}

.deal-terms li {
    margin-bottom: 4px;
    margin-right: 4px;
}

/* width */
::-webkit-scrollbar {
    width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #00BD5F;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #00BD5F;
}

/*********************************dropdown *******************/

.vodiapicker {
    display: none;
}

#a {
    padding-left: 0px;
    margin-bottom: 0px;
}

#a img,
.btn-select img {
    width: 30px;
}

#a li {
    list-style: none;
    border-bottom: 1px solid #ddd;
    cursor: pointer;
}

#a li:hover {
    background-color: #F4F3F3;
}

#a li img {
    margin: 5px;
}

#a li span,
.btn-select li span {
    margin-left: 5px;
    font-size: 14px;
    white-space: nowrap;
    text-overflow: ellipsis;
}

/* item list */

.b {
    display: none;
    width: 100%;
    max-width: 350px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 5px;

}

.open {
    display: show !important;
}

.btn-select {
    width: 100%;
    border-radius: 4px;
    background: rgb(245, 245, 245);
    padding: 0px 8px;
    position: relative;
    height: 44px;
    transition: all 0.3s ease 0s;
    z-index: 20;
    cursor: pointer;
    border: none;
}

.btn-select li {
    list-style: none;
    float: left;
    padding-bottom: 0px;
}

.btn-select:hover li {
    margin-left: 0px;
}

.btn-select:hover {
    background-color: #F4F3F3;
    border: 1px solid transparent;
    box-shadow: inset 0 0px 0px 1px #ccc;


}

.btn-select:focus {
    outline: none;
}

.membership-title {
    margin: 0px 0px 10px 0px;
    width: 98%;
    font-family: gotham-bold;
    font-size: 24px;
}

.membership-btn {
    transition: all 0.3s ease 0s;
    cursor: pointer;
    margin: auto 4px;
    overflow: hidden;
    position: relative;
    z-index: 2;
    border: 0px #00BD5F;
    padding: 12px 12px;
    border-radius: 4px;
    font-family: inherit;
    height: 44px;
    background: #00BD5F;
    color: rgb(255, 255, 255);
}

.membership-btn img {
    width: 14px;
}

.membership-card {
    width: 125px;
}

.membership-first {
    margin-top: 36px;
    margin-bottom: 12px;
    width: 100%;
    border-bottom: 1px solid rgb(239, 239, 239);
    padding: 12px 0px;
}

.membership-more {
    margin: 20px 0px 14px;
    color: rgb(18, 18, 18);
    font-size: 16px;
    font-family: gotham-bold;
}

.membership-other-title {
    font-size: 24px;
    margin-top: 50px;
}

.membership-hbl-img {
    width: 120px;
}

.membership-hbl-h {
    transition: all 0.3s ease 0s;
    margin: 0px;
    font-weight: 500;
    font-size: 18px;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: rgb(18, 18, 18);
    line-height: 22px;
    text-align: center;
    font-family: gotham-bold;
}

.membership-hbl-p {
    transition: all 0.3s ease 0s;
    margin: 0px;
    font-weight: normal;
    font-size: 14px;
    width: 100%;
    text-align: center;
    color: rgb(34, 34, 34);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    min-height: 18px;
}

.bracnch-deal-main {
    width: 100%;
    min-height: 320px;
    /* background-image: url(../imgs/branch.jpeg); */
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    padding-top: 12px;
    margin-bottom: 24px;
    flex-direction: column;
    display: flex;
    align-items: center;
    justify-content: center;
}

.branch-deal-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: rgba(0, 0, 0, 0.8);
}

.branch-deal-inner {
    z-index: 99;
}

.branch-deal-inner h2 {
    color: white;
    z-index: 3;
    font-family: gotham-bold;
    margin: 12px 0px 6px;
}

.branch-head {
    font-size: 24px;
    font-weight: 500;
    margin: 0px 0px 8px;
    max-width: 55%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-family: gotham-bold;

}

.branch-details-main {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box;
    width: 100%;
    margin-bottom: 24px;
    flex-wrap: wrap;
    flex-direction: row;
    display: flex;
    align-items: flex-start;
    align-content: flex-start;
    justify-content: flex-start;
}

.branch-details-inner {
    /*background: rgb(247, 247, 247);
    border-radius: 4px;
    margin-top: 4px;
    overflow-y: auto;
    flex: 1 1 33.33%;
    max-width: 33.33%;
    max-height: 100%;
    box-sizing: border-box;
    overflow-x: hidden;
    border-right: 5px solid #fff;
    animation: fadein 2s;*/

    background: rgb(247, 247, 247);
    margin-top: 4px;
    flex: 1 1 32.33%;
    max-width: 32.33%;
    box-sizing: border-box;
    animation: fadein 2s;
    margin: 0 5px;

}

.branch-open {
    margin: 0px 0px 8px;
    font-size: 18px;
    font-family: gotham-bold;
}

.timer-main span {
    width: 50%;
    padding-left: 15px;
}

.timer-main {
    font-size: 12px;
    line-height: 1.4em;
    min-height: 30px;
    padding: 0px 6px;
    margin: 6px 0px;
    transform: scale(1.05);
    font-family: gotham-bold;
    flex-direction: row;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.address-div-1 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box;
    background: rgb(247, 247, 247);
    min-height: 130px;
    padding: 12px;
    margin: 4px;
    border-radius: 4px;
    flex-direction: column;
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 5px solid #fff;
}

.address-div-2 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box;
    background: rgb(247, 247, 247);
    min-height: 130px;
    padding: 12px;
    margin: 4px;
    border-radius: 4px;
    flex-direction: column;
    display: flex;
    justify-content: center;
    align-items: center;
}

.address-div-2 h4 {
    margin: 0px 0px 8px;
    font-family: gotham-bold;
    font-size: 14px;
}

.address-div-1 p {
    text-align: center;
    margin: 0px 0px 12px;
    font-family: gotham-bold;
    font-size: 12px;
}

.address-div-1 a {
    font-size: 14px;
    transition: all 0.3s ease 0s;
    cursor: pointer;
    margin: auto 4px;
    overflow: hidden;
    position: relative;
    z-index: 2;
    border: 0px #00BD5F;
    padding: 6px 12px;
    border-radius: 4px;
    font-family: inherit;
    height: 42px;
    background: #00BD5F;
    color: rgb(255, 255, 255);
    line-height: 30px;
}

.chip-main {
    border-radius: 24px;
    max-height: 40px;
    z-index: 10000;
    font-size: 14px;
    width: 100%;
    transition: all 0.3s ease 0s;
    flex-direction: row;
    display: flex;
    justify-content: center;
    align-items: center;
}

.chip a {
    color: #000;
}

.chip {
    width: 48%;
    background: rgb(255, 255, 255);
    transition: opacity 0.2s ease 0s;
    color: black;
    padding: 8px 12px;
    font-weight: bold;
    border-radius: 4px;
    position: relative;
    margin-right: 4px;
    line-height: 24px;
    text-align: center;
}

.map-inner {
    /*min-height: 320px;
    max-height: 320px;
    width: 100%;
    border-radius: 4px;
    overflow: hidden;
    margin-top: -50px;
    border: 2px solid rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0.16) 0px 0px 4px;*/

    min-height: 320px;
    max-height: 320px;
    width: 100%;
    border-radius: 4px;
    overflow: hidden;
    border: 2px solid rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0.16) 0px 0px 4px;

}

/*********************************dropdown *******************/

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

    .category-box ul:hover{
        padding-bottom: 5px;
        overflow-x: scroll;
    }

    .deal-second-main {
        display: block !important;
    }

    .d-none-mobile-desk {
        display: none;
    }

    .branch-details-inner {
        max-width: 100% !important;
    }

    .branch-details-main {
        display: block !important;
    }
}

#fade-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(201 201 201 / 70%);
    z-index: 100000;
    display: flex;
    justify-content: center;
    align-items: center;
    animation: fadein 2s;
}

.cat-shadow {
    box-shadow: -1px 8px 14px -10px rgba(0, 0, 0, 0.75);
    -webkit-box-shadow: -1px 8px 14px -10px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: -1px 8px 14px -10px rgba(0, 0, 0, 0.75);
    animation: fadein 2s;
}

.cat-shadow p {
    font-size: 14px !important;
}

.cat-shadow img {
    width: 25px;
    height: 25px;
}

.cat-shadow a {
    color: #000;
}

.ml-1 {
    margin-left: 10px !important;
}

.nec-img {
    width: 20px;
    height: 20px;
}

.nec-p {
    font-size: 18px;
    font-weight: 500;
    margin: 0px 4px 0px 0px;
    color: inherit;
    padding: 0px 8px;

}

.nec-span {
    font-size: 10px;
    font-weight: 500;
    max-width: 40px;
    line-height: 11px;
    color: inherit;
}

.pat {
    padding: 10px;
    border-top: 1px solid #ddd;
}

.EntityCall {
    max-width: 400px;
    border-radius: 24px;
    max-height: 40px;
    z-index: 10000;
    font-size: 14px;
    opacity: 1;
    animation: fadein 1s;
    position: absolute;
    bottom: -28px;
    right: 0px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.chips a {
    color: #000;
}

.chips {
    white-space: nowrap;
    background: rgb(239, 239, 239);
    opacity: 1;
    color: black !important;
    padding: 8px 12px;
    font-weight: bold;
    border-radius: 24px;
    position: relative;
    margin: 4px;
    line-height: 24px;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 4px;
    animation: fadein 2s;
}


.pagination {
    padding: 20px;
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
}

.pagination,
.pagination * {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.pagination a {
    display: inline-block;
    padding: 0 10px;
    cursor: pointer;
    color: #000;
}

.pagination a.disabled {
    opacity: 0.3;
    pointer-events: none;
    cursor: not-allowed;
}

.pagination a.current {
    background: #d9d9d9;
    border-radius: 5px;
}

.next,
.prev {

    border-radius: 75px;
    padding: 11px !important;
    height: 45px;
    width: 45px;
    display: flex !important;
    justify-content: center;
    align-items: center;
}

.next:hover {
    box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 2px;
    background: rgb(245, 245, 245);
    border-radius: 75px;
    padding: 11px;
    height: 45px;
    width: 45px;
}

.prev:hover {
    box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 2px;
    background: rgb(245, 245, 245);
    border-radius: 75px;
    padding: 11px;
    height: 45px;
    width: 45px;
}


.fade-in-right {
    animation: fade-in-right 1s ease;
}

.f-dropdown {
    --max-scroll: 3;
    position: relative;
    z-index: 10;
}

.f-dropdown select {
    display: none;
}

.f-dropdown>span {
    cursor: pointer;
    padding: 8px 12px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    position: relative;
    color: #bbb;
    background: #f5f5f5;
    transition: color 0.2s ease, border-color 0.2s ease;
}

.f-dropdown>span>span {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-right: 12px;
    font-size: 13px;
}

.f-dropdown>span img {
    width: 30px;
    margin-right: 10px;
}

.f-dropdown>span:before,
.f-dropdown>span:after {
    content: "";
    display: block;
    position: absolute;
    width: 8px;
    height: 2px;
    border-radius: 1px;
    top: 50%;
    right: 12px;
    background: #000;
    transition: all 0.3s ease;
}

.f-dropdown>span:before {
    margin-right: 4px;
    transform: scale(0.96, 0.8) rotate(50deg);
}

.f-dropdown>span:after {
    transform: scale(0.96, 0.8) rotate(-50deg);
}

.f-dropdown ul {
    margin: 0;
    padding: 15px;
    list-style: none;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    max-height: calc(var(--max-scroll) * 46px);
    top: 30px;
    left: 0;
    z-index: 1;
    right: 0;
    background: #FFF;
    border: 1px solid #ddd;
    border-radius: 15px;
    overflow-x: hidden;
    overflow-y: auto;
    transform-origin: 0 0;
    transition: opacity 0.2s ease, visibility 0.2s ease, transform 0.3s cubic-bezier(0.4, 0.6, 0.5, 1.32);
    transform: translate(0, 5px);
}
.f-dropdown ul::-webkit-scrollbar {
  width: 2px;
  padding-right: 5px;
  margin-right: 10px;
}

.f-dropdown ul li {
    padding: 0;
    margin: 0;
}

.f-dropdown ul li a {
    cursor: pointer;
    display: block;
    padding: 8px 12px;
    color: #000;
    text-decoration: none;
    outline: none;
    position: relative;
    transition: all 0.2s ease;
    display: flex;
    align-items: center;
    font-size: 13px;
}

.f-dropdown ul li a img {
    width: 30px;
    margin-right: 10px;
}

.f-dropdown ul li a:hover {
    color: #00BD5F;
}

.f-dropdown ul li.active a {
    color: #FFF;
    background: #00BD5F;
    border-radius: 20px;
}

.f-dropdown ul li.active a:before,
.f-dropdown ul li.active a:after {
    --scale: 0.6;
    content: "";
    display: block;
    width: 10px;
    height: 2px;
    position: absolute;
    right: 12px;
    top: 50%;
    opacity: 0;
    background: #FFF;
    transition: all 0.2s ease;
}

.f-dropdown ul li.active a:before {
    transform: rotate(45deg) scale(var(--scale));
}

.f-dropdown ul li.active a:after {
    transform: rotate(-45deg) scale(var(--scale));
}

.f-dropdown ul li.active a:hover:before,
.f-dropdown ul li.active a:hover:after {
    --scale: 0.9;
    opacity: 1;
}

/*.f-dropdown ul li:first-child a {
    border-radius: 6px 6px 0 0;
}

.f-dropdown ul li:last-child a {
    border-radius: 0 0 6px 6px;
}*/

.f-dropdown.disabled {
    opacity: 0.7;
}

.f-dropdown.disabled>span {
    cursor: not-allowed;
}

.f-dropdown.filled>span {
    color: #000;
}

.f-dropdown.open {
    z-index: 15;
}

.f-dropdown.open>span {
    border-color: #AAA;
}

.f-dropdown.open>span:before,
.f-dropdown.open>span:after {
    background: #000;
}

.f-dropdown.open>span:before {
    transform: scale(0.96, 0.8) rotate(-50deg);
}

.f-dropdown.open>span:after {
    transform: scale(0.96, 0.8) rotate(50deg);
}

.f-dropdown.open ul {
    opacity: 1;
    visibility: visible;
    transform: translate(0, 12px);
    transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s cubic-bezier(0.4, 0.6, 0.5, 1.32);
}

/* --------------------------- */
.f-group {
    max-width: 250px;
    margin: 0 auto;
    text-align: left;
}

.f-group select {
    width: 100%;
}

.f-control {
    font-size: 14px;
    line-height: normal;
    color: #000;
    display: inline-block;
    background-color: #ffffff;
    border: #ccc 1px solid;
    border-radius: 6px;
    padding: 8px 12px;
    outline: none;
    max-width: 250px;
}

@keyframes fade-in-right {
    0% {
        opacity: 0;
        transform: translateX(20px);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes fadein {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fadeout {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}
