/* Normal desktop :992px. */
@media (min-width: 992px) and (max-width: 1169px) {
    body {
        font-size: 13px;

    }

    .main-menu nav ul .mega-menu {
        width: 630px;
    }

    .main-menu nav ul .mega-menu .single-mega-menu {
        width: 180px;
    }

}


/* Tablet desktop :768px. */
@media (min-width: 768px) and (max-width: 991px) {
    .seemore {
        position: relative;
        left: 0 !important;
        padding: 20px 0px;
    }

    .main-menu nav ul li a {
        padding: 10px;
    }

    .main-menu nav ul .mega-menu {
        width: 600px;
    }

    .main-menu nav ul .mega-menu .single-mega-menu {
        width: 180px;
        margin-right: 15px;
        padding: 10px 0 10px 5px;
    }

    .main-menu nav ul .mega-menu .single-mega-menu h2 {
        font-size: 12px;
        line-height: 25px;
    }

    .main-menu nav ul ul li a {
        font-size: 11px;
        padding: 5px 20px;
    }

    .item img {
        height: 450px !important;
    }

    .single-home-area {
        width: 235px;
    }

    .single-item-area {
        width: 235px;
    }

    .serach-form input {
        width: 190px;
    }

    .pro-desc-text {
        min-height: 90px !important;
    }
}

/* small mobile :320px. */
@media (max-width: 767px) {
    .logo-container a {
        padding: 1px;
    }

    .section-area {
        padding: 3px 0;
    }
}

@media only screen and (min-width: 601px) and (max-width: 767px) {
    .com-logo {
        position: relative;
        left: 35%;
        transform: translateX(-10%);
    }

    .seemore {
        position: relative;
        left: 0 !important;
        padding: 20px 0px;
    }

    .wel-text {
        font-size: 24px;
        position: relative;
        height: 20px;
        top: -18px !important;
    }

    .serach-form {
        left: 10%;

    }

    .serach-form input {
        width: 384px;
        /*position: relative;*/
        /*left: 60 !important;*/
    }

    .serach-form button {
        /*position: absolute; */
        /*right: 0px; */
        /*top: 50%; */
    }

    .item img {
        height: 400px !important;
    }

    .top-icon-div {
        position: fixed;
        right: 0;
        bottom: 10px;
    }



    .single-item-area {
        position: relative;
        /* left: 15%; */
        width: 280px;
        margin: 0 auto 30px;
        transform: translateX(0);
    }

    .service-area {
        background-attachment: scroll !important;
    }

    .services-area-section {
        background-attachment: scroll !important;
    }

    .qcodeimg img {
        width: 100px;
        height: 100px;
        margin: 0px auto;
        position: relative;
        bottom: 20px;
    }

    @keyframes mymove {
        from {
            left: 0px;
        }

        to {
            left: 250px;
        }
    }

    .serach-form button {
        position: absolute;
        right: 94px;
        top: 50%;
    }
}

/* Large Mobile :480px. */
@media only screen and (min-width: 460px) and (max-width: 600px) {
    .com-logo {
        position: relative;
        left: 25%;
        transform: translateX(-10%);
    }

    .wel-text {
        font-size: 24px;
        position: relative;
        height: 20px;
        top: -18px !important;
    }

    .serach-form input {
        width: 380px;
        /*position: relative;*/
        /*left: 0;*/
    }

    .serach-form button {
        /*position: absolute; */
        /*right: 0px; */
        /*top: 50%; */
    }

    .seemore {
        position: relative;
        left: 0%;
        padding: 20px 0px;
    }

    .item img {
        height: 40vh !important;
    }

    .top-icon-div {
        position: fixed;
        right: 0;
        bottom: 10px;
    }



    .single-item-area {
        position: relative;
        /* left: 15%;
    transform: translateX(10px); */
        width: 280px;
        margin: 0 auto 30px;
        transform: translateX(0);
    }

    .service-area {
        background-attachment: scroll !important;
    }

    .services-area-section {
        background-attachment: scroll !important;
    }

    .qcodeimg img {
        width: 100px;
        height: 100px;
        margin: 0px auto;
        position: relative;
        bottom: 20px;
    }

    @keyframes mymove {
        from {
            left: 0px;
        }

        to {
            left: 250px;
        }
    }

    .serach-form button {
        position: absolute;
        right: 0px;
        top: 50%;
    }
}

