@media(max-width:2560px) {
    .navtop .mn {
        margin-top: 10px;
    }

    .contact {
        position: relative;
        width: 100%;
        padding: 45px 0 15px 0;
    }

    .contact .contact-information {
        min-height: 150px;
        margin: 0 0 30px 0;
        padding: 30px 15px 0 15px;
        /* background: linear-gradient(0deg, #905430, transparent); */
        background: url(../img/FooterTop.png);
        border-radius: 10px;
    }

    .contact .contact-info {
        position: relative;
        display: flex;
        align-items: center;
        margin-bottom: 30px;
    }

    .msgg {
        display: flex;
        align-items: center;
    }

    .contact-btn {
        border: none;
        padding: 7px 30px;
        background: #8f5430;
        color: white;
        border-radius: 30px;
        margin-top: 20px;
    }

    .contact-text2 h2 {
        font-size: 36px;
        margin: 20px 0px;
        color: #8f5430;
    }

    .contact .contact-icon {
        position: relative;
        width: 50px;
        height: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #905430;
        border-radius: 50px;
    }

    .contact .contact-icon i {
        font-size: 18px;
        color: #ffffff;
    }

    .contact .contact-text {
        position: relative;
        width: calc(100% - 50px);
        display: flex;
        flex-direction: column;
        padding-left: 15px;
    }

    .contact .contact-text h3 {
        font-size: 18px;
        font-weight: 700;
        color: #905430;
    }

    .contact .contact-text p {
        margin: 0;
        font-size: 17px;
        color: #000000;
    }

    .contact .contact-social a {
        margin-right: 10px;
        font-size: 24px;
        color: #00a3ff;
    }

    .contact .contact-social a:hover {
        color: #719a0a;
    }

    .contact .contact-form iframe {
        width: 100%;
        height: 380px;
        border-radius: 15px;
        margin-bottom: 25px;
    }

    .contact .contact-form input {
        padding: 15px;
        background: none;
        border-radius: 5px;
        border: 1px solid rgba(0, 0, 0, .1);
    }

    .contact .contact-form textarea {
        height: 110px;
        padding: 8px 15px;
        background: none;
        border-radius: 5px;
        border: 1px solid rgba(0, 0, 0, .1);
    }

    .contact .help-block ul {
        margin: 0;
        padding: 0;
        list-style-type: none;
    }

    p {
        text-align: justify;
    }

    .about {
        background: url(../img/bg.jpg);
        background-size: cover;
        background-attachment: fixed;
        padding: 40px 0px;
    }

    h3 {
        font-family: 'Alegreya Sans', sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size: 35px;
    }

    footer a {
        color: #e6e6e6;
    }

    .copyright {
        background: #7f0101;
        color: #e6e6e6;
    }

    .copyright a {
        color: #ffc19b;
    }

    .copyright p {
        margin: 6px 0px;
        text-align: center;
    }

    footer li::marker {
        color: #ffc19b;
    }

    .pp {
        margin: 10px 0px !important;
    }

    footer {
        background: #5c0000;
        padding: 30px 0px;
        color: #fff5ee;
    }

    footer h3 {
        color: #ffc19b;
    }

    nav {
        background: #905430;
    }

    nav i {
        color: #905430;
    }

    /* Style for the search container */
    .search-container {
        display: flex;
    }

    /* Style for the search input */
    .search-input {
        flex: 1;
        padding: 10px;
        border: 1px solid #ccc;
        border-radius: 4px 0 0 4px;
        font-size: 16px;
    }

    /* Style for the search button */
    .search-button {
        padding: 10px;
        border: 1px solid #7f0101;
        border-radius: 0 4px 4px 0;
        background-color: #7f0101;
        cursor: pointer;
        color: white;
    }

    /* Style for the magnifying glass icon */
    .search-icon {
        width: 20px;
        height: 20px;
        /* background: url('magnifying-glass-icon.png') no-repeat center center;
        background-size: cover; */
    }

    .a .col-md-1 {
        flex: 0 0 8.333333%;
        max-width: 4.333333%;
    }

    .a .col-md-10 {
        flex: 0 0 98.333333%;
        max-width: 91.333333%;
    }

    .bb {
        transition: transform .2s;
        padding: 20px;
    }

    .b .bb:hover {
        transform: scale(1.1);
        background: radial-gradient(#91553100, #fce3bb87);
        border-radius: 15px;
        color: #915531;
        padding-bottom: 20px
    }

    .c {
        background: url(../img/Middle.png);
        background-size: cover;
        padding: 40px 0px;
    }

    .d {
        background: linear-gradient(0deg, #e6e6e6, transparent);
        padding: 40px 0px;
    }

    .d .pri {
        text-decoration: line-through;
    }

    .d .sav {
        background: #6699ff;
        color: #fff;
        padding: 1px;
    }

    .d p,
    h6 {
        font-weight: 700;
        margin-bottom: 5px;
    }

    .d h4 {
        color: #905430;
    }

    .d .card {
        background: transparent;
        margin: 20px 0px;
        border: 0px solid red;
        border-bottom: 5px solid rgb(204 204 204);
    }

    .d .card-body {
        padding: 10px 0px;
    }

    .d .card-title {
        margin-bottom: 10px;
    }

    .e {
        background: linear-gradient(0deg, #e6e6e6, transparent);
        padding: 40px 0px;
    }

    .e .pri {
        text-decoration: line-through;
    }

    .e h6 {
        color: #905430;
        text-align: right;
    }

    .e h4 {
        color: #000;
        text-align: center;
        font-size: 22px;
    }

    .e .sav {
        background: #6699ff;
        color: #fff;
        padding: 1px;
    }

    .e .card {
        background: transparent;
        margin: 20px 0px;
        border: 1px solid transparent;
    }

    .e .card-body {
        padding: 10px 0px;
    }

    .g {
        padding: 40px 0px;
    }

    .ebg .card {
        background: #ebe9e9;
        padding: 10px 10px;
    }

    .ebg {
        background: #fff;
    }

    .h {
        padding: 40px 0px;
    }
}

@media(max-width:1920px) {
    .navtop .mn {
        margin-top: 25px;
    }
}

@media(max-width:1440px) {
    .navtop .mn {
        margin-top: 12px;
    }
}

@media(max-width:1024px) {
    .navtop .mn {
        margin-top: 0px;
    }

    .navbar-light .navbar-nav .nav-link,
    .navbar-light .navbar-nav .nav-link:focus {
        font-size: 18px !important;
    }

    footer h3 {
        color: #ffc19b;
        font-size: 24px;
    }
}

@media(max-width:768px) {}

@media(max-width:576px) {

    .lgog {
        display: flex;
        justify-content: center;
    }

    .ebg h6 {
        color: #905430;
        text-align: center;
    }

    .ebg p {
        text-align: center;
    }

    .navtop .iiu {
        padding-top: 7px;
    }
}

@media(max-width:425px) {}

@media(max-width:375px) {}

@media(max-width:320px) {}

@media(min-width: 2560px) {
    .mobile {
        display: none;
    }
}

@media(min-width: 1440px) {
    .mobile {
        display: none;
    }
}

@media(min-width: 1024px) {
    .mobile {
        display: none;
    }
}

@media(min-width: 768px) {
    .mobile {
        display: none;
    }

    
}

@media(max-width: 576px) {
    



    .desktop {
        display: none
    }
}

@media (max-width: 425px) {
    .desktop {
        display: none
    }
}

@media (max-width: 375px) {
    .desktop {
        display: none
    }
}

@media (max-width: 320px) {
    .desktop {
        display: none
    }
}






/* NAVBAR CSS  */
.navbar-toggler {
    padding: -1.75rem 1.75rem;
    font-size: 14px;
    line-height: 1;
    background-color: white;
    border: 1px solid #ffffff00;
    border-radius: 0.25rem;
}

.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link {
    color: rgb(183 69 0);
    background: white;
    border-radius: 9px;
}

.navbar {
    position: relative;
    transition: .5s;
    z-index: 999;
}

.navbar.nav-sticky {
    top: 0;
    width: 100%;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .3);
}

.navbar .navbar-brand {
    margin: 0;
    color: #fbaf32;
    font-size: 19px;
    line-height: 0px;
    font-weight: 700;
    font-family: 'Nunito', sans-serif;
    transition: .5s;
}

.navbar .navbar-brand span {
    color: #719a0a;
}

.navbar .navbar-brand:hover {
    color: #fbaf32;
}

.navbar .navbar-brand:hover span {
    color: #fbaf32;
}

.navbar .navbar-brand img {
    max-width: 100%;
    max-height: 120px;
}

.navbar .dropdown-menu {
    margin-top: 0;
    border: 0;
    border-radius: 0;
    background: #f8f9fa;
}

@media (min-width: 992px) {
    .navbar {
        width: 100%;
    }

    .navbar.nav-sticky {
        background: #ffffff !important;
    }

    .navbar .navbar-brand {
        color: #4749ef;
    }

    .navbar.nav-sticky .navbar-brand {
        color: #fbaf32;
    }

    .navbar-light .navbar-nav .nav-link,
    .navbar-light .navbar-nav .nav-link:focus {
        /* padding: 10px 10px 8px 10px; */
        font-family: 'Nunito', sans-serif;
        color: #fff3ec;
        font-size: 20px;
        /* font-weight: 600; */
    }

    .navbar-light.nav-sticky .navbar-nav .nav-link,
    .navbar-light.nav-sticky .navbar-nav .nav-link:focus {
        color: #666666;
        border-radius: 9px;
    }

    .navbar-light .navbar-nav .nav-link:hover,
    .navbar-light .navbar-nav .nav-link.active {
        color: #ffd1b6;
        border-radius: 9px;
    }

    .navbar-light.nav-sticky .navbar-nav .nav-link:hover,
    .navbar-light.nav-sticky .navbar-nav .nav-link.active {
        color: white;
    }
}

@media (max-width: 991.98px) {
    .navbar {
        /*padding: 15px;*/
        background: #ffffff !important;
    }

    .navbar .navbar-brand {
        color: #fff;
    }

    .navbar .navbar-nav {
        margin-top: 15px;
    }

    .navbar a.nav-link {
        padding: 5px;
    }

    .navbar .dropdown-menu {
        box-shadow: none;
    }
}

@media (max-width: 991.98px) {
    .navbar-light .navbar-nav .nav-link {
        color: #000000;
    }
}

@media (max-width: 767.98px) {
    .navbar-light .navbar-nav .nav-link {
        color: #f5f5f5;
    }
}

@media (max-width: 575.98px) {
    .navbar-light .navbar-nav .nav-link {
        color: #f5f5f5;
    }
}

@media(max-width: 575.98px) {
    .navbar-light .navbar-nav .nav-link {
        color: #f5f5f5;
    }
}

@media(max-width: 575.98px) {
    .navbar-light .navbar-nav .nav-link {
        color: #0c0c0e;
    }
}