@import url(https://fonts.googleapis.com/css?family=Catamaran:200,300,400,500,600,700,800,900);

@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700);

body {
  font-family: 'Open Sans',sans-serif;
  margin: 0;
  /* padding-top: 120px; */
  /* background: #f5f6f7; */
}

.lead,h1,h2,h3,h4,h5,h6 {
  font-family: Catamaran,sans-serif;
}

html {
  position: relative;
  overflow-x: hidden;
  min-height: 100%;
  background: #f5f5f5;
}

h1,h2,h3,h4,h5,h6 {
  font-weight: 400;
  margin: 10px 0;
  color: #212121;
}

h1 {
  line-height: 43px;
}

h2 {
  line-height: 35px;
}

h3 {
  line-height: 30px;
}

h3 small,h4 small,h5 small {
  color: #444;
}

h4 {
  line-height: 22px;
}

* {
  outline: 0!important;
}

a {
  color: #2075b3;
}

a:active,a:focus,a:hover {
  text-decoration: none;
  outline: 0;
}
.text-lft{
    text-align: left !important;
}
.tabs li.tab a,.tag,a {
  text-decoration: none;
}

.lead {
  font-size: 21px;
  color: #25282b;
}

.coupon-wrapper{}
.coupon-wrapper .coupon-wrapper-wrap{
        display: flex;
    gap: 20px;
}
.coupon-wrapper .coupon-wrapper-wrapc .coupon-data{
    flex : 1;
}
.coupon-wrapper .coupon-wrapper-wrapc .coupon-data{}
.coupon-wrapper .coupon-wrapper-wrap .coupon-contain{
    flex : 3;
}
.coupon-wrapper .coupon-wrapper-wrap .coupon-contain{}
.coupon-wrapper .coupon-wrapper-wrap .coupon-contain .coupon-title{}
.coupon-wrapper .coupon-wrapper-wrap .coupon-contain .coupon-title a{
        justify-content: flex-start !important;
        height : auto !important;
}
.coupon-wrapper .coupon-wrapper-wrap .button-contain{
    flex : 1;
}
.coupon-wrapper .coupon-wrapper-wrap .button-contain{}

.shadow {
  -webkit-transition: all .3s;
  transition: all .3s;
  box-shadow: 0 1px 2px #d9dadb;
}

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

.p-t-0 {
  padding-top: 0!important;
}

.p-t-10 {
  padding-top: 10px!important;
}

.p-t-20 {
  padding-top: 20px!important;
}

.p-b-10 {
  padding-bottom: 10px!important;
}

.p-b-30 {
  padding-bottom: 30px!important;
}

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

.m-r-5 {
  margin-right: 5px;
}

.m-r-10 {
  margin-right: 10px;
}

.m-r-15 {
  margin-right: 15px!important;
}

.m-l-10 {
  margin-left: 10px;
}

.m-l-15 {
  margin-left: 15px;
}

.m-t-5 {
  margin-top: 5px!important;
}

.m-t-0 {
  margin-top: 0!important;
}

.m-t-10 {
  margin-top: 10px!important;
}

.m-t-15 {
  margin-top: 15px!important;
}

.m-t-20 {
  margin-top: 20px;
}

.m-t-30 {
  margin-top: 30px!important;
}

.m-t-40 {
  margin-top: 40px!important;
}

.m-b-0 {
  margin-bottom: 0;
}

.m-b-5 {
  margin-bottom: 5px;
}

.m-b-10 {
  margin-bottom: 10px;
}

.m-b-15 {
  margin-bottom: 15px;
}

.m-b-20 {
  margin-bottom: 20px;
}

.m-b-30 {
  margin-bottom: 30px;
}

.l-h-34 {
  line-height: 34px;
}

.font-light {
  font-weight: 300;
}

.wrapper-md {
  padding: 20px;
}

.pull-in {
  margin-right: -15px;
  margin-left: -15px;
}

.b-b-0 {
  border-bottom: 0!important;
}

.b-0 {
  border: none!important;
}

.btn-ld {
    background: #0f76bd;
    border-radius: 5px;
    color: #fff;
}
.btn-ld:hover{
    background: #17a79e;
    border-radius: 5px;
    color: #fff;   
}
.btn-clr{
    background-color: #0F76BD;
    color: #fff;
}
.btn-clr:hover{
    background-color: #00c37c;
    color: #fff;
}
/* Featured Coupon */
.horizontal-coupon.coupon {
    min-height: 175px;
}
.coupon {
    border: 1px solid #ddd;
    float: left;
    margin-bottom: 30px;
    padding: 10px;
    position: relative;
    width: 100%;
    background: #fff;
}
.coupon-links {
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
}
.coupon-links>li:last-child {
    border-right: 0 solid;
    margin-right: 0;
    padding-right: 0;
}
.coupon-links>li {
    border-right: 1px solid #ddd;
    float: left;
    margin-right: 10px;
    padding-right: 10px;
    list-style: none;
}
.coupon-links>li a {
    color: #333;
    display: block;
    font-size: 13px;
    padding: 2px 5px;
}
.coupon-links>li.exclusive a .fa, .coupon-links>li.used a .fa, .coupon-links>li.verified a .fa {
    color: #0F76BD;
}
.coupon-links>li a .fa {
    margin-right: 5px;
}
.coupon-img.horizontal-coupon-img {
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #ddd;
    padding:5px;
}
.coupon-img {
    float: left;
    margin: 10px 10px 0 0;
    width: 90px;
}
.coupon-img.horizontal-coupon-img img {
    height: auto;
    border: none;
}
.coupon-img amp-img, .coupon-img img {
    border: 1px solid #ddd;
    float: left;
    height: 90px;
    width: 90px;
}
.coupon-content {
    float: left;
    width: calc(100% - 100px);
}
.thrice .coupon-content h3 {
    height: 80px;
    line-height: 80px;
    font-size: 20px;
}
.coupon-content h3 {
    color: #f34703;
    font-size: 17px;
    font-weight: 400;
    height: 54px;
    line-height: 54px;
    margin: 7px 0 5px;
}
.coupon-head a {
    display: inline-block;
    color: #000000;
    line-height: normal;
    font-size: 15px;
}
.expiry {
    float: left;
    color: #666;
    font-size: 13px;
    padding-top: 6px;
}
.expiry .fa {
    color: #0F76BD;
}

.code-btn {
    float: right;
}

/* Featured Coupon End */

.no-border {
  border: none;
}
.closebtn {
    display: none;
}
.mb-menu-top{
  display: none;
}
span.nav_open {
    display: block;
    font-size: 30px;
    cursor: pointer;
    color: #fff;
    margin-top: 10px;
}
#custom-search-input {
    margin:0;
    margin-top: 5px;
    padding: 0;
}
 
#custom-search-input .search-query {
    padding-right: 3px;
    padding-right: 4px \9;
    padding-left: 3px;
    padding-left: 4px \9;
    /* IE7-8 doesn't have border-radius, so don't indent the padding */

    margin-bottom: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
 
#custom-search-input button {
    border: 0;
    background: none;
    /** belows styles are working good */
    padding: 2px 5px;
    margin-top: 2px;
    position: relative;
    left: -28px;
    /* IE7-8 doesn't have border-radius, so don't indent the padding */
    margin-bottom: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color:#D9230F;
}
 
.search-query:focus + button {
    z-index: 3;   
}


div#store_load_more_button {
    width: 100%;
    margin: 0 auto;
    padding-top: 30px;
}
.cnt-form{
  background: #fff;
  padding-top: 20px;
  padding-bottom: 20px;
}
.cnt-inner{
  padding: 15px;
}
.content-sub-title {
    font-size: 16px;
    margin: 0;
    text-align: center;
    line-height: 1.5;
}
.cnt-input input{
    -webkit-box-shadow: 0 0 3px 0 rgba(0,0,0,.1);
    -moz-box-shadow: 0 0 3px 0 rgba(0,0,0,.1);
    box-shadow: 0 0 3px 0 rgba(0,0,0,.1);
}
.sep {
    width: 100%;
    height: 1px;
    margin: 30px 0;
    background: #ddd;
}

.container {
    width: 94%;
    max-width: 1370px;
}

.header .top-nav .topbar-left .logo img {
    min-width: 90px;
}

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

.categ-store-logo{
    width: 12.5%;
    padding: 5px;
}
.space-40{
    padding: 0px 0px 40px;
}
.thumb-inside .thumbnail img {
    max-width: 120px;
    width: 100%;
    min-height: 60px;
    height: 100%;
    vertical-align: middle;
    padding: 5px;
    background-color: #fff;
    object-fit: contain;
}
.sidebar-thumbnail{
    padding-right: 5px;
    padding-left: 5px;
}
.clr{
    color: #0f76bd;
}
.meta a {
    font-weight: 600;
}
.bg-white{
  background-color: #fff;
} 
.bg-gray{
  background-color: #f1f1f1;
}     
.footer {
  background-color: #f9f9f9;
}
.categ-stores{
    list-style: none;
    padding-left: 0;
    display: flex;
    flex-wrap: wrap;
}
.btn-load-more {
    width: 200px;
    font-size: 22px;
    font-weight: 600;
}
.categ-store-logo{
    position: relative;
}

.str_logo img {
    min-height: 100px;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    padding: 10px;
    background-color: #fff;
    border: 1px solid #ddd;
    object-fit: contain;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}

.str_logo .stor-name {
    opacity: 0;
    position: absolute;
    top: 6px;
    right: 6px;
    bottom: 6px;
    left: 6px;
    background: #0F76BD;
    color: #fff;
    z-index: 2;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear;
    /* ✅ FIX */
    padding: 10px;
    box-sizing: border-box;
    line-height: 1.3;

    overflow: hidden;
    font-size: 10px;
    letter-spacing: 1px;
}
.str_logo:hover .stor-name, .str_logo:focus .stor-name {
    transform: rotateX(0deg);
    opacity: 1;
}
.str_logo:hover img, .str_logo:focus img {
    -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,.15);
    -moz-box-shadow: 0 0 10px 0 rgba(0,0,0,.15);
    box-shadow: 0 0 10px 0 rgba(0,0,0,.15);
}
a.str_logo {
    min-width: 123px;
}
.catg-logo img{
    background: #4b476d;
}
.str_logo .catg-name {
    background: #9892c5;
}

