body{
        margin-top:0 !important;
    }
    .navbar{
        padding: .3rem 1rem !important;
    }
    .navbar-brand{
        padding-top:0 !important;
        padding-bottom:0 !important;
    }
    .google_translate_element{
        position:absolute !important;
    }
    .google_translate_element a:hover{
        text-decoration:none !important;
    }
    .goog-te-gadget-icon{
        display:none;
    }
    .goog-te-gadget-simple{
        background:rgba(255,255,255,0.5) !important;
        border:none !important;
        border-top-left-radius:10px;
        border-bottom-right-radius:10px;
        font-size: 1rem !important;
        display: inline-block;
        padding-top: 0.375rem !important;
        padding-bottom: 0.375rem !important;
        cursor: pointer;
        color: #ffffff !important;
        width:170px !important;
        overflow:hidden !important;
        margin-top:5px !important;
        margin-left:5px !important;
        margin-right:5px !important;
    }
    .goog-te-gadget-simple a:hover{
        text-decoration:none !important;
    }
    .indicator{
        display:none !important;
    }
    .goog-te-banner-frame.skiptranslate {
        display: none !important;
    }
    .goog-tooltip {
        display: none !important;
    }

    .goog-te-balloon-frame {
        display: none !important;
    }
    .goog-gt-tt{
        display:none !important;
    }
    
     /* Hide Google Translate toolbar */
    .skiptranslate iframe{
        display:none !mportant;
        position:absolute !important;
        z-index:-10;
    }
    
    .skiptranslate iframe{
        margin-top:-100px; !mportant;
    }
    .bg-ghost{
        background-color: ghostwhite;
    }
    
    h1,h2,h3,h4,h5,h6{
        font-family: 'Arial', sans-serif;
        color: #333;
        text-align: left;
        border-bottom: 2px solid #ddd;
        text-transform: uppercase;
        letter-spacing: 1px;
    }
    h1{
        font-size: 2em;
        margin: 30px 0;
        padding: 10px;
        font-weight: 900;
    }
    h2{
        font-size: 1.7em;
        margin: 25px 0;
        padding: 10px;
        font-weight: 700;
    }
    h3{
        font-size: 1.2em;
        margin: 20px 0;
        padding: 8px;
        font-weight: 500;
    }
    h4{
        font-size: 1em;
        margin: 15px 0;
        padding: 7px;
        font-weight: 400;
    }
    h5{
        font-size: 0.9em;
        margin: 10px 0;
        padding: 6px;
        font-weight: 400;
    }
    h6{
        font-size: 0.7em;
        margin: 8px 0;
        padding: 5px;
        font-weight: 300;
    }
    h2 span{
        font-size:22px;
        color:green;
    }
    /*#loading {
        display: none;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 999999;
    }*/
    #loading {
        display: none;
        position: fixed;
        top: 300px;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 999999;
        border:solid thick #ccc;
    }
    #order-form {
        display: none;
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        overflow: auto; /* Enable scroll if needed */
        z-index: 999999;
        background-color:green;
        padding:20px;
        border:dotted thin #fff;
    }
    .category-btn{
        width:100% !important;
        min-height:100px !important;
    }
    .fixed-card-img{
        height:150px;
        overflow:hidden;
    }
    .fa-star, .fa-star-o, .fa-star-half-o{
        color:orange;
    }
    #map {
      height: 400px;
      /* The height is 400 pixels */
      width: 100%;
      /* The width is the width of the web page */
    }
    
    .terms{
        font-size:12px;
    }
    .goog-te-gadget .goog-te-combo {
      margin: 4px 0;
      font-size: 18px;
      background: rgba(255,255,255,0.5);
      border: none;
      color: #000;
    }
    .goog-te-gadget span{
        display:none;
    }
    .footer {
        background-color: #198cff;
        color: #ffffff;
        padding: 20px 0 0 0;
    }
    .footer .footer-logo {
        font-size: 24px;
        font-weight: bold;
        margin-bottom: 20px;
    }
    .footer .footer-logo a {
        color: #ffffff;
        text-decoration: none;
    }
    .footer .footer-logo a:hover {
        text-decoration: underline;
    }
    .footer .footer-section h5 {
        font-size: 18px;
        font-weight: bold;
        margin-bottom: 15px;
        color:#fff;
    }
    .footer .footer-section h6 {
        color:#fff;
    }
    .footer .footer-section p {
        margin-bottom: 10px;
    }
    .footer .footer-bottom {
        background-color: #007bff;
        padding: 20px 0;
        text-align: center;
    }
    .pay-ribbon{
        background-color:#fff;
        padding:10px 0;
        border-radius:4px;
    }
    .logo-header{
        height:40px;
        width:auto;
        border-radius:5px;
    }
    .logo-footer{
        width:100%;
        height:auto;
        border-radius:7px;
    }
    .v-btn{
        margin-top:30px;
        margin-bottom:10px;
    }
    .owl-nav{
        display:none;
    }
    .gheight{
            min-height:450px;
          box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
          transition: box-shadow 0.3s ease, transform 0.3s ease;
      
    }

    .gheight:hover {
      box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
      transform: translateY(-5px);
    }
        
    .card{
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
          transition: box-shadow 0.3s ease, transform 0.3s ease;
    }
    .card:hover {
      box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
      transform: translateY(-5px);
    }
    
    .padd-1{
            padding-left:2px !important;
            padding-right:2px !important;
        }
    .card-img-top{
        height:100% !important;
        width:auto !important;
    }    
    
    @media only screen and (max-width: 600px) {
    .v-btn{
        margin-top:-20px;
        margin-bottom:5px;
    }
    body{
        font-size:16px !important;
    } 
    
    h1,h2,h3,h4,h5,h6{
        border-bottom: 1px solid #ddd;
    }
    h1{
        font-size: 22px;
        margin: 10px 0;
        padding: 8px;
        font-weight: 600;
    }
    h2{
        font-size: 20px;
        margin: 6px 0;
        padding: 10px;
        font-weight: 600;
    }
    h3{
        font-size: 18px;
        margin: 8px 0;
        padding: 6px;
        font-weight: 600;
    }
    h4{
        font-size: 16px;
        margin: 6px 0;
        padding: 5px;
        font-weight: 600;
    }
    h5{
        font-size: 15px;
        margin: 5px 0;
        padding: 5px;
        font-weight: 600;
    }
    h6{
        font-size: 14px;
        margin: 5px 0;
        padding: 4px;
        font-weight: 600;
    }
    h2 span{
        font-size:14px;
        color:green;
    }
    .mt{
        margin-top:10px;
    }
    .badge{
        font-size:100%;
    }
    .goog-te-gadget .goog-te-combo {
      margin: 4px 0;
      font-size: 15px;
      background: rgba(255,255,255,0.5);
      border: none;
      color: #000;
    }
    
    .logo-header{
        height:35px;
        width:auto;
        border-radius:4px;
    }
    .gheight{
        min-height:380px;
    }
    
    }   
    
    @media only screen and (max-width: 370px) {
        .logo-header {
            height: 28px !important;
            width: auto;
            border-radius: 4px;
          }
          
        .navbar{
            display:block !important;
        }
        
        .navbar-toggler {
            padding: .25rem .75rem;
            font-size: 12px;
            line-height: 1;
            background-color: black;
        }
        .navbar-brand{
            margin-left:1rem;
        }
        .navbar .btn{
            font-size:12px;
        }
        .padd-1{
            padding-left:1px !important;
            padding-right:1px !important;
        }
    }
    
    @media only screen and (min-width: 1200px) {
    }
    @media only screen and (min-width: 992px) {
    }
    @media only screen and (min-width: 768px) {
    }
    @media only screen and (min-width: 576px) {
    }


    
    
    
    
    
    
    
    
    