/*Sukanta Html for home page new section Corporate Social Responsibility 05-02-2025 Start*/

html,
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

*:before,
*:after {
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: inherit;
}

body {
    margin: 0;
}

.custom_panel_05 {
    background: rgb(203, 255, 217);
    background: linear-gradient(80deg, rgba(203, 255, 217, 1) 0%, rgba(177, 220, 236, 1) 55%);
    width: 100%;
    float: left;
}

.custom_panel_05 .container {
    width: 100% !important;
    margin: 0 auto;
    padding: 0 15px;
    max-width: 1522px !important;
}

.custom_panel_05 figure {
    width: 52%;
    float: right;
    overflow: hidden;
    margin: 0;
    padding: 20px 0;
}

.custom_panel_05 figure img {
    width: 100%;
    height: auto;
    display: block;
}

.custom_txt {
    width: 47%;
    float: left;
}

.custom_txt h2 {
    font-size: 100px;
    line-height: 113px;
    font-weight: 700;
    color: #000;
    margin: 64px 0 40px;
}

.custom_txt span {
    font-size: 33px;
    line-height: 52px;
    font-weight: 400;
    color: #000;
    display: block;
    padding: 0 0 100px;
}

.custom_txt a {
    background: #B30000;
    padding: 19px 32px;
    font-size: 20px;
    line-height: 20px;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    display: inline-block;
    border-radius: 10px;
    text-decoration: unset;
    transition: all ease-in-out 0.2s;
}

.custom_txt a:hover {
    background-color: #000;
}

@media only screen and (max-width:1501px) {
    .custom_panel_05 .container {
        max-width: 1320px;
    }
    .custom_txt h2 {
        font-size: 89px;
        line-height: 100px;
        margin: 57px 0 40px;
    }
    .custom_txt span {
        font-size: 30px;
        line-height: 48px;
        padding: 0 0 80px;
    }
    .inner_banner img {
        width: 100%;
        height: auto;
    }
    .round-header {
        min-height: unset !important;
    }
}

@media only screen and (max-width:1365px) {
    .custom_panel_05 .container {
        max-width: 1280px;
    }
    .custom_txt h2 {
        font-size: 80px;
        line-height: 85px;
        margin: 40px 0;
    }
    .custom_txt span {
        font-size: 27px;
        line-height: 44px;
        padding: 0 0 75px;
    }
}

@media only screen and (max-width:1199px) {
    .custom_panel_05 .container {
        max-width: 1170px;
    }
    .custom_txt h2 {
        font-size: 64px;
        line-height: 77px;
        margin: 20px 0;
    }
    .custom_txt span {
        font-size: 23px;
        line-height: 44px;
        padding: 0 0 50px;
    }
    .custom_panel_05 figure {
        width: 51%;
    }
}

@media only screen and (max-width: 992px) {
    .innerbanner .region-slider h1.page-header {
        top: 100px;
        padding: 7px 40px;
        font-size: 25px;
    }
    .custom_panel_05 .container {
        max-width: 970px;
    }
    .custom_txt h2 {
        font-size: 48px;
        line-height: 56px;
        margin: 20px 0;
    }
    .custom_txt span {
        font-size: 17px;
        line-height: 35px;
        padding: 0 0 30px;
    }
    .custom_txt a {
        background: #fe4d01;
        padding: 15px 24px;
        font-size: 16px;
    }
    .inner_banner img {
        height: 300px;
    }
    .sailyoutube h2 {
        font-size: 18px;
        line-height: normal;
    }
    .steel_plant_menuss a {
        text-align: left !important;
        padding-left: 5px !important;
        padding-right: 5px !important;
    }
}

@media only screen and (max-width: 767px) {
    .btn-wrap {
        left: unset !important;
        right: 0;
    }
    .custom_panel_05 figure {
        width: 100%;
    }
    .custom_txt {
        width: 100%;
        text-align: center;
        padding-bottom: 30px;
    }
    .custom_txt h2 {
        font-size: 34px;
        line-height: 45px;
        margin: 20px 0;
        text-align: center;
    }
}


/*Sukanta Html for home page new section Corporate Social Responsibility 05-02-2025 end*/


/*Theme Color Define*/

 :root {
    --sail-blue: #162959;
    --body-black: #393939;
    --light-bg-blue: #f9fbff;
    --blue: #003375;
    --font-body: 16px;
    --font-body-sm: 14px;
    --font-body-lg: 20px;
    --font-ex-sm: 12px;
    --font-nav: 14px;
    /*For Dark Mode*/
    --body-dark-bg-color: #111111;
    --body-dark-text-color: #ffffff;
}


/*For Dark Mode*/

.dark-theme body {
    background: var(--body-dark-bg-color);
    color: var(--body-dark-text-color);
}


/* sukanta popup css 2-1-2025 */

.languagePopup {
    background: #fff;
    position: fixed;
    left: 50%;
    top: 50%;
    width: 100%;
    max-width: 400px;
    text-align: center;
    padding: 50px 30px;
    z-index: 999;
    box-shadow: 0 0 0 1000px rgb(0 0 0 / 80%);
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

.languagePopup strong {
    display: block;
    font-size: 16px;
    font-weight: 600;
    color: #101010;
    text-align: center;
    margin-bottom: 20px;
}

.languagePopup a {
    background: #162959;
    display: block;
    padding: 17px 15px 18px;
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    text-align: center;
    margin: 0 auto 20px;
    width: 226px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.languagePopup a:hover {
    background: #FF2626;
}

.languagePopup a:last-child {
    margin-bottom: 0;
}

.popupClose {
    background: transparent;
    position: absolute;
    right: 13px;
    top: 15px;
    width: 23px;
    height: 23px;
    opacity: 0.3;
    outline: none;
    padding: 0;
    border: none;
    transition: all ease-in-out 0.2s;
    -webkit-transition: all ease-in-out 0.2s;
    -moz-transition: all ease-in-out 0.2s;
    -ms-transition: all ease-in-out 0.2s;
    -o-transition: all ease-in-out 0.2s;
}

.popupClose:hover {
    opacity: 1;
}

.popupClose:before,
.popupClose:after {
    position: absolute;
    left: 9px;
    top: -2px;
    content: ' ';
    height: 23px;
    width: 2px;
    background-color: #333;
}

.popupClose:before {
    transform: rotate(45deg);
}

.popupClose:after {
    transform: rotate(-45deg);
}


/* sukanta popup css end 2-1-2025 */

.dark-theme body .nav-top {
    background: #333333 !important;
}

.dark-theme body .nav-top a.nav-link {
    color: #c3c3c3 !important;
    padding: 0;
}

.dark-theme body .nav-top a.nav-link:hover {
    color: #ffffff !important;
}

.dark-theme body img.tr-icon,
.dark-theme body a.navbar-brand img {
    -webkit-filter: invert(100%);
    filter: invert(100%);
}

.dark-theme body .s-line-info:before {
    background: #ffffff;
}

.dark-theme body .s-line-info>div {
    background: #000000 !important;
}

.dark-theme body section.sec-pds {
    background: #111111 !important;
}

.dark-theme body .footer-below {
    background: #333333 !important;
}

.dark-theme body a.post-link {
    border-color: #ffffff;
    color: #ffffff;
}

.dark-theme body .footer-below h5 span:after {
    background: #ffffff;
}

.dark-theme body .text-muted {
    color: #adadad;
}

.dark-theme body .footer-below .text-muted:hover {
    color: #ffffff !important;
}

.dark-theme body .s-bgs {
    background: #111111;
}

.dark-theme body table.prd-tbl tr td,
.dark-theme body table.prd-tbl tr th {
    background: #111111 !important;
}

.dark-theme body ul.prd-name-list li a {
    color: #ffffff;
}


/*For Dark Mode End*/


/*For Offcanvas Navbar*/

body {
    /* padding-top: 135px; */
    font-family: 'Plus Jakarta Sans';
    font-size: var(--font-body);
    color: var(--body-black);
    letter-spacing: 0em;
    font-weight: 400;
    line-height: 1.7;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
}

h2 {
    margin-bottom: 20px;
}

footer {
    font-size: var(--font-body-sm);
}

header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
}

div#navbarBtm .input-group.fr-search .input-group-prepend {
    position: absolute;
    top: 8px;
    left: 0px;
    font-size: 14px;
}

div#navbarBtm {
    display: flex !important;
    align-items: center;
    height: 50px !important;
    padding-left: 0;
}

.fix-foot-social {
    position: fixed;
    right: 0;
    top: 200px;
    z-index: 9999999;
    display: flex;
    flex-flow: wrap;
    width: 55px;
    background: #162959;
    padding: 12px;
    border-radius: 20px 0 0 20px;
}

.fix-foot-social a {
    display: flex !important;
    flex-flow: nowrap;
    margin-bottom: 10px;
    color: #ffffff;
    font-size: 0;
}

.fix-foot-social a:hover {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
}

.fix-foot-social a img {
    width: 35px;
}

.fix-foot-social a {
    margin: 0 0 5px 0;
}

.nav-top .navbar-collapse>ul.navbar-nav {
    column-gap: 12px;
}

.navbar-nav li .content {
    display: flex;
}

.nav-top .container {
    display: flex;
    align-items: center;
}

.nav-top .navbar-brand {
    float: none !important;
    height: auto;
    padding: 15px 10px;
    display: block;
}

.footer-bar {
    font-size: var(--font-ex-sm);
    display: flex;
    justify-content: space-between;
    padding-top: 20px;
    border-top: 1px solid #dddddd;
}

.footer-bar ul.list-unstyled.d-flex {
    display: flex;
}

nav {
    font-family: 'Plus Jakarta Sans';
    font-size: var(--font-nav);
    font-weight: 500;
    line-height: 18px;
    letter-spacing: 0em;
}

.big-font {
    font-size: var(--font-body-lg);
    margin-top: 70px;
}

.nav-below ul.dropdown-menu a.dropdown-item {
    font-size: var(--font-nav);
    border-bottom: 1px solid #dddddd;
    padding: 5px 10px;
}

a.nav-link label {
    cursor: pointer;
}

.nav-below ul.dropdown-menu li:last-child a.dropdown-item {
    border: 0;
}

.nav-top a.nav-link {
    color: var(--body-black) !important;
    padding: 0;
    background: transparent !important;
}

.nav-top ul.navbar-nav li {
    margin-left: 11px;
}

.nav-options-ex li.nav-item {
    margin: 0 !important;
}

.nav>li>a.is-active,
.is-active {
    background: var(--sail-blue) !important;
    color: #fff !important;
}

.nav-top a.nav-link:hover {
    color: var(--sail-blue) !important;
}

.tx-size {
    width: 121px;
}

.tx-size a.nav-link:hover {
    color: #fff !important;
}

.nav-top {
    background-color: var(--light-bg-blue) !important;
    z-index: 99999;
    margin-bottom: 0;
}