.BlogBox {
    margin: 0px 0 30px;
    background: #fff;
}
.inlineContainer {
    vertical-align: top;
    position: relative;
    width: 100%;
}
.noSelect, img {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.allcategoriesScreen .catBox {
    padding-top: 15px;
    padding-bottom: 15px;
}
.allcategoriesScreen .catBox a {
    -webkit-perspective: 1000;
    -moz-perspective: 1000;
    -o-perspective: 1000;
    perspective: 1000;
    display: block;
    background: #fff;
    font-size: 15px;
    font-weight: 600;
}
.allcategoriesScreen .catBox a .flipper {
    border: 1px solid #ddd;
    -webkit-transition: .6s;
    -webkit-transform-style: preserve-3d;
    -moz-transition: .6s;
    -moz-transform-style: preserve-3d;
    -o-transition: .6s;
    -o-transform-style: preserve-3d;
    transition: .6s;
    transform-style: preserve-3d;
    position: relative;
    min-height: 180px;
    display: flex;
    align-items: center;
    vertical-align: middle;
}
.allcategoriesScreen .catBox a span {
    position: absolute;
    width: 100%;
    top: 50%;
    margin-top: -5px;
    padding: 0 15px;
    line-height: 18px;
    transform: translateY(-50%);
    color: #252525;
    display: block;
    text-align: center;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
}
.allcategoriesScreen .catBox a span::after {
    content: "";
    position: absolute;
    bottom: -10px;
    width: 20px;
    height: 2px;
    background: #4b476d;
    left: 0;
    right: 0;
    margin: auto;
}
.allcategoriesScreen .catBox a img {
    position: relative;
    width: 100%;
    display: none;
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
}
.allcategoriesScreen .catBox a:hover .flipper {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
    background: #0F76BD;
}

.allcategoriesScreen .catBox a:hover img {
    background: #0F76BD;
    display: block; 
}
.side-bar-content h3 {
    font-size: 18px;
    font-weight: 600;
    text-align: center;
}
.side-bar-content p {
    font-size: 14px;
}
.sidebar-categ{
  list-style: none;
  padding-left: 0;
}

.sidebar-categ li a{
    padding: 10px 30px;
    margin-bottom: 10px;
    border-left: 5px solid #0F76BD;
    color: #252525;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
    -webkit-box-shadow: 0 0 3px 0 rgba(0,0,0,.1);
    -moz-box-shadow: 0 0 3px 0 rgba(0,0,0,.1);
    box-shadow: 0 0 3px 0 rgba(0,0,0,.1);
    width: 100%;
    display: block;
}

.evn-space{
    padding-left: 5px;
    padding-right: 5px;
}

.event_bx {
    position: relative;
    overflow: hidden;
    margin: 0px;
    width: 100%;
    color: #ffffff;
    text-align: center;
    font-size: 16px;
    background-color: #4b476d;
    height: 200px;
}

.event_bx * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.45s ease;
    transition: all 0.45s ease;
}

.event_bx img {
    vertical-align: top;
    max-width: 100%;
    backface-visibility: hidden;
    margin: 0 auto;
    display: block;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    padding: 5px;
    background-color: #fff;
    
    object-fit: cover;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}

