

/* Large devices (desktops, 1200px and up) */
@media (min-width: 1200px) and (max-width: 1300px) {
  .home_section .home_content h1 {
    font-size: 56px;
    line-height: 64.97px;
}
.services_section .services_box{
    height: 390px;
}
}
/* Large devices (desktops, 1100px and up) */
@media (min-width: 1100px) and (max-width: 1200px) {
.home_section .home_content h1 {
    font-size: 48px;
    line-height: 56.97px;
}

.services_section .services_box{
    height: 350px;
}
.container{
    max-width: 1000px;
}
.home_section .banner_illustration img {
    width: auto;
    height: 470px;
}
.teams_section .teams_box {
    min-height: 270px;
}
.segment_em_section .segmenting_in_box h6{
    font-size: 20px !important;
    line-height: 26px;
}
}
/* medium devices (desktops, 980px and up) */
@media (min-width: 992px) and (max-width: 1100px) {
.home_section .home_content h1 {
    font-size: 48px;
    line-height: 56.97px;
}

    nav .menu_div .overlay_nav_box ul li a {
    font-size: 22px;
    line-height: 24px;
}
nav .menu_div .overlay_nav_box ul li a.active{
    font-size: 24px;
}
.home_section .banner_illustration img {
    width: auto;
    height: 440px;
}
.container{
    max-width: 950px;
}
.services_section .services_box{
    height: 300px;
}
.heading_box h2{
    font-size: 32px;
    line-height: 36px;
}
.services_section .services_box .service_content a{
    font-size: 20px;
    line-height: 24px;
}
.teams_section .teams_box {
    min-height: 250px;
}
.teams_section{
    padding-bottom: 100px !important;
}
.segment_em_section .segmenting_in_box h6{
    font-size: 18px !important;
    line-height: 24px;
}
.services_section_inner .services_box h6{
    font-size: 20px;
    line-height: 26px;
}
}

/* Medium devices (tablets, 768px and up) */
@media (max-width: 992px) {
    .services_section_inner .tabs_container{
        position: relative;
    }
    .services_section_inner #scrolltab{
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-65%);
        background:  var(--primary-color);
        width: 40px;
        height: 40px;
        z-index: 3;
        color: #fff;
    }
    .cursor-border,.cursor-dot {
        display: none;
    }
.services_section_inner .services_tab{
    flex-direction: row;
    overflow: auto;
    padding-right: 60px;
}
.services_section_inner .services_tab .tab_inner{
    width: max-content;
    padding: 8px 10px;
    border-radius: 5px;
    margin-bottom: 10px;
}
.services_section_inner .services_tab .tab_inner.active i {
    font-size: 20px;
    transition: all .3s;
}
    nav .menu_div .overlay_nav_box ul li a {
    font-size: 24px;
    line-height: 30px;
}
.innerBanner .innerBanner_text h1{
    font-size: 34px;
    line-height: 38px;
}
nav .menu_div .overlay_nav_box ul li a.active{
    font-size: 26px;
}
    .desktop{
        display: none !important;
    }
    .mobile{
        display: block;
    }
    .home_section .shape_obj, .home_section .shape_obj2 ,.home_section .banner_illustration img{
        display: none;
    }
    .home_section .home_content{
        padding-bottom: 40px;
        align-items: center;
    }
    .home_section .home_content h1{
        text-align: center;
    }
    .home_section .home_content h1 {
    font-size: 52px;
    line-height: 56.97px;
}
.home_section .home_content p{
    text-align: center;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 25px;
}
.heading_box{
    display: flex;
    /* justify-content: center; */
    margin-bottom: 20px;
    flex-direction: column;
    align-items: center;
}
.career_section  .heading_box h2{
 text-align: left ;
}
.career_section .heading_box{
    padding: 0;
}
.about_detail_section .content_box h6,.about_detail_section .content_box p{text-align: center;}
.services_section .services_box{
    height: 380px;
}
footer .quick_links .inner_flex_links li{
    width: 100%;
}
.teams_section{
    padding-bottom: 100px !important;
}
.services_section_inner .services_box h6{
    font-size: 18px;
    line-height: 24px;
    padding: 10px 10px;
}
.services_section_inner .services_related_container {
    grid-template-columns: repeat(2, 1fr);
}
.services_section_inner .services_related_container .related_box_img h6 {
     font-size: 16px;
     line-height: 20px;
}
}

/* Small devices (phones, less than 600px) */
@media (max-width: 600px) {

    .career_section .career_form_box h6,.contact_section .contact_form_box h6{
        font-size: 20px;
        line-height: 24px;
    }
    .career_section .career_form_box p{
        font-size: 14px;
        line-height: 18px;
    }
    .career_section .career_form_box form input,.career_section .career_form_box form .upload_cv_box span,.career_section .career_form_box form .upload_cv_box label,.contact_section .contact_form_box form input,.contact_section .contact_form_box form textarea{
        font-size: 16px;
    }
    .contact_section .contact_details a{
        font-size: 16px;
        line-height: 24px;

    }
    .services_section_inner .services_related_container .related_box_img h6 {
     font-size: 14px;
     line-height: 18px;
}
.services_section_inner .services_box h6{
    padding: 8px 10px;
    font-size: 16px;
    line-height: 18px;
}
    .innerBanner .innerBanner_text h1{
    font-size: 32px;
    line-height: 36px;
}
    .clients_em_section .client_in_box{
        height: 80px;
        padding: 15px;
    }
    nav .menu_div .overlay_nav_box ul li a {
    font-size: 20px;
    line-height: 24px;
}
nav .menu_div .overlay_nav_box ul li a.active{
    font-size: 22px;
}
    .fixed-nav-pt {
    padding-top: 100px !important;
}
    .navbar-placeholder{
        min-height: 85px;
    }
    .dots_container{
        display: block;
    }

    .heading_box h2 svg{
        width: 10px !important;
    }
.home_section .home_content h1 {
    font-size: 36px;
    line-height: 42.97px;
}
.heading_box h2{
    font-size: 28px;
    line-height: 34px;
}
.about_detail_section .content_box h6{
    font-size: 18px;
    line-height: 24px;
}
.services_section{
    margin-top: -50px !important;
}
.heading_box{
    padding: 0px 10px;
    display: flex !important;
    width: 100%;
        justify-content: center !important;
        margin-bottom: 20px;
}
.services_section .services_box{
    height: 280px;
}
.services_section .services_box .service_content a{
    font-size: 20px;
    line-height: 24px;
}
.segment_section {
    margin-top: -40px;
}
}
/* Small devices (phones, less than 340px) */
@media (max-width: 390px) {
    .home_section .home_content h1{
        font-size: 32px;
        line-height: 36px;
    }
.heading_box h2{text-align: center;}
}

