@media only screen and (max-width:1920px) {}

@media only screen and (max-width:1599.98px) {}

@media only screen and (max-width:1440.98px) {
    nav.nav_sec a {
        padding: 25px 5px;
    }
}

@media only screen and (max-width:1399.98px) {}

@media only screen and (max-width:1199.98px) {
    .nav_sec a{
        padding:  25px 15px;
    }
    .glance_box h3, .glance_box2 h3{
        font-size: 20px;
    }
    .footer_right{
        gap: 20px;
    }
    .header_holder{
        justify-content: space-between;
        gap: 0;
    }
    .modal-body img{
        display: none;
    }
}

@media only screen and (max-width:1080.98px) {}

@media only screen and (max-width:991.98px) {
   /*========================== start mobile menu =================================*/ 
span.toggle-menu {
        width: auto;
        margin: 0;
        padding: 0;
        display: block;
        cursor: pointer;
    }

    .toggle-menu i {
        color: #fff;
        font-size: 22px;
        margin: 0px;
        padding: 8px 9px;
        border-radius: 5px;
        background-color: var(--blue);
    }

    .nav .nav_sec {
        width: 280px;
        height: 100vh;
        position: fixed;
        z-index: 999;
        top: 0;
        right: -100%;
        padding: 70px 0 0;
        background: var(--blue);
        display: block;
        -webkit-transition: all 0.8s ease-in-out;
        -moz-transition: all 0.8s ease-in-out;
        -o-transition: all 0.8s ease-in-out;
        transition: all 0.8s ease-in-out;

    }

    .nav .nav_sec.slidein {
        right: 0;
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
    }

    .nav .nav_sec .cls-btn {
        width: 20px;
        height: 20px;
        position: absolute;
        top: 15px;
        right: 15px;
        cursor: pointer;
        background: url(images/cross.png) no-repeat center;
    }

    .nav .nav_sec ul {
        text-align: left;
        flex-direction: column;
    }

    .nav .nav_sec ul>li {
        display: block;
        padding-bottom: 0;
        width: 100%;
        margin: 0;
    }

    .nav .nav_sec ul>li+li {
        margin-left: 0;
    }

    .nav .nav_sec ul>li a {
        color: #FFF;
        font-size: 15px;
        border-radius: 0;
        padding: 10px;
    }

  

    .nav .nav_sec ul li {
        padding: 0px;
    }

  

    .nav .nav_sec img {
        display: inline-block;
        vertical-align: middle;
    }


    .nav .nav_sec ul>li:hover ul {
        display: none;
    }

    .nav .nav_sec ul>li ul {
        width: 100%;
        background: #054879;
        position: static;
        top: 100%;
        left: 0;
        text-align: left;
        display: none;
        border-radius: 0;
        padding: 0;
        transition: 0.0s;
        visibility: visible;
        opacity: 1;
        pointer-events: all;
    }

    .nav .nav_sec ul li ul li a {
        padding: 6px 35px;
        color: #fff;
    }


    .nav .nav_sec ul li .arw-nav {
        width: 16px;
        height: 11px;
        position: absolute;
        right: 15px;
        top: 15px;
        z-index: 999;
        transform: translate(0, 0);
        cursor: pointer;
        background-color: #fff;
        background: url(images/arw.png) no-repeat center;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        pointer-events: all;
    }

    .nav .nav_sec ul li .arw-nav.actv {
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    /* //////////////// */
    .nav .nav_sec ul li a{
        color: #fff !important;
        transition: all .5s ease;
    }
   .nav .nav_sec ul li a:hover{
    background-color: var(--seagreen) !important;
    border-radius: 0 0 10px 10px;
   }
.dropdown-content {
    background-color: #0dcaf0;
    width: 280px;
    top: 40px;
}


 /*========================== end mobile menu =================================*/ 

 .heading_box {
    padding-top: 80px;
}
.heading_box p {
    font-size: 45px;
}
.typed-container {
    font-size: 62px;
}
.work_box h3{
    font-size: 40px;
}
.about_content {
    text-align: center;
}
.tab_btn{
    font-size: 14px;
}
.Experience_box{
    margin: 0;
}
iframe {
    height: 400px;
}
.work_box {
    min-width: 180px;
}
.work_box h3 {
    font-size: 33px;
}
.work_box p{
    font-size: 15px;
}
.work_holder{
    height: 100px;
}

.glance_boxes_1 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: auto;
    text-align: center;
}

.glance_boxes_1 > :nth-child(5) {
    grid-column: 1 / -1;
}
.glance_boxes_2 {
    text-align: center;
}
.glance_icon, .glance_icon2 {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.glance_sec h2{
    font-size: 38px;
    margin: 35px 0;
}
.about_content h4{
    font-size: 28px;
}
.footer_holder {
    flex-direction: column;
}
.footer_left {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
.foot_logo {
    width: 240px;
    margin-left: auto;
    margin-right: auto;
}
.footer_right {
    grid-template-columns: repeat(4, 1fr);
}
.footer {
    padding: 60px 0 40px;
}
.banner-slider .item{
    height: 355px !important;
}
nav.nav_sec.slidein .dropdown {
    padding: 7px 0;
}
.table.careerswrap th {
    color: #fff;
    font-size: 11px;
}
table.careerswrap th, table.careerswrap td{
    padding: 8PX;
}
.profile_wrapper {
    flex-direction: column;
    text-align: center;
    margin-bottom: 20px;
    gap: 15px;
}

.gen {
    gap: 14px;
}
/* extra nav */
.extra_nav_for_mobile a{
    display: block !important;
}
.extra_toggle_btn{
    display: none;
}
/* extra nav */

}  


   @media only screen and (max-width:767.98px) {
    .heading_box {
        padding-top: 50px;
    }
    .heading_box p {
        font-size: 30px;
        margin-bottom: 0;
    }
    .typed-container {
        font-size: 45px;
        top: 35px;
    }
    
    .speak_btn {
        width: 200px;
        height: 45px;
        margin-top: 10px;
        font-size: 15px;
    }
    .banner_buttom_box p{
        font-size: 9px;
        font-weight: 400;
    }
    .banner_buttom{
        height: 70px;
    }
    .banner_buttom_box{
        height: 50px;
    }
    .work_box h3 {
        font-size: 25px;
    }
    .work_box {
        min-width: 130px;
    }
    .work_box p {
        font-size: 12px;
        font-weight: 400;
    }
    .home_banner{
        padding-bottom: 25px;
    }
    .glance_sec h2{
        font-size: 33px;
        margin: 30px 0;
    }
    .about_content h4{
        font-size: 24px;
    }
    .footer_right {
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
    }
   .admin_login_page .container .row {
    padding: 40px 0;
}
/* .career_holder {
    overflow-x: auto;
} */
}

   @media only screen and (max-width:575.98px) {
    .header_holder{
        gap: 0;
    }
    .header{
        padding: 0 20px;
    }
    .heading_box p {
        font-size: 20px;
        margin-bottom: 0;
    }
    .typed-container {
        font-size: 25px;
        height: 100px;
    }
    .banner_buttom {
        height: auto;
    }
    .banner_buttom .container .row{
        row-gap: 15px;
    }
    .work_holder {
        height: auto;
        grid-template-columns: auto auto;
        gap: 20px;
    }
   
    .tabs .row{
        row-gap: 20px;
    }
    .experience_image img{
        height: auto !important;
    }
    .tab_content {
        padding: 0 30px;
    }
    .about_company_sec{
        padding: 38px 0;
    }
    .speak_btn {
        margin-top: 30px;
    }
    .Experience_box p {
        font-size: 15px;
        margin: 4px 0 0;
        font-weight: 400;
    }
    .Experience_box{
        padding-bottom: 5px;
    }
    .gallery_img img {
    width: 100%;
    height: 200px !important;
    }
    .team_image_box, .team_image_box img {
    height: 350px !important;
    }
    .career_holder h2 {
    font-size: 22px;
}
.career_details_box p{
    font-size: 14px;
}
.career_details_box {
    padding: 10px 10px 0;
}
   }

   @media only screen and (max-width:480.98px) {
 
    .foot_bottom a{
        font-weight: 400;
    }
   
      .glance_sec {
        padding: 0px 15px;
    }
   
    .glance_box2 {
        height: 100%;
    }

   .glance_boxes_2 .row {
    row-gap: 16px;
    }
    .flatpickr-weekdays, .flatpickr-calendar{
        width: 275px !important;
    }
    .dayContainer {
    width: 2375x !important;
    min-width: 275px !important;
    max-width: 275px !important;
    }
}

   @media only screen and (max-width:380.98px) {
    .glance_box h3, .glance_box2 h3 {
        font-size: 15px;
    }
    .glance_box p, .glance_box2 p {
        font-size: 13px;
    }
    .career_holder{
    padding: 15px;
 }
     .career_holder h2 {
        font-size: 22px;
        margin-top: 30px;
    }
    .doc_wrap_head p {
    font-size: 13px;
    }
    .custom-radio {
    gap: 5px;
    padding: 0px 7px;
    }
    .gen {
    gap: 9px;
}
   }