.event_bx figcaption {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
    align-items: center;
    bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.event_bx h3,
.event_bx h5 {
    margin: 0;
    opacity: 0;
    letter-spacing: 1px;
}

.event_bx h3 {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    text-transform: uppercase;
    color: #ffffff;
    text-align: center;
    padding: 10px;
}

.event_bx h5 {
    font-weight: normal;
    font-style: italic;
    color: #888;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
}

.event_bx a {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
}

.event_bx:hover > img,
.event_bx.hover > img {
    opacity: 0.1;
}

.event_bx:hover h3,
.event_bx.hover h3,
.event_bx:hover h5,
.event_bx.hover h5 {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}

.BlogBox .blogDescr {
    padding: 20px 0;
    text-align: center;
}
.BlogBox .blogDescr span {
    color: #16b1ef;
    font-size: 16px;
    font-weight: 600;
}
.BlogBox .blogDescr span a {
    display: inline-block;
    vertical-align: top;
    color: #16b1ef;
}
.BlogBox .blogDescr h1 {
    min-height: 45px;
    display: flex;
    align-items: center;
    line-height: 1;
}
.BlogBox .blogDescr h1 {
    font-size: 18px;
    font-weight: 700;
    margin: 10px 0;
}
.BlogBox .blogDescr h1 a {
    color: #252525;
    text-transform: uppercase;
}
.BlogBox .blogDescr h3 {
    font-size: 14px;
    margin-bottom: 15px;
}
.BlogBox .blogDescr h3 a {
    display: inline-block;
    vertical-align: top;
}
.BlogBox .blogDescr .rdmre {
    max-width: 150px;
    margin: 0 auto;
    display: block;
}
.rdmre {
    padding: 0 35px;
    line-height: 40px;
    height: 40px;
    cursor: pointer;
    color: #fff;
    border: 0;
    font-size: 14px;
    background: #16b1ef;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}
.blog-categ-heading a {
    font-size: 24px;
    margin-bottom: 20px;
    display: block;
}

.blog {
    padding: 50px 0;
}
.home-blog .b-img {
    position: relative;
    overflow: hidden;
    height: 140px;
}
.home-blog .b-over {
    position: absolute;
    top: 0px;
    height: 100%;
    width: 100%;
    background: rgba(0,0,0,0.75);
    text-align: center;
    opacity: 0;
    -webkit-transition: 0.4s ease-in-out;
    -moz-transition: 0.4s ease-in-out;
    -ms-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}

.home-blog .b-over a {
    border: 1px solid #fff;
    height: 45px;
    width: 45px;
    border-radius: 50%;
    display: inline-block;
    line-height: 43px;
    font-size: 18px;
    color: #fff;
    margin-top: 28%;
}
.home-blog .b-details h6 a {
    font-size: 15px;
    color: #222222;
    text-transform: uppercase;
    font-weight: bold;
}
.home-blog .b-details {
    padding: 20px;
    background: #f8f8f8;
    margin-bottom: 20px;
    height: 200px;
    overflow: hidden;
}

.b-img .wp-post-image {
    width: 100%;
    object-fit: cover;
    height: 100%;
}
.blog-detail {
    background: #fff;
}
.blog-detail p{
    font-size: 15px;
    line-height: 1.5;
    color: #000;
    margin-bottom: 15px;
}
.blog-detail .heading-title{
    padding-top: 20px;
}
.blog-detail-img {
    max-width: 100%;
    width: 100%;
    height: auto;
    margin: auto;
    display: block;
}
.ftr-links{
    padding-left: 0;
}
.ftr-links li{
    list-style: none;
    padding-left: 0;
}
.ftr-links li a{
    text-decoration: none;
    line-height: 2em;
    color: #ffffff;
}
.footer h5{
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
}
.sort-list{
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: 3px dotted #ffffff;
    border-bottom: 3px dotted #ffffff;
    margin-bottom: 30px; 
}
.sort-list h6{
    color: #fff;
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
}
.sort-list ul {
    text-align: center;
    display: -webkit-inline-box;
    display: inline-block;
}
.sort-list ul li{
    list-style: none;
    margin: 0;
    display: inline-block;
}
.sort-list ul li a{
    display: block;
    text-decoration: none;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    padding: 3px;
}
.space-b-30{
  padding-bottom: 30px;
}
.heading-title {
    font-size: 30px;
    padding: 0;
    margin: 0;
    font-weight: 700;
    color: #4b476d;
}
.sub-heading{
    font-size: 20px;
    padding: 0;
    margin: 0;
    font-weight: 600;
    color: #4b476d;
}
.categ-image {
    background: #0F76BD;
    position: relative;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0,0,0,.1);
    -moz-box-shadow: 0 2px 4px 0 rgba(0,0,0,.1);
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.1);
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
#wrapper {
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.space-md {
  padding-top: 90px;
  padding-bottom: 90px;
}

.space-lg {
  padding-top: 130px;
  padding-bottom: 130px;
}
.vertical-alignment-helper {
    display: table;
    height: 100%;
    width: 100%;
    margin: 0 auto;
}
.vertical-align-center {
    display: table-cell;
    vertical-align: middle;
}
.codeCopy {
    background-color: #FFFFFF;
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
    height: 54px;
}
.codeCopy .code {
    font-size: 22px;
    font-weight: 700;
    color: #27394c;
    flex: 1;
    padding: 0 30px;
    flex: 0 0 auto;
    display: flex;
    width: calc(100% - 100px);
    text-align: center;
}
.codeCopy .cpyBtn {
    background-color: #0F76BD;
    min-width: 100px;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

a.btn.btn-primary.btn-load-more {
    background: #0f76bd !important;
    border-color: #0f76bd !important;
}

.page {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.vertical-align-wrap {
  position: absolute;
  display: table;
  width: 100%;
  height: 100%;
}

.vertical-align {
  display: table-cell;
  background: #fff;
}

.vertical-align--middle {
  vertical-align: middle;
}

.vertical-align--bottom {
  vertical-align: bottom;
}

.page-title {
  margin-top: 7px;
  margin-bottom: 27px;
}

.social-links li a {
  line-height: 30px;
  display: inline-block;
  width: 30px;
  height: 30px;
  text-align: center;
  color: #7a7676;
  border-radius: 50%;
  background: #eff0f4;
}

.btn {
  border-radius: 5px;
}

.btn-danger,.btn-info,.btn-inverse,.btn-pink,.btn-primary,.btn-purple,.btn-success,.btn-warning {
  color: #fff!important;
}

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

.btn-default:active,.btn-default:focus,.btn-default:hover {
  border-color: #c2ced4;
  background-color: #f7f8fa;
}

.btn-default.active,.btn-default:active,.open>.dropdown-toggle.btn-default {
  border-color: #dae2ed;
  background-color: #f7f8fa;
}

.btn-primary {
  border: 1px solid #6a76fc!important;
  background-color: #6a76fc!important;
}

.btn-primary.active,.btn-primary.focus,.btn-primary:active,.btn-primary:focus,.btn-primary:hover,.open>.dropdown-toggle.btn-primary {
  border: 1px solid #515ffb!important;
  background-color: #515ffb!important;
}

.btn-success {
  border: 1px solid #f30!important;
  background-color: #f30!important;
}

.btn-success.active,.btn-success.focus,.btn-success:active,.btn-success:focus,.btn-success:hover,.open>.dropdown-toggle.btn-success {
  border: 1px solid #6fa255!important;
  background-color: #6fa255!important;
}

.btn-info {
  border: 1px solid #3ddcf7!important;
  background-color: #3ddcf7!important;
}

.btn-info.active,.btn-info.focus,.btn-info:active,.btn-info:focus,.btn-info:hover,.open>.dropdown-toggle.btn-info {
  border: 1px solid #25d8f6!important;
  background-color: #25d8f6!important;
}

.btn-warning {
  border: 1px solid #fa0!important;
  background-color: #fa0!important;
}

.btn-warning.active,.btn-warning.focus,.btn-warning:active,.btn-warning:focus,.btn-warning:hover,.open>.dropdown-toggle.btn-warning {
  border: 1px solid #e69900!important;
  background-color: #e69900!important;
}

.btn-danger {
  border: 1px solid #0f76bd!important;
  background-color: #0f76bd!important;
}

.btn-danger.active,.btn-danger.focus,.btn-danger:active,.btn-danger:focus,.btn-danger:hover,.open>.dropdown-toggle.btn-danger {
  border: 1px solid #ed3c39!important;
  background-color: #ed3c39!important;
}

.btn-inverse {
  border: 1px solid #4c5667!important;
  background-color: #4c5667!important;
}

.btn-inverse.active,.btn-inverse.focus,.btn-inverse:active,.btn-inverse:focus,.btn-inverse:hover,.open>.dropdown-toggle.btn-inverse {
  border: 1px solid #414a58!important;
  background-color: #414a58!important;
}

.btn-purple {
  border: 1px solid #7266ba!important;
  background-color: #7266ba!important;
}

.btn-purple:active,.btn-purple:focus,.btn-purple:hover {
  border: 1px solid #6254b2!important;
  background-color: #6254b2!important;
}

.btn-pink {
  border: 1px solid #f76397!important;
  background-color: #f76397!important;
}

.btn-pink:active,.btn-pink:focus,.btn-pink:hover {
  border: 1px solid #f64b87!important;
  background-color: #f64b87!important;
}

.btn-border {
  border: 1px solid #f30;
  background: #fff;
}

.btn-border:active,.btn-border:focus,.btn-border:hover {
  color: #fff;
}

.breadcrmb-wrap {
  background-color: #fff;
  box-shadow: 0 1px 2px #d9dadb;
}

.breadcrmb-wrap a.btn {
  margin-top: 13px;
}

.breadcrmb-wrap a.btn i {
  padding-right: 7px;
  vertical-align: text-bottom;
}

.breadcrumb {
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 10px 20px 10px 0;
  background-color: transparent;
}

.breadcrumb li a {
  color: #25282b;
}

.dropdown-menu {
  padding: 4px 0;
  -webkit-animation: dropdownOpen .3s ease-out;
  animation: dropdownOpen .3s ease-out;
  border: 0;
  box-shadow: 0 2px 5px 0 rgba(0,0,0,.26);
}

.dropdown-menu>li>a {
  padding: 6px 20px;
}

.bg-primary {
  background-color: #6e8cd7!important;
}

.bg-success {
  background-color: #33b86c!important;
}

.bg-info {
  background-color: #29b6f6!important;
}

.bg-warning {
  background-color: #ffd740!important;
}

.bg-danger {
  background-color: #f30!important;
}

.bg-muted {
  background-color: #d0d0d0!important;
}

.bg-inverse {
  background-color: #212121!important;
}

.bg-purple {
  background-color: #7e57c2!important;
}

.bg-pink {
  background-color: #ec407a!important;
}

.bg-white {
  background-color: #fff!important;
}

.text-white {
  color: #fff;
}

.text-danger {
  color: #ef5350;
}

.text-muted {
  color: #98a6ad;
}

.text-primary {
  color: #6e8cd7;
}

.text-warning {
  color: #ffd740;
}

.text-success {
  color: #33b86c;
}

.text-info {
  color: #29b6f6;
}

.text-inverse {
  color: #212121;
}

.text-pink {
  color: #ec407a;
}

.text-purple {
  color: #7e57c2;
}

.text-dark {
  color: #212121!important;
}

.form-control {
  font-size: 14px;
  height: auto;
  margin-bottom: 15px;
  padding: 9px 10px;
  border: 1px solid #eee;
  border-radius: 2px;
  box-shadow: none;
}

.form-control:focus {
  border: 1px solid #e0e0e0;
  background: #fff;
  box-shadow: none;
}

.select-search .btn-group {
  width: 100%;
  margin: 7px 0 16px;
}

.form-horizontal.select-search .form-group {
  margin-right: 0;
  margin-left: 0;
}

.form-horizontal.select-search .form-group .btn {
  margin-top: 5px;
  padding: 8px 12px;
}

.checkbox.checkbox-inline,.radio.radio-inline {
  margin-top: 0;
}

.select-search .btn-group label.btn {
  width: 33.33333%;
}

.input-lg {
  height: 45px;
}

label {
  font-size: 14px;
  font-weight: 400;
}

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

.btn-group>.btn.active,.btn-group>.btn:active,.btn-group>.btn:focus,.btn-group>.btn:hover {
  z-index: 2;
  border-color: #eee;
  background: rgba(242,242,247,.86);
  box-shadow: none;
}

.select-search .btn-group label.btn i {
  font-size: 21px;
  display: block;
  padding-bottom: 8px;
}

.select-search .control-label {
  margin-bottom: 2px;
  padding-top: 2px;
  text-align: right;
}

.select-search .form-group {
  margin-bottom: 5px;
}

.label {
  font-size: 75%;
  font-weight: 400;
  line-height: 10px;
  display: inline;
  padding: 6px 0 8px;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  color: #fff;
  border-radius: 2px;
}

.checkbox {
  padding-left: 20px;
}

.checkbox label {
  position: relative;
  display: inline-block;
  padding-left: 5px;
}

.checkbox label::after,.checkbox label::before {
  position: absolute;
  left: 0;
  display: inline-block;
  margin-left: -20px;
}

.checkbox label::before {
  width: 17px;
  height: 17px;
  content: '';
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  border: 1px solid #ccc;
  border-radius: 3px;
  outline: 0!important;
  background-color: #fff;
}

.checkbox label::after {
  font-size: 11px;
  top: 0;
  width: 16px;
  height: 16px;
  padding-top: 1px;
  padding-left: 3px;
  color: #555;
}

.checkbox-danger input[type=checkbox]:checked+label::after,.checkbox-info input[type=checkbox]:checked+label::after,.checkbox-primary input[type=checkbox]:checked+label::after,.checkbox-success input[type=checkbox]:checked+label::after,.checkbox-warning input[type=checkbox]:checked+label::after {
  color: #fff;
}

.checkbox input[type=checkbox] {
  z-index: 1;
  cursor: pointer;
  opacity: 0;
  outline: 0!important;
}

.checkbox input[type=checkbox]:disabled+label {
  opacity: .65;
}

.checkbox input[type=checkbox]:focus+label::before {
  outline: 0;
  outline-offset: -2px;
}

.checkbox input[type=checkbox]:checked+label::after {
  font-family: themify;
  content: '\e64c';
}

.header .navigation-menu,.nav-tabs>li.active>a,.nav-tabs>li.active>a:focus,.nav-tabs>li.active>a:hover,.nav.nav-tabs,.nav.nav-tabs>li>a,.nav.tabs-vertical>li>a,.tabs-vertical>li.active>a,.tabs-vertical>li.active>a i,.tabs-vertical>li.active>a:focus,.tabs-vertical>li.active>a:hover {
  font-family: Catamaran,sans-serif;
}

.checkbox input[type=checkbox]:disabled+label::before {
  cursor: not-allowed;
  background-color: #ddd;
}

.checkbox.checkbox-circle label::before {
  border-radius: 50%;
}

.checkbox.checkbox-single label {
  height: 17px;
}

.checkbox-primary input[type=checkbox]:checked+label::before {
  border-color: #6e8cd7;
  background-color: #6e8cd7;
}

.checkbox-danger input[type=checkbox]:checked+label::before {
  border-color: #ef5350;
  background-color: #ef5350;
}

.checkbox-info input[type=checkbox]:checked+label::before {
  border-color: #29b6f6;
  background-color: #29b6f6;
}

.checkbox-warning input[type=checkbox]:checked+label::before {
  border-color: #ffd740;
  background-color: #ffd740;
}

.checkbox-success input[type=checkbox]:checked+label::before {
  border-color: #33b86c;
  background-color: #33b86c;
}

.radio {
  padding-left: 20px;
}

.radio label {
  position: relative;
  display: inline-block;
  padding-left: 5px;
}

.radio label::after,.radio label::before {
  position: absolute;
  display: inline-block;
  margin-left: -20px;
}

.radio label::before {
  left: 0;
  width: 17px;
  height: 17px;
  content: '';
  -webkit-transition: border .5s ease-in-out;
  transition: border .5s ease-in-out;
  border: 1px solid #ccc;
  border-radius: 50%;
  outline: 0!important;
  background-color: #fff;
}

.radio label::after {
  top: 3px;
  left: 3px;
  width: 11px;
  height: 11px;
  content: ' ';
  -webkit-transition: -webkit-transform .1s cubic-bezier(.8,-.33,.2,1.33),-webkit-transform .1s cubic-bezier(.8,-.33,.2,1.33);
  transition: transform .1s cubic-bezier(.8,-.33,.2,1.33),-webkit-transform .1s cubic-bezier(.8,-.33,.2,1.33);
  -webkit-transform: scale(0,0);
  -ms-transform: scale(0,0);
  transform: scale(0,0);
  border-radius: 50%;
  background-color: #555;
}

.radio-primary input[type=radio]+label::after,.radio-primary input[type=radio]:checked+label::after {
  background-color: #6e8cd7;
}

.radio input[type=radio] {
  z-index: 1;
  cursor: pointer;
  opacity: 0;
  outline: 0!important;
}

.radio input[type=radio]:disabled+label {
  opacity: .65;
}

.radio input[type=radio]:focus+label::before {
  outline: 0;
  outline-offset: -2px;
}

.radio input[type=radio]:checked+label::after {
  -webkit-transform: scale(1,1);
  -ms-transform: scale(1,1);
  transform: scale(1,1);
}

.radio input[type=radio]:disabled+label::before {
  cursor: not-allowed;
}

.radio.radio-single label {
  height: 17px;
}

.radio-primary input[type=radio]:checked+label::before {
  border-color: #6e8cd7;
}

.radio-danger input[type=radio]+label::after,.radio-danger input[type=radio]:checked+label::after {
  background-color: #ef5350;
}

.radio-danger input[type=radio]:checked+label::before {
  border-color: #ef5350;
}

.radio-info input[type=radio]+label::after,.radio-info input[type=radio]:checked+label::after {
  background-color: #29b6f6;
}

.radio-info input[type=radio]:checked+label::before {
  border-color: #29b6f6;
}

.radio-warning input[type=radio]+label::after,.radio-warning input[type=radio]:checked+label::after {
  background-color: #ffd740;
}

.radio-warning input[type=radio]:checked+label::before {
  border-color: #ffd740;
}

.radio-success input[type=radio]+label::after,.radio-success input[type=radio]:checked+label::after {
  background-color: #33b86c;
}

.radio-success input[type=radio]:checked+label::before {
  border-color: #33b86c;
}

.color-green {
  color: #33b86c;
}

.label-primary {
  background-color: #6e8cd7;
}

.label-success {
  background-color: #33b86c;
}

.label-info {
  background-color: #29b6f6;
}

.label-warning {
  background-color: #ffd740;
}

.label-danger {
  background-color: #ef5350;
}

.label-purple {
  background-color: #7e57c2;
}

.label-pink {
  background-color: #f30;
}

.label-inverse {
  background-color: #212121;
}

.badge {
  font-size: 12px;
  font-weight: 400;
  margin-top: 1px;
  padding: 3px 5px;
}

.badge-xs {
  font-size: 9px;
}

.badge-sm,.badge-xs {
  -webkit-transform: translate(0,-2px);
  -ms-transform: translate(0,-2px);
  transform: translate(0,-2px);
}

.badge-primary {
  background-color: #6e8cd7;
}

.badge-success {
  background-color: #33b86c;
}

.badge-info {
  background-color: #29b6f6;
}

.badge-warning {
  background-color: #ffd740;
}

.badge-purple {
  background-color: #7e57c2;
}

.badge-pink {
  background-color: #ec407a;
}

.badge-inverse {
  background-color: #212121;
}

.pagination {
  display: inline-block;
  margin: 30px 0;
  padding-left: 0;
  border-radius: 4px;
  box-shadow: 0 1px 2px #d9dadb;
}

.pagination>li>a {
  font-size: 14px;
  color: #25282b;
  border: 1px solid #eee;
  background-color: #fff;
}

.pagination>li>span {
  color: #373e4a;
  border: 1px solid #eee;
  background-color: #fff;
}

.pagination>.active>a,.pagination>.active>a:focus,.pagination>.active>a:hover,.pagination>.active>span,.pagination>.active>span:focus,.pagination>.active>span:hover {
  border-color: #f30;
  background-color: #f30;
}

.pagination-lg>li:first-child>a,.pagination-lg>li:first-child>span {
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
  background-color: #fff;
}

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

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

.tabs,.tabs li.tab {
  background-color: #fff;
}

.tabs {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  white-space: nowrap;
}

.tabs li.tab {
  display: block;
  float: left;
  margin: 0;
  text-align: center;
}

.tabs li.tab a {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: color .28s ease;
  transition: color .28s ease;
  color: #ee6e73;
}

.tabs li.tab a.active {
  color: #6e8cd7!important;
}

.tabs .indicator {
  position: absolute;
  bottom: 0;
  height: 2px;
  background-color: #6e8cd7;
  will-change: left,right;
}

.tabs-top .indicator {
  top: 0;
}

.nav.nav-tabs+.tab-content {
  position: relative;
  z-index: 2;
  margin-bottom: 30px;
  padding: 20px;
  background: #fff;
  box-shadow: 0 1px 2px #d9dadb;
}

.tabs-vertical-env {
  margin-bottom: 30px;
  background-color: #ddd;
}

.tabs-vertical-env .tab-content {
  display: table-cell;
  padding: 30px;
  vertical-align: top;
  background: #fff;
}

.tabs-vertical-env .nav.tabs-vertical {
  display: table-cell;
  width: 150px;
  min-width: 120px;
  vertical-align: top;
}

.nav.nav-tabs>li>a i,.table>tbody>tr>td.middle-align,.table>thead>tr>td.middle-align {
  vertical-align: middle;
}

.tabs-vertical-env .nav.tabs-vertical li.active>a {
  background-color: #fff;
}

.tabs-vertical-env .nav.tabs-vertical li>a {
  text-align: center;
  white-space: nowrap;
  color: #333;
}

.nav.nav-tabs>li.active>a {
  border: 0;
  background-color: #fff;
  box-shadow: 0 1px 2px #d9dadb;
}

.nav.nav-tabs.solo-nav>li.active>a {
  border: 0;
  border-top: 0;
  background-color: #fff;
}

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

.modal-content .nav.nav-tabs+.tab-content,.modal-content .panel-group,.tabs-vertical-env .tab-content {
  margin-bottom: 0;
}

.nav.nav-tabs>li>a,.nav.tabs-vertical>li>a {
  font-size: 16px;
  font-weight: 500;
  line-height: 50px;
  padding: 0 20px;
  cursor: pointer;
  color: #212121;
  border: none;
  border-radius: 0;
  background-color: transparent;
}

.nav.nav-tabs>li>a i {
  font-size: 16px;
  padding-right: 5px;
}

.nav.nav-tabs>li:last-of-type a {
  margin-right: 0;
}

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

.navtab-bg {
  background-color: #ddd;
}

.nav-tabs.nav-justified>.active>a,.nav-tabs.nav-justified>.active>a:focus,.nav-tabs.nav-justified>.active>a:hover,.tabs-vertical-env .nav.tabs-vertical li.active>a {
  border: none;
}

.coupon-block, .coupon-block .coupon-store {
    position: relative;
    display: block;
    overflow: hidden;
    padding-bottom: 10px;
    text-align: center;
}
.coupon-block .coupon-store {
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
}

@media (min-width:278px) and (max-width:779px) {
  .nav-tabs>li {
    width: 100%;
    margin-right: 0;
    border-bottom: 1px solid #eee;
  }
}

.dropcap {
  font-size: 3.1em;
}

.dropcap,.dropcap-circle,.dropcap-square {
  font-weight: 400;
  line-height: 36px;
  display: block;
  float: left;
  margin-right: 6px;
  text-shadow: none;
}

.modal .modal-dialog .modal-content {
  padding: 30px;
  border-color: #ddd;
  border-radius: 10px;
  box-shadow: none;
}
.modal-logo img {
    border: 1px solid #ddd;
    border: 5px;
    width: 150px;
}
.modal .modal-dialog .modal-content .modal-header {
  margin: 0;
  padding: 0 0 15px;
  border-bottom-width: 2px;
}

/*.modal .modal-dialog .modal-content .modal-body {
  padding: 20px 0;
}*/

.modal-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 120px;
}
.modal-head{
    font-size: 18px;
    font-weight: 400;
    line-height: 1.4;
    margin: 20px auto 10px;
    padding: 0 10px;
    text-align: center;
    width: 80%;
}
.couponcode {
    margin: 0 auto;
    max-width: 460px;
    padding-left: 0;
    display: block;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.ui-widget.ui-widget-content {
    z-index: 9999 !important;
}
.couponcode>li:first-child {
    /*background: #2d353d;*/
    border-radius: 0px;
    width: 70%;
    color: #fff;
    height: 40px;
    text-align: center;
}
.couponcode>li {
    float: left;
}
.couponcode .copy {
    width: 20%;
}
#clipboard_text input {
    background: transparent;
    border: 0;
    text-align: center;
    overflow: hidden;
    width: 100%;
}
/*.copycode.zeroclipboard-is-hover {*/
/*    background: #4b476d;*/
/*}*/

/*.copycode.zeroclipboard-is-hover:hover {*/
/*    color: #fff;*/
/*}*/

a.copycode {
    /*background: #f34703;*/
    border-radius: 0px;
    display: flex;
    font-weight: 700;
    height: 40px;
    text-align: center;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    /*color: #fff;*/
}
.modal-footer {
    margin-top: 20px;
    text-align: center;
    padding: 15px;
    text-align: center;
    border-top: 1px solid #e5e5e5;
}
.modal-footer>h3 {
    font-size: 20px;
    font-weight: 400;
}
.about-footer {
    padding: 5px 0 10px;
}
.main-search {
    padding: 4px 0;
}
.subscribe-footer input.form-control {
    border: 1px solid #ccc;
}
.subscribe-footer .btn {
    border: 2px solid;
    border-radius: 100px !important;
    width: 40px;
    height: 40px;
    min-width: 40px;
    color: #f34703;
}
button.close:hover {
   background: #F34703; 
   opacity:1 !important;
}
button.close {
    font-size: 30px;
    top: 0%;
    position: absolute;
    right: 0%;
    background: #F34703;
    width: 50px;
    height: 50px;
    color: #fff;
    font-weight: 600;
    border-radius: 50%;
    opacity: 1;
}
button.close a{
  color: #fff;
}
.newscoupons{
    border-color: #ddd;
    border-radius: 50px !important;
    height: 40px;
}
.modal .modal-dialog .modal-content .modal-footer {
  padding: 15px 0 0;
}

.modal-full {
  width: 98%;
}

.modal-content .panel {
  border-top: none;
}

.legendLabel {
  padding-left: 10px!important;
}
.list-group-item-heading {
  font-weight: 300;
}
.input-group-addon {
  border: 1px solid #eee;
  border-radius: 2px;
}

.header {
  position: fixed;
  z-index: 1030;
  top: 0;
  right: 0;
  left: 0;
  min-height: 60px;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  border: 0;
  background-color: transparent;
}

.header-top {
  font-family: 'Open Sans',sans-serif;
  padding: 1px 0 10px;
}

header .header-top-links {
  height: 65px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.header .top-nav {
  padding: 10px 0;
  border-radius: 0;
  background-color: #17A79E;
}

.header .top-nav .badge {
  position: absolute;
  top: 12px;
  right: 7px;
}

.header .top-nav .nav>li>a {
  line-height: 60px;
  position: relative;
  padding: 3px 20px 0;
  color: #fff!important;
  background: 0 0!important;
}

.header .top-nav .nav>li>a i {
  font-size: 18px;
}

.header .top-nav .nav>li>a.btn {
  line-height: 36px;
  margin-top: 11px;
  padding: 0 20px;
  border-color: #f30!important;
  background: #f30!important;
}

.header .top-nav .nav li:last-child ul.dropdown-menu {
  margin-bottom: 11px;
}

.header .top-nav .dropdown-menu-lg .list-group,.header .top-nav .dropdown-menu-lg .media-heading {
  margin-bottom: 0;
}

.header .top-nav .navbar-nav>.open>a i {
  color: #b8b8b8;
}

.header .top-nav .dropdown-menu-lg {
  width: 300px;
}

.header .top-nav .dropdown-menu-lg .media-body p {
  color: #828282;
}

.header .top-nav .notification-list {
  max-height: 230px;
}

.header .top-nav .notification-list em {
  width: 34px;
  text-align: center;
}

.header .top-nav .notification-list .media-body {
  display: inherit;
  overflow: hidden;
  width: auto;
  margin-left: 50px;
}

.header .top-nav .notification-list .media-body h5 {
  font-weight: 400;
  display: block;
  overflow: hidden;
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.header .top-nav .notifi-title {
  font-size: 14px;
  padding: 11px 20px 15px;
  border-bottom: 1px solid rgba(0,0,0,.1);
}

.header .top-nav .navbar-nav {
  margin: 0;
}

.header .top-nav .topbar-left .logo {
  display: block;
  margin-top: 0px;
}

@media (max-width:768px) {
  .header .top-nav .topbar-left .logo {
    margin-top: 14px;
  }
}

.header .app-search {
  position: relative;
  max-width: 320px;
  margin: 11px 0 5px;
}

.header .app-search a {
  position: absolute;
  top: 12px;
  right: 16px;
  color: rgba(255,255,255,.7);
}

.header .app-search .form-control,.header .app-search .form-control:focus {
  font-family: Catamaran,sans-serif;
  font-size: 14px;
  font-weight: 300;
  height: 38px;
  padding: 9px 69px 7px 20px;
  color: #fff;
  border: none;
  border-radius: 2px;
  background: rgba(54,59,67,.63);
  box-shadow: none;
}

.header .app-search input::-webkit-input-placeholder {
  font-weight: 400;
  color: rgba(255,255,255,.6);
}

.header .app-search input:-moz-placeholder {
  font-weight: 400;
  color: rgba(255,255,255,.6);
}

.header .app-search input::-moz-placeholder {
  font-weight: 400;
  color: rgba(255,255,255,.6);
}

.header .app-search input:-ms-input-placeholder {
  font-weight: 400;
  color: rgba(255,255,255,.6);
}

.header .navbar-custom {
  background-color: #fff;
}

.header .navbar-toggle {
  position: relative;
  width: 60px;
  height: 60px;
  margin: 0;
  padding: 0;
  cursor: pointer;
  border: 0;
}

.header .navbar-toggle:hover {
  background-color: transparent;
}

.header .navbar-toggle:hover span {
  background-color: #6e8cd7;
}

.header .navbar-toggle:focus {
  background-color: transparent;
}

.header .navbar-toggle:focus span {
  background-color: #6e8cd7;
}

.header .navbar-toggle .lines {
  position: relative;
  display: block;
  width: 25px;
  height: 18px;
  margin: 23px auto 17px;
}

.header .navbar-toggle span {
  display: block;
  width: 100%;
  height: 2px;
  margin-bottom: 5px;
  -webkit-transition: -webkit-transform .5s ease,-webkit-transform .5s ease;
  transition: transform .5s ease,-webkit-transform .5s ease;
  background-color: #fff;
}

.header .navbar-toggle.open span {
  position: absolute;
}

.header .navbar-toggle.open span:first-child {
  top: 6px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.header .navbar-toggle.open span:nth-child(2) {
  visibility: hidden;
}

.header .navbar-toggle.open span:last-child {
  top: 6px;
  width: 100%;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.header .navigation-menu {
  margin: 0;
  padding: 0;
  list-style: none;
}

.header .navigation-menu>li {
  position: relative;
  display: block;
  float: left;
}

.header .navigation-menu>li>a {
  font-size: 16px;
  font-weight: 300;
  font-weight: 500;
  line-height: 20px;
  display: block;
  padding-right: 25px;
  padding-left: 25px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  text-transform: capitalize;
  color: #212121;
  padding-top: 15px;
  padding-bottom: 15px;
}

.header .navigation-menu>li,.header .navigation-menu>li>a:active i>a:active,.header .navigation-menu>li>a:focus,.header .navigation-menu>li>a:focus i,.header .navigation-menu>li>a:hover,.header .navigation-menu>li>a:hover i {
  color: #6e8cd7;
}

.header .navigation-menu>li>a i {
  font-size: 18px;
  position: relative;
  display: -webkit-inline-box;
  margin-top: -3px;
  margin-right: 7px;
  vertical-align: middle;
}

.header .navigation-menu>li>a:focus,.header .navigation-menu>li>a:hover {
  border-color: transparent;
  background-color: transparent;
}

.header .top-nav .topbar-left {
  float: left;
}
.coupon-block .coupon-value,.panel-title,.widget .widget-heading a {
  font-family: Catamaran,sans-serif;
}

.btn-code span.btn-hover:after,.ribbon:after,.ribbon:before,.tag:before {
  content: '';
}

@media (min-width:768px) {
  .header .navigation-menu>li.has-submenu:hover>.submenu {
    visibility: visible;
    margin-top: 0;
    opacity: 1;
  }

  .header .navigation-menu>li.has-submenu:hover>.submenu>li.has-submenu:hover>.submenu {
    visibility: visible;
    margin-right: 0;
    margin-left: 0;
    opacity: 1;
  }

  .navbar-toggle {
    display: block;
  }
}

.footer {
  padding: 40px 0 0;
  color:#ffffff;
  background-color: #17A79E;
  border-top: 1px solid rgba(33,33,33,.1);
}

.coupon-desc-bx {
    height: 150px;
    padding: 0px 15px;
}

#owl-demo,.thumb-inside,.thumbnail {
  position: relative;
}

.footer ul li {
  padding-right: 10px;
}

/*.footer ul li a {
  color: #797979;
}*/

.footer ul li a:hover {
  color: #6e8cd7;
}

.widget {
  margin-bottom: 30px;
  -webkit-transition: all .4s;
  transition: all .4s;
  background: #fff;
  box-shadow: 0 1px 2px #d9dadb;
}

.widget-bx {
  margin-bottom: 30px;
  -webkit-transition: all .4s;
  transition: all .4s;
  background: #fff;
  box-shadow: 0 1px 2px #d9dadb;
}

.widget-title.text-dark.text-center {
    font-weight: 600;
    color: #3f8b16;
    font-size: 30px;
    text-align: center;
}

.widget .widget-heading {
    padding: 11px 20px 8px;
    color: #fff;
}

.widget .widget_heading {
    color: #fff;
    text-align: center;
    padding: 20px 0px;
}

.widget .widget-heading .sort {
  margin-bottom: 0;
}

.widget .widget-heading .sort .form-control {
  margin-bottom: 0;
  padding: 3px 10px;
}

.widget .widget-heading .widget-title {
  font-size: 30px;
  font-weight: 500;
  margin-top: 0;
  margin-bottom: 0;
}

.widget .widget-heading .widget-widgets {
  font-size: 13px;
  line-height: 29px;
  position: relative;
  display: inline-block;
  float: right;
  padding-left: 15px;
  text-align: right;
}

.widget .widget-heading .widget-widgets .divider {
  margin: 0 5px;
}

.widget .widget-heading a {
  display: inline-block;
  color: #f30;
}

.widget .widget-heading a span {
  font-size: 10px;
}

.widget:hover {
  box-shadow: 0 2px 5px #d9dadb;
}

.panel-title>.small,.panel-title>.small>a,.panel-title>a,.panel-title>small,.panel-title>small>a,.tag {
  color: #25282b;
}

.widget .widget-body {
  padding: 10px 20px 10px;
  border-radius: 2px;
}

.widget_bdy{
  padding: 0px 20px 20px !important;
}

.panel .panel-body {
  padding: 20px;
}

.panel .panel-body p {
  margin: 0;
}

.panel .panel-body p+p {
  margin-top: 15px;
}

.panel-heading {
  padding: 12px 20px;
  border: none!important;
  border-radius: 0;
}

.panel-default>.panel-heading {
  color: #797979;
  border-bottom: none;
  background-color: #fafafa;
}

.panel-title {
  font-size: 16px;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 0;
}

.panel-title a i {
  padding-right: 7px;
  vertical-align: middle;
}

.panel-footer {
  border-top: 0;
  background: #fafafa;
}

.panel-color .panel-title {
  color: #fff;
}

.panel-border {
  border-radius: 3px;
}

.panel-border .panel-heading {
  padding: 10px 20px 0;
  border-radius: 3px;
  background-color: #fff;
}

.panel-border .panel-body {
  padding: 15px 20px 20px;
}

.panel {
  margin-bottom: 15px;
  border: 1px solid #eee;
  border-radius: 2px;
  box-shadow: none;
}
#owl-demo .item {
  height: 200px;
  padding: 30px 0;
  text-align: center;
  border: 1px solid #999;
  background: #aaa;
  text-shadow: none;
}

.carousel-tabs {
    margin-bottom: 30px;
    background: #fff;
    box-shadow: 0 1px 2px #d9dadb;
}

.carousel-tabs .tab {
    padding: 20px;
    color: inherit;
    border-top: 1px solid #eee;
    border-right: 1px solid #eee;
}
.carousel-tabs .tab .media-heading {
    font-size: 17px;
    font-weight: 500;
    color: #25282b;
}

.carousel-tabs .tab:last-child {
  border-right: transparent;
}

.thumbnail {
  line-height: 1.42857143;
  display: block;
  margin-bottom: 10px;
  padding: 4px;
  -webkit-transition: border .2s ease-in-out;
  transition: border .2s ease-in-out;
  border: 1px solid #eee;
  border-radius: 0;
  background-color: #fff;
}

.sidebar-thumb{
    min-width: 70px;
    height: 70px;
}

.cat-thumbnail {
  background-color: #4b476d;
}

a.thumbnail.active,a.thumbnail:focus,a.thumbnail:hover {
  border-color: #eee;
  box-shadow: rgba(47,48,51,.1) 0 0 5px 1px;
}

.thumb-inside .favorite a {
  position: absolute;
  top: 5px;
  right: 8px;
  color: #ddd;
}

.thumb-inside .favorite a:hover i {
  color: #ec1076;
}

.coupons-cat div a {
  line-height: 35px;
  color: inherit;
}

.coupons-cat div a:hover {
  color: #f30;
}

.coupon-wrapper {
  min-height: 160px;
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: 1px solid #f8f8f8;
}

.coupon-wrapper.coupon-single {
  position: relative;
  padding: 20px 15px;
  background-color: #fff;
  box-shadow: 0 1px 2px #d9dadb;
}

.coupon-wrapper.coupon-single:last-of-type {
  margin-bottom: 10px;
}

.tab-pane .coupon-wrapper.coupon-single .ribbon-wrapper {
  right: 0;
}

.tab-content .coupon-wrapper:last-of-type {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}

.tab-pane.single-coupon {
  margin-bottom: 20px;
}

.tab-pane.single-coupon .coupon-wrapper:last-child {
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.savings {
  border: 1px dashed #ddd;
  border-radius: 3px;
  background: rgba(242,242,247,.17);
  margin-top: 10px;
}

.savings {
    border: 1px dashed #ddd;
    border-radius: 3px;
    width: 150px;
    height: 150px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px;
}

.savings-image {
  max-width: 150px;
  height: auto;
  width: 100%;
}
.section-heading{
  font-weight: 600;
  font-size: 30px;
  text-align: center;
  margin-bottom: 20px;
  text-transform: capitalize;
}

.content-heading{
  font-weight: 600;
  color: #4b476d;
  font-size: 30px;
  margin-bottom: 20px;
}

.more-about{
    margin: 0 0 0;
    background: #FFF;
    padding: 20px 30px 10px;
    -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.2);
    -moz-box-shadow: 0 0 10px 0 rgba(0,0,0,0.2);
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.2);
}
.more-about > h2, h3, h4, h5 {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.5;
}

.more-about img{
    max-width: 100%;
    display: block;
    margin: 0 auto;
    height: auto !important;
    width: auto !important;
}
.more-about iframe {
    max-width: 100%;
    display: block;
    margin: 0 auto;
    width: 100%;
}

.flx-row{
  display: flex;
  flex-wrap: wrap;
}
.blog-post {
    background: white;
    overflow: hidden;
    margin-bottom: 30px;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0,0,0,0.1);
    -moz-box-shadow: 0 2px 4px 0 rgba(0,0,0,0.1);
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.1);
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -ms-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    height: 250px;
}
.flx-dir{
  flex-direction: column;
}
.blog-post .heading {
    color: #333;
}
.blog-post .heading h3 {
    font-weight: 600;
    line-height: 1.3;
    margin: 0;
}
.blog-post .post-catg-auth {
    margin: 10px 0 5px;
    display: flex;
    font-weight: 600;
    color: #0f76bd;
}

.blog-post p {
    line-height: 1.5;
    color: #333;
    margin-bottom: 10px;
}
.blog-post .blog-more {
    font-weight: 600;
    -webkit-transition: color 300ms;
    -moz-transition: color 300ms;
    -ms-transition: color 300ms;
    -o-transition: color 300ms;
    transition: color 300ms;
}
.blog-post .image picture {
    display: block;
}
.blog-post .image img {
    display: block;
    width: 100%;
    object-fit: cover;
}
.blog-post .post-desc {
    flex: 1;
    padding: 20px;
    justify-content: center;
}

.blog-more-content{
  padding: 20px 0px 10px;
  margin: 10px 0 0;
}
.blog-more-content > h2, h3, h4, h5 {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.5;
}
.blog-more-content > h2, h3, h4, h5 {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.5;
}
.blog-more-content p {
    font-size: 15px;
    line-height: 1.5;
    color: #000;
    margin-bottom: 15px;
}
.blog-more-content img {
    max-width: 100%;
    object-fit: contain;
    display: block;
    margin: 30px auto 30px;
}
.blog-more-content p a {
    background-color: transparent;
    color: #4b476d;
    line-height: inherit;
    font-size: inherit;
    font-weight: 500;
    height: unset;
    padding: 0;
    margin: 0;
}
.sidebar-title{
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 0;
}
.thumb h5{
  font-size: 14px;
  margin: 0 0 10px;
  font-weight: 400;
}
.more-about p {
    font-size: 17px;
    line-height: 24px;
    color: #333;
}


.savings .large {
  font-size: 2.3em;
  font-weight: 700;
  margin-bottom: -10px;
  padding-top: 8px;
}

.savings .small {
  font-weight: 700;
  max-width: 60px;
  margin: 14px auto auto;
  padding: 5px 0 10px;
}

.savings .type {
  padding: 5px 0;
  border-top: 1px dashed #e7e7e7;
  background: rgba(242,242,247,.86);
}
@media (max-width:987px) {
    .page-title,.wrapper {
        margin-top: 0;
    }
    .page-title {
        padding-top: 5px;
    }
    .container {
        width: auto;
    }
    .header {
        box-shadow: none;
    }
}

@media (min-width:278px) and (max-width:779px) {
    .carousel-tabs .tab {
        text-align: center;
        border-top: none;
        border-right: none;
    }
    .carousel-tabs .tab .media {
        padding-bottom: 10px;
        border-bottom: 1px solid #eee;
    }
    .carousel-tabs .tab .media-left.media-middle {
        display: block;
        text-align: center;
    }
}
@media (min-width: 992px){
    .blog-post .image {
        max-width: 260px;
        height: 210px;
        width: 100%;
        vertical-align: middle;
        display: flex;
        align-items: center;
        padding-left: 5px;
    }
}
@media (max-width:779px) and (min-width:277px) {
  .coupon-wrapper {
    text-align: center;
  }

  .savings {
    max-width: 200px;
    margin: 0 auto 20px;
  }

  .coupon-wrapper .btn-code {
    margin: 15px auto;
  }
}

.coupon-contain{
    /*padding-left: 25px;*/
}
.coupon-contain span.verified.text-success i {
  padding-right: 5px;
}

.coupon-contain ul li {
  line-height: 7px;
  vertical-align: middle;
}

.coupon-contain ul.coupon-details li:first-of-type {
  margin-left: 0;
  padding-left: 0;
}

.coupon-contain p.collapsed {
  cursor: pointer;
}

.coupon-contain .list-inline {
  font-size: 13px;
  padding-left: 5px;
  color: #a1a3a7;
}

.coupon-details {
  margin-top: 15px;
  margin-bottom: 0;
}

.coupon-details ul li {
  margin-left: 0;
}

.coupon-details .btn-group .btn:nth-of-type(2) {
  color: #7ab55c;
}

.coupon-title {
  margin-top: 15px;
  margin-bottom: 10px;
}

.coupon-title a {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin-top: auto;
    color: #212121;
    height: 60px;
    display: inline-block;
    display: flex;
    align-items: center;
    justify-content: center;
}

.coupon-card-desc{
      display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden; 
    text-overflow: ellipsis;    
    word-break: break-word;      
    line-height: 1.5em;       
    max-height: 3em; 
}


.btn-code,.btn-code span.partial-code {
  line-height: 34px;
  display: block;
  overflow: hidden;
}

.button-contain .btn-code {
  max-width: 160px;
  margin-top: 30px;
}

.btn-code {
  position: relative;
  height: 36px;
  margin: auto;
  border-radius: 2px;
}

.btn-code span.partial-code {
  padding-right: 11px;
  text-align: right;
  color: #4a90e2;
  border: 1px dashed #4a90e2;
  border-radius: 3px;
  background: #e0efff;
}

.btn-code span.btn-hover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 36px;
  cursor: pointer;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
  color: #fff;
  border: 1px solid #0F76BD;
  border-radius: 3px;
  background-color: #0F76BD;
}

