.color_orange {
    color: #F8831D !important;
}
.dark_orange {
    background-color: #FF5F4B !important;
}
.small_t_bottom{
    vertical-align: bottom;
    display: flex;
    align-items: center;
    color: #474747 !important;
}
.custom-control-label::before{
    top: 0.05rem !important;
}
.custom-checkbox .custom-control-label::before{
    border-radius: 0 !important;
}
.linked_in{
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}
.bg-section11 {
    background-image: url(../image/HEFS/Group_421@2x.jpg);
    background-position: center right;
    background-repeat: no-repeat;
    background-size: cover;
    width: 1920px;
    height: auto;
    max-height: 697px;
}
.sub_title1 {
    font-family: "Open Sans Light";
    color: #ffffff;
    font-size: 25px;
    line-height: 37px;
    /*padding: 30px 280px 0px 190px;*/
}
.mob_view{
    display: none !important;
}
.web_view{
    display: block;
}

.navbar-brand img {
    width: 18.25rem;
}

@media (max-width: 992px){
.navbar-brand img {
        width: 16rem;
    }
}

@media (max-width: 480px){
    .navbar-brand img {
        width: 14rem;
    }
}

@media (max-width: 768px) {
    .title-headar{
        padding-top: 310px;
        line-height: 25px !important;
        font-size: 20px !important;
        margin-bottom: 0 !important;
        text-align: center;
    }
    .sub_title1{
        font-size: 15px !important;
        padding: 0 !important;
        line-height: 20px;
        margin-bottom: 0 !important;
    }
    .masterbg{
        padding-top: 0 !important;
    }
    .btn-aruba, .btn-aruba_light{
        padding: 5px 12px !important;
    }
    .media_bottom{
        padding-bottom: 0!important;
    }
    .media_center{
        text-align: center !important;
        justify-content: center !important;
    }
    .mob_view{
        display: block !important;
    }
    .web_view{
        display: none !important;
    }
    .media_top_5{
        padding-top: 5px;
    }
}
@media (max-width: 600px) {
    .bg-section11 {
        background-image: url(../image/HEFS/mobile/banner.png);
        background-position: top right;
        background-size: auto;
        border-bottom: 0;
        height: auto;
    }
}