/* bigdot live 20/08/2025 */

/* Fonts URL */
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Fraunces:ital,opsz,wght@0,9..144,100..900;1,9..144,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Caveat:wght@400..700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap");

/* Theme Controls Starts */
:root {
    --Font_One: "Outfit", sans-serif !important;
    --Font_Two: "Fraunces", serif;
    --Font_Three: "Outfit", sans-serif;
    --Color_body: #212529;
    --SiteTextColor: #212529;
    --SiteTextSize: 14px;
    --BgColor: #ffffff;
    --ContainerBgColor: ;
    --BizTitleTextColor: #000000;
    --BizTitleBgColor: #ffffff;
    --BizTitleTextSize: 30px;
    --MenuTextColor: #ffffff;
    --MenuTextBgColor: #ffffff;
    --MenuTextSize: 16px;
    --SubMenuTextColor: #000000;
    --SubMenuTextBgColor: #ffffff;
    --SubMenuTextSize: 14;
    --SliderH1Color: #f15a25;
    --SliderH2Color: #f15a25;
    --SliderH3Color: #f15a25;
    --H1_Color: #000000;
    --H1_Size: 30px;
    --H1_BGColor: #ffffff;
    --H2_Color: #000000;
    --H2_Size: 20px;
    --H2_BGColor: #ffffff;
    --H3_Color: #000000;
    --H3_Size: 18px;
    --H3_BGColor: #ffffff;
    --H4_Color: #000000;
    --H4_Size: 16px;
    --H4_BGColor: #ffffff;
    --DefaultIconColor: #f15a25;
    --DefaultIconBgColor: #ffe7df;
    --DefaultButtonBgColor: #f15a25;
    --DefaultButtonTextColor: #ffffff;
    --Primary_Color: #f15a25;
    --Primary_BGColor: #f15a25;
    --SitePrimaryColor: #f15a25;
    --SiteSecondaryColor: #ffe7df;
    --SiteTertiaryColor: #3a1593;
    --SiteTertiaryBgColor: #e3d7ff;
    --Web_Width: #WEBWIDTH#;
    --Color_Smartmedia: #f15a25;
    --BgColor_Smartmedia: #ffe7df;
    --Para_Color: #342f2f;
    --Para_Size: 15px;
    --Para_BGColor: ;
    --Color_Actionbutton: #ffffff;
    --BgColor_Actionbutton: #f15a25;
    --BusinessTitle_Color: #000000;
    --BusinessTitle_Size: 30px;
    --BusinessTitle_BGColor: #ffffff;
    --Menu_Color: #ffffff;
    --Menu_Size: 16px;
    --Menu_BGColor: #ffffff;
}

body {
    font-size: 14px;
    line-height: 24px;
    font-family: var(--Font_One) !important;
    background-color: #f9f9f9;
}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

ul {
    padding: 0 !important;
    margin: 0 !important;
}

ol {
    padding: 0 !important;
    margin: 0 !important;
}

li {
    list-style: none !important;
}

a {
    text-decoration: none !important;
}

.primaryColor {
    color: var(--Primary_Color) !important;
}

.primaryColor a {
    color: var(--Primary_Color) !important;
}

.primaryBgColor {
    background-color: var(--Primary_BGColor) !important;
}

.secondaryColor {
    color: var(--Primary_Color) !important;
}

.secondaryColor a {
    color: var(--Primary_Color) !important;
}

.secondaryBgColor {
    background-color: var(--Secondary_BGColor) !important;
}

.headingColor {
    color: var(--Heading_Color) !important;
}

.headingColor a {
    color: var(--Heading_Color) !important;
}

.linkColor {
    color: var(--Link_Color) !important;
}

.linkColor a {
    color: var(--Link_Color) !important;
}

.iconColor {
    color: var(--Icon_Color) !important;
}

.iconColor a {
    color: var(--Icon_Color) !important;
}

.borderColor {
    border-color: var(--Primary_Color) !important;
}

.paragraphColor {
    color: var(--Paragraph_Color) !important;
}

.offerBg {
    background-color: var(--Secondary_BtnBgColor) !important;
}

.secondaryBtnBgColor {
    background-color: var(--Secondary_BtnBgColor) !important;
}

.HdrCTA1BG {
    background-color: var(--HdrCTA1BG) !important;
}

.HdrCTA2BG {
    background-color: var(--HdrCTA2BG) !important;
}

.HdrCTA3BG {
    background-color: var(--HdrCTA3BG) !important;
}

.HdrCTA1Text {
    color: var(--HdrCTA1Text) !important;
}

.HdrCTA2Text {
    color: var(--HdrCTA2Text) !important;
}

.HdrCTA3Text {
    color: var(--HdrCTA3Text) !important;
}

.instaPrimaryColor {
    color: var(--Primary_Color);
}

.instaPrimaryBgColor {
    background-color: var(--SitePrimaryColor);
}

/* Theme Controls Ends Here */

/* Master CSS Starts Controls */

.font400 {
    font-weight: 400 !important;
}

.font500 {
    font-weight: 500 !important;
}

.font600 {
    font-weight: 600 !important;
}

.font700 {
    font-weight: 700 !important;
}

.font800 {
    font-weight: 800 !important;
}

.font900 {
    font-weight: 900 !important;
}

.font9 {
    font-size: 9px;
    line-height: 13px;
}

.font10 {
    font-size: 10px;
    line-height: 15px;
}

.font11 {
    font-size: 11px;
    line-height: 16px;
}

.font12 {
    font-size: 12px;
    line-height: 18px;
}

.font13 {
    font-size: 13px;
    line-height: 20px;
}

.font14 {
    font-size: 14px;
    line-height: 21px;
}

.font16 {
    font-size: 15px;
    line-height: 24px;
}

.font18 {
    font-size: 18px;
    line-height: 27px;
}

.font20 {
    font-size: 20px;
}

.font22 {
    font-size: 22px;
    line-height: 33px;
}

.font24 {
    font-size: 24px;
    line-height: 36px;
}

.font26 {
    font-size: 26px;
    line-height: 39px;
}

.font28 {
    font-size: 28px;
    line-height: 36px;
}

.font30 {
    font-size: 30px;
    line-height: 40px;
}

.font32 {
    font-size: 32px;
}

.font34 {
    font-size: 34px;
}

.font36 {
    font-size: 36px;
}

.font40 {
    font-size: 40px;
    line-height: 47px;
}

.font42 {
    font-size: 42px;
    line-height: 50px;
}

.font60 {
    font-size: 60px;
    line-height: 75px;
}

/* Master CSS Ends Controls */

/* Navbar CSS */

header {
    background-color: #fff;
    padding: 10px 0px;
    border-bottom: 1px solid #dcdcdc;
}

header .nav .bigDotlogo a img {
    height: 40px;
    cursor: pointer;
}

header .nav .bigDotlogo {
    margin-right: 100px;
}

header .nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.bigDotMenuside {
    display: flex;
    flex: 1;
    justify-content: space-between;
    align-items: center;
}

.bigDotallMenu ul li {
    display: inline-block;
    padding: 0px 30px;
}

.bigDotallMenu ul li a {
    font-size: 15px;
    font-weight: 500;
    line-height: 25px;
    color: #000;
    cursor: pointer;
}

.selectedLanguage a .langIcon i {
    font-size: 31px;
    color: #000;
}

.bigDotButtonsSide {
    display: flex;
    align-items: center;
}

.selectedLanguage a {
    display: flex;
    align-items: center;
}

.selectedLanguage a .langName {
    font-size: 15px;
    color: #000;
    margin-left: 6px;
    line-height: 20px;
    font-weight: 400;
}

.bigDotSignup {
    margin-left: 48px;
    margin-right: 15px;
}

.bigDotSignup a {
    font-size: 15px;
    line-height: 20px;
    color: #000;
    font-weight: 400;
}

.bigDotListing .listingBtn {
    padding: 8px 20px;
    color: #fff;
    background-color: var(--DefaultButtonBgColor);
    border: none;
    border-radius: 8px;
    display: flex;
    align-items: center;
}

.listingBtn {
    padding: 8px 20px;
    color: #fff;
    background-color: var(--DefaultButtonBgColor);
    border: none;
    border-radius: 8px;
    display: flex;
    align-items: center;
}

.bigDotListing .listingBtn span {
    font-size: 15px;
    font-weight: 500;
    line-height: 22.5px;
    color: #fff;
}

.bigDotListing .listingBtn span i {
    font-size: 18px;
    margin-right: 6px;
}

/* Other Page Header */

.searchNavigation {
    display: flex;
    align-items: center;
    gap: 12px;
}

.searchNavigation .locationSearchAreaHeader {
    width: 210px;
    height: 50px;
    border-radius: 8px;
    position: relative;
}

.searchNavigation .locationSearchAreaHeader input {
    width: 210px;
    height: 100%;
    border-radius: 8px;
    padding-left: 50px;
}

.searchNavigation .locationSearchAreaHeader input::placeholder {
    color: #747474;
}

.searchNavigation .locationSearchAreaHeader .locationSearchIcon {
    position: absolute;
    top: 5px;
    left: 20px;
}

.searchNavigation .locationSearchAreaHeader .locationSearchIcon img {
    width: 18px;
}

.searchNavigation .otherSearchAreaHeader {
    width: 100%;
    height: 50px;
    position: relative;
}

.searchNavigation .otherSearchAreaHeader {
    width: 100%;
}

.searchNavigation .otherSearchAreaHeader input {
    width: 530px;
    height: 100%;
    border-radius: 8px;
    padding-left: 70px;
}

.searchNavigation .otherSearchAreaHeader input::placeholder {
    color: #747474;
}

.searchNavigation .otherSearchAreaHeader .otherSearchtext {
    position: absolute;
    top: 25px;
    left: 20px;
    font-size: 15px;
    font-weight: 600;
    line-height: 2px;
    color: var(--SitePrimaryColor);
}

.searchNavigation .otherSearchAreaHeader .searchButton {
    position: absolute;
    top: 5px;
    right: 5px;
}

.searchNavigation .otherSearchAreaHeader .searchButton button {
    padding: 10px 30px;
    border: none;
    background-color: var(--SitePrimaryColor);
    font-size: 15px;
    line-height: 20px;
    font-weight: 500;
    color: #fff;
    border-radius: 8px;
}

.notificationIcon {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid var(--SitePrimaryColor);
    font-size: 24px;
    margin-right: 16px;
    cursor: pointer;
}

.userIcon {
    border: 1px solid var(--SitePrimaryColor);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-right: 16px;
    cursor: pointer;
}

.userIcon img {
    width: 100%;
    height: 100% !important;
}

.logoSider .navbar-toggler:focus {
    box-shadow: none;
}

.logoSider .navbar-toggler.border-0 {
    padding: 0px;
    font-size: 24px;
    color: #000 !important;
}

/* Section Start Area */
.bigDotFrontPage {
    padding: 15px 0px 15px;
    /* border-bottom: 1px solid #c1c1c1; */
}

.fontPageLeftPanel {
    background-color: #fff;
    border-radius: 8px;
    border: 1px solid #c1c1c1;
}

.tabPartwithHeading {
    /* border: 1px solid #C1C1C1; */
    padding: 15px 15px 0px;
    border-bottom: 1px solid #c1c1c1;
}

.tabPartwithHeading h6 {
    font-size: 20px;
    font-weight: 600;
    line-height: 22.5px;
    color: #000;
    margin-bottom: 15px;
}

.tabPartwithHeading .tagButton {
    padding: 6px 15px;
    border-radius: 8px;
    border: none;
    color: #000;
    background-color: var(--SiteSecondaryColor);

    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}