.btn-code span.btn-hover:hover {
  width: 80%;
  color: #fff;
  background-color: #00aa6c;
  border: 1px solid #00aa6c;
}

.btn-code span.btn-hover:after {
  position: absolute;
  right: -26px;
  width: 0;
  height: 0;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
  -webkit-transform: scale(-1);
  -ms-transform: scale(-1);
  transform: scale(-1);
  border-right: 0 solid transparent;
  border-left: 26px solid transparent;
  -webkit-filter: FlipV;
  filter: FlipV;
  -ms-filter: FlipV;
}

.btn-code span.coupon-hover-corner {
  position: absolute;
  z-index: 13;
  top: 0;
  left: 74%;
  display: block;
  width: 42px;
  height: 46px;
  margin-top: 2px;
  -webkit-transition: -webkit-transform 250ms,background-position 250ms,-webkit-transform 250ms;
  transition: transform 250ms,background-position 250ms,-webkit-transform 250ms;
  -webkit-transform: rotateZ(22deg) translate(0,-10px) scaleX(.9);
  transform: rotateZ(22deg) translate(0,-10px) scaleX(.9);
  border-radius: 0 0 4px 4px;
  background: -webkit-linear-gradient(52deg,#7ab55c 0,#7ab55c 49%);
  background: -webkit-linear-gradient(52deg,#7ab55c 0,#7ab55c 49%);
  background: linear-gradient(38deg,#7ab55c 0,#7ab55c 49%);
  background-color: #7ab55c;
  background-repeat: no-repeat;
  background-position: 0 6px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.btn-code span.coupon-hover:hover:after {
  border-top: 44px solid #7ab55c;
}

.button-contain .btn-group {
  margin-top: 15px;
}

.coupon-block .coupon-store {
  line-height: 78px;
}

.coupon-block .coupon-value {
  font-size: 21px;
  font-weight: 600;
  line-height: 1;
  margin: 25px 0 0;
}

.coupon-block,.coupon-block .coupon-store {
  position: relative;
  display: block;
  overflow: hidden;
  padding-bottom: 10px;
  text-align: center;
}

.coupon-block .coupon-image {
  display: block;
  height: 220px;
}

.coupon-block .coupon-store {
    height: 150px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
    display: flex;
    align-items: center;
    justify-content: center;
}

.coupon-block .coupon-store img {
    display: block;
    max-width: 150px;
    margin: auto;
    width: 100%;
    height: 100%;
}

.coupon-block .coupon-title {
  margin: 15px 0px;
}

.coupon-block .action-block {
  max-width: 80%;
  margin: 0 auto 15px;
  text-align: center;
}

.coupon-block .action-block .btn-code {
  display: block;
  max-width: 140px;
  margin: 0 auto 20px;
}

span.expiry_date {
    font-size: 11px;
    display: block;
    margin-bottom: 22px;
    padding: 0 15px;
    color: #797979;
    font-weight: 600;
}

.coupon_code,.report .vote-link,.tag {
  display: inline-block;
}

.trending-coupons .widget-body {
  padding: 0;
}

.trending-coupons .widget-body .media {
  font-size: 13px;
  margin-top: 0;
  padding: 15px;
  border-bottom: 1px solid #eee;
}

.trending-coupons .widget-body .media:last-child {
  border-bottom: none;
}

.trending-coupons .widget-body .media:hover {
  background-color: #f9f9f9;
}

.trending-coupons .widget-body .media .media-heading {
  font-size: 16px;
  font-weight: 500;
  color: #000;
}

.tags {
  overflow: hidden;
  margin: 0;
  padding: 0;
  list-style: none;
}

.tags li {
  float: left;
}

.tag {
  font-size: 14px;
  line-height: 26px;
  position: relative;
  height: 28px;
  margin: 1px 10px 10px 0;
  padding: 0 20px 0 23px;
  -webkit-transition: all .4s;
  border: 1px solid #eee;
  border-radius: 2px;
}

.tag:after,.tag:before {
  -webkit-transition: all .4s;
  background: #fff;
}

.tag:before {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 6px;
  height: 6px;
  border-radius: 10px;
  box-shadow: inset 1px 1px 1px rgba(0,0,0,.25);
}

.tag:after {
  border-top: 13px solid transparent;
  border-bottom: 13px solid transparent;
}

.tag:hover {
  color: #fff;
  border-color: #4b476d;
  background-color: #4b476d;
}

.tag:hover:after {
  border-left-color: #aacc4e;
}

.terms {
  font-size: 13px;
  line-height: 18px;
  color: #686868;
}
#footer img.logo {
  margin-bottom: 30px;
}

#footer h5 {
  font-size: 18px;
  line-height: 14px;
  margin-bottom: 5px;
  padding: 10px 0;
  color: #333;
}

#footer .footer-links {
  line-height: 24px;
  margin: 0;
  padding: 5px 0;
}

#footer .footer-links a {
  font-size: 15px;
  color: #666;
}

