/*================================ 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)
{
    .dark_theme .navs-container .navbar.home_nav .navbar-nav ,
    .dark_theme .navs-container .navbar.home_nav .nav_end  {
        background-color: #00192efa;
        margin-bottom: 0 !important;
        padding: .5rem;
    }
    .navs-container .navbar.home_nav .navbar-nav ,
    .navs-container .navbar.home_nav .nav_end  {
        background-color: #D9D9D9f2;
        margin-bottom: 0 !important;
        padding: .5rem;
    }
    .navs-container .navbar {
        position: relative;
    }
    .header .item {
        padding-top: 50px;
    }
    .header .item .text_box .title {
        font-size: 35px;
    }
    .products_sec .prod_card .butns .cartButn {
        padding: .7rem;
        font-size: 10px;
    }
    .footer .content .title {
        margin-bottom: 15px;
    }
    .downloading_sec .inner .sec-img {
        height: 330px;
        margin-bottom: 25px;
    }
    .downloading_sec .inner::after {
        height: 100%;
    }
    .downloading_sec .inner {
        padding: 20px;
    }
    .down_butns .down_link span {
        font-size: 8px;
    }
    .footer .newsletter_inner .form-group {
        margin-top: 25px;
    }
    .footer .content {
        margin-bottom: 40px;
    }
    .footer .copyright_p {
        font-size: 11px;
    }
    .notifications_pg .noti_card {
        flex-direction: column;
    }
    .notifications_pg .noti_card .noti_icon {
        margin-inline-end: 0;
        margin-bottom: 25px;
    }
    .notifications_pg .noti_card .content .date {
        position: absolute;
        top: 15px;
        right: 15px;
        font-size: 10px;
    }
    .notifications_pg .noti_card .content ,
    .notifications_pg .noti_card .content .title  {
        text-align: center;
        width: 100%;
    }
    .orders_pg .nav {
        flex-wrap: nowrap;
        margin-bottom: 15px;
        overflow-x: auto;
    }
    .about_pg .text_box .p {
        width: 100%;
        margin-inline-start: 0;
    }
    .checkout_pg .box .summary_box ,
    .contact_pg .data_box ,
    .login_pg .data_box ,
    .product_det .text_box .butns{
        margin-top: 25px;
    }
    .checkout_pg  .d-flex.align-items-center.justify-content-end p.small.fw-bold.mb-0.me-2.color-gray2 {
        font-size: 6px;
    }
    .order_det_pg .pay_box li {
        font-size: 13px;
    }
    .product_det .product_det_inner .nav-link {
        width: 105px;
        font-size: 10px;
        padding: 0.2rem;
    }
    .products_pg .search_filter .label {
        font-size: 9px;
    }
    .login_pg .form_box .butn {
        padding: 0.7rem 2rem !important;
        font-size: 12px;
    }
    .products_sec .prod_card .card-body .prices {
        height: 40px;
        overflow: hidden;
    }
    .products_pg .search_filter .form-control {
        font-size: 11px;
    }
    .steps-section .card  {
        padding: 25px 15px !important ;
    }
    .steps-section .btn-group  {
        display: flex;
        flex-wrap: wrap;
    }
    .steps-section .btn-group .with-height.btn-outline-secondary {
        margin-bottom: 15px;
    }
    .steps-section .card-body {
        padding: 10px !important ;
    }

}
/*============================== Start small screen of mobile =========================*/
@media(max-width:768px)
{
    h1 , .h1 , .fs-1 ,
    .sec_title {
        font-size: 30px !important;
    }
    h2 , .h2 , .fs-2 {
        font-size: 28px !important;
    }
    h3 , .h3 , .fs-3 {
        font-size: 23px !important;
    }
    h4 , .h4 , .fs-4 {
        font-size: 20px !important;
    }
    h5 , .h5 , .fs-5 {
        font-size: 18px !important;
    }
    h6 , .h6 , .fs-6 {
        font-size: 15px !important;
    }
    p , .p , .det {
        font-size: 12px !important;
    }
    .products_sec .prod_card .img_box {
        height: 200px;
    }
    .products_sec .prod_card .butns .butn {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
@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: 321px) and (max-width: 375px)
{
   
}
@media (max-width: 320px)
{

}
