.bg-zblack{
    background-color: #000002;
}
.bg-ashy-gray{
    background-color: #242424;
}
.bg-std-good {
    background-color: #28a745!important;
    color: #fff;
    padding: 0 5px;
    border-radius: 5px;
}
.h-140{
    height: 140px;
}
.h-701{
    height: 701px;
}
.w-100px{
    width: 100px;
}
.w-fit-content{
    width: fit-content;
}
.top-75{
    top: 75px;
}
.z-1019 {
  z-index: 1021 !important;
}
.bg-std-bad {
    background-color: #dc3545!important;
    color: #fff;
    padding: 0 5px;
    border-radius: 5px;
}

.bg-std-blocked {
    background-color: #6c757d!important;
    color: #fff;
    padding: 0 5px;
    border-radius: 5px;
}

.bg-std-vbad {
    background-color: #ffc107!important;
    color: #000;
    padding: 0 5px;
    border-radius: 5px;
}

.bg-std-vg {
    background-color: #007bff!important;
    color: #fff;
    padding: 0 5px;
    border-radius: 5px;
}

.bg-std-vip {
    background-color: #17a2b8!important;
    color: #fff;
    padding: 0 5px;
    border-radius: 5px;
}
.crmLabel{
    width: 80px!important;
}
/*filter box for price list start*/
#filterStickyBox {
  right: 1rem;
  z-index: 1040;
  transition: top 0.4s ease, width 0.4s ease;
  opacity: 0.95;
  top: 80px;
}

#filterBox {
  display: none;
  width: 250px;
  margin-top: 0.5rem;
}

#filterStickyBox.expanded {
  width: 260px !important;
  height: auto !important;
  border-radius: 0.5rem !important;
}

#filterStickyBox:not(.expanded) {
  width: 45px !important;
  height: 45px !important;
  border-radius: 50% !important;
  overflow: hidden;
}

 #filterStickyBox #filterBox {
    display: none;
  }

  #filterStickyBox.expanded #filterBox {
    display: block !important;
  }

/*filter box for price list end*/


#dis_kms{
    position: absolute;
    z-index: 1200;
    left: 50%;
    width: 60px;
    margin-top: 11px;
    background: #ffffffe8;
    border: none;
    color: #ff0000;
    border-radius: 10px;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-right: 5px;
    padding-left: 5px;
    font-weight: 600;
    text-align: center;
}
#modalCategory{
    width: 100%;
}
#modalCategory ul{
    display: flex;
    flex-direction: row;
    justify-content: center;

}
#navtab-3 p{
    font-size: 18px;
}
#brand-container figure, #brand-container p{
    margin-bottom: 0;
}
#modalCategory ul li{
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: box-shadow 0.3s ease;
    cursor: pointer;
    padding-top: 3px;
    padding-bottom: 5px;
    padding-left: 5px;
    padding-right: 5px;
    min-width: 50px;
    text-align: center;
    color: #0d6efd;
}
.crmInputs > span, .crmInputs > input{
    /*        padding-left: 5px;
        padding-right: 5px;
        padding-top: 2px;
        padding-bottom: 2px;*/
}

#crmModalViewDiv .dropdown-item {
    color: #212529 !important;
}

.list-group-striped li{
    padding-left: 5px;
    padding-top: 3px;
    padding-bottom: 5px;
    padding-right: 3px;
}
.list-group-striped li:nth-child(odd) {
    background-color: #f8f9fa;

}
.list-group-striped li:nth-child(even) {
    background-color: #e9ecef;
}

.check-box-new{
    width: 25px;
    height: 25px;
    cursor: pointer;
    border: solid #ffc107 1px;
}

.fc-deeppink{
    color: #ff1493;
}
.cursor-pointer{
    cursor: pointer;
}
.cursor-none{
    cursor: none!important;
}
.cursor-auto{
    cursor: auto!important;
}
.text-shadow-med-blue{
    color: #0000CD;
    text-shadow: 1px 1px #0a58ca;
}
.text-justify {
    text-align: justify;
}
.mt-95px{
    margin-top: 95px  !important;
}
.h-200px{
    height: 200px;
}
.h-257px{
    height: 257px;
}
.w-25{
    width: 25px!important;
}

