/*0 up to 479*/
@media only screen and (min-width:0px) and (max-width : 479px) {

.table-responsive { width: 100%; margin-bottom: 15px; overflow-y: hidden; -ms-overflow-style: -ms-autohiding-scrollbar; border: 1px solid #ddd; }
.table-responsive > .table { margin-bottom: 0; }
    .humberger-menu {
        opacity: 1;
        visibility: visible;
    }

    .header-menu {
        position: fixed;
        width: 100%;
        height: 100%;
        top: 0;
        right: -100%;
        background: rgba(0,0,0,0.8);
        overflow-y: auto;
        padding-top: 13%;
        transition: all .5s;
        opacity: 0;
        visibility: hidden;
    }

        .header-menu > ul {
            display: block;
            text-align: center;
        }

        .header-menu.show {
            right: 0;
            opacity: 1;
            visibility: visible
        }

        .header-menu > ul > li {
            padding: 15px 0;
        }

            .header-menu > ul > li::after {
                content: none;
            }

    .header-logo-r, .header-logo-l {
        width: 18%
    }

    .header-logo-r {
        margin-left: 16%;
    }

    .header-parent {
        display: flex;
        justify-content: flex-end;
        align-items: center;
    }

    .header-search, .header-search, .header-phone {
        margin-left: 5%;
        z-index: -1;
    }
    .header-search {
        width: 30px;
        height: 30px;
    }
    .header-phone > ul > li {
        font-size: 13px;
    }
        .header-phone > ul > li:last-child::before {
            width: 15px;
            height: 15px;
            left: -18px;
            top: 50%;
            background-size: 15px 15px;
        }
    ul.sub-menu {
        position: sticky;
        background: transparent;
        padding: 6px 0;
        right: unset;
        text-align: center;
        margin: 0 auto;
    }

    .header-menu > ul > li ul.sub-menu li a {
        color: #fff;
        font-size: 12px;
        transition: all .5s;
    }

    .slider-parent {
        position: relative;
        width: 100%;
        height: 322px;
    }
    .about-parent {
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
    }
    .about-r .about-r-desc {
        max-height: unset;
    }
    .about-r {
        width: 100%;
    }

    .about-r .about-r-list {
        margin-top: 15px;
    }
        .about-r .about-r-list > ul {
            display: flex;
            justify-content: center;
            align-items: center;
            flex-wrap: wrap;
            width: 100%;
        }
            .about-r .about-r-list > ul > li {
                padding: 0 10px;
            }
    .about-l figure {
        width: 361px;
        height: 386px;
        margin-top: 7%;
    }
    .about-l {
        width: 100%;
        height: unset;
    }
.about-r h1 {
        font-size: 17px;
        color: #000;
        width: 100%;
        border-bottom: 1px solid #000;
        padding-bottom: 11px;
    }

    .about-l::after, .about-l::before {
        content: none;
    }

    .about-r .about-r-desc * {
        font-size: 13px;
        color: #838080;
        text-align: justify;
        line-height: 34px;
    }

    .product-parent {
        height: unset;
        flex-direction: column;
        align-items: center;
    }
    .product-r-list {
        margin: 27px 0;
    }
    .product-r {
        width: 100%;
    }
    .more-view-link {
        padding-right: unset;
        margin: 0 auto;
        text-align: center;
    }
    .product-l {
        width: 100%;
        z-index: 9;
    }
        .product-l > ul {
            --column: 1;
            --gap-column: 0px;
            --gap-row: 15px;
            display: flex;
            flex-wrap: wrap;
            margin: 0 auto;
            width: 100%;
            height: 100%;
        }
            .product-l > ul > li {
                width: 100%;
            }

    .history-gallerybottom-slideparent .history-gallerybottom-r {
        position: relative;
        width: 87px;
        height: 106px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .history-gallerytop {
        width: 100%;
        height: 50%;
        position: relative;
        border-top: 2px solid #bbadaa;
        border-bottom: 2px solid #bbadaa;
    }
  
    .history-gallerytop .history-gallerytop-desc {
        position: absolute;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        width: 100%;
        right: 13px;
        top: 10%;
    }
    .history-gallerybottom {
        padding: 70px 0 0 0;
        width: 100%;
        height: 54%;
        background-color: #069091c4;
        position: relative;
        border-right: 2px solid #7acbcb;
    }
    .product-l > ul > li:hover > a > figcaption h2 {
        color: #fff;
        border-bottom: none;
        transform: translateX(-14%);
    }

    .history-gallerytop .history-gallerytop-desc .gallerytop-desc-title > span {
        padding: 40px 0;
        font-size: 16px;
        color: #fff;
        line-height: 26px;
    }

    .history-gallerytop .history-gallerytop-desc .gallerytop-desc-title > label {
        font-size: 48px;
        color: #fff;
        text-shadow: 0px 4px 8px #6d5c58;
    }

    .history-gallerybottom-slideparent .history-gallerybottom-l > span {
        font-size: 14px;
        color: #e2d8d6;
        line-height: 25px;
        padding: 12px 0;
        transition: all .5s;
    }

    .history-gallerybottom-slideparent .history-gallerybottom-l > label {
        font-size: 28px;
        color: #fff;
        transition: all .5s;
    }

    .history-gallerybottom .history-slider-nxtprv {
        width: 34px;
        position: absolute;
        bottom: 0px;
        right: 10px;
        z-index: 3;
    }
    .news-section {
        margin: 70px 0 40px;
        position: relative;
    }
    .customer-parent .certificate-desc {
        width: 85%;
    }

    .slider-customer-next {
        right: -11px;
    }

    .slider-customer-prev {
        left: -11px;
    }

    .newsletter-section {
        text-align: center;
        margin: 50px auto;
        width: 90%;
    }

    footer {
        padding: 16px 0 34px;
    }

    .footer-logo-kaspid {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%;
        border-left: none;
        text-align: center;
        margin-bottom: 6px;
        padding-bottom: 5%;
    }
    .footer-links > span {
        font-size: 16px;
        color: #000;
        margin-bottom: 6px;
    }

    .footer-parent {
        display: flex;
        justify-content: flex-start;
        position: relative;
    }

    .footer-social {
        width: 100%;
        text-align: center;
        margin-top: 15px;
    }
    .footer-logo-kaspid, .footer-links, .footer-contactus {
        border-bottom: 1px solid #fff;
    }
    .usefullink-parent {
        display: flex;
        align-items: center;
        flex-direction: column;
        margin-left: 0;
    }

        .usefullink-parent > ul {
            display: flex;
            flex-direction: column;
            align-items: center;
        }

    .footer-contactus {
        width: 100%;
        border-left: unset;
        padding: 5px 14px 5px 0;
    }

    .footer-links {
        width: 100%;
        border-left: none;
        padding-right: 26px;
    }
    .footer-contactus > ul > li {
        margin-bottom: 6px;
        font-size: 13px;
        color: #838383;
        padding-right: 23px;
    }
    .footer-contactus > span {
        font-size: 16px;
        color: #000;
        margin-bottom: 9px;
    }
    .kaspid {
        position: absolute;
        width: 100%;
        right: 0;
        bottom: -35px;
        justify-content: center;
        align-content: center;
    }

    .footer-social-list > ul > li > a {
        width: 30px;
        height: 30px;
        border-radius: 50%;
        transition: all .5s;
        transform: scale(1);
    }

    .footer-social-list > ul {
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 20px auto;
    }

    .usefullink-parent > ul > li > a {
        font-size: 12px;
        color: #084fa2;
        transition: all .5s;
    }
}
/*480 up to 719*/
@media only screen and (min-width : 480px) and (max-width : 719px) {

.table { width: 100%; margin-bottom: 15px; overflow-y: hidden; -ms-overflow-style: -ms-autohiding-scrollbar; border: 1px solid #ddd; }
.table > .table { margin-bottom: 0; }
    .humberger-menu {
        opacity: 1;
        visibility: visible;
    }

    .header-menu {
        position: fixed;
        width: 100%;
        height: 100%;
        top: 0;
        right: -100%;
        background: rgba(0,0,0,0.8);
        overflow-y: auto;
        padding-top: 13%;
        transition: all .5s;
    }

        .header-menu > ul {
            display: block;
            text-align: center;
        }

        .header-menu.show {
            right: 0;
        }

        .header-menu > ul > li {
            padding: 15px 0;
        }

            .header-menu > ul > li::after {
                content: none;
            }

    .header-logo-r, .header-logo-l {
        width: 15%
    }

    .header-logo-r {
        margin-left: 29%;
    }

    .header-parent {
        display: flex;
        justify-content: flex-end;
        align-items: center;
    }

    .header-search, .header-search, .header-phone {
        margin-left: 5%;
        z-index: -1;
    }

    ul.sub-menu {
        position: sticky;
        background: transparent;
        padding: 6px 0;
        right: unset;
        text-align: center;
        margin: 0 auto;
    }

    .header-menu > ul > li ul.sub-menu li a {
        color: #fff;
        font-size: 12px;
        transition: all .5s;
    }

    .slider-parent {
        position: relative;
        width: 100%;
        height: 322px;
    }

    .about-r h1 {
        font-size: 17px;
        color: #000;
        width: 100%;
        border-bottom: 1px solid #000;
        padding-bottom: 11px;
    }

    .about-l::after, .about-l::before {
        content: none;
    }

    .about-r .about-r-desc * {
        font-size: 13px;
        color: #838080;
        text-align: justify;
        line-height: 34px;
    }

    .product-parent {
        height: unset;
        flex-direction: column;
        align-items: center;
    }

    .product-r {
        width: 100%;
    }

    .product-l {
        width: 100%;
        z-index: 9;
    }
    .history-gallerybottom-slideparent .history-gallerybottom-r {
        position: relative;
        width: 87px;
        height: 106px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
        .product-l > ul > li:hover > a > figcaption h2 {
            color: #fff;
            border-bottom: none;
            transform: translateX(-14%);
        }

    .history-gallerytop .history-gallerytop-desc .gallerytop-desc-title > span {
        padding: 40px 0;
        font-size: 16px;
        color: #fff;
        line-height: 26px;
    }

    .history-gallerytop .history-gallerytop-desc .gallerytop-desc-title > label {
        font-size: 48px;
        color: #fff;
        text-shadow: 0px 4px 8px #6d5c58;
    }

    .history-gallerybottom-slideparent .history-gallerybottom-l > span {
        font-size: 14px;
        color: #e2d8d6;
        line-height: 25px;
        padding: 12px 0;
        transition: all .5s;
    }

    .history-gallerybottom-slideparent .history-gallerybottom-l > label {
        font-size: 28px;
        color: #fff;
        transition: all .5s;
    }

    .history-gallerybottom .history-slider-nxtprv {
        width: 34px;
        position: absolute;
        bottom: 0px;
        right: 10px;
        z-index: 3;
    }

    .customer-parent .certificate-desc {
        width: 85%;
    }
    .slider-customer-next {
        right: -11px;
    }
    .slider-customer-prev {
        left: -11px;
    }
    .newsletter-section {
        text-align: center;
        margin: 50px auto;
        width: 90%;
    }
    .footer-logo-kaspid > a {
        width: 90%;
        height: 139px;
    }
    .footer-parent {
        display: flex;
        justify-content: flex-start;
        position: relative;
    }
    .footer-social {
        width: 100%;
        text-align: center;
        margin-top: 15px;
    }
    .usefullink-parent {
        display: flex;
        align-items: center;
        flex-direction: column;
        margin-left: 0;
    }
        .usefullink-parent > ul {
            display: flex;
            flex-direction: column;
            align-items: center;
        }
    .footer-contactus {
        width: 39%;
        border-left: unset;
        padding-right: 14px;
    }
    .footer-links {
        width: 31%;
        border-left: 1px solid #fff;
        padding-right: 26px;
    }
    .kaspid {
        position: absolute;
        width: 100%;
        right: 0;
        bottom: -35px;
        justify-content: center;
        align-content: center;
    }
    .footer-social-list > ul > li > a {
        width: 30px;
        height: 30px;
        border-radius: 50%;
        transition: all .5s;
        transform: scale(1);
    }

    .footer-social-list > ul {
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 20px auto;
    }

    .usefullink-parent > ul > li > a {
        font-size: 12px;
        color: #084fa2;
        transition: all .5s;
    }
}
/*720 up to 1000*/
@media only screen and (min-width : 720px) and (max-width : 1000px) {
    .humberger-menu{opacity:1;visibility:visible;}
    .header-menu {
        position: fixed;
        width: 100%;
        height: 100%;
        top: 0;
        right: -100%;
        background: rgba(0,0,0,0.8);
        overflow-y: auto;
        padding-top: 13%;
        transition: all .5s;
    }
        .header-menu > ul{
            display:block;
            text-align:center;
        }
        .header-menu.show {
            right: 0;
        }
        .header-menu > ul > li {
            padding: 15px 0;
        }
            .header-menu > ul > li::after {
                content: none;
            }
    .header-logo-r, .header-logo-l {
        width: 15%
    }
    .header-logo-r {
        margin-left: 36%;
    }
        .header-parent {
            display: flex;
            justify-content: flex-end;
            align-items: center;
        }
    .header-search, .header-search, .header-phone {
        margin-left: 5%;
        z-index: -1;
    }
    ul.sub-menu {
        position: sticky;
        background: transparent;
        padding: 6px 0;
        right: unset;
        text-align: center;
        margin: 0 auto;
    }
    .header-menu > ul > li ul.sub-menu li a {
        color: #fff;
        font-size: 12px;
        transition: all .5s;
    }
    .slider-parent {
        position: relative;
        width: 100%;
        height: 322px;
    }
    .about-r h1 {
        font-size: 17px;
        color: #000;
        width: 100%;
        border-bottom: 1px solid #000;
        padding-bottom: 11px;
    }
    .about-l::after, .about-l::before {
        content: none;
    }
    .about-r .about-r-desc * {
        font-size: 13px;
        color: #838080;
        text-align: justify;
        line-height: 34px;
    }
    .product-parent {
        height: unset;
        flex-direction: column;
        align-items: center;
    }
    .product-r {
        width: 100%;
    }
    .product-l {
        width: 100%;
        z-index: 9;
    }
        .product-l > ul > li:hover > a > figcaption h2 {
            color: #fff;
            border-bottom: none;
            transform: translateX(-14%);
        }
    .history-gallerytop .history-gallerytop-desc .gallerytop-desc-title > span {
        padding: 40px 0;
        font-size: 16px;
        color: #fff;
        line-height: 26px;
    }
    .history-gallerytop .history-gallerytop-desc .gallerytop-desc-title > label {
        font-size: 48px;
        color: #fff;
        text-shadow: 0px 4px 8px #6d5c58;
    }
    .history-gallerybottom-slideparent .history-gallerybottom-l > span {
        font-size: 14px;
        color: #e2d8d6;
        line-height: 25px;
        padding: 12px 0;
        transition: all .5s;
    }
    .history-gallerybottom-slideparent .history-gallerybottom-l > label {
        font-size: 28px;
        color: #fff;
        transition: all .5s;
    }
    .history-gallerybottom .history-slider-nxtprv {
        width: 34px;
        position: absolute;
        bottom: 0px;
        right: 10px;
        z-index: 3;
    }
    .customer-parent .certificate-desc {
        width: 85%;
    }
    .footer-logo-kaspid > a {
        width: 90%;
        height: 139px;
    }
    .footer-social-list > ul > li > a {
        width: 30px;
        height: 30px;
        border-radius: 50%;
        transition: all .5s;
        transform: scale(1);
    }
    .footer-social-list > ul {
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 20px auto;
    }
    .usefullink-parent > ul > li > a {
        font-size: 12px;
        color: #084fa2;
        transition: all .5s;
    }
  
}
/*1001 up to 1249*/
@media only screen and (min-width : 1001px) and (max-width : 1249px) {
    .header-logo-r, .header-logo-l {
        width: 8%
    }

    .header-menu > ul > li {
        padding: 7px 7px;
        position: relative;
    }

        .header-menu > ul > li > a {
            font-size: 12px;
            color: #fff;
            transition: all .5s;
        }

    .header-phone > ul > li {
        font-size: 13px;
    }

    .about-l::after, .about-l::before {
        content: none;
    }

    .about-r h1 {
        font-size: 19px;
    }

    .product-l > ul > li:hover > a > figcaption h2 {
        color: #fff;
        border-bottom: none;
        transform: translateX(-8%);
    }

    .product-l > ul > li > a > figcaption h2 {
        font-size: 18px;
    }

    .history-gallerybottom .history-slider-nxtprv {
        right: 24px;
    }

    .customer-parent .certificate-desc {
        width: 60%;
    }
    .customer-slider a > figcaption > span {
        font-size: 10px;
        color: #656363;
        font-weight: 600;
    }
    .footer-logo-kaspid > a {
        width: 94%;
        height: 139px;
    }
}
/*laptop*/
@media only screen and (min-width : 1250px) and (max-width : 1366px) {
    .header-logo-r, .header-logo-l{width:8%}
    ul.sub-menu {
        top: 39px;
    }
    .about-l::after {
        width: 86%;
        height: 79%;
        top: 15.5%;
        left: 6%;
    }
    .about-l::before {
        width: 95%;
        height: 88%;
        top: 11%;
        left: 2%;
    }
    .history-gallerybottom .history-slider-nxtprv {
        right: 44px;
    }
    .customer-slider a > figcaption > span {
        font-size: 11px;
    }
}
/*1250 up to 1400*/
@media only screen and (min-width : 1367px) and (max-width : 1450px) {

}