#footer .btmFooter {
  padding: 35px 0 0;
  border-top: 1px solid #eee;
  background: #fff;
}

#footer .btmFooter p {
  margin: 6px 0 0;
}

#footer .btmFooter p i {
  font-size: 13px;
  margin: 0 5px;
}

#footer strong {
  color: #000;
}

.pay-opt li a img {
  max-width: 40px;
}

.coupon_modal.modal .modal-dialog .modal-content {
  padding: 0;
  border-color: #eee;
  border-radius: 0;
  box-shadow: none;
}

.coupon_modal_content {
  font-size: 16px;
  padding: 40px 15px 40px;
  border-radius: 0;
}

.coupon_modal button.close {
  position: absolute;
  top: -1px;
  right: -1px;
  padding: 10px;
  cursor: pointer;
  opacity: 1;
  color: #fff;
  border: 0;
  background: #f30;
  text-shadow: none;
  -webkit-appearance: none;
}

.coupon_code {
  font-size: 21px;
  position: relative;
  width: 100%;
  margin: 5px auto;
  padding: 10px 20px;
  text-align: center;
  border: 2px dashed azure;
}

.newsletter-modal {
  padding: 20px;
  text-align: center;
  background: #f8f8f8;
}

.report {
  font-size: 13px;
  font-weight: 400;
  margin-top: 12px;
  padding: 0;
  text-align: center;
}

