@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@200;300;400;500;600;700;800;900&family=Roboto:wght@300;400;500;900&family=Source+Sans+Pro:wght@400;600;700&display=swap');
*{
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}
a{
    text-decoration: none;
    transition: all .4s ease-in-out;
}
body{ 
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 16px;
}
.owl-carousel .owl-stage-outer {
 z-index:9;
}
.typeahead.dropdown-menu li {
    display: block;
    float: left;
    width: 100%;
    text-align: left;
    margin-bottom: 5px;
}
.typeahead.dropdown-menu {
    padding: 10px;
    margin-top: 10px;
    float: left;
    width: 100%;
    background: #fff;
    border-radius: 10px;
    position: absolute;
}
.typeahead.dropdown-menu li::after {
    display: none;
    content: "";
}
.header_sec {
    float: left;
    width: 100%;
    background-color: #000;
    border-top: 5px solid #01bdd8;
    border-bottom: 3px solid #ffd600;
}
header {
    position: relative;
    z-index: 9;
}
.container {
    width: 1170px;
    margin: 0 auto;
}
.nav_box {
    display: grid;
    grid-gap: 2%;
    grid-template-columns: 32% 66%;
    align-items: center;
}
.main_menu {
    float: left;
    width: 100%;
    padding: 10px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.main_menu ul {
    display: inline-block;
    text-align: end;
}
.main_menu ul li {
    display: inline-block;
    position: relative;
    margin-right: 30px;
}
.coupon_item_header .coupon_postmain {
    display: flex !important; 
}
.main_menu ul li:last-child {
    margin-right: 0px;
}
.main_menu ul li a {
    color: #01bdd8;
    font-size: 16px;
    font-weight: 400;
}
.nav_event_sec {
    float: left;
    width: 100%;
    padding: 10px 0;
    background: #e9f8f5;
    border-bottom: 4px solid #01bdd840;
}
.search_nav {
    display: grid;
    grid-gap: 3%;
    grid-template-columns: 57% 40%;
    align-items: center;
}
.search_form input[type="text"] {
    float: left;
    width: 100%;
    border: none;
    padding: 15px;
    border-radius: 5px;
    background: #ffffff;
}
.search_form input[type="text"] {
    outline: #01bdd8; 
}
.search_form {
    display: flex;
    text-align: end;
    width: 50%;
}

/* Store Search in Header Starts 

.dropup, .dropdown{position: relative}.dropdown-toggle:focus{outline: 0}.dropdown-menu{position: absolute;top: 100%;left: 0;z-index: 1000;display: none;float: left;min-width: 500px;padding: 5px 0;margin: 2px 0 0;font-size: 14px;text-align: left;list-style: none;background-color: #fff;-webkit-background-clip: padding-box;background-clip: padding-box;border: 1px solid #ccc;border: 1px solid rgba(0, 0, 0, .15);border-radius: 4px;-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);box-shadow: 0 6px 12px rgba(0, 0, 0, .175)}.dropdown-menu.pull-right{right: 0;left: auto}.dropdown-menu .divider{height: 1px;margin: 9px 0;overflow: hidden;background-color: #e5e5e5}.dropdown-menu > li > a{display: block;padding: 3px 20px;clear: both;font-weight: normal;line-height: 1.42857143;color: #333;white-space: nowrap}.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus{color: #262626;text-decoration: none;background-color: #f5f5f5}.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus{color: #fff;text-decoration: none;background-color: #656b71;outline: 0}.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus{color: #777}.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus{text-decoration: none;cursor: not-allowed;background-color: transparent;background-image: none;filter: progid:DXImageTransform.Microsoft.gradient(enabled = false)}.open > .dropdown-menu{display: block}.open > a{outline: 0}.dropdown-menu-right{right: 0;left: auto}.dropdown-menu-left{right: auto;left: 0}.dropdown-header{display: block;padding: 3px 20px;font-size: 12px;line-height: 1.42857143;color: #777;white-space: nowrap}.dropdown-backdrop{position: fixed;top: 0;right: 0;bottom: 0;left: 0;z-index: 990}.pull-right > .dropdown-menu{right: 0;left: auto}.dropup .caret, .navbar-fixed-bottom .dropdown .caret{content: "";border-top: 0;border-bottom: 4px dashed;border-bottom: 4px solid \9}.dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu{top: auto;bottom: 100%;margin-bottom: 2px}@media (min-width: 768px){.navbar-right .dropdown-menu{right: 0;left: auto}.navbar-right .dropdown-menu-left{right: auto;left: 0}}.nav-tabs.nav-justified > .dropdown .dropdown-menu{top: auto;left: auto}.nav-justified > .dropdown .dropdown-menu{top: auto;left: auto}.nav-tabs .dropdown-menu{margin-top: -1px;border-top-left-radius: 0;border-top-right-radius: 0}@media (max-width: 767px){.navbar-nav .open .dropdown-menu{position: static;float: none;width: auto;margin-top: 0;background-color: transparent;border: 0;-webkit-box-shadow: none;box-shadow: none}.navbar-nav .open .dropdown-menu > li > a, .navbar-nav .open .dropdown-menu .dropdown-header{padding: 5px 15px 5px 25px}.navbar-nav .open .dropdown-menu > li > a{line-height: 20px}.navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus{background-image: none}}.navbar-nav > li > .dropdown-menu{margin-top: 0;border-top-left-radius: 0;border-top-right-radius: 0}.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu{margin-bottom: 0;border-top-left-radius: 4px;border-top-right-radius: 4px;border-bottom-right-radius: 0;border-bottom-left-radius: 0}@media (max-width: 767px){.navbar-default .navbar-nav .open .dropdown-menu > li > a{color: #777;}.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus{color: #333;background-color: transparent}.navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus{color: #555;background-color: #e7e7e7}.navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus{color: #ccc;background-color: transparent}.dropdown-menu{min-width: 250px;}}@media (max-width: 850px){.dropdown-menu{min-width: 350px;} }@media (max-width: 767px){.navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header{border-color: #080808}.navbar-inverse .navbar-nav .open .dropdown-menu .divider{background-color: #080808}.navbar-inverse .navbar-nav .open .dropdown-menu > li > a{color: #9d9d9d}.navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus{color: #fff;background-color: transparent}.navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus{color: #fff;background-color: #080808}.navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus{color: #444;background-color: transparent}}.panel-heading > .dropdown .dropdown-toggle{color: inherit}

 Store Search in Header Ends*/

.search_form input[type="submit"] {
    position: absolute;
    right: 3px;
    top: 3px;
    font-size: 18px;
    text-transform: capitalize;
    padding: 9px 20px;
    border: none;
    cursor: pointer;
    background: #01bdd8;
    color: #fff;
    border-radius: 5px;
}
.event_day a {
    background: #01bdd8;
    color: #fff;
    display: table;
    margin: 0 auto;
    margin-right: 0;
    padding: 8px 15px 10px;
    border-radius: 27px;
}
.event_day a:hover {
    background: #ffd600;
    color: #000;
}
.slider-sec {
    float: left;
    width: 100%;
    overflow: hidden;
}
span.txt {
    color: #01bdd8;
}
.main_sec {
    float: left;
    width: 100%;
}
.widget_sidebar {
    display: flex;
    flex-wrap: wrap;
    order: 2;
    gap: 0;
    align-content: flex-start;
    margin-top: 30px;
    justify-content: center;
}

.widgetBoxrw_gap {
    float: left;
    width: 100%;
}
/*
#button {
    position:fixed;
    right:10px;
    bottom:10px;
    cursor:pointer;
    width:50px;
    height:50px;
    background-color:#3498db;
    text-indent:-9999px;
    display:none;
    -webkit-border-radius:60px;
    -moz-border-radius:60px;
    border-radius:60px
    z-index: 99;
    
} */
 
.show{
    display: block !important;
}
#button span {
    position:absolute;
    top:50%;
    left:50%;
    margin-left:-8px;
    margin-top:-12px;
    height:0;
    width:0;
    border:8px solid transparent;
    border-bottom-color:#ffffff;
}
#button:hover {
    background-color:#e74c3c;
    opacity:1;filter:"alpha(opacity=100)";
    -ms-filter:"alpha(opacity=100)";
}
.main_menu ul li:after {
    content: "||";
    position: absolute;
    top: 0;
    right: -20px;
    height: 20px;
    width: 10px;
    color: #ccc;
}
.widget_sidebar {
    display: flex;
    flex-wrap: wrap;
    order: 2;
}
.main_menu ul li:last-child:after {
    content: "::";
    display: none;
}
.submit_btn {
    height: 40px;
    width: 37px;
    font-size: 18px;
    text-transform: capitalize;
    border: none;
    cursor: pointer;
    background: #01bdd8;
    color: #fff;
    border-radius: 100px;
    cursor: pointer;
}
.submit_btn:hover {
    background: #ffd600;
}
.submit_btn:hover img {
    filter: invert(1);
}
.submit_btn img {
    transform: translateY(3px);
    transition: all .5s ease-in-out;
}
.main {
    float: left;
    width: 100%;
    background: #fff;
}
.logo_slider_sec {
    float: left;
    width: 100%;
    position: relative;
   padding-bottom: 15px;
}
.slogo_img {
    margin: 10px;
    border: 5px solid #ececec;
    border-radius: 250px;
    height: 150px;
    width: 150px;
    display: grid;
    background: #fff;
    align-items: center;
    margin: 0 auto;
}
.logo_sliderBox .slogo_img img {
    max-width: 70%;
    margin: 0 auto;
}
.custm_slider_logo {
    float: left;
    width: 100%;
    border-radius: 10px;
    padding: 0 50px;
    position: relative;
}

