@charset "UTF-8";
/* You can add global styles to this file, and also import other style files */
:root {
  --grey-color: #dddddd;
  --darkgrey-color: #707070;
  --shadow: 0 2px 4px rgba(0,0,0,0.18);
  --main-color:#ec3539;
  
}
.p-component,.p-component *{box-sizing:border-box}
.p-hidden{display:none}
.p-hidden-space{visibility:hidden}
.p-hidden-accessible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}
.p-hidden-accessible input,.p-hidden-accessible select{transform:scale(0)}
.p-reset{margin:0;padding:0;border:0;outline:0;text-decoration:none;font-size:100%;list-style:none}
.p-disabled,.p-disabled *{cursor:default !important;pointer-events:none}
.p-component-overlay{position:fixed;top:0;left:0;width:100%;height:100%}
.p-overflow-hidden{overflow:hidden}
.p-unselectable-text{-webkit-user-select:none;user-select:none}
.p-scrollbar-measure{width:100px;height:100px;overflow:scroll;position:absolute;top:-9999px}
@keyframes p-fadein{0%{opacity:0}100%{opacity:1}}
input[type="button"],input[type="submit"],input[type="reset"],input[type="file"]::-webkit-file-upload-button,button{border-radius:0}
.p-link{text-align:left;background-color:transparent;margin:0;padding:0;border:0;cursor:pointer;-webkit-user-select:none;user-select:none}
.p-sr-only{border:0;clip:rect(1px,1px,1px,1px);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;word-wrap:normal !important}
.p-connected-overlay{opacity:0;transform:scaleY(0.8);transition:transform .12s cubic-bezier(0,0,0.2,1),opacity .12s cubic-bezier(0,0,0.2,1)}
.p-connected-overlay-visible{opacity:1;transform:scaleY(1)}
.p-connected-overlay-hidden{opacity:0;transform:scaleY(1);transition:opacity .1s linear}
.p-toggleable-content.ng-animating{overflow:hidden}
.p-badge{display:inline-block;border-radius:10px;text-align:center;padding:0 .5rem}
.p-overlay-badge{position:relative}
.p-overlay-badge .p-badge{position:absolute;top:0;right:0;transform:translate(50%,-50%);transform-origin:100% 0;margin:0}
.p-badge-dot{width:.5rem;min-width:.5rem;height:.5rem;border-radius:50%;padding:0}
.p-badge-no-gutter{padding:0;border-radius:50%}
.p-button{margin:0;display:inline-flex;cursor:pointer;-webkit-user-select:none;user-select:none;align-items:center;vertical-align:bottom;text-align:center;overflow:hidden;position:relative}
.p-button-label{flex:1 1 auto}
.p-button-icon-right{order:1}
.p-button:disabled{cursor:default}
.p-button-icon-only{justify-content:center}
.p-button-icon-only .p-button-label{visibility:hidden;width:0;flex:0 0 auto}
.p-button-vertical{flex-direction:column}
.p-button-icon-bottom{order:2}
.p-buttonset .p-button{margin:0}
.p-buttonset .p-button:not(:last-child){border-right:0 none}
.p-buttonset .p-button:not(:first-of-type):not(:last-of-type){border-radius:0}
.p-buttonset .p-button:first-of-type{border-top-right-radius:0;border-bottom-right-radius:0}
.p-buttonset .p-button:last-of-type{border-top-left-radius:0;border-bottom-left-radius:0}
.p-buttonset .p-button:focus{position:relative;z-index:1}
.p-button-label{transition:all .2s}
.p-checkbox{display:inline-flex;cursor:pointer;-webkit-user-select:none;user-select:none;vertical-align:bottom;position:relative}
.p-checkbox-disabled{cursor:default !important;pointer-events:none}
.p-checkbox-box{display:flex;justify-content:center;align-items:center}
p-checkbox{display:inline-flex;vertical-align:bottom;align-items:center}
.p-checkbox-label{line-height:1}
.p-colorpicker-panel .p-colorpicker-color{background:transparent url('color.6441e63a57ccc5105bad.png') no-repeat left top}
.p-colorpicker-panel .p-colorpicker-hue{background:transparent url('hue.f8505bd4d6f3e3aa435b.png') no-repeat left top}
.p-inputtext{margin:0}
.p-fluid .p-inputtext{width:100%}
.p-inputgroup{display:flex;align-items:stretch;width:100%}
.p-inputgroup-addon{display:flex;align-items:center;justify-content:center}
.p-inputgroup .p-float-label{display:flex;align-items:stretch;width:100%}
.p-inputgroup .p-inputtext,.p-fluid .p-inputgroup .p-inputtext,.p-inputgroup .p-inputwrapper,.p-inputgroup .p-inputwrapper>.p-component{flex:1 1 auto;width:1%}
.p-float-label{display:block;position:relative}
.p-float-label label{position:absolute;pointer-events:none;top:50%;margin-top:-.5rem;transition-property:all;transition-timing-function:ease;line-height:1}
.p-float-label textarea ~ label{top:1rem}
.p-float-label input:focus ~ label,.p-float-label input.p-filled ~ label,.p-float-label textarea:focus ~ label,.p-float-label textarea.p-filled ~ label,.p-float-label .p-inputwrapper-focus ~ label,.p-float-label .p-inputwrapper-filled ~ label{top:-.75rem;font-size:12px}
.p-float-label .input:-webkit-autofill ~ label{top:-20px;font-size:12px}
.p-input-icon-left,.p-input-icon-right{position:relative;display:inline-block}
.p-input-icon-left>i,.p-input-icon-right>i{position:absolute;top:50%;margin-top:-.5rem}
.p-fluid .p-input-icon-left,.p-fluid .p-input-icon-right{display:block;width:100%}
.p-inputtextarea-resizable{overflow:hidden;resize:none}
.p-fluid .p-inputtextarea{width:100%}
.p-password{position:relative;display:inline-flex}
.p-password-panel{position:absolute;top:0;left:0}
.p-password .p-password-panel{min-width:100%}
.p-password-meter{height:10px}
.p-password-strength{height:100%;width:0;transition:width 1s ease-in-out}
.p-fluid .p-password{display:flex}
.p-radiobutton{display:inline-flex;cursor:pointer;-webkit-user-select:none;user-select:none;vertical-align:bottom;position:relative}
.p-radiobutton-box{display:flex;justify-content:center;align-items:center}
.p-radiobutton-icon{-webkit-backface-visibility:hidden;backface-visibility:hidden;transform:translateZ(0) scale(.1);border-radius:50%;visibility:hidden}
.p-radiobutton-box.p-highlight .p-radiobutton-icon{transform:translateZ(0) scale(1.0,1.0);visibility:visible}
p-radiobutton{display:inline-flex;vertical-align:bottom;align-items:center}
.p-radiobutton-label{line-height:1}
.p-ripple{overflow:hidden;position:relative}
.p-ink{display:block;position:absolute;background:rgba(255,255,255,0.5);border-radius:100%;transform:scale(0)}
.p-ink-active{animation:ripple .4s linear}
.p-ripple-disabled .p-ink{display:none !important}
@keyframes ripple{100%{opacity:0;transform:scale(2.5)}}
.p-tooltip{position:absolute;display:none;padding:.25em .5rem;max-width:12.5rem}
.p-tooltip.p-tooltip-right,.p-tooltip.p-tooltip-left{padding:0 .25rem}
.p-tooltip.p-tooltip-top,.p-tooltip.p-tooltip-bottom{padding:.25em 0}
.p-tooltip .p-tooltip-text{white-space:pre-line;word-break:break-word}
.p-tooltip-arrow{position:absolute;width:0;height:0;border-color:transparent;border-style:solid}
.p-tooltip-right .p-tooltip-arrow{top:50%;left:0;margin-top:-.25rem;border-width:.25em .25em .25em 0}
.p-tooltip-left .p-tooltip-arrow{top:50%;right:0;margin-top:-.25rem;border-width:.25em 0 .25em .25rem}
.p-tooltip.p-tooltip-top{padding:.25em 0}
.p-tooltip-top .p-tooltip-arrow{bottom:0;left:50%;margin-left:-.25rem;border-width:.25em .25em 0}
.p-tooltip-bottom .p-tooltip-arrow{top:0;left:50%;margin-left:-.25rem;border-width:0 .25em .25rem}
@font-face {
    font-family: 'primeicons';
    font-display: block;
    src: url('primeicons.d44157bdfa026dc877af.eot');
    src: url('primeicons.d44157bdfa026dc877af.eot?#iefix') format('embedded-opentype'), url('primeicons.78172950b335ccdb94e2.woff2') format('woff2'), url('primeicons.10d3152104f2208ac82a.woff') format('woff'), url('primeicons.ea5358601d0a3fd6670b.ttf') format('truetype'), url('primeicons.e1441b135b3ca9ad643c.svg?#primeicons') format('svg');
    font-weight: normal;
    font-style: normal;
}
.pi {
    font-family: 'primeicons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-feature-settings: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.pi:before {
    --webkit-backface-visibility:hidden;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
}
.pi-fw {
    width: 1.28571429em;
    text-align: center;
}
.pi-spin {
    animation: fa-spin 2s infinite linear;
}
@keyframes fa-spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(359deg);
    }
}
.pi-eraser:before {
    content: "\ea04";
}
.pi-stopwatch:before {
    content: "\ea01";
}
.pi-verified:before {
    content: "\ea02";
}
.pi-delete-left:before {
    content: "\ea03";
}
.pi-hourglass:before {
    content: "\e9fe";
}
.pi-truck:before {
    content: "\ea00";
}
.pi-wrench:before {
    content: "\e9ff";
}
.pi-microphone:before {
    content: "\e9fa";
}
.pi-megaphone:before {
    content: "\e9fb";
}
.pi-arrow-right-arrow-left:before {
    content: "\e9fc";
}
.pi-bitcoin:before {
    content: "\e9fd";
}
.pi-file-edit:before {
    content: "\e9f6";
}
.pi-language:before {
    content: "\e9f7";
}
.pi-file-export:before {
    content: "\e9f8";
}
.pi-file-import:before {
    content: "\e9f9";
}
.pi-file-word:before {
    content: "\e9f1";
}
.pi-gift:before {
    content: "\e9f2";
}
.pi-cart-plus:before {
    content: "\e9f3";
}
.pi-thumbs-down-fill:before {
    content: "\e9f4";
}
.pi-thumbs-up-fill:before {
    content: "\e9f5";
}
.pi-arrows-alt:before {
    content: "\e9f0";
}
.pi-calculator:before {
    content: "\e9ef";
}
.pi-sort-alt-slash:before {
    content: "\e9ee";
}
.pi-arrows-h:before {
    content: "\e9ec";
}
.pi-arrows-v:before {
    content: "\e9ed";
}
.pi-pound:before {
    content: "\e9eb";
}
.pi-prime:before {
    content: "\e9ea";
}
.pi-chart-pie:before {
    content: "\e9e9";
}
.pi-reddit:before {
    content: "\e9e8";
}
.pi-code:before {
    content: "\e9e7";
}
.pi-sync:before {
    content: "\e9e6";
}
.pi-shopping-bag:before {
    content: "\e9e5";
}
.pi-server:before {
    content: "\e9e4";
}
.pi-database:before {
    content: "\e9e3";
}
.pi-hashtag:before {
    content: "\e9e2";
}
.pi-bookmark-fill:before {
    content: "\e9df";
}
.pi-filter-fill:before {
    content: "\e9e0";
}
.pi-heart-fill:before {
    content: "\e9e1";
}
.pi-flag-fill:before {
    content: "\e9de";
}
.pi-circle:before {
    content: "\e9dc";
}
.pi-circle-fill:before {
    content: "\e9dd";
}
.pi-bolt:before {
    content: "\e9db";
}
.pi-history:before {
    content: "\e9da";
}
.pi-box:before {
    content: "\e9d9";
}
.pi-at:before {
    content: "\e9d8";
}
.pi-arrow-up-right:before {
    content: "\e9d4";
}
.pi-arrow-up-left:before {
    content: "\e9d5";
}
.pi-arrow-down-left:before {
    content: "\e9d6";
}
.pi-arrow-down-right:before {
    content: "\e9d7";
}
.pi-telegram:before {
    content: "\e9d3";
}
.pi-stop-circle:before {
    content: "\e9d2";
}
.pi-stop:before {
    content: "\e9d1";
}
.pi-whatsapp:before {
    content: "\e9d0";
}
.pi-building:before {
    content: "\e9cf";
}
.pi-qrcode:before {
    content: "\e9ce";
}
.pi-car:before {
    content: "\e9cd";
}
.pi-instagram:before {
    content: "\e9cc";
}
.pi-linkedin:before {
    content: "\e9cb";
}
.pi-send:before {
    content: "\e9ca";
}
.pi-slack:before {
    content: "\e9c9";
}
.pi-sun:before {
    content: "\e9c8";
}
.pi-moon:before {
    content: "\e9c7";
}
.pi-vimeo:before {
    content: "\e9c6";
}
.pi-youtube:before {
    content: "\e9c5";
}
.pi-flag:before {
    content: "\e9c4";
}
.pi-wallet:before {
    content: "\e9c3";
}
.pi-map:before {
    content: "\e9c2";
}
.pi-link:before {
    content: "\e9c1";
}
.pi-credit-card:before {
    content: "\e9bf";
}
.pi-discord:before {
    content: "\e9c0";
}
.pi-percentage:before {
    content: "\e9be";
}
.pi-euro:before {
    content: "\e9bd";
}
.pi-book:before {
    content: "\e9ba";
}
.pi-shield:before {
    content: "\e9b9";
}
.pi-paypal:before {
    content: "\e9bb";
}
.pi-amazon:before {
    content: "\e9bc";
}
.pi-phone:before {
    content: "\e9b8";
}
.pi-filter-slash:before {
    content: "\e9b7";
}
.pi-facebook:before {
    content: "\e9b4";
}
.pi-github:before {
    content: "\e9b5";
}
.pi-twitter:before {
    content: "\e9b6";
}
.pi-step-backward-alt:before {
    content: "\e9ac";
}
.pi-step-forward-alt:before {
    content: "\e9ad";
}
.pi-forward:before {
    content: "\e9ae";
}
.pi-backward:before {
    content: "\e9af";
}
.pi-fast-backward:before {
    content: "\e9b0";
}
.pi-fast-forward:before {
    content: "\e9b1";
}
.pi-pause:before {
    content: "\e9b2";
}
.pi-play:before {
    content: "\e9b3";
}
.pi-compass:before {
    content: "\e9ab";
}
.pi-id-card:before {
    content: "\e9aa";
}
.pi-ticket:before {
    content: "\e9a9";
}
.pi-file-o:before {
    content: "\e9a8";
}
.pi-reply:before {
    content: "\e9a7";
}
.pi-directions-alt:before {
    content: "\e9a5";
}
.pi-directions:before {
    content: "\e9a6";
}
.pi-thumbs-up:before {
    content: "\e9a3";
}
.pi-thumbs-down:before {
    content: "\e9a4";
}
.pi-sort-numeric-down-alt:before {
    content: "\e996";
}
.pi-sort-numeric-up-alt:before {
    content: "\e997";
}
.pi-sort-alpha-down-alt:before {
    content: "\e998";
}
.pi-sort-alpha-up-alt:before {
    content: "\e999";
}
.pi-sort-numeric-down:before {
    content: "\e99a";
}
.pi-sort-numeric-up:before {
    content: "\e99b";
}
.pi-sort-alpha-down:before {
    content: "\e99c";
}
.pi-sort-alpha-up:before {
    content: "\e99d";
}
.pi-sort-alt:before {
    content: "\e99e";
}
.pi-sort-amount-up:before {
    content: "\e99f";
}
.pi-sort-amount-down:before {
    content: "\e9a0";
}
.pi-sort-amount-down-alt:before {
    content: "\e9a1";
}
.pi-sort-amount-up-alt:before {
    content: "\e9a2";
}
.pi-palette:before {
    content: "\e995";
}
.pi-undo:before {
    content: "\e994";
}
.pi-desktop:before {
    content: "\e993";
}
.pi-sliders-v:before {
    content: "\e991";
}
.pi-sliders-h:before {
    content: "\e992";
}
.pi-search-plus:before {
    content: "\e98f";
}
.pi-search-minus:before {
    content: "\e990";
}
.pi-file-excel:before {
    content: "\e98e";
}
.pi-file-pdf:before {
    content: "\e98d";
}
.pi-check-square:before {
    content: "\e98c";
}
.pi-chart-line:before {
    content: "\e98b";
}
.pi-user-edit:before {
    content: "\e98a";
}
.pi-exclamation-circle:before {
    content: "\e989";
}
.pi-android:before {
    content: "\e985";
}
.pi-google:before {
    content: "\e986";
}
.pi-apple:before {
    content: "\e987";
}
.pi-microsoft:before {
    content: "\e988";
}
.pi-heart:before {
    content: "\e984";
}
.pi-mobile:before {
    content: "\e982";
}
.pi-tablet:before {
    content: "\e983";
}
.pi-key:before {
    content: "\e981";
}
.pi-shopping-cart:before {
    content: "\e980";
}
.pi-comments:before {
    content: "\e97e";
}
.pi-comment:before {
    content: "\e97f";
}
.pi-briefcase:before {
    content: "\e97d";
}
.pi-bell:before {
    content: "\e97c";
}
.pi-paperclip:before {
    content: "\e97b";
}
.pi-share-alt:before {
    content: "\e97a";
}
.pi-envelope:before {
    content: "\e979";
}
.pi-volume-down:before {
    content: "\e976";
}
.pi-volume-up:before {
    content: "\e977";
}
.pi-volume-off:before {
    content: "\e978";
}
.pi-eject:before {
    content: "\e975";
}
.pi-money-bill:before {
    content: "\e974";
}
.pi-images:before {
    content: "\e973";
}
.pi-image:before {
    content: "\e972";
}
.pi-sign-in:before {
    content: "\e970";
}
.pi-sign-out:before {
    content: "\e971";
}
.pi-wifi:before {
    content: "\e96f";
}
.pi-sitemap:before {
    content: "\e96e";
}
.pi-chart-bar:before {
    content: "\e96d";
}
.pi-camera:before {
    content: "\e96c";
}
.pi-dollar:before {
    content: "\e96b";
}
.pi-lock-open:before {
    content: "\e96a";
}
.pi-table:before {
    content: "\e969";
}
.pi-map-marker:before {
    content: "\e968";
}
.pi-list:before {
    content: "\e967";
}
.pi-eye-slash:before {
    content: "\e965";
}
.pi-eye:before {
    content: "\e966";
}
.pi-folder-open:before {
    content: "\e964";
}
.pi-folder:before {
    content: "\e963";
}
.pi-video:before {
    content: "\e962";
}
.pi-inbox:before {
    content: "\e961";
}
.pi-lock:before {
    content: "\e95f";
}
.pi-unlock:before {
    content: "\e960";
}
.pi-tags:before {
    content: "\e95d";
}
.pi-tag:before {
    content: "\e95e";
}
.pi-power-off:before {
    content: "\e95c";
}
.pi-save:before {
    content: "\e95b";
}
.pi-question-circle:before {
    content: "\e959";
}
.pi-question:before {
    content: "\e95a";
}
.pi-copy:before {
    content: "\e957";
}
.pi-file:before {
    content: "\e958";
}
.pi-clone:before {
    content: "\e955";
}
.pi-calendar-times:before {
    content: "\e952";
}
.pi-calendar-minus:before {
    content: "\e953";
}
.pi-calendar-plus:before {
    content: "\e954";
}
.pi-ellipsis-v:before {
    content: "\e950";
}
.pi-ellipsis-h:before {
    content: "\e951";
}
.pi-bookmark:before {
    content: "\e94e";
}
.pi-globe:before {
    content: "\e94f";
}
.pi-replay:before {
    content: "\e94d";
}
.pi-filter:before {
    content: "\e94c";
}
.pi-print:before {
    content: "\e94b";
}
.pi-align-right:before {
    content: "\e946";
}
.pi-align-left:before {
    content: "\e947";
}
.pi-align-center:before {
    content: "\e948";
}
.pi-align-justify:before {
    content: "\e949";
}
.pi-cog:before {
    content: "\e94a";
}
.pi-cloud-download:before {
    content: "\e943";
}
.pi-cloud-upload:before {
    content: "\e944";
}
.pi-cloud:before {
    content: "\e945";
}
.pi-pencil:before {
    content: "\e942";
}
.pi-users:before {
    content: "\e941";
}
.pi-clock:before {
    content: "\e940";
}
.pi-user-minus:before {
    content: "\e93e";
}
.pi-user-plus:before {
    content: "\e93f";
}
.pi-trash:before {
    content: "\e93d";
}
.pi-external-link:before {
    content: "\e93c";
}
.pi-window-maximize:before {
    content: "\e93b";
}
.pi-window-minimize:before {
    content: "\e93a";
}
.pi-refresh:before {
    content: "\e938";
}
.pi-user:before {
    content: "\e939";
}
.pi-exclamation-triangle:before {
    content: "\e922";
}
.pi-calendar:before {
    content: "\e927";
}
.pi-chevron-circle-left:before {
    content: "\e928";
}
.pi-chevron-circle-down:before {
    content: "\e929";
}
.pi-chevron-circle-right:before {
    content: "\e92a";
}
.pi-chevron-circle-up:before {
    content: "\e92b";
}
.pi-angle-double-down:before {
    content: "\e92c";
}
.pi-angle-double-left:before {
    content: "\e92d";
}
.pi-angle-double-right:before {
    content: "\e92e";
}
.pi-angle-double-up:before {
    content: "\e92f";
}
.pi-angle-down:before {
    content: "\e930";
}
.pi-angle-left:before {
    content: "\e931";
}
.pi-angle-right:before {
    content: "\e932";
}
.pi-angle-up:before {
    content: "\e933";
}
.pi-upload:before {
    content: "\e934";
}
.pi-download:before {
    content: "\e956";
}
.pi-ban:before {
    content: "\e935";
}
.pi-star-fill:before {
    content: "\e936";
}
.pi-star:before {
    content: "\e937";
}
.pi-chevron-left:before {
    content: "\e900";
}
.pi-chevron-right:before {
    content: "\e901";
}
.pi-chevron-down:before {
    content: "\e902";
}
.pi-chevron-up:before {
    content: "\e903";
}
.pi-caret-left:before {
    content: "\e904";
}
.pi-caret-right:before {
    content: "\e905";
}
.pi-caret-down:before {
    content: "\e906";
}
.pi-caret-up:before {
    content: "\e907";
}
.pi-search:before {
    content: "\e908";
}
.pi-check:before {
    content: "\e909";
}
.pi-check-circle:before {
    content: "\e90a";
}
.pi-times:before {
    content: "\e90b";
}
.pi-times-circle:before {
    content: "\e90c";
}
.pi-plus:before {
    content: "\e90d";
}
.pi-plus-circle:before {
    content: "\e90e";
}
.pi-minus:before {
    content: "\e90f";
}
.pi-minus-circle:before {
    content: "\e910";
}
.pi-circle-on:before {
    content: "\e911";
}
.pi-circle-off:before {
    content: "\e912";
}
.pi-sort-down:before {
    content: "\e913";
}
.pi-sort-up:before {
    content: "\e914";
}
.pi-sort:before {
    content: "\e915";
}
.pi-step-backward:before {
    content: "\e916";
}
.pi-step-forward:before {
    content: "\e917";
}
.pi-th-large:before {
    content: "\e918";
}
.pi-arrow-down:before {
    content: "\e919";
}
.pi-arrow-left:before {
    content: "\e91a";
}
.pi-arrow-right:before {
    content: "\e91b";
}
.pi-arrow-up:before {
    content: "\e91c";
}
.pi-bars:before {
    content: "\e91d";
}
.pi-arrow-circle-down:before {
    content: "\e91e";
}
.pi-arrow-circle-left:before {
    content: "\e91f";
}
.pi-arrow-circle-right:before {
    content: "\e920";
}
.pi-arrow-circle-up:before {
    content: "\e921";
}
.pi-info:before {
    content: "\e923";
}
.pi-info-circle:before {
    content: "\e924";
}
.pi-home:before {
    content: "\e925";
}
.pi-spinner:before {
    content: "\e926";
}
/**
 * prism.js Coy theme for JavaScript, CoffeeScript, CSS and HTML
 * Based on https://github.com/tshedor/workshop-wp-theme (Example: http://workshop.kansan.com/category/sessions/basics or http://workshop.timshedor.com/category/sessions/basics);
 * @author Tim  Shedor
 */
code[class*="language-"],
pre[class*="language-"] {
	color: black;
	background: none;
	font-family: Consolas, Monaco, 'Andale Mono', 'Ubuntu Mono', monospace;
	text-align: left;
	white-space: pre;
	word-spacing: normal;
	word-break: normal;
	word-wrap: normal;
	line-height: 1.5;
	tab-size: 4;

	-webkit-hyphens: none;
	hyphens: none;
}
/* Code blocks */
pre[class*="language-"] {
	position: relative;
	margin: .5em 0;
	overflow: visible;
	padding: 0;
}
pre[class*="language-"]>code {
	position: relative;
	border-left: 10px solid #358ccb;
	box-shadow: -1px 0px 0px 0px #358ccb, 0px 0px 0px 1px #dfdfdf;
	background-color: #fdfdfd;
	background-image: linear-gradient(transparent 50%, rgba(69, 142, 209, 0.04) 50%);
	background-size: 3em 3em;
	background-origin: content-box;
	background-attachment: local;
}
code[class*="language"] {
	max-height: inherit;
	padding: 0 1em;
	display: block;
	overflow: auto;
}
/* Margin bottom to accomodate shadow */
:not(pre) > code[class*="language-"],
pre[class*="language-"] {
	background-color: #fdfdfd;
	box-sizing: border-box;
	margin-bottom: 1em;
}
/* Inline code */
:not(pre) > code[class*="language-"] {
	position: relative;
	padding: .2em;
	border-radius: 0.3em;
	color: #c92c2c;
	border: 1px solid rgba(0, 0, 0, 0.1);
	display: inline;
	white-space: normal;
}
pre[class*="language-"]:before,
pre[class*="language-"]:after {
	content: '';
	z-index: -2;
	display: block;
	position: absolute;
	bottom: 0.75em;
	left: 0.18em;
	width: 40%;
	height: 20%;
	max-height: 13em;
	box-shadow: 0px 13px 8px #979797;
	transform: rotate(-2deg);
}
:not(pre) > code[class*="language-"]:after,
pre[class*="language-"]:after {
	right: 0.75em;
	left: auto;
	transform: rotate(2deg);
}
.token.comment,
.token.block-comment,
.token.prolog,
.token.doctype,
.token.cdata {
	color: #7D8B99;
}
.token.punctuation {
	color: #5F6364;
}
.token.property,
.token.tag,
.token.boolean,
.token.number,
.token.function-name,
.token.constant,
.token.symbol,
.token.deleted {
	color: #c92c2c;
}
.token.selector,
.token.attr-name,
.token.string,
.token.char,
.token.function,
.token.builtin,
.token.inserted {
	color: #2f9c0a;
}
.token.operator,
.token.entity,
.token.url,
.token.variable {
	color: #a67f59;
	background: rgba(255, 255, 255, 0.5);
}
.token.atrule,
.token.attr-value,
.token.keyword,
.token.class-name {
	color: #1990b8;
}
.token.regex,
.token.important {
	color: #e90;
}
.language-css .token.string,
.style .token.string {
	color: #a67f59;
	background: rgba(255, 255, 255, 0.5);
}
.token.important {
	font-weight: normal;
}
.token.bold {
	font-weight: bold;
}
.token.italic {
	font-style: italic;
}
.token.entity {
	cursor: help;
}
.namespace {
	opacity: .7;
}
@media screen and (max-width: 767px) {
	pre[class*="language-"]:before,
	pre[class*="language-"]:after {
		bottom: 14px;
		box-shadow: none;
	}

}
/* Plugin styles */
.token.tab:not(:empty):before,
.token.cr:before,
.token.lf:before {
	color: #e0d7d1;
}
/* Plugin styles: Line Numbers */
pre[class*="language-"].line-numbers {
	padding-left: 0;
}
pre[class*="language-"].line-numbers code {
	padding-left: 3.8em;
}
pre[class*="language-"].line-numbers .line-numbers-rows {
	left: 0;
}
/* Plugin styles: Line Highlight */
pre[class*="language-"][data-line] {
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 0;
}
pre[data-line] code {
	position: relative;
	padding-left: 4em;
}
pre .line-highlight {
	margin-top: 0;
}
:root{--fc-daygrid-event-dot-width:8px}
.fc-daygrid-day-events:after,.fc-daygrid-day-events:before,.fc-daygrid-day-frame:after,.fc-daygrid-day-frame:before,.fc-daygrid-event-harness:after,.fc-daygrid-event-harness:before{content:"";clear:both;display:table}
.fc .fc-daygrid-body{position:relative;z-index:1}
.fc .fc-daygrid-day.fc-day-today{background-color:rgba(255,220,40,.15);background-color:var(--fc-today-bg-color,rgba(255,220,40,.15))}
.fc .fc-daygrid-day-frame{position:relative;min-height:100%}
.fc .fc-daygrid-day-top{display:flex;flex-direction:row-reverse}
.fc .fc-day-other .fc-daygrid-day-top{opacity:.3}
.fc .fc-daygrid-day-number{position:relative;z-index:4;padding:4px}
.fc .fc-daygrid-day-events{margin-top:1px}
.fc .fc-daygrid-body-balanced .fc-daygrid-day-events{position:absolute;left:0;right:0}
.fc .fc-daygrid-body-unbalanced .fc-daygrid-day-events{position:relative;min-height:2em}
.fc .fc-daygrid-body-natural .fc-daygrid-day-events{margin-bottom:1em}
.fc .fc-daygrid-event-harness{position:relative}
.fc .fc-daygrid-event-harness-abs{position:absolute;top:0;left:0;right:0}
.fc .fc-daygrid-bg-harness{position:absolute;top:0;bottom:0}
.fc .fc-daygrid-day-bg .fc-non-business{z-index:1}
.fc .fc-daygrid-day-bg .fc-bg-event{z-index:2}
.fc .fc-daygrid-day-bg .fc-highlight{z-index:3}
.fc .fc-daygrid-event{z-index:6;margin-top:1px}
.fc .fc-daygrid-event.fc-event-mirror{z-index:7}
.fc .fc-daygrid-day-bottom{font-size:.85em;padding:2px 3px 0}
.fc .fc-daygrid-day-bottom:before{content:"";clear:both;display:table}
.fc .fc-daygrid-more-link{position:relative;z-index:4;cursor:pointer}
.fc .fc-daygrid-week-number{position:absolute;z-index:5;top:0;padding:2px;min-width:1.5em;text-align:center;background-color:rgba(208,208,208,.3);background-color:var(--fc-neutral-bg-color,rgba(208,208,208,.3));color:grey;color:var(--fc-neutral-text-color,grey)}
.fc .fc-more-popover .fc-popover-body{min-width:220px;padding:10px}
.fc-direction-ltr .fc-daygrid-event.fc-event-start,.fc-direction-rtl .fc-daygrid-event.fc-event-end{margin-left:2px}
.fc-direction-ltr .fc-daygrid-event.fc-event-end,.fc-direction-rtl .fc-daygrid-event.fc-event-start{margin-right:2px}
.fc-direction-ltr .fc-daygrid-week-number{left:0;border-radius:0 0 3px}
.fc-direction-rtl .fc-daygrid-week-number{right:0;border-radius:0 0 0 3px}
.fc-liquid-hack .fc-daygrid-day-frame{position:static}
.fc-daygrid-event{position:relative;white-space:nowrap;border-radius:3px;font-size:.85em;font-size:var(--fc-small-font-size,.85em)}
.fc-daygrid-block-event .fc-event-time{font-weight:700}
.fc-daygrid-block-event .fc-event-time,.fc-daygrid-block-event .fc-event-title{padding:1px}
.fc-daygrid-dot-event{display:flex;align-items:center;padding:2px 0}
.fc-daygrid-dot-event .fc-event-title{flex-grow:1;flex-shrink:1;min-width:0;overflow:hidden;font-weight:700}
.fc-daygrid-dot-event.fc-event-mirror,.fc-daygrid-dot-event:hover{background:rgba(0,0,0,.1)}
.fc-daygrid-dot-event.fc-event-selected:before{top:-10px;bottom:-10px}
.fc-daygrid-event-dot{margin:0 4px;box-sizing:content-box;width:0;height:0;border:4px solid #3788d8;border:calc(var(--fc-daygrid-event-dot-width,8px)/ 2) solid var(--fc-event-border-color,#3788d8);border-radius:4px;border-radius:calc(var(--fc-daygrid-event-dot-width,8px)/ 2)}
.fc-direction-ltr .fc-daygrid-event .fc-event-time{margin-right:3px}
.fc-direction-rtl .fc-daygrid-event .fc-event-time{margin-left:3px}
.fc-v-event{display:block;border:1px solid #3788d8;border:1px solid var(--fc-event-border-color,#3788d8);background-color:#3788d8;background-color:var(--fc-event-bg-color,#3788d8)}
.fc-v-event .fc-event-main{color:#fff;color:var(--fc-event-text-color,#fff);height:100%}
.fc-v-event .fc-event-main-frame{height:100%;display:flex;flex-direction:column}
.fc-v-event .fc-event-time{flex-grow:0;flex-shrink:0;max-height:100%;overflow:hidden}
.fc-v-event .fc-event-title-container{flex-grow:1;flex-shrink:1;min-height:0}
.fc-v-event .fc-event-title{top:0;bottom:0;max-height:100%;overflow:hidden}
.fc-v-event:not(.fc-event-start){border-top-width:0;border-top-left-radius:0;border-top-right-radius:0}
.fc-v-event:not(.fc-event-end){border-bottom-width:0;border-bottom-left-radius:0;border-bottom-right-radius:0}
.fc-v-event.fc-event-selected:before{left:-10px;right:-10px}
.fc-v-event .fc-event-resizer-start{cursor:n-resize}
.fc-v-event .fc-event-resizer-end{cursor:s-resize}
.fc-v-event:not(.fc-event-selected) .fc-event-resizer{height:8px;height:var(--fc-event-resizer-thickness,8px);left:0;right:0}
.fc-v-event:not(.fc-event-selected) .fc-event-resizer-start{top:-4px;top:calc(var(--fc-event-resizer-thickness,8px)/ -2)}
.fc-v-event:not(.fc-event-selected) .fc-event-resizer-end{bottom:-4px;bottom:calc(var(--fc-event-resizer-thickness,8px)/ -2)}
.fc-v-event.fc-event-selected .fc-event-resizer{left:50%;margin-left:-4px;margin-left:calc(var(--fc-event-resizer-dot-total-width,8px)/ -2)}
.fc-v-event.fc-event-selected .fc-event-resizer-start{top:-4px;top:calc(var(--fc-event-resizer-dot-total-width,8px)/ -2)}
.fc-v-event.fc-event-selected .fc-event-resizer-end{bottom:-4px;bottom:calc(var(--fc-event-resizer-dot-total-width,8px)/ -2)}
.fc .fc-timegrid .fc-daygrid-body{z-index:2}
.fc .fc-timegrid-axis-chunk>table,.fc .fc-timegrid-body,.fc .fc-timegrid-slots{position:relative;z-index:1}
.fc .fc-timegrid-divider{padding:0 0 2px}
.fc .fc-timegrid-body{min-height:100%}
.fc .fc-timegrid-axis-chunk{position:relative}
.fc .fc-timegrid-slot{height:1.5em;border-bottom:0}
.fc .fc-timegrid-slot:empty:before{content:'\00a0'}
.fc .fc-timegrid-slot-minor{border-top-style:dotted}
.fc .fc-timegrid-slot-label-cushion{display:inline-block;white-space:nowrap}
.fc .fc-timegrid-slot-label{vertical-align:middle}
.fc .fc-timegrid-axis-cushion,.fc .fc-timegrid-slot-label-cushion{padding:0 4px}
.fc .fc-timegrid-axis-frame-liquid{height:100%}
.fc .fc-timegrid-axis-frame{overflow:hidden;display:flex;align-items:center;justify-content:flex-end}
.fc .fc-timegrid-axis-cushion{max-width:60px;flex-shrink:0}
.fc-direction-ltr .fc-timegrid-slot-label-frame{text-align:right}
.fc-direction-rtl .fc-timegrid-slot-label-frame{text-align:left}
.fc-liquid-hack .fc-timegrid-axis-frame-liquid{height:auto;position:absolute;top:0;right:0;bottom:0;left:0}
.fc .fc-timegrid-col.fc-day-today{background-color:rgba(255,220,40,.15);background-color:var(--fc-today-bg-color,rgba(255,220,40,.15))}
.fc .fc-timegrid-col-frame{min-height:100%;position:relative}
.fc-media-screen.fc-liquid-hack .fc-timegrid-col-frame{height:auto;position:absolute;top:0;right:0;bottom:0;left:0}
.fc-media-screen .fc-timegrid-cols{position:absolute;top:0;left:0;right:0;bottom:0}
.fc-media-screen .fc-timegrid-cols>table{height:100%}
.fc-media-screen .fc-timegrid-col-bg,.fc-media-screen .fc-timegrid-col-events,.fc-media-screen .fc-timegrid-now-indicator-container{position:absolute;top:0;left:0;right:0}
.fc .fc-timegrid-col-bg{z-index:2}
.fc .fc-timegrid-col-bg .fc-non-business{z-index:1}
.fc .fc-timegrid-col-bg .fc-bg-event{z-index:2}
.fc .fc-timegrid-col-bg .fc-highlight,.fc .fc-timegrid-col-events{z-index:3}
.fc .fc-timegrid-bg-harness{position:absolute;left:0;right:0}
.fc .fc-timegrid-now-indicator-container{bottom:0;overflow:hidden}
.fc-direction-ltr .fc-timegrid-col-events{margin:0 2.5% 0 2px}
.fc-direction-rtl .fc-timegrid-col-events{margin:0 2px 0 2.5%}
.fc-timegrid-event-harness{position:absolute}
.fc-timegrid-event-harness>.fc-timegrid-event{position:absolute;top:0;bottom:0;left:0;right:0}
.fc-timegrid-event-harness-inset .fc-timegrid-event,.fc-timegrid-event.fc-event-mirror,.fc-timegrid-more-link{box-shadow:0 0 0 1px #fff;box-shadow:0 0 0 1px var(--fc-page-bg-color,#fff)}
.fc-timegrid-event,.fc-timegrid-more-link{font-size:.85em;font-size:var(--fc-small-font-size,.85em);border-radius:3px}
.fc-timegrid-event{margin-bottom:1px}
.fc-timegrid-event .fc-event-main{padding:1px 1px 0}
.fc-timegrid-event .fc-event-time{white-space:nowrap;font-size:.85em;font-size:var(--fc-small-font-size,.85em);margin-bottom:1px}
.fc-timegrid-event-short .fc-event-main-frame{flex-direction:row;overflow:hidden}
.fc-timegrid-event-short .fc-event-time:after{content:'\00a0-\00a0'}
.fc-timegrid-event-short .fc-event-title{font-size:.85em;font-size:var(--fc-small-font-size,.85em)}
.fc-timegrid-more-link{position:absolute;z-index:9999;color:inherit;color:var(--fc-more-link-text-color,inherit);background:var(--fc-more-link-bg-color,#d0d0d0);cursor:pointer;margin-bottom:1px}
.fc-timegrid-more-link-inner{padding:3px 2px;top:0}
.fc-direction-ltr .fc-timegrid-more-link{right:0}
.fc-direction-rtl .fc-timegrid-more-link{left:0}
.fc .fc-timegrid-now-indicator-line{position:absolute;z-index:4;left:0;right:0;border-style:solid;border-color:red;border-color:var(--fc-now-indicator-color,red);border-width:1px 0 0}
.fc .fc-timegrid-now-indicator-arrow{position:absolute;z-index:4;margin-top:-5px;border-style:solid;border-color:red;border-color:var(--fc-now-indicator-color,red)}
.fc-direction-ltr .fc-timegrid-now-indicator-arrow{left:0;border-width:5px 0 5px 6px;border-top-color:transparent;border-bottom-color:transparent}
.fc-direction-rtl .fc-timegrid-now-indicator-arrow{right:0;border-width:5px 6px 5px 0;border-top-color:transparent;border-bottom-color:transparent}
span.flag{width:44px;height:30px;display:inline-block;}
img.flag{width:30px}
.flag{background:url('flags_responsive.266bf78d57b6c463405e.png') no-repeat;background-size:100%;vertical-align: middle;}
.flag-ad{background-position:0 .413223%}
.flag-ae{background-position:0 .826446%}
.flag-af{background-position:0 1.239669%}
.flag-ag{background-position:0 1.652893%}
.flag-ai{background-position:0 2.066116%}
.flag-al{background-position:0 2.479339%}
.flag-am{background-position:0 2.892562%}
.flag-an{background-position:0 3.305785%}
.flag-ao{background-position:0 3.719008%}
.flag-aq{background-position:0 4.132231%}
.flag-ar{background-position:0 4.545455%}
.flag-as{background-position:0 4.958678%}
.flag-at{background-position:0 5.371901%}
.flag-au{background-position:0 5.785124%}
.flag-aw{background-position:0 6.198347%}
.flag-az{background-position:0 6.61157%}
.flag-ba{background-position:0 7.024793%}
.flag-bb{background-position:0 7.438017%}
.flag-bd{background-position:0 7.85124%}
.flag-be{background-position:0 8.264463%}
.flag-bf{background-position:0 8.677686%}
.flag-bg{background-position:0 9.090909%}
.flag-bh{background-position:0 9.504132%}
.flag-bi{background-position:0 9.917355%}
.flag-bj{background-position:0 10.330579%}
.flag-bm{background-position:0 10.743802%}
.flag-bn{background-position:0 11.157025%}
.flag-bo{background-position:0 11.570248%}
.flag-br{background-position:0 11.983471%}
.flag-bs{background-position:0 12.396694%}
.flag-bt{background-position:0 12.809917%}
.flag-bv{background-position:0 13.22314%}
.flag-bw{background-position:0 13.636364%}
.flag-by{background-position:0 14.049587%}
.flag-bz{background-position:0 14.46281%}
.flag-ca{background-position:0 14.876033%}
.flag-cc{background-position:0 15.289256%}
.flag-cd{background-position:0 15.702479%}
.flag-cf{background-position:0 16.115702%}
.flag-cg{background-position:0 16.528926%}
.flag-ch{background-position:0 16.942149%}
.flag-ci{background-position:0 17.355372%}
.flag-ck{background-position:0 17.768595%}
.flag-cl{background-position:0 18.181818%}
.flag-cm{background-position:0 18.595041%}
.flag-cn{background-position:0 19.008264%}
.flag-co{background-position:0 19.421488%}
.flag-cr{background-position:0 19.834711%}
.flag-cu{background-position:0 20.247934%}
.flag-cv{background-position:0 20.661157%}
.flag-cx{background-position:0 21.07438%}
.flag-cy{background-position:0 21.487603%}
.flag-cz{background-position:0 21.900826%}
.flag-de{background-position:0 22.31405%}
.flag-dj{background-position:0 22.727273%}
.flag-dk{background-position:0 23.140496%}
.flag-dm{background-position:0 23.553719%}
.flag-do{background-position:0 23.966942%}
.flag-dz{background-position:0 24.380165%}
.flag-ec{background-position:0 24.793388%}
.flag-ee{background-position:0 25.206612%}
.flag-eg{background-position:0 25.619835%}
.flag-eh{background-position:0 26.033058%}
.flag-er{background-position:0 26.446281%}
.flag-es{background-position:0 26.859504%}
.flag-et{background-position:0 27.272727%}
.flag-fi{background-position:0 27.68595%}
.flag-fj{background-position:0 28.099174%}
.flag-fk{background-position:0 28.512397%}
.flag-fm{background-position:0 28.92562%}
.flag-fo{background-position:0 29.338843%}
.flag-fr{background-position:0 29.752066%}
.flag-ga{background-position:0 30.165289%}
.flag-gd{background-position:0 30.578512%}
.flag-ge{background-position:0 30.991736%}
.flag-gf{background-position:0 31.404959%}
.flag-gh{background-position:0 31.818182%}
.flag-gi{background-position:0 32.231405%}
.flag-gl{background-position:0 32.644628%}
.flag-gm{background-position:0 33.057851%}
.flag-gn{background-position:0 33.471074%}
.flag-gp{background-position:0 33.884298%}
.flag-gq{background-position:0 34.297521%}
.flag-gr{background-position:0 34.710744%}
.flag-gs{background-position:0 35.123967%}
.flag-gt{background-position:0 35.53719%}
.flag-gu{background-position:0 35.950413%}
.flag-gw{background-position:0 36.363636%}
.flag-gy{background-position:0 36.77686%}
.flag-hk{background-position:0 37.190083%}
.flag-hm{background-position:0 37.603306%}
.flag-hn{background-position:0 38.016529%}
.flag-hr{background-position:0 38.429752%}
.flag-ht{background-position:0 38.842975%}
.flag-hu{background-position:0 39.256198%}
.flag-id{background-position:0 39.669421%}
.flag-ie{background-position:0 40.082645%}
.flag-il{background-position:0 40.495868%}
.flag-in{background-position:0 40.909091%}
.flag-io{background-position:0 41.322314%}
.flag-iq{background-position:0 41.735537%}
.flag-ir{background-position:0 42.14876%}
.flag-is{background-position:0 42.561983%}
.flag-it{background-position:0 42.975207%}
.flag-jm{background-position:0 43.38843%}
.flag-jo{background-position:0 43.801653%}
.flag-jp{background-position:0 44.214876%}
.flag-ke{background-position:0 44.628099%}
.flag-kg{background-position:0 45.041322%}
.flag-kh{background-position:0 45.454545%}
.flag-ki{background-position:0 45.867769%}
.flag-km{background-position:0 46.280992%}
.flag-kn{background-position:0 46.694215%}
.flag-kp{background-position:0 47.107438%}
.flag-kr{background-position:0 47.520661%}
.flag-kw{background-position:0 47.933884%}
.flag-ky{background-position:0 48.347107%}
.flag-kz{background-position:0 48.760331%}
.flag-la{background-position:0 49.173554%}
.flag-lb{background-position:0 49.586777%}
.flag-lc{background-position:0 50%}
.flag-li{background-position:0 50.413223%}
.flag-lk{background-position:0 50.826446%}
.flag-lr{background-position:0 51.239669%}
.flag-ls{background-position:0 51.652893%}
.flag-lt{background-position:0 52.066116%}
.flag-lu{background-position:0 52.479339%}
.flag-lv{background-position:0 52.892562%}
.flag-ly{background-position:0 53.305785%}
.flag-ma{background-position:0 53.719008%}
.flag-mc{background-position:0 54.132231%}
.flag-md{background-position:0 54.545455%}
.flag-me{background-position:0 54.958678%}
.flag-mg{background-position:0 55.371901%}
.flag-mh{background-position:0 55.785124%}
.flag-mk{background-position:0 56.198347%}
.flag-ml{background-position:0 56.61157%}
.flag-mm{background-position:0 57.024793%}
.flag-mn{background-position:0 57.438017%}
.flag-mo{background-position:0 57.85124%}
.flag-mp{background-position:0 58.264463%}
.flag-mq{background-position:0 58.677686%}
.flag-mr{background-position:0 59.090909%}
.flag-ms{background-position:0 59.504132%}
.flag-mt{background-position:0 59.917355%}
.flag-mu{background-position:0 60.330579%}
.flag-mv{background-position:0 60.743802%}
.flag-mw{background-position:0 61.157025%}
.flag-mx{background-position:0 61.570248%}
.flag-my{background-position:0 61.983471%}
.flag-mz{background-position:0 62.396694%}
.flag-na{background-position:0 62.809917%}
.flag-nc{background-position:0 63.22314%}
.flag-ne{background-position:0 63.636364%}
.flag-nf{background-position:0 64.049587%}
.flag-ng{background-position:0 64.46281%}
.flag-ni{background-position:0 64.876033%}
.flag-nl{background-position:0 65.289256%}
.flag-no{background-position:0 65.702479%}
.flag-np{background-position:0 66.115702%}
.flag-nr{background-position:0 66.528926%}
.flag-nu{background-position:0 66.942149%}
.flag-nz{background-position:0 67.355372%}
.flag-om{background-position:0 67.768595%}
.flag-pa{background-position:0 68.181818%}
.flag-pe{background-position:0 68.595041%}
.flag-pf{background-position:0 69.008264%}
.flag-pg{background-position:0 69.421488%}
.flag-ph{background-position:0 69.834711%}
.flag-pk{background-position:0 70.247934%}
.flag-pl{background-position:0 70.661157%}
.flag-pm{background-position:0 71.07438%}
.flag-pn{background-position:0 71.487603%}
.flag-pr{background-position:0 71.900826%}
.flag-pt{background-position:0 72.31405%}
.flag-pw{background-position:0 72.727273%}
.flag-py{background-position:0 73.140496%}
.flag-qa{background-position:0 73.553719%}
.flag-re{background-position:0 73.966942%}
.flag-ro{background-position:0 74.380165%}
.flag-rs{background-position:0 74.793388%}
.flag-ru{background-position:0 75.206612%}
.flag-rw{background-position:0 75.619835%}
.flag-sa{background-position:0 76.033058%}
.flag-sb{background-position:0 76.446281%}
.flag-sc{background-position:0 76.859504%}
.flag-sd{background-position:0 77.272727%}
.flag-se{background-position:0 77.68595%}
.flag-sg{background-position:0 78.099174%}
.flag-sh{background-position:0 78.512397%}
.flag-si{background-position:0 78.92562%}
.flag-sj{background-position:0 79.338843%}
.flag-sk{background-position:0 79.752066%}
.flag-sl{background-position:0 80.165289%}
.flag-sm{background-position:0 80.578512%}
.flag-sn{background-position:0 80.991736%}
.flag-so{background-position:0 81.404959%}
.flag-sr{background-position:0 81.818182%}
.flag-ss{background-position:0 82.231405%}
.flag-st{background-position:0 82.644628%}
.flag-sv{background-position:0 83.057851%}
.flag-sy{background-position:0 83.471074%}
.flag-sz{background-position:0 83.884298%}
.flag-tc{background-position:0 84.297521%}
.flag-td{background-position:0 84.710744%}
.flag-tf{background-position:0 85.123967%}
.flag-tg{background-position:0 85.53719%}
.flag-th{background-position:0 85.950413%}
.flag-tj{background-position:0 86.363636%}
.flag-tk{background-position:0 86.77686%}
.flag-tl{background-position:0 87.190083%}
.flag-tm{background-position:0 87.603306%}
.flag-tn{background-position:0 88.016529%}
.flag-to{background-position:0 88.429752%}
.flag-tp{background-position:0 88.842975%}
.flag-tr{background-position:0 89.256198%}
.flag-tt{background-position:0 89.669421%}
.flag-tv{background-position:0 90.082645%}
.flag-tw{background-position:0 90.495868%}
.flag-ty{background-position:0 90.909091%}
.flag-tz{background-position:0 91.322314%}
.flag-ua{background-position:0 91.735537%}
.flag-ug{background-position:0 92.14876%}
.flag-gb,.flag-uk{background-position:0 92.561983%}
.flag-um{background-position:0 92.975207%}
.flag-us{background-position:0 93.38843%}
.flag-uy{background-position:0 93.801653%}
.flag-uz{background-position:0 94.214876%}
.flag-va{background-position:0 94.628099%}
.flag-vc{background-position:0 95.041322%}
.flag-ve{background-position:0 95.454545%}
.flag-vg{background-position:0 95.867769%}
.flag-vi{background-position:0 96.280992%}
.flag-vn{background-position:0 96.694215%}
.flag-vu{background-position:0 97.107438%}
.flag-wf{background-position:0 97.520661%}
.flag-ws{background-position:0 97.933884%}
.flag-ye{background-position:0 98.347107%}
.flag-za{background-position:0 98.760331%}
.flag-zm{background-position:0 99.173554%}
.flag-zr{background-position:0 99.586777%}
.flag-zw{background-position:0 100%}
.p-grid {
  display: flex;
  flex-wrap: wrap;
  margin-right: -1rem;
  margin-left: -1rem;
  margin-top: -1rem;
}
.p-grid > .p-col,
.p-grid > [class*=p-col] {
  box-sizing: border-box;
}
.p-nogutter {
  margin-right: 0;
  margin-left: 0;
  margin-top: 0;
}
.p-nogutter > .p-col,
.p-nogutter > [class*=p-col-] {
  padding: 0;
}
.p-col {
  flex-grow: 1;
  flex-basis: 0;
  padding: 1rem;
}
.p-col-fixed {
  flex: 0 0 auto;
  padding: 1rem;
}
.p-col-1,
.p-col-2,
.p-col-3,
.p-col-4,
.p-col-5,
.p-col-6,
.p-col-7,
.p-col-8,
.p-col-9,
.p-col-10,
.p-col-11,
.p-col-12 {
  flex: 0 0 auto;
  padding: 1rem;
}
.p-col-1 {
  width: 8.3333%;
}
.p-col-2 {
  width: 16.6667%;
}
.p-col-3 {
  width: 25%;
}
.p-col-4 {
  width: 33.3333%;
}
.p-col-5 {
  width: 41.6667%;
}
.p-col-6 {
  width: 50%;
}
.p-col-7 {
  width: 58.3333%;
}
.p-col-8 {
  width: 66.6667%;
}
.p-col-9 {
  width: 75%;
}
.p-col-10 {
  width: 83.3333%;
}
.p-col-11 {
  width: 91.6667%;
}
.p-col-12 {
  width: 100%;
}
.p-offset-12 {
  margin-left: 100%;
}
.p-offset-11 {
  margin-left: 91.66666667%;
}
.p-offset-10 {
  margin-left: 83.33333333%;
}
.p-offset-9 {
  margin-left: 75%;
}
.p-offset-8 {
  margin-left: 66.66666667%;
}
.p-offset-7 {
  margin-left: 58.33333333%;
}
.p-offset-6 {
  margin-left: 50%;
}
.p-offset-5 {
  margin-left: 41.66666667%;
}
.p-offset-4 {
  margin-left: 33.33333333%;
}
.p-offset-3 {
  margin-left: 25%;
}
.p-offset-2 {
  margin-left: 16.66666667%;
}
.p-offset-1 {
  margin-left: 8.33333333%;
}
.p-offset-0 {
  margin-left: 0%;
}
.p-sm-1,
.p-sm-2,
.p-sm-3,
.p-sm-4,
.p-sm-5,
.p-sm-6,
.p-sm-7,
.p-sm-8,
.p-sm-9,
.p-sm-10,
.p-sm-11,
.p-sm-12,
.p-md-1,
.p-md-2,
.p-md-3,
.p-md-4,
.p-md-5,
.p-md-6,
.p-md-7,
.p-md-8,
.p-md-9,
.p-md-10,
.p-md-11,
.p-md-12,
.p-lg-1,
.p-lg-2,
.p-lg-3,
.p-lg-4,
.p-lg-5,
.p-lg-6,
.p-lg-7,
.p-lg-8,
.p-lg-9,
.p-lg-10,
.p-lg-11,
.p-lg-12,
.p-xl-1,
.p-xl-2,
.p-xl-3,
.p-xl-4,
.p-xl-5,
.p-xl-6,
.p-xl-7,
.p-xl-8,
.p-xl-9,
.p-xl-10,
.p-xl-11,
.p-xl-12 {
  padding: 1rem;
}
.p-col-nogutter {
  padding: 0;
}
@media screen and (min-width: 576px) {
  .p-sm-1,
.p-sm-2,
.p-sm-3,
.p-sm-4,
.p-sm-5,
.p-sm-6,
.p-sm-7,
.p-sm-8,
.p-sm-9,
.p-sm-10,
.p-sm-11,
.p-sm-12 {
    flex: 0 0 auto;
  }

  .p-sm-1 {
    width: 8.3333%;
  }

  .p-sm-2 {
    width: 16.6667%;
  }

  .p-sm-3 {
    width: 25%;
  }

  .p-sm-4 {
    width: 33.3333%;
  }

  .p-sm-5 {
    width: 41.6667%;
  }

  .p-sm-6 {
    width: 50%;
  }

  .p-sm-7 {
    width: 58.3333%;
  }

  .p-sm-8 {
    width: 66.6667%;
  }

  .p-sm-9 {
    width: 75%;
  }

  .p-sm-10 {
    width: 83.3333%;
  }

  .p-sm-11 {
    width: 91.6667%;
  }

  .p-sm-12 {
    width: 100%;
  }

  .p-sm-offset-12 {
    margin-left: 100%;
  }

  .p-sm-offset-11 {
    margin-left: 91.66666667%;
  }

  .p-sm-offset-10 {
    margin-left: 83.33333333%;
  }

  .p-sm-offset-9 {
    margin-left: 75%;
  }

  .p-sm-offset-8 {
    margin-left: 66.66666667%;
  }

  .p-sm-offset-7 {
    margin-left: 58.33333333%;
  }

  .p-sm-offset-6 {
    margin-left: 50%;
  }

  .p-sm-offset-5 {
    margin-left: 41.66666667%;
  }

  .p-sm-offset-4 {
    margin-left: 33.33333333%;
  }

  .p-sm-offset-3 {
    margin-left: 25%;
  }

  .p-sm-offset-2 {
    margin-left: 16.66666667%;
  }

  .p-sm-offset-1 {
    margin-left: 8.33333333%;
  }

  .p-sm-offset-0 {
    margin-left: 0%;
  }
}
@media screen and (min-width: 768px) {
  .p-md-1,
.p-md-2,
.p-md-3,
.p-md-4,
.p-md-5,
.p-md-6,
.p-md-7,
.p-md-8,
.p-md-9,
.p-md-10,
.p-md-11,
.p-md-12 {
    flex: 0 0 auto;
  }

  .p-md-1 {
    width: 8.3333%;
  }

  .p-md-2 {
    width: 16.6667%;
  }

  .p-md-3 {
    width: 25%;
  }

  .p-md-4 {
    width: 33.3333%;
  }

  .p-md-5 {
    width: 41.6667%;
  }

  .p-md-6 {
    width: 50%;
  }

  .p-md-7 {
    width: 58.3333%;
  }

  .p-md-8 {
    width: 66.6667%;
  }

  .p-md-9 {
    width: 75%;
  }

  .p-md-10 {
    width: 83.3333%;
  }

  .p-md-11 {
    width: 91.6667%;
  }

  .p-md-12 {
    width: 100%;
  }

  .p-md-offset-12 {
    margin-left: 100%;
  }

  .p-md-offset-11 {
    margin-left: 91.66666667%;
  }

  .p-md-offset-10 {
    margin-left: 83.33333333%;
  }

  .p-md-offset-9 {
    margin-left: 75%;
  }

  .p-md-offset-8 {
    margin-left: 66.66666667%;
  }

  .p-md-offset-7 {
    margin-left: 58.33333333%;
  }

  .p-md-offset-6 {
    margin-left: 50%;
  }

  .p-md-offset-5 {
    margin-left: 41.66666667%;
  }

  .p-md-offset-4 {
    margin-left: 33.33333333%;
  }

  .p-md-offset-3 {
    margin-left: 25%;
  }

  .p-md-offset-2 {
    margin-left: 16.66666667%;
  }

  .p-md-offset-1 {
    margin-left: 8.33333333%;
  }

  .p-md-offset-0 {
    margin-left: 0%;
  }
}
@media screen and (min-width: 992px) {
  .p-lg-1,
.p-lg-2,
.p-lg-3,
.p-lg-4,
.p-lg-5,
.p-lg-6,
.p-lg-7,
.p-lg-8,
.p-lg-9,
.p-lg-10,
.p-lg-11,
.p-lg-12 {
    flex: 0 0 auto;
  }

  .p-lg-1 {
    width: 8.3333%;
  }

  .p-lg-2 {
    width: 16.6667%;
  }

  .p-lg-3 {
    width: 25%;
  }

  .p-lg-4 {
    width: 33.3333%;
  }

  .p-lg-5 {
    width: 41.6667%;
  }

  .p-lg-6 {
    width: 50%;
  }

  .p-lg-7 {
    width: 58.3333%;
  }

  .p-lg-8 {
    width: 66.6667%;
  }

  .p-lg-9 {
    width: 75%;
  }

  .p-lg-10 {
    width: 83.3333%;
  }

  .p-lg-11 {
    width: 91.6667%;
  }

  .p-lg-12 {
    width: 100%;
  }

  .p-lg-offset-12 {
    margin-left: 100%;
  }

  .p-lg-offset-11 {
    margin-left: 91.66666667%;
  }

  .p-lg-offset-10 {
    margin-left: 83.33333333%;
  }

  .p-lg-offset-9 {
    margin-left: 75%;
  }

  .p-lg-offset-8 {
    margin-left: 66.66666667%;
  }

  .p-lg-offset-7 {
    margin-left: 58.33333333%;
  }

  .p-lg-offset-6 {
    margin-left: 50%;
  }

  .p-lg-offset-5 {
    margin-left: 41.66666667%;
  }

  .p-lg-offset-4 {
    margin-left: 33.33333333%;
  }

  .p-lg-offset-3 {
    margin-left: 25%;
  }

  .p-lg-offset-2 {
    margin-left: 16.66666667%;
  }

  .p-lg-offset-1 {
    margin-left: 8.33333333%;
  }

  .p-lg-offset-0 {
    margin-left: 0%;
  }
}
@media screen and (min-width: 1200px) {
  .p-xl-1,
.p-xl-2,
.p-xl-3,
.p-xl-4,
.p-xl-5,
.p-xl-6,
.p-xl-7,
.p-xl-8,
.p-xl-9,
.p-xl-10,
.p-xl-11,
.p-xl-12 {
    flex: 0 0 auto;
  }

  .p-xl-1 {
    width: 8.3333%;
  }

  .p-xl-2 {
    width: 16.6667%;
  }

  .p-xl-3 {
    width: 25%;
  }

  .p-xl-4 {
    width: 33.3333%;
  }

  .p-xl-5 {
    width: 41.6667%;
  }

  .p-xl-6 {
    width: 50%;
  }

  .p-xl-7 {
    width: 58.3333%;
  }

  .p-xl-8 {
    width: 66.6667%;
  }

  .p-xl-9 {
    width: 75%;
  }

  .p-xl-10 {
    width: 83.3333%;
  }

  .p-xl-11 {
    width: 91.6667%;
  }

  .p-xl-12 {
    width: 100%;
  }

  .p-xl-offset-12 {
    margin-left: 100%;
  }

  .p-xl-offset-11 {
    margin-left: 91.66666667%;
  }

  .p-xl-offset-10 {
    margin-left: 83.33333333%;
  }

  .p-xl-offset-9 {
    margin-left: 75%;
  }

  .p-xl-offset-8 {
    margin-left: 66.66666667%;
  }

  .p-xl-offset-7 {
    margin-left: 58.33333333%;
  }

  .p-xl-offset-6 {
    margin-left: 50%;
  }

  .p-xl-offset-5 {
    margin-left: 41.66666667%;
  }

  .p-xl-offset-4 {
    margin-left: 33.33333333%;
  }

  .p-xl-offset-3 {
    margin-left: 25%;
  }

  .p-xl-offset-2 {
    margin-left: 16.66666667%;
  }

  .p-xl-offset-1 {
    margin-left: 8.33333333%;
  }

  .p-xl-offset-0 {
    margin-left: 0%;
  }
}
.p-justify-start {
  justify-content: flex-start;
}
.p-justify-end {
  justify-content: flex-end;
}
.p-justify-center {
  justify-content: center;
}
.p-justify-between {
  justify-content: space-between;
}
.p-justify-around {
  justify-content: space-around;
}
.p-justify-even {
  justify-content: space-evenly;
}
.p-align-start {
  align-items: flex-start;
}
.p-align-end {
  align-items: flex-end;
}
.p-align-center {
  align-items: center;
}
.p-align-baseline {
  align-items: baseline;
}
.p-align-stretch {
  align-items: stretch;
}
.p-col-align-start {
  align-self: flex-start;
}
.p-col-align-end {
  align-self: flex-end;
}
.p-col-align-center {
  align-self: center;
}
.p-col-align-baseline {
  align-self: baseline;
}
.p-col-align-stretch {
  align-self: stretch;
}
.p-dir-row {
  flex-direction: row;
}
.p-dir-rev {
  flex-direction: row-reverse;
}
.p-dir-col {
  flex-direction: column;
}
.p-dir-col-rev {
  flex-direction: column-reverse;
}
.p-dir-col > .p-col,
.p-dir-col-rev > .p-col {
  flex-basis: auto;
}
.p-col-order-first {
  order: -1;
}
.p-col-order-last {
  order: 13;
}
.p-col-order-0 {
  order: 0;
}
.p-col-order-1 {
  order: 1;
}
.p-col-order-2 {
  order: 2;
}
.p-col-order-3 {
  order: 3;
}
.p-col-order-4 {
  order: 4;
}
.p-col-order-5 {
  order: 5;
}
.p-col-order-6 {
  order: 6;
}
.p-col-order-7 {
  order: 7;
}
.p-col-order-8 {
  order: 8;
}
.p-col-order-9 {
  order: 9;
}
.p-col-order-10 {
  order: 10;
}
.p-col-order-11 {
  order: 11;
}
.p-col-order-12 {
  order: 12;
}
@media screen and (min-width: 576px) {
  .p-sm-order-first {
    order: -1;
  }

  .p-sm-order-last {
    order: 13;
  }

  .p-sm-order-0 {
    order: 0;
  }

  .p-sm-order-1 {
    order: 1;
  }

  .p-sm-order-2 {
    order: 2;
  }

  .p-sm-order-3 {
    order: 3;
  }

  .p-sm-order-4 {
    order: 4;
  }

  .p-sm-order-5 {
    order: 5;
  }

  .p-sm-order-6 {
    order: 6;
  }

  .p-sm-order-7 {
    order: 7;
  }

  .p-sm-order-8 {
    order: 8;
  }

  .p-sm-order-9 {
    order: 9;
  }

  .p-sm-order-10 {
    order: 10;
  }

  .p-sm-order-11 {
    order: 11;
  }

  .p-sm-order-12 {
    order: 12;
  }
}
@media screen and (min-width: 768px) {
  .p-md-order-first {
    order: -1;
  }

  .p-md-order-last {
    order: 13;
  }

  .p-md-order-0 {
    order: 0;
  }

  .p-md-order-1 {
    order: 1;
  }

  .p-md-order-2 {
    order: 2;
  }

  .p-md-order-3 {
    order: 3;
  }

  .p-md-order-4 {
    order: 4;
  }

  .p-md-order-5 {
    order: 5;
  }

  .p-md-order-6 {
    order: 6;
  }

  .p-md-order-7 {
    order: 7;
  }

  .p-md-order-8 {
    order: 8;
  }

  .p-md-order-9 {
    order: 9;
  }

  .p-md-order-10 {
    order: 10;
  }

  .p-md-order-11 {
    order: 11;
  }

  .p-md-order-12 {
    order: 12;
  }
}
@media screen and (min-width: 992px) {
  .p-lg-order-first {
    order: -1;
  }

  .p-lg-order-last {
    order: 13;
  }

  .p-lg-order-0 {
    order: 0;
  }

  .p-lg-order-1 {
    order: 1;
  }

  .p-lg-order-2 {
    order: 2;
  }

  .p-lg-order-3 {
    order: 3;
  }

  .p-lg-order-4 {
    order: 4;
  }

  .p-lg-order-5 {
    order: 5;
  }

  .p-lg-order-6 {
    order: 6;
  }

  .p-lg-order-7 {
    order: 7;
  }

  .p-lg-order-8 {
    order: 8;
  }

  .p-lg-order-9 {
    order: 9;
  }

  .p-lg-order-10 {
    order: 10;
  }

  .p-lg-order-11 {
    order: 11;
  }

  .p-lg-order-12 {
    order: 12;
  }
}
@media screen and (min-width: 1200px) {
  .p-xl-order-first {
    order: -1;
  }

  .p-xl-order-last {
    order: 13;
  }

  .p-xl-order-0 {
    order: 0;
  }

  .p-xl-order-1 {
    order: 1;
  }

  .p-xl-order-2 {
    order: 2;
  }

  .p-xl-order-3 {
    order: 3;
  }

  .p-xl-order-4 {
    order: 4;
  }

  .p-xl-order-5 {
    order: 5;
  }

  .p-xl-order-6 {
    order: 6;
  }

  .p-xl-order-7 {
    order: 7;
  }

  .p-xl-order-8 {
    order: 8;
  }

  .p-xl-order-9 {
    order: 9;
  }

  .p-xl-order-10 {
    order: 10;
  }

  .p-xl-order-11 {
    order: 11;
  }

  .p-xl-order-12 {
    order: 12;
  }
}
.p-field {
  margin-bottom: 1rem;
}
.p-field > label {
  display: inline-block;
  margin-bottom: 0.5rem;
}
.p-field.p-grid > label {
  display: flex;
  align-items: center;
}
.p-field > small {
  margin-top: 0.25rem;
}
.p-field.p-grid,
.p-formgrid.p-grid {
  margin-top: 0;
}
.p-field.p-grid .p-col-fixed,
.p-formgrid.p-grid .p-col-fixed,
.p-field.p-grid .p-col,
.p-formgrid.p-grid .p-col,
.p-field.p-grid .p-col-1,
.p-formgrid.p-grid .p-col-1,
.p-field.p-grid .p-col-2,
.p-formgrid.p-grid .p-col-2,
.p-field.p-grid .p-col-3,
.p-formgrid.p-grid .p-col-3,
.p-field.p-grid .p-col-4,
.p-formgrid.p-grid .p-col-4,
.p-field.p-grid .p-col-5,
.p-formgrid.p-grid .p-col-5,
.p-field.p-grid .p-col-6,
.p-formgrid.p-grid .p-col-6,
.p-field.p-grid .p-col-7,
.p-formgrid.p-grid .p-col-7,
.p-field.p-grid .p-col-8,
.p-formgrid.p-grid .p-col-8,
.p-field.p-grid .p-col-9,
.p-formgrid.p-grid .p-col-9,
.p-field.p-grid .p-col-10,
.p-formgrid.p-grid .p-col-10,
.p-field.p-grid .p-col-11,
.p-formgrid.p-grid .p-col-11,
.p-field.p-grid .p-col-12,
.p-formgrid.p-grid .p-col-12 {
  padding-top: 0;
  padding-bottom: 0;
}
.p-formgroup-inline {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.p-formgroup-inline .p-field,
.p-formgroup-inline .p-field-checkbox,
.p-formgroup-inline .p-field-radiobutton {
  margin-right: 1rem;
}
.p-formgroup-inline .p-field > label,
.p-formgroup-inline .p-field-checkbox > label,
.p-formgroup-inline .p-field-radiobutton > label {
  margin-right: 0.5rem;
  margin-bottom: 0;
}
.p-field-checkbox,
.p-field-radiobutton {
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
}
.p-field-checkbox > label,
.p-field-radiobutton > label {
  margin-left: 0.5rem;
  line-height: 1;
}
.p-d-none {
  display: none !important;
}
.p-d-inline {
  display: inline !important;
}
.p-d-inline-block {
  display: inline-block !important;
}
.p-d-block {
  display: block !important;
}
.p-d-flex {
  display: flex !important;
}
.p-d-inline-flex {
  display: inline-flex !important;
}
@media screen and (min-width: 576px) {
  .p-d-sm-none {
    display: none !important;
  }

  .p-d-sm-inline {
    display: inline !important;
  }

  .p-d-sm-inline-block {
    display: inline-block !important;
  }

  .p-d-sm-block {
    display: block !important;
  }

  .p-d-sm-flex {
    display: flex !important;
  }

  .p-d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media screen and (min-width: 768px) {
  .p-d-md-none {
    display: none !important;
  }

  .p-d-md-inline {
    display: inline !important;
  }

  .p-d-md-inline-block {
    display: inline-block !important;
  }

  .p-d-md-block {
    display: block !important;
  }

  .p-d-md-flex {
    display: flex !important;
  }

  .p-d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media screen and (min-width: 992px) {
  .p-d-lg-none {
    display: none !important;
  }

  .p-d-lg-inline {
    display: inline !important;
  }

  .p-d-lg-inline-block {
    display: inline-block !important;
  }

  .p-d-lg-block {
    display: block !important;
  }

  .p-d-lg-flex {
    display: flex !important;
  }

  .p-d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media screen and (min-width: 1200px) {
  .p-d-xl-none {
    display: none !important;
  }

  .p-d-xl-inline {
    display: inline !important;
  }

  .p-d-xl-inline-block {
    display: inline-block !important;
  }

  .p-d-xl-block {
    display: block !important;
  }

  .p-d-xl-flex {
    display: flex !important;
  }

  .p-d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media print {
  .p-d-print-none {
    display: none !important;
  }

  .p-d-print-inline {
    display: inline !important;
  }

  .p-d-print-inline-block {
    display: inline-block !important;
  }

  .p-d-print-block {
    display: block !important;
  }

  .p-d-print-flex {
    display: flex !important;
  }

  .p-d-print-inline-flex {
    display: inline-flex !important;
  }
}
.p-text-justify {
  text-align: justify !important;
}
.p-text-left {
  text-align: left !important;
}
.p-text-right {
  text-align: right !important;
}
.p-text-center {
  text-align: center !important;
}
.p-text-nowrap {
  white-space: nowrap !important;
}
.p-text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.p-text-lowercase {
  text-transform: lowercase !important;
}
.p-text-uppercase {
  text-transform: uppercase !important;
}
.p-text-capitalize {
  text-transform: capitalize !important;
}
.p-text-bold {
  font-weight: 700 !important;
}
.p-text-normal {
  font-weight: 400 !important;
}
.p-text-light {
  font-weight: 300 !important;
}
.p-text-italic {
  font-style: italic !important;
}
@media screen and (min-width: 576px) {
  .p-text-sm-justify {
    text-align: justify !important;
  }

  .p-text-sm-left {
    text-align: left !important;
  }

  .p-text-sm-right {
    text-align: right !important;
  }

  .p-text-sm-center {
    text-align: center !important;
  }
}
@media screen and (min-width: 768px) {
  .p-text-md-justify {
    text-align: justify !important;
  }

  .p-text-md-left {
    text-align: left !important;
  }

  .p-text-md-right {
    text-align: right !important;
  }

  .p-text-md-center {
    text-align: center !important;
  }
}
@media screen and (min-width: 992px) {
  .p-text-lg-justify {
    text-align: justify !important;
  }

  .p-text-lg-left {
    text-align: left !important;
  }

  .p-text-lg-right {
    text-align: right !important;
  }

  .p-text-lg-center {
    text-align: center !important;
  }
}
@media screen and (min-width: 1200px) {
  .p-text-xl-justify {
    text-align: justify !important;
  }

  .p-text-xl-left {
    text-align: left !important;
  }

  .p-text-xl-right {
    text-align: right !important;
  }

  .p-text-xl-center {
    text-align: center !important;
  }
}
.p-flex-row {
  flex-direction: row !important;
}
.p-flex-row-reverse {
  flex-direction: row-reverse !important;
}
.p-flex-column {
  flex-direction: column !important;
}
.p-flex-column-reverse {
  flex-direction: column-reverse !important;
}
@media screen and (min-width: 576px) {
  .p-flex-sm-row {
    flex-direction: row !important;
  }

  .p-flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }

  .p-flex-sm-column {
    flex-direction: column !important;
  }

  .p-flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
}
@media screen and (min-width: 768px) {
  .p-flex-md-row {
    flex-direction: row !important;
  }

  .p-flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }

  .p-flex-md-column {
    flex-direction: column !important;
  }

  .p-flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
}
@media screen and (min-width: 992px) {
  .p-flex-lg-row {
    flex-direction: row !important;
  }

  .p-flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }

  .p-flex-lg-column {
    flex-direction: column !important;
  }

  .p-flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
}
@media screen and (min-width: 1200px) {
  .p-flex-xl-row {
    flex-direction: row !important;
  }

  .p-flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }

  .p-flex-xl-column {
    flex-direction: column !important;
  }

  .p-flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
}
.p-jc-start {
  justify-content: flex-start;
}
.p-jc-end {
  justify-content: flex-end;
}
.p-jc-center {
  justify-content: center;
}
.p-jc-between {
  justify-content: space-between;
}
.p-jc-around {
  justify-content: space-around;
}
.p-jc-evenly {
  justify-content: space-evenly;
}
@media screen and (min-width: 576px) {
  .p-jc-sm-start {
    justify-content: flex-start;
  }

  .p-jc-sm-end {
    justify-content: flex-end;
  }

  .p-jc-sm-center {
    justify-content: center;
  }

  .p-jc-sm-between {
    justify-content: space-between;
  }

  .p-jc-sm-around {
    justify-content: space-around;
  }

  .p-jc-sm-evenly {
    justify-content: space-evenly;
  }
}
@media screen and (min-width: 768px) {
  .p-jc-md-start {
    justify-content: flex-start;
  }

  .p-jc-md-end {
    justify-content: flex-end;
  }

  .p-jc-md-center {
    justify-content: center;
  }

  .p-jc-md-between {
    justify-content: space-between;
  }

  .p-jc-md-around {
    justify-content: space-around;
  }

  .p-jc-md-evenly {
    justify-content: space-evenly;
  }
}
@media screen and (min-width: 992px) {
  .p-jc-lg-start {
    justify-content: flex-start;
  }

  .p-jc-lg-end {
    justify-content: flex-end;
  }

  .p-jc-lg-center {
    justify-content: center;
  }

  .p-jc-lg-between {
    justify-content: space-between;
  }

  .p-jc-lg-around {
    justify-content: space-around;
  }

  .p-jc-lg-evenly {
    justify-content: space-evenly;
  }
}
@media screen and (min-width: 1200px) {
  .p-jc-xl-start {
    justify-content: flex-start;
  }

  .p-jc-xl-end {
    justify-content: flex-end;
  }

  .p-jc-xl-center {
    justify-content: center;
  }

  .p-jc-xl-between {
    justify-content: space-between;
  }

  .p-jc-xl-around {
    justify-content: space-around;
  }

  .p-jc-xl-evenly {
    justify-content: space-evenly;
  }
}
.p-ai-start {
  align-items: flex-start;
}
.p-ai-end {
  align-items: flex-end;
}
.p-ai-center {
  align-items: center;
}
.p-ai-baseline {
  align-items: baseline;
}
.p-ai-stretch {
  align-items: stretch;
}
@media screen and (min-width: 576px) {
  .p-ai-sm-start {
    align-items: flex-start;
  }

  .p-ai-sm-end {
    align-items: flex-end;
  }

  .p-ai-sm-center {
    align-items: center;
  }

  .p-ai-sm-baseline {
    align-items: baseline;
  }

  .p-ai-sm-stretch {
    align-items: stretch;
  }
}
@media screen and (min-width: 768px) {
  .p-ai-md-start {
    align-items: flex-start;
  }

  .p-ai-md-end {
    align-items: flex-end;
  }

  .p-ai-md-center {
    align-items: center;
  }

  .p-ai-md-baseline {
    align-items: baseline;
  }

  .p-ai-md-stretch {
    align-items: stretch;
  }
}
@media screen and (min-width: 992px) {
  .p-ai-lg-start {
    align-items: flex-start;
  }

  .p-ai-lg-end {
    align-items: flex-end;
  }

  .p-ai-lg-center {
    align-items: center;
  }

  .p-ai-lg-baseline {
    align-items: baseline;
  }

  .p-ai-lg-stretch {
    align-items: stretch;
  }
}
@media screen and (min-width: 1200px) {
  .p-ai-xl-start {
    align-items: flex-start;
  }

  .p-ai-xl-end {
    align-items: flex-end;
  }

  .p-ai-xl-center {
    align-items: center;
  }

  .p-ai-xl-baseline {
    align-items: baseline;
  }

  .p-ai-xl-stretch {
    align-items: stretch;
  }
}
.p-as-start {
  align-self: start;
}
.p-as-end {
  align-self: flex-end;
}
.p-as-center {
  align-self: center;
}
.p-as-baseline {
  align-self: baseline;
}
.p-as-stretch {
  align-self: stretch;
}
@media screen and (min-width: 576px) {
  .p-as-sm-start {
    align-self: start;
  }

  .p-as-sm-end {
    align-self: flex-end;
  }

  .p-as-sm-center {
    align-self: center;
  }

  .p-as-sm-baseline {
    align-self: baseline;
  }

  .p-as-sm-stretch {
    align-self: stretch;
  }
}
@media screen and (min-width: 768px) {
  .p-as-md-start {
    align-self: start;
  }

  .p-as-md-end {
    align-self: flex-end;
  }

  .p-as-md-center {
    align-self: center;
  }

  .p-as-md-baseline {
    align-self: baseline;
  }

  .p-as-md-stretch {
    align-self: stretch;
  }
}
@media screen and (min-width: 992px) {
  .p-as-lg-start {
    align-self: start;
  }

  .p-as-lg-end {
    align-self: flex-end;
  }

  .p-as-lg-center {
    align-self: center;
  }

  .p-as-lg-baseline {
    align-self: baseline;
  }

  .p-as-lg-stretch {
    align-self: stretch;
  }
}
@media screen and (min-width: 1200px) {
  .p-as-xl-start {
    align-self: start;
  }

  .p-as-xl-end {
    align-self: flex-end;
  }

  .p-as-xl-center {
    align-self: center;
  }

  .p-as-xl-baseline {
    align-self: baseline;
  }

  .p-as-xl-stretch {
    align-self: stretch;
  }
}
.p-ac-start {
  align-content: flex-start;
}
.p-ac-end {
  align-content: flex-end;
}
.p-ac-center {
  align-content: center;
}
.p-ac-around {
  align-content: space-around;
}
.p-ac-stretch {
  align-content: stretch;
}
.p-ac-between {
  align-content: space-between;
}
@media screen and (min-width: 576px) {
  .p-ac-sm-start {
    align-content: flex-start;
  }

  .p-ac-sm-end {
    align-content: flex-end;
  }

  .p-ac-sm-center {
    align-content: center;
  }

  .p-ac-sm-around {
    align-content: space-around;
  }

  .p-ac-sm-stretch {
    align-content: stretch;
  }

  .p-ac-sm-between {
    align-content: space-between;
  }
}
@media screen and (min-width: 768px) {
  .p-ac-md-start {
    align-content: flex-start;
  }

  .p-ac-md-end {
    align-content: flex-end;
  }

  .p-ac-md-center {
    align-content: center;
  }

  .p-ac-md-around {
    align-content: space-around;
  }

  .p-ac-md-stretch {
    align-content: stretch;
  }

  .p-ac-md-between {
    align-content: space-between;
  }
}
@media screen and (min-width: 992px) {
  .p-ac-lg-start {
    align-content: flex-start;
  }

  .p-ac-lg-end {
    align-content: flex-end;
  }

  .p-ac-lg-center {
    align-content: center;
  }

  .p-ac-lg-around {
    align-content: space-around;
  }

  .p-ac-lg-stretch {
    align-content: stretch;
  }

  .p-ac-lg-between {
    align-content: space-between;
  }
}
@media screen and (min-width: 1200px) {
  .p-ac-xl-start {
    align-content: flex-start;
  }

  .p-ac-xl-end {
    align-content: flex-end;
  }

  .p-ac-xl-center {
    align-content: center;
  }

  .p-ac-xl-around {
    align-content: space-around;
  }

  .p-ac-xl-stretch {
    align-content: stretch;
  }

  .p-ac-xl-between {
    align-content: space-between;
  }
}
.p-order-0 {
  order: 0;
}
.p-order-1 {
  order: 1;
}
.p-order-2 {
  order: 2;
}
.p-order-3 {
  order: 3;
}
.p-order-4 {
  order: 4;
}
.p-order-5 {
  order: 5;
}
.p-order-6 {
  order: 6;
}
@media screen and (min-width: 576px) {
  .p-order-sm-0 {
    order: 0;
  }

  .p-order-sm-1 {
    order: 1;
  }

  .p-order-sm-2 {
    order: 2;
  }

  .p-order-sm-3 {
    order: 3;
  }

  .p-order-sm-4 {
    order: 4;
  }

  .p-order-sm-5 {
    order: 5;
  }

  .p-order-sm-6 {
    order: 6;
  }
}
@media screen and (min-width: 768px) {
  .p-order-md-0 {
    order: 0;
  }

  .p-order-md-1 {
    order: 1;
  }

  .p-order-md-2 {
    order: 2;
  }

  .p-order-md-3 {
    order: 3;
  }

  .p-order-md-4 {
    order: 4;
  }

  .p-order-md-5 {
    order: 5;
  }

  .p-order-md-6 {
    order: 6;
  }
}
@media screen and (min-width: 992px) {
  .p-order-lg-0 {
    order: 0;
  }

  .p-order-lg-1 {
    order: 1;
  }

  .p-order-lg-2 {
    order: 2;
  }

  .p-order-lg-3 {
    order: 3;
  }

  .p-order-lg-4 {
    order: 4;
  }

  .p-order-lg-5 {
    order: 5;
  }

  .p-order-lg-6 {
    order: 6;
  }
}
@media screen and (min-width: 1200px) {
  .p-order-xl-0 {
    order: 0;
  }

  .p-order-xl-1 {
    order: 1;
  }

  .p-order-xl-2 {
    order: 2;
  }

  .p-order-xl-3 {
    order: 3;
  }

  .p-order-xl-4 {
    order: 4;
  }

  .p-order-xl-5 {
    order: 5;
  }

  .p-order-xl-6 {
    order: 6;
  }
}
.p-flex-nowrap {
  flex-wrap: nowrap;
}
.p-flex-wrap {
  flex-wrap: wrap;
}
.p-flex-wrap-reverse {
  flex-wrap: wrap-reverse;
}
@media screen and (min-width: 576px) {
  .p-flex-sm-nowrap {
    flex-wrap: nowrap;
  }

  .p-flex-sm-wrap {
    flex-wrap: wrap;
  }

  .p-flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse;
  }
}
@media screen and (min-width: 768px) {
  .p-flex-md-nowrap {
    flex-wrap: nowrap;
  }

  .p-flex-md-wrap {
    flex-wrap: wrap;
  }

  .p-flex-md-wrap-reverse {
    flex-wrap: wrap-reverse;
  }
}
@media screen and (min-width: 992px) {
  .p-flex-lg-nowrap {
    flex-wrap: nowrap;
  }

  .p-flex-lg-wrap {
    flex-wrap: wrap;
  }

  .p-flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse;
  }
}
@media screen and (min-width: 1200px) {
  .p-flex-xl-nowrap {
    flex-wrap: nowrap;
  }

  .p-flex-xl-wrap {
    flex-wrap: wrap;
  }

  .p-flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse;
  }
}
.p-pt-0 {
  padding-top: 0 !important;
}
.p-pt-1 {
  padding-top: 0.25rem !important;
}
.p-pt-2 {
  padding-top: 0.5rem !important;
}
.p-pt-3 {
  padding-top: 1rem !important;
}
.p-pt-4 {
  padding-top: 1.5rem !important;
}
.p-pt-5 {
  padding-top: 2rem !important;
}
.p-pt-6 {
  padding-top: 3rem !important;
}
.p-pr-0 {
  padding-right: 0 !important;
}
.p-pr-1 {
  padding-right: 0.25rem !important;
}
.p-pr-2 {
  padding-right: 0.5rem !important;
}
.p-pr-3 {
  padding-right: 1rem !important;
}
.p-pr-4 {
  padding-right: 1.5rem !important;
}
.p-pr-5 {
  padding-right: 2rem !important;
}
.p-pr-6 {
  padding-right: 3rem !important;
}
.p-pl-0 {
  padding-left: 0 !important;
}
.p-pl-1 {
  padding-left: 0.25rem !important;
}
.p-pl-2 {
  padding-left: 0.5rem !important;
}
.p-pl-3 {
  padding-left: 1rem !important;
}
.p-pl-4 {
  padding-left: 1.5rem !important;
}
.p-pl-5 {
  padding-left: 2rem !important;
}
.p-pl-6 {
  padding-left: 3rem !important;
}
.p-pb-0 {
  padding-bottom: 0 !important;
}
.p-pb-1 {
  padding-bottom: 0.25rem !important;
}
.p-pb-2 {
  padding-bottom: 0.5rem !important;
}
.p-pb-3 {
  padding-bottom: 1rem !important;
}
.p-pb-4 {
  padding-bottom: 1.5rem !important;
}
.p-pb-5 {
  padding-bottom: 2rem !important;
}
.p-pb-6 {
  padding-bottom: 3rem !important;
}
.p-px-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.p-px-1 {
  padding-left: 0.25rem !important;
  padding-right: 0.25rem !important;
}
.p-px-2 {
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
}
.p-px-3 {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}
.p-px-4 {
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
}
.p-px-5 {
  padding-left: 2rem !important;
  padding-right: 2rem !important;
}
.p-px-6 {
  padding-left: 3rem !important;
  padding-right: 3rem !important;
}
.p-py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.p-py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}
.p-py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}
.p-py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}
.p-py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}
.p-py-5 {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}
.p-py-6 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}
.p-p-0 {
  padding: 0 !important;
}
.p-p-1 {
  padding: 0.25rem !important;
}
.p-p-2 {
  padding: 0.5rem !important;
}
.p-p-3 {
  padding: 1rem !important;
}
.p-p-4 {
  padding: 1.5rem !important;
}
.p-p-5 {
  padding: 2rem !important;
}
.p-p-6 {
  padding: 3rem !important;
}
@media screen and (min-width: 576px) {
  .p-pt-sm-0 {
    padding-top: 0 !important;
  }

  .p-pt-sm-1 {
    padding-top: 0.25rem !important;
  }

  .p-pt-sm-2 {
    padding-top: 0.5rem !important;
  }

  .p-pt-sm-3 {
    padding-top: 1rem !important;
  }

  .p-pt-sm-4 {
    padding-top: 1.5rem !important;
  }

  .p-pt-sm-5 {
    padding-top: 2rem !important;
  }

  .p-pt-sm-6 {
    padding-top: 3rem !important;
  }

  .p-pr-sm-0 {
    padding-right: 0 !important;
  }

  .p-pr-sm-1 {
    padding-right: 0.25rem !important;
  }

  .p-pr-sm-2 {
    padding-right: 0.5rem !important;
  }

  .p-pr-sm-3 {
    padding-right: 1rem !important;
  }

  .p-pr-sm-4 {
    padding-right: 1.5rem !important;
  }

  .p-pr-sm-5 {
    padding-right: 2rem !important;
  }

  .p-pr-sm-6 {
    padding-right: 3rem !important;
  }

  .p-pl-sm-0 {
    padding-left: 0 !important;
  }

  .p-pl-sm-1 {
    padding-left: 0.25rem !important;
  }

  .p-pl-sm-2 {
    padding-left: 0.5rem !important;
  }

  .p-pl-sm-3 {
    padding-left: 1rem !important;
  }

  .p-pl-sm-4 {
    padding-left: 1.5rem !important;
  }

  .p-pl-sm-5 {
    padding-left: 2rem !important;
  }

  .p-pl-sm-6 {
    padding-left: 3rem !important;
  }

  .p-pb-sm-0 {
    padding-bottom: 0 !important;
  }

  .p-pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }

  .p-pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }

  .p-pb-sm-3 {
    padding-bottom: 1rem !important;
  }

  .p-pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }

  .p-pb-sm-5 {
    padding-bottom: 2rem !important;
  }

  .p-pb-sm-6 {
    padding-bottom: 3rem !important;
  }

  .p-px-sm-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .p-px-sm-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }

  .p-px-sm-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }

  .p-px-sm-3 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

  .p-px-sm-4 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }

  .p-px-sm-5 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }

  .p-px-sm-6 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }

  .p-py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .p-py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .p-py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .p-py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .p-py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .p-py-sm-5 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }

  .p-py-sm-6 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .p-p-sm-0 {
    padding: 0 !important;
  }

  .p-p-sm-1 {
    padding: 0.25rem !important;
  }

  .p-p-sm-2 {
    padding: 0.5rem !important;
  }

  .p-p-sm-3 {
    padding: 1rem !important;
  }

  .p-p-sm-4 {
    padding: 1.5rem !important;
  }

  .p-p-sm-5 {
    padding: 2rem !important;
  }

  .p-p-sm-6 {
    padding: 3rem !important;
  }
}
@media screen and (min-width: 768px) {
  .p-pt-md-0 {
    padding-top: 0 !important;
  }

  .p-pt-md-1 {
    padding-top: 0.25rem !important;
  }

  .p-pt-md-2 {
    padding-top: 0.5rem !important;
  }

  .p-pt-md-3 {
    padding-top: 1rem !important;
  }

  .p-pt-md-4 {
    padding-top: 1.5rem !important;
  }

  .p-pt-md-5 {
    padding-top: 2rem !important;
  }

  .p-pt-md-6 {
    padding-top: 3rem !important;
  }

  .p-pr-md-0 {
    padding-right: 0 !important;
  }

  .p-pr-md-1 {
    padding-right: 0.25rem !important;
  }

  .p-pr-md-2 {
    padding-right: 0.5rem !important;
  }

  .p-pr-md-3 {
    padding-right: 1rem !important;
  }

  .p-pr-md-4 {
    padding-right: 1.5rem !important;
  }

  .p-pr-md-5 {
    padding-right: 2rem !important;
  }

  .p-pr-md-6 {
    padding-right: 3rem !important;
  }

  .p-pl-md-0 {
    padding-left: 0 !important;
  }

  .p-pl-md-1 {
    padding-left: 0.25rem !important;
  }

  .p-pl-md-2 {
    padding-left: 0.5rem !important;
  }

  .p-pl-md-3 {
    padding-left: 1rem !important;
  }

  .p-pl-md-4 {
    padding-left: 1.5rem !important;
  }

  .p-pl-md-5 {
    padding-left: 2rem !important;
  }

  .p-pl-md-6 {
    padding-left: 3rem !important;
  }

  .p-pb-md-0 {
    padding-bottom: 0 !important;
  }

  .p-pb-md-1 {
    padding-bottom: 0.25rem !important;
  }

  .p-pb-md-2 {
    padding-bottom: 0.5rem !important;
  }

  .p-pb-md-3 {
    padding-bottom: 1rem !important;
  }

  .p-pb-md-4 {
    padding-bottom: 1.5rem !important;
  }

  .p-pb-md-5 {
    padding-bottom: 2rem !important;
  }

  .p-pb-md-6 {
    padding-bottom: 3rem !important;
  }

  .p-px-md-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .p-px-md-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }

  .p-px-md-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }

  .p-px-md-3 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

  .p-px-md-4 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }

  .p-px-md-5 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }

  .p-px-md-6 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }

  .p-py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .p-py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .p-py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .p-py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .p-py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .p-py-md-5 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }

  .p-py-md-6 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .p-p-md-0 {
    padding: 0 !important;
  }

  .p-p-md-1 {
    padding: 0.25rem !important;
  }

  .p-p-md-2 {
    padding: 0.5rem !important;
  }

  .p-p-md-3 {
    padding: 1rem !important;
  }

  .p-p-md-4 {
    padding: 1.5rem !important;
  }

  .p-p-md-5 {
    padding: 2rem !important;
  }

  .p-p-md-6 {
    padding: 3rem !important;
  }
}
@media screen and (min-width: 992px) {
  .p-pt-lg-0 {
    padding-top: 0 !important;
  }

  .p-pt-lg-1 {
    padding-top: 0.25rem !important;
  }

  .p-pt-lg-2 {
    padding-top: 0.5rem !important;
  }

  .p-pt-lg-3 {
    padding-top: 1rem !important;
  }

  .p-pt-lg-4 {
    padding-top: 1.5rem !important;
  }

  .p-pt-lg-5 {
    padding-top: 2rem !important;
  }

  .p-pt-lg-6 {
    padding-top: 3rem !important;
  }

  .p-pt-lg-auto {
    padding-top: 3rem !important;
  }

  .p-pr-lg-0 {
    padding-right: 0 !important;
  }

  .p-pr-lg-1 {
    padding-right: 0.25rem !important;
  }

  .p-pr-lg-2 {
    padding-right: 0.5rem !important;
  }

  .p-pr-lg-3 {
    padding-right: 1rem !important;
  }

  .p-pr-lg-4 {
    padding-right: 1.5rem !important;
  }

  .p-pr-lg-5 {
    padding-right: 2rem !important;
  }

  .p-pr-lg-6 {
    padding-right: 3rem !important;
  }

  .p-pl-lg-0 {
    padding-left: 0 !important;
  }

  .p-pl-lg-1 {
    padding-left: 0.25rem !important;
  }

  .p-pl-lg-2 {
    padding-left: 0.5rem !important;
  }

  .p-pl-lg-3 {
    padding-left: 1rem !important;
  }

  .p-pl-lg-4 {
    padding-left: 1.5rem !important;
  }

  .p-pl-lg-5 {
    padding-left: 2rem !important;
  }

  .p-pl-lg-6 {
    padding-left: 3rem !important;
  }

  .p-pb-lg-0 {
    padding-bottom: 0 !important;
  }

  .p-pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }

  .p-pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }

  .p-pb-lg-3 {
    padding-bottom: 1rem !important;
  }

  .p-pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }

  .p-pb-lg-5 {
    padding-bottom: 2rem !important;
  }

  .p-pb-lg-6 {
    padding-bottom: 3rem !important;
  }

  .p-px-lg-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .p-px-lg-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }

  .p-px-lg-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }

  .p-px-lg-3 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

  .p-px-lg-4 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }

  .p-px-lg-5 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }

  .p-px-lg-6 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }

  .p-py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .p-py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .p-py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .p-py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .p-py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .p-py-lg-5 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }

  .p-py-lg-6 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .p-p-lg-0 {
    padding: 0 !important;
  }

  .p-p-lg-1 {
    padding: 0.25rem !important;
  }

  .p-p-lg-2 {
    padding: 0.5rem !important;
  }

  .p-p-lg-3 {
    padding: 1rem !important;
  }

  .p-p-lg-4 {
    padding: 1.5rem !important;
  }

  .p-p-lg-5 {
    padding: 2rem !important;
  }

  .p-p-lg-6 {
    padding: 3rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .p-pt-xl-0 {
    padding-top: 0 !important;
  }

  .p-pt-xl-1 {
    padding-top: 0.25rem !important;
  }

  .p-pt-xl-2 {
    padding-top: 0.5rem !important;
  }

  .p-pt-xl-3 {
    padding-top: 1rem !important;
  }

  .p-pt-xl-4 {
    padding-top: 1.5rem !important;
  }

  .p-pt-xl-5 {
    padding-top: 2rem !important;
  }

  .p-pt-xl-6 {
    padding-top: 3rem !important;
  }

  .p-pr-xl-0 {
    padding-right: 0 !important;
  }

  .p-pr-xl-1 {
    padding-right: 0.25rem !important;
  }

  .p-pr-xl-2 {
    padding-right: 0.5rem !important;
  }

  .p-pr-xl-3 {
    padding-right: 1rem !important;
  }

  .p-pr-xl-4 {
    padding-right: 1.5rem !important;
  }

  .p-pr-xl-5 {
    padding-right: 2rem !important;
  }

  .p-pr-xl-6 {
    padding-right: 3rem !important;
  }

  .p-pl-xl-0 {
    padding-left: 0 !important;
  }

  .p-pl-xl-1 {
    padding-left: 0.25rem !important;
  }

  .p-pl-xl-2 {
    padding-left: 0.5rem !important;
  }

  .p-pl-xl-3 {
    padding-left: 1rem !important;
  }

  .p-pl-xl-4 {
    padding-left: 1.5rem !important;
  }

  .p-pl-xl-5 {
    padding-left: 2rem !important;
  }

  .p-pl-xl-6 {
    padding-left: 3rem !important;
  }

  .p-pb-xl-0 {
    padding-bottom: 0 !important;
  }

  .p-pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }

  .p-pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }

  .p-pb-xl-3 {
    padding-bottom: 1rem !important;
  }

  .p-pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }

  .p-pb-xl-5 {
    padding-bottom: 2rem !important;
  }

  .p-pb-xl-6 {
    padding-bottom: 3rem !important;
  }

  .p-px-xl-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .p-px-xl-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }

  .p-px-xl-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }

  .p-px-xl-3 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

  .p-px-xl-4 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }

  .p-px-xl-5 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }

  .p-px-xl-6 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }

  .p-py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .p-py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .p-py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .p-py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .p-py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .p-py-xl-5 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }

  .p-py-xl-6 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .p-p-xl-0 {
    padding: 0 !important;
  }

  .p-p-xl-1 {
    padding: 0.25rem !important;
  }

  .p-p-xl-2 {
    padding: 0.5rem !important;
  }

  .p-p-xl-3 {
    padding: 1rem !important;
  }

  .p-p-xl-4 {
    padding: 1.5rem !important;
  }

  .p-p-xl-5 {
    padding: 2rem !important;
  }

  .p-p-xl-6 {
    padding: 3rem !important;
  }
}
.p-mt-0 {
  margin-top: 0 !important;
}
.p-mt-1 {
  margin-top: 0.25rem !important;
}
.p-mt-2 {
  margin-top: 0.5rem !important;
}
.p-mt-3 {
  margin-top: 1rem !important;
}
.p-mt-4 {
  margin-top: 1.5rem !important;
}
.p-mt-5 {
  margin-top: 2rem !important;
}
.p-mt-6 {
  margin-top: 3rem !important;
}
.p-mt-auto {
  margin-top: auto !important;
}
.p-mr-0 {
  margin-right: 0 !important;
}
.p-mr-1 {
  margin-right: 0.25rem !important;
}
.p-mr-2 {
  margin-right: 0.5rem !important;
}
.p-mr-3 {
  margin-right: 1rem !important;
}
.p-mr-4 {
  margin-right: 1.5rem !important;
}
.p-mr-5 {
  margin-right: 2rem !important;
}
.p-mr-6 {
  margin-right: 3rem !important;
}
.p-mr-auto {
  margin-right: auto !important;
}
.p-ml-0 {
  margin-left: 0 !important;
}
.p-ml-1 {
  margin-left: 0.25rem !important;
}
.p-ml-2 {
  margin-left: 0.5rem !important;
}
.p-ml-3 {
  margin-left: 1rem !important;
}
.p-ml-4 {
  margin-left: 1.5rem !important;
}
.p-ml-5 {
  margin-left: 2rem !important;
}
.p-ml-6 {
  margin-left: 3rem !important;
}
.p-ml-auto {
  margin-left: auto !important;
}
.p-mb-0 {
  margin-bottom: 0 !important;
}
.p-mb-1 {
  margin-bottom: 0.25rem !important;
}
.p-mb-2 {
  margin-bottom: 0.5rem !important;
}
.p-mb-3 {
  margin-bottom: 1rem !important;
}
.p-mb-4 {
  margin-bottom: 1.5rem !important;
}
.p-mb-5 {
  margin-bottom: 2rem !important;
}
.p-mb-6 {
  margin-bottom: 3rem !important;
}
.p-mb-auto {
  margin-bottom: auto !important;
}
.p-mx-0 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.p-mx-1 {
  margin-left: 0.25rem !important;
  margin-right: 0.25rem !important;
}
.p-mx-2 {
  margin-left: 0.5rem !important;
  margin-right: 0.5rem !important;
}
.p-mx-3 {
  margin-left: 1rem !important;
  margin-right: 1rem !important;
}
.p-mx-4 {
  margin-left: 1.5rem !important;
  margin-right: 1.5rem !important;
}
.p-mx-5 {
  margin-left: 2rem !important;
  margin-right: 2rem !important;
}
.p-mx-6 {
  margin-left: 3rem !important;
  margin-right: 3rem !important;
}
.p-mx-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}
.p-my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.p-my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}
.p-my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}
.p-my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}
.p-my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}
.p-my-5 {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
}
.p-my-6 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}
.p-my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}
.p-m-0 {
  margin: 0 !important;
}
.p-m-1 {
  margin: 0.25rem !important;
}
.p-m-2 {
  margin: 0.5rem !important;
}
.p-m-3 {
  margin: 1rem !important;
}
.p-m-4 {
  margin: 1.5rem !important;
}
.p-m-5 {
  margin: 2rem !important;
}
.p-m-6 {
  margin: 3rem !important;
}
.p-m-auto {
  margin: auto !important;
}
@media screen and (min-width: 576px) {
  .p-mt-sm-0 {
    margin-top: 0 !important;
  }

  .p-mt-sm-1 {
    margin-top: 0.25rem !important;
  }

  .p-mt-sm-2 {
    margin-top: 0.5rem !important;
  }

  .p-mt-sm-3 {
    margin-top: 1rem !important;
  }

  .p-mt-sm-4 {
    margin-top: 1.5rem !important;
  }

  .p-mt-sm-5 {
    margin-top: 2rem !important;
  }

  .p-mt-sm-6 {
    margin-top: 3rem !important;
  }

  .p-mt-sm-auto {
    margin-top: 3rem !important;
  }

  .p-mr-sm-0 {
    margin-right: 0 !important;
  }

  .p-mr-sm-1 {
    margin-right: 0.25rem !important;
  }

  .p-mr-sm-2 {
    margin-right: 0.5rem !important;
  }

  .p-mr-sm-3 {
    margin-right: 1rem !important;
  }

  .p-mr-sm-4 {
    margin-right: 1.5rem !important;
  }

  .p-mr-sm-5 {
    margin-right: 2rem !important;
  }

  .p-mr-sm-6 {
    margin-right: 3rem !important;
  }

  .p-mr-sm-auto {
    margin-right: auto !important;
  }

  .p-ml-sm-0 {
    margin-left: 0 !important;
  }

  .p-ml-sm-1 {
    margin-left: 0.25rem !important;
  }

  .p-ml-sm-2 {
    margin-left: 0.5rem !important;
  }

  .p-ml-sm-3 {
    margin-left: 1rem !important;
  }

  .p-ml-sm-4 {
    margin-left: 1.5rem !important;
  }

  .p-ml-sm-5 {
    margin-left: 2rem !important;
  }

  .p-ml-sm-6 {
    margin-left: 3rem !important;
  }

  .p-ml-sm-auto {
    margin-left: auto !important;
  }

  .p-mb-sm-0 {
    margin-bottom: 0 !important;
  }

  .p-mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }

  .p-mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }

  .p-mb-sm-3 {
    margin-bottom: 1rem !important;
  }

  .p-mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }

  .p-mb-sm-5 {
    margin-bottom: 2rem !important;
  }

  .p-mb-sm-6 {
    margin-bottom: 3rem !important;
  }

  .p-mb-sm-auto {
    margin-bottom: auto !important;
  }

  .p-mx-sm-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .p-mx-sm-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }

  .p-mx-sm-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }

  .p-mx-sm-3 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }

  .p-mx-sm-4 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }

  .p-mx-sm-5 {
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }

  .p-mx-sm-6 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }

  .p-mx-sm-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .p-my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .p-my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .p-my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .p-my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .p-my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .p-my-sm-5 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }

  .p-my-sm-6 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .p-my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .p-m-sm-0 {
    margin: 0 !important;
  }

  .p-m-sm-1 {
    margin: 0.25rem !important;
  }

  .p-m-sm-2 {
    margin: 0.5rem !important;
  }

  .p-m-sm-3 {
    margin: 1rem !important;
  }

  .p-m-sm-4 {
    margin: 1.5rem !important;
  }

  .p-m-sm-5 {
    margin: 2rem !important;
  }

  .p-m-sm-6 {
    margin: 3rem !important;
  }

  .p-m-sm-auto {
    margin: auto !important;
  }
}
@media screen and (min-width: 768px) {
  .p-mt-md-0 {
    margin-top: 0 !important;
  }

  .p-mt-md-1 {
    margin-top: 0.25rem !important;
  }

  .p-mt-md-2 {
    margin-top: 0.5rem !important;
  }

  .p-mt-md-3 {
    margin-top: 1rem !important;
  }

  .p-mt-md-4 {
    margin-top: 1.5rem !important;
  }

  .p-mt-md-5 {
    margin-top: 2rem !important;
  }

  .p-mt-md-6 {
    margin-top: 3rem !important;
  }

  .p-mt-md-auto {
    margin-top: 3rem !important;
  }

  .p-mr-md-0 {
    margin-right: 0 !important;
  }

  .p-mr-md-1 {
    margin-right: 0.25rem !important;
  }

  .p-mr-md-2 {
    margin-right: 0.5rem !important;
  }

  .p-mr-md-3 {
    margin-right: 1rem !important;
  }

  .p-mr-md-4 {
    margin-right: 1.5rem !important;
  }

  .p-mr-md-5 {
    margin-right: 2rem !important;
  }

  .p-mr-md-6 {
    margin-right: 3rem !important;
  }

  .p-mr-md-auto {
    margin-right: auto !important;
  }

  .p-ml-md-0 {
    margin-left: 0 !important;
  }

  .p-ml-md-1 {
    margin-left: 0.25rem !important;
  }

  .p-ml-md-2 {
    margin-left: 0.5rem !important;
  }

  .p-ml-md-3 {
    margin-left: 1rem !important;
  }

  .p-ml-md-4 {
    margin-left: 1.5rem !important;
  }

  .p-ml-md-5 {
    margin-left: 2rem !important;
  }

  .p-ml-md-6 {
    margin-left: 3rem !important;
  }

  .p-ml-md-auto {
    margin-left: auto !important;
  }

  .p-mb-md-0 {
    margin-bottom: 0 !important;
  }

  .p-mb-md-1 {
    margin-bottom: 0.25rem !important;
  }

  .p-mb-md-2 {
    margin-bottom: 0.5rem !important;
  }

  .p-mb-md-3 {
    margin-bottom: 1rem !important;
  }

  .p-mb-md-4 {
    margin-bottom: 1.5rem !important;
  }

  .p-mb-md-5 {
    margin-bottom: 2rem !important;
  }

  .p-mb-md-6 {
    margin-bottom: 3rem !important;
  }

  .p-mb-md-auto {
    margin-bottom: auto !important;
  }

  .p-mx-md-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .p-mx-md-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }

  .p-mx-md-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }

  .p-mx-md-3 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }

  .p-mx-md-4 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }

  .p-mx-md-5 {
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }

  .p-mx-md-6 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }

  .p-mx-md-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .p-my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .p-my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .p-my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .p-my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .p-my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .p-my-md-5 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }

  .p-my-md-6 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .p-my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .p-m-md-0 {
    margin: 0 !important;
  }

  .p-m-md-1 {
    margin: 0.25rem !important;
  }

  .p-m-md-2 {
    margin: 0.5rem !important;
  }

  .p-m-md-3 {
    margin: 1rem !important;
  }

  .p-m-md-4 {
    margin: 1.5rem !important;
  }

  .p-m-md-5 {
    margin: 2rem !important;
  }

  .p-m-md-6 {
    margin: 3rem !important;
  }

  .p-m-md-auto {
    margin: auto !important;
  }
}
@media screen and (min-width: 992px) {
  .p-mt-lg-0 {
    margin-top: 0 !important;
  }

  .p-mt-lg-1 {
    margin-top: 0.25rem !important;
  }

  .p-mt-lg-2 {
    margin-top: 0.5rem !important;
  }

  .p-mt-lg-3 {
    margin-top: 1rem !important;
  }

  .p-mt-lg-4 {
    margin-top: 1.5rem !important;
  }

  .p-mt-lg-5 {
    margin-top: 2rem !important;
  }

  .p-mt-lg-6 {
    margin-top: 3rem !important;
  }

  .p-mt-lg-auto {
    margin-top: 3rem !important;
  }

  .p-mr-lg-0 {
    margin-right: 0 !important;
  }

  .p-mr-lg-1 {
    margin-right: 0.25rem !important;
  }

  .p-mr-lg-2 {
    margin-right: 0.5rem !important;
  }

  .p-mr-lg-3 {
    margin-right: 1rem !important;
  }

  .p-mr-lg-4 {
    margin-right: 1.5rem !important;
  }

  .p-mr-lg-5 {
    margin-right: 2rem !important;
  }

  .p-mr-lg-6 {
    margin-right: 3rem !important;
  }

  .p-mr-lg-auto {
    margin-right: auto !important;
  }

  .p-ml-lg-0 {
    margin-left: 0 !important;
  }

  .p-ml-lg-1 {
    margin-left: 0.25rem !important;
  }

  .p-ml-lg-2 {
    margin-left: 0.5rem !important;
  }

  .p-ml-lg-3 {
    margin-left: 1rem !important;
  }

  .p-ml-lg-4 {
    margin-left: 1.5rem !important;
  }

  .p-ml-lg-5 {
    margin-left: 2rem !important;
  }

  .p-ml-lg-6 {
    margin-left: 3rem !important;
  }

  .p-ml-lg-auto {
    margin-left: auto !important;
  }

  .p-mb-lg-0 {
    margin-bottom: 0 !important;
  }

  .p-mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }

  .p-mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }

  .p-mb-lg-3 {
    margin-bottom: 1rem !important;
  }

  .p-mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }

  .p-mb-lg-5 {
    margin-bottom: 2rem !important;
  }

  .p-mb-lg-6 {
    margin-bottom: 3rem !important;
  }

  .p-mb-lg-auto {
    margin-bottom: auto !important;
  }

  .p-mx-lg-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .p-mx-lg-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }

  .p-mx-lg-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }

  .p-mx-lg-3 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }

  .p-mx-lg-4 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }

  .p-mx-lg-5 {
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }

  .p-mx-lg-6 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }

  .p-mx-lg-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .p-my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .p-my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .p-my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .p-my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .p-my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .p-my-lg-5 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }

  .p-my-lg-6 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .p-my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .p-m-lg-0 {
    margin: 0 !important;
  }

  .p-m-lg-1 {
    margin: 0.25rem !important;
  }

  .p-m-lg-2 {
    margin: 0.5rem !important;
  }

  .p-m-lg-3 {
    margin: 1rem !important;
  }

  .p-m-lg-4 {
    margin: 1.5rem !important;
  }

  .p-m-lg-5 {
    margin: 2rem !important;
  }

  .p-m-lg-6 {
    margin: 3rem !important;
  }

  .p-m-lg-auto {
    margin: auto !important;
  }
}
@media screen and (min-width: 1200px) {
  .p-mt-xl-0 {
    margin-top: 0 !important;
  }

  .p-mt-xl-1 {
    margin-top: 0.25rem !important;
  }

  .p-mt-xl-2 {
    margin-top: 0.5rem !important;
  }

  .p-mt-xl-3 {
    margin-top: 1rem !important;
  }

  .p-mt-xl-4 {
    margin-top: 1.5rem !important;
  }

  .p-mt-xl-5 {
    margin-top: 2rem !important;
  }

  .p-mt-xl-6 {
    margin-top: 3rem !important;
  }

  .p-mt-xl-auto {
    margin-top: 3rem !important;
  }

  .p-mr-xl-0 {
    margin-right: 0 !important;
  }

  .p-mr-xl-1 {
    margin-right: 0.25rem !important;
  }

  .p-mr-xl-2 {
    margin-right: 0.5rem !important;
  }

  .p-mr-xl-3 {
    margin-right: 1rem !important;
  }

  .p-mr-xl-4 {
    margin-right: 1.5rem !important;
  }

  .p-mr-xl-5 {
    margin-right: 2rem !important;
  }

  .p-mr-xl-6 {
    margin-right: 3rem !important;
  }

  .p-mr-xl-auto {
    margin-right: auto !important;
  }

  .p-ml-xl-0 {
    margin-left: 0 !important;
  }

  .p-ml-xl-1 {
    margin-left: 0.25rem !important;
  }

  .p-ml-xl-2 {
    margin-left: 0.5rem !important;
  }

  .p-ml-xl-3 {
    margin-left: 1rem !important;
  }

  .p-ml-xl-4 {
    margin-left: 1.5rem !important;
  }

  .p-ml-xl-5 {
    margin-left: 2rem !important;
  }

  .p-ml-xl-6 {
    margin-left: 3rem !important;
  }

  .p-ml-xl-auto {
    margin-left: auto !important;
  }

  .p-mb-xl-0 {
    margin-bottom: 0 !important;
  }

  .p-mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }

  .p-mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }

  .p-mb-xl-3 {
    margin-bottom: 1rem !important;
  }

  .p-mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }

  .p-mb-xl-5 {
    margin-bottom: 2rem !important;
  }

  .p-mb-xl-6 {
    margin-bottom: 3rem !important;
  }

  .p-mb-xl-auto {
    margin-bottom: auto !important;
  }

  .p-mx-xl-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .p-mx-xl-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }

  .p-mx-xl-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }

  .p-mx-xl-3 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }

  .p-mx-xl-4 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }

  .p-mx-xl-5 {
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }

  .p-mx-xl-6 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }

  .p-mx-xl-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .p-my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .p-my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .p-my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .p-my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .p-my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .p-my-xl-5 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }

  .p-my-xl-6 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .p-my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .p-m-xl-0 {
    margin: 0 !important;
  }

  .p-m-xl-1 {
    margin: 0.25rem !important;
  }

  .p-m-xl-2 {
    margin: 0.5rem !important;
  }

  .p-m-xl-3 {
    margin: 1rem !important;
  }

  .p-m-xl-4 {
    margin: 1.5rem !important;
  }

  .p-m-xl-5 {
    margin: 2rem !important;
  }

  .p-m-xl-6 {
    margin: 3rem !important;
  }

  .p-m-xl-auto {
    margin: auto !important;
  }
}
.p-shadow-1 {
  box-shadow: 0 2px 1px -1px rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 1px 3px 0 rgba(0, 0, 0, 0.12);
}
.p-shadow-2 {
  box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}
.p-shadow-3 {
  box-shadow: 0 3px 3px -2px rgba(0, 0, 0, 0.2), 0 3px 4px 0 rgba(0, 0, 0, 0.14), 0 1px 8px 0 rgba(0, 0, 0, 0.12);
}
.p-shadow-4 {
  box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
}
.p-shadow-5 {
  box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.2), 0 5px 8px 0 rgba(0, 0, 0, 0.14), 0 1px 14px 0 rgba(0, 0, 0, 0.12);
}
.p-shadow-6 {
  box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.2), 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12);
}
.p-shadow-7 {
  box-shadow: 0 4px 5px -2px rgba(0, 0, 0, 0.2), 0 7px 10px 1px rgba(0, 0, 0, 0.14), 0 2px 16px 1px rgba(0, 0, 0, 0.12);
}
.p-shadow-8 {
  box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
}
.p-shadow-9 {
  box-shadow: 0 5px 6px -3px rgba(0, 0, 0, 0.2), 0 9px 12px 1px rgba(0, 0, 0, 0.14), 0 3px 16px 2px rgba(0, 0, 0, 0.12);
}
.p-shadow-10 {
  box-shadow: 0 6px 6px -3px rgba(0, 0, 0, 0.2), 0 10px 14px 1px rgba(0, 0, 0, 0.14), 0 4px 18px 3px rgba(0, 0, 0, 0.12);
}
.p-shadow-11 {
  box-shadow: 0 6px 7px -4px rgba(0, 0, 0, 0.2), 0 11px 15px 1px rgba(0, 0, 0, 0.14), 0 4px 20px 3px rgba(0, 0, 0, 0.12);
}
.p-shadow-12 {
  box-shadow: 0 7px 8px -4px rgba(0, 0, 0, 0.2), 0 12px 17px 2px rgba(0, 0, 0, 0.14), 0 5px 22px 4px rgba(0, 0, 0, 0.12);
}
.p-shadow-13 {
  box-shadow: 0 7px 8px -4px rgba(0, 0, 0, 0.2), 0 13px 19px 2px rgba(0, 0, 0, 0.14), 0 5px 24px 4px rgba(0, 0, 0, 0.12);
}
.p-shadow-14 {
  box-shadow: 0 7px 9px -4px rgba(0, 0, 0, 0.2), 0 14px 21px 2px rgba(0, 0, 0, 0.14), 0 5px 26px 4px rgba(0, 0, 0, 0.12);
}
.p-shadow-15 {
  box-shadow: 0 8px 9px -5px rgba(0, 0, 0, 0.2), 0 15px 22px 2px rgba(0, 0, 0, 0.14), 0 6px 28px 5px rgba(0, 0, 0, 0.12);
}
.p-shadow-16 {
  box-shadow: 0 8px 10px -5px rgba(0, 0, 0, 0.2), 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12);
}
.p-shadow-17 {
  box-shadow: 0 8px 11px -5px rgba(0, 0, 0, 0.2), 0 17px 26px 2px rgba(0, 0, 0, 0.14), 0 6px 32px 5px rgba(0, 0, 0, 0.12);
}
.p-shadow-18 {
  box-shadow: 0 9px 11px -5px rgba(0, 0, 0, 0.2), 0 18px 28px 2px rgba(0, 0, 0, 0.14), 0 7px 34px 6px rgba(0, 0, 0, 0.12);
}
.p-shadow-19 {
  box-shadow: 0 9px 12px -6px rgba(0, 0, 0, 0.2), 0 19px 29px 2px rgba(0, 0, 0, 0.14), 0 7px 36px 6px rgba(0, 0, 0, 0.12);
}
.p-shadow-20 {
  box-shadow: 0 10px 13px -6px rgba(0, 0, 0, 0.2), 0 20px 31px 3px rgba(0, 0, 0, 0.14), 0 8px 38px 7px rgba(0, 0, 0, 0.12);
}
.p-shadow-21 {
  box-shadow: 0 10px 13px -6px rgba(0, 0, 0, 0.2), 0 21px 33px 3px rgba(0, 0, 0, 0.14), 0 8px 40px 7px rgba(0, 0, 0, 0.12);
}
.p-shadow-22 {
  box-shadow: 0 10px 14px -6px rgba(0, 0, 0, 0.2), 0 22px 35px 3px rgba(0, 0, 0, 0.14), 0 8px 42px 7px rgba(0, 0, 0, 0.12);
}
.p-shadow-23 {
  box-shadow: 0 11px 14px -7px rgba(0, 0, 0, 0.2), 0 23px 36px 3px rgba(0, 0, 0, 0.14), 0 9px 44px 8px rgba(0, 0, 0, 0.12);
}
.p-shadow-24 {
  box-shadow: 0 11px 15px -7px rgba(0, 0, 0, 0.2), 0 24px 38px 3px rgba(0, 0, 0, 0.14), 0 9px 46px 8px rgba(0, 0, 0, 0.12);
}
@font-face {
  font-family: "Segoe UI ";
  font-style: normal;
  font-weight: normal;
  src: local("Segoe UI"), url('Segoe UI.293e692f583af77a347b.woff') format("woff");
}
@font-face {
  font-family: "Segoe UI Italic";
  font-style: normal;
  font-weight: normal;
  src: local("Segoe UI Italic"), url('Segoe UI Italic.eb9dca895cf2de5deeda.woff') format("woff");
}
@font-face {
  font-family: "Segoe UI Bold";
  font-style: normal;
  font-weight: normal;
  src: local("Segoe UI Bold"), url('Segoe UI Bold.21ecd6932d8c6e2ae14e.woff') format("woff");
}
@font-face {
  font-family: "Segoe UI Bold Italic";
  font-style: normal;
  font-weight: normal;
  src: local("Segoe UI Bold Italic"), url('Segoe UI Bold Italic.04ca0df8c9e54c81b1a5.woff') format("woff");
}
/*-------------------------------------------------------------------*/
/* === Keyframes === */
@media screen and (max-width: 991px) {
  .layout-sidebar-active {
    transform: translateX(0) !important;
    left: 0 !important;
    visibility: visible !important;
    opacity: 1 !important;
    z-index: 999 !important;
    display: block !important;
    width: 250px !important;
    position: fixed !important;
    top: 0 !important;
    bottom: 0 !important;
    height: 100vh !important;
    overflow-y: auto !important;
  }

  .menu-button {
    display: block !important;
    cursor: pointer !important;
  }

  /* Prevent body scrolling when menu is open */
  body.blocked-scroll {
    overflow: hidden !important;
  }
}
@keyframes animateCloud {
  0% {
    margin-left: -100px;
  }
  100% {
    margin-left: 120%;
  }
}
@keyframes animateCloudtwo {
  0% {
    right: -140px;
  }
  100% {
    right: 120%;
  }
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
@keyframes lds-grid {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
}
/*======================
1.0. General
========================*/
.acr-preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 99999;
  transition: 0.3s;
}
.acr-preloader.hidden {
  opacity: 0;
  visibility: hidden;
}
.lds-grid {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-grid div {
  position: absolute;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #A56460;
  animation: lds-grid 1.2s linear infinite;
}
.lds-grid div:nth-child(1) {
  top: 8px;
  left: 8px;
  animation-delay: 0s;
}
.lds-grid div:nth-child(2) {
  top: 8px;
  left: 32px;
  animation-delay: -0.4s;
}
.lds-grid div:nth-child(3) {
  top: 8px;
  left: 56px;
  animation-delay: -0.8s;
}
.lds-grid div:nth-child(4) {
  top: 32px;
  left: 8px;
  animation-delay: -0.4s;
}
.lds-grid div:nth-child(5) {
  top: 32px;
  left: 32px;
  animation-delay: -0.8s;
}
.lds-grid div:nth-child(6) {
  top: 32px;
  left: 56px;
  animation-delay: -1.2s;
}
.lds-grid div:nth-child(7) {
  top: 56px;
  left: 8px;
  animation-delay: -0.8s;
}
.lds-grid div:nth-child(8) {
  top: 56px;
  left: 32px;
  animation-delay: -1.2s;
}
.lds-grid div:nth-child(9) {
  top: 56px;
  left: 56px;
  animation-delay: -1.6s;
}
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
}
.opacity-0 {
  opacity: 0;
}
.opacity-25 {
  opacity: 0.25;
}
.opacity-50 {
  opacity: 0.5;
}
.opacity-75 {
  opacity: 0.75;
}
.opacity-100 {
  opacity: 1;
}
.border-bottom {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.dark-overlay,
.light-overlay,
.primary-overlay {
  position: relative;
  z-index: 1;
}
.dark-overlay::before,
.light-overlay::before,
.primary-overlay::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: -1;
  transition: background-color 0.3s;
}
.dark-overlay.dark-overlay-2::before {
  background-color: rgba(0, 0, 0, 0.6);
}
.light-overlay::before {
  background-color: rgba(255, 255, 255, 0.4);
}
.light-overlay.light-overlay-2::before {
  background-color: rgba(255, 255, 255, 0.6);
}
.primary-overlay::before {
  background-color: rgba(89, 151, 255, 0.4);
}
.primary-overlay.light-overlay-2::before {
  background-color: rgba(89, 151, 255, 0.6);
}
html {
  width: 100%;
  overflow-x: hidden;
}
body {
  font-family: "Segoe UI", sans-serif !important;
  margin: 0;
  padding: 0;
  font-size: 14px;
  line-height: 28px;
  font-weight: 400;
  color: #515151;
  overflow-x: hidden;
}
body.aside-open {
  overflow: hidden;
}
hr {
  margin: 30px 0;
}
img {
  max-width: 100%;
  height: auto;
}
.cursor-pointer {
  cursor: pointer;
}
.close-btn {
  border: 0;
  background-color: transparent;
  padding: 0;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  outline: none;
}
.close-btn:focus {
  outline: none;
}
.close-btn span {
  position: absolute;
  width: 2px;
  height: 15px;
  display: block;
  background-color: #fff;
  opacity: 0.6;
  transform-origin: center;
  transform: rotate(45deg);
  transition: 0.3s;
}
.close-btn.close-dark span {
  background-color: #222;
}
.close-btn.close-danger span {
  background-color: red;
}
.close-btn span:nth-child(2) {
  transform: rotate(-45deg);
}
.close-btn:hover span {
  transform: rotate(90deg);
}
.close-btn:hover span:nth-child(2) {
  transform: rotate(-90deg);
}
.close-btn.dark span {
  background-color: #222;
}
.icon-2x {
  font-size: 2rem;
}
.icon-3x {
  font-size: 3rem;
}
.icon-4x {
  font-size: 4rem;
}
.border-0 {
  border: 0;
}
.bg-cover {
  background-size: cover;
}
.bg-parallax {
  background-attachment: fixed;
}
.bg-contain {
  background-size: contain;
}
.bg-norepeat {
  background-repeat: no-repeat;
}
.bg-center {
  background-position: center;
}
.bg-top {
  background-position: top;
}
.bg-right {
  background-position: right;
}
.bg-bottom {
  background-position: bottom;
}
.light-bg {
  background-color: #f7f9fc;
}
.primary-bg {
  background-color: #A56460;
}
/*======================
1.1. Typography
========================*/
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 20px;
  font-family: "Segoe UI", sans-serif !important;
  font-weight: 500;
  color: #222;
}
h1 {
  font-size: 42px;
  line-height: 50px;
}
h2 {
  font-size: 36px;
  line-height: 44px;
}
h3 {
  font-size: 32px;
  line-height: 40px;
}
h4 {
  font-size: 26px;
  line-height: 32px;
}
h5 {
  font-size: 14px !important;
  font-weight: 600;
}
h6 {
  font-size: 16px;
  font-weight: 600;
}
p {
  font-size: 14px;
  line-height: 23px;
  margin-bottom: 15px;
  color: #515151;
}
a {
  color: #000000;
  text-decoration: none;
  transition: 0.3s;
}
a:hover,
a:focus {
  color: #c87c77;
  text-decoration: none;
  outline: none;
}
b,
strong {
  font-weight: 700;
}
label {
  font-weight: 500;
}
ol,
ul {
  list-style: none;
  padding: 0;
  margin-top: 0;
  margin-bottom: 35px;
}
ul li,
ol li {
  margin: 10px 0 0;
  position: relative;
}
.acr-list {
  margin-bottom: 20px;
}
.acr-list li {
  position: relative;
  margin-top: 10px;
  padding-left: 25px;
}
.acr-list li:first-child {
  margin-top: 0;
}
.acr-list li::before {
  font-family: "Font Awesome 5 Free";
  content: "";
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-feature-settings: normal;
  font-variant: normal;
  font-weight: 900;
  text-rendering: auto;
  line-height: 28px;
  font-size: 14px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  color: #85656A;
}
.acr-list-decimal {
  list-style: decimal;
  padding-left: 15px;
}
.small,
small {
  line-height: 21px;
}
blockquote {
  background-color: #A56460;
  position: relative;
  text-align: center;
  padding: 20px;
  margin: 20px 0;
  color: #fff;
  font-family: "Segoe UI", sans-serif !important;
  border-radius: 8px;
  overflow: hidden;
}
blockquote::after {
  content: "";
  width: 360px;
  height: 360px;
  position: absolute;
  left: 45%;
  top: -70px;
  transform: rotate(-50deg);
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 25px;
}
blockquote::before {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-size: 34px;
  font-weight: 600;
  color: #fff;
  opacity: 0.3;
  display: block;
  margin-bottom: 20px;
}
blockquote h5 {
  color: #fff;
}
blockquote p {
  margin-bottom: 0;
  color: #fff;
}
.fs-12 {
  font-size: 12px;
}
.fs-14 {
  font-size: 14px;
}
.fs-15 {
  font-size: 15px;
}
.fs-16 {
  font-size: 16px;
}
.fs-18 {
  font-size: 18px;
}
.fw-400 {
  font-weight: 400 !important;
}
.fw-500 {
  font-weight: 500;
}
.fw-600 {
  font-weight: 600;
}
.fw-700 {
  font-weight: 700;
}
/*======================
1.2 Section Spacings
========================*/
.section {
  position: relative;
  padding: 40px 0;
}
.section.section-padding {
  padding: 40px 0 40px;
}
.section-light {
  background-color: #f8f9fa;
}
.title {
  font-size: 32px;
  line-height: initial;
  margin-bottom: 20px;
  font-weight: 600;
}
.section-title-wrap.section-header .title {
  margin-bottom: 0;
  color: var(--main-color);
}
.section-title-wrap.section-header {
  margin-bottom: 40px;
}
.section-title-wrap p {
  max-width: 100%;
  margin: 20px 0;
  font-size: 16px;
}
.section-title-wrap.text-center p {
  margin: 0 auto 20px;
}
.section-title-wrap h5 {
  margin-bottom: 10px;
}
.mb-30 {
  margin-bottom: 30px;
}
.mr-lg-30 {
  margin-left: 30px;
}
.section-title-wrap.flex-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.section-title-wrap.flex-header .acr-arrows .slick-arrow {
  margin-left: 10px;
}
.listings-slider .slick-list {
  padding-top: 10px;
}
/*==================
1.3. Forms
====================*/
textarea {
  resize: none;
}
.form-control::placeholder {
  color: #a5a5a5;
}
.custom-file,
.custom-file-input {
  height: 50px;
  cursor: pointer;
}
.custom-file-label {
  height: 50px;
  padding: 8px 15px;
  color: #6e6e6e;
  line-height: 33px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.custom-file-label::after {
  background-color: #f7f9fc;
  padding: 8px 15px;
  line-height: 33px;
  height: 100%;
  font-weight: 600;
}
.custom-file-input:focus ~ .custom-file-label {
  border-color: rgba(0, 0, 0, 0.1);
  box-shadow: none;
}
.acr-form-notice {
  display: block;
  font-size: 13px;
  line-height: 20px;
  margin-top: 5px;
  color: #848486;
}
.dropzone {
  border: 1px dashed rgba(0, 0, 0, 0.1);
}
.dropzone i {
  font-size: 28px;
  color: #848486;
}
.dropzone .dropzone-msg-title {
  margin: 20px 0 5px;
  color: #848486;
}
.dropzone .dropzone-msg-desc {
  color: #848486;
  margin: 0;
}
.otp form-control {
  height: 36px;
  padding: 8px 15px;
  border-radius: 8px;
  border: 1px solid #efefef;
  width: 10px;
  color: #6e6e6e;
  border-color: #e5e1dc;
  background-color: #fff;
  letter-spacing: 0.1px;
  font-size: 14px;
  display: inline-flex;
  margin-left: 10px;
  margin-right: 10px;
}
.form-control:focus {
  border: 1px solid #efefef;
  box-shadow: none;
}
.form-control.form-control-dark {
  color: #fff;
  border-color: #616161;
  background-color: #3c3c3c;
}
.form-control.form-control-dark:focus {
  border: 1px solid #4e4e4e;
  box-shadow: none;
}
.input-group-text {
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 600;
  background-color: transparent;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.form-group {
  margin-bottom: 10px;
}
.input-with-icon {
  position: relative;
}
.input-with-icon input,
.input-with-icon select {
  padding-left: 40px;
}
.input-with-icon i {
  position: absolute;
  top: 50%;
  left: 15px;
  font-size: 18px;
  transform: translateY(-50%);
  color: #a5a5a5;
  transition: 0.3s;
}
.input-with-icon input:focus + i,
.input-with-icon select:focus + i {
  color: #454545;
}
.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: none;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::before,
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #A56460;
  border-color: #A56460;
}
.custom-control label {
  line-height: 23px;
}
.acr-form-notice {
  display: block;
  font-size: 13px;
  line-height: 20px;
  margin-top: 5px;
  color: #848486;
}
.custom-switch .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #85656A;
  border-color: #85656A;
}
/* Select2 */
.select2-container--default .select2-search--dropdown .select2-search__field {
  height: 50px;
  padding: 8px 15px;
  border-radius: 8px;
  border: 1px solid #efefef;
  width: 100%;
  color: #6e6e6e;
  border-color: #e5e1dc;
  background-color: #fff;
  letter-spacing: 0.1px;
  font-size: 14px;
  outline: none;
}
.select2-search--dropdown {
  padding: 0;
  margin-bottom: 5px;
}
.select2-container {
  width: 100% !important;
}
.acr-select2,
.select2-container--default .select2-selection--single {
  outline: none;
  width: 100%;
  position: relative;
  background-color: #fff;
  padding: 15px;
  border-radius: 8px;
  box-shadow: 0 2px 9px 0px rgba(34, 12, 43, 0.1);
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  transition: 0.3s;
  z-index: 1;
  height: 58px;
  border: 0;
}
.acr-select2:hover,
.select2-container--default .select2-selection--single:hover {
  background-color: #fbfbfb;
}
.select2-dropdown {
  z-index: 23;
  background-color: #fff;
  width: 100%;
  border-radius: 8px;
  box-shadow: 0 2px 9px 0px rgba(34, 12, 43, 0.1);
  padding: 15px;
  transition: 0s;
  border: 0;
}
.select2-results__option {
  margin: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 0 0 10px;
  transition: 0.3s;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
}
.select2-results__option:last-child,
.select2-results__option:first-child {
  padding: 0;
  border: 0;
}
.select2-container--default .select2-results__option--highlighted[aria-selected],
.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: transparent;
  color: #A56460;
}
.select2-results__option + .select2-results__option {
  margin-top: 10px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  display: none;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  display: flex;
  align-items: center;
  width: 14px;
  position: relative;
}
.select2-container--default .select2-selection--single .select2-selection__arrow::before,
.select2-container--default .select2-selection--single .select2-selection__arrow::after {
  content: "";
  width: 5px;
  height: 2px;
  background-color: #848486;
  transform: rotate(0deg);
  transform-origin: bottom;
  transition: 0.3s;
}
.select2-container--default .select2-selection--single .select2-selection__arrow::after {
  transform: rotate(0deg) translateX(0);
}
.select2-container--default:hover .select2-selection--single .select2-selection__arrow::before,
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow::before {
  transform: rotate(45deg);
}
.select2-container--default:hover .select2-selection--single .select2-selection__arrow::after,
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow::after {
  transform: rotate(-45deg) translateX(-1px);
  width: 7px;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  padding: 0;
  margin-right: 10px;
  margin-left: auto;
  font-size: 14px;
  color: #848486;
  text-overflow: ellipsis;
  margin: 0 10px 0 auto;
  white-space: nowrap;
  overflow: hidden;
  max-width: 140px;
  padding-left: 45px;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
  font-family: "Segoe UI", sans-serif !important;
  font-weight: 600;
  color: #222;
}
.acr-custom-select {
  position: relative;
  z-index: 1;
}
.acr-custom-select > label {
  padding: 0;
  margin-right: 10px;
  font-family: "Segoe UI", sans-serif !important;
  font-weight: 600;
  color: #222;
  position: absolute;
  z-index: 2;
  top: 50%;
  transform: translateY(-50%);
  left: 15px;
  pointer-events: none;
}
.acr-custom-select select {
  font-size: 0;
}
.banner .acr-custom-select::after {
  content: "";
  position: absolute;
  top: 10px;
  left: 40px;
  width: calc(100% - 80px);
  height: 100%;
  background-color: rgba(255, 255, 255, 0.4);
  z-index: -1;
  border-radius: 8px;
  transition: 0.3s;
  pointer-events: none;
}
.banner .acr-custom-select::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 20px;
  width: calc(100% - 40px);
  height: 100%;
  background-color: rgba(255, 255, 255, 0.6);
  z-index: -1;
  border-radius: 8px;
  transition: 0.3s;
  pointer-events: none;
}
.banner .acr-custom-select:hover::before,
.banner .acr-custom-select:hover::after {
  top: 0;
  left: 0;
  width: 100%;
}
/*==================
1.4. Buttons
====================*/
.btn-custom,
.btn-custom-2 {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  position: relative;
  background-color: #ed3539;
  line-height: 24px;
  border: 0;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  padding: 12px 20px;
  transition: 0.3s;
  border-radius: 6px;
  overflow: hidden;
}
.btn-custom,
.btn-custom-2 i {
  transition: 0.3s;
}
.btn-custom::before {
  content: "";
  width: 100%;
  height: 0;
  background-color: #c87c77;
  position: absolute;
  bottom: 0;
  left: 0;
  border-radius: 8px;
  z-index: -1;
  transition: 0.3s;
  transform-origin: center;
}
.btn-custom:hover::before,
.btn-custom:focus::before {
  height: 100%;
}
.btn-custom:hover,
.btn-custom:focus {
  color: #fff;
  outline: none;
}
.btn-custom-2:hover,
.btn-custom-2:focus {
  outline: none;
}
.btn-custom.primary {
  background-color: #A56460;
}
.btn-custom.secondary {
  background-color: var(--main-color);
}
.btn-custom.secondary::before {
  background-color: #f56467;
}
.btn-custom-2.light {
  background-color: transparent;
  border: 2px solid #fff;
}
.btn-custom-2.light:hover {
  background-color: #fff;
  color: #222;
}
.btn-custom-2.light-grey {
  border: 1px solid rgba(0, 0, 0, 0.1);
  color: #848486;
  background-color: #fff;
}
.btn-custom-2.light-grey:hover {
  background-color: #f5f5f5;
  border-color: rgba(0, 0, 0, 0.1);
  color: #848486;
}
.btn-custom-2.grey {
  background-color: #fff;
  border: 2px solid rgba(0, 0, 0, 0.1);
  color: #515151;
}
.btn-custom-2.grey:hover {
  background-color: #fff;
  border-color: #A56460;
  color: #A56460;
}
.btn-custom-2.grey:hover i {
  color: #A56460;
}
.input-group-append .btn-custom,
.input-group-append .btn-custom::before {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-custom i,
.btn-link i {
  margin-left: 10px;
}
.btn.icon-behind i,
.btn-link.icon-behind i {
  margin-right: 10px;
}
.btn-link {
  font-weight: 600;
  color: #222;
}
.btn-link:hover,
.btn-link:focus {
  color: #c87c77;
  text-decoration: none;
}
.btn-custom.btn-sm {
  padding: 7px 13px !important;
  font-size: 12px;
}
input[type=submit]:disabled,
button[type=submit]:disabled {
  background-color: #e4e3e8;
  border-color: #e4e3e8;
  cursor: not-allowed;
}
/*==================
1.5. Colors & Badges
====================*/
.custom-primary {
  color: #000000;
}
.custom-secondary {
  color: #ff6767;
}
.custom-success {
  color: #85656A !important;
}
.custom-warning {
  color: #ffa80a;
}
.custom-danger {
  color: #ff4764 !important;
}
.twitter {
  background-color: rgba(44, 170, 225, 0.4);
  color: #2caae1;
}
.twitter:hover {
  background-color: #2caae1;
  color: #fff;
}
.facebook {
  background-color: rgba(59, 87, 157, 0.4);
  color: #3b579d;
}
.facebook:hover {
  background-color: #3b579d;
  color: #fff;
}
.google {
  background-color: rgba(220, 74, 56, 0.4);
  color: #dc4a38;
}
.google:hover {
  background-color: #dc4a38;
  color: #fff;
}
.linkedin {
  background-color: rgba(1, 119, 181, 0.4);
  color: #0177b5;
}
.linkedin:hover {
  background-color: #0177b5;
  color: #fff;
}
.pinterest {
  background-color: rgba(204, 33, 39, 0.4);
  color: #cc2127;
}
.pinterest:hover {
  background-color: #cc2127;
  color: #fff;
}
.youtube {
  background-color: rgba(229, 45, 39, 0.4);
  color: #e52d27;
}
.youtube:hover {
  background-color: #e52d27;
  color: #fff;
}
.github {
  background-color: rgba(51, 51, 51, 0.4);
  color: #333333;
}
.github:hover {
  background-color: #333333;
  color: #fff;
}
.behance {
  background-color: rgba(23, 105, 255, 0.4);
  color: #1769ff;
}
.behance:hover {
  background-color: #1769ff;
  color: #fff;
}
.dribbble {
  background-color: rgba(234, 76, 137, 0.4);
  color: #ea4c89;
}
.dribbble:hover {
  background-color: #ea4c89;
  color: #fff;
}
.reddit {
  background-color: rgba(255, 69, 0, 0.4);
  color: #ff4500;
}
.reddit:hover {
  background-color: #ff4500;
  color: #fff;
}
/* Badges */
.badge.badge-primary {
  background-color: #A56460;
}
.badge.badge-secondary {
  background-color: #aa66cc;
}
.badge.badge-success {
  background-color: #85656A;
}
.badge.badge-warning {
  background-color: #fda600;
}
.badge.badge-danger {
  background-color: #ff737b;
}
.badge.badge-info {
  background-color: #5a9ee0;
}
/*======================
1.6 Modals & Popups
========================*/
.modal-content {
  border: 0;
  border-radius: 8px;
}
.modal-header {
  padding: 20px;
  border-bottom: 0;
  align-items: center;
}
.modal-body {
  padding: 0 20px 20px;
}
/*======================
1.7 Tables
========================*/
table th,
table td {
  padding: 10px;
  vertical-align: middle;
  font-size: 14px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
table th {
  font-weight: 600;
  background-color: #f7f9fc;
  font-family: "Segoe UI", sans-serif !important;
}
table tr:last-child td,
table tr:last-child th {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
table {
  width: 100%;
  margin-bottom: 30px;
}
table td {
  background-color: #fff;
}
table img {
  width: 40px;
  border-radius: 8px;
}
.table-actions {
  width: 40px;
}
.table-switch {
  width: 80px;
}
.table-actions a {
  display: inline-block;
  font-size: 13px;
  padding: 3px 12px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  color: #848486;
  transition: 0.3s;
  background-color: #fff;
  text-align: center;
  margin: 0 2px 0 0;
  border-radius: 8px;
}
.table-actions a:hover {
  background-color: #f5f5f5;
  border-color: rgba(0, 0, 0, 0.1);
  color: #848486;
  box-shadow: none;
}
/*======================
1.8 Tabs
========================*/
.tab-content {
  margin-top: 30px;
}
.nav-tabs {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.nav-item {
  margin: 0;
}
.nav-tabs .nav-item {
  margin-bottom: 0;
}
.nav-tabs .nav-link:hover {
  color: #A56460;
}
.nav-tabs .nav-link {
  position: relative;
  padding: 0 20px 20px 20px;
  background-color: #fff;
  font-weight: 600;
  margin-right: 10px;
  color: #222;
  border: 0;
}
.nav-tabs .nav-link::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #A56460;
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: #A56460;
  background-color: #fff;
}
.nav-tabs .nav-item.show .nav-link::before,
.nav-tabs .nav-link.active::before {
  width: 100%;
}
.tab-content > .tab-pane {
  height: unset;
}
.nav-tabs.tab-cards {
  display: block;
  border-bottom: 0;
}
.nav-tabs.tab-cards .nav-link {
  outline: none;
  width: 100%;
  position: relative;
  background-color: #fff;
  padding: 15px;
  border-radius: 8px;
  cursor: pointer;
  transition: 0.3s;
  z-index: 1;
  border: 0;
  box-shadow: 0 2px 9px 0px rgba(34, 12, 43, 0.1);
  margin-bottom: 30px;
  color: #222;
  font-family: "Segoe UI", sans-serif !important;
}
.nav-tabs.tab-cards .nav-link:hover {
  background-color: #f7f9fc;
}
.nav-tabs.tab-cards .nav-link::before {
  display: none;
}
.nav-tabs.tab-cards .nav-item.show .nav-link,
.nav-tabs.tab-cards .nav-link.active {
  background-color: #A56460;
  color: #fff;
}
.nav-tabs.tab-cards .nav-item.show .nav-link span,
.nav-tabs.tab-cards .nav-link.active span {
  background-color: #fff;
  color: #A56460;
  box-shadow: 0 2px 9px 0px rgba(34, 12, 43, 0.1);
}
.nav-tabs.tab-cards .nav-link span {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-right: 15px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.1);
  transition: 0.3s;
}
.sigma_close {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.3s;
}
.sigma_close:hover span {
  opacity: 1;
}
.sigma_close span {
  position: absolute;
  width: 24px;
  height: 2px;
  opacity: 0.5;
  transition: 0.3s;
  background-color: #222;
}
.sigma_close.light span {
  background-color: #fff;
}
.sigma_close span:first-child {
  transform: rotate(45deg);
}
.sigma_close:hover span:first-child {
  transform: rotate(0deg);
}
.sigma_close:hover span:last-child {
  transform: rotate(180deg);
}
.sigma_close span:last-child {
  transform: rotate(135deg);
}
/*======================
2. Header
========================*/
.sigma_header {
  position: relative;
  background-color: #fff;
}
.navbar {
  padding: 0;
}
.sigma_header .sigma_logo-wrapper {
  justify-content: space-between;
  padding: 6px 0;
  width: 100%;
}
.sigma_header .sigma_logo-wrapper .sigma_logo {
  max-width: 100%;
}
.sigma_header .sigma_logo-wrapper h1 {
  font-size: 24px;
  line-height: initial;
  margin-bottom: 0px;
  margin-left: 1rem;
  font-weight: 500;
  color: var(--main-color);
}
.sigma_header .navbar-nav {
  flex-direction: row;
}
.sigma_header .navbar-nav li {
  position: relative;
  transition: 0.3s;
  margin: 0;
}
.sigma_header .navbar-nav li a {
  display: block;
  padding: 30px 20px;
  color: #222;
  font-weight: 500;
  font-family: "Segoe UI";
  position: relative;
  font-weight: 600;
  text-transform: uppercase;
}
.sigma_header .navbar-nav li:first-child > a {
  padding-left: 0;
}
.sigma_header .navbar-nav li:last-child > a {
  padding-right: 0;
}
.sigma_header .navbar-nav li a:hover,
.sigma_header .navbar-nav li.active > a {
  color: #fc766a;
}
.sigma_header .navbar-nav li .sub-menu {
  position: absolute;
  top: 110%;
  min-width: 250px;
  background-color: #fff;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  box-shadow: 0 0 40px 5px rgba(0, 0, 0, 0.03);
  transition: 0.3s;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
}
.sigma_header .navbar-nav li .sub-menu li a {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 15px;
  display: flex;
  font-weight: 400;
  align-items: center;
  position: relative;
}
.navbar-nav .menu-item .sub-menu .menu-item.menu-item-has-children > a::after {
  font-family: "Font Awesome 5 Free";
  content: "";
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-feature-settings: normal;
  font-variant: normal;
  font-weight: 900;
  text-rendering: auto;
  line-height: 28px;
  margin-left: auto;
  font-size: 10px;
}
.sigma_header .navbar-nav li.menu-item-has-children .sub-menu li:last-child > a {
  border-bottom: none;
}
.sigma_header .navbar-nav li.menu-item-has-children:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  top: 100%;
}
.sigma_header .navbar-nav li.menu-item-has-children .sub-menu li .sub-menu {
  left: 100%;
  top: 0;
}
.sigma_header-absolute {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 55;
}
/* Header top */
.sigma_header-top {
  background-color: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 0;
}
.sigma_header-top-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
}
.sigma_header-top .sigma_header-top-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin: 0;
}
.sigma_header-top .sigma_header-top-nav li {
  margin: 0;
}
.sigma_header-top .sigma_header-top-nav li a {
  color: #fff;
  font-weight: 600;
  font-size: 12px;
}
.sigma_header-top .sigma_header-top-nav li + li {
  margin-left: 10px;
}
.sigma_header-top-contacts .sigma_header-top-nav li a {
  display: block;
  font-size: 14px;
  width: 41px;
  height: 41px;
  background-color: rgba(255, 255, 255, 0.1);
  display: inline-flex;
  color: #fff;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  font-size: 12px;
  margin-right: 0;
}
.sigma_header-top-contacts .sigma_header-top-nav li a:hover {
  background-color: #A56460;
  color: #fff;
}
.sigma_header-top .sigma_header-top-cta li {
  height: 100%;
}
.sigma_header-top .sigma_header-top-cta li a {
  display: flex;
  height: 100%;
  align-items: center;
  padding: 10px;
  background-color: #A56460;
  color: #fff;
  border-radius: 4px;
  font-weight: 500;
}
.sigma_header-top .sigma_header-top-cta li a:hover {
  background-color: #A56460;
}
/* Header bottom */
.sigma_header-bottom {
  background-color: #ffffff !important;
  position: relative;
}
.sigma_header-bottom-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.sigma_header .sigma_header-bottom .navbar-nav > li > a {
  color: #fff;
  padding-top: 15px;
  padding-bottom: 15px;
}
.sigma_header .sigma_header-bottom .navbar-nav li a:hover {
  color: #A56460;
}
.sigma_header .sigma_header-bottom-inner .aside-toggle.desktop-toggler {
  display: flex;
  height: 62px;
  width: 62px;
  align-items: center;
  justify-content: center;
  background-color: #A56460;
  transition: 0.3s;
  border-radius: 0;
  border: 0;
}
.sigma_header .sigma_header-bottom-inner .aside-toggle.desktop-toggler span {
  background-color: #fff;
}
/* Mega Menu */
.navbar-nav .menu-item.mega-menu-wrapper {
  position: static;
}
.navbar-nav .menu-item.mega-menu-wrapper .sub-menu {
  width: 100%;
  left: 0;
}
.navbar-nav .menu-item.mega-menu-wrapper .sub-menu > li {
  margin: 0;
  padding: 20px;
  overflow: hidden;
}
.navbar-nav .menu-item.mega-menu-wrapper .sub-menu li > img {
  position: absolute;
  width: 180px;
  right: 20px;
  bottom: -20px;
}
.mega-menu-promotion-wrapper {
  margin-top: 30px;
}
.navbar-nav .mega-menu-promotion {
  text-align: center;
}
.navbar-nav .mega-menu-promotion > a {
  display: block;
  padding: 0;
}
.navbar-nav .mega-menu-promotion img {
  width: 150px;
  margin-bottom: 5px;
  transition: 0.3s;
}
.navbar-nav .mega-menu-promotion:hover img {
  transform: translateY(-4px);
}
.mega-menu-promotion-text h4 {
  margin-bottom: 5px;
  font-size: 18px;
}
.mega-menu-promotion-text span {
  font-size: 14px;
  font-weight: 600;
  line-height: 21px;
  color: #848486;
}
.navbar-nav .mega-menu-promotion-text h4 a {
  display: block;
  padding: 0;
  color: #222;
}
.navbar-nav .mega-menu-promotion-text h4 a:hover {
  color: #ED4E53;
}
.navbar-nav .mega-menu-item h5 {
  margin-bottom: 10px;
  font-size: 20px;
}
.navbar-nav .mega-menu-item p {
  padding: 10px 0;
}
.sigma_header .navbar-nav li .sub-menu li .mega-menu-item a {
  display: block;
  font-weight: 400;
  padding: 10px 0;
  border-bottom: 0;
}
.navbar-nav .mega-menu-item .btn-custom {
  display: inline-block;
  padding: 12px 30px;
  color: #fff;
  font-weight: 600;
}
.navbar-nav .mega-menu-item .btn-custom:hover {
  color: #fff;
}
.navbar-nav .mega-menu-item a.coming-soon {
  color: #b7b7b7;
  cursor: default;
}
.navbar-nav .mega-menu-item a.coming-soon span {
  margin-left: 5px;
  font-size: 12px;
}
/* Header Controls starts */
.sigma_header .sigma_header-controls ul {
  display: flex;
  align-items: center;
  margin: 0;
}
.sigma_header .sigma_header-controls ul li {
  margin-top: 0;
}
.sigma_header .sigma_header-controls ul li + li {
  margin-left: 15px;
}
.sigma_header .sigma_header-controls ul li.header-controls-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  border: 1px solid #efefef;
  color: #222;
  font-size: 22px;
  border-radius: 10px;
}
.sigma_header .sigma_header-controls ul li.header-controls-item a.sigma_header-control-cart {
  width: auto;
  height: auto;
  padding: 13px 15px;
  line-height: 1;
  display: flex;
  align-items: center;
}
.sigma_header .sigma_header-controls ul li.header-controls-item a.sigma_header-control-cart .sigma_header-control-cart-inner {
  margin-left: 10px;
}
.sigma_header .sigma_header-controls ul li.header-controls-item a.sigma_header-control-cart p,
.sigma_header .sigma_header-controls ul li.header-controls-item a.sigma_header-control-cart span {
  font-size: 13px;
}
.sigma_header .sigma_header-controls ul li.header-controls-item a.sigma_header-control-cart span {
  display: block;
  margin-bottom: 5px;
  font-weight: 500;
}
.sigma_header .sigma_header-controls ul li.header-controls-item a.sigma_header-control-cart p {
  margin: 0;
  font-weight: 600;
  color: #A56460;
}
.sigma_header .sigma_header-controls ul li.header-controls-item a:hover {
  background-color: #f8f8f8;
}
.sigma_header .aside-toggle,
.sigma_header .aside-toggle.desktop-toggler {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  cursor: pointer;
  width: 58px;
  height: 58px;
  border: 1px solid #efefef;
  border-radius: 8px;
  transition: 0.3s;
}
.sigma_header .aside-toggle:hover {
  background-color: #f8f8f8;
}
.sigma_header .aside-toggle:hover span {
  margin: 0;
}
.sigma_header .aside-toggle:hover span:nth-child(1) {
  width: 10px;
  transform: rotate(45deg) translate(7px, -3px);
}
.sigma_header .aside-toggle:hover span:nth-child(3) {
  width: 10px;
  transform: rotate(-45deg) translate(7px, 3px);
}
.sigma_header .aside-toggle {
  display: none;
}
.sigma_header .aside-toggle span {
  display: block;
  width: 20px;
  height: 2px;
  border-radius: 3px;
  background-color: #222;
  transition: 0.3s;
  transform-origin: right;
}
.sigma_header .aside-toggle span + span {
  margin-top: 5px;
}
.sigma_header .sigma_header-controls.style-2 ul li.header-controls-item a.sigma_header-control-cart {
  width: 58px;
  position: relative;
  height: 58px;
  padding: 0;
}
.sigma_header .sigma_header-controls.style-2 ul li.header-controls-item a.sigma_header-control-cart span {
  position: absolute;
  top: -5px;
  right: -5px;
  width: 25px;
  height: 25px;
  font-weight: 600;
  font-size: 12px;
  background-color: #A56460;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.sigma_header .sigma_header-controls.style-2 .aside-toggle,
.sigma_header .sigma_header-controls.style-2 ul li.header-controls-item a {
  border-radius: 50%;
}
.sigma_header .container-fluid {
  padding-left: 50px;
  padding-right: 50px;
}
/* Style 2 */
.sigma_header.style-2 .sigma_header-top-contacts .sigma_header-top-nav li a {
  background-color: transparent;
  border: 1px solid #efefef;
  color: #222;
}
.sigma_header.style-2 .sigma_header-top-contacts .sigma_header-top-nav li a:hover {
  background-color: #A56460;
  border-color: #A56460;
  color: #fff;
}
/* Style 3 */
.sigma_header.style-3 {
  background-color: transparent;
  box-shadow: none;
}
.sigma_header.style-3 .sigma_header-top {
  border: 0;
  padding: 10px 20px;
  background-color: #fff;
  background-color: #222;
}
.sigma_header.style-3 .sigma_header-middle {
  padding: 0 20px;
  background-color: #fff;
  box-shadow: 0 0 40px 5px rgba(0, 0, 0, 0.03);
}
.sigma_header.style-3 .sigma_header-top-inner {
  padding: 0;
}
.sigma_header.style-3 .sigma_header-controls.style-2 ul li.header-controls-item a.sigma_header-control-cart,
.sigma_header.style-3 .aside-toggle,
.sigma_header.style-3 .aside-toggle.desktop-toggler,
.sigma_header.style-3 .sigma_header-controls ul li.header-controls-item a {
  width: 50px;
  height: 50px;
}
.sigma_header.style-3 .sigma_header-top .sigma_header-top-cta li a,
.sigma_header.style-3 .sigma_header-top-contacts .sigma_header-top-nav li a {
  background-color: rgba(255, 255, 255, 0.1);
  color: #fff;
}
.sigma_header.style-3 .sigma_header-top-contacts .sigma_header-top-nav li a:hover {
  background-color: #A56460;
}
.sigma_header.style-3 .sigma_header-top .sigma_header-top-cta {
  position: relative;
}
.sigma_header.style-3 .sigma_header-top .sigma_header-top-cta li a {
  background-color: transparent;
  padding: 0;
  font-size: 14px;
}
.sigma_header.style-3 .sigma_header-top .sigma_header-top-cta li a:hover {
  color: #A56460;
}
.sigma_header.style-3 .sigma_header-top .sigma_header-top-cta li + li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 10px;
  background-color: #fff;
}
.sigma_header.style-3 .sigma_header-top .sigma_header-top-cta li + li {
  padding-left: 15px;
  margin-left: 15px;
}
/* Style 4 */
.sigma_header.style-4 .sigma_header-bottom-inner {
  justify-content: center;
}
/* Search Form */
.search-form-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  background-color: rgba(0, 0, 0, 0.8);
  padding: 20px;
  opacity: 0;
  visibility: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}
.search-form-wrapper.open {
  opacity: 1;
  visibility: visible;
}
.search-form-wrapper .sigma_close {
  position: absolute;
  top: 60px;
  right: 60px;
  border-color: #fff;
}
.search-form-wrapper .sigma_close span {
  background-color: #fff;
}
.search-form-wrapper form {
  position: relative;
  width: 70%;
  transition-duration: 0.3s;
  transition-delay: 0.3s;
  transform: scale(0.5);
  opacity: 0;
  visibility: hidden;
}
.search-form-wrapper.open form {
  transform: scale(1);
  opacity: 1;
  visibility: visible;
}
.ng-trigger.ng-trigger-overlayAnimation.ng-tns-c66-76.p-dropdown-panel.p-component {
  min-width: 254.4px !important;
  z-index: 1001 !important;
  transform-origin: center top !important;
  top: 366px !important;
  left: 1155.91px !important;
}
.search-form-wrapper form input {
  background-color: transparent;
  border: 0;
  border-bottom: 2px solid #fff;
  font-size: 40px;
  height: 80px;
  width: 100%;
  outline: none;
  color: #fff;
  font-weight: 400;
}
.layout-main input {
  border: 1px solid #D4D6D9 !important;
}
.search-form-wrapper form input::placeholder {
  color: #fff;
}
.search-form-wrapper .search-btn {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  background-color: transparent;
  border: 0;
  color: #fff;
  font-size: 30px;
  outline: none;
  transition: 0.3s;
  cursor: pointer;
  padding: 0;
}
.search-form-wrapper .search-btn:hover i {
  color: #A56460;
}
h1.page-title {
  font-size: 18px;
  line-height: 1em;
  color: #EC3539;
}
/*Aside*/
.sigma_aside .sigma_close {
  position: absolute;
  right: 20px;
  top: 20px;
}
.dropdown-toggle::after {
  display: none;
}
.p-dropdown-clear-icon {
  margin-top: -0.3rem !important;
}
.sigma_aside {
  position: fixed;
  top: 0;
  left: -300px;
  width: 300px;
  height: 100%;
  z-index: 99;
  background-color: #fff;
  transition: 0.3s;
  overflow-y: auto;
}
.sigma_aside-overlay.aside-trigger,
.sigma_aside:not(.sigma_aside-desktop) {
  display: none;
}
.sigma_aside .sigma_logo-wrapper {
  padding: 30px 15px;
}
.sigma_aside .navbar-nav li {
  margin: 0;
}
.sigma_aside .navbar-nav li a {
  display: flex;
  align-items: center;
  padding: 12px 15px;
  color: #222;
  font-weight: 600;
  border-bottom: 1px solid #efefef;
}
.sigma_aside .navbar-nav li a:hover {
  color: #A56460;
}
.sigma_aside .navbar-nav li.menu-item-has-children > a:after,
.sigma_aside .menu-item .sub-menu .menu-item.menu-item-has-children > a::after {
  font-family: "Font Awesome 5 Free";
  content: "";
  right: 18px;
  display: flex;
  align-items: center;
  font-size: 18px;
  margin-left: auto;
}
.sigma_aside .navbar-nav li .sub-menu {
  display: none;
}
.sigma_aside .navbar-nav li .sub-menu {
  background-color: #f8f8f8;
}
.sigma_aside-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 98;
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.4);
}
.aside-open .sigma_aside {
  left: 0;
}
.aside-open .sigma_aside:not(.sigma_aside-desktop) + .sigma_aside-overlay,
.aside-right-open .sigma_aside-desktop + .sigma_aside-overlay {
  opacity: 1;
  visibility: visible;
}
.sigma_aside.sigma_aside-desktop {
  right: -420px;
  width: 420px;
  left: auto;
}
.sigma_aside.sigma_aside-desktop .sidebar {
  padding: 30px;
}
.aside-right-open .sigma_aside.sigma_aside-desktop {
  right: 0;
}
.sigma_aside.sigma_aside-desktop .sidebar .sidebar-widget + .sidebar-widget {
  margin-top: 30px;
}
.sigma_aside.sigma_aside-desktop .sidebar .social-media li a {
  border: 1px solid #c87c77;
  color: #c87c77;
  border-radius: 50%;
  width: 50px;
  height: 50px;
}
.sigma_aside.sigma_aside-desktop .sidebar .social-media li a:hover {
  background-color: #fc766a;
  color: #fff;
}
/*======================
3. Footer
========================*/
.sigma_footer {
  background-color: #fff;
  padding: 60px 0 0;
  position: relative;
}
.sigma_footer.extra-padding {
  padding: 200px 0 0;
}
/* style 1 */
.sigma_footer .sigma_footer-links {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 25px 0;
}
.sigma_footer .sigma_footer-links li {
  margin-top: 0;
}
.sigma_footer .sigma_footer-links li + li {
  margin-left: 20px;
}
.sigma_footer .sigma_footer-links li a {
  position: relative;
  color: #515151;
  font-weight: 400;
}
.sigma_footer .sigma_footer-links li a:hover,
.sigma_footer .sigma_footer-copyright p a:hover {
  color: #c87c77;
}
.sigma_footer .sigma_footer-copyright {
  margin-top: 25px;
}
.sigma_footer .sigma_footer-copyright p a {
  color: #222;
  font-weight: 600;
}
.sigma_footer .sigma_footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 9px 0;
  margin-top: 30px;
  text-align: center;
}
.sigma_footer form span {
  opacity: 0.5;
  font-size: 14px;
  display: block;
  margin-top: 8px;
}
.sigma_footer .sigma_footer-widget .widget-title {
  margin-bottom: 20px;
}
.sigma_footer .sigma_footer-widget {
  padding-bottom: 50px;
  height: 100%;
}
.sigma_footer .social-media li a {
  border: 1px solid #c87c77;
  color: #c87c77;
  border-radius: 50%;
  width: 50px;
  height: 50px;
}
.sigma_footer .social-media li a:hover {
  background-color: #c87c77;
  color: #fff;
}
/* style 2 */
.sigma_footer .sigma_footer-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.sigma_footer.style-2 .sigma_footer-links,
.sigma_footer.style-2 .sigma_footer-copyright {
  margin: 0;
}
.sigma_footer.style-2 select {
  width: 180px;
}
/* style 3 */
.sigma_footer.style-3 .sigma_footer-links {
  flex-direction: column;
  align-items: start;
  margin: 0;
}
.sigma_footer.style-3 .sigma_footer-links li + li {
  margin-left: 0;
  margin-top: 14px;
}
/* style 4 */
.sigma_footer.style-4 .sigma_footer-top {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 50px;
  margin-bottom: 50px;
}
.sigma_footer.style-4 .sigma_footer-copyright {
  margin-top: 0;
}
/* has bg image */
.sigma_footer.has-bg {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
}
.sigma_footer.has-bg:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #302d34;
  opacity: 0.9;
  z-index: -1;
}
.sigma_footer-bottom {
  background: #ffffff;
}
.sigma_footer.has-bg form .form-control,
.sigma_footer.has-bg form .form-control:focus {
  background-color: transparent;
  color: #fff;
}
.sigma_footer.has-bg form .btn-custom {
  background-color: transparent;
  border: 1px solid #efefef;
}
.sigma_footer.has-bg form .btn-custom:hover {
  color: #222;
}
.sigma_footer.has-bg form .btn-custom:before {
  background-color: #efefef;
}
.sigma_footer.has-bg .sigma_footer-widget .widget-title,
.sigma_footer.has-bg .sigma_footer-copyright p a {
  color: #fff;
}
.sigma_footer.has-bg .sigma_footer-widget p,
.sigma_footer.has-bg .sigma_footer-copyright p,
.sigma_footer.has-bg .sigma_footer-links li a,
.sigma_footer.has-bg form span {
  color: #dcdada;
}
.sigma_footer.has-bg .sigma_footer-copyright p a:hover,
.sigma_footer.has-bg .sigma_footer-links li a:hover {
  color: #c87c77;
}
/* Dark Footer */
.sigma_footer.sigma_footer-dark {
  background-color: #222429;
}
.sigma_footer.sigma_footer-dark .social-media li a {
  background-color: #1c1e22;
  color: #999b9f;
  border: 0;
}
.sigma_footer.sigma_footer-dark .social-media li a:hover {
  background-color: #c87c77;
  color: #fff;
}
.sigma_footer.sigma_footer-dark,
.sigma_footer.sigma_footer-dark p,
.sigma_footer.sigma_footer-dark .sigma_footer-links li a,
.sigma_footer.sigma_footer-dark .sigma_footer-copyright p a {
  color: #999b9f;
}
.sigma_footer.sigma_footer-dark .sigma_footer-widget .widget-title,
.sigma_footer.sigma_footer-dark .sigma_footer-links li a:hover,
.sigma_footer.sigma_footer-dark .sigma_footer-copyright p a:hover {
  color: #fff;
}
.sigma_footer.sigma_footer-dark.style-4 .sigma_footer-top,
.sigma_footer.sigma_footer-dark .sigma_footer-bottom {
  border-color: rgba(255, 255, 255, 0.1);
}
.sigma_footer.sigma_footer-dark .form-control,
.sigma_footer.sigma_footer-dark select,
.sigma_footer.sigma_footer-dark input[type=email],
.sigma_footer.sigma_footer-dark input[type=text] {
  border-color: rgba(255, 255, 255, 0.1);
  background-color: #1c1e22;
}
/*---- Download App----- */
.sigma_app-download {
  background-color: #f7f9fc;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 40px 0;
}
.sigma_app-btn {
  text-align: right;
}
.sigma_app-btn a {
  margin-left: 10px;
  text-transform: uppercase;
}
.sigma_app-btn a i {
  color: #222;
  margin-right: 10px;
  font-size: 18px;
}
.sigma_app-download p {
  margin-bottom: 0;
  max-width: 500px;
}
/*======================
4. Banner
========================*/
.header-absolute + .banner {
  padding: 240px 0 80px;
}
.header-1 + .banner {
  padding: 260px 0 80px;
}
.banner {
  position: relative;
  padding: 180px 0 40px;
}
.banner .banner-text {
  max-width: 650px;
  margin-bottom: 120px;
}
.banner .title {
  font-size: 72px;
  line-height: 80px;
  margin-bottom: 30px;
}
.banner .subtitle {
  max-width: 500px;
  font-size: 16px;
  font-weight: 500;
}
.banner .banner-text .btn-custom {
  margin-top: 10px;
}
.banner .acr-filter-form .btn-custom {
  padding: 17px 16px;
}
.banner .acr-arrows .slider-prev {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
  visibility: hidden;
}
.banner .acr-arrows .slider-next {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
  visibility: hidden;
}
.listing-page-bottom .p-carousel-prev,
.listing-page-bottom .p-carousel-next {
  background: #fff0 !important;
  color: var(--darkgrey-color);
  right: 0px;
  z-index: 111;
}
.banner:hover .acr-arrows .slider-prev {
  opacity: 1;
  visibility: visible;
  left: 20px;
}
.banner:hover .acr-arrows .slider-next {
  opacity: 1;
  visibility: visible;
  right: 20px;
}
/* Style 2 */
.header-absolute + .banner.banner-2,
.header-1 + .banner.banner-2 {
  padding: 0;
}
.banner.banner-2 .banner-inner {
  padding: 150px 0;
}
.banner.banner-2 .banner-text {
  max-width: 850px;
  margin: 0 auto 80px;
}
.banner.banner-2 .subtitle {
  margin: 0 auto;
}
.banner.banner-2 .slick-list {
  padding-bottom: 10px;
}
.banner.banner-2.slider-no-padding .slick-list {
  padding-bottom: 0;
}
.banner.banner-2 .slick-list,
.banner.banner-2 .slick-slide {
  margin: 0;
}
.acr-listing-details {
  display: flex;
  align-items: flex-end;
  margin: -50px 20px 0;
  border-radius: 0 0 8px 8px;
  box-shadow: 0 2px 9px 0px rgba(34, 12, 43, 0.1);
}
.acr-listing-details .acr-listing-section {
  z-index: 3;
  background-color: #fff;
}
.acr-listing-section:nth-child(2) {
  flex: 1;
}
.acr-listing-details .acr-listing-section:first-child,
.acr-listing-details .acr-listing-section:last-child {
  border-radius: 8px;
  width: 330px;
}
.acr-listing-details .acr-listing-section-body {
  height: 265px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
}
.acr-listing-details .acr-listing-section-body > p {
  margin: 0;
  max-width: 600px;
}
.acr-listing-details .acr-listing-section:nth-child(2) .acr-listing-section-body {
  align-items: flex-start;
  max-width: 600px;
  margin: 0 auto;
}
.acr-listing-details .acr-listing-section h4 a {
  color: #222;
}
.acr-listing-details .acr-listing-section h4 a:hover {
  color: #A56460;
}
.acr-listing-details .acr-listing-section .acr-listing-controls,
.acr-listing-details .acr-listing-section .acr-listing-nav {
  background-color: #fff;
  border-radius: 8px 8px 0 0;
  height: 50px;
  overflow: hidden;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.acr-listing-details .acr-listing-section-body span {
  text-transform: uppercase;
  color: #848486;
  font-weight: 600;
}
.acr-listing-icons {
  display: flex;
  align-items: center;
  padding-bottom: 10px;
  padding-top: 10px;
}
.acr-listing-icons .acr-listing-icon {
  margin-right: 30px;
  display: flex;
  align-items: center;
}
.acr-listing-icons .acr-listing-icon i,
.acr-listing-icons .acr-listing-icon img {
  font-size: 30px;
  margin-right: 15px;
}
.acr-listing-icons .acr-listing-icon .acr-listing-icon-value {
  margin-left: 15px;
  color: #222;
  text-transform: uppercase;
  font-weight: 600;
}
.acr-listing-section-price p {
  margin: 0;
}
.acr-listing-meta {
  width: 100%;
}
.acr-listing-meta-item {
  margin-bottom: 20px;
}
.acr-listing-meta-item p {
  margin: 0;
}
.acr-listing-controls {
  display: flex;
  align-items: center;
}
.acr-listing-control {
  padding: 10px 20px;
  height: 100%;
  display: inline-block;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}
.acr-listing-control:hover {
  background-color: #EAAC95;
  color: #fff;
}
.acr-listing-control:hover i {
  color: #fff;
}
.acr-listing-control i {
  font-size: 20px;
  color: #848486;
  transition: 0.3s;
}
.acr-listing-control span {
  margin-left: 10px;
  color: #848486;
  transition: 0.3s;
}
.acr-listing-control.acr-schedule-tour:hover i,
.acr-listing-control.acr-schedule-tour:hover span {
  color: #fff;
}
.acr-listing-control.acr-schedule-tour {
  color: #222;
  flex: 1;
  border-right: 0;
  text-align: center;
  font-weight: 600;
}
.acr-listing-control.acr-schedule-tour i {
  color: #222;
  font-weight: 400;
}
.acr-listing-control.acr-schedule-tour span {
  color: #222;
}
.acr-listing-details .acr-listing-section .acr-listing-nav {
  border-bottom: 0;
}
.acr-listing-nav a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  border-radius: 8px 8px 0 0;
}
/* Style 3 */
.banner.banner-3 {
  padding: 130px 0 50px;
  margin-bottom: 60px;
}
.banner.banner-3 .banner-item {
  position: relative;
}
.banner.banner-3 .acr-filter-form {
  width: 100%;
  position: absolute;
  background-color: #fff;
  padding: 20px 20px 0;
  border-radius: 8px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.banner.banner-3 .acr-filter-form .semi-circle {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
}
/* Style 4 */
.banner.banner-4 {
  padding: 120px 0 140px;
}
.banner.banner-4 .banner-bg {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 40vw;
  border-bottom-left-radius: 60px;
  z-index: -1;
}
.banner.banner-4 .banner-text {
  position: relative;
  margin-bottom: 30px;
}
.banner.banner-4 .banner-newsletter form {
  display: flex;
  z-index: 3;
  position: relative;
  width: 80%;
}
.banner.banner-4 .banner-newsletter form .form-control {
  box-shadow: 0 2px 9px 0px rgba(34, 12, 43, 0.1);
  border: 0;
  margin-right: 20px;
}
.banner.banner-4 .banner-newsletter form .btn-custom {
  width: 286px;
  box-shadow: 0 2px 9px 0px rgba(34, 12, 43, 0.1);
}
.banner.banner-4 .banner-newsletter span {
  display: block;
  color: #848486;
  margin-top: 20px;
}
.banner.banner-4 .acr-dots-wrapper {
  position: absolute;
  width: 200px;
  height: 200px;
  left: -80px;
  top: -50px;
}
/* Style 5: Banner Map */
.banner-map {
  height: 600px;
}
.banner-map .map {
  height: 100%;
  width: 100%;
}
/*======================
5. Subheader
========================*/
.subheader {
  padding: 120px 0;
}
.header-1 + .subheader,
.header-absolute + .subheader {
  padding: 290px 0 30px;
}
.breadcrumb {
  background-color: transparent;
  padding: 0;
  margin: 0;
  display: inline-flex;
}
.breadcrumb li {
  display: flex;
  align-items: center;
  font-size: 14px;
  margin: 0;
}
.breadcrumb-item.active {
  color: #fff;
}
.breadcrumb li a {
  font-weight: 500;
  color: #fff;
}
.breadcrumb li a:hover {
  color: #A56460;
}
.breadcrumb-item + .breadcrumb-item {
  margin-left: 12px;
  padding-left: 18px;
}
.breadcrumb-item + .breadcrumb-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  width: 8px;
  height: 8px;
  background-color: #fff;
  padding-right: 0;
}
/* Style 2 */
.subheader.subheader-2 {
  position: relative;
  height: 700px;
  display: flex;
  padding: 0 0 40px;
  align-items: flex-end;
  justify-content: flex-start;
  z-index: 1;
}
.subheader.subheader-2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
  z-index: -1;
}
.subheader.subheader-2 h1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: left;
  margin-top: 20px;
  max-width: 600px;
}
.subheader.subheader-2 .breadcrumb {
  justify-content: flex-start;
}
.subheader.subheader-2 .listing-address {
  color: #fff;
}
.subheader.subheader-2 .listing-address i {
  margin-right: 5px;
}
.subheader.user-subheader .user-email {
  color: #fff;
  font-weight: 600;
}
.subheader.user-subheader .media {
  padding: 20px;
  border-radius: 8px;
  background-color: rgba(255, 255, 255, 0.3);
  margin: 0;
  align-items: center;
}
.subheader.user-subheader .media h3 {
  margin-bottom: 10px;
}
.subheader.user-subheader .media img {
  width: 100px;
  margin-right: 20px;
}
.subheader.user-subheader h1 {
  margin-top: 0;
}
/*======================
6. Shortcodes
========================*/
/* 6.0. Blog Posts */
.post {
  background-color: #fff;
  padding: 20px;
  margin-bottom: 30px;
  border-radius: 8px;
  box-shadow: 0 2px 9px 0px rgba(34, 12, 43, 0.1);
}
.post .post-thumbnail {
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 20px;
}
.post .post-thumbnail img {
  border-radius: 8px;
  transition: 0.3s;
}
.post .post-thumbnail img:hover {
  transform: scale(1.1);
}
.post .post-author {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  line-height: 1;
}
.post .post-author img {
  width: 35px;
  border-radius: 50%;
  margin-right: 15px;
}
.post .post-author .post-author-body {
  flex: 1;
}
.post .post-author .post-author-body p {
  font-weight: 500;
  font-size: 15px;
  margin-bottom: 4px;
}
.post .post-author .post-author-body p a,
.post .post-title a {
  color: #222;
}
.post .post-author .post-author-body p a:hover,
.post .post-title a:hover {
  color: #c87c77;
}
.post .post-author .post-author-body span {
  font-size: 13px;
  color: #848486;
}
.post .post-title {
  margin-bottom: 15px;
}
.post .post-controls {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.post .post-controls .post-comment-authors-img,
.post .post-controls .post-comment-authors {
  display: flex;
  align-items: center;
}
.post .post-controls .post-comment-authors span {
  color: #848486;
  font-size: 13px;
}
.post .post-controls .post-comment-authors-img {
  margin-left: 20px;
}
.post .post-controls .post-comment-authors-img a {
  display: inline-block;
  margin-left: -10px;
}
.post .post-controls .post-comment-authors-img a img {
  width: 25px;
  border-radius: 50%;
}
.post .post-controls .post-comment-authors-img a:last-child {
  width: 25px;
  height: 25px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #f7f9fc;
  border-radius: 50%;
  font-size: 12px;
  color: #222;
  font-weight: 600;
}
/* List */
.post.post-list {
  display: flex;
}
.post.post-list .post-thumbnail {
  margin-right: 15px;
  margin-bottom: 0;
}
.post.post-list p {
  margin: 0;
}
/* 6.1. Featured Malls  */
.acr-featured-listings.banner-featured-slider {
  max-width: 650px;
  margin: 40px 0 0;
}
.acr-featured-listings.banner-featured-slider .slick-list {
  padding: 20px 0;
}
.acr-featured-listing {
  display: block;
  background-color: #fff;
  padding: 20px;
  box-shadow: 0 2px 12px 0px rgba(34, 12, 43, 0.15);
  border-radius: 8px;
}
.acr-featured-listing .featured-listing-thumb {
  position: relative;
  margin-bottom: 10px;
  border-radius: 8px;
}
.acr-featured-listing .featured-listing-thumb a {
  display: block;
  overflow: hidden;
  border-radius: 8px;
}
.acr-featured-listing .featured-listing-thumb a:hover img {
  transform: scale(1.1);
}
.acr-featured-listing .featured-listing-thumb img {
  border-radius: 8px;
  transition: 0.3s;
}
.acr-featured-listing .featured-listing-thumb .featured-listing-controls {
  position: absolute;
  top: 10px;
  left: 0;
  padding: 0 10px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.acr-featured-listing .featured-listing-thumb .featured-listing-controls span {
  background-color: #d9ffff;
  font-size: 12px;
  font-weight: 600;
  color: #EAAC95;
  border-radius: 8px;
  padding: 3px 6px;
}
.acr-featured-listing .featured-listing-thumb .featured-listing-controls i {
  background-color: #fff;
  border-radius: 8px;
  height: 34px;
  width: 34px;
  color: #515151;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.3s;
}
.acr-featured-listing .featured-listing-thumb .featured-listing-controls i:hover {
  background-color: #FF0F59;
  color: #fff;
}
.acr-featured-listing .featured-listing-content h6 {
  margin-bottom: 5px;
}
.acr-featured-listing .featured-listing-content p {
  font-weight: 600;
  margin-bottom: 5px;
}
.acr-featured-listing .featured-listing-content span {
  font-size: 13px;
  color: #848486;
}
.acr-featured-listing .featured-listing-content span i {
  margin-right: 5px;
}
/* 6.2. Cta */
.cta.cta-1 {
  position: relative;
  overflow: hidden;
  background-color: #EAAC95;
  border-radius: 8px;
  padding: 40px;
}
.cta.cta-1::before {
  content: "";
  width: 600px;
  height: 500px;
  position: absolute;
  left: 40%;
  top: -70px;
  transform: rotate(-50deg);
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 25px;
}
.cta.cta-1 p {
  font-size: 16px;
  margin: 0 0 20px;
}
.cta.cta-1 h3 {
  margin-bottom: 0;
}
.cta.cta-1 h3,
.cta.cta-1 p {
  color: #fff;
}
/* Style 2 */
.cta.cta-2 {
  padding: 40px;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 9px 0px rgba(34, 12, 43, 0.1);
  margin-bottom: 30px;
  background-image: linear-gradient(to bottom, rgba(81, 159, 255, 0.1), rgba(36, 109, 248, 0));
  display: flex;
}
.cta.cta-2 > i,
.cta.cta-2 > img {
  font-size: 70px;
  line-height: 1;
  display: block;
  margin-right: 30px;
}
.cta.cta-2 > img {
  margin-bottom: 90px;
  margin-right: 30px;
}
.cta.cta-2 a i {
  transition: 0.3s;
}
.cta.cta-2 a:hover i {
  transform: translateX(5px);
}
.cta.cta-2.item1 > i,
.cta.cta-2.item1 a {
  color: #A56460;
}
.cta.cta-2.item2 > i,
.cta.cta-2.item2 a {
  color: #EAAC95;
}
/* Style 3 */
.cta-banner {
  background-position: 50% 30%;
  background-size: cover;
}
.cta.cta-3 {
  background-color: #fff;
  border-radius: 8px;
  padding: 40px 40px 10px;
  box-shadow: 0 2px 9px 0px rgba(34, 12, 43, 0.1);
}
/* 6.3. Agent */
.acr-agent {
  padding: 20px;
  text-align: center;
  box-shadow: 0 2px 9px 0px rgba(34, 12, 43, 0.1);
  border-radius: 8px;
  margin-bottom: 30px;
  position: relative;
}
.acr-agent .listing-badge {
  position: absolute;
  top: 20px;
  left: 20px;
}
.acr-agent .acr-agent-thumb {
  position: relative;
  margin: 0 auto 20px;
  position: relative;
  width: 150px;
  height: 150px;
  margin: 0 auto 20px;
}
.acr-agent .acr-agent-thumb img {
  border-radius: 50%;
}
.acr-agent .acr-agent-thumb .acr-dots {
  position: absolute;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.6) rotate(0deg);
  transform-origin: center;
  transition: 0.3s;
}
.acr-agent:hover .acr-agent-thumb .acr-dots {
  transform: translate(-50%, -50%) scale(1) rotate(25deg);
}
.acr-agent-body h6 {
  margin-bottom: 5px;
}
.acr-agent-body h6 a {
  color: #222;
}
.acr-agent-body h6 a:hover {
  color: #A56460;
}
.acr-agent-body span {
  display: block;
  margin-bottom: 0;
  color: #848486;
  font-weight: 600;
}
.acr-agent-body p {
  margin: 20px 0;
}
.agent-wrapper .listing-agent.media > img {
  max-width: 90px;
  border-radius: 8px;
  margin-right: 15px;
}
.agent-wrapper .tab-pane.active {
  padding: 15px;
  margin: -15px;
}
.agency-content p,
.agency-content img {
  margin-bottom: 20px;
}
.agency-content p:last-child {
  margin-bottom: 0;
}
.agents-slider .slick-track {
  padding: 10px 0;
}
/* 6.4. Testimonials */
.acr-testimonial {
  margin-bottom: 30px;
}
.acr-testimonial-body {
  position: relative;
  border-radius: 8px;
  background-color: #f7f9fc;
  padding: 20px;
}
.acr-testimonial-body::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 20px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #f7f9fc;
}
.acr-testimonial-body::after {
  content: "";
  position: absolute;
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  font-size: 34px;
  opacity: 0.3;
  display: block;
  top: 20px;
  right: 20px;
}
.acr-testimonial-body p {
  margin-bottom: 0;
}
.acr-testimonial-body h5 {
  margin-bottom: 5px;
}
.acr-testimonial-author {
  margin-top: 20px;
  display: flex;
  align-items: center;
}
.acr-testimonial-author img {
  width: 80px;
  border-radius: 8px;
  margin-right: 15px;
}
.acr-testimonial-author-inner {
  flex: 1;
}
.acr-testimonial-author-inner h6 {
  margin-bottom: 0;
}
.acr-testimonial-author-inner span {
  line-height: 20px;
  font-size: 13px;
  font-weight: 600;
  color: #848486;
}
/* Style 2 */
.acr-testimonial.slick-slide {
  margin: 0 15px 30px;
}
/* Style 3 */
.sigma_testimonial {
  position: relative;
  border: 1px solid #efefef;
  padding: 30px;
  text-align: center;
  border-radius: 0;
  margin-bottom: 30px;
}
.sigma_testimonial .sigma_testimonial-thumb {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sigma_testimonial .sigma_testimonial-thumb img {
  transition: 0.3s;
  border-radius: 50%;
  width: 70px;
}
.sigma_testimonial .sigma_testimonial-body .sigma_testimonial-icon {
  display: inline-block;
  color: #222;
  opacity: 0.1;
  font-size: 30px;
  margin-top: 30px;
}
.sigma_testimonial .sigma_testimonial-category {
  color: #A56460;
  font-weight: 400;
  text-transform: uppercase;
}
.sigma_testimonial .sigma_author-block h5 {
  margin-bottom: 0;
}
.sigma_testimonial .sigma_testimonial-body p {
  margin: 18px 0 15px;
}
.sigma_testimonial .sigma_testimonial-body .sigma_rating {
  margin: 18px 0 0;
  justify-content: center;
}
/* style 2 */
.sigma_testimonial.style-2 {
  border: 0;
  text-align: left;
  padding: 0;
}
.sigma_testimonial.style-2 .sigma_testimonial-body .sigma_testimonial-icon {
  margin-top: 0;
  font-size: 40px;
}
.sigma_testimonial.style-2 .sigma_testimonial-body p {
  margin: 18px 0 20px;
}
.sigma_testimonial.style-2 .sigma_testimonial-thumb {
  margin-right: 10px;
}
.sigma_testimonial-slider .slick-dots {
  justify-content: center;
  margin-top: 30px;
}
/* 6.5. Infographics */
.acr-infographic-item {
  position: relative;
  text-align: center;
  margin-bottom: 30px;
}
.acr-infographic-item > i {
  line-height: 1;
  display: block;
  color: #fff;
  margin-bottom: 30px;
  font-size: 60px;
}
.acr-infographic-item > img {
  line-height: 1;
  margin-bottom: 30px;
}
.acr-infographic-item h4 {
  color: #fff;
  margin-bottom: 10px;
}
.acr-infographic-item p {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 0;
}
/* Style 2 */
.infographics-2 .acr-infographic-item {
  padding: 20px;
  background-color: #fff;
  border-radius: 8px;
  transition: 0.3s;
}
.infographics-2 .acr-infographic-item:hover {
  box-shadow: 0 2px 9px 0px rgba(34, 12, 43, 0.1);
}
.infographics-2 .acr-infographic-item > i,
.infographics-3 .acr-infographic-item > i,
.infographics-4 .acr-infographic-item > i,
.infographics-5 .acr-infographic-item > i {
  color: #EAAC95;
}
.infographics-2 .acr-infographic-item h5 {
  margin-bottom: 10px;
}
.infographics-2 .acr-infographic-item p,
.infographics-3 .acr-infographic-item p,
.infographics-4 .acr-infographic-item p,
.infographics-5 .acr-infographic-item p {
  color: #515151;
  font-size: 14px;
  font-weight: 400;
}
.infographics-2 .acr-infographic-item a {
  display: inline-flex;
  margin-top: 30px;
  width: 50px;
  height: 50px;
  align-items: center;
  justify-content: center;
  color: #EAAC95;
  border-radius: 50%;
  border: 1px solid #EAAC95;
  font-size: 15px;
}
.infographics-2 .acr-infographic-item a i {
  transition: 0.3s;
}
.infographics-2 .acr-infographic-item span,
.infographics-3 .acr-infographic-item span {
  opacity: 0;
  visibility: hidden;
  font-size: 0;
  font-weight: 600;
  transition: 0.1s;
}
.infographics-2 .acr-infographic-item:hover a {
  color: #fff;
  background-color: #EAAC95;
  width: 150px;
  border-radius: 8px;
}
.infographics-2 .acr-infographic-item:hover a:hover {
  background-color: #f56467;
  border-color: #f56467;
}
.infographics-2 .acr-infographic-item:hover a i {
  opacity: 0;
  visibility: hidden;
  display: none;
}
.infographics-2 .acr-infographic-item:hover a span {
  opacity: 1;
  visibility: visible;
  font-size: 14px;
}
/* Style 3 */
.infographics-3 .acr-infographic-item {
  display: flex;
  border-radius: 8px;
  transition: 0.3s;
  text-align: left;
}
.infographics-3 .acr-infographic-item i,
.infographics-4 .acr-infographic-item i,
.infographics-5 .acr-infographic-item {
  margin-right: 20px;
  font-size: 40px;
}
.infographics-3 .acr-infographic-item p,
.infographics-4 .acr-infographic-item p,
.infographics-5 .acr-infographic-item p {
  margin-bottom: 20px;
}
.infographics-3 .acr-infographic-item h5,
.infographics-4 .acr-infographic-item h5,
.infographics-5 .acr-infographic-item h5 {
  margin-bottom: 5px;
}
/* Style 4 */
.infographics-4 .acr-infographic-item {
  text-align: left;
}
.infographics-4 .acr-infographic-item i,
.infographics-5 .acr-infographic-item i {
  margin-right: 0;
  margin-bottom: 20px;
}
.infographics-4 .acr-infographic-item img {
  width: 40px;
  margin-bottom: 20px;
}
/* Style 5 */
.infographics-5 .acr-infographic-item {
  text-align: center;
  margin-right: 0;
  border-radius: 8px;
  background-color: #f7f9fc;
  padding: 20px;
}
/* 6.6. Locations */
.acr-locations {
  padding: 30px 30px 0;
  border-radius: 8px;
  height: 100%;
  background-color: #f7f9fc;
}
.acr-location {
  margin-bottom: 30px;
}
.acr-locations img {
  border-radius: 8px;
  margin-bottom: 30px;
}
.acr-location h5 {
  margin-bottom: 5px;
  text-transform: uppercase;
}
.acr-location h5:nth-child(2) {
  color: #848486;
}
.acr-location p {
  margin-top: 15px;
  max-width: 200px;
}
.acr-location a {
  font-weight: 600;
}
/* 6.7. Single Agent */
.acr-single-agent {
  display: flex;
}
.acr-single-agent .acr-rating {
  margin-top: 5px;
  margin-bottom: 0;
}
.acr-single-agent-thumb {
  position: relative;
  width: 300px;
  background-color: #EAAC95;
  padding: 20px 20px 0;
  border-radius: 8px 0 0 8px;
  z-index: 1;
}
.acr-single-agent-thumb .transparent-square {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: -1;
}
.acr-single-agent-thumb .transparent-square div {
  content: "";
  width: 600px;
  height: 500px;
  position: absolute;
  left: 20%;
  top: 50px;
  transform: rotate(-50deg);
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 25px;
}
.acr-single-agent-thumb img {
  position: absolute;
  bottom: 0;
}
.acr-single-agent-body {
  flex: 1;
  background-color: #f7f9fc;
  border-radius: 0 8px 8px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 40px;
}
.acr-single-agent-body h3 {
  margin-bottom: 30px;
}
.acr-single-agent-body h5 {
  margin-bottom: 5px;
}
.acr-single-agent-body p {
  margin-bottom: 30px;
}
.acr-single-agent-body span {
  text-transform: uppercase;
  color: #848486;
  font-weight: 600;
}
/* 6.8. Categories */
.acr-category {
  margin-bottom: 30px;
  transition: 0.3s;
}
.acr-category:hover {
  transform: translateY(-5px);
}
.acr-category-thumb {
  position: relative;
}
.acr-category-thumb a {
  display: block;
  overflow: hidden;
  border-radius: 8px;
  position: relative;
  color: #fff;
  text-transform: capitalize;
}
.acr-category-thumb .Catgory-body::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  background: rgba(0, 0, 0, 0.2);
  width: 100%;
  height: 100%;
}
.acr-category-thumb h5 {
  position: absolute;
  left: 0px;
  bottom: 0px;
  padding: 0px 15px;
  color: #fff;
  margin-bottom: 5px;
}
.acr-category-thumb img {
  border-radius: 8px;
  transition: 0.3s;
}
.acr-category-thumb:hover > i,
.acr-category-thumb:hover .acr-category-body {
  background-color: #fff;
}
.acr-category-thumb > i,
.acr-category-thumb .category-img {
  position: relative;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: 0 5px 10px 0px rgba(35, 12, 43, 0.1);
  border-radius: 50%;
  font-size: 30px;
  transition: 0.3s;
}
.acr-category-body {
  position: relative;
  margin: -46px auto 0;
  bottom: 0;
  left: 0;
  background-color: #fff;
  padding: 20px;
  border-radius: 8px;
  width: calc(100% - 20px);
  transition: 0.3s;
  box-shadow: 0 2px 9px 0px rgba(34, 12, 43, 0.1);
}
.acr-category-body h5 {
  margin-bottom: 0;
}
.acr-category-body h5 a {
  color: #222;
}
.acr-category-body h5 a:hover {
  color: #c87c77;
}
.acr-category-body span {
  font-weight: 600;
  color: #848486;
}
/* Style 2 */
.acr-category.category-2 {
  display: block;
  border-radius: 8px;
  border: 2px solid #efefef;
  padding: 20px;
  text-align: center;
  transition: 0.3s;
}
.acr-category.category-2 i {
  font-size: 48px;
  display: block;
  line-height: 1;
  margin-bottom: 20px;
}
.acr-category.category-2 img {
  line-height: 1;
  margin-bottom: 20px;
}
.acr-category.category-2:hover {
  transform: translateY(0px);
  border: 2px solid #A56460;
  color: #A56460;
  box-shadow: 0 2px 9px 0px rgba(34, 12, 43, 0.1);
}
.acr-category.category-2 h5,
.acr-category.category-2 span {
  transition: 0.3s;
}
.acr-category.category-2 .acr-category-body {
  position: relative;
  left: auto;
  bottom: auto;
  padding: 0;
  border-radius: 0;
  margin: 0;
  width: auto;
  background-color: transparent;
  box-shadow: none;
}
/* 6.9. Top Malls  */
.acr-top-listing-item {
  padding: 40px;
  border-radius: 8px;
}
.acr-top-listing-item::before {
  border-radius: 8px;
}
.listing.acr-top-listing-body {
  padding: 20px;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0 2px 9px 0px rgba(34, 12, 43, 0.1);
  margin-bottom: 0;
}
.top-listings {
  position: relative;
}
.top-listings .acr-arrows {
  position: absolute;
  bottom: 40px;
  right: 40px;
}
.top-listings .acr-arrows .slick-arrow {
  margin: 0 0 0 10px;
}
/* 6.10. Countries */
.acr-country-item {
  position: relative;
  margin-bottom: 30px;
}
.acr-country-item .acr-country-thumb,
.acr-country-item .acr-country-thumb img {
  border-radius: 8px;
}
.acr-country-item .acr-country-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.6);
  transition: 0.3s;
  padding: 20px;
}
.acr-country-item:hover .acr-country-content {
  background-color: rgba(0, 0, 0, 0.7);
}
.acr-country-item .acr-country-content h6,
.acr-country-item .acr-country-content h4 {
  color: #fff;
}
.acr-country-item .acr-country-content h6 {
  margin-bottom: 0;
}
.acr-country-item .acr-country-content h4 {
  margin-bottom: 10px;
}
.acr-country-item .acr-country-content span {
  display: block;
  font-weight: 600;
  color: #fff;
}
.acr-country-item.acr-country-item-lg .acr-country-content {
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
}
/*======================
7. Misc
========================*/
.gallery .gallery-thumb {
  margin-bottom: 30px;
}
.gallery .gallery-thumb,
.gallery .gallery-thumb img {
  border-radius: 8px;
}
.gallery-thumb {
  position: relative;
  display: block;
}
.gallery-thumb p {
  position: absolute;
  margin: 0;
  padding: 10px;
  bottom: 10px;
  left: 10px;
  color: #fff;
  font-family: "Segoe UI", sans-serif !important;
  background-color: rgba(0, 0, 0, 0.8);
  font-size: 13px;
  font-weight: 600;
  border-radius: 8px;
}
.gallery-thumb::before {
  content: "";
  font-family: "Font Awesome 5 Free";
  width: 40px;
  height: 40px;
  position: absolute;
  top: 25px;
  right: 15px;
  border-radius: 50%;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
}
.gallery-thumb:hover::before {
  top: 15px;
  opacity: 1;
  visibility: visible;
}
.advanced-search {
  display: none;
}
.semi-circle {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  height: 45px;
  width: 90px;
  border-bottom-left-radius: 90px;
  border-bottom-right-radius: 90px;
  cursor: pointer;
  transition: 0.3s;
}
.semi-circle:hover {
  background-color: #EAAC95;
  color: #fff;
}
.semi-circle i {
  transition: transform 0.3s;
}
.semi-circle.active i {
  transform: rotate(180deg);
}
.acr-dots-wrapper {
  position: relative;
}
.acr-dots-wrapper .acr-dots {
  width: 100%;
  height: 100%;
  content: "";
  background-position: 0 0, 6px 6px;
  background-size: 12px 12px;
  position: absolute;
  display: block;
  background-image: radial-gradient(#d1d4d8 1px, transparent 1px), radial-gradient(#d1d4d8 1px, transparent 1px);
  transition: opacity 0.3s;
  background-color: transparent;
  top: -17px;
  left: 17px;
  opacity: 1;
  z-index: -1;
}
.acr-custom-chevron-wrapper {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.acr-custom-chevron {
  display: flex;
  width: 14px;
  position: relative;
}
.acr-custom-chevron span {
  width: 5px;
  height: 2px;
  background-color: #848486;
  transform: rotate(0deg);
  transform-origin: bottom;
  transition: 0.3s;
}
.acr-custom-chevron span:last-child {
  transform: rotate(0deg) translateX(0);
}
.acr-custom-chevron-wrapper:hover .acr-custom-chevron span:first-child,
.acr-custom-chevron.active span:first-child {
  transform: rotate(45deg);
}
.acr-custom-chevron-wrapper:hover .acr-custom-chevron span:last-child,
.acr-custom-chevron.active span:last-child {
  transform: rotate(-45deg) translateX(-1px);
  width: 7px;
}
.slick-list {
  margin: 0 -15px;
}
.slick-slide {
  outline: none;
  margin: 0 15px;
}
.ql-toolbar.ql-snow,
.ql-container.ql-snow {
  border: 1px solid rgba(0, 0, 0, 0.1);
}
/* Dots */
.slick-dots {
  display: flex;
  align-items: center;
  margin-bottom: 0;
}
.slick-dots li {
  margin: 0 5px;
  text-align: center;
}
.slick-dots li button {
  font-size: 0;
  width: 8px;
  height: 6px;
  background-color: #d8d8d8;
  border: 0;
  border-radius: 8px;
  transition: 0.3s;
  cursor: pointer;
  outline: none;
}
.slick-dots li.slick-active button {
  width: 20px;
  background-color: #A56460;
}
.slick-slide {
  outline: none;
}
/* Dropzone */
.dropzone {
  border: 1px dashed rgba(0, 0, 0, 0.1);
}
.dropzone i {
  font-size: 28px;
  color: #848486;
}
.dropzone .dropzone-msg-title {
  margin: 20px 0 5px;
  color: #848486;
}
.dropzone .dropzone-msg-desc {
  color: #848486;
  margin: 0;
}
/* Arrows */
.acr-arrows {
  display: flex;
}
.acr-arrows .slick-arrow {
  position: relative;
  cursor: pointer;
  width: 70px;
  height: 70px;
  border-radius: 8px;
  border: 2px solid #fff;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
  z-index: 1;
  overflow: hidden;
}
.acr-arrows .slick-arrow::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: 0.3s;
  background-color: #A56460;
  z-index: -1;
  border-radius: 8px;
  transform: scale(0);
}
.acr-arrows .slick-arrow:hover {
  transition-delay: 0.1s;
  background-color: #A56460;
  border-color: #A56460;
  color: #fff;
}
.acr-arrows .slick-arrow:hover::after {
  transform: scale(1.2);
}
.acr-arrows.primary-arrows .slick-arrow {
  background-color: #A56460;
  border: 2px solid #A56460;
}
.acr-arrows.primary-arrows .slick-arrow:hover {
  background-color: #c87c77;
  border: 2px solid #c87c77;
}
.acr-arrows.primary-arrows .slick-arrow::after {
  background-color: #c87c77;
}
.acr-arrows.acr-arrows-relative {
  align-items: center;
  justify-content: center;
}
.acr-arrows.acr-arrows-relative .slick-arrow {
  border: 2px solid #bec9ff;
  color: #A56460;
  margin: 0 10px;
  background-color: #bec9ff;
}
.acr-arrows.acr-arrows-relative .slick-arrow:hover {
  border-color: #A56460;
  color: #fff;
}
/* Filter */
/* pagination */
.pagination {
  margin-top: 50px;
  margin-bottom: 0;
  justify-content: center;
}
.post + .pagination {
  margin-top: 80px;
}
.pagination .page-item {
  margin: 0;
}
.pagination .page-item:last-child .page-link,
.pagination .page-item:first-child .page-link,
.pagination .page-item .page-link {
  border-radius: 8px;
}
.pagination .page-link {
  color: #848486;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 14px;
  font-weight: 600;
  padding: 15px 20px;
  margin-left: 15px;
}
.pagination .page-item.active .page-link {
  border: 1px solid rgba(0, 0, 0, 0.1);
  background-color: #f7f9fc;
  color: #A56460;
}
.pagination .page-item .page-link:hover,
.pagination .page-item .page-link:focus {
  color: #A56460;
  outline: none;
  box-shadow: none;
}
.acr-slider-arrows {
  display: flex;
  justify-content: flex-start;
  margin-top: 30px;
}
.acr-slider-arrows i {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 15px;
  border-radius: 0.25rem;
  cursor: pointer;
  background-color: #A56460;
  color: #fff;
  transition: 0.3s;
}
.tooltip {
  font-family: "Segoe UI", sans-serif;
  font-size: 13px;
}
.media {
  margin-bottom: 10px;
}
.media > a {
  margin-right: 15px;
}
.media img {
  margin-right: 15px;
  border-radius: 8px;
}
.media i {
  margin-right: 15px;
  line-height: 24px;
}
.media-body h6 {
  line-height: 24px;
}
.media-body h6 a {
  color: #222;
}
.media-body h6 a:hover {
  color: #A56460;
}
.media-body h6,
.media-body h5 {
  margin-bottom: 5px;
}
.media-body p,
.media-body span {
  margin-bottom: 0;
  color: #848486;
  font-size: 13px;
  line-height: 21px;
}
/* Accordion */
.accordion .card {
  margin-bottom: 0;
}
.accordion .card .card-header {
  position: relative;
  background-color: #fff;
  border-bottom: 0;
  padding: 0.75rem 1.25rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  text-transform: none;
  font-weight: 700;
  color: #222;
}
.accordion .card-header[aria-expanded=true] {
  background-color: #f7f9fc;
  color: #222;
}
.accordion .card-header::after {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -3px;
  right: 1.25rem;
  width: 10px;
  height: 2px;
  background-color: #848486;
  transform-origin: center;
  transition: 0.3s;
  opacity: 1;
}
.accordion .card-header::before {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -3px;
  right: 1.25rem;
  width: 10px;
  height: 2px;
  background-color: #848486;
  transform-origin: center;
  transition: 0.3s;
  opacity: 1;
  transform: rotate(90deg);
}
.accordion .card-header[aria-expanded=true]::before {
  transform: rotate(0);
  opacity: 0;
}
.accordion .card-header[aria-expanded=true]::after,
.accordion .card-header[aria-expanded=true]::before {
  background-color: #222;
}
.accordion .card-header i {
  position: relative;
  top: 0;
  left: 0;
  margin-right: 10px;
  font-size: 20px;
}
.accordion .card-header[aria-expanded=true] i {
  color: #A56460;
}
.accordion .card {
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.accordion.with-gap .card-header {
  border-radius: 8px 3px;
}
.accordion.with-gap .card {
  margin-bottom: 20px;
}
.accordion.with-gap .card:last-child {
  margin-bottom: 0;
}
.accordion.with-gap .card:first-of-type,
.accordion.with-gap .card:not(:first-of-type):not(:last-of-type) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
/* Rating */
.acr-rating-wrapper {
  display: flex;
  align-items: center;
}
.acr-rating-wrapper > span {
  margin-left: 10px;
  color: #848486;
  font-size: 13px;
}
.acr-rating {
  margin-bottom: 5px;
}
.acr-rating i {
  margin-right: 5px;
  font-size: 12px;
  color: #848486;
}
.acr-rating i.active {
  color: #ffa80a;
}
/*======================
8. Pages
========================*/
/* 8.0. Post Single */
.post-single .post-categories {
  margin-bottom: 15px;
}
.post-single .post-meta {
  margin-bottom: 20px;
}
.post-single .post-meta img {
  margin-right: 5px;
  width: 25px;
  border-radius: 50%;
}
.post-single .post-meta span,
.post-single .post-meta span i,
.post-single .post-meta a {
  margin-right: 15px;
  font-size: 13px;
  color: #848486;
}
.post-single .post-meta span i {
  margin-right: 5px;
}
.post-single .post-meta a {
  margin-right: 0;
}
.post-single .post-meta a:hover {
  text-decoration: underline;
  color: #c87c77;
}
.post-single .post-thumbnail {
  position: relative;
}
.post-single .post-thumbnail img {
  border-radius: 8px;
  margin-bottom: 20px;
}
.post-single .media {
  align-items: center;
  margin-bottom: 20px;
}
.post-single .media img {
  width: 50px;
  border-radius: 50%;
}
.post-single .media p {
  margin-bottom: 0;
}
.post-single .title {
  font-size: 32px;
  line-height: 40px;
  margin-bottom: 20px;
}
.post-content blockquote p {
  margin: 0;
}
.post-content img {
  border-radius: 8px;
}
.post-content p,
.post-content img {
  margin-bottom: 20px;
}
.post-content p:last-child {
  margin-bottom: 0;
}
.blog-wrapper .section h4,
.listing-wrapper .section h4,
.agent-wrapper .section h4,
.agency-wrapper .section h4 {
  text-align: center;
  margin-bottom: 40px;
  font-size: 30px;
  line-height: 38px;
}
.agent-wrapper .section h4,
.agency-wrapper .section h4 {
  text-align: left;
}
.social-media {
  display: flex;
  margin: 0;
}
.social-media li {
  margin: 0;
}
.social-media li + li {
  margin-left: 15px;
}
.social-media a {
  display: flex;
  width: 30px;
  height: 30px;
  color: #222;
  align-items: center;
  justify-content: center;
}
.social-media a:hover {
  color: #A56460;
}
.social-media li a i {
  margin: 0;
}
.comments-list ul {
  margin: 0;
}
.comments-list .comment-item {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.comments-list .comment-item ul {
  flex: 0 100%;
  padding-left: 85px;
}
.comments-list .comment-item ul li {
  margin-top: 30px;
}
.comments-list .comment-item .comment-body {
  flex: 1;
}
.comments-list .comment-item img {
  width: 65px;
  margin-right: 20px;
  border-radius: 8px;
}
.comments-list .comment-item h5 {
  margin-bottom: 15px;
  font-weight: 600;
}
.comments-list .comment-item span {
  display: inline-block;
  margin-bottom: 15px;
  color: #848486;
  font-size: 13px;
  line-height: 21px;
  position: absolute;
  top: 4px;
  right: 0;
}
.comments-list .comment-item p {
  margin-bottom: 15px;
}
.comments-list li {
  margin-bottom: 30px;
}
.comments-list li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}
.reply-link {
  display: inline-block;
  font-size: 13px;
  padding: 3px 12px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  color: #848486;
  transition: 0.3s;
  background-color: #fff;
  margin: 0;
  border-radius: 8px;
}
.reply-link:hover {
  background-color: #f5f5f5;
  border-color: rgba(0, 0, 0, 0.1);
  color: #848486;
  box-shadow: none;
}
.post-single-pagination-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.post-single-pagination {
  display: flex;
  align-items: center;
}
.post-single-pagination i {
  transition: 0.3s;
  color: #848486;
}
.post-single-pagination h6 {
  margin: 0;
  transition: 0.3s;
}
.post-single-pagination.post-prev i {
  margin-right: 20px;
}
.post-single-pagination.post-prev {
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}
.post-single-pagination-content {
  width: 80%;
}
.post-single-pagination:hover h6,
.post-single-pagination:hover i {
  color: #c87c77;
}
.post-single-pagination.post-prev .post-single-pagination-content {
  margin-right: auto;
}
.post-single-pagination.post-next .post-single-pagination-content {
  text-align: right;
  margin-left: auto;
}
.post-single-pagination.post-next i {
  margin-left: 20px;
}
.post-single-pagination span {
  text-transform: uppercase;
  color: #848486;
  font-size: 13px;
  font-weight: 600;
}
.sticky-sidebar {
  position: sticky;
  top: 120px;
}
.sidebar-widget + .sidebar-widget {
  margin-top: 50px;
}
.sidebar-widget + .sidebar-widget {
  margin-top: 50px;
}
.search-wrapper {
  display: flex;
}
.search-wrapper .form-control {
  border-radius: 8px 0 0 8px;
}
.search-wrapper button {
  display: flex;
  width: 80px;
  height: 50px;
  border: 0;
  outline: none;
  padding: 0;
  align-items: center;
  justify-content: center;
  background-color: #A56460;
  color: #fff;
  border-radius: 0 8px 8px 0;
}
.search-wrapper button::before {
  border-radius: 0 8px 8px 0;
}
.search-wrapper button i {
  margin: 0;
}
.sidebar-widget p {
  margin-bottom: 20px;
}
.sidebar-widget h5 {
  font-size: 20px;
  color: #222222;
}
.sidebar-widget .acr-custom-chevron-wrapper {
  margin-bottom: 30px;
}
.sidebar-widget .acr-custom-chevron span {
  width: 10px;
  background-color: #222;
}
.sidebar-widget .acr-custom-chevron-wrapper:hover .acr-custom-chevron span:last-child,
.sidebar-widget .acr-custom-chevron.active span:last-child {
  width: 13px;
}
.sidebar-widget .acr-custom-chevron-wrapper h5 {
  margin: 0;
}
.sidebar-widget .media {
  margin-bottom: 30px;
  align-items: center;
}
.sidebar-widget .media:last-child {
  margin-bottom: 0;
}
.sidebar-widget .media > a {
  display: block;
  width: 90px;
  border-radius: 8px;
  margin-right: 15px;
  overflow: hidden;
}
.sidebar-widget .media img {
  width: 100%;
  border-radius: 0;
}
.sidebar-widget .media h6 a {
  color: #222;
}
.sidebar-widget .media h6 a:hover {
  color: #c87c77;
}
.sidebar-widget-agent {
  background-color: #f7f9fc;
  padding: 20px;
  border-radius: 8px;
}
.sidebar-author-personal {
  margin-bottom: 30px;
}
.sidebar-author-personal a {
  display: block;
  font-weight: 400;
  color: #222;
}
.sidebar-author-personal a:hover {
  color: #A56460;
}
.sidebar-author-personal a + a {
  margin-top: 5px;
}
.tags a {
  display: inline-block;
  font-size: 13px;
  padding: 3px 12px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  color: #848486;
  transition: 0.3s;
  background-color: #fff;
  margin: 2px 2px 2px 0;
  border-radius: 8px;
}
.tags a:hover {
  background-color: #f5f5f5;
  border-color: rgba(0, 0, 0, 0.1);
  color: #848486;
  box-shadow: none;
}
.sidebar-widget.sidebar-list ul {
  margin: 0;
}
.sidebar-widget.sidebar-list ul li {
  margin-top: 0;
}
.sidebar-widget.sidebar-list ul li a {
  display: flex;
  align-items: center;
  padding: 10px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  color: #222;
}
.sidebar-widget.sidebar-list ul li a:hover {
  color: #c87c77;
}
.sidebar-widget.sidebar-list ul li:first-child a {
  border-top: 0;
  padding-top: 0;
}
.sidebar-widget.sidebar-list ul li a span {
  margin-left: 5px;
  color: #848486;
  font-size: 13px;
}
.sidebar-widget.sidebar-list ul li a i {
  font-size: 12px;
  margin-left: auto;
}
.sidebar-widget .listing.listing-list {
  padding: 0;
  box-shadow: none;
  border-radius: 0;
  background-color: transparent;
}
.sidebar-widget .listing.listing-list .listing-title a {
  white-space: unset;
  font-size: 15px;
  margin-bottom: 10px;
  line-height: 24px;
}
.sidebar-widget .listing.listing-list .listing-thumbnail {
  width: 130px;
  margin-right: 15px;
  margin-bottom: 0;
}
.sidebar-widget .listing.listing-list .listing-body {
  flex: 1;
}
.sidebar-widget .listing.listing-list .listing-price {
  margin: 0;
  font-size: 14px;
  color: #848486;
}
/* 8.1. Listing Pages */
.listing-map-wrapper {
  display: flex;
  height: 100vh;
  position: relative;
}
.listing-map-wrapper .listing-map,
.listing-map-wrapper .listing-main-wrapper {
  height: 100%;
}
.listing-map-wrapper .listing-map > div {
  height: 100%;
  width: 100%;
}
.listing-map-wrapper .listing-map {
  flex: 1;
}
.listing-main-wrapper {
  position: relative;
  width: 800px;
  padding: 30px 30px 0;
}
.listing-main-wrapper .acr-filter-form {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  z-index: 9;
  padding: 30px;
  box-shadow: 0 2px 9px 0px rgba(34, 12, 43, 0.1);
}
.listing-main-wrapper .acr-filter-form-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}
.listing-main-wrapper .acr-filter-form h4 {
  margin-bottom: 0;
}
.listing-main-wrapper .acr-listing-filter-wrapper {
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.listing {
  background-color: #fff;
  padding: 0px;
  border-radius: 8px;
  box-shadow: 0 2px 9px 0px rgba(34, 12, 43, 0.1);
  margin-bottom: 17px;
  cursor: pointer;
}
.listing .listing-body {
  padding: 20px;
  padding-top: 0px;
}
.listing .listing-thumbnail {
  position: relative;
  border-radius: 8px;
  margin-bottom: 20px;
  overflow: hidden;
}
.listing .listing-thumbnail img {
  border-radius: 8px;
  transition: 0.3s;
}
.listing .listing-author {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  line-height: 1;
}
.listing .listing-author img {
  width: 35px;
  border-radius: 50%;
  margin-right: 15px;
}
.listing .listing-author .listing-author-body {
  flex: 1;
}
.listing .listing-author .listing-author-body p {
  font-weight: 500;
  font-size: 15px;
  margin-bottom: 4px;
}
.listing .listing-author .listing-author-body p a,
.listing .listing-title a {
  color: #222;
}
.listing .listing-author .listing-author-body p a:hover,
.listing .listing-title a:hover {
  color: #ed3237;
}
.listing .listing-author .listing-author-body span {
  font-size: 13px;
  color: #848486;
  margin-right: 8px;
}
.listing .listing-title {
  margin-bottom: 0;
}
.listing .listing-title a {
  display: block;
  margin-bottom: 15px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.listing .listing-thumbnail .listing-controls {
  position: absolute;
  top: 10px;
  right: 10px;
}
.listing .listing-thumbnail .listing-controls a {
  background-color: #fff;
  border-radius: 8px;
  height: 34px;
  width: 34px;
  color: #515151;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background-color 0.3s ease 0s, color 0.3s ease 0s, opacity 0.3s ease 0s, transform 0.3s ease 0s;
  margin-bottom: 5px;
  opacity: 0;
  transform: translateX(10px);
}
.listing .listing-thumbnail .listing-controls a:nth-child(2) {
  transition: background-color 0.3s ease 0s, color 0.3s ease 0s, opacity 0.3s ease 0s, transform 0.3s ease 0.1s;
}
.listing .listing-thumbnail .listing-controls a:nth-child(3) {
  transition: background-color 0.3s ease 0s, color 0.3s ease 0s, opacity 0.3s ease 0s, transform 0.3s ease 0.2s;
}
.listing:hover .listing-thumbnail .listing-controls a {
  transform: translateX(0);
  opacity: 1;
}
.listing .listing-thumbnail a:hover {
  background-color: #A56460;
  color: #fff;
}
.listing .listing-thumbnail a.favorite:hover {
  background-color: #FF0F59;
}
.listing .listing-thumbnail .listing-badges {
  position: absolute;
  top: 10px;
  left: 10px;
}
.listing-badge {
  background-color: #ffa80a;
  font-size: 12px;
  font-weight: 600;
  color: #fff;
  border-radius: 8px;
  padding: 9px 6px;
  margin-right: 5px;
}
.listing-badge.featured {
  width: 32px;
  display: inline-flex;
  height: 32px;
  padding: 0;
  align-items: center;
  justify-content: center;
}
.listing-badge.sale {
  color: #fff;
  background-color: #85656A;
}
.listing-badge.rent {
  color: #fff;
  background-color: #47bfff;
}
.listing-badge.pending {
  color: #fff;
  background-color: #ff4764;
}
.options-dropdown > a {
  background-color: #fff;
  border-radius: 8px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  height: 34px;
  width: 34px;
  color: #848486;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.3s;
}
.options-dropdown > a > i {
  margin: 0;
}
.options-dropdown > a:hover {
  background-color: #f5f5f5;
  border-color: rgba(0, 0, 0, 0.1);
  color: #848486;
}
.options-dropdown .dropdown-menu {
  z-index: 3;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 9px 0px rgba(34, 12, 43, 0.1);
  padding: 15px;
  transition: 0s;
  border: 0;
}
.options-dropdown ul {
  margin: 0;
}
.options-dropdown ul li {
  margin: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 10px;
  transition: 0.3s;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  cursor: pointer;
}
.options-dropdown ul li + li {
  margin-top: 10px;
}
.options-dropdown ul li:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}
.options-dropdown ul li a {
  position: relative;
  display: block;
  color: #515151;
}
.options-dropdown ul li a i {
  margin-right: 5px;
}
.options-dropdown ul li a:hover {
  color: #c87c77;
}
.listing .acr-listing-icons .acr-listing-icon .acr-listing-icon-value {
  margin-left: 0;
}
.listing .acr-listing-icons .acr-listing-icon i {
  font-size: 25px;
  margin-right: 5px;
}
.listing .acr-listing-icons .acr-listing-icon img {
  width: 25px;
  margin-right: 10px;
}
.listing .acr-listing-icons .acr-listing-icon {
  margin-right: 15px;
}
.listing .listing-price {
  color: #A56460;
  font-weight: 600;
  font-size: 18px;
  display: block;
  margin-bottom: 15px;
}
.listing .listing-price span {
  font-size: 13px;
  color: #848486;
  font-weight: 400;
}
.listing .listing-gallery-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.listing .listing-gallery-wrapper .listing-gallery {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #222;
  border-radius: 8px;
  color: #fff;
  width: 32px;
  height: 32px;
}
.listing .listing-gallery-wrapper .listing-gallery:hover {
  background-color: #A56460;
}
.marker {
  background-size: cover;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  cursor: pointer;
}
.mapboxgl-popup {
  max-width: 200px;
}
.mapboxgl-map {
  font-family: "Open Sans", sans-serif;
}
.mapboxgl-popup-content {
  text-align: center;
  font-family: "Open Sans", sans-serif;
  border-radius: 8px;
  padding: 0;
}
.mapboxgl-popup-content img {
  border-radius: 8px 8px 0 0;
}
.acr-listing-popup-body {
  padding: 10px;
  text-align: left;
}
.acr-listing-popup-body h5 {
  margin-bottom: 10px;
  font-size: 15px;
}
.acr-listing-popup-body h5 a {
  display: block;
  color: #222;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.acr-listing-popup-body h5 a:hover {
  color: #c87c77;
}
.acr-listing-popup-body .listing-price {
  color: #A56460;
  font-weight: 600;
  font-size: 14px;
  display: block;
  margin-bottom: 15px;
}
.acr-listing-popup-body .location-popup-meta {
  display: flex;
  align-items: center;
}
.acr-listing-popup-body .location-popup-meta span {
  margin-right: 15px;
  color: #848486;
}
.acr-listing-popup-body .location-popup-meta span i {
  margin-right: 5px;
}
.mapboxgl-popup-close-button {
  font-size: 16px;
  border-radius: 0 8px 0 8px;
  background-color: #222;
  color: #fff;
  transition: 0.3s;
}
.mapboxgl-popup-close-button:hover {
  background-color: #A56460;
}
.acr-global-listing-controls {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
}
.acr-toggle-views a {
  padding: 5px 10px;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  border: 1px solid rgba(0, 0, 0, 0.1);
  color: #515151;
  margin-left: 5px;
}
span.p-accordion-header-text.ng-tns-c81-6.ng-star-inserted {
  font-size: 14px;
}
.acr-toggle-views a:not(.active):hover {
  background-color: #f5f5f5;
  border-color: rgba(0, 0, 0, 0.1);
  color: #848486;
}
a#p-accordiontab-0 {
  padding: 10px;
  border-radius: 5px;
}
.acr-toggle-views a.active {
  background-color: #A56460;
  color: #fff;
}
.acr-listing-active-filters {
  flex: 1;
  margin-right: 20px;
}
.acr-listing-active-filters a {
  display: inline-flex;
  align-items: center;
  background-color: #f5f5f5;
  padding: 5px 10px 5px 0px;
  color: #848486;
  border-radius: 8px;
  margin-right: 5px;
  font-size: 13px;
}
.acr-listing-active-filters a .close-btn span {
  height: 12px;
}
.acr-listing-active-filters a:hover {
  color: #222;
}
/* List View */
.listing.listing-list {
  display: flex;
  align-items: flex-start;
}
.listing.listing-list .listing-thumbnail {
  width: 300px;
  margin-right: 20px;
  margin-bottom: 0;
}
/* 8.2. Submit Listing */
.submit-listing-map {
  height: 400px;
  width: 100%;
}
.submit-listing-map > div {
  height: 100%;
  width: 100%;
}
.acr-listing-feature {
  position: relative;
  padding: 20px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  cursor: pointer;
  text-align: center;
  width: 100%;
  font-family: "Segoe UI", sans-serif !important;
  font-weight: 600;
  color: #222;
  font-size: 14px;
  border-radius: 8px;
  transition: 0.3s;
  margin-bottom: 30px;
}
.acr-listing-feature:hover {
  background-color: #f7f9fc;
}
.acr-listing-feature i.acr-listing-feature-icon {
  display: block;
  margin-bottom: 10px;
  font-size: 48px;
  font-weight: 400;
  line-height: 1;
}
.acr-listing-feature i.acr-feature-check {
  position: absolute;
  bottom: 5px;
  right: 5px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #85656A;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  transform: scale(0);
}
.acr-listing-feature input {
  opacity: 0;
  position: absolute;
  left: 9999;
  visibility: hidden;
}
.acr-listing-feature input:checked + i.acr-feature-check {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}
/* 8.3. Listing Details */
.listing-content img {
  border-radius: 8px;
}
.listing-content p:last-child {
  margin-bottom: 0;
}
.listing-content .listing-title-wrapper {
  display: flex;
}
.listing-content .listing-title-wrapper .listing-price h3 {
  margin-bottom: 5px;
}
.acr-area-price {
  position: relative;
  border-radius: 8px;
  padding: 70px 20px 20px;
  background-color: #f7f9fc;
}
.acr-area-price > span {
  position: absolute;
  top: 15px;
  display: inline-block;
  background-color: #EAAC95;
  padding: 7px 20px;
  border-radius: 25px;
  color: #fff;
}
.acr-area-price > span::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #EAAC95;
}
.acr-area-price .progress {
  margin-bottom: 30px;
  position: relative;
  height: 10px;
}
.progress-bar {
  background-color: #EAAC95;
}
.acr-area-price-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.acr-area-price-max {
  text-align: right;
}
.acr-area-price-wrapper span {
  text-transform: uppercase;
  color: #848486;
  font-weight: 600;
  font-size: 13px;
}
.acr-area-price-wrapper h5 {
  margin: 0;
}
.acr-listing-history img {
  border-radius: 8px;
}
.acr-listing-history .card-body h5 {
  margin-bottom: 10px;
}
.hidden-listing-features {
  display: none;
}
.listing-feature {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
.listing-feature i {
  font-size: 38px;
  color: #EAAC95;
  width: 55px;
}
.listing-feature img {
  width: 38px;
  margin-right: 17px;
}
.listing-feature h6 {
  margin: 0;
  font-size: 15px;
}
.listing-feature .listing-feature-label {
  width: 160px;
}
.listing-feature .listing-feature-value {
  font-size: 15px;
}
.listing-feature .listing-feature-value.disabled {
  color: #848486;
}
.load-more-features {
  margin-bottom: 30px;
}
.listing-nearby-item {
  margin-bottom: 30px;
}
.listing-nearby-item:last-child {
  margin-bottom: 0;
}
.listing-nearby-item h6 i {
  margin-right: 10px;
}
.listing-nearby-item ul > li {
  display: flex;
  align-items: center;
}
.listing-nearby-item ul {
  margin: 0;
}
.listing-nearby-item ul > li + li {
  margin-top: 10px;
}
.listing-nearby-item ul > li span {
  margin-right: 10px;
}
.listing-nearby-item ul > li span span {
  color: #848486;
}
.listing-nearby-item ul ul {
  margin-left: auto;
  display: flex;
}
.listing-nearby-item ul ul li {
  margin: 0 0 0 5px;
}
.listing-nearby-item ul ul li:not(.custom-warning) i {
  color: #848486;
}
.listing-thumbnail .listing-thumbnail-slider-main img,
.listing-thumbnail .listing-thumbnail-slider-nav img {
  border-radius: 8px;
  cursor: pointer;
}
.listing-thumbnail .listing-thumbnail-slider-nav img {
  transition: 0.3s;
  opacity: 0.6;
}
.listing-thumbnail .listing-thumbnail-slider-nav .slider-thumbnail-item img:hover {
  opacity: 0.8;
}
.listing-thumbnail .listing-thumbnail-slider-nav .slick-current img {
  opacity: 1;
}
.listing-thumbnail .listing-thumbnail-slider-main {
  margin-bottom: 20px;
}
.listing-thumbnail .listing-thumbnail-slider-nav {
  margin-bottom: 30px;
}
.listing-content .listing-address {
  display: block;
  margin-bottom: 15px;
  color: #848486;
}
.listing-content .listing-address i {
  margin-right: 5px;
}
.listing-banner {
  background-color: #f7f9fc;
  position: relative;
  background-repeat: no-repeat;
  background-position: bottom;
}
.listing-banner .sidebar-widget {
  padding: 30px 0;
}
.listing-banner .slick-list,
.listing-banner .slick-slide {
  margin: 0;
}
.listing-banner-inner {
  position: relative;
}
.listing-banner-inner .slick-arrow {
  position: absolute;
  top: 50%;
  z-index: 3;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  border-radius: 8px;
  cursor: pointer;
  justify-content: center;
  background-color: #f7f9fc;
  box-shadow: 0 2px 9px 0px rgba(34, 12, 43, 0.1);
  color: #222;
  transition: 0.3s;
}
.listing-banner-inner .slick-arrow:hover {
  background-color: #EAAC95;
  color: #fff;
}
.listing-banner-inner .slick-arrow.slider-prev {
  left: 20px;
}
.listing-banner-inner .slick-arrow.slider-next {
  right: 20px;
}
.listing-banner-inner,
.listing-banner-inner .listing-banner-slider,
.listing-banner-inner .listing-banner-slider div {
  height: 100%;
}
.listing-banner-inner .listing-banner-slider img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.listing-banner-inner .listing-badge {
  position: absolute;
  top: 20px;
  left: 20px;
}
/* 8.3. Compare Listing */
.listing.compare-listing-item {
  padding: 0;
  box-shadow: none;
  border-radius: 0;
}
.listing.compare-listing-item .listing-title a {
  margin-bottom: 15px;
}
.listing.compare-listing-item .listing-thumbnail .listing-controls a {
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
}
.acr-compare-feature {
  display: flex;
  align-items: center;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.acr-compare-feature i {
  font-size: 38px;
  color: #EAAC95;
  width: 55px;
}
.acr-compare-feature img {
  width: 38px;
  margin-right: 17px;
}
.acr-compare-feature-body + i {
  margin-left: auto;
  font-size: 14px;
  text-align: right;
  width: auto;
}
.acr-compare-feature:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}
.acr-compare-feature h6 {
  margin-bottom: 5px;
}
.acr-compare-feature span {
  text-transform: uppercase;
  color: #848486;
  font-weight: 600;
}
/* 8.4. Agent Profile */
.user-nav li,
.user-nav ul {
  margin: 0;
}
.user-nav li a {
  outline: none;
  display: flex;
  align-items: center;
  width: 100%;
  position: relative;
  background-color: #fff;
  padding: 15px;
  border-radius: 8px;
  cursor: pointer;
  font-weight: 600;
  transition: 0.3s;
  z-index: 1;
  border: 0;
  box-shadow: 0 2px 9px 0px rgba(34, 12, 43, 0.1);
  margin-bottom: 30px;
  color: #222;
  font-family: "Segoe UI", sans-serif !important;
}
.user-nav li a i {
  margin-right: 10px;
  font-weight: 400;
  font-size: 24px;
}
.user-nav li a:hover {
  background-color: #f7f9fc;
}
.user-nav li a.active {
  background-color: #A56460;
  color: #fff;
}
.user-nav li a.logout {
  background-color: #ffbfc9;
  color: #ff4764;
}
.user-nav li a.logout:hover {
  background-color: #ff4764;
  color: #fff;
}
.acr-empty-section {
  text-align: center;
  margin: 0 auto;
  max-width: 600px;
}
.acr-empty-section i {
  font-size: 34px;
  line-height: 1;
}
.acr-empty-section h3 {
  margin-top: 20px;
}
.acr-empty-section p {
  max-width: 450px;
  margin: 0 auto 20px;
}
.acr-welcome-message {
  margin-bottom: 30px;
}
.acr-welcome-message p {
  max-width: 600px;
}
/* 8.5. Coming Soon */
.acr-cs-container {
  position: relative;
  min-height: 100vh;
  display: flex;
}
.acr-cs-container > div {
  width: 50%;
}
.acr-cs-bg-slider,
.acr-cs-bg-item,
.acr-cs-bg-slider div {
  height: 100%;
}
.acr-cs-bg-slider .slick-dots {
  position: absolute;
  bottom: 40px;
  right: 40px;
}
.acr-cs-container .slick-slide,
.acr-cs-container .slick-list {
  margin: 0;
}
.acr-cs-bg-slider .slick-dots li {
  margin-top: 0;
  line-height: 1;
}
.acr-cs-content {
  padding: 40px 80px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.acr-cs-content-body {
  padding: 120px 0;
}
.acr-cs-text {
  position: relative;
}
.acr-cs-text .title {
  font-size: 72px;
  line-height: 80px;
  margin-bottom: 30px;
}
.acr-cs-text p {
  font-size: 15px;
  max-width: 600px;
  font-weight: 500;
  margin-bottom: 60px;
}
.acr-cs-text .acr-dots-wrapper {
  position: absolute;
  width: 200px;
  height: 200px;
  left: 10px;
  top: -90px;
}
.acr-cs-newsletter form {
  display: flex;
  align-items: center;
}
.acr-cs-newsletter form input {
  box-shadow: 0 2px 9px 0px rgba(34, 12, 43, 0.1);
  border: 0;
  margin-right: 20px;
}
.acr-cs-newsletter form button {
  width: 220px;
}
.acr-cs-newsletter span {
  display: block;
  color: #848486;
  margin-top: 20px;
}
.acr-cs-content-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.acr-cs-content-footer p {
  margin: 0;
}
/* 8.6. About Us Page */
.acr-single-img-wrapper img {
  border-radius: 8px;
}
.section-img-wrapper {
  z-index: 1;
  overflow: hidden;
}
.section-imgs {
  position: absolute;
  top: 0;
  left: 0;
  padding: 40px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  z-index: -1;
}
.section-imgs img:first-child {
  width: 250px;
}
.section-imgs img:last-child {
  width: 250px;
}
/* 8.7. 404 page */
.section-404 {
  position: relative;
  padding: 120px 0;
}
.section-404 .title {
  font-size: 72px;
  line-height: 80px;
  margin-bottom: 30px;
}
.section-404 .subtitle {
  max-width: 500px;
  font-size: 16px;
  font-weight: 500;
  margin: 0 auto 30px;
}
.section-404-text {
  text-align: center;
  margin: 0 auto;
  max-width: 650px;
}
.cloud-one {
  position: absolute;
  margin-left: 85px;
  top: 200px;
  height: 36px;
  width: 100px;
  background-position: center center;
  background-repeat: no-repeat;
  animation: animateCloud 10s linear infinite;
  opacity: 0.4;
  z-index: -1;
}
.cloud-two {
  position: absolute;
  margin-left: 200px;
  top: 60px;
  height: 29px;
  width: 80px;
  background-position: center center;
  background-repeat: no-repeat;
  animation: animateCloudtwo 20s linear infinite;
  opacity: 0.4;
  z-index: -1;
}
.cloud-three {
  position: absolute;
  margin-right: 180px;
  top: 60px;
  height: 35px;
  width: 100px;
  background-position: center center;
  background-repeat: no-repeat;
  animation: animateCloud 20s linear infinite;
  opacity: 0.4;
  z-index: -1;
}
.cloud-four {
  position: absolute;
  top: 200px;
  height: 35px;
  width: 100px;
  background-position: center center;
  background-repeat: no-repeat;
  animation: animateCloud 40s linear infinite;
  opacity: 0.4;
  z-index: -1;
}
.cloud-five {
  position: absolute;
  margin-right: 130px;
  bottom: 170px;
  height: 35px;
  width: 100px;
  background-position: center center;
  background-repeat: no-repeat;
  animation: animateCloud 50s linear infinite;
  opacity: 0.4;
  z-index: -1;
}
/* 8.8. Login & Register */
.acr-auth-container {
  position: relative;
  display: flex;
}
.acr-auth-container > div {
  width: 50%;
}
.acr-auth-bg-slider,
.acr-auth-bg-item,
.acr-auth-bg-slider div {
  height: 100%;
}
.acr-auth-bg-slider .slick-dots {
  position: absolute;
  bottom: 40px;
  right: 40px;
}
.acr-auth-container .slick-slide,
.acr-auth-container .slick-list {
  margin: 0;
  position: relative;
}
.acr-auth-bg-slider .slick-dots li {
  margin-top: 0;
  line-height: 1;
}
.acr-auth-content {
  padding: 80px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.acr-auth-content form {
  max-width: 500px;
  margin: 0 auto;
}
.acr-auth-content form .btn-block {
  margin-top: 10px;
}
.auth-seperator {
  margin: 30px 0;
  text-align: center;
}
.auth-seperator span {
  position: relative;
  display: flex;
  align-items: center;
  color: #848486;
  font-size: 13px;
  font-weight: 500;
}
.auth-seperator span::before {
  content: "";
  flex: 1;
  background-color: rgba(0, 0, 0, 0.1);
  height: 1px;
  margin-right: 20px;
}
.auth-seperator span::after {
  content: "";
  flex: 1;
  background-color: rgba(0, 0, 0, 0.1);
  height: 1px;
  margin-left: 20px;
}
.acr-auth-content .forgot-password {
  display: inline-block;
  color: #222;
  text-decoration: underline;
}
.acr-auth-content .auth-text p {
  margin-bottom: 30px;
}
.acr-auth-content .auth-nav {
  margin: 30px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.acr-auth-content .auth-nav a {
  display: inline-block;
  padding-bottom: 30px;
  margin-right: 30px;
  font-weight: 600;
  color: #222;
}
.acr-auth-content .auth-nav a.active {
  color: #EAAC95;
  border-bottom: 2px solid #EAAC95;
}
.social-login {
  margin-bottom: 30px;
}
.acr-social-login {
  cursor: pointer;
  display: block;
  width: 100%;
  margin-bottom: 10px;
  text-align: center;
  white-space: nowrap;
  line-height: 24px;
  border: 0;
  font-size: 14px;
  font-weight: 600;
  padding: 12px 20px;
  border-radius: 8px;
  transition: 0.3s;
}
.acr-social-login i {
  margin-right: 5px;
}
.acr-auth-bg-slider .acr-auth-quote {
  position: absolute;
  bottom: 60px;
  left: 0;
  height: auto;
  background-color: #fff;
  border-radius: 8px;
  padding: 20px;
  margin: 20px 40px;
  box-shadow: 0 2px 9px 0px rgba(34, 12, 43, 0.1);
}
.acr-auth-bg-slider .acr-auth-quote h6 {
  margin-bottom: 5px;
}
.acr-auth-bg-slider .acr-auth-quote p {
  margin-bottom: 0;
}
/* 8.9. Contact Us */
/* 8.10. Pricing */
.acr-pricing {
  position: relative;
  background-color: #f7f9fc;
  border-radius: 8px;
  padding: 20px;
  margin-bottom: 30px;
  z-index: 1;
}
.acr-pricing-header h4 {
  margin-bottom: 5px;
}
.acr-pricing-header p {
  color: #848486;
  margin-bottom: 0;
}
.acr-pricing-body {
  margin: 30px 0;
}
.acr-pricing-feature {
  margin-bottom: 20px;
}
.acr-pricing-feature h6 {
  margin-bottom: 5px;
}
.acr-pricing-feature h6 i {
  font-size: 14px;
  margin-left: 5px;
}
.acr-pricing-feature span {
  color: #848486;
  margin-bottom: 0;
  font-weight: 600;
}
.acr-pricing-feature:last-child {
  margin-bottom: 0;
}
.acr-pricing-footer {
  display: flex;
  align-items: center;
}
.acr-pricing-footer h4 {
  margin: 0;
  font-size: 20px;
  margin-left: 10px;
}
.acr-pricing-footer h4 span {
  font-size: 14px;
  font-weight: 400;
}
.acr-pricing.hot-plan {
  z-index: 1;
  background-color: #A56460;
}
.acr-pricing.hot-plan::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 20px;
  width: calc(100% - 40px);
  height: 100%;
  background-color: rgba(165, 100, 96, 0.67);
  z-index: -1;
  border-radius: 8px;
  transition: 0.3s;
  pointer-events: none;
}
.acr-pricing.hot-plan::after {
  content: "";
  position: absolute;
  top: 10px;
  left: 40px;
  width: calc(100% - 80px);
  height: 100%;
  background-color: rgba(165, 100, 96, 0.46);
  z-index: -1;
  border-radius: 8px;
  transition: 0.3s;
  pointer-events: none;
}
.acr-pricing.hot-plan .acr-pricing-header h4,
.acr-pricing.hot-plan .acr-pricing-body h6,
.acr-pricing.hot-plan .acr-pricing-footer h4 {
  color: #fff;
}
.acr-pricing.hot-plan .acr-pricing-body span,
.acr-pricing.hot-plan .acr-pricing-header p {
  color: #ebebeb;
}
/*======================
9. Repsonsive
========================*/
@media (max-width: 1680px) {
  .main-header.header-fw .navbar {
    padding: 0 55px;
  }

  .main-header.header-fw .top-header {
    padding: 10px 55px;
  }
}
@media (max-width: 1679px) {
  .navigation-search-bar .top-search-bar-fillter {
    width: 70% !important;
  }
}
@media (max-width: 1199px) {
  .navigation-search-bar .top-search-bar-fillter {
    width: 90% !important;
  }

  .banner .slick-arrow {
    width: 40px;
    height: 40px;
  }

  .main-header.header-fw .navbar {
    padding: 0 25px;
  }

  .main-header.header-fw .top-header {
    padding: 10px 25px;
  }

  .acr-listing-control span {
    display: none;
  }

  .acr-listing-control {
    flex: 1;
    text-align: center;
  }

  .listing-map-wrapper {
    flex-direction: column-reverse;
    height: auto;
  }

  .listing-map-wrapper .listing-map {
    height: 500px;
  }

  .listing-main-wrapper {
    width: 100%;
  }

  .listing-main-wrapper {
    padding: 30px 15px 0;
  }

  .acr-cs-content,
.acr-auth-content {
    padding: 40px;
  }

  .section-imgs {
    display: none;
  }
}
@media (max-width: 991px) {
  #pr_id_26 .p-carousel-item {
    flex: 0 0 50% !important;
  }

  .mb-lg-30 {
    margin-bottom: 30px;
  }

  .mb-lg-50 {
    margin-bottom: 50px;
  }

  .mr-lg-30 {
    margin-left: 0;
  }

  /* header */
  .sigma_header .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }

  .sigma_header .aside-toggle {
    display: flex;
  }

  .sigma_header .navbar-nav,
.sigma_header-bottom,
.sigma_header .aside-toggle.desktop-toggler {
    display: none;
  }

  .sigma_aside-overlay.aside-trigger,
.sigma_aside:not(.sigma_aside-desktop) {
    display: block;
  }

  .sigma_aside-overlay.aside-trigger-right,
.sigma_aside.sigma_aside-desktop {
    display: none;
  }

  .aside-open .sigma_aside-desktop:not(.sigma_aside) + .sigma_aside-overlay,
.aside-right-open .sigma_aside-desktop + .sigma_aside-overlay {
    opacity: 0;
    visibility: hidden;
  }

  .aside-open .sigma_aside-desktop:not(.sigma_aside) + .sigma_aside-overlay.style-7,
.aside-right-open .sigma_aside-desktop + .sigma_aside-overlay.style-7 {
    opacity: 1;
    visibility: visible;
  }

  .section {
    padding: 60px 0;
  }

  .acr-footer {
    padding: 60px 0 0 0;
  }

  .footer-widget {
    padding-bottom: 60px;
  }

  .section.section-padding {
    padding: 60px 0 30px;
  }

  .title {
    font-size: 20px;
    line-height: 34px;
    margin-bottom: 10px;
  }

  .subtitle {
    font-size: 14px;
  }

  .main-header.header-1 {
    width: calc(100% - 30px);
    top: 15px;
  }

  .main-header.header-1.sticky {
    top: 0;
  }

  .main-header.header-1::after,
.main-header.header-1::before,
.banner .acr-custom-select::before,
.banner .acr-custom-select::after {
    display: none;
  }

  .main-header.header-fw .navbar {
    padding: 10px 15px;
  }

  .main-header.header-fw .top-header {
    padding: 10px 15px;
  }

  .header-absolute + .banner,
.header-1 + .banner {
    padding: 180px 0 40px;
  }

  .banner {
    padding: 60px 0 40px;
  }

  .banner.banner-1 {
    z-index: 1;
  }

  .banner.banner-1::before,
.banner.banner-4 .banner-bg::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-color: rgba(0, 0, 0, 0.5);
  }

  .banner.banner-1 .title,
.banner.banner-1 .subtitle,
.banner.banner-4 .title,
.banner.banner-4 .subtitle {
    color: #fff;
  }

  .banner.banner-2 .acr-arrows .slider-prev,
.banner.banner-2 .acr-arrows .slider-next {
    top: 260px;
  }

  .banner .banner-text,
.section-404-text {
    text-align: center;
    max-width: 100%;
    margin-bottom: 30px;
  }

  .banner .title,
.acr-cs-text .title,
.section-404 .title {
    font-size: 38px;
    line-height: 46px;
    margin-bottom: 20px;
  }

  .banner .subtitle,
.section-404 .subtitle {
    font-size: 14px;
    margin: 0 auto 15px;
  }

  .section-404 .subtitle {
    margin-bottom: 20px;
  }

  .banner .banner-text .btn-custom {
    margin-top: 0;
  }

  .banner.banner-3 {
    padding: 60px 0;
    margin-bottom: 0;
  }

  .banner.banner-3 .acr-filter-form {
    position: relative;
  }

  .banner.banner-3 .acr-custom-select::before,
.banner.banner-3 .acr-custom-select::after {
    display: none;
  }

  .banner.banner-4 {
    padding: 60px 0;
  }

  .banner.banner-4 .banner-newsletter {
    text-align: center;
  }

  .banner.banner-4 .banner-newsletter form {
    width: 100%;
  }

  .banner.banner-4 .banner-newsletter span {
    color: #fff;
  }

  .banner.banner-4 .banner-bg {
    width: 100%;
    border-radius: 0;
  }

  .acr-featured-listings.banner-featured-slider {
    max-width: 100%;
    margin: 20px 0 0;
  }

  .post-single .title {
    font-size: 24px;
    line-height: 32px;
  }

  .sidebar.sidebar-left {
    margin: 0px 0 10px;
  }

  .pagination {
    margin-top: 30px;
  }

  .post + .pagination {
    margin-top: 50px;
  }

  .footer-bottom ul {
    margin-top: 20px;
    justify-content: flex-start;
  }

  .footer-bottom ul li a {
    padding: 0 20px 0 0;
  }

  .acr-footer.footer-2 .footer-top {
    text-align: center;
  }

  .footer-btn-wrapper p {
    margin: 0 auto;
  }

  .acr-footer.footer-2 .footer-top .footer-widget:first-child {
    padding-bottom: 0;
  }

  .footer-btn {
    text-align: center;
  }

  .footer-btn a {
    margin: 0 5px;
  }

  .acr-listing-details {
    margin: -50px 15px 0;
    flex-wrap: wrap;
  }

  .acr-listing-details .acr-listing-section:first-child {
    order: 3;
    display: flex;
    flex-direction: column-reverse;
    border-radius: 0 0 8px 8px;
  }

  .acr-listing-details .acr-listing-section:nth-child(2) {
    order: 1;
    border-radius: 8px 8px 0 0;
  }

  .acr-listing-details .acr-listing-section:last-child {
    order: 2;
  }

  .acr-listing-details .acr-listing-section:last-child .acr-listing-section-body {
    padding-bottom: 0;
  }

  .acr-listing-details .acr-listing-section:nth-child(2) .acr-listing-section-body {
    margin: 0;
  }

  .acr-listing-details .acr-listing-section:first-child .acr-listing-section-body {
    padding-top: 0;
  }

  .acr-listing-details .acr-listing-section:first-child,
.acr-listing-details .acr-listing-section:last-child {
    width: 100%;
  }

  .acr-listing-control {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
  }

  .acr-listing-details .acr-listing-section-body {
    height: auto;
    padding: 20px;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .acr-listing-meta {
    width: 100%;
  }

  .acr-listing-details .acr-listing-section .acr-listing-controls {
    border-radius: 0;
  }

  .acr-listing-nav a,
.acr-listing-details .acr-listing-section .acr-listing-nav {
    border-radius: 0 0 8px 8px;
  }

  .listing .listing-thumbnail .listing-controls a {
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
  }

  .cta p {
    font-size: 14px;
    margin: 20px 0;
  }

  .acr-cs-container {
    display: block;
    text-align: center;
  }

  .acr-cs-container .acr-cs-bg,
.acr-auth-container .acr-auth-bg {
    display: none;
  }

  .acr-cs-text p {
    margin: 0 auto 60px;
  }

  .acr-cs-container .acr-cs-content,
.acr-auth-container .acr-auth-content {
    z-index: 3;
    width: 100%;
    padding: 40px 30px;
    min-height: 100vh;
  }

  .acr-auth-container .acr-auth-content {
    min-height: auto;
  }

  .acr-cs-content-body {
    padding: 60px 0;
  }

  .sigma_header .navbar-nav,
.sigma_header-bottom,
.sigma_header .aside-toggle.desktop-toggler {
    display: block;
  }

  .col-md-2.filter-icon-section {
    display: none !important;
  }

  .sigma_header .sigma_logo-wrapper h1 {
    display: none;
  }

  .filter-slider {
    flex: 0 0 calc(100% - 0px) !important;
    max-width: calc(100% - 0px) !important;
  }

  #front app-navigation .col-md-11 p-carousel img {
    height: 40px !important;
  }

  #front app-navigation .col-md-11 p-carousel h4 {
    line-height: 1.2em;
  }
}
@media (max-width: 768px) {
  .login-popup .p-tabview-nav {
    width: 90% !important;
  }

  .login-popup .forms form {
    width: 100% !important;
  }

  .city-field .p-dropdown,
.serch-bar-field .p-inputtext,
.navigation-search-bar .col-md-2 .p-button,
.navigation-search-bar .p-fluid .p-calendar .p-inputtext {
    border-radius: 33px !important;
  }

  .sigma_footer .col-md-4 {
    width: 33.33%;
  }

  .latest-venue-section .p-carousel-next,
.latest-venue-section .p-carousel-prev {
    display: none;
  }

  .venue_listing .col-md-6 {
    width: 50%;
  }

  .sigma_footer-top .footer-item {
    width: 100%;
    padding-left: 0px !important;
  }

  .sigma_footer-top .sigma_footer-logo {
    text-align: center;
    width: 100%;
  }

  .vendor-section .acr-single-agent-thumb {
    width: 100% !important;
  }

  .vendor-section .acr-single-agent-body {
    padding-top: 0px !important;
    margin-top: 0px !important;
  }

  .sigma_footer-top .sigma_footer-logo .image {
    margin-bottom: 20px;
  }

  h1 {
    font-size: 34px;
    line-height: 42px;
  }

  h2 {
    font-size: 30px;
    line-height: 38px;
  }

  h3 {
    font-size: 26px;
    line-height: 32px;
  }

  h4 {
    font-size: 22px;
    line-height: 30px;
  }

  .aside-toggler {
    margin-left: 10px;
  }

  .section-title-wrap.section-header {
    margin-bottom: 30px;
  }

  .banner.banner-2 .acr-arrows {
    display: none;
  }

  .acr-responsive-table thead {
    display: none;
  }

  .acr-responsive-table td {
    position: relative;
    display: block;
    width: 100%;
    border-top: 0;
    text-align: right;
    padding: 10px;
    border-bottom: 0;
  }

  .acr-responsive-table td::before {
    content: attr(data-title) ": ";
    font-weight: 700;
    float: left;
  }

  .acr-responsive-table td.remove::before {
    display: none;
  }

  .acr-responsive-table tr {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }

  .acr-responsive-table tr:last-child {
    border-bottom: 0;
  }

  .banner.banner-3 .acr-filter-form {
    padding-bottom: 80px;
  }

  .banner.banner-3 .acr-filter-form .submit-btn {
    position: absolute;
    bottom: 0;
    left: 0;
  }

  .subheader {
    padding: 70px 0;
  }

  .header-1 + .subheader,
.header-absolute + .subheader {
    padding: 200px 0 30px;
  }

  .subheader h1 {
    font-size: 32px;
    line-height: 40px;
  }

  .subheader.subheader-2 {
    height: auto;
    padding: 200px 0 60px;
    text-align: center;
  }

  .subheader.subheader-2 h1 {
    display: block;
    text-align: center;
  }

  .subheader.subheader-2.user-subheader .media {
    flex-direction: column;
  }

  .subheader.subheader-2.user-subheader .media img {
    margin-bottom: 20px;
    margin-right: 0;
  }

  .subheader.subheader-2.user-subheader .media .media-body {
    margin-bottom: 20px;
  }

  .comments-list .comment-item img {
    width: 45px;
  }

  .comments-list .comment-item span {
    position: relative;
  }

  .comments-list .comment-item h5 {
    margin-bottom: 0;
  }

  .comments-list .comment-item ul {
    padding-left: 25px;
  }

  .acr-arrows .slick-arrow {
    width: 40px;
    height: 40px;
  }

  .post-single-pagination-wrapper {
    display: none;
  }

  .sidebar-widget .listing.listing-list {
    display: flex;
  }

  .listing.listing-list {
    display: block;
  }

  .listing.listing-list .listing-thumbnail {
    width: auto;
    margin-right: 0;
    margin-bottom: 20px;
  }

  .acr-global-listing-controls {
    flex-direction: column-reverse;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .acr-listing-active-filters {
    margin-right: 0;
  }

  .acr-toggle-views {
    margin-bottom: 20px;
  }

  .acr-toggle-views a {
    margin-left: 0;
    margin-right: 5px;
  }

  .listing-content .listing-title-wrapper {
    display: block;
  }

  .acr-single-agent {
    display: block;
  }

  .acr-single-agent-thumb {
    width: 100%;
    text-align: center;
    border-radius: 8px 8px 0 0;
  }

  .acr-single-agent-thumb img {
    position: relative;
    max-width: 250px;
  }

  .acr-single-agent-body {
    padding: 15px;
    border-radius: 0 0 8px 8px;
  }

  .acr-top-listing-item {
    padding: 15px;
  }

  .sigma_footer .sigma_footer-top {
    flex-direction: column;
  }

  .sigma_footer .sigma_footer-top > div:not(:first-of-type):not(:last-of-type) {
    margin: 10px 0 25px;
  }

  .venuelistfilter button.p-ripple.p-element.p-button.p-component {
    background-color: unset;
    border: unset;
    color: #eb3438;
    padding: 1px 10px 1px 10px;
  }

  button.p-ripple.p-element.p-carousel-next.p-link {
    width: 20px;
    position: absolute;
    right: 3px;
    background: white;
    color: #ec3539;
  }

  button.p-ripple.p-element.p-carousel-prev.p-link {
    width: 20px;
    position: absolute;
    left: 3px;
    background: white;
    color: #ec3539;
  }

  .p-carousel .p-carousel-content .p-carousel-next:enabled:hover {
    background: white;
    color: #ec3539;
  }
}
button.p-ripple.p-element.p-carousel-next.p-link {
  width: 20px;
  position: absolute;
  right: 0px;
}
button.p-ripple.p-element.p-carousel-prev.p-link {
  width: 20px;
  position: absolute;
  left: 0px;
}
.p-galleria-thumbnail-container {
  background: rgba(255, 255, 255, 0.9) !important;
  padding: 0px !important;
}
button.p-ripple.p-element.p-galleria-thumbnail-prev.page-link:hover {
  width: 20px;
  position: absolute;
  left: 0px;
}
button.p-ripple.p-element.p-galleria-thumbnail-prev.p-link {
  width: 20px;
  position: absolute;
  left: 0px;
  z-index: 0;
}
button.p-ripple.p-element.p-galleria-thumbnail-next.p-link {
  width: 20px;
  position: absolute;
  right: 0px;
  z-index: 0;
}
.p-carousel .p-carousel-content .p-carousel-next:enabled:hover {
  background: white;
  color: #ec3539;
}
.p-carousel .p-carousel-content .p-carousel-prev:enabled:hover {
  background: white;
  color: #ec3539;
}
@media (max-width: 575px) {
  .btn-block-custom-sm {
    width: 100%;
  }

  .pagination .page-link {
    padding: 10px 15px;
  }

  .banner.banner-2 .banner-inner {
    padding: 80px 0;
  }

  .acr-listing-details .acr-listing-icons,
.acr-listing-details .acr-listing-details .acr-listing-section:last-child {
    display: none;
  }

  .banner.banner-4 .banner-newsletter form {
    display: block;
  }

  .banner.banner-4 .banner-newsletter form .btn-custom {
    width: 100%;
    margin-top: 10px;
  }

  .sidebar-widget .media > a {
    width: 80px;
  }

  .cta.cta-1 {
    padding: 20px;
  }

  .post.post-list {
    display: block;
  }

  .post.post-list .post-thumbnail {
    margin-right: 0;
    margin-bottom: 20px;
  }

  .acr-footer {
    text-align: center;
  }

  .footer-btn a {
    display: block;
    margin: 0 0 10px;
  }

  .footer-btn a:first-child {
    margin-top: 0;
  }

  .acr-footer .footer-logo {
    margin: 0 auto 20px;
  }

  .acr-footer .social-media {
    justify-content: center;
  }

  .acr-language-selector > a {
    display: inline-flex;
    justify-content: center;
  }

  .footer-bottom .row {
    flex-direction: column-reverse;
  }

  .footer-bottom ul {
    flex-direction: column;
    margin: 0 0 30px;
  }

  .footer-bottom ul li + li {
    margin: 10px 0 0;
  }

  .post .post-controls {
    flex-direction: column-reverse;
    align-items: flex-start;
  }

  .post .post-controls > a {
    display: block;
    width: 100%;
  }

  .post-comment-authors {
    margin-bottom: 15px;
  }

  .sidebar-widget .listing.listing-list .listing-thumbnail {
    width: 100px;
  }

  .acr-area-price-wrapper > h5 {
    display: none;
  }

  .acr-listing-history img {
    margin-bottom: 10px;
  }

  .listing-feature h6 {
    font-size: 14px;
  }

  .listing-feature .listing-feature-label {
    width: 120px;
  }

  .listing-feature i {
    width: 55px;
  }

  .acr-cs-container .acr-cs-content,
.acr-auth-container .acr-auth-content {
    padding: 40px 15px;
  }

  .acr-cs-content-footer {
    display: block;
  }

  .acr-cs-content-footer .social-media {
    justify-content: center;
    margin-top: 20px;
  }

  .section-title-wrap.flex-header {
    display: block;
  }

  .section-title-wrap.flex-header .acr-arrows,
.section-title-wrap.flex-header .btn-custom {
    margin-top: 15px;
  }

  .section-title-wrap.flex-header .acr-arrows .slick-arrow {
    margin-left: 0;
    margin-right: 10px;
  }

  .acr-locations {
    padding: 20px;
  }

  .cta.cta-2 {
    display: block;
    text-align: center;
    padding: 20px;
  }

  .cta.cta-2 > i {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
#front app-navigation .col-md-11 p-carousel img {
  height: 50px;
}
#front app-navigation .col-md-11 p-carousel h4 {
  font-size: 13px;
  font-weight: 500;
  margin-bottom: 0px !important;
  line-height: initial;
}
#front app-navigation {
  width: 100%;
}
#front app-navigation .col-md-11 p-carousel .product-item-content {
  text-align: center;
}
#front app-navigation .col-md-12 .row {
  align-items: center;
}
#front app-navigation .col-md-12 .row .p-carousel-items-content {
  padding: 10px 0px;
}
#front .p-avatar img:hover {
  background: var(--main-color) 42;
}
#front .p-avatar img {
  background: #d4d6d9;
  transition: 0.5s ease;
  padding: 4px;
  cursor: pointer;
}
#front .p-paginator .p-paginator-pages .p-paginator-page {
  border-radius: 50%;
}
.p-paginator {
  background: transparent;
}
.bg-white {
  background: #ffffff;
}
/*vendore section css start addition*/
.vendor-section .container-fluid {
  padding: 0px;
}
.vendor-section .acr-single-agent-thumb {
  padding: 20px 20px 0;
  border-radius: 0px;
  background-color: transparent;
  width: 400px;
}
.vendor-section .acr-single-agent-body {
  background-color: transparent;
  border-radius: 0px;
  padding: 90px 40px;
}
.vendor-section .acr-single-agent {
  padding: 0px 80px;
  background: #ec3539;
  background: linear-gradient(265deg, rgba(4, 4, 4, 0) 0%, #ec3539 40%);
}
.acr-single-agent .planer-image-right {
  position: absolute;
  right: 0px;
}
.vendor-section .acr-single-agent-body h2 {
  font-size: 48px;
  line-height: 56px;
  color: #fff;
  font-weight: 300;
  text-transform: uppercase;
  margin-bottom: 2rem;
}
.vendor-section button {
  display: block;
  background: #fff;
  width: 180px;
  height: 45px;
  border-radius: 33px;
  border: none;
  color: #333333;
}
.section.section-padding.sigma_header.listings {
  background-color: #f6f6f6;
  min-height: 500px;
}
/*vendore section css start close */
/*banner css */
.banner-section .p-ripple {
  position: absolute;
}
.banner-section .p-carousel-next {
  position: absolute;
  right: 15px;
}
.banner-section .p-carousel-prev {
  position: absolute;
  left: 15px;
  z-index: 1;
}
.banner-details {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.listing .listing-thumbnail img {
  width: 100%;
  height: 251px;
  object-fit: cover;
}
.banner-details {
  text-align: center;
}
.banner-item-main {
  position: relative;
}
.details-heading h4 {
  font-size: 50px;
  color: #fff;
}
#front .p-rating .p-rating-icon.pi-star {
  margin-left: 4px;
}
.latest-venue-section .product-item {
  margin: 0px 15px;
}
.icon-review {
  display: flex;
  align-items: center;
}
.icon-review img {
  width: 18px;
  height: 18px;
  margin-right: 5px;
  background: #e7e7e7;
  border-radius: 50%;
}
.price-icons.col-md-12 {
  padding: 0px;
  display: flex;
  justify-content: space-between;
}
.navigation-search-bar .col-md-4 .p-element .p-multiselect {
  border-radius: 33px 0px 0px 33px !important;
}
.navigation-search-bar .p-fluid .p-calendar .p-inputtext {
  border-radius: 0px 33px 33px 0px !important;
  padding-left: 60px;
}
.navigation-search-bar .Guest-field {
  height: 100%;
}
.navigation-search-bar .col-md-2 .p-button {
  border-radius: 0px;
  background: #fff;
  color: #707070;
  border: 1px solid var(--grey-color);
  text-align: left;
  padding: 10px 0px;
  padding-left: 50px;
}
.navigation-search-bar .p-multiselect .p-multiselect-label {
  padding: 10px 30px;
  padding-left: 60px;
}
.navigation-search-bar .p-multiselect-panel .p-multiselect-header {
  background: #f2f2f2;
}
.navigation-search-bar .calendar-div {
  position: relative;
}
.navigation-search-bar .p-overlaypanel-content .p-col-12 {
  width: 100%;
}
.gets-count-list {
  width: 100%;
  padding: 15px 15px;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #f2f2f2;
}
.gets-count-list label {
  width: 20%;
}
.gets-count-list .left-button {
  width: 30px;
  height: 30px;
  border-radius: 50% !important;
  background: #fff;
  color: var(--darkgrey-color) !important;
  border-color: var(--darkgrey-color) !important;
}
.gets-count-list .right-button {
  width: 30px;
  height: 30px;
  border-radius: 50% !important;
  background: #fff;
  color: var(--darkgrey-color) !important;
  border-color: var(--darkgrey-color) !important;
}
.gest-count-module {
  padding: 0px;
  margin: 0px;
}
.gest-count-module .p-inputnumber-buttons-horizontal .p-inputnumber-input {
  border-radius: 33px;
  margin: 0px 10px;
  width: 130px;
  text-align: center;
}
.gest-count-module .p-component {
  align-items: center;
}
.gest-count-module .p-button:enabled:hover {
  background-color: transparent;
}
.gets-count-list label {
  margin-bottom: 0px;
  display: flex;
  align-items: center;
}
.navigation-search-bar .p-button-rounded {
  border-color: var(--main-color) !important;
}
.navigation-search-bar .p-inputwrapper-filled .p-multiselect.p-multiselect-chip .p-multiselect-label {
  padding: 6px 30px;
  padding-left: 60px;
}
.top-search-bar-fillter .row {
  border-radius: 33px;
}
.navigation-search-bar .p-multiselect.p-multiselect-chip .p-multiselect-token {
  background: #b8b8b8;
  border-radius: 33px;
}
.navigation-search-bar .p-multiselect:not(.p-disabled):hover {
  border-color: #b8b8b8;
}
.p-multiselect-filter-container .p-inputtext {
  padding: 5px 15px 5px 15px;
  border-radius: 33px;
}
.navigation-search-bar .p-inputtext:enabled:hover,
.navigation-search-bar .p-inputtext:enabled {
  border-color: #ced4da;
  padding-left: 50px;
  border-radius: 0px 33px 33px 0px;
}
.navigation-search-bar .p-multiselect-panel .p-multiselect-items .p-multiselect-item.p-highlight {
  background: #b8b8b8;
}
.navigation-search-bar .p-multiselect-panel .p-multiselect-items .p-multiselect-item:not(.p-highlight):not(.p-disabled):hover {
  background: #b8b8b8;
}
.navigation-search-bar .p-highlight .p-checkbox .p-checkbox-box {
  background: #b8b8b8;
}
.navigation-search-bar .p-multiselect-items-wrapper {
  max-height: 100% !important;
}
.p-overlaypanel {
  border-radius: 15px 15px 15px 15px !important;
}
.p-overlaypanel .p-overlaypanel-close {
  top: 0px;
  right: 0px;
}
.p-overlaypanel .p-overlaypanel-close {
  top: 10px;
  right: 10px;
  width: 25px;
  height: 25px;
}
#pr_id_4 .p-carousel-item {
  flex: 1 0 auto;
}
/*search filter issue*/
.navigation-search-bar {
  position: absolute;
  top: 100%;
  width: 100%;
  z-index: 1;
  background: #00000078 !important;
}
.filter-icon-section {
  flex: 0 0 200px;
  max-width: 200px;
}
.filter-slider {
  flex: 0 0 calc(100% - 130px);
  max-width: calc(100% - 130px);
}
.p-carousel .p-carousel-content .p-carousel-prev,
.p-carousel .p-carousel-content .p-carousel-next {
  margin: 0rem !important;
}
.banner-item-main {
  position: relative;
  height: 454px;
  top: 65px;
}
.banner-item-main .product-image {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.sigma_header-bottom-inner .p-carousel .p-carousel-content .p-carousel-prev,
.sigma_header-bottom-inner .p-carousel .p-carousel-content .p-carousel-next {
  box-shadow: var(--shadow);
  background: #fff;
  cursor: pointer;
  opacity: unset;
  color: #ec3539;
}
.sigma_header-bottom-inner .p-carousel .p-carousel-content .p-carousel-prev {
  left: 0px;
}
.sigma_header-bottom-inner .p-carousel .p-carousel-content .p-carousel-next {
  right: 0px;
}
#pr_id_4 .p-carousel-item {
  cursor: pointer;
}
/*Navigation */
#front .city-field .p-dropdown {
  padding-left: 40px;
  height: auto;
  display: flex;
  border-radius: 33px 0px 0px 33px;
}
#front .city-field .p-dropdown .p-dropdown-label {
  display: flex;
  align-items: center;
  font-size: 14px;
}
#front .serch-bar-field .p-inputtext {
  border-radius: 0px;
}
#front .serch-bar-field .p-autocomplete-input-token {
  margin-top: 0px;
}
#front .serch-bar-field .p-autocomplete-token {
  margin-top: 0px;
}
#front .serch-bar-field .p-autocomplete-multiple-container {
  flex-wrap: nowrap;
  padding-left: 41px;
  border: 1px solid #D4D6D9;
  display: flex;
  overflow: auto !important;
}
#front .serch-bar-field .p-autocomplete-multiple-container::-webkit-scrollbar {
  width: 7px;
  height: 2px;
  background-color: #e2e2e2;
}
#front .top-search-bar-fillter .col-md-2 .p-button {
  height: 100%;
}
#front .calendar-div .p-calendar {
  height: auto;
  display: inline-flex !important;
  width: 100%;
}
/*venue lsiting */
.venue_listing .listing-thumbnail .p-galleria-indicator.p-highlight button {
  background: #ffffff !important;
  color: #FFFFFF !important;
  height: 10px !important;
  width: 10px !important;
}
.venue_listing .listing-thumbnail .p-galleria-indicator {
  background: transparent;
}
.venue_listing .p-galleria.p-galleria-indicator-onitem .p-galleria-indicators {
  background: transparent !important;
  padding-bottom: 5px;
}
.venue_listing .p-galleria-item-nav {
  background: #fff;
  color: #d85a5a;
  width: 2rem;
  border-radius: 50% !important;
  font-size: 16px;
  height: 2rem;
  box-shadow: var(--shadow);
}
.venue_listing .p-galleria-item-prev-icon,
.venue_listing .p-galleria-item-next-icon {
  font-size: 1rem !important;
}
.venue_listing .p-galleria.p-galleria-indicator-onitem .p-galleria-indicators .p-galleria-indicator button {
  background: rgba(246, 246, 246, 0.5);
  transition: 0.1s ease;
}
.listing:hover .p-galleria-item-nav {
  opacity: 1;
  z-index: unset !important;
}
.venue_listing .p-galleria-indicator button {
  height: 8px !important;
  width: 8px !important;
}
.venue_listing .p-galleria .p-galleria-item-nav:not(.p-disabled):hover {
  background: #fff;
  color: var(--main-color);
}
.venue_listing .p-galleria-indicator,
.venue_listing .p-galleria-indicator {
  margin-right: 5px !important;
}
.listing-badge.Assured {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 2px 5px 2px 5px;
  background-color: #0AB31F;
}
.listing-badge.Assured img {
  height: 15px;
  width: 15px;
  object-fit: contain;
}
.listing-badge.Assured .icon {
  margin-right: 5px;
}
/*venue listing close*/
.price-icons {
  display: flex;
  justify-content: space-between;
}
.price-icons .city {
  letter-spacing: 0px;
  color: #333333;
  margin-left: 10px;
}
.short-discription {
  display: flex;
  padding: 10px 10px 10px 0px;
}
.p-rating .p-rating-icon.pi-star {
  color: #222;
}
.live-location .text {
  display: flex;
  align-items: center;
}
.location-result p {
  margin-bottom: 0px;
}
.live-location .icon {
  margin-right: 0.5rem;
}
.live-location button {
  width: 180px !important;
  justify-content: space-between !important;
  padding: 20px;
}
.live-location p-button {
  overflow: hidden;
  width: 100% !important;
}
.live-location .p-button:enabled:hover {
  background-color: #F7F7F7 !important;
  background: #F7F7F7 !important;
  border-color: #F7F7F7 !important;
}
.live-location p-button button {
  width: auto !important;
  justify-content: space-between !important;
  padding: 20px 15px;
}
.live-location .location-result {
  text-align: left;
  line-height: 1.2em;
}
.live-location button {
  background: #F7F7F7 0% 0% no-repeat padding-box;
  box-shadow: 0px 1px 6px #00000029;
  border: 1px solid #B3B3B345;
}
.live-location button p {
  line-height: 16px;
  letter-spacing: 0.24px;
  color: #707070;
  opacity: 1;
}
.live-location button span {
  letter-spacing: 0.24px;
  color: #FF0000;
  opacity: 1;
  font-size: 16px;
}
app-home .listing-text {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.read-more {
  cursor: pointer;
}
.p-overlaypanel-content .footer-section {
  padding: 10px 10px 0px;
  border-top: 1px solid #f2f2f2;
  margin-top: 20px;
}
.login-popup .p-tabview .p-tabview-nav li .p-tabview-nav-link {
  text-align: center;
  width: 100% !important;
}
.login-popup .p-tabview .p-tabview-nav li.p-highlight .p-tabview-nav-link {
  width: 100%;
  background: var(--main-color) !important;
  color: #fff !important;
}
.login-popup .p-tabview-nav {
  justify-content: center;
  width: 50%;
  margin: auto;
  border-radius: 33px;
  display: flex;
  align-items: center;
  box-shadow: 0px 3px 6px #00000029;
  overflow: hidden;
  border: none;
  border-width: 0px;
  margin: 10px auto;
}
.login-popup .p-tabview .p-tabview-nav li {
  margin: 0px;
  width: 50%;
}
.login-popup .p-tabview .p-tabview-nav li a {
  width: 100%;
}
.login-popup .p-tabview .p-tabview-nav li .p-tabview-nav-link {
  width: 162px;
  height: 100%;
  text-align: center;
  justify-content: center;
  border-radius: 26px;
  opacity: 1;
}
.login-popup .p-tabview .p-tabview-nav li .p-tabview-nav-link,
.login-popup .p-tabview .p-tabview-nav li:not(.p-highlight):not(.p-disabled):hover .p-tabview-nav-link {
  border-color: transparent;
}
#front .p-dialog {
  box-shadow: inset 0px 3px 6px #00000029, 0px 3px 6px #00000029;
  border-radius: 10px;
  overflow: auto;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  margin: 8px;
}
.login-popup .popup-button {
  text-align: center;
}
.login-popup .popup-button button {
  width: 114px;
  height: 32px;
  background: #EC3539 0% 0% no-repeat padding-box;
  border-radius: 27px;
  font-family: "Segoe UI", sans-serif !important;
}
.login-popup .forgot-password {
  text-align: center;
}
.login-popup .forgot-password a {
  color: var(--main-color);
}
.login-popup .forms form {
  width: 90%;
  margin: auto;
}
.login-popup .forms form label {
  color: #222;
  font-size: 13px;
}
.login-popup .forms form .form-control {
  border: 1px solid #d3d3d3;
  border-radius: 7px;
  font-size: 13px;
}
.login-popup .forms form .BirthDate p-calendar {
  border: 1px solid #707070;
  border-radius: 7px;
  width: 100%;
}
.login-popup .forms form .BirthDate .p-calendar {
  width: 100%;
  line-height: 10px !important;
  border-color: lightgrey;
}
.login-popup .forms form .Gender .col {
  display: flex;
  flex-wrap: wrap;
}
.login-popup .forms form .Gender div {
  align-items: center;
}
.form-row.form-group.BirthDate .col.Gender div {
  display: flex !important;
}
.login-popup .forms form .Gender .col label {
  flex: 0 0 100%;
  margin-bottom: 0px;
}
/*Header*/
header .container-fluid {
  height: 66px;
  box-shadow: 0 2px 9px 0px rgba(0, 0, 0, 0.2);
}
.navigation-search-bar {
  top: 66px;
}
@media (max-width: 1740px) {
  .latestVenue_listing .col-md-12 .col-xl-3 {
    flex: 0 0 25% !important;
    max-width: 25% !important;
  }

  .Filter-siderbar .p-chip,
.acr-global-listing-controls .p-chip {
    background-color: #f2f2f2 !important;
    color: #313131 !important;
    border-radius: 8px !important;
  }

  .Filter-siderbar .p-accordion .p-accordion-header:not(.p-highlight):not(.p-disabled):hover .p-accordion-header-link {
    background: none !important;
  }

  .Filter-siderbar .p-accordion .p-accordion-header .p-accordion-header-link .p-accordion-toggle-icon {
    position: absolute;
    right: 10px;
  }

  .Filter-siderbar .sidebar-widget p {
    margin-bottom: 0px;
  }

  .pi-star-fill {
    color: #F59E0B;
  }
}
#front .p-avatar img {
  padding: 3px;
  transition: 0.2s ease;
  background: #fff;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
}
.p-accordion p-accordiontab:first-child .p-accordion-header .p-accordion-header-link {
  border-top-right-radius: 6px;
  border-top-left-radius: 6px;
  border-radius: 8px !important;
}
#front .p-avatar:hover img {
  opacity: 1;
}
.p-galleria-item {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
}
.pi-star-fill {
  color: #FCB456 !important;
}
.left-side-body .p-galleria-item img {
  border-radius: 13px;
  box-shadow: 0px 0px 6px #00000052;
  object-fit: cover;
  object-position: bottom;
  max-height: 600px;
}
.left-side-body .p-galleria .p-galleria-caption {
  border-radius: 0px 0px 23px 23px;
  bottom: 15px;
}
.left-side-body .p-galleria .p-galleria-thumbnail-container {
  background-color: transparent !important;
}
.left-side-body .p-galleria .p-galleria-thumbnail-item-content img {
  margin-bottom: 0px;
  border-radius: 8px;
  height: 73px;
  width: 100px;
  object-fit: cover;
}
.left-side-body .p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-prev {
  position: absolute;
  left: 0px;
  background: #fff;
  box-shadow: var(--shadow);
  color: var(--darkgrey-color);
  z-index: 111;
}
.left-side-body .p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-next {
  background: #fff;
  box-shadow: var(--shadow);
  color: var(--darkgrey-color);
  position: absolute;
  right: 0px;
  z-index: 111;
}
.left-side-body .icons-view img {
  margin-bottom: 0px;
}
.about-section h2 {
  font-size: 20px;
  font-weight: 600 !important;
  letter-spacing: 0.01em;
  margin-bottom: 2px !important;
}
.sidebar-right .sidebar .p-accordion .p-accordion-header .p-accordion-header-link .p-accordion-toggle-icon {
  position: absolute;
  right: 5px;
}
.sidebar-right .sidebar .p-accordion-header-text {
  /* text-transform: uppercase; */
  color: black;
  font-size: 14px;
}
.guest-count-drop {
  padding: 0px !important;
}
.guest-count-drop .p-dropdown {
  width: 100%;
  margin-bottom: 1rem;
}
.sidebar-widget .p-carousel-indicators {
  display: none;
}
.sidebar-widget .p-carousel .p-carousel-content .p-carousel-prev,
.sidebar-widget .p-carousel .p-carousel-content .p-carousel-next {
  background: #fff;
  box-shadow: var(--shadow);
  color: var(--darkgrey-color);
  right: 0px;
  z-index: 111;
}
.sidebar-widget .p-carousel .p-avatar-group {
  margin-bottom: 0px !important;
  justify-content: center;
}
.sidebar-widget .p-accordion-content h5 {
  margin: 0px;
  font-size: 14px !important;
  justify-content: center;
  text-align: center;
  line-height: initial;
  font-weight: 400;
}
.real-rice h4 {
  margin-bottom: 10px;
}
.decorelist h5,
.vendor-list h5 {
  font-size: 12px;
  text-align: center;
  line-height: initial;
  margin-top: 5px;
}
.user_image {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.vendor-list .p-carousel-items-container {
  grid-gap: 5px;
  gap: 5px;
}
.p-carousel-item {
  cursor: pointer;
}
.user_image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
  border: 1px solid #dedede;
  padding: 0px;
  box-shadow: 0px 0px 4px #00000000;
}
.user-login-div .p-overlaypanel:before {
  display: none !important;
}
.p-fileupload-row > div {
  flex: 1 1 auto !important;
  width: auto !important;
}
p-fileupload .p-fileupload-content .p-button {
  width: 30px !important;
  height: 30px;
  border-radius: 50%;
}
.profile-image-field .image-uploader .p-fileupload .p-fileupload-content {
  padding: initial !important;
  border: none;
}
app-admin-profile-edit .p-fluid .p-calendar {
  width: 100%;
}
.customer-badge.status-cancel {
  background: #FFCDD2 0% 0% no-repeat padding-box;
  border-radius: 2px;
  padding: 5px 10px;
  letter-spacing: 0.21px;
  color: #C63737;
  text-transform: uppercase;
  opacity: 1;
  font-weight: bold;
}
.customer-badge.status-scheduled.visit {
  background: #FFD8B2 0% 0% no-repeat padding-box;
  border-radius: 2px;
  padding: 5px 10px;
  letter-spacing: 0.21px;
  color: #805B36;
  text-transform: uppercase;
  opacity: 1;
  font-weight: bold;
}
.customer-badge.status-completed {
  background: #C8E6C9 0% 0% no-repeat padding-box;
  border-radius: 2px;
  padding: 5px 10px;
  letter-spacing: 0.21px;
  color: #256029;
  text-transform: uppercase;
  opacity: 1;
  font-weight: bold;
}
/*order page*/
app-orders .p-progressbar .p-progressbar-value {
  background: #64748B;
}
app-orders .p-progressbar {
  height: 10px;
}
app-orders .p-tabview .p-tabview-nav {
  border: none;
}
app-orders .p-tabview .p-tabview-nav li {
  border: 1px solid #B3B3B3;
  opacity: 1;
  width: 110px;
}
app-orders .p-tabview .p-tabview-nav li a {
  display: flex;
  justify-content: center;
  border-radius: 0px !important;
}
app-orders .p-tabview .p-tabview-nav li.p-highlight .p-tabview-nav-link {
  background-color: var(--main-color);
  color: #fff !important;
}
/*order page* close*/
.p-datatable .p-datatable-tbody > tr > td,
.p-datatable .p-datatable-thead > tr > th,
.p-datatable .p-datatable-header,
.p-paginator {
  border-color: #e9ecef;
}
/*Correction*/
@media (max-width: 1431px) {
  .Assured-Venues .p-carousel .p-carousel-content .p-carousel-prev {
    position: absolute;
    left: -10px;
    z-index: 1;
  }

  .Assured-Venues .p-carousel .p-carousel-content .p-carousel-next {
    position: absolute;
    right: -10px;
    z-index: 1;
  }

  .latestVenue_listing {
    padding: 0px !important;
  }

  .latestVenue_listing .col-md-12 .col-xl-3 {
    padding: 0px 10px;
  }
}
@media (max-width: 768px) {
  .p-fluid .p-calendar .p-button-icon-only {
    width: 36px !important;
    background-color: #ec3539 !important;
    color: #ffffff !important;
    border-radius: unset !important;
  }

  #front .p-dialog {
    box-shadow: inset 0px 3px 6px #00000029, 0px 3px 6px #00000029;
    border-radius: 10px;
    overflow: auto;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    margin: 8px;
    overflow-y: auto;
  }

  .p-sidebar-left {
    top: 0;
    left: 0;
    width: 18rem !important;
    height: 100%;
  }
  .p-sidebar-left.expanded {
    width: 24.5rem !important;
    transition: width 0.3s ease-in-out;
  }

  label.ml-2.food-type-text {
    font-weight: 400 !important;
    font-size: 12px !important;
  }

  p-radiobutton {
    display: inline-flex;
    vertical-align: sub !important;
    align-items: center;
    font-family: "Segoe UI", sans-serif !important;
  }

  .p-sidebar-header {
    padding: 1rem;
    position: absolute;
    z-index: 3;
    width: auto;
    right: -10px !important;
    top: 0px;
  }

  .sidebar-right .sidebar .p-accordion .p-accordion-header .p-accordion-header-link .p-accordion-toggle-icon {
    position: absolute;
    right: -3px !important;
    font-size: 9px !important;
  }

  .p-tabview .p-tabview-panels {
    background: #ffffff;
    padding: 0px !important;
    border: 0 none;
    color: #69707A;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
    font-size: 13px;
  }

  .about-section h2 {
    font-size: 16px;
    font-weight: 600 !important;
    letter-spacing: 0.01em;
    margin-bottom: 2px !important;
  }

  .venuedetailfilter button.p-ripple.p-element {
    background-color: unset;
    color: red;
    padding: 2px 10px 2px 10px !important;
  }

  .detailsfilter span.p-button-label {
    font-size: 20px;
  }

  .detailsfilter button.p-ripple.p-element {
    width: 100%;
    border-radius: 0px;
    font-size: 20px !important;
    display: block;
  }

  .sidebar-right .sidebar .p-accordion-header-text {
    /* text-transform: uppercase; */
    color: black;
    font-size: 11px;
  }

  .p-dropdown .p-dropdown-trigger {
    background: #f8f9fa !important;
    color: #83888F;
    width: 2.357rem;
    border-top-right-radius: 33px;
    border-bottom-right-radius: 33px;
  }

  .acr-toggle-views .p-dropdown-label {
    padding: 0px 6px 0px 6px !important;
    font-size: 14px;
    color: black;
    background: #f8f9fa !important;
  }

  label.icons-image.search-icon {
    z-index: 1 !important;
    background-color: white;
    width: 40px;
    margin-left: -14px;
    position: absolute;
    height: 40px;
    border-radius: 24px 0px 0px 24px !important;
  }

  .filter-slider {
    padding-right: 0px !important;
    padding-left: 0px !important;
  }

  .col-md-11 p-carousel h4 {
    font-size: 11px !important;
  }

  .sigma_header-bottom-inner {
    height: 100%;
  }

  .icon-head-text {
    display: none;
  }

  .sigma_header-bottom.filter-div {
    height: 80px;
  }

  .occasionhd {
    display: none;
  }

  .topsearch {
    display: none;
  }

  .search_bar_listing_page {
    left: inherit;
    margin: 0 auto;
  }

  .Guest-field .p-dropdown {
    border-radius: 50px;
    width: 100%;
  }

  .p-fluid .p-calendar .p-inputtext {
    border-radius: unset !important;
  }

  .search_bar_listing_page input#range {
    border-radius: 33px 33px 33px 33px !important;
    font-size: 14px;
  }

  .navigation-search-bar {
    height: calc(358px - 65px) !important;
  }

  .city-field, .serch-bar-field, .guest_field_list, .calendar-div {
    margin-bottom: 10px;
    max-width: 100%;
    max-width: 100%;
    flex: 100%;
  }

  .sigma_header-bottom.filter-div {
    top: 66px !important;
    height: 71px !important;
  }

  input#range {
    padding-left: 45px;
    border: 1px solid #D4D6D9;
    width: 100%;
  }

  .col-md-11 p-carousel img {
    height: 30px !important;
  }

  .container-fluid {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  .navigation-search-bar .p-fluid .p-calendar .p-inputtext {
    border-radius: 33px !important;
    padding: 10px 30px;
    padding-left: 60px;
  }

  .vendor-section .acr-single-agent {
    padding: 0px !important;
  }

  .user_btn {
    width: 50px;
    height: 50px;
  }

  .latestVenue_listing {
    padding: 0px 15px !important;
  }
}
.lisiting-page-chip .p-chip {
  background-color: #f2f2f2 !important;
  color: #313131 !important;
  border-radius: 8px !important;
}
.listing-page-bottom .icons-slider .p-carousel .p-carousel-indicators {
  display: none;
}
.listing-page .sidebar-widget .p-accordion .p-accordion-tab {
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 6px;
}
.listing-page .sidebar-widget .p-accordion p-accordiontab .p-accordion-content {
  border-radius: 0px 0px 6px 6px;
  border-color: #dedede;
}
.listing-page .sidebar-widget .p-accordion .p-accordion-header:not(.p-disabled).p-highlight .p-accordion-header-link {
  background: #fff;
  border-color: #f2f2f2;
  color: #69707A;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  font-size: 14px;
}
.listing-page .sidebar-widget .p-accordion .p-accordion-header .p-accordion-header-link {
  border-radius: 6px !important;
}
.p-accordion .p-accordion-header .p-accordion-header-link .p-accordion-toggle-icon {
  position: absolute;
  right: 10px;
}
.listing-page .sidebar-widget .p-highlight .p-accordion-header-link a {
  border-radius: 6px 6px 0px 0px !important;
}
.p-accordion .p-accordion-header .p-accordion-header-link {
  border: 1px solid #e9e9e9 !important;
}
.listing-page .sidebar-widget .right-slider-filter .p-carousel-prev {
  position: absolute;
  left: -15px;
}
.listing-page .sidebar-widget .right-slider-filter .p-carousel-next {
  position: absolute;
  right: -15px;
}
.listing-page .sidebar-widget .right-slider-filter .product-item-content {
  text-align: center;
}
.listing-page .sidebar-widget .right-slider-filter h4 {
  font-size: 12px !important;
  margin-top: 5px;
}
.listing-page .sidebar-widget .p-carousel-items-container {
  grid-gap: 0px !important;
  grid-gap: 0px !important;
  gap: 0px !important;
}
.listing-page .sidebar-widget .right-slider-filter .col-md-12 {
  padding: 0px 0px !important;
}
.listing-page .sidebar-widget .slider-Property {
  padding: 0px 10px;
}
.listing-page .sidebar-widget .slider-Property .p-carousel-item {
  align-items: center;
}
.listing-page .sidebar-widget .slider-Property .p-carousel-prev {
  position: absolute;
  left: -15px;
}
.listing-page .sidebar-widget .slider-Property .p-carousel-next {
  position: absolute;
  right: -15px;
}
/*Normal header*/
.normal-header .navigation-search-bar {
  top: 0px;
  background: transparent !important;
  width: 50%;
  left: 50%;
  transform: translateX(-50%);
}
.normal-header .sigma_header-bottom {
  position: absolute;
  top: 0px;
  width: 100%;
  background: red;
  display: block;
}
.normal-header .navigation-search-bar .top-search-bar-fillter {
  width: 100% !important;
  margin: auto;
}
.Eventdate {
  padding: 0px 15px;
  border: 1px solid #f2f2f2 !important;
  color: #69707A;
  background: #FCFCFC;
  display: flex;
  align-items: center;
  border-radius: 6px;
}
.Eventdate label {
  margin-bottom: 0px;
  flex: auto;
  padding: 0px 15px;
}
.Eventdate .p-button {
  background-color: transparent;
  border: none;
  color: var(--darkgrey-color);
}
.Eventdate .p-calendar label {
  position: absolute;
  z-index: 1;
  top: 50%;
  transform: translateY(-50%);
  left: 15px;
}
.Eventdate label .p-calendar-w-btn .p-inputtext {
  padding-left: 100px;
  border-radius: 0px;
  background: transparent !important;
}
.Eventdate label button {
  padding-left: 100px;
  border-radius: 0px;
  background: transparent !important;
}
.Eventdate .p-calendar-w-btn .p-inputtext {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  background: transparent;
  padding: 0px 15px !important;
}
.Eventdate .p-calendar {
  width: 100%;
  border-radius: 0px;
}
.sidebar-widget .p-carousel .p-carousel-content .p-carousel-prev,
.sidebar-widget .p-carousel .p-carousel-content .p-carousel-next {
  position: absolute;
  margin: 0px !important;
}
.sidebar-widget .p-carousel .p-carousel-content .p-carousel-prev {
  left: 0px;
  top: 10px;
  width: 20px !important;
  height: 20px !important;
}
.sidebar-widget .p-carousel .p-carousel-content .p-carousel-next {
  right: 0px;
  top: 10px;
  width: 20px !important;
  height: 20px !important;
}
.sidebar-right .sidebar-widget .selected-list {
  font-size: 12px;
  color: #eb3438;
}
.sidebar-right .sidebar-widget .p-accordion-header-link {
  padding: 10px;
  white-space: nowrap;
}
.sidebar-right .time-slots li {
  margin-top: 0px;
}
.sidebar-right .Guest-count-drop {
  padding: 0px;
}
.p-tabview-nav-container {
  display: none !important;
}
.sidebar-right .Guest-count-drop .p-dropdown {
  width: 50%;
}
/*disable*/
.disable {
  opacity: 0.2;
  position: relative;
  cursor: not-allowed;
}
.disable::after {
  content: "";
  position: absolute;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.decorelist ul {
  display: flex;
  align-items: center;
}
.decorelist ul li img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-bottom: 10px;
}
.decorelist ul li {
  margin-right: 20px;
  cursor: pointer;
}
.decorelist ul li label {
  margin-bottom: 0px;
}
.decorelist ul li div {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.p-avatar-group p-avatar + p-avatar {
  margin-left: -0.3rem !important;
}
/*waseem css */
.navigation-search-bar label.icons-image .top-search-bar-fillter .col-md-7 .row {
  box-shadow: none !important;
}
.navigation-search-bar .Guest-field {
  height: 100%;
}
.navigation-search-bar .Guest-field p-dropdown {
  display: flex;
  flex: 100%;
}
#front .navigation-search-bar .Guest-field p-dropdown .p-dropdown {
  flex: 100%;
  border-radius: 0px;
}
.navigation-search-bar .Guest-field .p-dropdown .p-dropdown-label {
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .dropdown {
    position: relative;
    display: block;
    margin-top: 0px;
  }

  .Guest-field {
    border-radius: 50px !important;
  }

  .navigation-search-bar .Guest-field p-dropdown {
    border-radius: 50px !important;
  }

  .navigation-search-bar .Guest-field p-dropdown .p-dropdown {
    border-radius: 50px !important;
  }

  .navigation-search-bar .p-inputtext:enabled:hover,
.navigation-search-bar .p-inputtext:enabled {
    border-radius: 33px 33px 33px 33px !important;
  }

  .container-fluid {
    overflow: hidden !important;
  }

  footer.style-4.has-bg {
    position: relative !important;
    z-index: 0;
  }

  button.offer-btn.btn-custom.btn-sm.secondary {
    bottom: -7px !important;
  }

  .p-sidebar-content {
    height: 100vh !important;
  }
}
@media (max-width: 1610px) {
  .top-search-bar-fillter .col-md-2 {
    flex: 10%;
    max-width: 10%;
  }

  .top-search-bar-fillter .Guest-field .p-button-label {
    display: none;
  }

  .navigation-search-bar label.icons-image {
    width: 25px;
    height: 25px;
  }

  .top-search-bar-fillter .calendar-div {
    width: calc(25% + 6.666667%) !important;
  }

  .top-search-bar-fillter .city-field .icons-image {
    display: none;
  }
}
@media (max-width: 1340px) {
  .live-location button p {
    display: none;
  }

  .sigma_header .container-fluid,
app-venue-details .section.listing-wrapper .container-fluid,
app-venue-category-list .container-fluid {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
}
@media (max-width: 1171px) {
  .sigma_header .sigma_logo-wrapper h1 {
    margin-left: 10px;
    font-size: 18px;
  }

  .live-location button span {
    display: none;
  }

  .live-location button {
    padding: 0px;
    display: flex;
    align-items: center;
    justify-content: center !important;
    width: 45px !important;
    height: 45px !important;
  }

  .live-location .icon {
    margin-right: 0px;
    border: none;
  }
}
.navigation-search-bar .top-search-bar-fillter .search-bar-locations .row {
  box-shadow: none;
}
.occasion-active-bottom .p-avatar img {
  background: #dc35452e !important;
}
.occasion-active-bottom .div-title h5 {
  color: var(--main-color);
}
.vendor-list .product-item.vendor-active .p-avatar img {
  background: #dc35452e !important;
}
.foodlist ul li.active .food-image {
  border: 1px solid var(--main-color);
}
.p-dialog-title {
  width: 100%;
  text-align: center;
}
.planner-popup .p-dialog-header {
  padding: 15px 15px 15px 15px !important;
  border-bottom: 1px solid #f2f2f2;
}
.planner-date p-calendar {
  width: 100%;
}
.planner-popup .forms {
  padding: 30px 0px;
}
.planner-date p-calendar .p-calendar {
  width: 100% !important;
  height: 50px;
  padding: 8px 0px;
  border: 1px solid #707070;
  border-radius: 7px;
  display: flex;
  align-items: center;
}
.planner-date p-calendar .p-inputtext {
  border: 1px solid #707070;
}
.planner-Capacity p-dropdown {
  width: 100%;
}
.planner-Capacity .p-dropdown {
  width: 100%;
  height: 50px;
  padding: 8px 15px;
  border: 1px solid #707070;
  border-radius: 7px;
  display: flex;
  align-items: center;
}
.login-div.login-popup {
  border: 1px solid #f2f2f2;
}
.login-div.login-popup .login-popup {
  padding-top: 30px;
}
.login-div.login-popup .forms form {
  width: 100%;
}
.login-div.login-popup .forms .form-group {
  display: flex;
  align-items: center;
  position: relative;
}
.login-div.login-popup .forms form label {
  color: #222;
  margin-right: 5px;
  flex: 20%;
}
.login-div.login-popup .invalid-feedback {
  position: absolute;
  top: 20%;
  right: 30px;
  display: flex;
  justify-content: flex-end;
  margin: 0px;
  width: auto;
}
.login-div.login-popup .popup-button {
  display: flex;
  justify-content: flex-end;
}
.login-div.login-popup .popup-button-btn .p-button {
  height: 40px;
}
.forgot-password a {
  font-size: 12px;
}
.login-div.login-popup .buttons-div {
  flex: 100%;
  display: flex;
  justify-content: space-between;
}
.login-div.login-popup .titles-login {
  text-align: center;
  font-size: 20px;
  margin-bottom: 0px;
  padding: 30px 0px;
}
.login-div.login-popup button {
  width: 50%;
  border-radius: 33px;
  text-transform: capitalize;
}
.otp-div h5 {
  color: #989696b8;
  font-size: 15px;
  font-weight: normal;
  text-align: center;
}
.otp-div h5 span {
  color: var(--main-color) !important;
  font-weight: bold;
}
.otp-div .otp-field {
  width: 70%;
  margin: auto !important;
  grid-gap: 10px;
  gap: 10px;
}
.otp-div .otp-field .p-col-2 {
  padding: 0px 10px;
  width: calc(16.6667% - 10px);
}
.otp-div .otp-field .p-col-2 input {
  font-size: 14px;
  border: 1px solid #707070;
  border-radius: 7px;
  height: 40px;
  padding: 0px;
  text-align: center;
}
.login-div.login-popup .forms .buttons-div .p-button {
  width: 140px;
}
.login-div.login-popup .form-control {
  height: 40px !important;
}
.otp-div {
  display: none;
}
.login-popup.toggled .otp-div {
  display: block !important;
}
.login-popup.toggled .forms {
  display: none;
}
.otp-div h5 {
  display: flex;
  align-items: center;
  justify-content: center;
}
.otp-div h5 .icon {
  height: 20px;
  width: 20px;
  padding: 0px;
  display: inherit;
  line-height: initial;
  text-align: center;
  font-size: 14px;
  background: transparent;
  color: red;
  border: none;
  margin-left: 5px;
  cursor: pointer;
}
/*ADMIN CSS */
#admin .p-toolbar .row.w-100 {
  margin: 0px;
}
#admin .p-toolbar .row.w-100 .col-md-6 {
  padding: 0px !important;
}
#admin .p-button.p-button-success,
.p-buttonset.p-button-success > .p-button,
.p-splitbutton.p-button-success > .p-button,
#admin .p-button.p-button-secondary,
.p-buttonset.p-button-secondary > .p-button,
.p-splitbutton.p-button-secondary > .p-button,
#admin .p-button.p-button-outlined,
#admin .p-button {
  padding: 5px 10px 5px 10px !important;
  font-family: "Segoe UI", sans-serif !important;
}
#admin .p-toolbar .row.w-100 .col-md-6:nth-child(2) button {
  margin-right: 0px !important;
}
#admin .p-dropdown {
  width: 100% !important;
  border-radius: 6px;
}
.ng-tns-c66-1.p-dropdown.p-component.p-dropdown-open {
  width: 100% !important;
  border-radius: 6px;
}
#admin p-dialog p-fileupload .p-fileupload-choose {
  width: 100%;
}
.submit-round-btn button {
  border-radius: 33px;
  padding: 10px 40px;
}
#admin .p-dialog .p-dialog-header-icon {
  background: #ec3539;
  color: #fff;
}
#admin .p-dialog {
  border-radius: 10px;
  overflow: hidden;
}
#admin .check-table-div .media-body {
  display: flex;
  grid-gap: 10px;
  gap: 10px;
  justify-content: center;
}
#admin .check-table-div .media-body span {
  color: #fff;
}
#admin .check-table-div .media-body p-inputswitch {
  display: flex;
}
#admin .manage-product-section table {
  margin-bottom: 0px;
}
.p-inputswitch {
  margin-bottom: -10px !important;
}
.p-grid.add-section .card {
  overflow: hidden;
}
.p-grid.add-section .p-fileupload .p-fileupload-content {
  max-height: 300px;
  overflow-y: auto;
}
.edite-section .card {
  overflow: hidden;
}
.edite-section legend {
  background: -webkit-linear-gradient(top, #FFFFFF 0%, #EEEEEE 100%) !important;
  border-right: 1px solid #E3E3E3 !important;
  border-bottom: 1px solid #E3E3E3 !important;
  width: 100%;
  color: #000000;
  text-align: left;
  display: flex;
}
.edite-section .p-fieldset-legend-text {
  line-height: 1;
  font-size: 16px;
  font-weight: 600;
  color: #000;
  text-align: left;
}
#admin .videos-and-image .p-galleria-item {
  border-radius: 6px;
  overflow: hidden;
}
#admin .videos-and-image .p-galleria-item {
  border-radius: 6px;
  overflow: hidden;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}
#admin .videos-and-image.img-vido .p-galleria-item {
  height: 350px;
}
#admin .videos-and-image.img-vido .p-galleria-item img {
  height: 100%;
}
#admin .VenueVideo {
  height: 350px;
  border-radius: 6px 6px 0px 0px;
  overflow: hidden;
  border: 1px solid #D4D6D9;
}
#admin .videos-and-image .p-galleria-item {
  width: 100%;
  display: block;
  object-fit: cover;
}
#admin .videos-and-image .p-fileupload .p-fileupload-buttonbar {
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
  padding: 10px 10px 10px 0px !important;
}
#admin .videos-and-image .banner-image {
  border-radius: 6px;
  height: 50px;
  object-fit: cover;
  margin: 3px;
}
#admin .videos-and-image.img-vido .p-fileupload-content {
  max-height: 120px;
  min-height: 120px;
  overflow-y: auto;
}
.p-carousel .p-carousel-content .p-carousel-prev,
.p-carousel .p-carousel-content .p-carousel-next {
  height: 20px !important;
  width: 20px !important;
  color: #83888F;
  border: 0 none;
  background: transparent;
  border-radius: 50%;
  transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
  margin: 0.5rem;
  z-index: 1;
}
.pi {
  font-size: 13px;
  line-height: 10px;
}
.sidebar-widget h5 {
  font-size: 20px;
  color: #7c7c7c;
  padding-bottom: 0px;
}
.p-accordion .p-accordion-header .p-accordion-header-link {
  padding: 3px 10px 3px 10px;
  border-radius: 6px;
}
a#p-accordiontab-12 {
  padding: 10px;
  border-radius: 6px;
}
.p-accordion p-accordiontab .p-accordion-header .p-accordion-header-link {
  border-radius: 6px;
}
span.p-accordion-header-text.ng-tns-c81-7.ng-star-inserted {
  font-size: 14px !important;
}
span.p-accordion-header-text.ng-tns-c81-7.ng-star-inserted {
  font-size: 14px !important;
}
span.p-accordion-header-text.ng-tns-c81-9.ng-star-inserted {
  font-size: 14px !important;
}
span.p-accordion-header-text.ng-tns-c81-8.ng-star-inserted {
  font-size: 14px !important;
}
span.p-accordion-header-text.ng-tns-c81-10.ng-star-inserted {
  font-size: 14px;
}
span.p-accordion-header-text.ng-tns-c81-11.ng-star-inserted {
  font-size: 14px;
}
span.ng-tns-c66-12.p-dropdown-label.p-inputtext.p-placeholder.ng-star-inserted {
  font-size: 14px;
  color: #83888f;
}
/*Offer Popup */
.offer-popup .p-sidebar-bottom {
  height: auto;
}
.offer-popup .p-sidebar-header {
  padding: 1rem;
  position: absolute;
  z-index: 3;
  width: auto;
  right: 10px;
  top: 0px;
}
.offer-popup .p-sidebar-content {
  padding-top: 1rem !important;
  background-color: #fff;
}
#front .navigation-search-bar .Guest-field .p-dropdown .p-dropdown-label {
  padding-left: 3rem;
}
.offer-popup .p-sidebar::after {
  content: "";
  position: fixed;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  background-color: hwb(0deg 0% 100%/20%);
  z-index: 0;
}
.offer-popup .p-sidebar-content {
  z-index: 1;
}
.p-sidebar-mask.p-component-overlay {
  display: none !important;
}
@media (max-width: 991px) {
  button.p-element.p-ripple.general-search.p-button-rounded.p-button-danger.secondary.btn-custom.p-button.p-component.p-button-icon-only {
    display: none !important;
  }

  .sigma_header .sigma_logo-wrapper {
    align-items: center;
    justify-content: left;
    padding: 8px 0;
    width: 100% !important;
  }

  p-button.p-element.toggle-btn {
    position: absolute;
    left: 0px;
  }

  .navbar {
    padding: 0;
    width: 100% !important;
  }

  .sigma_header .container-fluid,
app-venue-details .section.listing-wrapper .container-fluid,
app-venue-category-list .container-fluid {
    padding-left: 17px !important;
    padding-right: 15px !important;
  }

  .verticalflip {
    font-size: 21px;
    color: white;
    font-weight: 300;
    text-align: left;
  }

  .verticalflip {
    font-size: 23px;
    color: white;
    font-weight: 300;
  }

  p-button.p-element.toggle-btn {
    top: 20px;
  }

  .toggle-btn .p-button {
    background: #ec353900 !important;
    border: 1px solid #eb3438 !important;
    padding: 0px;
  }

  .verticalflip {
    font-size: 25px !important;
    color: white;
    font-weight: 300;
  }

  .listing .acr-listing-icons .acr-listing-icon {
    margin-right: 5px;
    font-size: 14px;
  }

  .acr-listing-icons .acr-listing-icon {
    margin-right: 0px;
    display: unset;
    align-items: center;
  }

  .listing .acr-listing-icons .acr-listing-icon i {
    font-size: 16px;
  }

  .btn-custom.btn-sm {
    padding: 7px 7px !important;
    font-size: 12px;
  }

  ul.mini-footer {
    display: inline-block !important;
    padding: 15px 15px 40px 15px !important;
  }

  ul.mini-footer li {
    margin: 8px 0;
    display: inline-block !important;
  }

  .btn-sm .secondary {
    display: none !important;
  }

  .col-md-12.desktop-view {
    display: none;
  }

  .btn-custom.btn-sm {
    padding: 8px 10px !important;
    font-size: 14px;
  }
}
@media (min-width: 1281px) {
  p-button.p-element.toggle-btn {
    display: none !important;
  }

  .top-link {
    display: none;
  }

  .col-md-12.mobile-view {
    display: none !important;
  }
}
.acr-toggle-views .p-dropdown-label {
  padding: 0px 6px 0px 6px !important;
  font-size: 14px;
  color: black;
}
.p-dropdown {
  display: inline-flex;
  cursor: pointer;
  position: relative;
  -webkit-user-select: none;
  user-select: none;
  border-radius: 0px;
}
.p-inputtext {
  font-family: "Segoe UI", sans-serif !important;
  font-size: 1rem;
  color: #69707A;
  background: #ffffff;
  padding: 0.5rem 0.5rem;
  transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
  -webkit-appearance: none;
          appearance: none;
}
#admin .p-inputtext {
  border-radius: 6px;
  padding: 5px 10px 5px 10px !important;
  border-color: #d4d6d9 !important;
  font-size: 14px;
  line-height: unset !important;
  width: 100%;
  height: unset !important;
}
#admin .p-calendar-w-btn .p-inputtext {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
#admin .p-button.p-button-icon-only {
  padding: 0.27rem 0;
}
.ng-tns-c66-6.p-dropdown.p-component {
  border: 1px solid #d3d3d3 !important;
  height: 36px !important;
}
.ng-tns-c66-7.p-dropdown.p-component {
  border: 1px solid #d3d3d3 !important;
  height: 36px !important;
}
@media only screen and (max-width: 991px) {
  .listing .listing-author {
    display: block !important;
  }
}
.p-accordion-tab.ng-tns-c81-18 {
  margin-bottom: 15px !important;
  box-shadow: 0px 1px 5px #00000029 !important;
  border-radius: 5px;
}
.p-accordion-tab.ng-tns-c81-19 {
  margin-bottom: 15px !important;
  box-shadow: 0px 1px 5px #00000029 !important;
  border-radius: 5px;
}
.p-accordion-tab.ng-tns-c81-21 {
  margin-bottom: 15px !important;
  box-shadow: 0px 1px 5px #00000029 !important;
  border-radius: 5px;
}
.p-radiobutton .p-radiobutton-box {
  border: 2px solid #D4D6D9;
  background: #ffffff;
  width: 20px !important;
  height: 20px !important;
  color: #69707A;
  border-radius: 50%;
  transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
}
.p-radiobutton .p-radiobutton-box .p-radiobutton-icon {
  transition-duration: 0.2s;
  background-color: #ec3539;
}
.p-radiobutton .p-radiobutton-box.p-highlight {
  border-color: var(--primary-color);
  background: #ffffff;
}
.p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box.p-highlight:hover {
  border-color: #ec3539 !important;
  background: #ec3539 !important;
  color: #FFFFFF;
}
.p-radiobutton .p-radiobutton-box.p-highlight:not(.p-disabled):hover {
  border-color: #ec3539;
  background: #ffffff;
  color: #FFFFFF;
}
.p-accordion p-accordiontab .p-accordion-tab {
  margin-bottom: 0;
  box-shadow: 0px 1px 5px #00000029 !important;
  margin-bottom: 8px !important;
  margin-top: 10px !important;
  border-radius: 8px;
}
.p-accordion p-accordiontab .p-accordion-content {
  border-radius: 13px;
}
.p-accordion .p-accordion-content {
  padding: 10px;
  border: none !important;
  background: #ffffff;
  color: #69707A;
  border-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
}
.p-sidebar-header {
  padding: 1rem;
  position: absolute;
  z-index: 3;
  width: auto;
  right: -5px !important;
  top: 0px;
}
.p-sidebar-content {
  padding-top: 1rem !important;
  background-color: #fff;
}
.compare-popup-sidebar .p-sidebar-content {
  padding-top: 1rem !important;
  background-color: #00000000;
}
.p-sidebar-bottom {
  bottom: 0;
  left: 0;
  width: 100%;
}
.listing .listing-thumbnail a:hover {
  background-color: #ec3539;
  color: #fff;
}
.p-avatar-group .p-avatar {
  border: none !important;
}
#venue-images-gallery .p-galleria-thumbnail-item {
  flex: none !important;
}
.compare-popup-sidebar .p-sidebar-bottom {
  bottom: 0;
  left: 0;
  width: 100%;
  height: 14rem !important;
}
.occasion-active-bottom .p-avatar img {
  background: #dc354500 !important;
  filter: invert(31%) sepia(84%) saturate(4362%) hue-rotate(341deg) brightness(95%) contrast(93%);
  border-bottom: 1px solid #eb3438;
  border-width: 3px;
}
.occasion-active-top .p-avatar img {
  background: #dc354500 !important;
  filter: invert(31%) sepia(84%) saturate(4362%) hue-rotate(341deg) brightness(95%) contrast(93%);
}
@media only screen and (max-width: 991px) {
  .p-sidebar .p-sidebar-header .p-sidebar-close, .p-sidebar .p-sidebar-header .p-sidebar-icon {
    width: 2rem;
    height: 2rem;
    border: 0 none;
    border-radius: 50%;
    transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
  }

  .offer-popup .p-sidebar-bottom {
    height: auto;
    overflow-y: auto;
  }

  .offer-popup .p-sidebar-content {
    padding-top: 3rem !important;
    background-color: #fff;
    height: 157px;
    width: 690px;
    padding-left: 20px;
    padding-right: 20px;
    /* overflow-y: inherit; */
  }

  .offer-popup .p-sidebar-bottom {
    height: 170px;
    overflow-y: auto;
  }

  .left-side-body .p-galleria-item img {
    height: 200px !important;
  }

  #pr_id_14 .p-carousel-item {
    flex: auto !important;
  }

  .col.per-plate-price {
    padding-left: 9px !important;
    padding-right: 9px !important;
  }
}
.p-button {
  font-size: 14px !important;
}
.offer-popup-login .p-dialog-header.ng-tns-c91-8 {
  position: absolute;
  right: 22px;
  background: none;
  top: 8px;
  border-radius: 50%;
  width: 15px;
  height: 15px;
}
.p-dialog-header.ng-tns-c91-9 {
  position: absolute;
  right: 20px;
  background: none;
  top: 8px;
  border-radius: 50%;
  width: 15px;
  height: 15px;
}
.p-dialog-header.ng-tns-c91-10 {
  position: absolute;
  right: 20px;
  background: none;
  top: 8px;
  border-radius: 50%;
  width: 15px;
  height: 15px;
}
.p-dialog-header.ng-tns-c91-5 {
  position: absolute;
  right: 20px;
  background: none;
  top: 8px;
  border-radius: 50%;
  width: 15px;
  height: 15px;
}
.p-tabview .p-tabview-nav li .p-tabview-nav-link {
  border: solid #D4D6D9;
  border-width: 0 0 2px 0;
  border-color: transparent transparent #D4D6D9 transparent;
  background: #ffffff;
  color: #83888F;
  padding: 11px;
  font-weight: 600;
  border-top-right-radius: 6px;
  border-top-left-radius: 6px;
  transition: box-shadow 0.2s;
  margin: 0 0 -2px 0;
  font-size: 13px;
}
input.p-dropdown-label.p-inputtext.ng-tns-c66-6 {
  font-size: 13px;
}
input.p-dropdown-label.p-inputtext.ng-tns-c66-7 {
  font-size: 13px;
}
.p-tabview .p-tabview-panels {
  background: #ffffff;
  padding: 0px !important;
  border: 0 none;
  color: #69707A;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
}
.p-dialog-header.ng-tns-c91-2 {
  position: absolute;
  right: 20px;
  background: none;
  top: 0px;
  border-radius: 50%;
  width: 15px;
  height: 15px;
}
input#calendar {
  font-size: 1rem !important;
  border-color: #d4d6d9 !important;
}
.layout-main input#calendar {
  font-size: 14px !important;
  border: 1px solid #D4D6D9;
}
.layout-main input#calendar {
  font-size: 14px !important;
  border: 1px solid #D4D6D9;
}
.otp-popup-login .p-dialog .p-dialog-header {
  border-bottom: 0 none;
  background: #ffffff;
  color: #ec3539;
  padding: 10px;
  border-top-right-radius: 6px;
  border-top-left-radius: 6px;
  right: 22px !important;
  top: 8px;
  position: absolute;
  background: none;
  top: 8px;
  border-radius: 50%;
  width: 15px;
  height: 15px;
}
.p-dialog .p-dialog-header {
  border-bottom: 0 none;
  background: #ffffff;
  color: #ec3539;
  padding: 10px;
  border-top-right-radius: 6px;
  border-top-left-radius: 6px;
}
.offer-popup-login .p-dialog .p-dialog-header {
  border-bottom: 0 none;
  background: #ffffff;
  color: #ec3539;
  padding: 10px;
  border-top-right-radius: 6px;
  border-top-left-radius: 6px;
  right: 22px;
  top: 8px;
  position: absolute;
  right: 22px;
  background: none;
  top: 8px;
  border-radius: 50%;
  width: 15px;
  height: 15px;
}
.p-dialog .p-dialog-header .p-dialog-header-icon:last-child {
  margin-right: 0;
}
input#range {
  padding-left: 45px;
  border: 1px solid #D4D6D9;
  width: 280px;
}
.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 2 !important;
}
.fixed button.p-element.p-ripple.p-button-rounded.p-button-danger.secondary.btn-custom.p-button.p-component.p-button-icon-only {
  right: 0px !important;
  transition: none !important;
}
.guest-count span.p-inputtext {
  padding-left: 45px;
}
.search-bar-calendar input#range {
  border-radius: 0px 33px 33px 0px !important;
}
.filter-slider .product-item.active h4 {
  color: #ec3539 !important;
}
.filter-slider .product-item.active img {
  filter: invert(37%) sepia(86%) saturate(3795%) hue-rotate(338deg) brightness(93%) contrast(101%);
}
.search_bar_listing_page input#range {
  border-radius: 0px 33px 33px 0px;
  font-size: 14px;
}
.guest_field_list span.p-dropdown-label.p-inputtext.p-placeholder {
  padding-left: 50px !important;
}
.guest_field_list input.p-dropdown-label.p-inputtext {
  padding-left: 50px !important;
  font-size: 14px;
}
.section-contain h2 {
  font-size: 14px !important;
  line-height: 22px !important;
  font-family: "Segoe UI", sans-serif !important;
  margin-bottom: 8px !important;
  font-weight: 500;
  text-align: justify;
  color: black;
}
.section-contain p {
  font-size: 13px;
  line-height: 28px;
  margin-bottom: 15px;
  color: #515151;
}
.top_search_list li.p-autocomplete-input-token {
  margin-top: -2px !important;
  padding: 0px !important;
}
.top_search_list ul.p-autocomplete-multiple-container.p-component.p-inputtext.ng-tns-c68-0.ng-star-inserted {
  border-radius: 20px;
  width: 330px;
  border-color: #bdbdbe;
}
.vendor-drop .p-dropdown.p-component {
  border-radius: 7px !important;
}
video {
  height: 251px !important;
  object-fit: cover !important;
}
.back_video_onclick_thum {
  height: 75px !important;
  object-fit: cover !important;
}
.back_video_onclick_full {
  height: 520px !important;
  object-fit: cover !important;
}
@media (min-width: 961px) {
  #pr_id_29 .p-carousel-item {
    flex: 1 0 11.1111111111% !important;
  }

  .p-autocomplete .p-autocomplete-multiple-container .p-autocomplete-input-token input {
    font-family: "Segoe UI", sans-serif !important;
    color: #69707A;
    padding: 0;
    margin: 0;
    margin-left: 8px !important;
    font-size: 14px;
  }
}
.p-datepicker table td {
  padding: 1px;
}
.mobile-input input#withoutgrouping {
  border: 1px solid #d6d6d6 !important;
  font-size: 14px !important;
  padding: 4px 10px 4px 10px;
}
.list-items .p-button.p-button-info,
.p-buttonset.p-button-info > .p-button,
.p-splitbutton.p-button-info > .p-button {
  color: #888d94;
  background: #e7e7e7;
  border: 1px solid #e7e7e7;
}
.list-items .p-button.p-button-info:enabled:hover,
.p-buttonset.p-button-info > .p-button:enabled:hover,
.p-splitbutton.p-button-info > .p-button:enabled:hover {
  color: #888d94;
  background: #e7e7e7;
  border: 1px solid #e7e7e7;
}
/* Demonstrate a "mostly customized" scrollbar
* (won't be visible otherwise if width/height is specified) */
.p-dropdown-items-wrapper::-webkit-scrollbar,
.p-autocomplete-panel::-webkit-scrollbar {
  width: 7px;
  height: 8px;
  background-color: #e2e2e2;
}
/* Add a thumb */
.p-dropdown-items-wrapper::-webkit-scrollbar-thumb,
.p-autocomplete-panel::-webkit-scrollbar-thumb {
  background: #b8b8b8;
}
.acr-listing-icon {
  font-weight: 600;
}
button.p-ripple.p-element.p-button-sm.close-btn-bottom.p-button.p-component {
  position: absolute;
  right: 10px;
  border-radius: 8px;
  padding-top: 2px;
  padding-bottom: 2px;
}
button.p-ripple.p-element.p-button-sm.clear-btn-bottom.p-button.p-component {
  border-radius: 8px;
  padding-top: 2px;
  padding-bottom: 2px;
}
.ng-trigger.ng-trigger-overlayAnimation.ng-tns-c66-21.p-dropdown-panel.p-component {
  max-width: 230px !important;
}
.p-dropdown-items-wrapper {
  max-height: 217px !important;
}
input#withoutgrouping {
  border: 1px solid #d6d6d6 !important;
  font-size: 14px !important;
  padding: 4px 10px 4px 10px;
}
.p-autocomplete-panel .p-autocomplete-items .p-autocomplete-item {
  margin: 0;
  padding: 8px 10px 10px 10px;
  border: 0 none;
  color: #69707A;
  background: transparent;
  transition: box-shadow 0.2s;
  border-radius: 0;
  font-size: 14px;
}
.ngx-otp-input {
  width: 35px;
  height: 35px;
  text-align: center;
  font-size: 1.25rem;
  border: 1px solid #cccccccc !important;
  border-radius: 4px;
  outline: 0;
}
.p-dialog .p-dialog-header .p-dialog-header-icon {
  width: 26px;
  height: 26px;
  color: #83888F;
  border: 0 none;
  background: transparent;
  border-radius: 50%;
  transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
  margin-right: 0.5rem;
}
h3.offer-popup-heading.mb-0 {
  font-size: 14px;
  text-align: center;
  color: #ec3539;
}
span.otoErrormsg {
  color: #ec3539;
  font-size: 12px;
}
.otp_error_msg.ng-star-inserted {
  text-align: center;
}
.p-autocomplete-panel .p-autocomplete-items .p-autocomplete-item {
  color: #69707a;
  font-size: 14px;
  margin: 0px;
  padding: 0rem 1rem;
  border-width: 0px;
  border-style: none;
  border-color: initial;
  border-image: initial;
  background: transparent;
  transition: box-shadow 0.2s ease 0s;
  border-radius: 0px;
  text-align: left;
}
.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
  font-family: "Segoe UI", sans-serif !important;
  text-align: end;
}
.p-input-icon-left li.p-autocomplete-token {
  margin: 0px 0px 0px 7px !important;
}
.p-input-icon-left li.p-autocomplete-token ul li,
ol li {
  margin: 0px 0px 0px 7px !important;
  position: relative;
}
.p-input-icon-left ul.p-autocomplete-multiple-container.p-component.p-inputtext {
  flex-wrap: nowrap;
  width: 350px;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: auto !important;
  right: 0px;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 13rem;
  padding: 10px 20px;
  margin: 0.125rem 0 0;
  font-size: 14px;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 7px;
}
#products-menu .menu-list:hover {
  color: red;
}
.body-dark .hide-search-menu .sigma_header-middle .container-fluid .navbar .sigma_logo-wrapper .navbar-expand-lg .header-remove .hide-serachbar-menu .on_scroll_hidemenu {
  display: none !important;
}
.p-autocomplete .p-autocomplete-multiple-container .p-autocomplete-token {
  padding: 0px 8px 0px 12px;
  margin-right: 0.5rem;
  background: var(--primary-color);
  color: #FFFFFF;
  border-radius: 16px;
  font-size: 12px;
  letter-spacing: 0.05em;
}
.p-autocomplete .p-autocomplete-multiple-container:not(.p-disabled):hover {
  border-radius: 20px;
  border-color: #e1e1e1 !important;
  padding-left: 36px;
}
.p-autocomplete .p-autocomplete-multiple-container:not(.p-disabled) {
  border-radius: 20px;
  border-color: #e1e1e1 !important;
  padding-left: 36px;
}
button.p-ripple.p-element.p-button-raised.p-button-text.p-button.p-component {
  padding: 7px 13px !important;
  line-height: 20px;
  font-size: 14px !important;
}
.clear-btn .p-button.p-button-text:enabled:hover {
  background: #ffffff;
  color: #000000;
  border-color: transparent;
}
.clear-btn .p-button.p-button-text {
  background-color: transparent;
  color: #000000;
  border-color: transparent;
}
span.p-autocomplete-token-label {
  width: auto !important;
  white-space: nowrap;
  overflow: hidden;
}
span.city {
  letter-spacing: 0px;
  color: #505050;
  margin-left: 10px;
  font-weight: 500;
}
.p-dropdown-panel .p-dropdown-items .p-dropdown-item {
  margin: 0;
  padding: 0rem 1rem;
  border: 0 none;
  color: #69707A;
  background: transparent;
  transition: box-shadow 0.2s;
  border-radius: 0;
  font-family: "Segoe UI", sans-serif !important;
  font-size: 14px;
}
.occasion-list input.p-autocomplete-input.p-inputtext.p-component.p-autocomplete-dd-input {
  border-radius: 33px 0px 0px 33px;
  padding-left: 50px;
  border: 1px solid #D4D6D9;
  border-right: none;
}
input.p-autocomplete-input.p-inputtext.p-component.p-autocomplete-dd-input {
  font-size: 14px;
}
.p-inputtext:enabled:hover {
  border-color: #d4d6d9 !important;
}
.p-inputtext:enabled {
  border-color: #d4d6d9 !important;
}
.p-inputtext:enabled:focus {
  border-color: #ffffff !important;
}
.sortbydrop .p-dropdown.p-component.p-dropdown-clearable {
  width: 210px !important;
}
.p-dialog-header.ng-tns-c91-28 {
  position: absolute !important;
  right: 0 !important;
}
a#p-accordiontab-6 {
  padding: 10px;
}
.p-button.p-button-text:enabled:hover {
  background: #ec3539;
  color: #ffffff;
  border-color: transparent;
}
.p-button.p-button-text:enabled {
  background: #ec3539;
  color: #ffffff;
  border-color: transparent;
  padding: 2px 10px 2px 10px;
}
/* Start Vetical Flip Animation for Occasions*/
@keyframes vertical {
  0% {
    opacity: 0;
  }
  5% {
    opacity: 0;
    transform: rotateX(-180deg);
  }
  10% {
    opacity: 1;
    transform: translateY(0px);
  }
  15% {
    opacity: 1;
    transform: translateY(0px);
  }
  20% {
    opacity: 0;
  }
  25% {
    opacity: 0;
  }
  50% {
    opacity: 0;
    transform: translateY(-90px);
  }
  75% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
/* @keyframes vertical {
0% {
opacity: 0;
}
4% {
opacity: 0;
-webkit-transform: rotateX(-180deg);
transform: rotateX(-180deg);
}
10% {
opacity: 1;
-webkit-transform: translateY(0px);
transform: translateY(0px);
}
38% {
opacity: 1;
-webkit-transform: translateY(0px);
transform: translateY(0px);
}
45% {
opacity: 0;
-webkit-transform: translateY(-90px);
transform: translateY(-90px);
}
80% {
opacity: 0;
}
100% {
opacity: 0;
}
} */
.verticalflip {
  font-size: 30px;
  color: white;
  font-weight: 300;
  /*  padding-top: 100px; */
}
.verticalFlip {
  font-size: 30px;
  color: white;
  font-weight: 300;
  /*   padding-top: 100px; */
}
@media screen and (max-width: 600px) {
  .verticalFlip {
    font-size: 24px;
    color: white;
    font-weight: 300;
    /*   padding-top: 100px; */
  }

  .verticalFlip {
    font-size: 24px;
    color: white;
    font-weight: 300;
    /*   padding-top: 100px; */
  }
}
.verticalFlip span {
  animation: vertical 22.5s linear infinite 1s;
  -ms-animation: vertical 22.5s linear infinite 1s;
  -webkit-animation: vertical 22.5s linear infinite 1s;
  color: #ffffff;
  position: absolute;
  white-space: nowrap;
  opacity: 0;
  border-radius: 10px;
  font-weight: 600;
}
.verticalFlip span:nth-child(2) {
  animation-delay: 2.5s !important;
  -ms-animation-delay: 2.5s !important;
  -webkit-animation-delay: 2.5s !important;
}
.verticalFlip span:nth-child(3) {
  animation-delay: 5s !important;
  -ms-animation-delay: 5s !important;
  -webkit-animation-delay: 5s !important;
}
.verticalFlip span:nth-child(4) {
  animation-delay: 7.5s !important;
  -ms-animation-delay: 7.5s !important;
  -webkit-animation-delay: 7.5s !important;
}
.verticalFlip span:nth-child(5) {
  animation-delay: 10s !important;
  -ms-animation-delay: 10s !important;
  -webkit-animation-delay: 10s !important;
}
.verticalFlip span:nth-child(6) {
  animation-delay: 12.5s !important;
  -ms-animation-delay: 12.5s !important;
  -webkit-animation-delay: 12.5s !important;
}
.verticalFlip span:nth-child(7) {
  animation-delay: 15s !important;
  -ms-animation-delay: 15s !important;
  -webkit-animation-delay: 15s !important;
}
.verticalFlip span:nth-child(8) {
  animation-delay: 17.5s !important;
  -ms-animation-delay: 17.5s !important;
  -webkit-animation-delay: 17.5s !important;
}
.verticalFlip span:nth-child(9) {
  animation-delay: 20s !important;
  -ms-animation-delay: 20s !important;
  -webkit-animation-delay: 20s !important;
}
/* End Vetical Flip Animation for Occasions*/
@media only screen and (max-width: 768px) {
  button.p-ripple.p-element.p-button-raised.p-button-text.p-button.p-component {
    padding: 5px 10px !important;
    line-height: 20px;
    font-size: 14px !important;
  }

  .p-carousel-items-content {
    overflow: hidden;
    width: 100%;
  }

  button.p-ripple.p-element.p-button.p-component .detailsfilter .text-center {
    font-size: 23px !important;
  }

  .occasion-list input.p-autocomplete-input.p-inputtext.p-component.p-autocomplete-dd-input {
    padding-left: 50px;
    border-radius: 33px 0px 0px 33px !important;
  }

  .p-fluid .p-button-icon-only {
    width: 36px !important;
    background-color: white !important;
    color: #8b8787 !important;
    border-radius: 0px 33px 33px 0px !important;
  }

  input#range {
    padding-left: 45px;
    border: 1px solid #D4D6D9;
    width: 100%;
    border-radius: 50px !important;
    font-size: 14px;
  }

  #pr_id_28 .p-carousel-item {
    flex: 1 0 24% !important;
  }

  button.p-element.p-ripple.p-autocomplete-dropdown.ng-tns-c68-31.p-button.p-component.p-button-icon-only {
    border-radius: 0px 33px 33px 0px !important;
  }
}
@media only screen and (max-width: 991px) {
  .div.clear-all-btn {
    margin: 10px;
  }

  .card.compare-img {
    padding-bottom: 0px !important;
    padding-left: 6px;
    padding-right: 6px;
    border-radius: 10px;
    margin: 10px;
  }

  .p-sidebar .p-sidebar-header {
    padding: 3px;
  }

  .sortbydrop .p-dropdown {
    background: none !important;
    border: none;
    transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
    border-radius: 6px;
  }

  .occasion-list .p-autocomplete-dd .p-autocomplete-dropdown {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    background-color: white !important;
    color: #8a8f95 !important;
    border-radius: unset !important;
    border-radius: unset !important;
    border-top: 1px solid #D4D6D9;
    border-right: 1px solid #D4D6D9;
    border-bottom: 1px solid #D4D6D9;
    border-left: none;
    border-radius: 0px 33px 33px 0px !important;
  }

  .verticalFlip {
    font-size: 23px !important;
    color: white;
    font-weight: 300;
  }

  a:not([href]):not([class]) {
    color: inherit;
    text-decoration: none;
    white-space: nowrap;
    font-size: 12px;
  }
}
input.ng-tns-c68-22 {
  font-size: 14px !important;
}
.mobile-num-design {
  text-align: center;
  font-size: 14px;
  font-family: "Segoe UI", sans-serif !important;
}
.p-toast-top-right {
  top: 20px;
  right: 20px;
  font-family: "Segoe UI", sans-serif !important;
}
.col.otp-timer.text-left {
  font-family: "Segoe UI", sans-serif !important;
  white-space: nowrap !important;
}
label.ml-2.food-type-text {
  font-weight: 400;
  font-size: 14px;
}
@media only screen and (max-width: 1050px) {
  .tint-search {
    margin-top: 14px;
    z-index: 1030 !important;
    position: fixed;
    justify-content: center !important;
    width: 900px !important;
    left: 277px !important;
  }
}
.p-button:enabled:hover {
  background: #d4d6d9;
  color: #FFFFFF;
  border-color: #d4d6d9;
}
.p-inputtext:enabled:focus {
  border-color: #d4d6d9 !important;
}
.detailsfilter .text-center .p-button:enabled:hover {
  background: #ec3539;
  color: #FFFFFF;
  border-color: #ec3539;
  font-size: 16px;
  font-size: 20px !important;
}
.sortbydrop .p-dropdown {
  background: #ffffff;
  border: none;
  transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
  border-radius: 6px;
}
.p-slider .p-slider-handle {
  height: 12px;
  width: 12px;
  background: #ec3539 !important;
  border: 2px solid var(--primary-color) !important;
  border-radius: 50%;
  transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
}
.p-accordion .p-accordion-header .p-accordion-header-link {
  padding: 10px;
  border: 1px solid #D4D6D9;
  color: #69707A;
  background: #FCFCFC;
  font-weight: 600;
  border-radius: 6px;
  transition: box-shadow 0.2s;
  font-size: 14px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .p-autocomplete .p-autocomplete-multiple-container:not(.p-disabled) {
    border-radius: 20px;
    border-color: #e1e1e1 !important;
    padding-left: 40px;
  }

  .search_bar_listing_page input#range {
    border-radius: 0px 33px 33px 0px;
    font-size: 14px;
    width: 183px;
  }

  div#pr_id_28 {
    margin-top: -4px;
  }

  .icon-head-text {
    display: none;
  }

  .p-carousel-content {
    overflow: auto;
    margin-top: -5px;
  }

  .section.section-padding {
    padding: 20px 0 30px;
  }

  .occasion-list input.p-autocomplete-input.p-inputtext.p-component.p-autocomplete-dd-input {
    border-radius: 33px 0px 0px 33px;
    padding-left: 50px;
    border: 1px solid #D4D6D9;
    border-right: none;
    width: 120px;
  }

  .col-xl-4.col-lg-4.d-lg-block.text-lg-left {
    width: 340px;
  }

  .col-xl-3.col-lg-3.text-lg-left.d-lg-block {
    width: 270px;
  }

  footer.style-4.has-bg {
    position: fixed !important;
    bottom: 0px !important;
    width: 100%;
    z-index: 2;
  }

  button.offer-btn.btn-custom.btn-sm.secondary {
    position: fixed;
    right: auto;
    bottom: 37px !important;
    background-color: black;
  }

  .search_bar_listing_page {
    position: absolute;
    left: 14px !important;
    z-index: 1;
    justify-content: center;
    display: flex;
    width: 100%;
  }

  .detailsfilter button {
    border-radius: unset !important;
    width: 50px;
    height: 50px;
  }
}
.listing.listing-list .listing-thumbnail {
  width: 180px !important;
}
.p-slider.p-slider-horizontal {
  height: 3px !important;
}
.p-slider.p-slider-horizontal .p-slider-handle {
  margin-top: -7px;
  margin-left: -0.5715rem;
}
.top_search_list ul.p-autocomplete-multiple-container.p-component.p-inputtext.ng-tns-c68-0 {
  border-radius: 20px;
  width: 350px;
  border-color: #e1e1e1;
  padding-left: 37px;
  overflow: auto;
}
.top_search_list ul.p-autocomplete-multiple-container.p-component.p-inputtext.ng-tns-c68-0::-webkit-scrollbar {
  width: 7px;
  height: 2px;
  top: 10px;
  background-color: #e2e2e2;
}
.compare-popup-sidebar .p-sidebar {
  background: #000000d4;
  color: #69707A;
  border: 0 none;
  box-shadow: 0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12);
}
p-button.p-element.venuelistfilter {
  display: none;
}
p-button.p-element.detailsfilter {
  display: none;
}
#confirmation .p-dialog .p-dialog-header {
  padding: 4px !important;
  position: relative !important;
  right: 0px !important;
  background: none !important;
  top: 14px !important;
  border-radius: 50% !important;
  width: 100% !important;
  height: 15px !important;
}
#confirmation .p-confirm-dialog-message {
  font-size: 17px !important;
  margin-top: 16px;
}
#confirmation .p-confirm-dialog-reject {
  padding: 4px 15px 4px 14px !important;
}
#confirmation .p-confirm-dialog-accept {
  padding: 4px 15px 4px 14px !important;
}
.tab-content > .active {
  box-shadow: none !important;
  border-radius: unset !important;
  border: none !important;
}
#search-order-section .p-datatable .p-datatable-header {
  background: #FCFCFC;
  color: #69707A;
  border-width: 1px 0 1px 0;
  padding: 1rem 1rem;
  font-weight: 600;
  padding-top: 0px;
  border-top: none;
}
.p-dropdown-panel .p-dropdown-items:not(.p-dropdown-virtualscroll) {
  padding: 0px !important;
}
.p-fileupload-choose:not(.p-disabled):hover {
  background: #ec3539;
  color: #FFFFFF;
  border-color: #ec3539;
}
.p-fileupload .p-fileupload-buttonbar {
  background: none !important;
  padding: 0px !important;
  border: none !important;
  color: none !important;
  border-bottom: 0 none !important;
  border-top-right-radius: none !important;
  border-top-left-radius: none !important;
}
.p-fluid .gender-drop .p-dropdown .p-dropdown-label .p-inputtext .p-placeholder {
  width: 1%;
  line-height: 20px !important;
}
.image-uploader span.p-ripple.p-element.p-button.p-component.p-fileupload-choose {
  padding: 4px 10px 4px 10px !important;
}
.p-fluid .p-fileupload .p-button {
  width: auto;
  border-left: 1;
  border-left: 1px solid #D4D6D9;
}
.profileedit .p-dialog-content {
  padding: 15px 15px 15px 15px;
}
.p1-table-columns .p-datatable .p-datatable-tbody > tr > td {
  text-align: left;
  border: 1px solid #e9ecef !important;
  /* border-width: 0 0 1px 0; */
  padding: 10px !important;
  font-family: "Segoe UI", sans-serif !important;
}
.p1-table-columns .p-datatable .p-datatable-thead > tr > th {
  text-align: left;
  padding: 10px !important;
  border: 1px solid #e9ecef;
  /* border-width: 0 0 1px 0; */
  font-weight: 600;
  color: #69707A;
  background: #FCFCFC;
  transition: box-shadow 0.2s;
}
.p-fileupload .p-fileupload-content {
  background: #ffffff;
  padding: unset;
  border: none;
  color: #69707A;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
}
.p-datatable .p-datatable-footer {
  background: #FCFCFC;
  color: #69707A;
  border: 1px solid #e9ecef;
  border-width: 0 0 1px 0;
  padding: 1rem 1rem;
  font-weight: 600;
  font-family: "Segoe UI", sans-serif !important;
}
.p-multiselect .p-multiselect-label.p-placeholder {
  color: #83888F;
  border-radius: 6px !important;
  border-color: #d4d6d9 !important;
  padding: 2px 10px 2px 10px;
}
.details-heading .p-fieldset .p-fieldset-legend {
  padding: 1rem;
  border: 1px solid #D4D6D9;
  color: #69707A;
  background: #FCFCFC;
  font-weight: 600;
  border-radius: 6px;
  background: -webkit-linear-gradient(top, #FFFFFF 0%, #EEEEEE 100%) !important;
  font-family: "Segoe UI", sans-serif !important;
}
.details-heading .p-fieldset-legend > a, .p-fieldset-legend > span {
  display: flex;
  align-items: center;
  justify-content: left !important;
  color: black;
}
#admin .videos-and-image.img-vido .p-fileupload-content {
  max-height: none;
  min-height: unset;
  overflow-y: unset !important;
}
.p-galleria .p-galleria-item-nav {
  background: transparent;
  color: #FCFCFC;
  width: 25px;
  height: 25px;
  transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
  border-radius: 6px;
  margin: 0 0.5rem;
}
i.pi.pi-plus.float-right {
  margin-top: 10px !important;
  padding-right: 10px;
}
.fc-event-main {
  padding-left: 10px !important;
}
.fc-scroller.fc-scroller-liquid-absolute {
  overflow: unset !important;
}
.fc-direction-ltr .fc-daygrid-event.fc-event-end, .fc-direction-rtl .fc-daygrid-event.fc-event-start {
  margin-right: 6px !important;
}
.fc-direction-ltr .fc-daygrid-event.fc-event-start, .fc-direction-rtl .fc-daygrid-event.fc-event-end {
  margin-left: 6px !important;
}
.p-panel .p-panel-header .p-panel-title {
  font-weight: 600;
  font-size: 14px;
  font-family: "Segoe UI", sans-serif !important;
}
.modulename {
  padding-left: 10px;
  width: 206px;
  font-size: 14px;
  font-family: "Segoe UI", sans-serif !important;
}
.p-radiobutton-label {
  line-height: 1;
  font-size: 14px;
  font-family: "Segoe UI", sans-serif !important;
}
.layout-content {
  padding: 25px 25px;
  flex: 1 1 auto;
}
#admin .p-button.p-button-icon-only {
  padding: 0.27rem 0;
}
.p-calendar .p-datepicker {
  min-width: 100%;
}
.p-datepicker .p-datepicker-header .p-datepicker-title select {
  transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.1s;
  border-color: #d4d6d9;
  color: #4f5050;
}
.p-inputswitch.p-inputswitch-checked:not(.p-disabled):hover .p-inputswitch-slider {
  background: #eb373b;
}
.p-datatable-resizable .p-datatable-thead > tr > th {
  overflow: hidden;
  white-space: nowrap;
}
.p-datatable table {
  border-collapse: collapse;
  min-width: 100%;
}
.p-toolbar {
  background: #ffffff;
  /* border: 1px solid #D4D6D9; */
  padding: 1rem;
  border-radius: 0.25rem;
  border: 1px solid #dfdfdf;
}
.p-datatable .p-datatable-thead > tr > th {
  text-align: left;
  padding: 10px;
  border-width: 0 0 1px 0;
  font-weight: 600;
  color: #69707A;
  background: #FCFCFC;
  transition: box-shadow 0.2s;
}
.p-datatable .p-datatable-tbody > tr > td {
  text-align: left;
  border-width: 0 0 1px 0;
  padding: 10px;
}
.p-fieldset .p-fieldset-legend {
  padding: 1rem;
  border: 1px solid #D4D6D9;
  color: #69707A;
  background: #FCFCFC;
  font-weight: 600;
  border-radius: 6px;
  background: -webkit-linear-gradient(top, #FFFFFF 0%, #EEEEEE 100%) !important;
  font-family: "Segoe UI", sans-serif !important;
}
.p-multiselect .p-multiselect-label {
  transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
  padding: 2px 10px 2px 10px !important;
  font-size: 14px;
  color: #69707a;
}
.fc .fc-toolbar-title {
  font-size: 20px;
  margin: 0;
}
.p-dialog .p-dialog-header .p-dialog-title {
  font-weight: 500;
  font-size: 18px;
  font-family: "Segoe UI", sans-serif !important;
}
#admin p-dialog p-fileupload .p-fileupload-choose {
  width: 170px !important;
}
.fc .fc-toolbar-title {
  font-size: 20px;
  margin: 0;
  color: #4f5050;
}
.p-dialog.p-confirm-dialog .p-confirm-dialog-message {
  margin-left: 1rem;
  font-family: "Segoe UI", sans-serif !important;
}
.p-button.p-button-outlined:enabled:hover {
  background: white;
  color: #ec3539;
  border: 1px solid #ec3539;
}
.p-column-filter-buttonbar .p-button {
  width: auto;
  padding: 2px 10px 2px 10px;
}
.p-column-filter-overlay-menu .p-column-filter-operator {
  padding: 15px;
  border-bottom: 0 none;
  color: #69707A;
  background: #FCFCFC;
  margin: 0;
  border-top-right-radius: 6px;
  border-top-left-radius: 6px;
}
.ng-trigger.ng-trigger-overlayAnimation.ng-tns-c66-23.p-dropdown-panel.p-component {
  min-width: 254.4px !important;
  z-index: 1001 !important;
  transform-origin: center top !important;
  top: 366px !important;
  left: 1155.91px !important;
}
.p-galleria-thumbnail-item {
  overflow: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  opacity: 1 !important;
}
.p-datatable-wrapper {
  overflow-x: auto;
}
#admin .manage-product-section table {
  margin-bottom: 0px;
  overflow: hidden;
}
.p-datatable table {
  border-collapse: collapse;
  min-width: 100%;
  table-layout: auto;
}
.banner-upload .p-fileupload.p-fileupload-advanced.p-component {
  margin-top: 10px !important;
}
.p-datatable table {
  border-collapse: collapse;
  min-width: 100%;
  table-layout: fixed;
  margin-bottom: 0px;
}
.occasion-list .p-autocomplete-dd .p-autocomplete-dropdown {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  background-color: white !important;
  color: #8a8f95 !important;
  border-radius: unset !important;
  border-radius: unset !important;
  border-top: 1px solid #D4D6D9;
  border-right: 1px solid #D4D6D9;
  border-bottom: 1px solid #D4D6D9;
  border-left: none;
}
.p-button-label {
  transition: all 0.2s;
  font-family: "Segoe UI", sans-serif !important;
}
p-paginator.p-element {
  font-family: "Segoe UI", sans-serif !important;
}
.p-datatable.p-datatable-gridlines .p-datatable-tbody > tr > td {
  border-width: 1px;
  font-family: "Segoe UI", sans-serif !important;
}
p-radiobutton {
  display: inline-flex;
  vertical-align: bottom;
  align-items: center;
  font-family: "Segoe UI", sans-serif !important;
}
.p-field > label {
  display: inline-block;
  margin-bottom: 0.5rem;
  padding-right: 12px;
  font-size: 14px;
  color: #515151;
  font-family: "Segoe UI", sans-serif !important;
}
.bg-light.normal-header.body-dark .navbar-expand-lg .navbar-collapse {
  display: none !important;
}
button.p-ripple.p-element.p-button-denger.apply-btn.p-button.p-component {
  padding: 2px 21px !important;
  margin-top: 20px;
}
.p-dialog .p-dialog-content {
  background: #ffffff;
  color: #69707A;
  padding: 20px;
}
@media only screen and (min-width: 1920px) {
  button.p-ripple.p-element.p-galleria-thumbnail-prev.p-link {
    display: none !important;
  }

  button.p-ripple.p-element.p-galleria-thumbnail-next.p-link {
    display: none !important;
  }
}
@media (min-width: 820px) and (max-width: 1024px) {
  #front .city-field .p-dropdown {
    padding-left: 40px;
    height: auto;
    display: flex;
    border-radius: 33px 33px 33px 33px !important;
  }

  .p-galleria .p-galleria-close .p-galleria-close-icon {
    font-size: 1rem;
  }

  .p-galleria-thumbnail-item-content {
    width: 100%;
  }

  button.p-ripple.p-element.p-galleria-item-prev.p-galleria-item-nav.p-link.ng-star-inserted {
    display: none;
  }

  button.p-ripple.p-element.p-galleria-item-next.p-galleria-item-nav.p-link.ng-star-inserted {
    display: none;
  }

  button.p-ripple.p-element.p-galleria-thumbnail-prev.p-link {
    width: 20px;
    position: absolute;
    left: 0px;
  }

  button.p-ripple.p-element.p-galleria-thumbnail-next.p-link {
    width: 20px;
    position: absolute;
    right: 0px;
  }

  #front .p-dialog {
    box-shadow: inset 0px 3px 6px #00000029, 0px 3px 6px #00000029;
    border-radius: 10px;
    overflow: auto;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    margin: 8px;
    overflow-y: hidden;
    /* overflow: hidden; */
    overflow-y: auto;
  }

  .col-6.text-center.filter-page {
    font-size: 24px !important;
    color: black;
    font-weight: 500;
  }

  .p-dialog-content {
    overflow-y: auto;
    flex-grow: 1;
    border-radius: 6px;
  }

  #front .p-dialog .p-dialog-content {
    padding: 7px 15px 15px 15px;
    border-radius: 6px !important;
  }

  .p-toast-top-right {
    top: 20px;
    right: 22px !important;
  }

  .p-toast {
    position: fixed;
    width: 22rem !important;
  }

  input#range {
    padding-left: 45px;
    border: 1px solid #D4D6D9;
    width: 100%;
    border-radius: 50px !important;
    font-size: 14px;
  }

  .occasion-list input.p-autocomplete-input.p-inputtext.p-component.p-autocomplete-dd-input {
    padding-left: 50px;
    border-radius: 33px 0px 0px 33px !important;
  }

  .city-field, .serch-bar-field, .guest_field_list, .calendar-div {
    margin-bottom: 10px;
  }

  .left-side-body .p-galleria-item img {
    height: 400px !important;
  }

  .venuedetailbook button.p-ripple.p-element {
    background-color: #eb3438;
    color: white;
    padding: 6px 12px 6px 12px !important;
    font-size: 14px !important;
    white-space: nowrap !important;
  }

  .venuedetailfilter button.p-ripple.p-element {
    background-color: unset;
    color: red;
    padding: 6px 12px 6px 12px !important;
    margin-right: 10px;
    font-size: 14px !important;
    white-space: nowrap !important;
  }

  .filter button.p-ripple.p-element.p-button.p-component {
    padding: 7px 13px !important;
    line-height: 20px;
    font-size: 14px !important;
  }

  .search_bar_listing_page {
    position: absolute;
    z-index: 1;
    justify-content: center;
    display: flex;
    width: 100%;
    margin: 0 auto;
  }

  .city-field, .serch-bar-field, .guest_field_list, .calendar-div {
    max-width: 100% !important;
    margin-bottom: 10px;
  }

  .occasion-list .p-autocomplete-dd .p-autocomplete-dropdown {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    background-color: white !important;
    color: #8a8f95 !important;
    border-top: 1px solid #D4D6D9;
    border-right: 1px solid #D4D6D9;
    border-bottom: 1px solid #D4D6D9;
    border-left: none;
    border-radius: 0px 33px 33px 0px !important;
  }

  .serch-bar-field .p-inputtext, .navigation-search-bar .col-md-2 .p-button, .navigation-search-bar .p-fluid .p-calendar .p-inputtext {
    border-radius: 33px !important;
  }

  .Guest-field .p-dropdown {
    border-radius: 50px;
    width: 100%;
  }

  .p-dropdown .p-dropdown-trigger {
    background: #ffffff !important;
    color: #83888F;
    width: 2.357rem;
    border-top-right-radius: 33px;
    border-bottom-right-radius: 33px;
  }

  .search_bar_listing_page input#range {
    border-radius: 33px 33px 33px 33px !important;
    font-size: 14px;
  }

  label.icons-image.search-icon {
    z-index: 1 !important;
    background-color: white;
    width: 40px;
    margin-left: -14px;
    position: absolute;
    height: 40px;
    border-radius: 33px 0px 0px 33px;
  }
}
.p-dropdown-panel {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2102;
  transform-origin: center top;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .p-galleria .p-galleria-close .p-galleria-close-icon {
    font-size: 1rem;
  }

  .p-galleria-thumbnail-item-content {
    width: 100%;
  }

  button.p-ripple.p-element.p-galleria-item-prev.p-galleria-item-nav.p-link.ng-star-inserted {
    display: none;
  }

  .p-dropdown-panel {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2102;
    transform-origin: center top;
    top: 46px !important;
    left: 0px !important;
  }

  #front .p-dialog .p-dialog-content {
    border-radius: 6px !important;
  }

  .p-dialog-content {
    overflow-y: auto;
    flex-grow: 1;
    border-radius: 6px;
  }

  .verticalFlip {
    font-size: 23px !important;
    color: white;
    font-weight: 300;
  }

  .search_bar_listing_page {
    position: absolute;
    left: 0px !important;
    z-index: 1;
    justify-content: center;
    display: flex;
    width: 100%;
    margin: 0 auto;
  }

  .otp-popup-login .p-dialog .p-dialog-header {
    border-bottom: 0 none;
    background: #ffffff;
    color: #ec3539;
    padding: 4px;
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
    position: absolute;
    right: 7px;
  }
}
.p-autocomplete .p-autocomplete-multiple-container .p-autocomplete-input-token {
  padding: 0.25rem 0;
  margin-top: 0px !important;
}
.p-overlaypanel .p-overlaypanel-content {
  padding: 6px 6px 6px 6px;
}
@media screen and (max-width: 768px) {
  .p-galleria .p-galleria-close .p-galleria-close-icon {
    font-size: 1rem;
  }

  .p-galleria-thumbnail-item-content {
    width: 100%;
  }

  button.p-ripple.p-element.p-galleria-item-prev.p-galleria-item-nav.p-link.ng-star-inserted {
    display: none;
  }

  button.p-ripple.p-element.p-galleria-item-next.p-galleria-item-nav.p-link.ng-star-inserted {
    display: none;
  }

  .p-dropdown-panel {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2102;
    transform-origin: center top;
    top: 46px;
    left: 0px;
  }

  #front .p-dialog .p-dialog-content {
    padding: 15px 15px 15px 15px;
    border-radius: 6px !important;
    padding: 15px !important;
  }

  .verticalFlip {
    font-size: 20px !important;
    color: white;
    font-weight: 300;
  }

  .col-6.text-center.filter-page {
    font-size: 24px !important;
    color: black;
    font-weight: 500;
  }

  .p-dialog-content {
    overflow-y: auto;
    flex-grow: 1;
    border-radius: 6px !important;
  }

  .p-overlaypanel .p-overlaypanel-content {
    padding: 0px 0px 0px 0px;
  }

  .mobile-input input#withoutgrouping {
    border: 1px solid #d6d6d6 !important;
    font-size: 14px !important;
    padding: 4px 10px 4px 10px;
    width: 160px !important;
  }

  .p-autocomplete .p-autocomplete-multiple-container .p-autocomplete-input-token input {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 1rem;
    color: #69707A;
    padding: 0;
    margin: 0;
    font-size: 14px !important;
  }

  .p-dropdown .p-dropdown-trigger {
    background: #f8f9fa00 !important;
    color: #83888F;
    width: 2.357rem;
    border-top-right-radius: 33px;
    border-bottom-right-radius: 33px;
  }

  .occasion-list .p-autocomplete-dd .p-autocomplete-dropdown {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    background-color: white !important;
    color: #8a8f95 !important;
    /* border-radius: unset !important; */
    border-top: 1px solid #D4D6D9;
    border-right: 1px solid #D4D6D9;
    border-bottom: 1px solid #D4D6D9;
    border-left: none;
    border-radius: 0px 33px 33px 0px !important;
  }

  span.ng-tns-c69-35.p-calendar {
    width: 100% !important;
  }

  .p-toast-top-right {
    top: 20px;
    right: 22px !important;
  }

  .p-toast {
    position: fixed;
    width: 18rem !important;
  }
}
@media only screen and (min-width: 1399px) {
  .mobile-view-gallery {
    display: none !important;
  }

  button.p-ripple.p-element.p-galleria-thumbnail-prev.p-link {
    display: none !important;
  }

  button.p-ripple.p-element.p-galleria-thumbnail-next.p-link {
    display: none !important;
  }

  .col-lg-8.col-md-8.col-sm-12.animation-text-one {
    text-align: right !important;
    padding-right: 0px !important;
  }

  .col-lg-4.col-md-4.col-sm-12.animation-text-two {
    text-align: left !important;
    padding-left: 0px !important;
  }
}
@media only screen and (min-width: 1099px) {
  .mobile-view-gallery {
    display: none !important;
  }

  button.p-ripple.p-element.p-galleria-thumbnail-prev.p-link {
    display: none !important;
  }

  button.p-ripple.p-element.p-galleria-thumbnail-next.p-link {
    display: none !important;
  }

  .col-lg-8.col-md-8.col-sm-12.animation-text-one {
    text-align: right !important;
    padding-right: 0px !important;
  }

  .col-lg-4.col-md-4.col-sm-12.animation-text-two {
    text-align: left !important;
    padding-left: 0px !important;
  }
}
@media only screen and (max-width: 768px) {
  .desktop-view-gallery {
    display: none !important;
  }
}
/* Global accessibility improvements for galleria thumbnail navigation buttons */
.p-galleria-thumbnail-prev:not([aria-label])::before {
  content: "Previous thumbnails";
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.p-galleria-thumbnail-next:not([aria-label])::before {
  content: "Next thumbnails";
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
@media (min-width: 1099px) and (max-width: 1180px) {
  .mobile-view-gallery {
    display: block !important;
  }
}
