/*================================ Satrt large screens =========================*/
@media (min-width:1201px ) and (max-width: 1440px)
{
}
@media (min-width:1025px) and (max-width:1200px)
{
}
/*============================== Start medium screen of tablet =========================*/
@media (min-width: 993px) and (max-width: 1024px)
{
}
@media (min-width: 769px) and (max-width: 992px)
{
}
@media(max-width:992px)
{

}
/*============================== Start small screen of mobile =========================*/
@media(max-width:768px)
{
    header .header-content .swiper-slide .card .card-body .card-opinion .stars i {
        font-size: 13px;
    }
    header .header-content .swiper-slide .card .card-body .card-opinion .text-opinion .text {
        font-size: 15px;
    }
    header .header-content .swiper-slide .card .card-body .type {
        margin: 7px 0;
    }
    header .header-content .swiper-slide .card .card-body {
        padding: 0px 10px;
    }
    header .header-content .swiper-slide .card {
        width: 16rem !important;
    }
    header .header-content .header-text .title {
        font-size: 25px;
    }
    header .header-content .header-text .text {
        font-size: 11px;
    }
    header .header-content .header-text{
        padding: 25px 0;
    }
    .best-sec {
        padding: 0px 0;
    }
    header .header-content .header-text .buttons-header .note {
        padding: 0px 13px;
        font-size: 14px;
    }
    header .header-content .header-text .buttons-header .order {
        padding: 0 20px;
    }
    header .header-content .header-text .buttons-header .vedio {
        width: 44px;
        height: 44px;
        line-height: 44px;
    }
    header {
        padding: 20px 0 70px 0;
    }
    .best-sec .best-sec-content .images .color-img {
        height: 270px;
        top: 0;
        left: 0;  
        width: 100%;
    }
    .best-sec .best-sec-content .images {
        padding: 31px 0;
    }
    .best-sec .best-sec-content .images img {
        width: 270px;
        height: 315px;
        top: 17px;
        left: 0px;
        position: relative;
        width: 100%;
    }
    .best-sec .best-sec-content .best-sec-text .title {
        font-size: 26px;
    }
    .best-sec .best-sec-content .best-sec-text .text {
        font-size: 10px;
        width: 100%;
    }
    .gallery .gallery-content .images-gallery .top {
        position: relative;
        bottom: auto;
    }
    .gallery .gallery-content .images-gallery .bottom {
        position: relative;
        bottom: auto;
    }
    .gallery .gallery-content .images-gallery {
        margin-top: 100px;
    }
    .gallery .gallery-content .images-gallery .images img{
        width: 140px;
        height: 130px;
    }
    .swiper-pagination{
        display: block !important;
    }
    .menu .menu-heading .arrow{
        display: none;
    }
    .Categories {
        padding: 0;
    }
    .gallery {
        padding: 30px 0;
    }
    .Categories .Categories-cards .card {
        width: auto;
    }
    .footer .email {
        padding: 0;
    }
    .footer .text-footer {
        padding: 70px 0;
    }
    .footer .text {
        padding: 20px 0;
    }
    .footer .text {
        width: 100%;
    }
    header .header-content .arrow {
        display: none !important;
    }
    .swiper-pagination {
        display: block !important ;
    }
    .book .book-table .images img {
        display: none;
    }
    .book .book-table .book-content {
        text-align: center;
        padding: 15px 25px;
        
    }
}
@media (min-width: 577px) and (max-width: 768px)
{

}
@media(max-width:576px)
{
    
}
@media(min-width: 426px) and (max-width: 576px)
{

}
@media (min-width: 376px) and (max-width: 425px)
{

}
@media (min-width: 320px) and (max-width: 375px)
{
    .book .book-table .images img {
        display: none;
    }
    .book .book-table .book-content .title {
        text-align: center;
    }
    .book .book-table .book-content {
        padding: 10px 30px;
    }
    .navbar .collapse .navbar-nav .nav-item .nav-link {
        padding: 8px 0 !important;
    }
    .navbar-collapse {
        text-align: center;
    }
}
@media (max-width: 320px)
{
}
