/*================================ 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)
{
    footer .icon-content .icons-inner {
        right: 28%;
    }
    footer .icon-content .line {
        width: 37%;
    }
    footer .icon-content .line-2 {
        width: 37%;
    }

}
@media (min-width: 769px) and (max-width: 992px)
{
    footer .icon-content .line,
    footer .icon-content .line-2 {
        width: 37%;
        width: 37%;
    }
}
@media(max-width:992px)
{

}
/*============================== Start small screen of mobile =========================*/
@media(max-width:768px)
{
    
}
@media (min-width: 577px) and (max-width: 768px)
{
    .star .heading .buttons .swiper-button-next{
        top: -18px !important;
}
.star .heading .buttons .swiper-button-prev{
    top: -18px !important;
}
.sponsors .heading .buttons .nexts {
    top: -11px;
}
.sponsors .heading .buttons .prevs {
    top: -11px;
}
section .heading .line {
    margin-top: 26px;
}
.star .heading .button {
    padding-bottom: 20px;
}
footer .icon-content .icons-inner {
    right: 21%;
}
footer .icon-content .line {
    top: 19px;
    width: 34%;
}
footer .icon-content .line-2 {
    width: 35%;
    bottom: 145px;
}
}
@media(max-width:576px)
{
    .star .heading .buttons .swiper-button-next{
        top: -18px !important;
}
.star .heading .buttons .swiper-button-prev{
    top: -18px !important;
}
footer .icon-content .icons-inner {
    right: 15%;
    transform: translateX(1%);
}
footer .icon-content .line,
footer .icon-content .line-2{
    display: none;

}
.information .about-us .content p {
    font-size: 12px;
}
.information .clients .content .slide-content p {
    font-size: 13px;
}
section .heading .line {
    margin-top: 28px;
}
.star .heading .button {
    padding-bottom: 20px;
}
}
@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)
{

}