.report .vote-link {
  padding: 0 5px 2px;
  cursor: pointer;
  border-bottom: 0;
  background: #fff;
}

.report .vote-link.yes {
  margin-top: 5px;
  margin-left: 8px;
  color: #649127;
  border-bottom: 2px solid #649127;
}

.report .vote-link.no {
  margin-top: 5px;
  margin-left: 8px;
  color: #d70954;
  border-bottom: 2px solid #d70954;
}

.coupon_modal.modal .nav {
  border-top: 0;
  border-radius: 0;
  background: #17A79E;
}

.coupon_modal.modal .nav-pills>li a {
  padding-top: 20px;
  padding-bottom: 20px;
}

.coupon_modal.modal .nav-pills>li.active>a,.coupon_modal.modal .nav-pills>li.active>a:focus,.coupon_modal.modal .nav-pills>li.active>a:hover,.coupon_modal.modal .nav-pills>li>a:hover {
  color: #fff;
  border-radius: 0;
  background-color: #17A79E;
}

.tooltip-inner {
  max-width: 310px;
  padding: 5px 8px;
  text-align: center;
  color: #fff;
  border-radius: 0;
  background-color: #000;
}

.faq h3,.faq p.larger-text {
  font-weight: 600;
  color: #1e1e23;
}

.faq {
  padding: 89px 0 95px;
}

