html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}
body {
    line-height: 1;
}
ol,
ul {
    list-style: none;
}
blockquote,
q {
    quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
* {
    box-sizing: border-box;
}
body {
    background-color: #f5f5f5;
    color: #000;
    font-family: Poppins, sans-serif;
    font-size: 14px;
    font-weight: 400;
}
p a,
p strong {
    display: inline-block;
    vertical-align: top;
    margin: 0 2px;
}
a {
    display: block;
    cursor: pointer;
    color: #000;
    text-decoration: none;
}
input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 50px white inset;
    -webkit-text-fill-color: #333;
}
input:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0 50px white inset;
    -webkit-text-fill-color: #333;
}
input,
select,
textarea,
button {
    vertical-align: top;
    outline: none;
    color: #000;
    font-size: 14px;
}
input::-webkit-input-placeholder,
select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
button::-webkit-input-placeholder {
    color: #b2b2b2;
}
input:-moz-placeholder,
select:-moz-placeholder,
textarea:-moz-placeholder,
button:-moz-placeholder {
    color: #b2b2b2;
}
input::-moz-placeholder,
select::-moz-placeholder,
textarea::-moz-placeholder,
button::-moz-placeholder {
    color: #b2b2b2;
}
input:-ms-input-placeholder,
select:-ms-input-placeholder,
textarea:-ms-input-placeholder,
button:-ms-input-placeholder {
    color: #b2b2b2;
}
.overlayWrapper .overlayBgReset {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    margin: auto;
}
.mainWrapper {
    width: 100%;
    min-height: 100%;
    position: relative;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.innerContainer {
    width: 100%;
    max-width: 1230px;
    margin: 0px auto;
    padding: 0 15px;
}
.btn,
.SdePnlCat .relCatBtn,
.formWrapper .inputWrapper button,
.formWrapper button,
.popularStore.brandLogo .buttons .viewStoreBtn {
    padding: 0 35px;
    line-height: 35px;
    height: 40px;
    line-height: 40px;
    cursor: pointer;
    color: #fff;
    border: 0px;
    font-size: 14px;
    background: #007bff;
    font-family: Poppins, sans-serif;
    font-size: 14px;
    font-weight: 400;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
}
.btn:hover,
.SdePnlCat .relCatBtn:hover,
.formWrapper button:hover,
.popularStore.brandLogo .buttons .viewStoreBtn:hover {
    background: #000;
}
.vhCntr {
    display: flex;
    justify-content: center;
    align-items: center;
}
.flexWrap {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.flexWrapper {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    max-width: 1230px;
    padding: 0 15px;
    margin: 0 auto;
}
.flexWrapper .contntWrpr {
    flex: 1;
    padding: 40px 20px 40px 0;
}
.flexWrapper .sidCntnt {
    width: 25%;
    padding: 40px 0;
}
.ftRemMar ~ .newsLetter {
    margin-top: 0;
}
.rowbar {
    margin: 0 -10px;
}
.pageHeading {
    font-weight: 600;
    color: #007bff;
    font-size: 30px;
    text-align: center;
    margin-bottom: 20px;
}
.pageTitle {
    font-weight: 600;
    font-size: 30px;
    margin-bottom: 20px;
}
.pageTitle span {
    font-weight: 700;
    color: #007bff;
}
.pageSubTitle {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 20px;
}
[class^="box-"] {
    display: none;
}
[class^="box-"].showfirst {
    display: block;
}
[class*="Flx"] {
    display: flex;
    flex-wrap: wrap;
}
[class*="Wrp"] {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}
[class*="Vhc"] {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
[class*="Dc"] {
    flex-direction: column;
}
[class*="FulCnt"] {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
}
.row {
    display: flex;
    margin: 0 -15px;
}
.col-1 {
    width: 100%;
}
.col-2 {
    width: 50%;
}
.col-3 {
    width: 33.33333%;
}
.col-4 {
    width: 25%;
}
.col-5 {
    width: 20%;
}
.col-6 {
    width: 16.66667%;
}
.col-7 {
    width: 14.28571%;
}
.col-8 {
    width: 12.5%;
}
.col-9 {
    width: 11.11111%;
}
.col-10 {
    width: 10%;
}
.col-11 {
    width: 9.09091%;
}
.col-12 {
    width: 8.33333%;
}
[class*="col-"],
[class^=" col-"] {
    padding: 0 15px;
}
@media (max-width: 640px) {
    .row {
        flex-direction: column;
    }
    [class*="col-"],
    [class^=" col-"] {
        width: 100%;
    }
    [class*="col-"] + [class*="col-"],
    [class^=" col-"] + [class*="col-"],
    [class*="col-"] + [class^=" col-"],
    [class^=" col-"] + [class^=" col-"] {
        margin-top: 20px;
    }
}
.allicons > div {
    display: inline-block;
    width: 50px;
    height: 50px;
    border: 1px solid #333;
    margin: 5px;
    text-align: center;
    border-radius: 5px;
    transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
}
.allicons > div.width-auto {
    width: auto;
}
.allicons > div:after {
    content: "";
    height: 100%;
    display: inline-block;
    vertical-align: middle;
}
.allicons > div i {
    font-size: 30px;
    color: #333;
    vertical-align: middle;
    display: inline-block;
    transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
}
.allicons > div:hover {
    background: #333;
}
.allicons > div:hover i {
    color: #fff;
}
.allicons > div:hover i:after {
    content: attr(class);
    text-align: center;
    position: absolute;
    left: 0;
    bottom: 10px;
    width: 100%;
    font-size: 15px;
    color: #333;
    background: #fff;
    padding: 10px;
    box-sizing: border-box;
}
[class^="lm_"],
[class*=" lm_"] {
    font-family: "letmecoupons" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.lm_copy:before {
    content: "\f0c5";
}
.lm_heart:before {
    content: "\f004";
}
.lm_menu:before {
    content: "\f0c9";
}
.lm_star:before {
    content: "\f005";
}
.lm_star-half:before {
    content: "\e902";
}
.lm_advertise:before {
    content: "\e900";
}
.lm_privacy:before {
    content: "\e901";
}
.lm_home:before {
    content: "\f015";
}
.lm_search:before {
    content: "\f002";
}
.lm_mail:before {
    content: "\f0e0";
}
.lm_user_circle:before {
    content: "\f2be";
}
.lm_user:before {
    content: "\f007";
}
.lm_clock:before {
    content: "\f017";
}
.lm_check:before {
    content: "\f00c";
}
.lm_check_square:before {
    content: "\f046";
}
.lm_up:before {
    content: "\f077";
}
.lm_down:before {
    content: "\f078";
}
.lm_left:before {
    content: "\f053";
}
.lm_right:before {
    content: "\f054";
}
.lm_facebook:before {
    content: "\f09a";
}
.lm_linkedin:before {
    content: "\f0e1";
}
.lm_twitter:before {
    content: "\f099";
}
.lm_pinterest:before {
    content: "\f0d2";
}
.lm_google_plus:before {
    content: "\f0d5";
}
.lm_instagram:before {
    content: "\f16d";
}
.lm_youtube:before {
    content: "\f167";
}
.lm_close:before {
    content: "\e5cd";
}
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
}
.slick-list:focus {
    outline: none;
}
.slick-list.dragging {
    cursor: pointer;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
}
.slick-track:before,
.slick-track:after {
    content: "";
    display: table;
}
.slick-track:after {
    clear: both;
}
.slick-loading .slick-track {
    visibility: hidden;
}
.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none;
}
[dir="rtl"] .slick-slide {
    float: right;
}
.slick-slide img {
    display: block;
}
.slick-slide.slick-loading img {
    display: none;
}
.slick-slide.dragging img {
    pointer-events: none;
}
.slick-initialized .slick-slide {
    display: block;
}
.slick-loading .slick-slide {
    visibility: hidden;
}
.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
.spanDot {
    position: relative;
    padding-right: 15px;
    margin-right: 6px;
}
.spanDot::after {
    content: "\2022";
    position: absolute;
    right: 0;
    top: 0;
    font-size: 24px;
    line-height: 19px;
}
.slick-prev,
.slick-next {
    position: absolute;
    display: block;
    height: 30px;
    width: 30px;
    line-height: 0px;
    font-size: 0px;
    cursor: pointer;
    background: transparent;
    color: transparent;
    top: 50%;
    z-index: 3;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding: 0;
    border: none;
    outline: none;
    margin-top: -50px;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
    opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
    font-family: "slick";
    font-size: 30px;
    line-height: 1;
    color: #fff;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
    left: 25px;
}
[dir="rtl"] .slick-prev {
    left: auto;
    right: -25px;
}
.slick-prev:before {
    content: "←";
}
[dir="rtl"] .slick-prev:before {
    content: "→";
}
.slick-next {
    right: 25px;
}
[dir="rtl"] .slick-next {
    left: -25px;
    right: auto;
}
.slick-next:before {
    content: "→";
}
[dir="rtl"] .slick-next:before {
    content: "←";
}
.slick-dotted.slick-slider {
    margin-bottom: 30px;
}
.slick-dots {
    position: absolute;
    bottom: -35px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    margin: 0;
    width: 100%;
}
.slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}
.slick-dots li button {
    border: 0;
    background: transparent;
    display: block;
    height: 20px;
    width: 20px;
    outline: none;
    line-height: 0px;
    font-size: 0px;
    color: transparent;
    padding: 5px;
    cursor: pointer;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    opacity: 1;
}
.slick-dots li button:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "•";
    width: 20px;
    height: 20px;
    font-family: "slick";
    font-size: 15px;
    line-height: 20px;
    text-align: center;
    color: #000;
    opacity: 0.25;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
    color: #189743;
    opacity: 0.75;
}
.header {
    background-color: #007bff;
}
.Top {
    padding: 8px 0;
}
.Top > div {
    justify-content: space-between;
    align-items: center;
}
.searchRes,
.menu {
    display: none;
    cursor: pointer;
}
.searchRes i,
.menu i {
    color: #fff;
    font-size: 25px;
}
.searchRes.active .lm_search:before,
.menu.active .lm_search:before {
    content: "\e5cd";
}
.searchRes.active .lm_menu:before,
.menu.active .lm_menu:before {
    content: "\e5cd";
}
.searchPanel {
    width: 100%;
    max-width: calc(100% - 52%);
    position: relative;
}
.searchfield {
    position: relative;
    background-color: #ffffff;
    width: 100%;
    height: 40px;
    border-radius: 3px;
}
.searchfield form {
    height: 100%;
}
.searchfield input {
    font-size: 16px;
    background: transparent;
    width: 100%;
    padding: 0 60px 0 10px;
    height: 100%;
    border: none;
}
.searchfield button {
    background-color: #00aec9;
    border: none;
    height: 100%;
    width: 50px;
    color: #fff;
    font-size: 20px;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
}
.searchfield button:hover {
    background-color: #007bff;
    border: solid 1px;
}
.searchfield ul {
    background: #ffffff;
    max-height: 300px;
    overflow-y: auto;
    overflow-x: hidden;
}
.searchfield ul li div,
.searchfield ul li a {
    padding: 5px;
    cursor: pointer;
}
.searchfield ul li .ui-state-focus,
.searchfield ul li .ui-state-active {
    margin: 0;
}
.links {
    background-color: #00aec9;
}
.links > div {
    justify-content: space-around;
}
.links a {
    font-size: 14px;
    line-height: 38px;
    padding: 0 15px;
    color: #ffffff;
}
.links a:hover,
.links a.active {
    background-color: #007bff;
}
.lock {
    overflow: hidden;
    transform: translateX(250px);
}
body {
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}
.sidenav {
    height: 100vh;
    width: 250px;
    position: fixed;
    z-index: 1;
    top: 0;
    left: -250px;
    overflow: hidden;
    transition: 0.5s;
    background-color: #00aec9;
}
.sidenav .sideBarLogo {
    background-color: #007bff;
}
.sidenav .sideBarLogo a {
    padding: 8px;
}
.sidenav ul {
    display: flex;
    flex-direction: column;
    height: 100%;
    overflow-y: auto;
}
.sidenav ul li {
    text-align: center;
    border-top: 1px solid #59a530;
    border-bottom: 1px solid #3f8c15;
}
.sidenav ul li:first-child {
    border-top: none;
}
.sidenav ul li:last-child {
    border-bottom: none;
}
.sidenav ul li a {
    padding: 20px 20px;
    text-decoration: none;
    font-size: 14px;
    color: #fff;
    display: block;
    transition: 0.3s;
}
.sidenav ul li a:hover {
    background-color: #007bff;
}
.hsrslt {
    position: absolute;
    top: 100%;
    z-index: 4;
    left: 0;
    background-color: #fff;
    display: none;
    transform-origin: top;
    width: 100%;
    max-width: 100%;
    -webkit-box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.1);
}
.hsrslt.active {
    display: block;
    animation: schtgl 0.3s 1;
}
.hsrslt a {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 10px;
}
.hsrslt a img {
    width: 50px;
    height: auto;
    padding: 5px;
    border: solid 2px #efefef;
}
.hsrslt a strong {
    padding-left: 10px;
    font-weight: 700;
}
.hsrslt a + a {
    border-top: solid 2px #efefef;
}
.newsLetter {
    background-color: #007bff;
    padding: 25px 0;
    margin-top: 30px;
    text-align: center;
}
.newsLetter .flexWrapper {
    flex-direction: column;
    align-items: center;
    color: #ffffff;
}
.newsLetter h4 {
    font-weight: 600;
    font-size: 28px;
    line-height: 30px;
    padding: 0 0 5px;
}
.newsLetter p {
    font-size: 16px;
    line-height: 30px;
    padding: 0 0 10px;
}
.subscribeBox {
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: center;
}
.subscribeBox form {
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: center;
}
.subscribeBox input {
    font-size: 15px;
    border: none;
    width: 360px;
    height: 50px;
    padding: 0 10px;
    margin-bottom: 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
}
.subscribeBox input.error {
    border: 1px solid red;
}
.subscribeBox button {
    background-color: #252525;
    border: none;
    color: #fff;
    font-size: 15px;
    padding: 0 30px;
    height: 50px;
    cursor: pointer;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
}
.subscribeBox button:hover {
    background-color: #181818;
}
.subscribeBox .successful {
    display: none;
}
.footer {
    background-color: #252525;
    padding-top: 35px;
}
.quickLinks .flexWrapper {
    justify-content: center;
}
.quickLinks .footerLinks {
    width: 240px;
    padding-left: 90px;
}
.quickLinks .footerLinks h5 {
    font-size: 14px;
    padding-bottom: 10px;
    color: #007bff;
    text-transform: uppercase;
}
.quickLinks .footerLinks ul li {
    padding: 6px 0;
}
.quickLinks .footerLinks ul li a {
    font-size: 12px;
    color: #ffffff;
    display: inline-block;
}
.quickLinks .footerLinks ul li a:hover {
    color: #007bff;
}
.quickLinks .social {
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: center;
    padding: 15px 0;
}
.quickLinks .social h5 {
    font-size: 16px;
    line-height: 22px;
    padding-right: 10px;
    color: #007bff;
}
.quickLinks .social a {
    width: 22px;
    height: 22px;
    background-color: #ffffff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    margin: 0 8px;
}
.quickLinks .social a i {
    font-size: 14px;
    line-height: 22px;
    color: #007bff;
}
.quickLinks .social a:hover {
    background-color: #007bff;
}
.quickLinks .social a:hover i {
    color: #ffffff;
}
.quickLinks .copyright {
    display: flex;
    flex-direction: row;
    max-width: 960px;
    width: 100%;
    justify-content: center;
    border-top: 2px solid #ffffff;
}
.quickLinks .copyright p {
    font-size: 10px;
    color: #ffffff;
    padding: 15px 0;
}
.breadcrumb {
    display: flex;
    height: 40px;
    background: #fff;
    justify-content: center;
}
.breadcrumb > ul {
    width: 100%;
    max-width: 1230px;
    display: flex;
    padding: 0 15px;
}
.breadcrumb > ul li {
    line-height: 40px;
    padding-right: 20px;
    position: relative;
}
.breadcrumb > ul li a {
    font-size: 14px;
    color: #a6a6a6;
    text-transform: capitalize;
}
.breadcrumb > ul li:after {
    content: "/";
    position: absolute;
    top: 0;
    color: #a6a6a6;
    right: 6px;
}
.breadcrumb > ul li:last-child:after {
    display: none;
}
@media (max-width: 767px) {
    .breadcrumb {
        display: none;
    }
}
.TopStories .slick-list {
    margin: 0 20px;
}
.TopStories .slide {
    padding: 10px;
    margin: 0;
    outline: none;
}
.TopStories .slide .image {
    display: flex;
    background: #fff;
    align-items: center;
    justify-content: center;
    max-width: 150px;
    margin: 0 auto;
    height: 120px;
}
.TopStories .slide .image img {
    max-width: 120px;
    width: 100%;
}
.TopStories .slick-prev,
.TopStories .slick-next {
    margin-top: 0;
}
.TopStories .slick-prev:before,
.TopStories .slick-next:before {
    color: #828282;
}
.TopStories .slick-prev {
    left: -15px;
}
.TopStories .slick-prev:before {
    content: "\f053";
    font-family: "letmecoupons";
}
.TopStories .slick-next {
    right: -15px;
}
.TopStories .slick-next:before {
    content: "\f054";
    font-family: "letmecoupons";
}
.TopStories:not(.slick-slider) .slide img,
.TopStories:not(.slick-slider) .slide picture {
    width: 100%;
}
.TopStories:not(.slick-slider) .slide + .slide {
    display: none;
}
.TopCat .slick-list {
    margin: 0 20px;
}
.TopCat .slide {
    padding: 10px;
    margin: 0;
    outline: none;
}
.TopCat .slide .image {
    display: flex;
    background: #007bff;
    align-items: center;
    justify-content: center;
    width: 150px;
    height: 100px;
    margin: 0 auto;
}
.TopCat .slide .image img {
    max-width: 120px;
    width: 100%;
}
.TopCat .slide .image svg {
    width: 75px;
    display: block;
    margin: 0 auto;
}
.TopCat .slide .image svg path,
.TopCat .slide .image svg rect,
.TopCat .slide .image svg circle {
    fill: #fff;
}
.TopCat .slick-prev,
.TopCat .slick-next {
    margin-top: 0;
}
.TopCat .slick-prev:before,
.TopCat .slick-next:before {
    color: #828282;
}
.TopCat .slick-prev {
    left: -15px;
}
.TopCat .slick-prev:before {
    content: "\f053";
    font-family: "letmecoupons";
}
.TopCat .slick-next {
    right: -15px;
}
.TopCat .slick-next:before {
    content: "\f054";
    font-family: "letmecoupons";
}
.featureDeals .productBox .expiry .verify {
    display: none;
}
.productBox {
    width: 25%;
    padding: 10px;
}
.productBox .coupons {
    background: #fff;
    padding: 20px;
    border: 1px solid #e3e3e3;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    -webkit-box-shadow: 1px 1px 10px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 1px 1px 10px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 1px 1px 10px 0 rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    position: relative;
}
.productBox .logoAnchor {
    width: 100%;
    max-width: 150px;
    height: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    padding: 5px;
}
.productBox .logoAnchor .couponImage {
    width: 100%;
    max-width: 150px;
    margin: 0px auto;
    height: 100%;
    object-fit: contain;
}
.productBox .logoAnchor .percent {
    font-size: 32px;
    font-weight: 700;
    color: #007bff;
    text-align: center;
    text-transform: uppercase;
}
.productBox .title .offerTitle {
    margin-top: 20px;
    margin-bottom: 10px;
    height: 65px;
    overflow-y: hidden;
    color: #000;
    font-weight: 600;
    font-weight: 600;
    font-size: 15px;
    line-height: 22px;
}
.productBox .title .offerDesr {
    display: none;
    max-height: 56px;
    overflow-y: hidden;
    font-size: 16px;
    line-height: 28px;
    color: #000;
    font-weight: 300;
}
.productBox .expiry {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    color: #000;
    height: 50px;
    line-height: 50px;
    margin-bottom: 10px;
}
.productBox .expiry i {
    margin-right: 5px;
    font-size: 18px;
    margin-top: -1px;
    display: inline-block;
    vertical-align: middle;
}
.productBox .expiry i.lm_user {
    color: #007bff;
}
.productBox .expiry i.lm_check_square {
    color: #007bff;
}
.productBox .expiry i.lm_heart {
    color: #78ae5b;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
}
.productBox .expiry span {
    display: inline-block;
    vertical-align: middle;
    font-weight: 300;
    line-height: 18px;
}
.productBox .expiry span.exclusive {
    background-color: #007bff;
    padding: 0 3px;
    color: #ffffff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
}
.productBox .expiry .views,
.productBox .expiry .verify,
.productBox .expiry .date {
    display: flex;
}
.productBox .vsbanchr {
    display: none;
}
.productBox .responsiveLink {
    display: none;
}
.productBox .cupnsOffrs .logoAnchor {
    flex-direction: column;
}
.productBox .cupnsOffrs .logoAnchor .percent {
    font-size: 32px;
    font-weight: 700;
    color: #004d76;
    text-align: center;
}
.productBox .cupnsOffrs .logoAnchor .off {
    font-weight: 700;
    color: #004d76;
    font-size: 32px;
    text-align: center;
}
.productBox.fullPrd {
    width: 100%;
}
.productBox.fullPrd .coupons {
    display: flex;
    flex-direction: row;
    flex: 1;
    align-items: center;
    height: 100%;
}
.productBox.fullPrd figure {
    border-right: 2px solid #e1e1e1;
    padding-right: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.productBox.fullPrd .cpnDtlSec {
    display: flex;
    flex-direction: row;
    flex: 1;
    align-items: center;
    padding-left: 20px;
    height: 100%;
}
.productBox.fullPrd .cpnDtlSec .textWrpr {
    display: flex;
    flex-direction: column;
    flex: 1;
    height: 100%;
    padding-right: 20px;
}
.productBox.fullPrd .cpnDtlSec .buttonsWrapper {
    width: 220px;
}
.productBox.fullPrd .title {
    margin: auto 0;
}
.productBox.fullPrd .title .offerTitle {
    font-size: 18px;
    line-height: 28px;
    height: auto;
    margin: 0;
}
.productBox.fullPrd .title .offerDesr {
    display: block;
}
.productBox.fullPrd .expiry {
    height: auto;
    line-height: inherit;
    margin-bottom: 0;
    justify-content: start;
}
.productBox.fullPrd .expiry .verify {
    display: block;
}
.productBox.fullPrd .expiry .views,
.productBox.fullPrd .expiry .verify,
.productBox.fullPrd .expiry .date {
    margin-right: 20px;
}
.ribbon {
    width: auto;
    height: 24px;
    line-height: 24px;
    padding-left: 15px;
    padding: 0 20px;
    position: absolute;
    right: -8px;
    top: 10px;
    background: #007bff;
    color: #fff;
}
.ribbon:before,
.ribbon:after {
    content: "";
    position: absolute;
}
.ribbon:before {
    height: 0;
    width: 0;
    bottom: -8px;
    right: 0;
    border-top: 8px solid #53b71d;
    border-right: 8px solid transparent;
}
.ribbon:after {
    height: 100%;
    width: 20px;
    left: -20px;
    background: #007bff;
    border-radius: 10px 0 0 0;
}
.buttonsWrapper {
    position: relative;
}
.buttonsWrapper .codeButton {
    font-size: 18px;
}
.buttonsWrapper .buttonSpan {
    margin-right: 40px;
    padding-left: 10px;
    z-index: 2;
    transition: margin 200ms, padding 200ms;
    background-color: #007bff;
    font-weight: 700;
    display: block;
    position: relative;
    height: 48px;
    line-height: 48px;
    max-width: 100%;
    color: #fff;
    text-align: center;
    -webkit-border-bottom-left-radius: 3px;
    border-bottom-left-radius: 3px;
    -webkit-border-top-left-radius: 3px;
    border-top-left-radius: 3px;
    background-clip: padding-box;
}
.buttonsWrapper .buttonSpan:before {
    display: block;
    content: "";
    width: 21px;
    height: 10px;
    background: #007bff;
    position: absolute;
    z-index: 2;
    right: -12px;
    bottom: 0px;
    -moz-transform: skewX(34deg);
    -o-transform: skewX(34deg);
    -ms-transform: skewX(34deg);
    -webkit-transform: skewX(34deg);
    transform: skewX(34deg);
}
.buttonsWrapper:hover .buttonSpan {
    margin-right: 53px;
    padding-left: 23px;
}
.buttonsWrapper:hover .buttonSpan:before {
    right: -17px;
}
.buttonsWrapper:hover .foldedCorner {
    background-position: 0 0;
    -webkit-transform: rotateZ(15deg) translate(-8px, -3px) scaleX(1);
    transform: rotateZ(15deg) translate(-8px, -3px) scaleX(1);
}
.buttonsWrapper .DealButton {
    color: #fff;
    width: 100%;
    background-color: #007bff;
    font-weight: 700;
    display: block;
    height: 48px;
    line-height: 48px;
    text-align: center;
    border: 0px;
    cursor: pointer;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
}
.hiddenCode {
    display: block;
    height: 48px;
    line-height: 48px;
    border: 1px solid #007bff;
    background-color: #fff;
    text-align: right;
    padding-right: 15px;
    color: #000;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
}
.foldedCorner {
    display: block;
    width: 52px;
    height: 54px;
    position: absolute;
    border-radius: 0 0 4px 4px;
    top: 2px;
    right: 0px;
    transition: transform 200ms, background-position 200ms;
    -webkit-transform: rotateZ(22deg) translate(0, -10px) scaleX(0.9);
    transform: rotateZ(22deg) translate(0, -10px) scaleX(0.9);
    background: linear-gradient(38deg, #00aec9 0, #0177ce 49%, rgba(202, 235, 137, 0) 50%, rgba(255, 255, 255, 0) 100%);
    background-position: 0 6px;
    background-repeat: no-repeat;
    z-index: 3;
}
.sidePannel {
    background: #fff;
    border-radius: 5px;
    padding: 20px;
    margin-top: 10px;
    margin-bottom: 30px;
}
.sidePannel h1,
.sidePannel h2 {
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 20px;
}
.sidePannel h3,
.sidePannel h4 {
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 20px;
}
.sidePannel h5,
.sidePannel h6 {
    color: #818181;
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 20px;
}
.sidePannel p {
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 10px;
}
.sidePannel.couponAddSpace {
    margin: 0;
    margin-bottom: 30px;
    width: 100%;
}
.sidePannel.storeAddSpace {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 30px;
}
.SdePnlCat .sideBarCategories {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 0 -5px;
}
.SdePnlCat .sideBarCategories li {
    padding: 5px;
}
.SdePnlCat .sideBarCategories li a {
    background-color: #f0f0f0;
    padding: 10px;
    border-radius: 5px;
    font-size: 12px;
    -webkit-transition: all ease-in 0.3s;
    -moz-transition: all ease-in 0.3s;
    -ms-transition: all ease-in 0.3s;
    -o-transition: all ease-in 0.3s;
    transition: all ease-in 0.3s;
}
.SdePnlCat .sideBarCategories li a:hover {
    background-color: #007bff;
    color: #fff;
}
.SdePnlCat .buttons {
    width: 100%;
}
.SdePnlCat .relCatBtn {
    background: none;
    color: #333;
    padding: 0;
    display: inline-block;
    line-height: inherit;
    height: auto;
    padding: 10px 0;
    margin-top: 20px;
}
.SdePnlCat .relCatBtn span {
    color: #007bff;
}
.SdePnlCat .relCatBtn:hover {
    background: none;
}
.socialPnl .social {
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: center;
}
.socialPnl .social a {
    width: 22px;
    height: 22px;
    background-color: #007bff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    margin: 0 8px;
}
.socialPnl .social a i {
    font-size: 14px;
    line-height: 22px;
    color: #fff;
}
.socialPnl .social a:hover {
    background-color: #000;
}
.socialPnl .social a:hover i {
    color: #ffffff;
}
.brandRating {
    text-align: center;
}
.brandRating p {
    color: #a6a6a6;
    font-size: 12px;
    margin-top: 10px;
}
.brandRating .Logo {
    width: 150px;
    height: 150px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px;
}
.brandRating .Logo img {
    max-width: 150px;
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.brandRating .text h3,
.brandRating .text h4 {
    font-size: 30px;
    line-height: 40px;
}
.rate {
    border: none;
    text-align: center;
    margin: 15px 0;
}
.rate > label {
    margin: 0 5px;
    display: inline-block;
    color: #ccc;
}
.rate > label:before {
    font-size: 20px;
    display: inline-block;
    font-family: "letmecoupons";
    content: "\f005";
}
.rate > label.RateActive {
    color: #007bff !important;
}
.rate > input {
    display: none;
}
.trending-post {
    display: flex;
    align-items: center;
    padding: 0 0;
    margin-bottom: 30px;
}
.trending-post:first-child {
    padding-top: 0;
}
.trending-post:last-child {
    padding-bottom: 0;
}
.trending-post .post-image {
    position: relative;
}
.trending-post .post-image .image {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 80px;
    width: 80px;
}
.trending-post .post-image .image img {
    height: 100%;
    object-fit: cover;
    max-width: 100%;
}
.trending-post .desc {
    padding-left: 10px;
}
.trending-post .desc span {
    font-size: 12px;
    color: #bbbbbb;
    padding-top: 10px;
    display: block;
}
.trending-post .post-title,
.trending-post a {
    width: auto;
    height: auto;
    background: none;
    flex: 1;
    margin: 0 auto;
    font-size: 17px;
    line-height: 24px;
    text-transform: capitalize;
}
.webSubDomain {
    background-color: #ffffff;
    padding: 10px 12% 30px;
    margin: 30px 0 0;
    -webkit-box-shadow: 1px 1px 10px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 1px 1px 10px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 1px 1px 10px 0 rgba(0, 0, 0, 0.1);
}
.webSubDomain .subDom {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    width: 25%;
    padding: 40px 10px 0;
    display: flex;
}
.webSubDomain .subDom a {
    display: flex;
    align-items: center;
}
.webSubDomain .subDom a picture {
    margin-right: 20px;
    display: flex;
    width: 20px;
    height: 20px;
}
.webSubDomain .subDom a picture img {
    max-width: 20px;
    width: 100%;
    object-fit: contain;
}
.webSubDomain .subDom a span {
    color: #000000;
    font-weight: 700;
    text-transform: capitalize;
}
.webSubDomain .subDom ul {
    list-style: none;
    color: #676767;
    padding: 20px 0 0;
    margin: 0;
    font-size: 14px;
    line-height: 22px;
}
@media (max-width: 980px) {
    .webSubDomain {
        padding: 30px;
    }
    .webSubDomain .Flx {
        justify-content: space-around;
    }
    .webSubDomain .subDom {
        padding: 20px 10px;
        min-width: 195px;
    }
}
.content_area {
    text-align: center;
    min-height: 550px;
}
.content_area h1,
.content_area h2 {
    font-weight: 600;
    font-size: 38px;
    margin-bottom: 20px;
}
.content_area h3,
.content_area h4 {
    font-weight: 600;
    font-size: 30px;
    margin-bottom: 20px;
}
.content_area h5 {
    font-weight: 600;
    font-size: 25px;
    margin-bottom: 20px;
}
.content_area h6 {
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 20px;
}
.content_area p {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 20px;
}
.topStores,
.topCategory,
.featureDeals,
.daysDeals {
    margin-top: 30px;
}
.contentWrpr {
    padding: 40px 0 30px;
}
.banner {
    max-width: 1440px;
    margin: 0 auto;
    width: 100%;
    position: relative;
}
.banner .slider-for .slick-track {
    overflow: hidden;
}
.banner .slide img {
    max-width: 1440px;
    width: 100%;
}
.banner .slick-prev,
.banner .slick-next {
    margin-top: 0;
    height: 50px;
    width: 50px;
    background: rgba(255, 255, 255, 0.8);
}
.banner .slick-prev:hover,
.banner .slick-prev:focus,
.banner .slick-next:hover,
.banner .slick-next:focus {
    outline: none;
    background: rgba(255, 255, 255, 0.8);
}
.banner .slick-prev:before,
.banner .slick-next:before {
    color: #007bff;
}
.banner .slick-prev:before {
    content: "\f053";
    font-family: "letmecoupons";
}
.banner .slick-next:before {
    content: "\f054";
    font-family: "letmecoupons";
}
.banner .slick-dots {
    bottom: 0;
}
.banner .slick-dots > li a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}
.banner .slick-dots > li img {
    width: 100%;
    max-width: 120px;
    filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
}
.slider-for:not(.slick-slider) .slide img,
.slider-for:not(.slick-slider) .slide picture {
    width: 100%;
}
.slider-for:not(.slick-slider) .slide + .slide {
    display: none;
}
.saveInfo {
    margin-top: 30px;
}
.saveInfo .content {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    max-width: 850px;
    margin: 0 auto;
}
.saveInfo .content p {
    font-size: 13px;
    line-height: 18px;
    font-weight: 500;
    color: #000;
    flex: 0 0 50%;
    padding: 10px;
    text-align: justify;
}
.formWrapper {
    width: 50%;
    text-align: left;
    padding-top: 50px;
    padding-right: 30px;
}
.formWrapper .inputWrapper {
    position: relative;
    margin-bottom: 25px;
}
.formWrapper .inputWrapper .bottomBar {
    width: 2px;
    height: 2px;
    position: absolute;
    right: 0px;
    left: 0px;
    margin: auto;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.formWrapper .inputWrapper .baractive {
    width: 100%;
    background: #007bff;
}
.formWrapper .inputWrapper label {
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
}
.formWrapper .inputWrapper input {
    width: 100%;
    height: 40px;
    line-height: 40px;
    padding: 0 15px;
    border: 1px solid #eaeaea;
}
.formWrapper .inputWrapper input:focus {
    -webkit-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.15);
}
.formWrapper .inputWrapper textarea {
    width: 100%;
    height: 150px;
    resize: none;
    padding: 10px 15px;
    border: 1px solid #eaeaea;
}
.formWrapper .inputWrapper textarea:focus {
    -webkit-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.15);
}
.formWrapper .inputWrapper button {
    height: 40px;
    line-height: 40px;
    width: 100%;
}
.formWrapper .inputWrapper p {
    line-height: 24px;
}
.formWrapper .inputWrapper p a {
    display: inline-block;
    vertical-align: top;
    color: #007bff;
}
.contLocation {
    padding-left: 18px;
    width: 50%;
}
.contactBg {
    background-image: url(build/images/contactmap.jpg);
    background-size: cover;
    display: flex;
    align-items: center;
    min-height: 442px;
    position: relative;
    padding: 30px;
}
.contactBg:before {
    content: "";
    position: absolute;
    background-color: rgba(3, 3, 3, 0.43);
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}
.contactBg .description {
    display: flex;
    align-items: center;
    position: relative;
    background: #ffffff;
    flex-direction: row;
    width: 100%;
    padding: 10px;
}
.contactBg .description .contInfo {
    flex: 1;
    padding: 0 10px;
}
.contactBg .description .contInfo p {
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
}
.catlist {
    width: 33.33%;
    padding: 15px 10px;
}
.catlist a {
    display: flex;
    align-items: center;
    -webkit-transition: all ease-in 0.4s;
    -moz-transition: all ease-in 0.4s;
    -ms-transition: all ease-in 0.4s;
    -o-transition: all ease-in 0.4s;
    transition: all ease-in 0.4s;
}
.catlist a:hover .icon {
    background-color: #00aec9;
}
.catlist a:hover p {
    color: #007bff;
}
.catlist .icon {
    width: 75px;
    height: 75px;
    border-radius: 5px;
    background-color: #007bff;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}
.catlist .icon svg {
    width: 50px;
    display: block;
    margin: 0 auto;
}
.catlist .icon svg path,
.catlist .icon svg rect,
.catlist .icon svg circle {
    fill: #fff;
}
.catlist p {
    font-weight: 600;
    font-size: 20px;
    padding-left: 20px;
    flex: 1;
}
.popularStore h3 {
    font-size: 22px;
    color: #007bff;
    padding-bottom: 10px;
}
.popularStore .stores {
    width: calc(100% / 6);
    padding: 10px;
    display: flex;
    flex-wrap: wrap;
}
.popularStore .stores a {
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    width: 100%;
}
.popularStore .stores a img {
    max-width: 150px;
    width: 100%;
}
.popularStore .stores .title {
    font-weight: 600;
    font-size: 18px;
    width: 100%;
    text-align: center;
    padding: 11px 0;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.popularStore.brandLogo .buttons {
    width: 100%;
    text-align: center;
}
.popularStore.brandLogo .buttons .viewStoreBtn {
    margin: 40px auto 0;
    display: inline-block;
}
.allStore {
    margin-top: 30px;
}
.allStore h3 {
    font-size: 22px;
    color: #007bff;
    padding-bottom: 10px;
}
.alphabtLsting {
    background: #fff;
    margin-bottom: 5px;
    border: 1px solid #d7d7d7;
}
.alphabtLsting ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
    text-align: center;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-wrap: wrap;
}
.alphabtLsting ul li {
    display: inline-block;
    vertical-align: top;
    padding: 0;
}
.alphabtLsting ul li.active a:after {
    opacity: 1;
}
.alphabtLsting ul li a {
    position: relative;
    color: #000;
    font-size: 18px;
    line-height: 50px;
    padding: 5px 10px;
    display: block;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}
.alphabtLsting ul li a:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 3px;
    background-color: #007bff;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
}
.alphabtLsting ul li a.active:after,
.alphabtLsting ul li a:hover:after {
    opacity: 1;
}
.storeResult {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    background: #fff;
    border: 1px solid #d7d7d7;
    padding: 20px;
}
.storeResult li {
    width: 50%;
    padding: 5px;
    text-align: left;
}
.storeResult li a {
    color: #000;
    font-size: 18px;
    display: inline-block;
}
.storeResult li a:hover {
    color: #333;
}
.contentAbout {
    text-align: center;
}
.contentAbout h1,
.contentAbout h2,
.contentAbout h3 {
    font-weight: 600;
    font-size: 30px;
    margin-bottom: 20px;
}
.contentAbout h1 span,
.contentAbout h2 span,
.contentAbout h3 span {
    font-weight: 700;
    color: #007bff;
}
.contentAbout p {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 20px;
}
.contentAbout.contentDivision {
    font-size: 0;
}
.contentAbout.contentDivision p {
    width: 50%;
    padding: 10px;
    display: inline-block;
    text-align: left;
    margin: 0;
}
.aboutWrpr {
    padding: 30px 0;
}
.aboutDivision {
    position: relative;
    min-height: 435px;
    display: flex;
}
.aboutDivision .contSec {
    width: 75%;
    background-color: #ffffff;
    display: flex;
    align-items: center;
    padding: 25px;
    -webkit-box-shadow: 1px 1px 10px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 1px 1px 10px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 1px 1px 10px 0px rgba(0, 0, 0, 0.2);
}
.aboutDivision .contSec .content h2 {
    font-weight: 600;
    font-size: 30px;
    margin-bottom: 20px;
}
.aboutDivision .contSec .content p {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 20px;
}
.aboutDivision .aboutImage {
    width: 44%;
    position: absolute;
    top: 0;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}
.aboutDivision .aboutImage img {
    max-width: 530px;
    width: 100%;
    -webkit-box-shadow: 1px 1px 10px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 1px 1px 10px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 1px 1px 10px 0px rgba(0, 0, 0, 0.2);
}
.aboutDivision.leftContent .contSec {
    padding-right: 25%;
}
.aboutDivision.leftContent .aboutImage {
    right: 0;
}
.aboutDivision.rightContent {
    flex-direction: row-reverse;
}
.aboutDivision.rightContent .contSec {
    padding-left: 25%;
}
.aboutDivision.rightContent .aboutImage {
    left: 0;
}
.findMore {
    text-align: center;
    padding: 25px 0;
    background-color: #ffffff;
}
.findMore ~ .newsLetter {
    margin-top: 0;
}
.findMore h5 {
    font-weight: 600;
    font-size: 24px;
    margin-bottom: 30px;
}
.findMore .ourService {
    display: flex;
    justify-content: space-evenly;
}
.findMore .ourService a .icon {
    background-color: #007bff;
    width: 127px;
    height: 127px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 50px;
}
.findMore .ourService a p {
    font-size: 16px;
    line-height: 24px;
    padding: 15px 0;
}
.findMore .ourService a:hover .icon {
    background-color: #53b71d;
}
.findMore .ourService a:hover p {
    color: #53b71d;
}
.blogBanner {
    margin-bottom: 30px;
}
.blogBanner .bannerImage img {
    max-width: 1200px;
    width: 100%;
}
.blogStories .pageTitle {
    text-align: center;
}
.blogStories .blogPost {
    display: flex;
    align-items: center;
    padding: 20px 0;
}
.blogStories .blogPost .postImage {
    max-width: 499px;
    width: 100%;
}
.blogStories .blogPost .postImage img {
    width: 100%;
}
.blogStories .blogPost .contentPost {
    background-color: #fff;
    min-height: 260px;
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.blogStories .blogPost .contentPost h1,
.blogStories .blogPost .contentPost h2,
.blogStories .blogPost .contentPost h3,
.blogStories .blogPost .contentPost h4 {
    font-size: 25px;
    font-weight: 600;
}
.blogStories .blogPost .contentPost .contDetail {
    margin-top: 10px;
}
.blogStories .blogPost .contentPost .contDetail .tags,
.blogStories .blogPost .contentPost .contDetail .date,
.blogStories .blogPost .contentPost .contDetail .userName {
    color: #007bff;
    position: relative;
    padding-left: 15px;
    font-size: 13px;
    line-height: 28px;
    display: inline-block;
}
.blogStories .blogPost .contentPost .contDetail .tags:first-child,
.blogStories .blogPost .contentPost .contDetail .date:first-child,
.blogStories .blogPost .contentPost .contDetail .userName:first-child {
    padding-left: 0;
}
.blogStories .blogPost .contentPost .contDetail .tags:first-child:before,
.blogStories .blogPost .contentPost .contDetail .date:first-child:before,
.blogStories .blogPost .contentPost .contDetail .userName:first-child:before {
    display: none;
}
.blogStories .blogPost .contentPost .contDetail .tags:before,
.blogStories .blogPost .contentPost .contDetail .date:before,
.blogStories .blogPost .contentPost .contDetail .userName:before {
    position: absolute;
    content: "/";
    left: 2px;
    font-size: 13px;
    line-height: 25px;
    margin: auto;
    top: 0;
    bottom: 0;
    height: 21px;
    width: 7px;
}
.blogStories .blogPost .contentPost .desTxt p {
    font-size: 13px;
    line-height: 28px;
    margin-top: 10px;
}
.blogStories .blogPost .contentPost .link {
    font-size: 13px;
    line-height: 28px;
    margin-top: 10px;
    color: #007bff;
}
.storeText .morecontent span,
.blogText .morecontent span {
    display: none;
}
.storeText a,
.blogText a {
    display: inline-block;
    vertical-align: top;
    color: #007bff;
}
.blgDetail h1 {
    font-size: 32px;
    line-height: 50px;
    text-transform: capitalize;
    font-weight: 600;
}
.blgDetail .postDet {
    padding: 20px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.blgDetail .postDet .det span {
    padding: 0 15px;
    display: inline-block;
    font-size: 12px;
    color: #333333;
    font-weight: 300;
}
.blgDetail .postDet .det span:first-child {
    padding-left: 0;
}
.blgDetail .postDet .det span i {
    padding-right: 5px;
}
.blgDetail .postDet .tags {
    display: flex;
    flex-wrap: wrap;
    font-size: 12px;
}
.blgDetail .postDet .tags a {
    color: #00aec9;
    position: relative;
    padding: 0 2px 0;
}
.blgDetail .postDet .tags a + a:before {
    position: absolute;
    content: ",";
    left: -1px;
}
.blgDetail .postImage img {
    max-width: 100%;
    width: 100%;
    object-fit: cover;
}
.blgDetail .blogTxtCnt {
    padding: 20px;
}
.blgDetail .blogTxtCnt h2 {
    font-size: 36px;
    line-height: 60px;
    color: #000;
    font-weight: 500;
    margin-bottom: 15px;
}
.blgDetail .blogTxtCnt h3 {
    font-size: 30px;
    line-height: 48px;
    color: #000;
    font-weight: 500;
    margin-bottom: 15px;
}
.blgDetail .blogTxtCnt h4 {
    font-size: 26px;
    line-height: 34px;
    color: #000;
    font-weight: 500;
    margin-bottom: 15px;
}
.blgDetail .blogTxtCnt h5 {
    font-size: 22px;
    line-height: 30px;
    font-weight: 500;
    color: #000;
    margin-bottom: 15px;
}
.blgDetail .blogTxtCnt p {
    font-size: 14px;
    line-height: 30px;
    color: #000;
    margin-bottom: 15px;
}
.blgDetail .blogTxtCnt p a {
    background-color: transparent;
    color: #007bff;
    line-height: inherit;
    font-size: inherit;
    font-weight: 500;
    height: unset;
    padding: 0;
    margin: 0;
}
.blgDetail .blogTxtCnt img {
    max-width: 100%;
    object-fit: contain;
    display: block;
    margin: 30px auto 30px;
}
.blgDetail .blogTxtCnt ul,
.blgDetail .blogTxtCnt ol {
    margin-bottom: 15px;
}
.blgDetail .blogTxtCnt ul li,
.blgDetail .blogTxtCnt ol li {
    font-size: 14px;
    line-height: 42px;
    color: #000;
    position: relative;
    padding-left: 15px;
}
.blgDetail .blogTxtCnt ul li:before,
.blgDetail .blogTxtCnt ol li:before {
    position: absolute;
    content: "";
    width: 7px;
    height: 7px;
    background-color: #000;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    top: calc(35px / 2);
    left: 0;
}
.blgDetail .blogTxtCnt .btns {
    background-color: #007bff;
    display: inline-block;
    padding: 0 60px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    border-radius: 100px;
    font-size: 20px;
    color: #ffffff;
    height: 60px;
    line-height: 60px;
    margin-bottom: 30px;
    -webkit-transition: 0.3s linear;
    -moz-transition: 0.3s linear;
    -ms-transition: 0.3s linear;
    -o-transition: 0.3s linear;
    transition: 0.3s linear;
}
.blgDetail .blogTxtCnt .btns:hover {
    background-color: #173308;
}
.tagsList {
    border-bottom: 2px solid #ccc;
    display: flex;
    flex-wrap: wrap;
    padding: 30px;
}
.tagsList h6 {
    margin: 15px 0;
    width: 100%;
    font-size: 15px;
    color: #007bff;
    font-weight: 600;
}
.tagsList ul.tag {
    width: calc(100% - 300px);
    display: flex;
    margin: 0 -5px;
    flex-wrap: wrap;
}
.tagsList ul.tag li {
    padding: 5px;
}
.tagsList ul.tag a {
    background-color: #dddddd;
    padding: 0 25px;
    height: 25px;
    align-items: center;
    display: flex;
}
.tagsList ul.tag a:hover {
    background-color: #007bff;
    color: #ffffff;
}
.tagsList .pagination {
    display: flex;
    width: 300px;
    justify-content: flex-end;
}
.tagsList .pagination a {
    background-color: #dddddd;
    padding: 0 25px;
    height: 28px;
    align-items: center;
    display: flex;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    margin: 5px;
}
.tagsList .pagination a:hover {
    background-color: #007bff;
    color: #ffffff;
}
.comments-section {
    max-width: 825px;
    margin: 0 auto;
    padding: 35px 0;
}
.comments-section .row {
    margin: 0 -10px;
    display: flex;
    padding-top: 30px;
}
.comments-section h2 {
    font-family: Poppins, sans-serif;
    font-size: 34px;
    font-weight: 700;
    color: #2d4045;
    padding-bottom: 15px;
    position: relative;
}
.comments-section p {
    font-family: Poppins, sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #000000;
}
.comment-form {
    padding: 15px 0;
}
.comment-form label {
    font-family: Poppins, sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #000000;
    padding: 20px 0;
    display: inline-block;
}
.comment-form textarea {
    border: 1px solid #ebebeb;
    background-color: #ffffff;
    height: 255px;
    width: 100%;
    padding: 10px;
    color: #000000;
}
.comment-form textarea::-webkit-input-placeholder {
    color: #636363;
    font-size: 15px;
}
.comment-form textarea:-moz-placeholder {
    color: #636363;
    font-size: 15px;
}
.comment-form textarea::-moz-placeholder {
    color: #636363;
    font-size: 15px;
}
.comment-form textarea:-ms-input-placeholder {
    color: #636363;
    font-size: 15px;
}
.comment-form .input-field {
    padding: 0 10px;
    width: 33.33%;
}
.comment-form .input-field input {
    width: 100%;
    height: 50px;
    padding: 10px;
    border: 1px solid #ebebeb;
    background-color: #ffffff;
    color: #000000;
}
.comment-form .input-field input::-webkit-input-placeholder {
    color: #636363;
    font-size: 15px;
}
.comment-form .input-field input:-moz-placeholder {
    color: #636363;
    font-size: 15px;
}
.comment-form .input-field input::-moz-placeholder {
    color: #636363;
    font-size: 15px;
}
.comment-form .input-field input:-ms-input-placeholder {
    color: #636363;
    font-size: 15px;
}
.comment-form input[type="submit"] {
    display: block;
    background-color: #007bff;
    width: 190px;
    height: 50px;
    border: 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    color: #ffffff;
    margin: 20px 0;
    text-transform: uppercase;
    font-family: Poppins, sans-serif;
    font-size: 16px;
    font-weight: 600;
}
.comment-form input[type="submit"]:hover {
    cursor: pointer;
}
.profile {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 50px;
}
.pro-pic {
    width: 100px;
}
.pro-pic img {
    width: 100%;
}
.profile-content {
    flex: 1;
    align-self: center;
    padding: 10px;
}
.profile-content h4 {
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
}
.profile-content p {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
}
.reply {
    width: 50px;
    justify-content: center;
    display: flex;
}
.reply a {
    font-size: 12px;
    text-transform: capitalize;
    color: #aaaaaa;
    position: relative;
    padding: 15px;
}
.reply a:after {
    content: "";
    background-image: url("build/images/reply-icon.png");
    width: 13px;
    height: 11px;
    display: block;
    position: absolute;
    right: 0;
    top: 15px;
}
.ads {
    margin-bottom: 30px;
}
.ads img {
    width: 100%;
}
.commentlist .children .depth-2 {
    margin-left: 50px;
}
.commentlist .reply {
    width: auto;
    justify-content: flex-start;
    margin-bottom: 20px;
}
.commentlist .reply span {
    display: none;
}
.commentlist .reply a {
    background: #007bff;
    color: #ffffff;
    font-size: 14px;
    padding: 10px 20px;
}
.comments-section h3.comment-reply-title {
    display: none;
}
section.comment-content.comment {
    background: #fff;
    padding: 10px;
    border-radius: 5px;
    margin-bottom: 20px;
}
@media (max-width: 640px) {
    .tagsList ul.tag {
        width: 100%;
    }
    .tagsList .pagination {
        width: 100%;
        justify-content: center;
        padding: 20px;
    }
    .profile-content {
        text-align: center;
    }
    .pro-pic {
        width: 100%;
        text-align: center;
    }
    .pro-pic img {
        width: 100%;
        max-width: 150px;
    }
    .reply {
        width: 100%;
        padding: 10px;
    }
    .comment-form .row {
        flex-direction: column;
        padding-top: 0px;
    }
    .comment-form .input-field {
        width: 100%;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .comment-form input[type="submit"] {
        width: 100%;
    }
}
.strCpnDeal {
    flex-direction: row-reverse;
}
.strCpnDeal .contntWrpr {
    padding-right: 0;
    padding-left: 20px;
}
.cupnsTextAlgment {
    padding-top: 10px;
}
.cupnsTextAlgment .cupnsFilter ul {
    display: inline-block;
}
.cupnsTextAlgment .cupnsFilter ul li {
    display: inline-block;
    padding: 0 5px;
}
.cupnsTextAlgment .cupnsFilter ul li a {
    background-color: #ffffff;
    padding: 10px;
    border-radius: 5px;
}
.cupnsTextAlgment .cupnsFilter ul li.active a {
    background-color: #007bff;
    color: #ffffff;
}
.cupnsAdjust .productBox .logoAnchor {
    width: 120px;
    height: 120px;
}
.cupnsAdjust .productBox.fullPrd .title .offerTitle {
    font-size: 16px;
}
.cupnsAdjust .productBox .title .offerDesr {
    font-size: 14px;
}
.cupnsAdjust .productBox.fullPrd .cpnDtlSec .buttonsWrapper {
    width: 180px;
}
.couponAddSpace {
    margin: 10px;
    width: 100%;
}
.moreabt {
    background: #fff;
    border-radius: 5px;
    padding: 20px;
    margin: 10px 10px 30px;
}
.moreabt .heading {
    font-weight: 600;
    font-size: 25px;
    margin-bottom: 20px;
    border-bottom: 1px solid #4d4d4d;
    padding-bottom: 10px;
}
.moreabt iframe {
    max-width: 100%;
    margin-bottom: 10px;
}
.moreabt .table {
    overflow-x: auto;
}
.moreabt table {
    width: 100%;
    margin-bottom: 20px;
}
.moreabt table tr th,
.moreabt table tr td {
    padding: 10px;
    border: 1px solid #ddd;
}
.moreabt h1,
.moreabt h2 {
    font-weight: 600;
    font-size: 26px;
    min-height: 30px;
    margin-bottom: 20px;
}
.moreabt h3 {
    font-weight: 600;
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 20px;
}
.moreabt h4 {
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 20px;
}
.moreabt h5,
.moreabt h6 {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 20px;
}
.moreabt p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 20px;
}
.moreabt p a {
    display: inline-block;
    color: #007bff;
    font-weight: 600;
}
.moreabt ul {
    list-style: disc;
}
.moreabt ol {
    list-style: decimal;
}
.moreabt ul,
.moreabt ol {
    padding-left: 20px;
}
.moreabt ul li,
.moreabt ol li {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 20px;
}
.moreabt ul li a,
.moreabt ol li a {
    display: inline-block;
    color: #007bff;
    font-weight: 600;
}
.moreabt.faqs h4 {
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: 600;
    text-transform: capitalize;
    position: relative;
}
.moreabt.faqs h4:before {
    content: "Q :";
    font-size: 18px;
    margin-right: 10px;
    font-weight: 600;
}
.moreabt.faqs p {
    margin: 0;
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 20px;
    position: relative;
}
.moreabt.faqs p:before {
    content: "A :";
    font-size: 18px;
    margin-right: 10px;
    font-weight: 600;
}
.moreabt.faqs p a {
    display: inline-block;
    color: #007bff;
}
.relatedStores .pageHeading {
    text-align: center;
    width: 100%;
}
.related {
    display: flex;
    flex: 100%;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.related .slide {
    padding: 10px;
    margin: 0;
    outline: none;
}
.related .slide .image {
    display: flex;
    background: #fff;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    padding: 10px;
    width: 120px;
    height: 120px;
    background: #ffffff;
    box-shadow: 0 1px 10px 1px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    overflow: hidden;
}
.related .slide .image img {
    max-width: 120px;
    object-fit: contain;
    width: 100%;
    height: 100%;
}
.overlayWrapper {
    position: fixed;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 10;
    background: rgba(0, 0, 0, 0.5);
    overflow-y: scroll;
    display: none;
    justify-content: center;
    align-items: center;
}
.overlayWrapper .overlayBgReset {
    height: 100vh;
}
.overlayWrapper .overlayContainer {
    background: #fff;
    margin: 30px auto;
    z-index: 11;
    width: 620px;
    position: relative;
}
.overlayWrapper .overlayContainer .closeOverlay {
    width: 30px;
    height: 30px;
    border: 2px solid #007bff;
    cursor: pointer;
    position: absolute;
    top: -15px;
    right: -15px;
    background: #fff;
    text-align: center;
    font-size: 20px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.overlayWrapper .overlayContainer .closeOverlay i {
    margin-top: -2px;
}
.popupWrpr {
    position: relative;
    width: 100%;
}
.popupWrpr .logoBox {
    display: flex;
    align-items: center;
    padding: 30px;
    background-color: #007bff;
}
.popupWrpr .logoBox .logoImage {
    background: #ffffff;
    width: 120px;
    height: 120px;
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.popupWrpr .logoBox .logoImage img {
    max-width: 120px;
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.popupWrpr .logoBox .logoImage .percent {
    font-size: 32px;
    font-weight: 700;
    color: #007bff;
    text-align: center;
    display: flex;
    text-transform: uppercase;
}
.popupWrpr .logoBox h4 {
    font-weight: 600;
    font-size: 24px;
    line-height: 34px;
    color: #ffffff;
    flex: 1;
    padding-left: 30px;
}
.popupWrpr .codeCopySec {
    padding: 15px 30px;
    text-align: center;
}
.popupWrpr .codeCopySec .date {
    margin-bottom: 20px;
}
.popupWrpr .codeCopySec .date i {
    margin-right: 5px;
    font-size: 18px;
    margin-top: -1px;
    display: inline-block;
    vertical-align: middle;
}
.popupWrpr .codeCopySec .date span {
    display: inline-block;
    vertical-align: middle;
    line-height: 18px;
}
.popupWrpr .codeCopySec .code {
    width: 100%;
    font-family: arial;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 31px;
    text-align: center;
}
.popupWrpr .codeCopySec .copyBtn {
    margin-bottom: 20px;
    width: 100%;
    text-align: center;
    background: #007bff;
    color: #fff;
    font-size: 20px;
    line-height: 50px;
}
.popupWrpr .codeCopySec .copyFooter {
    font-size: 11px;
    font-family: PoppinsSemiBold, sans-serif;
}
.flxWrap {
    padding: 0 10px;
}
.about-section {
    padding: 30px 0;
    background-color: #fff;
    -webkit-box-shadow: 0px 10px 6px -15px rgba(0, 0, 0, 0.7);
    -moz-box-shadow: 0px 10px 6px -15px rgba(0, 0, 0, 0.7);
    box-shadow: 0px 10px 6px -15px rgba(0, 0, 0, 0.7);
}
.about-section h2 {
    font-size: 34px;
    font-weight: 700;
    margin-bottom: 20px;
    flex: 0 0 100%;
}
.about-section p {
    font-size: 15px;
    font-weight: 400;
    line-height: 22px;
    margin-bottom: 20px;
}
.about-section .info {
    display: flex;
    margin-top: 20px;
}
.about-section .info span {
    margin: auto 10px;
    font-size: 15px;
}
.about-section span.author {
    font-weight: 700;
}
.about-section .prdTextDet p:not(first-child) {
    margin-bottom: 0px;
}
.about-section .prdTextDet .morecontent span {
    display: none;
}
.about-section .prdTextDet .morecontent .morestorelink {
    color: #007bff;
}
.main-pro-wrap {
    border: 4px solid transparent;
    margin-top: 50px;
}
.main-pro-wrap:hover .pro-wrper {
    border: 4px solid #007bff;
    border-radius: 4px 4px 0 0;
}
.main-pro-wrap:hover .accordian-panel {
    border: 4px solid #007bff;
    border-top: 4px solid transparent;
    border-radius: 0 0 4px 4px;
    margin-top: -4px;
}
.main-pro-wrap:first-child {
    margin-top: 0;
}
.main-pro-wrap:first-child .pro-wrper {
    border: 4px solid #007bff;
    border-radius: 4px 4px 0 0;
}
.main-pro-wrap:first-child .accordian-panel {
    border: 4px solid #007bff;
    border-top: 4px solid transparent;
    border-radius: 0 0 4px 4px;
    margin-top: -4px;
}
.pro-wrper {
    display: flex;
    background-color: #ffffff;
    padding: 40px 15px;
    margin-top: 10px;
    position: relative;
    border: 4px solid transparent;
    border-radius: 4px;
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.1);
}
.pro-wrper span.counter {
    position: absolute;
    top: calc(-46px / 2);
    left: calc(-46px / 2);
    width: 46px;
    height: 46px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    background-color: #000;
    color: #fff;
    border: 4px solid #007bff;
}
.pro-wrper .offDet {
    background-color: #007bff;
    border-radius: 3px 0 0 3px;
    color: #fff;
    font-size: 12px;
    line-height: 10px;
    padding: 9px 10px;
    text-transform: uppercase;
    z-index: 1;
    position: absolute;
    top: 10px;
    right: -12px;
}
.pro-wrper .offDet:after {
    border-top: 8px solid #365601;
    border-right: 8px solid transparent;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    bottom: -8px;
    right: 0;
}
.pro-wrper .pro-img {
    width: 160px;
    padding: 0 15px;
}
.pro-wrper .pro-img img {
    width: 100%;
}
.pro-wrper .content {
    flex: 1;
    padding: 0 15px;
}
.pro-wrper .content .title,
.pro-wrper .content a {
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
}
.pro-wrper .content p {
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    margin: 20px 0;
}
.pro-wrper .content h2,
.pro-wrper .content h3,
.pro-wrper .content h4 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
}
.pro-wrper .content li {
    font-size: 14px;
    font-weight: 400;
    position: relative;
    margin-bottom: 15px;
    line-height: 18px;
    line-height: 22px;
}
.pro-wrper .content li:before {
    content: "\f00c";
    font-family: "letmecoupons" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: block;
    position: absolute;
    left: -20px;
    top: 0px;
    color: #007bff;
    font-size: 14px;
    line-height: 18px;
}
.pro-wrper .content .more-info {
    margin-top: 30px;
}
.pro-wrper .content .more-info a {
    display: inline-block;
    font-size: 15px;
    font-weight: 400;
    padding-right: 20px;
    position: relative;
}
.pro-wrper .content .more-info a:after {
    content: "\f078";
    font-family: "letmecoupons" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    right: 0;
    top: -2px;
    transition: 1s all;
}
.pro-wrper .content .more-info.active a:after {
    transform: rotateX(180deg);
    top: 0;
}
.pro-wrper .rating {
    padding: 0 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.pro-wrper .rating .title {
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    display: none;
}
.pro-wrper .rating .price {
    display: flex;
    justify-content: space-evenly;
    padding-top: 20px;
    position: relative;
    font-weight: 600;
    width: 100%;
}
.pro-wrper .rating .price .new {
    color: #007bff;
}
.pro-wrper .rating .price .old {
    text-decoration: line-through;
    color: #cccccc;
}
.pro-wrper .rating .link a {
    padding: 12px 10px;
    background-color: #007bff;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 18px;
    margin-top: 10px;
    width: 200px;
    text-align: center;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
}
.pro-wrper .rating .link a:hover {
    background-color: #2b5f0f;
}
.pro-wrper .rating .rating-count {
    margin-bottom: 10px;
}
.pro-wrper .rating .rating-count span {
    font-size: 14px;
    font-weight: 700;
    padding: 10px 15px;
    display: inline-block;
    border-radius: 50px;
    color: #007bff;
    border: 2px solid #007bff;
}
.accordian-panel {
    margin: -4px 0 0 0;
    padding: 20px;
    background-color: #ffffff;
    border: 4px solid transparent;
    border-radius: 4px 4px 0 0;
}
.accordian-panel ul {
    max-width: 700px;
    margin: auto;
}
.accordian-panel li {
    line-height: 20px;
    font-size: 14px;
    font-weight: 400;
    position: relative;
    padding-left: 15px;
}
.accordian-panel li:before {
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    border-radius: 50px;
    background-color: #000000;
    position: absolute;
    left: 0;
    top: 7px;
}
.btn-viewall {
    display: flex;
    justify-content: center;
    margin-top: 50px;
}
.btn-viewall a {
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.1);
    padding: 25px 65px;
    border-radius: 4px;
    background-color: #007bff;
    font-size: 22px;
    color: #ffffff;
}
.storeAddSpace {
    margin-top: 50px;
}
@media (max-width: 767px) {
    .about-section {
        padding: 15px 0;
    }
    .about-section .info {
        flex-direction: column;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 100%;
    }
    .about-section .info img {
        width: 100%;
        max-width: 40px;
    }
    .about-section .info span {
        line-height: 22px;
    }
    .about-section h2 {
        font-size: 22px;
        margin-bottom: 15px;
    }
    .pro-wrper {
        flex-direction: column;
    }
    .pro-wrper .pro-img {
        width: 100%;
        display: flex;
        justify-content: center;
        margin-bottom: 20px;
    }
    .pro-wrper .pro-img img {
        max-width: 200px;
    }
    .pro-wrper .rating {
        padding: 15px;
        width: 100%;
        order: 2;
    }
    .pro-wrper .rating .title {
        display: block;
        margin-bottom: 20px;
        align-self: flex-start;
    }
    .pro-wrper .rating .price {
        justify-content: center;
    }
    .pro-wrper .rating .price span {
        padding: 0 10px 0;
    }
    .pro-wrper .content {
        order: 3;
    }
    .pro-wrper .content .title,
    .pro-wrper .content a {
        display: none;
    }
    .pro-wrper .content p {
        margin-top: 0;
    }
}
@media (max-width: 640px) {
    .pro-wrper .rating .link {
        width: 100%;
    }
    .pro-wrper .rating .link a {
        width: 100%;
    }
}
.productlisting {
    width: 25%;
    padding: 10px;
}
.productlisting a {
    display: flex;
    align-items: center;
    flex-direction: column;
    background-color: #ffffff;
    padding: 3px;
    border: 1px solid transparent;
    -webkit-transition: all ease-in 0.4s;
    -moz-transition: all ease-in 0.4s;
    -ms-transition: all ease-in 0.4s;
    -o-transition: all ease-in 0.4s;
    transition: all ease-in 0.4s;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
}
.productlisting a:hover p {
    color: #007bff;
}
.productlisting .icon {
    width: 100%;
    height: 150px;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}
.productlisting .icon svg {
    width: 90px;
    display: block;
    margin: 0 auto;
}
.productlisting .icon svg path,
.productlisting .icon svg rect,
.productlisting .icon svg circle {
    fill: #fff;
}
.productlisting .icon img {
    max-width: 90px;
}
.productlisting p {
    font-weight: 600;
    font-size: 14px;
    width: 100%;
    text-align: center;
    padding: 11px 0;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
@media (max-width: 1024px) {
    .productlisting p {
        font-size: 16px;
        line-height: 22px;
    }
}
@media (max-width: 979px) {
    .productlisting {
        width: 25%;
    }
    .productlisting p {
        padding: 10px;
        text-align: center;
    }
}
@media (max-width: 767px) {
    .productlisting {
        width: 33.33%;
    }
}
@media (max-width: 649px) {
    .productlisting {
        width: 50%;
    }
    .productlisting p {
        font-size: 14px;
    }
}
@media (max-width: 360px) {
    .productlisting {
        width: 100%;
    }
}
@media (max-width: 1024px) {
    .productBox {
        width: 33.33%;
    }
    .catlist p {
        font-size: 16px;
        line-height: 22px;
    }
    .popularStore .stores {
        width: calc(100% / 5);
    }
}
@media (max-width: 980px) {
    .banner .slick-dots {
        display: none !important;
    }
    .pageHeading,
    .pageTitle {
        font-size: 25px;
    }
    .newsLetter h4 {
        font-size: 23px;
    }
    .contentAbout h1,
    .contentAbout h2,
    .contentAbout h3 {
        font-size: 25px;
    }
    .contentAbout p {
        font-size: 16px;
    }
    .content_area h1,
    .content_area h2 {
        font-size: 30px;
    }
    .content_area h3,
    .content_area h4 {
        font-size: 25px;
    }
    .content_area h5 {
        font-size: 22px;
    }
    .content_area h6 {
        font-size: 18px;
    }
    .content_area p {
        font-size: 16px;
    }
}
@media (max-width: 979px) {
    .catlist a {
        flex-direction: column;
    }
    .catlist p {
        padding: 10px;
        text-align: center;
    }
    .formWrapper {
        width: 100%;
        padding: 20px 0;
    }
    .contLocation {
        padding-top: 20px;
        padding-left: 0;
        width: 100%;
    }
    .aboutDivision {
        display: block;
    }
    .aboutDivision .contSec {
        width: 100%;
        text-align: center;
    }
    .aboutDivision .contSec .content h2 {
        font-size: 25px;
    }
    .aboutDivision .contSec .content p {
        font-size: 16px;
    }
    .aboutDivision .aboutImage {
        position: static;
        margin: -22% auto 0;
        width: 60%;
    }
    .aboutDivision.leftContent .contSec,
    .aboutDivision.rightContent .contSec {
        padding: 25px 25px 25%;
    }
    .strCpnDeal {
        display: block;
    }
    .strCpnDeal .contntWrpr {
        padding: 20px 0;
    }
    .strCpnDeal .sidCntnt {
        padding: 20px 0 0;
        width: 100%;
    }
    .ftRemMar {
        display: block;
    }
    .ftRemMar .contntWrpr {
        padding: 20px 0;
    }
    .ftRemMar .sidCntnt {
        padding: 20px 0 0;
        width: 100%;
    }
    .alphabtLsting ul {
        display: block;
        text-align: left;
    }
    .alphabtLsting ul li a {
        padding: 5px 13px;
        margin: 6px 3px;
        line-height: inherit;
    }
    .storeResult {
        align-items: flex-start;
    }
    .storeResult li {
        padding: 5px 10px;
    }
    .storeResult li a {
        font-size: 16px;
        line-height: 24px;
    }
    .blogInner .contntWrpr {
        padding: 20px 0;
    }
    .blogInner .sidCntnt {
        padding: 20px 0 0;
        width: 100%;
    }
    .blgDetail h1 {
        font-size: 24px;
        line-height: 34px;
    }
    .blgDetail .postDet {
        padding: 10px 0;
    }
    .blgDetail .postDet .det span {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .blgDetail .postDet .tags {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .blgDetail .blogTxtCnt {
        padding: 20px 0;
    }
    .blgDetail .blogTxtCnt h2,
    .blgDetail .blogTxtCnt h3 {
        font-size: 22px;
        line-height: 30px;
    }
    .blgDetail .blogTxtCnt h4,
    .blgDetail .blogTxtCnt h5 {
        font-size: 18px;
        line-height: 26px;
    }
    .blgDetail .blogTxtCnt p {
        font-size: 14px;
        line-height: 26px;
    }
    .blgDetail .blogTxtCnt ul li {
        font-size: 14px;
        line-height: 26px;
    }
    .blgDetail .blogTxtCnt ul li:before {
        top: calc(19px / 2);
    }
}
@media (max-width: 860px) {
    .productBox.fullPrd .coupons {
        padding: 10px;
    }
    .productBox.fullPrd .title {
        margin: 0;
    }
    .productBox.fullPrd .title .offerTitle {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 10px;
    }
    .productBox.fullPrd .title .offerDesr {
        max-height: 60px;
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 10px;
    }
    .productBox.fullPrd .cpnDtlSec .textWrpr {
        justify-content: center;
    }
    .productBox.fullPrd .cpnDtlSec .buttonsWrapper {
        width: 180px;
    }
    .productBox.fullPrd .expiry {
        height: auto;
        line-height: 30px;
    }
    .productBox.fullPrd .expiry i {
        font-size: 14px;
    }
    .productBox.fullPrd .expiry span {
        font-size: 12px;
    }
    .productBox.fullPrd .expiry .views,
    .productBox.fullPrd .expiry .verify,
    .productBox.fullPrd .expiry .date {
        margin-right: 10px;
    }
}
@media (max-width: 768px) {
    .productBox {
        width: 50%;
    }
    .saveInfo .content p {
        flex: 0 0 100%;
        text-align: center;
    }
    .contentAbout.contentDivision p {
        width: 100%;
        text-align: center;
    }
    .findMore .ourService a .icon {
        width: 100px;
        height: 100px;
        font-size: 35px;
        margin: 0 auto;
    }
}
@media (max-width: 767px) {
    .pageHeading,
    .pageTitle {
        font-size: 20px;
    }
    .newsLetter h4 {
        font-size: 18px;
    }
    .contentAbout h1,
    .contentAbout h2,
    .contentAbout h3 {
        font-size: 20px;
    }
    .contentAbout p {
        font-size: 14px;
    }
    .aboutDivision .contSec .content h2 {
        font-size: 20px;
    }
    .aboutDivision .contSec .content p {
        font-size: 14px;
    }
    .links {
        display: none;
    }
    .Top {
        position: relative;
    }
    .searchPanel {
        display: none;
        position: absolute;
        max-width: 100%;
        left: 0;
        padding: 15px;
        top: 100%;
        z-index: 1;
        background: #007bff;
    }
    .searchPanel.active {
        display: block;
    }
    .searchRes,
    .menu {
        display: block;
    }
    .quickLinks .footerLinks {
        display: none;
    }
    .quickLinks .footerLinks.resFooterMenu {
        display: block;
        padding: 0;
        text-align: center;
        width: 100%;
    }
    .quickLinks .footerLinks.resFooterMenu h5 {
        display: none;
    }
    .quickLinks .footerLinks.resFooterMenu ul li {
        border-bottom: 1px solid #6f6f6f;
        padding: 10px 0;
    }
    .quickLinks .social h5 {
        display: none;
    }
    .productBox.fullPrd .coupons {
        padding: 10px;
        position: relative;
    }
    .productBox.fullPrd figure {
        width: 100px;
        height: 100px;
        padding: 0;
        border: none;
        height: 100%;
    }
    .productBox.fullPrd figure .logoAnchor {
        width: auto;
        height: auto;
    }
    .productBox.fullPrd .cpnDtlSec .buttonsWrapper {
        display: none;
    }
    .productBox.fullPrd .responsiveLink {
        display: block;
        width: calc(100% - 130px);
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
    }
    .productBox.fullPrd .vsbanchr {
        display: block;
        color: #007bff;
        font-size: 20px;
        width: 10px;
        height: 20px;
        position: absolute;
        right: 10px;
        top: 0;
        bottom: 0;
        margin: auto;
    }
    .catlist {
        width: 50%;
    }
    .catlist .icon {
        width: 60px;
        height: 60px;
    }
    .catlist .icon svg {
        width: 40px;
    }
    .catlist p {
        font-size: 14px;
    }
    .findMore .ourService {
        flex-wrap: wrap;
    }
    .findMore .ourService a {
        flex: 0 0 50%;
    }
    .blogStories .blogPost {
        flex-direction: column;
    }
    .blogStories .blogPost .postImage {
        max-width: 100%;
    }
    .blogStories .blogPost .contentPost h1,
    .blogStories .blogPost .contentPost h2,
    .blogStories .blogPost .contentPost h3,
    .blogStories .blogPost .contentPost h4 {
        font-size: 20px;
    }
    .overlayWrapper .overlayContainer {
        width: 80%;
    }
    .productBox.fullremove .title .offerTitle {
        height: auto;
    }
    .productBox.fullremove .title .offerDesr {
        display: block;
        max-height: inherit;
    }
    .content_area h1,
    .content_area h2 {
        font-size: 24px;
    }
    .content_area h3,
    .content_area h4 {
        font-size: 18px;
    }
    .content_area h5 {
        font-size: 18px;
    }
    .content_area h6 {
        font-size: 16px;
    }
    .content_area p {
        font-size: 14px;
    }
}
@media (max-width: 640px) {
    .productBox {
        width: 305px;
        margin: 0 auto;
    }
    .popupWrpr .logoBox {
        padding: 15px;
        flex-direction: column;
    }
    .popupWrpr .logoBox h4 {
        padding: 10px 0 0;
        font-size: 14px;
        line-height: 24px;
        text-align: center;
    }
    .popupWrpr .codeCopySec {
        padding: 15px;
    }
    .popupWrpr .codeCopySec .date {
        font-size: 12px;
    }
    .popupWrpr .codeCopySec .code {
        font-size: 14px;
        line-height: 40px;
    }
    .popupWrpr .codeCopySec .copyBtn {
        font-size: 14px;
        line-height: 40px;
    }
    .popularStore .stores {
        width: calc(100% / 4);
    }
}
@media (max-width: 480px) {
    .productBox {
        width: 100%;
    }
    .productBox.fullPrd figure {
        width: 80px;
    }
    .productBox.fullPrd .title .offerTitle {
        font-size: 14px;
    }
    .productBox.fullPrd .title .offerDesr {
        display: none;
    }
    .productBox.fullPrd .cpnDtlSec {
        padding-left: 10px;
    }
    .productBox.fullPrd .responsiveLink {
        width: calc(100% - 90px);
    }
    .cupnsAdjust .productBox.fullPrd .title .offerTitle {
        font-size: 14px;
    }
    .breadcrumb {
        height: auto;
    }
    .breadcrumb > ul {
        flex-wrap: wrap;
    }
    .subscribeBox input {
        width: 90%;
    }
    .globeImage {
        display: none;
    }
    .popularStore .stores {
        width: calc(100% / 3);
    }
    .storeResult {
        display: block;
    }
    .storeResult li {
        width: 100%;
    }
}

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}

.alert-success hr {
  border-top-color: #b1dfbb;
}

.alert-success .alert-link {
  color: #0b2e13;
}

.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}

.alert-danger hr {
  border-top-color: #f1b0b7;
}

.alert-danger .alert-link {
  color: #491217;
}

.catBlogMain {
                margin-bottom: 50px;
                justify-content: space-evenly;
                display: flex;
                align-items: center;
            }
            .catBlogMain .catList {
                flex: 1;
                display: flex;
                justify-content: space-evenly;
                align-items: center;
            }
            .catBlogMain .catBlog {
                width: 94px;
                text-align: center;
                margin: 0 15px;
                align-self: flex-start;
            }
            .catBlogMain .catBlog.catMenu {
                width: 94px;
                margin: 0;
            }
            .catBlogMain .catBlog.catMenu picture {
                background-color: transparent;
            }
            .catBlogMain .catBlog picture {
                display: block;
                margin-bottom: 5px;
                background-color: #007bff;
                width: 60px;
                height: 60px;
                display: block;
                margin: 0 auto;
                -webkit-border-radius: 5px;
                -moz-border-radius: 5px;
                -ms-border-radius: 5px;
                border-radius: 5px;
            }
            .catBlogMain .catBlog picture img {
                display: block;
                margin: 0 auto;
                max-width: 62px;
            }
            .catBlogMain .catBlog p {
                font-size: 14px;
                line-height: 22px;
                text-align: center;
                color: #555;
                text-transform: capitalize;
            }
            .overlayCatMenu {
                position: absolute;
                top: 0;
                left: 0;
                z-index: 11;
                width: 100%;
                height: 100%;
                -webkit-transition: opacity 0.5s ease, visibility 0.5s ease;
                transition: opacity 0.5s ease, visibility 0.5s ease;
                background-color: rgba(34, 34, 34, 0.25);
                opacity: 0;
                visibility: hidden;
                overflow: hidden;
            }
            .overlayCatMenu.visible {
                opacity: 1;
                visibility: visible;
            }
            .catSideMenu {
                padding: 0;
                width: 280px;
                position: fixed;
                z-index: 12;
                background: #fff;
                top: 0;
                overflow-y: auto;
                height: 100%;
                -webkit-box-shadow: 2px 2px 6px 4px rgba(0, 0, 0, 0.2);
                -moz-box-shadow: 2px 2px 6px 4px rgba(0, 0, 0, 0.2);
                box-shadow: 2px 2px 6px 4px rgba(0, 0, 0, 0.2);
                left: -560px;
            }
            .catSideMenu .topHead {
                padding: 20px 15px;
                border-bottom: 1px solid #f1f1f1;
                justify-content: space-between;
                align-items: center;
            }
            .catSideMenu .topHead .logo {
                padding: 0 0;
                display: block;
                max-width: 180px;
            }
            .catSideMenu .topHead .logo picture {
                display: block;
            }
            .catSideMenu .topHead .logo img {
                width: 100%;
                object-fit: contain;
                vertical-align: middle;
            }
            .catSideMenu .topHead .close {
                width: 15px;
                height: 15px;
                text-align: center;
            }
            .catSideMenu .topHead .close .lm_close {
                font-size: 15px;
                color: #007bff;
            }
            .catSideMenu ul li {
                margin: 0;
                padding: 0 0 0 15px;
                border-bottom: 1px solid #f1f1f1;
            }
            .catSideMenu ul li a {
                display: flex;
                align-items: center;
                padding: 10px 15px;
            }
            .catSideMenu ul li picture {
                display: block;
                margin-right: 15px;
                width: 45px;
                height: 45px;
                background-color: #007bff;
                -webkit-border-radius: 5px;
                -moz-border-radius: 5px;
                -ms-border-radius: 5px;
                border-radius: 5px;
            }
            .catSideMenu ul li picture img {
                display: block;
                margin: 0 auto;
                max-width: 45px;
                vertical-align: middle;
            }
            .catSideMenu ul li p {
                font-size: 16px;
                line-height: 22px;
                color: #555;
                text-transform: capitalize;
            }
            .catSideMenu ul li .catSubMenu {
                display: none;
                height: auto;
                overflow-y: visible;
                margin-left: 20px;
            }
            .catSideMenu ul li .catSubMenu li {
                padding-left: 0;
                border-bottom: none;
            }
            .catSideMenu ul li.moreCat picture {
                background-color: transparent;
            }
            .catSideMenu .sclSidePanl {
                padding: 20px 0px 0;
                color: #fff;
                font-size: 14px;
                display: flex;
                flex-direction: row;
                flex-wrap: wrap;
                justify-content: space-evenly;
            }
            .catSideMenu .sclSidePanl h3 {
                font-size: 16px;
                position: relative;
                margin-bottom: 10px;
                font-weight: bold;
                color: #21bdc6;
                text-align: center;
                display: block;
                width: 100%;
            }
            .catSideMenu .sclSidePanl .soclicn {
                float: left;
                padding: 0;
                padding: 6px;
                margin: 10px 0;
                font-size: 20px;
                width: 35px;
                height: 35px;
                border-radius: 35px;
                background: #f7f7f7;
                display: flex;
                flex-wrap: wrap;
                justify-content: center;
                align-items: center;
            }
            .catSideMenu .sclSidePanl .soclicn svg {
                width: 100%;
                display: block;
            }
            .catSideMenu .sclSidePanl .soclicn .lm_facebook {
                color: #3b5998;
            }
            .catSideMenu .sclSidePanl .soclicn .lm_twitter {
                color: #1da1f2;
            }
            .catSideMenu .sclSidePanl .soclicn .lm_google_plus {
                color: #dd4d40;
            }
            .catSideMenu .sclSidePanl .soclicn .lm_youtube {
                color: #d8362a;
            }
            .catSideMenu .sclSidePanl .soclicn .lm_linkedin {
                color: #0274b3;
            }
            @media (max-width: 870px) {
                .catBlogMain {
                    margin-bottom: 25px;
                }
                .catBlogMain .catBlog:nth-child(6n) {
                    display: none;
                }
            }
            @media (max-width: 768px) {
                .catBlogMain .catBlog {
                    width: auto;
                }
                .catBlogMain .catBlog picture {
                    width: 45px;
                    height: 45px;
                }
                .catBlogMain .catBlog picture img {
                    max-width: 45px;
                }
                .catBlogMain .catBlog p {
                    font-size: 12px;
                }
                .catBlogMain .catBlog:nth-child(5n) {
                    display: none;
                }
            }
            @media (max-width: 480px) {
                .catBlogMain .catBlog:nth-child(4n),
                .catBlogMain .catBlog:nth-child(3n) {
                    display: none;
                }
            }
            .standard-post .post-image {
                height: 300px;
                display: flex;
                -webkit-border-radius: 5px 5px 0 0;
                -moz-border-radius: 5px 5px 0 0;
                -ms-border-radius: 5px 5px 0 0;
                border-radius: 5px 5px 0 0;
                overflow: hidden;
            }
            .standard-post .post-image .image {
                width: 100%;
            }
            .standard-post .post-image .image img {
                width: 100%;
                height: 100%;
                object-fit: cover;
            }
            .standard-post .post-details {
                display: block;
                background-color: rgba(255, 255, 255, 0.96);
                width: 88%;
                height: 230px;
                margin-top: -82px;
                margin-bottom: 40px;
                z-index: 1;
                position: relative;
                text-align: left;
            }
            .standard-post .post-details:hover .btm-line {
                -moz-transform: scaleX(1);
                -o-transform: scaleX(1);
                -ms-transform: scaleX(1);
                -webkit-transform: scaleX(1);
                transform: scaleX(1);
            }
            .standard-post .post-details:hover .post-title h2,
            .standard-post .post-details:hover .post-title h3 {
                color: #007bff;
            }
            .standard-post .post-details .btm-line {
                width: 100%;
                height: 3px;
                position: absolute;
                left: 0;
                bottom: 0;
                background-color: #007bff;
                -webkit-transition: transform ease-out 0.3s;
                -moz-transition: transform ease-out 0.3s;
                -ms-transition: transform ease-out 0.3s;
                -o-transition: transform ease-out 0.3s;
                transition: transform ease-out 0.3s;
                -moz-transform-origin: 0 50%;
                -o-transform-origin: 0 50%;
                -ms-transform-origin: 0 50%;
                -webkit-transform-origin: 0 50%;
                transform-origin: 0 50%;
                -moz-transform: scaleX(0.5);
                -o-transform: scaleX(0.5);
                -ms-transform: scaleX(0.5);
                -webkit-transform: scaleX(0.5);
                transform: scaleX(0.5);
            }
            .standard-post .post-details a {
                padding: 30px;
            }
            .standard-post .post-details .category-details {
                margin-bottom: 10px;
            }
            .standard-post .post-details .category-details .cat-icon {
                width: 50px;
                height: 50px;
                display: block;
                border-radius: 50%;
                display: flex;
                justify-content: center;
                align-items: center;
                overflow: hidden;
                border: 2px solid #ffffff;
                margin-top: -53px;
                background-color: #007bff;
            }
            .standard-post .post-details .category-details .cat-icon img {
                max-width: 100%;
                object-fit: contain;
            }
            .standard-post .post-details .category-details .category-title span,
            .standard-post .post-details .category-details .category-title .catlink {
                font-size: 14px;
                font-weight: 600;
                line-height: 35px;
                display: inline-block;
                color: #007bff;
            }
            .standard-post .post-details .category-details .category-tags span {
                font-size: 14px;
                font-weight: 600;
                line-height: 35px;
                display: inline-block;
                text-transform: uppercase;
                letter-spacing: 3px;
                color: #007bff;
            }
            .standard-post .post-details .post-title h2,
            .standard-post .post-details .post-title h3 {
                font-size: 20px;
                line-height: 32px;
                letter-spacing: 2px;
                font-weight: 500;
            }
            .standard-post.full-post .post-image {
                height: auto;
            }
            .standard-post.full-post .post-details {
               /* margin-top: -145px;
                margin-bottom: 50px;*/
                height: 82px;
                width: 78%;
            }
            .standard-post.full-post .post-details .category-details .cat-icon {
                display: block;
                text-align: center;
                border-radius: 50%;
                border: 2px solid #fefefe;
                margin-top: -53px;
                position: relative;
            }
            .standard-post.full-post .post-details .post-title h2,
            .standard-post.full-post .post-details .post-title h3 {
               /*font-size: 32px;*/
                line-height: 45px;
                letter-spacing: 2px;
                font-weight: 500;
            }
            .standard-post.horizontal {
                margin-bottom: 30px;
            }
            .standard-post.horizontal:first-child .inner {
                padding-top: 0;
            }
            .standard-post.horizontal .inner {
                display: flex;
                flex-wrap: nowrap;
                position: relative;
                padding: 15px 0;
            }
            .standard-post.horizontal .inner:hover .btm-line {
                -moz-transform: scaleX(1);
                -o-transform: scaleX(1);
                -ms-transform: scaleX(1);
                -webkit-transform: scaleX(1);
                transform: scaleX(1);
            }
            .standard-post.horizontal .inner .btm-line {
                width: 100%;
                height: 3px;
                position: absolute;
                left: 0;
                bottom: 0;
                background-color: #007bff;
                -webkit-transition: transform ease-out 0.3s;
                -moz-transition: transform ease-out 0.3s;
                -ms-transition: transform ease-out 0.3s;
                -o-transition: transform ease-out 0.3s;
                transition: transform ease-out 0.3s;
                -moz-transform-origin: 0 50%;
                -o-transform-origin: 0 50%;
                -ms-transform-origin: 0 50%;
                -webkit-transform-origin: 0 50%;
                transform-origin: 0 50%;
                -moz-transform: scaleX(0.5);
                -o-transform: scaleX(0.5);
                -ms-transform: scaleX(0.5);
                -webkit-transform: scaleX(0.5);
                transform: scaleX(0.5);
            }
            .standard-post.horizontal .post-image {
                width: 190px;
                height: 150px;
                display: flex;
                -webkit-border-radius: 0 0;
                -moz-border-radius: 0 0;
                -ms-border-radius: 0 0;
                border-radius: 0 0;
                overflow: hidden;
            }
            .standard-post.horizontal .post-image .image {
                width: 100%;
            }
            .standard-post.horizontal .post-image .image img {
                width: 100%;
                height: 100%;
                object-fit: cover;
            }
            .standard-post.horizontal .post-details {
                background-color: transparent;
                margin-top: 0;
                margin-bottom: 0;
                height: auto;
                flex: 1;
                display: flex;
                align-items: center;
            }
            .standard-post.horizontal .post-details a {
                padding: 0 20px;
                display: flex;
                justify-content: center;
                flex-direction: column;
                width: 100%;
                height: 100%;
            }
            .standard-post.horizontal .post-details .category-details {
                margin-bottom: 10px;
            }
            .standard-post.horizontal .post-details .category-details .category-title span {
                line-height: unset;
            }
            .standard-post.horizontal .post-details .category-details .category-tags span {
                line-height: unset;
            }
            .standard-post.horizontal .post-details .post-title h2,
            .standard-post.horizontal .post-details .post-title h3 {
                font-size: 16px;
                line-height: 22px;
                letter-spacing: 2px;
            }
            .standard-post.sideblog .post-details {
                margin-top: 0;
                width: 100%;
                height: auto;
            }
            .latestPost h3 {
                font-size: 21px;
                line-height: 36px;
                text-transform: uppercase;
                color: #0072bc;
                font-weight: 600;
                letter-spacing: 3.4px;
                margin-bottom: 30px;
            }
            .category-heading {
                display: flex;
                flex-wrap: nowrap;
                justify-content: space-between;
                align-items: center;
                margin-bottom: 20px;
            }
            .category-heading .category {
                display: flex;
                align-items: center;
            }
            .category-heading .category .icon {
                width: 50px;
                height: 50px;
                border-radius: 50%;
                display: flex;
                justify-content: center;
                align-items: center;
                flex: 0 0 auto;
                overflow: hidden;
                margin-right: 10px;
                background-color: #007bff;
            }
            .category-heading .category .icon img {
                max-width: 100%;
                object-fit: cover;
            }
            .category-heading .category .title {
                font-size: 22px;
                font-weight: 700;
                line-height: 35px;
                display: inline-block;
                letter-spacing: 3px;
                text-transform: uppercase;
                color: #007bff;
            }
            .category-heading .shortDesc {
                font-size: 17px;
                line-height: 26px;
                padding-left: 50px;
                font-weight: 500;
                text-align: right;
            }
            .category-heading .viewBtn {
                font-size: 16px;
                line-height: 36px;
                font-weight: 500;
                display: flex;
            }
            .category-heading .viewBtn span {
                font-size: 22px;
                letter-spacing: -3px;
                margin-left: 5px;
                font-weight: 400;
            }
            .feature_Category {
                background-color: #f5f5f5;
            }
            .feature_Category .indiCategories {
                padding: 80px 0 40px;
            }
            .feature_Category .category-heading .category .icon {
                border: 1px solid #fff;
            }
            .feature_Category .standard-post .post-details {
                width: 100%;
                height: 180px;
            }
            .feature_Category .standard-post .post-details .category-details .category-tags {
                display: none;
            }
            .feature_Category .standard-post .post-details .post-title h2,
            .feature_Category .standard-post .post-details .post-title h3 {
                font-size: 26px;
                line-height: 40px;
            }
            .feature_Category .standard-post .post-image {
                height: 350px;
            }
            @media (max-width: 1023px) {
                .standard-post {
                    margin: 0 0 30px;
                    width: 100%;
                }
                .standard-post[class*="col-"],
                .standard-post[class^=" col-"] {
                    width: 100%;
                }
                .standard-post[class*="col-"] + .standard-post[class*="col-"],
                .standard-post[class^=" col-"] + .standard-post[class*="col-"],
                .standard-post[class*="col-"] + .standard-post[class^=" col-"],
                .standard-post[class^=" col-"] + .standard-post[class^=" col-"] {
                    margin-top: 0;
                }
                .standard-post:first-child .inner {
                    padding-top: 0;
                }
                .standard-post .inner {
                    display: flex;
                    flex-wrap: nowrap;
                    position: relative;
                }
                .standard-post .inner .btm-line {
                    display: none;
                }
                .standard-post .post-image {
                    width: 190px;
                    height: 150px;
                    display: flex;
                    -webkit-border-radius: 0 0;
                    -moz-border-radius: 0 0;
                    -ms-border-radius: 0 0;
                    border-radius: 0 0;
                    overflow: hidden;
                }
                .standard-post .post-image .image {
                    width: 100%;
                }
                .standard-post .post-image .image img {
                    width: 100%;
                    height: 100%;
                    object-fit: cover;
                }
                .standard-post .post-details {
                    background-color: transparent;
                    margin-top: 0;
                    margin-bottom: 0;
                    height: auto;
                    flex: 1;
                    display: flex;
                    align-items: center;
                }
                .standard-post .post-details a {
                    padding: 0 20px;
                    display: flex;
                    justify-content: center;
                    flex-direction: column;
                    width: 100%;
                    height: 100%;
                }
                .standard-post .post-details .category-details {
                    margin-bottom: 10px;
                }
                .standard-post .post-details .category-details .cat-icon {
                    position: absolute;
                    width: 39px;
                    height: 39px;
                    left: calc(-39px / 2);
                    top: calc(-39px / 3);
                    margin: 0;
                }
                .standard-post .post-details .category-details .category-title span {
                    line-height: unset;
                }
                .standard-post .post-details .category-details .category-tags span {
                    line-height: unset;
                }
                .standard-post.full-post .post-image {
                    width: 100%;
                    height: auto;
                }
                .standard-post.full-post .inner {
                    display: inherit;
                }
                .standard-post.full-post .inner .btm-line {
                    display: block;
                }
                .standard-post.full-post .post-details {
                    background-color: #ffffff;
                    margin-top: 0;
                    margin-bottom: 50px;
                    height: auto;
                    width: 78%;
                }
                .standard-post.full-post .post-details a {
                    display: block;
                    padding: 30px;
                }
                .standard-post.full-post .post-details .category-details .cat-icon {
                    position: static;
                    margin-top: -53px;
                    margin-bottom: 10px;
                }
                .standard-post.horizontal .inner {
                    padding: 0;
                }
                .feature_Category .indiCategories {
                    padding: 40px 0 10px;
                }
                .feature_Category .standard-post .post-details {
                    width: 100%;
                    height: auto;
                }
                .feature_Category .standard-post .post-details .category-details .category-tags {
                    display: block;
                }
                .feature_Category .standard-post .post-details .category-details .category-tags span {
                    color: #fff !important;
                }
                .feature_Category .standard-post .post-details .post-title h2,
                .feature_Category .standard-post .post-details .post-title h3 {
                    font-size: 20px;
                    line-height: 32px;
                    color: #ffffff;
                }
                .feature_Category .standard-post .post-image {
                    width: 190px;
                    height: 150px;
                }
            }
            @media (max-width: 768px) {
                .category-heading {
                    flex-wrap: wrap;
                }
                .category-heading .shortDesc {
                    width: 100%;
                    font-size: 17px;
                    line-height: 26px;
                    padding-top: 10px;
                    padding-left: 0;
                    text-align: left;
                }
            }
            @media (max-width: 640px) {
                .standard-post .post-image {
                    width: 110px;
                    height: 110px;
                }
                .standard-post .post-details a {
                    padding: 0 0 0 20px;
                }
                .standard-post .post-details .post-title h2,
                .standard-post .post-details .post-title h3 {
                    font-size: 16px;
                    line-height: 22px;
                }
                .standard-post.full-post .post-details {
                    width: 100%;
                    margin-bottom: 0;
                }
                .standard-post.full-post .post-details .post-title h2,
                .standard-post.full-post .post-details .post-title h3 {
                    font-size: 25px;
                    line-height: 35px;
                }
                .standard-post.horizontal .post-image {
                    width: 110px;
                    height: 110px;
                }
                .feature_Category .indiCategories {
                    padding: 40px 0 10px;
                }
                .feature_Category .standard-post .post-image {
                    width: 110px;
                    height: 110px;
                }
                .feature_Category .standard-post .post-details .post-title h2,
                .feature_Category .standard-post .post-details .post-title h3 {
                    font-size: 16px;
                    line-height: 22px;
                }
                .category-heading .category .icon {
                    width: 35px;
                    height: 35px;
                }
                .category-heading .category .title {
                    font-size: 15px;
                }
                .category-heading .viewBtn {
                    font-size: 14px;
                }
                .category-heading .viewBtn span {
                    font-size: 20px;
                }
            }
            .trending h4 {
                font-size: 21px;
                text-transform: uppercase;
                font-weight: 600;
                letter-spacing: 3.4px;
                margin-bottom: 30px;
            }
            .trending-post {
                display: flex;
                align-items: center;
                padding: 0 0;
                margin-bottom: 30px;
            }
            .trending-post:first-child {
                padding-top: 0;
            }
            .trending-post:last-child {
                padding-bottom: 0;
            }
            .trending-post .post-image {
                position: relative;
            }
            .trending-post .post-image .image {
                display: flex;
                justify-content: center;
                align-items: center;
                height: 130px;
                width: 130px;
            }
            .trending-post .post-image .image img {
                height: 100%;
                object-fit: cover;
                max-width: 100%;
            }
            .trending-post .post-image .count {
                position: absolute;
                background-color: #ccc;
                width: 30px;
                height: 30px;
                display: flex;
                justify-content: center;
                align-items: center;
                -webkit-border-radius: 50%;
                -moz-border-radius: 50%;
                -ms-border-radius: 50%;
                border-radius: 50%;
                background-color: #007bff;
                color: #ffffff;
                right: -5px;
                top: -5px;
            }
            .trending-post .post-title {
                width: auto;
                height: auto;
                background: none;
                flex: 1;
                margin: 0 auto;
                font-size: 14px;
                line-height: 24px;
                letter-spacing: 1px;
                padding-left: 10px;
                font-weight: 500;
                text-transform: capitalize;
            }
            .blg_search {
                padding-bottom: 30px;
                position: relative;
            }
            .blg_search form {
                display: flex;
                background: #eeeeee;
                height: 69px;
                -webkit-border-radius: 3px;
                -moz-border-radius: 3px;
                -ms-border-radius: 3px;
                border-radius: 3px;
            }
            .blg_search form input {
                background-color: transparent;
                border: none;
                padding: 0 25px;
                flex: 1;
                font-size: 16px;
                line-height: 24px;
                color: #000;
            }
            .blg_search form input::-webkit-input-placeholder {
                color: #999999;
                letter-spacing: 2px;
                text-transform: uppercase;
            }
            .blg_search form input:-moz-placeholder {
                color: #999999;
                letter-spacing: 2px;
                text-transform: uppercase;
            }
            .blg_search form input::-moz-placeholder {
                color: #999999;
                letter-spacing: 2px;
                text-transform: uppercase;
            }
            .blg_search form input:-ms-input-placeholder {
                color: #999999;
                letter-spacing: 2px;
                text-transform: uppercase;
            }
            .blg_search form button,
            .blg_search form input[type="submit"],
            .blg_search form input[type="button"] {
                cursor: pointer;
                background-color: transparent;
                border: none;
                padding: 20px;
                color: #a0a0a0;
                font-size: 22px;
                line-height: 22px;
            }
            .blg_search ul {
                background: #ffffff;
                max-height: 300px;
                overflow-y: auto;
                overflow-x: hidden;
            }
            .blg_search ul li div,
            .blg_search ul li a {
                padding: 5px;
                cursor: pointer;
            }
            .blg_search ul li .ui-state-focus,
            .blg_search ul li .ui-state-active {
                margin: 0;
            }
            .blg_subscribe {
                background-color: #ededed;
                max-width: 360px;
                margin: 0 auto 30px;
                width: 100%;
            }
            .blg_subscribe h6 {
                background-color: #666666;
                text-transform: uppercase;
                letter-spacing: 3px;
                text-align: center;
                color: #ffffff;
                font-size: 16px;
                line-height: 24px;
                padding: 18px 20px;
            }
            .blg_subscribe .inner {
                padding: 25px;
            }
            .blg_subscribe .inner p {
                font-size: 14px;
                line-height: 24px;
                text-align: center;
                font-weight: 500;
                margin-bottom: 15px;
            }
            .blg_subscribe .inner .email-field {
                font-size: 14px;
                line-height: 24px;
                text-align: center;
                font-weight: 500;
                margin-bottom: 15px;
                display: block;
            }
            .blg_subscribe form {
                background: #eeeeee;
                -webkit-border-radius: 3px;
                -moz-border-radius: 3px;
                -ms-border-radius: 3px;
                border-radius: 3px;
            }
            .blg_subscribe form input {
                background-color: transparent;
                border: 1px solid #666666;
                padding: 0 25px;
                width: 100%;
                text-align: center;
                font-size: 16px;
                height: 60px;
                line-height: 60px;
                margin-bottom: 20px;
                color: #000;
            }
            .blg_subscribe form input::-webkit-input-placeholder {
                color: #999999;
                letter-spacing: 2px;
                text-transform: uppercase;
            }
            .blg_subscribe form input:-moz-placeholder {
                color: #999999;
                letter-spacing: 2px;
                text-transform: uppercase;
            }
            .blg_subscribe form input::-moz-placeholder {
                color: #999999;
                letter-spacing: 2px;
                text-transform: uppercase;
            }
            .blg_subscribe form input:-ms-input-placeholder {
                color: #999999;
                letter-spacing: 2px;
                text-transform: uppercase;
            }
            .blg_subscribe form button,
            .blg_subscribe form input[type="submit"],
            .blg_subscribe form input[type="button"] {
                cursor: pointer;
                margin-bottom: 20px;
                background-color: #007bff;
                border: none;
                padding: 0 0;
                color: #ffffff;
                text-transform: uppercase;
                letter-spacing: 2px;
                width: 100%;
                height: 60px;
                text-align: center;
                line-height: 60px;
            }
            .blg_subscribe ul {
                display: flex;
                justify-content: space-between;
            }
            .blg_subscribe ul li a {
                display: flex;
                flex-wrap: wrap;
                justify-content: center;
                align-items: center;
                width: 30px;
                height: 30px;
                background-color: #bbbbbb;
                -webkit-border-radius: 5px;
                -moz-border-radius: 5px;
                -ms-border-radius: 5px;
                border-radius: 5px;
                color: #ffffff;
            }
            .blg_subscribe ul li a:hover {
                background-color: #007bff;
            }
            .lstShrtBlg h3,
            .lstShrtBlg h4,
            .lstShrtBlg h5 {
                font-size: 21px;
                line-height: 36px;
                text-transform: uppercase;
                color: #007bff;
                font-weight: 600;
                letter-spacing: 3.4px;
                margin-bottom: 15px;
            }
            @media (max-width: 1023px) {
                .trending-post .post-image .image {
                    width: 190px;
                    height: 150px;
                }
                .trending-post .post-title {
                    font-size: 20px;
                    line-height: 32px;
                    letter-spacing: 2px;
                }
            }
            @media (max-width: 640px) {
                .trending-post .post-image .image {
                    width: 110px;
                    height: 110px;
                }
                .trending-post .post-title {
                    font-size: 16px;
                    line-height: 22px;
                }
            }
            .ftop {
                background-color: #f1f1f1;
            }
            .blogSub {
                position: relative;
                z-index: 2;
                height: 555px;
                background-position: 50%;
                background-repeat: no-repeat;
                display: flex;
                align-items: center;
                text-align: center;
            }
            .blogSub.innerCat {
                margin-bottom: -36px;
            }
            .blogSub img {
                object-fit: contain;
                margin-bottom: 50px;
            }
            .blogSub .subscribe {
                text-align: center;
                margin-bottom: 50px;
            }
            .blogSub .subscribe p {
                font-size: 17px;
                margin: 0 0 20px;
                text-transform: uppercase;
                letter-spacing: 6px;
                color: #ffffff;
            }
            .blogSub .subscribe .email-field {
                font-size: 14px;
                line-height: 24px;
                text-align: center;
                font-weight: 500;
                margin-top: 15px;
                color: #ffffff;
            }
            .blogSub .subscribe form {
                background-color: #ffffff;
                height: 65px;
                display: flex;
                width: 64%;
                margin: 0 auto;
                -webkit-border-radius: 65px;
                -moz-border-radius: 65px;
                -ms-border-radius: 65px;
                border-radius: 65px;
            }
            .blogSub .subscribe form input {
                flex: 1;
                border: none;
                padding: 0 30px;
                background-color: transparent;
                font-size: 16px;
            }
            .blogSub .subscribe form button,
            .blogSub .subscribe form input[type="submit"],
            .blogSub .subscribe form input[type="button"] {
                cursor: pointer;
                width: 255px;
                background-color: #2b7bf4;
                border: none;
                -webkit-border-radius: 65px;
                -moz-border-radius: 65px;
                -ms-border-radius: 65px;
                border-radius: 65px;
                padding: 0;
                color: #ffffff;
                font-size: 24px;
                line-height: 28px;
                letter-spacing: 2px;
                -webkit-box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.4);
                -moz-box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.4);
                box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.4);
            }
            @media (max-width: 980px) {
                .blogSub .subscribe form {
                    width: 100%;
                }
            }
            @media (max-width: 768px) {
                .blogSub img {
                    margin-bottom: 20px;
                }
                .blogSub .subscribe p {
                    text-shadow: 2px 2px 3px #000;
                }
                .blogSub .subscribe form {
                    width: 100%;
                    flex-wrap: wrap;
                    height: auto;
                    background: transparent;
                }
                .blogSub .subscribe form input {
                    width: 100%;
                    height: 65px;
                    background: #ffffff;
                    border-radius: 65px;
                    margin-bottom: 15px;
                    -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.4);
                    -moz-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.4);
                    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.4);
                }
                .blogSub .subscribe form button,
                .blogSub .subscribe form input[type="submit"],
                .blogSub .subscribe form input[type="button"] {
                    width: 100%;
                    height: 65px;
                    -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.4);
                    -moz-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.4);
                    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.4);
                }
            }
            @media (max-width: 640px) {
                .blogSub .subscribe form {
                    width: 80%;
                    -webkit-border-radius: 5px;
                    -moz-border-radius: 5px;
                    -ms-border-radius: 5px;
                    border-radius: 5px;
                }
                .blogSub .subscribe form input {
                    -webkit-border-radius: 5px;
                    -moz-border-radius: 5px;
                    -ms-border-radius: 5px;
                    border-radius: 5px;
                    height: 50px;
                }
                .blogSub .subscribe form button,
                .blogSub .subscribe form input[type="submit"],
                .blogSub .subscribe form input[type="button"] {
                    -webkit-border-radius: 5px;
                    -moz-border-radius: 5px;
                    -ms-border-radius: 5px;
                    border-radius: 5px;
                    height: 50px;
                    font-size: 18px;
                }
            }
            .col-large {
                width: 66.66667%;
            }
            .blgcontainer {
                width: 100%;
                max-width: 1170px;
                margin: 0 auto;
                padding: 0 15px;
            }
            .blogWarp {
                padding-top: 30px;
            }
            .blogWarp ~ .newsSubscribe_section {
                display: none;
            }
            .indiCategories {
                padding: 40px 0 0;
            }
            @media (max-width: 1023px) {
                .mainBlogCnt .col-large {
                    width: 100%;
                }
                .mainBlogCnt > .col-3 {
                    width: 100%;
                }
            }
            
            .blogTxtCnt p{
                text-align: justify;
                line-height: 1.6;
            }
.disableBtn{
    background-color: #172d4a8c !important;
}
.disableText{
    color: #172d4a8c !important;
}