/*[common btn css]*/
body{
    background: #fff;
}
a.active, a:active, a:focus, a:hover {
    text-decoration: none!important;
    outline: 0!important;
    border: none!important;
    opacity: 0.8;
}
.btn {
    background: #3F4758;
    color: #eee;
    outline: 0!important;
    outline-width: 0px!important;
    border: none!important;
    border-color: transparent;
}
.btn:focus, .btn:hover .btn:active {
    background: transparent;
    color: #fff;
    outline: 0!important;
    outline-width: 0px!important;
    border: none!important;
}
/*[common btn css End]*/
.btn-order-now{
    background: #3F4758;
    color: #eee;
}
.btn-order-now:focus, .btn-order-now:hover, btn-order-now:active{
    background: #3F4758;
    color: #eee;
    opacity: 0.9;
}

.inner-content {
    padding: 20px;
}
.navbar.top-nav {
    background: #3f4758;
    padding-left: 13px;
    padding-right: 13px;
}
.top-nav .btn.btn-link {
    color: #ffffff;
    font-weight: 400;
    font-size: 12px;
}

.badge[data-badge]::after,
.badge:not([data-badge])::after {
    background: transparent;
    background-clip: padding-box;
    border-radius: .5rem;
    box-shadow: 0 0 0 .1rem #fff;
    color: #fff;
    content: attr(data-badge);
    display: inline-block;
    transform: translate(-.1rem, -.2rem);
}
/*[top navigation End]*/
.navbar.main-nav {
    min-height: 60px;
    background-color: #eeeeee;
    padding-left: 13px;
    padding-right: 13px;
}

.navbar.main-nav .btn.btn-link{
    color: #000;
    font-weight: 700;
    font-size: 17px;
    outline: 0;
    outline-width: 0px;
}
#siteLogo {
    position: absolute;
    margin-top: 33px;
    z-index: 9999;
}
#siteLogo img {
    min-width: 120px;
    max-width: 150px;
    margin-left: -55%;
}
.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99999;
}
.sticky + .content {
    padding-top: 96px;
}
.head-title{
    color: #fff;
}
.subtilte{
    color: #fff;
    font-size: 150%
}
.text-dark{
    color: #000000;
}
.text-light-dark{
    color: #3f4758;
}
#siteBanner {
    background-image: linear-gradient(rgba(164,145,96,.45),rgba(255,255,255,0)),url("../images/site-banner-3.jpg");
    min-height: 400px;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}
.site-special-offers,.site-ot-and-da {
    background: #000;
    opacity: 0.5;
    min-height: 400px;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #eeeeee;
    text-align: center;
}
.offers {
    margin-top: 20%;
    text-align: center;
}
.banner .data {
    color: #ffffff;
    font-size: 100%;
}

.content.page-content{
    background-color: #eeeeee;
}
.content.map {
    background: #F2F2F2;
}

.h1, h1 {
    font-size: 1.5rem;
}

.footer-top {
    color: #000;
}
.why-us img{
    min-height: 150px;
    max-height: 150px;
}
.footer-bootom.bg-dark {
    background: #3f4758;
}
.footer-bootom a{
    color: #fff;
}
.copy-right{
    font-size: 90%;
}
/*
 [Ontime Home page Menu Tab section] 
*/
hr {
    margin-top: 12px;
}
hr.style1 {
    border-top: 3px double #8c8b8b;
}
hr.style2:before { 
    display: block; 
    content: ""; 
    height: 30px; 
    margin-top: -31px; 
    border-style: solid; 
    border-color: #8c8b8b; 
    border-width: 0 0 1px 0; 
    border-radius: 20px; 
}
.ontime-menu-tab section {
    display: none;
    padding: 20px 0 0;
    border-top: 1px solid #ddd;
}
.ontime-menu-tab  input {
    display: none;
}

.ontime-menu-tab label {
    display: inline-block;
    margin: 0 0 -1px;
    padding: 15px 25px;
    font-weight: 600;
    text-align: center;
    color: #000000;
    border: 1px solid transparent;
}

.ontime-menu-tab  label:hover {
    color: #888;
    cursor: pointer;
}
.ontime-menu-tab input:checked + label {
    color: #000;
    border: 1px solid #ddd;
    border-top: 2px solid #0bb600;
    border-bottom: 1px solid #fff;
}

.ontime-menu-tab  #tab1:checked ~ #content1,
.ontime-menu-tab  #tab2:checked ~ #content2,
.ontime-menu-tab  #tab3:checked ~ #content3,
.ontime-menu-tab  #tab4:checked ~ #content4 {
    display: block;
}
.ontime-menu-tab .item-col {
    padding: 2px 0px;
}