.nav-top ul.navbar-nav {
    float: none;
    list-style-type: none;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.skiptranslate.goog-te-gadget {
    font-size: 0;
}

.skiptranslate.goog-te-gadget>span {
    display: none;
    position: absolute;
    visibility: hidden;
}

.skiptranslate.goog-te-gadget {
    height: 24px;
    margin-top: -12px;
}

select.goog-te-combo {
    margin: 0 !important;
    padding: 8px;
    border-radius: 50px;
    font-size: 12px;
    background: transparent;
}

.footer-below {
    background-color: var(--light-bg-blue) !important;
    padding-top: 40px;
}

.footer-below h5 {
    font-weight: 700;
    font-size: 16px;
    position: relative;
    margin-top: 10px;
    margin-bottom: 15px;
    display: inline-block;
}

.footer-below h5:after {
    background: #000;
    width: 88%;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: -8px;
    content: '';
}

.d-by>div {
    margin-right: 10px;
}

a.navbar-brand img {
    height: 75px;
}

.nav-below .navbar-nav .nav-link {
    color: white !important;
}

.nav-below .navbar-nav .nav-link:hover {
    color: rgb(255 255 255 / 100%) !important;
}

.nav-below ul.navbar-nav {
    margin: 0 auto;
    list-style-type: none;
}

.nav-below ul.navbar-nav li.nav-item {
    margin-left: 25px;
}

.footer-top {
    padding: 40px 0;
    display: flex;
    justify-content: center;
}

.footer-top .divider-line {
    width: 2px;
    background: #e2e2e2 !important;
    align-self: stretch;
    margin: 0 75px;
}

.footer-top a img {
    max-width: 200px;
    width: 100%;
    padding: 10px;
}

.nav-below {
    background-color: var(--sail-blue) !important;
    margin-bottom: 0;
    border-radius: 0;
}

.nav-top .navbar-collapse {
    flex-basis: 100%;
    flex-grow: 1;
    height: 100%;
    justify-content: space-between;
    align-items: end;
}

.nav-item.ex-qst .nav-link {
    font-size: 22px;
}

.tx-size .nav-link {
    font-weight: 900;
}

.tx-size .nav-link.active {
    color: #ffffff !important;
    background: #000000 !important;
}

.nav-options-ex {
    /*
    margin-top: -15px;*/
    margin-bottom: 20px;
}

.nav-options-ex li.nav-item a.nav-link {
    padding: 1px 6px 2px 6px;
}

.fr-search .input-group-prepend {
    background: transparent;
    border: 0;
    margin-right: -30px;
    width: 30px;
    z-index: 1111;
    justify-content: center;
    align-items: center;
    display: flex;
}

.fr-search .input-group-text {
    padding: 0;
    background: #ffffff;
    border: 0;
}

.fr-search input.form-control {
    /* border-radius: 50px !important; */
    border: 0;
    padding-left: 30px;
    font-size: 12px;
}

.footer-social {
    align-items: center;
    margin-bottom: 20px;
}

.footer-bar a {
    text-decoration: none;
    position: relative;
    display: block;
    padding: 0 10px;
    font-weight: bold;
    color: #393939;
}

.footer-bar a:hover {
    color: #000000;
}

.footer-below .col-lg-12 {
    clear: both;
}

.footer-below h5 span {
    display: inline-block;
    position: relative;
}


/* .footer-below h5 span:after {
      content: "";
      width: 80%;
      height: 1px;
      background: #000000;
      top: 100%;
      display: block;
      margin-top: 15px;
    } */

.footer-social a {
    margin-right: 10px;
}

.sm-b-bar img {
    height: 24px;
    margin-right: 10px;
}

.footer-below .text-muted:hover {
    color: #000000 !important;
}

.footer-bar ul li a:after {
    content: "";
    position: absolute;
    width: 1px;
    height: 100%;
    background: #e2e2e2;
    right: 0px;
    margin-top: 1px;
    top: 0;
}

.footer-bar ul li:last-child a:after {
    display: none;
}

.footer-bar ul li a:hover {
    color: #000000;
}

a.nv-fx-lnk {
    background: #ffffff;
    color: var(--body-black);
    text-decoration: none;
    padding: 10px;
    padding-left: 40px;
    padding-right: 5px;
    border-radius: 50px 0 0 50px;
    position: absolute;
    right: 0;
    top: 7px;
}

a.nv-fx-lnk img {
    width: 36px;
    position: absolute;
    left: 1px;
    top: 1px;
    border-radius: 50%;
}

.nav-scroller {
    position: relative;
    z-index: 2;
    height: 2.75rem;
    overflow-y: hidden;
}

.nav-scroller .nav {
    display: flex;
    flex-wrap: nowrap;
    padding-bottom: 1rem;
    margin-top: -1px;
    overflow-x: auto;
    color: rgba(255, 255, 255, .75);
    text-align: center;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
}

.nav-underline .nav-link {
    padding-top: .75rem;
    padding-bottom: .75rem;
    font-size: .875rem;
    color: #6c757d;
}

.nav-underline .nav-link:hover {
    color: #007bff;
}

.nav-underline .active {
    font-weight: 500;
    color: #343a40;
}

.bg-purple {
    background-color: #6f42c1;
}

section.ticker {
    background: var(--blue);
    padding: 15px 0 7px 0 !important;
}

section.ticker p {
    margin: 0;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 5px;
}

section.ticker p span {
    margin: 0 30px;
}

.s-plants-title {
    text-transform: uppercase;
    letter-spacing: 20px;
    font-size: 22px;
    text-align: center;
    margin-bottom: 44px;
    font-weight: 100;
}

section.sec-pds {
    padding: 96px 0 20px;
}

.d-flex.b-lists.align-items-center {
    display: flex;
    align-items: center;
}

.s-line-info {
    display: flex;
    justify-content: space-between;
    position: relative;
    margin-top: 30px;
    margin-bottom: 50px;
}

.s-line-info:before {
    content: "";
    position: absolute;
    height: 1px;
    width: 100%;
    background: #000000;
    top: 50%;
}

.s-line-info>div {
    background: #ffffff !important;
    position: relative;
    padding: 0 15px;
    font-weight: 500;
}


/* jay css update start */

.section-heading {
    font-size: 49px;
    font-weight: 700;
    position: absolute;
    top: 100px;
    left: 0;
    padding: 0 20px 0 60px;
    width: 100%;
    margin: 0;
}

.section-heading-center {
    font-size: 49px;
    font-weight: 700;
    position: absolute;
    top: 180px;
    left: 0;
    width: 100%;
    margin: 0;
    text-align: center;
}

.round-header p {
    position: absolute;
    left: 0;
    /* top: 250px; */
    width: auto;
    padding: 0 20px 0 60px;
    background: #162959
}

.round-header .breadcrum {
    position: absolute;
    left: 0;
    top: 30px;
    width: 100%;
    padding: 0 20px 0 60px;
}

.round-header {
    background-size: cover;
    background-position: top left;
}

.round-header {
    background-size: cover;
    background-position: top left;
    border-radius: 50px 50px 0 0;
    padding: 40px;
    color: #ffffff;
    min-height: 350px;
    position: relative;
    overflow: hidden;
    padding: 0px;
    background-position: center right;
}

.cust-test-img {
    width: 200px;
    float: left;
}

.custo-test-cont {
    float: left;
    width: calc(100% - 200px);
    padding-left: 24px;
}

.ab-container-main .content p {
    font-size: 16px;
    line-height: 26px;
    text-align: justify;
}

.empGal {
    display: flex;
    flex-wrap: wrap;
    column-gap: 30px;
    row-gap: 30px;
}

.empGal img {
    width: calc(33% - 20px);
    border: 10px solid #ffffff;
    box-shadow: 0 0 2px #000000;
    height: 250px;
    width: 100%;
    object-fit: cover;
}

.table-style {
    background: #f6f9ff;
    border: 1px solid #d9d9d9;
    text-align: center;
}

.table {
    border-top: 1px solid #d9d9d9;
}

.text-img-row {
    display: inline-block;
    width: 100%;
    margin-bottom: 15px;
}

.img-contentbox {
    float: left;
    width: calc(100% - 300px);
    padding-right: 25px;
}

.contnt-imgbox {
    float: left;
    width: 300px;
    border: 4px solid #fff;
    box-shadow: 0 0 2px #000;
}

.innerbanner .region-slider {
    position: relative;
}


/* 20-5-24 jay start*/

.innerbanner {
    width: 100%;
    float: left;
    margin-top: 40px;
    padding-top: 170px !important;
}

.innerbanner .sec-pds {
    padding: 0 !important;
}

.innerbanner .innerbanner img {
    max-width: 100%;
}

.innerbanner .container {
    position: relative;
}

.round-header p {
    position: absolute;
    left: 0;
    top: unset;
    bottom: 60px;
    width: 100%;
    padding: 0 20px 0 50px;
}

.innerbanner .region-slider h1.page-header {
    position: absolute;
    top: 180px;
    left: 0;
    padding: 0 50px;
    margin: 0;
    border: none;
    background: #162965;
    color: #fff;
    font-size: 40px;
    font-weight: 600;
    font-family: 'Oswald', sans-serif;
    z-index: 2;
    text-shadow: 0 0 5px #000;
}

.breadcrumb {
    position: absolute;
    top: 93px;
    left: 0;
    padding: 0 50px;
    /* background: transparent; */
    background: #162965;
    font-size: 16px;
    color: #333;
    z-index: 6;
}

.breadcrumb>li {
    display: inline-block;
    color: white;
}

.breadcrumb>li>a {
    display: inline-block;
    color: white;
}

.breadcrumb>li>a:hover {
    text-decoration: underline !important;
}

ul.quicktabs-tabs {
    width: 100%;
    margin: 0;
    padding: 0;
    float: left;
    text-align: center;
    font-size: 0;
    white-space: nowrap;
    overflow: hidden;
    overflow-x: auto;
}

ul.quicktabs-tabs li {
    display: inline-block;
    margin: 0 5px;
}

ul.quicktabs-tabs li a {
    background: #F9FBFF;
    color: #000000;
    border: 1px solid #f1f1f1;
    display: block;
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    text-align: center;
    padding: 10px 15px;
    border-radius: 30px;
}

ul.quicktabs-tabs li.active a,
ul.quicktabs-tabs li a:hover {
    /* background: linear-gradient(90deg, rgb(231 239 255 / 77%) 0%, rgb(255 255 255 / 0%) 100%) !important; */
    background: #1b2759 !important;
    color: #fff !important;
}

.inner_banner {
    max-width: 1005px;
    float: left;
    position: relative;
}

.inner_banner::before {
    /* background: url(https://sail.co.in/themes/custom_sail/assets/images/about-header.png) 0 0 no-repeat; */
    background-size: cover;
    width: 100%;
    height: 100%;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
}


/* table css*/

.table_tab {
    background: #f6f9ff;
    /* border-radius: 0 0 50px 50px; */
    width: 100%;
    float: left;
    padding: 40px;
    box-sizing: border-box;
}

.table_tab_nav {
    width: 17%;
    float: left;
}

.table_tab_nav button {
    background: transparent;
    padding: 8px 15px;
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
    color: #000;
    border: none;
    outline: none;
    width: 100%;
    text-align: left;
    border-bottom: 3px solid #f1f5fb;
    transition: all ease-in-out 0.2s;
}

.table_tab_nav button.current,
.table_tab_nav button:hover {
    /* background: linear-gradient(90deg, rgb(231 239 255 / 77%) 0%, rgb(255 255 255 / 0%) 100%); */
    background: #1b2759;
    color: #fff;
}

.table_tab_container {
    width: 81%;
    float: right;
}

.table_content {
    width: 100%;
    float: left;
    display: none;
}

.sl_table {
    width: 100%;
    float: left;
    overflow: hidden;
    overflow-x: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.sl_table::-webkit-scrollbar {
    display: none;
}

.sl_table table {
    width: 100%;
    table-layout: fixed;
}

.sl_table table th {
    border-bottom: 1px solid #d9d9d9;
    padding: 10px;
    color: #000;
    font-size: 18px;
    text-align: left;
}

.sl_table table td {
    border-bottom: 1px solid #d9d9d9;
    padding: 10px;
    color: #000;
    font-size: 16px;
    text-align: left;
}

.sl_table table td strong {
    display: block;
}

.sl_table table td a {
    color: #000;
}

.sl_table table td a:hover {
    text-decoration: underline !important;
}

@media (max-width: 1280px) {
    .sl_table table {
        width: 1200px;
    }
    .table_tab_container {
        width: 75%;
    }
    .table_tab_nav {
        width: 24%;
    }
    .plant-lst>li {
        font-size: 14px !important;
    }
    .abstract-icon {
        margin-top: 0 !important;
    }
}

@media (max-width: 1199px) {
    .table_tab {
        padding: 25px;
    }
    .table_tab_container {
        width: 72%;
    }
    .table_tab_nav {
        width: 27%;
    }
    .contact_table table {
        width: 100%;
        table-layout: auto !important;
    }
    .contact_table,
    .crp_table {
        overflow: hidden;
        overflow-x: auto;
    }
    .crp_table table {
        width: 100%;
        table-layout: auto !important;
    }
    .crp_table th,
    .crp_table td {
        word-break: normal;
        white-space: nowrap;
    }
    .crp_table {
        overflow: hidden;
        overflow-x: auto;
    }
    .contact_table table {
        width: 100%;
        table-layout: auto !important;
    }
    .contact_table th,
    .contact_table td {
        word-break: normal;
        white-space: nowrap;
    }
}

@media (max-width: 1099px) {
    .table_tab_container {
        width: 68%;
    }
    .table_tab_nav {
        width: 31%;
    }
}

@media (max-width: 992px) {
    .table_tab_container {
        width: 100%;
    }
    .table_tab_nav {
        width: 100%;
        font-size: 0;
        white-space: nowrap;
        overflow: hidden;
        overflow-x: auto;
    }
    .table_tab_nav button {
        float: none;
        display: inline-block;
        width: auto;
    }
}

@media (max-width: 767px) {
    .table_tab_nav button {
        font-size: 15px;
    }
}


/* table css*/

ul.centres-table {
    padding: 0;
    margin: 0 0 40px;
    text-align: center;
}

ul.centres-table li {
    display: inline-block;
}

ul.centres-table li a {
    background: #F9FBFF;
    color: #000000;
    border: 1px solid #f1f1f1;
    padding: 8px 20px;
    margin: 0 5px;
    display: inline-block;
    border-radius: 4px;
    text-decoration: none;
    transition: all ease-in-out 0.2s;
}

ul.centres-table li a:hover {
    background: #1b2759;
    color: #fff;
    /* background: linear-gradient(90deg, rgb(231 239 255 / 77%) 0%, rgb(255 255 255 / 0%) 100%); */
}


/* 20-5-24 jay end*/


/* 22-5-24 jay Start*/

.contact_table {
    width: 100%;
    float: left;
}

.contact_table .table_header {
    width: 100%;
    float: left;
}

.contact_table .table_header h4 {
    background: #f6f9ff;
    border: 1px solid #d9d9d9;
    text-align: center;
    padding: 20px;
    font-weight: 700;
    font-size: 24px;
    margin: 0;
    color: #333;
}

.contact_table .table_header strong {
    background: #f6f9ff;
    border: 1px solid #d9d9d9;
    padding: 20px;
    font-weight: 700;
    font-size: 18px;
    color: #333;
    display: block;
}

.contact_table .table_header strong>span {
    font-weight: 700;
    font-size: 18px;
    float: right;
    text-align: right;
    color: #333;
    display: block;
}

.contact_table table {
    width: 100%;
    /* table-layout: fixed; */
}

.contact_table th {
    background: #f6f9ff;
    border: 1px solid #d9d9d9;
    text-align: center;
    font-weight: 700;
    font-size: 18px;
    color: #333;
    padding: 20px;
}

.contact_table td {
    background: #fff;
    border: 1px solid #d9d9d9;
    text-align: center;
    font-weight: 400;
    font-size: 18px;
    color: #333;
    padding: 20px;
}


/* .txt-center {
  text-align: center !important;
} */

.contact_table td a {
    display: inline-block;
    vertical-align: middle;
    color: #333;
}

.contact_table td a:hover {
    text-decoration: underline !important;
}

.map-style {
    width: 100% !important;
    max-width: 600px !important;
    height: auto;
    margin: 0 auto;
}

.map-style img {
    width: 100% !important;
    height: auto !important;
}


/* 22-5-24 jay end*/


/* 23-5-24 jay start*/

.view-products-details-page .views-field-title .field-content {
    color: #1b2759;
    font-size: 40px;
    font-weight: 700;
}

a.btn.s-btn.w-btn {
    /* background: #F9FBFF url("/themes/custom_sail/assets/images/download-blue.png") 20px center no-repeat; */
    background-size: 15px auto;
    background-color: #F9FBFF;
    /* height: 45px; */
    padding: 13px 30px 13px 46px;
    margin-left: 35px;
    border: 1px solid #f1f1f1;
    transition: none;
    font-size: 16px;
    color: #000;
    font-weight: 500;
}

a.btn.s-btn.w-btn:hover {
    /* background: #1b2759 url("/themes/custom_sail/assets/images/download-white.png") 20px center no-repeat; */
    background-size: 15px auto;
    background-color: #1b2759;
    color: #ffffff;
}

a.btn.s-btn.w-btn i.fa-solid.fa-arrow-down-long {
    border-bottom: 1px solid;
    width: 20px;
    border-radius: 5px;
    margin-right: 10px;
    padding-bottom: 2px;
}

.arrow-icon-style {
    font-size: 18px;
    width: 40px;
    height: 39px;
    background: #ffffff;
    border-radius: 25%;
    padding: 5px;
    text-align: center;
    color: #000000;
}


/* 23-5-24 jay end*/


/* 27-05-24 jay start  */

.abstract-icon {
    width: 24px;
    height: 24px;
    margin: 0px 7px 10px 0px;
}


/* 27-05-24 jay end  */


/* 29-05-24 jay start  */

a.explore-text {
    position: absolute;
    right: -1px;
    bottom: -1px;
    background: url(../../images/explore-mask.png);
    background-size: cover;
    width: 150px;
    height: 150px;
}


/* 29-05-24 jay end  */


/* 11-06-24 jay start  */

.visitors-counter {
    display: none !important;
}


/* 11-06-24 jay end  */


/* 13-06-24 jay start  */

.sustainability-pdf-block {
    background: #334151;
    padding: 8px;
    border-radius: 15px;
    color: #ffffff;
    margin-bottom: 20px;
}

.sustainability-pdf-block .pdf-screen {
    height: 150px;
    background-color: #ffffff;
    margin-bottom: 20px;
    border-radius: 15px;
    background-size: cover;
    background-repeat: no-repeat;
}

.sustainability-pdf-block h5 {
    font-size: 15px;
    margin-bottom: 20px;
    line-height: 1.7;
    padding: 0 10px;
}

.sustainability-pdf-block .d-flex {
    font-size: 12px;
    color: #ffffffb5;
    justify-content: space-between;
    height: 50px;
    align-items: flex-end;
    padding: 10px 10px;
    display: flex;
}

.sustainability-pdf-block img {
    width: 100%;
}

.sustainability-pdf-block a.pdf-link {
    font-size: 20px;
    width: 40px;
    height: 40px;
    background: #ffffff;
    border-radius: 50%;
    padding: 0;
    text-align: center;
    color: #000000;
    border-radius: 50%;
    overflow: hidden;
    position: absolute;
    right: 30px;
    bottom: 35px;
}


/* 13-06-24 jay end  */


/* 28-06-24 jay end  */

.views-exposed-form {
    display: none
}

.links {
    list-style: none;
    display: block !important;
    text-align: center;
}

.links li {
    list-style: none;
    /* display: block !important; */
    display: inline-block !important;
}


/* 28-06-24 jay end  */


/* jay css update end */

.section-heading {
    font-size: 49px;
    font-weight: 700;
    margin-bottom: 80px;
}

.s-line-info>div:first-child {
    padding-left: 0;
}

.s-line-info>div:last-child {
    padding-right: 0;
}

img.logo-icon-stl {
    border: 1px solid #000000;
    border-radius: 50%;
    height: 140px;
    float: right;
}

.resp-img {
    height: 140px;
    float: right;
}

.section-heading sup {
    display: inline-block;
    margin-left: -38px;
    position: relative;
    top: -40px;
}

section.sec-pds.s-bgs {
    background: var(--light-bg-blue);
    padding: 80px 0 0 0;
}

.num-list-wrap {
    padding: 50px;
    margin-top: 40px;
    background: #ffffff;
    border-radius: 50px 50px 0 0;
    box-shadow: 0 -20px 30px #e5ebf75e;
}

.num-list div p {
    font-size: 20px;
    font-weight: 500;
    color: #000000;
}

.num-list {
    font-weight: 500;
    color: #999999;
}

.b-lists i.fa-arrow-right {
    transform: rotate(-45deg);
}

section.sec-pds.baner-bgs {
    background: rgb(0, 87, 200);
    background: linear-gradient(180deg, rgba(0, 87, 200, 1) 0%, rgba(1, 51, 117, 1) 100%);
}

.bnrTp-tx {
    display: flex;
    align-items: center;
    font-size: 40px;
    font-weight: 500;
    color: #ffffff;
}

.bnrTp-tx strong {
    font-size: 120px;
    font-weight: bold;
    color: #ffffff;
    margin-right: 25px;
}

.bnrTp-tx i.fa-infinity {
    margin: 0 15px;
    font-size: 70px;
}

.baner-bgs p {
    font-size: 24px;
    color: #ffffff;
}

.b-lists {
    color: #ffffff;
}

.b-lists a {
    color: #ffffff;
    text-decoration: none;
}

.b-lists div {
    text-transform: uppercase;
    font-size: 20px;
}

.b-lists div i {
    font-size: 14px;
}

a.btn.s-btn {
    padding: 10px 33px;
    border: 2px solid #000000;
    border-radius: 50px;
    position: relative;
    font-weight: 900;
}

a.btn.s-btn:hover {
    background: #000000;
    color: #ffffff;
}

.b-lists a.btn.s-btn {
    height: 55px;
    padding: 15px 33px;
    padding-right: 60px;
    color: #ffffff;
    border: 1px solid #ffffff;
    margin: 0 20px;
}

.b-lists a.btn.s-btn:hover {
    background: #ffffff;
    color: var(--blue);
}

.b-lists a.btn.s-btn i {
    position: absolute;
    width: 54px;
    height: 54px;
    background: #ffffff;
    top: -1px;
    right: -1px;
    border-radius: 50%;
    color: var(--blue);
    padding: 12px;
    font-size: 30px;
}

section.sec-pds.f-below {
    padding-top: 0;
    padding-bottom: 50px;
}

section.sec-pds.f-below .row.num-list-wrap {
    margin-top: 0;
    border-radius: 0 0 50px 50px;
    box-shadow: 0 20px 30px #e5ebf75e;
}

.num-list-wrap h4,
h4 {
    font-weight: 700;
    font-size: 24px;
    margin-bottom: 30px;
    margin-top: 20px;
}

.num-list>div {
    flex: 0 0 50%;
    padding: 10px 20px 10px 0;
}

.num-list {
    display: flex;
    flex-wrap: wrap;
    font-weight: 700;
}

section.sec-pds.baner-bgs .container-fluid {
    background: url(../../images/tmt.png);
    background-size: contain;
    background-position: right center;
    background-repeat: no-repeat;
}

section.sec-pds.blur-bgs {
    background: var(--light-bg-blue);
    box-shadow: 0 0 60px #ecf0f8;
}

section.sec-pds.sec-dark-bg {
    background: var(--blue);
    color: #ffffff;
}

section.sec-pds.sec-dark-bg h2.section-heading {
    margin-bottom: 60px;
}

.plant-lst {
    flex-wrap: wrap;
    list-style-type: none;
    padding: 0;
    display: flex;
}

.plant-lst+.d-flex.align-items-center {
    display: flex;
    align-items: center;
}

.plant-lst>li {
    flex: 0 0 50%;
    margin-bottom: 30px;
    position: relative;
    padding-left: 35px;
    font-size: 20px;
    font-weight: 100;
}

.plant-lst>li>a {
    /* display: block; */
    color: #fff;
}

.plant-lst>li>a:hover {
    color: #fbab14;
}

.plant-lst>li>i {
    font-size: 24px;
    position: absolute;
    left: 0;
    top: 6px;
}

.sntwr {
    width: 100%;
    max-width: 800px;
    margin: auto;
    display: block;
}

img.s-post-image {
    height: 250px;
    object-fit: cover;
    object-position: center;
    width: 100%;
}

.post-lists .spst-wrp {
    margin: 0;
    border: 1px solid #dddddd;
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
    margin-bottom: 20px;
}

.post-lists .spst-wrp .col.p-2.d-flex.position-static {
    padding: 20px;
    display: flex;
    min-height: 180px;
}

.spst-wrp {
    height: 100%;
}

a.post-link {
    width: 50px;
    height: 50px;
    border: 1px solid #000000;
    display: block;
    padding: 3px;
    border-radius: 50%;
    font-size: 24px;
    color: #000000;
    text-align: center;
}

a.post-link:hover {
    border-color: var(--blue);
    color: #ffffff;
    background: var(--blue);
}

.spst-wrp h3 {
    font-size: 20px;
    font-weight: 900;
    margin-bottom: 20px !important;
    margin-top: 0;
}

.spst-wrp h3 a {
    color: #000;
}

.spst-wrp h3 a:hover {
    color: #162959;
}

.spst-wrp p {
    font-size: 14px;
}

.spst-wrp .position-static>div:first-child {
    padding-right: 20px;
    align-self: flex-start;
}

.product-slider {
    font-size: var(--font-body-sm);
    padding-left: 100px;
}

.product-slider h4 {
    font-size: 24px;
    margin: 0 0 10px 0;
}

.product-slider .p-img {
    height: 280px;
    overflow: hidden;
    border-radius: 30px 30px 0 30px;
    margin-bottom: 20px;
    position: relative;
    padding: 1px;
}

.product-slider .p-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

a.sl-btn {
    padding: 15px 25px 15px 30px;
    background: var(--blue);
    display: inline-block;
    border-radius: 50px;
    color: #ffffff;
    text-decoration: none;
    font-size: 14px;
    border: 2px solid var(--blue);
    transition: all 300ms;
}

.language-icon {
    display: none;
}

.language-link {
    color: #162959;
    text-decoration: none;
}

.language-link:hover {
    text-decoration: underline;
}

a.sl-btn.sl-dark {
    /* background: #000000; */
    background: rgb(41, 41, 105);
    padding-left: 35px;
    padding-right: 35px;
}

a.sl-btn>i {
    margin-left: 10px;
}

a.sl-btn:hover {
    border-color: var(--blue);
    color: var(--blue);
    background: transparent;
}

.product-slider .owl-nav {
    position: absolute;
    bottom: 100%;
    font-size: 50px;
    margin-bottom: 110px !important;
    right: 0;
    text-align: right;
    display: none;
}


/* .p-img:after {
      content: "";
      position: absolute;
      right: -1px;
      bottom: -1px;
      background: url(../../images/explore-mask.png);
      background-size: cover;
      width: 150px;
      height: 150px;
    } */

.f-below .num-list div p {
    font-size: 16px;
}

.f-below .num-list>div {
    flex: 0 0 50%;
    padding: 10px 20px 10px 0;
}

.item-wrapper {
    height: 500px;
    overflow: hidden;
    position: relative;
    border-radius: 30px;
}

.item-ig {
    height: 100%;
}

.item-ig img {
    height: 100%;
    width: 100%;
    /* object-fit: cover; */
}

.item-nm {
    background: rgb(0 0 0 / 50%);
    position: absolute;
    bottom: 0;
    padding: 15px;
    color: #ffffff;
    text-shadow: 1px 1px 1px #000000;
    left: 0;
    right: 0;
    z-index: 2;
}

.item-nm h4 {
    margin: 0 0 10px 0;
    font-size: 24px;
    font-weight: 700;
}

.item-nm p {
    font-size: 20px;
}

.plant-slider .owl-nav {
    position: absolute;
    bottom: 20px;
    right: 30px;
    font-size: 45px;
}

.owl-nav>button {
    width: 50px;
    height: 40px;
    color: #ffffff;
    margin: 0 2px;
}

.owl-nav>button span {
    filter: invert(0.5);
    width: 50px;
    height: 40px;
    line-height: 1;
    display: block;
    position: relative;
    color: #ffffff;
}

.owl-nav>button span:after {
    content: "";
    height: 2px;
    width: 30px;
    background: #ffffff;
    position: absolute;
    bottom: 10px;
    right: 0;
}

.owl-nav>button.owl-next {
    text-align: right;
}

.owl-nav>button.owl-prev {
    text-align: left;
}

.owl-nav>button.owl-next span:after {
    right: 3px;
}

.owl-nav>button.owl-prev span:after {
    left: 3px;
}

.owl-stage-outer .item-wrapper:after {
    display: none;
}

.item-wrapper:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #0000007a;
    background: linear-gradient(180deg, rgb(0 0 0 / 0%) 0%, rgb(0 0 0 / 73%) 100%);
}

.light-bgs {
    background: var(--light-bg-blue);
}

.breadcrum a {
    color: var(--body-black);
    text-decoration: none;
}

p.with-mark-bg {
    padding-right: 100px;
    background: url(../../images/sail-mask.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right center;
}

.in-Prd-wrp img.prd-in-img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 10px;
}

.in-Prd-wrp {
    background: #ffffff;
    padding: 10px;
    border-radius: 20px;
    margin-bottom: 20px;
}

.in-Prd-wrp h4 {
    margin: 10px 0;
    font-size: 18px;
}

.in-Prd-wrp a {
    text-decoration: none;
    color: var(--body-black);
    font-weight: 500;
    font-size: 12px;
}

.in-Prd-wrp a i {
    font-size: 12px;
    margin-left: 5px;
}

.breadcrum {
    margin-bottom: 20px;
}

.img-bgs {
    background-size: cover;
    background-position: center;
    color: #ffffff;
    position: relative;
}

.img-bgs:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #0000007d;
    top: 0;
    left: 0;
}

