@media(max-width:1399px) and (min-width:1200px){
    .container{
    max-width: 1190px;
}
}

@media(max-width:1199px) and (min-width:992px){
header:before {
    width: 37%;
}

.header_menu ul {
    gap: 12px;
}

.header_menu ul li a {
    font-size: 15px;
}

.top_details ul li a {
    font-size: 13px;
}

.hero_content h2 {
    font-size: 50px;
}

.about_content h3, .main_heading h3 {
    font-size: 30px;
}

}

@media(max-width:991px){
    .top_details ul li:last-child{
        display: none;
    }

    .quick_links {
    margin-top: 25px;
}

.bars {
    display: flex;
    flex-flow: column;
    gap: 7px;
}

.bars span {
    width: 30px;
    height: 2px;
    background: #010f1c;
    display: flex;
    gap: 12px;
}

.logo {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.main_menu .header_menu {
    position: fixed;
    background: #fff;
    width: 250px;
    padding: 0px;
    left: -250px;
    top: 0;
    display: block;
    height: 100%;
    transition: 0.5s;
}

.logo_mobile {
    background: #010f1c;
    padding: 10px 20px;
    margin-bottom: 15px;
}

.logo_mobile img {
    width: 100%;
}

.main_menu.active .header_menu {
    left: 0;
}

.bars {
    display: flex;
}

.header_menu ul {
    display: block;
    margin-bottom: 20px;
}
.header_menu ul li {
    border-bottom: 1px solid #80808045;
    padding: 10px 15px;
}

.header_menu ul li:last-child {
    border: 0;
}

.main_menu .header_menu .main_btn {
    justify-content: center;
    display: flex;
}

}

@media(max-width:991px) and (min-width:768px){

    header:before {
    width: 50%;
}

.hero_content h2 {
    font-size: 45px;
}

.top_details ul li:nth-child(2):before{
    content: none;
}

.top_header {
    padding: 12px 0px;
}

}

@media(max-width:767px) and (min-width:570px){
header:before {
    width: 65%;
}

.hero_content h2 {
    font-size: 40px;
}

.top_details ul li:nth-child(2):before{
    content: none;
}

.top_header {
    padding: 12px 0px;
}

.about_content h3, .main_heading h3 {
    font-size: 32px;
}

.choose_img-2 {
    right: 0px;
}

.breadcrumb_content h3 {
    font-size: 50px;
}
.career_form h3 {
    font-size: 30px;
}
}

@media(max-width:569px){

    header:before {
    width: 100%;
}

.career_form h3 {
    font-size: 25px;
}

.career_form {
    padding: 30px 20px;
}

.breadcrumb_content h3 {
    font-size: 40px;
}
.top_details ul li:nth-child(2):before{
    content: none;
}

.top_details ul li a {
    font-size: 13px;
}

.top_header {
    padding: 10px 0px;
}

.top_details ul li:nth-child(2){
    padding-right: 0;
}

.top_details ul li {
    padding: 0px 10px;
}

.hero_content h2 {
    font-size: 30px;
    margin-bottom: 25px;
}

.hero_content h5 {
    font-size: 17px;
}

.hero_content p {
    font-size: 14px;
}

.choose_img-2{
    right: 0;
}

.about_content h3, .main_heading h3 {
    font-size: 25px;
}

.footer_lsit li a {
    font-size: 14px;
}
  .copy_text p {
    font-size: 14px;
    text-align: center;
}  

.about_content ul li {
    font-size: 13px;
}

.services_section {
    padding: 40px 0px;
}
.mt-100 {
    margin-top: 60px;
}
}