.bannerTitle {
    margin-top: 0px !important;    
}


.bannerTitle .boxSlide h1, .bannerTitle .boxSlide h2 {
    padding-left: 0px !important;
}

.bannerTitle .boxSlide p {
    width: 100% !important;
}
.bannerTitle .hrtech_banner_wrapper  {
    position: relative;
    z-index: 1;
}
.bannerTitle .hrtech_banner_wrapper .hrtech_banner_title {
    font-family: "Poppins", sans-serif;
    font-style: normal;
    font-weight: bold;
    line-height: 41px;
    font-size: 35px;
    color: #FFFFFF;
}
.bannerTitle .hrtech_banner_wrapper .hrtech_banner_description {
    font-family: "Poppins", sans-serif;
    font-style: normal;
    line-height: 30px;
    font-size: 21px;
    color: #FFFFFF;
    margin-top: 15px;
}

@media screen and (min-width: 0px) and (max-width: 768px) {
    .bannerTitle .boxSlide {
        padding: 0 16px;
    }
    .bannerTitle .boxSlide h1, .bannerTitle .boxSlide h2 {
        padding: 0 !important;
        line-height: 26px !important;
    }
    .bannerTitle .boxSlide p {
        padding: 0 !important;
    }
    
    .box-fashion .box-sol {
        width: 100%;
    }
    .box-fashion .fashion_box_title {
        margin-bottom: 0px !important;   
    }
    .bannerTitle .hrtech_banner_wrapper .hrtech_banner_title {
      line-height: 20px;
        font-size: 12px;
        text-align: center;
    }
    .bannerTitle .hrtech_banner_wrapper .hrtech_banner_description {
       line-height: 16px;
        font-size: 10px;
        text-align: center;
        margin-top: 0px;
    }
}

@media screen and (min-width: 769px) and (max-width: 991px) {
    .bannerTitle .boxSlide p {
        text-align: center;
    }
    .bannerTitle .hrtech_banner_wrapper .hrtech_banner_title {
       line-height: 35px;
        font-size: 22px;
        text-align: center;
    }
    .bannerTitle .hrtech_banner_wrapper .hrtech_banner_description {
        line-height: 20px;
       font-size: 16px;
       text-align: center;
    }
}

.hrtech_path {
    padding-top: 32px;
}
.hrtech_path .container{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 32px;
    align-self: stretch;
}
.hrtech_path .hrtech_path_key {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    align-self: stretch;
}
.hrtech_path .hrtech_path_key p{
    font-weight: bold;
    font-size: 24px;
    line-height: 32px;
    text-align: center;
    text-transform: uppercase;
    color: #000;
    font-family: "Poppins-Medium", sans-serif;
}
.hrtech_path .hrtech_path_key .hrtech_path_key_line{
    width: 170px;
    height: 6px;
    background-color: var(--primary);
}
.hrtech_path .hrtech_path_text{
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    text-align: center;
}
.hrtech_path .hrtech_path_image{
    display: flex;
    align-items: center;
    justify-content: center;
    align-self: stretch;
}
.hrtech_path .hrtech_path_image img{
    width: 100%;
    height: 300px;
    object-fit: contain;
}
.hrtech_path .hrtech_path_list {
    display: flex;
    flex-direction: column;
    gap: 56px;
}
.hrtech_path .hrtech_path_list .hrtech_path_list_box {
    display: flex;
    flex-direction: column;
    gap: 12px;
    align-items: center;
}
.hrtech_path .hrtech_path_list .hrtech_path_list_box .hrtech_path_list_box_title {
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
    text-align: center;
    color: #000;
    font-family: "Poppins-Medium", sans-serif;
}
.hrtech_path .hrtech_path_list .hrtech_path_list_box .hrtech_path_list_children {
    display: flex;
    justify-content: space-between;
}
.hrtech_path .hrtech_path_list .hrtech_path_list_box .hrtech_path_list_children .hrtech_path_list_children_box {
    border-radius: 16px;
    background: #F5F5F5;
    width: 30%;
    padding: 16px;
    display: flex;
    flex-direction: column;
    gap: 8px
}
.hrtech_path .hrtech_path_list .hrtech_path_list_box .hrtech_path_list_children .hrtech_path_list_children_box img{
    width: 80px;
    height: 80px;
}
.hrtech_path .hrtech_path_list .hrtech_path_list_box .hrtech_path_list_children .hrtech_path_list_children_box .hrtech_path_list_children_box_title {
    font-size: 18px;
    line-height: 28px;
    font-weight: bold;
    min-height: 50px;
}
.hrtech_path .hrtech_path_list .hrtech_path_list_box .hrtech_path_list_children .hrtech_path_list_children_box .hrtech_path_list_children_box_text {
    font-size: 14px;
    line-height: 26px;
}