.img-bgs .breadcrum a {
    color: #ffffff;
}

.img-bgs p.big-font {
    font-size: 22px;
}

.img-bgs a.btn.s-btn.w-btn {
    height: auto;
    padding: 10px;
    border-radius: 10px;
    margin: 0 10px 10px 0;
}

.img-bgs .container {
    z-index: 2 !important;
    position: relative;
}

.inner-tp-btns {
    text-align: right;
    justify-content: end !important;
    align-items: center !important;
}

ul.prd-name-list li a {
    text-decoration: none;
    padding: 6px 10px;
    display: block;
    color: var(--body-black);
    border-bottom: 3px solid var(--light-bg-blue);
    font-weight: 500;
}

ul.prd-name-list,
ul.prd-name-list li {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

ul.prd-name-list li.active a,
ul.prd-name-list li a:hover {
    background: linear-gradient(90deg, rgb(231 239 255 / 77%) 0%, rgb(255 255 255 / 0%) 100%);
}

table.specTbl td {
    vertical-align: top;
}

table.specTbl th {
    font-size: 24px;
}

table.specTbl,
table.specTbl th {
    text-align: center;
    border: 1px solid #dddddd;
}

table.specTbl tr td,
table.specTbl tr th {
    padding: 30px;
    border-right: 2px solid #dddddd;
}

table.specTbl tr th {
    border-bottom: 2px solid #dddddd;
}

table.specTbl table tr td {
    padding: 4px;
    width: 50%;
    border: 0 !important;
    border-bottom: 1px solid #dddddd !important;
    background: #ffffff !important;
}

table.specTbl table tr tdLast-child {
    border-bottom: 0 !important;
}

table.specTbl table tr td:last-child {
    background: var(--light-bg-blue) !important;
}

table.intbl {
    width: 100%;
}

table.specTbl p {
    font-weight: 700;
}

table.specTbl tr td:first-child,
table.specTbl tr th:first-child {
    background: var(--light-bg-blue);
}

table.colled-rolledtbl.specTbl th,
table.colled-rolledtbl.specTbl td {
    padding: 10px;
    vertical-align: middle;
    border: 2px solid #dddddd;
    background: #ffffff !important;
}

table.colled-rolledtbl table {
    border: 2px solid var(--light-bg-blue);
}

table.colled-rolledtbl.specTbl td:first-child {
    font-weight: 700;
    font-size: 20px;
}

table.colled-rolledtbl.specTbl td:last-child {
    width: 25%;
}

table.colled-rolledtbl.specTbl table {
    width: 100%;
}

table.colled-rolledtbl.specTbl table td {
    background: var(--light-bg-blue) !important;
    text-align: left;
    font-weight: 400 !important;
    font-size: var(--font-body) !important;
    padding: 10px !important;
    width: 50% !important;
}

table.colled-rolledtbl.specTbl tr td:nth-child(even),
table.colled-rolledtbl.specTbl tr th:nth-child(even) {
    padding: 0 !important;
    background: var(--light-bg-blue) !important;
}

img.fullPic {
    width: auto;
    max-width: 100%;
}

.round-header a {
    color: #ffffff;
}

.round-header:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, #000000 0%, rgb(255 255 255 / 0%) 100%);
    top: 0;
    left: 0;
}

.round-header .row {
    z-index: 1;
    position: relative;
}


/* 13-06-2024 gunjan  */

.sru_page {
    float: left;
    margin: 20px;
    width: 409px;
    border: 4px solid #fff;
    box-shadow: 0 0 2px #000;
}

.visually-hidden {
    display: none !important;
}

.page-node-7896 .blh-round,
.page-node-92 .blh-round,
.page-node-6274 .blh-round {
    padding: 40px;
    background: var(--light-bg-blue);
    border-radius: 0 0 50px 50px;
}

.blh-round>.row>div {
    border-right: 1px solid #dddddd;
}

.blh-round>.row>div:last-child {
    border: 0;
}

.row.box-icons {
    display: flex;
    flex-wrap: wrap;
}

.box-icons .icon-box {
    height: 100%;
    padding: 15px;
    background: var(--light-bg-blue);
    border-radius: 10px;
}

.box-icons .icon-box i {
    font-size: 24px;
    background: #ecf2f7;
    padding: 12px;
    margin-bottom: 15px;
    border-radius: 5px;
    width: 50px;
    height: 50px;
    text-align: center;
}

.pg-below-cmn .b-box {
    flex: 0 0 20%;
    padding: 0 25px 0 0;
    padding-bottom: 20px;
    position: relative;
}

.pg-below-cmn {
    display: flex;
}

.pg-below-cmn .b-box h5 {
    font-size: 12px;
    letter-spacing: 1px;
    border-bottom: 1px solid #dddddd;
    padding: 10px 25px 10px 0;
    margin: 0 -25px 0 0;
    margin-bottom: 30px;
    height: 40px;
    color: #7e8588;
    font-weight: 500;
}

.pg-below-cmn .b-box a {
    float: right;
    color: var(--body-black);
    font-size: 12px;
    text-decoration: none;
    letter-spacing: 3px;
    position: absolute;
    bottom: 0;
    right: 25px;
}

.pg-below-cmn .b-box div {
    margin-bottom: 40px;
    font-size: var(--font-ex-sm);
}

.box-icons>div {
    padding-bottom: 20px;
}

table.simp-tbl tr td,
table.simp-tbl tr th {
    border-bottom: 2px solid #dddddd;
    padding: 20px;
}

table.simp-tbl th,
table.simp-tbl tr td:first-child {
    font-size: 20px;
    font-weight: 700;
}

table.simp-tbl tr th:nth-child(2),
table.simp-tbl tr td:nth-child(2) {
    background: var(--light-bg-blue);
    width: 25%;
}

table.simp-tbl tr td:first-child {
    width: 25%;
}

table.simp-tbl {
    border: 2px solid #dddddd;
    margin-bottom: 50px;
}

table.simp-tbl th {
    font-size: 22px;
}

a.big-link {
    font-size: 20px;
    color: var(--body-black);
    font-weight: 700;
}

a.big-link:hover {
    text-decoration: none;
}

.bg-desp {
    padding: 30px;
    background: var(--light-bg-blue);
}

.full-media img {
    width: auto;
    max-width: 100%;
    display: block;
    margin: auto;
}

table.simp-tbl.with-cols td,
table.simp-tbl.with-cols th {
    background: #ffffff !important;
}

table.simp-tbl.with-cols td.set-bg,
table.simp-tbl.with-cols th.set-bg {
    background: var(--light-bg-blue) !important;
    font-size: inherit;
    font-weight: inherit;
}

table.simp-tbl.with-cols th.set-bg {
    font-size: 22px;
    font-weight: 700;
}

.board-mem {
    padding: 15px;
    background: #ffffff;
    border-radius: 20px;
    position: relative;
    padding-bottom: 60px;
    height: 100%;
}

.board-mem>img {
    width: 100%;
    height: 350px;
    object-fit: cover;
    border-radius: 10px;
    object-position: top center;
}

.board-mem h4 {
    font-size: 18px;
    margin: 10px 0;
    min-height: 60px;
}

.board-mem p {
    font-size: 11px;
    letter-spacing: 3px;
    font-weight: 700;
    min-height: 60px;
    color: black;
    text-transform: uppercase;
}

.board-sDetail .row {
    margin: 0;
    background: #ffffff;
    padding: 15px 0;
    border-radius: 20px;
}

.board-sDetail img.bPic {
    max-width: 100%;
    width: auto;
}

.board-sDetail p.board-mpost {
    color: #999999;
    font-weight: 700;
    letter-spacing: 5px;
    font-size: 14px;
    margin: 0 0 10px 0;
}

.board-mem a {
    position: absolute;
    background: var(--blue);
    padding: 7px;
    border-radius: 50px;
    text-align: center;
    text-decoration: none;
    color: #ffffff;
    right: 15px;
    left: 15px;
    bottom: 15px;
    border: 2px solid var(--blue);
    transition: all 200ms;
    line-height: 1.6;
    font-size: 16px;
    height: 45px;
}

.board-mem a:hover {
    background: #ffffff;
    color: var(--blue);
}

.board-list>.row {
    display: flex;
    flex-flow: wrap;
    row-gap: 30px;
}

.bx-cols {
    padding: 40px;
    max-width: 1200px;
    margin: auto;
}

.col-badge-wrap {
    display: flex;
    flex-flow: wrap;
    column-gap: 80px;
    row-gap: 80px;
    justify-content: center;
}

.col-badge {
    padding: 15px;
    border-radius: 30px;
    height: 188px;
    width: 230px;
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    font-weight: 700;
}

.bdg-icon {
    width: 54px;
    height: 54px;
    overflow: hidden;
    border-radius: 10px;
}

.bg-iconset {
    background-position: top 100px right;
    background-repeat: no-repeat;
    background-size: 200px;
}

ul.credo-list {
    padding: 0;
    margin: 0;
    list-style-type: none;
    margin-top: 40px;
}

ul.credo-list li {
    position: relative;
    padding-left: 70px;
    font-size: 20px;
    margin-bottom: 30px;
}

.blh-round ul.credo-list li {
    font-size: 16px;
}

ul.credo-list li:before {
    content: "";
    background: url(../../images/sail-list-icon.jpg);
    width: 40px;
    height: 40px;
    position: absolute;
    left: 0;
    background-size: contain;
    top: -5px;
    border-radius: 50%;
    background-repeat: no-repeat;
}

.navbar-nav a {
    text-decoration: none;
}

.navbar-toggle {
    background: #ffffff;
    border: 1px solid #162959;
}

.navbar-toggle .icon-bar {
    background: #162959;
}

footer .nav>li>a {
    padding: 5px 0;
    background: transparent !important;
}

ul.nav.f-flex.footer-social {
    display: flex;
    flex-wrap: wrap;
}

.d-flex.d-by {
    display: flex;
}

.galr img {
    max-width: 100%;
    margin-bottom: 15px;
}

.pdf-block {
    background: #334151;
    padding: 8px;
    height: auto;
    /* height: 130px;
        overflow: hidden;
        overflow-y: auto; */
    border-radius: 15px;
    color: #ffffff;
    margin-bottom: 20px;
}

.pdf-block::-webkit-scrollbar {
    background: transparent;
    width: 5px;
    height: 5px;
}

.pdf-block::-webkit-scrollbar-thumb {
    background-color: #3c3f58;
}

.pdf-block::-webkit-scrollbar-thumb:hover {
    background-color: rgba(0, 0, 0, 0.3);
}

.pdf-block .pdf-screen {
    height: 150px;
    background-color: #ffffff;
    margin-bottom: 20px;
    border-radius: 15px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
}

.pdf-block h5 {
    font-size: 15px;
    margin-bottom: 20px;
    line-height: 1.7;
    padding: 0 10px;
}

.pdf-block .d-flex {
    font-size: 12px;
    color: #ffffffb5;
    justify-content: space-between;
    height: 50px;
    align-items: flex-end;
    padding: 10px 10px;
    display: flex;
}

.pdf-block a.pdf-link {
    font-size: 20px;
    width: 40px;
    height: 40px;
    background: #ffffff;
    border-radius: 50%;
    padding: 5px;
    text-align: center;
    color: #000000;
}

.blh-round.no-bord>.row>div {
    border: 0;
}

table.simp-tbl.m-auto {
    margin: auto;
}

td.view-link a {
    width: 40px;
    height: 40px;
    display: inline-block;
    background: var(--light-bg-blue);
    padding: 9px;
    text-align: center;
    color: var(--body-black);
    border-radius: 10px;
    margin-right: 25px;
}

td.view-link a:hover {
    background: var(--body-black);
    color: #ffffff;
}

.prd-sectionsIn .container {
    padding: 30px;
    background-size: cover;
    background-position: right center;
}

.mkHeaderN {
    position: relative;
}

.page-node-6316 .s-bgs,
.page-node-3804 .s-bgs,
.page-node-2139 .s-bgs,
.page-node-2138 .s-bgs,
.page-node-2142 .s-bgs,
.page-node-2140 .s-bgs,
.page-node-2143 .s-bgs,
.page-node-2162 .s-bgs,
.page-node-2144 .s-bgs,
.page-node-3871 .s-bgs {
    background: var(--light-bg-blue);
}