.owl-carousel .owl-stage-outer {
 z-index: 9;
}

.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
    display: block !important; 
}
.owl-prev{
    top: 33%;
    height: 30px;
    width: 30px;
    left: 0 !important;
}
button.owl-next span {
    background: #01bdd8;
    height: 40px;
    width: 40px;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 40px;
    padding-bottom: 7px;
    border-radius: 100px;
    color: #fff;
    right: -40px;
}
.storeD_logo img {
    float: left;
    max-width: 100%;
}
.owl-prev span {
    background: #01bdd8;
    height: 40px;
    width: 40px;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 40px;
    padding-bottom: 7px;
    border-radius: 100px;
    color: #fff;
    left: -40px;
}
.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
    display: block !important;
    position: absolute;
    width: 100%;
    top: 24%;
}
.post_sec {
    float: left;
    width: 100%;
    padding: 20px 0;
}
.post_box_divider {
    float: left;
    width: 100%;
    display: grid;
    grid-gap: 2%;
    grid-template-columns: 32% 32% 32%;
    grid-row-gap: 10px;
}
.mainslider-bg {
    float: left;
    width: 100%;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}
/*.top_post {
    float: left;
    width: 15%;
    position: absolute;
    top: 10px;
    left: 10px;
    background: white;
    border-radius: 10px;
}*/
.slider_cntn {
    position: absolute;
    bottom: 0px;
    height: 100%;
    width: 100%;
    margin: 0 auto;
    left: 0;
    right: 0;
    border: 4px dashed #fff;
    border-radius: 20px;
}