.h-25{
    height: 25px!important;
}
.h-40{
    height: 40px!important;
}
.h-btn{
    height: 58px!important;
}
.minw-400{
    min-width: 400px;
}
.mw-200px{
    max-width: 200px;
}
.mw-25{
    max-width: 25%!important;
}
.mw-50 {
    max-width: 50% !important;
}
.mw-115px{
    max-width:115px;
}
.mh-80vh{
    max-height: 80vh;
}
.mh-60vh{
    max-height: 60vh;
}
.text-rotate-90{
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
}
.Std {
    background-color: #5c605e  !important;  /* Standard: Neutral gray */
}

.Eco {
    background-color: #2d6a4f !important;  /* Economy: Budget-friendly green */
}

.Prm {
    background-color: #0c2237 !important;  /* Premium: Stylish dark gray */
}

.Lux {
    background-color: #043718 !important;  /* Luxury: Rich gold tone */
}

.VIP {
    background-color: #710000 !important;  /* VIP: Bold deep red */
}

.Bsic {
    background-color: #4f7d82 !important;  /* Basic: Bootstrap primary blue */
}

.Flg {
    background-color: #6f42c1 !important;  /* Flagship: Elegant purple */
}

.Elt {
    background-color: #02332e !important;  /* Elite: Silver tone */
}

.Exe {
    background-color: #003366 !important;  /* Executive: Deep business blue */
}

.Ulux {
    background-color: #715204  !important;  /* Ultra Luxury: Goldenrod */
}

.vvip {
    background-color: #4b0082 !important;  /* VVIP: Royal indigo */
}




.blog-footer-icon{
    width: 20px;
    height: auto;
}
.err-label{
    color: #ff0000;
    margin-top: -100px;
    line-height: 1;
}
.fs-70per{
    font-size: 70%;
}
.fs-80per{
    font-size: 80%;
}
.fs-90per{
    font-size: 90%;
}
.mt-100px{
    margin-top: 100px;
}

.mw-400{
    max-width: 400px;
}
.mh-300{
    max-height: 300px;
}
.mh-50{
    max-height: 50px;
}
.mnh-50{
    min-height: 56px;
}
.btn-h-floating {
    height: 4.2em;
}
.addBtn{
    width: 100px;
    font-weight: 600;
    top: 10px;
    margin-bottom: -10px;
}

.fncDatePopup{
    cursor: pointer;
}

.btn-checkbox{
    height: 60px;
    border: solid 1px #7FFF00;
    background-color: #fff;
    color: #000;

}
.btn-searchbox{
    position: absolute;
    top: -17px;
    width: 115%;
    margin-left: -16px;
}

.btn-sofa-add{
    width: 115px;
    font-weight: 600;
}
.sofa-des{
    height: 100px;
    overflow: auto;
}

#cropCanvas {
    display: block;
    margin: 0 auto;
}

#croppedImageContainer {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    position: absolute;
    top: 0;
    right: 0;
    width: 25%;
    height: 25%;
    border: 2px solid #ddd;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#brand-pkg {
    position: relative;
    width: 115px;
    font-size: 90%;
    background-color: #000002;
    color: #fff;
    left: 0;
    transition: all 0.3s ease-in-out;
    z-index: 1031;
}
#BrandcheckboxesCollapse{
    position: absolute;
    background-color: #000002;
    width: 100%;
    padding-left: 5px;
}
#brand-pkg div label {
    cursor: pointer;
}


#brand-pkg .dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
    transition: transform .2s ease-in-out;
    transform: rotate(180deg);
}
#brand-pkg .dropdown-toggle.collapsed::after {
    transform: rotate(0deg);
}
#sort-div{
    position: fixed;
    top: 140px;
    margin: auto;
    width: 100%;
    background-color: #ffffff;
    padding-bottom: 5px;
    padding-top: 4px;
    margin-top: -3px;
    height: 40px;
    overflow: visible;
    z-index: 1022;
    white-space: nowrap;
}

.product-class {
    font-variant: all-small-caps;
    position: absolute;
    white-space: nowrap;
    font-stretch: ultra-expanded;
    top: -8px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    font-size: 1.5em;
    color: #fff;
    text-shadow:
        0px 0px 0 rgb(224,224,224),
        1px 0px 0 rgb(204,204,204),
        2px 0px 0 rgb(183,183,183),
        3px 0px 0 rgb(162,162,162),
        4px 0px 3px rgba(0,0,0,0.45),
        4px 0px 1px rgba(0,0,0,0.5),
        0px 4px 10px rgba(255, 255, 255, 0.8);
    animation: rotateBackAndForth 4s ease-in-out infinite;
}

#live-search-results  ul {
    position: absolute;
    z-index: 1120;
    margin-top: -8px;
    max-height: 200px;
    overflow: scroll;
}
#live-search-results ul li{
    background-color: #e9ecef;
    color: #0d6efd;
}