.mkHeaderN:before {
    content: "";
    background: #f5f8ff;
    background: linear-gradient(90deg, #f5f8ff 40%, rgb(255 255 255 / 50%) 100%);
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    width: 100%;
    height: 100%;
}

table.gen-tbl table,
table.gen-tbl {
    margin-bottom: 20px;
}

table.gen-tbl td.strong {
    font-size: 20px;
    font-weight: 700;
}

table.gen-tbl td {
    border: 2px solid #dddddd;
    padding: 20px;
}

table.gen-tbl table td {
    padding: 10px;
    border: 0;
    border-bottom: 1px solid #dddddd;
}

.row.light-bgsn {
    background: rgb(255 255 255 / 53%);
    background: linear-gradient(90deg, rgb(0 87 200 / 0%) 0%, rgb(255 255 255) 100%);
    margin: 0;
    border-radius: 30px;
    padding: 20px;
    margin-bottom: 20px;
}

.row.light-bgsn>div {
    border: 0 !important;
    font-size: var(--font-body-sm);
}

.pen-cir {
    display: flex;
    column-gap: 20px;
    row-gap: 20px;
    flex-wrap: wrap;
    margin-bottom: 30px;
}


/* date 12-09-2024 */

.penPdfBl {
    flex: 0 0 calc(50% - 10px);
    padding: 20px;
    border: 1px solid #000000;
    border-radius: 30px;
}

.penPdfBl .penSize {
    margin: 20px 0;
}

.penPdfBl .penName {
    margin-bottom: 5px;
    font-weight: 700;
}

ul.prd-drk-brd li a {
    border-bottom-color: #f1f5fb !important;
}

a.mLnks {
    color: var(--blue);
    text-decoration: underline;
}

a.mLnks:hover {
    color: #000000;
    text-decoration: none;
}

.contact-block {
    width: 100%;
    float: left;
    padding: 40px 0;
}

.contact-mainlist {
    width: 100%;
    float: left;
    clear: both;
    padding: 40px 0;
}

.cBlck-outer {
    margin: 0 1% 24px;
    width: 23%;
    float: left;
}

.cBlck {
    width: 100%;
    padding: 20px;
    min-height: 175px;
    position: relative;
    /* background: #c3efff; */
    background: #CBE6FF;
    border-radius: 20px;
}

.cBlck a.contactus {
    position: absolute;
    left: 20px;
    bottom: 20px;
}

.cBlck .cblNm {
    margin-bottom: 40px;
    font-weight: 700;
}

.sl-vids {
    display: flex;
    flex-flow: wrap;
    column-gap: 40px;
    row-gap: 40px;
}

.sl-vids .vid-wrap {
    flex: 0 0 calc(50% - 20px);
}

.sl-vids .vid-wrap img {
    max-width: 100%;
}

a.vid-lnks {
    margin-top: 20px;
    font-weight: 700;
    text-decoration: underline;
    display: block;
    color: #000000;
    position: relative;
    padding-left: 40px;
}

a.vid-lnks img {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin-right: 5px;
    position: absolute;
    left: 0;
}

.wLnks a {
    color: #000000;
    text-decoration: none;
}

table.plc-tbl tr td,
table.plc-tbl tr th {
    padding: 10px;
    border: 1px solid #000000;
}

table.plc-tbl {
    width: 100%;
}

.tbl-pagn {
    display: flex;
    width: 100%;
    justify-content: space-between;
    margin-top: 30px;
    flex-flow: wrap;
    align-items: center;
}

.pList ul li a {
    display: block;
    margin: 0 5px;
    background: var(--blue);
    width: 35px;
    height: 35px;
    padding: 5px;
    text-align: center;
    color: #ffffff;
    border-radius: 10px;
    text-decoration: none;
}

.pList ul {
    display: flex;
    list-style-type: none;
}

.pList ul li:first-child a,
.pList ul li:last-child a {
    background: #cad0dd;
    color: #000;
}

.semi-prds {
    display: flex;
    align-items: start;
    margin-top: 30px;
    flex-flow: wrap;
}

.sprd-img {
    flex: 0 0 30%;
    padding-right: 20px;
    margin-bottom: 30px;
}

.sprd-img img {
    max-width: 100%
}

table.sf-Tbls {
    width: 100%;
}

.sprd-data {
    flex: 0 0 70%;
    font-weight: 500;
}

.table- {
    border: 0 !important;
}

table.sf-Tbls tr td {
    padding: 20px 40px;
}

table.sf-Tbls tr td.rght-brd {
    /* background-image: url(../../images/Line.png); */
    background-position: center right;
    background-repeat: no-repeat;
}

table.sf-Tbls tr.btm-brd {
    /* background-image: url(../../images/Linehr.png); */
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: 100% 1px;
}

.pd-20 {
    padding: 20px;
}

.s-bgs h4,
.s-bgs h3 {
    margin: 30px 0 20px 0;
}

.s-bgs h3 {
    font-size: 26px;
}

.s-bgs h4 {
    font-size: 22px;
}

table.tbl-data {
    width: 100%;
    max-width: 1000px;
    margin: auto;
}

table.tbl-data td {
    padding: 20px;
}

table.prd-tbl tr td,
table.prd-tbl tr th {
    padding: 20px;
    vertical-align: top;
    /* 25-05-24 gunjan  */
    /* border: 1px solid #000000;
    border-bottom: 1px solid #000000 !important; */
    /* 25-05-24 gunjan  */
}

.inTbls tr td {
    padding: 5px !important;
    width: 50%;
}

table.prd-tbl {
    width: 100%;
}

table.prd-tbl ol,
table.prd-tbl ul {
    padding: 0 0 0 10px;
    margin: 0;
}

table.prd-tbl a {
    text-decoration: underline;
    color: #000000;
}

a.vAllLnk {
    font-weight: 700;
    color: #000000;
    text-decoration: underline;
    margin-bottom: 20px;
}

a.vAllLnk:hover {
    text-decoration: none;
}

.vAllLinks {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}

ul.credo-list.msmall li {
    font-size: 16px;
}

ul.inTbl-list li {
    margin-bottom: 20px;
    margin-left: 20px;
}

.wthDevider span {
    position: relative;
    padding-bottom: 10px;
}

.wthDevider span:after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 90%;
    height: 1px;
    background: #000000;
    left: 0;
}

.shape-flex {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
    margin-top: 30px;
}

.shape-flex li {
    position: relative;
    list-style-type: none;
    padding-right: 20px;
    font-weight: 700;
    flex: 0 0 25%;
    margin-bottom: 20px;
}

.shape-flex li:before {
    content: "";
    position: relative;
    display: block;
    width: 25px;
    height: 25px;
    background-size: contain;
    background-repeat: no-repeat;
    border-radius: 50px;
    top: 0px;
}

.shape-flex li:after {
    content: "";
    position: absolute;
    left: 4px;
    display: block;
    width: 30px;
    height: 30px;
    background-size: contain;
    background-repeat: no-repeat;
    border: 2px solid;
    border-radius: 50%;
    top: -6px;
    opacity: .7;
}

.shape-list {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
}

.shape-list li {
    position: relative;
    list-style-type: none;
    padding-left: 55px;
    flex: 0 0 100%;
    margin-bottom: 20px;
}

.shape-list li:before {
    content: "";
    position: absolute;
    left: 0;
    display: block;
    width: 25px;
    height: 25px;
    background-size: contain;
    background-repeat: no-repeat;
    border-radius: 50px;
    top: 6px;
}

.shape-list li:after {
    content: "";
    position: absolute;
    left: 4px;
    display: block;
    width: 30px;
    height: 30px;
    background-size: contain;
    background-repeat: no-repeat;
    border: 2px solid;
    border-radius: 50%;
    top: -2px;
    opacity: .7;
}

.shap-blue li:before {
    /* background-image: url(../../images/s-bl.png); */
    background: #164c91;
}

.shap-yello li:before {
    /* background-image: url(../../images/s-y.png); */
    background: #ffef5c;
}

.shap-dark-blue li:before {
    /* background-image: url(../../images/s-lbl.png); */
    background: #2b57c8;
}

.shap-sky-blue li:before {
    /* background-image: url(../../images/s-skbl.png); */
    background: #2ccae0;
}

.shap-green li:before {
    /* background-image: url(../../images/s-g.png); */
    background: #25c666;
}

.shap-voilet li:before {
    background: #b5afff;
}

.shap-voilet li:after {
    border-color: #b5afff;
}

.shap-blue li:after {
    border-color: #164c91;
}

.shap-yello li:after {
    border-color: #ffef5c;
}

.shap-dark-blue li:after {
    border-color: #2b57c8;
}

.shap-sky-blue li:after {
    border-color: #2ccae0;
}

.shap-green li:after {
    border-color: #25c666;
}

p.big-pera {
    font-size: 20px;
}

.map-nm-list {
    padding: 0;
}

.map-nm-list li {
    position: relative;
    padding-left: 40px;
    margin-bottom: 20px;
    list-style-type: none;
    font-weight: 700;
}

.map-nm-list li:before {
    content: "";
    /* background-image: url(../../images/lpin.png); */
    position: absolute;
    width: 15px;
    Height: 24px;
    background-size: contain;
    left: 0;
    background-repeat: no-repeat;
}

.empGal {
    display: flex;
    flex-wrap: wrap;
    column-gap: 30px;
    row-gap: 30px;
}

.empGal img {
    /* width: calc(33% - 20px); gunjan */
    border: 10px solid #ffffff;
    box-shadow: 0 0 2px #000000;
    height: 250px;
    object-fit: cover;
    margin: 15px 0px;
    /* 23-05-24 gunjan */
}

.hovered,
 :focus {
    /* background-color: #f39c9c !important; */
    /* outline: 3px solid #f2ba03; */
    /* color: #fff !important; */
    /* border: 1px solid #ff1629; */
    outline: 3px solid #ff1629 !important;
}


/* news ticker css  */

.news-ticker-wrapper {
    width: 100%;
    overflow: hidden;
    background: #003375;
    color: #fff;
    padding: 20px 0;
    position: relative;
    white-space: nowrap;
}

.news-ticker {
    display: inline-block;
    animation: scroll-left 30s linear infinite;
    will-change: transform;
}

.news-ticker.paused {
    animation-play-state: paused;
}

.news-ticker span {
    display: inline-block;
    margin: 0 0px 0 60px;
    font-size: 16px;
}

@keyframes scroll-left {
    0% {
        transform: translateX(100%);
    }
    100% {
        transform: translateX(-100%);
    }
}

.bn-controls {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
}

.bn-controls button {
    width: 60px;
    height: 100%;
    cursor: pointer;
    border: none;
    border-left: 1px solid #252525;
    background-color: #252525;
    color: #fff;
    outline: none;
}

.bn-play::after {
    content: '';
    display: inline-block;
    margin-left: 3px;
    width: 0;
    height: 0;
    border-left: 10px solid #fff;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
}

.bn-pause::after {
    content: '';
    display: inline-block;
    width: 3px;
    height: 14px;
    background: #fff;
    margin: 0 2px;
    box-shadow: 6px 0 0 #fff;
}


/* hover css  */


/* .navbar-nav li:hover>ul {
  display: none !important;
} */

.imShd {
    max-width: 400px;
    width: 100%;
    border: 10px solid #ffffff;
    box-shadow: 0 0 2px #000000;
    margin: auto;
    display: block;
}

.fx-Gls {
    padding: 20px 0;
    justify-content: center;
}

.fx-Gls img {
    height: 200px;
}

table.prd-tbl.brnchOffc th,
table.prd-tbl.brnchOffc td {
    padding: 10px 5px;
    font-size: 14px;
    vertical-align: middle;
    min-width: 170px;
}

table.prd-tbl.brnchOffc td a {
    color: #000099;
}

table.sminTb td {
    padding: 0 !important;
}

h3.bglft-pic {
    min-height: 55px;
    background-size: 52px;
    background-repeat: no-repeat;
    padding: 9px 0 0 30px;
}

.colblc ul {
    margin-left: 20px;
}

.colblc ul li {
    margin-bottom: 10px;
}

.vision-bls {
    display: flex;
    flex-flow: wrap;
    width: 75%;
    margin-top: 30px;
    margin-left: 10%
}

.vision-bls .visn {
    flex: 0 0 33.33%;
    position: relative;
    min-height: 170px;
    padding: 45px 40px 0 85px;
    font-size: 10px;
    line-height: 1.2;
}

.vision-bls .visn img {
    position: absolute;
    width: 185px;
    left: 0;
    top: 0;
}

.vision-bls.btnVis {
    margin-left: 25%;
}

h2.wIcon {
    position: relative;
    padding-left: 45px;
}

h2.wIcon img {
    max-width: 40px;
    position: absolute;
    left: 0;
}

.smGall {
    display: flex;
    flex-flow: wrap;
    justify-content: center;
    column-gap: 20px;
    row-gap: 20px;
}

.smGall img {
    flex: 0 0 280px;
    border: 8px solid #ffffff;
    box-shadow: 0 0 1px #000000;
    height: 200px;
    object-fit: cover;
}

.sru-bls {
    display: flex;
    flex-wrap: wrap;
}

.sru-bls>div {
    flex: 0 0 50%;
    padding: 50px;
}

.srBl {
    padding: 40px 60px;
    position: relative;
    border-radius: 60px;
    background: #f2faff;
    overflow: hidden;
}

.srBl:after {
    content: "";
    position: absolute;
    background: #91e0fe;
    width: 300px;
    height: 300px;
    border-radius: 50%;
    right: -16%;
    bottom: -72%;
}

.srBl p,
.srBl h4 {
    position: relative;
    z-index: 1;
}

.sruBlBs {
    display: flex;
    flex-wrap: wrap;
    column-gap: 30px;
    row-gap: 30px;
    justify-content: space-between;
}

.sruBlBs>div {
    flex: 0 0 calc(33.33% - 20px);
}

.bsIn {
    padding: 30px;
    border-radius: 40px;
    border: 5px solid #91e0fe;
    background: #f2faff;
    height: 100%;
}

.bsIn ol {
    padding: 0 0 0 15px;
    margin: 0;
}

.mkGreyShp,
.mkylShp,
.mkypchshp {
    position: relative;
    overflow: hidden;
}

.mkGreyShp .container,
.mkylShp .container,
.mkypchshp .container {
    z-index: 1;
    position: relative;
}

.mkGreyShp:before {
    content: "";
    position: absolute;
    width: 330px;
    height: 330px;
    background: #00000000;
    right: -62px;
    border-radius: 50%;
    bottom: 195px;
    border: 7px solid #f0f0f0;
}

.mkGreyShp:after {
    content: "";
    position: absolute;
    width: 230px;
    height: 230px;
    background: #f0f0f0;
    right: -62px;
    border-radius: 50%;
    bottom: 155px;
}

.mkylShp:after {
    content: "";
    position: absolute;
    width: 230px;
    height: 230px;
    background: #fff3b6;
    left: 62px;
    border-radius: 50%;
    bottom: 155px;
}

.mkylShp:before {
    content: "";
    position: absolute;
    width: 330px;
    height: 330px;
    background: #00000000;
    left: -93px;
    border-radius: 50%;
    bottom: 195px;
    border: 7px solid #fff3b6;
}

.mkypchshp:after {
    content: "";
    position: absolute;
    width: 180px;
    height: 180px;
    background: #ffe39c;
    right: 62px;
    border-radius: 50%;
    bottom: 0;
}

.mkypchshp:before {
    content: "";
    position: absolute;
    width: 280px;
    height: 280px;
    background: #00000000;
    right: -93px;
    border-radius: 50%;
    bottom: 26px;
    border: 7px solid #ffddb6;
}

h4.rdHdIcn {
    background-image: url(../../images/rdis.png);
    min-height: 75px;
    background-size: contain;
    padding: 22px 0 0 35px;
    margin: 0 -30px 30px -30px;
    background-repeat: no-repeat;
}

img.tr-icon {
    height: 75px;
}

.nav-options-ex li.nav-item:first-child a.nav-link {
    font-size: 70%;
    font-weight: 600;
    border-right: 1px solid #000000;
    margin-right: 5px;
    padding: 0 5px;
}

.product-slider {
    margin: 30px 0 60px;
    padding: 0;
    width: 100%;
    float: left;
}

.product-slider .item {
    display: block;
    padding: 0 10px;
    float: left;
    width: 20%;
}

.hex-wrap {
    position: relative;
}

.hex {
    position: relative;
    --s: 200px;
    width: 200px;
    height: calc(0.866*var(--s));
}

.hex div {
    position: absolute;
    inset: 0;
    padding: 35px 20px;
    text-align: center;
    display: flex;
    align-items: center;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.4;
    justify-content: center;
}

.hex div p {
    position: relative;
}

.hex div::before {
    content: "";
    position: absolute;
    inset: 0;
    background: #000;
    clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
    transform: rotate(90deg);
}

.hex01 div:before {
    background: #e8a8a8;
}

.hex02 div:before {
    background: #9bb0e3;
}

.hex03 div:before {
    background: #f0b7d9;
}

.hex04 div:before {
    background: #b8e2bf;
}

.hex05 div:before {
    background: #d4bee6;
}

.hex06 div:before {
    background: #95d1de;
}

.hex div:nth-child(2)::before {
    background: red;
    inset: 4px;
}

.sxPnt {
    display: flex;
    justify-content: space-around;
    flex-flow: wrap;
}

.hex-wrap>span {
    font-size: 60px;
    font-weight: bold;
    color: #1D6FAA;
    position: absolute;
    top: -40px;
    line-height: 1;
}

.sxPnt>div {
    padding: 25px 0;
}

