/*================================ Satrt large screens =========================*/
@media (min-width:2150px)
{
    .navs-container .navbar {
        padding: 2rem 1rem;
    }
    .header .item .headline {
        font-size: 330px;
        top: 43%;
    }
    .header .item .title {
        font-size: 52px;
        line-height: 75px;
    }
    .about-sec .text-box {
        padding-inline-end: 12vw;
    }
    .about-sec .sec-img {
        height: 700px;
    }
    .services-sec .route {
        top: 54px;
        width: 81%;
    }
    .timeline-sec .timeline_item:nth-child(2) {
        left: 6%;
    }
    .timeline-sec .timeline_item:nth-child(3) {
        left: 11%;
    }
    .timeline-sec .timeline_item:nth-child(4) {
        left: 28%;
    }
    .timeline-sec .timeline_item:nth-child(5) {
        left: 40%;
    }
    .facts-pg2 .route2 {
        left: calc(10vw + 29%);
    }
}
@media (min-width:1554px ) and (max-width: 2150px)
{
    /* .services-sec .route {
        width: 92%;
    } */
    .about-sec .sec-img {
        height: 650px;
    }
}
@media (min-width:1201px ) and (max-width: 1440px)
{
   
}
@media (min-width:1025px) and (max-width:1200px)
{

}
@media (min-width:992px) and (max-width:1050px)
{
    .navs-container .navbar .logo {
        width: 200px;
    }
    .navs-container .navbar .nav-link {
        font-size: 12px;
        margin: 0 5px;
    }
    .header .item .headline {
        font-size: calc(14vw + 35px);
    }
    .services-sec .route {
        top: 76px;
        width: 100%;
    }
    .services-sec .serv_item .content .label {
        font-size: 14px;
    }
    .timeline-sec .timeline_item {
        width: 150px;
    }
    .timeline-sec .timeline_item:nth-child(2) {
        top: 86px;
    }
    .timeline-sec .timeline_item:nth-child(4) {
        top: 99px;
        left: 18%;
    }
    .timeline-sec .timeline_item:nth-child(5) {
        top: 0;
        width: 160px;
    }
    .timeline-sec .timeline_item:nth-child(3) {
        top: 144px;
        left: 11%;
    }
}
/*============================== 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)
{
    .order_md_1 {
        order: 1;
    }
    .timeline-sec {
        height: fit-content;
        background-color: #f9f9f9;
        margin-top: 70px;
        margin-bottom: 0;
    }
    .timeline-sec  .d-flex {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
    }
    .timeline-sec .timeline_item {
        width: 50%;
        top: 0 !important;
        left: 0 !important;
        margin-bottom: 15px;
    }
    .timeline-sec .timeline_item:nth-child(5) {
        width: 100%;
    }
    .timeline-sec .route {
        display: none ;
    }
    .timeline-sec .timeline_item .det {
        left: 0;
        font-size: 12px;
        margin-top: 25px;
    }
    .about-sec .text-box {
        padding: 0 3vw;
        margin-top: 25px;
    }
    .downloading-sec .screens_img {
        opacity: .2;
    }
    .services-sec .serv_item {
        margin-bottom: 30px;
    }
    .services-sec .serv_item .icon {
        margin: 0 auto 15px auto;
    }
    .services-sec .route {
        display: none;
    }
    .about-pg .about_card {
        margin-bottom: 40px;
    }
    .about-pg .box .sec-img {
        height: 350px;
    }
    .drives-pg .value_item .sec-img {
        margin-bottom: 30px;
    }
    .drives-pg2 .box:nth-child(1) .txt_content ,
    .drives-pg2 .box:nth-child(2) .txt_content {
        transform: scale(.9);
        width: 100%;
        bottom: unset;
        left: 0;
        right: 0;
        top: 10px;
    }
    .drives-pg2 .box {
        min-height: 500px;
    }
    .facts-pg2 .inner {
        margin-inline-start: 0;
    }
    .features-pg::before {
        width: 100%;
    }
    .features-pg .sec-img {
        min-height: 350px;
        margin-top: 25px;
    }
    .features-pg .vid_box {
        margin-inline-start: 0;
    }
    .features-pg .vid_box .box_title {
        padding-inline-end: 0;
        padding-bottom: 25px;
        margin-bottom: 25px !important;
        border-inline-end: none;
        border-bottom: 1px solid #ddd;
    }
    .services-pg .sec-img {
        height: 300px;
    }
    .services-pg .text_box {
        margin-left: 0;
    }
    .services-pg .text_box .statics_box::before {
        display: none;
    }
    .facts-pg2 .serv_item:last-child {
        margin-inline-start: 0vw;
    }
    .facts-pg2 .serv_item .content {
        height: 150px;
        padding: 20px 5vw;
    }
    .facts-pg2 .serv_item .sec-img {
        height: 150px;
    }
    .facts-pg2 .route2 {
        left: 5%;
        width: 100px;
    }
}
/*============================== Start small screen of mobile =========================*/
@media(max-width:768px)
{
    
}
@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)
{

}