.tabPartwithHeading .groupTags {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.classifiedPart {
    padding: 15px 15px;
    /* border: 1px solid #C1C1C1; */
}

.classifiedHeading h6 {
    font-size: 20px;
    font-weight: 600;
    line-height: 22.5px;
    color: #000;
    margin-bottom: 15px;
}

.classifiexIconFeatured {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 30px;
}

.classifiexIconFeatured .iconSider img {
    width: 30px;
    height: 30px;
}

.classifiexIconFeatured .textSider h6 {
    font-size: 15px;
    font-weight: 500;
    line-height: 22.5px;
    color: #000;
    margin-bottom: 0px;
}

.classifiexIconFeatured .textSider p {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #515151;
    margin-bottom: 0;
}

.forntPageDetailsArea {
    padding: 0px 10px;
}

.detailsAreaAeading h1 {
    font-weight: 500;
    color: #000;
    font-size: 40px;
    margin-bottom: 15px;
    line-height: 50px;
}

.detailsAreaAeading h1 span {
    font-weight: 700;
    font-size: 50px;
    line-height: 65px;
    /* color: var(--SiteTertiaryColor); */
    /* background: linear-gradient(90deg, #f15a25 19%, #ffc107 42%, #754fd1 63%, #3a1593 80%); */
    background: linear-gradient(90deg, #310f84 27%, #9784c6 44%, #f15a25 80%);
    background-clip: text;
    -webkit-background-clip: text;
    color: rgba(0, 0, 0, 0);
}

.locationSearchArea {
    width: 100%;
    height: 60px;
    /* border: 1px solid #C1C1C1; */
    border-radius: 8px;
    position: relative;
}

.locationSearchArea input {
    width: 100%;
    height: 75%;
    border-radius: 8px;
    padding-left: 50px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.locationSearchArea input::placeholder {
    color: #747474;
}

.locationSearchIcon {
    position: absolute;
    top: 13px;
    left: 25px;
}

.locationSearchIcon img {
    width: 14px;
}

.otherSearchArea {
    width: 100%;
    height: 60px;
    position: relative;
}

.otherSearchArea {
    width: 100%;
}

.otherSearchArea input {
    width: 100%;
    height: 75%;
    border-radius: 8px;
    padding-left: 65px;
}

.otherSearchArea input::placeholder {
    color: #747474;
}

.otherSearchtext {
    position: absolute;
    top: 22px;
    left: 20px;
    font-size: 15px;
    font-weight: 600;
    line-height: 2px;
    color: var(--SitePrimaryColor);
}

.otherSearchArea .searchButton {
    position: absolute;
    top: 25px;
    right: 15px;
    transform: translateY(-50%);
    color: var(--SitePrimaryColor);
    cursor: pointer;
}

.otherSearchArea .searchButton button {
    padding: 14px 30px;
    border: none;
    background-color: var(--SitePrimaryColor);
    font-size: 15px;
    line-height: 20px;
    font-weight: 500;
    color: #fff;
    border-radius: 8px;
}

.forntPageDetailsArea .mb25 {
    margin-bottom: 20px;
}

.frontMainAreaWithTags {
    margin-bottom: 70px;
}

.frontMainAreaWithTags h6 {
    font-size: 20px;
    font-weight: 600;
    line-height: 22px;
    margin-bottom: 15px;
}

.mainAreaTags {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.smallTag {
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    padding: 6px 14px;
    border: none;
    outline: none;
    background-color: #e4e4e4;
    color: #000;
    border-radius: 8px;
    transition: 0.3s;
}

.smallTag:hover {
    background-color: var(--SitePrimaryColor);
    color: #fff;
}

.smallTag.active {
    background-color: var(--SitePrimaryColor);
    color: #fff;
}

.productSaveDetails .detailsView button span i {
    font-size: 22px;
    vertical-align: middle;
}

.dealIconArea {
    margin-bottom: 60px;
}

.field .ng-select-container {
    height: 42px !important;
}

.dealsAreaIcon img {
    height: 60px;
    display: block;
    margin: auto;
}

.dealsAreaIcon h6 {
    font-size: 15px;
    font-weight: 500;
    color: var(--SitePrimaryColor);
    margin-top: 10px;
    margin-bottom: 0;
}

.spotlightArea h6 {
    font-size: 18px;
    font-weight: 600;
    line-height: 22px;
    color: #111;
    margin-bottom: 55px;
}

.spotlightArea {
    position: relative;
}

.spotTagLines {
    display: flex;
    align-items: end;
    gap: 15px;
    flex-wrap: wrap;
    padding-left: 35px;
    /* justify-content: space-between; */
}

.spotTagLines a {
    font-size: 15px;
    line-height: 20px;
    font-weight: 400;
    /* background: linear-gradient(180deg, #310F84 0%, #F15A25 100%); */
    background: linear-gradient(90deg, #310f84 27%, #9784c6 44%, #f15a25 80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    cursor: pointer;
    text-transform: lowercase;
}

.spotLightIcon {
    position: absolute;
    top: 30px;
    left: 0;
}

.spotLightIcon img {
    height: 70px;
}

/* Footer Area */
.footerLinks p {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    color: #646464;
    margin-bottom: 0;
}

.footerLinks p a {
    color: #646464;
}

.footerLinks ul li {
    display: inline-block;
    padding: 0px 22px;
    text-align: end;
}

.footerLinks ul li a {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    color: #646464;
}

footer {
    padding: 14px 0px;
    border-top: 1px solid #dcdcdc;
}

/* Default Banner Area  Starts */

.siteBanner {
    width: 100%;
    padding: 20px 0px;
    /* background-color: #f9e9df; */
    background-color: var(--SiteSecondaryColor);
    position: relative;
}

.pageBannerText .breadcrumb .breadcrumb-item a {
    color: #111;
    font-weight: 500;
    font-size: 20px;
    line-height: 25px;
}

.pageBannerText .breadcrumb .breadcrumb-item.active {
    color: var(--SitePrimaryColor);
    font-weight: 500;
    font-size: 20px;
    line-height: 25px;
}

.breadcrumb-item+.breadcrumb-item::before {
    color: var(--SitePrimaryColor);
}

.pageHeading {
    margin-top: 10px;
}

.pageHeading h2 {
    font-size: 30px;
    font-weight: 600;
    color: #080808;
    line-height: 46px;
    font-family: var(--Font_Two);
}

.bannerImageArea {
    display: flex;
    align-items: center;
    gap: 15px;
}

.plateOne img {
    width: 550px;
}

.plateTwo img {
    width: 350px;
}

.bannerImageArea {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
}

/* Default Banner Settings End */

/* RealEstate Banner Conrols */

.siteBanner.siteRealEstate {
    background-color: #e7e5f9;
}

.siteRealEstate .breadcrumb .breadcrumb-item.active {
    color: #3e31cf;
}

.siteRealEstate .breadcrumb-item+.breadcrumb-item::before {
    color: #3e31cf;
}

.realEstateListing .listViewButtonGroup a button:hover {
    background-color: #3e31cf;
    color: #fff;
}

.realEstateListing .listViewButtonGroup a button {
    border: 2px solid #3e31cf;
    color: #3e31cf;
}

.realEstateListing .dishReview {
    background-color: #3e31cf;
    color: #fff;
}

.realEstateListing .listViewButtonGroup a button.active {
    background-color: #3e31cf;
    color: #fff;
}

.realEstateListing .listGrids button.active,
.listGrids button:hover {
    background-color: #3e31cf;
    color: #fff;
}

.realEstateListing .listGrids button.active {
    background-color: #3e31cf;
    color: #fff;
}

.realEstateListing .listGrids button {
    border: 1px solid #3e31cf;
    color: #3e31cf;
}

.realEstateListing .mapView button {
    color: #3e31cf;
    border: 1px solid #c1c1c1;
}

.realEstateListing .searchHeadingArea .searchHeading::after {
    background-color: #3e31cf;
}

.realEstateListing .searchMainBtn button {
    background-color: #3e31cf;
}

.realEstateListing .rangeSlider .rangeValue {
    background: #3e31cf;
}

.realEstateListing .rangeSlider .rangeThumb {
    border: 2px solid #3e31cf;
}

/* RealEstate Banner Conrols */

/* Beauty Spa Banner Conrols */

.siteBanner.siteBeautySpa {
    background-color: #fadfe2;
}

.siteBeautySpa .breadcrumb .breadcrumb-item.active {
    color: #e11753;
}

.siteBeautySpa .breadcrumb-item+.breadcrumb-item::before {
    color: #e11753;
}

.beautySpaListing .listViewButtonGroup a button:hover {
    background-color: #e11753;
    color: #fff;
}

.beautySpaListing .listViewButtonGroup a button {
    border: 2px solid #e11753;
    color: #e11753;
}

.beautySpaListing .dishReview {
    background-color: #e11753;
    color: #fff;
}

.beautySpaListing .listViewButtonGroup a button.active {
    background-color: #e11753;
    color: #fff;
}

.beautySpaListing .listGrids button.active,
.listGrids button:hover {
    background-color: #e11753;
    color: #fff;
}

.beautySpaListing .listGrids button.active {
    background-color: #e11753;
    color: #fff;
}

.beautySpaListing .listGrids button {
    border: 1px solid #e11753;
    color: #e11753;
}

.beautySpaListing .mapView button {
    color: #e11753;
    border: 1px solid #c1c1c1;
}

.beautySpaListing .searchHeadingArea .searchHeading::after {
    background-color: #e11753;
}

.beautySpaListing .searchMainBtn button {
    background-color: #e11753;
}

.beautySpaListing .rangeSlider .rangeValue {
    background: #e11753;
}

.beautySpaListing .rangeSlider .rangeThumb {
    border: 2px solid #e11753;
}

/* Beauty Spa Banner Conrols */

/* Product Area */
.pageContentArea {
    padding: 25px 0px;
    border-bottom: 1px solid #c1c1c1;
}

.productSearchArea {
    padding: 15px 20px;
    background-color: #fff;
    border: 1px solid #c1c1c1;
    border-radius: 8px;
}

.searchHeadingArea {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: space-between;
    margin-bottom: 15px;
}

.searchHeadingArea .searchHeading {
    position: relative;
    margin-bottom: 0;
    font-size: 15px;
    font-weight: 500;
    line-height: 26px;
    color: #111;
}

.searchHeadingArea .searchHeading::before {
    content: "";
    position: absolute;
    top: 30px;
    left: 0;
    height: 2px;
    width: 100%;
    background-color: #e1e1e1;
}

.searchHeadingArea .searchHeading::after {
    content: "";
    position: absolute;
    top: 30px;
    left: 0;
    height: 2px;
    width: 40%;
    background-color: var(--SitePrimaryColor);
}

.clearSearch {
    color: red;
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
}

.searchFieldGroup {
    margin-top: 30px;
}

.searchFieldGroup .field {
    margin-bottom: 15px;
}

.innerSearch {
    margin-top: 15px !important;
}

.searchFieldGroup .field .form-control {
    background-color: #f9f9f9;
}

.field .form-control,
.field .form-select {
    height: 40px;
    border: 1px solid #c1c1c1;
}

.form-control:focus,
.form-select:focus {
    box-shadow: none;
    border: 1px solid #c1c1c1;
}

.innerSearch h6 {
    margin-bottom: 5px !important;
    font-size: 16px;
    font-weight: 500;
    color: #111;
    line-height: 22px;
}

.innerSearch span {
    color: #646464;
    font-size: 15px;
}

.innerSearch .field {
    position: relative;
}

.innerSearch .field .locationCircle {
    position: absolute;
    top: 8px;
    right: 8px;
}

.mt20 {
    margin-top: 15px;
}

/* Custom input range */
.range-slider {
    width: 100%;
    position: relative;
    display: flex;
}

.rangeSlider .range {
    width: 100%;
    max-width: 100%;
    border-radius: 4rem;
    box-shadow: 0 6px 16px hsla(256, 72%, 24%, 0.15);
    display: grid;
}

.rangeSlider .rangeContent {
    position: relative;
    width: 100%;
    display: grid;
    place-items: center;
}

.rangeSlider .rangeSalider {
    width: 100%;
    height: 6px;
    background-color: #e9ecf2;
    border-radius: 4rem;
    overflow: hidden;
}

.rangeSlider .rangeSaliderLine {
    width: 100%;
    height: 100%;
    background: var(--SitePrimaryColor);
    width: 0;
}

.rangeSlider .rangeThumb {
    width: 20px;
    height: 20px;
    background-color: #fff;
    border-radius: 50%;
    box-shadow: 0 0 12px hsla(256, 72%, 24%, 0.2);
    position: absolute;
    border: 2px solid var(--SitePrimaryColor);
}

/* Value input range */
.rangeSlider .rangeValue {
    width: 24px;
    height: 24px;
    background: var(--SitePrimaryColor);
    position: absolute;
    top: -34px;
    left: -2px;
    border-radius: 2rem 2rem 2rem 0.25rem;
    transform: rotate(-45deg);
    display: grid;
    place-items: center;
}

.rangeSlider .rangeValueNumber {
    transform: rotate(45deg);
    color: #fff;
    font-size: 12px;
}

/* Default input range */
.rangeSlider .rangeInputs {
    appearance: none;
    width: 100%;
    height: 16px;
    position: absolute;
    opacity: 0;
}

.rangeSlider .rangeInputs::-webkit-slider-thumb {
    appearance: none;
    width: 32px;
    height: 32px;
}

.rangeSlider .rangeInputs::-webkit-slider-thumb:hover {
    cursor: pointer;
}

.priceRangeFild {
    display: flex;
    align-items: center;
    gap: 20px;
}

.multiCheckField {
    margin-bottom: 30px;
}

.heignt25px {
    height: 35px;
}

.stylePosit {
    top: 10px;
    right: 10px;
    color: var(--SitePrimaryColor);
}

.anotherBgcolor {
    background-color: var(--SitePrimaryColor);
}

/* .marRight30px {
    margin-right: 30px;
} */

.listingBtnNewStyl {
    background-color: transparent !important;
    border: 2px solid #fff !important;
}

.checkList {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
    gap: 10px;
}

.checkList .form-check-input:focus {
    border-color: #f67c43;
}

.checkList .form-check {
    width: 50%;
}

.checkList .form-check-input {
    background-color: #fff4f5;
    box-shadow: none;
}

.checkList label {
    font-size: 13px;
    color: #8f9ca2;
}

.checkList .form-check-input:checked {
    background-color: var(--SitePrimaryColor);
    border-color: var(--SitePrimaryColor);
}

.searchMainBtn button {
    width: 100%;
    padding: 10px 25px;
    background-color: var(--DefaultButtonBgColor);
    border: none;
    border-radius: 8px;
    font-size: 16px;
    line-height: 26px;
    color: #fff;
}

.productMainArea {
    padding: 15px;
    border: 1px solid #c1c1c1;
    border-radius: 8px;
    background-color: #fff;
}

.mb30 {
    margin-bottom: 30px;
}

.productMainArea .searchHeadingArea .clearSearch {
    color: var(--SitePrimaryColor);
}

.dishPlate {
    padding: 10px;
    border-radius: 8px;
    border: 1px solid #c1c1c1;
    display: flex;
    /* align-items: center; */
    gap: 12px;
    position: relative;
    margin-bottom: 20px;
    transition: 0.4s;
    height: auto;
}

.dishPlate:hover .dishName {
    color: var(--SitePrimaryColor);
}

.dishesImageSide {
    position: relative;
    height: 120px;
}

.dishesImageSide img {
    width: 120px;
    border-radius: 8px;
    height: 120px;
    object-fit: cover;
}

.dishReview {
    position: absolute;
    top: 5px;
    left: 5px;
    background-color: var(--DefaultButtonBgColor);
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
    padding: 3px 5px;
    border-radius: 4px;
}

.dishesDetailsSide {
    /* position: relative; */
    width: 100%;
}

.tagSpan {
    position: absolute;
    top: 10px;
    right: 10px;
    padding: 2px 5px 3px 5px;
    font-size: 15px;
    font-weight: 400;
    line-height: 19px;
    color: #f2ad22;
    border: 1px solid #f2ad22;
    background-color: #fef9ef;
    border-radius: 8px;
}

.dishesDetailsSide .dishName {
    font-size: 18px;
    font-weight: 500;
    line-height: 22px;
    color: #111;
    margin-bottom: 5px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.dishesDetailsSide .dishHighlight {
    color: var(--SitePrimaryColor);
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 5px;
}

.productAvilableDtls ul li {
    margin-bottom: 3px;
}

.productAvilableDtls ul li .icons {
    color: var(--SitePrimaryColor);
    font-size: 14px;
    margin-right: 5px;
    vertical-align: middle;
}

.productAvilableDtls ul li .text {
    color: #797979;
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
}

.productMainArea .col-xl-6.col-lg-12 {
    margin-bottom: 10px;
}

.productSaveDetails {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    /* margin-top: 10px; */
}

.productSaveDetails .bookmark button {
    padding: 0;
    margin: 0;
    border: none;
    background: transparent;
    color: #008001;
    font-size: 16px;
    font-weight: 500;
}

.productSaveDetails .detailsView button {
    padding: 5px 16px;
    border-radius: 8px;
    background-color: var(--SitePrimaryColor);
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    line-height: 21px;
    border: none;
}

.productMainArea,
.productSearchArea,
.mapMainArea {
    height: 100%;
    border-radius: 8px;
    border: 1px solid #c1c1c1;
}

.allSearchAreas {
    display: flex;
    align-items: center;
    gap: 13px;
    justify-content: end;
}

.mapView button {
    padding: 10px;
    font-size: 15px;
    font-weight: 500;
    line-height: 20px;
    color: var(--SitePrimaryColor);
    border: 1px solid #c1c1c1;
    background: transparent;
    border-radius: 4px;
}

.mapView button img {
    width: 18px;
    height: 18px;
    margin-right: 10px;
}

.selectDishCategory .form-select {
    padding: 10px 13px;
    font-size: 15px;
    font-weight: 500;
    line-height: 20px;
    color: #646464;
    min-width: 240px;
}

.listGrids {
    display: flex;
    align-items: center;
    gap: 13px;
}

.listGrids button {
    font-size: 18px;
    padding: 10px 10px;
    border: 1px solid var(--SitePrimaryColor);
    color: var(--SitePrimaryColor);
    line-height: 0;
    background: transparent;
    transition: 0.4s;
    border-radius: 5px;
}

.listGrids button.active {
    background-color: var(--SitePrimaryColor);
    color: #fff;
}

.listGrids button.active,
.listGrids button:hover {
    background-color: var(--SitePrimaryColor);
    color: #fff;
}

.listGrids button:hover {
    background-color: var(--SitePrimaryColor);
    color: #fff;
}

.mb20 {
    margin-bottom: 20px;
}

.mb25px {
    margin-bottom: 25px;
}

.mb50px {
    margin-bottom: 50px;
}

/* Dishes Plate list view */
.dishPlateListView {
    width: 100%;
    padding: 10px;
    border-radius: 8px;
    border: 1px solid #c1c1c1;
    position: relative;
    margin-bottom: 20px;
}

.listdetaliImageSider {
    display: flex;
    gap: 12px;
}

.listdetaliImageSider .dishesImageSide img {
    width: 180px;
    height: 180px;
    object-fit: cover;
    border-radius: 8px;
    border: 1px solid #d1d1d1;
}

.dishPlateListView .listdetaliImageSider .dishesDetailsSide .dishName {
    font-size: 22px;
    font-weight: 500;
    line-height: 26px;
    color: #111;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.dishPlateListView .listdetaliImageSider .dishesDetailsSide .dishHighlight {
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
    color: var(--SitePrimaryColor);
    margin-bottom: 18px;
}

.dishPlateListView .listdetaliImageSider .dishesDetailsSide .productAvilableDtls ul li .icons {
    font-size: 15px;
    margin-right: 5px;
}

.dishPlateListView .listdetaliImageSider .dishesDetailsSide .productAvilableDtls ul li .text {
    font-size: 14px;
    line-height: 20px;
}

.dishPlateListView .listdetaliImageSider .dishesDetailsSide .productSaveDetails {
    margin-top: 5px;
}

.dishPlateListView .listdetaliImageSider .productSaveDetails .bookmark button {
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
}

.checkAndPromote {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: end;
    margin-bottom: 20px;
}

.verifyData span img {
    height: 24px;
}

.promoteArea button {
    font-size: 15px;
    font-weight: 400;
    border-radius: 8px;
    padding: 2px 6px;
    line-height: 20px;
    background-color: #fef9ef;
    border: 1px solid #f2ad22;
    color: #f2ad22;
}

.webScanner {
    display: flex;
    align-items: center;
    justify-content: end;
    margin-bottom: 15px;
}

.scannerImage {
    padding: 5px;
    border-radius: 8px;
    border: 1px solid #dcdcdc;
    display: none;
}

.scannerImage img {
    width: 94px;
    height: 94px;
}

.listViewButtonGroup {
    display: flex;
    align-items: center;
    gap: 15px;
    justify-content: end;
}

.listViewButtonGroup a button {
    padding: 10px 30px;
    border: 2px solid var(--SitePrimaryColor);
    color: var(--SitePrimaryColor);
    border-radius: 8px;
    background-color: transparent;
    font-size: 14px;
    line-height: 20px;
    display: flex;
    align-items: center;
    gap: 15px;
    transition: 0.4s;
}

.listViewButtonGroup a button.active {
    background-color: var(--DefaultButtonBgColor);
    color: #fff;
}

.listViewButtonGroup a button:hover {
    background-color: var(--SitePrimaryColor);
    color: #fff;
}

/* Product details Page */
.detailsBannerSlider {
    overflow: hidden;
    width: 100%;
}

.detailsBannerSlider .carousel-item {
    height: 600px !important;
    object-fit: cover;
}

.detailsBannerSlider .carousel-item img {
    height: 600px !important;
    object-fit: cover;
}

.detailsBannerSlider .container {
    min-width: 100%;
    padding: 0;
}

.sliderWrapper {
    position: relative;
    width: 100%;
}

.sliderWrapper .slideButton {
    position: absolute;
    top: 50%;
    outline: none;
    border: none;
    height: 40px;
    width: 40px;
    z-index: 5;
    color: #fff;
    display: flex;
    cursor: pointer;
    font-size: 20px;
    background: #ff3c48;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transform: translateY(-50%);
}

.sliderWrapper .slideButton:hover {
    background: #404040;
}

.sliderWrapper .slideButton#prev-slide {
    left: 25px;
    /* display: none; */
}

.sliderWrapper .slideButton#next-slide {
    right: 25px;
}

.sliderWrapper .imageList {
    display: grid;
    grid-template-columns: repeat(10, 1fr);
    /* gap: 18px; */
    font-size: 0;
    list-style: none;
    margin-bottom: 30px;
    overflow-x: auto;
    scrollbar-width: none;
}

.sliderWrapper .imageList::-webkit-scrollbar {
    display: none;
}

.sliderWrapper .imageList .imageItem {
    width: 360px;
    height: 350px;
    object-fit: cover;
}

.detailsBannerSlider .container .sliderScrollbar {
    height: 24px;
    width: 100%;
    display: flex;
    align-items: center;
    display: none;
}

.sliderScrollbar .scrollbarTrack {
    background: #ccc;
    width: 100%;
    height: 2px;
    display: flex;
    align-items: center;
    border-radius: 4px;
    position: relative;
    display: none;
}

.sliderScrollbar:hover .scrollbarTrack {
    height: 4px;
}

.sliderScrollbar .scrollbarThumb {
    position: absolute;
    background: #000;
    top: 0;
    bottom: 0;
    width: 50%;
    height: 100%;
    cursor: grab;
    border-radius: inherit;
}

.sliderScrollbar .scrollbarThumb:active {
    cursor: grabbing;
    height: 8px;
    top: -2px;
}

.sliderScrollbar .scrollbarThumb::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: -10px;
    bottom: -10px;
}

.dropdown {
    float: left;
    overflow: hidden;
}

.dropdown-toggle.show,
.dropdown-toggle:focus,
.dropdown-toggle:active {
    box-shadow: none !important;
    border-color: transparent !important;
    outline: none !important;
}

.languageSelectorDropdown .form-select {
    border-color: transparent !important;
}

#offcanvasNavbar {
    display: none;

}

/* Styles for mobile and tablets */
@media only screen and (max-width: 1023px) {
    #offcanvasNavbar {
        display: block;

    }

    .sliderWrapper .slideButton {
        display: none !important;
    }

    .sliderWrapper .imageList {
        gap: 0px;
        margin-bottom: 15px;
        scroll-snap-type: x mandatory;
    }

    .sliderWrapper .imageList .imageItem {
        width: 280px;
        height: 380px;
    }

    .sliderScrollbar .scrollbarThumb {
        width: 20%;
    }
}

/* Shop Details */
.shopDetails {
    padding: 25px 0px;
    background-color: #fff;
}

.productShopArea {
    display: flex;
    align-items: center;
    gap: 30px;
}

.shopImage {}

.shopImage img {
    width: 170px;
    height: 170px;
    border-radius: 50%;
    box-shadow: 0px 0px 10px 0px #00000040;
    background-color: #fff;
    padding: 5px;
    object-fit: cover;
}

.shopName {
    display: flex;
    align-items: center;
    gap: 32px;
}

.shopName h4 {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 0;
}

.shopName .shopStatus {
    position: relative;
    font-size: 15px;
    font-weight: 500;
    line-height: 20px;
    color: #61d75f;
}

.shopName .shopStatus::before {
    content: " ";
    position: absolute;
    top: 3px;
    left: -18px;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background-color: #61d75f;
}

.disheHighlight h6 {
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
    color: var(--SitePrimaryColor);
    margin: 5px 0px 10px;
}

/* Custom Tooltip */
.productShareArea {
    display: flex;
    align-items: center;
    gap: 10px;
    height: 100%;
    justify-content: end;
    padding-right: 30px;
}

.productShareArea .tooltip {
    position: relative;
    display: inline-block;
    opacity: 1;
    padding: 10px;
    border: 1px solid #ff3c48;
    background: transparent;
    border-radius: 4px;
    line-height: 0;
    color: #ff3c48;
    transition: 0.4s;
}

.productShareArea .tooltip:hover {
    background: #ff3c48;
    color: #fff;
}

.productShareArea .tooltip.active {
    background-color: #ff3c48;
    color: #fff;
}

.productShareArea .tooltip.active .tooltiptext {
    visibility: visible;
}

.productShareArea .tooltip .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: #ff3c48;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 15px;
    position: absolute;
    z-index: 1;
    bottom: 150%;
    left: 50%;
    margin-left: -60px;
    line-height: 18px;
}