section.sec-pds.baner-bgs.nBnrbgss {
    background: rgb(0, 87, 200);
    background: linear-gradient(180deg, #000b26 0%, #000b26 100%);
}

section.sec-pds.baner-bgs.nBnrbgss .bnrTp-tx strong img {
    width: 280px;
    display: inline-block;
}

section.sec-pds.baner-bgs.nBnrbgss .bnrTp-tx strong {
    font-size: 0;
    font-weight: bold;
    color: #ffffff;
    margin-right: 25px;
    background: -webkit-linear-gradient(#eee, #333);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
}

section.sec-pds.baner-bgs.nBnrbgss .bnrTp-tx {
    margin: 35px 0;
}

section.sec-pds.baner-bgs.nBnrbgss .mkCrs>span {
    width: 7px;
    height: 7px;
    background: #ffffff;
    display: inline-block;
    border-radius: 50%;
    margin: 0 10px;
}

section.sec-pds.baner-bgs.nBnrbgss .mkCrs {
    display: flex;
    justify-content: end;
    align-items: center;
}

.yLnkWrp {
    margin-top: 30px;
}

.yLnkWrp a {
    color: #fff84c;
    margin-right: 30px;
    font-size: 20px;
    font-weight: 100;
}

.notcDv {
    display: flex;
    flex-flow: wrap;
    row-gap: 20px;
}

.notcDv a {
    display: block;
    flex: 0 0 100%;
    background: #ffffff;
    padding: 10px;
    border-radius: 10px;
    color: #000000;
    padding-left: 45px;
    font-size: 16px;
    position: relative;
}

.notcDv a i {
    position: absolute;
    left: 20px;
    top: 16px;
    font-size: 14px;
}

a.mrLnks {
    color: #000000;
    font-weight: 900;
    margin-top: 35px;
    display: inline-block;
}

.lfBln img {
    margin: 50px 0px;
}

.prtBlm {
    min-height: 300px;
    background: #000000;
    border-radius: 15px;
    position: relative;
    overflow: hidden;
}

.prtBlm h4 {
    margin: 0;
    padding: 18px;
    border-bottom: 1px solid #ffffff;
    color: #ffffff;
    font-size: 20px;
    font-weight: 500;
    position: relative;
}

.prtBlm ul {
    list-style-type: none;
    padding: 20px;
    margin: 0;
}

.prtBlm ul li a {
    display: block;
    position: relative;
    color: #ffffff;
    font-weight: 100;
    font-size: 14px;
    padding-left: 20px;
}

.prtBlm ul li a i {
    position: absolute;
    left: 0;
    top: 6px;
}

.prtBlm ul li {
    margin-bottom: 15px;
}

.prtBlm:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000000b3;
}


/* Sukanta css
====================================== */

a {
    text-decoration: none !important;
    transition: all ease-in-out 0.2s;
    -webkit-transition: all ease-in-out 0.2s;
    -moz-transition: all ease-in-out 0.2s;
    -ms-transition: all ease-in-out 0.2s;
    -o-transition: all ease-in-out 0.2s;
}

header .container {
    width: 100% !important;
    max-width: 1697px !important;
}

a.site_logo {
    width: 118px;
    height: auto;
    display: block;
    float: left;
    margin: 15px 0;
}

a.site_logo img {
    width: 100%;
    height: auto;
}

.header_right {
    float: right;
}

.header_right_inner {
    float: right;
}

.h_link {
    float: right;
    padding-top: 23px;
}

.h_link>ul {
    float: left;
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 0;
}

.h_link>ul>li {
    display: inline-block;
    vertical-align: middle;
    padding: 0 2px;
    position: relative;
    box-sizing: content-box;
}

.h_link>ul>li>a {
    font-size: 15px;
    line-height: 20px;
    font-weight: 600;
    color: #000;
    display: block;
    text-align: center;
    text-decoration: none;
}

.h_link>ul>li:first-child>a {
    font-weight: 400;
    font-size: 12px;
    padding-right: 3px;
    border-right: 1px solid #000;
    color: #162959;
}

.h_link>ul>li:nth-child(2),
.h_link>ul>li:nth-child(3) {
    width: 20px;
    height: auto;
}

.h_link>ul>li:nth-child(3) {
    margin-right: 10px;
}

.h_link>ul>li>a.color_active {
    background-color: #000;
    color: #fff;
}

.custom_h_nav {
    float: right;
    width: 100%;
    clear: both;
    padding-top: 25px;
}

.custom_h_nav>ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.custom_h_nav>ul>li {
    float: left;
    padding: 0 12px;
}

.custom_h_nav>ul>li:last-child {
    padding-right: 0;
}

.custom_h_nav>ul>li:hover>a,
.custom_h_nav>ul>li.active>a {
    color: #000;
}

.custom_h_nav>ul>li>a {
    display: block;
    font-size: 15px;
    line-height: 20px;
    font-weight: 500;
    color: #162959;
}

.g_img {
    float: right;
    width: 48px;
    padding: 15px 0 15px 20px;
    box-sizing: content-box;
}

.g_img img {
    max-width: 100%;
}

.slider_position {
    position: relative;
    padding-left: 85px;
    overflow: hidden;
}

.policy_table {
    width: 100%;
    float: none;
    max-width: 900px;
    margin: 0 auto;
}

.policy_table table th {
    border-bottom: none !important;
}

.policy_table table th,
.policy_table table td {
    background-color: #fff;
    padding: 17px 15px !important;
    vertical-align: middle !important;
}

.policy_table table th:nth-child(2),
.policy_table table td:nth-child(2) {
    background-color: #fafafa !important;
    width: 70% !important;
}

.non-convertable table th,
.non-convertable table td {
    text-align: left;
}

.non-convertable table td:first-child {
    white-space: nowrap;
}

.crp_table tr:nth-child(6) td:first-child,
.crp_table tr:nth-child(7) td:first-child,
.crp_table tr:nth-child(9) td:first-child,
.crp_table td {
    text-align: left;
    font-weight: 400 !important;
}

.crp_table tr:nth-child(2) td:first-child,
.crp_table tr:nth-child(5) td:first-child,
.crp_table tr:nth-child(8) td:first-child,
.crp_table tr:nth-child(10) td:first-child,
.crp_table tr:nth-child(11) td:first-child {
    font-weight: 600 !important;
}


/* .rdcis {
      width: 100%;
      float: left;
      padding: 60px 0;
    } */

.rdcis h2 {
    font-size: 31px;
    line-height: 44px;
    margin-top: 34px;
    width: 100%;
    float: left;
}

.rdcis .bx-cols:nth-child(5) .col-badge {
    height: 270px;
    width: 270px;
}

.diagram_1 {
    width: 100%;
    float: left;
    padding-top: 30px;
}

.policy_table th,
.policy_table td {
    text-align: left !important;
}

.quicktabs-tabpage img[alt="others-dept"] {
    width: 100%;
    height: auto;
}

.view-products-details-page .align-center {
    width: 100% !important;
}

.vid-wrap {
    margin-bottom: 30px;
}


/* .plant-slider-group .owl-item.active {
        display: none !important;
    }
     */

.nav-item .nav.flex-column {
    display: none;
}

.nav-item:first-child .nav.flex-column {
    display: block;
}

.nav-item span.nav-link {
    display: block;
    padding: 9px 10px;
    cursor: pointer;
    position: relative;
    border-bottom: 1px solid #e0eaff;
}

.nav-item span.nav-link::after {
    border: solid black;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    position: absolute;
    right: 10px;
    top: 50%;
    content: '';
    transform: translateY(-50%) rotate(-45deg);
    -webkit-transform: translateY(-50%) rotate(-45deg);
    -moz-transform: translateY(-50%) rotate(-45deg);
    -ms-transform: translateY(-50%) rotate(-45deg);
    -o-transform: translateY(-50%) rotate(-45deg);
}

.nav-item span.nav-link.current {
    background: #162959;
    color: #fff;
}

.nav-item span.nav-link.current:after {
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: translateY(-50%) rotate(44deg);
    -webkit-transform: translateY(-50%) rotate(44deg);
    -moz-transform: translateY(-50%) rotate(44deg);
    -ms-transform: translateY(-50%) rotate(44deg);
    -o-transform: translateY(-50%) rotate(44deg);
}


/* Sukanta 4-07-25 */

.btn-wrap {
    position: absolute;
    left: 0px;
    top: 53px;
    font-size: 0;
}

.btn-wrap .prev-btn {
    background: transparent;
    border: none;
    font-size: 50px;
    line-height: 50px;
    color: #000;
    outline: none;
    padding: 0;
    font-weight: 400;
    float: left;
    margin: 0 10px;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}

.btn-wrap .next-btn {
    background: transparent;
    border: none;
    font-size: 50px;
    line-height: 50px;
    color: #000;
    padding: 0;
    outline: none;
    font-weight: 400;
    float: left;
    margin: -13px 10px 0;
    position: relative;
}

.sailyoutube {
    padding: 0 20px;
}

.video-embed-field-responsive-video iframe {
    height: 350px !important;
}

.video-embed-field-responsive-video:after {
    padding-bottom: 30px !important;
}

.owl-stage-outer .owl-item.active {
    /* display: none !important; */
}

.fix-foot-social {
    right: -55px;
    transition: all ease-in-out 0.2s;
}

.fix-foot-social.change {
    right: 0;
}

.fix-foot-social em {
    background: #162959;
    width: 25px;
    height: 50px;
    position: absolute;
    left: -25px;
    top: 50%;
    border-radius: 6px 0px 0 6px;
    transform: translateY(-50%);
}

.fix-foot-social em:after {
    width: 0;
    height: 0;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-right: 7px solid #fff;
    position: absolute;
    left: 7px;
    top: 50%;
    content: '';
    transform: translateY(-50%);
}

.notcDv {
    display: block;
    float: left;
}

.notcDv>div {
    display: block;
    width: 100%;
    float: left;
    background: #ffffff;
    border-radius: 10px;
    color: #000000;
    position: relative;
    margin-bottom: 15px;
}

.notcDv>div>a {
    background: transparent;
    display: block;
    border-radius: 0;
}

@keyframes blink {
    0%,
    100% {
        background-color: #092561;
    }
    50% {
        background-color: red;
    }
}


/* #blinking-button {
    padding: 8px 35px;
  border: 0px solid #6C8003;
    background-color: red;
    color: white;
    animation: blink 2s linear infinite;
  } */

#blinking-button {
    padding: 12px 29px;
    border: 0px solid #6C8003;
    background-color: red;
    color: white;
    animation: blink 3s infinite;
    position: absolute;
    right: 14px;
    top: 34px;
    border-radius: 30px;
}

.chat_boat {
    display: none;
    width: 100%;
    max-width: 400px;
    height: auto;
    position: absolute;
    right: 25px;
    top: 50px;
    z-index: 20;
}


/* .navtopmenu {
    display: none !important;
} */

.menuShow {
    display: block !important;
}


/* .navtopmenu2 {
    display: none !important;
} */

.menuShow2 {
    display: block !important;
}


/* Responsive css */

@media (min-width: 992px) {
    nav .container {
        width: 100%;
        max-width: 1140px
    }
    .navbar-toggle {
        display: none;
    }
}

@media (min-width: 1200px) {
    nav .container {
        width: 100%;
        max-width: 1320px;
    }
    /* css */
    .custom_h_nav>ul>li {
        padding: 0 8px;
    }
    .custom_h_nav>ul>li>a {
        font-size: 14px;
    }
}

@media (max-width: 1726px) and (min-width: 1500px) {
    .slider_position {
        padding-left: 0;
    }
}

@media (min-width: 1400px) {
    .container {
        width: 1320px;
    }
}

@media screen and (max-width:1280px) {
     :root {
        --font-body: 15px;
        --font-body-sm: 13px;
        --font-body-lg: 18px;
        --font-ex-sm: 14px;
        --font-nav: 12px;
    }
    .s-plants-title {
        letter-spacing: 12px;
    }
    .nav-top a.nav-link,
    .nav-below .navbar-nav .nav-link {
        font-size: 11px;
    }
    .nav-top ul.navbar-nav.mb-2.mb-lg-0 {
        justify-content: space-around;
    }
    .hex {
        position: relative;
        --s: 175px;
        width: 175px;
        height: calc(0.866*var(--s));
    }
    .hex div {
        font-size: 14px;
    }
}

@media screen and (max-width:1150px) {
    .nav-below ul.navbar-nav {
        margin: 0;
        padding: 0;
    }
    .nav-top a.nav-link,
    .nav-below .navbar-nav .nav-link {
        font-size: 9px;
    }
    .hex {
        position: relative;
        --s: 150px;
        width: 150px;
        height: calc(0.866*var(--s));
    }
}

@media (max-width: 991.98px) {}

@media (max-width: 768px) {
    .shape-flex li {
        flex: 0 0 50% !important;
    }
    .contact-block .cBlck {
        flex: 0 0 calc(50% - 15px);
    }
    .footer-top .divider-line {
        margin: 0 15px;
    }
    .s-plants-title {
        letter-spacing: 3px;
        font-size: 10px;
        margin: 0 0 15px 0;
    }
    section.ticker p span {
        margin: 0 10px;
        font-size: 10px;
    }
    .plant-slider-group {
        display: none !important;
    }
    .s-line-info>div {
        font-size: 10px;
    }
    .section-heading {
        font-size: 28px;
        margin-bottom: 40px;
    }
    section.sec-pds {
        padding: 20px 10px;
    }
    img.logo-icon-stl {
        height: 80px;
        float: none;
    }
    .product-slider {
        padding-left: 10px;
    }
    section.sec-pds.s-bgs {
        padding: 20px 10px 0 20px;
    }
    .section-heading sup {
        display: inline-block;
        margin-left: 0;
        position: relative;
        top: auto;
    }
    .num-list-wrap {
        margin: 0;
        padding: 20px;
    }
    .num-list>div {
        flex: 0 0 100%;
    }
    .num-list div p {
        font-size: 18px;
        margin: 0;
    }
    .b-lists {
        flex-wrap: wrap;
    }
    .b-lists div {
        font-size: 14px;
        margin: 15px 0;
    }
    .bnrTp-tx {
        flex-wrap: wrap;
        font-size: 16px;
    }
    .bnrTp-tx strong {
        font-size: 80px;
        flex: 0 0 100%;
    }
    .bnrTp-tx i.fa-infinity {
        font-size: 32px;
    }
    section.sec-pds.baner-bgs .container-fluid {
        background-size: 200px;
        background-position: right top;
        padding-top: 100px;
    }
    .baner-bgs p {
        margin: 5px 0;
    }
    .b-lists a.btn.s-btn {
        margin: 0 15px 15px 0;
    }
    .f-below .num-list>div {
        flex: 0 0 100%;
        padding: 0;
        padding-bottom: 15px;
    }
    section.sec-pds.f-below {
        padding-top: 0 !important;
        padding-bottom: 50px !important;
    }
    .num-list-wrap h4,
    h4 {
        font-size: 20px;
        margin-bottom: 20px;
    }
    .plant-lst>li {
        font-size: 16px;
        flex: 0 0 100%;
        margin-bottom: 15px;
    }
    section.sec-pds.sec-dark-bg h2.section-heading {
        margin-bottom: 20px;
    }
    section.sec-pds.sec-dark-bg a.btn.s-btn.w-btn {
        font-size: 12px;
        padding: 16px;
        height: 50px;
        margin: 5px 0;
    }
    section.sec-pds.sec-dark-bg .d-flex.align-items-center {
        flex-wrap: wrap;
    }
    .row.num-list-wrap .justify-content-end {
        justify-content: center !important;
    }
    img.sntwr {
        margin-top: 40px;
    }
    section.sec-pds.s-stl-prds img.resp-img {
        height: 80px;
        float: none;
    }
    .footer-bar.d-flex {
        flex-wrap: wrap;
    }
    .footer-bar ul.list-unstyled.d-flex {
        flex-direction: column;
        justify-content: center;
        width: 100%;
    }
    .s-line-info {
        margin-top: 10px;
        margin-bottom: 20px;
    }
    section.ticker {
        padding: 3px 0 1px 0 !important;
    }
    .plant-lst>li>i {
        font-size: 16px;
        top: 4px;
    }
    .post-lists>.row>div {
        padding-bottom: 20px;
    }
    .post-lists>.row>div:last-child {
        padding-bottom: 0px;
    }
    .footer-top {
        padding: 20px 0;
    }
    .footer-below {
        padding-top: 20px;
    }
    .footer-social a {
        margin-right: 7px;
    }
    .footer-bar a {
        margin-bottom: 10px !important;
        display: block;
    }
    .footer-bar ul li a:after {
        margin-top: 1px;
        width: 100%;
        height: 1px;
        top: 100%;
        margin-top: 5px;
        left: 0;
    }
    .plant-slider .owl-nav {
        bottom: 50%;
        width: 100%;
        display: flex;
        justify-content: space-between;
        right: 0;
    }
    p.with-mark-bg {
        padding: 0;
    }
    .inner-tp-btns {
        text-align: left;
    }
    .prd-col {
        overflow: hidden;
        /* height: 37px; */
        margin-bottom: 25px;
    }
    ul.prd-name-list {
        display: flex;
        flex-wrap: nowrap;
        padding-bottom: 1rem;
        margin-top: -1px;
        overflow-x: auto;
        color: rgba(255, 255, 255, .75);
        text-align: center;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch;
    }
    ul.prd-name-list li a {
        background: #d9e2f9;
        border-radius: 50px;
        color: #162959;
        font-weight: 900;
        margin-right: 5px;
        font-size: 12px;
    }
    ul.prd-name-list li.active a,
    ul.prd-name-list li a:hover {
        background: #162959;
        border-radius: 50px;
        color: #ffffff;
    }
    table.specTbl {
        margin-top: 40px;
    }
    table.specTbl tr td,
    table.specTbl tr th {
        padding: 10px;
    }
    table.specTbl th {
        font-size: 18px;
    }
    table.colled-rolledtbl.specTbl td:first-child {
        padding: 10px;
        font-size: 16px;
    }
    .pg-below-cmn .b-box {
        flex: 0 0 100%;
        margin-bottom: 30px;
        padding: 0;
    }
    .pg-below-cmn {
        flex-flow: wrap;
    }
    .pg-below-cmn .b-box h5 {
        padding-left: 0;
        height: auto;
        margin: 0 0 10px 0;
    }
    .blh-round>.row>div {
        border: 0;
        border-bottom: 1px solid #dddddd;
        padding: 15px 15px;
    }
    .blh-round {
        padding: 15px;
    }
    .round-header {
        padding: 40px 30px 20px 30px;
    }
    table.simp-tbl tr td,
    table.simp-tbl tr th {
        padding: 10px;
    }
    table.simp-tbl th,
    table.simp-tbl th,
    table.simp-tbl tr td:first-child {
        font-size: 18px;
    }
    table.simp-tbl {
        min-width: 500px;
    }
    .pg-below-cmn .b-box a {
        right: 0;
    }
    a.big-link {
        font-size: 16px;
    }
    .bg-desp {
        padding: 15px;
        background: var(--light-bg-blue);
    }
    table.simp-tbl.with-cols th.set-bg {
        font-size: 18px;
        font-weight: 700;
    }
    .bx-cols {
        padding: 0;
        margin-bottom: 40px;
    }
    ul.credo-list li {
        padding-left: 50px;
        font-size: 16px;
    }
    section.sec-pds.baner-bgs {
        padding: 0;
        padding-bottom: 20px;
    }
    .row.box-icons>div {
        min-width: 100%;
    }
    .nav-top .navbar-brand {
        padding-left: 0px;
    }
    .board-list>.row>div {
        width: 50%;
        max-width: 350px;
    }
    .board-list>.row {
        justify-content: center;
    }
    .sprd-data,
    .sprd-img {
        flex: 0 0 100%;
    }
    .empGal img {
        width: calc(50% - 10px);
        height: 150px;
    }
    .empGal {
        column-gap: 10px;
        row-gap: 10px;
    }
    .vision-bls .visn {
        flex: 0 0 100%;
        min-height: 124px;
    }
    .sru-bls>div {
        flex: 0 0 100%;
    }
    .fix-foot-social {
        width: 40px;
        padding: 5px;
    }
    .fix-foot-social a img {
        width: 30px;
    }
    .fix-foot-social a {
        margin: 0 0 3px 0;
    }
    section.sec-pds.s-slider-main {
        padding-top: 90px !important;
    }
    .s-slider-main .s-slider-main {
        padding-top: 0 !important;
    }
    .btn-wrap {
        left: unset;
        right: 0;
    }
}

@media screen and (max-width:550px) {
    .board-list>.row>div {
        width: 100%;
        max-width: 350px;
    }
    .col-badge {
        height: auto;
        width: 100%;
    }
    .bdg-icon {
        margin-bottom: 20px;
    }
    .penPdfBl {
        flex: 0 0 100%;
    }
    .contact-block .cBlck {
        flex: 0 0 100%;
    }
    .sl-vids .vid-wrap {
        flex: 0 0 100%;
    }
    .empGal img {
        width: 100%;
        height: auto;
    }
}


/* custom tb-megamenu css  */

.tb-megamenu {
    background-color: var(--sail-blue) !important;
}

.tb-megamenu .nav>li {
    margin-left: 10px;
}

.tb-megamenu .nav>li>a,
.tb-megamenu .nav>li>span.tb-megamenu-no-link {
    color: rgb(255 255 255 / 84%) !important;
}


/* .tb-megamenu .nav li.dropdown.open > .dropdown-toggle {
    background-color: transparent;
    color:white !important;
} */

.tb-megamenu .nav>li>a:focus,
.tb-megamenu .nav>li>a:hover,
.tb-megamenu .nav>li>span.tb-megamenu-no-link:focus,
.tb-megamenu .nav>li>span.tb-megamenu-no-link:hover {
    background-color: transparent;
    color: white !important;
}


/* custom color blind css  */

.gigw .color-blind,
.gigw .colorbalck {
    color: #000;
    margin-left: 10px;
}

body header.inner_header .gigw .color-blind {
    color: #333;
}

#block-skiptocontent .color-blind {
    margin: 1px 10px;
    color: #fff;
}

#block-skiptocontent .color-blind,
#block-skiptocontent .colorbalck {
    margin: 1px 0px;
    padding: 0 10px;
}

#block-skiptocontent .color-blind {
    margin: 1px 3px;
}


/* blackbody start */

.gigw .color-blind,
.gigw .colorbalck {
    cursor: pointer;
}

.blackbody section.whatsnew .region-whatsnew .block-views-blockwhats-new-block-1 .view-whats-new .view-footer .whatsnew_more a {
    border-color: #0e0e00;
    ;
    color: #333;
}

