/*================================ 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)
{
    .about-sec {
        margin-bottom: 0px;
        padding-bottom: 70px !important;
    }
    .about-sec::after {
        display: none;
    }
    .steps-sec .col-lg-3:nth-child(1) .step_card::after, 
    .steps-sec .col-lg-3:nth-child(2) .step_card::after, 
    .steps-sec .col-lg-3:nth-child(3) .step_card::after {
        display: none;
    }
    .steps-sec .step_card {
        width: 100%;
        margin-top: 0 !important;
    }
}
/*============================== Start small screen of mobile =========================*/
@media(max-width:768px)
{
    .header .down_link {
        bottom: 0;
        transform: scale(.6);
    }
}
@media (min-width: 577px) and (max-width: 768px)
{

}
@media(max-width:576px)
{
    
}
@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)
{

}