.productShareArea .tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #ff3c48 transparent transparent transparent;
}

.productShareArea .tooltip:hover .tooltiptext {
    visibility: visible;
}

/* Product Details */
.productDetailsMain {
    padding: 32px 0px;
    border-bottom: 1px solid #c1c1c1;
}

.aboutProduct {
    padding: 25px 22px;
    background-color: #fff;
    border: 1px solid #c1c1c1;
    border-radius: 8px;
}

.productHeadings h5 {
    width: 100%;
    position: relative;
    font-weight: 500;
    font-size: 20px;
    line-height: 26px;
}

.productHeadings h5::before {
    content: " ";
    position: absolute;
    top: 30px;
    left: 0;
    height: 2px;
    width: 100%;
    background-color: #e1e1e1;
}

.productHeadings h5::after {
    content: " ";
    position: absolute;
    top: 30px;
    left: 0;
    height: 2px;
    width: 50px;
    background-color: var(--SitePrimaryColor);
}

.aboutProduct p {
    font-size: 15px;
    line-height: 30px;
    font-weight: 400;
    color: #797979;
    margin-top: 16px;
    margin-bottom: 0;
}

.foodsTimesBox {
    padding: 25px 22px;
    background-color: #fff;
    border: 1px solid #c1c1c1;
    border-radius: 8px;
    margin-top: 30px;
}

.foodContent .nav {
    position: relative;
    display: flex;
    align-items: center;
    gap: 30px;
}

.foodContent .nav::before {
    content: " ";
    position: absolute;
    top: 30px;
    left: 0;
    height: 1.5px;
    width: 100%;
    background-color: #e1e1e1;
}

.foodContent .nav::after {
    content: " ";
    position: absolute;
    top: 30px;
    left: 0;
    height: 1.5px;
    width: 50px;
    background-color: var(--SitePrimaryColor);
}

.foodContent .nav-pills .nav-link.active,
.foodContent .nav-pills .nav-link {
    padding: 0;
    background-color: transparent;
    color: #111;
    font-weight: 500;
    font-size: 20px;
    line-height: 26px;
}

.foodAccordion .accordion .accordion-item {
    border: 1px solid #ff3c48;
    margin-bottom: 14px;
    border-radius: 8px;
}

.foodAccordion .accordion .accordion-item button[aria-expanded="true"] {
    /* border-bottom: 1px solid #FF3C48; */
    background-color: #ff3c48;
    color: #fff;
    font-weight: 500;
    font-size: 18px;
}

.foodAccordion .accordion button {
    position: relative;
    display: block;
    text-align: left;
    width: 100%;
    padding: 1em;
    color: #111;
    font-size: 1.15rem;
    font-weight: 500;
    border: none;
    background: none;
    outline: none;
}

.foodAccordion .accordion button:hover,
.foodAccordion .accordion button:focus {
    cursor: pointer;
    color: #111;
}

.foodAccordion .accordion button:hover::after,
.foodAccordion .accordion button:focus::after {
    cursor: pointer;
    color: #03b5d2;
    border: 1px solid #03b5d2;
}

.foodAccordion .accordion button .accordion-title {
    padding: 1em 1.5em 1em 0;
}

.foodAccordion .accordion button .icon {
    display: inline-block;
    position: absolute;
    top: 18px;
    right: 16px;
    width: 22px;
    height: 22px;
    background-color: #ff3c48;
    border-radius: 4px;
    color: #fff;
}

.foodAccordion .accordion button .icon::before {
    display: block;
    position: absolute;
    content: "";
    top: 9px;
    left: 6px;
    width: 10px;
    height: 2px;
    background: currentColor;
}

.foodAccordion .accordion button .icon::after {
    display: block;
    position: absolute;
    content: "";
    top: 5px;
    left: 10px;
    width: 2px;
    height: 10px;
    background: currentColor;
}

.foodAccordion .accordion button[aria-expanded="true"] {
    color: #03b5d2;
}

.foodAccordion .accordion button[aria-expanded="true"] .icon::after {
    width: 0;
}

.foodAccordion .accordion button[aria-expanded="true"]+.accordion-content {
    opacity: 1;
    max-height: 1000px;
    transition: all 200ms linear;
    will-change: opacity, max-height;
}

.foodAccordion .accordion .accordion-content {
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transition: opacity 200ms linear, max-height 200ms linear;
    will-change: opacity, max-height;
}

.foodAccordion .accordion .accordion-content .menuItemDels {
    padding: 16px;
}

.menuItemDelsCart {
    display: flex;
    align-items: center;
    gap: 16px;
    border-bottom: 1px solid #fff3f3;
    padding: 10px 10px;
}

.borderBottomNone {
    border-bottom: none;
}

.menuImage img {
    width: 110px;
    height: 110px;
    border-radius: 50%;
}