.blackbody section.whatsnew .region-whatsnew .block-views-blockwhats-new-block-1 h2 {
    color: #333;
}

.blackbody .view-whats-new a {
    color: #333;
}

.blackbody section.whatsnew .region-whatsnew .plant-unit h2 {
    color: #333
}

.blackbody section.whatsnew .region-whatsnew .plant-unit .steel_plants_menu ul li a {
    color: #333;
}

.blackbody section.whatsnew .region-whatsnew section.block {
    background: yellow;
}

.blackbody section.sailnetwork .network_menu ul li a {
    color: #333;
}

.blackbody section.sailnetwork .network_title h2 {
    color: #333;
}

.blackbody section.swachh_sail .sail-swatch .owl-buttons div {
    color: #333;
}

.blackbody section.swachh_sail .sail-swatch .owl-buttons div:hover:after {
    color: yellow;
}

.blackbody .inner_header .tb-megamenu .nav>li>a {
    color: #fff !important;
}

.blackbody .tb-megamenu .nav>.active>a,
.tb-megamenu .nav>.active>a:hover,
.tb-megamenu .nav>.active>a:focus,
.tb-megamenu .nav>.active>span.tb-megamenu-no-link,
.tb-megamenu .nav>.active>span.tb-megamenu-no-link:hover,
.tb-megamenu .nav>.active>span.tb-megamenu-no-link:focus {
    background: none !important
}

.blackbody header.inner_header .tb-megamenu .nav>li>span.tb-megamenu-no-link {
    color: #fff !important;
}

.blackbody .navbar.container.sticky {
    background: #1f1f01 !important;
}

.blackbody .steel-autho-box ul li.steel-auto-list1 {
    background: yellow;
    color: #000;
}

.blackbody header .top-header-ab a.logo img {
    filter: grayscale(1);
}

.blackbody .demand_appoint {
    background: yellow;
}

.blackbody .region-slider .view-home-slider .flexslider ul.slides li img {
    filter: grayscale(1);
}

.blackbody .img-responsive,
.thumbnail>img,
.thumbnail a>img,
.carousel-inner>.item>img,
.carousel-inner>.item>a>img {
    filter: grayscale(1);
}

.blackbody .owl-item .slider-item .we_offer {
    background: yellow !important;
}

.blackbody .owl-item .slider-item .we_offer .weoffer_content .weoffer_title {
    color: #000 !important;
}

.blackbody .owl-item .slider-item .we_offer .weoffer_link a {
    color: #000 !important;
    border: 2px solid #333 !important;
}

.blackbody section.weoffer .region-weoffer .owl-nav button:hover {
    color: #fff !important;
    background: #000 !important;
}

.blackbody .steel-autho-box ul li.steel-auto-list2 {
    background: #000;
}

.blackbody .steel-autho-box ul li.steel-auto-list3 {
    background: yellow;
    color: #000;
}

.blackbody .steel-autho-box ul li.steel-auto-list5 {
    background: yellow;
    color: #000;
}

.blackbody .steel-autho-box ul li.steel-auto-list4 {
    background: #000;
}

.blackbody .steel-autho-box ul li.steel-auto-list6 {
    background: yellow;
    color: #000;
}

.blackbody section.whatsnew .region-whatsnew .block-views-blockwhats-new-block-1 {
    filter: grayscale(1);
}

.blackbody section.whatsnew .region-whatsnew section.ab-buyer-interest {
    background: yellow;
}

.blackbody section.whatsnew .region-whatsnew .block-block-contentbaa954db-13df-42cd-a015-0f9c1508fb4d {
    filter: grayscale(1);
}

.blackbody section.whatsnew .region-whatsnew .ab-buyer-interest .buyers_more a {
    border: 2px solid #000;
    color: #000;
}

.blackbody section.whatsnew .region-whatsnew .ab-buyer-interest h2 {
    color: #000;
}

.blackbody section.twitterfeeds-box .twitterfeeds h2.twitterheading {
    color: #000;
}

.blackbody section.twitterfeeds-box .twitterfeeds h2.twitterheading i {
    color: #2c2c2c
}

.blackbody section.weoffer:after {
    filter: grayscale(1);
}

.blackbody section.weoffer:before {
    background: yellow !important
}

.blackbody section.sailnetwork {
    background: yellow;
}

.blackbody section.sailnetwork .network_menu ul li a:after {
    filter: grayscale(1);
}

.blackbody section.csractivity {
    filter: grayscale(1);
}

.blackbody footer.footer {
    background: #000;
}

.blackbody footer.footer .region-footer ul.menu li a {
    opacity: 0.9
}

.blackbody .field--item div img {
    filter: grayscale(1);
}

.blackbody header.navbar-default {
    background: linear-gradient(0deg, rgba(2, 28, 82, 0) 0%, rgba(28, 29, 30, 1) 100%)
}

.blackbody .sailsocialblock .sail_social ul.social_sail {
    filter: grayscale(1);
}

.blackbody .tb-megamenu .nav>li>a:focus,
.tb-megamenu .nav>li>a:hover,
.tb-megamenu .nav>li>span.tb-megamenu-no-link:focus,
.tb-megamenu .nav>li>span.tb-megamenu-no-link:hover {
    color: #000;
}

.tb-megamenu .nav li.dropdown.open>.dropdown-toggle {
    background-color: transparent;
    color: #fff !important;
}

.tb-megamenu .span12.mega-col-nav .mega-inner {
    padding: 0;
}

.tb-megamenu .mega-nav>li a,
.tb-megamenu .dropdown-menu .mega-nav>li a,
.tb-megamenu .mega-nav>li span.tb-megamenu-no-link,
.tb-megamenu .dropdown-menu .mega-nav>li span.tb-megamenu-no-link {
    padding: 5px 10px !important;
    border-top: 1px solid #eee !important;
}

.tb-megamenu .dropdown-menu {
    border: none !important;
}

.tb-megamenu .dropdown-menu li>a:hover,
.tb-megamenu .dropdown-menu li>a:focus,
.tb-megamenu .dropdown-submenu:hover>a,
.tb-megamenu .dropdown-menu li>span.tb-megamenu-no-link:hover,
.tb-megamenu .dropdown-menu li>span.tb-megamenu-no-link:focus,
.tb-megamenu .dropdown-submenu:hover>span.tb-megamenu-no-link {
    color: #262626;
    text-decoration: none;
    background-color: #f5f5f5;
}


/* .tb-megamenu .nav li.dropdown.open > .dropdown-toggle .caret, .tb-megamenu .nav li.dropdown.active > .dropdown-toggle .caret, .tb-megamenu .nav li.dropdown.open.active > .dropdown-toggle .caret {
    border-top-color: #e54e4b;
    border-bottom-color: #e54e4b;
} */

.blackbody .tb-megamenu .nav li.dropdown.open>.dropdown-toggle {
    color: #000 !important;
}

.blackbody .tb-megamenu .dropdown-menu .mega-nav>li a:hover {
    background: yellow !important;
    color: #000;
}

.blackbody .region-slider .flex-control-nav li a.flex-active {
    color: yellow;
}

.blackbody .block-quicktabs ul.quicktabs-tabs li a:after {
    border-bottom: 4px solid yellow !important;
}

.blackbody .midlist ul li {
    background: yellow;
}

.blackbody .midlist ul li h2 {
    color: #000;
}

.blackbody .swatch-full .swatchleft .swatch-inner {
    border: 8px solid yellow;
}

.blackbody .vision-list .credo-blue ul {
    background: yellow;
}

.blackbody .midlist ul li p {
    color: #000;
}

.blackbody .gradient-blue {
    background: linear-gradient(90deg, rgb(18 57 90) 0%, rgb(14 14 14) 100%) !important;
}

.blackbody .secoundlist ul li h3 {
    color: #000 !important;
}

.blackbody .award-section ul li.item-list {
    background: yellow;
    border: 1px solid yellow;
}

.blackbody .award-section ul li.item-list .views-field-field-upload-file a {
    background: #000;
    border-color: #000;
}

.blackbody .award-section ul li.item-list .views-field-field-upload-file a:hover {
    color: yellow;
}

.blackbody .award-section ul li.item-list .views-field-field-upload-file a:hover:after {
    filter: grayscale(1);
}

.blackbody section.weoffer .region-weoffer .background_block .view-content .owl-item .views-field-field-event-date span {
    border-color: #000;
    color: #000;
}

.blackbody .board-organisation ul li .views-field-field-external-link a {
    color: #000;
    border-color: yellow;
}

.blackbody .swatch-full .swatchright {
    border-color: yellow;
}

.blackbody .swatch-full .swatchright:after {
    background: yellow;
}

.blackbody .swatch-full .swatchright ul li:before {
    filter: grayscale(1);
}

.blackbody .ab-container-main table tr:nth-child(even) {
    background: #9da1a5;
}

.blackbody .saillegen_full {
    filter: grayscale(1);
}

.blackbody .ab-container-main .content img {
    filter: grayscale(1);
}

.blackbody .region-sidebar-first .sidemenu_title .nav li a:hover {
    background: #000;
    border-color: #333;
}

.blackbody .region-sidebar-first .sidemenu_title .nav li.active>a {
    background: #000;
    border-color: #333;
}

.blackbody .region-sidebar-first .sidemenu_title .nav li span {
    background: #72757b;
    border-color: #72757b;
}

.blackbody .dealeritems .delaeritem-list ul li a,
.path-dealer-network .main-container .content .dealersitem a {
    color: #333;
    border-color: yellow;
}

.blackbody .block-views-blocksail-dealer-list-menu-block-1 .block-title {
    border-color: yellow;
    color: #fff;
}

.blackbody .view-sail-dealer-list-menu .view-header ul li.dealer-list-row a {
    background: #333;
}

.blackbody .region-sidebar-first .sidemenu_title h2 {
    color: #fff;
    border-color: yellow;
}

.blackbody .ab-list-wrapper ul li {
    background: #8b949c;
}

.blackbody .ab-list-wrapper ul li .views-field-field-contact-no- {
    color: #333;
}

.blackbody .ab-list-wrapper ul li:after {
    filter: grayscale(1);
}

.blackbody .ab-list-wrapper ul li .views-field-view-node a {
    border-color: #333;
    background: #000;
}

.blackbody .pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
    background: #333;
    border-color: #000;
}

.blackbody .pagination>li>a,
.pagination>li>span {
    color: #000;
}

.blackbody .vision-list .credo-blue ul li {
    color: #000;
    border-color: #333;
}

.blackbody .file-link a,
.file-link a:hover,
.file-link a:focus,
.file-link a:active {
    color: #333;
}

.blackbody .file>span {
    color: #333;
}

.blackbody .text-primary {
    color: #333 !important;
}

.blackbody .path-sustainability-report .view-sustainability-report .item-list ul li:after {
    filter: grayscale(1) !important;
}

.blackbody .path-sustainability-report .view-sustainability-report .item-list ul li:hover {
    box-shadow: 0 0 10px #333;
}

.blackbody .ytp-cued-thumbnail-overlay-image {
    filter: grayscale(1) !important;
}

.blackbody .view-sail-video-gallery ul li video {
    filter: grayscale(1) !important;
}

.blackbody .accordion-item .views-field-title .field-content span.ab {
    background: #333;
}

.blackbody .accordion-item .views-field-title .field-content .icon:before,
.accordion-item .views-field-title .field-content .icon:after {
    filter: grayscale(1);
}

.blackbody .region-sidebar-first .sidemenu .nav li span {
    background: #dddddd
}

.blackbody .region-sidebar-first .sidemenu .nav li.dropdown .dropdown-menu li a:hover,
.region-sidebar-first .sidemenu .nav li.dropdown .dropdown-menu li.active a {
    background: #333;
    border-color: #333;
}

.blackbody .path-central-regional-offices .view-central-regional-offices .quicktabs-wrapper ul.quicktabs-tabs li.active a,
.path-branch-sails-offices .view-central-regional-offices .quicktabs-wrapper ul.quicktabs-tabs li.active a,
.path-sail-dealer-distributor .view-central-regional-offices .quicktabs-wrapper ul.quicktabs-tabs li.active a {
    background: #333;
}

.blackbody header .top-header-ab .mid-header-custom {
    border-color: yellow;
}

.blackbody .block-views-blockproducts-inner-menu-items-block-1 h2.block-title {
    border-color: yellow !important;
    color: #333 !important;
}

.blackbody .dealer-list-wrap>ul>li.dealer-list-row>.views-field-title a {
    background: #333 !important;
}

.blackbody .product-list ul li .views-field-title a {
    background: yellow;
    color: #333;
}

.blackbody .product-list ul li .views-field-title a:hover {
    background: #333;
    color: #fff;
}

.blackbody .view-central-regional-offices .quicktabs-wrapper ul.quicktabs-tabs li.active a {
    background: yellow;
    color: #333;
    border-color: #000;
}

.blackbody.view-central-regional-offices .quicktabs-wrapper ul.quicktabs-tabs li.active a:after {
    color: #333;
}

.blackbody ul.quicktabs-tabs li.active a {
    background: yellow;
    color: #333;
    border-color: #000;
}

.blackbody.path-photo-galleries ul.quicktabs-tabs li a {
    border-color: yellow;
}

.blackbody.path-steel-links .quicktabs-wrapper .quicktabs-main .quicktabs-tabpage .views-row {
    background: yellow;
    border-color: #000;
}

.blackbody .quicktabs-wrapper .quicktabs-main .quicktabs-tabpage .views-row .views-field-field-external-link a {
    background: #ddd;
    border-color: #333;
}

.blackbody.path-steel-links ul.quicktabs-tabs li a {
    border-color: #ddd;
    color: #000;
}

.blackbody ul.quicktabs-tabs li a:after {
    border-color: yellow;
}

.blackbody .investors .field--items {
    background: yellow;
}

.blackbody .fincial-list ul {
    background: yellow;
}

.blackbody .tb-megamenu .nav>.active>span.tb-megamenu-no-link {
    background: none;
}

.blackbody .tb-megamenu .dropdown-menu .mega-nav>li.active a {
    background: yellow !important;
    color: #333;
}

.blackbody .inner_header .gigw .color-blind {
    color: #fff;
}

.blackbody .fa-angle-left:before {
    color: yellow;
}

.blackbody section.weoffer .region-weoffer .owl-nav button {
    background: rgb(117 109 109 / 50%);
}

.blackbody section.weoffer .region-weoffer .owl-nav button {
    background: rgb(117 109 109 / 50%);
}

.blackbody .fa-angle-right:before {
    color: yellow;
}

.blackbody .inner_header #block-topmenu ul.menu--top-menu li a {
    color: #fff
}

.blackbody .inner_header .resize_text .content a {
    color: #fff;
}

.blackbody .inner_header section .mobileno a {
    color: #fff;
}

.blackbody .inner_header .ab-container .top-header-ab .block-language ul.links li a {
    color: #fff;
}

.blackbody .inner_header .gigw .skip-content {
    color: #fff;
}

.blackbody .vision-list {
    background: linear-gradient(90deg, rgb(3 50 93) 0%, rgb(2 6 25) 100%);
}

.blackbody ul.centres-table li a:hover {
    color: #333;
}

.blackbody.path-central-marketing-organisation ul.centres-table li a {
    background: yellow;
    color: #333;
    border-color: #000
}

.blackbody.path-photo-galleries ul.quicktabs-tabs {
    background: #000;
}

.blackbody .gigw .color-blind,
.gigw .colorbalck {
    color: #fff;
}


/* blackbody close */


/* custom css  */

button.button.js-form-submit.form-submit.btn-primary.btn.icon-only {
    background: #fff;
    color: black;
    border: #fff;
    height: 34px;
    /* border-radius: 17px; */
    /* margin: -40px; */
    /* border-top-right-radius: 20px !important ;
    border-bottom-right-radius: 20px !important ; */
}


/* input#edit-keys {
    height: 100%;
} */

.dropdown-menu {
    width: 200px !important;
    max-height: 480px;
    overflow: hidden;
    overflow-y: auto;
}

.dropdown-menu::-webkit-scrollbar {
    background: transparent;
    width: 5px;
    height: 5px;
}

.dropdown-menu::-webkit-scrollbar-thumb {
    background-color: #162959;
}

.dropdown-menu::-webkit-scrollbar-thumb:hover {
    /* background-color: rgba(0, 0, 0, 0.3); */
}

.dropdown-menu>li>a {
    white-space: normal !important;
    color: black;
}


/* Sukanta css
====================================== */

a {
    text-decoration: none !important;
    transition: all ease-in-out 0.2s;
    -webkit-transition: all ease-in-out 0.2s;
    -moz-transition: all ease-in-out 0.2s;
    -ms-transition: all ease-in-out 0.2s;
    -o-transition: all ease-in-out 0.2s;
}

header .container {
    width: 100% !important;
    max-width: 1522px !important;
}

a.site_logo {
    width: 118px;
    height: auto;
    display: block;
    float: left;
    margin: 15px 0;
}

a.site_logo img {
    width: 100%;
    height: auto;
}

.header_right {
    float: right;
}

.header_right_inner {
    float: right;
}

.h_link {
    float: right;
    padding-top: 23px;
}

.h_link>ul {
    float: left;
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 0;
}

.h_link>ul>li {
    display: inline-block;
    vertical-align: middle;
    padding: 0 2px;
    position: relative;
    box-sizing: content-box;
}

.h_link>ul>li>a {
    font-size: 15px;
    line-height: 20px;
    font-weight: 600;
    color: #000 !important;
    display: block;
    text-align: center;
    text-decoration: none;
}

.h_link>ul>li:first-child>a {
    font-weight: 400;
    font-size: 12px;
    padding-right: 3px;
    border-right: 1px solid #000;
    color: #162959;
}

.nav>li>a {
    /* color: #162959 !important; */
    color: #302e2e !important
}

.h_link>ul>li:nth-child(2),
.h_link>ul>li:nth-child(3) {
    width: 20px;
    height: auto;
}

.h_link>ul>li:nth-child(3) {
    margin-right: 10px;
}

.h_link>ul>li>a.color_active {
    background-color: #000 !important;
    color: #fff !important;
}

.custom_h_nav {
    float: right;
    width: 100%;
    clear: both;
    padding-top: 25px;
}

.custom_h_nav>ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.custom_h_nav>ul>li {
    float: left;
    padding: 0 12px;
}

.custom_h_nav>ul>li:last-child {
    padding-right: 0;
}

.custom_h_nav>ul>li:hover>a,
.custom_h_nav>ul>li.active>a {
    color: #000;
}

.custom_h_nav>ul>li>a {
    display: block;
    font-size: 15px;
    line-height: 20px;
    font-weight: 500;
    color: #337ab7;
}

