
/* === assets/theme/css/all.min.css === */
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap" rel="stylesheet">
html {
    font-family: 'Roboto', Arial, sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}

body {
    margin: 0;
   
}

.section{
     background-image: url("../../../assets/uploads/required/bgmain.webp");
   /* Adjust background image size */
    background-position: center ; /* Center the background image */
    background-repeat: repeat ;
}

.sidebar.module.hasBg.clearfix{
        background: #fff;
}

.single-str-main {
    background: #fff;
}


article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden],
template {
    display: none
}

a {
    background-color: transparent
}

a:active,
a:hover {
    outline: 0
}

abbr[title] {
    border-bottom: 1px dotted
}

b,
strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

h1 {
    margin: .67em 0;
    font-size: 2em
}

mark {
    color: #000;
    background: #ff0
}

small {
    font-size: 80%
}

sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 1em 40px
}

hr {
    height: 0;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

pre {
    overflow: auto
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font: inherit;
    color: inherit
}

button {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled],
html input[disabled] {
    cursor: default
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    padding: 0;
    border: 0
}

input {
    line-height: normal
}

input[type=checkbox],
input[type=radio] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    height: auto
}

input[type=search] {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-appearance: textfield
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

fieldset {
    padding: .35em .625em .75em;
    margin: 0 2px;
    border: 1px solid silver
}

legend {
    padding: 0;
    border: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: 700
}

table {
    border-spacing: 0;
    border-collapse: collapse
}

td,
th {
    padding: 0
}


/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */

@media print {
    *,
     :after,
     :before {
        color: #000!important;
        text-shadow: none!important;
        background: 0 0!important;
        -webkit-box-shadow: none!important;
        box-shadow: none!important
    }
    a,
    a:visited {
        text-decoration: underline
    }
    a[href]:after {
        content: " (" attr(href) ")"
    }
    abbr[title]:after {
        content: " (" attr(title) ")"
    }
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: ""
    }
    blockquote,
    pre {
        border: 1px solid #999;
        page-break-inside: avoid
    }
    thead {
        display: table-header-group
    }
    img,
    tr {
        page-break-inside: avoid
    }
    img {
        max-width: 100%!important
    }
    h2,
    h3,
    p {
        orphans: 3;
        widows: 3
    }
    h2,
    h3 {
        page-break-after: avoid
    }
    .navbar {
        display: none
    }
    .btn>.caret,
    .dropup>.btn>.caret {
        border-top-color: #000!important
    }
    .label {
        border: 1px solid #000
    }
    .table {
        border-collapse: collapse!important
    }
    .table td,
    .table th {
        background-color: #fff!important
    }
    .table-bordered td,
    .table-bordered th {
        border: 1px solid #ddd!important
    }
}

@font-face {
    font-family: 'Glyphicons Halflings';
    src: url(../fonts/glyphicons-halflings-regular.eot);
    src: url(../fonts/glyphicons-halflings-regular.eot?#iefix) format('embedded-opentype'), url(../fonts/glyphicons-halflings-regular.woff2) format('woff2'), url(../fonts/glyphicons-halflings-regular.woff) format('woff'), url(../fonts/glyphicons-halflings-regular.ttf) format('truetype'), url(../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format('svg')
}

.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.glyphicon-asterisk:before {
    content: "\002a"
}

.glyphicon-plus:before {
    content: "\002b"
}

.glyphicon-eur:before,
.glyphicon-euro:before {
    content: "\20ac"
}

.glyphicon-minus:before {
    content: "\2212"
}

.glyphicon-cloud:before {
    content: "\2601"
}

.glyphicon-envelope:before {
    content: "\2709"
}

.glyphicon-pencil:before {
    content: "\270f"
}

.glyphicon-glass:before {
    content: "\e001"
}

.glyphicon-music:before {
    content: "\e002"
}

.glyphicon-search:before {
    content: "\e003"
}

.glyphicon-heart:before {
    content: "\e005"
}

.glyphicon-star:before {
    content: "\e006"
}

.glyphicon-star-empty:before {
    content: "\e007"
}

.glyphicon-user:before {
    content: "\e008"
}

.glyphicon-film:before {
    content: "\e009"
}

.glyphicon-th-large:before {
    content: "\e010"
}

.glyphicon-th:before {
    content: "\e011"
}

.glyphicon-th-list:before {
    content: "\e012"
}

.glyphicon-ok:before {
    content: "\e013"
}

.glyphicon-remove:before {
    content: "\e014"
}

.glyphicon-zoom-in:before {
    content: "\e015"
}

.glyphicon-zoom-out:before {
    content: "\e016"
}

.glyphicon-off:before {
    content: "\e017"
}

.glyphicon-signal:before {
    content: "\e018"
}

.glyphicon-cog:before {
    content: "\e019"
}

.glyphicon-trash:before {
    content: "\e020"
}

.glyphicon-home:before {
    content: "\e021"
}

.glyphicon-file:before {
    content: "\e022"
}

.glyphicon-time:before {
    content: "\e023"
}

.glyphicon-road:before {
    content: "\e024"
}

.glyphicon-download-alt:before {
    content: "\e025"
}

.glyphicon-download:before {
    content: "\e026"
}

.glyphicon-upload:before {
    content: "\e027"
}

.glyphicon-inbox:before {
    content: "\e028"
}

.glyphicon-play-circle:before {
    content: "\e029"
}

.glyphicon-repeat:before {
    content: "\e030"
}

.glyphicon-refresh:before {
    content: "\e031"
}

.glyphicon-list-alt:before {
    content: "\e032"
}

.glyphicon-lock:before {
    content: "\e033"
}

.glyphicon-flag:before {
    content: "\e034"
}

.glyphicon-headphones:before {
    content: "\e035"
}

.glyphicon-volume-off:before {
    content: "\e036"
}

.glyphicon-volume-down:before {
    content: "\e037"
}

.glyphicon-volume-up:before {
    content: "\e038"
}

.glyphicon-qrcode:before {
    content: "\e039"
}

.glyphicon-barcode:before {
    content: "\e040"
}

.glyphicon-tag:before {
    content: "\e041"
}

.glyphicon-tags:before {
    content: "\e042"
}

.glyphicon-book:before {
    content: "\e043"
}

.glyphicon-bookmark:before {
    content: "\e044"
}

.glyphicon-print:before {
    content: "\e045"
}

.glyphicon-camera:before {
    content: "\e046"
}

.glyphicon-font:before {
    content: "\e047"
}

.glyphicon-bold:before {
    content: "\e048"
}

.glyphicon-italic:before {
    content: "\e049"
}

.glyphicon-text-height:before {
    content: "\e050"
}

.glyphicon-text-width:before {
    content: "\e051"
}

.glyphicon-align-left:before {
    content: "\e052"
}

.glyphicon-align-center:before {
    content: "\e053"
}

.glyphicon-align-right:before {
    content: "\e054"
}

.glyphicon-align-justify:before {
    content: "\e055"
}

.glyphicon-list:before {
    content: "\e056"
}

.glyphicon-indent-left:before {
    content: "\e057"
}

.glyphicon-indent-right:before {
    content: "\e058"
}

.glyphicon-facetime-video:before {
    content: "\e059"
}

.glyphicon-picture:before {
    content: "\e060"
}

.glyphicon-map-marker:before {
    content: "\e062"
}

.glyphicon-adjust:before {
    content: "\e063"
}

.glyphicon-tint:before {
    content: "\e064"
}

.glyphicon-edit:before {
    content: "\e065"
}

.glyphicon-share:before {
    content: "\e066"
}

.glyphicon-check:before {
    content: "\e067"
}

.glyphicon-move:before {
    content: "\e068"
}

.glyphicon-step-backward:before {
    content: "\e069"
}

.glyphicon-fast-backward:before {
    content: "\e070"
}

.glyphicon-backward:before {
    content: "\e071"
}

.glyphicon-play:before {
    content: "\e072"
}

.glyphicon-pause:before {
    content: "\e073"
}

.glyphicon-stop:before {
    content: "\e074"
}

.glyphicon-forward:before {
    content: "\e075"
}

.glyphicon-fast-forward:before {
    content: "\e076"
}

.glyphicon-step-forward:before {
    content: "\e077"
}

.glyphicon-eject:before {
    content: "\e078"
}

.glyphicon-chevron-left:before {
    content: "\e079"
}

.glyphicon-chevron-right:before {
    content: "\e080"
}

.glyphicon-plus-sign:before {
    content: "\e081"
}

.glyphicon-minus-sign:before {
    content: "\e082"
}

.glyphicon-remove-sign:before {
    content: "\e083"
}

.glyphicon-ok-sign:before {
    content: "\e084"
}

.glyphicon-question-sign:before {
    content: "\e085"
}

.glyphicon-info-sign:before {
    content: "\e086"
}

.glyphicon-screenshot:before {
    content: "\e087"
}

.glyphicon-remove-circle:before {
    content: "\e088"
}

.glyphicon-ok-circle:before {
    content: "\e089"
}

.glyphicon-ban-circle:before {
    content: "\e090"
}

.glyphicon-arrow-left:before {
    content: "\e091"
}

.glyphicon-arrow-right:before {
    content: "\e092"
}

.glyphicon-arrow-up:before {
    content: "\e093"
}

.glyphicon-arrow-down:before {
    content: "\e094"
}

.glyphicon-share-alt:before {
    content: "\e095"
}

.glyphicon-resize-full:before {
    content: "\e096"
}

.glyphicon-resize-small:before {
    content: "\e097"
}

.glyphicon-exclamation-sign:before {
    content: "\e101"
}

.glyphicon-gift:before {
    content: "\e102"
}

.glyphicon-leaf:before {
    content: "\e103"
}

.glyphicon-fire:before {
    content: "\e104"
}

.glyphicon-eye-open:before {
    content: "\e105"
}

.glyphicon-eye-close:before {
    content: "\e106"
}

.glyphicon-warning-sign:before {
    content: "\e107"
}

.glyphicon-plane:before {
    content: "\e108"
}

.glyphicon-calendar:before {
    content: "\e109"
}

.glyphicon-random:before {
    content: "\e110"
}

.glyphicon-comment:before {
    content: "\e111"
}

.glyphicon-magnet:before {
    content: "\e112"
}

.glyphicon-chevron-up:before {
    content: "\e113"
}

.glyphicon-chevron-down:before {
    content: "\e114"
}

.glyphicon-retweet:before {
    content: "\e115"
}

.glyphicon-shopping-cart:before {
    content: "\e116"
}

.glyphicon-folder-close:before {
    content: "\e117"
}

.glyphicon-folder-open:before {
    content: "\e118"
}

.glyphicon-resize-vertical:before {
    content: "\e119"
}

.glyphicon-resize-horizontal:before {
    content: "\e120"
}

.glyphicon-hdd:before {
    content: "\e121"
}

.glyphicon-bullhorn:before {
    content: "\e122"
}

.glyphicon-bell:before {
    content: "\e123"
}

.glyphicon-certificate:before {
    content: "\e124"
}

.glyphicon-thumbs-up:before {
    content: "\e125"
}

.glyphicon-thumbs-down:before {
    content: "\e126"
}

.glyphicon-hand-right:before {
    content: "\e127"
}

.glyphicon-hand-left:before {
    content: "\e128"
}

.glyphicon-hand-up:before {
    content: "\e129"
}

.glyphicon-hand-down:before {
    content: "\e130"
}

.glyphicon-circle-arrow-right:before {
    content: "\e131"
}

.glyphicon-circle-arrow-left:before {
    content: "\e132"
}

.glyphicon-circle-arrow-up:before {
    content: "\e133"
}

.glyphicon-circle-arrow-down:before {
    content: "\e134"
}

.glyphicon-globe:before {
    content: "\e135"
}

.glyphicon-wrench:before {
    content: "\e136"
}

.glyphicon-tasks:before {
    content: "\e137"
}

.glyphicon-filter:before {
    content: "\e138"
}

.glyphicon-briefcase:before {
    content: "\e139"
}

.glyphicon-fullscreen:before {
    content: "\e140"
}

.glyphicon-dashboard:before {
    content: "\e141"
}

.glyphicon-paperclip:before {
    content: "\e142"
}

.glyphicon-heart-empty:before {
    content: "\e143"
}

.glyphicon-link:before {
    content: "\e144"
}

.glyphicon-phone:before {
    content: "\e145"
}

.glyphicon-pushpin:before {
    content: "\e146"
}

.glyphicon-usd:before {
    content: "\e148"
}

.glyphicon-gbp:before {
    content: "\e149"
}

.glyphicon-sort:before {
    content: "\e150"
}

.glyphicon-sort-by-alphabet:before {
    content: "\e151"
}

.glyphicon-sort-by-alphabet-alt:before {
    content: "\e152"
}

.glyphicon-sort-by-order:before {
    content: "\e153"
}

.glyphicon-sort-by-order-alt:before {
    content: "\e154"
}

.glyphicon-sort-by-attributes:before {
    content: "\e155"
}

.glyphicon-sort-by-attributes-alt:before {
    content: "\e156"
}

.glyphicon-unchecked:before {
    content: "\e157"
}

.glyphicon-expand:before {
    content: "\e158"
}

.glyphicon-collapse-down:before {
    content: "\e159"
}

.glyphicon-collapse-up:before {
    content: "\e160"
}

.glyphicon-log-in:before {
    content: "\e161"
}

.glyphicon-flash:before {
    content: "\e162"
}

.glyphicon-log-out:before {
    content: "\e163"
}

.glyphicon-new-window:before {
    content: "\e164"
}

.glyphicon-record:before {
    content: "\e165"
}

.glyphicon-save:before {
    content: "\e166"
}

.glyphicon-open:before {
    content: "\e167"
}

.glyphicon-saved:before {
    content: "\e168"
}

.glyphicon-import:before {
    content: "\e169"
}

.glyphicon-export:before {
    content: "\e170"
}

.glyphicon-send:before {
    content: "\e171"
}

.glyphicon-floppy-disk:before {
    content: "\e172"
}

.glyphicon-floppy-saved:before {
    content: "\e173"
}

.glyphicon-floppy-remove:before {
    content: "\e174"
}

.glyphicon-floppy-save:before {
    content: "\e175"
}

.glyphicon-floppy-open:before {
    content: "\e176"
}

.glyphicon-credit-card:before {
    content: "\e177"
}

.glyphicon-transfer:before {
    content: "\e178"
}

.glyphicon-cutlery:before {
    content: "\e179"
}

.glyphicon-header:before {
    content: "\e180"
}

.glyphicon-compressed:before {
    content: "\e181"
}

.glyphicon-earphone:before {
    content: "\e182"
}

.glyphicon-phone-alt:before {
    content: "\e183"
}

.glyphicon-tower:before {
    content: "\e184"
}

.glyphicon-stats:before {
    content: "\e185"
}

.glyphicon-sd-video:before {
    content: "\e186"
}

.glyphicon-hd-video:before {
    content: "\e187"
}

.glyphicon-subtitles:before {
    content: "\e188"
}

.glyphicon-sound-stereo:before {
    content: "\e189"
}

.glyphicon-sound-dolby:before {
    content: "\e190"
}

.glyphicon-sound-5-1:before {
    content: "\e191"
}

.glyphicon-sound-6-1:before {
    content: "\e192"
}

.glyphicon-sound-7-1:before {
    content: "\e193"
}

.glyphicon-copyright-mark:before {
    content: "\e194"
}

.glyphicon-registration-mark:before {
    content: "\e195"
}

.glyphicon-cloud-download:before {
    content: "\e197"
}

.glyphicon-cloud-upload:before {
    content: "\e198"
}

.glyphicon-tree-conifer:before {
    content: "\e199"
}

.glyphicon-tree-deciduous:before {
    content: "\e200"
}

.glyphicon-cd:before {
    content: "\e201"
}

.glyphicon-save-file:before {
    content: "\e202"
}

.glyphicon-open-file:before {
    content: "\e203"
}

.glyphicon-level-up:before {
    content: "\e204"
}

.glyphicon-copy:before {
    content: "\e205"
}

.glyphicon-paste:before {
    content: "\e206"
}

.glyphicon-alert:before {
    content: "\e209"
}

.glyphicon-equalizer:before {
    content: "\e210"
}

.glyphicon-king:before {
    content: "\e211"
}

.glyphicon-queen:before {
    content: "\e212"
}

.glyphicon-pawn:before {
    content: "\e213"
}

.glyphicon-bishop:before {
    content: "\e214"
}

.glyphicon-knight:before {
    content: "\e215"
}

.glyphicon-baby-formula:before {
    content: "\e216"
}

.glyphicon-tent:before {
    content: "\26fa"
}

.glyphicon-blackboard:before {
    content: "\e218"
}

.glyphicon-bed:before {
    content: "\e219"
}

.glyphicon-apple:before {
    content: "\f8ff"
}

.glyphicon-erase:before {
    content: "\e221"
}

.glyphicon-hourglass:before {
    content: "\231b"
}

.glyphicon-lamp:before {
    content: "\e223"
}

.glyphicon-duplicate:before {
    content: "\e224"
}

.glyphicon-piggy-bank:before {
    content: "\e225"
}

.glyphicon-scissors:before {
    content: "\e226"
}

.glyphicon-bitcoin:before {
    content: "\e227"
}

.glyphicon-btc:before {
    content: "\e227"
}

.glyphicon-xbt:before {
    content: "\e227"
}

.glyphicon-yen:before {
    content: "\00a5"
}

.glyphicon-jpy:before {
    content: "\00a5"
}

.glyphicon-ruble:before {
    content: "\20bd"
}

.glyphicon-rub:before {
    content: "\20bd"
}

.glyphicon-scale:before {
    content: "\e230"
}

.glyphicon-ice-lolly:before {
    content: "\e231"
}

.glyphicon-ice-lolly-tasted:before {
    content: "\e232"
}

.glyphicon-education:before {
    content: "\e233"
}

.glyphicon-option-horizontal:before {
    content: "\e234"
}

.glyphicon-option-vertical:before {
    content: "\e235"
}

.glyphicon-menu-hamburger:before {
    content: "\e236"
}

.glyphicon-modal-window:before {
    content: "\e237"
}

.glyphicon-oil:before {
    content: "\e238"
}

.glyphicon-grain:before {
    content: "\e239"
}

.glyphicon-sunglasses:before {
    content: "\e240"
}

.glyphicon-text-size:before {
    content: "\e241"
}

.glyphicon-text-color:before {
    content: "\e242"
}

.glyphicon-text-background:before {
    content: "\e243"
}

.glyphicon-object-align-top:before {
    content: "\e244"
}

.glyphicon-object-align-bottom:before {
    content: "\e245"
}

.glyphicon-object-align-horizontal:before {
    content: "\e246"
}

.glyphicon-object-align-left:before {
    content: "\e247"
}

.glyphicon-object-align-vertical:before {
    content: "\e248"
}

.glyphicon-object-align-right:before {
    content: "\e249"
}

.glyphicon-triangle-right:before {
    content: "\e250"
}

.glyphicon-triangle-left:before {
    content: "\e251"
}

.glyphicon-triangle-bottom:before {
    content: "\e252"
}

.glyphicon-triangle-top:before {
    content: "\e253"
}

.glyphicon-console:before {
    content: "\e254"
}

.glyphicon-superscript:before {
    content: "\e255"
}

.glyphicon-subscript:before {
    content: "\e256"
}

.glyphicon-menu-left:before {
    content: "\e257"
}

.glyphicon-menu-right:before {
    content: "\e258"
}

.glyphicon-menu-down:before {
    content: "\e259"
}

.glyphicon-menu-up:before {
    content: "\e260"
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

:after,
:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

html {
    font-size: 10px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

body {
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;

    background-image: url("/assets/uploads/required/bgmain.webp");
   /* Adjust background image size */
    background-position: center; /* Center the background image */
    background-repeat: repeat;
}

button,
input,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

a {
    color: #337ab7;
    text-decoration: none
}

a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

figure {
    margin: 0
}

img {
    vertical-align: middle;
    max-width: 100%;
}

.carousel-inner>.item>a>img,
.carousel-inner>.item>img,
.img-responsive,
.thumbnail a>img,
.thumbnail>img {
    display: block;
    max-width: 100%;
    height: auto
}

.img-rounded {
    border-radius: 6px
}

.img-thumbnail {
    display: inline-block;
    max-width: 100%;
    height: auto;
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.img-circle {
    border-radius: 50%
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}

[role=button] {
    cursor: pointer
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 500;
    line-height: 1.1;
    color: inherit
}

.h1 .small,
.h1 small,
.h2 .small,
.h2 small,
.h3 .small,
.h3 small,
.h4 .small,
.h4 small,
.h5 .small,
.h5 small,
.h6 .small,
.h6 small,
h1 .small,
h1 small,
h2 .small,
h2 small,
h3 .small,
h3 small,
h4 .small,
h4 small,
h5 .small,
h5 small,
h6 .small,
h6 small {
    font-weight: 400;
    line-height: 1;
    color: #777
}

.h1,
.h2,
.h3,
h1,
h2,
h3 {
    margin-top: 20px;
    margin-bottom: 10px
}

.h1 .small,
.h1 small,
.h2 .small,
.h2 small,
.h3 .small,
.h3 small,
h1 .small,
h1 small,
h2 .small,
h2 small,
h3 .small,
h3 small {
    font-size: 65%
}

.h4,
.h5,
.h6,
h4,
h5,
h6 {
    margin-top: 10px;
    margin-bottom: 10px
}

.h4 .small,
.h4 small,
.h5 .small,
.h5 small,
.h6 .small,
.h6 small,
h4 .small,
h4 small,
h5 .small,
h5 small,
h6 .small,
h6 small {
    font-size: 75%
}

.h1,
h1 {
    font-size: 36px
}

.h2,
h2 {
    font-size: 30px
}

.h3,
h3 {
    font-size: 24px
}

.h4,
h4 {
    font-size: 18px
}

.h5,
h5 {
    font-size: 14px
}

.h6,
h6 {
    font-size: 12px
}

p {
    margin: 0 0 10px
}

.lead {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4
}

@media (min-width:768px) {
    .lead {
        font-size: 21px
    }
}

.small,
small {
    font-size: 85%
}

.mark,
mark {
    padding: .2em;
    background-color: #fcf8e3
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.text-center {
    text-align: center
}

.text-justify {
    text-align: justify
}

.text-nowrap {
    white-space: nowrap
}

.text-lowercase {
    text-transform: lowercase
}

.text-uppercase {
    text-transform: uppercase
}

.text-capitalize {
    text-transform: capitalize
}

.text-muted {
    color: #777
}

.text-primary {
    color: #337ab7
}

a.text-primary:focus,
a.text-primary:hover {
    color: #286090
}

.text-success {
    color: #3c763d
}

a.text-success:focus,
a.text-success:hover {
    color: #2b542c
}

.text-info {
    color: #31708f
}

a.text-info:focus,
a.text-info:hover {
    color: #245269
}

.text-warning {
    color: #8a6d3b
}

a.text-warning:focus,
a.text-warning:hover {
    color: #66512c
}

.text-danger {
    color: #a94442
}

a.text-danger:focus,
a.text-danger:hover {
    color: #843534
}

.bg-primary {
    color: #fff;
    background-color: #337ab7
}

a.bg-primary:focus,
a.bg-primary:hover {
    background-color: #286090
}

.bg-success {
    background-color: #dff0d8
}

a.bg-success:focus,
a.bg-success:hover {
    background-color: #c1e2b3
}

.bg-info {
    background-color: #d9edf7
}

a.bg-info:focus,
a.bg-info:hover {
    background-color: #afd9ee
}

.bg-warning {
    background-color: #fcf8e3
}

a.bg-warning:focus,
a.bg-warning:hover {
    background-color: #f7ecb5
}

.bg-danger {
    background-color: #f2dede
}

a.bg-danger:focus,
a.bg-danger:hover {
    background-color: #e4b9b9
}

.page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #eee
}

ol,
ul {
    margin-top: 0;
    margin-bottom: 10px
}

ol ol,
ol ul,
ul ol,
ul ul {
    margin-bottom: 0
}

.list-unstyled {
    padding-left: 0;
    list-style: none
}

.list-inline {
    padding-left: 0;
    margin-left: -5px;
    list-style: none
}

.list-inline>li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px
}

dl {
    margin-top: 0;
    margin-bottom: 20px
}

dd,
dt {
    line-height: 1.42857143
}

dt {
    font-weight: 700
}

dd {
    margin-left: 0
}

@media (min-width:768px) {
    .dl-horizontal dt {
        float: left;
        width: 160px;
        overflow: hidden;
        clear: left;
        text-align: right;
        text-overflow: ellipsis;
        white-space: nowrap
    }
    .dl-horizontal dd {
        margin-left: 180px
    }
}

abbr[data-original-title],
abbr[title] {
    cursor: help;
    border-bottom: 1px dotted #777
}

.initialism {
    font-size: 90%;
    text-transform: uppercase
}

blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #eee
}

blockquote ol:last-child,
blockquote p:last-child,
blockquote ul:last-child {
    margin-bottom: 0
}

blockquote .small,
blockquote footer,
blockquote small {
    display: block;
    font-size: 80%;
    line-height: 1.42857143;
    color: #777
}

blockquote .small:before,
blockquote footer:before,
blockquote small:before {
    content: '\2014 \00A0'
}

.blockquote-reverse,
blockquote.pull-right {
    padding-right: 15px;
    padding-left: 0;
    text-align: right;
    border-right: 5px solid #eee;
    border-left: 0
}

.blockquote-reverse .small:before,
.blockquote-reverse footer:before,
.blockquote-reverse small:before,
blockquote.pull-right .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before {
    content: ''
}

.blockquote-reverse .small:after,
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
blockquote.pull-right .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after {
    content: '\00A0 \2014'
}

address {
    margin-bottom: 20px;
    font-style: normal;
    line-height: 1.42857143
}

code,
kbd,
pre,
samp {
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace
}

code {
    padding: 2px 4px;
    font-size: 90%;
    color: #c7254e;
    background-color: #f9f2f4;
    border-radius: 4px
}

kbd {
    padding: 2px 4px;
    font-size: 90%;
    color: #fff;
    background-color: #333;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25)
}

kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700;
    -webkit-box-shadow: none;
    box-shadow: none
}

pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.42857143;
    color: #333;
    word-break: break-all;
    word-wrap: break-word;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px
}

pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border-radius: 0
}

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll
}

.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width:768px) {
    .container {
        width: 750px
    }
}

@media (min-width:992px) {
    .container {
        width: 970px
    }
}

@media (min-width:1200px) {
    .container {
        width: 1170px
    }
}

.container-fluid {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

.row {
    margin-right: -15px;
    margin-left: -15px
}

.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    float: left
}

.col-xs-12 {
    width: 100%
}

.col-xs-11 {
    width: 91.66666667%
}

.col-xs-10 {
    width: 83.33333333%
}

.col-xs-9 {
    width: 75%
}

.col-xs-8 {
    width: 66.66666667%
}

.col-xs-7 {
    width: 58.33333333%
}

.col-xs-6 {
    width: 50%
}

.col-xs-5 {
    width: 41.66666667%
}

.col-xs-4 {
    width: 33.33333333%
}

.col-xs-3 {
    width: 25%
}

.col-xs-2 {
    width: 16.66666667%
}

.col-xs-1 {
    width: 8.33333333%
}

.col-xs-pull-12 {
    right: 100%
}

.col-xs-pull-11 {
    right: 91.66666667%
}

.col-xs-pull-10 {
    right: 83.33333333%
}

.col-xs-pull-9 {
    right: 75%
}

.col-xs-pull-8 {
    right: 66.66666667%
}

.col-xs-pull-7 {
    right: 58.33333333%
}

.col-xs-pull-6 {
    right: 50%
}

.col-xs-pull-5 {
    right: 41.66666667%
}

.col-xs-pull-4 {
    right: 33.33333333%
}

.col-xs-pull-3 {
    right: 25%
}

.col-xs-pull-2 {
    right: 16.66666667%
}

.col-xs-pull-1 {
    right: 8.33333333%
}

.col-xs-pull-0 {
    right: auto
}

.col-xs-push-12 {
    left: 100%
}

.col-xs-push-11 {
    left: 91.66666667%
}

.col-xs-push-10 {
    left: 83.33333333%
}

.col-xs-push-9 {
    left: 75%
}

.col-xs-push-8 {
    left: 66.66666667%
}

.col-xs-push-7 {
    left: 58.33333333%
}

.col-xs-push-6 {
    left: 50%
}

.col-xs-push-5 {
    left: 41.66666667%
}

.col-xs-push-4 {
    left: 33.33333333%
}

.col-xs-push-3 {
    left: 25%
}

.col-xs-push-2 {
    left: 16.66666667%
}

.col-xs-push-1 {
    left: 8.33333333%
}

.col-xs-push-0 {
    left: auto
}

.col-xs-offset-12 {
    margin-left: 100%
}

.col-xs-offset-11 {
    margin-left: 91.66666667%
}

.col-xs-offset-10 {
    margin-left: 83.33333333%
}

.col-xs-offset-9 {
    margin-left: 75%
}

.col-xs-offset-8 {
    margin-left: 66.66666667%
}

.col-xs-offset-7 {
    margin-left: 58.33333333%
}

.col-xs-offset-6 {
    margin-left: 50%
}

.col-xs-offset-5 {
    margin-left: 41.66666667%
}

.col-xs-offset-4 {
    margin-left: 33.33333333%
}

.col-xs-offset-3 {
    margin-left: 25%
}

.col-xs-offset-2 {
    margin-left: 16.66666667%
}

.col-xs-offset-1 {
    margin-left: 8.33333333%
}

.col-xs-offset-0 {
    margin-left: 0
}

@media (min-width:768px) {
    .col-sm-1,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9 {
        float: left
    }
    .col-sm-12 {
        width: 100%
    }
    .col-sm-11 {
        width: 91.66666667%
    }
    .col-sm-10 {
        width: 83.33333333%
    }
    .col-sm-9 {
        width: 75%
    }
    .col-sm-8 {
        width: 66.66666667%
    }
    .col-sm-7 {
        width: 58.33333333%
    }
    .col-sm-6 {
        width: 50%
    }
    .col-sm-5 {
        width: 41.66666667%
    }
    .col-sm-4 {
        width: 33.33333333%
    }
    .col-sm-3 {
        width: 25%
    }
    .col-sm-2 {
        width: 16.66666667%
    }
    .col-sm-1 {
        width: 8.33333333%
    }
    .col-sm-pull-12 {
        right: 100%
    }
    .col-sm-pull-11 {
        right: 91.66666667%
    }
    .col-sm-pull-10 {
        right: 83.33333333%
    }
    .col-sm-pull-9 {
        right: 75%
    }
    .col-sm-pull-8 {
        right: 66.66666667%
    }
    .col-sm-pull-7 {
        right: 58.33333333%
    }
    .col-sm-pull-6 {
        right: 50%
    }
    .col-sm-pull-5 {
        right: 41.66666667%
    }
    .col-sm-pull-4 {
        right: 33.33333333%
    }
    .col-sm-pull-3 {
        right: 25%
    }
    .col-sm-pull-2 {
        right: 16.66666667%
    }
    .col-sm-pull-1 {
        right: 8.33333333%
    }
    .col-sm-pull-0 {
        right: auto
    }
    .col-sm-push-12 {
        left: 100%
    }
    .col-sm-push-11 {
        left: 91.66666667%
    }
    .col-sm-push-10 {
        left: 83.33333333%
    }
    .col-sm-push-9 {
        left: 75%
    }
    .col-sm-push-8 {
        left: 66.66666667%
    }
    .col-sm-push-7 {
        left: 58.33333333%
    }
    .col-sm-push-6 {
        left: 50%
    }
    .col-sm-push-5 {
        left: 41.66666667%
    }
    .col-sm-push-4 {
        left: 33.33333333%
    }
    .col-sm-push-3 {
        left: 25%
    }
    .col-sm-push-2 {
        left: 16.66666667%
    }
    .col-sm-push-1 {
        left: 8.33333333%
    }
    .col-sm-push-0 {
        left: auto
    }
    .col-sm-offset-12 {
        margin-left: 100%
    }
    .col-sm-offset-11 {
        margin-left: 91.66666667%
    }
    .col-sm-offset-10 {
        margin-left: 83.33333333%
    }
    .col-sm-offset-9 {
        margin-left: 75%
    }
    .col-sm-offset-8 {
        margin-left: 66.66666667%
    }
    .col-sm-offset-7 {
        margin-left: 58.33333333%
    }
    .col-sm-offset-6 {
        margin-left: 50%
    }
    .col-sm-offset-5 {
        margin-left: 41.66666667%
    }
    .col-sm-offset-4 {
        margin-left: 33.33333333%
    }
    .col-sm-offset-3 {
        margin-left: 25%
    }
    .col-sm-offset-2 {
        margin-left: 16.66666667%
    }
    .col-sm-offset-1 {
        margin-left: 8.33333333%
    }
    .col-sm-offset-0 {
        margin-left: 0
    }
}

@media (min-width:992px) {
    .col-md-1,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9 {
        float: left
    }
    .col-md-12 {
        width: 100%
    }
    .col-md-11 {
        width: 91.66666667%
    }
    .col-md-10 {
        width: 83.33333333%
    }
    .col-md-9 {
        width: 75%
    }
    .col-md-8 {
        width: 66.66666667%
    }
    .col-md-7 {
        width: 58.33333333%
    }
    .col-md-6 {
        width: 50%
    }
    .col-md-5 {
        width: 41.66666667%
    }
    .col-md-4 {
        width: 33.33333333%
    }
    .col-md-3 {
        width: 25%
    }
    .col-md-2 {
        width: 16.66666667%
    }
    .col-md-1 {
        width: 8.33333333%
    }
    .col-md-pull-12 {
        right: 100%
    }
    .col-md-pull-11 {
        right: 91.66666667%
    }
    .col-md-pull-10 {
        right: 83.33333333%
    }
    .col-md-pull-9 {
        right: 75%
    }
    .col-md-pull-8 {
        right: 66.66666667%
    }
    .col-md-pull-7 {
        right: 58.33333333%
    }
    .col-md-pull-6 {
        right: 50%
    }
    .col-md-pull-5 {
        right: 41.66666667%
    }
    .col-md-pull-4 {
        right: 33.33333333%
    }
    .col-md-pull-3 {
        right: 25%
    }
    .col-md-pull-2 {
        right: 16.66666667%
    }
    .col-md-pull-1 {
        right: 8.33333333%
    }
    .col-md-pull-0 {
        right: auto
    }
    .col-md-push-12 {
        left: 100%
    }
    .col-md-push-11 {
        left: 91.66666667%
    }
    .col-md-push-10 {
        left: 83.33333333%
    }
    .col-md-push-9 {
        left: 75%
    }
    .col-md-push-8 {
        left: 66.66666667%
    }
    .col-md-push-7 {
        left: 58.33333333%
    }
    .col-md-push-6 {
        left: 50%
    }
    .col-md-push-5 {
        left: 41.66666667%
    }
    .col-md-push-4 {
        left: 33.33333333%
    }
    .col-md-push-3 {
        left: 25%
    }
    .col-md-push-2 {
        left: 16.66666667%
    }
    .col-md-push-1 {
        left: 8.33333333%
    }
    .col-md-push-0 {
        left: auto
    }
    .col-md-offset-12 {
        margin-left: 100%
    }
    .col-md-offset-11 {
        margin-left: 91.66666667%
    }
    .col-md-offset-10 {
        margin-left: 83.33333333%
    }
    .col-md-offset-9 {
        margin-left: 75%
    }
    .col-md-offset-8 {
        margin-left: 66.66666667%
    }
    .col-md-offset-7 {
        margin-left: 58.33333333%
    }
    .col-md-offset-6 {
        margin-left: 50%
    }
    .col-md-offset-5 {
        margin-left: 41.66666667%
    }
    .col-md-offset-4 {
        margin-left: 33.33333333%
    }
    .col-md-offset-3 {
        margin-left: 25%
    }
    .col-md-offset-2 {
        margin-left: 16.66666667%
    }
    .col-md-offset-1 {
        margin-left: 8.33333333%
    }
    .col-md-offset-0 {
        margin-left: 0
    }
}

@media (min-width:1200px) {
    .col-lg-1,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9 {
        float: left
    }
    .col-lg-12 {
        width: 100%
    }
    .col-lg-11 {
        width: 91.66666667%
    }
    .col-lg-10 {
        width: 83.33333333%
    }
    .col-lg-9 {
        width: 75%
    }
    .col-lg-8 {
        width: 66.66666667%
    }
    .col-lg-7 {
        width: 58.33333333%
    }
    .col-lg-6 {
        width: 50%
    }
    .col-lg-5 {
        width: 41.66666667%
    }
    .col-lg-4 {
        width: 33.33333333%
    }
    .col-lg-3 {
        width: 25%
    }
    .col-lg-2 {
        width: 16.66666667%
    }
    .col-lg-1 {
        width: 8.33333333%
    }
    .col-lg-pull-12 {
        right: 100%
    }
    .col-lg-pull-11 {
        right: 91.66666667%
    }
    .col-lg-pull-10 {
        right: 83.33333333%
    }
    .col-lg-pull-9 {
        right: 75%
    }
    .col-lg-pull-8 {
        right: 66.66666667%
    }
    .col-lg-pull-7 {
        right: 58.33333333%
    }
    .col-lg-pull-6 {
        right: 50%
    }
    .col-lg-pull-5 {
        right: 41.66666667%
    }
    .col-lg-pull-4 {
        right: 33.33333333%
    }
    .col-lg-pull-3 {
        right: 25%
    }
    .col-lg-pull-2 {
        right: 16.66666667%
    }
    .col-lg-pull-1 {
        right: 8.33333333%
    }
    .col-lg-pull-0 {
        right: auto
    }
    .col-lg-push-12 {
        left: 100%
    }
    .col-lg-push-11 {
        left: 91.66666667%
    }
    .col-lg-push-10 {
        left: 83.33333333%
    }
    .col-lg-push-9 {
        left: 75%
    }
    .col-lg-push-8 {
        left: 66.66666667%
    }
    .col-lg-push-7 {
        left: 58.33333333%
    }
    .col-lg-push-6 {
        left: 50%
    }
    .col-lg-push-5 {
        left: 41.66666667%
    }
    .col-lg-push-4 {
        left: 33.33333333%
    }
    .col-lg-push-3 {
        left: 25%
    }
    .col-lg-push-2 {
        left: 16.66666667%
    }
    .col-lg-push-1 {
        left: 8.33333333%
    }
    .col-lg-push-0 {
        left: auto
    }
    .col-lg-offset-12 {
        margin-left: 100%
    }
    .col-lg-offset-11 {
        margin-left: 91.66666667%
    }
    .col-lg-offset-10 {
        margin-left: 83.33333333%
    }
    .col-lg-offset-9 {
        margin-left: 75%
    }
    .col-lg-offset-8 {
        margin-left: 66.66666667%
    }
    .col-lg-offset-7 {
        margin-left: 58.33333333%
    }
    .col-lg-offset-6 {
        margin-left: 50%
    }
    .col-lg-offset-5 {
        margin-left: 41.66666667%
    }
    .col-lg-offset-4 {
        margin-left: 33.33333333%
    }
    .col-lg-offset-3 {
        margin-left: 25%
    }
    .col-lg-offset-2 {
        margin-left: 16.66666667%
    }
    .col-lg-offset-1 {
        margin-left: 8.33333333%
    }
    .col-lg-offset-0 {
        margin-left: 0
    }
}

table {
    background-color: transparent
}

caption {
    padding-top: 8px;
    padding-bottom: 8px;
    color: #777;
    text-align: left
}

th {
    text-align: left
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px
}

.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd
}

.table>thead>tr>th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd
}

.table>caption+thead>tr:first-child>td,
.table>caption+thead>tr:first-child>th,
.table>colgroup+thead>tr:first-child>td,
.table>colgroup+thead>tr:first-child>th,
.table>thead:first-child>tr:first-child>td,
.table>thead:first-child>tr:first-child>th {
    border-top: 0
}

.table>tbody+tbody {
    border-top: 2px solid #ddd
}

.table .table {
    background-color: #fff
}

.table-condensed>tbody>tr>td,
.table-condensed>tbody>tr>th,
.table-condensed>tfoot>tr>td,
.table-condensed>tfoot>tr>th,
.table-condensed>thead>tr>td,
.table-condensed>thead>tr>th {
    padding: 5px
}

.table-bordered {
    border: 1px solid #ddd
}

.table-bordered>tbody>tr>td,
.table-bordered>tbody>tr>th,
.table-bordered>tfoot>tr>td,
.table-bordered>tfoot>tr>th,
.table-bordered>thead>tr>td,
.table-bordered>thead>tr>th {
    border: 1px solid #ddd
}

.table-bordered>thead>tr>td,
.table-bordered>thead>tr>th {
    border-bottom-width: 2px
}

.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #f9f9f9
}

.table-hover>tbody>tr:hover {
    background-color: #f5f5f5
}

table col[class*=col-] {
    position: static;
    display: table-column;
    float: none
}

table td[class*=col-],
table th[class*=col-] {
    position: static;
    display: table-cell;
    float: none
}

.table>tbody>tr.active>td,
.table>tbody>tr.active>th,
.table>tbody>tr>td.active,
.table>tbody>tr>th.active,
.table>tfoot>tr.active>td,
.table>tfoot>tr.active>th,
.table>tfoot>tr>td.active,
.table>tfoot>tr>th.active,
.table>thead>tr.active>td,
.table>thead>tr.active>th,
.table>thead>tr>td.active,
.table>thead>tr>th.active {
    background-color: #f5f5f5
}

.table-hover>tbody>tr.active:hover>td,
.table-hover>tbody>tr.active:hover>th,
.table-hover>tbody>tr:hover>.active,
.table-hover>tbody>tr>td.active:hover,
.table-hover>tbody>tr>th.active:hover {
    background-color: #e8e8e8
}

.table>tbody>tr.success>td,
.table>tbody>tr.success>th,
.table>tbody>tr>td.success,
.table>tbody>tr>th.success,
.table>tfoot>tr.success>td,
.table>tfoot>tr.success>th,
.table>tfoot>tr>td.success,
.table>tfoot>tr>th.success,
.table>thead>tr.success>td,
.table>thead>tr.success>th,
.table>thead>tr>td.success,
.table>thead>tr>th.success {
    background-color: #dff0d8
}

.table-hover>tbody>tr.success:hover>td,
.table-hover>tbody>tr.success:hover>th,
.table-hover>tbody>tr:hover>.success,
.table-hover>tbody>tr>td.success:hover,
.table-hover>tbody>tr>th.success:hover {
    background-color: #d0e9c6
}

.table>tbody>tr.info>td,
.table>tbody>tr.info>th,
.table>tbody>tr>td.info,
.table>tbody>tr>th.info,
.table>tfoot>tr.info>td,
.table>tfoot>tr.info>th,
.table>tfoot>tr>td.info,
.table>tfoot>tr>th.info,
.table>thead>tr.info>td,
.table>thead>tr.info>th,
.table>thead>tr>td.info,
.table>thead>tr>th.info {
    background-color: #d9edf7
}

.table-hover>tbody>tr.info:hover>td,
.table-hover>tbody>tr.info:hover>th,
.table-hover>tbody>tr:hover>.info,
.table-hover>tbody>tr>td.info:hover,
.table-hover>tbody>tr>th.info:hover {
    background-color: #c4e3f3
}

.table>tbody>tr.warning>td,
.table>tbody>tr.warning>th,
.table>tbody>tr>td.warning,
.table>tbody>tr>th.warning,
.table>tfoot>tr.warning>td,
.table>tfoot>tr.warning>th,
.table>tfoot>tr>td.warning,
.table>tfoot>tr>th.warning,
.table>thead>tr.warning>td,
.table>thead>tr.warning>th,
.table>thead>tr>td.warning,
.table>thead>tr>th.warning {
    background-color: #fcf8e3
}

.table-hover>tbody>tr.warning:hover>td,
.table-hover>tbody>tr.warning:hover>th,
.table-hover>tbody>tr:hover>.warning,
.table-hover>tbody>tr>td.warning:hover,
.table-hover>tbody>tr>th.warning:hover {
    background-color: #faf2cc
}

.table>tbody>tr.danger>td,
.table>tbody>tr.danger>th,
.table>tbody>tr>td.danger,
.table>tbody>tr>th.danger,
.table>tfoot>tr.danger>td,
.table>tfoot>tr.danger>th,
.table>tfoot>tr>td.danger,
.table>tfoot>tr>th.danger,
.table>thead>tr.danger>td,
.table>thead>tr.danger>th,
.table>thead>tr>td.danger,
.table>thead>tr>th.danger {
    background-color: #f2dede
}

.table-hover>tbody>tr.danger:hover>td,
.table-hover>tbody>tr.danger:hover>th,
.table-hover>tbody>tr:hover>.danger,
.table-hover>tbody>tr>td.danger:hover,
.table-hover>tbody>tr>th.danger:hover {
    background-color: #ebcccc
}

.table-responsive {
    min-height: .01%;
    overflow-x: auto
}

@media screen and (max-width:767px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd
    }
    .table-responsive>.table {
        margin-bottom: 0
    }
    .table-responsive>.table>tbody>tr>td,
    .table-responsive>.table>tbody>tr>th,
    .table-responsive>.table>tfoot>tr>td,
    .table-responsive>.table>tfoot>tr>th,
    .table-responsive>.table>thead>tr>td,
    .table-responsive>.table>thead>tr>th {
        white-space: nowrap
    }
    .table-responsive>.table-bordered {
        border: 0
    }
    .table-responsive>.table-bordered>tbody>tr>td:first-child,
    .table-responsive>.table-bordered>tbody>tr>th:first-child,
    .table-responsive>.table-bordered>tfoot>tr>td:first-child,
    .table-responsive>.table-bordered>tfoot>tr>th:first-child,
    .table-responsive>.table-bordered>thead>tr>td:first-child,
    .table-responsive>.table-bordered>thead>tr>th:first-child {
        border-left: 0
    }
    .table-responsive>.table-bordered>tbody>tr>td:last-child,
    .table-responsive>.table-bordered>tbody>tr>th:last-child,
    .table-responsive>.table-bordered>tfoot>tr>td:last-child,
    .table-responsive>.table-bordered>tfoot>tr>th:last-child,
    .table-responsive>.table-bordered>thead>tr>td:last-child,
    .table-responsive>.table-bordered>thead>tr>th:last-child {
        border-right: 0
    }
    .table-responsive>.table-bordered>tbody>tr:last-child>td,
    .table-responsive>.table-bordered>tbody>tr:last-child>th,
    .table-responsive>.table-bordered>tfoot>tr:last-child>td,
    .table-responsive>.table-bordered>tfoot>tr:last-child>th {
        border-bottom: 0
    }
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0
}

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    color: #333;
    border: 0;
    border-bottom: 1px solid #e5e5e5
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700
}

input[type=search] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

input[type=checkbox],
input[type=radio] {
    margin: 4px 0 0;
    margin-top: 1px\9;
    line-height: normal
}

input[type=file] {
    display: block
}

input[type=range] {
    display: block;
    width: 100%
}

select[multiple],
select[size] {
    height: auto
}

input[type=file]:focus,
input[type=checkbox]:focus,
input[type=radio]:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

output {
    display: block;
    padding-top: 7px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555
}

.form-control::-moz-placeholder {
    color: #999;
    opacity: 1
}

.form-control:-ms-input-placeholder {
    color: #999
}

.form-control::-webkit-input-placeholder {
    color: #999
}

.form-control::-ms-expand {
    background-color: transparent;
    border: 0
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    background-color: #eee;
    opacity: 1
}

.form-control[disabled],
fieldset[disabled] .form-control {
    cursor: not-allowed
}

textarea.form-control {
    height: auto
}

input[type=search] {
    -webkit-appearance: none
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    input[type=date].form-control,
    input[type=time].form-control,
    input[type=datetime-local].form-control,
    input[type=month].form-control {
        line-height: 34px
    }
    .input-group-sm input[type=date],
    .input-group-sm input[type=time],
    .input-group-sm input[type=datetime-local],
    .input-group-sm input[type=month],
    input[type=date].input-sm,
    input[type=time].input-sm,
    input[type=datetime-local].input-sm,
    input[type=month].input-sm {
        line-height: 30px
    }
    .input-group-lg input[type=date],
    .input-group-lg input[type=time],
    .input-group-lg input[type=datetime-local],
    .input-group-lg input[type=month],
    input[type=date].input-lg,
    input[type=time].input-lg,
    input[type=datetime-local].input-lg,
    input[type=month].input-lg {
        line-height: 46px
    }
}

.form-group {
    margin-bottom: 15px
}

.checkbox,
.radio {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px
}

.checkbox label,
.radio label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer
}

.checkbox input[type=checkbox],
.checkbox-inline input[type=checkbox],
.radio input[type=radio],
.radio-inline input[type=radio] {
    position: absolute;
    margin-top: 4px\9;
    margin-left: -20px
}

.checkbox+.checkbox,
.radio+.radio {
    margin-top: -5px
}

.checkbox-inline,
.radio-inline {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    vertical-align: middle;
    cursor: pointer
}

.checkbox-inline+.checkbox-inline,
.radio-inline+.radio-inline {
    margin-top: 0;
    margin-left: 10px
}

fieldset[disabled] input[type=checkbox],
fieldset[disabled] input[type=radio],
input[type=checkbox].disabled,
input[type=checkbox][disabled],
input[type=radio].disabled,
input[type=radio][disabled] {
    cursor: not-allowed
}

.checkbox-inline.disabled,
.radio-inline.disabled,
fieldset[disabled] .checkbox-inline,
fieldset[disabled] .radio-inline {
    cursor: not-allowed
}

.checkbox.disabled label,
.radio.disabled label,
fieldset[disabled] .checkbox label,
fieldset[disabled] .radio label {
    cursor: not-allowed
}

.form-control-static {
    min-height: 34px;
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 0
}

.form-control-static.input-lg,
.form-control-static.input-sm {
    padding-right: 0;
    padding-left: 0
}

.input-sm {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

select.input-sm {
    height: 30px;
    line-height: 30px
}

select[multiple].input-sm,
textarea.input-sm {
    height: auto
}

.form-group-sm .form-control {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

.form-group-sm select.form-control {
    height: 30px;
    line-height: 30px
}

.form-group-sm select[multiple].form-control,
.form-group-sm textarea.form-control {
    height: auto
}

.form-group-sm .form-control-static {
    height: 30px;
    min-height: 32px;
    padding: 6px 10px;
    font-size: 12px;
    line-height: 1.5
}

.input-lg {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px
}

select.input-lg {
    height: 46px;
    line-height: 46px
}

select[multiple].input-lg,
textarea.input-lg {
    height: auto
}

.form-group-lg .form-control {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px
}

.form-group-lg select.form-control {
    height: 46px;
    line-height: 46px
}

.form-group-lg select[multiple].form-control,
.form-group-lg textarea.form-control {
    height: auto
}

.form-group-lg .form-control-static {
    height: 46px;
    min-height: 38px;
    padding: 11px 16px;
    font-size: 18px;
    line-height: 1.3333333
}

.has-feedback {
    position: relative
}

.has-feedback .form-control {
    padding-right: 42.5px
}

.form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    pointer-events: none
}

.form-group-lg .form-control+.form-control-feedback,
.input-group-lg+.form-control-feedback,
.input-lg+.form-control-feedback {
    width: 46px;
    height: 46px;
    line-height: 46px
}

.form-group-sm .form-control+.form-control-feedback,
.input-group-sm+.form-control-feedback,
.input-sm+.form-control-feedback {
    width: 30px;
    height: 30px;
    line-height: 30px
}

.has-success .checkbox,
.has-success .checkbox-inline,
.has-success .control-label,
.has-success .help-block,
.has-success .radio,
.has-success .radio-inline,
.has-success.checkbox label,
.has-success.checkbox-inline label,
.has-success.radio label,
.has-success.radio-inline label {
    color: #3c763d
}

.has-success .form-control {
    border-color: #3c763d;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.has-success .form-control:focus {
    border-color: #2b542c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168
}

.has-success .input-group-addon {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #3c763d
}

.has-success .form-control-feedback {
    color: #3c763d
}

.has-warning .checkbox,
.has-warning .checkbox-inline,
.has-warning .control-label,
.has-warning .help-block,
.has-warning .radio,
.has-warning .radio-inline,
.has-warning.checkbox label,
.has-warning.checkbox-inline label,
.has-warning.radio label,
.has-warning.radio-inline label {
    color: #8a6d3b
}

.has-warning .form-control {
    border-color: #8a6d3b;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.has-warning .form-control:focus {
    border-color: #66512c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b
}

.has-warning .input-group-addon {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #8a6d3b
}

.has-warning .form-control-feedback {
    color: #8a6d3b
}

.has-error .checkbox,
.has-error .checkbox-inline,
.has-error .control-label,
.has-error .help-block,
.has-error .radio,
.has-error .radio-inline,
.has-error.checkbox label,
.has-error.checkbox-inline label,
.has-error.radio label,
.has-error.radio-inline label {
    color: #a94442
}

.has-error.form-control {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.has-error.form-control:focus {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483
}

.has-error .input-group-addon {
    color: #a94442;
    background-color: #f2dede;
    border-color: #a94442
}

.has-error .form-control-feedback {
    color: #a94442
}

.has-feedback label~.form-control-feedback {
    top: 25px
}

.has-feedback label.sr-only~.form-control-feedback {
    top: 0
}

.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373
}

@media (min-width:768px) {
    .form-inline .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle
    }
    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }
    .form-inline .form-control-static {
        display: inline-block
    }
    .form-inline .input-group {
        display: inline-table;
        vertical-align: middle
    }
    .form-inline .input-group .form-control,
    .form-inline .input-group .input-group-addon,
    .form-inline .input-group .input-group-btn {
        width: auto
    }
    .form-inline .input-group>.form-control {
        width: 100%
    }
    .form-inline .control-label {
        margin-bottom: 0;
        vertical-align: middle
    }
    .form-inline .checkbox,
    .form-inline .radio {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle
    }
    .form-inline .checkbox label,
    .form-inline .radio label {
        padding-left: 0
    }
    .form-inline .checkbox input[type=checkbox],
    .form-inline .radio input[type=radio] {
        position: relative;
        margin-left: 0
    }
    .form-inline .has-feedback .form-control-feedback {
        top: 0
    }
}

.form-horizontal .checkbox,
.form-horizontal .checkbox-inline,
.form-horizontal .radio,
.form-horizontal .radio-inline {
    padding-top: 7px;
    margin-top: 0;
    margin-bottom: 0
}

.form-horizontal .checkbox,
.form-horizontal .radio {
    min-height: 27px
}

.form-horizontal .form-group {
    margin-right: -15px;
    margin-left: -15px
}

@media (min-width:768px) {
    .form-horizontal .control-label {
        padding-top: 7px;
        margin-bottom: 0;
        text-align: right
    }
}

.form-horizontal .has-feedback .form-control-feedback {
    right: 15px
}

@media (min-width:768px) {
    .form-horizontal .form-group-lg .control-label {
        padding-top: 11px;
        font-size: 18px
    }
}

@media (min-width:768px) {
    .form-horizontal .form-group-sm .control-label {
        padding-top: 6px;
        font-size: 12px
    }
}

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

.btn.focus,
.btn:focus,
.btn:hover {
    color: #333;
    text-decoration: none
}

.btn.active,
.btn:active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
    cursor: not-allowed;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: .65
}

a.btn.disabled,
fieldset[disabled] a.btn {
    pointer-events: none
}

.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc
}

.btn-default.focus,
.btn-default:focus {
    color: #333;
    background-color: #e6e6e6;
    border-color: #8c8c8c
}

.btn-default:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad
}

.btn-default.active,
.btn-default:active,
.open>.dropdown-toggle.btn-default {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad
}

.btn-default.active.focus,
.btn-default.active:focus,
.btn-default.active:hover,
.btn-default:active.focus,
.btn-default:active:focus,
.btn-default:active:hover,
.open>.dropdown-toggle.btn-default.focus,
.open>.dropdown-toggle.btn-default:focus,
.open>.dropdown-toggle.btn-default:hover {
    color: #333;
    background-color: #d4d4d4;
    border-color: #8c8c8c
}

.btn-default.active,
.btn-default:active,
.open>.dropdown-toggle.btn-default {
    background-image: none
}

.btn-default.disabled.focus,
.btn-default.disabled:focus,
.btn-default.disabled:hover,
.btn-default[disabled].focus,
.btn-default[disabled]:focus,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default.focus,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default:hover {
    background-color: #fff;
    border-color: #ccc
}

.btn-default .badge {
    color: #fff;
    background-color: #333
}

.btn-primary {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4
}

.btn-primary.focus,
.btn-primary:focus {
    color: #fff;
    background-color: #286090;
    border-color: #122b40
}

.btn-primary:hover {
    color: #fff;
    background-color: #286090;
    border-color: #204d74
}

.btn-primary.active,
.btn-primary:active,
.open>.dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #286090;
    border-color: #204d74
}

.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open>.dropdown-toggle.btn-primary.focus,
.open>.dropdown-toggle.btn-primary:focus,
.open>.dropdown-toggle.btn-primary:hover {
    color: #fff;
    background-color: #204d74;
    border-color: #122b40
}

.btn-primary.active,
.btn-primary:active,
.open>.dropdown-toggle.btn-primary {
    background-image: none
}

.btn-primary.disabled.focus,
.btn-primary.disabled:focus,
.btn-primary.disabled:hover,
.btn-primary[disabled].focus,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary.focus,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:hover {
    background-color: #337ab7;
    border-color: #2e6da4
}

.btn-primary .badge {
    color: #337ab7;
    background-color: #fff
}

.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c
}

.btn-success.focus,
.btn-success:focus {
    color: #fff;
    background-color: #449d44;
    border-color: #255625
}

.btn-success:hover {
    color: #fff;
    background-color: #449d44;
    border-color: #398439
}

.btn-success.active,
.btn-success:active,
.open>.dropdown-toggle.btn-success {
    color: #fff;
    background-color: #449d44;
    border-color: #398439
}

.btn-success.active.focus,
.btn-success.active:focus,
.btn-success.active:hover,
.btn-success:active.focus,
.btn-success:active:focus,
.btn-success:active:hover,
.open>.dropdown-toggle.btn-success.focus,
.open>.dropdown-toggle.btn-success:focus,
.open>.dropdown-toggle.btn-success:hover {
    color: #fff;
    background-color: #398439;
    border-color: #255625
}

.btn-success.active,
.btn-success:active,
.open>.dropdown-toggle.btn-success {
    background-image: none
}

.btn-success.disabled.focus,
.btn-success.disabled:focus,
.btn-success.disabled:hover,
.btn-success[disabled].focus,
.btn-success[disabled]:focus,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success.focus,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success:hover {
    background-color: #5cb85c;
    border-color: #4cae4c
}

.btn-success .badge {
    color: #5cb85c;
    background-color: #fff
}

.btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da
}

.btn-info.focus,
.btn-info:focus {
    color: #fff;
    background-color: #31b0d5;
    border-color: #1b6d85
}

.btn-info:hover {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc
}

.btn-info.active,
.btn-info:active,
.open>.dropdown-toggle.btn-info {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc
}

.btn-info.active.focus,
.btn-info.active:focus,
.btn-info.active:hover,
.btn-info:active.focus,
.btn-info:active:focus,
.btn-info:active:hover,
.open>.dropdown-toggle.btn-info.focus,
.open>.dropdown-toggle.btn-info:focus,
.open>.dropdown-toggle.btn-info:hover {
    color: #fff;
    background-color: #269abc;
    border-color: #1b6d85
}

.btn-info.active,
.btn-info:active,
.open>.dropdown-toggle.btn-info {
    background-image: none
}

.btn-info.disabled.focus,
.btn-info.disabled:focus,
.btn-info.disabled:hover,
.btn-info[disabled].focus,
.btn-info[disabled]:focus,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info.focus,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info:hover {
    background-color: #5bc0de;
    border-color: #46b8da
}

.btn-info .badge {
    color: #5bc0de;
    background-color: #fff
}

.btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236
}

.btn-warning.focus,
.btn-warning:focus {
    color: #fff;
    background-color: #ec971f;
    border-color: #985f0d
}

.btn-warning:hover {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512
}

.btn-warning.active,
.btn-warning:active,
.open>.dropdown-toggle.btn-warning {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512
}

.btn-warning.active.focus,
.btn-warning.active:focus,
.btn-warning.active:hover,
.btn-warning:active.focus,
.btn-warning:active:focus,
.btn-warning:active:hover,
.open>.dropdown-toggle.btn-warning.focus,
.open>.dropdown-toggle.btn-warning:focus,
.open>.dropdown-toggle.btn-warning:hover {
    color: #fff;
    background-color: #d58512;
    border-color: #985f0d
}

.btn-warning.active,
.btn-warning:active,
.open>.dropdown-toggle.btn-warning {
    background-image: none
}

.btn-warning.disabled.focus,
.btn-warning.disabled:focus,
.btn-warning.disabled:hover,
.btn-warning[disabled].focus,
.btn-warning[disabled]:focus,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning.focus,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning:hover {
    background-color: #f0ad4e;
    border-color: #eea236
}

.btn-warning .badge {
    color: #f0ad4e;
    background-color: #fff
}

.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a
}

.btn-danger.focus,
.btn-danger:focus {
    color: #fff;
    background-color: #c9302c;
    border-color: #761c19
}

.btn-danger:hover {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925
}

.btn-danger.active,
.btn-danger:active,
.open>.dropdown-toggle.btn-danger {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925
}

.btn-danger.active.focus,
.btn-danger.active:focus,
.btn-danger.active:hover,
.btn-danger:active.focus,
.btn-danger:active:focus,
.btn-danger:active:hover,
.open>.dropdown-toggle.btn-danger.focus,
.open>.dropdown-toggle.btn-danger:focus,
.open>.dropdown-toggle.btn-danger:hover {
    color: #fff;
    background-color: #ac2925;
    border-color: #761c19
}

.btn-danger.active,
.btn-danger:active,
.open>.dropdown-toggle.btn-danger {
    background-image: none
}

.btn-danger.disabled.focus,
.btn-danger.disabled:focus,
.btn-danger.disabled:hover,
.btn-danger[disabled].focus,
.btn-danger[disabled]:focus,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger.focus,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger:hover {
    background-color: #d9534f;
    border-color: #d43f3a
}

.btn-danger .badge {
    color: #d9534f;
    background-color: #fff
}

.btn-link {
    font-weight: 400;
    color: #337ab7;
    border-radius: 0
}

.btn-link,
.btn-link.active,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn-link,
.btn-link:active,
.btn-link:focus,
.btn-link:hover {
    border-color: transparent
}

.btn-link:focus,
.btn-link:hover {
    color: #23527c;
    text-decoration: underline;
    background-color: transparent
}

.btn-link[disabled]:focus,
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:focus,
fieldset[disabled] .btn-link:hover {
    color: #777;
    text-decoration: none
}

.btn-group-lg>.btn,
.btn-lg {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px
}

.btn-group-sm>.btn,
.btn-sm {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

.btn-group-xs>.btn,
.btn-xs {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

.btn-block {
    display: block;
    width: 100%
}

.btn-block+.btn-block {
    margin-top: 5px
}

input[type=button].btn-block,
input[type=reset].btn-block,
input[type=submit].btn-block {
    width: 100%
}

.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear
}

.fade.in {
    opacity: 1
}

.collapse {
    display: none
}

.collapse.in {
    display: block
}

tr.collapse.in {
    display: table-row
}

tbody.collapse.in {
    display: table-row-group
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-duration: .35s;
    -o-transition-duration: .35s;
    transition-duration: .35s;
    -webkit-transition-property: height, visibility;
    -o-transition-property: height, visibility;
    transition-property: height, visibility
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid\9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent
}

.dropdown,
.dropup {
    position: relative
}

.dropdown-toggle:focus {
    outline: 0
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175)
}

.dropdown-menu.pull-right {
    right: 0;
    left: auto
}

.dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5
}

.dropdown-menu>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap
}

.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover {
    color: #262626;
    text-decoration: none;
    background-color: #f5f5f5
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:focus,
.dropdown-menu>.active>a:hover {
    color: #fff;
    text-decoration: none;
    background-color: #337ab7;
    outline: 0
}

.dropdown-menu>.disabled>a,
.dropdown-menu>.disabled>a:focus,
.dropdown-menu>.disabled>a:hover {
    color: #777
}

.dropdown-menu>.disabled>a:focus,
.dropdown-menu>.disabled>a:hover {
    text-decoration: none;
    cursor: not-allowed;
    background-color: transparent;
    background-image: none;
    filter: progid: DXImageTransform.Microsoft.gradient(enabled=false)
}

.open>.dropdown-menu {
    display: block
}

.open>a {
    outline: 0
}

.dropdown-menu-right {
    right: 0;
    left: auto
}

.dropdown-menu-left {
    right: auto;
    left: 0
}

.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 12px;
    line-height: 1.42857143;
    color: #777;
    white-space: nowrap
}

.dropdown-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 990
}

.pull-right>.dropdown-menu {
    right: 0;
    left: auto
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
    content: "";
    border-top: 0;
    border-bottom: 4px dashed;
    border-bottom: 4px solid\9
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 2px
}

@media (min-width:768px) {
    .navbar-right .dropdown-menu {
        right: 0;
        left: auto
    }
    .navbar-right .dropdown-menu-left {
        right: auto;
        left: 0
    }
}

.btn-group,
.btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle
}

.btn-group-vertical>.btn,
.btn-group>.btn {
    position: relative;
    float: left
}

.btn-group-vertical>.btn.active,
.btn-group-vertical>.btn:active,
.btn-group-vertical>.btn:focus,
.btn-group-vertical>.btn:hover,
.btn-group>.btn.active,
.btn-group>.btn:active,
.btn-group>.btn:focus,
.btn-group>.btn:hover {
    z-index: 2
}

.btn-group .btn+.btn,
.btn-group .btn+.btn-group,
.btn-group .btn-group+.btn,
.btn-group .btn-group+.btn-group {
    margin-left: -1px
}

.btn-toolbar {
    margin-left: -5px
}

.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
    float: left
}

.btn-toolbar>.btn,
.btn-toolbar>.btn-group,
.btn-toolbar>.input-group {
    margin-left: 5px
}

.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0
}

.btn-group>.btn:first-child {
    margin-left: 0
}

.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.btn-group>.btn:last-child:not(:first-child),
.btn-group>.dropdown-toggle:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group>.btn-group {
    float: left
}

.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn {
    border-radius: 0
}

.btn-group>.btn-group:first-child:not(:last-child)>.btn:last-child,
.btn-group>.btn-group:first-child:not(:last-child)>.dropdown-toggle {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.btn-group>.btn-group:last-child:not(:first-child)>.btn:first-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
    outline: 0
}

.btn-group>.btn+.dropdown-toggle {
    padding-right: 8px;
    padding-left: 8px
}

.btn-group>.btn-lg+.dropdown-toggle {
    padding-right: 12px;
    padding-left: 12px
}

.btn-group.open .dropdown-toggle {
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

.btn-group.open .dropdown-toggle.btn-link {
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn .caret {
    margin-left: 0
}

.btn-lg .caret {
    border-width: 5px 5px 0;
    border-bottom-width: 0
}

.dropup .btn-lg .caret {
    border-width: 0 5px 5px
}

.btn-group-vertical>.btn,
.btn-group-vertical>.btn-group,
.btn-group-vertical>.btn-group>.btn {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%
}

.btn-group-vertical>.btn-group>.btn {
    float: none
}

.btn-group-vertical>.btn+.btn,
.btn-group-vertical>.btn+.btn-group,
.btn-group-vertical>.btn-group+.btn,
.btn-group-vertical>.btn-group+.btn-group {
    margin-top: -1px;
    margin-left: 0
}

.btn-group-vertical>.btn:not(:first-child):not(:last-child) {
    border-radius: 0
}

.btn-group-vertical>.btn:first-child:not(:last-child) {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group-vertical>.btn:last-child:not(:first-child) {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px
}

.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn {
    border-radius: 0
}

.btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn:last-child,
.btn-group-vertical>.btn-group:first-child:not(:last-child)>.dropdown-toggle {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.btn-group-justified {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate
}

.btn-group-justified>.btn,
.btn-group-justified>.btn-group {
    display: table-cell;
    float: none;
    width: 1%
}

.btn-group-justified>.btn-group .btn {
    width: 100%
}

.btn-group-justified>.btn-group .dropdown-menu {
    left: auto
}

[data-toggle=buttons]>.btn input[type=checkbox],
[data-toggle=buttons]>.btn input[type=radio],
[data-toggle=buttons]>.btn-group>.btn input[type=checkbox],
[data-toggle=buttons]>.btn-group>.btn input[type=radio] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none
}

.input-group {
    position: relative;
    display: table;
    border-collapse: separate
}

.input-group[class*=col-] {
    float: none;
    padding-right: 0;
    padding-left: 0
}

.input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0
}

.input-group .form-control:focus {
    z-index: 3
}

.input-group-lg>.form-control,
.input-group-lg>.input-group-addon,
.input-group-lg>.input-group-btn>.btn {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px
}

select.input-group-lg>.form-control,
select.input-group-lg>.input-group-addon,
select.input-group-lg>.input-group-btn>.btn {
    height: 46px;
    line-height: 46px
}

select[multiple].input-group-lg>.form-control,
select[multiple].input-group-lg>.input-group-addon,
select[multiple].input-group-lg>.input-group-btn>.btn,
textarea.input-group-lg>.form-control,
textarea.input-group-lg>.input-group-addon,
textarea.input-group-lg>.input-group-btn>.btn {
    height: auto
}

.input-group-sm>.form-control,
.input-group-sm>.input-group-addon,
.input-group-sm>.input-group-btn>.btn {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

select.input-group-sm>.form-control,
select.input-group-sm>.input-group-addon,
select.input-group-sm>.input-group-btn>.btn {
    height: 30px;
    line-height: 30px
}

select[multiple].input-group-sm>.form-control,
select[multiple].input-group-sm>.input-group-addon,
select[multiple].input-group-sm>.input-group-btn>.btn,
textarea.input-group-sm>.form-control,
textarea.input-group-sm>.input-group-addon,
textarea.input-group-sm>.input-group-btn>.btn {
    height: auto
}

.input-group .form-control,
.input-group-addon,
.input-group-btn {
    display: table-cell
}

.input-group .form-control:not(:first-child):not(:last-child),
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child) {
    border-radius: 0
}

.input-group-addon,
.input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle
}

.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px
}

.input-group-addon.input-sm {
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 3px
}

.input-group-addon.input-lg {
    padding: 10px 16px;
    font-size: 18px;
    border-radius: 6px
}

.input-group-addon input[type=checkbox],
.input-group-addon input[type=radio] {
    margin-top: 0
}

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child>.btn,
.input-group-btn:first-child>.btn-group>.btn,
.input-group-btn:first-child>.dropdown-toggle,
.input-group-btn:last-child>.btn-group:not(:last-child)>.btn,
.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group-addon:first-child {
    border-right: 0
}

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:first-child>.btn-group:not(:first-child)>.btn,
.input-group-btn:first-child>.btn:not(:first-child),
.input-group-btn:last-child>.btn,
.input-group-btn:last-child>.btn-group>.btn,
.input-group-btn:last-child>.dropdown-toggle {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.input-group-addon:last-child {
    border-left: 0
}

.input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap
}

.input-group-btn>.btn {
    position: relative
}

.input-group-btn>.btn+.btn {
    margin-left: -1px
}

.input-group-btn>.btn:active,
.input-group-btn>.btn:focus,
.input-group-btn>.btn:hover {
    z-index: 2
}

.input-group-btn:first-child>.btn,
.input-group-btn:first-child>.btn-group {
    margin-right: -1px
}

.input-group-btn:last-child>.btn,
.input-group-btn:last-child>.btn-group {
    z-index: 2;
    margin-left: -1px
}

.nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.nav>li {
    position: relative;
    display: block
}

.nav>li>a {
    position: relative;
    display: block;
    padding: 10px 15px
}

.nav>li>a:focus,
.nav>li>a:hover {
    text-decoration: none;
    background-color: #eee
}

.nav>li.disabled>a {
    color: #777
}

.nav>li.disabled>a:focus,
.nav>li.disabled>a:hover {
    color: #777;
    text-decoration: none;
    cursor: not-allowed;
    background-color: transparent
}

.nav .open>a,
.nav .open>a:focus,
.nav .open>a:hover {
    background-color: #eee;
    border-color: #337ab7
}

.nav .nav-divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5
}

.nav>li>a>img {
    max-width: none
}

.nav-tabs {
    border-bottom: 1px solid #ddd
}

.nav-tabs>li {
    float: left;
    margin-bottom: -1px
}

.nav-tabs>li>a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0
}

.nav-tabs>li>a:hover {
    border-color: #eee #eee #ddd
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
    color: #555;
    cursor: default;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent
}

.nav-tabs.nav-justified {
    width: 100%;
    border-bottom: 0
}

.nav-tabs.nav-justified>li {
    float: none
}

.nav-tabs.nav-justified>li>a {
    margin-bottom: 5px;
    text-align: center
}

.nav-tabs.nav-justified>.dropdown .dropdown-menu {
    top: auto;
    left: auto
}

@media (min-width:768px) {
    .nav-tabs.nav-justified>li {
        display: table-cell;
        width: 1%
    }
    .nav-tabs.nav-justified>li>a {
        margin-bottom: 0
    }
}

.nav-tabs.nav-justified>li>a {
    margin-right: 0;
    border-radius: 4px
}

.nav-tabs.nav-justified>.active>a,
.nav-tabs.nav-justified>.active>a:focus,
.nav-tabs.nav-justified>.active>a:hover {
    border: 1px solid #ddd
}

@media (min-width:768px) {
    .nav-tabs.nav-justified>li>a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0
    }
    .nav-tabs.nav-justified>.active>a,
    .nav-tabs.nav-justified>.active>a:focus,
    .nav-tabs.nav-justified>.active>a:hover {
        border-bottom-color: #fff
    }
}

.nav-pills>li {
    float: left
}

.nav-pills>li>a {
    border-radius: 4px
}

.nav-pills>li+li {
    margin-left: 2px
}

.nav-pills>li.active>a,
.nav-pills>li.active>a:focus,
.nav-pills>li.active>a:hover {
    color: #fff;
    background-color: #337ab7
}

.nav-stacked>li {
    float: none
}

.nav-stacked>li+li {
    margin-top: 2px;
    margin-left: 0
}

.nav-justified {
    width: 100%
}

.nav-justified>li {
    float: none
}

.nav-justified>li>a {
    margin-bottom: 5px;
    text-align: center
}

.nav-justified>.dropdown .dropdown-menu {
    top: auto;
    left: auto
}

@media (min-width:768px) {
    .nav-justified>li {
        display: table-cell;
        width: 1%
    }
    .nav-justified>li>a {
        margin-bottom: 0
    }
}

.nav-tabs-justified {
    border-bottom: 0
}

.nav-tabs-justified>li>a {
    margin-right: 0;
    border-radius: 4px
}

.nav-tabs-justified>.active>a,
.nav-tabs-justified>.active>a:focus,
.nav-tabs-justified>.active>a:hover {
    border: 1px solid #ddd
}

@media (min-width:768px) {
    .nav-tabs-justified>li>a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0
    }
    .nav-tabs-justified>.active>a,
    .nav-tabs-justified>.active>a:focus,
    .nav-tabs-justified>.active>a:hover {
        border-bottom-color: #fff
    }
}

.tab-content>.tab-pane {
    display: none
}

.tab-content>.active {
    display: block
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 20px;
    border: 1px solid transparent
}

@media (min-width:768px) {
    .navbar {
        border-radius: 4px
    }
}

@media (min-width:768px) {
    .navbar-header {
        float: left
    }
}

.navbar-collapse {
    padding-right: 15px;
    padding-left: 15px;
    overflow-x: visible;
    -webkit-overflow-scrolling: touch;
    border-top: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1)
}

.navbar-collapse.in {
    overflow-y: auto
}

@media (min-width:768px) {
    .navbar-collapse {
        width: auto;
        border-top: 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }
    .navbar-collapse.collapse {
        display: block!important;
        height: auto!important;
        padding-bottom: 0;
        overflow: visible!important
    }
    .navbar-collapse.in {
        overflow-y: visible
    }
    .navbar-fixed-bottom .navbar-collapse,
    .navbar-fixed-top .navbar-collapse,
    .navbar-static-top .navbar-collapse {
        padding-right: 0;
        padding-left: 0
    }
}

.navbar-fixed-bottom .navbar-collapse,
.navbar-fixed-top .navbar-collapse {
    max-height: 340px
}

@media (max-device-width:480px) and (orientation:landscape) {
    .navbar-fixed-bottom .navbar-collapse,
    .navbar-fixed-top .navbar-collapse {
        max-height: 200px
    }
}

.container-fluid>.navbar-collapse,
.container-fluid>.navbar-header,
.container>.navbar-collapse,
.container>.navbar-header {
    margin-right: -15px;
    margin-left: -15px
}

@media (min-width:768px) {
    .container-fluid>.navbar-collapse,
    .container-fluid>.navbar-header,
    .container>.navbar-collapse,
    .container>.navbar-header {
        margin-right: 0;
        margin-left: 0
    }
}

.navbar-static-top {
    z-index: 1000;
    border-width: 0 0 1px
}

@media (min-width:768px) {
    .navbar-static-top {
        border-radius: 0
    }
}

.navbar-fixed-bottom,
.navbar-fixed-top {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030
}

@media (min-width:768px) {
    .navbar-fixed-bottom,
    .navbar-fixed-top {
        border-radius: 0
    }
}

.navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px
}

.navbar-fixed-bottom {
    bottom: 0;
    margin-bottom: 0;
    border-width: 1px 0 0
}

.navbar-brand {
    float: left;
    height: 50px;
    padding: 15px 15px;
    font-size: 18px;
    line-height: 20px
}

.navbar-brand:focus,
.navbar-brand:hover {
    text-decoration: none
}

.navbar-brand>img {
    display: block
}

@media (min-width:768px) {
    .navbar>.container .navbar-brand,
    .navbar>.container-fluid .navbar-brand {
        margin-left: -15px
    }
}

.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px
}

.navbar-toggle:focus {
    outline: 0
}

.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px
}

.navbar-toggle .icon-bar+.icon-bar {
    margin-top: 4px
}

@media (min-width:768px) {
    .navbar-toggle {
        display: none
    }
}

.navbar-nav {
    margin: 7.5px -15px
}

.navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px
}

@media (max-width:767px) {
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }
    .navbar-nav .open .dropdown-menu .dropdown-header,
    .navbar-nav .open .dropdown-menu>li>a {
        padding: 5px 15px 5px 25px
    }
    .navbar-nav .open .dropdown-menu>li>a {
        line-height: 20px
    }
    .navbar-nav .open .dropdown-menu>li>a:focus,
    .navbar-nav .open .dropdown-menu>li>a:hover {
        background-image: none
    }
}

@media (min-width:768px) {
    .navbar-nav {
        float: left;
        margin: 0
    }
    .navbar-nav>li {
        float: left
    }
    .navbar-nav>li>a {
        padding-top: 15px;
        padding-bottom: 15px
    }
}

.navbar-form {
    padding: 10px 15px;
    margin-top: 8px;
    margin-right: -15px;
    margin-bottom: 8px;
    margin-left: -15px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1)
}

@media (min-width:768px) {
    .navbar-form .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle
    }
    .navbar-form .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }
    .navbar-form .form-control-static {
        display: inline-block
    }
    .navbar-form .input-group {
        display: inline-table;
        vertical-align: middle
    }
    .navbar-form .input-group .form-control,
    .navbar-form .input-group .input-group-addon,
    .navbar-form .input-group .input-group-btn {
        width: auto
    }
    .navbar-form .input-group>.form-control {
        width: 100%
    }
    .navbar-form .control-label {
        margin-bottom: 0;
        vertical-align: middle
    }
    .navbar-form .checkbox,
    .navbar-form .radio {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle
    }
    .navbar-form .checkbox label,
    .navbar-form .radio label {
        padding-left: 0
    }
    .navbar-form .checkbox input[type=checkbox],
    .navbar-form .radio input[type=radio] {
        position: relative;
        margin-left: 0
    }
    .navbar-form .has-feedback .form-control-feedback {
        top: 0
    }
}

@media (max-width:767px) {
    .navbar-form .form-group {
        margin-bottom: 5px
    }
    .navbar-form .form-group:last-child {
        margin-bottom: 0
    }
}

@media (min-width:768px) {
    .navbar-form {
        width: auto;
        padding-top: 0;
        padding-bottom: 0;
        margin-right: 0;
        margin-left: 0;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }
}

.navbar-nav>li>.dropdown-menu {
    margin-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu {
    margin-bottom: 0;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.navbar-btn {
    margin-top: 8px;
    margin-bottom: 8px
}

.navbar-btn.btn-sm {
    margin-top: 10px;
    margin-bottom: 10px
}

.navbar-btn.btn-xs {
    margin-top: 14px;
    margin-bottom: 14px
}

.navbar-text {
    margin-top: 15px;
    margin-bottom: 15px
}

@media (min-width:768px) {
    .navbar-text {
        float: left;
        margin-right: 15px;
        margin-left: 15px
    }
}

@media (min-width:768px) {
    .navbar-left {
        float: left!important
    }
    .navbar-right {
        float: right!important;
        margin-right: -15px
    }
    .navbar-right~.navbar-right {
        margin-right: 0
    }
}

.navbar-default {
    background-color: #f8f8f8;
    border-color: #e7e7e7
}

.navbar-default .navbar-brand {
    color: #777
}

.navbar-default .navbar-brand:focus,
.navbar-default .navbar-brand:hover {
    color: #5e5e5e;
    background-color: transparent
}

.navbar-default .navbar-text {
    color: #777
}

.navbar-default .navbar-nav>li>a {
    color: #777
}

.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover {
    color: #333;
    background-color: transparent
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
    color: #555;
    background-color: #e7e7e7
}

.navbar-default .navbar-nav>.disabled>a,
.navbar-default .navbar-nav>.disabled>a:focus,
.navbar-default .navbar-nav>.disabled>a:hover {
    color: #ccc;
    background-color: transparent
}

.navbar-default .navbar-toggle {
    border-color: #ddd
}

.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
    background-color: #ddd
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #888
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    border-color: #e7e7e7
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover {
    color: #555;
    background-color: #e7e7e7
}

@media (max-width:767px) {
    .navbar-default .navbar-nav .open .dropdown-menu>li>a {
        color: #777
    }
    .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus,
    .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover {
        color: #333;
        background-color: transparent
    }
    .navbar-default .navbar-nav .open .dropdown-menu>.active>a,
    .navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus,
    .navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover {
        color: #555;
        background-color: #e7e7e7
    }
    .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,
    .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus,
    .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover {
        color: #ccc;
        background-color: transparent
    }
}

.navbar-default .navbar-link {
    color: #777
}

.navbar-default .navbar-link:hover {
    color: #333
}

.navbar-default .btn-link {
    color: #777
}

.navbar-default .btn-link:focus,
.navbar-default .btn-link:hover {
    color: #333
}

.navbar-default .btn-link[disabled]:focus,
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:focus,
fieldset[disabled] .navbar-default .btn-link:hover {
    color: #ccc
}

.navbar-inverse {
    background-color: #222;
    border-color: #080808
}

.navbar-inverse .navbar-brand {
    color: #9d9d9d
}

.navbar-inverse .navbar-brand:focus,
.navbar-inverse .navbar-brand:hover {
    color: #fff;
    background-color: transparent
}

.navbar-inverse .navbar-text {
    color: #9d9d9d
}

.navbar-inverse .navbar-nav>li>a {
    color: #9d9d9d
}

.navbar-inverse .navbar-nav>li>a:focus,
.navbar-inverse .navbar-nav>li>a:hover {
    color: #fff;
    background-color: transparent
}

.navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.active>a:focus,
.navbar-inverse .navbar-nav>.active>a:hover {
    color: #fff;
    background-color: #080808
}

.navbar-inverse .navbar-nav>.disabled>a,
.navbar-inverse .navbar-nav>.disabled>a:focus,
.navbar-inverse .navbar-nav>.disabled>a:hover {
    color: #444;
    background-color: transparent
}

.navbar-inverse .navbar-toggle {
    border-color: #333
}

.navbar-inverse .navbar-toggle:focus,
.navbar-inverse .navbar-toggle:hover {
    background-color: #333
}

.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #fff
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
    border-color: #101010
}

.navbar-inverse .navbar-nav>.open>a,
.navbar-inverse .navbar-nav>.open>a:focus,
.navbar-inverse .navbar-nav>.open>a:hover {
    color: #fff;
    background-color: #080808
}

@media (max-width:767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header {
        border-color: #080808
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
        background-color: #080808
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
        color: #9d9d9d
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus,
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover {
        color: #fff;
        background-color: transparent
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover {
        color: #fff;
        background-color: #080808
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover {
        color: #444;
        background-color: transparent
    }
}

.navbar-inverse .navbar-link {
    color: #9d9d9d
}

.navbar-inverse .navbar-link:hover {
    color: #fff
}

.navbar-inverse .btn-link {
    color: #9d9d9d
}

.navbar-inverse .btn-link:focus,
.navbar-inverse .btn-link:hover {
    color: #fff
}

.navbar-inverse .btn-link[disabled]:focus,
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:focus,
fieldset[disabled] .navbar-inverse .btn-link:hover {
    color: #444
}

.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 4px
}

.breadcrumb>li {
    display: inline-block
}

.breadcrumb>li+li:before {
    padding: 0 5px;
    color: #ccc;
    content: "/\00a0"
}

.breadcrumb>.active {
    color: #777
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px
}

.pagination>li {
    display: inline
}

.pagination>li>a,
.pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px
}

.pagination>li:last-child>a,
.pagination>li:last-child>span {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px
}

.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
    z-index: 2;
    color: #23527c;
    background-color: #eee;
    border-color: #ddd
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #337ab7;
    border-color: #337ab7
}

.pagination>.disabled>a,
.pagination>.disabled>a:focus,
.pagination>.disabled>a:hover,
.pagination>.disabled>span,
.pagination>.disabled>span:focus,
.pagination>.disabled>span:hover {
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd
}

.pagination-lg>li>a,
.pagination-lg>li>span {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333
}

.pagination-lg>li:first-child>a,
.pagination-lg>li:first-child>span {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px
}

.pagination-lg>li:last-child>a,
.pagination-lg>li:last-child>span {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px
}

.pagination-sm>li>a,
.pagination-sm>li>span {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5
}

.pagination-sm>li:first-child>a,
.pagination-sm>li:first-child>span {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px
}

.pagination-sm>li:last-child>a,
.pagination-sm>li:last-child>span {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px
}

.pager {
    padding-left: 0;
    margin: 20px 0;
    text-align: center;
    list-style: none
}

.pager li {
    display: inline
}

.pager li>a,
.pager li>span {
    display: inline-block;
    padding: 5px 14px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 15px
}

.pager li>a:focus,
.pager li>a:hover {
    text-decoration: none;
    background-color: #eee
}

.pager .next>a,
.pager .next>span {
    float: right
}

.pager .previous>a,
.pager .previous>span {
    float: left
}

.pager .disabled>a,
.pager .disabled>a:focus,
.pager .disabled>a:hover,
.pager .disabled>span {
    color: #777;
    cursor: not-allowed;
    background-color: #fff
}

.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em
}

a.label:focus,
a.label:hover {
    color: #fff;
    text-decoration: none;
    cursor: pointer
}

.label:empty {
    display: none
}

.btn .label {
    position: relative;
    top: -1px
}

.label-default {
    background-color: #777
}

.label-default[href]:focus,
.label-default[href]:hover {
    background-color: #5e5e5e
}

.label-primary {
    background-color: #337ab7
}

.label-primary[href]:focus,
.label-primary[href]:hover {
    background-color: #286090
}

.label-success {
    background-color: #5cb85c
}

.label-success[href]:focus,
.label-success[href]:hover {
    background-color: #449d44
}

.label-info {
    background-color: #5bc0de
}

.label-info[href]:focus,
.label-info[href]:hover {
    background-color: #31b0d5
}

.label-warning {
    background-color: #f0ad4e
}

.label-warning[href]:focus,
.label-warning[href]:hover {
    background-color: #ec971f
}

.label-danger {
    background-color: #d9534f
}

.label-danger[href]:focus,
.label-danger[href]:hover {
    background-color: #c9302c
}

.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-color: #777;
    border-radius: 10px;
}

.badge:empty {
    display: none
}

.btn .badge {
    position: relative;
    top: -1px
}

.btn-group-xs>.btn .badge,
.btn-xs .badge {
    top: 0;
    padding: 1px 5px
}

a.badge:focus,
a.badge:hover {
    color: #fff;
    text-decoration: none;
    cursor: pointer
}

.list-group-item.active>.badge,
.nav-pills>.active>a>.badge {
    color: #337ab7;
    background-color: #fff
}

.list-group-item>.badge {
    float: right
}

.list-group-item>.badge+.badge {
    margin-right: 5px
}

.nav-pills>li>a>.badge {
    margin-left: 3px
}

.jumbotron {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 30px;
    color: inherit;
    background-color: #eee
}

.jumbotron .h1,
.jumbotron h1 {
    color: inherit
}

.jumbotron p {
    margin-bottom: 15px;
    font-size: 21px;
    font-weight: 200
}

.jumbotron>hr {
    border-top-color: #d5d5d5
}

.container .jumbotron,
.container-fluid .jumbotron {
    padding-right: 15px;
    padding-left: 15px;
    border-radius: 6px
}

.jumbotron .container {
    max-width: 100%
}

@media screen and (min-width:768px) {
    .jumbotron {
        padding-top: 48px;
        padding-bottom: 48px
    }
    .container .jumbotron,
    .container-fluid .jumbotron {
        padding-right: 60px;
        padding-left: 60px
    }
    .jumbotron .h1,
    .jumbotron h1 {
        font-size: 63px
    }
}

.thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out
}

.thumbnail a>img,
.thumbnail>img {
    margin-right: auto;
    margin-left: auto
}

a.thumbnail.active,
a.thumbnail:focus,
a.thumbnail:hover {
    border-color: #337ab7
}

.thumbnail .caption {
    padding: 9px;
    color: #333
}

.alert {
    padding: 10px;
    border: 1px solid transparent;
    border-radius: 4px;
    margin: 10px 0;
}

.alert h4 {
    margin-top: 0;
    color: inherit
}

.alert .alert-link {
    font-weight: 700
}

.alert>p,
.alert>ul {
    margin-bottom: 0
}

.alert>p+p {
    margin-top: 5px
}

.alert-dismissable,
.alert-dismissible {
    padding-right: 35px
}

.alert-dismissable .close,
.alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit
}

.alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6
}

.alert-success hr {
    border-top-color: #c9e2b3
}

.alert-success .alert-link {
    color: #2b542c
}

.alert-info {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1
}

.alert-info hr {
    border-top-color: #a6e1ec
}

.alert-info .alert-link {
    color: #245269
}

.alert-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc
}

.alert-warning hr {
    border-top-color: #f7e1b5
}

.alert-warning .alert-link {
    color: #66512c
}

.alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1
}

.alert-danger hr {
    border-top-color: #e4b9c0
}

.alert-danger .alert-link {
    color: #843534
}

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }
    to {
        background-position: 0 0
    }
}

@-o-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }
    to {
        background-position: 0 0
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }
    to {
        background-position: 0 0
    }
}

.progress {
    height: 20px;
    margin-bottom: 20px;
    overflow: hidden;
    background-color: #f5f5f5;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1)
}

.progress-bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #337ab7;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    -webkit-transition: width .6s ease;
    -o-transition: width .6s ease;
    transition: width .6s ease
}

.progress-bar-striped,
.progress-striped .progress-bar {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    -webkit-background-size: 40px 40px;
    background-size: 40px 40px
}

.progress-bar.active,
.progress.active .progress-bar {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    -o-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite
}

.progress-bar-success {
    background-color: #5cb85c
}

.progress-striped .progress-bar-success {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
}

.progress-bar-info {
    background-color: #5bc0de
}

.progress-striped .progress-bar-info {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
}

.progress-bar-warning {
    background-color: #f0ad4e
}

.progress-striped .progress-bar-warning {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
}

.progress-bar-danger {
    background-color: #d9534f
}

.progress-striped .progress-bar-danger {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
}

.media {
    margin-top: 15px
}

.media:first-child {
    margin-top: 0
}

.media,
.media-body {
    overflow: hidden;
    zoom: 1
}

.media-body {
    width: 10000px
}

.media-object {
    display: block
}

.media-object.img-thumbnail {
    max-width: none
}

.media-right,
.media>.pull-right {
    padding-left: 10px
}

.media-left,
.media>.pull-left {
    padding-right: 10px
}

.media-body,
.media-left,
.media-right {
    display: table-cell;
    vertical-align: top
}

.media-middle {
    vertical-align: middle
}

.media-bottom {
    vertical-align: bottom
}

.media-heading {
    margin-top: 0;
    margin-bottom: 5px
}

.media-list {
    padding-left: 0;
    list-style: none
}

.list-group {
    padding-left: 0;
    margin-bottom: 20px
}

.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd
}

.list-group-item:first-child {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px
}

.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px
}

a.list-group-item,
button.list-group-item {
    color: #555
}

a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
    color: #333
}

a.list-group-item:focus,
a.list-group-item:hover,
button.list-group-item:focus,
button.list-group-item:hover {
    color: #555;
    text-decoration: none;
    background-color: #f5f5f5
}

button.list-group-item {
    width: 100%;
    text-align: left
}

.list-group-item.disabled,
.list-group-item.disabled:focus,
.list-group-item.disabled:hover {
    color: #777;
    cursor: not-allowed;
    background-color: #eee
}

.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading {
    color: inherit
}

.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text {
    color: #777
}

.list-group-item.active,
.list-group-item.active:focus,
.list-group-item.active:hover {
    z-index: 2;
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7
}

.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading>.small,
.list-group-item.active .list-group-item-heading>small,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading>.small,
.list-group-item.active:focus .list-group-item-heading>small,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading>.small,
.list-group-item.active:hover .list-group-item-heading>small {
    color: inherit
}

.list-group-item.active .list-group-item-text,
.list-group-item.active:focus .list-group-item-text,
.list-group-item.active:hover .list-group-item-text {
    color: #c7ddef
}

.list-group-item-success {
    color: #3c763d;
    background-color: #dff0d8
}

a.list-group-item-success,
button.list-group-item-success {
    color: #3c763d
}

a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
    color: inherit
}

a.list-group-item-success:focus,
a.list-group-item-success:hover,
button.list-group-item-success:focus,
button.list-group-item-success:hover {
    color: #3c763d;
    background-color: #d0e9c6
}

a.list-group-item-success.active,
a.list-group-item-success.active:focus,
a.list-group-item-success.active:hover,
button.list-group-item-success.active,
button.list-group-item-success.active:focus,
button.list-group-item-success.active:hover {
    color: #fff;
    background-color: #3c763d;
    border-color: #3c763d
}

.list-group-item-info {
    color: #31708f;
    background-color: #d9edf7
}

a.list-group-item-info,
button.list-group-item-info {
    color: #31708f
}

a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
    color: inherit
}

a.list-group-item-info:focus,
a.list-group-item-info:hover,
button.list-group-item-info:focus,
button.list-group-item-info:hover {
    color: #31708f;
    background-color: #c4e3f3
}

a.list-group-item-info.active,
a.list-group-item-info.active:focus,
a.list-group-item-info.active:hover,
button.list-group-item-info.active,
button.list-group-item-info.active:focus,
button.list-group-item-info.active:hover {
    color: #fff;
    background-color: #31708f;
    border-color: #31708f
}

.list-group-item-warning {
    color: #8a6d3b;
    background-color: #fcf8e3
}

a.list-group-item-warning,
button.list-group-item-warning {
    color: #8a6d3b
}

a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
    color: inherit
}

a.list-group-item-warning:focus,
a.list-group-item-warning:hover,
button.list-group-item-warning:focus,
button.list-group-item-warning:hover {
    color: #8a6d3b;
    background-color: #faf2cc
}

a.list-group-item-warning.active,
a.list-group-item-warning.active:focus,
a.list-group-item-warning.active:hover,
button.list-group-item-warning.active,
button.list-group-item-warning.active:focus,
button.list-group-item-warning.active:hover {
    color: #fff;
    background-color: #8a6d3b;
    border-color: #8a6d3b
}

.list-group-item-danger {
    color: #a94442;
    background-color: #f2dede
}

a.list-group-item-danger,
button.list-group-item-danger {
    color: #a94442
}

a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
    color: inherit
}

a.list-group-item-danger:focus,
a.list-group-item-danger:hover,
button.list-group-item-danger:focus,
button.list-group-item-danger:hover {
    color: #a94442;
    background-color: #ebcccc
}

a.list-group-item-danger.active,
a.list-group-item-danger.active:focus,
a.list-group-item-danger.active:hover,
button.list-group-item-danger.active,
button.list-group-item-danger.active:focus,
button.list-group-item-danger.active:hover {
    color: #fff;
    background-color: #a94442;
    border-color: #a94442
}

.list-group-item-heading {
    margin-top: 0;
    margin-bottom: 5px
}

.list-group-item-text {
    margin-bottom: 0;
    line-height: 1.3
}

.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05)
}

.panel-body {
    padding: 15px
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px
}

.panel-heading>.dropdown .dropdown-toggle {
    color: inherit
}

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit
}

.panel-title>.small,
.panel-title>.small>a,
.panel-title>a,
.panel-title>small,
.panel-title>small>a {
    color: inherit
}

.panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}


.panel>.list-group,
.panel>.panel-collapse>.list-group {
    margin-bottom: 0
}

.panel>.list-group .list-group-item,
.panel>.panel-collapse>.list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0
}

.panel>.list-group:first-child .list-group-item:first-child,
.panel>.panel-collapse>.list-group:first-child .list-group-item:first-child {
    border-top: 0;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px
}

.panel>.list-group:last-child .list-group-item:last-child,
.panel>.panel-collapse>.list-group:last-child .list-group-item:last-child {
    border-bottom: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

.panel>.panel-heading+.panel-collapse>.list-group .list-group-item:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.panel-heading+.list-group .list-group-item:first-child {
    border-top-width: 0
}

.list-group+.panel-footer {
    border-top-width: 0
}

.panel>.panel-collapse>.table,
.panel>.table,
.panel>.table-responsive>.table {
    margin-bottom: 0
}

.panel>.panel-collapse>.table caption,
.panel>.table caption,
.panel>.table-responsive>.table caption {
    padding-right: 15px;
    padding-left: 15px
}

.panel>.table-responsive:first-child>.table:first-child,
.panel>.table:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px
}

.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child,
.panel>.table:first-child>thead:first-child>tr:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px
}

.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,
.panel>.table:first-child>thead:first-child>tr:first-child td:first-child,
.panel>.table:first-child>thead:first-child>tr:first-child th:first-child {
    border-top-left-radius: 3px
}

.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,
.panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,
.panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,
.panel>.table:first-child>thead:first-child>tr:first-child td:last-child,
.panel>.table:first-child>thead:first-child>tr:first-child th:last-child {
    border-top-right-radius: 3px
}

.panel>.table-responsive:last-child>.table:last-child,
.panel>.table:last-child {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child,
.panel>.table:last-child>tbody:last-child>tr:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child,
.panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,
.panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child {
    border-bottom-left-radius: 3px
}

.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child,
.panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,
.panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child {
    border-bottom-right-radius: 3px
}

.panel>.panel-body+.table,
.panel>.panel-body+.table-responsive,
.panel>.table+.panel-body,
.panel>.table-responsive+.panel-body {
    border-top: 1px solid #ddd
}

.panel>.table>tbody:first-child>tr:first-child td,
.panel>.table>tbody:first-child>tr:first-child th {
    border-top: 0
}

.panel>.table-bordered,
.panel>.table-responsive>.table-bordered {
    border: 0
}

.panel>.table-bordered>tbody>tr>td:first-child,
.panel>.table-bordered>tbody>tr>th:first-child,
.panel>.table-bordered>tfoot>tr>td:first-child,
.panel>.table-bordered>tfoot>tr>th:first-child,
.panel>.table-bordered>thead>tr>td:first-child,
.panel>.table-bordered>thead>tr>th:first-child,
.panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,
.panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,
.panel>.table-responsive>.table-bordered>thead>tr>td:first-child,
.panel>.table-responsive>.table-bordered>thead>tr>th:first-child {
    border-left: 0
}

.panel>.table-bordered>tbody>tr>td:last-child,
.panel>.table-bordered>tbody>tr>th:last-child,
.panel>.table-bordered>tfoot>tr>td:last-child,
.panel>.table-bordered>tfoot>tr>th:last-child,
.panel>.table-bordered>thead>tr>td:last-child,
.panel>.table-bordered>thead>tr>th:last-child,
.panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,
.panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,
.panel>.table-responsive>.table-bordered>thead>tr>td:last-child,
.panel>.table-responsive>.table-bordered>thead>tr>th:last-child {
    border-right: 0
}

.panel>.table-bordered>tbody>tr:first-child>td,
.panel>.table-bordered>tbody>tr:first-child>th,
.panel>.table-bordered>thead>tr:first-child>td,
.panel>.table-bordered>thead>tr:first-child>th,
.panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,
.panel>.table-responsive>.table-bordered>tbody>tr:first-child>th,
.panel>.table-responsive>.table-bordered>thead>tr:first-child>td,
.panel>.table-responsive>.table-bordered>thead>tr:first-child>th {
    border-bottom: 0
}

.panel>.table-bordered>tbody>tr:last-child>td,
.panel>.table-bordered>tbody>tr:last-child>th,
.panel>.table-bordered>tfoot>tr:last-child>td,
.panel>.table-bordered>tfoot>tr:last-child>th,
.panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,
.panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,
.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td,
.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th {
    border-bottom: 0
}

.panel>.table-responsive {
    margin-bottom: 0;
    border: 0
}

.panel-group {
    margin-bottom: 20px
}

.panel-group .panel {
    margin-bottom: 0;
    border-radius: 4px
}

.panel-group .panel+.panel {
    margin-top: 5px
}

.panel-group .panel-heading {
    border-bottom: 0
}

.panel-group .panel-heading+.panel-collapse>.list-group,
.panel-group .panel-heading+.panel-collapse>.panel-body {
    border-top: 1px solid #ddd
}

.panel-group .panel-footer {
    border-top: 0
}

.panel-group .panel-footer+.panel-collapse .panel-body {
    border-bottom: 1px solid #ddd
}

.panel-default {
    border-color: #ddd
}

.panel-default>.panel-heading {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #ddd
}

.panel-default>.panel-heading .badge {
    color: #f5f5f5;
    background-color: #333
}

.panel-default>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #ddd
}

.panel-primary {
    border-color: #337ab7
}

.panel-primary>.panel-heading {
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7
}

.panel-primary>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #337ab7
}

.panel-primary>.panel-heading .badge {
    color: #337ab7;
    background-color: #fff
}

.panel-primary>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #337ab7
}

.panel-success {
    border-color: #d6e9c6
}

.panel-success>.panel-heading {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6
}

.panel-success>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #d6e9c6
}

.panel-success>.panel-heading .badge {
    color: #dff0d8;
    background-color: #3c763d
}

.panel-success>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #d6e9c6
}

.panel-info {
    border-color: #bce8f1
}

.panel-info>.panel-heading {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1
}

.panel-info>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #bce8f1
}

.panel-info>.panel-heading .badge {
    color: #d9edf7;
    background-color: #31708f
}

.panel-info>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #bce8f1
}

.panel-warning {
    border-color: #faebcc
}

.panel-warning>.panel-heading {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc
}

.panel-warning>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #faebcc
}

.panel-warning>.panel-heading .badge {
    color: #fcf8e3;
    background-color: #8a6d3b
}

.panel-warning>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #faebcc
}

.panel-danger {
    border-color: #ebccd1
}

.panel-danger>.panel-heading {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1
}

.panel-danger>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #ebccd1
}

.panel-danger>.panel-heading .badge {
    color: #f2dede;
    background-color: #a94442
}

.panel-danger>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #ebccd1
}

.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden
}

.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0
}

.embed-responsive-16by9 {
    padding-bottom: 56.25%
}

.embed-responsive-4by3 {
    padding-bottom: 75%
}

.response-box {
    width: 100%;
    grid-column: span 3;
}

.response-box .alert {
    margin-top: 10px;
    margin-bottom: 0px;
}

.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05)
}

.well blockquote {
    border-color: #ddd;
    border-color: rgba(0, 0, 0, .15)
}

.well-lg {
    padding: 24px;
    border-radius: 6px
}

.well-sm {
    padding: 9px;
    border-radius: 3px
}

.close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2
}

.close:focus,
.close:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    filter: alpha(opacity=50);
    opacity: .5
}

button.close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0
}

.modal-open {
    overflow: hidden
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0
}

.modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform .3s ease-out;
    -o-transition: -o-transform .3s ease-out;
    transition: transform .3s ease-out;
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%)
}

.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 50vh) translate(0, -50%);
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px
}

.modal-content {
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border-radius: 6px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5)
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000
}

.modal-backdrop.fade {
    filter: alpha(opacity=0);
    opacity: 0
}

.modal-backdrop.in {
    filter: alpha(opacity=50);
    opacity: .5
}

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5
}

.modal-header .close {
    margin-top: -2px
}

.modal-title {
    margin: 0;
    line-height: 1.42857143
}

.modal-body {
    position: relative;
    padding: 15px
}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5
}

.modal-footer .btn+.btn {
    margin-bottom: 0;
    margin-left: 5px
}

.modal-footer .btn-group .btn+.btn {
    margin-left: -1px
}

.modal-footer .btn-block+.btn-block {
    margin-left: 0
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

@media (min-width:768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto
    }
    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, .5)
    }
    .modal-sm {
        width: 300px
    }
}

@media (min-width:992px) {
    .modal-lg {
        width: 900px
    }
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    white-space: normal;
    filter: alpha(opacity=0);
    opacity: 0;
    line-break: auto
}

.tooltip.in {
    filter: alpha(opacity=90);
    opacity: .9
}

.tooltip.top {
    padding: 5px 0;
    margin-top: -3px
}

.tooltip.right {
    padding: 0 5px;
    margin-left: 3px
}

.tooltip.bottom {
    padding: 5px 0;
    margin-top: 3px
}

.tooltip.left {
    padding: 0 5px;
    margin-left: -3px
}

.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: 4px
}

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.top-left .tooltip-arrow {
    right: 5px;
    bottom: 0;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.top-right .tooltip-arrow {
    bottom: 0;
    left: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #000
}

.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #000
}

.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.tooltip.bottom-left .tooltip-arrow {
    top: 0;
    right: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    left: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    max-width: 276px;
    padding: 1px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    white-space: normal;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    line-break: auto
}

.popover.top {
    margin-top: -10px
}

.popover.right {
    margin-left: 10px
}

.popover.bottom {
    margin-top: 10px
}

.popover.left {
    margin-left: -10px
}

.popover-title {
    padding: 8px 14px;
    margin: 0;
    font-size: 14px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0
}

.popover-content {
    padding: 9px 14px
}

.popover>.arrow,
.popover>.arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.popover>.arrow {
    border-width: 11px
}

.popover>.arrow:after {
    content: "";
    border-width: 10px
}

.popover.top>.arrow {
    bottom: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-color: #999;
    border-top-color: rgba(0, 0, 0, .25);
    border-bottom-width: 0
}

.popover.top>.arrow:after {
    bottom: 1px;
    margin-left: -10px;
    content: " ";
    border-top-color: #fff;
    border-bottom-width: 0
}

.popover.right>.arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-right-color: #999;
    border-right-color: rgba(0, 0, 0, .25);
    border-left-width: 0
}

.popover.right>.arrow:after {
    bottom: -10px;
    left: 1px;
    content: " ";
    border-right-color: #fff;
    border-left-width: 0
}

.popover.bottom>.arrow {
    top: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999;
    border-bottom-color: rgba(0, 0, 0, .25)
}

.popover.bottom>.arrow:after {
    top: 1px;
    margin-left: -10px;
    content: " ";
    border-top-width: 0;
    border-bottom-color: #fff
}

.popover.left>.arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #999;
    border-left-color: rgba(0, 0, 0, .25)
}

.popover.left>.arrow:after {
    right: 1px;
    bottom: -10px;
    content: " ";
    border-right-width: 0;
    border-left-color: #fff
}

.carousel {
    position: relative
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden
}

.carousel-inner>.item {
    position: relative;
    display: none;
    -webkit-transition: .6s ease-in-out left;
    -o-transition: .6s ease-in-out left;
    transition: .6s ease-in-out left
}

.carousel-inner>.item>a>img,
.carousel-inner>.item>img {
    line-height: 1
}

@media all and (transform-3d),
(-webkit-transform-3d) {
    .carousel-inner>.item {
        -webkit-transition: -webkit-transform .6s ease-in-out;
        -o-transition: -o-transform .6s ease-in-out;
        transition: transform .6s ease-in-out;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000px;
        perspective: 1000px
    }
    .carousel-inner>.item.active.right,
    .carousel-inner>.item.next {
        left: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
    .carousel-inner>.item.active.left,
    .carousel-inner>.item.prev {
        left: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
    .carousel-inner>.item.active,
    .carousel-inner>.item.next.left,
    .carousel-inner>.item.prev.right {
        left: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.carousel-inner>.active,
.carousel-inner>.next,
.carousel-inner>.prev {
    display: block
}

.carousel-inner>.active {
    left: 0
}

.carousel-inner>.next,
.carousel-inner>.prev {
    position: absolute;
    top: 0;
    width: 100%
}

.carousel-inner>.next {
    left: 100%
}

.carousel-inner>.prev {
    left: -100%
}

.carousel-inner>.next.left,
.carousel-inner>.prev.right {
    left: 0
}

.carousel-inner>.active.left {
    left: -100%
}

.carousel-inner>.active.right {
    left: 100%
}

.carousel-control {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 15%;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
    background-color: rgba(0, 0, 0, 0);
    filter: alpha(opacity=50);
    opacity: .5
}

.carousel-control.left {
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001) 100%);
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .0001)));
    background-image: linear-gradient(to right, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
    background-repeat: repeat-x
}

.carousel-control.right {
    right: 0;
    left: auto;
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5) 100%);
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .0001)), to(rgba(0, 0, 0, .5)));
    background-image: linear-gradient(to right, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
    background-repeat: repeat-x
}

.carousel-control:focus,
.carousel-control:hover {
    color: #fff;
    text-decoration: none;
    filter: alpha(opacity=90);
    outline: 0;
    opacity: .9
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next,
.carousel-control .icon-prev {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
    margin-top: -10px
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
    left: 50%;
    margin-left: -10px
}

.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
    right: 50%;
    margin-right: -10px
}

.carousel-control .icon-next,
.carousel-control .icon-prev {
    width: 20px;
    height: 20px;
    font-family: serif;
    line-height: 1
}

.carousel-control .icon-prev:before {
    content: '\2039'
}

.carousel-control .icon-next:before {
    content: '\203a'
}

.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    padding-left: 0;
    margin-left: -30%;
    text-align: center;
    list-style: none
}

.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #000;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #fff;
    border-radius: 10px
}

.carousel-indicators .active {
    width: 12px;
    height: 12px;
    margin: 0;
    background-color: #fff
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6)
}

.carousel-caption .btn {
    text-shadow: none
}

@media screen and (min-width:768px) {
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-next,
    .carousel-control .icon-prev {
        width: 30px;
        height: 30px;
        margin-top: -10px;
        font-size: 30px
    }
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .icon-prev {
        margin-left: -10px
    }
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-next {
        margin-right: -10px
    }
    .carousel-caption {
        right: 20%;
        left: 20%;
        padding-bottom: 30px
    }
    .carousel-indicators {
        bottom: 20px
    }
}

.btn-group-vertical>.btn-group:after,
.btn-group-vertical>.btn-group:before,
.btn-toolbar:after,
.btn-toolbar:before,
.clearfix:after,
.clearfix:before,
.container-fluid:after,
.container-fluid:before,
.container:after,
.container:before,
.dl-horizontal dd:after,
.dl-horizontal dd:before,
.form-horizontal .form-group:after,
.form-horizontal .form-group:before,
.modal-footer:after,
.modal-footer:before,
.modal-header:after,
.modal-header:before,
.nav:after,
.nav:before,
.navbar-collapse:after,
.navbar-collapse:before,
.navbar-header:after,
.navbar-header:before,
.navbar:after,
.navbar:before,
.pager:after,
.pager:before,
.panel-body:after,
.panel-body:before,
.row:after,
.row:before {
    display: table;
    content: " "
}

.btn-group-vertical>.btn-group:after,
.btn-toolbar:after,
.clearfix:after,
.container-fluid:after,
.container:after,
.dl-horizontal dd:after,
.form-horizontal .form-group:after,
.modal-footer:after,
.modal-header:after,
.nav:after,
.navbar-collapse:after,
.navbar-header:after,
.navbar:after,
.pager:after,
.panel-body:after,
.row:after {
    clear: both
}

.center-block {
    display: block;
    margin-right: auto;
    margin-left: auto
}

.pull-right {
    float: right!important
}

.pull-left {
    float: left!important
}

.hide {
    display: none!important
}

.show {
    display: block!important
}

.invisible {
    visibility: hidden
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.hidden {
    display: none!important
}

.affix {
    position: fixed
}

@-ms-viewport {
    width: device-width
}

.visible-lg,
.visible-md,
.visible-sm,
.visible-xs {
    display: none!important
}

.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block {
    display: none!important
}

@media (max-width:767px) {
    .visible-xs {
        display: block!important
    }
    table.visible-xs {
        display: table!important
    }
    tr.visible-xs {
        display: table-row!important
    }
    td.visible-xs,
    th.visible-xs {
        display: table-cell!important
    }
}

@media (max-width:767px) {
    .visible-xs-block {
        display: block!important
    }
}

@media (max-width:767px) {
    .visible-xs-inline {
        display: inline!important
    }
}

@media (max-width:767px) {
    .visible-xs-inline-block {
        display: inline-block!important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-sm {
        display: block!important
    }
    table.visible-sm {
        display: table!important
    }
    tr.visible-sm {
        display: table-row!important
    }
    td.visible-sm,
    th.visible-sm {
        display: table-cell!important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-sm-block {
        display: block!important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-sm-inline {
        display: inline!important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-sm-inline-block {
        display: inline-block!important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-md {
        display: block!important
    }
    table.visible-md {
        display: table!important
    }
    tr.visible-md {
        display: table-row!important
    }
    td.visible-md,
    th.visible-md {
        display: table-cell!important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-md-block {
        display: block!important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-md-inline {
        display: inline!important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-md-inline-block {
        display: inline-block!important
    }
}

@media (min-width:1200px) {
    .visible-lg {
        display: block!important
    }
    table.visible-lg {
        display: table!important
    }
    tr.visible-lg {
        display: table-row!important
    }
    td.visible-lg,
    th.visible-lg {
        display: table-cell!important
    }
}

@media (min-width:1200px) {
    .visible-lg-block {
        display: block!important
    }
}

@media (min-width:1200px) {
    .visible-lg-inline {
        display: inline!important
    }
}

@media (min-width:1200px) {
    .visible-lg-inline-block {
        display: inline-block!important
    }
}

@media (max-width:767px) {
    .hidden-xs {
        display: none!important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .hidden-sm {
        display: none!important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .hidden-md {
        display: none!important
    }
}

@media (min-width:1200px) {
    .hidden-lg {
        display: none!important
    }
}

.visible-print {
    display: none!important
}

@media print {
    .visible-print {
        display: block!important
    }
    table.visible-print {
        display: table!important
    }
    tr.visible-print {
        display: table-row!important
    }
    td.visible-print,
    th.visible-print {
        display: table-cell!important
    }
}

.visible-print-block {
    display: none!important
}

@media print {
    .visible-print-block {
        display: block!important
    }
}

.visible-print-inline {
    display: none!important
}

@media print {
    .visible-print-inline {
        display: inline!important
    }
}

.visible-print-inline-block {
    display: none!important
}

@media print {
    .visible-print-inline-block {
        display: inline-block!important
    }
}

@media print {
    .hidden-print {
        display: none!important
    }
}

.expired {
    display: flex;
    flex-direction: column;
    grid-gap: 20px;
    filter: grayscale(1);
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #e6e6e6;
}

.expired_heading {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
    font-size: 15px;
    margin-bottom: 10px;
}

.expired_heading h2 {
    font-size: 26px;
    font-weight: 600;
}

@import url('https://fonts.googleapis.com/css2?family=Cabin:wght@400;500;600;700&display=swap');
* {
    font-family: 'Cabin', sans-serif;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

p,
h1,
h2,
h3,
h4,
h5,
h6,
ul {
    margin: 0;
}

a,
a:focus,
a:hover,
a:active {
    text-decoration: none;
}

.section {
    padding: 30px 0;
}

.noPaddingTop {
    padding-top: 0px;
}

.web_imagebox {
    display: block;
    min-height: 20px;
    width: 100%;
    position: relative;
}

.web_imagebox img {
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    max-height: 90%;
    max-width: 100%;
}

.bg {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #0000;
    background-blend-mode: overlay;
}

.shimmering {
    background: #f6f7f8;
    background-image: linear-gradient(to right, #f6f7f8 0, #edeef1 20%, #f6f7f8 40%, #f6f7f8 100%);
    background-repeat: no-repeat;
    background-size: cover;
    display: inline-block;
    position: relative;
    -webkit-animation-duration: 1s;
    -webkit-animation-fill-mode: forwards;
    -webkit-animation-iteration-count: infinite;
    width: 100%;
    -webkit-animation-name: placeholderShimmer;
    -webkit-animation-timing-function: linear;
}

@-webkit-keyframes placeholderShimmer {
    0% {
        background-position: -468px 0
    }
    100% {
        background-position: 468px 0
    }
}

.swiper {
    width: 100%;
    height: 100%;
}

.bgsec {
    background-color: #f9fbfc !important;
}


/*//////////////////////// Header ////////////////////////////*/

.header {
    background-color: #41a0c9;
}

.header-mainwrapper {
    display: flex;
    flex-direction: column;
    grid-gap: 10px;
    align-items: center;
}

.header-logo-area {
    height: 60px;
    display: block;
    position: relative;
    z-index: 99;
    flex: 0 0 120px;
    align-items: center;
    display: flex;
}

.header-logo-area img {
    height: auto;
    max-width: 100%;
}

.search-box {
    display: flex;
    align-items: center;
    position: relative;
    flex: 1;
    justify-content: flex-end;
}

.search-input {
    width: 100%;
    height: 45px;
    border-radius: 30px;
    padding: 10px;
    outline: none;
    border: 3px solid #bcbcbc;
    background-color: #f7f8f9;
    padding: 3px 40px 5px 18px;
    width: 100%;
    outline: none;
    font-size: 15px;
}

.header-tp {
    display: flex;
    align-items: center;
    grid-gap: 20px;
     padding-top: 7px; 
}

.header-btn {
    border-radius: 6px;
    display: flex;
    align-items: center;
    grid-gap: 20px;
    /* margin-left: auto; */
    /* margin-bottom: 10px; */
}

.header-bt {
    display: flex;
    align-items: center;
    grid-gap: 25px;
    margin-bottom: 7px;
    flex-direction: row-reverse;
}

.nav-list {
    display: flex;
    list-style: none;
    align-items: center;
    grid-gap: 25px;
}

.search-box i {
    position: absolute;
    font-size: 16px;
    padding: 0 15px;
    top: 14px;
}

.search_result_box {
    position: absolute;
    width: 100%;
    top: 100%;
    left: 0;
    background: #f7f7f7;
    display: none;
    overflow-y: auto;
    z-index: 9999;
    max-height: 400px;
    padding: 15px 10px;
    border-radius: 4px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border: 1px solid #efefef;
    border-top: none;
    box-shadow: 0 3px 3px 0px rgb(0 0 0 / 10%);
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 0;
}

.search-heading:nth-child(1) {
    margin-top: 0;
    text-align: left;
    font-size: 16px;
    padding: 0px 10px;
    padding-left: 0px;
    margin: 0px;
    margin: 0px 0 20px;
    text-transform: capitalize;
    color: #333;
}

.search-heading span {
    font-weight: 600;
}

.cubes-block {
    display: flex;
    flex-flow: wrap row;
}

.cubes-block.searched {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
    grid-gap: 20px;
    margin-top: 0px;
}

.single-cube {
    display: inline-block;
    margin-bottom: 0px;
    width: 100%;
}

.single-cube a {
    width: 100%;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    color: #444;
    font-size: 14px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    text-overflow: ellipsis;
    transition: all 0.3s ease;
}

.cubes-block.searched .single-cube a {
    background: #fff;
}

.cubes-block.searched .single-cube a {
    display: flex;
    height: auto;
    flex-direction: row;
    padding: 8px 10px;
    border: none;
    box-shadow: none;
    position: relative;
    border-radius: 5px;
    overflow: hidden;
}

.single-cube a .web_imagebox {
    max-width: 80%;
}

.cubes-block.searched .single-cube a .web_imagebox {
    height: 40px;
    flex: 0 0 40px;
    margin: 0px;
    background: #fff;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 10px;
}

.cubes-block.searched .single-cube a .web_imagebox img {
    max-width: 80%;
    max-height: 80%;
    border-radius: 0px;
}

.cubes-block.searched a .web_imagebox:after {
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    background-color: rgba(33, 33, 33, 0.05);
}

.flexed-result {
    flex: 1;
    align-items: center;
}

.single-cube a p.store-name {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    overflow: hidden;
    width: 100%;
}

.cubes-block.searched .single-cube a p.store-name {
    background: transparent;
    text-align: left;
    padding: 0px;
    font-weight: 600;
    font-size: 13px;
    color: #333;
    letter-spacing: 0.5px;
}

.coupon_count {
    font-size: 12px;
    font-weight: 600;
}

.search_result_box::-webkit-scrollbar {
    width: 5px;
}

.search_result_box::-webkit-scrollbar-track {
    background: #9a275a;
}

.search_result_box::-webkit-scrollbar-thumb {
    background: #888;
}

.search_result_box::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.h-btn {
    padding: 7px 20px;
    border-radius: 5px;
    color: #ffffff;
    /* box-shadow: 0 0 5px #0003; */
    font-weight: 600;
    border: 2px solid #fff;
    background-color: #fff;
    padding: 7px 20px;
    border-radius: 5px;
}

.header-cat-btn {
    background-color: #ffffff;
    padding: 12px 25px;
    border-radius: 5px 5px 0 0;
    color: #333;
    display: flex;
    align-items: center;
    grid-gap: 5px;
    font-weight: 600;
    margin-bottom: -7px;
    margin-right: auto;
}

.h-cat-btn {
    color: #333;
}

.h-cat-btn:hover {
    color: #333;
}

.hbt-2 {
    background-color: #686868;
}

.nav-list li i {
    font-size: 20px;
}

.nav-list li {
    display: flex;
    align-items: center;
    grid-gap: 13px;
    transition: 0.3s ease;
    border-radius: 5px 5px 0 0;
    position: relative;
}

.nav-lst-item {
    font-size: 15px;
    color: #fff;
    display: flex;
    align-items: center;
    grid-gap: 5px;
    padding: 11px 0px 5px;
}

.nav-list li:before {
    position: absolute;
    width: 0;
    height: 2px;
    background-color: #e7e7e7;
    content: "";
    bottom: 0;
    transition: 0.3s ease;
}

.nav-list li:hover:before {
    width: 100%;
}

.nav-list li a:hover {
    color: #e7e7e7;
}

.nav-list li.active:before {
    width: 100%;
}

.hbt-1 {
    background: #fff;
    color: #333;
    border: 2px solid #bcbcbc;
}

.h-btn:hover {
    background: #ebebeb;
    color: #333;
}

.categories-dd {
    position: absolute;
    top: 100%;
    left: 14px;
    width: 40%;
    background-color: #fff;
    z-index: 10;
    /* box-shadow: 0 0 10px rgb(0 0 0 / 10%); */
    display: none;
    border-radius: 0 0 10px 10px;
}

.categories-dd .categories-dd-header {
    background-color: #9a275a;
    padding: 15px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.categories-dd .categories-dd-header h3 {
    color: #ffffff;
    font-weight: 600;
    font-size: 16px;
}

.categories-dd .categories-dd-header i {
    color: #240046;
    cursor: pointer;
}

.categories-dd-header i {
    background-color: #fff;
    padding: 6px;
    border-radius: 4px;
}

.categories-dd .categories-dd-body {
    text-align: center;
    box-shadow: 0 0 5px #0003;
}

.categories-dd .categories-dd-body ol {
    display: grid;
    grid-template-columns:  repeat(auto-fit, minmax(200px, 1fr));
    grid-row-gap: 20px;
    margin: 0 auto;
    list-style: none;
    padding: 20px 10px;
    grid-gap: 10px;
}

.categories-dd .categories-dd-body ol li {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 50px;
    width: 0;
    transition: 0.5s;
    padding: 10px;
    border-radius: 8px;
}

.categories-dd .categories-dd-body ol li .web_imagebox {
    flex: 0 0 35px;
    height: 35px;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 0 5px #0003;
}

.categories-dd .categories-dd-body ol li img {
    max-width: 60%;
    max-height: 60%;
}

.categories-dd .categories-dd-body ol li a {
    color: #000;
    margin-left: 15px;
}

.categories-dd .categories-dd-body ol li a span {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left;
    padding-right: 5px;
}

.categories-dd .categories-dd-footer {
    display: flex;
    justify-content: flex-end;
    padding: 0px 20px 10px 20px;
}

.categories-dd .categories-dd-footer a {
    position: relative;
    color: #9a275a;
    font-size: 14px;
    font-weight: 600;
}

.categories-dd .categories-dd-footer a:before {
    content: '';
    position: absolute;
    bottom: 0;
    width: 0;
    border-bottom: 1px solid #9a275a;
    transition: 0.5s;
}

.categories-dd .categories-dd-footer a:hover:before {
    width: 100%;
}

.categories-dd .categories-dd-body ol li:hover {
    width: 100%;
    background-color: #ebebeb;
}

.nav-toogle-btn {
    margin-left: auto;
    background-color: #f7f8f9;
    padding: 10px 15px;
    border-radius: 3px;
    display: none;
}

.nav-toogle-btn i {
    color: #9a275a;
}


/*////////////////////////////// Banner Css ////////////*/

.banner-mainwrapper {
    display: flex;
    grid-gap: 15px;
}

.slider_parent {
    flex: 1;
}

.banner-slider-area {
    display: grid;
    height: 'max-content !important';
}

.banner-index-cat-area {
    flex: 1;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 15px;
}

.slider-banner-bg {
    width: 100%;
    height: 415px;
    border-radius: 5px;
}

.banner-cat-bg {
    width: 100%;
    height: 200px;
    border-radius: 5px;
}

.banner-order1 {
    grid-column: span 2;
}

.slider-banner-content {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 20px 20px 60px 20px;
}

.slider-banner-content.pr-110 {
    padding-right: 110px;
}

.slider-banner-desc {
    color: #fff;
    text-shadow: 0px 0px 10px #25252533, 2px 2px 1px #25252533, 3px 3px 1px #25252533, 4px 4px 1px #25252533;
}

.slider-banner-btn {
    display: flex;
    grid-gap: 10px;
    font-size: 18px;
}

.slider-banner-title {
    position: relative;
    font-size: 20px;
    color: #fff;
    text-shadow: 1px 1px 1px #45046a33, 2px 2px 1px #45046a33, 3px 3px 1px #45046a33, 4px 4px 1px #45046a33;
    width: calc(100% - 10px);
}

.swiper_btn_parent .swiper-button-next,
.swiper_btn_parent .swiper-button-prev {
    position: relative;
    flex: 0 0 60px;
    opacity:0.5;
}

.slider-banner-slide-r:after {
    padding: 6px 15px;
    font-size: 20px;
    border-radius: 3px;
    color: #ffffff;
    font-weight: 900;
}

.slider-banner-slide-l:after {
    font-size: 20px;
    border-radius: 3px;
    color: #ffffff;
    left: -50px;
    font-weight: 900;
}

.slider-banner-btn a {
    color: #bcbcbc;
}

.slider-banner-slide-r:hover:after {
    color: #9a275a;
}

.slider-banner-slide-l:hover:after {
    color: #9a275a;
}

.swiper_btn_parent {
    display: flex;
    position: av;
    position: absolute;
    bottom: 60px;
    right: 0px;
    grid-gap: 10px;
    width: 150px;
    flex-direction: row-reverse;
}

.swiper-slide-active .slider-banner-btn {
    animation: bannerAnimation1 1.5s 1;
}

.swiper-slide-active .slider-banner-title {
    animation: bannerAnimation2 1.3s 1;
}

@keyframes bannerAnimation1 {
    0% {
        opacity: 0;
        margin-bottom: 20px;
    }
    100% {
        opacity: 1;
        margin-bottom: 0;
    }
}

@keyframes bannerAnimation2 {
    0% {
        opacity: 0;
        margin-bottom: 20px;
    }
    100% {
        opacity: 1;
        margin-bottom: 0;
    }
}

.banner-cont {
    padding-bottom: 30px;
}

.banner-cat-bttom {
    color: #f7f8f9;
    font-size: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    position: relative;
    text-shadow: 1px 1px 1px #45046a33, 2px 2px 1px #45046a33, 3px 3px 1px #45046a33, 4px 4px 1px #45046a33;
}


/*////////////////////////////// Section 1 Css ///////////*/

.index-tp-heading {
    text-align: center;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 30px;
    text-transform: uppercase;
    padding-bottom: 10px;
}

.index-tp-heading span {
    position: relative;
    padding-bottom: 10px;
}

.index-tp-heading span:before {
    position: absolute;
    content: "";
    height: 4px;
    width: 100%;
    background-color: #4662c9;
    bottom: -5px;
    left: 0px;
}

.index-f-cpn-mainwrapper {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    grid-gap: 20px;
    align-items: flex-start;
}

.index-cpn-main {
    display: flex;
    flex-direction: column;
    grid-gap: 10px;
    background-color: #f9fbfc;
    position: relative;
    border-radius: 5px;
    box-shadow: 0 0 5px rgb(135 135 135 / 31%);
}

.index-cpn-bg {
    width: 100%;
    height: 168px;
   
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px 5px 0 0;
	background-color: #fff; /* White background behind image box */
}

.rating_item {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    grid-gap: 10px;
}

.index-cpn-img {
    width: 180px;
    height: 130px;
    
    background-color: #fff;
    overflow: hidden;
    padding: 5px;
    ;
}

.Coupontittle{
    font-size: 22px;
    color: #161616;;
}

.index-cpn-img .web_imagebox {
    width: 100%;
    height: 100%;
}

.index-cpn-img .web_imagebox img {
    max-width: 100%;
    max-height: 100%;
}

.index-cpn-title {
    font-size: 17px;
    font-weight: 700;
    color: #474747;
    cursor: pointer;
    line-height: 1.3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
}

.index-cpn-footer-area {
    padding: 0 10px 10px 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #eaeaea;
}

.index-cpn-used {
    font-size: 14px;
    font-weight: 700;
    color: #4662c9;
}

.tittlenbtn{
    display: flex !important
;
    flex-direction: column;
    justify-content: space-between;
}

.index-cpn-content {
    padding: 0 10px;
    min-height: 45px;
}

.index-cpn-deal {
    position: absolute;
    right: 12px;
    top: 12px;
    background-color: #26842a;
    padding: 0 8px;
    font-size: 13px;
    height: auto;
    line-height: 2em;
    border-radius: 3px;
    display: inline-flex;
    color: #fff !important;
    text-transform: uppercase;
    white-space: nowrap;
    align-items: center;
    font-weight: 600;
    display: flex;
    grid-gap: 5px;
}

.index-cpn-str-name {
    width: auto;
    background: #4662c9;
    color: #fff;
    flex: 0 0 auto;
    display: block;
    float: left;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 13px;
    margin-right: auto;
    padding: 3px 10px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.index-cpn-detail-btn a {
    font-size: 11px;
    font-weight: 600;
    color: #333;
}

.index-cpn-detail-btn a {
    font-size: 14px;
    font-weight: 700;
    color: #6b6b6b;
}

.index-cpn-detail-btn i {
    font-size: 10px;
    color: #6b6b6b;
    line-height: 0;
}

.index-cpn-added-expiry-head {
    font-size: 16px;
    font-weight: 900;
    color: #3b3b3b;
    margin-bottom: 5px;
}

.index-cpn-footer-bottom {
    padding: 0px 10px;
    padding-bottom: 10px;
    display: none;
}

.index-cpn-footer-bottom.single-str-footer-cpn {
    padding: 0px 0 10px;
    display: none;
}

.index-cpn-added-expiry p {
    font-size: 14px;
    font-weight: 500;
    text-transform: capitalize;
    color: #757575;
}

.index-cpn-added-expiry {
    display: flex;
    flex-direction: column;
    grid-gap: 5px;
}

.index-cpn-added-expiry p.added {
    color: #007100;
}

.index-cpn-added-expiry p.expiry {
    color: #c00000;
}

.index-cpn-detail-btn {
    display: flex;
    align-items: center;
    grid-gap: 5px;
}


/*////////////////////////// Index top Store //////////////*/

.top-stores-main {
    flex: 1;
}

.index-top-str-sidepanel {
    flex: 0 0 300px;
}

.top-stores-main {
    display: grid;
    grid-template-columns:  repeat(auto-fit, minmax(200px, 1fr));
    grid-gap: 20px;
}

.stores-img-area {
    width: 100px;
    height: 100px;
}

.stores-img-area .web_imagebox {
    width: 100%;
    height: 100%;
}

.stores-img-area .web_imagebox img {
    max-width: 100%;
    max-height: 100%;
}

.stores-img-area {
    width: 60px;
    height: 60px;
    box-shadow: 0px 0px 15px 2px #00000014;
    border-radius: 50%;
    overflow: hidden;
    background-color: #fff;
    padding: 10px;
}

.index-str {
    display: flex;
    align-items: center;
    border-radius: 10px;
    grid-gap: 15px;
}

.index-str-title {
    font-size: 15px;
    font-weight: 900;
    color: #000C2D;
}

.index-str-uses {
    color: #170c2d;
    font-weight: 500;
    opacity: 0.5;
}


/*////////////////////////// Index How it Works //////////////*/

.how-to-mainwrapper {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 30px;
}

.how-to-title p {
    color: #343636;
    display: block;
    /* margin: 0 0 1rem; */
    letter-spacing: -.02813rem;
    /* line-height: 1.625rem; */
    font-size: 17px;
    font-weight: 900;
}

.how-to-desc p {
    line-height: 1.6em;
    font-weight: 400;
    text-align: center;
}

.how-to-main {
    display: flex;
    flex-direction: column;
    align-items: center;
    grid-gap: 5px;
}

.how-to-main .how_to_img {
    width: 100%;
    height: 120px;
    display: flex;
}


/*////////////////////////// F A Q //////////////*/

.accordion {
    display: flex;
    /* max-width: 1010px; */
    width: 100%;
    align-items: center;
    justify-content: space-around;
    background: #fff;
    border-radius: 25px;
    /* padding: 45px 90px 45px 60px; */
}

.accordion .image-box {
    height: 200px;
    width: 300px;
}

.accordion .image-box img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}

.accordion .accordion-text {
    width: 60%;
}

.accordion .accordion-text .title {
    font-size: 35px;
    font-weight: 600;
    color: #7d2ae8;
    font-family: 'Fira Sans', sans-serif;
}

.faq-text::-webkit-scrollbar {
    display: none;
}

.accordion .accordion-text li {
    list-style: none;
    cursor: pointer;
}

.accordion .accordion-text li:not(:last-of-type) {
    border-bottom: 1px solid #eaeaea;
}

.accordion-text li .question-arrow {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0px;
}

.accordion-text li .question-arrow .question {
    font-size: 18px;
    font-weight: 700;
    color: #5f5f5f;
    transition: all 0.3s ease;
    text-transform: capitalize;
}

.accordion-text li .question-arrow .arrow {
    font-size: 15px;
    color: #b5b5b5;
    transition: all 0.3s ease;
}

.accordion-text li.showAnswer .question-arrow .arrow {
    transform: rotate(-180deg);
}

.accordion-text li:hover .question-arrow .question,
.accordion-text li:hover .question-arrow .arrow {
    color: #048b93;
}

.accordion-text li.showAnswer .question-arrow .question,
.accordion-text li.showAnswer .question-arrow .arrow {
    color: #7d2ae8;
}

.accordion-text li .line {
    display: block;
    height: 1px;
    width: 95%;
    margin: 10px 0;
    background: rgba(0, 0, 0, 0.1);
}

.accordion-text li p {
    width: 100%;
    font-size: 15px;
    font-weight: 500;
    color: #595959;
    display: none;
    padding: 0px 0 10px;
}

.accordion-text li.showAnswer p {
    display: block;
}


/*/////////////////////////////// Desclaimer Css ///////////*/

.desclaimer-mainwrapper {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.desclaimer-desc {
    font-size: 15px;
    font-weight: 600;
    padding: 0px 20px 20px;
    line-height: 1.6;
    text-align: center;
}


/*/////////////////////////////// Footer Css ///////////*/

.footer {
    background-color: #2d2d2d;
    padding: 40px 15px;
}

.footer-mainwrapper {
    display: grid;
    grid-template-columns: 30% 1fr 1fr 30%;
    grid-gap: 20px;
}

.logo-desc-mainwrapper {
    display: flex;
    /* align-items: center; */
    flex-direction: column;
    grid-gap: 20px;
}

.footer-desc p {
    color: #fff;
}

.footer-heading {
    /* text-align: center; */
    /* font-size: 18px; */
    /* font-weight: 600; */
    color: #fff;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    /* margin-bottom: 30px; */
}

.footer-main {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    grid-gap: 15px;
}

.footer-tp-str {
    list-style: none;
}

.footer-tp-str {
    list-style: none;
    display: flex;
    flex-direction: column;
    grid-gap: 10px;
}

.footer-tp-str li a {
    font-size: 15px;
    font-weight: 500;
    color: #fff;
}

.footer-subs-desc {
    text-align: center;
}

.footer-sub-mainwrapper {
    display: flex;
}

.submit-form.subscribe {
    width: 100%;
}

.submit-form.subscribe .response-box .alert {
    margin-bottom: 20px;
}

.footer-sub-mainwrapper input {
    width: 100%;
    color: #333;
    background: #fff;
    padding: 6px 12px;
    margin-bottom: 0;
    outline: none;
    border: none;
    border-radius: 5px 0 0 5px;
}

.footer-sub-mainwrapper button {
    background-color: #4662c9;
    padding: 9px;
    border-radius: 0 5px 5px 0;
    color: #fff;
    border: none;
    outline: none;
}

.footer-subs-desc p {
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    text-align: center;
}

.footer-copy-link {
    display: flex;
    align-items: center;
    list-style: none;
    grid-gap: 20px;
}

.copyright-area-main {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.f-copy-icons {
    display: flex;
    align-items: center;
    justify-content: center;
    grid-gap: 15px;
}

.copyright p {
    font-weight: 500;
    color: #fff;
}

.f-copy-icons a {
    width: 40px;
    height: 40px;
    background-color: #313131;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 3px;
    color: #fff;
    transition: 0.3s ease;
}

.copyright {
    width: 100%;
}

.copyright .f-copy-icons {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    margin: 10px auto 0;
}


.f-copy-icons a.fb:hover {
    background: #1877f2;
}

.f-copy-icons a.twt:hover {
    background: #1da1f2;
}

.f-copy-icons a.pt:hover {
    background: #e60023;
}

.f-copy-icons a.insta:hover {
    background: radial-gradient(circle at 33% 100%, #fed373 4%, #f15245 30%, #d92e7f 62%, #9b36b7 85%, #515ecf) !important;
}

.f-copy-icons a.google_plus:hover {
    background: #DB4437;
}

.footer-heading span {
    position: relative;
}

.footer-heading span:before {
    position: absolute;
    content: "";
    height: 2px;
    width: 100%;
    background-color: #4662c9;
    bottom: -5px;
    left: 0px;
}

.f-copy-icons a:hover {
    background-color: #9a275a;
}

.copyright-sec {
    padding: 10px 0;
    background-color: #262626;
	
}

.footer-bottom,
.footer-bottom p,
.copyright,
.copyright p {
    text-align: center;
}



/*////////////////////////// Store List   ////*/

.store-lst-bread-main {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.breadcrumb {
    margin-bottom: 15px;
    font-size: 14px;
    color: rgba(0, 12, 45, 0.7);
    background: none;
    padding: 0;
}

.breadcrumb a {
    color: #02659b;
    text-decoration: underline;
    text-decoration: none;
    font-size: 15px;
    color: #333;
}

.breadcrumb a.active {
    color: #9a275a;
    font-weight: 800;
}

.breadcrumb .sep {
    display: inline-block;
    padding: 0 6px;
    margin: 0;
    font-size: 10px;
    min-width: 20px;
    text-align: center;
}

.str-lst-tp-str {
    display: block;
    padding: 35px;
    text-align: center;
    background-color: #fff;
    border-radius: 4px;
    outline: none;
}

.click {
    display: flex;
    padding: 20px;
    text-align: center;
    background-color: #fff;
    border: 1px solid #f3f3f3;
    border-radius: 4px;
    outline: none;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.click .web_imagebox {
    width: 100px;
    height: 100px;
}

.click .web_imagebox img {
    max-width: 100%;
    max-height: 100%;
}

.merchant {
    color: #3b3b3b;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-transform: capitalize;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.swiper-parent-str-lst {
    height: 180px;
}

.store-lst-mainwrapper {
    display: grid;
    grid-gap: 30px;
    align-items: flex-start;
    grid-template-columns: 1fr 330px;
}

.str-lst-main {
    flex: 1;
    background-color: #fff;
    padding: 15px;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    grid-gap: 20px;
}

.str-lst-side {
    flex: 0 0 400px;
}

.pill-list {
    list-style: none;
}

.pill-list.f-18 {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(37px, 1fr));
    grid-gap: 10px;
}

.pill-list.pill-list--category {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(130px, 1fr));
    grid-gap: 10px;
}

.pill-list li {
    display: inline-block;
}

.pill-list.pill-list--category li {
    display: block;
    width: 100%;
    margin: 0px;
}

.pill {
    background-color: #ededed;
    border-radius: 5px;
    color: #000C2D;
    display: inline-block;
    padding: 5px 10px;
    font-size: 14px;
    line-height: normal;
    transition: background-color 0.3s, color 0.3s;
    text-align: center;
}

.pill.invert {
    background-color: #ffffff;
    border: 2px solid #cdcdcd;
}

.pill:link,
.pill:hover {
    color: #000C2D;
}

.pill-alpha {
    width: 37px !important;
    padding: 8px 5px;
    background-color: #f9fbfc;
    display: block;
    text-align: center;
    border-radius: 3px;
    color: #686868;
    transition: 0.3s ease;
}

.pill-alpha:hover,
.pill-alpha.active {
    background-color: #9a275a;
    color: #fff;
}

.upper {
    text-transform: uppercase;
    white-space: nowrap;
}

.str-lst-stores-main-img {
    width: 70px;
    height: 70px;
    box-shadow: 10px 10px 15px #00000014;
    border-radius: 50%;
    overflow: hidden;
    background-color: #fff;
    padding: 10px;
}

.str-lst-stores-main-img .web_imagebox {
    width: 100%;
    height: 100%;
}

.str-lst-stores-main-img .web_imagebox img {
    max-width: 100%;
    max-height: 100%;
    border-radius: 50px;
}

.store_list_main_title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 15px 0;
    padding: 15px 0;
    border-bottom: 1px solid #f1f1f1;
    border-top: 1px solid #f1f1f1;
    color: #333;
}

.about_read_more {
    color: #9a275a;
    font-weight: 600;
    font-size: 16px;
    margin: 0px;
    padding: 0px;
    display: flex;
    align-items: center;
    grid-gap: 5px;
}

.sub_heading_main_store {
    color: #333;
    font-weight: 700;
    font-size: 20px;
    text-transform: uppercase;
}

.str-lst-stores-mainwrapper {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(210px, 1fr));
    grid-gap: 20px;
}

.str-lst-stores-main {
    display: flex;
    align-items: center;
    /* flex-direction: column; */
    grid-gap: 10px;
    box-shadow: inset 0 0 5px #f9fbfc;
    border-radius: 6px;
    padding: 10px;
    background-color: #f9fbfc;
}

.stores-lst-main-name-title {
    font-size: 16px;
    font-weight: 600;
    color: #686868;
}

.stores-lst-main-name-uses {
    font-size: 14px;
    color: #999;
}

.str-lst-side {
    flex: 0 0 400px;
    background-color: #fff;
    padding: 15px;
    border-radius: 10px;
}

.pill-cat {
    background-color: #ededed;
    border-radius: 5px;
    color: #000C2D;
    display: inline-block;
    padding: 5px 10px;
    font-size: 14px;
    line-height: normal;
    transition: background-color 0.3s, color 0.3s;
    text-align: center;
    background-color: #f9fbfc;
    color: #9a275a;
    font-weight: 600;
    font-size: 15px;
}

.pill-list.pill-list--category .pill-cat {
    width: 100%;
    text-align: center;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 5px 10px;
    line-height: 1.5;
}

.pill-cat:hover {
    color: #f9fbfc;
    background: #9a275a;
}

.section-header {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 5px;
    color: #323232;
}

.section-inner {
    display: flex;
    flex-direction: column;
    grid-gap: 10px;
}

.cat-lst-view-all-btn {
    width: 100%;
}

.cat-lst-view-all-btn a {
    padding-top: 10px;
    border-top: 1px solid #f1f1f1;
    color: #9a275a;
    margin-top: 10px;
    text-transform: capitalize;
    display: flex;
    font-weight: 600;
    align-items: center;
    justify-content: flex-start;
    column-gap: 5px;
}

.cat-lst-view-all-btn a i {
    line-height: 0px;
}


/*/////////////////////////  Category List ////////////*/

.category-lst-mainwrapper {
    display: flex;
    grid-gap: 30px;
    flex-direction: row-reverse;
}

.category-lst-main {
    display: flex;
    flex-direction: column;
    flex: 1;
    grid-gap: 30px;
}

.category-lst-main-ct {
    display: flex;
    grid-gap: 20px;
    box-shadow: 0 0 5px #0003;
    padding: 10px 15px;
    border-radius: 10px;
    background-color: #fff;
    position: relative;
    align-items: center;
    flex-direction: row-reverse;
}

.category-lst-sidebar {
    flex: 0 0 400px;
}

.cat-lst-pill-area {
    flex: 1;
    display: flex;
    flex-direction: column;
    grid-gap: 10px;
}

.visible-lg-flex {
    flex: 0 0 130px;
    height: 130px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f9fbfc;
    padding: 20px;
    border-radius: 10%;
    box-shadow: inset 0 0 5px #0003;
}

.c-directory-icon {
    color: #9b0047;
    font-size: 70px !important;
}

.category-lst-sidebar-main {
    box-shadow: 0 0 5px #0003;
    padding: 15px;
    border-radius: 10px;
    background-color: #fff;
}

.category-lst-sidebar {
    flex: 0 0 350px;
    display: flex;
    flex-direction: column;
    grid-gap: 30px;
}

.visible-lg-flex .web_imagebox {
    width: 110px;
    height: 110px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.visible-lg-flex .web_imagebox img {
    max-width: 100%;
    max-height: 100%;
}


/*/////////////////////////////// Single Store ////////////////////*/

.single-store-mainwrapper {
    display: flex;
    grid-gap: 30px;
}

.single-str-main {
    flex: 1;
}

.single-str-sidepanel {
    flex: 0 0 300px;
}

.single-str-tp {
    align-items: flex-start !important;
}

.nopad {
    padding-bottom: 10px;
}

.single-str-img-area {
    width: 120px;
    height: 120px;
    box-shadow: 0 0 5px #0003;
    border-radius: 50%;
    overflow: hidden;
    padding: 10px;
    background-color: #fff;
}

.single-str-img-area .web_imagebox {
    width: 100%;
    height: 100%;
}

.single-str-img-area .web_imagebox img {
    max-width: 100%;
    max-height: 100%;
}

.single-str-sec {
    background-color: #f1f1f1;
    padding: 20px 0;
}

.single-str-tp-area {
    /* DISPLAY: flex; */
    display: flex;
    align-items: center;
    grid-gap: 20px;
}

.single-str-title-tp {
    font-size: 25px;
    font-weight: 600;
    line-height: 1;
}

.single-str-deal-tp {
    display: flex;
    align-items: center;
    grid-gap: 8px;
}

.single-str-tp-content {
    display: flex;
    flex-direction: column;
    grid-gap: 10px;
}

.footer-logo {
    max-width: 180px;
}

.single-str-deal-tp i {
    color: #fff;
    background-color: #38b90e;
    padding: 4px;
    border-radius: 50%;
    font-size: 12px;
}

.single-str-mainwrapper {
    display: flex;
    grid-gap: 30px;
    align-items: flex-start;
}

.single-str-deal-tp span {
    font-size: 15px;
    font-weight: 600;
}

.single-str-main {
    flex: 1;
}

.single-str-sidepanel {
    flex: 0 0 300px;
    box-shadow: 0 0px 12px #00000029;
    border-radius: 10px;
}

.single-str-deal-filter ul {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}

.single-str-deal-filter ul li {
    /* font-size: 13px; */
    /* flex: 1; */
    -ms-flex: 1 0 auto;
    margin: 0 2px 10px;
    /* max-width: 160px; */
    margin: 0 5px 10px;
    flex: 1;
}

.single-str-deal-filter ul li a {
    background-color: #E2EDFF;
    color: #000C2D;
    font-weight: 600;
    border-radius: 20px;
    padding: 6px 17px;
    border: 1px solid transparent;
    font-size: 15px;
}

.single-str-deal-filter {
    text-align: center;
}

.stars {
    display: flex;
    grid-gap: 5px;
    align-items: center;
    justify-content: flex-start;
    list-style-type: none;
}

.stars i {
    font-size: 22px;
    color: #0002;
    cursor: pointer;
}

.ratings {
    color: #2e2e2e;
    font-weight: 700;
    font-size: 16px;
}

.stars i:hover,
.star.hover i,
.star.selected i {
    color: #ffb100;
}

.store_list_header_content p {
    font-size: 14px;
    font-weight: 600;
    color: #000000ad;
    display: flex;
    align-items: center;
    grid-gap: 5px;
}

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

.single-str-sec-pad {
    padding: 15px;
    border-bottom: 1px solid #eaeaea;
}

.bullet-list {
    list-style: disc outside;
    padding-left: 25px;
    line-height: 1.25em;
}

.bullet-list li {
    padding: 6px 0;
}

.tbl-spaced {
    border-collapse: initial;
    border-spacing: 8px;
}

.w-100 {
    width: 100%;
}

.icon-list {
    list-style: none;
}

.icon-list>li {
    padding: 4px 0;
}

.icon-list .icon {
    color: #000C2D;
    width: 20px;
    font-size: 130%;
    margin-right: 10px;
    vertical-align: middle;
}

.homepage.ga-ref {
    font-size: 15px;
    font-weight: 700;
}

.social-links {
    margin-left: -5px;
}

.inline-list li {
    display: inline-block;
    vertical-align: top;
}

.social-links li {
    margin: 0 0 5px 5px;
}

.social-links--round a {
    border: 2px solid #000C2D;
    border-radius: 50%;
    display: block;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 35px;
}

.social-links--round .icon {
    color: #000C2D;
    font-size: 18px;
}

.fab {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400;
}

.pd-bt {
    padding-bottom: 40px;
}

.side-panel-sm-str-mainwrapper {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(80px, 1fr));
    grid-gap: 10px;
}

.side-panel-sm-str-main {
    display: flex;
    align-items: center;
    flex-direction: column;
    grid-gap: 10px;
}

.side-panel-sm-str-img {
    width: 70px;
    height: 70px;
    box-shadow: 10px 10px 15px #00000014;
    border-radius: 50%;
    overflow: hidden;
    padding: 10px;
}

.side-panel-sm-str-content .name {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
    word-break: break-all;
    text-transform: capitalize;
    font-weight: 800;
    color: #9a275a;
}

.side-panel-sm-str-content .post_count {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
    font-weight: 800;
    color: #757575;
    font-size: 13px;
}

.side-panel-sm-str-img .web_imagebox {
    width: 100%;
    height: 100%;
}

.side-panel-sm-str-img .web_imagebox img {
    max-width: 100%;
    max-height: 100%;
}

.side-panel-sm-str-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #333;
}

.pill-list--category .pill,
.pill-list--category .pill:link,
.pill-list--category .pill:hover {
    background-color: #D8ECEF;
    color: #07525D;
    width: 100%;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    -webkit-box-orient: vertical;
    text-align: center;
}

.more>a {
    color: #000C2D;
    text-decoration: underline;
    font-size: 15px;
    font-weight: 600;
}

.section-header-link i {
    color: #333;
}

.single-str-main-cpn-wrapper {
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    grid-gap: 30px;
}

.single-str-main-cpn-main {
    position: relative;
    box-shadow: 0 6px 12px #00000029;
    padding: 15px 15px 10px 15px;
    border-radius: 10px;
    padding-bottom: 0px;
}

.single-str-cpn-main-bd {
    display: flex;
    grid-gap: 15px;
    position: relative;
    padding-bottom: 15px;
    align-items: center;
    border-bottom: 1px solid #eaeaea;
}

.single-str-cpn-main-bg {
    padding: 4px;
    background-color: #ffffff;
    border-radius: 10px;
    box-shadow: inset 0 0 0 5px #0003;
}

.single-str-cpn-main-img {
    width: 80px;
    height: 80px;
    flex: 0 0 100px;
    box-shadow: 0 0 5px #0003;
    /* border-radius: 50%; */
    padding: 10px;
    overflow: hidden;
    background-color: #fff;
    border-radius: 5px;
}

.single-str-cpn-main-img .web_imagebox {
    width: 100%;
    height: 100%;
}

.single-str-cpn-main-img .web_imagebox img {
    max-width: 100%;
    max-height: 100%;
}

.index-cpn-main-title {
    font-size: 18px;
    font-weight: 700;
    text-transform: capitalize;
}

.single-str-desc-main p {
    font-size: 15px;
    color: #757575;
}

.single-str-main-cpn-added {
    display: inline-flex;
    align-items: center;
    column-gap: 4px;
    color: #fff;
    font-weight: 600;
    background-color: #38b90e;
    position: absolute;
    top: -22px;
    padding: 3px 10px;
    border-radius: 0 0 5px 5px;
}

.single-str-main-cpn-added i {
    background-color: #ffffff;
    padding: 1px;
    border-radius: 50%;
    color: #333;
    font-size: 12px;
}

.action-box {
    position: relative;
    flex: 0 0 180px;
}

.main-offer .offer-wrapper .action-box {
    flex: 0 0 230px;
    width: 230px;
    padding: 0 15px;
    align-self: center;
}

.copycodebtn {
    cursor: pointer;
}

.action-code {
    position: relative;
}

.action-cta {
    height: 39px;
    line-height: 38px;
    font-size: 16px;
    font-weight: 700;
    z-index: 1;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-radius: 0px;
    transition: margin .2s, padding .2s;
    display: block;
    position: relative;
    padding: 1px 6px 0 10px;
    color: #fff;
    margin-right: 35px;
    margin-bottom: 2px;
    max-width: 100%;
    border: 0;
    text-decoration: none;
    text-align: center;
    text-shadow: 0 -1px 0 rgb(0 0 0 / 10%);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    background-color: #1a500d;
    width: 100%;
    max-width: 92%;
    border-radius: 5px 0 0 5px;
    transition: 700ms ease;
}

.action-cta.deal {
    width: 100%;
    max-width: 100%;
}

.action-cta-code {
    display: block;
    width: 100%;
    height: 40px;
    line-height: 39px;
    border: 2px solid #9a275a;
    background-color: #f4f3f8;
    text-align: right;
    padding-right: 8px;
    color: #1a500d;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 5px;
}

.action-box:hover .action-cta:not(.deal) {
    width: 85%;
    transition: 700ms ease;
}

.single-str-cpn-main-bt-area {
    padding: 5px 5px 0 5px;
    display: flex;
    align-items: center;
    grid-gap: 10px;
}

.single-str-cpn-footerrr {
    padding-top: 15px;
    padding-bottom: 5px;
}

.single-cpn-str-footer {
    display: flex;
    padding-top: 10px;
    padding-bottom: 5px;
}

.single-str-cpn-main-content-area {
    flex: 1;
}

.single-str-cpn-footer-bt {
    flex: 1;
}

.single-str-cpn-footerrr {
    padding: 8px 0px;
}

.single-str-main-cpn-added:before {
    /* position: absolute; */
    /* content: ""; */
    content: "";
    position: absolute;
    height: 0;
    width: 0;
    right: -5.5px;
    top: 0.1px;
    border-bottom: 6px solid #444343;
    border-right: 6px solid transparent;
    /* left: 0; */
}

.single-str-main-cpn-added:after {
    content: "";
    position: absolute;
    height: 0;
    width: 0;
    left: -6.5px;
    top: 0.1px;
    border-bottom: 6px solid #444343;
    border-left: 6px solid transparent;
}


/*//////////////////////////////////////// Single category /////////////////*/

.store_list_header {
    background: #fff;
    border-radius: 10px;
    padding: 15px;
    /* box-shadow: 0 0 10px #0002; */
    display: flex;
    grid-gap: 20px;
}

.store_list_header_img {
    height: 90px;
    flex: 0 0 90px;
    overflow: hidden;
    border-radius: 5px;
    background: #fff;
    /* border: 5px solid #fff; */
    box-shadow: 0 0 10px #0001;
}

.store_list_header_img .web_imagebox {
    height: 100%;
    width: 100%;
    border-radius: 5px;
    overflow: hidden;
}

.store_list_header_img .web_imagebox img {
    max-height: 100%;
    max-width: 100%;
}

.store_list_header_content {
    display: flex;
    flex-direction: column;
    grid-gap: 10px;
}

.store_list_header_content h2 {
    font-size: 20px;
    font-weight: 600;
    text-transform: capitalize;
}

.store_list_header_content p {
    font-size: 14px;
    font-weight: 600;
    color: #000000ad;
    display: flex;
    align-items: center;
    grid-gap: 5px;
}

.store_list_header_content p i {
    font-size: 20px;
    color: #5ec963;
}

.single_category_container {
    /* display: flex; */
    /* grid-gap: 30px; */
    align-items: flex-start;
    /* background: #fff !important; */
    /* justify-content: center; */
    flex-direction: row;
    /* position: relative; */
    /* margin-top: 0; */
    /* margin: -20px 20px 0 20px !important; */
    /* padding: 20px; */
    /* box-shadow: 0 0 10px #0002; */
    border-radius: 10px;
}

.single_store_container {
    display: flex;
    grid-gap: 30px;
    align-items: flex-start;
    /* background: transparent; */
    justify-content: center;
    position: relative;
    /* margin-top: 20px; */
}

.coupons_container_main {
    flex: 1;
    display: flex;
    flex-direction: column;
    grid-gap: 20px;
}

.switchers {
    display: flex;
    grid-gap: 10px;
}

.switchers_items {
    padding: 8px 15px;
    background: #f1f1f1;
    border-radius: 5px;
    box-shadow: inset 0 0 10px #f1f1f1;
    flex: 1;
    color: #000;
    font-weight: 500;
    text-align: center;
    font-size: 14px;
    position: relative;
    transition: all 0.3s ease;
}

.switchers_items:hover,
.switchers_items.active,
.switchers_items.active:before,
.switchers_items:hover:before {
    background: #1a500d;
    box-shadow: none;
    color: #fff;
}

.s_c_sidebar {
    background: #f8fbff;
    padding: 15px;
    border-radius: 10px;
    grid-gap: 20px;
    box-shadow: inset 0 0 10px #0001;
    flex: 0 0 310px;
    display: flex;
    flex-direction: column;
}

.single-category-cpn-mainwrapper {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(290px, 1fr));
    grid-gap: 20px;
    align-items: flex-start;
}

.single-cat-btn {
    flex: 0 0 auto;
    width: 92%;
    margin: auto;
}

.single-cat-btn:hover .action-cta:not(.deal) {
    width: 85%;
    transition: 700ms ease;
}

.s_s_side_bar_items {
    background: #fff;
    box-shadow: 0 0 10px #0001;
    border-radius: 10px;
    padding: 15px;
}

.side_bar_heading {
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    grid-gap: 10px;
    font-weight: 600;
    text-transform: capitalize;
    border-bottom: 2px solid #0001;
    padding-bottom: 15px;
    margin-bottom: 15px;
    text-align: center;
}

.s_c_container {
    margin-top: 15px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(65px, 1fr));
    grid-gap: 20px;
    max-height: 500px;
    overflow-y: scroll;
    padding-right: 10px;
}

.s_c_item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.s_c_img {
    height: 70px;
    width: 70px;
    background: #fff;
    padding: 5px;
    border-radius: 50%;
    overflow: hidden;
    border: 2px solid #edf3f5;
    padding: 10px;
}

.s_c_img .web_imagebox {
    height: 100%;
    width: 100%;
}

.s_c_img .web_imagebox img {
    max-width: 100%;
    max-height: 100%;
}

.s_c_title {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    color: #161b1e;
    -webkit-box-orient: vertical;
    font-weight: 500;
    font-size: 13px;
    padding: 3px 0;
    text-transform: capitalize;
    text-align: center;
    word-break: break-all;
}

.single-cat-bg {
    background-color: #fff;
}

.single-category-main-cpn {
    border: 1px solid #efeff1;
}

.single-cat-cpn-main-img {
    box-shadow: 10px 10px 15px #00000014;
}


/* width */

.s_c_container::-webkit-scrollbar {
    width: 5px;
}


/* Track */

.s_c_container::-webkit-scrollbar-track {
    background: #888;
}


/* Handle */

.s_c_container::-webkit-scrollbar-thumb {
    background: #9a275a;
}


/* Handle on hover */

.s_c_container::-webkit-scrollbar-thumb:hover {
    background: #9a275a;
}


/*///////////////////////////////////// Contact US /////////////////////*/

.contact_form {
    flex: 1;
    padding: 20px;
    background: white;
    box-shadow: 0 0 10px #0001;
    border-radius: 10px;
}

.get_in_touch {
    font-size: 22px;
    text-transform: capitalize;
    margin: 5px 0;
    margin-top: 0;
    font-weight: 600;
    color: #000;
}

.contact_form form {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    grid-gap: 10px;
}

.response-box {
    width: 100%;
}

.input {
    flex: 1;
    display: flex;
    grid-gap: 10px;
    width: 100%;
}

.input input {
    height: 40px;
    width: 100%;
    border: 1.5px solid #0002;
    box-shadow: 0 0 3px #0001;
    /* box-shadow: none; */
    outline: none;
    border-radius: 0;
    padding: 8px 15px;
    border-radius: 5px;
}

.contact_form form textarea {
    height: 150px;
    width: 100%;
    border: 1.5px solid #0002;
    box-shadow: none;
    outline: none;
    box-shadow: 0 0 3px #0001;
    padding: 8px 15px;
    border-radius: 5px;
    resize: none;
}

.send_btn {
    display: block;
    line-height: 40px;
    padding: 0 37px;
    position: relative;
    outline: none;
    border-radius: 30px;
    z-index: 1;
    border: 0;
    background: #9a275a;
    color: #fff;
    overflow: hidden;
    text-transform: capitalize;
    font-size: 15px;
    font-weight: 500;
}

.send_btn:before {
    position: absolute;
    content: 'Send now';
    height: 100%;
    background: #ff3667;
    top: 0;
    width: 100%;
    transition: 0.3s ease;
    left: -146px;
    z-index: 0;
}

.contact-us-mainwrapper {
    display: flex;
    grid-gap: 20px;
}

.contact-us-sidebar {
    flex: 0 0 450px;
}

.heading h2 {
    font-size: 22px;
    font-weight: 600;
    margin: 0;
    color: #333;
    padding: 0;
}

.heading p {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.7;
    color: #333;
    margin: 5px 0px;
    padding: 0;
}

.social-touch main {
    float: left;
    width: 100%;
    position: relative;
}

.social-touch main section {
    border-radius: 5px;
    float: left;
    width: 100%;
    background-color: #f1f1f1;
}

.social-touch main section .content aside {
    color: #fff;
}

.social-touch main section .content aside h1 {
    font-weight: 100;
    font-size: 22px;
    margin-bottom: 10px;
}

.social-touch main section .content aside p {
    font-size: 14px;
    font-weight: 400;
    color: #333;
}

.social-touch main .title {
    float: left;
    width: 100%;
    background-color: #686868;
    max-height: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    overflow: hidden;
    -webkit-transition: all 0.55s;
    -moz-transition: all 0.55s;
    -o-transition: all 0.55s;
    transition: all 0.55s;
}

.social-touch main .title.active {
    max-height: 100px;
    -webkit-transition: all 1.3s;
    -moz-transition: all 1.3s;
    -o-transition: all 1.3s;
    transition: all 1.3s;
}

.social-touch main .title.active p {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    transition-delay: 0.2s;
}

.social-touch main .title p {
    padding: 15px 30px;
    color: #fff;
    font-size: 16px;
    display: inline-block;
    margin: 0;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
}

.social-touch main button {
    position: absolute;
    bottom: 0;
    right: 50%;
    background-color: #9a275a;
    color: #fff;
    border: 0;
    width: 130px;
    height: 35px;
    text-align: center;
    border-radius: 30px;
    font-size: 14px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    margin-bottom: -15px;
    margin-right: -60px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    transition-delay: 0.1s;
    outline: none;
    overflow: hidden;
    z-index: 10;
}

.social-touch main button span {
    opacity: 1;
    -webkit-transition: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    -o-transition: opacity 0.2s;
    transition: opacity 0.2s;
    transition-delay: 0.4s;
    display: block;
    width: 130px;
    float: left;
    padding: 7px 0px;
    font-weight: 600;
}

.social-touch main button svg {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.social-touch main button svg path {
    fill: #fff;
}

.social-touch main button.active {
    margin-right: 0;
    right: 20px;
    width: 40px;
    height: 40px;
    margin-bottom: -19.5px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    border-radius: 65px;
    box-shadow: 0px 3px 15px rgb(0 0 0 / 20%);
}

.social-touch main button.active span {
    opacity: 0;
    transition-delay: 0s;
    width: 180px;
}

.social-touch main button.active svg {
    opacity: 1;
    transition-delay: 0.5s;
}

.social-touch nav {
    float: left;
    width: 100%;
    overflow: hidden;
    max-height: 0px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.social-touch nav.active {
    max-height: 600px;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    background: #686868;
    transition: all 1s;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    padding-bottom: 0px;
}

.social-touch nav.active a {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition: all 0.7s;
    -moz-transition: all 0.7s;
    -o-transition: all 0.7s;
    transition: all 0.7s;
    display: flex;
    align-items: center;
}

.social-touch nav.active a:nth-of-type(1) {
    transition-delay: 0.5s;
}

.social-touch nav.active a:nth-of-type(2) {
    transition-delay: 0.7s;
}

.social-touch nav.active a:nth-of-type(3) {
    transition-delay: 0.9s;
}

.social-touch nav.active a:last-of-type {
    padding-bottom: 20px;
}

.social-touch nav a {
    float: left;
    width: 100%;
    margin-top: 0px;
    background-color: transparent;
    padding: 10px 20px;
    border-radius: 5px;
    text-decoration: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 0;
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px);
    position: relative;
    border-radius: 0px;
    justify-content: space-between;
}

.content-cnt-info {
    align-self: flex-start;
    justify-self: flex-start;
    margin-right: auto;
}

.social-touch nav a .arrow path {
    fill: #fff;
}

.social-touch nav a .icon {
    float: left;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    color: #fff;
    background: #8d8d8d;
}

.social-touch nav a .icon svg {
    width: 100%;
    height: 100%;
    padding: 14px;
}

.social-touch nav a .icon svg path {
    fill: #fff;
}

.social-touch nav a .content h1 {
    font-size: 15px;
    font-weight: 500;
    line-height: 160%;
    margin: 0;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 0.4px;
}

.social-touch nav a .content span {
    font-size: 14px;
    color: #ffffff;
    display: block;
    letter-spacing: 0.4px;
    font-weight: 400;
}

.content {
    float: left;
    width: 100%;
    padding: 20px 30px 40px 30px;
    position: relative;
    text-align: left;
    /* background: #f3f3f3; */
    /* border-radius: 5px; */
}

.social-touch nav a .content-cnt-info h1 {
    font-size: 15px;
    font-weight: 500;
    line-height: 160%;
    margin: 0;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 0.4px;
}

.content-cnt-info span {
    font-size: 14px;
    color: #ffffff;
    display: block;
    letter-spacing: 0.4px;
    font-weight: 400;
    padding-right: 10px;
}


/*/////////////////////////////////////////// About Us /////////////////////////////////*/

.about-us-mainwarpper {
    display: flex;
    grid-gap: 30px;
    align-items: flex-start;
}

.about-us-main {
    flex: 1;
}

.abt_content_main {
    flex: 1;
    box-shadow: 0 0 5px #0003;
    padding: 20px;
    border-radius: 10px;
    background-color: #fff;
    display: flex;
    word-break: break-word;
    flex-direction: column;
    grid-gap: 10px;
    width: 100%;
}

.about-heading {
    font-size: 22px;
    font-weight: 600;
    /* margin-bottom: 9px; */
}

.abt_content_main p {
    font-size: 15px;
    line-height: 24px;
    word-break: break-word;
}

.about-sidebar {
    width: 300px;
    flex: 0 0 300px;
    border-left: 3px solid #9a275a;
    background: #fff;
    box-shadow: 0 0 20px rgb(0 0 0 / 6%);
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.about-panel:first-of-type {
    border-bottom: 3px solid #9a275a;
}

h2.about-side-title {
    font-size: 20px;
    font-weight: 600;
    padding: 0 0px 0 20px;
    margin: 20px 0;
    color: #3c3838;
}

.about-list {
    padding: 0 0px 0 20px;
}

.about-list a {
    background: #f8fdff;
    margin-right: 8px;
    margin-bottom: 12px;
    display: inline-block;
    transition: all 0.3s ease;
    font-size: 13px;
    padding: 10px 20px;
    box-shadow: inset 0px 0px 8px -4px rgb(0 0 0 / 40%);
    border-radius: 5px;
    color: #29335c;
    font-weight: 500;
    text-decoration: none;
}

h2.about-side-title {
    font-size: 20px;
    font-weight: 600;
    padding: 0 0px 0 20px;
    margin: 20px 0;
    color: #3c3838;
}

.about-footer-icons {
    padding: 0px 15px 20px;
}

ul.about-footer-list {
    display: flex;
    align-items: center;
    list-style-type: none;
    padding: 0px;
    column-gap: 20px;
    flex-direction: column;
    font-size: 15px;
    row-gap: 10px;
    margin: 0px;
}

.about-footer-list li {
    width: 100%;
}

.about-footer-list li a {
    display: flex;
    align-items: center;
    width: 100%;
    column-gap: 10px;
    text-decoration: none;
}

.wn {
    background: #3b5998;
    height: 40px;
    width: 40px;
    flex: 0 0 40px;
    font-size: 18px;
    padding: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
}

.icon-fb {
    color: #fff;
    transition: all 0.3s ease;
}

.social-icon-sb span {
    font-size: 15px;
    font-weight: 600;
}

.icon-insta {
    background: radial-gradient(circle at 33% 100%, #fed373 4%, #f15245 30%, #d92e7f 62%, #9b36b7 85%, #515ecf) !important;
    color: #fff;
    transition: all 0.3s ease;
}

.icon-pinter {
    background: #bd081c !important;
    color: #fff;
    transition: all 0.3s ease;
}

.icon-twt {
    background: #00a3e2 !important;
    color: #fff;
    transition: all 0.3s ease;
}

.icon-google_plus {
    background: #db4a39 !important;
    color: #fff;
    transition: all 0.3s ease;
}

.icon-pint {
    background: #c8232c !important;
    color: #fff;
    transition: all 0.3s ease;
}

.about_content {
    display: flex;
    flex-direction: column;
    grid-gap: 10px;
    list-style-position: inside;
}

.about-list a:hover {
    background-color: #9a275a;
    color: #fff;
}


/*/////////////////////////////////////// Modal Css //////////////////////////*/

.modal-top-btns {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.left-modal-btns button {
    border: none;
    outline: none;
    background: none;
}

.btn-right button {
    border: none;
    background: none;
    outline: none;
}

.btn-modal-tops svg {
    fill: #989595;
}

.btn-modal-tops:hover svg {
    fill: red;
}

.btn-modal-tops-f i {
    color: #989595;
}

.left-modal-btns {
    display: flex;
    align-items: center;
    grid-gap: 20px;
}

.modal-tp-title p {
    text-align: center;
    font-size: 20px;
    font-weight: 800;
}

.modal-header {
    padding-bottom: 30px;
}

.copy_code {
    display: flex;
    justify-content: center;
    column-gap: 10px;
    height: 40px;
}

.copy_code p {
    border: 2px dashed #949494;
    width: 100%;
    display: flex;
    align-items: center;
    padding-left: 10px;
    font-size: 15px;
    height: 100%;
    border-radius: 25px;
    text-align: center;
    align-items: center;
    font-weight: 600;
    justify-content: center;
    padding: 0px;
}

.modal-img-area {
    width: 120px;
    height: 60px;
    border: 1px solid #e8e8e8;
    padding: 10px;
    margin-top: -45px;
    margin-left: auto;
    background-color: #fff;
    margin-bottom: 15px;
}

.modal-img-area .web_imagebox {
    width: 100%;
    height: 100%;
}

.modal-img-area .web_imagebox img {
    max-width: 100%;
    max-height: 100%;
}

.modal-terms-list {
    padding: 10px 0px;
    padding-bottom: 0;
    list-style-position: inside;
    text-transform: capitalize;
}

.terms-title {
    font-size: 16px;
    font-weight: 700;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #eaeaea;
    text-align: left;
    color: #3f3f3f;
}

.cpn-code-title {
    padding: 15px 0;
    border-bottom: 1px solid #eaeaea;
    text-align: center;
}

.coupon_modal_text {
    text-align: center;
}

.modal-radeem-btn {
    width: 80%;
    margin: auto;
    display: flex;
    align-items: center;
    grid-gap: 15px;
    height: 40px;
    justify-content: center;
    border: none;
    outline: none;
}

.modal-radeem-btn p {
    font-size: 16px;
    font-weight: 500;
}

.modal-radeem-btn {
    width: 80%;
    margin: auto;
    display: flex;
    align-items: center;
    grid-gap: 15px;
    height: 40px;
    justify-content: center;
    border: none;
    outline: none;
    border-radius: 5px;
    background-color: #9a275a;
    color: #fff;
}

.modal-radeem-btn p {
    font-size: 16px;
    font-weight: 500;
}

.modal-dialog {
    width: 480px !important;
}

.btn-modal-tops-f {
    font-size: 15px;
    padding: 5px;
    background: #9a275a;
    border-radius: 0 0 0 10px;
    position: absolute;
    top: 0px;
    right: 0px;
    width: 35px;
    height: 35px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    outline: none;
}

.btn-modal-tops-f i {
    color: #fff;
}

@media (max-width: 1200px) {
    .categories-dd .categories-dd-body ol {
        grid-template-columns: 1fr 1fr;
    }
    .single-str-cpn-main-content-area {
        margin-top: 15px;
    }
    .action-box {
        flex: 0 0 160px;
    }
    .single-category-cpn-mainwrapper {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 1100px) {
    .footer-main.order-1 {
        grid-column: span 2;
        order: 1;
    }
    .single-str-sidepanel {
        flex: 0 0 auto;
        width: 100%;
    }
    .sidebar.module.hasBg.clearfix {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
        width: 100%;
    }
    .sidebar.module.hasBg.clearfix:before,
    .sidebar.module.hasBg.clearfix:after {
        display: none;
    }
    .footer-main.order-2 {
        order: 4;
        grid-column: span 2;
    }
    .footer-main.order-3 {
        order: 3;
        grid-column: span 2;
        align-items: flex-start;
    }
    .footer-main.order-4 {
        grid-column: span 2;
        order: 2;
        align-items: inherit;
    }
    .footer-mainwrapper {
        grid-gap: 50px;
        justify-items: flex-start;
    }
    .footer-heading {
        text-align: left;
    }
    .footer-subs-desc {
        text-align: left;
    }
    .category-lst-mainwrapper {
        flex-direction: column;
    }
    .category-lst-sidebar {
        flex-direction: row;
    }
    .category-lst-sidebar-main {
        flex: 1;
    }
    .single-str-mainwrapper {
        flex-direction: column-reverse;
    }
    .single-str-cpn-main-content-area {
        margin-top: 0;
    }
    .action-box {
        flex: 0 0 180px;
    }
    .single_store_container.single_category_container {
        flex-direction: column;
    }
    .single-category-cpn-mainwrapper {
        grid-template-columns: 1fr 1fr 1fr;
    }
    .s_c_sidebar {
        width: 100%;
        display: grid;
        grid-template-columns: 1fr 1fr;
    }
    .contact-us-mainwrapper {
        flex-direction: column;
    }
    .contact-us-sidebar {
        flex: 0 0 auto;
    }
}

@media (max-width: 992px) {
    .header-cat-btn {
        display: none;
    }
    .slider-banner-bg,
    .banner-slider-area {
        height: 330px;
    }
    .categories-dd {
        display: none;
    }
    .search-input {
        height: 40px;
    }
    .search-box i {
        top: 11px;
    }
    .header-bt {
        justify-content: center;
    }
    .banner-mainwrapper {
        flex-direction: column;
    }
    .top-stores-main {
        grid-template-columns: 1fr 1fr 1fr;
    }
    .image-box {
        display: none;
    }
    .accordion .accordion-text {
        width: 100%;
    }
    .accordion-text li .question-arrow {
        padding-right: 0;
    }
    .accordion-text li .line {
        width: 100%;
    }
    .how-to-mainwrapper {
        grid-template-columns: 1fr;
    }
    .how-to-desc {
        padding: 0 200px;
    }
    .str-lst-stores-main-img {
        width: 60px;
        height: 60px;
    }
    .store-lst-mainwrapper {
        grid-template-columns: 1fr;
    }
    .about-us-mainwarpper {
        flex-direction: column;
    }
    .about-sidebar {
        width: 100%;
        display: grid;
        grid-template-columns: 1fr 1fr;
        flex: 0 0 auto;
        border-left: none;
        border-radius: 10px;
        overflow: hidden;
    }
    .about-panel:first-of-type {
        border-bottom: none;
        border-right: 3px solid #337ab7;
    }
}

@media(max-width: 850px) {
    .index-cpn-bg {
        width: 100%;
        height: 130px;
    }
    .index-cpn-img {
        width: 80px;
        height: 80px;
    }
    .index-cpn-title {
        font-size: 15px;
    }
}

@media(max-width: 768px) {
    .header-btn {
        display: none;
    }
    .nav-toogle-btn {
        display: block;
        position: absolute;
        top: 8px;
        right: 20px;
    }
    .nav-list {
        flex-direction: column;
        border-radius: 0;
        display: none;
        position: absolute;
        width: 330px;
        grid-gap: 10px;
        top: 100%;
        left: auto;
        right: 0px;
        z-index: 99;
        background-color: #333;
        padding: 20px;
    }
    .header-tp {
        grid-gap: 0;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    }
    .header-logo-area {
        max-width: 120px;
        flex: 0 0 auto;
    }
    .search-box {
        width: 100%;
    }
    .top-stores-main {
        grid-template-columns: 1fr 1fr;
    }
    .accordion-text li .question-arrow .question {
        font-size: 15px;
    }
    .how-to-desc {
        padding: 0 150px;
    }
    .footer-mainwrapper {
        grid-template-columns: 1fr;
    }
    .category-lst-sidebar {
        flex-direction: column;
    }
    .category-lst-mainwrapper {
        grid-gap: 60px;
    }
    .action-box {
        flex: 0 0 140px;
    }
    .action-cta {
        width: 82%;
    }
    .single-str-cpn-main-content-area {
        margin-top: 15px;
    }
    .single-str-mainwrapper {
        grid-gap: 50px;
    }
    .single-str-main-cpn-wrapper {
        grid-gap: 50px;
    }
    .single-category-cpn-mainwrapper {
        grid-template-columns: 1fr 1fr;
    }
    .s_c_sidebar {
        grid-template-columns: 1fr;
    }
}

@media(max-width: 600px) {
    .how-to-desc {
        padding: 0;
    }
    .index-tp-heading {
        font-size: 21px;
    }
    .footer-mainwrapper {
        justify-items: flex-start;
    }
    .click {
        padding: 20px;
    }
    .visible-lg-flex {
        display: none;
    }
    .visible-lg-flex .web_imagebox {
        width: 50px;
        height: 50px;
    }
    .index-cpn-main-title {
        font-size: 15px;
        font-weight: 700;
    }
    .single-str-cpn-main-content-area {
        margin-top: 10px;
    }
    .single-str-main-cpn-added {
        font-size: 12px;
    }
    .single-str-cpn-main-img {
        width: 60px;
        height: 60px;
    }
    .action-box {
        flex: 0 0 130px;
    }
    .action-cta {
        font-size: 14px;
    }
    .single-cpn-str-footer {
        grid-gap: 10px;
    }
    .side-panel-sm-str-img {
        width: 70px;
        height: 70px;
    }
    .single-str-img-area {
        width: 90px;
        height: 90px;
    }
    .single-str-title-tp {
        font-size: 20px;
        font-weight: 600;
    }
    .single-str-deal-tp i {
        padding: 2px;
        font-size: 11px;
    }
    .stars i {
        font-size: 17px;
    }
    .get_in_touch {
        font-size: 19px;
    }
    .heading h2 {
        font-size: 19px;
    }
    .about-sidebar {
        grid-template-columns: 1fr;
    }
    .about-panel:first-of-type {
        border-right: none;
        border-bottom: 3px solid #337ab7;
    }
    .about-heading {
        font-size: 19px;
    }
    h2.about-side-title {
        font-size: 19px;
    }
}

@media(max-width: 500px) {
    .banner-order2 {
        grid-column: span 2;
    }
    .banner-order3 {
        grid-column: span 2;
    }
    .copyright-area-main {
        flex-direction: column;
        grid-gap: 15px;
    }
    .nav-list.active {
        width: 100%;
    }
    .single-str-img-area {
        display: none;
    }
    .single-category-cpn-mainwrapper {
        grid-template-columns: 1fr;
    }
    .input {
        flex-direction: column;
    }
}

@media(max-width: 450px) {
    .top-stores-main {
        grid-template-columns: 1fr;
    }
    .index-str {
        justify-content: center;
    }
    .merchant {
        display: -webkit-box;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        width: 100px;
    }
    .single-str-cpn-main-bg {
        display: none;
    }
    .single-str-deal-filter ul li {
        flex: 0 0 auto;
    }
}

  .bgcop{
       
   }

.veriicon{
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
}

.getcop{
    height: 60px;
    width: auto;
}

.align-cen{
       align-content: center;
}

/* General styles for coupon */


.index-cpn-bg2 {
     background-image:none !important;
     width: 20%;
    height: 99px;
    right: 40px;
   
    display: flex
;
    align-items: center;
    justify-content: center;
    border-radius: 5px 5px 0 0;
}

.mtop{
    top:50px;
}


.index-cpn-titleletest {
    font-size: 17px;
    font-weight: 700;
    color: #474747;
    cursor: pointer;
    line-height: 1.3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
    align-content: center;
}

.bgcoupon{
   align-content: center;
}
.bgcoupon>span{
  font-size: 4rem;
    font-weight: bolder;
    color: #fff;
    
}

.coupon{
    display: flex;
    flex-direction: row;
    flex: 1;
}
.posi-absolute{
 background: #fff;
  height: 140px;
    
}

.mtcoup{
    margin-top:20px;
}

/* Responsive design for smaller screens */
@media (max-width: 768px) {
    .index-cpn-bg2 {
     background-image:none !important;
     width: 20%;
    height: 99px;
    right: 40px;
    
    display: flex
;
    align-items: center;
    justify-content: center;
    border-radius: 5px 5px 0 0;
}
.index-cpn-content{
    display:flex;
    flex-direction: row;
    gap:0px;
    align-content:center;
    margin-top:0px;
    top: 20px !important;
    left:5px;
}
    .bgcoupon>span{
  font-size: 3rem;
    font-weight: bolder;
    color: #fff;
    
}
    .index-cpn-main-ltest {
        flex-direction: column;
        padding: 10px;
    }

    .index-cpn-img img {
        width: 100%;
        height: auto;
    }

    .index-cpn-str-name {
        font-size: 1rem;
        text-align: center;
    }

    .index-cpn-content {
       
        text-align: center;
    }

    .getcop {
        height: 50px;
        width: auto;
        margin: 10px auto;
    }

   

    .index-cpn-footer-area {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .index-cpn-footer-bottom {
        font-size: 0.9rem;
        margin-top: 10px;
    }

    .index-cpn-deal {
        font-size: 1rem;
        margin: 10px 0;
        text-align: center;
    }
    .posi-absolute{
 background: #fff;
   height: 140px;
}
}

/* Even smaller screens (like phones) */
@media (max-width: 480px) {
    .bgcoupon>span{
        
  font-size: 4.2rem;
    font-weight: bolder;
    color: #fff;
    
}

..CopLeft{
    background-image: url(../../../assets/uploads/required/BOXleft.svg);
    background-size: contain;
    background-position: left;
    background-repeat: no-repeat;
    padding: 20px;
    height: 133px !important;
    width: 132px !important;
}

.mtop{
    top:0px;
}

    .index-cpn-bg2{
     background-image:none !important;
     width: 10%;
    height: 50px;
    right: 40px;
 
    display: flex
;
    align-items: center;
    justify-content: center;
    border-radius: 5px 5px 0 0;
}

    .getcop {
        height: 20px;
        width: auto;
        margin: 0px auto;
    }
    
    .bgcoupon {
        

    }
    
    .btndiv{
        text-align: start;
    }

    .index-cpn-titleletest {
        font-size:3rem;
        
        left: 70px;
        
    }
.index-cpn-content{
    display:flex;
    flex-direction: row;
    gap:0px;
    align-content:center;
    margin-top:0px;
    top:0px;
}

.posi-absolute{
    background: #fff;
 height: 140px;
}

.index-cpn-content{
    
}

    .index-cpn-main-ltest {
        padding: 5px;
    }

    .index-cpn-str-name p {
        font-size: 0.9rem;
    }

   

    .index-cpn-footer-area {
        font-size: 0.8rem;
    }
    
   
    .index-cpn-img {
       
    width: 100px;
    height: 48px;
    border-radius: 0;
    background-color: #fff;
    overflow: hidden;
    padding: 0px;
    box-shadow: none;
}
}

     .mySwiper{
           width:600px;
       }
       
       .banner-index-cat-area{
           display:none;
       }
    .banner-mainwrapper {
    width: 100%;
    margin: auto;
    overflow: hidden;
}

.swiper {
    width: 100%;
}

.swiper-wrapper {
    display: flex;
}

.banner-slide {
    display: flex;
    flex-direction: row;
    width: 100%;
}

.banner-half {
    width: 50%;
    height: 250px; /* Adjust the height as needed */
    background-size: cover;
    background-position: center;
    position: relative;
    padding: 20px;
    box-sizing: border-box;
}

.slider-banner-content {
    position: absolute;
    bottom: 10%;
    left: 10%;
    color: white;
    background: rgba(0, 0, 0, 0.5);
    padding: 10px;
    border-radius: 8px;
}

.slider-banner-title {
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 5px;
}

.slider-banner-desc {
    font-size: 1rem;
}

.swiper_btn_parent {
    display: flex;
    justify-content: space-between;
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
    z-index: 10;
}

.swiper-button-next,
.swiper-button-prev {
    background-color: white; /* White background */
    width: 30px; /* Reduced width */
   height: 56px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: black; /* Black arrow color for better contrast */
   font-size: large;
    cursor: pointer;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2); /* Optional: adds a subtle shadow */
    transition: transform 0.2s ease;
}

.swiper-button-next:after, .swiper-button-prev:after{
     font-size: 20px;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
    transform: scale(0.1); /* Slight zoom on hover */
}


.index-str {
    display: flex
;
    align-items: center;
    border-radius: 10px;
    grid-gap: 15px;
    border: 1px dashed #CFCFCF;
    padding: 10px;
    background: #fff;
}

.stores-img-area{
    width: 150px;
    box-shadow: none;
    border-radius: 5%;
}

@media only screen and (min-width: 768px) {
    
    .index-cpn-content {
    display: flex
;
    flex-direction: row;
    gap: 0px;
    align-content: center;
    margin-top: 20px;
    left: 40px;
    top: 20px !important;
}
}

@media (max-width: 768px) {
    .banner-half {
        width: 100%; /* Show one banner per slide */
        height: 200px; /* Adjust height for smaller screens */
        background-size: contain; /* Ensure image fits without cutting */
    }
    
      
    

    .swiper-button-next,
    .swiper-button-prev {
        width: 25px;
        height: 40px;
        font-size: 16px; /* Adjust size of navigation buttons */
    }
        
 
}

@media only screen and (max-width: 600px) {
   .index-cpn-content {
          display: flex
;
        flex-direction: row;
        gap: 0px;
        align-content: center;
        margin-top: 20px;
        left: 2px;
        top: -2px !important;
    
}
.Coupontittle {
    font-size: 12px;
    color: #161616;
}
}

/* Media query for phones (480px and below) */
@media (max-width: 480px) {
    .banner-half {
        width: 100%; /* Show one banner per slide */
        height: 95px; /* Further reduce height for smaller screens */
        background-size: contain; /* Ensure image fits without cutting */
    }
    .swiper_btn_parent{
        top:37%;
    }
    
    .Coupontittle {
   font-size: 16px;
        color: #161616;
        text-align: left;
}

    .swiper-button-next,
    .swiper-button-prev {
        width: 20px;
        height: 35px;
        font-size: 14px; /* Smaller navigation buttons for phones */
    }

    .slider-banner-title {
        font-size: 1.2rem; /* Adjust title font size */
    }

    .slider-banner-desc {
        font-size: 0.9rem; /* Adjust description font size */
    }
}
/* Even smaller screens (like phones) */


.CopLeft{
        background-image: url(../../../assets/uploads/required/BOXleft.svg);
    background-size: contain;
    background-position: left;
    background-repeat: no-repeat;
    padding: 20px;
     height: 155px !important;
    width: 170px !important;
}

.Copright{
     background-image: url(../../../assets/uploads/required/BOXright.svg);
    background-size: auto;
    background-position: center;
    background-repeat: no-repeat;
        align-content: center;
    width: 100%;
        padding-left: 33px;
        display: flex
;
    flex-direction: row;
    justify-content: space-between;
    align-content: center;
    align-items: center;
}

/* Social Media Icons Show on Single-Store */

.store-social-share a{
  font-size: 24px;          /* 👈 size yahan control karo (20–28 best) */
  margin-right: 14px;
  color: #b5b5b5;           /* light grey by default */
  transition: all 0.25s ease;
}
.store-social-share{
  margin-top:10px;
}
.store-social-share a{
  font-size:28px;
  margin-right:12px;
  color:#555;
}
.store-social-share a:hover{
  color:#000;
}

@media(max-width:768px){
  .store-social-share a{
    font-size: 26px;
    margin-right: 16px;
  }
}

/* Facebook */
.store-social-share a:hover .fa-facebook-f{
  color: #1877f2;
}

/* WhatsApp */
.store-social-share a:hover .fa-whatsapp{
  color: #25D366;
}

/* Telegram */
.store-social-share a:hover .fa-telegram-plane{
  color: #0088cc;
}

/* Twitter / X */
.store-social-share a:hover .fa-twitter{
  color:#1DA1F2;
}

/* Pinterest */
.store-social-share a:hover .fa-pinterest-p{
  color: #E60023;
}







/* === assets/theme/css/theme-v2.min.css === */
:root{--brand:#ff9308;--brand-dark:#e07800;--brand-light:#fff4e6;--green:#ff9308;--dark:#1a1a2e;--text:#333333;--muted:#6c757d;--border:#e8e8e8;--bg:#f5f6f8;--white:#ffffff;--radius:10px;--radius-sm:6px;--radius-lg:16px;--shadow:0 2px 10px rgba(0,0,0,.07);--shadow-hover:0 8px 24px rgba(0,0,0,.13);--font:'Noto Sans Display',-apple-system,BlinkMacSystemFont,'Segoe UI',Arial,sans-serif;--t:.2s ease}@media (prefers-reduced-motion:reduce){*,*::before,*::after{animation-duration:.01ms !important;animation-iteration-count:1 !important;transition-duration:.01ms !important;scroll-behavior:auto !important}}html,body{margin:0 !important;padding:0 !important;border:0 !important}.sticky-header-wrap{margin-top:0 !important}.top-brand-bar{background:#ff7a1a !important;color:#fff !important;text-align:center !important;line-height:26px !important;font-size:14px !important;display:block !important;width:100% !important;height:26px !important;margin:0 !important;padding:0 !important;position:static !important;z-index:1001 !important}.nav-lst-item{color:var(--dark) !important;font-size:14px !important;font-weight:500 !important;padding:6px 10px !important;border-radius:6px !important;transition:background var(--t),color var(--t) !important;white-space:nowrap !important}.nav-lst-item:hover{background:var(--bg) !important;color:var(--brand) !important}.nav-deal-link{color:var(--brand) !important;font-weight:600 !important}.nav-deal-link:hover{background:var(--brand-light) !important}.nav-list{display:flex !important;align-items:center !important;gap:2px !important;list-style:none !important;margin:0 !important;padding:0 !important}.bgblack,.w-full.bgblack{display:block !important;background:#606062 !important;height:auto !important}.slider-container{background:#606062 !important;height:38px !important;overflow:hidden !important}.slider{display:flex;animation:tickerScroll 20s linear infinite}.slider-item{flex:0 0 auto;font-size:13px;padding:10px 20px;color:#fff;white-space:nowrap}.slider-item a{color:#fff !important;font-weight:600}@keyframes tickerScroll{0%{transform:translateX(0)}100%{transform:translateX(-50%)}}.header{background:var(--white) !important;box-shadow:0 2px 8px rgba(0,0,0,.08) !important;position:sticky !important;top:0 !important;z-index:1000 !important;overflow:visible !important}.header-mainwrapper{display:flex !important;flex-direction:row !important;align-items:center !important;flex-wrap:nowrap !important;padding:10px 0 !important;gap:0 !important;position:static !important}.header-logo-area{flex:0 0 auto !important;position:static !important;transform:none !important;margin-right:12px !important;display:flex !important;align-items:center !important}.header-logo-area img{height:48px !important;width:auto !important;max-width:200px !important}.header-bt{flex:0 0 auto !important;display:flex !important;align-items:center !important;gap:0 !important;margin:0 !important}.header-cat-btn{order:-1 !important;display:flex !important;align-items:center !important;gap:5px !important;font-size:14px !important;font-weight:600 !important;color:var(--brand) !important;background:transparent !important;padding:8px 14px !important;border:none !important;transition:color var(--t) !important;min-height:44px !important}.header-cat-btn:hover{color:var(--brand-dark) !important}.nav-list{display:flex !important;align-items:center !important}.nav-list li{position:relative !important}.nav-lst-item{display:flex !important;align-items:center !important;gap:5px !important;font-size:14px !important;font-weight:500 !important;color:var(--text) !important;padding:8px 14px !important;background:transparent !important;transition:color var(--t) !important;min-height:44px !important}.nav-lst-item:hover{color:var(--brand) !important}.nav-list li::after{content:'' !important;display:block !important;position:absolute !important;bottom:0 !important;left:8px !important;right:8px !important;height:2px !important;background:var(--brand) !important;border-radius:2px !important;transform:scaleX(0) !important;transition:transform var(--t) !important}.nav-list li.active::after,.nav-list li:hover::after{transform:scaleX(1) !important}.nav-list li.active .nav-lst-item{color:var(--dark) !important;font-weight:600 !important}.search-box{flex:0 1 42% !important;max-width:42% !important;position:relative !important;min-width:0 !important;margin-left:auto !important;overflow:visible !important}.search-input{width:100% !important;height:42px !important;background:var(--bg) !important;border:1.5px solid var(--border) !important;border-radius:50px !important;padding:8px 44px 8px 18px !important;font-size:14px !important;font-family:var(--font) !important;outline:none !important;transition:border-color var(--t),box-shadow var(--t) !important}.search-input:focus{border-color:var(--brand) !important;box-shadow:0 0 0 3px rgba(255,147,8,.12) !important}.search-box .fa-search{position:absolute !important;right:16px !important;top:50% !important;transform:translateY(-50%) !important;color:var(--muted) !important;font-size:15px !important;pointer-events:none !important}.search_result_box{position:absolute !important;top:calc(100%+4px) !important;left:0 !important;right:0 !important;z-index:9999 !important;border-radius:var(--radius) !important;border:1px solid var(--border) !important;box-shadow:0 6px 24px rgba(0,0,0,.10) !important;background:#fff !important;overflow:hidden !important;padding:0 !important;max-height:480px !important;overflow-y:auto !important;display:none}.search_result_box .cubes-block{display:block !important;column-count:1 !important;columns:unset !important;grid-template-columns:unset !important;float:none !important;width:100% !important}.srch-count-bar{display:flex !important;align-items:center !important;justify-content:space-between !important;padding:10px 14px !important;font-size:13px !important;color:var(--text) !important;background:#fff !important;border-bottom:1px solid var(--border) !important}.srch-count-bar b{color:var(--brand) !important}.srch-view-all{font-size:13px !important;font-weight:700 !important;color:var(--brand) !important;text-decoration:none !important;white-space:nowrap !important}.srch-view-all:hover{text-decoration:underline !important}.srch-section-head{padding:7px 14px 5px !important;font-size:12px !important;font-weight:600 !important;color:var(--muted) !important;background:var(--bg) !important;letter-spacing:.4px !important;text-transform:uppercase !important}.srch-store-row{display:flex !important;align-items:center !important;gap:10px !important;padding:7px 14px !important;text-decoration:none !important;border-bottom:1px solid var(--border) !important;transition:background var(--t) !important}.srch-store-row:hover{background:var(--bg) !important}.srch-store-logo{width:67px !important;height:67px !important;flex-shrink:0 !important;border:1px solid var(--border) !important;border-radius:6px !important;background:#fff !important;overflow:hidden !important;display:flex !important;align-items:center !important;justify-content:center !important;padding:4px !important}.srch-store-logo img{max-width:100% !important;max-height:54px !important;object-fit:contain !important;display:block !important}.srch-store-info{display:flex !important;flex-direction:column !important;gap:2px !important;min-width:0 !important;flex:1 !important}.srch-store-name{font-size:13px !important;font-weight:600 !important;color:var(--text) !important;white-space:nowrap !important;overflow:hidden !important;text-overflow:ellipsis !important}.srch-store-name strong{font-weight:800 !important;color:var(--brand) !important}.srch-store-domain{font-size:11px !important;color:var(--muted) !important;white-space:nowrap !important;overflow:hidden !important;text-overflow:ellipsis !important}.srch-store-row:hover .srch-store-name{color:var(--brand) !important}.srch-cat-list{display:flex !important;flex-wrap:wrap !important;gap:7px !important;padding:10px 14px 14px !important}.srch-cat-pill{display:inline-block !important;padding:5px 13px !important;border:1.5px solid var(--border) !important;border-radius:50px !important;font-size:12px !important;font-weight:500 !important;color:var(--text) !important;text-decoration:none !important;background:#fff !important;line-height:1.5 !important;transition:border-color var(--t),color var(--t),background var(--t) !important;white-space:nowrap !important}.srch-cat-pill:hover{border-color:var(--brand) !important;color:var(--brand) !important;background:var(--brand-light) !important}.srch-cat-pill strong{font-weight:800 !important;color:var(--brand) !important}.srch-no-result{padding:16px 14px !important;font-size:13px !important;color:var(--muted) !important;margin:0 !important}.mob-menu-btn,.mob-search-btn{display:none !important}.mob-nav-drawer{position:fixed !important;top:0 !important;left:-290px !important;width:270px !important;height:100vh !important;background:var(--dark) !important;z-index:9999 !important;transition:left .3s cubic-bezier(.4,0,.2,1) !important;overflow-y:auto !important;box-shadow:4px 0 24px rgba(0,0,0,.45) !important}.mob-nav-drawer.open{left:0 !important}.mob-overlay{position:fixed !important;inset:0 !important;background:rgba(0,0,0,.55) !important;z-index:9998 !important;display:none !important}.mob-overlay.open{display:block !important}.mob-drawer-top{display:flex !important;align-items:center !important;justify-content:space-between !important;padding:18px 20px !important;background:rgba(255,147,8,.08) !important;border-bottom:1px solid rgba(255,255,255,.08) !important}.mob-drawer-brand{font-size:17px !important;font-weight:800 !important;color:var(--brand) !important;letter-spacing:-.3px !important}.mob-drawer-close{background:rgba(255,255,255,.08) !important;border:none !important;color:#ccc !important;font-size:15px !important;width:32px !important;height:32px !important;border-radius:50% !important;display:flex !important;align-items:center !important;justify-content:center !important;transition:background var(--t) !important}.mob-drawer-close:hover{background:rgba(255,255,255,.18) !important;color:#fff !important}.mob-drawer-nav{padding:8px 0 !important;display:flex !important;flex-direction:column !important}.mob-drawer-nav a{display:flex !important;align-items:center !important;gap:14px !important;padding:16px 22px !important;color:#e0e0e0 !important;font-size:15px !important;font-weight:500 !important;border-bottom:1px solid rgba(255,255,255,.06) !important;transition:background var(--t),color var(--t) !important;min-height:52px !important}.mob-drawer-nav a:hover,.mob-drawer-nav a:active{background:rgba(255,147,8,.12) !important;color:var(--brand) !important}.mob-drawer-nav a i{width:22px !important;text-align:center !important;color:var(--brand) !important;font-size:16px !important}.mob-search-panel{display:none !important;padding:8px 0 12px !important;border-top:1px solid var(--border) !important;position:relative !important}.mob-search-panel.open{display:block !important}.mob-search-form{position:relative !important;display:flex !important;align-items:center !important}.mob-search-input{width:100% !important;height:44px !important;background:var(--bg) !important;border:1.5px solid var(--border) !important;border-radius:50px !important;padding:8px 50px 8px 20px !important;font-size:15px !important;font-family:var(--font) !important;outline:none !important}.mob-search-input:focus{border-color:var(--brand) !important;box-shadow:0 0 0 3px rgba(255,147,8,.12) !important}.mob-search-submit{position:absolute !important;right:6px !important;top:50% !important;transform:translateY(-50%) !important;background:var(--brand) !important;border:none !important;border-radius:50% !important;width:32px !important;height:32px !important;display:flex !important;align-items:center !important;justify-content:center !important;color:#fff !important;font-size:14px !important;transition:background var(--t) !important}.mob-search-submit:hover{background:var(--brand-dark) !important}.mob-search-panel .search_result_box{position:absolute !important;top:calc(100%+4px) !important;left:0 !important;right:0 !important;z-index:500 !important}.section{padding:28px 0 !important;background-color:transparent !important}.section.nopad,.nopad,.noPaddingTop,.section.noPaddingTop{padding-top:0 !important}.section.bgsec{background:var(--bg) !important;background-image:none !important}.bgsec{background:var(--white) !important;background-image:none !important}.banner-mainwrapper{background:transparent !important;padding:0 !important;border-radius:0 !important}.slider_parent,.banner-slider-area{background:transparent !important}.mySwiper{background:transparent !important;overflow:hidden !important}.index-tp-heading{font-size:clamp(20px,4vw,32px) !important;font-weight:800 !important;color:var(--dark) !important;margin:0 0 28px !important;text-align:center !important;display:block !important;text-transform:uppercase !important;letter-spacing:.5px !important;line-height:1.2 !important}.index-tp-heading span{color:var(--brand) !important}.home-main-heading{font-size:clamp(20px,4vw,28px) !important;font-weight:800 !important;color:var(--dark) !important;margin-bottom:14px !important;line-height:1.3 !important}.top-categories-wrap{margin-top:20px !important;width:100% !important}.category-boxes{display:flex !important;flex-wrap:wrap !important;justify-content:center !important;gap:8px !important;margin-top:16px !important;margin-bottom:24px !important}.category-boxes a,.category-boxes>a{flex:0 0 calc(50% - 4px) !important;max-width:calc(50% - 4px) !important;min-height:52px !important;padding:10px 8px !important;display:flex !important;align-items:center !important;justify-content:center !important;text-align:center !important;background:var(--white) !important;border:1px solid var(--border) !important;border-radius:var(--radius) !important;font-size:13px !important;font-weight:600 !important;color:var(--text) !important;line-height:1.3 !important;white-space:normal !important;height:auto !important;transition:background var(--t),color var(--t),border-color var(--t) !important}.category-boxes a span,.category-boxes>a span{color:inherit !important;font-size:inherit !important}.category-boxes a:hover,.category-boxes>a:hover{background:var(--brand) !important;border-color:var(--brand) !important;color:var(--white) !important}.index-f-cpn-mainwrapper{display:grid !important;grid-template-columns:repeat(2,1fr) !important;gap:12px !important}.index-cpn-main{background:var(--white) !important;border-radius:12px !important;border:1px solid var(--border) !important;overflow:hidden !important;display:flex !important;flex-direction:column !important;gap:0 !important;box-shadow:none !important;position:relative !important;transition:box-shadow var(--t),transform var(--t) !important}a.index-cpn-bg{display:block !important;width:100% !important;padding-bottom:82% !important;height:0 !important;position:relative !important;background:transparent !important;border-bottom:none !important;overflow:hidden !important}a.index-cpn-bg .web_imagebox{position:absolute !important;inset:0 !important;display:flex !important;align-items:center !important;justify-content:center !important;overflow:hidden !important}a.index-cpn-bg .web_imagebox img{position:static !important;max-width:62% !important;max-height:62% !important;object-fit:contain !important}.index-cpn-str-name{display:block !important;width:100% !important;padding:7px 12px !important;text-align:center !important;font-size:12px !important;font-weight:700 !important;color:#fff !important;background:rgba(0,0,0,0.82) !important;letter-spacing:0.5px !important;border-radius:0 !important;margin:0 !important;box-sizing:border-box !important}.index-cpn-str-name p{margin:0 !important;color:#fff !important;white-space:nowrap !important;overflow:hidden !important;text-overflow:ellipsis !important}.index-cpn-content{padding:0 !important;margin:0 !important;min-height:0 !important;flex:0 0 auto !important;display:flex !important;flex-direction:column !important;justify-content:flex-start !important}.index-cpn-title.show_coupon{display:flex !important;align-items:center !important;justify-content:center !important;text-align:center !important;background:#ff9308 !important;color:#fff !important;padding:10px 8px !important;font-size:13px !important;font-weight:700 !important;border-radius:0 !important;margin:0 !important;min-height:44px !important;width:100% !important;cursor:pointer !important;transition:background var(--t) !important;line-height:1.3 !important}.index-cpn-title.show_coupon:hover,.index-cpn-title.show_coupon:active{background:#e07800 !important}.index-cpn-title.show_coupon .action-cta{display:none !important}.index-cpn-title.show_coupon .action-cta-code{display:none !important}.index-cpn-title.show_coupon .cpn-deal-title{display:-webkit-box !important;-webkit-line-clamp:2 !important;-webkit-box-orient:vertical !important;overflow:hidden !important}.index-cpn-deal{position:absolute !important;top:8px !important;left:0 !important;right:0 !important;transform:none !important;width:fit-content !important;margin:0 auto !important;background:#25D366 !important;color:#fff !important;border:none !important;font-size:10px !important;font-weight:700 !important;padding:3px 10px !important;border-radius:50px !important;z-index:3 !important;white-space:nowrap !important;display:block !important;text-align:center !important}.index-cpn-footer-area{display:none !important}.index-cpn-footer-bottom{display:none}.index-cpn-main-ltest{background:var(--white) !important;border-radius:var(--radius) !important;border:1px solid var(--border) !important;margin-bottom:12px !important;padding:14px !important;display:flex !important;align-items:center !important;gap:14px !important;box-shadow:none !important;position:relative !important}.index-cpn-main-ltest .align-cen{display:flex !important;align-items:center !important;gap:14px !important;width:100% !important}.bgcoupon.CopLeft{width:64px !important;height:64px !important;min-width:64px !important;background:var(--brand) !important;color:#fff !important;border-radius:8px !important;display:flex !important;align-items:center !important;justify-content:center !important;font-size:12px !important;font-weight:800 !important;text-align:center !important;line-height:1.2 !important}.Copright{flex:1 !important;min-width:0 !important}.index-cpn-titleletest.tittlenbtn{display:flex !important;align-items:center !important;justify-content:space-between !important;gap:10px !important;cursor:pointer !important}.Coupontittle{font-size:14px !important;font-weight:600 !important;color:var(--text) !important}.btndiv .getcop{height:36px !important}.index-cpn-bg2.posi-absolute{position:static !important;width:70px !important;min-width:70px !important}.index-cpn-bg2.posi-absolute .web_imagebox{width:70px !important;height:46px !important;display:flex !important;align-items:center !important;justify-content:center !important}.index-cpn-bg2.posi-absolute .web_imagebox img{max-height:40px !important;object-fit:contain !important}.veriicon{position:absolute !important;top:10px !important;right:12px !important;background:var(--green) !important;color:#fff !important;font-size:11px !important;font-weight:600 !important;padding:2px 8px !important;border-radius:4px !important}.top-stores-main{display:grid !important;grid-template-columns:repeat(2,1fr) !important;gap:12px !important}.cat-stores-full{grid-template-columns:repeat(6,1fr) !important}@media (max-width:1200px){.cat-stores-full{grid-template-columns:repeat(5,1fr) !important}}@media (max-width:992px){.cat-stores-full{grid-template-columns:repeat(4,1fr) !important}}@media (max-width:768px){.cat-stores-full{grid-template-columns:repeat(3,1fr) !important}}@media (max-width:480px){.cat-stores-full{grid-template-columns:repeat(2,1fr) !important}}.index-str{background:var(--white) !important;border:1px solid var(--border) !important;border-radius:var(--radius) !important;padding:14px 10px !important;display:flex !important;flex-direction:column !important;align-items:center !important;gap:8px !important;text-align:center !important;box-shadow:none !important;transition:box-shadow var(--t),transform var(--t),border-color var(--t) !important}.index-str .stores-img-area{width:100% !important;height:90px !important;display:flex !important;align-items:center !important;justify-content:center !important;background:transparent !important;border-radius:8px !important;padding:8px !important;box-sizing:border-box !important;overflow:hidden !important}.index-str .stores-img-area .web_imagebox{padding:0 !important;padding-bottom:0 !important;position:static !important;width:auto !important;height:auto !important;display:flex !important;align-items:center !important;justify-content:center !important}.index-str .stores-img-area .web_imagebox img,.index-str .stores-img-area img{position:static !important;max-width:100px !important;max-height:60px !important;width:auto !important;height:auto !important;object-fit:contain !important;display:block !important}.index-str-name{width:100% !important}.index-str-title{font-size:13px !important;font-weight:600 !important;color:var(--text) !important;margin:0 0 2px !important;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.index-str-uses{font-size:11px !important;color:var(--muted) !important;margin:0 !important}.mySwiper .swiper-slide{border-radius:12px !important;overflow:hidden !important;box-shadow:0 4px 16px rgba(0,0,0,.12) !important;aspect-ratio:2 / 1 !important}.mySwiper .swiper-slide img{width:100% !important;height:100% !important;object-fit:cover !important;border-radius:12px !important;display:block !important}.swiper-pagination-bullet{background:#bbb !important;opacity:1 !important}.swiper-pagination-bullet-active{background:var(--brand) !important}.banner-half{width:50%;height:220px;background-size:cover;background-position:center;position:relative;padding:16px;box-sizing:border-box;border-radius:14px}.banner-slide{display:flex;flex-direction:row;width:100%;gap:14px}.seo-textbox{background:var(--white) !important;border:1px solid var(--border) !important;border-radius:var(--radius) !important;padding:24px 20px !important;margin:24px 0 !important;font-size:14.5px !important;line-height:1.75 !important;color:var(--text) !important}.seo-textbox h2{font-size:18px;font-weight:700;color:var(--dark);border-left:4px solid var(--brand);padding-left:10px;margin:0 0 10px}.seo-textbox h3{font-size:15px;font-weight:600;color:var(--dark);margin:20px 0 6px}.seo-textbox h4{font-size:14px;font-weight:600;color:var(--brand);margin:14px 0 4px}.seo-textbox a{color:var(--brand);font-weight:500}.seo-textbox a:hover{text-decoration:underline}.seo-textbox p{margin:0 0 10px}.action-cta{display:inline-flex !important;align-items:center !important;justify-content:center !important;width:100% !important;padding:10px 16px !important;background:var(--brand) !important;color:#fff !important;border-radius:var(--radius-sm) !important;font-size:14px !important;font-weight:700 !important;white-space:nowrap !important;cursor:pointer !important;transition:background var(--t) !important;min-height:44px !important}.action-cta:hover{background:var(--brand-dark) !important;color:#fff !important}.action-cta.deal{background:#4169E1 !important}.action-cta.deal:hover{background:#3155c4 !important}.action-cta-code{display:block !important;width:100% !important;text-align:center !important;padding:6px 10px !important;background:var(--bg) !important;border:1.5px dashed var(--brand) !important;border-radius:4px !important;color:var(--dark) !important;font-weight:700 !important;font-size:12px !important;letter-spacing:1px !important;white-space:nowrap !important;overflow:hidden !important;text-overflow:ellipsis !important}.action-cta-peel{display:none !important}.coupon-popup-box{border-radius:12px !important;overflow:hidden !important}.breadcrumb{display:flex !important;align-items:center !important;flex-wrap:wrap !important;gap:4px !important;list-style:none !important;padding:0 !important;margin:0 0 16px !important;background:transparent !important;font-size:13px !important}.breadcrumb li{display:flex;align-items:center;color:var(--muted)}.breadcrumb li+li::before{content:'›';margin:0 5px;color:var(--border);font-size:15px}.breadcrumb li a{color:var(--muted) !important;transition:color var(--t)}.breadcrumb li a:hover,.breadcrumb li a.active{color:var(--brand) !important}.str-breadcrumb-wrap{background:var(--bg) !important;border-bottom:1px solid var(--border) !important;padding:10px 0 !important}.str-breadcrumb{display:flex !important;flex-wrap:wrap !important;gap:0 !important;list-style:none !important;margin:0 !important;padding:0 !important;font-size:13px !important}.str-breadcrumb li{display:flex !important;align-items:center !important;color:var(--muted) !important}.str-breadcrumb li::after{content:'›' !important;margin:0 6px !important;color:#ccc !important}.str-breadcrumb li:last-child::after{display:none !important}.str-breadcrumb li a{color:var(--muted) !important}.str-breadcrumb li a:hover{color:var(--brand) !important}.str-breadcrumb li:last-child{color:var(--text) !important;font-weight:500 !important}.single-str-sec{background:var(--white) !important;border-bottom:1px solid var(--border) !important;padding:16px 0 !important}.single-str-tp-area{display:flex;align-items:center;gap:16px;background:var(--white);border-radius:var(--radius);padding:16px;border:1px solid var(--border);box-shadow:var(--shadow)}.single-str-img-area{width:100px;height:100px;min-width:100px;background:transparent;border-radius:var(--radius);border:none;overflow:hidden;padding:8px;display:flex;align-items:center;justify-content:center}.single-str-img-area .web_imagebox{width:100% !important;height:100% !important;display:flex !important;align-items:center !important;justify-content:center !important;position:static !important}.single-str-img-area .web_imagebox img{max-width:100% !important;max-height:80px !important;object-fit:contain !important;position:static !important}.single-str-tp-content{flex:1;display:flex;flex-direction:column;gap:8px}.single-str-title-tp{font-size:20px !important;font-weight:700 !important;color:var(--dark) !important;margin:0 !important;line-height:1.3 !important}.single-str-deal-tp{font-size:13px !important;color:var(--green) !important;display:flex;align-items:center;gap:5px;font-weight:500}.str-stats-bar{display:flex !important;flex-wrap:wrap !important;align-items:center !important;gap:6px 4px !important;margin:4px 0 6px !important}.str-stat{font-size:13px !important;color:var(--muted) !important;display:inline-flex !important;align-items:center !important;gap:4px !important}.str-stat strong{color:var(--brand) !important;font-size:15px !important;font-weight:700 !important}.str-stat-sep{color:#ccc !important;font-size:16px !important;line-height:1 !important}.str-stat-verified strong{color:#ff9308 !important}.str-no-coupons{background:var(--white) !important;border:1px dashed var(--border) !important;border-radius:var(--radius) !important;padding:32px 20px !important;text-align:center !important;color:var(--muted) !important;font-size:14px !important}.cpn-desc-text{display:-webkit-box !important;-webkit-line-clamp:2 !important;-webkit-box-orient:vertical !important;overflow:hidden !important;margin:0 !important;transition:none !important}.cpn-desc-text.expanded{display:block !important;-webkit-line-clamp:unset !important;overflow:visible !important}.cpn-read-more{display:inline-block !important;color:#ff9308 !important;font-size:13px !important;font-weight:600 !important;cursor:pointer !important;margin-top:3px !important;user-select:none !important}.cpn-read-more:hover{text-decoration:underline !important}.store-seo-box{background:var(--white) !important;border:1px solid var(--border) !important;border-radius:var(--radius) !important;padding:28px 32px !important;margin-top:16px !important;font-size:14.5px !important;line-height:1.8 !important;color:var(--text) !important}.store-seo-box h1{font-size:20px !important;font-weight:800 !important;color:var(--dark) !important;margin:0 0 14px !important;padding-bottom:12px !important;border-bottom:2px solid #ff9308 !important;line-height:1.35 !important}.store-seo-box h2{font-size:16px !important;font-weight:700 !important;color:var(--dark) !important;margin:26px 0 10px !important;padding-left:10px !important;border-left:3px solid #ff9308 !important;line-height:1.4 !important}.store-seo-box h3{font-size:14.5px !important;font-weight:700 !important;color:#444 !important;margin:18px 0 8px !important}.store-seo-box h4{font-size:14px !important;font-weight:600 !important;color:#555 !important;margin:14px 0 6px !important}.store-seo-box p{margin-bottom:12px !important;color:#555 !important}.store-seo-box ul{list-style:none !important;padding-left:0 !important;margin:8px 0 14px !important}.store-seo-box ul li{position:relative !important;padding-left:20px !important;margin-bottom:7px !important;color:#555 !important}.store-seo-box ul li::before{content:"" !important;position:absolute !important;left:0 !important;top:8px !important;width:7px !important;height:7px !important;background:#ff9308 !important;border-radius:50% !important}.store-seo-box ol{padding-left:20px !important;margin:8px 0 14px !important}.store-seo-box ol li{margin-bottom:7px !important;color:#555 !important;padding-left:4px !important}.store-seo-box strong,.store-seo-box b{color:var(--dark) !important;font-weight:700 !important}.store-seo-box a{color:#ff9308 !important;text-decoration:none !important}.store-seo-box a:hover{text-decoration:underline !important}.store-seo-box hr{border:none !important;border-top:1px solid var(--border) !important;margin:22px 0 !important}.store-seo-box p strong:first-child{color:var(--dark) !important}@media (max-width:600px){.store-seo-box{padding:18px 16px !important}.store-seo-box h1{font-size:17px !important}.store-seo-box h2{font-size:15px !important}}.str-content-section{padding-top:20px !important}.rating_item{display:flex;align-items:center;gap:12px;flex-wrap:wrap}ul.stars{display:flex !important;align-items:center !important;gap:2px !important;padding:0 !important;margin:0 !important;list-style:none !important}ul.stars .star i{font-size:18px;color:#ddd;cursor:pointer;transition:color var(--t)}ul.stars .star.selected i{color:var(--brand)}p.ratings{font-size:12px !important;color:var(--muted) !important;margin:0 !important}.single-str-mainwrapper{display:flex !important;gap:20px !important;align-items:flex-start !important}.single-str-sidepanel{flex:0 0 260px !important;min-width:0 !important}.single-str-main{flex:1 !important;min-width:0 !important}.sidebar.module{display:flex !important;flex-direction:column !important;gap:12px !important}.section-inner{background:var(--white) !important;border:1px solid var(--border) !important;border-radius:var(--radius) !important;padding:14px !important;box-shadow:none !important}.single-str-sec-pad{padding:14px !important}.section-header{font-size:14px !important;font-weight:700 !important;color:var(--dark) !important;margin:0 0 10px !important;padding-bottom:8px !important;border-bottom:2px solid var(--border) !important;display:block !important}.section-header i{font-style:italic !important;color:var(--brand) !important}.section-header.has-link{display:flex !important;justify-content:space-between !important;align-items:center !important}.store-social-share{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:8px}.store-social-share a{width:34px;height:34px;border-radius:50%;display:flex !important;align-items:center !important;justify-content:center !important;background:var(--bg) !important;border:1px solid var(--border) !important;color:var(--text) !important;font-size:13px !important;transition:all var(--t) !important}.store-social-share a:hover{background:var(--brand) !important;color:#fff !important;border-color:var(--brand) !important}.social-subtext{font-size:12px !important;color:var(--muted) !important;margin-top:6px !important;line-height:1.5 !important}.side-panel-sm-str-mainwrapper{display:flex !important;flex-direction:column !important;gap:8px !important}.side-panel-sm-str-main{display:flex !important;flex-direction:row !important;align-items:center !important;gap:10px !important;padding:8px !important;border-radius:8px !important;border:1px solid var(--border) !important;background:var(--bg) !important;transition:all var(--t) !important;color:var(--text) !important;text-decoration:none !important}.side-panel-sm-str-main:hover{border-color:var(--brand) !important;background:var(--brand-light) !important}.side-panel-sm-str-img{width:44px !important;height:44px !important;min-width:44px !important;max-width:44px !important;flex-shrink:0 !important;background:var(--white) !important;border-radius:6px !important;padding:4px !important;border:1px solid var(--border) !important;overflow:hidden !important;display:flex !important;align-items:center !important;justify-content:center !important}.side-panel-sm-str-img .web_imagebox{width:100% !important;height:100% !important;min-height:unset !important;padding:0 !important;padding-bottom:0 !important;display:flex !important;align-items:center !important;justify-content:center !important;position:static !important}.side-panel-sm-str-img .web_imagebox img{width:auto !important;height:auto !important;max-width:36px !important;max-height:36px !important;object-fit:contain !important;position:static !important;display:block !important}.side-panel-sm-str-content{flex:1 !important;min-width:0 !important}.side-panel-sm-str-content .name{display:block !important;max-width:100% !important;font-size:13px !important;font-weight:600 !important;color:var(--text) !important;margin:0 !important;text-align:left !important;white-space:nowrap !important;overflow:hidden !important;text-overflow:ellipsis !important;word-break:normal !important;-webkit-line-clamp:unset !important}.side-panel-sm-str-content .post_count{font-size:11px !important;color:var(--muted) !important;margin:0 !important}.switchers{display:flex !important;flex-wrap:wrap !important;gap:8px !important;margin-bottom:16px !important}.switchers_items{display:inline-flex !important;align-items:center !important;padding:8px 18px !important;background:var(--white) !important;border:1.5px solid var(--border) !important;border-radius:50px !important;font-size:13px !important;font-weight:600 !important;color:var(--text) !important;cursor:pointer !important;min-height:40px !important;transition:all var(--t) !important;text-decoration:none !important}.switchers_items:before{display:none !important}.switchers_items:hover,.switchers_items.active{background:var(--brand) !important;border-color:var(--brand) !important;color:var(--white) !important;box-shadow:0 4px 12px rgba(255,147,8,.28) !important}.switchers_items[data-sort="deal"]:hover,.switchers_items[data-sort="deal"].active{background:#4169E1 !important;border-color:#4169E1 !important;color:#fff !important;box-shadow:0 4px 12px rgba(65,105,225,.28) !important}.single-str-main-cpn-wrapper{display:flex !important;flex-direction:column !important;gap:10px !important}.single-str-main-cpn-main{background:var(--white) !important;border:1px solid var(--border) !important;border-radius:var(--radius) !important;box-shadow:none !important;overflow:hidden !important;transition:box-shadow var(--t) !important}.single-str-cpn-main-bd{display:flex !important;align-items:center !important;padding:14px !important;gap:14px !important}.single-str-cpn-main-bd .action-box{align-self:center !important}.single-str-cpn-main-bg{flex:0 0 auto !important;box-shadow:none !important;background:transparent !important;padding:0 !important}.single-str-cpn-main-img{width:72px !important;height:72px !important;background:transparent !important;border-radius:8px !important;border:1.5px solid #1a1a2e !important;display:flex !important;align-items:center !important;justify-content:center !important;padding:5px !important;flex-shrink:0 !important}.single-str-desc-main p.cpn-desc-text{display:-webkit-box !important;-webkit-line-clamp:2 !important;-webkit-box-orient:vertical !important;overflow:hidden !important;margin:0 !important}.single-str-desc-main p.cpn-desc-text.expanded{display:block !important;overflow:visible !important;-webkit-line-clamp:unset !important}.cpn-read-more{font-size:12px !important;color:var(--brand) !important;cursor:pointer !important;font-weight:600 !important;display:none !important}.single-str-cpn-main-img .web_imagebox{width:100% !important;height:100% !important;display:flex !important;align-items:center !important;justify-content:center !important;position:static !important}.single-str-cpn-main-img .web_imagebox img,.single-str-cpn-main-img img{max-width:100% !important;max-height:62px !important;object-fit:contain !important;position:static !important}.single-str-cpn-main-content-area{flex:1 !important;min-width:0 !important;display:flex !important;flex-direction:column !important;gap:6px !important}.single-str-main-cpn-added{display:inline-flex !important;align-items:center !important;gap:6px !important;font-size:12px !important;font-weight:700 !important;color:#1a9e3f !important;background:none !important;padding:0 !important;border-radius:0 !important;width:fit-content !important;margin-top:12px !important}.single-str-main-cpn-added .fa-check{display:inline-flex !important;align-items:center !important;justify-content:center !important;width:16px !important;height:16px !important;border-radius:50% !important;background:#1a9e3f !important;color:#fff !important;font-size:9px !important;flex-shrink:0 !important;position:static !important;top:auto !important}.single-str-main-cpn-added::before,.single-str-main-cpn-added::after{content:none !important;display:none !important}.single-str-main-cpn-added p{margin:0 !important;color:#1a9e3f !important;position:static !important;top:auto !important}.index-cpn-main-title{font-size:14px !important;font-weight:600 !important;color:var(--text) !important;line-height:1.4 !important;cursor:pointer !important}.single-str-desc-main p{font-size:13px !important;color:var(--muted) !important;margin:0 !important;line-height:1.4 !important}.action-box{flex:0 0 auto !important}.copycodebtn.action-code{display:flex !important;flex-direction:column !important;align-items:center !important;gap:4px !important;cursor:pointer !important;min-width:115px !important}.js-offer-out{display:block !important;width:100% !important}.index-cpn-footer-area.single-str-cpn-footerrr{display:flex !important;justify-content:space-between !important;align-items:center !important;padding:10px 14px !important;border-top:1px solid var(--border) !important;font-size:12px !important;color:var(--muted) !important;background:var(--bg) !important}.index-cpn-used{display:flex !important;align-items:center !important;gap:5px !important}.index-cpn-detail-btn{display:flex !important;align-items:center !important;gap:5px !important;cursor:pointer !important;color:var(--brand) !important;font-weight:600 !important;font-size:12px !important;transition:color var(--t) !important}.index-cpn-detail-btn:hover{color:var(--brand-dark) !important}.index-cpn-footer-bottom.single-str-footer-cpn{padding:14px !important;border-top:1px solid var(--border) !important;background:var(--white) !important;display:none}.single-cpn-str-footer{display:grid !important;grid-template-columns:1fr 1fr !important;gap:14px !important}.single-str-cpn-footer-bt{display:flex !important;flex-direction:column !important;gap:6px !important}.index-cpn-added-expiry-head{font-size:11px !important;font-weight:700 !important;color:var(--dark) !important;text-transform:uppercase !important;letter-spacing:.5px !important;margin-bottom:4px !important}.index-cpn-added-expiry{display:flex !important;flex-direction:column !important;gap:4px !important}.index-cpn-added-expiry p{font-size:12px !important;color:var(--muted) !important;margin:0 !important;display:flex !important;align-items:center !important;gap:4px !important}.index-cpn-added-expiry p i{color:var(--brand) !important}.single-str-main-cpn-main.expired{opacity:.55}.single-str-main-cpn-main.expired .action-cta{background:var(--muted) !important;cursor:not-allowed !important}.pill-list{display:flex !important;flex-wrap:wrap !important;gap:7px !important;list-style:none !important;padding:0 !important;margin:0 !important}.pill-list.scroll{max-height:150px;overflow-y:auto}.pill,.pill-cat{display:inline-flex !important;align-items:center !important;padding:5px 13px !important;background:var(--bg) !important;border:1.5px solid var(--border) !important;border-radius:50px !important;font-size:12px !important;font-weight:500 !important;color:var(--text) !important;transition:all var(--t) !important;white-space:nowrap !important}.pill:hover,.pill-cat:hover{background:var(--brand) !important;border-color:var(--brand) !important;color:var(--white) !important}.pill-alpha{display:inline-flex !important;align-items:center !important;justify-content:center !important;min-width:36px !important;height:36px !important;padding:4px 8px !important;background:var(--white) !important;border:1.5px solid var(--border) !important;border-radius:var(--radius-sm) !important;font-size:13px !important;font-weight:700 !important;color:var(--text) !important;transition:all var(--t) !important}.pill-alpha:hover,.pill-alpha.active{background:var(--brand) !important;border-color:var(--brand) !important;color:var(--white) !important}.pill-list.f-18 .pill-alpha{min-width:38px !important;height:38px !important;font-size:14px !important}.category-lst-mainwrapper{display:flex !important;gap:20px !important;align-items:flex-start !important}.category-lst-main{flex:1 !important;min-width:0 !important}.category-lst-sidebar{flex:0 0 220px !important;display:flex !important;flex-direction:column !important;gap:12px !important}.category-lst-sidebar-main{background:var(--white) !important;border:1px solid var(--border) !important;border-radius:var(--radius) !important;padding:14px !important;box-shadow:none !important}.str-search-results-wrap{margin-bottom:32px !important}.str-search-heading{font-size:18px !important;font-weight:700 !important;color:var(--dark) !important;margin:0 0 18px !important;display:flex !important;align-items:center !important;gap:12px !important;flex-wrap:wrap !important}.str-search-heading strong{color:var(--brand) !important}.str-search-count{font-size:13px !important;font-weight:500 !important;color:var(--muted) !important;background:var(--bg) !important;border:1px solid var(--border) !important;border-radius:50px !important;padding:2px 12px !important}.store-lst-mainwrapper{display:flex !important;gap:20px !important;align-items:flex-start !important}.str-lst-main{flex:1 !important;min-width:0 !important}.str-lst-alpha-main{margin-bottom:18px !important}.swiper-parent-str-lst{margin-bottom:20px !important;overflow:hidden !important}.mySwiper-str .swiper-slide{background:var(--white) !important;border:1px solid var(--border) !important;border-radius:var(--radius) !important;padding:10px !important;text-align:center !important;transition:all var(--t) !important}.mySwiper-str .swiper-slide:hover{border-color:var(--brand) !important;box-shadow:none !important}.mySwiper-str .swiper-slide .web_imagebox{position:static !important}.mySwiper-str .swiper-slide .web_imagebox img{max-height:46px !important;object-fit:contain !important}.mySwiper-str .swiper-slide .merchant{font-size:12px !important;font-weight:600 !important;color:var(--text) !important;margin-top:5px !important;white-space:nowrap !important;overflow:hidden !important;text-overflow:ellipsis !important}.footer{background:#1a1a2e !important;color:#b0b0b0 !important;padding:48px 0 0 !important}.footer a{color:#aaa !important;transition:color var(--t) !important}.footer a:hover{color:var(--brand) !important}.footer-new-grid{display:grid !important;grid-template-columns:1fr 1fr !important;gap:24px 16px !important;padding-bottom:32px !important;border-bottom:1px solid rgba(255,255,255,.07) !important}.footer-brand-col{grid-column:1 / -1 !important}.footer-brand-col img{height:38px !important;width:auto !important;margin-bottom:14px !important;display:block !important}.footer-brand-desc{font-size:12.5px !important;color:#888 !important;line-height:1.75 !important;margin:0 !important}.footer-link-col{}.footer-col-heading{font-size:14px !important;font-weight:700 !important;color:#fff !important;margin:0 0 14px !important;padding:0 !important;background:none !important;border:none !important}.footer-link-list{list-style:none !important;margin:0 !important;padding:0 !important}.footer-link-list li{margin-bottom:10px !important}.footer-link-list li a{font-size:13px !important;color:#aaa !important;display:inline-block !important}.footer-link-list li a:hover{color:var(--brand) !important}.footer-about-col{grid-column:1 / -1 !important}.footer-about-text{font-size:12.5px !important;color:#888 !important;line-height:1.75 !important;margin-bottom:14px !important}.footer-sec-text{font-size:11px !important;color:#555 !important;margin-top:12px !important;line-height:1.5 !important}.footer-subscribe-form{margin-top:0 !important}.footer-sub-row{display:flex !important;gap:8px !important;margin-top:12px !important}.footer-sub-row input{flex:1 !important;padding:10px 14px !important;border-radius:8px !important;border:1px solid rgba(255,255,255,.12) !important;background:rgba(255,255,255,.06) !important;color:#fff !important;font-size:13px !important;font-family:var(--font) !important;outline:none !important;min-width:0 !important}.footer-sub-row input::placeholder{color:#555 !important}.footer-sub-row input:focus{border-color:var(--brand) !important;background:rgba(255,255,255,.09) !important}.footer-sub-row button{background:var(--brand) !important;border:none !important;border-radius:8px !important;width:44px !important;height:44px !important;flex-shrink:0 !important;color:#fff !important;display:flex !important;align-items:center !important;justify-content:center !important;cursor:pointer !important;transition:background var(--t) !important}.footer-sub-row button:hover{background:var(--brand-dark) !important}.footer-bottom-bar{background:rgba(0,0,0,.3) !important;border-top:1px solid rgba(255,255,255,.05) !important;padding:16px 0 !important;margin-top:0 !important}.footer-bottom-bar .container{text-align:center !important}.footer-bottom-bar p{font-size:12px !important;color:#555 !important;margin:0 !important;line-height:1.6 !important}.footer-bottom-bar a{color:#666 !important;text-decoration:underline !important}.footer-bottom-bar a:hover{color:var(--brand) !important}a,a:hover,a:focus,a:active{color:inherit}.single-str-tp-content a,.single-str-tp-content a:hover{color:var(--brand) !important}::-webkit-scrollbar{width:5px;height:5px}::-webkit-scrollbar-track{background:var(--bg)}::-webkit-scrollbar-thumb{background:var(--brand);border-radius:10px}@media (min-width:768px){.bgblack,.w-full.bgblack{display:block !important}.category-boxes a,.category-boxes>a{flex:0 0 calc(33.33% - 6px) !important;max-width:calc(33.33% - 6px) !important;min-height:60px !important;font-size:14px !important;padding:12px 10px !important}.index-f-cpn-mainwrapper{grid-template-columns:repeat(3,1fr) !important;gap:16px !important}.top-stores-main{grid-template-columns:repeat(3,1fr) !important}.footer-mainwrapper{grid-template-columns:1fr 1fr !important}.logo-desc-mainwrapper{flex-direction:row !important;gap:28px !important}.footer-new-grid{grid-template-columns:repeat(3,1fr) !important;gap:28px !important}.footer-brand-col{grid-column:1 / -1 !important}.footer-about-col{grid-column:1 / -1 !important}.single-str-mainwrapper{flex-direction:row !important}.single-str-sidepanel{width:250px !important;flex:0 0 250px !important}.store-lst-mainwrapper,.category-lst-mainwrapper{flex-direction:row !important}.seo-textbox{padding:28px 32px !important}#StoreSwiper .swiper-slide{height:90px !important}#StoreSwiper .store-logo-img{max-height:64px !important}.section{padding:36px 0 !important}.index-tp-heading{margin-bottom:32px !important}}@media (min-width:1024px){.category-boxes a,.category-boxes>a{flex:0 0 calc(16.66% - 7px) !important;max-width:calc(16.66% - 7px) !important;min-height:65px !important;padding:14px 10px !important}.index-f-cpn-mainwrapper{grid-template-columns:repeat(auto-fill,minmax(180px,1fr)) !important;gap:18px !important}.top-stores-main{grid-template-columns:repeat(auto-fill,minmax(150px,1fr)) !important}.footer-mainwrapper{grid-template-columns:28% 1fr 1fr 1.3fr !important}.footer-new-grid{grid-template-columns:1.5fr 1fr 1fr 1fr 1fr 1.5fr !important;gap:28px !important;padding-bottom:44px !important}.footer-brand-col{grid-column:auto !important}.footer-about-col{grid-column:auto !important}.single-str-sidepanel{flex:0 0 270px !important}.category-lst-sidebar{flex:0 0 240px !important}#StoreSwiper .swiper-slide{height:100px !important}#StoreSwiper .store-logo-img{max-height:70px !important}.section{padding:40px 0 !important}.index-tp-heading{margin-bottom:36px !important}.index-cpn-main:hover{box-shadow:none !important;transform:translateY(-3px) !important}.index-str:hover{box-shadow:none !important;transform:translateY(-3px) !important;border-color:var(--brand) !important}.index-cpn-main-ltest:hover{box-shadow:none !important;transform:translateY(-2px) !important}.single-str-main-cpn-main:hover{box-shadow:none !important}}@media (max-width:767px){.bgblack,.w-full.bgblack{display:none !important}.header{padding:0 !important}.header-mainwrapper{flex-direction:row !important;flex-wrap:nowrap !important;justify-content:space-between !important;align-items:center !important;padding:10px 0 !important;position:relative !important;gap:0 !important}.header-logo-area{position:static !important;left:auto !important;transform:none !important;order:2 !important;flex:0 0 auto !important;margin:0 !important;z-index:1 !important;display:flex !important;justify-content:center !important}.header-logo-area img{height:41px !important}.header-bt{display:none !important}.search-box{display:none !important}.mob-menu-btn,.mob-search-btn{display:flex !important;align-items:center !important;gap:5px !important;background:none !important;border:none !important;font-size:13px !important;font-weight:600 !important;color:var(--dark) !important;padding:8px 2px !important;z-index:2 !important;min-height:44px !important;white-space:nowrap !important}.mob-menu-btn svg,.mob-search-btn svg{color:var(--brand) !important;width:18px !important;height:18px !important;flex-shrink:0}.mob-menu-btn{order:1 !important;flex:1 1 0 !important;min-width:0 !important;justify-content:flex-start !important}.mob-search-btn{order:3 !important;flex:1 1 0 !important;min-width:0 !important;justify-content:flex-end !important}.index-tp-heading{font-size:18px !important;margin-bottom:16px !important;letter-spacing:0 !important}.home-main-heading{font-size:20px !important}.index-f-cpn-mainwrapper{grid-template-columns:repeat(2,1fr) !important;gap:10px !important}a.index-cpn-bg{padding-bottom:85% !important}.index-cpn-title.show_coupon{font-size:12px !important;min-height:44px !important;padding:10px 7px !important}.index-cpn-str-name{font-size:11px !important;padding:6px 8px 2px !important}.top-stores-main{grid-template-columns:repeat(2,1fr) !important}.single-str-mainwrapper{flex-direction:column !important}.single-str-sidepanel{flex:unset !important;width:100% !important}.single-str-tp-area{flex-direction:row !important;text-align:left !important;align-items:flex-start !important;gap:12px !important}.single-str-img-area{width:72px !important;height:72px !important;min-width:72px !important}.single-str-title-tp{font-size:17px !important}.str-stats-bar{gap:4px 8px !important}.str-stat{font-size:12px !important}.str-stat strong{font-size:14px !important}.str-breadcrumb-wrap{padding:8px 0 !important}.str-breadcrumb{font-size:12px !important}.single-str-cpn-main-bd{flex-wrap:wrap !important}.action-box{width:100% !important}.copycodebtn.action-code{width:100% !important}.action-cta{width:100% !important}.single-cpn-str-footer{grid-template-columns:1fr !important}.store-lst-mainwrapper,.category-lst-mainwrapper{flex-direction:column !important}.category-lst-sidebar{flex:unset !important;width:100% !important}.single-str-sidepanel .sidebar.module{display:grid !important;grid-template-columns:1fr 1fr !important;gap:10px !important}.switchers{gap:8px !important}.switchers_items{padding:11px 16px !important;font-size:12px !important;min-height:44px !important;display:inline-flex !important;align-items:center !important}.pill-alpha{min-width:44px !important;height:44px !important;font-size:13px !important}.pill-list.f-18 .pill-alpha{min-width:44px !important;height:44px !important}.pill-list{gap:8px !important}.section{padding:20px 0 !important}.seo-textbox{padding:16px !important;font-size:14px !important}.footer-mainwrapper{grid-template-columns:1fr !important}.logo-desc-mainwrapper{flex-direction:column !important;gap:14px !important}.copyright-area-main{flex-direction:column !important;align-items:flex-start !important}.index-cpn-main-ltest{padding:12px !important;gap:10px !important}}@media (max-width:480px){.index-f-cpn-mainwrapper{gap:8px !important}.index-cpn-title.show_coupon{font-size:11px !important;min-height:38px !important}.index-cpn-deal{font-size:9px !important;padding:2px 7px !important}.bgcoupon.CopLeft{width:56px !important;height:56px !important;min-width:56px !important}.single-str-sidepanel .sidebar.module{grid-template-columns:1fr !important}.top-stores-main{grid-template-columns:repeat(2,1fr) !important}#StoreSwiper .swiper-slide{height:80px !important;padding:8px !important}#StoreSwiper .store-logo-img{max-height:56px !important}.pill-alpha{min-width:28px !important;height:28px !important;font-size:11px !important}.section{padding:16px 0 !important}}.str-trending-list{list-style:none !important;margin:0 !important;padding:0 !important}.str-trending-list li{border-bottom:1px solid var(--border) !important}.str-trending-list li:last-child{border-bottom:none !important}.str-trending-list li a{display:flex !important;align-items:center !important;gap:8px !important;padding:9px 0 !important;font-size:13.5px !important;color:var(--text) !important;text-decoration:none !important;line-height:1.4 !important;transition:color var(--t) !important}.str-trending-list li a::before{content:'' !important;display:inline-block !important;width:6px !important;height:6px !important;border-radius:50% !important;background:var(--brand) !important;flex-shrink:0 !important}.str-trending-list li a:hover{color:var(--brand) !important}.cat-list-hero-sec{background:linear-gradient(135deg,#1a1a2e 0%,#2d2d4e 100%);padding:32px 0 28px}.cat-list-hero-title{font-size:28px;font-weight:600;color:#fff;margin:0 0 8px;line-height:1.3}.cat-list-hero-sub{font-size:15px;color:rgba(255,255,255,.7);margin:0 0 18px}.cat-list-layout{display:grid;grid-template-columns:1fr 260px;gap:24px;align-items:start;padding:28px 0 40px}.cat-list-sidebar-box{background:var(--white);border:1px solid var(--border);border-radius:var(--radius);padding:16px;margin-bottom:16px}.cat-list-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.cat-card{background:var(--white);border:1px solid var(--border);border-radius:var(--radius);overflow:hidden;transition:box-shadow var(--t),transform var(--t);display:flex;flex-direction:column}.cat-card:hover{box-shadow:var(--shadow-hover);transform:translateY(-3px)}.cat-card-body{padding:16px;display:flex;flex-direction:column;gap:8px;flex:1}.cat-card-name{font-size:15px;font-weight:700;color:var(--dark);text-decoration:none;line-height:1.3;transition:color var(--t)}.cat-card-name:hover{color:var(--brand)}.cat-card-count{font-size:12px;color:var(--muted);display:flex;align-items:center;gap:5px}.cat-card-count .fa{color:var(--brand);font-size:11px}.cat-card-pills{display:flex;flex-wrap:wrap;gap:5px}.cat-card-pill{display:inline-block;font-size:11.5px;color:var(--text);background:var(--bg);border:1px solid var(--border);border-radius:50px;padding:3px 10px;text-decoration:none;transition:background var(--t),color var(--t),border-color var(--t);white-space:nowrap}.cat-card-pill:hover{background:var(--brand);color:#fff;border-color:var(--brand)}.cat-card-pill--more{cursor:default;color:var(--muted)}.cat-card-pill--more:hover{background:var(--bg);color:var(--muted);border-color:var(--border)}.cat-card-cta{display:inline-flex;align-items:center;gap:5px;font-size:12.5px;font-weight:700;color:var(--brand);text-decoration:none;margin-top:auto;transition:gap var(--t)}.cat-card-cta:hover{gap:8px;color:var(--brand-dark)}.cat-card-heading{margin:0 !important;padding:0 !important;font-size:inherit !important;font-weight:inherit !important;line-height:inherit !important}.cat-list-section-title{font-size:18px;font-weight:700;color:var(--dark);margin:0 0 16px;padding-bottom:10px;border-bottom:2px solid var(--border)}.cat-list-seo-block{margin-top:28px;padding:24px 28px;background:var(--white);border:1px solid var(--border);border-radius:var(--radius);font-size:14.5px;line-height:1.8;color:#555}.cat-list-seo-block h2{font-size:17px;font-weight:700;color:var(--dark);margin:0 0 10px;padding-bottom:8px;border-bottom:2px solid #ff9308}.cat-list-seo-block h3{font-size:15px;font-weight:700;color:var(--dark);margin:20px 0 8px;padding-left:10px;border-left:3px solid #ff9308}.cat-list-seo-block h4{font-size:14px;font-weight:700;color:var(--dark);margin:14px 0 4px}.cat-list-seo-block p{margin-bottom:12px}.cat-list-seo-block ul,.cat-list-seo-block ol{padding-left:20px;margin:0 0 12px}.cat-list-seo-block ul{list-style:none;padding-left:0}.cat-list-seo-block ul li{position:relative;padding-left:18px;margin-bottom:6px}.cat-list-seo-block ul li::before{content:"";position:absolute;left:0;top:8px;width:7px;height:7px;background:#ff9308;border-radius:50%}.cat-list-seo-block ol li{margin-bottom:6px}.cat-list-seo-block strong{color:var(--dark);font-weight:700}@media (max-width:1024px){.cat-list-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:767px){.cat-list-layout{grid-template-columns:1fr}.cat-list-sidebar{order:2}.cat-list-grid{grid-template-columns:repeat(2,1fr);gap:10px}.cat-card-img-wrap{height:100px}.cat-list-hero-title{font-size:20px}}@media (max-width:480px){.cat-list-grid{grid-template-columns:1fr}}.cat-hero-sec{background:linear-gradient(135deg,#1a1a2e 0%,#2d2d4e 100%);padding:28px 0 24px}.cat-hero-inner{display:flex;align-items:flex-start;gap:20px}.cat-hero-title{font-size:24px;font-weight:800;color:#fff;margin:0 0 14px;line-height:1.3}.cat-hero-date{display:inline-block;font-size:14px;font-weight:500;color:var(--brand);margin-left:8px}.cat-stats-bar{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:10px}.cat-stat{display:inline-flex;align-items:center;gap:5px;background:rgba(255,255,255,.1);color:#fff;font-size:13px;padding:5px 12px;border-radius:50px}.cat-stat .fa{color:var(--brand);font-size:12px}.cat-stat strong{color:var(--brand)}.cat-stat--verified{background:rgba(26,158,63,.2)}.cat-stat--verified .fa{color:#1a9e3f}.cat-hero-meta{font-size:12px;color:rgba(255,255,255,.5);margin:0}.cat-section{background:var(--white);border:1px solid var(--border);border-radius:var(--radius);padding:20px;margin-bottom:18px}.cat-section-title{font-size:16px;font-weight:700;color:var(--dark);margin:0 0 16px;padding-bottom:10px;border-bottom:2px solid var(--brand);display:inline-block}.cat-about-section .cat-description-text{font-size:14.5px;line-height:1.75;color:var(--text)}.cat-about-section .cat-description-text p{margin:0 0 10px}.cat-subcats-pills{display:flex !important;flex-wrap:wrap !important;gap:8px !important;padding:0 !important}.cat-subcats-pills li{list-style:none !important}.cat-subcats-pills .pill{display:inline-block;padding:5px 14px;border:1px solid var(--border);border-radius:50px;font-size:13px;color:var(--text);background:var(--bg);transition:background var(--t),border-color var(--t),color var(--t)}.cat-subcats-pills .pill:hover{background:var(--brand);border-color:var(--brand);color:#fff}.cat-how-steps{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:14px}.cat-how-steps li{display:flex;align-items:flex-start;gap:14px}.cat-step-num{width:32px;height:32px;border-radius:50%;background:var(--brand);color:#fff;font-weight:800;font-size:15px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.cat-how-steps li div strong{font-size:14px;color:var(--dark);display:block;margin-bottom:2px}.cat-how-steps li div p{font-size:13px;color:var(--muted);margin:0}.cat-faq-list{display:flex;flex-direction:column;gap:0}.cat-faq-item{border-bottom:1px solid var(--border)}.cat-faq-item:last-child{border-bottom:none}.cat-faq-q{width:100%;background:none;border:none;padding:14px 0;font-size:14px;font-weight:600;color:var(--dark);text-align:left;cursor:pointer;display:flex;justify-content:space-between;align-items:center;gap:10px;line-height:1.4;transition:color var(--t)}.cat-faq-q:hover{color:var(--brand)}.cat-faq-q[aria-expanded="true"] .fa{transform:rotate(180deg)}.cat-faq-q .fa{font-size:12px;color:var(--brand);flex-shrink:0;transition:transform var(--t)}.cat-faq-a{max-height:0;overflow:hidden;opacity:0;transition:max-height .3s ease,opacity .3s ease}.cat-faq-a p{font-size:13.5px;color:var(--muted);line-height:1.65;padding:0 0 14px;margin:0}@media (max-width:767px){.cat-hero-title{font-size:18px}.cat-stats-bar{gap:7px}.cat-stat{font-size:12px;padding:4px 10px}}.srp-wrap{padding:24px 0 40px}.srp-heading{font-size:22px;font-weight:800;color:var(--dark);margin:0 0 24px;display:flex;align-items:center;gap:10px}.srp-heading .fa{color:var(--brand);font-size:20px}.srp-section{margin-bottom:32px}.srp-section-title{font-size:16px;font-weight:700;color:var(--dark);margin:0 0 14px;padding-bottom:8px;border-bottom:2px solid var(--brand);display:inline-block}.srp-no-results{color:var(--muted);font-size:14px}.srp-page-header{margin-bottom:24px}.srp-summary{font-size:13.5px;color:var(--muted);margin:4px 0 0}.srp-store-offers{font-size:11px;color:var(--muted);white-space:nowrap;margin-left:auto;padding-right:4px}.srp-offer-store{font-size:11px;font-weight:600;color:var(--muted);text-transform:uppercase;letter-spacing:.4px;display:block;margin-bottom:3px;text-decoration:none}.srp-offer-store:hover{color:var(--brand)}.srp-empty{text-align:center;padding:40px 0;color:var(--muted)}.srp-empty p{margin-bottom:16px}.srp-stores-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}.srp-store-hidden{display:none !important}.srp-store-card{display:flex;align-items:center;gap:10px;background:var(--white);border:1px solid var(--border);border-radius:var(--radius);padding:10px 12px;text-decoration:none;color:var(--text);transition:box-shadow var(--t),border-color var(--t)}.srp-store-card:hover{box-shadow:var(--shadow-hover);border-color:var(--brand);color:var(--text)}.srp-store-logo-wrap{width:60px;height:60px;flex-shrink:0;border:1px solid var(--border);border-radius:6px;overflow:hidden;display:flex;align-items:center;justify-content:center;background:#fff}.srp-store-logo-wrap img{max-width:54px;max-height:54px;object-fit:contain}.srp-store-flag{font-size:16px;flex-shrink:0}.srp-store-name{flex:1;font-size:13.5px;font-weight:600;color:var(--dark);line-height:1.3}.srp-store-heart{color:#ccc;font-size:14px;flex-shrink:0;transition:color var(--t)}.srp-store-card:hover .srp-store-heart{color:#e74c3c}.srp-view-more-wrap{text-align:center;margin-top:14px}.srp-view-more-btn{background:var(--white);border:1.5px solid var(--brand);color:var(--brand);border-radius:50px;padding:9px 28px;font-size:13.5px;font-weight:700;cursor:pointer;transition:background var(--t),color var(--t)}.srp-view-more-btn:hover{background:var(--brand);color:#fff}.srp-offers-list{display:flex;flex-direction:column;gap:0}.srp-offer-card{display:flex;align-items:center;gap:14px;background:var(--white);border:1px solid var(--border);border-radius:var(--radius) var(--radius) 0 0;padding:14px 16px;transition:box-shadow var(--t)}.srp-offer-card:hover{box-shadow:0 2px 12px rgba(0,0,0,.08)}.srp-offer-logo-wrap{width:62px;height:62px;flex-shrink:0;border:1px solid var(--border);border-radius:8px;overflow:hidden;display:flex;align-items:center;justify-content:center;background:#fff}.srp-offer-logo-wrap img{max-width:58px;max-height:58px;object-fit:contain}.srp-offer-body{flex:1;min-width:0}.srp-offer-store{font-size:11px;font-weight:600;color:var(--muted);text-transform:uppercase;letter-spacing:.4px;display:block;margin-bottom:3px}.srp-offer-title{font-size:15px;font-weight:700;color:var(--dark);margin:0 0 6px;line-height:1.3;cursor:pointer}.srp-offer-title:hover{color:var(--brand)}.srp-offer-meta{display:flex;flex-wrap:wrap;gap:10px}.srp-verified{font-size:12px;color:#1a9e3f;font-weight:600}.srp-verified .fa{margin-right:3px}.srp-expiry{font-size:12px;color:var(--muted)}.srp-expiry .fa{margin-right:3px}.srp-offer-action{flex-shrink:0}.srp-more-coupons{font-size:12px;color:var(--muted);background:var(--bg);border:1px solid var(--border);border-top:none;border-radius:0 0 var(--radius) var(--radius);padding:7px 16px;margin-bottom:12px}.srp-more-coupons a{color:var(--brand);font-weight:600;text-decoration:none}.srp-more-coupons a:hover{text-decoration:underline}@media (max-width:600px){.srp-stores-grid{grid-template-columns:1fr}.srp-offer-card{flex-wrap:wrap;gap:10px}.srp-offer-action{width:100%}}.store_list_main_title h2.sub_heading_main_store{font-size:14px !important;font-weight:700 !important;margin:0 !important;padding:0 !important;color:var(--dark) !important;display:flex !important;align-items:center !important;flex:1 !important}.store_list_main_title h2.sub_heading_main_store a{color:var(--dark) !important;text-decoration:none !important;transition:color var(--t) !important}.store_list_main_title h2.sub_heading_main_store a:hover{color:var(--brand) !important}.popular-stores-section{background:linear-gradient(180deg,#f5f6f8 0%,#fff 100%);border-top:none;padding:40px 0 48px}.pop-stores-header{margin-bottom:28px}.pop-stores-title{font-size:24px;font-weight:800;color:var(--dark);margin:0 0 6px;display:flex;align-items:center;gap:8px}.pop-stores-title::before{content:'';display:inline-block;width:4px;height:28px;background:var(--brand);border-radius:2px;flex-shrink:0}.pop-stores-title span{color:var(--brand)}.pop-stores-sub{font-size:14px;color:var(--muted);margin:0}.pop-stores-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:16px}.pop-store-card{display:flex;flex-direction:column;align-items:center;background:var(--white);border:1.5px solid var(--border);border-radius:14px;padding:20px 14px 16px;text-decoration:none;color:var(--text);text-align:center;transition:border-color .2s ease,box-shadow .2s ease,transform .2s ease;box-shadow:0 2px 8px rgba(0,0,0,.05);position:relative;overflow:hidden}.pop-store-card::after{content:'';position:absolute;bottom:0;left:0;right:0;height:3px;background:var(--brand);transform:scaleX(0);transition:transform .2s ease;transform-origin:left}.pop-store-card:hover{border-color:var(--brand);box-shadow:0 8px 24px rgba(255,147,8,.18);transform:translateY(-4px);color:var(--text)}.pop-store-card:hover::after{transform:scaleX(1)}.pop-store-card-logo{width:76px;height:76px;border-radius:12px;border:1px solid var(--border);background:transparent;display:flex;align-items:center;justify-content:center;padding:8px;margin-bottom:12px;overflow:hidden;transition:border-color .2s ease}.pop-store-card:hover .pop-store-card-logo{border-color:var(--brand)}.pop-store-card-logo img{max-width:100%;max-height:60px;object-fit:contain;display:block}.pop-store-card-body{display:flex;flex-direction:column;align-items:center;gap:8px;width:100%}.pop-store-card-name{font-size:13px;font-weight:700;color:var(--dark);margin:0;line-height:1.4;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%}.pop-store-card-badge{display:inline-flex;align-items:center;gap:4px;background:var(--brand);color:#fff;font-size:11.5px;font-weight:700;padding:3px 10px;border-radius:50px;white-space:nowrap}.pop-store-card-badge--empty{background:transparent;color:var(--brand);border:1.5px solid var(--brand)}@media (max-width:991px){.pop-stores-grid{grid-template-columns:repeat(auto-fill,minmax(130px,1fr));gap:12px}}@media (max-width:767px){.pop-stores-grid{grid-template-columns:repeat(3,1fr);gap:10px}.popular-stores-section{padding:28px 0 36px}.pop-stores-title{font-size:18px}.pop-store-card{padding:14px 10px 12px;border-radius:10px}.pop-store-card-logo{width:60px;height:60px}}@media (max-width:480px){.pop-stores-grid{grid-template-columns:repeat(2,1fr)}}.pagination-links{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:6px;padding:28px 0 8px}.pagination-links a{display:inline-flex;align-items:center;justify-content:center;min-width:38px;height:38px;padding:0 12px;border:1px solid var(--border);border-radius:8px;background:#fff;color:var(--text);font-size:13px;font-weight:500;text-decoration:none;transition:all .18s ease;white-space:nowrap}.pagination-links a:hover{border-color:var(--brand);color:var(--brand);background:#fff8f0}.pagination-links a.current{background:var(--brand);border-color:var(--brand);color:#fff;font-weight:700;cursor:default;pointer-events:none}@media (max-width:480px){.pagination-links a{min-width:34px;height:34px;font-size:12px;padding:0 9px}}.hol-list-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:18px}.hol-card{display:flex;flex-direction:column;align-items:center;text-align:center;background:var(--white);border:1.5px solid var(--border);border-radius:14px;padding:24px 16px 18px;text-decoration:none;color:var(--text);transition:border-color .2s ease,box-shadow .2s ease,transform .2s ease;box-shadow:0 2px 8px rgba(0,0,0,.05)}.hol-card:hover{border-color:var(--brand);box-shadow:0 8px 24px rgba(255,147,8,.15);transform:translateY(-4px);color:var(--text)}.hol-card-icon{width:60px;height:60px;border-radius:50%;background:var(--brand-light);display:flex;align-items:center;justify-content:center;margin-bottom:14px}.hol-card-icon .fa{font-size:26px;color:var(--brand)}.hol-card-name{font-size:16px;font-weight:700;color:var(--dark);margin:0 0 6px;line-height:1.3}.hol-card-date{font-size:12px;color:var(--muted);margin:0 0 4px}.hol-card-date .fa{color:var(--brand);margin-right:3px}.hol-card-countries{font-size:12px;color:var(--muted);margin:0 0 12px}.hol-card-cta{display:inline-flex;align-items:center;gap:5px;font-size:13px;font-weight:700;color:var(--brand);margin-top:auto;transition:gap .2s ease}.hol-card:hover .hol-card-cta{gap:8px}@media (max-width:767px){.hol-list-grid{grid-template-columns:repeat(2,1fr);gap:12px}.hol-card{padding:16px 12px 14px}.hol-card-icon{width:48px;height:48px}.hol-card-icon .fa{font-size:20px}}@media (max-width:480px){.hol-list-grid{grid-template-columns:1fr 1fr;gap:10px}}@keyframes hol-blink{0%,100%{opacity:1;transform:scale(1)}50%{opacity:.25;transform:scale(.65)}}.hol-blink-dot{display:inline-block;width:9px;height:9px;background:#e53935;border-radius:50%;animation:hol-blink 1.1s ease-in-out infinite;vertical-align:middle;margin-right:6px;flex-shrink:0}.hol-alert-bar{background:linear-gradient(90deg,#1a1a2e 0%,#16213e 100%);color:#fff;font-size:13px;line-height:1.4;padding:7px 0}.hol-alert-inner{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.hol-alert-inner strong{color:#ff9308}.hol-alert-cta{background:var(--brand);color:#fff !important;font-weight:700;font-size:12px;padding:3px 11px;border-radius:20px;margin-left:4px;white-space:nowrap;transition:background var(--t)}.hol-alert-cta:hover{background:var(--brand-dark)}.hol-alert-more{background:rgba(255,255,255,.15);color:#fff;font-size:11px;padding:2px 8px;border-radius:20px}.upcoming-hol-sec{background:#fff;padding:16px 0;border-bottom:1px solid var(--border)}.upcoming-hol-title{font-size:14px;font-weight:800;color:var(--dark);margin:0 0 10px;display:flex;align-items:center;text-transform:uppercase;letter-spacing:.6px}.upcoming-hol-strip{display:flex;gap:10px;flex-wrap:wrap}.upcoming-hol-card{display:inline-flex;align-items:center;gap:7px;background:var(--bg);border:1.5px solid var(--border);border-radius:30px;padding:7px 16px;text-decoration:none;color:var(--text);font-size:13px;font-weight:600;transition:var(--t)}.upcoming-hol-card:hover{border-color:var(--brand);background:#fff8f0;color:var(--brand-dark)}.upcoming-hol-flag{font-size:15px;line-height:1}.upcoming-hol-name{font-weight:700;color:var(--dark)}.upcoming-hol-card:hover .upcoming-hol-name{color:var(--brand-dark)}.upcoming-hol-countdown{background:#e53935;color:#fff;font-size:11px;font-weight:700;padding:2px 8px;border-radius:20px;white-space:nowrap}.upcoming-hol-date{color:var(--muted);font-size:11px;white-space:nowrap}@media (max-width:767px){.hol-alert-inner{font-size:12px;gap:6px}.upcoming-hol-strip{gap:8px}.upcoming-hol-card{padding:6px 12px;font-size:12px}}.hol-related-sec{padding:32px 0;border-top:1px solid var(--border);background:#fff}.hol-related-sec--stores{background:var(--bg)}.hol-related-title{font-size:20px;font-weight:800;color:var(--dark);margin:0 0 18px;display:flex;align-items:center;gap:9px}.hol-related-title .fa{color:var(--brand);font-size:18px}.hol-related-cats{display:flex;flex-wrap:wrap;gap:10px}.hol-related-cat-pill{display:inline-block;padding:8px 20px;background:var(--bg);border:1.5px solid var(--border);border-radius:30px;font-size:13px;font-weight:600;color:var(--text);text-decoration:none;transition:var(--t);white-space:nowrap}.hol-related-cat-pill:hover{border-color:var(--brand);background:#fff8f0;color:var(--brand-dark);transform:translateY(-1px);box-shadow:0 4px 12px rgba(255,147,8,.15)}@media (max-width:767px){.hol-related-title{font-size:17px}.hol-related-cat-pill{padding:6px 14px;font-size:12px}}.hol-deal-list{display:flex;flex-direction:column;gap:12px}.hol-deal-card{display:flex;align-items:center;gap:16px;background:#fff;border:1px solid var(--border);border-left:4px solid var(--brand);border-radius:12px;padding:16px;transition:box-shadow var(--t),transform var(--t)}.hol-deal-card:hover{box-shadow:0 6px 20px rgba(0,0,0,.09);transform:translateX(3px)}.hol-deal-card--deal{border-left-color:#25a244}.hol-deal-logo-wrap{flex:0 0 auto;text-decoration:none}.hol-deal-logo{width:72px;height:72px;border-radius:10px;border:1px solid var(--border);background:#fff;display:flex;align-items:center;justify-content:center;overflow:hidden;padding:8px}.hol-deal-logo img{max-width:100%;max-height:100%;object-fit:contain}.hol-deal-info{flex:1;min-width:0}.hol-deal-store{display:inline-block;font-size:11px;font-weight:800;color:var(--muted);text-transform:uppercase;letter-spacing:.6px;text-decoration:none;margin-bottom:4px}.hol-deal-store:hover{color:var(--brand)}.hol-deal-title{font-size:20px;font-weight:700;color:var(--dark);margin:0 0 8px;line-height:1.35;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.hol-deal-meta{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.hol-deal-badge{font-size:11px;font-weight:700;padding:2px 9px;border-radius:20px;white-space:nowrap}.hol-deal-badge--verified{background:#e8f5e9;color:#2e7d32}.hol-deal-badge--code{background:#fff3e0;color:#e65100}.hol-deal-badge--deal{background:#e3f2fd;color:#1565c0}.hol-deal-stat{font-size:12px;color:var(--muted);white-space:nowrap}.hol-deal-stat .fa{margin-right:3px}.hol-deal-action{flex:0 0 220px;width:220px;display:flex;justify-content:flex-end}.hol-deal-wrap{display:flex;align-items:stretch;width:220px;height:52px}.hol-deal-btn{flex:1;display:flex;align-items:center;justify-content:center;gap:8px;background:var(--brand);color:#fff;font-size:15px;font-weight:800;padding:0 14px;white-space:nowrap;border-radius:8px 0 0 8px;height:52px;cursor:pointer;user-select:none;transition:background var(--t)}.hol-deal-btn:hover{background:var(--brand-dark)}.hol-deal-wrap--no-peek .hol-deal-btn{border-radius:8px}.hol-deal-btn.deal,.hol-deal-btn.deal i,.hol-deal-btn.deal span{background:#25D366 !important;color:#fff !important}.hol-deal-btn.deal:hover,.hol-deal-btn.deal:hover i,.hol-deal-btn.deal:hover span{background:#1da853 !important}.hol-deal-btn .action-cta-code,.hol-deal-btn .hol-code-ghost{display:none !important;position:static !important;visibility:hidden !important;width:0 !important;height:0 !important;overflow:hidden !important}.hol-code-peek{flex:0 0 52px;width:52px;height:52px;display:flex;align-items:center;justify-content:center;background:#fff;border:2px dashed var(--brand);border-left:none;border-radius:0 8px 8px 0;color:var(--brand);font-family:'Courier New',Courier,monospace;font-size:15px;font-weight:900;letter-spacing:1px}@media (max-width:991px){.hol-deal-title{font-size:18px}.hol-deal-stat{display:none}.hol-deal-action{flex:0 0 200px;width:200px}.hol-deal-wrap{width:200px;height:48px}.hol-deal-btn{font-size:13px;height:48px}.hol-code-peek{flex:0 0 48px;width:48px;height:48px;font-size:13px}}@media (max-width:767px){.hol-deal-card{padding:12px;gap:10px}.hol-deal-logo{width:52px;height:52px;padding:6px}.hol-deal-title{font-size:17px}.hol-deal-action{flex:0 0 180px;width:180px}.hol-deal-wrap{width:180px;height:46px}.hol-deal-btn{font-size:12px;padding:0 10px;gap:6px;height:46px}.hol-code-peek{flex:0 0 44px;width:44px;height:46px;font-size:12px}}@media (max-width:480px){.hol-deal-card{flex-wrap:wrap;gap:8px}.hol-deal-action{flex:0 0 100%;width:100%}.hol-deal-wrap{width:100%;height:50px}.hol-deal-btn{font-size:15px;height:50px}.hol-code-peek{flex:0 0 56px;width:56px;height:50px;font-size:14px}}.str-coupons-h2{font-size:16px;font-weight:700;color:var(--dark);margin-bottom:12px;padding-bottom:10px;border-bottom:1px solid var(--border)}.str-sec-h2{font-size:16px;font-weight:800;color:var(--dark);margin-bottom:16px;display:flex;align-items:center;gap:8px}.str-how-use{background:var(--white);border:1.5px solid var(--border);border-radius:12px;padding:20px 22px;margin:18px 0 14px}.str-how-steps{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.str-how-step{background:#fafafa;border:1px solid #f0f0f0;border-radius:10px;padding:16px 12px;text-align:center}.str-step-num{width:34px;height:34px;border-radius:50%;background:var(--brand);color:#fff;font-size:15px;font-weight:900;display:flex;align-items:center;justify-content:center;margin:0 auto 10px}.str-step-em{font-size:22px;margin-bottom:8px;line-height:1}.str-step-title{font-size:13px;font-weight:800;color:var(--dark);margin-bottom:5px}.str-step-text{font-size:12px;color:var(--muted);line-height:1.5}.str-faq-wrap{background:var(--white);border:1.5px solid var(--border);border-radius:12px;padding:20px 22px;margin-bottom:14px}.str-faq-item{border-bottom:1px solid #f2f2f2}.str-faq-item:last-child{border-bottom:none}.str-faq-q{padding:13px 0;font-size:13px;font-weight:700;color:var(--dark);cursor:pointer;display:flex;justify-content:space-between;align-items:center;gap:12px;user-select:none;line-height:1.4}.str-faq-arr{color:var(--brand);font-size:14px;flex-shrink:0;transition:transform .2s ease;display:inline-block}.str-faq-q.open .str-faq-arr{transform:rotate(180deg)}.str-faq-a{font-size:13px;color:#555;line-height:1.7;padding-bottom:13px;display:none}.str-faq-a.open{display:block}@media (max-width:600px){.str-how-steps{grid-template-columns:1fr}.str-how-use,.str-faq-wrap{padding:16px}}.deal-alert-cta{max-width:560px;margin:4px auto 22px;background:var(--brand-light);border:1px solid #ffe2bd;border-radius:var(--radius);padding:14px 16px;text-align:center}.deal-alert-text{display:block;font-size:14px;font-weight:600;color:var(--dark);margin-bottom:10px}.deal-alert-text i{color:var(--brand)}.deal-alert-form{display:flex;gap:8px}.deal-alert-input{flex:1 1 auto;height:46px;border:1.5px solid var(--border);border-radius:8px;padding:8px 14px;font-size:15px;font-family:var(--font);outline:none;min-width:0}.deal-alert-input:focus{border-color:var(--brand);box-shadow:0 0 0 3px rgba(255,147,8,.12)}.deal-alert-btn{flex:0 0 auto;height:46px;padding:0 20px;background:var(--brand);color:#fff;border:none;border-radius:8px;font-size:14px;font-weight:700;cursor:pointer;white-space:nowrap;transition:background var(--t)}.deal-alert-btn:hover{background:var(--brand-dark)}.deal-alert-cta .response-box{flex-basis:100%}.deal-alert-cta .alert{margin:8px 0 0;font-size:13px}.deal-alert-section{padding-top:0 !important}.deal-alert-lg{max-width:900px;padding:28px 32px}.deal-alert-lg .deal-alert-text{font-size:18px;margin-bottom:18px}.deal-alert-lg .deal-alert-form{width:100%;gap:12px}.deal-alert-lg .deal-alert-input{flex:1 1 auto;height:64px;font-size:18px;padding:12px 22px;border-radius:10px}.deal-alert-lg .deal-alert-btn{height:64px;padding:0 38px;font-size:17px;border-radius:10px}@media (max-width:480px){.deal-alert-form{flex-direction:column}.deal-alert-btn{width:100%}.deal-alert-lg{padding:22px 18px}}
/* Full-width page layout (discount pages + any future page). Add class "page-fullwidth" to the col wrapping .single_store_container to make content span the full container like the home page, with the sidebar flowing full-width below. */
.page-fullwidth .single_store_container{display:block !important}
.page-fullwidth .coupons_container_main{width:100% !important;flex:none !important}
.page-fullwidth .single-category-cpn-mainwrapper{grid-template-columns:repeat(2,1fr) !important}
.page-fullwidth .s_c_sidebar{flex:none !important;width:100% !important;margin-top:24px !important;box-sizing:border-box !important}
.page-fullwidth .s_c_sidebar .side_bar_items,.page-fullwidth .s_c_sidebar #entity-about,.page-fullwidth .s_c_sidebar .section-inner{max-width:100% !important}
@media (max-width:600px){.page-fullwidth .single-category-cpn-mainwrapper{grid-template-columns:1fr !important}}

/* Discount pages: tighten the gap between breadcrumb and hero */
.disc-tight.nopad{padding-bottom:4px !important}
.disc-tight .breadcrumb{margin-bottom:6px !important}
.disc-tight.single-str-sec{padding-top:6px !important}
/* ===== Discount-page coupon cards (dashed card + store button) ===== */
.disc-cards{display:grid !important;grid-template-columns:repeat(auto-fill,minmax(330px,1fr)) !important;gap:14px}
.disc-cards .dc-coupon{background:#fff;border:1px dashed #ff9308;border-radius:12px;padding:14px 16px;display:flex;align-items:center;gap:14px}
.disc-cards .dc-coupon.deal{border-color:#4169E1}
.disc-cards .dc-info{flex:1;min-width:0}
.disc-cards .dc-store{font-size:12px;color:#8a8f98;font-weight:600;text-decoration:none;display:inline-block}
.disc-cards .dc-store:hover{color:#ff9308}
.disc-cards .dc-ttl{font-weight:700;color:#1a1a2e;font-size:14.5px;line-height:1.35;margin:3px 0}
.disc-cards .dc-exp{font-size:11.5px;color:#9aa0a6}
.disc-cards .dc-action{flex-shrink:0;width:140px}
@media (max-width:480px){.disc-cards .dc-coupon{flex-direction:column;align-items:stretch;text-align:center}.disc-cards .dc-action{width:100%}}

/* compact store hero + coupon modal mobile fit (v105) */
@media (max-width:767px){.single-str-sec{padding:10px 0!important}.single-str-tp-area{gap:10px!important}.single-str-img-area{width:54px!important;height:54px!important;min-width:54px!important}.single-str-img-area .web_imagebox img{max-height:46px!important}.single-str-tp-content{gap:3px!important}.single-str-title-tp{font-size:16px!important;line-height:1.25!important}.single-str-deal-tp{font-size:11px!important}.str-stats-bar{gap:3px 8px!important;margin:1px 0 2px!important}.str-stat strong{font-size:13px!important}.rating_item{gap:8px!important;margin:0!important}ul.stars .star i{font-size:14px!important}p.ratings{font-size:11px!important}#couponModal .modal-dialog{width:auto!important;max-width:94vw!important;margin:14px auto!important}#couponModal .modal-content{max-height:88vh!important;overflow-y:auto!important;-webkit-overflow-scrolling:touch!important}}

.store-seo-box{font-size:16px!important}.store-seo-box h1{font-size:22px!important}.store-seo-box h2{font-size:18px!important}.store-seo-box h3{font-size:17px!important}.store-seo-box h4{font-size:15px!important}.store-seo-box table{font-size:15px!important}.str-faq-q{font-size:15px!important}.str-faq-a{font-size:15px!important}.str-step-title{font-size:15px!important}.str-step-text{font-size:14px!important}
/* GMP_HERO_UPGRADES */.gmp-top-offer-bar{position:relative;z-index:3;margin:-34px 0 30px;background:linear-gradient(90deg,#ff7a00,#ff9308,#ffb020);color:#fff;box-shadow:0 12px 28px rgba(255,122,0,.20)}.gmp-top-offer-inner{min-height:42px;display:flex;align-items:center;justify-content:space-between;gap:16px}.gmp-top-offer-copy{display:flex;align-items:center;gap:14px;color:#fff!important;text-decoration:none;font-weight:900}.gmp-top-offer-copy strong{display:inline-flex;align-items:center;padding:5px 12px;border-radius:999px;background:rgba(255,255,255,.18);color:#fff;font-size:12px}.gmp-sale-countdown{display:flex;align-items:center;gap:8px;font-size:12px;font-weight:900;white-space:nowrap}.gmp-sale-countdown b{min-width:44px;padding:4px 7px;border-radius:8px;background:rgba(17,24,39,.22);color:#fff;text-align:center;line-height:1}.gmp-sale-countdown small{display:block;margin-top:2px;font-size:8px;font-weight:800;text-transform:uppercase;opacity:.92}.gmp-popular-searches{max-width:760px;display:flex;align-items:center;flex-wrap:wrap;gap:8px;margin-top:12px;color:var(--gmp-muted);font-size:12px;font-weight:900}.gmp-popular-searches a{display:inline-flex;align-items:center;min-height:28px;padding:0 12px;border:1px solid var(--gmp-border);border-radius:999px;background:#fff;color:#374151;text-decoration:none;transition:.2s ease}.gmp-popular-searches a:hover{border-color:var(--gmp-orange);color:var(--gmp-orange-dark);transform:translateY(-1px)}.gmp-card-head strong{display:inline-flex;align-items:center;gap:6px;color:var(--gmp-green);background:#ecfdf5}.gmp-live-dot{width:7px;height:7px;border-radius:50%;background:var(--gmp-green);box-shadow:0 0 0 4px rgba(22,163,74,.12)}.gmp-stat strong{color:#4338ca}.gmp-stat .gmp-stat-hot{color:#ef4444}.gmp-stat .gmp-stat-free{color:var(--gmp-green)}.gmp-stat span{line-height:1.25}.gmp-stat em{display:inline-block;margin-top:3px;color:#6b7280;font-size:10px;font-style:normal;font-weight:700}.gmp-trending-head{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:12px}.gmp-trending-head h3{margin:0}.gmp-trending-head a{color:var(--gmp-green);font-size:12px;font-weight:900;text-decoration:none}.gmp-trending-logo-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}.gmp-trending-logo-grid a{min-height:78px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:7px;padding:9px 6px;border:1px solid var(--gmp-border);border-radius:14px;background:#fff;color:#111827;text-align:center;text-decoration:none;transition:.2s ease}.gmp-trending-logo-grid a:hover{border-color:rgba(255,147,8,.55);box-shadow:0 10px 24px rgba(17,24,39,.08);transform:translateY(-2px)}.gmp-trending-logo-grid span{height:34px;display:flex;align-items:center;justify-content:center}.gmp-trending-logo-grid img{max-width:58px;max-height:34px;object-fit:contain}.gmp-trending-logo-grid small{max-width:100%;color:#374151;font-size:10px;font-weight:800;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}@media(max-width:991px){.gmp-top-offer-inner{flex-direction:column;align-items:flex-start;padding:9px 0}.gmp-top-offer-copy{flex-wrap:wrap;gap:8px}}@media(max-width:560px){.gmp-top-offer-bar{margin:-28px 0 22px}.gmp-sale-countdown{width:100%;justify-content:space-between}.gmp-sale-countdown span{white-space:normal}.gmp-trending-logo-grid{grid-template-columns:repeat(2,1fr)}.gmp-popular-searches a{padding:0 10px}}
/* GMP_HOMEPAGE_V2_MERGED */
/* ============================================================
   GetMePromo V2 Homepage
   Upload path: assets/theme/css/homepage-v2.css
   ============================================================ */

:root{
  --gmp-orange:#ff9308;
  --gmp-orange-dark:#e07800;
  --gmp-green:#16a34a;
  --gmp-dark:#111827;
  --gmp-text:#374151;
  --gmp-muted:#6b7280;
  --gmp-border:#e5e7eb;
  --gmp-soft:#fff7ed;
  --gmp-white:#ffffff;
  --gmp-shadow:0 18px 45px rgba(17,24,39,.10);
}

/* Keep the banner flush with the same left and right container edges as offers. */
.gmp-slider-section .slider_parent{
  width:100%!important;max-width:none!important;
  height:clamp(300px,41.6667vw,500px)!important;min-height:0!important;
  margin:0!important;display:block!important;overflow:hidden!important;
}
.gmp-slider-section .banner-slider-area,.gmp-slider-section .mySwiper{
  width:100%!important;max-width:100%!important;height:100%!important;
  min-height:0!important;display:block!important;overflow:hidden!important;
}
.gmp-slider-section .swiper-wrapper{
  width:100%!important;height:100%!important;display:flex!important;align-items:stretch!important;
}
.gmp-slider-section .swiper-slide{
  width:100%!important;min-width:100%!important;max-width:100%!important;
  height:100%!important;min-height:0!important;flex:0 0 100%!important;
  aspect-ratio:auto!important;overflow:hidden!important;background:#111827!important;
}
.gmp-slider-section .swiper-slide img{
  width:100%!important;height:100%!important;display:block!important;
  object-fit:cover!important;object-position:center!important;
}
.gmp-slider-section .swiper-slide>a{
  display:block!important;width:100%!important;height:100%!important;
}
@media(max-width:768px){
  .gmp-slider-section .slider_parent{height:clamp(180px,41.6667vw,280px)!important}
}

.gmp-v2-hero{
  position:relative;
  overflow:hidden;
  padding:48px 0 34px;
  background:
    radial-gradient(circle at 12% 12%, rgba(255,147,8,.20), transparent 30%),
    radial-gradient(circle at 88% 20%, rgba(22,163,74,.13), transparent 28%),
    linear-gradient(135deg,#fffaf4 0%,#ffffff 50%,#f7fbff 100%);
  border-bottom:1px solid rgba(229,231,235,.9);
}

.gmp-v2-hero:before{
  content:"";
  position:absolute;
  inset:auto -80px -160px auto;
  width:360px;
  height:360px;
  background:rgba(255,147,8,.10);
  border-radius:50%;
  pointer-events:none;
}

.gmp-hero-grid{
  display:grid;
  grid-template-columns:minmax(0,1.25fr) minmax(320px,.75fr);
  gap:28px;
  align-items:center;
}

.gmp-hero-kicker{
  display:inline-flex;
  align-items:center;
  gap:9px;
  padding:7px 13px;
  border:1px solid rgba(255,147,8,.28);
  background:#fff;
  border-radius:999px;
  color:#b45309;
  font-size:13px;
  font-weight:700;
  margin-bottom:14px;
  box-shadow:0 6px 20px rgba(255,147,8,.08);
}

.gmp-pulse-dot{
  width:9px;
  height:9px;
  border-radius:50%;
  background:var(--gmp-green);
  box-shadow:0 0 0 0 rgba(22,163,74,.55);
  animation:gmpPulse 1.8s infinite;
}

@keyframes gmpPulse{
  70%{box-shadow:0 0 0 9px rgba(22,163,74,0);}
  100%{box-shadow:0 0 0 0 rgba(22,163,74,0);}
}

.gmp-hero-title{
  max-width:760px;
  margin:0;
  color:var(--gmp-dark);
  font-weight:900;
  font-size:clamp(32px,5vw,58px);
  line-height:1.04;
  letter-spacing:-1.6px;
}

.gmp-title-accent{
  color:var(--gmp-orange);
}

.gmp-hero-title:after{
  content:"";
  display:block;
  width:86px;
  height:5px;
  margin-top:16px;
  border-radius:999px;
  background:linear-gradient(90deg,var(--gmp-orange),var(--gmp-green));
}

.gmp-hero-subtitle{
  margin:18px 0 0;
  max-width:720px;
  color:#1f2937;
  font-size:clamp(18px,2.1vw,25px);
  line-height:1.35;
  font-weight:400;
}

.gmp-hero-text{
  max-width:720px;
  margin:12px 0 22px;
  color:var(--gmp-text);
  font-size:16px;
  line-height:1.75;
}

.gmp-hero-search{
  position:relative;
  display:flex;
  align-items:center;
  max-width:760px;
  background:#fff;
  border:1px solid rgba(255,147,8,.28);
  border-radius:18px;
  padding:7px;
  box-shadow:var(--gmp-shadow);
  z-index:20;
}

.gmp-hero-search-input{
  width:100%;
  height:54px;
  border:0;
  outline:0;
  padding:0 16px;
  color:var(--gmp-dark);
  font-size:15px;
  background:transparent;
}

.gmp-hero-search-btn{
  height:48px;
  border:0;
  border-radius:14px;
  padding:0 22px;
  background:var(--gmp-orange);
  color:#fff;
  font-weight:900;
  display:inline-flex;
  align-items:center;
  gap:8px;
  cursor:pointer;
  transition:.2s ease;
  white-space:nowrap;
}

.gmp-hero-search-btn:hover{background:var(--gmp-orange-dark);transform:translateY(-1px);}

.gmp-hero-search-results{
  top:calc(100% + 8px) !important;
  left:0 !important;
  right:0 !important;
  z-index:99999 !important;
}

.gmp-hero-actions{
  display:flex;
  gap:12px;
  flex-wrap:wrap;
  margin:18px 0 0;
}

.gmp-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:44px;
  padding:0 20px;
  border-radius:999px;
  font-weight:900;
  text-decoration:none;
  transition:.2s ease;
}

.gmp-btn-primary{background:var(--gmp-green);color:#fff !important;}
.gmp-btn-primary:hover{background:#12823d;color:#fff !important;transform:translateY(-1px);}
.gmp-btn-light{background:#fff;color:var(--gmp-dark) !important;border:1px solid var(--gmp-border);}
.gmp-btn-light:hover{border-color:var(--gmp-orange);color:var(--gmp-orange) !important;}

.gmp-trust-row{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:18px;
}

.gmp-trust-row span{
  display:inline-flex;
  align-items:center;
  gap:7px;
  padding:8px 11px;
  background:rgba(255,255,255,.88);
  border:1px solid rgba(229,231,235,.95);
  border-radius:999px;
  color:#374151;
  font-size:13px;
  font-weight:800;
}

.gmp-trust-row i{color:var(--gmp-green);}

.gmp-hero-card{
  position:relative;
  background:rgba(255,255,255,.92);
  border:1px solid rgba(255,147,8,.20);
  border-radius:26px;
  padding:22px;
  box-shadow:var(--gmp-shadow);
  backdrop-filter:blur(10px);
}

.gmp-card-head{
  display:flex;
  justify-content:space-between;
  align-items:center;
  padding-bottom:14px;
  margin-bottom:16px;
  border-bottom:1px solid var(--gmp-border);
}

.gmp-card-head span{
  color:var(--gmp-dark);
  font-weight:900;
  font-size:16px;
}

.gmp-card-head strong{
  background:var(--gmp-soft);
  color:var(--gmp-orange-dark);
  padding:5px 10px;
  border-radius:999px;
  font-size:12px;
}

.gmp-stat-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:12px;
}

.gmp-stat{
  background:#fff;
  border:1px solid var(--gmp-border);
  border-radius:18px;
  padding:16px 12px;
  text-align:center;
  transition:.2s ease;
}

.gmp-stat:hover{transform:translateY(-2px);box-shadow:0 10px 24px rgba(17,24,39,.08);}

.gmp-stat strong{
  display:block;
  color:var(--gmp-dark);
  font-size:22px;
  line-height:1.1;
  font-weight:950;
}

.gmp-stat span{
  display:block;
  margin-top:6px;
  color:var(--gmp-muted);
  font-size:12px;
  font-weight:800;
}

.gmp-trending-box{
  margin-top:18px;
  padding-top:16px;
  border-top:1px solid var(--gmp-border);
}

.gmp-trending-box h3{
  margin:0 0 12px;
  color:var(--gmp-dark);
  font-size:16px;
  font-weight:900;
}

.gmp-trending-list{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
}

.gmp-trending-list a{
  display:inline-flex;
  padding:7px 10px;
  background:#fff7ed;
  border:1px solid rgba(255,147,8,.25);
  border-radius:999px;
  color:#9a4d00;
  text-decoration:none;
  font-size:12px;
  font-weight:900;
  transition:.2s ease;
}

.gmp-trending-list a:hover{
  background:var(--gmp-orange);
  color:#fff;
}

.gmp-v2-section{
  padding:34px 0;
}

.gmp-section-head{
  text-align:center;
  max-width:760px;
  margin:0 auto 24px;
}

.gmp-section-head span{
  display:inline-block;
  color:var(--gmp-orange);
  font-weight:950;
  text-transform:uppercase;
  letter-spacing:.08em;
  font-size:12px;
  margin-bottom:7px;
}

.gmp-section-head h2{
  margin:0;
  color:var(--gmp-dark);
  font-weight:950;
  font-size:clamp(24px,3vw,36px);
  line-height:1.15;
}

.gmp-section-head p{
  margin:9px 0 0;
  color:var(--gmp-muted);
  font-size:15px;
  line-height:1.6;
}

.gmp-category-grid{
  display:grid;
  grid-template-columns:repeat(6,1fr);
  gap:12px;
}

.gmp-category-card{
  display:flex;
  min-height:126px;
  padding:17px 12px;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  text-align:center;
  border:1px solid var(--gmp-border);
  border-radius:20px;
  background:#fff;
  text-decoration:none;
  transition:.2s ease;
}

.gmp-category-card:hover{
  transform:translateY(-3px);
  border-color:rgba(255,147,8,.45);
  box-shadow:0 14px 28px rgba(17,24,39,.08);
}

.gmp-category-icon{
  width:72px;
  height:64px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius:16px;
  background:var(--gmp-soft);
  color:var(--gmp-orange);
  margin-bottom:10px;
  font-size:16px;
  overflow:hidden;
  padding:5px;
  box-sizing:border-box;
}

.gmp-category-icon img{
  display:block;
  width:100%;
  height:100%;
  object-fit:contain;
}

.gmp-category-card strong{
  color:var(--gmp-dark);
  font-size:13px;
  line-height:1.3;
  font-weight:900;
}

.gmp-category-card small{
  margin-top:5px;
  color:var(--gmp-muted);
  font-size:11px;
  font-weight:800;
}

.gmp-slider-section{
  padding-top:10px;
}

.gmp-slider-section .slider_parent{
  width:100% !important;
  max-width:none !important;
  height:clamp(300px,41.6667vw,500px) !important;
  min-height:0 !important;
  margin:0 !important;
  display:block !important;
  border-radius:22px;
  overflow:hidden;
  box-shadow:0 12px 34px rgba(17,24,39,.08);
}

.gmp-slider-section .banner-slider-area,
.gmp-slider-section .mySwiper{
  width:100% !important;
  max-width:100% !important;
  height:100% !important;
  min-height:0 !important;
  display:block !important;
  border-radius:22px;
  overflow:hidden;
  box-shadow:0 12px 34px rgba(17,24,39,.08);
}

.gmp-slider-section .swiper-wrapper{
  width:100% !important;
  height:100% !important;
  align-items:stretch;
}

.gmp-slider-section .swiper-slide{
  width:100% !important;
  height:100% !important;
  min-height:0 !important;
  aspect-ratio:auto !important;
  flex:0 0 100% !important;
  box-shadow:none !important;
}

.gmp-slider-section .swiper-slide img{
  width:100% !important;
  height:100% !important;
  min-height:0 !important;
  display:block !important;
  object-fit:cover !important;
  object-position:center !important;
  border-radius:0 !important;
}

.gmp-slider-section .swiper-slide > a{
  display:block !important;
  width:100% !important;
  height:100% !important;
}

@media(max-width:1100px){
  .gmp-hero-grid{grid-template-columns:1fr;}
  .gmp-hero-card{max-width:760px;}
  .gmp-category-grid{grid-template-columns:repeat(4,1fr);}
}

@media(max-width:768px){
  .gmp-v2-hero{padding:30px 0 24px;}
  .gmp-hero-title{letter-spacing:-.8px;}
  .gmp-hero-search{display:block;border-radius:18px;padding:8px;}
  .gmp-hero-search-input{height:48px;}
  .gmp-hero-search-btn{width:100%;justify-content:center;margin-top:6px;}
  .gmp-hero-actions .gmp-btn{width:100%;}
  .gmp-stat-grid{grid-template-columns:1fr 1fr;}
  .gmp-category-grid{grid-template-columns:repeat(2,1fr);}
  .gmp-slider-section .banner-slider-area,
  .gmp-slider-section .mySwiper{
    border-radius:16px;
  }
  .gmp-slider-section .slider_parent{
    height:clamp(180px,41.6667vw,280px) !important;
    border-radius:16px;
  }
}

@media(max-width:420px){
  .gmp-stat strong{font-size:19px;}
  .gmp-trust-row span{width:100%;justify-content:center;}
  .gmp-category-card{min-height:116px;}
}


/* ============================================================
   GetMePromo V2 - Sprint 2 Sections
   Latest Coupons | Offer Cards | Stores | Why Choose
   ============================================================ */

.gmp-split-head{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:20px;
  text-align:left;
  max-width:none;
}

.gmp-split-head h2,
.gmp-split-head p{max-width:760px;}

.gmp-head-link{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:42px;
  padding:0 17px;
  border:1px solid rgba(255,147,8,.35);
  border-radius:999px;
  background:#fff7ed;
  color:#b45309 !important;
  font-size:13px;
  font-weight:900;
  text-decoration:none;
  white-space:nowrap;
  transition:.2s ease;
}

.gmp-head-link:hover{
  background:var(--gmp-orange);
  color:#fff !important;
  border-color:var(--gmp-orange);
  transform:translateY(-1px);
}

.gmp-verified-section{
  background:#fff;
}

.gmp-latest-list{
  display:grid;
  gap:14px;
}

.gmp-latest-item .row,
.gmp-latest-item .col-md-12{
  margin-left:0 !important;
  margin-right:0 !important;
  padding-left:0 !important;
  padding-right:0 !important;
}

.gmp-latest-item .index-cpn-main-ltest{
  margin-bottom:0 !important;
  border-radius:20px !important;
  border-color:#edf0f4 !important;
  box-shadow:0 10px 25px rgba(17,24,39,.05) !important;
  transition:.2s ease !important;
}

.gmp-latest-item .index-cpn-main-ltest:hover{
  transform:translateY(-2px);
  border-color:rgba(255,147,8,.35) !important;
  box-shadow:0 16px 34px rgba(17,24,39,.09) !important;
}

.gmp-new-offers-section{
  background:linear-gradient(180deg,#fff 0%,#f8fafc 100%);
}

.gmp-offer-grid.index-f-cpn-mainwrapper{
  display:grid !important;
  grid-template-columns:repeat(4,1fr) !important;
  gap:18px !important;
}

.gmp-offer-grid .index-cpn-main{
  border-radius:20px !important;
  border-color:#edf0f4 !important;
  box-shadow:0 10px 24px rgba(17,24,39,.05) !important;
  overflow:hidden !important;
}

.gmp-offer-grid .index-cpn-main:hover{
  transform:translateY(-4px) !important;
  border-color:rgba(255,147,8,.45) !important;
  box-shadow:0 18px 36px rgba(17,24,39,.10) !important;
}

.gmp-offer-grid .index-cpn-deal{
  top:10px !important;
  background:#16a34a !important;
  box-shadow:0 8px 18px rgba(22,163,74,.25) !important;
}

.gmp-offer-grid .index-cpn-str-name{
  background:#111827 !important;
}

.gmp-offer-grid .index-cpn-title.show_coupon{
  min-height:50px !important;
  background:linear-gradient(135deg,#ff9308,#ff7a1a) !important;
  font-weight:900 !important;
}

.gmp-store-section{
  background:#fff;
}

.gmp-store-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:16px;
}

.gmp-store-card{
  display:flex;
  flex-direction:column;
  align-items:center;
  text-align:center;
  min-height:205px;
  padding:18px 14px;
  background:#fff;
  border:1px solid #edf0f4;
  border-radius:22px;
  text-decoration:none;
  box-shadow:0 8px 22px rgba(17,24,39,.04);
  transition:.2s ease;
  position:relative;
  overflow:hidden;
}

.gmp-store-card:before{
  content:"";
  position:absolute;
  inset:0 0 auto 0;
  height:4px;
  background:linear-gradient(90deg,var(--gmp-orange),var(--gmp-green));
  transform:scaleX(0);
  transform-origin:left;
  transition:.25s ease;
}

.gmp-store-card:hover{
  transform:translateY(-4px);
  border-color:rgba(255,147,8,.42);
  box-shadow:0 20px 38px rgba(17,24,39,.10);
}

.gmp-store-card:hover:before{transform:scaleX(1);}

.gmp-store-logo{
  width:138px;
  height:78px;
  border:1px solid #edf0f4;
  border-radius:18px;
  background:#fff;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:10px;
  margin-bottom:14px;
}

.gmp-store-logo img{
  max-width:100%;
  max-height:58px;
  object-fit:contain;
}

.gmp-store-info strong{
  display:block;
  color:var(--gmp-dark);
  font-size:15px;
  font-weight:950;
  line-height:1.25;
}

.gmp-store-info span{
  display:block;
  margin-top:5px;
  color:var(--gmp-muted);
  font-size:12px;
  font-weight:800;
}

.gmp-store-card em{
  display:inline-flex;
  margin-top:auto;
  padding:7px 14px;
  border-radius:999px;
  background:#fff7ed;
  color:#b45309;
  font-size:12px;
  font-style:normal;
  font-weight:950;
}

.gmp-store-card:hover em{
  background:var(--gmp-orange);
  color:#fff;
}

.gmp-why-section{
  background:
    radial-gradient(circle at top left, rgba(255,147,8,.13), transparent 26%),
    linear-gradient(135deg,#111827,#1f2937);
  color:#fff;
}

.gmp-why-section .gmp-section-head span{color:#ffbf70;}
.gmp-why-section .gmp-section-head h2{color:#fff;}
.gmp-why-section .gmp-section-head p{color:#d1d5db;}

.gmp-why-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:16px;
}

.gmp-why-card{
  padding:24px 18px;
  border:1px solid rgba(255,255,255,.12);
  border-radius:22px;
  background:rgba(255,255,255,.06);
  backdrop-filter:blur(8px);
  transition:.2s ease;
}

.gmp-why-card:hover{
  transform:translateY(-4px);
  background:rgba(255,255,255,.10);
}

.gmp-why-card i{
  width:46px;
  height:46px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius:16px;
  background:rgba(255,147,8,.16);
  color:#ffbf70;
  font-size:20px;
  margin-bottom:14px;
}

.gmp-why-card h3{
  margin:0 0 8px;
  color:#fff;
  font-size:17px;
  font-weight:950;
}

.gmp-why-card p{
  margin:0;
  color:#d1d5db;
  font-size:14px;
  line-height:1.65;
}

@media(max-width:1100px){
  .gmp-offer-grid.index-f-cpn-mainwrapper{grid-template-columns:repeat(3,1fr) !important;}
  .gmp-store-grid{grid-template-columns:repeat(3,1fr);}
  .gmp-why-grid{grid-template-columns:repeat(2,1fr);}
}

@media(max-width:768px){
  .gmp-split-head{
    display:block;
    text-align:center;
  }
  .gmp-head-link{margin-top:14px;}
  .gmp-offer-grid.index-f-cpn-mainwrapper{grid-template-columns:repeat(2,1fr) !important;gap:12px !important;}
  .gmp-store-grid{grid-template-columns:repeat(2,1fr);gap:12px;}
  .gmp-store-card{min-height:190px;padding:15px 10px;}
  .gmp-store-logo{width:120px;height:70px;}
  .gmp-why-grid{grid-template-columns:1fr;}
}

@media(max-width:420px){
  .gmp-offer-grid.index-f-cpn-mainwrapper{grid-template-columns:1fr 1fr !important;}
  .gmp-store-grid{grid-template-columns:1fr 1fr;}
  .gmp-store-info strong{font-size:13px;}
  .gmp-store-card em{font-size:11px;padding:6px 10px;}
}

/* ============================================================
   GetMePromo V2 - Sprint 3
   SEO Content | FAQ Accordion | Newsletter CTA
   ============================================================ */

.gmp-seo-section{
  background:#f8fafc;
  padding-top:44px;
  padding-bottom:44px;
}

.gmp-seo-layout{
  display:grid;
  grid-template-columns:minmax(0,1fr) 320px;
  gap:24px;
  align-items:start;
}

.gmp-seo-content,
.gmp-seo-sidebar .gmp-side-card{
  background:#fff;
  border:1px solid #edf0f4;
  border-radius:26px;
  box-shadow:0 12px 30px rgba(17,24,39,.05);
}

.gmp-seo-content{
  padding:34px;
}

.gmp-seo-label{
  display:inline-block;
  color:#b45309;
  background:#fff7ed;
  border:1px solid rgba(255,147,8,.25);
  padding:7px 12px;
  border-radius:999px;
  font-size:12px;
  font-weight:950;
  text-transform:uppercase;
  letter-spacing:.08em;
  margin-bottom:12px;
}

.gmp-seo-content h2{
  margin:0 0 14px;
  color:var(--gmp-dark);
  font-size:clamp(26px,3vw,40px);
  line-height:1.15;
  font-weight:950;
  letter-spacing:-.7px;
}

.gmp-seo-content h3{
  margin:28px 0 10px;
  color:#111827;
  font-size:21px;
  line-height:1.3;
  font-weight:950;
}

.gmp-seo-content p{
  margin:0 0 15px;
  color:#374151;
  font-size:15.5px;
  line-height:1.85;
}

.gmp-seo-content a{
  color:#d97706;
  font-weight:850;
  text-decoration:underline;
  text-decoration-thickness:1px;
  text-underline-offset:3px;
}

.gmp-seo-pill-grid{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin:12px 0 4px;
}

.gmp-seo-pill-grid a{
  text-decoration:none;
  display:inline-flex;
  align-items:center;
  padding:8px 12px;
  border-radius:999px;
  background:#fff7ed;
  border:1px solid rgba(255,147,8,.22);
  color:#9a4d00;
  font-size:12px;
  font-weight:950;
  transition:.2s ease;
}

.gmp-seo-pill-grid a:hover{
  background:var(--gmp-orange);
  color:#fff;
}

.gmp-seo-sidebar{
  position:sticky;
  top:92px;
  display:grid;
  gap:16px;
}

.gmp-side-card{
  padding:22px;
}

.gmp-side-card h3{
  margin:0 0 12px;
  color:#111827;
  font-size:18px;
  font-weight:950;
}

.gmp-side-card ul{
  list-style:none;
  margin:0;
  padding:0;
  display:grid;
  gap:9px;
}

.gmp-side-card li a{
  display:flex;
  justify-content:space-between;
  align-items:center;
  color:#374151;
  text-decoration:none;
  font-size:14px;
  font-weight:850;
  padding:9px 0;
  border-bottom:1px solid #f1f5f9;
}

.gmp-side-card li a:after{
  content:"›";
  color:var(--gmp-orange);
  font-size:18px;
  line-height:1;
}

.gmp-side-card li a:hover{
  color:var(--gmp-orange);
}

.gmp-side-highlight{
  background:linear-gradient(135deg,#111827,#1f2937) !important;
  border-color:rgba(255,255,255,.08) !important;
}

.gmp-side-highlight span{
  display:inline-block;
  color:#ffbf70;
  font-weight:950;
  font-size:12px;
  letter-spacing:.08em;
  text-transform:uppercase;
  margin-bottom:8px;
}

.gmp-side-highlight p{
  margin:0;
  color:#e5e7eb;
  line-height:1.7;
  font-size:14px;
}

.gmp-faq-section{
  margin-top:36px;
  background:#fff;
  border:1px solid #edf0f4;
  border-radius:28px;
  padding:42px 44px;
  box-shadow:0 12px 30px rgba(17,24,39,.05);
}

.gmp-faq-list{
  width:100%;
  max-width:980px;
  margin:0 auto;
  display:grid;
  gap:14px;
}

.gmp-faq-item{
  border:1px solid #edf0f4;
  border-radius:20px;
  overflow:hidden;
  background:#fff;
  min-height:64px;
}

.gmp-faq-question{
  width:100%;
  border:0;
  background:#fff;
  color:#111827;
  font-size:18px;
  line-height:1.45;
  font-weight:950;
  text-align:left;
  padding:20px 64px 20px 24px;
  min-height:64px;
  cursor:pointer;
  position:relative;
}

.gmp-faq-question:after{
  content:"+";
  position:absolute;
  right:22px;
  top:50%;
  transform:translateY(-50%);
  width:32px;
  height:32px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:50%;
  background:#fff7ed;
  color:#b45309;
  font-size:20px;
  line-height:1;
  font-weight:950;
}

.gmp-faq-item.active .gmp-faq-question:after{
  content:"−";
  background:var(--gmp-orange);
  color:#fff;
}

.gmp-faq-answer{
  display:none;
  padding:2px 64px 24px 24px;
}

.gmp-faq-item.active .gmp-faq-answer{
  display:block;
}

.gmp-faq-answer p{
  margin:0;
  color:#4b5563;
  line-height:1.75;
  font-size:16px;
}

.gmp-newsletter-cta{
  margin-top:28px;
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(320px,460px);
  gap:24px;
  align-items:center;
  padding:30px;
  border-radius:28px;
  background:
    radial-gradient(circle at left top, rgba(255,147,8,.20), transparent 30%),
    linear-gradient(135deg,#ff9308,#e07800);
  color:#fff;
  box-shadow:0 18px 42px rgba(224,120,0,.24);
}

.gmp-newsletter-cta span{
  display:inline-block;
  font-size:12px;
  font-weight:950;
  text-transform:uppercase;
  letter-spacing:.08em;
  color:#fff7ed;
  margin-bottom:8px;
}

.gmp-newsletter-cta h2{
  margin:0 0 8px;
  color:#fff;
  font-size:clamp(24px,3vw,36px);
  line-height:1.15;
  font-weight:950;
}

.gmp-newsletter-cta p{
  margin:0;
  color:#fff7ed;
  line-height:1.65;
  font-size:15px;
}

.gmp-newsletter-form{
  position:relative;
  display:flex;
  gap:8px;
  background:#fff;
  border-radius:18px;
  padding:8px;
  box-shadow:0 12px 28px rgba(17,24,39,.12);
}

.gmp-newsletter-form .response-box{
  position:absolute;
  left:0;
  right:0;
  top:calc(100% + 8px);
}

.gmp-newsletter-form input{
  width:100%;
  height:48px;
  border:0;
  outline:0;
  padding:0 12px;
  color:#111827;
  font-size:14px;
  background:transparent;
}

.gmp-newsletter-form button{
  height:48px;
  border:0;
  border-radius:14px;
  padding:0 18px;
  background:#16a34a;
  color:#fff;
  font-weight:950;
  cursor:pointer;
  transition:.2s ease;
}

.gmp-newsletter-form button:hover{
  background:#12823d;
}

.gmp-share-wrap{
  margin-top:26px !important;
  padding-top:22px !important;
  border-top:1px solid #e5e7eb !important;
}

.gmp-inview{
  animation:gmpFadeUp .45s ease both;
}

@keyframes gmpFadeUp{
  from{opacity:0;transform:translateY(12px);}
  to{opacity:1;transform:translateY(0);}
}

@media(max-width:1024px){
  .gmp-seo-layout{
    grid-template-columns:1fr;
  }
  .gmp-seo-sidebar{
    position:static;
    grid-template-columns:1fr 1fr;
  }
}

@media(max-width:768px){
  .gmp-seo-section{
    padding-top:30px;
    padding-bottom:30px;
  }
  .gmp-seo-content,
  .gmp-faq-section{
    padding:26px 22px;
    border-radius:22px;
  }
  .gmp-seo-sidebar{
    grid-template-columns:1fr;
  }
  .gmp-newsletter-cta{
    grid-template-columns:1fr;
    padding:24px;
    border-radius:24px;
  }
  .gmp-newsletter-form{
    display:block;
  }
  .gmp-newsletter-form button{
    width:100%;
    margin-top:8px;
  }
}

@media(max-width:480px){
  .gmp-seo-content p{
    font-size:14.5px;
    line-height:1.78;
  }
  .gmp-seo-content h3{
    font-size:18px;
  }
  .gmp-faq-question{
    font-size:16px;
    padding:18px 54px 18px 18px;
    min-height:60px;
  }
  .gmp-faq-question:after{
    right:16px;
    width:30px;
    height:30px;
  }
  .gmp-faq-answer{
    padding:0 18px 20px;
  }
  .gmp-faq-answer p{
    font-size:15px;
  }
}

/* ============================================================
   GetMePromo V2 - Sprint 4
   Conversion Hub | Trending | Brand Strip | Click Path
   ============================================================ */

.gmp-conversion-hub{
  background:
    radial-gradient(circle at top right, rgba(22,163,74,.10), transparent 28%),
    linear-gradient(180deg,#fff,#f8fafc);
}

.gmp-hub-grid{
  display:grid;
  grid-template-columns:minmax(0,1.35fr) minmax(310px,.65fr);
  gap:18px;
  align-items:stretch;
}

.gmp-hub-card{
  background:#fff;
  border:1px solid #edf0f4;
  border-radius:26px;
  padding:22px;
  box-shadow:0 12px 30px rgba(17,24,39,.06);
}

.gmp-hub-card-head h3,
.gmp-quick-card h3{
  margin:10px 0 7px;
  color:#111827;
  font-size:22px;
  font-weight:950;
  line-height:1.2;
}

.gmp-hub-card-head p{
  margin:0 0 14px;
  color:#6b7280;
  line-height:1.6;
  font-size:14px;
}

.gmp-hub-badge{
  display:inline-flex;
  align-items:center;
  width:max-content;
  padding:7px 11px;
  border-radius:999px;
  font-size:12px;
  font-weight:950;
  letter-spacing:.02em;
}

.gmp-hub-badge.hot{background:#fff7ed;color:#b45309;border:1px solid rgba(255,147,8,.25);}
.gmp-hub-badge.save{background:#ecfdf5;color:#047857;border:1px solid rgba(22,163,74,.25);}
.gmp-hub-badge.pick{background:#eef2ff;color:#4338ca;border:1px solid rgba(67,56,202,.20);}

.gmp-mini-offer-list{
  display:grid;
  gap:10px;
}

.gmp-mini-offer-list .index-cpn-deal{
  left:12px!important;
  right:auto!important;
  margin:0!important;
}

.gmp-mini-offer .row,
.gmp-mini-offer .col-md-12{
  margin:0 !important;
  padding:0 !important;
}

.gmp-mini-offer .index-cpn-main-ltest{
  margin:0 !important;
  padding:12px !important;
  border-radius:18px !important;
  box-shadow:none !important;
  background:#f9fafb !important;
}

.gmp-mini-offer .index-cpn-main-ltest:hover{
  background:#fff !important;
  transform:translateY(-1px);
  border-color:rgba(255,147,8,.35) !important;
}

.gmp-hub-side{
  display:grid;
  gap:18px;
}

.gmp-quick-links,
.gmp-store-chips{
  display:flex;
  flex-wrap:wrap;
  gap:9px;
  margin-top:14px;
}

.gmp-quick-links a,
.gmp-store-chips a{
  display:inline-flex;
  align-items:center;
  padding:8px 11px;
  border-radius:999px;
  text-decoration:none;
  font-size:12px;
  font-weight:950;
  transition:.2s ease;
}

.gmp-quick-links a{
  color:#9a4d00;
  background:#fff7ed;
  border:1px solid rgba(255,147,8,.24);
}

.gmp-store-chips a{
  color:#374151;
  background:#f9fafb;
  border:1px solid #edf0f4;
}

.gmp-quick-links a:hover,
.gmp-store-chips a:hover{
  background:var(--gmp-orange);
  border-color:var(--gmp-orange);
  color:#fff;
  transform:translateY(-1px);
}

.gmp-brand-strip-section{
  background:#111827;
  padding-top:30px;
  padding-bottom:30px;
}

.gmp-brand-strip{
  display:grid;
  grid-template-columns:330px minmax(0,1fr);
  gap:24px;
  align-items:center;
}

.gmp-brand-strip-copy span{
  color:#ffbf70;
  text-transform:uppercase;
  letter-spacing:.08em;
  font-size:12px;
  font-weight:950;
}

.gmp-brand-strip-copy h2{
  margin:7px 0 8px;
  color:#fff;
  font-size:clamp(24px,3vw,34px);
  line-height:1.15;
  font-weight:950;
}

.gmp-brand-strip-copy p{
  margin:0;
  color:#d1d5db;
  line-height:1.65;
}

.gmp-brand-marquee{
  overflow:hidden;
  padding:8px 0;
}

.gmp-brand-track{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  justify-content:flex-start;
}

.gmp-brand-pill{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:40px;
  padding:0 16px;
  border-radius:999px;
  background:rgba(255,255,255,.08);
  border:1px solid rgba(255,255,255,.12);
  color:#fff !important;
  font-size:13px;
  font-weight:950;
  text-decoration:none;
  transition:.2s ease;
}

.gmp-brand-pill:hover{
  background:var(--gmp-orange);
  border-color:var(--gmp-orange);
  color:#fff !important;
  transform:translateY(-2px);
}

.gmp-click-path-section{
  background:#fff;
  padding-top:30px;
  padding-bottom:30px;
}

.gmp-click-path{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:16px;
}

.gmp-click-step{
  position:relative;
  padding:24px 20px;
  border-radius:24px;
  background:#fff;
  border:1px solid #edf0f4;
  box-shadow:0 10px 26px rgba(17,24,39,.05);
  text-align:center;
}

.gmp-click-step:after{
  content:"";
  position:absolute;
  right:-18px;
  top:50%;
  width:20px;
  height:2px;
  background:linear-gradient(90deg,var(--gmp-orange),transparent);
}

.gmp-click-step:last-child:after{
  display:none;
}

.gmp-click-step span{
  width:44px;
  height:44px;
  margin:0 auto 12px;
  border-radius:16px;
  background:linear-gradient(135deg,var(--gmp-orange),#ff7a1a);
  color:#fff;
  display:flex;
  align-items:center;
  justify-content:center;
  font-weight:950;
  font-size:18px;
}

.gmp-click-step h3{
  margin:0 0 7px;
  color:#111827;
  font-size:17px;
  font-weight:950;
}

.gmp-click-step p{
  margin:0;
  color:#6b7280;
  font-size:14px;
  line-height:1.6;
}

@media(max-width:1024px){
  .gmp-hub-grid{grid-template-columns:1fr;}
  .gmp-hub-side{grid-template-columns:1fr 1fr;}
  .gmp-brand-strip{grid-template-columns:1fr;}
}

@media(max-width:768px){
  .gmp-hub-side{grid-template-columns:1fr;}
  .gmp-hub-card{padding:18px;border-radius:22px;}
  .gmp-brand-track{max-height:none;}
  .gmp-click-path{grid-template-columns:1fr;}
  .gmp-click-step:after{display:none;}
}

@media(max-width:480px){
  .gmp-brand-pill{font-size:12px;min-height:36px;padding:0 12px;}
  .gmp-click-step{padding:20px 16px;}
}

/* GMP V2 Mobile Layout Fix */
@media (max-width: 768px) {
  .gmp-v2-hero {
    padding: 26px 0 24px !important;
    min-height: auto !important;
    overflow: visible !important;
  }

  .gmp-v2-hero .container {
    width: 100% !important;
    max-width: 100% !important;
    padding-left: 14px !important;
    padding-right: 14px !important;
    box-sizing: border-box !important;
  }

  .gmp-hero-grid {
    display: flex !important;
    flex-direction: column !important;
    gap: 18px !important;
    width: 100% !important;
  }

  .gmp-hero-copy,
  .gmp-hero-card {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    visibility: visible !important;
    opacity: 1 !important;
    transform: none !important;
  }

  .gmp-hero-title {
    display: block !important;
    font-size: 30px !important;
    line-height: 1.08 !important;
    margin-bottom: 10px !important;
    color: #111827 !important;
  }

  .gmp-hero-subtitle {
    display: block !important;
    font-size: 17px !important;
    line-height: 1.45 !important;
    margin-top: 12px !important;
    color: #1f2937 !important;
  }

  .gmp-hero-text,
  .gmp-hero-kicker,
  .gmp-hero-actions,
  .gmp-trust-row {
    display: flex !important;
    visibility: visible !important;
    opacity: 1 !important;
  }

  .gmp-hero-text {
    display: block !important;
    font-size: 14px !important;
    line-height: 1.7 !important;
    margin: 10px 0 16px !important;
  }

  .gmp-hero-search {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    margin-top: 14px !important;
    position: relative !important;
    z-index: 20 !important;
  }

  .gmp-hero-search-input {
    width: 100% !important;
    display: block !important;
    height: 46px !important;
  }

  .gmp-hero-search-btn {
    width: 100% !important;
    margin-top: 8px !important;
  }

  .gmp-hero-card {
    margin-top: 8px !important;
    padding: 16px !important;
    border-radius: 20px !important;
  }
}

.today-top-offers {
  background: #fff;
}

.today-offers-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 18px;
}

.today-offers-head h2 {
  margin: 0;
  color: #111827;
  font-size: 26px;
  font-weight: 900;
}

.today-offers-head a {
  color: #008f46;
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
}

.today-offers-list {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  overflow: hidden;
}

.today-offer-row {
  display: grid;
  grid-template-columns: 150px 1fr 160px;
  align-items: center;
  gap: 18px;
  padding: 18px 20px;
  border-bottom: 1px solid #e5e7eb;
}

.today-offer-row:last-child {
  border-bottom: 0;
}

.today-offer-logo img {
  max-width: 110px;
  max-height: 55px;
  object-fit: contain;
}

.today-offer-info h3 {
  margin: 0 0 7px;
  color: #111827;
  font-size: 15px;
  font-weight: 850;
}

.today-offer-info span {
  color: #0a9f55;
  font-size: 12px;
  font-weight: 700;
}

.today-offer-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  background: linear-gradient(135deg, #ff7a00, #ff9308);
  color: #fff !important;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 900;
  text-decoration: none;
  position: relative;
}

.today-offer-btn-deal {
  background: linear-gradient(135deg, #16a34a, #0a9f55);
}

.today-offer-btn:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  border-top: 22px solid rgba(255,255,255,.28);
  border-left: 22px solid transparent;
}

@media(max-width:768px) {
  .today-offer-row {
    grid-template-columns: 90px 1fr;
    gap: 12px;
    padding: 14px;
  }

  .today-offer-btn {
    grid-column: 1 / -1;
  }

  .today-offer-logo img {
    max-width: 80px;
  }
}

.gmp-mini-offer-list{
  display:grid !important;
  grid-template-columns:repeat(2,1fr) !important;
  gap:14px !important;
}

.gmp-mini-offer-card .index-cpn-main{
  width:100% !important;
  min-height:auto !important;
  border-radius:16px !important;
  overflow:hidden !important;
}

.gmp-mini-offer-card .index-cpn-bg{
  height:140px !important;
  padding-bottom:0 !important;
}

.gmp-mini-offer-card .index-cpn-deal{
  top:8px !important;
  font-size:10px !important;
}

.gmp-mini-offer-card .index-cpn-title.show_coupon{
  min-height:44px !important;
  font-size:12px !important;
}

@media(max-width:768px){
  .gmp-mini-offer-list{
    grid-template-columns:1fr 1fr !important;
  }

  .gmp-mini-offer-card .index-cpn-bg{
    height:112px !important;
  }
}
/* GMP_HERO_UPGRADES_FINAL */.gmp-top-offer-bar{position:relative;z-index:3;margin:-34px 0 30px;background:linear-gradient(90deg,#ff7a00,#ff9308,#ffb020);color:#fff;box-shadow:0 12px 28px rgba(255,122,0,.20)}.gmp-top-offer-inner{min-height:42px;display:flex;align-items:center;justify-content:space-between;gap:16px}.gmp-top-offer-copy{display:flex;align-items:center;gap:14px;color:#fff!important;text-decoration:none;font-weight:900}.gmp-top-offer-copy strong{display:inline-flex;align-items:center;padding:5px 12px;border-radius:999px;background:rgba(255,255,255,.18);color:#fff;font-size:12px}.gmp-sale-countdown{display:flex;align-items:center;gap:8px;font-size:12px;font-weight:900;white-space:nowrap}.gmp-sale-countdown b{min-width:44px;padding:4px 7px;border-radius:8px;background:rgba(17,24,39,.22);color:#fff;text-align:center;line-height:1}.gmp-sale-countdown small{display:block;margin-top:2px;font-size:8px;font-weight:800;text-transform:uppercase;opacity:.92}.gmp-popular-searches{max-width:760px;display:flex;align-items:center;flex-wrap:wrap;gap:8px;margin-top:12px;color:var(--gmp-muted);font-size:12px;font-weight:900}.gmp-popular-searches a{display:inline-flex;align-items:center;min-height:28px;padding:0 12px;border:1px solid var(--gmp-border);border-radius:999px;background:#fff;color:#374151;text-decoration:none;transition:.2s ease}.gmp-popular-searches a:hover{border-color:var(--gmp-orange);color:var(--gmp-orange-dark);transform:translateY(-1px)}.gmp-card-head strong{display:inline-flex;align-items:center;gap:6px;color:var(--gmp-green);background:#ecfdf5}.gmp-live-dot{width:7px;height:7px;border-radius:50%;background:var(--gmp-green);box-shadow:0 0 0 4px rgba(22,163,74,.12)}.gmp-stat strong{color:#4338ca}.gmp-stat .gmp-stat-hot{color:#ef4444}.gmp-stat .gmp-stat-free{color:var(--gmp-green)}.gmp-stat span{line-height:1.25}.gmp-stat em{display:inline-block;margin-top:3px;color:#6b7280;font-size:10px;font-style:normal;font-weight:700}.gmp-trending-head{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:12px}.gmp-trending-head h3{margin:0}.gmp-trending-head a{color:var(--gmp-green);font-size:12px;font-weight:900;text-decoration:none}.gmp-trending-logo-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}.gmp-trending-logo-grid a{min-height:78px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:7px;padding:9px 6px;border:1px solid var(--gmp-border);border-radius:14px;background:#fff;color:#111827;text-align:center;text-decoration:none;transition:.2s ease}.gmp-trending-logo-grid a:hover{border-color:rgba(255,147,8,.55);box-shadow:0 10px 24px rgba(17,24,39,.08);transform:translateY(-2px)}.gmp-trending-logo-grid span{height:34px;display:flex;align-items:center;justify-content:center}.gmp-trending-logo-grid img{max-width:58px;max-height:34px;object-fit:contain}.gmp-trending-logo-grid small{max-width:100%;color:#374151;font-size:10px;font-weight:800;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}@media(max-width:991px){.gmp-top-offer-inner{flex-direction:column;align-items:flex-start;padding:9px 0}.gmp-top-offer-copy{flex-wrap:wrap;gap:8px}}@media(max-width:560px){.gmp-top-offer-bar{margin:-28px 0 22px}.gmp-sale-countdown{width:100%;justify-content:space-between}.gmp-sale-countdown span{white-space:normal}.gmp-trending-logo-grid{grid-template-columns:repeat(2,1fr)}.gmp-popular-searches a{padding:0 10px}}



/* === assets/theme/css/homepage-v2.css === */
/* ============================================================
   GetMePromo V2 Homepage
   Upload path: assets/theme/css/homepage-v2.css
   ============================================================ */

:root{
  --gmp-orange:#ff9308;
  --gmp-orange-dark:#e07800;
  --gmp-green:#16a34a;
  --gmp-dark:#111827;
  --gmp-text:#374151;
  --gmp-muted:#6b7280;
  --gmp-border:#e5e7eb;
  --gmp-soft:#fff7ed;
  --gmp-white:#ffffff;
  --gmp-shadow:0 18px 45px rgba(17,24,39,.10);
}

/* Keep the banner flush with the same left and right container edges as offers. */
.gmp-slider-section .slider_parent{
  width:100%!important;max-width:none!important;
  height:clamp(300px,41.6667vw,500px)!important;min-height:0!important;
  margin:0!important;display:block!important;overflow:hidden!important;
}
.gmp-slider-section .banner-slider-area,.gmp-slider-section .mySwiper{
  width:100%!important;max-width:100%!important;height:100%!important;
  min-height:0!important;display:block!important;overflow:hidden!important;
}
.gmp-slider-section .swiper-wrapper{
  width:100%!important;height:100%!important;display:flex!important;align-items:stretch!important;
}
.gmp-slider-section .swiper-slide{
  width:100%!important;min-width:100%!important;max-width:100%!important;
  height:100%!important;min-height:0!important;flex:0 0 100%!important;
  aspect-ratio:auto!important;overflow:hidden!important;background:#111827!important;
}
.gmp-slider-section .swiper-slide img{
  width:100%!important;height:100%!important;display:block!important;
  object-fit:cover!important;object-position:center!important;
}
.gmp-slider-section .swiper-slide>a{
  display:block!important;width:100%!important;height:100%!important;
}
@media(max-width:768px){
  .gmp-slider-section .slider_parent{height:clamp(180px,41.6667vw,280px)!important}
}

.gmp-v2-hero{
  position:relative;
  overflow:hidden;
  padding:0 0 34px;
  background:
    radial-gradient(circle at 12% 12%, rgba(255,147,8,.20), transparent 30%),
    radial-gradient(circle at 88% 20%, rgba(22,163,74,.13), transparent 28%),
    linear-gradient(135deg,#fffaf4 0%,#ffffff 50%,#f7fbff 100%);
  border-bottom:1px solid rgba(229,231,235,.9);
}

.gmp-v2-hero:before{
  content:"";
  position:absolute;
  inset:auto -80px -160px auto;
  width:360px;
  height:360px;
  background:rgba(255,147,8,.10);
  border-radius:50%;
  pointer-events:none;
}

.gmp-hero-grid{
  display:grid;
  grid-template-columns:minmax(0,1.25fr) minmax(320px,.75fr);
  gap:28px;
  align-items:center;
}

.gmp-hero-kicker{
  display:inline-flex;
  align-items:center;
  gap:9px;
  padding:7px 13px;
  border:1px solid rgba(255,147,8,.28);
  background:#fff;
  border-radius:999px;
  color:#b45309;
  font-size:13px;
  font-weight:700;
  margin-bottom:14px;
  box-shadow:0 6px 20px rgba(255,147,8,.08);
}

.gmp-pulse-dot{
  width:9px;
  height:9px;
  border-radius:50%;
  background:var(--gmp-green);
  box-shadow:0 0 0 0 rgba(22,163,74,.55);
  animation:gmpPulse 1.8s infinite;
}

@keyframes gmpPulse{
  70%{box-shadow:0 0 0 9px rgba(22,163,74,0);}
  100%{box-shadow:0 0 0 0 rgba(22,163,74,0);}
}

.gmp-hero-title{
  max-width:760px;
  margin:0;
  color:var(--gmp-dark);
  font-weight:900;
  font-size:clamp(32px,5vw,58px);
  line-height:1.04;
  letter-spacing:-1.6px;
}

.gmp-title-accent{
  color:var(--gmp-orange);
}

.gmp-hero-title:after{
  content:"";
  display:block;
  width:86px;
  height:5px;
  margin-top:16px;
  border-radius:999px;
  background:linear-gradient(90deg,var(--gmp-orange),var(--gmp-green));
}

.gmp-hero-subtitle{
  margin:18px 0 0;
  max-width:720px;
  color:#1f2937;
  font-size:clamp(18px,2.1vw,25px);
  line-height:1.35;
  font-weight:400;
}

.gmp-hero-text{
  max-width:720px;
  margin:12px 0 22px;
  color:var(--gmp-text);
  font-size:16px;
  line-height:1.75;
}

.gmp-hero-search{
  position:relative;
  display:flex;
  align-items:center;
  max-width:760px;
  background:#fff;
  border:1px solid rgba(255,147,8,.28);
  border-radius:18px;
  padding:7px;
  box-shadow:var(--gmp-shadow);
  z-index:20;
}

.gmp-hero-search-input{
  width:100%;
  height:54px;
  border:0;
  outline:0;
  padding:0 16px;
  color:var(--gmp-dark);
  font-size:15px;
  background:transparent;
}

.gmp-hero-search-btn{
  height:48px;
  border:0;
  border-radius:14px;
  padding:0 22px;
  background:var(--gmp-orange);
  color:#fff;
  font-weight:900;
  display:inline-flex;
  align-items:center;
  gap:8px;
  cursor:pointer;
  transition:.2s ease;
  white-space:nowrap;
}

.gmp-hero-search-btn:hover{background:var(--gmp-orange-dark);transform:translateY(-1px);}

.gmp-hero-search-results{
  top:calc(100% + 8px) !important;
  left:0 !important;
  right:0 !important;
  z-index:99999 !important;
}

.gmp-ai-coupon-finder{
  max-width:760px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  margin:10px 0 0;
  padding:10px 14px;
  border:1px solid rgba(99,102,241,.18);
  border-radius:16px;
  background:linear-gradient(135deg,#eef2ff,#fff7ed);
  color:#111827;
  box-shadow:0 10px 24px rgba(99,102,241,.08);
}

.gmp-ai-coupon-finder span{
  display:inline-flex;
  align-items:center;
  gap:8px;
  font-size:14px;
  font-weight:900;
}

.gmp-ai-coupon-finder i{
  font-style:normal;
  font-size:18px;
  line-height:1;
}

.gmp-ai-coupon-finder a{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:32px;
  padding:0 14px;
  border-radius:999px;
  background:linear-gradient(135deg,#4f46e5,#9333ea);
  color:#fff !important;
  font-size:13px;
  font-weight:950;
  text-decoration:none;
  white-space:nowrap;
  box-shadow:0 8px 18px rgba(79,70,229,.22);
  transition:.2s ease;
}

.gmp-ai-coupon-finder a:hover{
  transform:translateY(-1px);
  box-shadow:0 11px 22px rgba(79,70,229,.28);
}

.gmp-ai-modal{
  position:fixed;
  inset:0;
  z-index:100000;
  display:none;
  align-items:center;
  justify-content:center;
  padding:18px;
}
.gmp-ai-modal.is-open{display:flex;}
.gmp-ai-modal-backdrop{
  position:absolute;
  inset:0;
  background:rgba(17,24,39,.58);
  backdrop-filter:blur(8px);
}
.gmp-ai-modal-card{
  position:relative;
  width:min(720px,100%);
  max-height:88vh;
  overflow:auto;
  border-radius:24px;
  background:#fff;
  padding:26px;
  box-shadow:0 30px 80px rgba(17,24,39,.28);
}
.gmp-ai-close{
  position:absolute;
  top:14px;
  right:14px;
  width:34px;
  height:34px;
  border:0;
  border-radius:50%;
  background:#f3f4f6;
  color:#111827;
  font-size:24px;
  line-height:1;
  cursor:pointer;
}
.gmp-ai-kicker{
  display:inline-flex;
  margin-bottom:10px;
  padding:6px 12px;
  border-radius:999px;
  background:#eef2ff;
  color:#4f46e5;
  font-size:12px;
  font-weight:950;
  text-transform:uppercase;
  letter-spacing:.08em;
}
.gmp-ai-modal-card h2{
  margin:0 42px 8px 0;
  color:#111827;
  font-size:30px;
  font-weight:950;
  line-height:1.1;
}
.gmp-ai-modal-card p{
  margin:0 0 16px;
  color:#4b5563;
  font-size:14px;
  line-height:1.65;
}
.gmp-ai-form{
  display:flex;
  gap:10px;
  padding:8px;
  border:1px solid #e5e7eb;
  border-radius:18px;
  background:#f9fafb;
}
.gmp-ai-form input{
  flex:1;
  min-width:0;
  height:48px;
  border:0;
  outline:0;
  background:transparent;
  padding:0 12px;
  color:#111827;
  font-size:15px;
}
.gmp-ai-form button{
  border:0;
  border-radius:14px;
  padding:0 20px;
  background:linear-gradient(135deg,#4f46e5,#9333ea);
  color:#fff;
  font-weight:950;
  cursor:pointer;
}
.gmp-ai-results{margin-top:16px;}
.gmp-ai-empty,.gmp-ai-loading{
  padding:16px;
  border-radius:16px;
  background:#f8fafc;
  color:#4b5563;
  font-weight:800;
}
.gmp-ai-empty button{
  margin:4px 4px 0 0;
  border:1px solid #ddd6fe;
  border-radius:999px;
  background:#fff;
  color:#4f46e5;
  padding:5px 10px;
  font-weight:900;
  cursor:pointer;
}
.gmp-ai-answer{
  padding:14px 16px;
  border-radius:16px;
  background:linear-gradient(135deg,#eef2ff,#fff7ed);
  border:1px solid #ede9fe;
}
.gmp-ai-answer strong{
  display:block;
  margin-bottom:5px;
  color:#4f46e5;
  font-size:13px;
  font-weight:950;
}
.gmp-ai-answer p{margin:0;color:#374151;font-weight:750;}
.gmp-ai-list{
  display:grid;
  gap:10px;
  margin-top:12px;
}
.gmp-ai-offer{
  display:grid;
  grid-template-columns:58px 1fr auto;
  align-items:center;
  gap:12px;
  padding:12px;
  border:1px solid #e5e7eb;
  border-radius:16px;
  background:#fff;
  color:#111827;
  text-decoration:none;
  transition:.2s ease;
}
.gmp-ai-offer:hover{
  border-color:#c4b5fd;
  box-shadow:0 12px 28px rgba(79,70,229,.12);
  transform:translateY(-1px);
  color:#111827;
}
.gmp-ai-offer img{
  width:58px;
  height:42px;
  object-fit:contain;
}
.gmp-ai-offer b{
  display:block;
  margin-bottom:4px;
  font-size:14px;
  font-weight:950;
  line-height:1.25;
}
.gmp-ai-offer small{
  color:#6b7280;
  font-size:11px;
  font-weight:800;
}
.gmp-ai-offer em{
  min-width:96px;
  padding:9px 12px;
  border-radius:10px;
  background:#ff9308;
  color:#fff;
  font-size:12px;
  font-style:normal;
  font-weight:950;
  text-align:center;
}
.gmp-ai-store-row{
  margin-top:14px;
}
.gmp-ai-store-row>strong{
  display:block;
  margin-bottom:8px;
  color:#111827;
  font-size:13px;
  font-weight:950;
}
.gmp-ai-store-row>div{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
}
.gmp-ai-store-row a{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:7px 10px;
  border:1px solid #e5e7eb;
  border-radius:999px;
  color:#111827;
  text-decoration:none;
  font-size:12px;
  font-weight:900;
}
.gmp-ai-store-row img{
  width:28px;
  height:22px;
  object-fit:contain;
}
.gmp-ai-view-all{
  display:flex;
  align-items:center;
  justify-content:center;
  margin-top:14px;
  min-height:42px;
  border-radius:12px;
  background:#111827;
  color:#fff !important;
  font-weight:950;
  text-decoration:none;
}
.gmp-ai-opened{overflow:hidden;}

@media(max-width:560px){
  .gmp-ai-coupon-finder{
    align-items:flex-start;
    flex-direction:column;
    gap:8px;
    padding:10px 12px;
  }
  .gmp-ai-coupon-finder a{
    width:100%;
  }
  .gmp-ai-modal-card{padding:20px;border-radius:20px;}
  .gmp-ai-modal-card h2{font-size:24px;}
  .gmp-ai-form{display:block;}
  .gmp-ai-form button{width:100%;height:44px;margin-top:6px;}
  .gmp-ai-offer{grid-template-columns:46px 1fr;align-items:start;}
  .gmp-ai-offer img{width:46px;height:36px;}
  .gmp-ai-offer em{grid-column:1 / -1;width:100%;}
}

.gmp-hero-actions{
  display:flex;
  gap:12px;
  flex-wrap:wrap;
  margin:18px 0 0;
}

.gmp-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:44px;
  padding:0 20px;
  border-radius:999px;
  font-weight:900;
  text-decoration:none;
  transition:.2s ease;
}

.gmp-btn-primary{background:var(--gmp-green);color:#fff !important;}
.gmp-btn-primary:hover{background:#12823d;color:#fff !important;transform:translateY(-1px);}
.gmp-btn-light{background:#fff;color:var(--gmp-dark) !important;border:1px solid var(--gmp-border);}
.gmp-btn-light:hover{border-color:var(--gmp-orange);color:var(--gmp-orange) !important;}

.gmp-trust-row{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:18px;
}

.gmp-trust-row span{
  display:inline-flex;
  align-items:center;
  gap:7px;
  padding:8px 11px;
  background:rgba(255,255,255,.88);
  border:1px solid rgba(229,231,235,.95);
  border-radius:999px;
  color:#374151;
  font-size:13px;
  font-weight:800;
}

.gmp-trust-row i{color:var(--gmp-green);}

.gmp-hero-card{
  position:relative;
  background:rgba(255,255,255,.92);
  border:1px solid rgba(255,147,8,.20);
  border-radius:26px;
  padding:22px;
  box-shadow:var(--gmp-shadow);
  backdrop-filter:blur(10px);
}

.gmp-card-head{
  display:flex;
  justify-content:space-between;
  align-items:center;
  padding-bottom:14px;
  margin-bottom:16px;
  border-bottom:1px solid var(--gmp-border);
}

.gmp-card-head span{
  color:var(--gmp-dark);
  font-weight:900;
  font-size:16px;
}

.gmp-card-head strong{
  background:var(--gmp-soft);
  color:var(--gmp-orange-dark);
  padding:5px 10px;
  border-radius:999px;
  font-size:12px;
}

.gmp-stat-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:12px;
}

.gmp-stat{
  background:#fff;
  border:1px solid var(--gmp-border);
  border-radius:18px;
  padding:16px 12px;
  text-align:center;
  transition:.2s ease;
}

.gmp-stat:hover{transform:translateY(-2px);box-shadow:0 10px 24px rgba(17,24,39,.08);}

.gmp-stat strong{
  display:block;
  color:var(--gmp-dark);
  font-size:22px;
  line-height:1.1;
  font-weight:950;
}

.gmp-stat span{
  display:block;
  margin-top:6px;
  color:var(--gmp-muted);
  font-size:12px;
  font-weight:800;
}

.gmp-trending-box{
  margin-top:18px;
  padding-top:16px;
  border-top:1px solid var(--gmp-border);
}

.gmp-trending-box h3{
  margin:0 0 12px;
  color:var(--gmp-dark);
  font-size:16px;
  font-weight:900;
}

.gmp-trending-list{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
}

.gmp-trending-list a{
  display:inline-flex;
  padding:7px 10px;
  background:#fff7ed;
  border:1px solid rgba(255,147,8,.25);
  border-radius:999px;
  color:#9a4d00;
  text-decoration:none;
  font-size:12px;
  font-weight:900;
  transition:.2s ease;
}

.gmp-trending-list a:hover{
  background:var(--gmp-orange);
  color:#fff;
}

.gmp-v2-section{
  padding:34px 0;
}

.gmp-section-head{
  text-align:center;
  max-width:760px;
  margin:0 auto 24px;
}

.gmp-section-head span{
  display:inline-block;
  color:var(--gmp-orange);
  font-weight:950;
  text-transform:uppercase;
  letter-spacing:.08em;
  font-size:12px;
  margin-bottom:7px;
}

.gmp-section-head h2{
  margin:0;
  color:var(--gmp-dark);
  font-weight:950;
  font-size:clamp(24px,3vw,36px);
  line-height:1.15;
}

.gmp-section-head p{
  margin:9px 0 0;
  color:var(--gmp-muted);
  font-size:15px;
  line-height:1.6;
}

.gmp-category-grid{
  display:grid;
  grid-template-columns:repeat(6,1fr);
  gap:12px;
}

.gmp-category-card{
  display:flex;
  min-height:126px;
  padding:17px 12px;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  text-align:center;
  border:1px solid var(--gmp-border);
  border-radius:20px;
  background:#fff;
  text-decoration:none;
  transition:.2s ease;
}

.gmp-category-card:hover{
  transform:translateY(-3px);
  border-color:rgba(255,147,8,.45);
  box-shadow:0 14px 28px rgba(17,24,39,.08);
}

.gmp-category-icon{
  width:72px;
  height:64px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius:16px;
  background:var(--gmp-soft);
  color:var(--gmp-orange);
  margin-bottom:10px;
  font-size:16px;
  overflow:hidden;
  padding:5px;
  box-sizing:border-box;
}

.gmp-category-icon img{
  display:block;
  width:100%;
  height:100%;
  object-fit:contain;
}

.gmp-category-card strong{
  color:var(--gmp-dark);
  font-size:13px;
  line-height:1.3;
  font-weight:900;
}

.gmp-category-card small{
  margin-top:5px;
  color:var(--gmp-muted);
  font-size:11px;
  font-weight:800;
}

.gmp-slider-section{
  padding-top:10px;
}

.gmp-slider-section .slider_parent{
  width:100% !important;
  max-width:none !important;
  height:clamp(300px,41.6667vw,500px) !important;
  min-height:0 !important;
  margin:0 !important;
  display:block !important;
  border-radius:22px;
  overflow:hidden;
  box-shadow:0 12px 34px rgba(17,24,39,.08);
}

.gmp-slider-section .banner-slider-area,
.gmp-slider-section .mySwiper{
  width:100% !important;
  max-width:100% !important;
  height:100% !important;
  min-height:0 !important;
  display:block !important;
  border-radius:22px;
  overflow:hidden;
  box-shadow:0 12px 34px rgba(17,24,39,.08);
}

.gmp-slider-section .swiper-wrapper{
  width:100% !important;
  height:100% !important;
  align-items:stretch;
}

.gmp-slider-section .swiper-slide{
  width:100% !important;
  height:100% !important;
  min-height:0 !important;
  aspect-ratio:auto !important;
  flex:0 0 100% !important;
  box-shadow:none !important;
}

.gmp-slider-section .swiper-slide img{
  width:100% !important;
  height:100% !important;
  min-height:0 !important;
  display:block !important;
  object-fit:cover !important;
  object-position:center !important;
  border-radius:0 !important;
}

.gmp-slider-section .swiper-slide > a{
  display:block !important;
  width:100% !important;
  height:100% !important;
}

@media(max-width:1100px){
  .gmp-hero-grid{grid-template-columns:1fr;}
  .gmp-hero-card{max-width:760px;}
  .gmp-category-grid{grid-template-columns:repeat(4,1fr);}
}

@media(max-width:768px){
  .gmp-v2-hero{padding:0 0 24px;}
  .gmp-hero-title{letter-spacing:-.8px;}
  .gmp-hero-search{display:block;border-radius:18px;padding:8px;}
  .gmp-hero-search-input{height:48px;}
  .gmp-hero-search-btn{width:100%;justify-content:center;margin-top:6px;}
  .gmp-hero-actions .gmp-btn{width:100%;}
  .gmp-stat-grid{grid-template-columns:1fr 1fr;}
  .gmp-category-grid{grid-template-columns:repeat(2,1fr);}
  .gmp-slider-section .banner-slider-area,
  .gmp-slider-section .mySwiper{
    border-radius:16px;
  }
  .gmp-slider-section .slider_parent{
    height:clamp(180px,41.6667vw,280px) !important;
    border-radius:16px;
  }
}

@media(max-width:420px){
  .gmp-stat strong{font-size:19px;}
  .gmp-trust-row span{width:100%;justify-content:center;}
  .gmp-category-card{min-height:116px;}
}


/* ============================================================
   GetMePromo V2 - Sprint 2 Sections
   Latest Coupons | Offer Cards | Stores | Why Choose
   ============================================================ */

.gmp-split-head{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:20px;
  text-align:left;
  max-width:none;
}

.gmp-split-head h2,
.gmp-split-head p{max-width:760px;}

.gmp-head-link{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:42px;
  padding:0 17px;
  border:1px solid rgba(255,147,8,.35);
  border-radius:999px;
  background:#fff7ed;
  color:#b45309 !important;
  font-size:13px;
  font-weight:900;
  text-decoration:none;
  white-space:nowrap;
  transition:.2s ease;
}

.gmp-head-link:hover{
  background:var(--gmp-orange);
  color:#fff !important;
  border-color:var(--gmp-orange);
  transform:translateY(-1px);
}

.gmp-verified-section{
  background:#fff;
}

.gmp-latest-list{
  display:grid;
  gap:14px;
}

.gmp-latest-item .row,
.gmp-latest-item .col-md-12{
  margin-left:0 !important;
  margin-right:0 !important;
  padding-left:0 !important;
  padding-right:0 !important;
}

.gmp-latest-item .index-cpn-main-ltest{
  margin-bottom:0 !important;
  border-radius:20px !important;
  border-color:#edf0f4 !important;
  box-shadow:0 10px 25px rgba(17,24,39,.05) !important;
  transition:.2s ease !important;
}

.gmp-latest-item .index-cpn-main-ltest:hover{
  transform:translateY(-2px);
  border-color:rgba(255,147,8,.35) !important;
  box-shadow:0 16px 34px rgba(17,24,39,.09) !important;
}

.gmp-new-offers-section{
  background:linear-gradient(180deg,#fff 0%,#f8fafc 100%);
}

.gmp-offer-grid.index-f-cpn-mainwrapper{
  display:grid !important;
  grid-template-columns:repeat(4,1fr) !important;
  gap:18px !important;
}

.gmp-offer-grid .index-cpn-main{
  border-radius:20px !important;
  border-color:#edf0f4 !important;
  box-shadow:0 10px 24px rgba(17,24,39,.05) !important;
  overflow:hidden !important;
}

.gmp-offer-grid .index-cpn-main:hover{
  transform:translateY(-4px) !important;
  border-color:rgba(255,147,8,.45) !important;
  box-shadow:0 18px 36px rgba(17,24,39,.10) !important;
}

.gmp-offer-grid .index-cpn-deal{
  top:10px !important;
  background:#16a34a !important;
  box-shadow:0 8px 18px rgba(22,163,74,.25) !important;
}

.gmp-offer-grid .index-cpn-str-name{
  background:#111827 !important;
}

.gmp-offer-grid .index-cpn-title.show_coupon{
  min-height:50px !important;
  background:linear-gradient(135deg,#ff9308,#ff7a1a) !important;
  font-weight:900 !important;
}

.gmp-store-section{
  background:#fff;
}

.gmp-store-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:16px;
}

.gmp-store-card{
  display:flex;
  flex-direction:column;
  align-items:center;
  text-align:center;
  min-height:205px;
  padding:18px 14px;
  background:#fff;
  border:1px solid #edf0f4;
  border-radius:22px;
  text-decoration:none;
  box-shadow:0 8px 22px rgba(17,24,39,.04);
  transition:.2s ease;
  position:relative;
  overflow:hidden;
}

.gmp-store-card:before{
  content:"";
  position:absolute;
  inset:0 0 auto 0;
  height:4px;
  background:linear-gradient(90deg,var(--gmp-orange),var(--gmp-green));
  transform:scaleX(0);
  transform-origin:left;
  transition:.25s ease;
}

.gmp-store-card:hover{
  transform:translateY(-4px);
  border-color:rgba(255,147,8,.42);
  box-shadow:0 20px 38px rgba(17,24,39,.10);
}

.gmp-store-card:hover:before{transform:scaleX(1);}

.gmp-store-logo{
  width:138px;
  height:78px;
  border:1px solid #edf0f4;
  border-radius:18px;
  background:#fff;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:10px;
  margin-bottom:14px;
}

.gmp-store-logo img{
  max-width:100%;
  max-height:58px;
  object-fit:contain;
}

.gmp-store-info strong{
  display:block;
  color:var(--gmp-dark);
  font-size:15px;
  font-weight:950;
  line-height:1.25;
}

.gmp-store-info span{
  display:block;
  margin-top:5px;
  color:var(--gmp-muted);
  font-size:12px;
  font-weight:800;
}

.gmp-store-card em{
  display:inline-flex;
  margin-top:auto;
  padding:7px 14px;
  border-radius:999px;
  background:#fff7ed;
  color:#b45309;
  font-size:12px;
  font-style:normal;
  font-weight:950;
}

.gmp-store-card:hover em{
  background:var(--gmp-orange);
  color:#fff;
}

.gmp-why-section{
  background:
    radial-gradient(circle at top left, rgba(255,147,8,.13), transparent 26%),
    linear-gradient(135deg,#111827,#1f2937);
  color:#fff;
}

.gmp-why-section .gmp-section-head span{color:#ffbf70;}
.gmp-why-section .gmp-section-head h2{color:#fff;}
.gmp-why-section .gmp-section-head p{color:#d1d5db;}

.gmp-why-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:16px;
}

.gmp-why-card{
  padding:24px 18px;
  border:1px solid rgba(255,255,255,.12);
  border-radius:22px;
  background:rgba(255,255,255,.06);
  backdrop-filter:blur(8px);
  transition:.2s ease;
}

.gmp-why-card:hover{
  transform:translateY(-4px);
  background:rgba(255,255,255,.10);
}

.gmp-why-card i{
  width:46px;
  height:46px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius:16px;
  background:rgba(255,147,8,.16);
  color:#ffbf70;
  font-size:20px;
  margin-bottom:14px;
}

.gmp-why-card h3{
  margin:0 0 8px;
  color:#fff;
  font-size:17px;
  font-weight:950;
}

.gmp-why-card p{
  margin:0;
  color:#d1d5db;
  font-size:14px;
  line-height:1.65;
}

@media(max-width:1100px){
  .gmp-offer-grid.index-f-cpn-mainwrapper{grid-template-columns:repeat(3,1fr) !important;}
  .gmp-store-grid{grid-template-columns:repeat(3,1fr);}
  .gmp-why-grid{grid-template-columns:repeat(2,1fr);}
}

@media(max-width:768px){
  .gmp-split-head{
    display:block;
    text-align:center;
  }
  .gmp-head-link{margin-top:14px;}
  .gmp-offer-grid.index-f-cpn-mainwrapper{grid-template-columns:repeat(2,1fr) !important;gap:12px !important;}
  .gmp-store-grid{grid-template-columns:repeat(2,1fr);gap:12px;}
  .gmp-store-card{min-height:190px;padding:15px 10px;}
  .gmp-store-logo{width:120px;height:70px;}
  .gmp-why-grid{grid-template-columns:1fr;}
}

@media(max-width:420px){
  .gmp-offer-grid.index-f-cpn-mainwrapper{grid-template-columns:1fr 1fr !important;}
  .gmp-store-grid{grid-template-columns:1fr 1fr;}
  .gmp-store-info strong{font-size:13px;}
  .gmp-store-card em{font-size:11px;padding:6px 10px;}
}

/* ============================================================
   GetMePromo V2 - Sprint 3
   SEO Content | FAQ Accordion | Newsletter CTA
   ============================================================ */

.gmp-seo-section{
  background:#f8fafc;
  padding-top:44px;
  padding-bottom:44px;
}

.gmp-seo-layout{
  display:grid;
  grid-template-columns:minmax(0,1fr) 320px;
  gap:24px;
  align-items:start;
}

.gmp-seo-content,
.gmp-seo-sidebar .gmp-side-card{
  background:#fff;
  border:1px solid #edf0f4;
  border-radius:26px;
  box-shadow:0 12px 30px rgba(17,24,39,.05);
}

.gmp-seo-content{
  padding:34px;
}

.gmp-seo-label{
  display:inline-block;
  color:#b45309;
  background:#fff7ed;
  border:1px solid rgba(255,147,8,.25);
  padding:7px 12px;
  border-radius:999px;
  font-size:12px;
  font-weight:950;
  text-transform:uppercase;
  letter-spacing:.08em;
  margin-bottom:12px;
}

.gmp-seo-content h2{
  margin:0 0 14px;
  color:var(--gmp-dark);
  font-size:clamp(26px,3vw,40px);
  line-height:1.15;
  font-weight:950;
  letter-spacing:-.7px;
}

.gmp-seo-content h3{
  margin:28px 0 10px;
  color:#111827;
  font-size:21px;
  line-height:1.3;
  font-weight:950;
}

.gmp-seo-content p{
  margin:0 0 15px;
  color:#374151;
  font-size:15.5px;
  line-height:1.85;
}

.gmp-seo-content a{
  color:#d97706;
  font-weight:850;
  text-decoration:underline;
  text-decoration-thickness:1px;
  text-underline-offset:3px;
}

.gmp-seo-pill-grid{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin:12px 0 4px;
}

.gmp-seo-pill-grid a{
  text-decoration:none;
  display:inline-flex;
  align-items:center;
  padding:8px 12px;
  border-radius:999px;
  background:#fff7ed;
  border:1px solid rgba(255,147,8,.22);
  color:#9a4d00;
  font-size:12px;
  font-weight:950;
  transition:.2s ease;
}

.gmp-seo-pill-grid a:hover{
  background:var(--gmp-orange);
  color:#fff;
}

.gmp-seo-sidebar{
  position:sticky;
  top:92px;
  display:grid;
  gap:16px;
}

.gmp-side-card{
  padding:22px;
}

.gmp-side-card h3{
  margin:0 0 12px;
  color:#111827;
  font-size:18px;
  font-weight:950;
}

.gmp-side-card ul{
  list-style:none;
  margin:0;
  padding:0;
  display:grid;
  gap:9px;
}

.gmp-side-card li a{
  display:flex;
  justify-content:space-between;
  align-items:center;
  color:#374151;
  text-decoration:none;
  font-size:14px;
  font-weight:850;
  padding:9px 0;
  border-bottom:1px solid #f1f5f9;
}

.gmp-side-card li a:after{
  content:"\203A";
  color:var(--gmp-orange);
  font-size:18px;
  line-height:1;
}

.gmp-side-card li a:hover{
  color:var(--gmp-orange);
}

.gmp-side-card li a:after{
  content:"\203A";
}

.gmp-side-highlight{
  background:linear-gradient(135deg,#111827,#1f2937) !important;
  border-color:rgba(255,255,255,.08) !important;
}

.gmp-side-highlight span{
  display:inline-block;
  color:#ffbf70;
  font-weight:950;
  font-size:12px;
  letter-spacing:.08em;
  text-transform:uppercase;
  margin-bottom:8px;
}

.gmp-side-highlight p{
  margin:0;
  color:#e5e7eb;
  line-height:1.7;
  font-size:14px;
}

.gmp-faq-section{
  margin-top:36px;
  background:#fff;
  border:1px solid #edf0f4;
  border-radius:28px;
  padding:42px 44px;
  box-shadow:0 12px 30px rgba(17,24,39,.05);
}

.gmp-faq-list{
  width:100%;
  max-width:980px;
  margin:0 auto;
  display:grid;
  gap:14px;
}

.gmp-faq-item{
  border:1px solid #edf0f4;
  border-radius:20px;
  overflow:hidden;
  background:#fff;
  min-height:64px;
}

.gmp-faq-question{
  width:100%;
  border:0;
  background:#fff;
  color:#111827;
  font-size:18px;
  line-height:1.45;
  font-weight:950;
  text-align:left;
  padding:20px 64px 20px 24px;
  min-height:64px;
  cursor:pointer;
  position:relative;
}

.gmp-faq-question:after{
  content:"+";
  position:absolute;
  right:22px;
  top:50%;
  transform:translateY(-50%);
  width:32px;
  height:32px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:50%;
  background:#fff7ed;
  color:#b45309;
  font-size:20px;
  line-height:1;
  font-weight:950;
}

.gmp-faq-item.active .gmp-faq-question:after{
  content:"−";
  background:var(--gmp-orange);
  color:#fff;
}

.gmp-faq-answer{
  display:none;
  padding:2px 64px 24px 24px;
}

.gmp-faq-item.active .gmp-faq-question:after{
  content:"-";
  background:var(--gmp-orange);
  color:#fff;
  font-size:22px;
  line-height:.9;
}

.gmp-faq-item.active .gmp-faq-answer{
  display:block;
}

.gmp-faq-answer p{
  margin:0;
  color:#4b5563;
  line-height:1.75;
  font-size:16px;
}

.gmp-newsletter-cta{
  margin-top:28px;
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(320px,460px);
  gap:24px;
  align-items:center;
  padding:30px;
  border-radius:28px;
  background:
    radial-gradient(circle at left top, rgba(255,147,8,.20), transparent 30%),
    linear-gradient(135deg,#ff9308,#e07800);
  color:#fff;
  box-shadow:0 18px 42px rgba(224,120,0,.24);
}

.gmp-newsletter-cta span{
  display:inline-block;
  font-size:12px;
  font-weight:950;
  text-transform:uppercase;
  letter-spacing:.08em;
  color:#fff7ed;
  margin-bottom:8px;
}

.gmp-newsletter-cta h2{
  margin:0 0 8px;
  color:#fff;
  font-size:clamp(24px,3vw,36px);
  line-height:1.15;
  font-weight:950;
}

.gmp-newsletter-cta p{
  margin:0;
  color:#fff7ed;
  line-height:1.65;
  font-size:15px;
}

.gmp-newsletter-form{
  position:relative;
  display:flex;
  gap:8px;
  background:#fff;
  border-radius:18px;
  padding:8px;
  box-shadow:0 12px 28px rgba(17,24,39,.12);
}

.gmp-newsletter-form .response-box{
  position:absolute;
  left:0;
  right:0;
  top:calc(100% + 8px);
}

.gmp-newsletter-form input{
  width:100%;
  height:48px;
  border:0;
  outline:0;
  padding:0 12px;
  color:#111827;
  font-size:14px;
  background:transparent;
}

.gmp-newsletter-form button{
  height:48px;
  border:0;
  border-radius:14px;
  padding:0 18px;
  background:#16a34a;
  color:#fff;
  font-weight:950;
  cursor:pointer;
  transition:.2s ease;
}

.gmp-newsletter-form button:hover{
  background:#12823d;
}

.gmp-share-wrap{
  margin-top:26px !important;
  padding-top:22px !important;
  border-top:1px solid #e5e7eb !important;
}

.gmp-inview{
  animation:gmpFadeUp .45s ease both;
}

@keyframes gmpFadeUp{
  from{opacity:0;transform:translateY(12px);}
  to{opacity:1;transform:translateY(0);}
}

@media(max-width:1024px){
  .gmp-seo-layout{
    grid-template-columns:1fr;
  }
  .gmp-seo-sidebar{
    position:static;
    grid-template-columns:1fr 1fr;
  }
}

@media(max-width:768px){
  .gmp-seo-section{
    padding-top:30px;
    padding-bottom:30px;
  }
  .gmp-seo-content,
  .gmp-faq-section{
    padding:26px 22px;
    border-radius:22px;
  }
  .gmp-seo-sidebar{
    grid-template-columns:1fr;
  }
  .gmp-newsletter-cta{
    grid-template-columns:1fr;
    padding:24px;
    border-radius:24px;
  }
  .gmp-newsletter-form{
    display:block;
  }
  .gmp-newsletter-form button{
    width:100%;
    margin-top:8px;
  }
}

@media(max-width:480px){
  .gmp-seo-content p{
    font-size:14.5px;
    line-height:1.78;
  }
  .gmp-seo-content h3{
    font-size:18px;
  }
  .gmp-faq-question{
    font-size:16px;
    padding:18px 54px 18px 18px;
    min-height:60px;
  }
  .gmp-faq-question:after{
    right:16px;
    width:30px;
    height:30px;
  }
  .gmp-faq-answer{
    padding:0 18px 20px;
  }
  .gmp-faq-answer p{
    font-size:15px;
  }
}

/* ============================================================
   GetMePromo V2 - Sprint 4
   Conversion Hub | Trending | Brand Strip | Click Path
   ============================================================ */

.gmp-conversion-hub{
  background:
    radial-gradient(circle at top right, rgba(22,163,74,.10), transparent 28%),
    linear-gradient(180deg,#fff,#f8fafc);
}

.gmp-hub-grid{
  display:grid;
  grid-template-columns:minmax(0,1.35fr) minmax(310px,.65fr);
  gap:18px;
  align-items:stretch;
}

.gmp-hub-card{
  background:#fff;
  border:1px solid #edf0f4;
  border-radius:26px;
  padding:22px;
  box-shadow:0 12px 30px rgba(17,24,39,.06);
}

.gmp-hub-card-head h3,
.gmp-quick-card h3{
  margin:10px 0 7px;
  color:#111827;
  font-size:22px;
  font-weight:950;
  line-height:1.2;
}

.gmp-hub-card-head p{
  margin:0 0 14px;
  color:#6b7280;
  line-height:1.6;
  font-size:14px;
}

.gmp-hub-badge{
  display:inline-flex;
  align-items:center;
  width:max-content;
  padding:7px 11px;
  border-radius:999px;
  font-size:12px;
  font-weight:950;
  letter-spacing:.02em;
}

.gmp-hub-badge.hot{background:#fff7ed;color:#b45309;border:1px solid rgba(255,147,8,.25);}
.gmp-hub-badge.save{background:#ecfdf5;color:#047857;border:1px solid rgba(22,163,74,.25);}
.gmp-hub-badge.pick{background:#eef2ff;color:#4338ca;border:1px solid rgba(67,56,202,.20);}

.gmp-mini-offer-list{
  display:grid;
  gap:10px;
}

.gmp-mini-offer-list .index-cpn-deal{
  left:12px!important;
  right:auto!important;
  margin:0!important;
}

.gmp-mini-offer .row,
.gmp-mini-offer .col-md-12{
  margin:0 !important;
  padding:0 !important;
}

.gmp-mini-offer .index-cpn-main-ltest{
  margin:0 !important;
  padding:12px !important;
  border-radius:18px !important;
  box-shadow:none !important;
  background:#f9fafb !important;
}

.gmp-mini-offer .index-cpn-main-ltest:hover{
  background:#fff !important;
  transform:translateY(-1px);
  border-color:rgba(255,147,8,.35) !important;
}

.gmp-hub-side{
  display:grid;
  gap:18px;
}

.gmp-quick-links,
.gmp-store-chips{
  display:flex;
  flex-wrap:wrap;
  gap:9px;
  margin-top:14px;
}

.gmp-quick-links a,
.gmp-store-chips a{
  display:inline-flex;
  align-items:center;
  padding:8px 11px;
  border-radius:999px;
  text-decoration:none;
  font-size:12px;
  font-weight:950;
  transition:.2s ease;
}

.gmp-quick-links a{
  color:#9a4d00;
  background:#fff7ed;
  border:1px solid rgba(255,147,8,.24);
}

.gmp-store-chips a{
  color:#374151;
  background:#f9fafb;
  border:1px solid #edf0f4;
}

.gmp-quick-links a:hover,
.gmp-store-chips a:hover{
  background:var(--gmp-orange);
  border-color:var(--gmp-orange);
  color:#fff;
  transform:translateY(-1px);
}

.gmp-brand-strip-section{
  background:#111827;
  padding-top:30px;
  padding-bottom:30px;
}

.gmp-brand-strip{
  display:grid;
  grid-template-columns:330px minmax(0,1fr);
  gap:24px;
  align-items:center;
}

.gmp-brand-strip-copy span{
  color:#ffbf70;
  text-transform:uppercase;
  letter-spacing:.08em;
  font-size:12px;
  font-weight:950;
}

.gmp-brand-strip-copy h2{
  margin:7px 0 8px;
  color:#fff;
  font-size:clamp(24px,3vw,34px);
  line-height:1.15;
  font-weight:950;
}

.gmp-brand-strip-copy p{
  margin:0;
  color:#d1d5db;
  line-height:1.65;
}

.gmp-brand-marquee{
  overflow:hidden;
  padding:8px 0;
}

.gmp-brand-track{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  justify-content:flex-start;
}

.gmp-brand-pill{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:40px;
  padding:0 16px;
  border-radius:999px;
  background:rgba(255,255,255,.08);
  border:1px solid rgba(255,255,255,.12);
  color:#fff !important;
  font-size:13px;
  font-weight:950;
  text-decoration:none;
  transition:.2s ease;
}

.gmp-brand-pill:hover{
  background:var(--gmp-orange);
  border-color:var(--gmp-orange);
  color:#fff !important;
  transform:translateY(-2px);
}

.gmp-click-path-section{
  background:#fff;
  padding-top:30px;
  padding-bottom:30px;
}

.gmp-click-path{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:16px;
}

.gmp-click-step{
  position:relative;
  padding:24px 20px;
  border-radius:24px;
  background:#fff;
  border:1px solid #edf0f4;
  box-shadow:0 10px 26px rgba(17,24,39,.05);
  text-align:center;
}

.gmp-click-step:after{
  content:"";
  position:absolute;
  right:-18px;
  top:50%;
  width:20px;
  height:2px;
  background:linear-gradient(90deg,var(--gmp-orange),transparent);
}

.gmp-click-step:last-child:after{
  display:none;
}

.gmp-click-step span{
  width:44px;
  height:44px;
  margin:0 auto 12px;
  border-radius:16px;
  background:linear-gradient(135deg,var(--gmp-orange),#ff7a1a);
  color:#fff;
  display:flex;
  align-items:center;
  justify-content:center;
  font-weight:950;
  font-size:18px;
}

.gmp-click-step h3{
  margin:0 0 7px;
  color:#111827;
  font-size:17px;
  font-weight:950;
}

.gmp-click-step p{
  margin:0;
  color:#6b7280;
  font-size:14px;
  line-height:1.6;
}

@media(max-width:1024px){
  .gmp-hub-grid{grid-template-columns:1fr;}
  .gmp-hub-side{grid-template-columns:1fr 1fr;}
  .gmp-brand-strip{grid-template-columns:1fr;}
}

@media(max-width:768px){
  .gmp-hub-side{grid-template-columns:1fr;}
  .gmp-hub-card{padding:18px;border-radius:22px;}
  .gmp-brand-track{max-height:none;}
  .gmp-click-path{grid-template-columns:1fr;}
  .gmp-click-step:after{display:none;}
}

@media(max-width:480px){
  .gmp-brand-pill{font-size:12px;min-height:36px;padding:0 12px;}
  .gmp-click-step{padding:20px 16px;}
}

/* GMP V2 Mobile Layout Fix */
@media (max-width: 768px) {
  .gmp-v2-hero {
    padding: 26px 0 24px !important;
    min-height: auto !important;
    overflow: visible !important;
  }

  .gmp-v2-hero .container {
    width: 100% !important;
    max-width: 100% !important;
    padding-left: 14px !important;
    padding-right: 14px !important;
    box-sizing: border-box !important;
  }

  .gmp-hero-grid {
    display: flex !important;
    flex-direction: column !important;
    gap: 18px !important;
    width: 100% !important;
  }

  .gmp-hero-copy,
  .gmp-hero-card {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    visibility: visible !important;
    opacity: 1 !important;
    transform: none !important;
  }

  .gmp-hero-title {
    display: block !important;
    font-size: 30px !important;
    line-height: 1.08 !important;
    margin-bottom: 10px !important;
    color: #111827 !important;
  }

  .gmp-hero-subtitle {
    display: block !important;
    font-size: 17px !important;
    line-height: 1.45 !important;
    margin-top: 12px !important;
    color: #1f2937 !important;
  }

  .gmp-hero-text,
  .gmp-hero-kicker,
  .gmp-hero-actions,
  .gmp-trust-row {
    display: flex !important;
    visibility: visible !important;
    opacity: 1 !important;
  }

  .gmp-hero-text {
    display: block !important;
    font-size: 14px !important;
    line-height: 1.7 !important;
    margin: 10px 0 16px !important;
  }

  .gmp-hero-search {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    margin-top: 14px !important;
    position: relative !important;
    z-index: 20 !important;
  }

  .gmp-hero-search-input {
    width: 100% !important;
    display: block !important;
    height: 46px !important;
  }

  .gmp-hero-search-btn {
    width: 100% !important;
    margin-top: 8px !important;
  }

  .gmp-hero-card {
    margin-top: 8px !important;
    padding: 16px !important;
    border-radius: 20px !important;
  }
}

.today-top-offers {
  background: #fff;
}

.today-offers-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 18px;
}

.today-offers-head h2 {
  margin: 0;
  color: #111827;
  font-size: 26px;
  font-weight: 900;
}

.today-offers-head a {
  color: #008f46;
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
}

.today-offers-list {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  overflow: hidden;
}

.today-offer-row {
  display: grid;
  grid-template-columns: 150px 1fr 160px;
  align-items: center;
  gap: 18px;
  padding: 18px 20px;
  border-bottom: 1px solid #e5e7eb;
}

.today-offer-row:last-child {
  border-bottom: 0;
}

.today-offer-discount {
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:4px;
  min-height:54px;
  padding:8px 12px;
  border-radius:12px;
  background:linear-gradient(135deg,#ff006e,#ff7a00);
  border:0;
  color:#fff;
  font-size:20px;
  font-weight:950;
  line-height:1.12;
  text-align:center;
  letter-spacing:-.02em;
  box-shadow:0 10px 22px rgba(255,0,110,.22);
  text-shadow:0 1px 2px rgba(0,0,0,.25);
}

.today-offer-discount strong {
  max-width:100%;
  color:#fff;
  font-size:20px;
  font-weight:950;
  line-height:1.08;
  white-space:normal;
}

.today-offer-row:nth-child(2n) .today-offer-discount {
  background:linear-gradient(135deg,#00d4ff,#2563eb);
  box-shadow:0 10px 22px rgba(0,212,255,.24);
}

.today-offer-row:nth-child(3n) .today-offer-discount {
  background:linear-gradient(135deg,#a3ff12,#16a34a);
  box-shadow:0 10px 22px rgba(22,163,74,.24);
}

.today-offer-row:nth-child(4n) .today-offer-discount {
  background:linear-gradient(135deg,#a855f7,#ec4899);
  box-shadow:0 10px 22px rgba(168,85,247,.25);
}

.today-offer-row:nth-child(5n) .today-offer-discount {
  background:linear-gradient(135deg,#facc15,#f97316);
  box-shadow:0 10px 22px rgba(249,115,22,.25);
}

.today-offer-store {
  display:block;
  margin:0 0 5px;
  color:#6b7280;
  font-size:11px;
  font-style:normal;
  font-weight:950;
  letter-spacing:.08em;
  line-height:1;
  text-transform:uppercase;
}

.today-offer-info h3 {
  margin: 0 0 7px;
  color: #111827;
  font-size: 15px;
  font-weight: 850;
}

.today-offer-info span {
  color: #0a9f55;
  font-size: 12px;
  font-weight: 700;
}

.today-offer-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  background: linear-gradient(135deg, #ff7a00, #ff9308);
  color: #fff !important;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 900;
  text-decoration: none;
  position: relative;
}

.today-offer-btn-deal {
  background: linear-gradient(135deg, #16a34a, #0a9f55);
}

.today-offer-btn:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  border-top: 22px solid rgba(255,255,255,.28);
  border-left: 22px solid transparent;
}

@media(max-width:768px) {
  .today-offer-row {
    grid-template-columns: 90px 1fr;
    gap: 12px;
    padding: 14px;
  }

  .today-offer-btn {
    grid-column: 1 / -1;
  }

  .today-offer-discount {
    min-height:44px;
    padding:7px 8px;
    border-radius:10px;
    font-size:15px;
  }

  .today-offer-discount strong {
    font-size:15px;
  }

  .today-offer-store {
    font-size:10px;
  }
}

.gmp-mini-offer-list{
  display:grid !important;
  grid-template-columns:repeat(2,1fr) !important;
  gap:14px !important;
}

.gmp-mini-offer-card .index-cpn-main{
  width:100% !important;
  min-height:auto !important;
  border-radius:16px !important;
  overflow:hidden !important;
}

.gmp-mini-offer-card .index-cpn-bg{
  height:140px !important;
  padding-bottom:0 !important;
}

.gmp-mini-offer-card .index-cpn-deal{
  top:8px !important;
  font-size:10px !important;
}

.gmp-mini-offer-card .index-cpn-title.show_coupon{
  min-height:44px !important;
  font-size:12px !important;
}

@media(max-width:768px){
  .gmp-mini-offer-list{
    grid-template-columns:1fr 1fr !important;
  }

  .gmp-mini-offer-card .index-cpn-bg{
    height:112px !important;
  }
}

/* Homepage conversion hero upgrades */
.gmp-top-offer-bar{position:relative;z-index:3;margin:0 0 22px;background:linear-gradient(90deg,#ff7a00,#ff9308,#ffb020);color:#fff;box-shadow:0 8px 18px rgba(255,122,0,.16)}
.gmp-top-offer-inner{min-height:42px;display:flex;align-items:center;justify-content:space-between;gap:16px}
.gmp-top-offer-copy{display:flex;align-items:center;gap:14px;color:#fff!important;text-decoration:none;font-weight:900}
.gmp-top-offer-copy strong{display:inline-flex;align-items:center;padding:5px 12px;border-radius:999px;background:rgba(255,255,255,.18);color:#fff;font-size:12px}
.gmp-sale-countdown{display:flex;align-items:center;gap:8px;font-size:12px;font-weight:900;white-space:nowrap}
.gmp-sale-countdown b{min-width:44px;padding:4px 7px;border-radius:8px;background:rgba(17,24,39,.22);color:#fff;text-align:center;line-height:1}
.gmp-sale-countdown small{display:block;margin-top:2px;font-size:8px;font-weight:800;text-transform:uppercase;opacity:.92}
.gmp-popular-searches{max-width:760px;display:flex;align-items:center;flex-wrap:wrap;gap:8px;margin-top:12px;color:var(--gmp-muted);font-size:12px;font-weight:900}
.gmp-popular-searches a{display:inline-flex;align-items:center;min-height:28px;padding:0 12px;border:1px solid var(--gmp-border);border-radius:999px;background:#fff;color:#374151;text-decoration:none;transition:.2s ease}
.gmp-popular-searches a:hover{border-color:var(--gmp-orange);color:var(--gmp-orange-dark);transform:translateY(-1px)}
.gmp-card-head strong{display:inline-flex;align-items:center;gap:6px;color:var(--gmp-green);background:#ecfdf5}
.gmp-live-dot{width:7px;height:7px;border-radius:50%;background:var(--gmp-green);box-shadow:0 0 0 4px rgba(22,163,74,.12)}
.gmp-stat strong{color:#4338ca}.gmp-stat .gmp-stat-hot{color:#ef4444}.gmp-stat .gmp-stat-free{color:var(--gmp-green)}
.gmp-stat span{line-height:1.25}.gmp-stat em{display:inline-block;margin-top:3px;color:#6b7280;font-size:10px;font-style:normal;font-weight:700}
.gmp-trending-head{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:12px}.gmp-trending-head h3{margin:0}.gmp-trending-head a{color:var(--gmp-green);font-size:12px;font-weight:900;text-decoration:none}
.gmp-trending-logo-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}
.gmp-trending-logo-grid a{min-height:78px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:7px;padding:9px 6px;border:1px solid var(--gmp-border);border-radius:14px;background:#fff;color:#111827;text-align:center;text-decoration:none;transition:.2s ease}
.gmp-trending-logo-grid a:hover{border-color:rgba(255,147,8,.55);box-shadow:0 10px 24px rgba(17,24,39,.08);transform:translateY(-2px)}
.gmp-trending-logo-grid span{height:34px;display:flex;align-items:center;justify-content:center}.gmp-trending-logo-grid img{max-width:58px;max-height:34px;object-fit:contain}
.gmp-trending-logo-grid small{max-width:100%;color:#374151;font-size:10px;font-weight:800;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
@media(max-width:991px){.gmp-top-offer-inner{flex-direction:column;align-items:flex-start;padding:9px 0}.gmp-top-offer-copy{flex-wrap:wrap;gap:8px}}
@media(max-width:560px){.gmp-top-offer-bar{margin:0 0 18px}.gmp-sale-countdown{width:100%;justify-content:space-between}.gmp-sale-countdown span{white-space:normal}.gmp-trending-logo-grid{grid-template-columns:repeat(2,1fr)}.gmp-popular-searches a{padding:0 10px}}
.gmp-v2-hero::before,.gmp-v2-hero::after,.gmp-top-offer-bar::before,.gmp-top-offer-bar::after{pointer-events:none!important}.gmp-v2-hero .container,.gmp-hero-copy,.gmp-hero-card,.gmp-top-offer-inner,.gmp-popular-searches,.gmp-hero-actions,.gmp-ai-coupon-finder{position:relative;z-index:5}.gmp-popular-searches a,.gmp-hero-actions a,.gmp-ai-open,.gmp-top-offer-copy{pointer-events:auto!important}.gmp-trending-logo-grid{grid-template-columns:repeat(4,1fr)!important}.gmp-trending-logo-grid a{min-height:72px!important;padding:8px!important;gap:0!important}.gmp-trending-logo-grid span{width:100%;height:48px!important}.gmp-trending-logo-grid img{max-width:74px!important;max-height:42px!important}.gmp-trending-logo-grid small{display:none!important}@media(max-width:560px){.gmp-v2-hero{overflow:hidden}.gmp-top-offer-bar{overflow:hidden}.gmp-top-offer-inner{padding-left:8px!important;padding-right:8px!important}.gmp-popular-searches{align-items:flex-start}.gmp-popular-searches span{flex-basis:100%}.gmp-trending-logo-grid{grid-template-columns:repeat(4,1fr)!important;gap:8px!important}.gmp-trending-logo-grid a{min-height:58px!important;border-radius:12px!important;padding:6px!important}.gmp-trending-logo-grid span{height:38px!important}.gmp-trending-logo-grid img{max-width:54px!important;max-height:32px!important}}
@media(max-width:768px){html,body{width:100%!important;max-width:100%!important;overflow-x:hidden!important}.sticky-header-wrap,.header,.gmp-v2-hero,.gmp-top-offer-bar,.gmp-v2-section,.footer{width:100%!important;max-width:100%!important;overflow-x:hidden!important}.gmp-v2-hero .container,.gmp-top-offer-bar .container,.gmp-hero-grid,.gmp-hero-copy,.gmp-hero-card,.gmp-hero-search,.gmp-ai-coupon-finder,.gmp-popular-searches,.gmp-hero-actions,.gmp-trust-row{width:100%!important;max-width:100%!important;min-width:0!important;box-sizing:border-box!important}.gmp-v2-hero::before{left:0!important;right:0!important;width:100%!important;max-width:100%!important}.gmp-hero-title,.gmp-hero-subtitle{overflow-wrap:anywhere}}

/* Professional mobile offer cards inside the conversion hub */
.gmp-conversion-hub .gmp-section-head p{
  max-width:680px;
  margin-left:auto;
  margin-right:auto;
}
.gmp-mini-offer-list{
  display:grid !important;
  grid-template-columns:repeat(2,minmax(0,1fr)) !important;
  gap:14px !important;
}
.gmp-fresh-offer-card{
  position:relative;
  display:flex;
  flex-direction:column;
  min-height:244px;
  background:#fff;
  border:1px solid #e8edf3;
  border-radius:18px;
  overflow:hidden;
  box-shadow:0 10px 28px rgba(17,24,39,.06);
  transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease;
}
.gmp-fresh-offer-card:hover{
  transform:translateY(-2px);
  border-color:rgba(255,147,8,.35);
  box-shadow:0 16px 36px rgba(17,24,39,.10);
}
.gmp-fresh-logo{
  height:104px;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:18px 18px 10px;
  background:linear-gradient(180deg,#ffffff 0%,#fbfcfe 100%);
}
.gmp-fresh-logo img{
  max-width:92px;
  max-height:64px;
  object-fit:contain;
}
.gmp-fresh-body{
  flex:1;
  display:flex;
  flex-direction:column;
  padding:12px 14px 14px;
  border-top:1px solid #f1f4f8;
}
.gmp-fresh-topline{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:8px;
  margin-bottom:8px;
}
.gmp-fresh-store{
  min-width:0;
  color:#111827;
  font-size:11px;
  font-weight:950;
  text-transform:uppercase;
  letter-spacing:.04em;
  text-decoration:none;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}
.gmp-fresh-verified{
  flex:0 0 auto;
  display:inline-flex;
  align-items:center;
  gap:4px;
  padding:3px 7px;
  border-radius:999px;
  background:#ecfdf5;
  color:#059669;
  font-size:9px;
  font-weight:900;
}
.gmp-fresh-title{
  flex:1;
  display:-webkit-box;
  -webkit-line-clamp:2;
  -webkit-box-orient:vertical;
  overflow:hidden;
  width:100%;
  padding:0;
  border:0;
  background:transparent;
  color:#111827;
  font-size:14px;
  font-weight:900;
  line-height:1.32;
  text-align:left;
}
.gmp-fresh-meta{
  display:flex;
  flex-wrap:wrap;
  gap:6px;
  margin-top:10px;
}
.gmp-fresh-meta span{
  display:inline-flex;
  align-items:center;
  min-height:22px;
  padding:0 8px;
  border-radius:999px;
  background:#f8fafc;
  color:#64748b;
  font-size:10px;
  font-weight:800;
}
.gmp-fresh-action{
  position:static !important;
  display:flex !important;
  align-items:center;
  justify-content:center;
  width:auto !important;
  height:auto !important;
  min-height:30px !important;
  margin:0 18px 12px;
  padding:5px 12px !important;
  border:0 !important;
  border-radius:9px;
  background:var(--gmp-orange) !important;
  color:#fff;
  font-size:14px;
  font-weight:900;
  line-height:1 !important;
  text-align:center !important;
  box-shadow:none !important;
  cursor:pointer;
  transition:background .2s ease,transform .2s ease;
}
.gmp-fresh-offer-card.is-deal .gmp-fresh-action{
  background:#16a34a !important;
}
.gmp-fresh-action:hover{
  transform:translateY(-1px);
  background:var(--gmp-orange-dark) !important;
}
.gmp-fresh-offer-card.is-deal .gmp-fresh-action:hover{
  background:#12823d !important;
}
.gmp-fresh-action:before,
.gmp-fresh-action:after{
  display:none !important;
  content:none !important;
}
.gmp-fresh-action .action-cta-code{
  display:none !important;
}
.gmp-fresh-action .action-cta{
  position:static !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  width:auto !important;
  height:auto !important;
  min-width:0 !important;
  padding:0 !important;
  margin:0 !important;
  border:0 !important;
  border-radius:0 !important;
  background:transparent !important;
  color:#fff !important;
  font:inherit !important;
  line-height:1 !important;
  font-size:14px !important;
  font-weight:900 !important;
  text-align:center !important;
  box-shadow:none !important;
  transform:none !important;
}
.gmp-mini-offer-card .index-cpn-main{
  position:relative !important;
  border-radius:16px !important;
}
.gmp-mini-offer-card .index-cpn-bg{
  padding-top:30px !important;
}
.gmp-mini-offer-card .index-cpn-deal{
  top:10px !important;
  left:10px !important;
  right:auto !important;
  margin:0 !important;
  transform:none !important;
  font-size:9px !important;
  padding:4px 8px !important;
  z-index:4 !important;
}
@media(max-width:600px){
  .gmp-conversion-hub .gmp-section-head{
    margin-bottom:16px !important;
  }
  .gmp-conversion-hub .gmp-section-head p{
    font-size:13px !important;
    line-height:1.55 !important;
  }
  .gmp-hub-card{
    border-radius:18px !important;
    padding:16px !important;
  }
  .gmp-hub-card-head h3{
    font-size:20px !important;
    line-height:1.2 !important;
  }
  .gmp-hub-card-head p{
    font-size:13px !important;
  }
  .gmp-mini-offer-list{
    gap:12px !important;
  }
  .gmp-fresh-offer-card{
    min-height:236px;
    border-radius:16px;
  }
  .gmp-fresh-logo{
    height:96px;
    padding:16px 14px 8px;
  }
  .gmp-fresh-logo img{
    max-width:82px;
    max-height:58px;
  }
  .gmp-fresh-body{
    padding:11px 12px 12px;
  }
  .gmp-fresh-topline{
    align-items:flex-start;
    flex-direction:column;
    gap:5px;
    margin-bottom:7px;
  }
  .gmp-fresh-verified{
    font-size:8px;
    padding:3px 7px;
  }
  .gmp-fresh-title{
    font-size:12.5px;
    line-height:1.35;
  }
  .gmp-fresh-meta{
    display:none;
  }
  .gmp-fresh-action{
    min-height:30px !important;
    margin:0 18px 12px;
    padding:5px 10px !important;
    border-radius:9px;
    font-size:14px;
    font-weight:900;
  }
  .gmp-mini-offer-card .index-cpn-main{
    border-radius:14px !important;
    box-shadow:0 8px 20px rgba(17,24,39,.06) !important;
  }
  .gmp-mini-offer-card .index-cpn-bg{
    height:124px !important;
    padding-top:32px !important;
  }
  .gmp-mini-offer-card .index-cpn-bg .web_imagebox img{
    max-width:58% !important;
    max-height:58% !important;
  }
  .gmp-mini-offer-card .index-cpn-deal{
    max-width:calc(100% - 20px) !important;
    overflow:hidden !important;
    text-overflow:ellipsis !important;
  }
  .gmp-mini-offer-card .index-cpn-str-name{
    font-size:9px !important;
    padding:6px 6px !important;
  }
  .gmp-mini-offer-card .index-cpn-title.show_coupon{
    min-height:42px !important;
    padding:8px 6px !important;
    font-size:11px !important;
    line-height:1.25 !important;
  }
}
@media(max-width:380px){
  .gmp-mini-offer-list{
    grid-template-columns:1fr !important;
  }
  .gmp-fresh-offer-card{
    min-height:220px;
  }
  .gmp-fresh-logo{
    height:104px;
  }
  .gmp-mini-offer-card .index-cpn-bg{
    height:138px !important;
  }
}



/* === assets/theme/css/responsive.min.css === */
@media(min-width:992px){.container{width:970px;}}@media(min-width:768px){.container{width:750px;}}@media(max-width:1400px){.container{width:90%;}}@media(min-width:1300px){.container{width:1300px;}}@media(max-width:992px){.container{width:100%;}}


/* === assets/theme/css/custom-store-box.min.css === */
/* =========================================
   STORE PAGE – SEO CUSTOM CONTENT BOX
   After coupons / before footer
   ========================================= */

.single-str-main .store-seo-box {
    background: #ffffff;
    border: 1px solid #e5e5e5;
    padding: 20px;
    margin: 30px 0;
    border-radius: 4px;
    line-height: 1.6;
}

/* H2 – Primary heading color */
.single-str-main .store-seo-box h2 {
    margin-top: 15px;
    margin-bottom: 10px;
    color: #1a73e8; /* Blue – strong & eye-catching */
}

/* H3 – Secondary heading color */
.single-str-main .store-seo-box h3 {
    margin-top: 15px;
    margin-bottom: 10px;
    color: #188038; /* Green – subtle & supportive */
}

/* H4 – Secondary heading color */
.single-str-main .store-seo-box h4 {
    margin-top: 15px;
    margin-bottom: 10px;
    color: #000000; /* Black – subtle & supportive */
}

.single-str-main .store-seo-box p {
    font-size: 15px;
    margin-bottom: 15px;
}

.single-str-main .store-seo-box ul,
.single-str-main .store-seo-box ol {
    padding-left: 20px;
    margin-left: 0;
    margin-bottom: 15px;
}

.single-str-main .store-seo-box li {
    margin-bottom: 8px;
}

/* Comparison table — bordered, padded, readable */
.single-str-main .store-seo-box table {
    width: 100% !important;
    border-collapse: collapse !important;
    margin: 16px 0 22px !important;
    font-size: 14px !important;
    border: 1px solid #e5e5e5 !important;
}
.single-str-main .store-seo-box thead th {
    background: #fff6e9 !important;
    color: #1a1a1a !important;
    font-weight: 700 !important;
    text-align: left !important;
    border-bottom: 2px solid #ff9308 !important;
}
.single-str-main .store-seo-box th,
.single-str-main .store-seo-box td {
    border: 1px solid #e5e5e5 !important;
    padding: 10px 14px !important;
    vertical-align: top !important;
    color: #555 !important;
    line-height: 1.55 !important;
}
.single-str-main .store-seo-box tbody tr:nth-child(even) td {
    background: #fafafa !important;
}
@media (max-width: 600px) {
    .single-str-main .store-seo-box table {
        display: block !important;
        overflow-x: auto !important;
        -webkit-overflow-scrolling: touch !important;
    }
}




/* === assets/theme/css/header-footer-v2.css === */
/* ============================================================
   GetMePromo V2 - Header/Footer Polish
   Upload: assets/theme/css/header-footer-v2.css
   ============================================================ */

:root{
  --hf-orange:#ff9308;
  --hf-orange-dark:#e07800;
  --hf-green:#16a34a;
  --hf-dark:#111827;
  --hf-text:#374151;
  --hf-muted:#6b7280;
  --hf-border:#e5e7eb;
  --hf-soft:#fff7ed;
  --hf-white:#fff;
}

.header{
  backdrop-filter:saturate(180%) blur(10px);
  border-bottom:1px solid rgba(229,231,235,.75) !important;
}

.header-mainwrapper{min-height:70px;}

.header-logo-area img{transition:height .2s ease, transform .2s ease;}

body.gmp-scrolled .header-logo-area img{height:42px !important;}

body.gmp-scrolled .header-mainwrapper{
  padding-top:7px !important;
  padding-bottom:7px !important;
}

.nav-lst-item{border-radius:999px !important;}

.nav-deal-link{
  background:#fff7ed !important;
  color:#b45309 !important;
  border:1px solid rgba(255,147,8,.22) !important;
  font-weight:800 !important;
}

.nav-deal-link:hover{
  background:#ff9308 !important;
  color:#fff !important;
}

.search-box{
  flex-basis:38% !important;
  max-width:38% !important;
}

.search-input{
  background:#fff !important;
  box-shadow:0 6px 18px rgba(17,24,39,.05) !important;
}

.nav-dd-menu{
  border-radius:14px !important;
  padding:8px !important;
  box-shadow:0 16px 40px rgba(17,24,39,.14) !important;
}

.nav-dd-menu a{font-weight:700 !important;}

.mob-menu-btn,
.mob-search-btn{
  border:0 !important;
  background:transparent !important;
  color:#111827 !important;
  box-shadow:none !important;
  border-radius:0 !important;
  padding:8px 2px !important;
  font-weight:800 !important;
}

.mob-menu-btn:hover,
.mob-search-btn:hover{
  background:transparent !important;
  color:#ff9308 !important;
}

@media(max-width:767px){
  .header-logo-area img{
    width:auto !important;
    max-width:156px !important;
    height:46px !important;
    object-fit:contain !important;
  }

  .mob-menu-btn,
  .mob-search-btn{
    flex:0 0 auto !important;
    width:auto !important;
    min-width:0 !important;
    justify-content:center !important;
    padding:7px 2px !important;
  }
}

.footer{
  background:linear-gradient(180deg,#111827 0%,#0b1220 100%) !important;
  color:#d1d5db !important;
  margin-top:0 !important;
  border-top:4px solid #ff9308;
}

.footer-new-grid{
  display:grid !important;
  grid-template-columns:1.4fr repeat(4,1fr) 1.35fr !important;
  gap:26px !important;
  padding:42px 0 !important;
}

.footer-brand-logo img{
  background:#fff;
  border-radius:12px;
  padding:6px 9px;
  height:46px !important;
}

.footer-brand-desc,
.footer-about-text,
.footer-sec-text{
  color:#d1d5db !important;
  line-height:1.75 !important;
  font-size:14px !important;
}

.footer-col-heading{
  color:#fff !important;
  font-size:15px !important;
  font-weight:950 !important;
  margin:0 0 13px !important;
  position:relative;
  padding-bottom:9px;
}

.footer-col-heading:after{
  display:none !important;
  content:none !important;
}

.footer-link-list{
  display:grid !important;
  gap:8px !important;
}

.footer-link-list a{
  color:#d1d5db !important;
  text-decoration:none !important;
  font-size:14px !important;
  transition:.2s ease;
}

.footer-link-list a:hover{
  color:#ffbf70 !important;
  padding-left:3px;
}

.footer-sub-row{
  display:flex !important;
  background:#fff !important;
  border-radius:16px !important;
  padding:6px !important;
  box-shadow:0 10px 24px rgba(0,0,0,.18);
}

.footer-sub-row input{
  width:100% !important;
  border:0 !important;
  outline:0 !important;
  padding:0 10px !important;
  background:transparent !important;
  color:#111827 !important;
  height:40px !important;
}

.footer-sub-row button{
  width:42px !important;
  height:40px !important;
  border:0 !important;
  border-radius:12px !important;
  background:#ff9308 !important;
  color:#fff !important;
  cursor:pointer;
  transition:.2s ease;
}

.footer-sub-row button:hover{background:#e07800 !important;}

.footer-bottom-bar{
  border-top:1px solid rgba(255,255,255,.10) !important;
  background:rgba(0,0,0,.18) !important;
  padding:16px 0 !important;
}

.footer-bottom-bar p{
  color:#cbd5e1 !important;
  margin:0 !important;
  font-size:13px !important;
  line-height:1.7 !important;
}

.footer-bottom-bar a{
  color:#ffbf70 !important;
  font-weight:800 !important;
}

.nav-lst-item:focus,
.search-input:focus,
.mob-search-input:focus,
.footer-link-list a:focus{
  outline:3px solid rgba(255,147,8,.25) !important;
  outline-offset:2px !important;
}

.gmp-back-top{
  position:fixed;
  right:18px;
  bottom:18px;
  width:44px;
  height:44px;
  border:0;
  border-radius:50%;
  background:#ff9308;
  color:#fff;
  box-shadow:0 14px 30px rgba(17,24,39,.20);
  display:none;
  align-items:center;
  justify-content:center;
  z-index:9990;
  cursor:pointer;
  font-weight:950;
}

.gmp-back-top.show{display:flex;}
.gmp-back-top:hover{background:#e07800;}

@media(max-width:1200px){
  .footer-new-grid{grid-template-columns:repeat(3,1fr) !important;}
  .search-box{flex-basis:34% !important; max-width:34% !important;}
}

@media(max-width:992px){
  .footer-new-grid{
    grid-template-columns:repeat(2,1fr) !important;
    padding:34px 0 !important;
  }
}

@media(max-width:768px){
  .header-mainwrapper{min-height:62px;}
  .footer-new-grid{
    grid-template-columns:1fr !important;
    gap:22px !important;
  }
  .footer-bottom-bar p{text-align:center;}
}

/* Header stability hotfix: no top orange strip, no scroll shrink. */
.top-brand-bar{
  display:none !important;
  height:0 !important;
  min-height:0 !important;
  padding:0 !important;
  margin:0 !important;
  border:0 !important;
  overflow:hidden !important;
}

.sticky-header-wrap{
  margin-top:0 !important;
  padding-top:0 !important;
  margin-bottom:0 !important;
  padding-bottom:0 !important;
}

.sticky-header-wrap + .gmp-v2-hero,
.sticky-header-wrap + section.gmp-v2-hero{
  margin-top:0 !important;
  padding-top:0 !important;
}

.gmp-v2-hero .gmp-top-offer-bar{
  margin-top:0 !important;
}

.header,
body.gmp-scrolled .header{
  transform:none !important;
}

.header-mainwrapper,
body.gmp-scrolled .header-mainwrapper{
  min-height:70px !important;
  height:70px !important;
  padding-top:10px !important;
  padding-bottom:10px !important;
  align-items:center !important;
  transition:none !important;
}

.header-logo-area img,
body.gmp-scrolled .header-logo-area img{
  height:48px !important;
  max-height:48px !important;
  width:auto !important;
  transform:none !important;
  transition:none !important;
}

/* Encoding-safe breadcrumb and list arrows. */
.breadcrumb li + li::before,
.str-breadcrumb li::after,
.azdir-bc li:not(:last-child)::after,
.blog-breadcrumb li:not(:last-child)::after,
.gmp-side-card li a::after{
  content:"\203A" !important;
}



/* === assets/theme/css/blog-theme.css === */
/* ==========================================================================
   GetMePromo · Blog Theme
   Adapted from VisualBlogger Pro (70/30 card layout) to the GetMePromo brand.
   Accent: brand orange #ff9308 · Light page bg · White rounded cards.
   Scoped under .blog-wrap to avoid clashing with the coupon site styles.
   ========================================================================== */

:root{
  --blog-accent:#ff9308;
  --blog-accent-dark:#e07d00;
  --blog-ink:#1d2330;
  --blog-text:#3a4252;
  --blog-muted:#6b7280;
  --blog-bg:#f5f7fa;
  --blog-card:#ffffff;
  --blog-border:#e7eaf0;
  --blog-radius:12px;
  --blog-shadow:0 1px 3px rgba(16,24,40,.06),0 1px 2px rgba(16,24,40,.04);
  --blog-shadow-hover:0 10px 30px rgba(16,24,40,.10);
}

/* ---- Layout ------------------------------------------------------------ */
.blog-wrap{background:var(--blog-bg);padding:24px 0 56px;color:var(--blog-text);}
.blog-wrap .container{max-width:1300px;margin:0 auto;padding:0 16px;}
.blog-layout{display:block;}
.blog-main{min-width:0;}
.blog-sidebar{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:20px;align-items:start;margin-top:30px;}

@media (max-width:980px){
  .blog-layout{grid-template-columns:1fr;}
  .blog-sidebar{position:static;}
}

/* ---- Breadcrumb -------------------------------------------------------- */
.blog-breadcrumb{display:flex;flex-wrap:wrap;gap:6px;font-size:13px;color:var(--blog-muted);margin:0 0 16px;list-style:none;padding:0;}
.blog-breadcrumb li{display:flex;align-items:center;gap:6px;}
.blog-breadcrumb li:not(:last-child)::after{content:"\203A";color:#c2c8d2;}
.blog-breadcrumb a{color:var(--blog-muted);text-decoration:none;}
.blog-breadcrumb a:hover{color:var(--blog-accent);}
.blog-breadcrumb li:last-child{color:var(--blog-ink);font-weight:600;}

/* Final encoding-safe arrow override for all site breadcrumbs/lists. */
.breadcrumb li + li::before,
.str-breadcrumb li::after,
.azdir-bc li:not(:last-child)::after,
.blog-breadcrumb li:not(:last-child)::after,
.gmp-side-card li a::after{
  content:"\203A" !important;
}

/* ---- Page header ------------------------------------------------------- */
/* Full-width (edge-to-edge) header banner; inner text stays aligned to the 1300px container */
.blog-page-head{position:relative;margin:0 0 26px;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);background:linear-gradient(135deg,#181818 0%,#0d0d0d 100%);border:0;border-top:3px solid #ff9308;border-bottom:1px solid #2a2a2a;border-radius:0;padding:34px max(16px,calc(50vw - 634px));}
.blog-page-head h1{font-size:clamp(1.7rem,1.3rem+1.6vw,2.4rem);line-height:1.18;color:#ff9308;margin:0 0 10px;font-weight:700;letter-spacing:-.02em;}
.blog-page-head p{margin:0;color:#d7dae0;font-size:16px;max-width:none;line-height:1.7;}
.blog-head-more{display:none;background:none;border:0;color:#ff9308;font-weight:600;font-size:14px;cursor:pointer;padding:0;margin-top:10px;}
@media (max-width:600px){
  .blog-page-head{padding:18px 18px;}
  .blog-page-head h1{font-size:1.45rem;line-height:1.25;}
  .blog-page-head p{font-size:14.5px;line-height:1.6;}
  .blog-page-head p.blog-head-desc{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;}
  .blog-page-head p.blog-head-desc.open{-webkit-line-clamp:unset;overflow:visible;}
  .blog-head-more{display:inline-block;}
}

/* ---- Featured strip ---------------------------------------------------- */
.blog-featured{display:grid;grid-template-columns:1.6fr 1fr;gap:16px;margin:0 0 28px;}
.blog-featured.single{grid-template-columns:1fr;}
.blog-featured.single .feat-lead{height:340px;}
.blog-featured .feat-lead,.blog-featured .feat-side{position:relative;border-radius:var(--blog-radius);overflow:hidden;background:#222;min-height:220px;display:block;color:#fff;}
.blog-featured .feat-side-wrap{display:grid;grid-template-rows:1fr 1fr;gap:16px;}
.blog-featured .feat-side{min-height:0;}
.blog-featured img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transition:transform .4s ease;}
.blog-featured a:hover img{transform:scale(1.05);}
.blog-featured .feat-overlay{position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,0) 35%,rgba(0,0,0,.82) 100%);}
.blog-featured .feat-body{position:absolute;left:0;right:0;bottom:0;padding:18px 20px;z-index:2;}
.blog-featured .feat-cat{display:inline-block;background:var(--blog-accent);color:#fff;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.04em;padding:4px 10px;border-radius:30px;margin-bottom:8px;}
.blog-featured .feat-lead .feat-title{font-size:1.5rem;font-weight:800;line-height:1.2;margin:0;}
.blog-featured .feat-side .feat-title{font-size:1.02rem;font-weight:700;line-height:1.25;margin:0;}
@media (max-width:760px){.blog-featured{grid-template-columns:1fr;}.blog-featured .feat-side-wrap{grid-template-rows:none;}}

/* ---- Post list (cards) ------------------------------------------------- */
.blog-list{display:flex;flex-direction:column;gap:16px;}
.post-card{background:var(--blog-card);border:1px solid var(--blog-border);border-radius:var(--blog-radius);box-shadow:var(--blog-shadow);overflow:hidden;display:grid;grid-template-columns:260px 1fr;transition:box-shadow .25s ease,transform .25s ease;}
.post-card:hover{box-shadow:var(--blog-shadow-hover);transform:translateY(-2px);}
.post-card .pc-thumb{position:relative;display:block;background:#eef1f5;overflow:hidden;aspect-ratio:16/10;}
.post-card .pc-thumb img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease;}
.post-card:hover .pc-thumb img{transform:scale(1.05);}
.post-card .pc-body{padding:18px 20px;display:flex;flex-direction:column;gap:9px;}
.post-card .pc-cat{align-self:flex-start;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:var(--blog-accent);text-decoration:none;}
.post-card .pc-title{font-size:1.22rem;line-height:1.3;margin:0;font-weight:700;}
.post-card .pc-title a{color:var(--blog-ink);text-decoration:none;}
.post-card .pc-title a:hover{color:var(--blog-accent);}
.post-card .pc-excerpt{margin:0;color:var(--blog-muted);font-size:14.5px;line-height:1.6;}
.post-card .pc-meta{margin-top:auto;display:flex;flex-wrap:wrap;gap:14px;font-size:12.5px;color:var(--blog-muted);align-items:center;}
.post-card .pc-meta .pc-author{font-weight:600;color:var(--blog-text);}
.post-card .pc-meta i{color:var(--blog-accent);margin-right:4px;}
@media (max-width:620px){.post-card{grid-template-columns:1fr;}.post-card .pc-thumb{aspect-ratio:16/9;}}

/* ---- Pagination -------------------------------------------------------- */
.blog-pager{display:flex;justify-content:center;flex-wrap:wrap;gap:8px;margin:32px 0 0;}
.blog-pager a,.blog-pager span{min-width:40px;height:40px;display:inline-flex;align-items:center;justify-content:center;padding:0 14px;border-radius:8px;border:1px solid var(--blog-border);background:#fff;color:var(--blog-text);text-decoration:none;font-size:14px;font-weight:600;}
.blog-pager a:hover{border-color:var(--blog-accent);color:var(--blog-accent);}
.blog-pager .is-current{background:var(--blog-accent);border-color:var(--blog-accent);color:#fff;}
.blog-pager .is-disabled{opacity:.4;pointer-events:none;}

/* ---- Single post ------------------------------------------------------- */
.post-article{background:var(--blog-card);border:1px solid var(--blog-border);border-radius:var(--blog-radius);box-shadow:var(--blog-shadow);overflow:hidden;}
.post-article .pa-hero{position:relative;aspect-ratio:16/8;background:#eef1f5;}
.post-article .pa-hero img{width:100%;height:100%;object-fit:cover;}
.post-article .pa-inner{padding:26px clamp(18px,3vw,38px) 34px;}
.post-article .pa-cat{display:inline-block;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:#fff;background:var(--blog-accent);padding:4px 12px;border-radius:30px;text-decoration:none;margin-bottom:14px;}
.post-article h1{font-size:clamp(1.7rem,1.2rem+2vw,2.6rem);line-height:1.2;color:var(--blog-ink);margin:0 0 16px;font-weight:800;letter-spacing:-.02em;}
.post-meta-row{display:flex;align-items:center;flex-wrap:wrap;gap:14px;padding-bottom:20px;margin-bottom:24px;border-bottom:1px solid var(--blog-border);font-size:13.5px;color:var(--blog-muted);}
.post-meta-row .pm-author{display:flex;align-items:center;gap:9px;}
.post-meta-row .pm-author img,.post-meta-row .pm-author .pm-avatar{width:38px;height:38px;border-radius:50%;object-fit:cover;background:var(--blog-accent);color:#fff;display:inline-flex;align-items:center;justify-content:center;font-weight:700;}
.post-meta-row .pm-author b{color:var(--blog-ink);display:block;font-size:14px;}
.post-meta-row .pm-sep{width:1px;height:26px;background:var(--blog-border);}
.post-meta-row i{color:var(--blog-accent);margin-right:4px;}

/* article body typography */
.post-body{font-size:17px;line-height:1.75;color:#2c333f;}
.post-body > *:first-child{margin-top:0;}
.post-body p{margin:0 0 1.25em;}
.post-body h2{font-size:1.6rem;margin:1.7em 0 .6em;color:var(--blog-ink);font-weight:800;line-height:1.25;}
.post-body h3{font-size:1.3rem;margin:1.5em 0 .5em;color:var(--blog-ink);font-weight:700;}
.post-body h4{font-size:1.12rem;margin:1.3em 0 .5em;color:var(--blog-ink);font-weight:700;}
.post-body a{color:var(--blog-accent-dark);text-decoration:underline;}
.post-body a:hover{color:var(--blog-accent);}
.post-body ul,.post-body ol{margin:0 0 1.25em;padding-left:1.6em;}
.post-body ul{list-style:disc;}
.post-body ol{list-style:decimal;}
.post-body li{margin:0 0 .5em;display:list-item;list-style:inherit;}
.post-body ul ul{list-style:circle;margin:.4em 0 .4em;}
.post-body img{max-width:100% !important;height:auto !important;border-radius:10px;margin:1em 0;display:block;}
.post-body figure{margin:1.5em 0;max-width:100% !important;}
.post-body figure img{margin:0 auto;}
.post-body iframe,.post-body video,.post-body embed{max-width:100% !important;}
.post-body iframe{width:100%;aspect-ratio:16/9;border:0;}
.post-body figcaption{font-size:13px;color:var(--blog-muted);text-align:center;margin-top:6px;}
.post-body blockquote{margin:1.5em 0;padding:14px 20px;border-left:4px solid var(--blog-accent);background:#fff8ef;border-radius:0 8px 8px 0;color:#54320a;font-style:italic;}
.post-body table{width:100%;border-collapse:collapse;margin:1.5em 0;font-size:15px;}
.post-body th,.post-body td{border:1px solid var(--blog-border);padding:10px 12px;text-align:left;vertical-align:top;}
.post-body th{background:#f8fafc;font-weight:700;color:var(--blog-ink);}
.post-body code{background:#f1f3f6;padding:2px 6px;border-radius:5px;font-size:.9em;}
/* wide tables scroll horizontally on phones instead of breaking the layout */
@media (max-width:600px){ .post-body table{display:block;overflow-x:auto;-webkit-overflow-scrolling:touch;white-space:nowrap;} }

/* tags */
.post-tags{display:flex;flex-wrap:wrap;gap:8px;margin:26px 0 0;}
.post-tags .pt-label{font-weight:700;color:var(--blog-ink);font-size:14px;align-self:center;margin-right:4px;}
.post-tags a{font-size:13px;color:var(--blog-text);background:#f1f3f6;border:1px solid var(--blog-border);padding:5px 12px;border-radius:30px;text-decoration:none;}
.post-tags a:hover{background:var(--blog-accent);color:#fff;border-color:var(--blog-accent);}

/* author box */
.author-box{display:flex;gap:16px;align-items:flex-start;margin:28px 0 0;padding:20px;background:#f8fafc;border:1px solid var(--blog-border);border-radius:var(--blog-radius);}
.author-box .ab-avatar{flex:0 0 64px;width:64px;height:64px;border-radius:50%;object-fit:cover;background:var(--blog-accent);color:#fff;display:flex;align-items:center;justify-content:center;font-size:24px;font-weight:700;}
.author-box .ab-name{margin:0;font-size:1.1rem;color:var(--blog-ink);font-weight:700;}
.author-box .ab-name a{color:inherit;text-decoration:none;}
.author-box .ab-role{font-size:12.5px;color:var(--blog-accent);font-weight:600;text-transform:uppercase;letter-spacing:.03em;margin:2px 0 8px;}
.author-box .ab-bio{margin:0;font-size:14.5px;color:var(--blog-muted);line-height:1.6;}
.author-box .ab-social{margin-top:10px;display:flex;gap:10px;}
.author-box .ab-social a{color:var(--blog-muted);font-size:16px;}
.author-box .ab-social a:hover{color:var(--blog-accent);}

/* linked stores (interlink to coupon pages) */
.post-stores{margin:28px 0 0;}
.post-stores h3{font-size:1.15rem;margin:0 0 14px;color:var(--blog-ink);}
.post-stores-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(120px,1fr));gap:12px;}
.store-chip{display:flex;flex-direction:column;align-items:center;gap:8px;padding:14px 10px;background:#fff;border:1px solid var(--blog-border);border-radius:10px;text-decoration:none;text-align:center;transition:border-color .2s,box-shadow .2s;}
.store-chip:hover{border-color:var(--blog-accent);box-shadow:var(--blog-shadow);}
.store-chip img{width:64px;height:40px;object-fit:contain;}
.store-chip span{font-size:12.5px;color:var(--blog-text);font-weight:600;}

/* prev/next nav */
.post-adjacent{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin:28px 0 0;}
.post-adjacent a{display:block;padding:16px 18px;background:#fff;border:1px solid var(--blog-border);border-radius:10px;text-decoration:none;transition:border-color .2s;}
.post-adjacent a:hover{border-color:var(--blog-accent);}
.post-adjacent .pa-dir{font-size:12px;color:var(--blog-muted);font-weight:600;text-transform:uppercase;letter-spacing:.04em;}
.post-adjacent .pa-t{display:block;margin-top:4px;color:var(--blog-ink);font-weight:600;font-size:14.5px;}
.post-adjacent .pa-next{text-align:right;}
@media (max-width:620px){.post-adjacent{grid-template-columns:1fr;}}

/* related */
.related-posts{margin:36px 0 0;}
.related-posts h2{font-size:1.4rem;color:var(--blog-ink);margin:0 0 16px;font-weight:800;}
.related-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;}
.related-card{background:#fff;border:1px solid var(--blog-border);border-radius:10px;overflow:hidden;text-decoration:none;display:flex;flex-direction:column;transition:box-shadow .2s,transform .2s;}
.related-card:hover{box-shadow:var(--blog-shadow-hover);transform:translateY(-2px);}
.related-card .rc-thumb{aspect-ratio:16/10;background:#eef1f5;overflow:hidden;}
.related-card .rc-thumb img{width:100%;height:100%;object-fit:cover;}
.related-card .rc-body{padding:12px 14px;}
.related-card .rc-title{font-size:14.5px;font-weight:700;color:var(--blog-ink);line-height:1.35;margin:0;}
@media (max-width:760px){.related-grid{grid-template-columns:1fr;}}

/* ---- Sidebar widgets --------------------------------------------------- */
.blog-widget{background:var(--blog-card);border:1px solid var(--blog-border);border-radius:var(--blog-radius);box-shadow:var(--blog-shadow);padding:18px 18px 20px;}
.blog-widget h3{font-size:15px;text-transform:uppercase;letter-spacing:.03em;color:var(--blog-ink);margin:0 0 14px;padding-bottom:10px;border-bottom:2px solid var(--blog-accent);font-weight:800;display:inline-block;}
.widget-search form{display:flex;gap:8px;}
.widget-search input{flex:1;min-width:0;border:1px solid var(--blog-border);border-radius:8px;padding:10px 12px;font-size:14px;}
.widget-search button{background:var(--blog-accent);border:0;color:#fff;border-radius:8px;padding:0 14px;cursor:pointer;font-size:15px;}
.widget-recent a{display:flex;gap:12px;padding:10px 0;border-bottom:1px solid var(--blog-border);text-decoration:none;}
.widget-recent a:last-child{border-bottom:0;}
.widget-recent .wr-thumb{flex:0 0 64px;width:64px;height:50px;border-radius:8px;object-fit:cover;background:#eef1f5;}
.widget-recent .wr-title{font-size:13.5px;font-weight:600;color:var(--blog-ink);line-height:1.35;}
.widget-recent .wr-date{font-size:11.5px;color:var(--blog-muted);margin-top:3px;}
.widget-recent a:hover .wr-title{color:var(--blog-accent);}
.widget-cats ul{list-style:none;margin:0;padding:0;}
.widget-cats li{border-bottom:1px solid var(--blog-border);}
.widget-cats li:last-child{border-bottom:0;}
.widget-cats a{display:flex;justify-content:space-between;align-items:center;padding:9px 0;text-decoration:none;color:var(--blog-text);font-size:14px;font-weight:600;}
.widget-cats a:hover{color:var(--blog-accent);}
.widget-cats .wc-count{font-size:12px;background:#f1f3f6;color:var(--blog-muted);border-radius:30px;padding:2px 9px;}
.widget-tags{display:flex;flex-wrap:wrap;gap:8px;}
.widget-tags a{font-size:13px;color:var(--blog-text);background:#f1f3f6;border:1px solid var(--blog-border);padding:5px 11px;border-radius:30px;text-decoration:none;}
.widget-tags a:hover{background:var(--blog-accent);color:#fff;border-color:var(--blog-accent);}
.widget-cta{background:linear-gradient(135deg,var(--blog-accent),var(--blog-accent-dark));color:#fff;text-align:center;}
.widget-cta h3{color:#fff;border-color:rgba(255,255,255,.5);}
.widget-cta p{font-size:14px;margin:0 0 14px;opacity:.95;}
.widget-cta a{display:inline-block;background:#fff;color:var(--blog-accent-dark);font-weight:700;padding:10px 20px;border-radius:8px;text-decoration:none;}

/* empty state */
.blog-empty{background:#fff;border:1px dashed var(--blog-border);border-radius:var(--blog-radius);padding:48px 20px;text-align:center;color:var(--blog-muted);}
.blog-empty i{font-size:40px;color:#cfd5de;display:block;margin-bottom:12px;}


