/* Beginning of css for language dropdown */


.lg_select{
    display:flex;
    align-items: center;
    column-gap:5px;
    /* border:3px solid blue; */
    position:relative;
    z-index:3;
    /* background:white; */
    width:70px;
    height:40px;
    cursor:pointer;
}

.language-selector{
    display:flex;
    flex-direction: column;
    row-gap:3px;
    height:40px;
    /* border:3px solid red; */
    /* justify-content: center; */
    position:relative;
    z-index:1;
    display:none;
    

}

.down_arrow img{
    width:15px;
    height:15px;
}






@media screen and (max-width:500px){
    #language_open_close{
        height:40px;
    }
    .lg_select{
    height:25px;
    }
    .flag img{
        width:25px;
        height:15px;
    }
}


/*end of css for language dropdown */






.btn.btn-success, .col-md-5.wow, .footer_bottom {
    background:#2361a9 !important;
}
.second_part{
    display: none;
   transform:scale(0,0);
   opacity: 0;
}


.trac_body{
    width:100%;
    height:auto;
    background-color: rgb(237, 240, 237);
    display:flex;
    justify-content: center;
    align-items: center;
    font-family:sans-serif;
    padding-top:15px;
    padding-bottom:10px;
    /* background-image:url('../images/cargo_shipment.jpg'); */
    background-size: cover;
     background-position: center;
     background-attachment: fixed;
}


.trac_case{
    width:80%;
    height:auto;
    background-color:#deebf5;
    /* display: flex;
    justify-content: center; */
    /* border:2px solid red; */
    color:black;
    
    

}

/* .trac_container{
    width:90%;
    height:95vh;
} */

.head_all{
    width:100%;


    /* background-color: white; */
}

.head_body{
    /* width:90%; */

}

.trac_head1{
    width:100%;
    height:56px;
    /* background-color:#2361a9;   */
    background:white;
    display:flex;
    justify-content: center;
    /* display:none; */
    border-top:1px solid #c2ddfc;
    box-shadow: 2px 0px 1px 1px #c2ddfc;
    
}

.t_h_logo{
    width:90%;
    height:55px;
    /* background-color: purple; */
    display:flex;
    align-items: center;

}

.logo_logo{
    width:100px;
    height:45px;
    /* background-color: rgb(110, 110, 59); */
}

.logo_logo img{
    width:150px;
    height:50px;
}

.trac_head2{
    width:100%;
    height:40px;
    /* background-color:rgb(188, 29, 29); */
     background-color:#deebf5;
    display:flex;
    justify-content: center;
    font-weight:530;
   
}

.tracking{
    width:100px;
    height: 40px;
    background-color: #2361a9;
    display: flex;
    align-items: center;
    justify-content: center;
    color:white;
    border:1px solid #deebf5;

}

.tracking_l{
    
   
    /* background:green; */
    display:flex;
    align-items: center;
    width:12%;

}

.about_cour{
    
    width:10.95%;
    display: flex;
    align-items: center;
    cursor: pointer;
    color:#2361a9;
    /* background-color: blue; */


}


.lang{
    /* background-color: yellow; */
    width:67%;
    display:flex;
    justify-content: flex-end;
}
.trac_cont{
    width:100%;
    height:auto;
    background-color:white;
    display:flex;
    justify-content: center;
    /* border:2px solid red; */
    background-image:url('../images/cargo_shipment.jpg');
}

.tbody_cont{
    width:90%;
    height:auto;
    /* background:brown; */
    padding-top:20px;
    padding-bottom:20px;
}

.body_id{
    width:90%;
    height: 50px;
    /* background-color: red; */
    display:flex;
    align-items: center;
    padding-left:10px;
    font-weight:550;
    letter-spacing: 0.5px;
    color:#2361a9;
}

.body_route{
    width:100%;
    /* background-color: green; */
    min-height:200px;
    height:auto;
    padding:10px 10px;
    display:flex;
    column-gap: 20px;
    justify-content: center;
    /* border:3px solid red; */
}

.body_route_left{
    background-color:white;
    min-height:200px;
    height:auto;
    width:65%;
    /* border:2px solid red; */
    padding-bottom:30px;

}

.route_top{
    width:100%;
    /* background-color: red; */
    height:100px;
 
}

.en_date{
    display:flex;
}

.tra_icon{
    width:80px;
    height:80px;
    /* background-color:yellow; */
    display:flex;
    justify-content: center;
    align-items: center;
}

