/*==========================================================
                ONLY SM DEVICE QUERY
============================================================ */

@media screen and (max-width:600px) 
{

.fs-12
{
    font-size: 12px !important;
}
.fs-15
{
    font-size: 15px !important;
}
.hero-form .btn
{
    font-size: 49%;
    font-weight: 600;
}
.hero-form label
{
    font-size: 70%;
    font-weight: 600;
}
.circle-icon {
    top:38% !important;
}
.hero-form input
{
    font-size: 10px !important;
}
#from-city-list .list-group-item
{
    font-size: 10px !important;
}
.package-text .sub-head {
    font-size: 10px;
    line-height: 10px;
}
.package-text {
    padding: 8px 12px;
}
.modify-row
{
    font-size: 10px !important;
}
.car-card label, .car-card .tab-content
{
    font-size: 10px !important;
}
.breadcrumb-item+.breadcrumb-item
{
    padding-left: .1rem !important;
}
.breadcrumb-item+.breadcrumb-item::before
{
    padding-right: .1rem !important;
}
.breadcrumb-font
{
    font-size: 12px;
    font-weight: 400;
}
}
/*==========================================================
                    ONLY MD DEVICE QUERY
============================================================ */

@media (min-width:768px) and (max-width:992px)
{
    .circle-icon {
        top:36% !important;
    }
}
/*==========================================================
                 ONLY I-PAD PRO DEVICE QUERY
============================================================ */
@media (min-width:1024px) and (max-width:1200px)
{
    .bottom-space
    {
        margin-top: 11% !important;
    }
    .circle-icon {
        top:45% !important;
    }
}
/*==========================================================
                    ONLY LG DEVICE QUERY
============================================================ */

@media (min-width:992px) and (max-width:1500px)
{
}
/*==========================================================
                    ONLY XL DEVICE QUERY
============================================================ */

@media (min-width:1500px)
{
}

/*==========================================================
                MD TO LG TO XL DEVICE QUERY
============================================================ */

@media (min-width:768px)
{
    .car-card .tab-content .table, .car-card .tab-content ul li
    {
        font-size: 14px !important;
    }
    .breadcrumb-font
    {
        font-size: 15px;
        font-weight: 600;
    }
}
/*==========================================================
                LG TO XL DEVICE QUERY
============================================================ */

@media (min-width:992px)
{
.hero-banner-wrapper
{
    padding-top: 80px !important;
}
.hero-heading {
    font-size: 3.5rem !important;
}

.hero-form-home {
    margin-top: 60px;
}
.hero-form .btn
{
    font-size: 70%;
    font-weight: 600;
}
.bottom-space
{
    margin-top: 5%;
}
}