/*================================Satrt the large screens=========================*/
@media (min-width:1201px ) and (max-width: 1440px)
{
   
}
@media (min-width:1025px) and (max-width:1200px)
{

}
/*==============================Start the screen of tablet=========================*/
@media (min-width: 993px) and (max-width: 1024px)
{

}
@media (min-width: 769px) and (max-width: 992px)
{

}
/*==============================Start the screen of mobbile=========================*/
@media (min-width: 577px) and (max-width: 768px)
{

}
@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)
{

}
@media (max-width: 576px)
{
    .about .about-us {
        height: 550px !important;
    }
    .about .reviews{
        height: 550px;
    }
    .about .reviews .inner {
        padding-top: 0px;
    }
    .profile .profile-inner .profile-links .nav
    {
        display: block;
        width: 100%;
        text-align: center;
    }
}
@media (max-width:768px)
{
    .single-store .single-header .inner {
        width: 100%;
    }
    .single-store .single-header .image-content{
        height: 70vh;
    }
    .profile .profile-inner .profile-links {
        height: 150px;
        margin-bottom: 20px;
    }
    .profile .profile-inner .profile-links .nav-pills .nav-link {
        font-size: 12px;
    }
    .profile .profile-inner .main-inner {
        padding:0em;
    }
    .profile .profile-inner .main-inner .branches-card {
         padding: 0;
    }
    .profile .profile-inner .main-inner .branches-card .card-body {
        padding-right: 3rem;
        padding-top: 12px;
    }
}