.truck_icon{
    width:60px;
    height:60px;
    background-color: #2361a9;

    border-radius: 1000px;
  
    /* background-image: url(delivery.png);
    background-repeat: no-repeat;
    background-position:center; */
    display:flex;
    align-items: center;
    justify-content: center;
 

}

.truck_icon img{
    width:50px;
    height: 50px;
}

.en_statement{
    width:230px;
    height:80px;
    /* background-color:rgb(119, 0, 255); */
    display:flex;

    flex-direction: column;
    justify-content: center;
}

.en_ro{
    font-size:28px;
}

.en_cur_date{
    font-size:13px;
    margin-top:5px;
}


.from_text,.to_text{
    font-size:14px;
    margin-top:17px;
}

.location_text{
    font-size:14px;
    margin-top:17px;
    
}

.route_bottom{
    width:90%;
    /* background-color: rgb(0, 255, 0); */
    height:100px;
    margin-left:5%;
    position:relative;
    display: flex;
    /* border:3px solid red; */

}

.route_bottom:after{
    content: "";
    position: absolute;
    width:100%;
    background-color: rgb(209, 208, 210);
    height:5px;
  

}

.route_bt_left{
    width:50%;
    height:100px;
    /* background-color:purple; */
    display:flex;

}


.route_bt_right{
    width:50%;
    height:100px;
    /* background-color:rgb(64, 32, 225); */
    display:flex;
    
}


.route_from{
    width:45px;
    height:50px;
    /* background:yellow; */
}

.route_to{
    width:37px;
    height:50px;
    /* background:yellow; */
}

.route_from_location, .route_to_location{
    width:150px;
    height:70px;
    /* background:indigo; */
}




.body_route_right{
    background-color:white;
    min-height:200px;
    height:auto;
    /* position:absolute; */
    padding:10px 10px;
    width:35%;
    display:flex;
    /* justify-content: center; */
    flex-direction: column;
    
}
.item_information,.weight,.service{
    margin-bottom: 4px;
    font-weight: bold;
}
.item_info_confirmation{
    width:90%;
    height:auto;
    min-height:55px;
    /* background-color: green; */
    display:flex;
    justify-content: center;
    flex-direction: column;
    margin-left:10px;
    padding-top:5px;
    padding-bottom:5px;
 
}

.product_id, .weight_id, .delivery_company{
    font-size:13px;
    
}



.consignment_weight{
    width:90%;
    height:55px;
    /* background-color: green; */
    display:flex;
    justify-content: center;
    flex-direction: column;
    margin-left:10px;
 
}



.consignment_service{
    width:90%;
    height:55px;
    /* background-color: green; */
    display:flex;
    justify-content: center;
    flex-direction: column;
    margin-left:10px;
 
}



.route_explain{
    width:100%;
    height:auto;
    /* background-color: blue; */
    padding-top:20px;
    border-top:20px solid rgb(226, 236, 229);
    padding-left:30px;
    /* border:3px solid red; */

}


.route_explain_left{
    width:98.5%;
    /* background:rgb(240, 12, 12); */
    height: auto;
    overflow-y:scroll;
    display:flex;
    justify-content: center;
    flex-direction: column;
}

.r_e_1{
    width:100%;
    height:70px;
    /* background:rgb(246, 246, 246); */
    display:flex;
    /* border:3px solid red; */
    
}

.r_e_lt{
  
   width:30%;
    height:70px;
    /* background:blue; */
    position: relative;
    /* border:3px solid red; */
    /* border:3px solid brown; */

}

/* pseudo */
.r_e_lt:before{
    position: absolute;
    content: "";
    height:60px;
    width:5px;
    top:0px;
    background-color:#2361a9;
    left:30%;

    border-bottom-color: rgb(255, 0, 0);
    border-top-right-radius: 1000px;
    border-top-left-radius: -100px;


}

.rr1{
    background-color: black;
    height:20px;
    width: 70%;
    margin-top:10px;
    color:white;
    display:flex;
    justify-content: center;
    align-items: center;
    font-size:12px;
    position: relative;
    z-index: 1;
}


.rr2{
    /* background-color: rgb(37, 239, 91); */
    height:32px;
    width: 95%;
    font-size:10px;
    display: flex;
    
    align-items: flex-end;
    /* background:red; */

}
.rr2_lf{
    width:45%;
    display:flex;
    justify-content: flex-end;
    height:17px;
    /* background:grey; */

}
.sp{width:7px;}

