body::-webkit-scrollbar{
    width: .5em;
    height:.5em;
}
 
body::-webkit-scrollbar-track{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}
 
body::-webkit-scrollbar-thumb{
  background-color: #223c4a;
  outline: 1px solid slategrey;
  border-top-right-radius:10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
}

.accubeacon_bg_primary{
    background:#223c4a;
}
.accubeacon_primary{
    color:#223c4a;
}
.accubeacon_form_control{
    background-image: linear-gradient(0deg,#009688 2px,rgba(0,150,136,0) 0),linear-gradient(0deg,rgba(255,255,255,1) 1px,transparent 0) !important;
}
.error{
    color:#d75151;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 16px;
}
body{
    background:white;
    overflow: hidden;    
    font-family: 'Montserrat', sans-serif;
}
.loader{
    position: fixed;
    background:white;
    width: 100%;
    height: 100vh;
    z-index:99;
}
.loader img{
    position: fixed;
    top:50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.loader h2{
    position: fixed;
    top:0;
    height:10px;
    background-color:#223c4a;
    
}
.sidenav-trigger{
    display:block !important;
}
.brand-logo img{
    padding-top: 15px;
}
.navbar{
    margin-bottom: 0;
    background: white;
    /*box-shadow:0 0 0 0 white;*/
    -webkit-box-shadow: 5px 0px 3px 1px #171616;
    -moz-box-shadow: 5px 0px 3px 1px #171616;
    box-shadow: 5px 0px 3px 1px #171616;
}

/*Swiper Slider Custom CSS*/
[class^="swiper-button-"] {
  transition: all .3s ease;
}

/*.swiper-slide {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}*/

*, *:before, *:after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.swiper-container {
  width: 80%;
  height: 82vh;
  float: left;
  transition: opacity .6s ease, -webkit-transform .3s ease;
  transition: opacity .6s ease, transform .3s ease;
  transition: opacity .6s ease, transform .3s ease, -webkit-transform .3s ease;
  position: relative;
}
.swiper-container.nav-slider {
  width: 20%;
  padding-left: 5px;
}
.swiper-container.nav-slider .swiper-slide {
  cursor: pointer;  
  opacity: 1;
  /*transition: opacity .3s ease;*/
}
.swiper-container.nav-slider .swiper-slide.swiper-slide-active {
  /*opacity: 1;*/

}
.swiper-container.nav-slider .swiper-slide .content {
  width: 100%;
  top:0;
  bottom:0;
  height: 100%;
  background-color:rgba(0,0,0,0.5);
  transition: background-color .3s ease;
}
.swiper-container.nav-slider .swiper-slide.swiper-slide-active .content{
    background-color:rgba(0,0,0,0);
}
.swiper-container.nav-slider .swiper-slide .content .title {
    font-size: 16px;
    /*font-weight: normal;*/
    margin-top: 50px;
}
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
    bottom:0 !important;
}
.swiper-container:hover .swiper-button-prev,
.swiper-container:hover .swiper-button-next {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
  visibility: visible;
}
.swiper-container.loading {
  opacity: 0;
  visibility: hidden;
}

.swiper-slide {
  overflow: hidden;
}
.swiper-slide .slide-bgimg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.swiper-slide .entity-img {
  display: none;
}
.swiper-slide .content {
  position: absolute;
  top: 40%;
  left: 0;
  width: 50%;
  padding-left: 5%;
  color: #fff;
}

.swiper-slide .content .title {
  font-size: 2.6em;
  font-weight: bold;
  margin-bottom: 30px;
}
.swiper-slide .content .caption {
  display: block;
  font-size: 13px;
  line-height: 1.4;
  -webkit-transform: translateX(50px);
          transform: translateX(50px);
  opacity: 0;
  transition: opacity .3s ease, -webkit-transform .7s ease;
  transition: opacity .3s ease, transform .7s ease;
  transition: opacity .3s ease, transform .7s ease, -webkit-transform .7s ease;
}
.swiper-slide .content .caption.show {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
}

[class^="swiper-button-"] {
  width: 44px;
  opacity: 0;
  visibility: hidden;
}

.swiper-button-prev {
  -webkit-transform: translateX(50px);
          transform: translateX(50px);
}

.swiper-button-next {
  -webkit-transform: translateX(-50px);
          transform: translateX(-50px);
}
/*Swiper Slider Custom CSS End*/

.slick-next{
    right:50px;
}
.slick-prev{
    left:50px;
    z-index:9;
}
.slider{
   background:white;
}
.slick-slide{
    margin:0 10px;
}
.slick-slide img{
    width:100%;
    height:362px;
    object-fit: cover;    
    border-radius: 5px;
}
.slick-slider .slick-arrow{
    display: none !important;
}
.slick-slider:hover .slick-arrow{
    display: block !important;
    -webkit-animation: ease-in .6s;
    -o-animation: ease-in .6s;
    animation: ease-in .6s;
}
.slick-list{
    padding:0 20% 0 0;
}
.owl-carousel{
    z-index: 0;
}
section{
    padding:50px 0;
    border-bottom:1px solid #00000001;
}

section h3{
    padding-left: 20px;
    border-left:10px solid #223c4a;
}
section span.view{
    background-color:white; 
}
section span.view a{
    color:#223c4a;
    text-decoration: none;
    padding:5px 10px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    transition: all 0.5s;
}
section span.view:hover a{
    color:white;
    background-color:#223c4a;
}
section span.view a i{
    vertical-align: middle;
}
section.featured .card, section.nearby .card, section.popular .card{
    height: auto;
    position: relative;
}
section.featured .card .img-overlay, section.nearby .card .img-overlay, section.popular .card .img-overlay{
    position: absolute;
    height:350px;
    width: 100%;
    background-position: center;
    background-size:cover;
    filter:blur(2px);
    -webkit-filter:blur(5px);
}
 section.campaign .card{
    height:350px;
    background-size:cover;
    background-position: center center;
}
.featured .owl-nav, .nearby .owl-nav, .popular .owl-nav, .popular_vendor .owl-nav,
.campaign .owl-nav{
    position: absolute;
    display: inline-block;
    top:-55px;
    right:0;
}
.featured .owl-nav .owl-prev span, .featured .owl-nav .owl-next span, 
.nearby .owl-nav .owl-prev span, .nearby .owl-nav .owl-next span,
.popular .owl-nav .owl-prev span, .popular .owl-nav .owl-next span,
.popular_vendor .owl-nav .owl-prev span, .popular_vendor .owl-nav .owl-next span,
.campaign .owl-nav .owl-prev span, .campaign .owl-nav .owl-next span
{
    outline: none;
    width: 40px;
    height: 40px;
    display: inline-block;
    text-align: center;
    line-height: 32px;
    background-color: #ffffff;
    color: #223c4a;
    font-size: 40px;
    transition: all 0.5s;
    border-radius: 50%;
    border:1px solid #223c4a;
}

.featured .owl-nav .owl-prev span:hover, .featured .owl-nav .owl-next span:hover, 
.nearby .owl-nav .owl-prev span:hover, .nearby .owl-nav .owl-next span:hover,
.popular .owl-nav .owl-prev span:hover, .popular .owl-nav .owl-next span:hover,
.popular_vendor .owl-nav .owl-prev span:hover, .popular_vendor .owl-nav .owl-next span:hover,
.campaign .owl-nav .owl-prev span:hover, .campaign .owl-nav .owl-next span:hover{
    background-color:#223c4a;
    color:white;
}

.featured .owl-nav .owl-prev span, .nearby .owl-nav .owl-prev span, 
.popular .owl-nav .owl-prev span,
.popular_vendor .owl-nav .owl-prev span,
.campaign .owl-nav .owl-prev span
{
    margin:0 10px;
}
.categories .card{
    height:200px;
    margin-bottom:10px;
}
.categories .card img{
    margin-bottom:20px;
}
.categories .card p{
    font-weight: bold;
    font-size:18px;
    color:black;
}
section.popular{
    padding-bottom:0;
    border-bottom:none;
}
.popular_vendor .vendor_info{
    height:auto !important;
    border: 1px solid #8080801f;
}
.popular_vendor .card-title img{
    height:350px;
    object-fit: cover;
}
.popular_vendor img.vendor{
    border-radius: 10px;
    height:200px;
    width:100%;
    object-fit: scale-down;
}
.accubeacon {
    background: #223c4a;
    padding: 10px;
    position: fixed;
    text-align: center;
    z-index: 9;
    left: 0;
    right: 0;
    bottom: 25px;    
}
.accubeacon img{
    width:5vw;
}
.accubeacon_center{
    position: relative;    
    line-height: 1;    
    display: table;
    width:100%;
}
.accubeacon_center:nth-of-type(1) p{
    text-align: center;
    border-right: 1px solid white;
}

.accubeacon_center img, .accubeacon_center p{
    height: 150px;
    display: table-cell;
    vertical-align: middle;
    margin: auto;
    line-height: normal;
}
.accubeacon_center p{
    padding:10px 20px;
    color:white;
    text-overflow: ellipsis;
}
footer{
    padding:30px 50px 10px 50px;
}
footer .list-inline-item:not(:last-child){

}
footer .links a{
    text-decoration: none;
    color:black;
    transition: all .2s;    
    line-height: 1.15rem;    
}
footer .links a:hover{
    border-bottom:5px solid black;    
}
footer .social_links img{
    height:30px;
    transform:rotate(0deg);
    transition: all .5s;
}
footer .social_links img:hover{
    transform: rotate(360deg);
}
footer .row .copyright:nth-of-type(even){
    text-align: right;
}
footer .legal_link {
    margin-bottom:5px;
}
footer .legal_link li{
    display: inline-block;
    padding-right: 10px;
    font-size: 12px;
}
footer .footer-logo{
    width:250px;
}
    /*Hero Section*/
section.hero{    
    position: relative;
    height: auto;
    background-size:cover;
    background-repeat: no-repeat;       
}
.hero-image{    
    min-height: 600px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding-bottom:40.45%;
}
.hero-text{
    text-align: center;
    position: absolute;
    top: 40%;
    left: 0;    
    color: white;
}
.hero-title{
    background-color:#223c4abf;
    padding:20px;
    font-size: 1.2em;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
}
.hero .box{
    height: auto;
    position: absolute;
    bottom:0px;
    width: calc(100% - 25em);
    text-align: center;
    background: #ffffffbf;
    border: 1px solid transparent;
    box-shadow: 0px 2px 2px 2px #8080801a;
    margin: auto;
    left: 0;
    right: 0;
    border-radius: 5px;
    padding: 20px;
    z-index: 0;
}
img.img_rounded{
    width:200px;
    height:200px;
    margin:auto;
    display: block;
    border-radius: 50%;
    object-fit: contain;
    float: right;
}
.divider{
    margin:10px 0;
    width:calc(100% - 0em);
    height:1px;
    border-bottom:1px solid #0000000d;
}
#store_map{
    height:500px;
    width: 100%;
}
.address{
    border-right:.1px solid #223c4a;
}
.address span{
    font-size:20px;
}