.mainslider-bg img {
    float: left;
    width: 100%;
    border-radius: 20px;
    margin-bottom: 10px;
}
.slider-sec .mainslider-bg {
    border: 0;
    border-radius: 0;
}


.mainslider-bg img {
    float: left;
    width: 100%;
    border-radius: 20px;
}

.slider-sec .mainslider-bg {
    border: 0;
    border-radius: 0;
} 


.post_sec .top_post {
    right: 15px !important;
    float: left;
    width: 100%;
    padding: 5px;
    border-radius: 100px;
    color: #fff;
}

.post_category a {
    color: #01bdd8;
    font-size: 14px;
    text-transform: capitalize;
    font-weight: 800;
}
.post_title a {
    float: left;
    width: 100%;
    font-size: 22px;
    font-weight: 800;
    line-height: 22px;
    margin-top: 3px;
    color: #000;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 45px;
}
.post_title {
    float: left;
    width: 100%;
}
.post_category {
    float: left;
    width: 100%;
}
.slider_cntn span {
    color: #3b61dd;
    background: #fff;
    float: left;
    width: 100%;
    font-size: 26px;
    font-weight: 600;
    padding: 15px;
}
.slider_cntn span a {
    color: #3b61dd;
}
.coupon_item {
    float: left;
    width: 100%;
    border-radius: 10px;
    background: #fff;
    border: 1px solid #ffe87b;
    min-height: 130px;
    margin-bottom: 20px;
    z-index: 1;
    position: relative;
}
.coupon_item:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 108%;
    top: -15px;
    left: -15px;
    border: 1px dashed #ffd600;
    z-index: -9;
    border-radius: 10px;
}
.coupon_postmain {
    display: grid;
    grid-gap: 2%;
    grid-template-columns: 49% 49%;
    align-items: center;
}
.coupon_item_header {
    padding: 10px;
    font-size: 25px;
    justify-content: center;
    text-align: center;
    background: #fff;
    border-radius: 10px 10px 10px 10px;
    align-items: center;
    display: grid;
}
/*.coupon_detail {
    padding: 15px 15px 15px 0;
}*/
.relted_txt_post span.uper_txt {
    float: left;
    width: 100%;
    font-size: 26px;
    font-weight: 600;
    padding-top: 5px;
}
.Down_txt {
    font-size: 20px;
}
.coupon_detail h3 {
    font-size: 21px;
    margin-bottom: 10px;
    font-weight: 600;
    cursor: pointer;
    line-height: 25px;
    color: #172d4a;
}
.coupon_detail p {
    color: #787878;
    font-size: 16px;
    float: left;
    width: 100%;
    min-height: 45px;
    margin-bottom: 10px;
}
.btn_divider {
    float: left;
    width: 100%;
    display: grid;
    grid-gap: 2%;
    grid-template-columns: 55% 43%;
    align-items: center;
    margin-top: 10px;
}
.expireBox {
    float: left;
    color: #a5a4a4;
    display: flex;
    width: 100%;
    font-size: 16px;
}
.slide_btn {
    float: left;
    width: 55%;
}
.slide_btn .Get-Reward {
    padding: 10px;
    color: #fff;
    border: 1px dashed;
    border-radius: 5px;
    width: 100%;
    float: left;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    cursor: pointer;
    background: #50bdd8;
    transition: all .4s ease-in-out;
}
.slide_btn .Get-Reward:hover {
    color: #50bdd8;
    background: #fff;
    border-color: #50bdd8;
}
.store_divider {
    float: left;
    width: 100%;
    display: grid;
    grid-gap: 3%;
    grid-template-columns: 22.75% 22.75% 22.75% 22.75%;
    /*padding-bottom: 30px;*/
    grid-row-gap: 30px;
}
.coupon_detail .socialComments {
    margin-bottom: 15px;
}

