@media screen and (max-width:767px) {
    header a.logo img {
        max-width: 92px;
        top: 0;
    }

    .head {
        position: relative;
        padding: 10px 17px;
        border-radius: 10px;

    }

    .btn.btn-large {
        font-size: 9px;
        padding: 0px 11px;
        border-radius: 10px;

    }

    header .Premiere-logo a img {
        top: 50%;
    }

    .top-header-area~.navbar-top-default {
        top: 20px;
    }

    .banner-grid {
        grid-template-columns: repeat(1, 1fr);
        gap: 30px;
        margin-top: 95px;
        padding: 30px 20px;
        margin-bottom: 48px;
    }

    .banner .container,
    .project-bg .container {
        padding-left: 30px;
        padding-right: 30px;
    }

    .title h2 {
        font-size: 20px;
    }

    .khan-project {
        padding: 0;
    }

    .khan-project .spacious {
        gap: 8px 12px;
        text-align: initial;
        grid-template-columns: repeat(2, minmax(142px, 1fr));
    }

    .khan-project li {
        font-size: 9px;
    }

    .enqrty-bg {
        position: initial;
    }

    .title {
        margin-bottom: 1rem;
    }

    .cube-portfolio1 p {
        padding-bottom: 0;
    }

    .maha-foot {
        display: block;
        align-items: center;
        padding-top: 20px;
    }

    .brand-logo {
        display: flex;
        justify-content: center;
    }

    .premiere .brand-logo img {
        max-width: 200px;
    }

    .premiere {
        padding: 40px 0px;
    }

    .disclaimer {
        font-size: 13px;
        line-height: 1.45;
        padding-right: 0;
        text-align: initial;
    }

    .copyright-pill {
        border-radius: 5px;
    }

    .majr-img {
        display: block;
                margin-top: -1px;
        margin-bottom: -1px;
    }

    .major-sec {
        background-image: none;
        padding: 0;

    }

    .major-sec .title h2 {
        font-size: 23px;
        line-height: 1.2;
        font-weight: 400;
        /* color: #000; */
        text-align: initial;
        text-transform: capitalize;
    }


    .major-sec .container {
        padding-left: 0;
        padding-right: 0;
    }

    .major-sec .title {
        background: #4f525d;
        padding: 25px 20px;
        margin: 0;
    }

    .major-sec .title.text-center {
        background: #4f525d;
        padding: 45px 20px;
    }

    .major-sec .title.text-center a {
        display: flex;
        align-items: center;
        justify-content: space-between;
        background-color: #347aae;
        padding: 2px 21px;
        border-radius: 5px;
    }

    .downlod i {
        font-size: 50px;
        background-color: #ffffff00;
        border: 1px solid transparent;
        padding: 12px;
        border-radius: 10px;
        /* color: #000; */
    }
    .header-appear .Premiere-logo a img { 
    max-width: 130px;
}


    .copyright-pill {
        align-items: center;
                margin-bottom: 50px;

    }

    .header-appear .head {
        padding: 0;


    }

    .enqur-row {
        padding: 30px 18px;
    }

    .title h6 {
        font-size: 15px;
    }

    .title h2 {
        font-size: 22px;
    }

    .contact-form .form-group {
        margin-bottom: 5px;
    }

    .btn.btn-large {
        font-size: 11px;
        padding: 1px 11px;
        border-radius: 5px;
    }

    .contact-form .btn.btn-large {
        font-size: 12px;
        padding: 2px 13px;
        border-radius: 5px;
    }

    .contact-form .btn.btn-large {
        font-size: 16px;
        padding: 2px 20px;
        border-radius: 5px;
    }

    .contact-form .form-control {
        font-size: 15px;
            font-weight: 500;
    }

    .khan-project .spacious {
        gap: 5px 12px;
        grid-template-columns: repeat(1, minmax(142px, 1fr));
    }

    .khan-project li {
        font-size: 15px;
    }

    .projet-row {
        padding-top: 50px;
                text-align: initial;
    }
        .enqrty-bg img {
        width: auto;
    }

    .title {
        margin-bottom: 5px;
    }

    .cube-portfolio1 p {
        font-size: 15px;
    }
    .khan-project li:nth-child(n+12) {
  display: none;
}
.project-bg{
    padding-bottom: 0;
        padding-top: 25px;
}
.galler {
    padding-top: 10px; 
}
.oc-rev {
    padding-bottom: 40px;
}
    .contact-text { 
        text-align: initial;
    }
    
/* 3. The Stand (Single Pedestal Base) */
.tv-set-container .tv-stand {
    /* Positioning it absolutely at the bottom center */
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    
    /* Style for the stand neck */
    top: 90%; /* Start the stand just below the TV frame */
    width: 80px; /* Width of the stand neck */
    height: 30px; /* Height of the stand neck */
    background-color: #000; /* Dark metal/slate color */
    border-radius: 5px 5px 0 0;
    
    /* Creating the base using a pseudo-element on the stand div */
    z-index: 10;
}

.tv-set-container .tv-stand::after {
    content: "";
    position: absolute;
    bottom: -15px; /* Position below the neck */
    left: -50px; /* Center the wide base */
    right: -50px;
    height: 15px; /* Thickness of the base plate */
    background-color: #000; /* Slightly lighter than the neck */
    border-radius: 0 0 10px 10px;
    /* Shadow for the base */
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
}
 .modal-dialog { 
        margin: 8.75rem auto;
        padding: 10px;
    }
    .plan-card { 
    padding: 1rem 1.5rem; 
            align-items: center;
}
.plan-card .area-title { 
    margin-top: 0rem;
}
.plan-card .btn-custom { 
    padding: 0.8rem 1.5rem; 
    margin-top: 10px;
}
.syla-disc {
            display: flex
;
        flex-direction: column-reverse;
}
.syla img{
    width: 120px;
}
header .hub-syla a {
    display: block; 
}
.hub-syla p {
    line-height: 1.2;
    padding-top: 4px;
    font-size: 8px;
    font-weight: 600;
    color: #032d6d;
    padding-left: 0;
}
.maj-atrac{
    display: none;
}
.maj-atrac2{
    display: block;
}
.privacy{
    text-align: initial;
            padding: 10px;

}
.privacy h4 {
    font-size: 18px; 
}
.thankyou.contact-item {
    display: block; 
}
.thankyou.contact-info {
    background: rgb(129 129 129 / 10%); 
    padding: 30px 0; 
}
}