



@media (min-width: 1600px) and (max-width: 1880px) {

}
@media (min-width: 1400px) and (max-width: 1599px)  {

}

@media (min-width: 1360px) and (max-width: 1399px) { 



}
@media (min-width: 1280px) and (max-width: 1359px)  {

}
@media (min-width: 992px) and (max-width: 1279px) {

}

@media (min-width: 768px) and (max-width: 991px) {

}

@media (min-width:768px) {


    .mobile-main2 {
        display: none !important;
    }
    
    
}
@media (min-width: 320px) and (max-width: 767px) {

    ul.list-grid-items li {
        width: 100%;
    }

    a.call-wid-wrap {
        float: inherit;
        width: 100%;
        max-width: 320px;
        margin-left: 0;
        margin-bottom: 10px;
        position: relative;
        display: block;
        margin: auto;
    }

    .navbar-area .nav-container .navbar-collapse {
        padding: 0 0 !important;
    }
    .navbar-area .nav-container .navbar-collapse .navbar-nav li {
        margin-right: 0px;
        padding: 10px;
    }
    .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu {
        padding: 0 0 0 0;
    }
        .banner-inner-wrap {
        height: auto;
        padding: 60px 0 50px 0;
    }
    .banner-area.jarallax .banner-inner {
    display: none;
}
    .mobile-main2 {
        position: fixed;
        bottom: 0;
        z-index: 999;
        width: 93%;
        background:#fff;
        padding: 0px !important;
        margin: 0 15px;
        border: 1px solid var(--theme-color);
        border-left: 5px solid var(--theme-color);
        left: 0;
        right: 0;
    }
    .mobile-popup {
        display: flex;
        align-items: center;
        justify-content: space-evenly;
    }
    
        .call-icon {
        background:var(--theme-color);
        width: 55px;
        height: 55px;
        text-align: center;
        line-height: 53px;
        border-radius: 30px;
        margin-right: 0%;
    }

    
    .call-icon img {
        width: 30px;
    }

    .call-now {
        margin: 0 0 0 5px;
        text-align: center;
        color: #000;
    }
  
        .call-now span {
        font-size: 28px;
        font-weight: 600;
        animation: headShake 0.8s linear 1s infinite alternate;
        display: none;
    }

    .mobile-main2.tfn-top {
        bottom:unset !important;
        top:0px !important;
    }
    .mobile-main2 p {
        margin-bottom: 0px;
    }
    
    .mobile-main2 .mobile-popup {
        padding: 8px 0;
    }
    .mobile-main2 {
    display: none;
}

.single-intro .thumb

 {

    margin: 0 auto 25px;
}

.visa-assistance-wrap .visa-assistance-content .contact-area .content .contact-us-text1 {
    font-size: 16px;
 
}

.contact-us-text {

    font-size: 17px;
  
}

.single-leading-feature .thumb img {
    min-height: 310px;
    object-fit: cover !important;
}

.featured-area .row > div:not(:last-child) {
    margin-bottom: 30px;
}
    .single-leading-feature .details .title, .single-leading-feature .details .price {
        font-size: 18px;
    }
        .single-feature .thumb img {
        width: 100%;
        min-height: 250px;
    }
    .featured-area .single-feature {
        text-align:center;
    }
    .featured-area .single-leading-feature .details {
    width: 100%;
            text-align: center;
}
}