@media screen and (min-width: 0px) and (max-width: 768px) {
    .hrtech_path .hrtech_path_key p{
        font-size: 20px;
        line-height: 28px;
    }
    .hrtech_path .hrtech_path_text{
        font-size: 16px;
        line-height: 24px;
    }
    .hrtech_path .hrtech_path_image img{
        height: 200px;
    }
    .hrtech_path .hrtech_path_list .hrtech_path_list_box .hrtech_path_list_children {
        flex-direction: column;
        gap: 24px
    }
    .hrtech_path .hrtech_path_list .hrtech_path_list_box .hrtech_path_list_children .hrtech_path_list_children_box {
        width: 100%;
    }
    .hrtech_path .hrtech_path_list .hrtech_path_list_box .hrtech_path_list_box_title {
        font-size: 20px;
        line-height: 28px;
    }
    .hrtech_path .hrtech_path_list .hrtech_path_list_box .hrtech_path_list_children .hrtech_path_list_children_box img{
        width: 60px;
        height: 60px;
    }
    .hrtech_path .hrtech_path_list .hrtech_path_list_box .hrtech_path_list_children .hrtech_path_list_children_box .hrtech_path_list_children_box_title {
        font-size: 16px;
        line-height: 24px;
        min-height: unset;
    }
    .hrtech_path .hrtech_path_list .hrtech_path_list_box .hrtech_path_list_children .hrtech_path_list_children_box .hrtech_path_list_children_box_text {
        font-size: 16px;
    }

}

.hrtech_help {
    background: #fffbf7;
}
.hrtech_help .container{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    align-self: stretch;
}

.hrtech_help .hrtech_help_text{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    align-self: stretch;
}

.hrtech_help .hrtech_help_text .hrtech_help_text_key{
    color: #909090;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
}

.hrtech_help .hrtech_help_text .hrtech_help_text_title{
    font-weight: bold;
    font-size: 24px;
    line-height: 32px;
    text-align: center;
    text-transform: uppercase;
    color: #000;
    font-family: "Poppins-bold", sans-serif;
}

.hrtech_help .hrtech_help_text .hrtech_help_text_line{
    width: 170px;
    height: 6px;
    background-color: var(--primary);
}

.hrtech_help .hrtech_help_list{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 32px;
    align-self: stretch;
}

.hrtech_help .hrtech_help_list .hrtech_help_box{
    display: flex;
    gap: 24px;
    justify-content: space-between;
}
.hrtech_help .hrtech_help_list .hrtech_help_box:nth-child(2n+1){
    flex-direction: row-reverse;
}
.hrtech_help .hrtech_help_list .hrtech_help_box .hrtech_help_box_text {
    width: 48%;
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.hrtech_help .hrtech_help_list .hrtech_help_box .hrtech_help_box_text .hrtech_help_box_icon img{
    width: 50px;
    height: 50px;
}
.hrtech_help .hrtech_help_list .hrtech_help_box .hrtech_help_box_text .hrtech_help_box_parent {
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.hrtech_help .hrtech_help_list .hrtech_help_box .hrtech_help_box_text .hrtech_help_box_parent h3{
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: bold;
    line-height: 28px; 
    font-family: "Poppins-Medium", sans-serif;
}
.hrtech_help .hrtech_help_list .hrtech_help_box .hrtech_help_box_text .hrtech_help_box_parent p{
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px; 
}
.hrtech_help .hrtech_help_list .hrtech_help_box .hrtech_help_box_text .hrtech_help_box_line {
    width: 100%;
    height: 1px;
    background-color: #E4E6EA;
}
.hrtech_help .hrtech_help_list .hrtech_help_box .hrtech_help_box_text .hrtech_help_box_child {
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.hrtech_help .hrtech_help_list .hrtech_help_box .hrtech_help_box_text .hrtech_help_box_child div h4{
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: bold;
    line-height: 28px; 
    margin: 0 !important;
}
.hrtech_help .hrtech_help_list .hrtech_help_box .hrtech_help_box_text .hrtech_help_box_child div p{
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
}
.hrtech_help .hrtech_help_list .hrtech_help_box .hrtech_help_box_image {
    width: 48%;
    display: flex;
    align-items: center;
}
.hrtech_help .hrtech_help_list .hrtech_help_box .hrtech_help_box_image img{
    width: 100%;
    height: 400px;
    object-fit: contain;
}

@media screen and (min-width: 0px) and (max-width: 768px) {
    .hrtech_help .hrtech_help_text .hrtech_help_text_title{
           font-size: 20px;
        line-height: 28px;
    }

    .hrtech_help .hrtech_help_text .hrtech_help_text_key{
        font-size: 12px;
        line-height: 18px;
    }
    .hrtech_help .hrtech_help_list .hrtech_help_box{
        flex-direction: column;
    }
    
    .hrtech_help .hrtech_help_list .hrtech_help_box:nth-child(2n+1){
        flex-direction: column;
    }
    .hrtech_help .hrtech_help_list .hrtech_help_box .hrtech_help_box_text {
        width: 100%;
    }
    .hrtech_help .hrtech_help_list .hrtech_help_box .hrtech_help_box_image {
        width: 100%;
    }
    .hrtech_help .hrtech_help_list .hrtech_help_box .hrtech_help_box_text .hrtech_help_box_parent p{
        font-size: 16px;
    }
    .hrtech_help .hrtech_help_list .hrtech_help_box .hrtech_help_box_text .hrtech_help_box_child div p{
        font-size: 16px;
    }
    .hrtech_help .hrtech_help_list .hrtech_help_box .hrtech_help_box_image img{
        height: 350px;
    }
    .hrtech_help .hrtech_help_list .hrtech_help_box .hrtech_help_box_text .hrtech_help_box_parent h3{
        font-size: 16px;
        line-height: 24px; 
    }
    .hrtech_help .hrtech_help_list .hrtech_help_box .hrtech_help_box_text .hrtech_help_box_child div h4{
        font-size: 16px;
        line-height: 24px; 
    }
}

.boxMobile_four.mobility.hrtech_register {
    padding: 0;
    background-image: none !important;
}