.g_img {
    float: right;
    width: 48px;
    padding: 15px 0 15px 20px;
    box-sizing: content-box;
}

.g_img img {
    max-width: 100%;
}

.slider_position {
    position: relative;
    padding-left: 100px;
    overflow: hidden;
}

.form-search::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #000;
}

.form-search::-moz-placeholder {
    /* Firefox 19+ */
    color: #000;
}

.form-search:-ms-input-placeholder {
    /* IE 10+ */
    color: #000;
}

.form-search:-moz-placeholder {
    /* Firefox 18- */
    color: #000;
}

.fr-search {
    background: #fff url(/themes/custom_sail/assets/images/search-icon.png) 7px center no-repeat;
    background-size: 17px auto;
    border-radius: 50px;
    width: 140px;
    overflow: hidden;
    top: 7px;
    position: relative;
}

.fr-search input {
    background: transparent;
}


/* .fr-search::before {
      content: '/f002';
      font-family: '';
      font-size: 15px;
      color: #000;
      position: absolute;
      left: 0;
      top: 0;
    } */

.fr-search .form-search {
    width: 100%;
}

.fr-search .input-group-btn {
    display: none;
}

.help-block {
    display: none;
}

@media (min-width: 992px) {
    nav .container {
        width: 100%;
        max-width: 1140px
    }
    .navbar-toggle {
        display: none;
    }
}

@media (min-width: 1200px) {
    nav .container {
        width: 100%;
        max-width: 1320px;
    }
    /* css */
    .custom_h_nav>ul>li {
        padding: 0 8px;
    }
    .custom_h_nav>ul>li>a {
        font-size: 14px;
    }
    .custom_tab {
        padding: 0;
    }
    .tab_nav {
        width: 24%;
    }
    .c_tab_container {
        width: 73%;
    }
}

@media (max-width: 1726px) and (min-width: 1500px) {
    .slider_position {
        padding-left: 0;
    }
}

@media (min-width: 1400px) {
    .container {
        width: 1320px;
    }
}

@media screen and (max-width:1280px) {
     :root {
        --font-body: 15px;
        --font-body-sm: 13px;
        --font-body-lg: 18px;
        --font-ex-sm: 14px;
        --font-nav: 12px;
    }
    .s-plants-title {
        letter-spacing: 12px;
    }
    .nav-top a.nav-link,
    .nav-below .navbar-nav .nav-link {
        font-size: 11px;
    }
    .nav-top ul.navbar-nav.mb-2.mb-lg-0 {
        justify-content: space-around;
    }
    .hex {
        position: relative;
        --s: 175px;
        width: 175px;
        height: calc(0.866*var(--s));
    }
    .hex div {
        font-size: 14px;
    }
}

@media screen and (max-width:1150px) {
    .nav-below ul.navbar-nav {
        margin: 0;
        padding: 0;
    }
    .nav-top a.nav-link,
    .nav-below .navbar-nav .nav-link {
        font-size: 9px;
    }
    .hex {
        position: relative;
        --s: 150px;
        width: 150px;
        height: calc(0.866*var(--s));
    }
}

@media (max-width: 991.98px) {
    /* .navbar-toggle {
            display: block;
        }
        .nav-below .navbar-toggle {
            float: left;
            margin-left: 15px;
        }
        .nav-top .navbar-toggle {
            float: right;
            position: absolute;
            right: 15px;
            margin: 0;
        }
        div#navbar.collapse,
        div#navbarBtm.collapse {
            display: none !important;
        }
        div#navbar.collapse.in,
        div#navbarBtm.collapse.in {
            display: block !important;
        }
        div#navbar,
        div#navbarBtm {
            position: fixed;
            top: 85px;
            width: 100%;
            left: 0;
            right: 0;
            height: calc(100vh - 85px) !important;
            background: #162959;
            bottom: 0;
            margin: 0;
            padding-bottom: 20px;
            overflow: auto !important;
            padding-left: 15px;
        }
        div#navbarBtm {
            top: 135px;
            height: calc(100vh - 135px) !important;
            flex-flow: column;
        }
        div#navbar>ul.navbar-nav a,
        div#navbarBtm ul.navbar-nav a,
        div#navbarBtm ul.navbar-nav .dropdown-menu a {
            display: block;
            border-bottom: 1px solid rgb(255 255 255 / 21%) !important;
        }
        div#navbar>ul.navbar-nav>li {
            padding: 0;
            margin: 0;
        }
        .nav-options-ex li.nav-item a.nav-link {
            display: inline-block;
        }
        .nav-top ul.navbar-nav {
            display: block;
            padding: 0;
            margin: 0;
        }
        .offcanvas-collapse {
            position: fixed;
            top: 101px;
            Height of navbar
    bottom: 0;
    left: 100%;
    width: 100%;
    padding-right: 1rem;
    padding-left: 1rem;
    overflow-y: auto;
    visibility: hidden;
    background-color: var(--sail-blue);
    transition: transform .3s ease-in-out, visibility .3s ease-in-out;
    padding-top: 10px;
} */
    .offcanvas-collapse.open {
        visibility: visible;
        transform: translateX(-100%);
    }
    .offcanvas-collapse.open .nav-link.active,
    .offcanvas-collapse.open .nav-link:hover,
    #navbar .nav-link:hover,
    #navbar .nav-link.active {
        color: rgb(255 255 255 / 90%) !important;
    }
    .offcanvas-collapse.open .nav-link,
    #navbar .nav-link,
    div#navbarBtm ul.navbar-nav .dropdown-menu a {
        color: rgb(255 255 255 / 55%) !important;
        padding: 10px;
    }
    div#navbarBtm ul.navbar-nav .dropdown-menu a {
        padding: 10px 20px;
    }
    div#navbarBtm ul.navbar-nav .dropdown-menu a:hover {
        color: rgb(255 255 255 / 90%) !important;
        background: transparent !important;
    }
    .nav-top ul.navbar-nav {
        flex-flow: column;
    }
    .navbar-nav>li {
        float: none;
    }
    .offcanvas-collapse.open li.nav-item {
        border-bottom: 1px solid #ffffff24 !important;
    }
    .offcanvas-collapse.open li.nav-item:last-child {
        border: 0;
    }
    .offcanvas-collapse .nav-options-ex {
        margin-top: 0;
        margin-bottom: 0;
    }
    .nav-below ul.dropdown-menu a.dropdown-item {
        white-space: pre-wrap;
    }
    .nav-below ul.navbar-nav {
        margin-left: 0;
        width: 100%;
        margin-top: 20px;
    }
    .nav-below .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        background: transparent;
        box-shadow: none;
        border: 0;
    }
    .nav-below form .input-group.fr-search {
        width: 100%;
    }
    .nav-below form {
        width: 100%;
    }
    .navbar-collapse {
        padding-top: 20px;
    }
    */ .contact-block .cBlck {
        flex: 0 0 calc(33.33% - 15px);
    }
    .vision-bls {
        width: 100%;
        margin: 0;
    }
    .vision-bls.btnVis {
        margin-left: 0;
    }
    .sru-bls>div {
        flex: 0 0 50%;
        padding: 10px;
    }
    .srBl {
        padding: 20px;
    }
    .sruBlBs>div {
        flex: 0 0 100%;
    }
    .skiptranslate.goog-te-gadget {
        height: 55px;
        margin-top: 0;
    }
    select.goog-te-combo {
        margin: 8px 0 !important;
        background: #ffffff;
    }
}

@media (max-width: 768px) {
    .shape-flex li {
        flex: 0 0 50% !important;
    }
    .contact-block .cBlck {
        flex: 0 0 calc(50% - 15px);
    }
    .footer-top .divider-line {
        margin: 0 15px;
    }
    .s-plants-title {
        letter-spacing: 3px;
        font-size: 10px;
        margin: 0 0 15px 0;
    }
    section.ticker p span {
        margin: 0 10px;
        font-size: 10px;
    }
    .plant-slider-group {
        display: none !important;
    }
    .s-line-info>div {
        font-size: 10px;
    }
    .section-heading {
        font-size: 28px;
        margin-bottom: 40px;
    }
    section.sec-pds {
        padding: 20px 10px;
        /* margin-top: 80px; */
    }
    img.logo-icon-stl {
        height: 80px;
        float: none;
    }
    /* .product-slider {
        padding-left: 10px;
    } */
    section.sec-pds.s-bgs {
        padding: 20px 10px 0 20px;
    }
    .section-heading sup {
        display: inline-block;
        margin-left: 0;
        position: relative;
        top: auto;
    }
    .num-list-wrap {
        margin: 0;
        padding: 20px;
    }
    .num-list>div {
        flex: 0 0 100%;
    }
    .num-list div p {
        font-size: 18px;
        margin: 0;
    }
    .b-lists {
        flex-wrap: wrap;
    }
    .b-lists div {
        font-size: 14px;
        margin: 15px 0;
    }
    .bnrTp-tx {
        flex-wrap: wrap;
        font-size: 16px;
    }
    .bnrTp-tx strong {
        font-size: 80px;
        flex: 0 0 100%;
    }
    .bnrTp-tx i.fa-infinity {
        font-size: 32px;
    }
    section.sec-pds.baner-bgs .container-fluid {
        background-size: 200px;
        background-position: right top;
        padding-top: 100px;
    }
    .baner-bgs p {
        margin: 5px 0;
    }
    .b-lists a.btn.s-btn {
        margin: 0 15px 15px 0;
    }
    .f-below .num-list>div {
        flex: 0 0 100%;
        padding: 0;
        padding-bottom: 15px;
    }
    section.sec-pds.f-below {
        padding-top: 0 !important;
        padding-bottom: 50px !important;
    }
    .num-list-wrap h4,
    h4 {
        font-size: 20px;
        margin-bottom: 20px;
    }
    .plant-lst>li {
        font-size: 16px;
        flex: 0 0 100%;
        margin-bottom: 15px;
    }
    section.sec-pds.sec-dark-bg h2.section-heading {
        margin-bottom: 20px;
    }
    section.sec-pds.sec-dark-bg a.btn.s-btn.w-btn {
        font-size: 12px;
        padding: 16px;
        height: 50px;
        margin: 5px 0;
    }
    section.sec-pds.sec-dark-bg .d-flex.align-items-center {
        flex-wrap: wrap;
    }
    .row.num-list-wrap .justify-content-end {
        justify-content: center !important;
    }
    img.sntwr {
        margin-top: 40px;
    }
    section.sec-pds.s-stl-prds img.resp-img {
        height: 80px;
        float: none;
    }
    .footer-bar.d-flex {
        flex-wrap: wrap;
    }
    .footer-bar ul.list-unstyled.d-flex {
        flex-direction: column;
        justify-content: center;
        width: 100%;
    }
    .s-line-info {
        margin-top: 10px;
        margin-bottom: 20px;
    }
    section.ticker {
        padding: 3px 0 1px 0 !important;
    }
    .plant-lst>li>i {
        font-size: 16px;
        top: 4px;
    }
    .post-lists>.row>div {
        padding-bottom: 20px;
    }
    .post-lists>.row>div:last-child {
        padding-bottom: 0px;
    }
    .footer-top {
        padding: 20px 0;
    }
    .footer-below {
        padding-top: 20px;
    }
    .footer-social a {
        margin-right: 7px;
    }
    .footer-bar a {
        margin-bottom: 10px !important;
        display: block;
    }
    .footer-bar ul li a:after {
        margin-top: 1px;
        width: 100%;
        height: 1px;
        top: 100%;
        margin-top: 5px;
        left: 0;
    }
    .plant-slider .owl-nav {
        bottom: 50%;
        width: 100%;
        display: flex;
        justify-content: space-between;
        right: 0;
    }
    p.with-mark-bg {
        padding: 0;
    }
    .inner-tp-btns {
        text-align: left;
    }
    .prd-col {
        overflow: hidden;
        /* height: 37px; */
        margin-bottom: 25px;
        width: 100%;
    }
    ul.prd-name-list {
        display: flex;
        flex-wrap: nowrap;
        padding-bottom: 1rem;
        margin-top: -1px;
        overflow-x: auto;
        color: rgba(255, 255, 255, .75);
        text-align: center;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch;
    }
    ul.prd-name-list li a {
        background: #d9e2f9;
        border-radius: 50px;
        color: #162959;
        font-weight: 900;
        margin-right: 5px;
        font-size: 12px;
        padding: 6px 15px 5px !important;
    }
    ul.prd-name-list li.active a,
    ul.prd-name-list li a:hover {
        background: #162959;
        border-radius: 50px;
        color: #ffffff;
    }
    table.specTbl {
        margin-top: 40px;
    }
    table.specTbl tr td,
    table.specTbl tr th {
        padding: 10px;
    }
    table.specTbl th {
        font-size: 18px;
    }
    table.colled-rolledtbl.specTbl td:first-child {
        padding: 10px;
        font-size: 16px;
    }
    .pg-below-cmn .b-box {
        flex: 0 0 100%;
        margin-bottom: 30px;
        padding: 0;
    }
    .pg-below-cmn {
        flex-flow: wrap;
    }
    .pg-below-cmn .b-box h5 {
        padding-left: 0;
        height: auto;
        margin: 0 0 10px 0;
    }
    .blh-round>.row>div {
        border: 0;
        border-bottom: 1px solid #dddddd;
        padding: 15px 15px;
    }
    .blh-round {
        padding: 15px;
    }
    .round-header {
        padding: 40px 30px 20px 30px;
    }
    table.simp-tbl tr td,
    table.simp-tbl tr th {
        padding: 10px;
    }
    table.simp-tbl th,
    table.simp-tbl th,
    table.simp-tbl tr td:first-child {
        font-size: 18px;
    }
    table.simp-tbl {
        min-width: 500px;
    }
    .pg-below-cmn .b-box a {
        right: 0;
    }
    a.big-link {
        font-size: 16px;
    }
    .bg-desp {
        padding: 15px;
        background: var(--light-bg-blue);
    }
    table.simp-tbl.with-cols th.set-bg {
        font-size: 18px;
        font-weight: 700;
    }
    .bx-cols {
        padding: 0;
        margin-bottom: 40px;
    }
    ul.credo-list li {
        padding-left: 50px;
        font-size: 16px;
    }
    section.sec-pds.baner-bgs {
        padding: 0;
        padding-bottom: 20px;
    }
    .row.box-icons>div {
        min-width: 100%;
    }
    .nav-top .navbar-brand {
        padding-left: 0px;
    }
    .board-list>.row>div {
        width: 50%;
        max-width: 350px;
    }
    .board-list>.row {
        justify-content: center;
    }
    .sprd-data,
    .sprd-img {
        flex: 0 0 100%;
    }
    .empGal img {
        width: calc(50% - 10px);
        height: 150px;
    }
    .empGal {
        column-gap: 10px;
        row-gap: 10px;
    }
    .vision-bls .visn {
        flex: 0 0 100%;
        min-height: 124px;
    }
    .sru-bls>div {
        flex: 0 0 100%;
    }
    .fix-foot-social {
        width: 40px;
        padding: 5px;
    }
    .fix-foot-social a img {
        width: 30px;
    }
    .fix-foot-social a {
        margin: 0 0 3px 0;
    }
}

@media screen and (max-width:550px) {
    .board-list>.row>div {
        width: 100%;
        max-width: 350px;
    }
    .col-badge {
        height: auto;
        width: 100%;
    }
    .bdg-icon {
        margin-bottom: 20px;
    }
    .penPdfBl {
        flex: 0 0 100%;
    }
    .contact-block .cBlck {
        flex: 0 0 100%;
    }
    .sl-vids .vid-wrap {
        flex: 0 0 100%;
    }
    .empGal img {
        width: 100%;
        height: auto;
    }
}

.section-heading {
    font-size: 49px;
    font-weight: 700;
    position: absolute;
    top: 100px;
    left: 0;
    padding: 0 20px 0 60px;
    width: 100%;
    margin: 0;
}

.round-header p {
    position: absolute;
    left: 0;
    /* top: 250px; */
    width: auto;
    padding: 0 20px 0 60px;
}

.round-header .breadcrum {
    position: absolute;
    left: 0;
    top: 30px;
    width: 100%;
    padding: 0 20px 0 60px;
}

.navbar-nav>li>a {
    font-size: 13px !important;
    margin: 0 2px !important;
}

.custom-heading {
    position: static;
    padding: 0;
}

.sxPnt {
    width: 100%;
    margin-top: 100px !important;
}

.tablinks {
    text-decoration: none;
    padding: 6px 10px;
    font-size: 16px;
    display: block;
    color: var(--body-black);
    border-bottom: 3px solid var(--light-bg-blue);
    font-weight: 500;
}

tablinks.active,
.tablinks:hover {
    background: linear-gradient(90deg, rgb(231 239 255 / 77%) 0%, rgb(255 255 255 / 0%) 100%);
}

.custom_tab {
    width: 100%;
    float: left;
}

.tab_nav {
    width: 30%;
    float: left;
}

.tab_nav button {
    padding: 15px;
    font-size: 16px;
    font-weight: 500;
    line-height: 33px;
    color: #000;
    border: none;
    outline: none;
}

.tab_nav button.current {
    background-color: #161658;
    color: #fff;
}

.c_tab_container {
    width: 68%;
    float: right;
}

.c_tab_container .tabpen {
    width: 100%;
    float: left;
    display: none;
}

.c_tab_container .tabpen ul {
    list-style: none;
    margin: 0 -1%;
    padding: 0;
}

.c_tab_container .tabpen li {
    width: 47.8%;
    float: left;
    box-sizing: border-box;
    padding: 15px;
    margin: 0 1% 30px;
    border: 1px solid #161658;
    border-radius: 15px;
}

.c_tab_container .tabpen li h3 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    color: #000;
    margin: 0 0 20px;
}

.c_tab_container .tabpen li span {
    display: block;
    font-size: 15px;
    line-height: 20px;
    font-weight: 400;
    color: #000;
    margin: 0 0 20px;
}

.c_tab_container .tabpen li a {
    background: rgb(41, 41, 105);
    display: block;
    font-size: 15px;
    line-height: 20px;
    font-weight: 400;
    color: #fff;
    text-align: center;
    width: 120px;
    display: block;
    padding: 15px;
    border-radius: 10px;
    text-decoration: none;
}


/* CSS Add by Manoj -16-05-24 */

.text-resize-head {
    float: left;
}

.tx-size a.nav-link {
    background: #000 !important;
    color: #fff !important;
    margin: 0 2px !important;
    font-size: 11px;
    padding-top: 5px;
    text-indent: 0;
    width: 21px;
    height: 23px;
    outline: none;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
}

.block-text-resize {
    font-size: 0;
}

