/*footer starts*/
.light-footer {
    background: #EFEFEF none repeat scroll 0% 0%;
    color: #354a;
    background: #eaecee;
    line-height: 30px;
    vertical-align: middle;
    font-size: 12px;
        width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
}
.light-footer.career-new-footer{
    position: static;
}
.light-footer i
{
    font-size: 16px;
    position: relative;
    top: 3px;
}

ul.footer_ul {
    padding-top: 15px;
    padding-left: 0px;
}
ul.footer_ul>li{
    list-style: none;
    display: inline;
    padding-right: 5px;
}
ul.footer_ul>li>a{
    text-decoration: none;
    color: #354a;
    font-size: 14px !important;
}
ul.footer_ul.footer_sm{
    display: flex;
    align-items: center;
}
ul.footer_ul.footer_sm li{
    height: 30px;
    display: block;
    display: flex;
    align-items: center;
}
ul.footer_ul.footer_sm li a{
    background-color: #ffffff;
    width: 25px;
    height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
}
ul.footer_ul.footer_sm li a:hover{
    text-decoration: none;
}
ul.footer_ul.footer_sm li a i{
    color: #000000;
}
ul.footer_ul>li>a:hover
{
    text-decoration: underline;
}

ul.dark_footer{
    color:#ffffff;
}
ul.dark_footer>li{
    list-style: none;
    display: inline;
    padding-right: 10px;
}
.fotter_1 p{font-size: 15px !important; }
ul.dark_footer>li>a{
    text-decoration: none;
    color: #ffffff;
    
    font-weight: bold;
    font-size: 15px !important;
}
.foo {
    color: #ffffff;
    text-decoration: none;
    list-style: none;
}
.top_space_cal {
    padding-top: 10px;
}
.foo li {
    padding-top: 10px;
    padding-bottom: 10px;
}
.text-facebook{
    color :#3b5998;
}
.text-twitter{
    color :#00aced;
}
.text-linkedin{
    color :#007bb6;
}
.text-youtube{
    color :#bb0000;  
}

/*for mobile version*/
.back_footer {
    color: #fff !important;
    background: #333 !important;
}

.footer_ul_calender i
{
    font-size: 24px;
}

.p-t-30 
{
    padding-top: 30px !important;
}

.mobileLink a
{
    color: #fff !important;
}

.mobileLink a:hover
{
    color: #F0AB00 !important;
}

.menue_footer{
float: none;
    text-align: center;
    margin: 0 0 0 -1px;
    padding: 0;
    width: 100%;
    border-bottom: 1px solid #fff;
    border-top: 1px solid #5f5f5f;
    display: flex;
    flex-flow: row wrap;
    top: 0;
    font-size: 12px !important;

}
.menue_footer .mobileLink::before {
    content: '';
    display: block;
    position: absolute;
    width: 1px;
    top: 0;
    bottom: 0;
    left: 0;
    background: #5f5f5f;
}
 .menue_footer .mobileLink:nth-child(2n+1) {
    border-right: 0;
}
.menue_footer .mobileLink {
    padding: 0;
    border-top: 0;
    border-bottom: 1px solid #fff;
}
.menue_footer .mobileLink {
    width: 50%;
    padding: 18px 0 12px;
    margin: 0;
    border-top: 1px solid #fff;
    display: inline-block;
    border-bottom: 1px solid #5f5f5f;
    border-top: 0;
    flex: 1 50%;
    box-sizing: border-box;
    position: relative;
    text-align: center;
}
.headline{font-size: 15px;font-family: "BentonSans-Medium",Arial,Helvetica,sans-serif;}
/*mobile version end*/