@media only screen and (min-width: 321px) and (max-width: 459px) {
    .com-logo {
        position: relative;
        left: 16%;
        transform: translateX(-10%);
    }

    .seemore {
        position: relative;
        left: 0%;
        padding: 20px 0px;
    }

    .wel-text {
        font-size: 18px;
        position: relative;
        height: 20px;
        top: -18px !important;
    }

    .item img {
        height: 40vh !important;
    }

    .serach-form input {
        width: 230px !important;
        /*position: relative;*/
        /*left: 0;*/
    }

    .footer-top h3 {
        text-align: center;
        font-size: 20px;
    }

    .top-icon-div {
        position: fixed;
        right: 0;
        bottom: 10px;
    }

    .single-item-area {
        background: #fff;
        /* margin-bottom: 30px; */
        margin: 0 auto 30px;
        transform: translateX(0);
        width: 263px;
        position: relative;
        /* left: 10%;
    transform: translateX(-15px); */
    }

    .single-home-area {
        width: 263px;
        position: relative;
        /* left: 13%; */
        /* transform: translateX(-15px); */
    }

    .similar-item-area {
        width: 263px;
        position: relative;
        left: 13%;
        transform: translateX(-15px);
    }

    .service-area {
        background-attachment: scroll !important;
    }

    .services-area-section {
        background-attachment: scroll !important;
    }

    .qcodeimg img {
        width: 100px;
        height: 100px;
        margin: 0px auto;
        position: relative;
        bottom: 20px;
    }

    @keyframes mymove {
        from {
            left: 0px;
        }

        to {
            left: 250px;
        }
    }

    .serach-form button {
        position: absolute;
        right: 0px;
        top: 50%;
    }
}

@media only screen and (min-width: 241px) and (max-width: 320px) {
    .com-logo {
        position: relative;
        left: 14%;
        transform: translateX(-12%);
        top: 15px;
    }

    .wel-text {
        font-size: 18px;
        position: relative;
        height: 20px;
        top: -18px !important;
    }

    .item img {
        height: 200px !important;
    }

    .serach-form input {
        width: 192px !important;
        /*position: relative;*/
        /*left: 0;*/
    }

    .serach-form button {
        /*position: absolute;*/
        /*right: 0px;*/
        /*top: 50%;*/
    }

    .footer-top h3 {
        text-align: center;
        font-size: 20px;
    }

    .top-icon-div {
        position: fixed;
        right: 0;
        bottom: 10px;
    }

    .single-item-area {
        background: #fff;
        /* margin-bottom: 30px; */
        width: 263px;
        position: relative;
        margin: 0 auto 30px;
        transform: translateX(0);
        /* left: 3%;
    transform: translateX(-15px); */
    }

    .single-home-area {
        width: 263px;
        position: relative;
        left: 8%;
        transform: translateX(-15px);
    }

    .similar-item-area {
        width: 263px;
        position: relative;
        left: 8%;
        transform: translateX(-15px);
    }

    h2 {
        font-size: 25px;
    }

    .service-area {
        background-attachment: scroll !important;
    }

    .services-area-section {
        background-attachment: scroll !important;
    }

    .category-area h2 {
        font-size: 25px;
    }

    .seemore {
        position: relative;
        left: 0%;
        padding: 20px 0px;
        bottom: 9px;
    }

    .qcodeimg img {
        width: 100px;
        height: 100px;
        margin: 0px auto;
        position: relative;
        bottom: 20px;
    }

    @keyframes mymove {
        from {
            left: 0px;
        }

        to {
            left: 250px;
        }
    }
}

@media (max-width: 240px) {
    .com-logo {
        position: relative;
        left: 13%;
        transform: translateX(-12%);
        top: 15px;
    }

    .item img {
        height: 180px !important;
    }

    .serach-form input {
        width: 142px !important;
        /*position: relative;*/
        /*left: 0;*/
    }

    .serach-form button {
        /*position: absolute;*/
        /*right: 0px;*/
        /*top: 50%;*/
    }

    .footer-top h3 {
        text-align: center;
        font-size: 20px;
    }

    .top-icon-div {
        position: fixed;
        right: 0;
        bottom: 10px;
    }

    .single-item-area {
        width: 190px;
        position: relative;
        /* left: 0%;
    transform: translateX(-15px); */
        transform: translateX(0);
        margin: 0 auto;
    }

    .single-home-area {
        width: 190px;
    }

    .single-home-area {
        width: 190px;
    }

    .service-area {
        background-attachment: scroll !important;
    }

    .services-area-section {
        background-attachment: scroll !important;
    }
}

/* certificate  */

@media (max-width: 360px) {
    .thumbnail {
        min-height: 140px;

    }

    .galleryimage img {
        height: 110px !important;

    }

    .galleryimage img:hover {
        height: 120px !important;

    }


}
