@media (min-width: 1600px) {
    .container {
        max-width: 1560px;
    }
}

@media (max-width:1399px) {
    header::before {
        width: 475px;
    }

    .logo img {
        width: 275px;
    }

    .slider-sub-title {
        font-size: 60px;
    }
    .salary_incentive_ctnTxt{
        top: 135px;
        padding:25px;
    }
    
    label {
      padding: 8px 32px;
    }
}

@media (max-width:1299px) {
    header::before {
        width: 420px;
    }

    .logo img {
        width: 250px;
    }

    .slider-sub-title {
        font-size: 54px;
    }

    .slider-title {
        padding: 40px 0px;
    }
}

@media (max-width:1199px) {
    body{
        font-size:14px;
    }
    header::before {
        width: 300px;
    }

    .logo img {
        width: 175px;
    }

    .hUpper {
        margin-bottom: 8px;
    }

    .slider-sub-title {
        font-size: 40px;
    }

    .slider-title {
        padding: 30px 0px;
        font-size: 17px;
    }

    .slider-buttton {
        font-size: 16px;
    }

    .secTitle {
        font-size: 38px;
    }

    .secTitle::before {
        width: 100px;
    }

    .secTitle::after {
        width: 12px;
        height: 12px;
        top: 55px;
    }
       label {
        padding: 8px 25px;
    }
}

@media (max-width:991px) {
    .page-header.is-sticky .navbar-collapse{
        top: 83px;
    }
    .hUpper {
        gap: 45px;
        margin-bottom: 0px;
        display: none;
    }

    header::before {
        width: 337px;
    }

    .navbar {
        /* display: flex; */
        /* justify-content: end; */
        position: static;
    }

    .navbar-toggler {
        border: 2px solid #fff;
        background-color: #fff;
    }

    .navbar-collapse {
        position: absolute;
        width: 100%;
        top: 86px;
        left: 0px;
        background-color: rgb(0, 0, 0);
        /* padding: 25px; */
        border-top: 1px solid #ffffff47;
        z-index: 999;
    }

    .nav-item {
        margin-left: 0;
    }

    .nav-link {
        border-bottom: 1px solid #ffffff25;
        padding: 10px 8px !important;
        font-size: 15px;
        padding-left: 20px !important;
    }

    .navbar-nav {
        margin-bottom: 0 !important;
    }

    .active::after {
        width: 24px;
    }

    .nav-link::after {
        top: 30px;
        left: 21px;
        height: 1px;
    }

    .slider-container {
        /* padding: 50px; */
        /* height: 100% !important; */
        /* position: absolute; */
        top: 0;
        /* height: 100%; */
    }

    .slider-sub-title {
        font-size: 35px;
    }

    .slider-title {
        padding: 20px 0px;
        font-size: 16px;
    }

    .aboutImg1 {
        height: 336px;
        width: 480px !important;
    }

    .secPdn {
        padding: 60px 0;
    }

    .banner {
        height: 100vh;
    }
    .salary_incentive_ctn{
        position: relative;
    }
    .salary_incentive_ctnTxt{
        top:0;
        width: 100%;
        position: static;
    }
    .tab-content h3 {
    font-size: 20px;
    margin-bottom: 16px;
}
label {
    display: inline-block;
    padding: 8px 20px;
    font-size:14px;
}

.tabArea {
    gap: 25px !important;
}
.tabMap {
    width: 100%;
}
.tab-menu{
        flex-direction: column;
            height: 269px;
}
.tab-menu label{
        min-width: 118px;
        text-align: center;
        margin-bottom: 2px;
}
.tab-content{
       left: 120px;
       top:0;
       padding:15px;
       width: auto;
}
.tabArea{
        flex-direction: column;
}
.sliderArea{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
}

}

@media (max-width:767px) {
    .swiper-button-next, .swiper-button-prev{
            width: 34px !important;
    height: 20px !important;
    }
    .slider-container {
        padding: 30px;
        padding-top: 00 !important;
    }

    .slider-sub-title {
        font-size: 23px;
    }

    .slider-title {
        padding: 10px 0px;
        font-size: 14px;
        font-weight: 300;
    }

    .slider-buttton {
        font-size: 14px;
    }

    .banner {
        /* height: 45vh; */
    }

    .secTitle {
        font-size: 32px;
    }

    .secTitle::before {
        width: 80px;
    }

    .secTitle::before {
        top: 45px;
    }

    .secTitle::after {
        top: 39px;
    }

    .aboutImg2 {
        right: 0;
    }

    .aboutImg1 {
        height: 300px;
        width: 420px !important;
    }
    .subTitle{
        font-size:26px;
    }
    .inrSecTitle{
        font-size:45px;
    }
    .teamItm2{
        margin-top:30px !important;
    }
    .auto_slider{
        gap:35px;
    }
}

@media (max-width:620px) {
    .aboutLeft::after {
        left: -20px;
        width: 350px;
        height: 200px;
        border: 4px solid #0e1857;
        display: none;
    }

    .aboutImg1 {
        height: 250px;
        width: 350px !important;
        display: none;
    }
    .aboutLeft {
        position: relative;
        height: 300px;
    }

    .aboutImg2 {
        left: 0;
        width: 100%;
        height: 300px;
        top: 0;
    }
}

@media (max-width:425px){
    header::before {
        width: 250px;
    }
    .subTitle {
        font-size: 21px;
    }
        .secTitle {
        font-size: 26px;
            margin-bottom: 26px;
    }
        .secTitle::before {
        top: 35px;
    }
        .secTitle::after {
        top: 30px;
    }
        .secTitle::before {
        width: 60px;
    }
        .secTitle::after {
        width: 10px;
        height: 10px;
    }
        .secPdn {
        padding: 35px 0;
    }
    .teamDtl h5 {
    font-size: 18px;
}
.teamDtl span {
    font-size: 14px;
}
.teamItm_uppper {
    gap: 18px;
}
    .tab-content h3 {
        font-size: 16px;
        margin-bottom: 10px;
    }
     .tab-content ul li{
         font-size:13px;
     }
    .tab-content ul li i {
    margin-right: 10px;
    margin-top: 5px;
    font-size: 14px;
}
}

@media (max-width:390px){
    .inrSecTitle {
        font-size: 35px;
    }
}