#map-div {
    height: 300px;
    border: 1px solid #ccc;
    position: relative;
    overflow: hidden;
}

#map-pin {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -100%);
    -webkit-transform: translate(-50%, -100%);
    -ms-transform: translate(-50%, -100%);
    background-image: url('https://thedetailinggang.com/images/icon/loc-pin.png');
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 1050;
    pointer-events: none;
}


#current-location-btn {
    position: absolute;
    bottom: 10px;
    right: 50px;
    z-index: 1050;
    background-color: white;
    border: 1px solid #ccc;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
    transition: transform 0.2s ease-in-out;
}

#current-location-btn:hover {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
}

#current-location-btn img {
    width: 30px;
    height: 30px;
}
.pac-container {
    z-index: 1150;
}
.modal {
    z-index: 1150;
}
/*end booking form*/

@keyframes rotateBackAndForth {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
    }
    25% {
        transform: translate(-50%, -50%) rotate(10deg);
    }
    50% {
        transform: translate(-50%, -50%) rotate(0deg);
    }
    75% {
        transform: translate(-50%, -50%) rotate(-10deg);
    }
    100% {
        transform: translate(-50%, -50%) rotate(0deg);
    }
}

@-webkit-keyframes rotateBackAndForth {
    0% {
        -webkit-transform: translate(-50%, -50%) rotate(0deg);
    }
    25% {
        -webkit-transform: translate(-50%, -50%) rotate(10deg);
    }
    50% {
        -webkit-transform: translate(-50%, -50%) rotate(0deg);
    }
    75% {
        -webkit-transform: translate(-50%, -50%) rotate(-10deg);
    }
    100% {
        -webkit-transform: translate(-50%, -50%) rotate(0deg);
    }
}



.pkg-card{
    min-width: 400px;
    max-width: 500px;
    margin: auto;
}
#cartDivPkgFooter {
    position: fixed;
    right: 50px;
    bottom: 60px;
    z-index: 1000;
}
.selected{
    color: #fff!important;
    background-color: #ff0000!important;
    border-color: #ff0000!important;
}

.websiteName{
    margin: 0;
    top: 35px;
    color: #adb5bd;
    font-size: 55%;
}
.websiteName span{
    color: #ffc2cb;
}
.pkg-emi{
    right: 0;
    transform: translate(0%, -70%) !important;
    -webkit-transform: translate(0%, -70%) !important;
    -ms-transform: translate(0%, -70%) !important;
    background-color:red;
}
.emi-2{
    position: absolute;
    top: 30px;
    right: 36px;
    font-size: 10px;
    color: #dee2e6;
}
.pkg-offer{
    transform: translate(-25%, -70%) !important;
    -webkit-transform: translate(-25%, -70%) !important;
    -ms-transform: translate(-25%, -70%) !important;
}
.rounded-pil{
    font-weight: 600;
    color: red;
    border: 2px solid;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    font-style: normal;
}
.link{
    cursor: pointer;
    text-decoration: none;

}
.btn-pkg-view{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    top: -5%;
}
.btn-pkg-add{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    bottom: -8%;
    width: 115px;
    background-color: #fff;
    font-weight: 600;
}

.price-div{
    padding-left: 5px;
}
ul[id^="idUlAddonns__"] li input {
    width: 25px;
    height: auto;
    cursor: pointer;
    border: solid #0dcaf0 1px;
}
.select-all-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #242424;
    padding-left: 5px;
}

#brand-container a{
    width: 125px;
    height: 160px;
    font-size: 18px;
    margin-bottom: 10px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    padding-top: 20px;
    padding-bottom: 5px;
    padding-left: 5px;
    padding-right: 6px;
    text-decoration: none;
    line-height: 1.2;
    cursor: pointer;
    font-weight: 600;
    color: #000002;
    font-variant: all-small-caps;
    -webkit-font-variant: small-caps;
    -moz-font-variant: small-caps;
}
#model-container a{
    width: 180px;
    height: 200px;
    font-size: 25px;
    margin-bottom: 10px;
    border-radius: 10px;
    padding-top: 10px;
    padding-bottom: 5px;
    padding-left: 3px;
    padding-right: 3px;
    text-decoration: none;
    line-height: 1.2;
    cursor: pointer;
    font-weight: 600;
    color: #000002;
    font-variant: all-small-caps;
    -webkit-font-variant: small-caps;
    -moz-font-variant: small-caps;
}