h4 .description{
    background-color:#223c4a;
    color:white;
    padding:10px 20px;
}
.card{
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0), 0 3px 1px -2px rgba(0,0,0,0), 0 1px 5px 0 rgba(0,0,0,.1);
}
.card-header{
    border-bottom:1px solid rgba(0, 0, 0, 0.02);
}
.description{
    text-align: justify;
    font-family:'Montserrat', sans-serif;    
    font-weight: 300;
    padding-bottom:2px;  
    letter-spacing: .1em;
    text-transform: inherit;  
}
.phone_frame{
    background-image: url(../images/phone_frame.png);
    background-size: cover;
    background-repeat: no-repeat;
    height: 500px;
    position: relative;
    background-position: center;
}
.phone_frame img{
    width: 200px;
    margin: auto;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 45px;    
    height: 414px;
    object-fit: cover;
    border-radius: 10px;
}


.img_container{
    position: relative;
    padding: 0;
    margin: 0;
    max-width: 100%;
    max-height: 100%;
    height: 100%;
}
.img_container .img_grad{
    position: absolute;
    left: 0;
    right: 0;
    top:0;
    width: 100px;
    height: 100%;
    background:linear-gradient(to left, rgba(34, 60, 74, 0), rgb(34, 60, 74));
}
.img_container img{
    object-fit: cover;
    object-position: center;
    height: 100%;
    width: 100%;
}