/*media query*/
@media only screen and (max-width:319px) { 
   
    /*menue background end*/
    ul.dark_footer{
    color:#F0AB00;
    padding-left:0px !important;
    }
    .fotter_1{
        padding-left:0px !important;
    }
    ul.dark_footer > li {
        display: block;
        font-size: 12px;
        list-style: outside none none;
        padding-bottom: 0 !important;
    }
    ul.dark_footer>li>a{
        text-decoration: none;
        color: #F0AB00;
    }
    ul.footer_ul {
        font-size: 10px !important;
        line-height: 18px;
    }
}
@media only screen and (min-width:320px) and (max-width:360px) { 
    
    /*menue background end*/
    ul.dark_footer{
    color:#F0AB00;
    padding-left:0px !important;
    }
    .fotter_1{
        padding-left:0px !important;
    }
    ul.dark_footer > li {
        display: block;
        font-size: 12px;
        list-style: outside none none;
        padding-bottom: 0 !important;
    }
    ul.dark_footer>li>a{
        text-decoration: none;
        color: #F0AB00;
    }
    ul.footer_ul {
        font-size: 12px !important;
        line-height: 18px;
    }
}
@media only screen and (min-width:361px) and (max-width:767px) {
 
    /*menue background end*/
 ul.dark_footer{
    color:#F0AB00;
    padding-left:0px !important;
    }
    .fotter_1{
        padding-left:0px !important;
    }
    ul.dark_footer > li {
        display: block;
        font-size: 12px;
        list-style: outside none none;
        padding-bottom: 0 !important;
    }
    ul.dark_footer>li>a{
        text-decoration: none;
        color: #F0AB00;
    }
    ul.footer_ul {
        font-size: 10px !important;
        line-height: 18px;
    }
}

#explore-footer, .light-footer
{
    font-family: BentonSansRegular !important;
    
}
#explore-footer{
    background-color: #000000;
    padding-bottom: 60px;
    position: absolute;
    width: 100%;
    bottom: 0px;
    min-height: 50px;
}
#explore-footer.explore-footer-new{
    position: static;
    padding-bottom: 0px;
}
.light-footer, .light-footer a
{
    font-size: 14px;
}
/*Footer ends*/
@media only screen and (min-width:768px) and (max-width:1024px) {
    #explore-footer{
        bottom: 30px;
    }
}
.footer_1{
    margin: 2rem 0rem;
}
.footer_1 p{
    margin-bottom: 0px;
}
.footer_1 .footer_1_content{
    background: var(--sap-white);
    border-radius: 12px;
    box-shadow: 0 2px 4px 0 #22364933;
    color: #223548;
    padding: 0.9375rem;
}
.copy-right{
    color: #354a;
    margin-bottom: 20px;
    font-size: 14px;
}
.copy-right.mob{
    display: none;
}
.social-icons-block.mob{
    display: none;
}
.career-new-footer .footer-top{
    display: flex;
    align-items: flex-start;
}
.career-new-footer .footer_ul:not(.footer_sm){
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding-top: 0px;
}
.nav-block{
    padding-left: 0px;
}
.nav-block .footer_ul li{
    width: 33.33%;
    text-align: left;
    margin-bottom: 5px;
}
.career-new-footer .footer-bottom{
    margin-top: 1.25rem;
}
.career-new-footer{
    padding-top: 72px;
    padding-bottom: 72px;
}
@media only screen and (min-width:0px) and (max-width:767px) {
    .copy-right.mob{
        display: block;
        margin-top: 20px;
        font-size: 0.75rem;
    }
    .career-new-footer{
        padding-top: 32px;
        padding-bottom: 32px;
    }
    .nav-block .footer_ul{
        margin-top: 1.25rem;
    }
    .nav-block .footer_ul li{
        width: 50%;
    }
    .career-new-footer .footer-top{
        flex-direction: column;
    }
    .career-new-footer .footer-top .col-xs-12, .career-new-footer .footer-bottom .col-xs-12{
        padding-left: 0px;
        padding-right: 0px;
    }
    .career-new-footer ul.footer_ul>li{
        font-size: 14px;
    }
}