/*
 [Ontime Home page Menu Tab section End] 
*/
@media (max-width: 1280px){

}
@media (max-width: 960px){
    .site-special-offers, .site-ot-and-da, .site-order-option {
        box-shadow: 3px 0px #ffffff;
    }
}
@media (max-width: 840px){
    h1,h2,h3,h4,h5,h6,p,a,.h1,.h2,.h3,.h4,.h5,.h6 {
        font-size: 80%;
    }
    .top-nav .btn.btn-link{
        padding: -0.65rem -2.6rem !important;
        font-size: 70%!important;
    }
    .navbar.main-nav .btn.btn-link {
        font-size: 90%!important;
    }
    #siteLogo {
        position: absolute;
        margin-top:6px;
        z-index: 9999;
    }
    #siteLogo img {
        min-width: 50px;
        max-width: 75px;
        margin-left: -59%;
    }
    .site-special-offers, .site-ot-and-da, .site-order-option {
        box-shadow: 3px 0px #ffffff;
    }
    .why-us img {
        min-height: 100%;
        max-height: 100%;
    }

}
@media (max-width: 600px) {
    h1,h2,h3,h4,h5,h6,p,.h1,.h2,.h3,.h4,.h5,.h6 {
        font-size: 150%;
    }
    p{
        font-size:100%; 
    }
    .top-nav .btn.btn-link{
        padding: -0.65rem -2.6rem !important;
        font-size: 70%!important;
    }
    .navbar.main-nav {
        min-height: 40px;
    }
    .navbar.main-nav .btn.btn-link {
        font-size: 90%!important;
    }
    .head-title {
        font-size: 250%;
    }
    .subtilte{
        font-size: 150%;
        color: #ccf593;
    }
    .site-special-offers,.site-ot-and-da,.site-order-option{
        min-height: 200px;
        padding-bottom: 10px;
    }
    .offers {
        margin-top: 5%;
        text-align: center;
    }
    .sticky + .content {
        padding-top: 75px;
    }
    .why-us img {
        min-height: 70px;
        max-height: 70px;
    }
    .ontime-menu-tab label {
        padding:18px 6px;
    }
    .ontime-menu-tab label:before {
        margin: 0;
        font-size: 12px;
    }
    .ontime-menu-tab label {
        padding:18px 6px;
    }
}
@media (max-width: 480px) {
    h1,h2,h3,h4,h5,h6,h1,.h2,.h3,.h4,.h5,.h6 {
        font-size: 130%;
    }
    p{
        font-size:100%; 
    }
    .top-nav .btn.btn-link {
        padding: 4px;
        font-size: 65% !important;
    }
    .navbar.main-nav {
        min-height: 40px;
    }
    .navbar.main-nav .btn.btn-link {
        font-size: 60%!important;
        padding: 3px;

    }
    .head-title {
        font-size: 250%;
    }
    .subtilte{
        font-size: 150%;
        color: #ccf593;
    }
    .site-special-offers,.site-ot-and-da,.site-order-option{
        min-height: 200px;
        padding-bottom: 10px;
    }
    .offers {
        margin-top: 5%;
        text-align: center;
    }
    .sticky + .content {
        padding-top: 75px;
    }
    .why-us img {
        min-height: 150px;
        max-height: 150px;
    }
    .price-add-cart-btn{
        text-align: right;
    }
    .ontime-menu-tab label:before {
        font-size: 12px;
    }
    .ontime-menu-tab label {
        padding:13px 6px;
        font-weight: 400
    }
}
@media (max-width: 340px){
    h1,h2,h3,h4,h5,h6,h1,span, .h2,.h3,.h4,.h5,.h6 {
        font-size: 110%;
    }
    p{
        font-size:90%; 
    }
    .top-nav .btn.btn-link {
        padding: 4px;
        font-size: 65% !important;
    }
    .navbar.main-nav {
        min-height: 40px;
    }
    .navbar.main-nav .btn.btn-link {
        font-size: 58%!important;
        padding: 1px;

    }
    .head-title {
        font-size: 150%;
    }
    .subtilte{
        font-size: 100%;
        color: #ccf593;
    }
    .site-special-offers,.site-ot-and-da,.site-order-option{
        padding-bottom: 10px;
    }
    .offers {
        margin-top: 5%;
        text-align: center;
    }
    .sticky + .content {
        padding-top: 75px;
    }
    .why-us img {
        min-height: 150px;
        max-height: 150px;
    }
    .price-add-cart-btn{
        text-align: right;
    }
    .ontime-menu-tab label:before {
        font-size: 12px;
    }
    .ontime-menu-tab label {
        padding:13px 6px;
        font-weight: 400
    }
}
