/* Footer Menu start */
.nextCommon.footer-menu ul {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    text-align: center;
}
.nextCommon.footer-menu ul li a {
    color: var(--slb-white);
    font-size: 16px;
    margin: 0 28px;
    display: inline-block;
}
.nextCommon.footer-menu ul li a:hover {
    text-decoration: underline;
}
.nextCommon .footertopline {
    height: 1px;
    background: #8F8E8E;
    background: linear-gradient(to left, black, #848484, black);
}
.newCommon .footertopline {
    height: 1px;
    background: #8F8E8E;
    background: linear-gradient(to left, black, #848484, black);
}
@media only screen and (max-width:991px) {
    .nextCommon.footer-menu ul li a {
        margin: 0 8px 15px 8px;
    }
    .nextCommon.footer-menu ul li:last-child a {
        margin-bottom: 0;
    }
}
/* Footer Menu end */
/* CopyRights start */
.nextCommon.copyrights {
    background-color: #e8e6e7;
    color: #525252;
    font-size: 16px;
}
.socialMedia {
    position: fixed;
    right: 0;
    top: 31%;
    z-index: 9;
    max-width: 150px;
}
.socialMedia li {
    margin-bottom: 7px !important;
    padding: 4px 6px !important;
    float: right;
    clear: both;
    min-width: 35px;
    text-align: center;
    cursor: pointer;
    font-size: 16px;
    font-weight: 400;
}
.socialMedia li a {
    color: #fff;
    text-decoration: none;
}
.socialMedia li .title {
    display: none;
    width: 0;
    -webkit-transition: all 0.3s ease 0.15s;
    transition: all 0.3s ease 0.15s;
    margin-left: 5px;
}
.socialMedia .Feedback {
    background-color: #5d5d5d;
}
.goToTop {
    position: fixed;
    overflow: hidden;
    bottom: 20px;
    right: 30px;
    z-index: 97;
    border: none;
    outline: none;
    background-color: var(--slb-deep-blue);
    color: white;
    cursor: pointer;
    padding: 15px 20px;
    /* border-radius: 5px; */
    -webkit-transform: translateY(100px);
    -ms-transform: translateY(100px);
    transform: translateY(100px);
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.goToTop i {
    font-size: 22px;
    position: relative;
}
.goToTop.active {
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.goToTop:hover {
    /* background-color: #353535; */
    color: white;
}
@media only screen and (min-width: 992px) {
    .socialMedia li:hover .title {
        display: inline;
    }
}
@media only screen and (max-width: 991px) {
    .socialMedia {
        max-width: 1000px;
        position: relative;
        top: 0;
        text-align: center;
        margin-bottom: 0;
        padding-left: 0;
        margin-left: 0;
    }
    .socialMedia li {
        display: inline-block;
        float: none;
        margin: 0px 5px;
    }
    .socialMedia li:hover {
        background-color: #000;
        border-color: #000;
    }
}
@media only screen and (max-width: 767px) {
    .goToTop {
        bottom: 10px;
        right: 10px;
        padding: 10px 15px;
    }
    .goToTop i {
        font-size: 16px;
    }
}
/* CopyRights end */
/* New footer css start here */
.newCommon.footer {
    background-color: var(--slb-blue);
    padding: 40px 0px 40px;
}
.newCommon.footer h4 {
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 5px;
}
.newCommon.footer .h-text {
    color: var(--slb-aqua-blue);
    padding-bottom: 5px;
}
.newCommon.footer .bg-blue {
    background: #1096cb;
}
.newCommon.footer .mb-1 {
    margin-bottom: 25px;
    margin-top: 10px;
}
.newCommon.footer .pr-1 {
    padding-right: 20px;
}
.newCommon.footer .pb-1 {
    padding-bottom: 25px;
}
.newCommon.footer .pl-1 {
    padding-left: 5px;
}
.newCommon.footer .pt-1 {
    padding-top: 15px;
}
.newCommon.footer .pt-2 {
    padding-top: 54px;
}
.newCommon .py-5 {
    padding-top: 50px;
    padding-bottom: 50px;
}
.newCommon .footer-menu ul {
    padding-left: 5px;
}
.newCommon .footer-menu li {
    list-style: none;
    padding: 2px 0px;
    margin: 0;
    text-align: left;
    font-size: 12px;
}
.newCommon .footer-menu ul li a {
    color: var(--slb-white);
    font-size: 16px;
    font-style: normal;
    line-height: 1.5;
}
.newCommon .footer-menu ul li a:hover {
    color: var(--slb-white);
    text-decoration: underline;
}
.footer-logo {
    background: #222222;
}
.footer-logo .cenFooter {
    padding: 50px 100px 50px 50px;
}
.footer-logo img {
    padding: 0px 20px 0px 20px;
    display: inline-block;
    border-left: solid 1px #fff;
    /*max-width: 100%;*/
    height: 56px;
}
.footer-logo .footerlogo_slog {
    width: 300px;
    height: 50px;
    color: #fff;
    line-height: 1.7em;
    display: inline-block;
    position: relative;
    top: 15px;
    font-weight: bold;
    font-size: 16px;
    text-align: right;
    padding-right: 20px;
    left: 4px;
}
@media only screen and (max-width: 400px) {
    .nextCommon.footer-menu ul li {
        display: block;
    }
    .footer-logo img {
        margin: 0 auto;
        margin-left: 40px;
    }
    .cenFooter .btn {
        margin-left: 40px;
    }
}
@media only screen and (max-width: 767px) {
    .footer-logo .footerlogo_slog {
        text-align: center;
    }
    .footer-logo img {
        padding: 30px 0px 30px 0px;
        border: none;
        height: 100px;
        margin-right: 5px;
    }
    .newCommon.footer .mb-1 {
        text-align: left;
    }
    .newCommon .menu-height {
        height: auto;
        margin-bottom: 50px;
    }
    .newCommon .footer-menu {
        border-left: 0;
    }
}

.socialmediaIcons {
    font-style: normal;
    line-height: 1;
    vertical-align: middle;
}
.socialMedia li {
    background-color: var(--slb-deep-blue);
    border: 1px solid var(--slb-deep-blue);
}
.socialMedia li .linkedinIcon, .socialMedia li .facebookIcon, .socialMedia li .twitterIcon, .socialMedia li .emailIcon {
    background: url("/content/next/images/SocialmediaIcons/social-linkedin-custom-white.svg") no-repeat center center;
    width: 24px;
    height: 24px;
    display: inline-block;
}
.socialMedia li .facebookIcon {
    background: url("/content/next/images/SocialmediaIcons/social-facebook-custom-white.svg") no-repeat center center;
}
.socialMedia li .twitterIcon {
    background: url("/content/next/images/SocialmediaIcons/social-twitter-custom-white.svg") no-repeat center center;
}
.socialMedia li .emailIcon {
    background: url("/content/next/images/SocialmediaIcons/mail-white.svg") no-repeat center center;
}
.newCommon .footer-menu {
    border-left: solid 1px var(--slb-white);
    border-right: solid 1px var(--slb-white);
    padding-right: 0;
    border-right: 0;
}
@media only screen and (min-width:768px) and (max-width:991px) {
    .footer-logo .cenFooter {
        padding: 50px 30px 50px 30px;
    }
}
/* New footer css ends here */