.menuHeadingPrice {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.menuHeadingPrice h5,
.menuHeadingPrice h6 {
    margin-bottom: 0;
}

.menuItemDtlText p {
    margin-bottom: 0;
    font-size: 15px;
    line-height: 20px;
    font-weight: 400;
    color: #646464;
}

.menuHeadingPrice h5 {
    font-size: 18px;
    font-weight: 600;
    line-height: 22px;
}

.menuHeadingPrice h6 {
    font-size: 14px;
    font-weight: 600;
    line-height: 18px;
}

.amenitiPointsBox {
    padding: 10px;
}

.aminitiPoints {
    display: flex;
    gap: 5px;
    align-items: center;
}

.aminitiPoints span {
    color: #767676;
}

.aminitiPoints span i {
    color: #ff3c48;
}

.mb10 {
    margin-bottom: 10px;
}

.locationMapping {
    padding: 25px 22px;
    background-color: #fff;
    border: 1px solid #c1c1c1;
    border-radius: 8px;
    margin-top: 40px;
}

.longButtonGroups {
    margin-bottom: 30px;
}

.longButtonGroups a button {
    padding: 15px;
    width: 100%;
    border: none;
    border-radius: 8px;
    font-weight: 600;
    font-size: 15px;
    line-height: 20px;
}

.longButtonGroups a button i {
    margin-right: 6px;
}

.longButtonGroups a button.orderButton {
    background-color: var(--SitePrimaryColor);
    color: #fff;
    margin-bottom: 16px;
}

.longButtonGroups a button.bigcardButton {
    background-color: #181818;
    color: #fff;
}

.openTimeTable {
    padding: 27px 22px;
    background-color: #fff;
    border: 1px solid #c1c1c1;
    border-radius: 8px;
}

.textGreen {
    color: #008001;
    font-weight: 600;
}

.timeTable .table td {
    color: #767676;
}

.timeTable .table {
    margin-bottom: 20px;
}

.timeTable h5 {
    font-size: 20px;
    color: #008001;
    font-weight: 500;
    line-height: 26px;
    margin-bottom: 0;
}

.productPromo {
    width: 100%;
}

.productPromo img {
    width: 100%;
    border-radius: 8px;
}

.productPromo {
    font-size: 20px;
    font-weight: 500;
    line-height: 26px;
    color: #111;
}

.classifiGroups {
    display: flex;
    align-items: center;
    gap: 16px;
    justify-content: space-between;
}

.classifiGroups a .classfiIcon {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #373737;
    margin-bottom: 8px;
}

.classifiGroups a .classfiIcon img {
    width: 20px;
    /* height: 20px; */
}

.classifiGroups a {
    font-size: 13px;
    font-weight: 500;
    text-align: center;
    line-height: 16px;
    color: #111;
}

.classifiedMobile {
    padding: 13px;
    display: none;
}

.showInMobile {
    display: none;
}

.searchInAdvanced {
    margin-bottom: 20px;
}

.searchInAdvanced .mapView button img {
    height: 18px;
    width: 18px;
    margin-right: 5px;
}

.searchInAdvanced .mapView button {
    font-size: 15px;
    border: 1px solid var(--SitePrimaryColor);
}

.searchInAdvanced .selectDishCategory .form-select {
    font-size: 15px;
    min-width: 220px;
    border: 1px solid var(--SitePrimaryColor);
}

.searchInAdvanced .selectDishCategory {
    position: relative;
}

.searchInAdvanced .selectDishCategory .listingIconns {
    position: absolute;
    top: 7px;
    right: 10px;
    color: var(--SitePrimaryColor);
    font-size: 18px;
    background-color: #fff;
}

.advancedSearchingPart .searchOnTop {
    display: none;
}

.dsDesktopNotShowThis {
    display: none;
}

.mobileHeader {}

.mobileHeader .navbarMobile {
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-shadow: 0px 4px 4px 0px #0000001a;
    padding-top: 10px;
    padding-bottom: 10px;
}

.mobileHeader .navbarMobile .logoSider img {
    height: 40px;
}

.mobileHeader .navbarMobile .iconSeder {
    display: flex;
    align-items: center;
}

.iconSeder .notificationIcon {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 1px solid var(--SitePrimaryColor);
    font-size: 15px;
    margin-right: 0;
    position: relative;
}

.iconSeder .notificationIcon .notifiDot {
    position: absolute;
    top: 6px;
    right: 8px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #ff3f22;
}

.iconSeder .userIcon {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 1px solid var(--SitePrimaryColor);
    margin: 0px 10px;
}

.iconSeder .addLister {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background-color: var(--SitePrimaryColor);
    font-size: 15px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.selectLocateHeader .form-select {
    padding: 0;
    font-size: 14px;
    font-weight: 500;
    line-height: 17px;
    border: none;
    width: 135px;
}

.selectLocateHeader label {
    font-size: 13px;
    font-weight: 400;
    line-height: 16px;
    margin-top: -3px;
    color: #535353;
}

.pac-container {
    display: none !important;
}

.selectLocateHeader.position-relative {
    display: none;
}

/* Responsive CSS Starts Here */

@media (max-width: 767px) {

    .bigDotButtonsSide {
        display: block !important;
    }

    .detailsBannerSlider .carousel-item img.d-block.w-100 {
        height: 300px !important;
        object-fit: cover;
    }

    .offcanvas.offcanvas-start {
        width: 380px;
    }

    .productPromo img {
        width: 100%;
        height: 350px;
    }

    .BigDotProfessional {
        right: 0px !important;
        bottom: 30px !important;
        transform: initial !important;
        top: initial !important;
    }

    .detailsBannerSlider .carousel-item {
        height: 300px !important;
        object-fit: cover !important;
    }

    .listGrids button.active,
    .listGrids button:hover {
        margin-left: 10px;
    }

    .mobileViewHeader .mobileHeaderLogo {
        display: block !important;
        width: 80px;
    }

    .mobileSearchLocation {
        display: none !important;
    }

    .portalHeaderLogo {
        display: none;
    }

    .extraDetailsScanner .listViewButtonGroup {
        display: none;
    }

    .webScanner.loader-table {
        display: none;
    }

    .productMainArea .dishPlate {
        display: block;
    }

    .dishPlate .dishesImageSide {
        height: 150px;
    }

    .col-xl-3.col-lg-4.dsplayNotshowinMobile {
        display: none !important;
    }

    .pageContentArea .dsplayNotshowinMobile.show {
        display: block !important;
    }

    .selectLocateHeader.position-relative {
        display: block;
    }

    .filtersMode.mapView a button {
        padding: 10px 15px !important;
        font-size: 18px;
    }

    .mapView button {
        padding: 10px 20px;
    }

    .selectLocateHeader .form-select {
        width: 200px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        padding-right: 40px;
    }

    .logoSider .selectLocateHeader img {
        width: 20px !important;
        height: 20px !important;
        object-fit: contain;
        margin-right: 10px;
    }

    .mobileHeader .navbarMobile {
        padding-bottom: 20px;
    }

    .tabPartwithHeading .groupTags {
        gap: 5px;
    }

    .tabPartwithHeading h6 {
        margin-bottom: 5px !important;
    }

}

.dishReview span.dsplayNotshowinMobile {
    display: none !important;
}

@media (max-width: 576px) {
    .listdetaliImageSider .dishesImageSide img {
        width: 110px;
        height: 110px;
    }
}

@media only screen and (max-width: 1350px) {
    .detailsAreaAeading h1 {
        font-size: 32px;
        line-height: 42px;
    }

    .detailsAreaAeading h1 span {
        font-size: 48px;
        line-height: 62px;
    }

    .forntPageDetailsArea {
        padding: 40px 40px;
    }

    .locationSearchArea input::placeholder {
        font-size: 14px;
    }

    .otherSearchArea input::placeholder {
        font-size: 14px;
    }

    .locationSearchArea,
    .otherSearchArea {
        height: 50px;
    }

    .locationSearchIcon img {
        width: 14px;
    }

    .locationSearchArea input {
        padding-left: 45px;
    }

    .otherSearchtext {
        font-size: 14px;
        top: 25px;
        left: 14px;
    }

    .otherSearchArea input {
        padding-left: 55px;
    }

    .otherSearchArea .searchButton button {
        padding: 9px 18px;
        font-size: 15px;
    }

    .spotlightArea h6 {
        margin-bottom: 65px;
    }

    .spotLightIcon img {
        height: 70px;
    }

    .spotTagLines {
        padding-left: 25px;
        gap: 10px;
    }

    .spotTagLines a {
        font-size: 14px;
    }

    .classifiexIconFeatured {
        margin-bottom: 35px;
    }

    .frontMainAreaWithTags {
        margin-bottom: 30px;
    }

    header .nav .bigDotlogo {
        margin-right: 15px;
    }

    .searchNavigation .locationSearchAreaHeader,
    .searchNavigation .locationSearchAreaHeader input {
        width: 180px;
    }

    .searchNavigation .locationSearchAreaHeader .locationSearchIcon img {
        width: 14px;
    }

    .searchNavigation .locationSearchAreaHeader input {
        padding-left: 40px;
    }

    .searchNavigation .otherSearchAreaHeader input {
        width: 465px;
    }

    .searchNavigation .locationSearchAreaHeader .locationSearchIcon {
        left: 15px;
    }

    .plateTwo img,
    .plateOne img {
        width: 600px;
    }

    .searchHeadingArea .searchHeading {
        font-size: 15px;
        line-height: 18px;
    }

    .clearSearch {
        font-size: 14px;
        line-height: 18px;
    }

    .innerSearch h6 {
        margin-bottom: 10px !important;
        font-size: 15px;
        line-height: 18px;
    }

    .checkList {
        flex-wrap: wrap;
    }

    .checkList .form-check {
        width: 100%;
    }

    .searchMainBtn button {
        font-size: 18px;
        line-height: 22px;
    }

    .dishesDetailsSide .dishName {
        font-size: 15px;
        line-height: 20px;
    }

    .dishesImageSide img {
        width: 100%;
        height: 150px;
    }

    .dishPlate .dishesDetailsSide {
        position: relative;
        width: 100%;
        margin-top: 10px;
    }

    .tagSpan {
        top: 0px;
    }

    .dishesDetailsSide .dishHighlight {
        font-size: 13px;
    }

    .productAvilableDtls ul li {
        margin-bottom: 3px;
    }

    .productAvilableDtls ul li .icons,
    .productAvilableDtls ul li .text {
        font-size: 13px;
    }

    .productSaveDetails .detailsView button {
        font-size: 14px;
        /* line-height: 18px; */
    }

    .dishReview {
        font-size: 12px;
        line-height: 16px;
    }

    .listViewButtonGroup a button {
        padding: 10px 22px;
        font-size: 15px;
        line-height: 20px;
    }
}

@media only screen and (max-width: 1200px) {
    .detailsAreaAeading h1 span {
        font-size: 35px;
        line-height: 46px;
    }

    .detailsAreaAeading h1 {
        font-size: 28px;
        line-height: 36px;
    }

    .forntPageDetailsArea {
        padding: 20px 20px;
    }

    .tabPartwithHeading {
        padding: 20px 20px 0px;
    }

    .tabPartwithHeading .tagButton {
        padding: 6px 18px;
        font-size: 14px;
        line-height: 18px;
    }

    .bigDotallMenu.searchNavigation {
        display: none;
    }

    .bigDotMenuside {
        justify-content: end;
    }

    .plateTwo img,
    .plateOne img {
        width: 550px;
    }

    .pageHeading h2 {
        font-size: 26px;
        line-height: 36px;
    }

    .pageBannerText {
        position: relative;
        z-index: 1;
    }

    .bannerImageArea {
        opacity: 0.4;
    }

    .allSearchAreas {
        justify-content: end;
        flex-wrap: wrap;
    }

    .mapView button {
        font-size: 16px;
    }

    .mapView button img {
        width: 16px;
        height: 16px;
    }

    .field .ng-select-container {
        height: 36px;
        padding: 10px 20px;
    }

    .selectDishCategory .form-select {
        font-size: 14px;
        min-width: 200px;
    }

    .listdetaliImageSider .dishesImageSide img {
        width: 110px;
        height: 110px;
    }

    .dishPlateListView .listdetaliImageSider .dishesDetailsSide .dishName {
        font-size: 15px;
        line-height: 20px;
    }

    .dishPlateListView .listdetaliImageSider .dishesDetailsSide .dishHighlight {
        font-size: 14px;
        line-height: 18px;
        margin-bottom: 6px;
    }

    .dishPlateListView .listdetaliImageSider .dishesDetailsSide .productAvilableDtls ul li .text {
        font-size: 13px;
        line-height: 18px;
    }

    .dishPlateListView .listdetaliImageSider .dishesDetailsSide .productAvilableDtls ul li {
        margin-bottom: 3px;
    }

    .checkAndPromote {
        margin-bottom: 12px;
    }

    .verifyData span img {
        height: 20px;
    }

    .promoteArea button {
        font-size: 12px;
        line-height: 16px;
    }

    .scannerImage img {
        width: 65px;
        height: 65px;
    }

    .listViewButtonGroup a button {
        gap: 10px;
    }

    .listViewButtonGroup a button {
        padding: 8px 10px;
        font-size: 14px;
        line-height: 18px;
    }

    .dishPlateListView .listdetaliImageSider .dishesDetailsSide .productSaveDetails {
        margin-top: 5px;
    }

    .dishPlateListView .listdetaliImageSider .productSaveDetails .bookmark button {
        font-size: 14px;
    }

    .classifiexIconFeatured .textSider h6 {
        font-size: 15px;
        margin-bottom: -5px;
    }

    .classifiexIconFeatured .textSider p {
        font-size: 13px;
    }

    .tabPartwithHeading .tagButton {
        padding: 6px 12px;
        font-size: 13px;
    }

    .smallTag {
        font-size: 13px;
        font-weight: 400;
        line-height: 21px;
        padding: 8px 14px;
        border: none;
        outline: none;
        background-color: #e4e4e4;
        color: #000;
        border-radius: 8px;
        transition: 0.3s;
    }

    .classifiexIconFeatured .iconSider img {
        width: 22px;
        height: 22px;
    }

    .dealsAreaIcon h6 {
        font-size: 14px;
        font-weight: 600;
        line-height: 22px;
        text-align: center;
        margin-top: 10px;
        margin-bottom: 0;
    }

    .tabPartwithHeading h6 {
        font-size: 14px;
        font-weight: 600;
        line-height: 22.5px;
        color: #000;
        margin-bottom: 0px;
    }

    .bigDotallMenu ul li a {
        font-size: 14px;
        font-weight: 500;
        line-height: 25px;
        color: #000;
    }

    .bigDotSignup a {
        font-size: 13px;
        line-height: 20px;
        color: #000;
        font-weight: 400;
    }

    .bigDotListing .listingBtn span i {
        font-size: 18px;
        margin-right: 6px;
    }

    .bigDotListing .listingBtn span {
        font-size: 14px;
        font-weight: 500;
        line-height: 22.5px;
        color: #fff;
    }

    .bigDotButtonsSide a {
        font-size: 14px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        width: 100px;
    }

    .bigDotListing .listingBtn {
        padding: 4px 14px;
        color: #fff;
        background-color: var(--DefaultButtonBgColor);
        border: none;
        border-radius: 7px;
        display: flex;
        align-items: center;
    }

    .footerLinks p {
        font-size: 13px;
        font-weight: 500;
        line-height: 20px;
        color: #646464;
        margin-bottom: 0;
    }

    header .nav .bigDotlogo a img {
        height: 30px;
    }

    header {
        background-color: #fff;
        padding: 6px 0px;
    }

    .classifiedHeading h6 {
        font-size: 14px;
        font-weight: 500;
        line-height: 22.5px;
        color: #000;
        margin-bottom: 10px;
    }

    .classifiexIconFeatured {
        margin-bottom: 18px;
    }

    .field .form-control,
    .field .form-select {
        height: 38px;
        border: 1px solid #c1c1c1;
        font-size: 13px;
    }

    .siteBanner {
        padding: 16px 0px;
    }

    .pageBannerText .breadcrumb .breadcrumb-item a {
        font-size: 15px;
    }

    .pageBannerText .breadcrumb .breadcrumb-item.active {
        font-size: 15px;
    }

    .searchMainBtn button {
        font-size: 15px;
        line-height: 22px;
    }

    .searchMainBtn button {
        padding: 8px 25px;
    }
}

@media only screen and (max-width: 992px) {
    .locationSearchArea {
        margin-bottom: 20px;
    }

    .spotLightIcon {
        display: none;
    }

    .spotTagLines {
        padding: 0;
    }

    .spotlightArea h6 {
        margin-bottom: 20px;
    }

    .smallTag {
        font-size: 12px;
        line-height: 18px;
        padding: 8px 12px;
    }

    .mainAreaTags {
        gap: 10px;
    }

    .shopName h4 {
        font-size: 22px;
        line-height: 26px;
    }

    .shopName .shopStatus {
        font-size: 13px;
        line-height: 16px;
    }

    .shopName .shopStatus::before {
        top: 3px;
        left: -15px;
        width: 9px;
        height: 9px;
    }

    .productShareArea {}
}

@media only screen and (max-width: 765px) {
    .small_screen_off {
        display: none;
    }

    .smallScrinOrder {
        order: 2;
    }

    header .nav .bigDotlogo a img {
        height: 40px;
    }

    header {
        padding: 7px 0px;
    }

    .detailsAreaAeading h1 {
        font-size: 30px;
        line-height: 38px;
        font-weight: 400;
        text-align: center;
        margin-bottom: 15px;
        margin-top: 15px;
    }

    .detailsAreaAeading h1 span {
        font-size: 38px;
        line-height: 38px;
        font-weight: 500;
    }

    .frontMainAreaWithTags h6 {
        margin-top: 15px;
    }

    .bigDotFrontPage {
        padding: 10px;
        background-color: #fff;
    }

    .forntPageDetailsArea {
        padding: 25px 15px;
    }

    .smallScreenPxoff {
        padding: 0px;
    }

    .locationSearchArea {
        margin-bottom: 10px;
    }

    .otherSearchArea .searchButton button {
        padding: 10px;
        background-color: var(--SitePrimaryColor);
    }

    .smallTag.active {
        background-color: var(--SitePrimaryColor);
    }

    .smallTag:hover {
        background-color: var(--SitePrimaryColor);
    }

    .detailsAreaAeading h1 span {
        color: var(--SitePrimaryColor);
    }

    .otherSearchtext {
        color: var(--SitePrimaryColor);
    }

    .dealsAreaIcon {
        margin: 20px 0px;
    }

    .spotLightIcon {
        display: block;
    }

    .spotLightIcon img {
        height: 55px;
    }

    .spotlightArea h6 {
        margin-bottom: 50px;
    }

    .spotTagLines {
        padding-left: 18px;
    }

    .spotTagLines a {
        font-size: 13px;
        line-height: 16px;
        border-bottom: 1px solid #f04657;
        /* -moz-border-image: -moz-linear-gradient(left, #F15A25 0%, var(--SitePrimaryColor) 100%);
        -webkit-border-image:  -webkit-gradient(left, #F15A25 0%, var(--SitePrimaryColor) 100%);
        -webkit-border-image:  -webkit-linear-gradient(left, #F15A25 0%, var(--SitePrimaryColor) 100%);
        -o-border-image: -o-linear-gradient(left, #F15A25 0%, var(--SitePrimaryColor) 100%); */
    }

    .classifiedMobile {
        display: none;
    }

    .fontPageLeftPanel {
        border: none;
    }

    .tabPartwithHeading {
        padding: 10px 13px 0px;
        border-bottom: none;
    }

    .mobileViewSect {
        padding: 13px 16px;
        background-color: #fff6f2;
        border-radius: 8px;
    }

    .classifiedPart {
        display: block;
    }

    .tabPartwithHeading .tagButton {
        background-color: var(--SiteSecondaryColor);
    }

    .dishesDetailsSide .dishHighlight {
        font-size: 12px;
        line-height: 14px;
    }

    .pageBannerText .breadcrumb .breadcrumb-item a {
        font-size: 14px;
        line-height: 18px;
    }

    .pageBannerText .breadcrumb .breadcrumb-item.active {
        font-size: 14px;
        line-height: 18px;
    }

    .breadcrumb {
        display: flex;
        align-items: center;
    }

    .pageHeading h2 {
        font-size: 22px;
        line-height: 28px;
    }

    .mobileOrderTwo {
        order: 2;
    }

    .searchHeadingArea .searchHeading {
        font-size: 18px;
        line-height: 24px;
    }

    .clearSearch {
        font-size: 15px;
        line-height: 18px;
    }

    .productAvilableDtls ul li {
        margin-bottom: 0;
    }

    .productAvilableDtls ul li .icons,
    .productAvilableDtls ul li .text {
        font-weight: 500;
        font-size: 14px;
    }

    .productSaveDetails .bookmark button {
        font-size: 14px;
    }

    .mobileOrderThree {
        order: 3;
    }

    .pageContentArea {
        background-color: #fff;
    }

    .checkList .form-check {
        width: 48%;
    }

    .showInMobile {
        display: block;
        order: 1;
    }

    .showInMobile .productMainArea {
        height: inherit;
    }

    .dsplayNotshowinMobile {
        display: block !important;
        padding-top: 10px;

    }

    .advancedSearchingPart .searchOnTop {
        display: block;
    }

    .productMainArea {
        height: inherit;
    }

    .searchHeadingArea.mb30 {
        margin-bottom: 20px;
    }

    .productMainAreaMobileView {
        padding: 0;
        border: none;
    }

    .dsDesktopNotShowThis {
        display: block;
    }

    .mapMainArea {
        height: inherit;
    }

    .footerLinks {
        text-align: center;
    }

    .footerLinks .text-end {
        text-align: center !important;
        margin-top: 15px !important;
    }

    .sliderWrapper .imageList .imageItem {
        width: 185px;
        height: 150px;
    }

    .shopImage img {
        width: 80px;
        height: 80px;
    }

    .productShopArea {
        display: flex;
        align-items: flex-start;
        gap: 15px;
    }

    .productShareArea {
        margin-top: 25px;
        justify-content: center;
    }

    .disheHighlight h6 {
        margin-bottom: 5px;
    }

    .menuItemDelsCart {
        /* align-items: flex-start; */
        gap: 10px;
        flex-direction: column;
    }

    .menuImage img {
        width: 80px;
        height: 80px;
    }

    .searchInAdvanced .selectDishCategory .form-select {
        min-width: 190px;
    }

    .countryCity li.custom-suggestion-item.lightDarkPurple {
        color: #161616;
        font-size: 15px;
    }

    .locationSearchArea .suggestion-content strong {
        font-size: 14px;
        font-weight: 400;
        color: #3d3d3d;
    }

    .languageSelectorDropdown .form-select {
        padding: 2px 8px !important;
        width: 100px !important;
        border-color: transparent !important;
    }
}

/* Responsive CSS Ends Here */
.filtersMode.mapView {
    display: none;
}

.locationSearchArea .suggestion-content strong {
    font-size: 15px;
    font-weight: 500;
    color: #777777;
}

.locationSearchArea li.custom-suggestion-item h5 {
    font-size: 17px;
    margin: 5px 0px;
    font-weight: 500;
    color: var(--SitePrimaryColor);
}

.locationSearchArea .custom-suggestion-item {
    padding: 3px 10px !important;
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
}

.otherSearchArea .dropdown-list li {
    padding: 4px 10px !important;
    font-size: 14px;
}

.countryCity li.custom-suggestion-item.lightDarkPurple {
    background: var(--SiteSecondaryColor) !important;
    color: #161616;
    font-size: 18px;
    border-radius: 8px;
    font-weight: 500;
    vertical-align: middle;
    padding: 10px !important;
}

.countryCity .lightDarkPurple img.img-fluid {
    margin-right: 5px;
    vertical-align: text-bottom;
    width: 20px;
}

.custom-dropdown.countryCity {
    width: 470px;
    padding: 10px !important;
    border-radius: 8px;
    /* margin-top: 5px !important; */
}

.listdetaliImageSider .dishesImageSide {
    position: relative;
    height: 100%;
}

::-webkit-scrollbar {
    width: 5px;
}

::-webkit-scrollbar-thumb {
    background: var(--SitePrimaryColor);
}

.otherSearchArea ul.dropdown-list {
    border-radius: 8px;
    margin-top: 5px !important;
}

.countryDropIcon {
    width: 20px;
}

.dropdown-list {
    position: absolute;
    background: white;
    border: 1px solid #ccc;
    max-height: 222px;
    overflow-y: auto;
    z-index: 1000;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
}

.dropdown-list li {
    padding: 10px;
    cursor: pointer;
}

.dropdown-list li:hover {
    background-color: #f0f0f0;
}

.liveBigDotSupport2 ul.dropdown-menu {
    /* max-height: 300px; */
    max-height: 325px;
    overflow-y: scroll;
    margin-top: 5px !important;
    width: 350px;
    padding: 10px !important;
    overflow-x: hidden;
}

.liveBigDotSupport2 ul.dropdown-menu li a.dropdown-item {
    padding: 8px 10px !important;
    cursor: pointer;
    border-bottom: 1px dashed #cbcbcb;
}

.liveBigDotSupport2 ul.dropdown-menu li a.dropdown-item span {
    margin-left: 0.5rem !important;
}

.liveBigDotSupport2 .input-group-prepend .input-group-text {
    padding: 12px;
    background-color: #ffffff;
    border: 1px #3a1593 solid;
    border-radius: 10px !important;
}

.liveBigDotSupport2 .form-control {
    background-color: #ffffff !important;
    font-size: 14px;
    border: 1px #3a1593 solid;
    border-radius: 10px !important;
    margin-left: 5px !important;
}

.bigDotButtonsSide ul.dropdown-menu {
    max-height: 325px;
    overflow-y: scroll;
    margin-top: 5px !important;
    width: 250px;
    padding: 10px !important;
    overflow-x: hidden;
}

.bigDotButtonsSide ul.dropdown-menu li a.dropdown-item {
    padding: 8px 10px !important;
    cursor: pointer;
    border-bottom: 1px dashed #cbcbcb;
    width: 100%;
}

.filterBox .checkbox.form-check-input {
    background-color: #fb5607;
    border-color: #fb5607;
    margin-right: 10px;
}

.locationSearchIcon img {
    filter: invert(44%) sepia(82%) saturate(2886%) hue-rotate(347deg) brightness(98%) contrast(93%);
}

.dealsAreaIcon {
    cursor: pointer;
    text-align: center;
}

.textSider {
    cursor: pointer;
}

.cardsOfferInfo {
    color: var(--Primary_Color);
}

.voucherBtn {
    color: #ffffff;
    background-color: #fb5607;
    border-color: #fb5607;
}

.offerHeading {
    font-size: 20px;
}

/* Support Modal CSS */

.SupportContainer {
    padding: 20px !important;
}

.cHeaderRight span {
    position: absolute;
    right: 20px;
    top: 32px;
    background: #3a1593;
    padding: 10px;
    color: #fff;
}

.mycityBgColor2 {
    color: #3a1593;
    font-size: 22px;
    margin-bottom: 20px;
}

.countryCode.searchLocation form.row.mb25 {
    margin-top: 20px;
}

.mobileViewHeader .iconSeder {
    align-items: center;
}

.BigDotData table,
th,
td {
    border: 1px #3a1593 solid;
    border-collapse: collapse;
    padding: 8px;
    font-weight: normal;
    font-size: 11px;
    color: #000;
    text-align: left;
}

table.BigDotData {
    width: 100%;
}

.BigDotSupport1 img {
    width: 125px;
    margin: 10px 0px 25px;
}

/* Support Modal CSS */

@media (max-width: 420px) {
    .smallTag {
        font-size: 12px;
        padding: 6px 8px;
    }

    .offcanvas.offcanvas-start {
        width: 320px;
    }

    .locationSearchArea .custom-dropdown.countryCity {
        width: 330px !important;
    }

    .otherSearchArea .custom-dropdown.countryCity {
        width: 330px !important;
    }

    .field .ng-select-container {
        height: 40px !important;
        padding: 10px 6px;
    }

    .allSearchAreas .mapView button {
        padding: 10px 10px;
    }

    .filtersMode.mapView a button {
        padding: 10px 10px !important;
        font-size: 16px;
    }
}

@media screen and (max-width: 768px) {
    .custom-dropdown.countryCity {
        width: 398px !important;
    }

    .dsplayNotshowinMobile {
        display: block !important;
        padding-bottom: 10px;
    }
}

/* header css start here */

/* .logoSider li.nav-item {
    padding: 0px 0px 0px 50px;
} */

.bigDotSignup {
    margin-left: 48px;
    margin-right: 125px;
    position: absolute;
    right: 400px;
}

li.bigDotListing.smallScreenOff {
    position: absolute;
    right: 370px;
}

.mobileViewHeader {
    position: absolute;
    right: 0px;
}

.logoSider .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
    position: relative;
}

li.bigDotListing.smallScreenOff a.nav-link {
    padding: 0px;
}

@media (max-width: 767px) {
    li.bigDotListing.smallScreenOff {
        position: initial;
        right: 200px;
    }

    .filtersMode.mapView {
        display: block;
    }

    .bigDotSignup {
        position: initial;
    }

    .mobileViewHeader {
        position: initial;
        right: 0px;
    }

    /* .countryCode.searchLocation.screeenShowHide {
        display: none;
    } */

    .bannerImageArea {
        height: initial;
    }

    .logoSider li.nav-item {
        padding: 0px 0px 0px 0px;
    }

    .logoSider.deskTopScreen img.heignt25px {
        display: none;
    }
}

/* header css end here */

/* wedding collections css start here */

.instaCitiTopHeaderSection {
    background: #ce3782;
    color: #fff;
    font-size: 12px;
    padding: 6px 0px;
}

.instaCitiUnderLeft {
    text-align: right;
}

.instaCitiUnderLeft span {
    margin-left: 10px;
}

.instaCitiMenuSection {
    padding: 8px 0px;
    background: #ffe4e1;
    /* background: -moz-linear-gradient(left, #eaeaea 0%, #ffffff 100%);
    background: -webkit-linear-gradient(left, #eaeaea 0%, #ffffff 100%);
    background: linear-gradient(to right, #eaeaea 0%, #ffffff 100%); */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eaeaea', endColorstr='#ffffff', GradientType=1);
    box-shadow: 0px 10px 10px 0px #00000026;
    position: relative;
    z-index: 5;
}

.logoSet img {
    width: 50px;
}

.logoSet span {
    position: relative;
    top: 9px;
    left: -20px;
}

.instaLoginHere {
    text-align: right;
    position: relative;
    top: 4px;
}

.instaLoginHere button {
    font-size: 12px;
}

.instaLoginHere p {
    font-size: 11px;
    position: relative;
    top: 3px;
}

.instaCitiMenu {
    justify-content: center;
    display: flex;
    margin-top: 5px;
    text-transform: capitalize;
}

.topnav {
    overflow: hidden;
    /*background-color: #333;*/
}

.topnav a {
    float: left;
    display: block;
    color: #000;
    text-align: center;
    padding: 14px 10px;
    text-decoration: none;
    font-size: 13px;
}

.active {
    /*background: #e21414;*/
    color: white;
}

.topnav .icon {
    display: none;
}


.dropdown .dropbtn {
    font-size: 13px;
    border: none;
    outline: none;
    color: #000;
    padding: 14px 10px;
    background-color: inherit;
    font-family: inherit;
    margin: 0;
    text-transform: capitalize;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 5;
}

.dropdown-content a {
    float: none;
    color: #2420ca;
    padding: 5px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
    font-size: 12px;
}

.topnav a:hover,
.dropdown:hover .dropbtn {
    background-color: #bd0c0c;
    color: white;
    transition: all 0.5s ease-out 0s;
}

.dropdown-content a:hover {
    background-color: #ddd;
    color: black;
    transition: all 0.5s ease-out 0s;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.dpCustomWidth i {
    width: 15px;
    height: 15px;
    text-align: center;
    color: #ce3782;
}

.dropdown,
.dropup {
    position: static;
}

.btn-default {
    color: #fff;
    background-color: #28acce;
    border-radius: 0;
    padding: 7px 20px;
    font-size: 12px;
    border: 0px;
    display: inline-block;
}

.btn-default:hover {
    transition: all 0.5s ease-out 0s;
    background-color: #2bd3ff;
    color: #fff;
}

.DpBground {
    background: url(http://resources.manikworks.com/instaportalimg/bridleweresee.jpg);
    background-size: 100% 100%, cover;
}

.dpCustomWidth {
    width: 100%;
    left: 0;
}

.instaDpArrow:before {
    content: "\f0dd";
    width: 0;
    height: 0;
    position: absolute;
    color: #ce3782;
    font: normal normal normal 14px/1 FontAwesome;
    top: -18px;
    font-size: 30px;
    left: 43%;
}

.dpCustomWidth ul {
    width: 50%;
    float: left;
    padding: 20px 0px;
    margin: 0px;
}

.dpCustomWidth h4 {
    text-align: left;
    padding-left: 20px;
    font-weight: bold;
    color: #ce3782;
    font-size: 16px;
}

.instaDpArrow a:hover {
    transition: all 0.5s ease-out 0s;
    padding-left: 5px;
}

.instaCitiRegisterArea {
    width: 100%;
    float: left;
    border-top: 1px #ff7cf0 solid;
}

.regsterOne {
    width: 50%;
    float: left;
    text-align: left;
    padding: 14px 10px;
    font-size: 11px;
}

.regsterOne a {
    text-align: left;
}

.regsterTwo {
    width: 50%;
    float: left;
    text-align: right;
    padding: 14px 20px;
    color: #ff0000;
    font-size: 11px;
}

.regsterTwo a {
    text-align: right;
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .topnav a {
        display: none;
    }

    .topnav a.icon {
        width: 100%;
        padding: 6px;
        margin: 10px 0px;
        background: #bd2c73;
    }

    .topnav a:not(:first-child),
    .dropdown .dropbtn {
        display: none;
    }

    .topnav a.icon {
        float: right;
        display: block;
    }

    .topnav.responsive {
        position: relative;
    }

    .topnav.responsive .icon {
        position: absolute;
        right: 0;
        top: 0;
    }

    .topnav.responsive a {
        float: none;
        display: block;
        text-align: left;
    }

    .topnav.responsive .dropdown {
        float: none;
    }

    .topnav.responsive .dropdown-content {
        position: relative;
    }

    .topnav.responsive .dropdown .dropbtn {
        display: block;
        width: 100%;
        text-align: left;
    }
}

@media only screen and (min-width: 240px) and (max-width: 479px) {
    .topnav a {
        display: none;
    }

    .topnav a.icon {
        width: 100%;
        padding: 6px;
        margin: 10px 0px;
        background: #bd2c73;
    }

    .topnav a.icon {
        width: 100%;
        padding: 6px;
        margin: 10px 0px;
        background: #bd2c73;
    }

    .topnav a {
        display: none;
    }

    .topnav a:not(:first-child),
    .dropdown .dropbtn {
        display: none;
    }

    .topnav a.icon {
        float: right;
        display: block;
    }

    .topnav.responsive {
        position: relative;
    }

    .topnav.responsive .icon {
        position: absolute;
        right: 0;
        top: 0;
    }

    .topnav.responsive a {
        float: none;
        display: block;
        text-align: left;
    }

    .topnav.responsive .dropdown {
        float: none;
    }

    .topnav.responsive .dropdown-content {
        position: relative;
    }

    .topnav.responsive .dropdown .dropbtn {
        display: block;
        width: 100%;
        text-align: left;
    }

    .instaCitiMenu {
        display: inline;
    }

    .example-1 {
        width: auto !important;
    }

    .form-group {
        margin-bottom: 0px;
    }
}

@media only screen and (min-width: 240px) and (max-width: 479px) {
    .logoSet {
        text-align: center;
    }
}

/* Styling the header */
.weddingHeaderSection {
    position: relative;
    background-image: url("https://dkzxkcjlbnjui.cloudfront.net/uploads/media/images/wedding-collection.jpg");
    /* Replace with the image's path */
    background-size: cover;
    background-position: center;
    text-align: center;
    display: flex;
    align-items: center;
    height: 450px;
    color: white;
    padding: 100px 20px;
}

.giftflowerHeaderSection {
    position: relative;
    background-image: url("https://www.wenghoa.com/wp-content/uploads/2022/06/BLOG-02.png");
    /* Replace with the image's path */
    background-size: cover;
    background-position: center;
    text-align: center;
    display: flex;
    align-items: center;
    height: 450px;
    color: white;
    padding: 100px 20px;
}

.partycelebrateHeaderSection {
    position: relative;
    background-image: url("https://cf.ltkcdn.net/celebrations/parties/images/orig/341607-1600x1066-birthday-party-names-1001540940.jpg");
    /* Replace with the image's path */
    background-size: cover;
    background-position: center;
    text-align: center;
    display: flex;
    align-items: center;
    height: 450px;
    color: white;
    padding: 100px 20px;
}

.weddingHeaderSection .weddingHeaderHeading {
    font-size: 64px;
}

.weddingHeaderSection .weddingHeaderText {
    font-size: 18px;
}

.weddingHeaderSection::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #d1603e;
    /* Overlay color */
    opacity: 0.5;
    /* Adjust the opacity as needed */
    z-index: 1;
    /* Ensure itÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬ ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬ ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬ ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬ ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬ ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬ ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬ ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬ ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬ ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬ ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬ ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬ ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬ ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬ ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬ ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬ ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬ ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬ ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬ ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬ ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬ ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬ ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬ ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬ ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬ ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬ ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬ ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬ ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬ ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬ ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬ ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬ ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬ ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬ ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬ ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬ ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬ ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬ ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬ ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬ ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬ ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬ ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬ ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬ ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬ ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬ ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬ ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬ ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬ ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬ ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬ ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬ ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬ ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬ ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬ ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬ ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬ ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬ ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬ ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬ ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬ ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬ ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬ ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬ ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬ ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬ ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬ ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬ ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬ ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬ ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬ ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬ ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬ ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬ ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬ ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬ ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬ ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬ ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬ ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬ ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬ ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬ ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬ ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬ ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬ ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬ ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬ ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬ ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬ ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬ ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬ ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬ ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬ ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬ ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬ ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬ ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬ ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬ ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬ ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬ ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬ ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬ ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬ ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬ ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬ ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬ ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬ ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬ ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬ ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬ ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬ ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬ ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬ ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬ ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬ ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬ ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬ ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬ ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬ ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬ ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢s on top of the background */
}

.weddingHeaderSection * {
    position: relative;
    z-index: 2;
    /* Ensures text and content are above the overlay */
}

.weddingHeaderSection .searchBar {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    padding: 10px 12px;
    background: #fff;
    background-size: cover;
    border-radius: 10px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    border: 1px solid #e3e3e3;
    color: white;
}

.weddingHeaderSection .searchBar .locationBox {
    display: flex;
    align-items: center;
    background: #ffe4e1;
    border-radius: 5px;
    padding: 10px 15px;
    margin-right: 10px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.weddingHeaderSection .searchBar .locationBox i {
    font-size: 18px;
    color: #ff6f61;
    margin-right: 8px;
}

.weddingHeaderSection .searchBar .locationBox span {
    font-size: 16px;
    color: #333;
    white-space: nowrap;
}

.weddingHeaderSection .searchBar input {
    flex: 1;
    border: none;
    outline: none;
    font-size: 16px;
    color: #333;
    padding: 10px 20px;
    background: transparent;
}

.weddingHeaderSection .searchBar input::placeholder {
    color: #aaa;
}

.weddingHeaderSection .searchBar button {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    color: #ff6f61;
    border: none;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    cursor: pointer;
}

.weddingHeaderSection .searchBar button i {
    font-size: 18px;
}

/* Media Query for Mobile Devices */
@media (max-width: 767px) {
    .weddingHeaderSection .searchBar {
        padding: 0 12px;
        /* Adjust padding for smaller screen */
        max-width: 100%;
        /* Full width on mobile */
    }

    .weddingHeaderSection .searchBar .locationBox {
        display: none;
    }

    .weddingHeaderSection .searchBar input {
        width: 100%;
        /* Input field takes full width */
    }

    .weddingHeaderSection .searchBar button {
        width: 50px;
        /* Slightly larger button for better touch interaction */
        height: 50px;
    }

    .weddingHeaderSection .weddingHeaderHeading {
        font-size: 30px;
    }

    .weddingHeaderSection .weddingHeaderText {
        font-size: 14px;
    }

    .weddingCategoryCards .categoryCardOne img {
        width: 170px !important;
    }
}

/* Styling the category cards */
.weddingCategoryCards {
    padding: 40px 20px;
}

.weddingCategoryCards .categoryCardOne {
    display: flex;
    align-items: center;

    border-radius: 10px;
    margin: 20px 0;
}

.photographersCard {
    background-color: #ffe8e0;
}

.venuesCard {
    background-color: #ffefce;
}

.makeupCard {
    background-color: #d4bbd0;
}

.bridalWearCard {
    background-color: #c6e8e4;
}

.groomWearCard {
    background-color: #e0b669;
}

.jewelleryCard {
    background-color: #f2d8d4;
}

.weddingCategoryCards .categoryCardOne img {
    width: 250px;
    height: 175px;
    border-radius: 10px 0 0 10px;
    object-fit: cover;
    clip-path: polygon(30% 0%, 70% 0%, 100% 0, 84% 100%, 30% 100%, 0 100%, 0 0);
    margin-right: 20px;
}

.weddingCategoryCards .categoryCardOne .categoryCardHeading {
    font-size: 22px;
}

.weddingCategoryCards .categoryCardOne .categoryCardPara {
    font-size: 16px;
}

.weddingCategoryCards .categoryCard h5 {
    margin: 0;
    font-size: 1.2rem;
    font-weight: bold;
}

.weddingCategoryCards .categoryCard p {
    margin: 5px 0 0;
    font-size: 0.9rem;
    color: #555;
}

.weddingCategoryCards .categoryHeading {
    color: #aeaeae;
    font-size: 20px;
}

/* wedding collections css end here */

.cursorPointer {
    cursor: pointer;
}

div#offcanvasBottom {
    height: 60vh;
    width: 500px;
    margin: auto;
    border-radius: 20px 20px 0 0;
}

.offcanvas-backdrop {
    opacity: 0;
    transition: opacity 0.15s linear;
}

.offcanvas-backdrop.show {
    opacity: 0.5;
}

/* Live Media Query */
@media screen and (max-width: 768px) {

    .otherSearchArea input,
    .locationSearchArea input {
        height: 100%;
    }

    .locationSearchIcon {
        position: absolute;
        top: 13px;
        left: 16px;
    }

    .dishesDetailsSide .dishName {
        font-size: 16px !important;
        max-width: 150px !important;
        -webkit-line-clamp: 1 !important;
    }
}

.countryDropdownText {
    font-size: 14px;
}

.fi {
    border-radius: 3px;
}

.dropdown-item.active,
.dropdown-item:active {
    background-color: var(--SitePrimaryColor) !important;
}

.noRecordFound img {
    width: 350px !important;
}

.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value {
    background-color: var(--SiteSecondaryColor) !important;
}

.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-selected,
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-selected.ng-option-marked {
    background-color: var(--SiteSecondaryColor) !important;
}

.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-marked {
    background-color: var(--SiteSecondaryColor) !important;
}

.portalHeaderLogo {
    width: 100px;
    cursor: pointer;
}

.form-control {
    padding: 10px 10px;
    border-radius: 10px;
}

.mobileViewHeader .mobileHeaderLogo {
    display: none;
}

.foodContent .accordion-button::after {
    display: none;
}

.foodContent .accordion-button .icon-wrapper {
    margin-left: auto;
    display: flex;
    align-items: center;
}

.foodContent .accordion-button .toggle-icon {
    font-size: 1.2rem;
    transition: transform 0.3s ease;
}

.foodContent .accordion-button.collapsed .toggle-icon {
    content: "\f067";
}

.foodContent .accordion-button:not(.collapsed) .toggle-icon {
    content: "\f068";
}

.foodContent .accordion-item {
    border: 0px !important;
    margin-bottom: 10px;
}

.foodContent .accordion-item button.accordion-button {
    justify-content: space-between;
    background: var(--SitePrimaryColor);
    color: #fff !important;
    border-radius: 10px !important;
}

.timeTable {
    overflow-x: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
    margin-top: 15px;
}

.table {
    width: 100%;
    border-collapse: collapse;
}

.table th,
.table td {
    padding: 15px !important;
    border: 1px solid #ddd;
    min-width: 90px;
    text-align: left;
}

.table thead {
    background-color: #f4f4f4;
    position: sticky;
    top: 0;
    z-index: 1;
}

.table tr:nth-child(even) {
    background-color: #f9f9f9;
}

.table tr:hover {
    background-color: #f1f1f1;
}

/* Header Issue Fixed */
@media (max-width: 767px) {
    .navbar-toggler {
        border: none;
    }

    .navbar-toggler:focus {
        box-shadow: none;
    }

    .mobileViewHeader .nav-item.countryCode.searchLocation.screeenShowHide {
        position: absolute;
        left: 70%;
        transform: translateX(-50%);
        z-index: 1;
        display: flex;
        gap: 0px;
        margin-bottom: 0px;
        align-items: center;
    }


    .mobileViewHeader .dropdown-menu {
        top: 100%;
        left: -80px;
    }

    .mobileViewHeader .iconSeder .logoSider {
        position: absolute;
        left: 60px;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .locationSearchIcon {
        top: 8px !important;
    }

    .otherSearchtext {
        top: 18px !important;
    }

    .otherSearchArea .searchButton {
        top: 18px !important;
    }

    .locationSearchArea {
        margin-bottom: 5px !important;
    }

    .filtersMode.mapView {
        display: block !important;
    }

    .mobileViewHeader .mobileHeaderLogo {
        display: block !important;
        width: 100px !important;
        position: absolute !important;
        left: -445px !important;
        top: -5px !important;
    }

    .dsplayNotshowinMobile .row {
        padding: 16px !important;
    }
}

/* Header Issue Fixed */
/* Tablet Header UI */
@media (min-width: 1024px) and (max-width: 1280px) {
    .locationSearchIcon {
        top: 8px !important;
    }

    .otherSearchtext {
        top: 19px !important;
    }

    .otherSearchArea .searchButton {
        top: 18px !important;
    }
}

@media (min-width: 767px) and (max-width: 1024px) {
    .productSearchArea {
        display: none !important;
    }

    .filtersMode.mapView {
        display: block !important;
    }

    .countryCode.searchLocation form.row.mb25 {
        display: none !important;
    }

    .portalHeaderLogo {
        display: none !important;
    }

    .selectLocateHeader.position-relative {
        display: block !important;
    }

    .logoSider .selectLocateHeader img {
        width: 20px !important;
        height: 20px !important;
        object-fit: contain !important;
        margin-right: 10px !important;
    }

    .selectLocateHeader .form-select {
        width: 300px !important;
        white-space: nowrap !important;
        overflow: hidden !important;
        text-overflow: ellipsis !important;
        padding-right: 40px !important;
    }

    .selectLocateHeader label {
        font-size: 13px !important;
        font-weight: 400 !important;
        line-height: 16px !important;
        margin-top: -3px !important;
        color: #535353 !important;
    }

    div#offcanvasBottom {
        width: auto !important;
    }

    .custom-dropdown.countryCity {
        width: 360px !important;
    }
}

/* Tablet Header UI */
.touristSection .card.touristBox img.card-img-top {
    width: 100%;
    height: 250px;
    object-fit: cover;
}

.HeadingSection img {
    width: 30px;
    margin-bottom: 5px;
}

.HeadingSection h3 {
    font-size: 20px;
    margin-bottom: 10px;
}

.BigDotProfessional {
    position: fixed;
    right: 0px;
    top: 50%;
    display: flex;
    align-items: center;
    background-color: #d00250;
    z-index: 1;
    padding: 10px 20px 10px 20px;
    border-radius: 100px 0px 0px 100px;
    transform: translateY(-50%);
    cursor: pointer;
}

.BigDotProfessional i {
    font-size: 22px;
    color: #fff;
    margin-right: 15px;
}

.BigDotProfessional p.mb-0 {
    font-size: 14px;
    color: #fff;
}

.BigDotProfessional h3 {
    font-size: 18px;
    color: #fff;
}

.fontPageLeftPanel.Professional .tabPartwithHeading .tagButton {
    background: #f0e4ff;
}

.BigDotProfessional.Business {
    background-color: #7c0ab1;
}

/*
.highlightsBand {
    float: inline-end;
} */

.highlightsBand span {
    color: var(--SitePrimaryColor);
    border-bottom: 1px dashed grey;
    font-weight: 500;
    margin-right: 10px;
    cursor: pointer;
}


.cMenu {
    height: 500px;
    overflow-y: scroll;
    overflow-x: hidden;
    margin-bottom: 0;
}

.cMenu ul {
    background: #fff;
    position: relative;
    width: 100%;
    padding: 0px 0px;
    z-index: 1000;
    text-transform: uppercase;
    border: solid 1px #ccc;
    box-shadow: 2px 2px 4px 0px #ccc;
    -webkit-box-shadow: 2px 2px 4px 0px #ccc;
    -moz-box-shadow: 2px 2px 4px 0px #ccc;
    -ms-box-shadow: 2px 2px 4px 0px #ccc;
    -o-box-shadow: 2px 2px 4px 0px #ccc;
}

.cMenu li,
.cMenu li li {
    display: block;
    list-style: none;
}

.cMenu li a {
    text-decoration: none;
    color: #333;
    display: block;
    padding: 10px 15px;
    border-bottom: solid 1px #ededed;
    cursor: pointer;
}

.cMenu li a .categoryIcons {
    filter: invert(11%) sepia(85%) saturate(5909%) hue-rotate(335deg) brightness(94%) contrast(105%);
    padding-right: 10px;
}

.mapviewCard {
    width: 280px;
    height: auto;
}

.mapviewCard h3 {
    font-size: 18px;
}

.mapviewCard img {
    height: 110px;
    width: 100%;
    object-fit: cover;
    border-radius: 8px;
}


/* bigdot mart css start here */
.TrendingCategories h3 {
    display: inline-block;
    font-size: 20px;
}

.TrendingCategories {
    padding: 0px 5%;
    margin-top: 10px;
    border-bottom: 1px solid #cecece;
    padding-bottom: 10px;
}

.TrendingCategories ul {
    padding: 0px;
    margin: 0px;
    display: inline-block;
}

.TrendingCategories ul li a {
    border-bottom: 2px dashed;
    text-decoration: none;
    color: #E53935;
    font-size: 16px;
    font-weight: 500;
}

.TrendingCategories ul li {
    display: inline-block;
}

.TrendingCategories ul li {
    display: inline-block;
    margin-left: 15px;
}

@media(max-width:767px) {
    .TrendingCategories ul li {
        margin-right: 15px;
        margin-bottom: 10px;
        margin-left: 0px;
    }

    .productOccasion img.img-fluid {
        height: 150px !important;
    }

    .productOccasion button.browseProducts.btn {
        font-size: 15px;
        padding: 4px 15px !important;
    }

    .productOccasion button.browseProducts.btn {
        margin-bottom: 20px;
    }

    .customGapping .carousel-inner img {
        max-height: 400px !important;
        min-height: 400px !important;
    }

    .productItemBox .productList {
        margin-bottom: 20px;
    }

    .itemSummary .quantitySelector {
        width: 75px !important;
    }

    body .categoryGroupImg img.img-fluid {
        height: 100px !important;
    }

    .sectionGroupImg img.sectionImg {
        height: 150px !important;
    }

    .customGapping .contain .item img {
        height: auto !important;
    }

    .desktopView {
        display: none !important;
    }

    .mobileView {
        display: block !important;
    }
}

.height490 img.img-fluid.bannerImg1 {
    width: 100%;
    height: 350px;
    margin-bottom: 20px;
    border-radius: 10px;
    object-fit: cover;
}

.height490 img.img-fluid.bannerImg2 {
    width: 100%;
    height: 190px;
    border-radius: 10px;
    object-fit: cover;
}

.searchProducts {
    padding: 50px 20px;
    background: #FFEAEB;
    margin-top: 30px;
    border-radius: 10px;
}

.searchProducts p {
    margin-bottom: 20px;
}

.searchProducts h3 {
    font-size: 18px;
    font-weight: 600;
}

.searchProducts .input-group {
    height: 45px;
}

.searchProducts .input-group input.form-control {
    border-radius: 10px;
    border-right: 0px;
}

.searchProducts span.input-group-text {
    background: #fff;
    border-radius: 10px;
}

.searchProducts button.btn {
    background: #E53935;
    width: 100%;
    color: #ffff;
    padding: 10px;
    border-radius: 10px;
}

.searchProductsImg img {
    width: 100%;
    min-height: 215px;
    border-radius: 10px;
}

.searchProductsImg {
    margin-top: 30px;
}

.customGapping img.sectionImg {
    width: 100%;
    border-radius: 15px;
    margin-bottom: 10px;
}

.customGapping .card {
    border-radius: 15px;
}

.sectionGroupImg img.sectionImg {
    width: 100%;
    height: 200px;
    transition: all 0.7s;
    object-fit: cover;
    margin-bottom: 5px;
    border-radius: 10px;
}

.sectionGroupImg img.sectionImg:hover {
    transform: scale(1.1);
}

.sectionGroupImg {
    overflow: hidden;
}

.sectionGroupImg span {
    overflow: hidden;
    position: relative;
    display: inline-block;
    border-radius: 10px;
}

.sectionGroupImg h4 {
    font-size: 18px;
    color: #000;
    text-align: center;
}

.card.shopByOccasions {
    border-radius: 160px 160px 10px 10px;
    overflow: hidden;
}


.card.shopByOccasions img.groupImg {
    width: 100%;
    transition: all 0.7s;
}

.card.shopByOccasions span {
    overflow: hidden;
    position: relative;
}

.card.shopByOccasions img.groupImg:hover {
    transform: scale(1.1);
}

.card.shopByOccasions h3 {
    text-align: center;
    font-size: 18px;
    margin: 10px 0px;
}

.customGapping .home-demo {
    margin-top: 20px;
}

.customGapping .home-demo .item img {
    border-radius: 15px;
}

.customGapping .home-demo .owl-nav {
    display: none;
}

.customGapping .home-demo .owl-dots {
    margin-top: 10px;
    margin-bottom: 50px;
}

.customGapping {
    padding-left: 5%;
    padding-right: 5%;
}

.purpleLightBoxShadow {
    box-shadow: 0px 10px 20px rgba(218, 203, 255, 0.25);
}

.secondaryBtnBgColor {
    background-color: var(--Secondary_BtnBgColor) !important;
}

.customGapping .carousel-inner img {
    width: 100%;
    max-height: 540px !important;
    object-fit: cover !important;
    min-height: 550px;
    border-radius: 10px;
}

.width51 {
    width: 51px;
    height: 51px;
    border-radius: 50%;
}

.removeIcon {
    background-image: none;
}

.redDarkBg {
    background-color: #E53935;
}


.height490 img.img-fluid.bannerImg2 {
    width: 100%;
    height: 180px;
    border-radius: 10px;
    object-fit: cover;
}

.mobileView {
    display: none;
}

.darkPinkBg {
    background-color: #E53935;
}

.customGapping .contain {
    margin-top: 30px;
}

.customGapping .contain .owl-nav {
    display: none;
}

.customGapping .contain .owl-dots {
    margin-top: 10px;
    margin-bottom: 30px;
}

.customGapping .contain .item img {
    width: 100%;
    height: 370px;
    object-fit: cover;
    border-radius: 15px;
}

/* Product Page from seller css start here */

.productOccasion img.img-fluid {
    width: 100%;
    border: 8px solid #eeeeee;
    border-radius: 100%;
    padding: 10px;
    height: 200px;
    object-fit: cover;
}

.productOccasion h2 {
    font-size: 20px;
    margin-top: 15px;
    margin-bottom: 4px;
}

.productOccasion button.browseProducts.btn {
    background: #E53935;
    border-radius: 100px;
    color: #fff;
    font-size: 16px;
    padding: 7px 20px;
}

.productOccasion {
    /* border: 5px solid #eeee; */
    text-align: center;
}

.wishWhiteHeart {
    position: absolute;
    top: 10px;
    right: 10px;
}

.wishWhiteHeart img.heart-icon-size {
    width: 25px;
}

.productItemBox .productList .productImg img.img-fluid {
    width: 100%;
    height: 300px;
    object-fit: cover;
    transition: all 0.7s;
    border-radius: 10px;
}


.productItemBox .productList .productImg img.img-fluid:hover {
    transform: scale(1.1);
}

.productItemBox .productList .productImg {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}

.productItemBox .productList .nullProdName {
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    color: #000;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.productItemBox .productList .priceOffer {
    display: flex;
    align-items: center;
}

.productItemBox .productList .prodPrice {
    font-size: 16px;
    font-weight: 500;
}

.productItemBox .productList .listPrice {
    font-size: 14px;
    color: rgba(136, 136, 136, 0.6);
    margin-left: 6px;
    font-weight: 500;
    display: inline-block;
    text-decoration: line-through;
}

.productList .discountPrice {
    margin-left: 6px;
    color: #FFA500;
    font-size: 14px;
    font-weight: 500;
}

.productList .startImgCount {
    display: flex;
    align-items: center;
    margin-top: 8px;
    margin-bottom: 6px;
    min-height: 24px;
}

.productItemBox .productList .startImgCount .starImgNum {
    background: #4caf50;
    border-radius: 5px;
    padding: 3px 6px;
    width: 46px;
    height: 22px;
    display: flex;
    align-items: center;
}

.productItemBox .productList .startImgCount .starImgNum .starImage {
    color: #ffffff;
    background-color: #fff;
    -webkit-clip-path: polygon(50% 0, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
    clip-path: polygon(50% 0, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
    height: 14px;
    width: 14px;
}

.productItemBox .productList .startImgCount .starImgNum .starNum {
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    color: #fff;
    padding-left: 4px;
}

.productItemBox .productList .startImgCount .starCount {
    position: relative;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    margin-left: 15px;
    color: #197889;
    text-transform: capitalize;
}

.productItemBox .productList {
    border: 1px solid #cacaca;
    border-radius: 10px;
}

.productCard .productImage img {
    width: 100%;
    height: auto;
    border-radius: 10px;
    object-fit: cover;
}

.productCard .productInfo {
    flex: 1;
}

.productCard .seller a {
    color: #E53935;
    text-decoration: none;
}

.productCard .rating {
    margin: 10px 0;
    font-size: 14px;
}

.productCard .tag.bestSeller {
    background: #E53935;
    color: white;
    padding: 2px 6px;
    margin-left: 8px;
    border-radius: 4px;
    font-size: 12px;
}

.productCard .price {
    margin: 15px 0;
    font-size: 18px;
}

.productCard .discountedPrice {
    color: #E53935;
    font-weight: bold;
}

.productCard .originalPrice {
    text-decoration: line-through;
    color: gray;
    margin: 0 10px;
}

.productCard .offer {
    color: green;
}

.servings button,
.delivery button {
    margin: 5px 5px 10px 0;
    padding: 8px 12px;
    background: #f1f1f1;
    border: 1px solid #ccc;
    border-radius: 8px;
    cursor: pointer;
    transition: 0.2s;
}

.servings button:hover,
.delivery button:hover {
    background: #E53935;
    color: white;
}

.productCard .messageInput {
    width: 100%;
    padding: 10px;
    margin: 15px 0;
    border: 1px solid #ccc;
    border-radius: 8px;
}

.productCard .addToCart {
    width: 100%;
    padding: 12px;
    background: #E53935;
    color: white;
    font-size: 16px;
    border: none;
    display: inline-block;
    border-radius: 8px;
    cursor: pointer;
    transition: 0.3s;
    text-align: center;
}

.productCard .addToCart:hover {
    background: #E53935;
}

.productCard .description {
    margin-top: 20px;
    font-size: 14px;
}

.productCard.customGapping {
    margin-top: 20px;
}

.productCard .prodGroupImg img.img-fluid {
    width: 100%;
    margin-top: 20px;
    border-radius: 10px;
    height: auto;
}


.OtherSellersSection {
    padding: 15px;
    border: 1px solid #ddd;
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.OtherSellersSection .otherSellers {
    margin-bottom: 16px;
}

.OtherSellersSection .marketplaceName {
    color: #E53935;
    font-weight: 500;
}

.OtherSellersSection .productName,
.availability {
    margin: 4px 0;
}

.OtherSellersSection .checkNow {
    color: #E53935;
    cursor: pointer;
    font-weight: 600;
    font-size: 15px;
}

.OtherSellersSection .addToWishlist {
    width: 100%;
    padding: 8px;
    background: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    cursor: pointer;
    margin-bottom: 16px;
}

.OtherSellersSection .offers {
    background-color: #f9f9f9;
    margin-bottom: 16px;
    font-size: 14px;
}

.OtherSellersSection .promotedProduct {
    border: 1px solid #ddd;
    padding: 10px;
    border-radius: 10px;
}

.OtherSellersSection .productImage {
    width: 100%;
    height: 200px;
    border-radius: 10px;
    object-fit: cover;
    margin-bottom: 10px;
}

.OtherSellersSection .productInfo {
    flex: 1;
}

.productInfo h2 {
    font-size: 22px;
}

.OtherSellersSection .productTitle {
    margin: 0;
    font-weight: 500;
}

.OtherSellersSection .productPrice {
    float: right;
    color: #000;
}

.OtherSellersSection .bakeryLink {
    text-decoration: none;
    color: #E53935;
    font-size: 14px;
}

.breadcrumbContainer {
    font-size: 14px;
    color: #888;
    margin-top: 20px;
}

.breadcrumbLink {
    color: #888;
    text-decoration: none;
}

.breadcrumbLink:hover {
    text-decoration: underline;
}

.breadcrumbSeparator {
    margin: 0 5px;
    color: #888;
}

.breadcrumbCurrent {
    color: #E53935;
    font-weight: 500;
}

.cartoffcanvas .cakeCard {
    display: flex;

}

.cartoffcanvas .cakeImage img {
    width: 150px;
    height: 190px;
    border-radius: 10px;
    object-fit: cover;
}

.cartoffcanvas .cakeDetails {
    margin-left: 16px;
    flex: 1;
}

.cartoffcanvas .cakeTitle {
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 4px;
}

.cartoffcanvas .cakeVendor {
    font-size: 14px;
    color: #777;
    margin: 0 0 0px;
}

.cartoffcanvas .cakeRating {
    font-size: 14px;
    margin-bottom: 0px;
}

.cartoffcanvas .ratingCount {
    color: #111111;
    margin-left: 4px;
}

.cartoffcanvas .cakePriceSection {
    margin-bottom: 10px;
}

.cartoffcanvas .cakePrice {
    font-size: 16px;
    font-weight: 600;
    color: #000;
    margin-right: 8px;
}

.cartoffcanvas .cakeOriginalPrice {
    font-size: 14px;
    color: #888;
    text-decoration: line-through;
    margin-right: 8px;
}

.cartoffcanvas .cakeDiscount {
    font-size: 14px;
    color: #E53935;
    font-weight: 600;
}

.cartoffcanvas .addToCartButton {
    background-color: #E53935;
    color: #fff;
    border: none;
    padding: 8px 5px;
    border-radius: 8px;
    cursor: pointer;
    font-weight: 500;
    width: 100%;
}

.cartoffcanvas .addToCartButton:hover {
    background-color: #E53935;
}

.cartoffcanvas {
    width: 500px;
}

.cartoffcanvas .badgeWrapper {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 14px;
    border-bottom: 1px solid #bbbbbb;
    padding: 5px 0px;
    margin-bottom: 5px;
}

.cartoffcanvas .bestSellerBadge {
    background-color: #E53935;
    color: white;
    padding: 0px 8px;
    border-radius: 100px;
    font-weight: bold;
    font-size: 10px;
    line-height: 18px;
}

.cartoffcanvas .badgeCategory {
    color: #333;
    font-size: 14px;
}

.cartoffcanvas .productImage img {
    width: 100%;
    height: 120px;
    object-fit: cover;
    border-radius: 10px;
}

.cartoffcanvas .productInfo h3.productTitle {
    font-size: 18px;
    margin-bottom: 2px;
}

.cartoffcanvas .productInfo p.storeName {
    margin-bottom: 2px;
}

.cartoffcanvas span.rating {
    color: #F2AD22;
    font-size: 18px;
}

.cartoffcanvas .productborder {
    border-bottom: 1px dashed #b5b5b5;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.cartoffcanvas .cakeCard {
    display: flex;
    border-bottom: 1px solid #b5b5b5;
    padding-bottom: 20px;
}

/* Product Page from seller css end here */

/* cart page css start here */

.addonSection {
    margin: 20px auto;
    padding: 20px;
    border-radius: 10px;
    background: #ffe6d7;
}

.addonSection .addonTitle {
    font-size: 1.5em;
    margin-bottom: 15px;
    font-weight: 500;
    color: #0e4d64;
}

.addonSection .addonItem {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 10px;
    padding: 10px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.addonSection .addonItem img {
    width: 100% !important;
    height: 200px;
    object-fit: cover;
    border-radius: 10px 10px 0px 0px;
}

.addonSection .addonName {
    font-size: 1.1em;
    margin: 10px 0 0px;
    color: #848484;
    font-weight: 500;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 16px;
}

.addonSection .addonPrice {
    font-weight: 500;
    margin-bottom: 10px;
    color: #000;
}

.addonSection .addonBtn {
    padding: 8px 15px;
    color: #0e4d64;
    border: 1px solid #0e4d64;
    border-radius: 10px;
    cursor: pointer;
    text-decoration: none;
    display: inline-block;
    width: 100%;
    font-size: 16px;
    text-align: center;
}

.addonSection .addonBtn:hover {
    border: 1px solid #0e4d64;
}

.addonSection .owl-nav span {
    background: #0e4d64;
    font-size: 35px;
    padding: 5px 10px;
    color: #fff;
    width: 40px;
    border-radius: 100px;
    display: inline-block;
    height: 40px;
    line-height: 20px;
}

.addonSection .owl-nav button.owl-next {
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
}

.addonSection .owl-nav button.owl-prev {
    top: 50%;
    position: absolute;
    left: 10px;
    transform: translateY(-50%);
}

.addonSection .owl-nav button.owl-prev:hover,
.addonSection .owl-nav button.owl-next:hover {
    background-color: transparent;
}

.addonSection .owl-carousel .owl-dots.disabled,
.addonSection .owl-carousel .owl-nav.disabled {
    display: block;
}

.itemSummary {
    border: 1px solid #e0e0e0;
    border-radius: 12px;
    padding: 15px;
    margin-top: 20px;
}

.itemSummary .itemCard {
    display: flex;
    justify-content: space-between;
}

.itemSummary .itemImage img {
    width: 100px;
    height: 100px;
    border-radius: 8px;
    object-fit: cover;
}

.itemSummary .itemDetails {
    flex-grow: 1;
    margin-left: 12px;
}

.itemSummary .itemTitle {
    font-size: 16px;
    margin: 0;
    font-weight: 600;
}

.itemSummary .itemVendor {
    font-size: 12px;
    color: #999;
    margin: 0px;
}

.itemSummary .vendorLink {
    color: #E53935;
    text-decoration: none;
    font-weight: 600;
}

.itemSummary .itemPrice {
    font-size: 14px;
    color: #000;
    margin: 0px;
}

.itemSummary .originalPrice {
    text-decoration: line-through;
    color: #999;
    font-size: 12px;
    margin-left: 8px;
}

.itemSummary .itemWeight {
    font-size: 12px;
    color: #666;
    margin-bottom: 0px;
}

.itemSummary .deleteButton {
    background: none;
    border: 1px solid #E53935;
    color: #E53935;
    width: 35px;
    height: 35px;
    border-radius: 100px;
    margin-bottom: 10px;
}

.itemSummary .quantitySelector {
    display: flex;
    align-items: center;
    gap: 4px;
    border: 1px solid #E53935;
    border-radius: 8px;
    padding: 4px 8px;
    width: 100px;
}

.itemSummary .quantitySelector button {
    background: none;
    border: none;
    color: #E53935;
    font-size: 19px;
    cursor: pointer;
    width: 40px;
}

.itemSummary .itemActions {
    text-align: center;
}

.itemSummary .quantity {
    font-size: 14px;
    color: #E53935
}

.itemSummary .messageInput {
    width: 100%;
    margin-top: 12px;
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 8px;
    font-size: 14px;
}

.itemSummary h3 {
    border-bottom: 1px solid #cccccc;
    margin-bottom: 20px;
    padding-bottom: 10px;
    font-size: 20px;
    font-weight: 600;
}

.cartSummary {
    width: 100%;
    max-width: 350px;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    background: #fff;
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
    margin-top: 20px;
}

.cartSummary .cartHeader {
    padding: 14px;
    font-weight: 600;
    border-bottom: 1px solid #e0e0e0;
    font-size: 20px;
}

.cartSummary .cartBody {
    padding: 16px;
}

.cartSummary .cartRow {
    display: flex;
    justify-content: space-between;
    margin-bottom: 12px;
    font-size: 14px;
}

.cartSummary .cartTotalRow {
    font-weight: 600;
    margin-top: 8px;
    margin-bottom: 20px;
}

.cartSummary .placeOrderBtn {
    width: 100%;
    padding: 10px;
    background-color: #e53935;
    color: white;
    border: none;
    border-radius: 6px;
    font-weight: 500;
    transition: background-color 0.3s ease;
    font-size: 16px;
}

.cartSummary .placeOrderBtn:hover {
    background-color: #e53935;
}

.instaCitiTopweddingHeaderSection {
    padding: 15px 0px;

}


/* cart page css end here */

@media only screen and (max-width: 1440px) {
    .cMenu li a {
        padding: 8px 15px !important;
        font-size: 12px !important;
    }

    .customGapping .carousel-inner img {
        max-height: 500px !important;
        min-height: 500px;
    }

    .height490 img.img-fluid.bannerImg1 {
        height: 310px;
        margin-bottom: 10px;
    }

    .searchProducts p {
        font-size: 12px;
    }

    .searchProductsImg img {
        min-height: 200px;
    }

    .searchProducts .input-group input.form-control {
        border-radius: 10px;
        padding: 5px 10px;
        font-size: 14px;
    }

    .searchProducts button.btn {
        padding: 5px;
        font-size: 14px;
    }

    .searchProducts .input-group {
        height: 30px;
    }

    .sectionGroupImg h4 {
        font-size: 15px;
    }

    .sectionGroupImg img.sectionImg {
        height: 150px;
    }

    .card.shopByOccasions h3 {
        font-size: 15px;
    }

    .addonSection .addonItem img {
        height: 150px;
    }

    .addonSection .owl-nav span {
        font-size: 30px;
        width: 30px;
        height: 30px;
        line-height: 15px;
    }

    .addonSection .addonName {
        font-size: 14px;
    }

    .addonSection .addonBtn {
        padding: 4px 15px;
        font-size: 14px;
    }

    .cartSummary .placeOrderBtn {
        padding: 5px;

        font-size: 14px;
    }

    .itemSummary h3 {
        font-size: 16px;
        font-weight: 600;
    }

    .cartSummary .cartHeader {
        padding: 10px 15px;
        font-size: 16px;
    }

    .TrendingCategories h3 {
        font-size: 18px;
    }

    .TrendingCategories ul li a {
        font-size: 14px;
    }

    .itemSummary .messageInput {
        padding: 5px;
        font-size: 12px;
    }

    .addonSection .addonTitle {
        font-size: 18px;

    }

    .customGapping .contain .item img {
        height: 300px;
    }

    .productItemBox .productList .productImg img.img-fluid {
        height: 210px;
    }

    .productItemBox .productList .nullProdName {
        font-size: 16px;
        margin-bottom: 5px;
    }

    .productItemBox .productList .prodPrice {
        font-size: 14px;
    }

    .productItemBox .productList .listPrice {
        font-size: 12px;
    }

    .productList .discountPrice {
        font-size: 14px;
    }

    .productOccasion img.img-fluid {
        height: 160px;
    }

    .productOccasion button.browseProducts.btn {
        font-size: 14px;
        padding: 5px 20px;
    }

    .productOccasion h2 {
        font-size: 18px;
        margin-top: 10px;
    }

    .servings button,
    .delivery button {
        padding: 5px 12px;
        font-size: 12px;
    }

    .productCard .messageInput {
        padding: 5px 10px;
    }

    .productCard .addToCart {
        padding: 5px 10px;
    }

    .OtherSellersSection .productImage {
        height: 150px;
    }

    .OtherSellersSection .offers p {
        margin-bottom: 8px;
    }

    .categoryGroupImg img.img-fluid {
        height: 150px !important;
    }

    .searchBarContainer.customGapping .input-group input.form-control {
        padding: 5px 10px;
        font-size: 14px;
    }
}

.sellerHeader {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}

.sellerHeader .logoContainer {
    flex: 0 0 auto;
}

.sellerHeader .logoContainer .sellerLogo {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    object-fit: cover;
    border: 1px solid #aaaaaa;
    margin-top: 20px;
}

.sellerHeader .sellerInfo {
    flex-grow: 1;
    padding-left: 15px;
}

.sellerInfo .sellerName {
    font-size: 22px;
    margin: 0;
}

.sellerHeader .sellerInfo .sellerTags {
    margin-top: 5px;
}

.sellerHeader .sellerInfo .sellerTags .bestSellerTag {
    background-color: red;
    color: white;
    padding: 3px 8px;
    border-radius: 12px;
    font-size: 12px;
    margin-right: 5px;
}

.customGapping .sellerTags .categoryTag {
    color: gray;
    font-size: 12px;
}

.customGapping .ratingContainer {
    text-align: right;
}

.customGapping .ratingContainer .ratingValue {
    font-weight: bold;
    font-size: 16px;
    margin-right: 5px;
}

.customGapping .ratingContainer .starIcons {
    color: gold;
    margin-right: 5px;
}

.customGapping .ratingContainer .ratingCount {
    color: gray;
    font-size: 12px;
}

.searchBarContainer.customGapping {
    margin-bottom: 20px;
}

.categoryGroupImg img.img-fluid {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 15px;
    margin-bottom: 20px;
}

/* bigdot mart css end here 28/07/2025*/

.dashedUnderline {
    border-bottom: 1px dashed #000;
    display: inline-block;
    padding-bottom: 2px;
}


/* Responsive Height Control Starts */

html,
body {
    height: 100%;
    margin: 0;
    padding: 0;
}

app-root {
    min-height: 100vh;
    /* Fill full height of viewport */
    display: flex;
    flex-direction: column;
}

app-header,
app-toaster {
    /* No change needed unless you want styling */
}

router-outlet,
app-dashboard {
    flex: 1 0 auto;
    /* Take remaining space (main content) */
}

/* app-footer naturally stays at the bottom */


/* Responsive Height Control Ends */


.languageSelectorDropdown {
    border-radius: 50px;
    border: 1px solid #dcdcdc;
}

.languageSelectorDropdown.form-select {
    border: none;
}






/* kanchan add css beauty live portal */
/* Hero Section */
.heroSection {
    background: linear-gradient(135deg, #C4DBFF 0%, #E2C6E4 50%, #FFFFFF 100%);
    min-height: 500px;
    padding: 30px 0;
    overflow: hidden;
}

.textAlignment {
    padding: 40px 8px;
}

.cabinetText {
    font-family: 'Cabinet Grotesk', sans-serif;
    font-weight: 400;
    font-size: clamp(32px, 5vw, 65px);
    line-height: 1.2;
    color: #000000;
    margin: 0;
}

.playfairText {
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    font-size: clamp(36px, 5.5vw, 75px);
    line-height: 1.2;
    color: #e91e63;
    margin: 0;
    font-style: italic;
}

/* Search Box */
.searchContainer {
    max-width: 600px;
}

.searchBox {
    border-radius: 50px;
    border: none;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.searchBtnBeauty {
    border-radius: 50px !important;
    padding: 8px 25px;
    background-color: #E11753;
    color: #fff;
    border: none;
}

.beautyIllustration {
    text-align: end;
}

.beautyIllustration img {
    max-width: 100%;
    height: auto;
}

/* Services Section */
.servicesSection {
    /* max-width: 1200px; */
    margin: 0 auto;
    padding: 10px 20px;
}

.servicesTitle {
    font-size: 24px;
    font-weight: 600;
    color: #000;
    margin-bottom: 20px;
}

.servicesGrid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 16px;
    max-width: 100%;
}

.serviceCard {
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.2s ease;
    cursor: pointer;
    background: white;
}

.serviceCard:hover {
    transform: translateY(-2px);
}

.serviceImageContainer {
    position: relative;
    width: 100%;
    height: 120px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f8f9fa;
}

.serviceImageContainer img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.serviceLabel {
    position: absolute;
    bottom: 8px;
    left: 0px;
    background: white;
    padding: 4px 12px;
    border-radius: 6px;
    font-size: 12px;
    font-weight: 500;
    color: #333;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    margin: 0px 10px;
}

/* Packages Section */
.packagesSection {
    background-color: #f8f9fa;
}

.packageCard .card-body {
    padding: 10px;
}


.packageCard .card-body h5 {
    margin: 0px 10px;
}


.packageCard {
    border-radius: 15px;
    overflow: hidden;
    border: none;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease;
}

.packageCard:hover {
    transform: translateY(-5px);
}

.packageImageContainer {
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    background-color: #f8f9fa;
    overflow: hidden;
}

.packageImageContainer img {
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
    width: 400px;
}

/* Salon Cards Section */
.salonSection {
    padding: 40px 0px;
}

.sectionHeader {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}

.sectionTitle {
    font-size: 30px;
    font-weight: 700;
    color: #000;
}

.viewAllLink {
    font-size: 14px;
    color: #000;
    text-decoration: underline dotted !important;
}

.salonGrid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
}

.salonCard {
    background: white;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    transition: transform 0.3s ease;
}

.salonCard:hover {
    transform: translateY(-5px);
}

.cardImageContainer {
    height: 180px;
    overflow: hidden;
    background-color: #f8f9fa;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cardImage {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cardBody {
    padding: 20px;
}

.salonName {
    font-size: 16px;
    font-weight: 600;
    color: #000;
    margin-bottom: 8px;
}

.salonCategory {
    font-size: 14px;
    color: #e11753;
    margin-bottom: 10px;
}

.locationInfo,
.hoursInfo {
    font-size: 12px;
    color: #6c757d;
    margin-bottom: 8px;
    display: flex;
    align-items: center;
}

.locationIcon {
    margin-right: 6px;
    color: transparent;
    -webkit-text-stroke: 1px #E11753;
}

.clockIcon {
    margin-right: 6px;
    color: transparent;
    -webkit-text-stroke: 1px #E11753;
}

.serviceTags {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    align-items: center;
}

.serviceTag {
    padding: 4px 10px;
    font-size: 12px;
    font-weight: 500;
    color: #3313B4;
    text-decoration: overline;
}

.placeholderText {
    color: #6c757d;
    font-size: 14px;
    text-align: center;
}

/* Responsive Design */
@media screen and (max-width: 1200px) {
    .servicesGrid {
        grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
        gap: 12px;
    }
}

@media screen and (max-width: 768px) {

    .dropdown {
        float: none !important;
    }

    .mobile-selectors {
        border-bottom: none !important;
        padding-bottom: 0px !important;
        margin-bottom: 0px !important;
    }

    .mobile-selectors ul li {
        padding-bottom: 0px !important;

    }

    .textAlignment {
        padding: 20px 15px;
    }

    .heroSection {
        min-height: auto;
        padding: 20px 0;
    }

    .servicesGrid {
        grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
        gap: 10px;
    }

    .serviceImageContainer {
        height: 100px;
    }

    .salonGrid {
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
        gap: 16px;
    }

    .sectionHeader {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }

    .sectionTitle {
        font-size: 24px;
    }
}

@media screen and (max-width: 480px) {
    .servicesGrid {
        grid-template-columns: repeat(2, 1fr);
        gap: 8px;
    }

    .salonGrid {
        grid-template-columns: 1fr;
    }

    .serviceImageContainer {
        height: 80px;
    }

    .serviceLabel {
        font-size: 10px;
        padding: 3px 8px;
    }
}

/* 20/08/2025 */