/*================================ 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)
{

}
/*============================== Start small screen of mobile =========================*/
@media(max-width:768px)
{
    .navs-container .navbar .lang_box {
        transform: scale(.75);
    }
    .footer .socialmedia_links .links a {
        margin-inline-end: 10px;
    }
    .footer .socialmedia_links .label {
        margin: 18px auto !important;
    }
    .footer .socialmedia_links .links {
        justify-content: center;
        width: 100%;
    }
    .footer .logo {
        display: block;
        margin: auto;
    }
    .progress-wrap {
        bottom: 85px;
    }
}
@media (min-width: 577px) and (max-width: 768px)
{

}
@media(max-width:576px)
{
    .events-sec .congrates_box .txt {
        font-size: 1rem !important;
    }
    .events-sec .congrates_box .quote_icon {
        top: -30px;
        right: 0;
    }
    .events-sec .congrates_box .quote_icon2 {
        bottom: -30px;
        left: 0;
    }
}
@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)
{

}