a#text_resize_decrease {
    background: #000 !important;
    color: #fff !important;
    margin: 0 2px !important;
    font-size: 11px;
    padding: 3px 6px;
    text-indent: -4px;
    width: 21px;
    height: 23px;
    outline: none;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
}

a#text_resize_increase {
    background: #000 !important;
    color: #fff !important;
    margin: 0 2px !important;
    font-size: 11px;
    padding: 3px;
    text-indent: 0;
    width: 21px;
    height: 23px;
    outline: none;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
}

a#text_resize_reset {
    background: #000 !important;
    color: #fff !important;
    margin: 0 2px !important;
    font-size: 11px;
    padding: 3px 7px;
    text-indent: 0;
    width: 21px;
    height: 23px;
    outline: none;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
}


/* 23-05-24 gunjan */

.video-embed-field-responsive-video iframe {
    position: relative;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
}

th {
    background: #D9D9D9;
    border: 1px solid #000000;
}

.path-investors-relation .contact_table th {
    background: #D9D9D9;
    /* border: 1px solid #000000; */
    text-align: center;
    font-weight: 700;
    font-size: 18px;
    color: #333;
    padding: 20px;
}

.path-investors-relation .contact_table tr td,
.path-investors-relation .contact_table tr th {
    padding: 10px;
    border: 1px solid #000000;
    border-top: 1px solid #000000 !important;
}


/* 23-05-24 gunjan */


/* 30-05-24 gunjan */


/* .owl-stage .owl-item.active {
  display: none !important;
    } */


/* 30-05-24 gunjan */


/* css add by manoj 31-05-24 */

.region-footer .navbar-nav {
    list-style: none;
    padding: 0;
    width: 100%;
    float: left;
    margin: 10px 0 0;
}

.region-footer .navbar-nav li {
    width: 100%;
    float: left;
}

.region-footer .navbar-nav li a,
.region-footer a {
    color: #302e2e !important;
    font-size: 14px !important;
    line-height: 26px;
}

.region-footer .navbar-nav li a:hover,
.region-footer a:hover {
    color: #303572;
}


/* ul.navbar-nav li.dropdown:hover .dropdown-menu {
        display: block;
    } */


/* Sukanta css */

.navbar-nav ul ul {
    background-color: #f0f0f0;
    box-shadow: unset;
    margin: 0;
    width: 100% !important;
    border: none;
    border-bottom: 1px solid #cac8c8;
}

.navbar-nav li.open ul {
    display:block !important;
}


/* =========================== */

.horizontal {
    width: 100%;
    float: left;
}

section.sec-pds .container {
    /* width: auto !important; */
}

.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover {
    background-color: #e1e1e1 !important;
}


/* 23.09.2024 */

.navbar-nav ul ul {
    display: none;
}


/*sukanta set media css query
     ========================================*/

@media only screen and (max-width:1919px) {
    .product-slider h4 {
        font-size: 23px;
        margin: 0 0 17px 0;
    }
    .region-language-switcher {
        margin-right: 100px;
    }
    #blinking-button {
        top: 18px;
    }
}

@media only screen and (max-width:1700px) {
    .product-slider h4 {
        font-size: 20px;
    }
    .section-heading {
        font-size: 43px;
    }
    .product-slider h4 {
        height: 47px;
    }
    .region-language-switcher {
        margin-right: 0;
    }
}

@media only screen and (max-width:1500px) {
    .contact_table th,
    .contact_table td {
        font-size: 16px;
        padding: 6px;
        word-break: break-all;
    }
    .plant-lst>li {
        font-size: 16px;
    }
    .abstract-icon {
        margin: 3px 7px 16px 0px;
        float: left;
    }
    .rdcis h2 {
        font-size: 40px;
        line-height: 52px;
    }
    #blinking-button {
        top: 9px;
    }
    .footermenus {
        text-align: center;
    }
}

@media only screen and (max-width:1365px) {
    .tb-megamenu .nav>li {
        margin-left: 0;
    }
    .tb-megamenu .nav>li>a,
    .tb-megamenu .nav>li>span.tb-megamenu-no-link {
        border-right: none;
        padding: 15px 10px;
    }
    .bnrTp-tx {
        font-size: 33px;
    }
    section.sec-pds.baner-bgs.nBnrbgss .bnrTp-tx strong img {
        width: 230px;
    }
    .views-view-grid .views-col {
        width: 50% !important;
        overflow: hidden;
    }
    .views-view-grid .views-col img {
        width: auto;
        margin: 0 auto 15px;
        height: 400px;
        display: block;
    }
    .our-employee .views-view-grid .views-col {
        overflow: visible;
    }
    .our-employee .views-view-grid .views-col img {
        height: 250px;
        display: block;
        width: 100% !important;
    }
    .views-view-grid .views-col h4 {
        height: 53px;
    }
    .views-view-grid .views-col p {
        height: 39px;
    }
    .plant-lst>li {
        font-size: 17px;
    }
    .region-language-switcher {
        margin-right: 0px;
    }
    .tab_nav {
        width: 25%;
    }
    .c_tab_container {
        width: 75%;
    }
    /* Header */
    .language-link {
        color: #ffffff;
        text-decoration: none;
    }
    .language-link:hover {
        text-decoration: underline;
    }
    .navbar-toggle {
        display: block;
    }
    .nav-below .navbar-toggle {
        float: left;
        margin-left: 15px;
    }
    .nav-top .navbar-toggle {
        float: right;
        position: absolute;
        right: 15px;
        margin: 0;
    }
    .btn-wrap {
        position: absolute;
        top: 53px;
        font-size: 0;
    }
    div#navbar.collapse,
    div#navbarBtm.collapse {
        display: none !important;
    }
    div#navbar.collapse.in,
    div#navbarBtm.collapse.in {
        display: block !important;
    }
    div#navbar,
    div#navbarBtm {
        position: fixed;
        top: 159px;
        width: 100%;
        left: 0;
        right: 0;
        height: calc(100vh - 159px) !important;
        background: #162959;
        bottom: 0;
        margin: 0;
        padding-bottom: 20px;
        overflow: auto !important;
        padding-left: 15px;
    }
    div#navbar>ul.navbar-nav a,
    div#navbarBtm ul.navbar-nav a,
    div#navbarBtm ul.navbar-nav .dropdown-menu a {
        display: block;
        border-bottom: 1px solid rgb(255 255 255 / 21%) !important;
    }
    div#navbar>ul.navbar-nav>li {
        padding: 0;
        margin: 0;
    }
    .nav-options-ex li.nav-item a.nav-link {
        display: inline-block;
    }
    .nav-top ul.navbar-nav {
        display: block;
        padding: 0;
        margin: 0;
    }
    .offcanvas-collapse {
        position: fixed;
        top: 101px;
        /* Height of navbar */
        bottom: 0;
        left: 100%;
        width: 100%;
        padding-right: 1rem;
        padding-left: 1rem;
        overflow-y: auto;
        visibility: hidden;
        background-color: var(--sail-blue);
        transition: transform .3s ease-in-out, visibility .3s ease-in-out;
        padding-top: 10px;
    }
    .offcanvas-collapse.open {
        visibility: visible;
        transform: translateX(-100%);
    }
    .offcanvas-collapse.open .nav-link.active,
    .offcanvas-collapse.open .nav-link:hover,
    #navbar .nav-link:hover,
    #navbar .nav-link.active {
        color: rgb(255 255 255 / 90%) !important;
    }
    .offcanvas-collapse.open .nav-link,
    #navbar .nav-link,
    div#navbarBtm ul.navbar-nav .dropdown-menu a {
        color: rgb(255 255 255 / 55%) !important;
        padding: 10px;
    }
    div#navbarBtm ul.navbar-nav .dropdown-menu a {
        padding: 10px 20px;
    }
    div#navbarBtm ul.navbar-nav .dropdown-menu a:hover {
        color: rgb(255 255 255 / 90%) !important;
        background: transparent !important;
    }
    .nav-top ul.navbar-nav {
        flex-flow: column;
    }
    .navbar-nav>li {
        float: none;
    }
    .offcanvas-collapse.open li.nav-item {
        border-bottom: 1px solid #ffffff24 !important;
    }
    .offcanvas-collapse.open li.nav-item:last-child {
        border: 0;
    }
    .offcanvas-collapse .nav-options-ex {
        margin-top: 0;
        margin-bottom: 0;
    }
    .nav-below ul.dropdown-menu a.dropdown-item {
        white-space: pre-wrap;
    }
    .nav-below ul.navbar-nav {
        margin-left: 0;
        width: 100%;
        margin-top: 20px;
    }
    .nav-below .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        background: transparent;
        box-shadow: none;
        border: 0;
    }
    .nav-below form .input-group.fr-search {
        width: 100%;
    }
    .nav-below form {
        width: 100%;
    }
    .navbar-collapse {
        padding-top: 20px;
    }
    .navbar-nav>li {
        text-align: center;
    }
    .navbar-nav a {
        width: 100% !important;
        display: block !important;
        padding: 10px !important;
        text-align: center !important;
    }
    .dropdown-menu {
        width: 100% !important;
        min-width: unset !important;
        max-width: unset !important;
    }
    .dropdown-menu>li>a {
        text-align: center !important;
    }
    a.closeTopBtn {
        width: 30px;
        height: 30px;
        display: block;
        background: #fff;
        float: right;
        margin-bottom: 20px;
        border-radius: 50%;
        border: 2px solid #333;
        /* Add border */
        position: relative;
        cursor: pointer;
    }
    /* Cross lines */
    a.closeTopBtn::before,
    a.closeTopBtn::after {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        width: 16px;
        height: 2px;
        background-color: #333;
        transform-origin: center;
    }
    a.closeTopBtn::before {
        transform: translate(-50%, -50%) rotate(45deg);
    }
    a.closeTopBtn::after {
        transform: translate(-50%, -50%) rotate(-45deg);
    }
    a.closeButtomBtn {
        width: 30px;
        height: 30px;
        display: block;
        background: #fff;
        float: right;
        margin-bottom: 20px;
        border-radius: 50%;
        border: 2px solid #333;
        /* Add border */
        position: relative;
        cursor: pointer;
    }
    /* Cross lines */
    a.closeButtomBtn::before,
    a.closeButtomBtn::after {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        width: 16px;
        height: 2px;
        background-color: #333;
        transform-origin: center;
    }
    a.closeButtomBtn::before {
        transform: translate(-50%, -50%) rotate(45deg);
    }
    a.closeButtomBtn::after {
        transform: translate(-50%, -50%) rotate(-45deg);
    }
    .contact-block .cBlck {
        flex: 0 0 calc(33.33% - 15px);
    }
    .vision-bls {
        width: 100%;
        margin: 0;
    }
    .vision-bls.btnVis {
        margin-left: 0;
    }
    .sru-bls>div {
        flex: 0 0 50%;
        padding: 10px;
    }
    .srBl {
        padding: 20px;
    }
    .sruBlBs>div {
        flex: 0 0 100%;
    }
    .skiptranslate.goog-te-gadget {
        height: 55px;
        margin-top: 0;
    }
    select.goog-te-combo {
        margin: 8px 0 !important;
        background: #ffffff;
    }
    /* ul.navbar-nav li.dropdown:hover .dropdown-menu {
            display: block;
        } */
    .navbar-nav li:hover>ul {
        /* display: none !important; */
    }
    .nav-link {
        padding: 3px 0px !important;
        text-align: center !important;
    }
    .nav-item b {
        color: white;
    }
    /* .navbar-nav li:nth-child(3) {
        display: none !important;
    } */
    .text-resize-head {
        float: none;
        width: 106px;
        text-align: center;
        display: inline-block;
        vertical-align: top;
    }
    .text-resize-head a {
        padding: 0px !important;
    }
    a#text_resize_decrease,
    a#text_resize_reset,
    a#text_resize_increase,
    a#text_resize_clear {
        background-color: transparent !important;
    }
    .tx-size>a:first-child.active {
        display: inline-block !important;
        width: 20px !important;
        background: transparent !important;
        padding: 0px !important;
    }
    .tx-size {
        display: block !important;
        text-align: center;
    }
    .links {
        padding: 0px;
        display: flex;
    }
    .links li {
        margin-left: 0px !important;
        margin-right: 15px;
    }
}

@media only screen and (max-width:1199px) {
    .bnrTp-tx {
        font-size: 26px;
    }
    section.sec-pds.baner-bgs.nBnrbgss .bnrTp-tx strong img {
        width: 200px;
    }
    .breadcrumb {
        top: 50px;
        padding: 0 40px;
    }
    .innerbanner .region-slider h1.page-header {
        top: 108px;
        padding: 0 40px;
    }
    .round-header p {
        padding-left: 40px;
    }
    .rdcis h2 {
        font-size: 33px;
        line-height: 44px;
    }
    .vid-wrap {
        width: 90%;
        overflow: hidden;
    }
    /* .pdf-block {
        min-height: 358px;
    } */
}

@media only screen and (max-width:1099px) {
    .product-slider .item {
        padding: 0 10px 35px;
        width: 33.3%;
    }
}

@media only screen and (max-width:992px) {
    .views-view-grid .views-col {
        text-align: center;
    }
    .views-view-grid .views-col h4,
    .views-view-grid .views-col p {
        height: auto !important;
    }
    .round-header {
        padding: 0;
    }
    .rdcis h2 {
        font-size: 31px;
    }
    .policy_table table td {
        white-space: normal !important;
    }
    .cust-test-img {
        width: 100%;
        max-width: 400px;
        float: none;
        margin: 0 auto;
    }
    .cust-test-img img {
        width: 100%;
        height: auto !important;
        margin-bottom: 25px;
    }
    .custo-test-cont {
        width: 100%;
        float: left;
        padding-bottom: 10px;
    }
    a.btn.s-btn.w-btn {
        margin-bottom: 15px;
    }
    #blinking-button {
        top: 43px;
        right: 74px;
        padding: 9px 15px 7px;
        border-radius: 4px;
    }
    .fix-foot-social em {
        left: -39px;
    }
    .cBlck {
        min-height: 182px;
    }
    .cBlck a.contactus {
        padding: 4px 13px;
        font-size: 11px;
    }
    .tab_nav {
        white-space: nowrap;
        overflow: hidden;
        overflow-x: auto;
        width: 100%;
    }
    .tab_nav button {
        width: auto !important;
    }
    .c_tab_container {
        width: 100%;
    }
    .link_txt figure {
        margin: 0 auto;
        float: none !important;
    }
    .innerbanner {
        padding-top: 170px !important;
    }
    .innerbanner .region-slider h1.page-header {
        top: 98px;
        padding: 10px 40px;
        font-size: 25px;
    }
    .tab_nav {
        width: 100% !important;
    }
    .c_tab_container {
        margin-top: 20px;
        width: 100% !important;
    }
    .board-mem img {
        width: 100% !important;
    }
    .pdf-block {
        font-size: 10px !important;
    }
    .pdf-block a {
        word-break: break-word;
    }
    .sustainability-pdf-block img {
        width: 100% !important;
    }
}

@media only screen and (max-width:767px) {
    img.logo-icon-stl {
        margin-right: 10px;
    }
    .views-view-grid .views-col {
        float: none !important;
        width: 100% !important;
        max-width: 400px;
        margin: 0 auto 30px;
    }
    .rdcis h2 {
        font-size: 27px;
        line-height: 42px;
        margin-top: 20px;
    }
    .pdf-block {
        min-height: unset;
    }
    .dropdown-menu {
        background: transparent;
    }
    section.sec-pds {
        padding: 20px 10px;
        /* margin-top: 80px; */
    }
    #blinking-button {
        top: 33px;
    }
    .s-bgs h3 {
        font-size: 24px;
    }
    .innerbanner {
        padding-top: 30px !important;
    }
    .c_tab_container .tabpen ul {
        margin: 0 !important;
    }
    .c_tab_container .tabpen li {
        width: 100% !important;
        margin: 0 0 20px !important;
    }
    .custom_tab {
        padding-left: 25px !important;
        padding-right: 25px !important;
    }
}

@media only screen and (max-width:690px) {
    .innerbanner .region-slider h1.page-header {
        top: 90px;
        font-size: 20px;
    }
    .round-header p {
        top: 184px;
    }
    .rdcis .bx-cols:nth-child(5) .col-badge {
        height: 228px;
    }
    .nav-below form .input-group.fr-search input {
        width: 100% !important;
        display: block;
    }
    div#navbarBtm {
        top: 151px;
    }
    div#navbar,
    div#navbarBtm {
        position: fixed;
        top: 152px;
    }
    ul.navbar-nav li.dropdown:hover .dropdown-menu {
        width: 100% !important;
    }
    .offcanvas-collapse.open .nav-link,
    #navbar .nav-link,
    div#navbarBtm ul.navbar-nav .dropdown-menu a {
        padding: 3px 0;
        text-align: center;
    }
    .tx-size a {
        position: relative;
        top: -29PX;
        float: right;
        text-align: left !important;
    }
    .offcanvas-collapse.open .nav-link,
    #navbar .nav-link,
    div#navbarBtm ul.navbar-nav .dropdown-menu a {
        text-align: left !important;
        background: transparent !important;
        border: none !important;
        border-bottom: 1px solid rgb(255 255 255 / 21%) !important;
    }
    .cBlck-outer {
        width: 31.3%;
    }
    .round-header p {
        background: transparent;
        top: 160px;
    }
    .sailyoutube h2 {
        font-size: 20px;
        line-height: normal;
    }
    img[alt="learning-manufacturing"] {
        width: 90%;
        height: auto;
        display: block;
        margin: 0 auto;
    }
    .product-slider .item {
        width: 50%;
    }
}

@media only screen and (max-width:560px) {
    .breadcrumb {
        top: 46px;
        padding: 0 25px;
    }
    .round-header p {
        top: 180px;
        padding: 0 25px;
        font-size: 14px;
        line-height: 23px;
    }
    .innerbanner .region-slider h1.page-header {
        top: 115px;
        font-size: 20px;
        padding: 6px 25px;
    }
    ul.centres-table li {
        margin-bottom: 20px;
    }
    .cBlck-outer {
        width: 48%;
    }
    .inner_banner img {
        height: 190px;
    }
    .breadcrumb>li {
        font-size: 12px;
    }
    .inner_banner img {
        height: 300px;
    }
}

@media only screen and (max-width:479px) {
    a.btn.s-btn.w-btn {
        margin: 0 0 15px;
        padding: 13px 15px 13px 24px;
        font-size: 14px;
    }
    .views-view-grid .views-col img {
        width: 100%;
        height: auto;
    }
    .product-slider .item {
        width: 100%;
    }
}

@media only screen and (max-width:420px) {}

@media only screen and (max-width:390px) {}

@media only screen and (max-width:375px) {}

@media only screen and (max-width:360px) {}

@media only screen and (max-width:320px) {}