.faq h3 {
  font-size: 28px;
  margin: 0 0 70px;
  text-align: center;
}

.faq p.larger-text {
  font-size: 18px;
  margin: 0 0 24px;
  padding: 0;
}

.faq p {
  font-size: 16px;
  line-height: 24px;
  margin: 0 0 60px;
  padding: 0;
  color: #797b81;
}
.widget.categories .widget-body {
  padding: 0;
}
.pricing h2 {
  margin: 20px 0;
}

.coupon-single .ribbon-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  overflow: hidden;
  width: 80px;
  height: 85px;
}

.ribbon {
  font-size: 13px;
  position: relative;
  top: 14px;
  left: -3px;
  width: 120px;
  padding: 2px 0;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  text-align: center;
  color: #fff;
}

.ribbon:after,.ribbon:before {
  position: absolute;
  bottom: -3px;
  border-top: 3px solid #6e8900;
}

.ribbon:before {
  left: 0;
}

.ribbon:after {
  right: 0;
}

.blog-quote h5,.post-meta li {
  font-size: 12px;
  text-transform: uppercase;
}
.list-group {
  margin-bottom: 20px;
  padding-left: 0;
  border: 0;
}
.list-check>li {
  line-height: 28px;
  position: relative;
  margin-bottom: 3px;
  padding-left: 20px;
}

.list-check>li:after {
  font-family: themify;
  position: absolute;
  top: 0;
  left: 0;
  content: '\e64c';
  color: #7ab55c;
}
@media (min-width: 768px){
    .blog-post .image {
      height: 100%;
    }
    .blog-post .post-heading h3 {
        font-size: 20px;
        margin: 0;
    }
    .vertical-alignment-helper{
        width: 600px;
    }
}

@media (max-width: 1024px){
    .blog-post .image {
      height: 100%;
       width: 100%;
    }
    .blog-post .post-heading h3 {
        font-size: 20px;
        margin: 0;
    }
    .vertical-alignment-helper{
        width: 600px;
    }
}