.socialComments {
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    width: 100%;
    padding-top: 5px;
}
/*.coupon_detail .socialComments span.verify {
    margin-left: 0;
}*/

.verify {
    font-size: 14px;
    color: #10d603;
    padding-left: 25px;
    position: relative;
    width: auto;
    display: table;
    margin: 0 auto;
}




.main_heading h1 span {
    color: #70b042;
}
.used {
    font-size: 14px;
    color: #1f8597;
    padding-left: 25px;
    position: relative;
    width: auto;
    display: table;
    margin: 0 auto;
}
.verify:before {
    content: "\263B";
    position: absolute;
    left: 0px;
    font-size: 22px;
    top: -6px;
    color: #10d603;
}
.used:before {
    content: "";
    position: absolute;
    background-image: url(../images/user.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 15px;
    display: block;
    left: 4px;
    top: 0px;
    height: 20px;
    width: 20px;
}
.coupon_detail {
    float: right;
    width: 100%;
    padding: 10px;
    background: #fff;
    border-radius: 0 0 10px 10px;
}
.uses_verified {
    border-radius: 7px 7px 0 0;
    padding: 6px 0;
    float: left;
    width: 100%;
}
.home_store_sec {
    float: left;
    width: 100%;
    margin-bottom: 22px;
    padding: 30px 0 40px;
    background: #fffdf2;
}
.main_heading h2 {
    text-align: center;
}
.main_heading {
    float: left;
    width: 100%;
    margin-bottom: 50px;
    position: relative;
    text-align: center;
}
.main_heading:after {
    content: "";
    position: absolute;
    background-image: url(../images/main_heading_blu.png);
    height: 20px;
    width: 100%;
    left: 0;
    right: 0;
    margin: 0 auto;
    background-size: 100px;
    background-repeat: no-repeat;
    background-position: center;
}
.main_heading.chng:after {
    background-image: url(../images/main_heading_yel.png);
}
.relted_txt_post {
    padding: 10px 0;
}
.store_post img {
    float: left;
    width: 100%;
}   
.relted_txt_post span {
    color: #3b61dd;
    line-height: 20px;
}
.main_heading h1, .main_heading h2 {
    font-size: 26px;
    margin-bottom: 15px;
}
.couponsfeature_sec {
    float: left;
    width: 100%;
    padding: 20px 0;
}
.couponsfeature_sec.bg_chng {
    background: #f2fcfd;
}
.couons_list ul li {
    list-style: inside;
    width: 16%;
    display: inline-block;
    padding-left: 15px;
    margin-bottom: 10px;
    position: relative;
}
.couons_list ul li:after {
    content: "";
    position: absolute;
    content: "";
    height: 15px;
    width: 15px;
    border-radius: 1000px;
    background-image: url(../images/arror.png);
    left: 0;
    top: 6px;
    background-repeat: no-repeat;
}
.couons_list ul li a {
    color: #000;
    font-size: 14px;
}
.main_heading.chng span {
    color:  #18191a; /*#3b61dd; */
}
.logo img {
    float: left;
    max-width: 200px;
    margin: 10px 0;
}
.couons_list ul li a:hover {
    color: #3b61dd;
} 
/*.social_sec {
    float: left;
    width: 100%;
    background-color: #262626;
}*/
.footer_nav {
    float: left;
    width: 100%;
    display: grid;
    grid-gap: 2%;
    grid-template-columns: 37% 19% 19% 19%;
    padding: 60px 0px 30px;
}
.footer-logo ul {
    margin: 30px 0px 0;
}
.footer-logo li {
    display: inline-block;
    margin-right: 10px;
}
.catglist li {
    margin-bottom: 15px;
    display: block;
    font-size: 14px;
    font-weight: 400;
}
.catglist a {
    font-size: 14px;
    text-transform: capitalize;
    color: #fff;
}
.catglist h4 {
    margin-bottom: 30px;
    font-size: 18px;
    color: #fff;
    font-weight: 400;
}
.social_sec {
    float: left;
    width: 100%;
    padding: 10px 0;
    background-image: url(../images/footer_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #f2fcfd;
}
.copyright_sec {
    float: left;
    width: 100%;
    background: #058f98;
    padding: 15px 0;
    text-align: center;
}
.copyright_Box p {
    color: #fff;
}
.footer-logo {
    float: left;
    width: 100%;
}
.footer-logo img {
    width: 160px;
    display: table;
    margin-bottom: 15px;
    filter: drop-shadow(2px 4px 6px black);
}
.footer-logo p {
    color: #afafaf;
    font-size: 14px;
    padding-right: 30px;
}
.footer-logo li {
    display: inline-block;
    margin-right: 10px;
}
.footer-logo ul {
    margin: 30px 0px 0;
    display: table;
    border-radius: 100px;
    padding: 0px;
}
.footer-logo li img {
    max-width: 100%;
    width: auto;
    margin: 0;
}
.footer-logo li:last-child{
    margin-right: 0;
}
.catglist p {
    float: left;
    width: 100%;
    font-size: 14px;
    margin-bottom: 10px;
    color: #fff;
}
.footer_newsletter {
    float: left;
    width: 100%;
}
.footer_newsletter input {
    float: left;
    width: 100%;
    padding: 10px;
    border-radius: 100px;
    background: transparent;
    border: 1px solid #fff;
    color: #fff;
}
.footer_newsletter input::placeholder {
    color: #fff;
}
.footer_newsletter input[type="submit"] {
    margin-top: 6px;
    width: 50%;
    background: #fed601;
    color: #fff;
    border: none;
}
.main_menu ul li a:hover {
    color: #000;
}
.catglist a:hover {
    color: #f1d40b;
}
.footer_newsletter input:focus{
    outline-color: #3b61dd;
}

/******************contact_us*********************/
.breadcrum_sec {
    float: left;
    width: 100%;
    padding: 20px 0;
}
.breadcrumbs {
    float: left;
    width: 100%;
}
.breadcrumbs li {
    color: #000;
    display: inline-block;
    margin-right: 20px;
    padding-right: 20px;
    font-size: 16px;
    float: left;
    position: relative;
    height: 30px;
}
.breadcrumbs li:last-child {
    margin-right: 0px;
    padding-right: 0px;
}
.breadcrumbs li a {
    color: #01bdd8;
    float: left;
    width: 100%;
}
.breadcrumbs li:after {
    content: "\00BB";
    position: absolute;
    top: 0;
    right: 0;
}
.breadcrumbs li:last-child:after {
    content: "\00BB";
    display: none;
}
.content_txt_Box {
    padding: 20px;
    background: #fff;
    border-radius: 5px;
    border: 1px solid #01bdd8;
    box-shadow: 0 0 7px #9b9b9b;
    float: left;
    width: 100%;
}
.main_headingBox {
    float: left;
    width: 100%;
    margin-bottom: 5px;
}
.content_txt_Box h3 {
    font-weight: 500;
    margin-top: 15px;
    margin-bottom: 5px;
    color: #172d4a;
}
.content_txt_Box p {
    color: #172d4a;
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 10px;
}
.contact_formBox {
    float: left;
    width: 100%;
    margin-top: 25px;
}
.fieldBox {
    float: left;
    width: 100%;
    display: grid;
    grid-gap: 2%;
    margin-bottom: 15px;
    grid-template-columns: 49% 49%;
}
.contact_formBox label {
    float: left;
    width: 100%;
    color: #172d4a;
    margin-bottom: 5px;
    font-size: 16px;
}
.contact_formBox input {
    outline-color: #01bdd8;
}
.contact_formBox input {
    float: left;
    width: 100%;
    border: none;
    padding: 15px;
    border-radius: 20px;
    font-family: 'Poppins', sans-serif;
    box-shadow: 0 0 5px rgb(0 0 0 / 20%);
}
.contact_formBox textarea {
    outline-color: #01bdd8;
}

.contact_formBox textarea {
    float: left;
    width: 100%;
    resize: none;
    height: 150px;
    border: none;
    padding: 15px;
    border-radius: 20px;
    margin-bottom: 25px;
    font-family: 'Poppins', sans-serif;
    box-shadow: 0 0 5px rgb(0 0 0 / 20%);
}
.contact_formBox input[type="submit"] {
    float: left;
    width: 300px;
    color: #fff;
    font-size: 20px;
    padding: 15px;
    border-radius: 100px;
    background: #156fbc;
    font-family: 'Poppins', sans-serif;
    box-shadow: 0 0 5px rgb(0 0 0 / 20%);
    cursor: pointer;
    transition: all .5s ease-in-out;
}
.coupons_sec {
    float: left;
    width: 100%;
    padding-bottom: 0px;
}
.mainstorebox {
    float: left;
    width: 100%;
    grid-template-columns: 49% 49%;
    display: grid;
    grid-gap: 2%;
}
.store_sec {
    float: left;
    width: 100%;
    margin-top: 15px;
}
.main_brd {
    float: left;
    width: 100%;
    padding: 15px;
    background: #fff;
    margin-top: 20px;
    border-radius: 10px;
}
.store-list ul li {
    font-size: 16px;
    display: block;
    margin-top: 5px;
}
.store-list ul li a {
    color: #8a7575;
}
.store-list ul li a:hover {
    color: #01bdd8;
}
.store-list ul li a {
    color: #01bdd8;
}
.store-banner img {
    float: left;
    width: 100%;
}
.storeDetailBox {
    display: grid;
    grid-gap: 2%;
    padding: 10px 10px;
    background: #fff;
    border-radius: 10px;
    border: 1px solid #e5e5e5;
    grid-template-columns: 25% 73%;
}
.storeD_logo {
    float: left;
    width: 100%;
    align-self: center;
    text-align: center;
}
.storeD_txt {
    padding-right: 10px;
}
.storeD_txt h3 {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 10px;
}
.storeD_txt p {
    color: #666;
}
.store_tabs {
    margin-top: 15px;
    margin-bottom: 15px;
}
.store_tabs ul {
    display: grid;
    grid-gap: 2%;
    grid-template-columns: 18.4% 18.4% 18.4% 18.4% 18.4%;
}
.store_tabs li div {
    float: left;
    color: #333;
    font-size: 13px;
    width: 100%;
    padding: 15px 0;
    align-self: center;
    background-color: #fff;
    cursor: pointer;
    border: 1px solid #e5e5e5;
}
.store_tabs li div span {
    font-size: 15px;
    margin: 10px 0 0;
}
.store_tabs li {
    display: block;
    text-align: center;
}
.search_popBox {
    position: relative;
    width: 100%;
}
.search_popBox .submit_btn {
    width: auto;
}

.btn-inner{

    display: none;
}

.pop_box {
    display: none;
    position: fixed;
    float: left;
    height: 100vh;
    width: 100%;
    background: #000000db;
    left: 0;
    right: 0;
    top: 0;
    z-index: 999999999;
}
.cross {
    display: none;
    font-size: 72px;
    color: #fff;
    display: grid;
    justify-content: space-around;
    transform: rotate(45deg);
    border-radius: 100%;
    background: #01bdd8;
    align-items: center;
    width: 100%;
    align-content: center;
    cursor: pointer;
    width: 70px;
    height: 70px;
}
/*.coupons_sec {
    float: left;
    width: 100%;
    padding: 30px 0;
}*/
.catpnl {
    float: left;
    width: 100%;
    margin-bottom: 15px;
}

.storeBox_title a {
    color: #33322f ;
}
 
.storeBox_title {
    float: left;
    width: 100%;
    margin-bottom: 10px;
}
.catpnl ul {
    float: left;
    width: 100%;
    padding: 20px;
    border: 2px solid #cce5cc;
    border-radius: 5px;
    background: #fff;
    margin-top: 20px;
}
.catpnl ul li {
    float: left;
    width: 25%;
    padding: 0 10px;
    display: block;
    margin-bottom: 10px;
    padding-left: 10px;
}
.catpnl ul li a {
    color: #172d4a;
    position: relative;
    font-size: 16px;
}
.store_listing {
    float: left;
    width: 100%;
    margin-bottom: 30px;
}
.store_listing ul {
    display: table;
    margin-top: 12px;
}
.store_listing li {
    height: 35px;
    display: inline-block;
    margin-bottom: 7px;
    margin-right: 7px;
}
.store_listing li a {
    color: #fff;
    padding: 4px 13px;
    background: #01bdd8;
    font-size: 16px;
    transition: all .5s ease-in-out;
}
.store_listing li a:hover {
    background: #ffd600;
}
.main_colmuns_sec {
    float: left;
    width: 100%;
}
.slide_btn{
    float: left;
    width: 100%;
    position: relative;
    align-self: center;
    text-transform: uppercase;
    border-radius: 5px;
    overflow: hidden;
    font-size: 1.143em;
    text-align: left;
}
.coupon_get_link {
    background: #fff;
    z-index: 9999999;
    padding: 7px 10px;
    color: #97cddf;
    border: 2px dotted #97d4ec;
    border-radius: 20px;
    width: 100%;
    float: left;
    text-align: center;
    cursor: pointer;
    transition: all .4s ease-in-out;
    position: relative;
}
.coupon_code {
    float: left;
    width: 100%;
    position: absolute;
    left: 0;
    text-align: center;
    border-radius: 201px;
    height: 100%;
    align-items: center;
    display: grid;
    background: #ffd600;
}
.coupon_get_link:hover {
    width: 68%;
}
.coupons_sec.contactBox {
    padding-bottom: 40px;
}
.blog_sec {
    float: left;
    width: 100%;
}
.blog_main.detail_box {
    float: left;
    width: 100%;
    padding: 30px 0;
}
.main-heading {
    float: left;
    width: 100%;
    text-align: center;
}
.blog_socialIcons {
    float: left;
    width: 100%;
    text-align: end;
    margin-bottom: 15px;
}
.blog_socialIcons li {
    display: inline-block;
    height: 40px;
    width: 40px;
    border-radius: 50px;
    align-self: center;
    align-items: center;
    overflow: hidden;
}
.blog_socialIcons li a {
    display: flex;
    justify-content: center;
    width: 100%;
    height: 100%;
    background: #01bdd8;
    transition: all .4s ease-in-out;
    align-items: center;
}
.blog_socialIcons li a:hover {
    background: #01bdd8;
}
.main_colmuns {
    display: grid;
    grid-gap: 2%;
    grid-template-columns: 73% 25%;
}
.coupon_item.getcode {
    display: grid;
    grid-gap: 2%;
    grid-template-columns: 20% 78%;
}
.coupon_item.getcode::before {
    top: -6px;
}
.rw_gap {
    margin-bottom: 30px;
    float: left;
    width: 100%;
}
.fcategoriesBox li {
    display: block !important;
}
.fcategoriesBox li a {
    color: #000;
}
.coupon_action {
    float: left;
    width: 67%;
    position: relative;
}
.fcategoriesBox {
    float: left;
    width: 100%;
    background: #ffd600;
    padding: 20px;
}
.blog_socialIcons li img {
    width: 25px;
    filter: invert(1);
    height: 25px;
}
.blog_detail img {
    width: 50%;
    display: table;
    margin: 0 auto;
    margin-bottom: 25px;
    height: 350px;
}
.blog_detail p {
    font-size: 14px;
    margin-bottom: 15px;
    color: #172d4a;
}
.blog_detail h2 {
    margin-bottom: 10px;
    font-size: 25px;
    color: #172d4a;
}
.relaed_post {
    float: left;
    width: 100%;
    display: grid;
    grid-gap: 2%;
    grid-template-columns: 32% 32% 32%;
    margin-bottom: 30px;
}
.relaed_post li {
    display: block;
}
.relaed_post li img {
    max-width: 100%;
}
.relaed_post li a {
    font-size: 16px;
    font-weight: 700;
    float: left;
    width: 100%;
    color: #d50006;
    transition: all .4s ease-in-out;
}
.comment_box {
    display: grid;
    grid-gap: 29px;
    grid-template-columns: 15% 82%;
    margin-bottom: 10px;
    border-bottom: 1px solid #7777;
    float: left;
    width: 100%;
}
.client_dp {
    float: left;
    width: 100%;
    align-self: center;
}
.client_dp img {
    width: 50px;
    margin: 0 auto;
    display: block;
}   
.personal_detail {
    padding: 10px 15px 10px 0px;
    float: left;
    width: 100%;
}
.personal_detail .name_person {
    font-size: 17px;
    font-weight: 600;
    display: block;
    padding: 0;
    line-height: 16px;
    color: #172d4a;
}

.personal_detail span.date {
    color: #777;
    line-height: 14px;
}
.personal_detail .description_box {
    color: #777;
    line-height: 14px;
    font-size: 12px;
}
.commentForm {
    width: 70%;
    margin: 0 auto;
    display: table;
    background: #373737;
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 20px;
}
.form_heading h2 {
    color: #fff;
    margin-bottom: 10px;
    font-size: 22px;
}
.commentForm label.divider {
    float: left;
    width: 100%;
    display: grid;
    grid-gap: 2%;
    grid-template-columns: 49% 49%;
    margin-bottom: 20px;
}
.commentForm label.divider input {
    height: 43px;
    border-radius: 20px;
    padding: 0 12px;
    border: none;
}
.commentForm label.new {
    float: left;
    width: 100%;
}
.commentForm label.new textarea.fulwidt {
    float: left;
    width: 100%;
    height: 80px;
    resize: none;
    border: none;
    border-radius: 25px;
    margin-bottom: 20px;
    padding: 13px 12px;
}
.comment input[type="submit"] {
    display: block;
    padding: 0 40px;
    margin: 0 auto;
    height: 40px;
    background: #0699eb;
    color: #fff;
    border: none;
    cursor: pointer;
    border-radius: 25px;
    transition: all .4s ease-in-out;
}
.slider-sec img {
    border-radius: 0;
}
.main_boxes {
    float: left;
    width: 100%;
    display: grid;
    grid-gap: 2%;
    grid-template-columns: 32% 32% 32%;
    grid-row-gap: 24px;
    margin-bottom: 30px;
}
.inner_box {
    float: left;
    width: 100%;
    position: relative;
    overflow: hidden;
    border: 1px solid #01bdd8;
    box-shadow: 0 0 6px #01bdd885;
    border-radius: 20px;
}
.error_box {
    float: left;
    width: 100%;
    text-align: center;
}
.error_box img {
    max-width: 80%;
}
.error_sec {
    float: left;
    width: 100%;
    padding-bottom: 30px;
}
.post_box {
    float: left;
    width: 100%;
    max-height: 260px;
}
.bottom_overlay {
    position: absolute;
    bottom: 0px;
    left: 0;
    background: #ffd600a3;
    width: 100%;
    font-size: 12px;
    padding: 10px;
}
.bottom_overlay span.txt {
    float: left;
    width: 100%;
    color: #fff;
    font-size: 14px;
}
.blog_title {
    font-size: 16px;
    color: #12112E;
}
@media only screen and (max-width: 1200px){
    .container{
        width: 90%;
    }
    .main_menu ul li:first-child{
        display: none;
    }
}
@media only screen and (max-width: 991px){
    .post_box_divider {
        grid-template-columns: 49% 49%;
    }
    .main_colmuns {
        display: flex;
        flex-wrap: wrap;
    }
    /*.store_divider {
        display: block;
    }*/
    .store_divider {
        grid-template-columns: 31.33% 31.33% 31.33%;
    }
    .couons_list ul li {
        width: 24%;
    }
    .mainstorebox {
        display: block;
    }
    .catpnl ul li {
        width: 33%;
    }
    .nav_box {
        grid-template-columns: 34% 64%;
    }
    .main_menu ul li:last-child{
        display: none;
    }
    .post_sec {
        max-height: 100%;
    }
    .coupon_item.getcode {
        display: block;
        grid-gap: 2%;
        grid-template-columns: 20% 78%;
        text-align: center;
    }
}

@media only screen and (max-width: 767px){
    .store_divider {
        grid-template-columns: 48.5% 48.5%;
    }
    .search_form input[type="submit"] {
        position: absolute;
        right: 2px;
        top: 1px;
        font-size: 12px;
        padding: 2px 16px;
        height: 32px;
    }

    .search_form input[type="text"] {
        padding: 10px;
    }
    .store_tabs {
        display: none !important;
    }
    .main_boxes {
        display: block;
    }
    .inner_box {
        margin-bottom: 20px;
    }
    .nav_box {
        grid-template-columns: 25% 73%;
    }
    .main_menu ul li:last-child{
        display: none;
    }
    .storeDetailBox {
        display: block;
    }
    .coupon_detail h3 {
        font-size: 18px;
        line-height: 18px;
    }
    .relted_txt_post span.uper_txt {
        font-size: 24px;
        line-height: 5px;
    }
    .slide_btn {
        width: 100% !important;
    }
    .coupon_action {
        width: 100%;
    }
    .Down_txt {
        font-size: 14px;
    }
    .storeD_logo img {
        float: none;
    }
    .storeD_txt {
        text-align: center;
    }
    .main_menu ul li:nth-child(3):after{
        display: none;
    }
    .main_menu ul li:first-child{
        display: none;
    }
    .store_tabs ul {
        display: block;
        float: left;
        width: 100%;
    }
    .logo img {
        float: left;
        max-width: 120px;
        margin: 10px 0;
    }
    .couons_list ul li {
        width: 33%;
    }
    .footer_nav {
        display: block;
        text-align: center;
    }
    .footer-logo img {
        margin: 0 auto;
        margin-bottom: 20px;
    }
    .footer-logo ul {
        margin: 0 auto;
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .fieldBox {
        display: block;
    }
    .contact_formBox input {
        margin-bottom: 15px;
    }
    .catpnl ul li {
        width: 49%;
    }
}
@media only screen and (max-width: 667px){
    .coupon_item {
        display: block;
    }
  .post_box_divider {
    display: block;
}
  .search_popBox {
      width: 90%;
  }
    .nav_box {
        display: block;
    }
    .logo img {
        float: none;
        max-width: 120px;
        margin: 0 auto;
        display: table;
        padding: 10px 0;
    }
    .coupon_detail {
        padding: 15px;
    }
    .coupon_detail {
        display: block;
    }
    .uses_verified {
        transform: unset;
        height: auto;
        /*background: #e9f7f8;*/
        border-radius: 0;
        float: left;
        width: 100%;
        margin-top: 10px;
    }
    .coupon_divider {
        float: left;
        width: 100%;
        text-align: center;
    }
    .slide_btn {
        float: none;
        width: 55%;
        display: table;
        margin: 0 auto;
    }
    .couons_list ul li {
        width: 49%;
    }
    .catpnl ul li {
        width: 100%;
    }
    .post_title a {
        font-size: 18px;
        line-height: 18px;
    }
  .slider-sec {
      margin-top: 0;
  }
}
@media only screen and (max-width: 480px){
    .store_divider{
        display: block;
    }
    .event_day a {
        font-size: 12px;
        width: 124px;
    }
    .main_menu ul li:nth-child(3){
        margin-right: 0;
    }
    .main_menu ul li a {
        color: #fff;
        font-size: 12px;
        font-weight: 400;
    }
    .main_menu ul li {
        display: inline-block;
        position: relative;
        margin-right: 24px;
    }
}