/******** @@@Internship page css Start ******/
/* twoColumnCard starts */
.sysk-twoColumnCard .row>div {
    margin: 10px 0;
}

.sysk-twoColumnCard .row>div>div {
    border: 1px solid rgba(60, 60, 59, 1);
    padding: 30px;
    text-align: center;
    height: 100%;
}

.sysk-twoColumnCard .row>div>div>div {
    padding: 30px 0;
}

.sysk-twoColumnCard h3 {
    font-size: 35px;
    font-weight: 700;
    line-height: 40px;
    color: rgba(60, 60, 59, 1);
    padding: 20px 0;
}

.sysk-twoColumnCard p {
    font-weight: 400;
    font-size: 20px;
    line-height: 26px;
    text-align: center;
    color: #3C3C3B;
}

.sysk-twoColumnCard .sysk-button {
    background: #d40000;
    color: #ffffff;
    border: 1px solid #d40000;
    margin-top: 30px;
}

.sysk-twoColumnCard .sysk-button:hover {
    background: #fff;
    color: #d40000;
}

/* twoColumnCard ends */


/* twoColumnData starts */
.sysk-twoColumnData .container {
    border-top: 1px solid rgba(60, 60, 59, 1);
    padding-top: 90px;
}

.sysk-twoColumnData .row>div p {
    font-size: 20px;
    line-height: 28px;
}

.sysk-twoColumnData .row>div img {
    margin-bottom: 50px;
}

.sysk-twoColumnData .row>div>div {
    padding-right: 50px;
}

.sysk-twoColumnData .row>div>div:first-child a {
    color: #d40000;
}

.sysk-twoColumnData .row>div>div:first-child p {
    font-weight: 600;
    padding: 10px 0 0 0;
}

.sysk-twoColumnData .row div:last-child p {
    font-weight: 400;
}

/* twoColumnData ends */


/* resumeTips starts */
.sysk-resumeTips {
    background: #d40000;
}

.sysk-resumeTips h3 {
    color: #fff;
}

.sysk-resumeTips p {
    font-weight: 400;
    font-size: 20px;
    line-height: 26px;
    color: #fff;
}

.sysk-resumeTips .container>p {
    padding: 10px 0 20px 0;
}

.sysk-resumeTips .row {
    border-top: 1px solid rgba(255, 255, 255, 1);
    border-bottom: 1px solid rgba(255, 255, 255, 1);
    padding: 20px 0;
}

.sysk-resumeTips .row .syskTipslist {
    padding: 12px 0px;
}

.sysk-resumeTips .syskTipslist>div i {
    font-size: 35px;
    color: #fff;
}

.sysk-resumeTips .row>div>div {
    padding-right: 40px;
}

.sysk-resumeTips .syskTipslist>div:first-child {
    margin-right: 15px;
}

.sysk-resumeTips .row .syskTipslist p {
    font-weight: 600;
    line-height: 28px;
}

/* resumeTips ends */


/* twoColumnVideo starts */
.sysk-twoColumnVideo .row>div p {
    font-weight: 400;
    margin-bottom: 30px;
}

.sysk-twoColumnVideo .syskaPlayer .syskaPlayer-controls {
    background: #ffffff;
}

.sysk-twoColumnVideo.sysk-whiteBG .syskaPlayer .syskaPlayer-controls {
    background: #f0f1f0;
}

/* twoColumnVideo ends */

/******** @@@Internship page css End ******/




/******** @@@connections page css Start ******/

/* sysk-connectionTwoCol starts */
.sysk-connectionTwoCol .row>div>div {
    padding-right: 30px;
}

.sysk-connectionTwoCol .row>div h3 {
    font-weight: 700;
    padding-bottom: 20px;
}

.sysk-connectionTwoCol .row>div h3 span {
    font-weight: 400;
}

.sysk-connectionTwoCol .row>div p {
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    color: #3C3C3B;
    font-weight: 600;
}


.sysk-connectionTwoCol .row>div ul {
    margin-left: 30px;
}

.sysk-connectionTwoCol .row>div ul li {
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    color: #3C3C3B;
    font-weight: 400;
}

.sysk-connectionTwoCol .row>div>div img {
    width: 100%;
    height: auto;
}

/* sysk-connectionTwoCol ends */


