﻿/*=====================================================
    
    DESKTOP - LARGE

=====================================================*/

@media all and (min-width: 1281px) {
    .flyout-cart {
        right: 50%;
        margin-right: -630px;
    }

    .master-wrapper-content,
    .home-page-polls .centering,
    .master-wrapper-page > .topic-block,
    .footer-centering {
        width: 1200px;
    }


    .news-list-centering {
        max-width: 1200px;
    }

    .inputs label,
    .write-review .review-rating .name-description {
        width: 34%;
    }

    .account-page .inputs label {
        width: 29%;
    }
    .cart-collaterals {
        width: 62%;
    }
    .cart-footer .totals {
        width: 30%;
    }
    .testimonial-section .homepage-testimonial-section {
        width: 1200px;
    }
   
}
@media (max-width:1280px) {
    .our-achieved-section .our-achieved-itembox h3 {
        font-size: 1.8rem;
    }

    .our-achieved-section .our-achieved-itembox p {
        margin-bottom: 0px;
        font-size: 1rem;
    }
}
@media (max-width:1100px) {
    .home-award-section .banner-award-section,
    .testimonial-section .homepage-testimonial-section {
        width: 980px !important;
        max-width: 85% !important;
    }
    .homepage-testimonial-section .testimonial-slider .slick-dots li {
        background-color: #ccc;
        height: 10px;
        width: 10px;
    }
@media (max-width:767px) {
    .our-achieved-section .our-achieved-itembox h3 {
        font-size: 1.6rem;
    }
}
@media (max-width:567px) {
    .our-achieved-section .our-achieved-itembox {
        width: 32%;
    }
    .our-achieved-section .our-achieved-itembox h3 {
        font-size: 1.4rem;
    }
    .home-award-section .banner-award-section,
    .testimonial-section .homepage-testimonial-section {
        max-width:82% !important;
    }
    .home-award-section .banner-award-section .slick-prev,
    .homepage-testimonial-section .testimonial-slider .slick-arrow.slick-prev {
        left: -7%;
        right: auto;
    }
    .home-award-section .banner-award-section .slick-next,
    .homepage-testimonial-section .testimonial-slider .slick-arrow.slick-next {
        right: -7%;
        left: auto;
    }
}
@media (max-width:480px) {
    .our-achieved-section .our-achieved-itembox {
        width: 33.3%;
        padding: 10px;
    }
    .our-achieved-section .our-achieved-itembox p {
        margin-bottom: 0px;
        font-size: 0.85rem;
    }
    .our-achieved-section .our-achieved-itembox h3 {
        font-size: 1.2rem;
    }
}
@media (max-width:380px) {
    .our-achieved-section {
        flex-direction:column;
        gap:10px;
    }
    .our-achieved-section .our-achieved-itembox {
        width: 100%;
        padding: 15px;
    }
}