.image_gradient{
    background:linear-gradient(to left, rgba(34, 60, 74, 0), rgb(34, 60, 74));
    position:absolute;
    top:0;
    left: 0;
    right: 0;
    width: 200px;
    height:calc(100vw * .2625);
    content:'';
}

h5.featured_content{
    font-family: 'Montessert', sans-serif;
    font-weight: 700;
}
p.featured_content{
    font-family: 'Montessert', sans-serif;
    font-size:  16px;
    font-weight:400;
}
.search{
    position: relative;
    display: flex;
}
.opened{
    display: block !important;
}
.closed{
    display: none !important;
}


.search_input{
    position: absolute;
    top: -19px;
    bottom: 0;
    padding: 18px 0;
    right: 0px;
    background-color: white;
    width: 270px;
    display: none;    
    vertical-align: middle; 
    background: no-repeat bottom, 50% calc(100% - 1px);
    background-size: 0 100%, 100% 100%;
    border: 0;
    transition: background 0s ease-out;    
    background-image: linear-gradient(0deg, #009688 2px, rgba(0, 150, 136, 0) 0), linear-gradient(0deg, rgba(0, 0, 0, .26) 1px, transparent 0);     
    background-color: white;
}

.search_input:focus{
    background-size: 100% 100%, 100% 100%;
    transition-duration: .3s;
    outline: 0;
}
.search_container  .fixed{
        position: fixed;
        width:100vw;
    }
    .search_container .scrollit{
        overflow-y: auto;
        width:100vw;
    }

    .search_container #store_map{
        height: 90vh;
    }    
    .search_container .img_container{
        width: 100%;
        height: 10vw;
    }
    .search_container a{
        text-decoration: none;
        color:black;
    }
    .search_container .vendor_list{
        margin-top:150px;
    }
    .search_container .card{
        margin-bottom:10px;
        position: relative;        
    }
   
    .search_container .card .card-header{
        border-bottom:1px solid rgba(0,0,0,0);
    }
    .search_container .card .card-header .kilometer{
        position: absolute;
        top:3px;
        font-size: 1vw;
    }
    .search_container .card .card-header .kilometer span{
        background:#223c4a;
        padding:5px;
        color:white;
    }
    .search_container .card:nth-of-type(odd) .card-body .img_container{
        float: right;
    }
    .search_container .card:nth-of-type(even) .card-body .img_container{
        float: left;
    }
    /*.search_container .card:nth-of-type(odd) .card-header .kilometer{
        left:0;
    }*/
    .search_container .card .card-header .kilometer{
        right:0;
    }
    .search_container .card .card-header .kilometer span{
        border-top-left-radius: 5px;
    }

    /*.search_container .card:nth-of-type(odd) .card-header .kilometer span{
        border-top-right-radius: 5px;
    }*/
    
    .search_container .card h3{
        font-family: 'Montserrat', san-serif;
        font-weight: 700;
        font-size:1.5vw;
        padding-left: 10px;

    }
    .search_container .card-body p.badge{
        font-size:.75vw;
        margin-left: 10px;
    }
    .search_container .card-body address{
        font-size:1vw;
        padding-left: 10px;
    }
    .search_container .dropdown-item img{
        width:20px;
        margin-right: 10px;
    }
    .list_category{
        position: fixed;
        background: #223c4a;
        width: 32.33%;
        color:white;
        padding:10px;
        z-index:2;       
    }

    .campaign_list .card-body h5,.campaign_list .card-body div,.campaign_list .card-body p,.campaign_list .card-body span, .campaign_list .card-body b, .campaign_list .card-body small, .campaign_list .card-body label{
        color:white !important;
        font-family:inherit !important;

    }
    #footer_address, #footer_email{
        font-size:16px;
    }
    .form-control[readonly]{
        background-color:#e9ecef00;
    }
    .single-content .featured_list .card{
        margin-bottom:15px;
    }
    .single-content .img-container{
        height:100%;
        width:100%;
        position: relative;        
    }
    
    .single-content .img-container img{
        object-fit: cover;
        height:275px;
        object-position: 0 0;
        margin: auto;
        display: block;
    }
    .single-content .glass_overlay{        
        position: absolute;
        height: 100%;        
        height: 100%;
        width: 95%;        
        filter:blur(5px) grayscale(1);
        -webkit-filter:blur(5px) grayscale(0.5);
        background-position: center;
    }
    .single-content .img-container img:hover{
        animation: animate 5s linear infinite;
    }
    .single-content .list-unstyled img.social-icons{
        width:50px;
        height:50px;
    }
    .single-content .right_sidebar{
        border: 1px solid #223c4a0a;
        padding: 10px;
        margin-bottom:10px;
    }
    .single-content .right_sidebar .list-unstyled .list-item{
        border-bottom:.5px solid #223c4a0d;
        padding:10px 0;
    }
    .single-content .right_sidebar .list-unstyled small{
        text-transform: lowercase;
    }
    .single-content .right_sidebar #sidebar_title1 small, .single-content .right_sidebar #sidebar_title2 small{
        font-size:16px;
        float:right;
        margin-top: 5px
    }
    .single-content .right_sidebar #sidebar_title1 small a, .single-content .right_sidebar #sidebar_title2 small a{
        text-decoration: none;
        color:black;
    }
    .page-item:first-child .page-link, .page-item:last-child .page-link{
        padding-left: 10px;
        padding-right: 10px;
    }
    .page-link{
        border-radius: 0em;
        color:black;
    }
    .page-item.active .page-link{
        background-color:#223c4a;
        border-color:#223c4a;
    }
    .page-link:focus{
        box-shadow: 0 0 0 0.2rem rgba(34,60,74,.25)
    }
    .accb-btn:hover{
        background-color: #76d8fe !important;
        color: white !important;
        /*border-color: #76d8fe !important;*/
    }
    @keyframes animate{
        from{
            object-position: 0 0;
        }
        to{
            object-position: 100% 0;
        }
    }
    .dropdown-menu .dropdown-item{
        min-height: 2.25rem;
        padding-top:0;
        padding-bottom:0;
    }
    .map_info{
        width:250px;
        display:flex;
        height: 80px;
        background-color: white;
        border-radius: 4px;
        box-shadow: 1px 2px 4px rgba(0,0,0,0.5);
        cursor: pointer;
        overflow: hidden;
    }
    .map_info_img{
        width:150px;
        height:80px;
    }
    .map_info_img img{
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .map_info_content{
        min-width: 160px;
        padding:7px;
        letter-spacing: 0.1px;
        line-height: 1.15;
    }
    .map_info_subcontent{
        display: flex;
        justify-content: space-between;
    }
    .map_info_h1{
        font-size: 15px;
        font-weight: 500;
        text-align: left;
    }
    .map_info_h2{
        text-align: left;
        font-size: 12px;
        font-weight: 500;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }
    .legal_link{
        text-decoration: none;
        cursor: pointer;
        color:rgb(0, 0, 0);
        font-family: 'Montserrat',sans-serif;
        font-weight: 500;
    }
    .legal_link:hover{
        text-decoration: none;
        color:rgb(34,60,74);
    }
    /*Ribbon*/
    .ribbon-wrap{
        width: auto;
        height: auto;
        /*overflow: hidden;*/
        position: absolute;
        top: -45px;
        left: 0px;
        z-index: 1;
        background-size: cover;
        font-weight: 500;
        font-family: 'Montserrat', sans-serif;
        text-align: left;
    }
    .ribbon-wrap span{
        border: 1px solid gray;
        padding: 4px 5px;
    }
    .ribbon-wrap-img{
        width: 40px;
        position: absolute;
        top: -45px;
        bottom: 0;
        left: 80px;
        right: 0px;
        z-index: 1;
    }
    .ribbon{
        font-size: 10px;
        font-family: 'Montserrat', sans-serif;
        color: #fff;
        text-align: center;
        text-shadow: rgba(255,255,255,0.5) 0px 1px 0px;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        position: relative;
        padding: 2px 0;
        left: -32px;
        top: 18px;
        width: 120px;
        background-color: #8dc735;
        background-image: -webkit-gradient(linear, left top, left bottom, from(#8dc735), to(#649a12));
        background-image: -webkit-linear-gradient(top, #8dc735, #649a12);
        background-image: -moz-linear-gradient(top, #BFDC7A, #8EBF45);
        background-image: -ms-linear-gradient(top, #BFDC7A, #8EBF45);
        background-image: -o-linear-gradient(top, #BFDC7A, #8EBF45);
        color: #fff;
        -webkit-box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
        -moz-box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
        box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
    }
    /*Ribbon End*/
   
    .top_links a{
        display: inline-flex;
        padding: 0px 10px;
        font-family: 'Montessert', sans-serif;        
        margin-right: 2px;        
        text-decoration: none;
        font-size: 12px;
        text-transform: uppercase;
    }
    .top_links a i{
        font-size: 15px;
        padding-right: 5px;
    }
    /**/
    .media_container{                
        background-size: contain;
        max-height: 800px;
        min-height: 350px;
        width: 100%;        
        background-repeat: no-repeat;
        border-radius: 5px;
        position: relative;
    }
    .media_overlay{        
        width: 100%;
        height: 100%;
        border-radius: 8px;
        background: linear-gradient(to right, rgba(42, 159, 255, 0.2) 0%, #212120 60%, #212120 100%);
        background-blend-mode: multiply;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
    }
    .media_content{
        width: 100%;
        max-width: 370px;
        display: flex;
        align-items: flex-start;
        flex-direction: column;
        position: relative;
        float: right;
        padding-right: 1.2em;
        padding-bottom: 1em;
        height: 340px;
        overflow-y: auto;
        scrollbar-width:thin;
        scrollbar-color:#212120 #ffa50000;
        margin-right: 10px;
    }
    .media_content::-webkit-scrollbar{
    width: .5em;
    height:.5em;
    }
 
    .media_content::-webkit-scrollbar-track{
        -webkit-box-shadow: inset 0 0 0 rgba(0,0,0,0.3);
    }
     
    .media_content::-webkit-scrollbar-thumb{
      background-color: #223c4a00;
      outline: 1px solid #70809000;
      border-top-right-radius:8px;
      border-bottom-right-radius: 8px;
      border-bottom-left-radius: 8px;
      border-top-left-radius: 8px;
    }
    .media_header{
        margin-bottom:2em;
    }
    .media_title{
        color: #ffffff;
        margin-bottom: .25em;
        font-size: 2em;
        margin:.67em 0;
        text-transform: uppercase;
    }
    .media-description{
        font-weight: 300;
        margin-bottom: 2em;
        color: white;
        text-overflow: ellipsis;
    }
    .media-description p{
        margin-bottom: 0;
    }
    .media-btn{
        color:white;
        border:1px solid white;         
    }
    .media-btn:focus, .media-btn:active{
        color:white !important;
        background:transparent !important;
        border:1px solid white;
    }
    .media-btn:hover{
        background-color: #76d8fe !important;
        color: white !important;
    }
    /**/
    .account_type{
        padding:4px 7.5px;
        border:1px solid #223c4a;
        display: inline;
        margin: 5px 0;
        font-weight: 500;
    }


@media (min-width: 1281px){
    section.featured .card img, section.nearby .card img, section.popular .card img{
        object-fit: scale-down;
        height: 350px;
        z-index: 1;
    }
    .search_container .card{
        width: 30vw;
        height: 15vw;
        overflow:hidden;
    }

}
@media (min-width: 1025px) and (max-width: 1280px){
    section.featured .card img, section.nearby .card img, section.popular .card img{
        object-fit: scale-down;
        height: 350px;
        z-index: 1;
    }
    .search_container .card{
        width: 30vw;
        height: 15vw;
        overflow:hidden;
    }
}
@media (min-width: 768px) and (max-width: 1024px){
    
section.featured .card img, section.nearby .card img, section.popular .card img{
        object-fit: scale-down;
        height: auto;
        z-index: 1;
    }
}
@media (min-width: 320px) and (max-width: 480px) {
  section{
    padding:25px 0;
  }
  .current_location {
    margin-top:0 !important;
  }
  .search{
    display: flex;
  }
  .search_input{
    top:-16px;
  }
  .search_wrap{
    right:0;
    top:-30px;
  }
  .search-close{
    position: absolute;
    z-index: 1;
    left: 0;
    top:-34px;
  }
  .ac-logo{
    object-fit: contain;
    padding: 10px;
  }
  .slick-slide img{
    height: 200px;
  }
  section.featured .card .img-overlay, section.nearby .card .img-overlay, section.popular .card .img-overlay{
    height: 200px;
  }
  section.featured .card img, section.nearby .card img, section.popular .card img{
    height: 200px;
    z-index: 1;
    object-fit: contain;
  }
  #sideNav .form-group{
    display: inline-block;
  }
  .accubeacon_center{
    padding:5px 0;
  }
  .accubeacon_center:nth-of-type(1) p{
    border-right:none;
    border-bottom:1px solid white;
  }
  .categories .card{
    height:auto;
  }  
  .popular_vendor .card-title img{
    height:250px;
  }
  .hero-title{
    font-size: 0.65em;
  }
  .hero-image{
    min-height: 200px !important;
  }
  #store_map{
    height: 70vh;
  }
  .list_category{
    width:100%;
    bottom:0;    
  }
  .search_container .scrollit{
    padding:0;
  }
  .search_container .vendor_list{
    margin-top: 0;
    margin-bottom: 150px;
    padding:10px;
  }
  .hero img{
    margin-top: 0;
    height: 50%;
  }
  .hero .box{
    width:calc(100% - 3em);
    top: 60%;
    height: 50px;
    padding: 10px;
  }
  .img_container .img_grad{
    width: 100%;
    height: 25px;
    background: linear-gradient(0deg, rgba(34, 60, 74, 0), rgb(34, 60, 74));  
  }
  img.img_rounded{
    float:none;
    width:100px;
    height: 100px;
  }
  #footer_logo{
    float: none !important;
    width:100% !important;
    height: auto;
    border-radius: 0 !important;
  }
  .address{
    border-right: none;
    border-bottom:.1px solid #223c4a;
   }
   .top_links{
    position: relative;
    top:0;
   }

}
@media (max-width: 767.98px){
    footer .list-inline-item:not(:last-child){
        margin-right:0.5rem;
    }

    section.hero{
        min-height: 250px;
    }
    .hero-title{
        padding:10px;   
    }
    .address span{
        font-size:18px;
    }
     .search_container #store_map{
        height: 100vh;
    } 
    .search_container .fixed{
        position: relative;
        width: 100%;
    }
       
    .search_container .img_container{
        width: 100%;
        height: inherit;
    }
    .search_container .card .card-header .kilometer{
        font-size:inherit;
    }
    .search_container .card h3{
        font-size: 1.25rem;
        padding-top:10px;
        padding-left: 0;
    }
     .search_container .card-body p.badge{
        margin-left: 0;
     }
    .search_container .card-body p.badge, .search_container .card-body address{
        font-size:1rem;        
        padding-left: 0;
    }


}