/* PastIssues starts */
.sysk-pastIssues h3 {
    margin: 0 0 30px 10px;
}

.sysk-pastIssues .row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.sysk-pastIssues .row>div {
    width: 100%;
}

.sysk-pastIssues .row>div>div img {
    width: 100%;
    height: auto;
}

.sysk-pastIssues .row>div>div p {
    margin-top: 20px;
}

@media (max-width:767px) {
    .sysk-pastIssues .row {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width:575px) {
    .sysk-pastIssues .row {
        grid-template-columns: repeat(1, 1fr);
    }

}

/* PastIssues ends */

/* sysk-newsletter starts */
.sysk-newsletter {
    background: #D40000;
}

.sysk-newsletter .row>div>div h3 {
    color: #fff;
    margin-bottom: 15px;
}

.sysk-newsletter .row>div>div p {
    color: #fff !important;
    font-weight: 400;
}

.sysk-newsletter .row>div>div {
    padding-right: 50px;
}

.sysk-newsletter .row>div form>div {
    display: flex;
    gap: 10px;
    align-items: center;
}

.sysk-newsletter .row>div form>div input.sysk-email {
    padding: 8px 10px;
    outline: none;
    border: 1px solid #3C3C3B;
    font-size: 17px;
    line-height: 36px;
    font-weight: 400;
    width: 100%;
}

.sysk-newsletter .row>div form>div input.sysk-subscrible-btn {
    background: #3C3C3B;
    padding: 8px 30px;
    color: #fff;
    font-size: 17px;
    font-weight: 700;
    line-height: 36px;
    outline: none;
    border: none;
    width: 100%;
    flex: 0;
}

/* sysk-newsletter ends */

/******** @@@connections us page css End ******/



/******** @@@contact us page css Start ******/

/* breadcrumb starts */
.sysk-breadcrumb ul {
    padding: 10px;
    list-style: none;
    /* display: flex;
    align-items: center; */
    margin: 0;
    padding: 0;
}

.sysk-breadcrumb ul li {
    font-size: 12px;
    font-weight: 400;
    line-height: 30px;
    color: #3C3C3B;
    text-transform: uppercase;
    display: inline-block;
}

.sysk-breadcrumb ul li:last-child {
    font-weight: 600;
}

.sysk-breadcrumb ul li+li:before {
    content: "/\00a0";
}

.sysk-breadcrumb ul li a {
    color: #3C3C3B;
    text-decoration: none;
}

.sysk-breadcrumb ul li a:hover {
    text-decoration: underline;
}

/* breadcrumb ends */

/* contactTwoCol starts */
.sysk-contactTwoCol .row>div:first-child>div {
    padding-right: 90px;
}

.sysk-contactTwoCol .row>div>div p {
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    color: #3C3C3B;
}

.sysk-contactTwoCol .row>div>div p {
    margin-bottom: 30px;
}

.sysk-contactTwoCol .row>div>div p a {
    font-weight: 400;
    color: #3C3C3B;
    text-decoration: underline;
}

.sysk-contactTwoCol .sysk-contactForm .syskaForm {
    padding-top: 0;
}

/* contactTwoCol ends */

/******** @@@contact us page css End ******/

/******** @@@projects css starts ******/
.sysk-twoColumnSidebar .row>div:first-child {
    padding: 0 90px 20px 0;
}

@media (max-width:767px) {
    .sysk-twoColumnSidebar .row>div:first-child {
        padding-right: 0;
    }
}

.sysk-twoColumnSidebar .row>div:last-child {
    border: 1px solid #3C3C3B;
    padding: 20px 40px;
    height: 100%;
}

.sysk-twoColumnSidebar .row>div p strong {
    font-weight: 700;
}

.sysk-twoColumnSidebar .row>div p,
.sysk-twoColumnSidebar .row>div li a {
    padding-top: 20px;
    font-size: 20px;
    line-height: 28px;
    font-weight: 400;
    color: #3C3C3B;
    margin: 0;
}

.sysk-twoColumnSidebar .row>div .sysk-sidebar p span,
.sysk-twoColumnSidebar .row>div .sysk-sidebar li {
    font-weight: 700;
    color: #d40000;
    line-height: 22px;
}

.sysk-twoColumnSidebar .row>div .sysk-sidebar li {
    padding: 0;
}

.sysk-twoColumnSidebar .row>div ul {
    padding-left: 30px;
}

.sysk-twoColumnSidebar .row>div li {
    font-size: 20px;
    line-height: 28px;
}

.sysk-twoColumnSidebar .row>div:last-child p {
    padding-top: 10px;
}

.sysk-itemGridBlock .container>div {
    display: grid;
    /* grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); */
    grid-template-columns: repeat(7, 1fr);
    gap: 20px;
    justify-items: flex-start;
}

/* @media (max-width:767px) {
    .sysk-itemGridBlock .container>div {
        justify-items: center;
    }
} */


@media (max-width:1015px) {
    .sysk-itemGridBlock .container>div {
        grid-template-columns: repeat(6, 1fr);
    }
}

@media (max-width:961px) {
    .sysk-itemGridBlock .container>div {
        grid-template-columns: repeat(5, 1fr);
    }
}

@media (max-width:740px) {
    .sysk-itemGridBlock .container>div {
        grid-template-columns: repeat(4, 1fr);
    }
}

@media (max-width:740px) {
    .sysk-itemGridBlock .container>div {
        grid-template-columns: repeat(4, 1fr);
    }
}

@media (max-width:594px) {
    .sysk-itemGridBlock .container>div {
        grid-template-columns: repeat(3, 1fr);
        justify-items: center;
    }
}

@media (max-width:480px) {
    .sysk-itemGridBlock .container>div {
        grid-template-columns: repeat(2, 1fr);
        justify-items: center;
    }
}

.sysk-itemGridBlock .container>div>div {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.sysk-itemGridBlock .container>div>div p {
    text-align: center;
    word-break: break-word;
}

/******** @@@projects css End ******/

/******** @@@listings css starts ******/
.sysk-listing-wrapper .row {
    padding: 0 0 30px 0;
}

.sysk-listing-wrapper .row>div {
    padding: 10px;
}

.sysk-listing-wrapper .row>div select {
    width: 100%;
    padding: 5px 12px;
    margin: 0 10px;
    border: 1px solid #d40000;
    color: #d40000;
    background: #fff;
    font-size: 17px;
    font-weight: 700;
    line-height: 36px;
}

.sysk-listing-wrapper .row>div select:focus {
    outline: #d40000;
}

.sysk-listing-wrapper .row>div select option {
    background: #d40000;
    color: #fff;
}

.sysk-listing-wrapper .row>div select option:hover {
    background-color: #fff;
    color: #d40000;
}

.sysk-listing-wrapper .row.sysk-project-row>div {
    margin-bottom: 30px;
}

.sysk-listing-wrapper .row>div p {
    margin: 0;
}

.sysk-listing-wrapper .row>div>div button {
    background: #d40000;
    color: #fff;
    font-size: 17px;
    font-weight: 700;
    line-height: 36px;
    border: none;
    padding: 5px 15px;
    width: 100%;
}

.sysk-listing-wrapper .row>div img {
    width: 100%;
    height: auto;
    margin-bottom: 10px;
}

@media (max-width:575px) {
    .sysk-listing-wrapper .row>div {
        flex-direction: column;
        gap: 20px;
    }

    .sysk-listing-wrapper .row>div select {
        margin: 0 !important;
    }

    .sysk-listing-wrapper .row>div>div button,
    .sysk-listing-wrapper .row>div>div {
        width: 100%;
    }
}

@media (max-width:860px) {
    .sysk-listing-wrapper .row>div select {
        font-size: 13px;
    }
}

/******** @@@listings css ends ******/


/******** @@@job search css starts ******/
.sysk-officeLocation h3 {
    font-size: 35px;
    line-height: 40px;
    font-weight: 700;
    color: #3C3C3B;
    padding: 20px 0;
}

.sysk-officeLocation .sysk-officeLocationTab {
    padding: 20px 0;
}

.sysk-officeLocation #sysk-officeLocationTab {
    height: 100%;
}

.sysk-officeLocationTab ul li,
.sysk-officeLocationTab ul li.resp-tab-active {
    border: none;
    border-bottom: 1px solid #D3D7D4;
}

.sysk-officeLocationTab .resp-tabs-list {
    width: 45% !important;
}

.sysk-officeLocationTab .resp-tabs-list li {
    font-size: 20px;
    line-height: 50px;
    font-weight: 400;
    color: #3C3C3B;
    padding: 5px !important;
}

.sysk-officeLocationTab .resp-tabs-list li.resp-tab-active {
    font-weight: 600;
}

.sysk-officeLocationTab .resp-tabs-list li i {
    margin-left: 5px;
}

.sysk-officeLocationTab .resp-tabs-list li.resp-tab-active i::before {
    color: #d40000;
}

.sysk-officeLocationTab .resp-tabs-container {
    width: 45%;
    height: 100%;
    margin-left: 10%;
    border: none;
}

.sysk-officeLocationTab .resp-tabs-container .resp-tab-content {
    padding: 0;
    position: relative;
    background: #f0f1f0;
    height: 100%;
}

@media (max-width:767px) {
    .sysk-officeLocationTab .resp-tabs-container .resp-tab-content {
        height: auto;
    }
}

.sysk-officeLocationTab .resp-tabs-container .resp-tab-content p {
    position: absolute;
    top: 10px;
    left: 15px;
    background: #d40000;
    color: #fff;
    font-size: 30px;
    line-height: 30px;
    font-weight: 900;
    padding: 5px;
    text-transform: uppercase;
}

.sysk-officeLocationTab .resp-tabs-container .resp-tab-content .sysk-ofc-position {
    padding: 10px 20px;
}

.sysk-officeLocationTab .resp-tabs-container .resp-tab-content .sysk-ofc-position h3 {
    font-size: 35px;
    line-height: 40px;
    font-weight: 700;
    color: #3C3C3B;
    padding: 20px 0;
}

.resp-tabs-container .resp-tab-content .sysk-ofc-position ul {
    padding-left: 40px;
}

.resp-tabs-container .resp-tab-content .sysk-ofc-position li {
    border: none;
    font-size: 20px;
    line-height: 37px;
    font-weight: 600;
    color: #3C3C3B;
    margin-bottom: 3px;
}

.sysk-officeLocationTab .resp-tabs-container .resp-tab-content img {
    width: 100%;
}

@media (max-width:768px) {

    .sysk-officeLocationTab .resp-tabs-list,
    .sysk-officeLocationTab .resp-tabs-container {
        width: 100% !important;
    }

    .sysk-officeLocationTab .resp-tabs-container {
        margin-left: 0;
    }

    .sysk-officeLocation .resp-tabs-container h2 {
        font-size: 20px;
        line-height: 26px;
        font-weight: 600;
        color: #3C3C3B;
    }

    .sysk-officeLocation .resp-tabs-container h2.resp-tab-active {
        font-weight: 700;
    }

    .sysk-officeLocation .resp-tabs-container h2.resp-tab-active i::before {
        color: #d40000;
    }

    .sysk-officeLocationTab .resp-tabs-container .resp-tab-content p {
        font-size: 20px;
        line-height: 26px;
    }

    .sysk-officeLocationTab .resp-accordion i {
        margin-left: 5px;
    }
}

/******** @@@job search css ends ******/



/******** @@@leaders css starts ******/
.syskaLeaderSingle .syskaArticalSingular .row>div.articalContainer {
    padding-right: 70px;
}

.syskaLeaderSingle .syskaArticalSingular .row>div.articalSidebar>div h3 {
    padding-bottom: 0;
}

/******** @@@leaderscss ends ******/

/******** @@@early-startup css starts ******/
.sysk-evaluationRow .evaluationTab .resp-vtabs .resp-tabs-list li:last-child {
    border-bottom: 0 !important;
}

/******** @@@early-startup css ends ******/



/******** @@@innovations css starts ******/
@media (min-width:1200px) {

    .sysk-valueInformation .row>div:first-child {
        padding-right: 40px;
    }

}

/******** @@@innovations css ends ******/


/******** @@@events css starts ******/

.syskaEventSingle .articalSidebar>div p {
    font-weight: 700 !important;
}

/******** @@@events css ends ******/

/******** @@@privacy-policy and terms & conditions css starts ******/

.sysk-policy-conditions h3 {
    text-align: center;
    padding-bottom: 20px;
    text-transform: uppercase;
}

.sysk-policy-conditions h5 {
    font-family: "Montserrat", sans-serif;
    font-size: 20px;
    color: #3C3C3B;
    line-height: 22px;
    margin-bottom: 10px;
    font-weight: 700;
}

.sysk-policy-conditions h6 {
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    color: #3C3C3B;
    line-height: 20px;
    margin-bottom: 10px;
    font-weight: 700;
}

.sysk-policy-conditions .row p {
    font-weight: 400;
}

.sysk-policy-conditions .row p strong {
    font-weight: 600;
}

.sysk-policy-conditions .row a {
    color: #3C3C3B;
    text-decoration: underline;
}

.sysk-policy-conditions .row ol,
.sysk-policy-conditions .row ul {
    padding-left: 30px;
}

.sysk-policy-conditions .row ol li,
.sysk-policy-conditions .row ul li {
    font-size: 16px;
    font-weight: 400;
    margin: 8px 6px 8px 0;
    line-height: 22px;
}

/******** @@@privacy-policy and terms & conditions css ends ******/

/******** @@@sectors ul li home css starts ******/

.sysk-sectorsArea .sectorsAreaContent {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.sysk-sectorsArea .sectorsAreaContent ul {
    flex-direction: column;
    align-items: flex-start;
}

.sysk-sectorsArea .sectorsAreaContent ul li {
    width: 100%;
}

.sysk-sectorsArea ul li:nth-child(2n) {
    margin-left: 0 !important;
}

@media (max-width:767px) {
    .sysk-sectorsArea .sectorsAreaContent {
        flex-direction: column;
    }
}

/******** @@@sectors ul li home css ends ******/

/******** @@@jobLocation css starts ******/

.sysk-officeLocation .sysk-officeLocationTab ul li a {
    color: #3C3C3B;
    font-weight: 400;
    font-size: 20px;
    line-height: 50px;
}

.sysk-officeLocation .sysk-officeLocationTab ul li.resp-tab-active a {
    font-weight: 600;
}

/******** @@@jobLocation css ends ******/

/******** @@@ project page services css starts ******/

.sysk-serviceCarousel>.container>h3,
.sysk-serviceCarousel>.container>h2 {
    font-size: 35px;
    font-weight: 700;
    line-height: 40px;
    color: #3C3C3B;
}

/******** @@@ project page css starts ******/

/******** @@@ about us page css starts ******/

.sysk-valueInformation .syskValeList {
    align-items: flex-start !important;
}

/******** @@@about us page css ends ******/

/******** @@@twoColtextImg css starts ******/

.sysk-twoColumn-textimg>div p,
.sysk-twoColumn-textimg>div h1,
.sysk-twoColumn-textimg>div h2,
.sysk-twoColumn-textimg>div h3,
.sysk-twoColumn-textimg>div h4,
.sysk-twoColumn-textimg>div h5 {
    padding-right: 30px;
}

.sysk-twoColumn-textimg>div img {
    width: 100%;
    height: auto;
}

@media (max-width:991px) {
    .sysk-twoColumn-textimg {
        flex-direction: column;
        margin-bottom: 20px;
    }
}

/******** @@@twoColtextImg css ends ******/

.sysk-twoColumn-content ul li a:hover {
    color: #D40000;
}

/* .sysk-twoCol-editor p{
    font-weight: 400 !important;
} */

/******** @@@searchPopup css starts ******/

.sysk-modal {
    display: none;
    position: fixed;
    z-index: 9999;
    /* padding-top: 120px; */
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: #fff;
}

#sysk-searchModal.is-active {
    display: flex;
    align-items: center;
    justify-content: center;
}

.sysk-modal .sysk-modal-content {
    position: relative;
    background-color: #fff;
    margin: auto;
    padding: 0;
    width: 80%;
    max-width: 800px;
    /* animation: animatetop 0.4s; */
    box-shadow: 2px 4px 10px #d7cccc;
}

/* 
@keyframes animatetop {
    from {
        top: -300px;
        opacity: 0;
    }

    to {
        top: 0;
        opacity: 1;
    }
} */


.sysk-modal .sysk-modal-content .sysk-modal-header {
    padding: 15px 20px;
    background-color: #d40000;
    color: #fff;
}

.sysk-modal .sysk-modal-content .sysk-modal-header p {
    margin: 0;
    color: #fff;
}


.sysk-modal-content .sysk-modal-header .close {
    color: #fff;
    float: right;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
}


.sysk-modal-content .sysk-modal-body {
    padding: 40px 20px;
}

.sysk-modal-content .sysk-modal-body input[type="search"] {
    width: 100%;
    font-size: 18px;
    border: none;
    border-bottom: 2px solid #9d9999;
    box-shadow: 2px 4px 10px #d7cccc;
    padding: 14px;
    border-radius: 5px;
    outline: none;
}

body.sysk-modalOpen {
    overflow: hidden;
}


/******** @@@searchPopup css ends ******/

/******** @@@searchPage css starts ******/

.syskSearchWrapper .sysk-searchBox form .sysk-input-search-wrap {
    display: flex;
    gap: 30px;
    padding: 10px 0;
}

.syskSearchWrapper .syskSearchSection {
    padding: 20px 0;
}

.syskSearchWrapper .search-header {
    margin-top: 125px;
}

.syskSearchWrapper .search-header h3 {
    font-size: 35px;
    line-height: 45px;
    font-weight: 700;
    color: #3C3C3B;
}

form .sysk-input-search-wrap input {
    width: 100%;
    border: none;
    border-bottom: 2px solid #9d9999;
    box-shadow: 2px 4px 10px #d7cccc;
    padding: 14px;
    border-radius: 5px;
    font-size: 18px;
    outline: none;
}

form .sysk-input-search-wrap button {
    font-weight: 700;
    font-size: 17px;
    border-radius: 0;
    padding: 0 55px;
    color: #ffffff;
    background: #D40000;
    border: 1px solid #D40000;
    text-transform: uppercase;
}

form .sysk-input-search-wrap button:hover {
    background: #ffffff;
    color: #D40000;
}

.syskSearchWrapper .sysk-search-results {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px 0;
}

.syskSearchWrapper .sysk-search-results ul {
    list-style: none;
}

.syskSearchWrapper .sysk-search-results li a {
    color: #3C3C3B;
    text-decoration: underline;
    line-height: 24px;
}

.syskSearchWrapper .sysk-search-results li a:hover {
    color: #D40000;
}

.syskSearchWrapper .sysk-search-results-pagination {
    padding: 10px;
    display: flex;
    justify-content: end;
}

.syskSearchWrapper .sysk-search-results-pagination {
    padding: 0 0 30px 0;
    display: flex;
    justify-content: end;
}

.syskSearchWrapper .sysk-search-results-pagination h2 {
    display: none;
}

.syskSearchWrapper .sysk-search-results-pagination .nav-links a,
.syskSearchWrapper .sysk-search-results-pagination .nav-links span.current {
    font-size: 17px;
    line-height: 26px;
    font-weight: 600;
    color: #3C3C3B !important;
}

.syskSearchWrapper .sysk-search-results-pagination .nav-links span.current {
    color: #D40000 !important;
}

@media (max-width:767px) {
    .syskSearchWrapper .search-header {
        margin-top: 20px;
    }
}

/******** @@@searchPage css ends ******/

/******** @@@Privacy Notice for California Residents table css starts ******/

.sysk-tableWrap {
    max-width: 1400px;
    overflow: auto;
}

table.sysk-privacyTable td,
table.sysk-privacyTable th {
    border: 1px solid #eaedf2;
    text-align: left;
    font-size: 14px;
    line-height: 20px;
    padding: 20px 12px;
}

table.sysk-privacyTable tr:nth-child(even) {
    background: #eaedf2;
}

/******** @@@Privacy Notice for California Residents table css ends ******/

footer .footerCopyright p a {
    color: #3C3C3B;
}

.sysk-twoColumnSidebar .row>div:last-child p {
    padding: 10px 0;
}

.sysk-twoColumnSidebar .row>div ul {
    list-style: none;
    padding: 0;
}

.sysk-twoColumnSidebar .row>div ul li {
    margin-bottom: 10px;
}


/* ============navbar mob fixes starts============ */

@media (max-width:850px) {

    .syska-headGroupWrap .syskaHeader .main_nav_sec .menu>li {
        padding-left: 0 !important;
    }

    .syska-headGroupWrap .syskaHeader .headerSearchbar {
        padding: 0px 12px;
    }
}

/* ============navbar mob fixes ends============ */