@media (max-width: 991px){
       .coupon-wrapper .coupon-wrapper-wrap{
            flex-direction: column;
    }
    
    .coupon-wrapper .coupon-wrapper-wrap .coupon-contain ul{
                text-align: center;
    }
.coupon-wrapper .coupon-wrapper-wrap .coupon-contain .coupon-title a {
    justify-content: center !important;
}
    .coupon-wrapper .coupon-wrapper-wrap .coupon-contain p{
        text-align: center;
    }
    .coupon-wrapper .coupon-wrapper-wrap .coupon-contain .date.align-bottom{
        justify-content : center;
    }
}


@media (min-width:768px) and (max-width:991px) {
    
 
    body {
        overflow-x: hidden;
        padding-top: 65px;
    }
    .categ-store-logo {
        width: 20%;
    }
    .blog-post .image {
        width: 100%;
    }
    .sidebar-categ li a {
        padding: 5px 15px;
        margin-bottom: 10px;
        font-size: 12px;
    }
    .blog {
        padding: 100px 0;
    }
    h3.blog-sidebar-title {
        font-size: 15px;
    }
}



@media (max-width:767px) {
    body {
        overflow-x: hidden;
        padding-top: 0px;
    }

    .content-page {
        margin-left: 0!important;
    }

    .navbar-nav .open .dropdown-menu {
        position: absolute;
        right: 0;
        left: auto;
        background-color: #fff;
        box-shadow: 0 2px 5px 0 rgba(0,0,0,.26);
    }
    .categ-store-logo {
        width: 25%;
    }
    .blog-post {
        flex-direction: column;
        border-bottom: 4px solid transparent;
    }
    .blog-post .image {
        width: 100%;
    }
    .blog-post .image img {
        height: auto;
    }
}

@media (max-width:480px) {
  .search-bar {
    display: none;
  }
  .categ-store-logo {
    width: 33.33333%;
  }
}

@media (max-width:420px) {
  .hide-phone {
    display: none;
  }
}
@media (min-width: 320px) and (max-width: 767px){
    .header {
        position: static;
    }
    .sidenav {
        height: 100%;
        width: 0;
        position: fixed;
        z-index: 999;
        top: 0;
        left: 0;
        background-color: #25282c;
        overflow-x: hidden;
        transition: 0.5s;
        text-align: left;
    }
    div#mySidenav ul li {
        display: list-item;
        float: none;
        text-align: center;
    }
    div#mySidenav ul li a {
        color: #fff;
        padding: 10px 0px;
        display: block;
    }
    .mb-menu-top{
        position: relative;
        display: block;
        width: 100%;
        padding-bottom: 60px;
        border-bottom: 1px solid #6b6b6b;
    }
    img.img-responsive.sb_logo {
        display: block;
        position: absolute;
        top: 7px;
        left: 10px;
    }
    .sidenav .closebtn {
        position: absolute;
        top: 0px;
        right: 10px;
        font-size: 40px;
        margin-left: 0px;
        color: #fff;
        display: block;
    }
    .header .navigation-menu {
        margin: 20px 0 0 0;
    }
    .allcategoriesScreen .catBox a .flipper {
        min-height: 125px;
    }
    .allcategoriesScreen .catBox a {
        font-size: 12px;    
    }
    .allcategoriesScreen .catBox a span {
        padding: 0px 0px !important;
    }
    .space-40 {
        padding: 0px 0px 10px;
    }
    .section-heading {
        font-size: 20px;
        margin-bottom: 10px;
    }
    h3.section-heading.text-dark.p-t-20 {
        padding-top: 10px !important;
    }
    .inlineContainer {
        width: auto;
    }
    .content-heading {
        font-size: 22px;
        line-height: 1.2;
        margin-bottom: 10px;
    }
    .sort-list ul{
        padding-left: 0;
    }
    .mb-space-20{
        padding-top: 20px;
    }

    button.close {
        width: 30px;
        height: 30px;
    }
    .modal .modal-dialog .modal-content {
        padding: 10px;
    }
    .modal-body {
        padding: 5px;
    }
    .modal-head {
        font-size: 15px;
        margin: 0px auto 10px;
        padding: 0 0px;
        width: 100%;
    }

    .codeCopy {
        background-color: #FFFFFF;
        display: flex;
        flex-wrap: nowrap;
        margin-bottom: 20px;
        width: 100%;
        height: 54px;
    }
    .codeCopy .code {
        font-size: 14px;
        padding: 0 5px;
        width: calc(100% - 70px);
    }
    .codeCopy .cpyBtn {
        font-size: 14px;
        min-width: 70px;
    }
    .vertical-alignment-helper{
        width: 85%;
    }
    .couponcode {
        padding-left: 0;
        list-style: none;
    }
    .couponcode>li:first-child {
        border-radius: 0px;
        font-size: 22px;
        margin-right: 0px;
        width: 100%;
    }
    a.copycode {
        border-radius: 0px;
        font-size: 12px;
    }
}
.post-meta {
  display: inline-block;
  margin: 10px 0;
  padding: 0;
  color: #000;
}

.post-meta li {
  display: inline-block;
  float: left;
  margin-right: 7px;
  list-style-type: none;
}

.post-meta li i {
  margin-right: 6px;
}
.bq-social {
  display: table;
  margin: 0 0 40px;
}

.bq-social li {
  float: left;
  margin: 0 9px 0 3px;
}

.bq-social li a {
  font-size: 13px;
  display: table;
  width: 32px;
  height: 32px;
  padding-top: 7px;
  text-align: center;
  color: #242626;
  border: 2px solid #f0f2f7;
  border-radius: 50%;
}


.blog-catg{ 
  padding-left: 15px;
}
.blog-catg li {
    list-style: none;
    padding: 5px 0px;
    border-bottom: 1px solid #f3f3f3;
}
.blog-catg li a{
    border-left: 1px solid #ddd;
    padding-left: 5px;
    display: block;
    font-size: 14px;
    cursor: pointer;
    color: #000;
    font-weight: 600;
}
.post-title h2 {
    font-size: 28px;
    text-transform: capitalize;
}
.post-categ .post-categ-title {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.5;
    display: block;
    color: blue;
}
.post-categ .post-auther {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.5;
    display: block;
    color: blue;
}
.blogTxtCnt p {
    font-size: 14px;
    line-height: 1.5;
}
.blogTxtCnt {
    padding: 20px 0px;
}
.icons-list h3,.post-tags a {
  font-weight: 700;
}

.post-tags {
  display: table;
  margin: 17px 0 35px;
}

.post-tags a {
  font-size: 10px;
  line-height: 29px;
  float: left;
  margin-right: 11px;
  padding: 0 20px;
  color: #25282b;
  border: 1px solid #eee;
  border-radius: 3px;
  background: #fff;
}

.post-tags a:hover {
  color: #fff;
  border: 1px solid #f30;
}

.blog .social a {
  font-family: Montserrat;
  font-size: 10px;
  line-height: 42px;
  float: left;
  margin-right: 10px;
  padding: 0 38px;
  color: #fff;
  border-radius: 0;
}

.blog .social a i {
  margin-right: 15px;
}

.blog .social a.fb {
  background: #225b99;
}

.blog .social a.tweet {
  background: #00adf2;
}

.blog .social a:hover {
  color: #fff;
  background: #000;
}

#footer .btmFooter p i,.bq-social li a:hover,.breadcrumb>.active,.btn-border,.color-primary,.coupon-block .coupon-value,.coupon-details .btn-group .btn:nth-of-type(1),.dph-info div a,.header .active a:first-of-type,.header .active a:first-of-type i,.nav-tabs>li.active>a,.nav-tabs>li.active>a:focus,.nav-tabs>li.active>a:hover,.nav.nav-tabs>li>a:hover,.nav.nav-tabs>li>a:hover i,.nav.tabs-vertical>li>a:hover,.newsletter-form h4 i,.pagination>li>a:focus,.pagination>li>a:hover,.pagination>li>span:focus,.pagination>li>span:hover,.pricing .panel .panel-heading .price,.savings .large,.select-search .btn-group .btn.active i,.tabs-vertical>li.active>a,.tabs-vertical>li.active>a i,.tabs-vertical>li.active>a:focus,.tabs-vertical>li.active>a:hover,a:hover {
  color: #4b476d;
}

.badge-danger,.btn-border:active,.btn-border:focus,.btn-border:hover,.post-tags a:hover,.ribbon {
  background-color: #f30;
}

.icons-list h3 {
  margin: 1em 0;
}

.icon-section {
  clear: both;
  overflow: hidden;
  margin: 0 0 3em;
}


.subscribe-footer.lightmodel {
    padding: 20px;
}


.input-group.main-search {
    display: flex;
    align-items: center;
    gap: 10px; 
}


.newscoupons.form-control {
    flex: 1;
    height: 48px;
    padding: 0 12px;
    font-size: 14px;
    border-radius: 6px;
}


.cnewsbox {
    display: flex;
    align-items: center;       
    justify-content: center;   
    height: 48px;             
    width: 48px;             
    padding: 0 10px;           
    border-radius: 6px;

    color: #fff;
    font-size: 18px;           
    cursor: pointer;
    border: none;
    transition: background 0.2s;
}


.cnewsbox i {
    display: inline-block;
    vertical-align: middle;

}


.date {
    display: flex;
    align-items: center;
    
    font-family: Arial, sans-serif;
    font-size: 14px;
}

.date-item {
    display: flex;
    align-items: center;
 
}


.start-date span {
    color: #0F76BD; 
    font-weight: 600;
}


.exp-date span {
    color: #E53935;
    font-weight: 600;
}


.date-item i {
    font-size: 16px;
    color: #555;
}

.date-separator {
    margin: 0 4px; 
    color: #999;
    font-weight: 600;
}


.expiry_date {
    font-family: Arial, sans-serif;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 5px;
}


.start-label {
    /*font-weight: 500;*/
    color: #0F76BD;
}
.start-date {
    font-weight: 600;
    color: #0F76BD;
}


.exp-label {
    /*font-weight: 500;*/
    color: #E53935;
}
.exp-date {
    font-weight: 600;
    color: #E53935;
}

.date-separator {
    color: #999;
    margin: 0 8px;
    font-weight: 600;
}