.navbar-custom {
    background-color: #000002;
    border-bottom: 10px solid #ff0000;
    transition: top 0.3s;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 1150;
}

.navbar .nav-link {
    color: #fff !important;
    transition: color 0.3s ease-in-out;
    font-weight: normal;
}

.navbar .nav-link:hover, .navbar .nav-link:focus, .navbar .nav-link.active {
    color: #f0ad4e !important;
    text-shadow: 0 0 3px rgba(255, 255, 255, 0.7);
}

.dropdown-menu {
    border: none;
    transition: all 0.3s ease-in-out;
    display: none;
}

.dropdown-menu.show {
    display: block;
}

.dropdown-item {
    color: #fff !important;
    transition: color 0.3s ease-in-out;
}

.dropdown-item:hover, .dropdown-item:focus, .dropdown-item.active {
    background-color: #495057;
    color: #f0ad4e !important;
}

.logo-container {
    display: flex;
    align-items: center;
}

.logo-img {
    display: inline-block;
}

.small-text {
    font-size: 0.8rem;
    color: #fff;
    transition: color 0.3s ease-in-out;
}

.small-text:hover, .small-text:focus, .small-text.active {
    color: #f0ad4e !important;
}

.dropdown {
    position: relative;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    min-width: 160px;
    padding: 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
    box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
    max-height: 300px;
    overflow: auto;
}

.dropdown-menu > li {
    background-color: #343a40;
    margin-bottom: 1px;
    margin-top: 1px;
    cursor: pointer;
}

#package-div .dropdown:hover .dropdown-menu {
    display: block;
}

.navbar-toggler {
    border-color: transparent;
    transition: all 0.3s ease-in-out;
}

.navbar-toggler .navbar-toggler-icon {
    position: relative;
    width: 30px;
    height: 24px;
    display: inline-block;
}

.navbar-toggler .navbar-toggler-icon span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background-color: #fff;
    border-radius: 2px;
    opacity: 1;
    left: 0;
    transition: transform 0.25s ease-in-out, top 0.25s ease-in-out;
}

.navbar-toggler .navbar-toggler-icon span:nth-child(1) {
    top: 0px;
}

.navbar-toggler .navbar-toggler-icon span:nth-child(2) {
    top: 10px;
}

.navbar-toggler .navbar-toggler-icon span:nth-child(3) {
    top: 20px;
}

.navbar-toggler.collapsed .navbar-toggler-icon span:nth-child(1) {
    top: 10px;
    transform: rotate(45deg);
}

.navbar-toggler.collapsed .navbar-toggler-icon span:nth-child(2) {
    opacity: 0;
    transform: rotate(0deg);
}

.navbar-toggler.collapsed .navbar-toggler-icon span:nth-child(3) {
    top: 10px;
    transform: rotate(-45deg);
}

.navbar-hidden {
    top: -100px;
}

.navbar .dropdown-toggle::after {
    transition: transform 0.3s ease-in-out;
}

.navbar .dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(180deg);
}

.navbar-cart {
    margin-left: auto;
    display: flex;
    align-items: center;
    margin-right: 10px;
}

.mt-header {
    position: relative;
    margin-top: 85px;
}
.mt-header-plain{
    position: relative;
    margin-top: 100px;
}
.mt-header-packages {
    position: relative;
    margin-top: 200px;
}
.mt-header-adm {
    position: relative;
    margin-top: 90px;
}

.nav-tab-content {
    display: none;
}
.nav-tab-content.active {
    display: block;
}
.noPaymentPkg {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    width: 161px;
    color: #198754;
    font-weight: 500;
    font-size: 75%;
    text-align: center;
}


#serviceCateUl {
    display: flex;
    overflow-x: auto;
    white-space: nowrap;
    padding: 0;
    margin: 0;
    list-style: none;
    width: 100%;
    justify-content: flex-start;
    position: fixed;
    top: 80px;
    background-color: white;
    z-index: 1020;
    padding: 10px 0;
    transition: top 0.3s;
    text-align: center;
}

#serviceCateUl.fixed {
    top: 0;
}

#serviceCateUl > li {
    display: inline-block;
    cursor: pointer;
    position: relative;
}

#serviceCateUl > li > .dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    display: none;
    min-width: 160px;
    background-color: #343a40;
    z-index: 1000;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
    box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
}

/*foorter-mobile-auto-hide*/
.footer-mobile-hidden {
    bottom: -100px!important;
    transition: bottom 0.5s;
}