.rr2_rt{
    width:55%;
    /* background-color: rgb(177, 231, 16); */
    height:28px;
    display:flex;
    align-items: center;
    justify-content: center;
   

    margin-left:5px;
 
    font-size:11px;
    line-height: 12px;
    padding-left:7px;
}


.r_e_rt{
    width:70%;
    height:60px;
    /* background:rgb(222, 67, 5); */
    /* border:3px solid rgb(23, 230, 123); */

}

.r_e_rt12{
    width:10%;
    /* background:yellow; */
    height:20px;
    display:flex;
    justify-content: flex-end;
    align-items: center;
    
}

.r_e_rt21{
    display:flex;
    align-items: flex-end;
    height:42px;
    /* border:2px solid red; */

}

.r_e_rt2{
    width:100%;
    height:28px;
    /* background:white; */
    font-size:11px;
    display:flex;
    align-items: center;
    line-height: 15px;
    overflow-Y:scroll;

    
}

.r_e_2{
    width:100%;
    height:80px;
    /* background:rgb(14, 234, 11); */
    
}

.r_e_3{
    width:100%;
    height:80px;
    /* background:rgb(76, 4, 233); */
    
}

.r_e_4{
    width:100%;
    height:80px;
    /* background:rgb(247, 6, 6); */
    
}


.trac_foot{
    width:100%;
    height:60px;
    background-color:white;
    display:flex;
    justify-content: center;
    color:rgb(0, 0, 0);
}

.foot_left{
    width:40%;
    /* background:grey; */
    height: 60px;
    font-weight: bold;
    font-size:13px;
    display:flex;
    align-items: center;
}

.foot_right{
    width:50%;
    /* background:brown; */
    height:60px;
    font-size:13px;
    display:flex;
    align-items: center;
    justify-content: flex-end;
}



@media screen and (max-width:800px){
.trac_body{

    padding-top:1px;
    padding-bottom:1px;
}

    
.tracking_l{
    width:22% !important;

}

.tracking{
    width:80px;

}

.about_cour{
    width:15.95% !important;

}

.lang{
    width:52%;

}


    .trac_body{
        width:100%;
        /* height:1200px; */

    }

    .trac_case{
        /* height:950px; */
        width:90%;
    }

    .trac_cont{
        /* height:800px; */
    }

    .tbody_cont{
        /* height:700px; */
    }


    .body_route{
        flex-direction: column-reverse;
        height:auto;
        row-gap: 20px;
        /* background-color: blue; */
        width:100%;
        /* border:3px solid red; */

    }

    .body_route_left{
        width:100%;
        /* background-color: grey; */
        height:auto;
        padding:30px 0;
    }

    .body_route_right{
        /* background-color: red; */
        height: auto;
        min-height:350px;
        padding:10px 10px;
        /* border-bottom:5px solid rgb(226, 236, 229); */
        border-bottom:3.5px solid rgb(226, 236, 229);
        padding-bottom:50px;
    }

    .route_bt_left,.route_bt_right{
        width:100%;
        height:30px;
        padding:10px 0;
        /* border:3px solid red; */
    }

    .route_bottom{
        flex-direction: column;
        row-gap: 5px;

    }

    .route_from_location,.route_to_location{
        width:80%;
    }

    .body_route_right{
        width:100%;
    }

    .route_explain_left{
        width:100%;
        /* border:3px solid red; */
    }

    
    .r_e_lt{
        width:35%;

    }

    .r_e_rt{
        width:65%;

    }




}

@media screen and (max-width:600px){

    



    



}



@media screen and (max-width:450px){

    .body_route{
        /* background:red; */
        width:100%;
    }

    .tbody_cont{
        width:100%;
    }

.body_id{
    /* padding-left:5px; */
}
    
.trac_case{
    width:99%;
    /* border:2px solid red; */

}

.foot_right{
    font-size:12px;
}

.r_e_rt2{
    font-size:11px;
    line-height: 12px;
    padding-top:2%;
    /* background:red; */
    width:93%;
    /* height:auto; */

}
   
.r_e_rt12{
    font-size:13px;
}

.route_explain{
    /* background:red; */
    padding-left:10px;
}

.r_e_1{
    /* background:red; */
    /* margin-left:1px; */
}

.rr1{
    /* border:2px solid green; */
    width:78%;
}

.r_e_lt{
    width:50%;
}

.rr2_rt{
    /* border:2px solid red; */
    font-size:11px;
}

    



}



@media screen and (max-width:400px){

    
        .about_cour, .tracking_l{
            font-size:13px;
        }
        .body_route_right{
            padding-left:0px;
        }
    
    
    }