/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
    .bg-head {
        display: none;
    }

    .contact-info ul li {
        font-size: 13px;
    }

    .mb-display {
        display: none;
    }

    .dsk-btm {
        margin-bottom: 30px;
    }

    .logo img {
        width: 100px;
    }

    .grid h5 {
        font-size: 14px;
        font-weight: 600;
        font-family: cursive;
    }

    .mb-bottom {
        margin-bottom: 30px;
    }

    .form-select {
        display: block;
        width: 48%;
    }

    .pb-none {
        padding: 0px 30px !important;
    }

    .gallery {
        width: 100%;
        height: 300px;
        display: contents;
        justify-content: center;
        align-items: center;
    }

    .tittle {
        margin-bottom: 20px;
    }

    .gallery img {
        width: 48%;
        margin: 10px 2px;
        height: 80%;
    }

    .navbar-head {
        padding: 10px 20px;
    }

    .glob-lr {
        padding: 40px 22px;
    }

    .hamburger-menu div {
        background-color: #000000;
    }

    .hamburger-menu div:before,
    .hamburger-menu div:after {
        background-color: #000000;
    }

    .title {
        font-size: 20px;
        font-family: 'Poppins';
    }

    .it-numb {
        background-color: #e5681d;
        color: white;
        font-size: 10px;
        padding: 2px 6px;
    }

    .mb-title {
        font-size: 20px;
        font-family: serif !important;
        border-bottom: 3px solid #1b226a !important;
    }

    .product img {
        text-align: center;
        margin: auto;
        width: 100%;
        height: 145px;
        margin-bottom: 10px;
    }

    .pro-box {
        margin-bottom: 25px;
        padding: 5px;
    }

    .numb {
        position: absolute;
        top: 5px;
        right: 5px;
    }

    figure.effect-ming h5 {
        font-size: 14px;
        font-weight: 600;
        font-family: cursive;
    }

    .dsk-none {
        display: block;
    }

    .mb-none {
        display: block;
    }

    .section-title-main {
        font-size: 18px;
    }

    .card-wrapper {
        /* max-width: 1100px; */
        padding: 0px 20px;
        margin: 0 auto;
    }

    .product-title {
        font-family: sans-serif;
        font-size: 22px;
    }

    .product-detail p {
        font-size: 16px;
        padding: 0.3rem;
        opacity: 0.8;
    }

    .note p {
        font-size: 14px;
    }

    .footer-top {
        padding: 45px 10px 30px 10px;
        padding-top: 45px;
        padding-bottom: 30px;
    }

    .footer-top .widget-title {
        color: #ffffff;
        font-size: 20px;
        margin-bottom: 25px;
        margin-top: 15px;
    }

    .courses-link-list li a {
        color: #ffffff;
        text-transform: capitalize;
        font-family: sans-serif;
        font-weight: 400;
        font-size: 15px;
    }

    .company-footer-contact-list li {
        display: flex;
        display: -webkit-flex;
        align-items: center;
        font-size: 15px;
    }

    /* ---------------- */
    .typ-pearl {
        display: flex;
        border-radius: 20px;
    }

    .typ-pearl img {
        width: 42%;
        height: 100%;
    }

    .type-title {
        font-size: 16px;
    }

    .typ-pearl ul li {
        font-size: 13px;
        line-height: 20px;
    }

    .banner-text {
        text-align: center;
        padding: 16px;
        color: #000000;
    }

    .banner-text h1 {
        font-size: 15px;
    }

        .slideshow-items {
        width: 100% !important;
        height: 100% !important;
    }

    /* ---------------- */
    .magnify {
        width: 100% !important;
    }

    .large {
        width: 200px !important;
        height: 200px !important;
    }
    .typ-pearl img{
        display:none;
    }
    .wrapper {
    max-width: 100%;
    padding: 20px !important;
}
.content-wrapper{
    padding: 20px 10px !important;
}
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
    .hamburger-menu div {
        background-color: #000000;
    }

    .hamburger-menu div:before,
    .hamburger-menu div:after {
        background-color: #000000;
    }

    .grid figure {
        width: 100%;
    }

    .mb-bottom {
        margin-bottom: 30px;
    }

    .grid h5 {
        font-size: 14px;
        font-family: cursive;
    }

    .dsk-btm {
        margin-bottom: 30px;
    }

    .gallery img {
        width: 12%;
        height: 66%;
    }

    .gallery {
        align-items: baseline;
    }

    .company-intro-widget {
        margin-bottom: 30px;
    }

    .course-links-widget {
        margin-bottom: 30px;
    }
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
    .hamburger-menu div {
        background-color: #000000;
    }

    .hamburger-menu div:before,
    .hamburger-menu div:after {
        background-color: #000000;
    }

    .product img {
        width: 100%;
        height: 220px;
    }

}

/* Extra large devices (large laptops and desktops, 1024px and up) */
@media screen and (min-width: 1024px) {
    .dsk-none {
        display: none;
    }

    .logo img {
        width: 85px;
    }

    .nav-link>a {
        line-height: 3rem;
        color: black;
        padding: 0px 7px;
        letter-spacing: 1px;
        font-size: 12px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        transition: .5s;
    }

    .product img {
        text-align: center;
        margin: auto;
        width: 100%;
        height: 115px;
        margin-bottom: 10px;
    }

    .p-name {
        font-size: 12px;
    }

    .p-price {
        font-size: 12px;
    }
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
    .nav-link>a {
        line-height: 3rem;
        color: black;
        padding: 0 .8rem;
        letter-spacing: 1px;
        font-size: .95rem;
        display: flex;
        align-items: center;
        justify-content: space-between;
        transition: .5s;
    }

    .product img {
        text-align: center;
        margin: auto;
        width: 175px;
        height: 175px;
        margin-bottom: 10px;
    }

    .dsk-none {
        display: none;
    }

    .dsk-btm {
        margin-bottom: 0px;
    }

    .gallery img {
        width: 12%;
        height: 80%;
    }

    .gallery {
        align-items: center;
    }

    .grid h5 {
        font-size: 1rem;
        font-family: cursive;
    }

    .company-intro-widget {
        margin-bottom: 0px;
    }

    .course-links-widget {
        margin-bottom: 0px;
    }
}