/*================================ 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)
{
    .navs-container .navbar .nav-link {
        padding: 1rem 1.5rem;
    }
    .navs-container .top-nav .vision-logo{
        opacity: .1;
    }
    .contact-sec .text-wrapper .inner {
        position: relative;
        background-color: #2A503C;
        padding: 7vw 3vw;
    }
        
}
/*============================== Start small screen of mobile =========================*/
@media(max-width:768px)
{
    .navs-container .top-nav .items-wrapper{
        display: none;
    }
    .navs-container .top-nav .lang-btn {
        float: unset;
        margin: 10px 0;
    }
    .navs-container .top-nav .navbar-brand{
        float: unset;
    }
    .navs-container .top-nav .navbar-brand .logo {
        width: 110px;
    }
    .navs-container .top-nav .socail-links a {
        width: 25px;
        height: 25px;
        line-height: 25px;
        font-size: 12px;
        margin: 4px;
    }
    .testmonials-sec .feedback-card,
    .testmonials-sec .feedback-card:nth-child(2){
        transform: translateX(0px);
    }
    .testmonials-sec .feedback-card .client-img {
        width: 100%;
        height: 70px;
        border-radius: 5px;
        object-fit: cover;
        position: relative;
        top: 50%;
        transform: translateY(-50%);
        left: 0;
    }
}
@media (min-width: 577px) and (max-width: 768px)
{

}
@media(max-width:576px)
{
    header .swiper-button-next, 
    header .swiper-button-prev {
        top: 75%;
    }
    .navs-container .navbar .has-dropdown .sub-dropdown .drop-down2 {
        top: 45px;
        right: 10%;
    }
}
@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)
{

}