.footer-mobile {
    border-top: 10px solid #ff0000;
    bottom: 0;
    transition: bottom 0.5s;
    width: 100%;
    position: fixed;
    z-index: 1050;
}
footer a{
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

#serviceCateUl > li:hover > .dropdown-menu,
#serviceCateUl > li > .dropdown-menu.show {
    display: block;
}


.toast-container {
    position: fixed;
    bottom: 5px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1050;
    /*min-width: 300px;  Adjust as needed */
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}



/*.pkg-toast-top{
    top: 1px;
}*/
.go-to-top {
    position: fixed;
    bottom: 60px;
    right: 10px;
    display: none;
    z-index: 1000;
}
.gst-btn{
    padding-left: 3px;
    padding-right: 3px;
    padding-top: 1px;
    padding-bottom: 0px;
    color: red;
    border: red solid 1px;
    text-decoration: none;
    border-radius: 5px;
    cursor: pointer;
}
.arrow-up {
    display: inline-block;
    transform: rotate(-90deg);
}
.arrow-down {
    display: inline-block;
    transform: rotate(90deg);
}



.loader {
    display: none;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.8);
    text-align: center;
    padding-top: 20%;
    font-size: 2rem;
    color: #333;
}

/*for package video slide/ carousel*/
.video-carousel-item {
    max-width: 100%;
    max-height: 80vh;
    object-fit: contain;
    margin: auto;
}

/* Prevent overlap of controls with navigation buttons */
.carousel-control-prev,
.carousel-control-next {
    z-index: 1051;
}

.carousel-media-wrapper {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}


/* Carousel Styles */
.carousel-item img {
    width: 100%;
    height: 100vh;
    object-fit: cover;
    animation: zoom 100s infinite;
}

@keyframes zoom {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.5);
    }
    100% {
        transform: scale(1);
    }
}

.carousel-caption {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 100%;
}

.carousel-caption h2, .carousel-caption p {
    color: white;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.carousel-caption h2 {
    font-size: 3rem;
    margin-bottom: 0;
}

.carousel-caption p {
    margin-top: -5px;
    font-size: 1.5rem;
}

.carousel-caption a {
    color: white;
}



/* Media Queries */

@media (min-width: 992px) {
    .left{
        left: -115px!important;
    }
}
@media (max-width: 1100px) {
    #brand-pkg {
        /*top: 135px;*/
    }
}
@media (max-width: 992px) {
    .info-text {
        font-size: 0.7rem;
    }
    .navbar-cart {
        order: 1;
    }
}


@media (min-width: 768px) {
    .col-md-24 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }
    .navbar .dropdown-menu {
        position: absolute;
        float: none;
    }
    #brand-container a{
        width: 100px;
        height: 150px;
        font-size: 16px;
        line-height: 1.2;
    }
    #model-container a{
        width: 100px;
        height: 125px;
        font-size: 16px;
        line-height: 1.2;
    }
    #navtab-3 p{
        font-size: 16px;
    }
}


@media (max-width: 500px) {
    .carousel-caption h2 {
        font-size: 2rem!important;
    }
    #brand-container a{
        width: 90px;
        height: 135px;
        font-size: 15px;
        line-height: 1.2;
    }
    #model-container a{
        width: 90px;
        height: 100px;
        /*font-size: 15px;*/
        /*line-height: 1.2;*/
    }
    #navtab-3 p{
        font-size: 15px;
    }
    .noPaymentPkg{
        top:41px;
    }
}

@media (max-width: 400px) {
    .btn-res{
        font-size: 10px;
        font-weight: 700;
        padding: 5px;
    }
    #navtab-3 p{
        font-size: 12px;
    }

}

@media (max-width: 350px) {

    .logo-img {
        display: none;
    }
    #serviceCateUl {
        top: 67px;
    }
    #sort-div {
        top:125px;
    }
    .mt-header {
        margin-top: 60px;
    }
    .mt-header-plain{
        margin-top: 100px;
    }
    .mt-header-packages {
        margin-top: 190px;
    }
    .mt-header-adm {
        margin-top: 75px;
    }

    #brand-pkg {
        /*top: 128px;*/
    }
    #brand-container a{
        width: 80px;
        height: 120px;
        font-size: 13px;
        line-height: 1.2;
    }
    #model-container a{
        width: 80px;
        height: 105px;
        font-size: 13px;
        line-height: 1.2;
    }
    .pkg-toast-top{
        top: 30px;
    }
    .pkg-div{
        font-size: 70%;
    }
    #navtab-3 p{
        font-size: 10px;
    }
}
