* {
    font-family: "Sora", sans-serif;
}

:root {
    --color-primary: #1E3A8A;
    --color-dark: #2c2b2c;
    --font-primary: "Arimo", sans-serif;
    --font-heading: "Arimo", sans-serif;
}

body {
    background-color: #fff;
    font-weight: normal;
    font-size: 15px;
    line-height: 24px;
    color: #000;
    -webkit-text-size-adjust: none;
    -webkit-font-smoothing: antialiased;
}

.pd-60 {
    padding: 60px 0;
}
.pd-140 {
    padding: 140px 0;
}

.pb-60 {
    padding: 0 0 60px 0;
}





/* new mrl website design css */



.mrl_header {
    /*background-image: url(../img/bg.svg);*/
    /*background-repeat: no-repeat;*/
    /*background-size: cover;*/
    /*background-position: center;*/
    background: white;
    height: 90px;
    width: 100%;
    position: relative;
    z-index: 99999;
    margin: 0 auto;
    left: 0;
    right: 0;
    box-shadow: 0px 0px 20px white;
    position: fixed;
	left: 0;
	-webkit-animation: 1000ms ease-in-out 0s normal none 1 running fadeInDown;
	animation: 1000ms ease-in-out 0s normal none 1 running fadeInDown;
}
.hero-banner .slide-img
{
    margin-top: 90px;
}
.logo-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100px;
}

.heading-6 {
    font-size: .875rem;
    line-height: 16px;
    letter-spacing: 0;
    font-weight: 400;
}

.top-menu {
    width: 100%;
    height: 45px;
    background: #dfdddd;
    border-radius: 0 0 0 15px;
    padding-left: 22px;
}

.left-menu {
    width: 100%;
    /*margin-right: 4%;*/
}

.top-menu .left-menu .navbar-nav {
    display: contents;
}

.top-menu .left-menu .navbar-nav .nav-item {
    padding-right: 25px;
    padding-left: 25px;
    border-right: 1px solid #c6c5c5;
}

.top-menu .left-menu .navbar-nav .nav-item:last-child {
    border-right: none
}

.top-menu .left-menu .navbar-nav .nav-item a {
    font-size: 13px;
    padding: 0;
    letter-spacing: 1px;
    font-weight: 600;
}

.top-menu .left-menu .navbar-nav .nav-item li {
    font-size: 12px;
    padding: 5px 10px;
}

.right-menu {
    width: 30%;
}

.mr-15 {
    margin-right: 20px;
}
.mr-90{
    margin-right: 90px;
}
.mr-100
{
    margin-right: 110px;
}

.main-menu {
    width: 100%;
    height: 50px;
    padding-left: 12px;
}

.main-menu .left-menu .navbar-nav {
    display: contents;
}

.main-menu .left-menu .navbar-nav .nav-item {
    padding: 0;
    border-right: 1px solid #797878;
}

.main-menu .left-menu .navbar-nav .nav-item a {
     font-size: 12px;
    padding: 0 10px;
    /*font-weight: 600;*/
    letter-spacing: 1px;
}

.main-menu .left-menu .navbar-nav .nav-item:last-child {
    border-right: none
}

.main-menu .left-menu {
    width: 100%;
    margin-right: 0;
    /*margin-left: 15px;*/
}

.head_language {
    border: none;
    font-size: 13px;
    padding-right: 30px;
    font-weight: 600;
}

.slide-img img {
    height: 55vh;
    object-fit: cover;
}

.heading h2 {
    /*font-size: 1.125rem;*/
    /*line-height: 22px;*/
    /*letter-spacing: 5px;*/
    /*text-align: start;*/
    /*font-weight: 700;*/
    font-size: 1.5rem;
    line-height: 35px;
    letter-spacing: 2px;
    font-weight: 900;
    text-transform: uppercase;
}

.heading {
    font-family: var(--font-heading);
    margin: 0px 0px;
    margin-bottom: 40px;
}

.product-wrapper .product-image {
    position: relative;
    padding: 30px 0 10px 0;
    background: none;
    /*border: 1px solid #dfdddd;*/
    /* box-shadow: 0px 0px 10px #ddd; */
    /* min-height: 380px; */
}

.product-wrapper .img-wrapper img {
    width: 100%;
    height: 220px;
    object-fit: contain;
    transition: transform 0.3s ease;
}
.product-wrapper .product-name
{
    text-align: center;
    justify-content: center;
    display: grid;
}

.product-wrapper .img-wrapper img:hover {
    transform: translateY(-25px);
}
.cat_tit_aa
{
    text-decoration: none;
}
.feat_ttit
{
    color: black;
        font-weight: 700;
        font-size: 17px;
}
.cat_tit_aa p
{
    color: black;
}
.title-3 {
    font-size: .75rem;
    line-height: 14px;
    letter-spacing: 2px;
    font-weight: 700;
}

.mt-20 {
    margin-top: 20px !important;
}

.mb-15 {
    margin-bottom: 15px !important;
}

.heading-3 a {
    font-size: 1.25rem;
    line-height: 30px;
    letter-spacing: 0;
    font-weight: 700;
    text-transform: uppercase;
    color: black;
    text-decoration: none;
}

.title-4 {
    font-size: 10px !important;
    line-height: 16px !important;
    letter-spacing: 2px !important;
    font-weight: 500 !important;
    color: black !important;
    text-decoration: none !important;
    text-transform: uppercase !important;
}
.abt_dyn
{
    letter-spacing: 2px;
    line-height: 26px;
    text-align: justify;
    padding-left: 20px;
}
.abt_headfin
{
        padding-left: 20px;
    padding-bottom: 10px;
}

.title-4:hover {
    color: #1E3A8A;
}

.websection {
    padding: 80px 0 0 0;
}

.arrow-link .arrow {
    opacity: 0;
    transform: translateX(0);
    transition: opacity 0.3s ease, transform 0.3s ease;
    margin-left: 5px;
    position: relative;
    width: 18px;
}

.arrow-link .arrow.one {
    opacity: 1;
}

.arrow-link:hover .arrow.two {
    opacity: 0;
    transform: translateX(-24px);
    transition-delay: 0.1s;
}

.arrow-link:hover .arrow.three {
    opacity: 0;
    transform: translateX(-48px);
    transition-delay: 0.2s;
}

.content p {
    /*text-align: justify;*/
    font-size: .75rem;
    line-height: 21px;
    margin-bottom: 10px;
    font-weight: 500;
}
.feta_title
{
    font-size: 18px !important;
    color: #a09c9c !important;
    text-transform: uppercase;
    margin-top: -12px;
    background: white;
    z-index: 9999999;
    position: relative;
}
.fet_seemore i
{
    letter-spacing: -3px;
}
/*.featir_prd_col*/
/*{*/
/*    width: 18%;*/
/*}*/
.img-wrapper img {
    border-radius: 20px;
}

.heading2 h2 {
    font-size: 1.5rem;
    line-height: 35px;
    letter-spacing: 2px;
    font-weight: 900;
    text-transform: uppercase;
}

.abt_tyre_img {
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 220px;
}

.testimonial-image {
    width: auto;
    height: 160px;
    border-radius: 10px;
    margin: auto;
    background: #f1f2ed;
    object-fit: cover;
}

.heading-3 h2 {
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 0;
    font-weight: 700;
    text-transform: uppercase;
}

.heading-3 p {
    font-size: 14px;
    line-height: 23px;
    letter-spacing: 0;
    font-weight: 400;
}

#clientsay .owl-dots {
    position: absolute;
    left: -39%;
    top: 44%;
}

#clientsay .owl-dots .owl-dot span {
    display: inline-block;
    height: 6px;
    width: 35px;
    margin: 0 3px;
    transition: .4s;
    transition-timing-function: cubic-bezier(.17, .67, .83, .67);
    background: #C7C7C7;
    transform: skew(-20deg);
    border-radius: 0;
}

#clientsay .owl-dots .owl-dot.active span {
    background: #1E3A8A;
}

.websection3 {
    padding-bottom: 80px;
}

.websection2 {
    padding: 80px 0;
    background: #E6E7E8;
}

.know_img {
    /*height: 300px;*/
    object-fit: contain;
    width: 85%;
    position: relative;
    top: 0%;
    left: 0%;
    background: #e6e7e8;
    padding: 10px;
    border: 10px solid #1E3A8A;
    height: 420px;
    border-radius: 5px;
}
.know_imgone
{
    object-fit: contain;
    width: 100%;
    position: absolute;
    bottom: 0%;
    right: -3%;
    height: 380px;
}
.blog_list {
    border-bottom: 2px solid;
    padding-bottom: 5px;
    margin-bottom: 20px !important;
    width: 100%;
    margin: auto;
}

/* .blog_list::after
{
    content: "";
    padding-bottom: 5px;
    border-bottom: 2px solid;
    margin-bottom: 20px;
    width: 100%;
} */
.featured_news a {
    text-decoration: none;
}

.featured_news h3 {
    font-size: 17px;
    line-height: 28px;
    margin-bottom: 12px;
    letter-spacing: 0;
    font-weight: 600;
}

.blog_date {
    color: #8b8989;
    font-size: 12px;
}

.blog_shtdesc {
    font-size: 14px;
    line-height: 20px;
}

.footer_section {
    /*background: url(../../front/img/footer-mrl.webp);*/
    background: white;
    background-repeat: no-repeat;
    height: 100%;
    padding: 50px 0 0;
}

.footer_continue {
    text-align: center;
}

.footer_continue .continue {
    font-size: .875rem;
    line-height: 17px;
    letter-spacing: 0px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.footer_continue .find_tires {
    margin-bottom: 60px;
}

.footer_continue .find_tires a {
    /* border-bottom: 2px solid black; */
    color: black;
    font-size: 15px;
    font-weight: 800;
}

.footer_continue .find_tires a i {
    margin-left: 0px;
}

.footerlinks h4 {
    font-size: 18px;
    font-weight: 700;
}

.footerlinks ul {
    padding-left: 0;
}

.footerlinks ul li {
    line-height: 28px;
    list-style-type: none;
}

.footerlinks ul li a {
    color: black;
    text-decoration: none;
    font-size: 13px;
    text-transform: capitalize;
}

.social {
    display: flex;
}

.social li {
    padding: 0 9px;
    background: #1E3A8A;
    margin-right: 10px;
    border-radius: 50%;
}

.social li a {
    color: #fff !important;
}

.footerlinks h6 {
    margin-top: 28px;
    font-size: 14px;
    font-weight: 700;
}

.corp_id {
    font-size: 13px;
    font-weight: 700;
}

.footer-bottom {
    padding: 30px 0;
    border-top: 1px solid #ddd8d8;
}

.copy_wirte {
    font-size: 13px;
}

.header_logo {
    width: 240px;
}

.foot_signup {
    position: absolute;
    right: 0;
    z-index: 9;
}

.addvance_filter_home {
    /*border: 1px solid #f2eded;*/
    border-radius: 0;
    padding: 20px;
    /*box-shadow: 0 80px 80px -20px #9a9ca529;*/
    position: relative;
    background: white;
    width: 100%;
}

.addvance_filter_home .nav-tabs {
    justify-content: center;
    border: none;
    /*background: #f4f4f4;*/
    /*padding: 3px 6px;*/
    /*border-radius: 50px;*/
    /*height: 50px;*/
    width: fit-content;
    /*margin-bottom: 25px;*/
}

.addvance_filter_home .nav-tabs .nav-item .nav-link {
    margin-top: 0px;
    color: black;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 13px;
    /*transform: skewX(-10deg);*/
    background: #dfdddd;
    padding: 5px 30px;
    border-radius: 20px 20px 0 0;
    /*box-shadow: -20px 0px 8px -6px rgba(0, 0, 0, 0.4);*/
    /*border-bottom: 2px solid #dfdddd;*/
}

.addvance_filter_home .nav-tabs .nav-item .nav-link.active {
    /*border: 1px solid #000000;*/
    margin-top: 0px;
    background: #1E3A8A;
    color: white;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 13px;
    padding: 5px 30px;
    box-shadow: none;
}
.home_newdd
{
    background: #1E3A8A;
    border-radius: 50px;
    padding: 0 0 0 15px;
    margin: 0 15px;
}
.home_newdd label
{
    margin-bottom: 0 !important;
    color: white;
    padding-right: 10px;
    line-height: 28px;
}
.home_newdd .select2-container--default .select2-selection--single
{
    border-radius: 50px;
}
.search_home_tires
{
    /*border: 1px solid #dfdddd;*/
    /*transform: skewX(-10deg);*/
    padding: 30px 10px;
    position: relative;
    overflow: hidden;
    z-index: 99;
}
/*#profile-tab-pane .search_home_tires:before*/
/*{*/
/*    left: 12px;*/
/*}*/
/*.search_home_tires:before*/
/*{*/
/*    content: "";*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: 8px;*/
/*    width: 0px;*/
/*    height: 100%;*/
/*    border-right: 1px solid #dfdddd;*/
/*    transform: skewX(-10deg);*/
/*}*/
/*.search_home_tires:after*/
/*{*/
/*    content: "";*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: 25px;*/
/*    width: 98%;*/
/*    height: 100%;*/
/*    border-top: 1px solid #dfdddd;*/
/*    z-index: -1;*/
/*}*/
.search_home_tires label {
    font-size: 13px;
    font-weight: 600;
    /*text-transform: uppercase;*/
    margin-bottom: 10px;
}

.search_home_tires .select2-container--default .select2-selection--multiple {
    border: 1px solid #e4e4e4;
    padding: 6px 0;
    line-height: 12px;
}

.search_home_tires .select2-container .select2-search--inline .select2-search__field {
    font-size: 12px;
}

.search_home_tires .select2-selection--multiple:after {
    content: '';
    /* color: #757575;
    right: 5%;
    position: relative; */
    /* border-color: #888 transparent transparent transparent; */
    /* border-style: solid; */
    /* border-width: 4px 2px 2px 4px; */
    border: solid rgb(179 178 178);
    border-width: 0 1px 1px 0;
    padding: .1875rem;
    transform: rotate(45deg);
    height: 0;
    right: 5%;
    /* margin-left: -4px;
    margin-top: -2px; */
    position: absolute;
    top: 35%;
    width: 0;
}

.search_home_tires .select2-selection--multiple {
    display: flex;
    align-items: center;
    width: 100%;
}

.search_home_tires .select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: white;
    border: none;
    font-size: 9px;
    padding-left: 12px;
    margin-left: 0px;
}

.select2-results__option {
    font-size: 10px;
    line-height: 12px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    border-right: none;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #f2f2f2;
    color: #2e2e2e;
}

.nav-tabs .nav-link:hover {
    border-color: aliceblue;
}

.searchButton {
    border: 1px solid #000000;
    border-radius: 50px;
    margin-top: 0px;
    background: #1E3A8A;
    color: white;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 13px;
    padding: 5px 35px;
    width: fit-content;
}
.searchButton:hover
{
    color: white;
    background: #000000;
    border: 1px solid #000000;
}
.darker-shade:hover
{
    color: white;
    background: #000000;
    border: 1px solid #000000;
}

.selection-box .col-md-3 {
    margin-bottom: 20px;
}

.darker-shade {
    /*background: #d52328;*/
    background: #1E3A8A;
    color: white;
    border-radius: 34px;
    width: fit-content;
    padding: 5px 50px;
    border: 1px solid black;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 13px;
}

.reset_btn {
    background: #fff;
    color: black;
    border-radius: 34px;
    width: fit-content;
    padding: 5px 50px;
    border: 1px solid black;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 13px;
}

.reset_btn:hover {
    background: #d52328;
    color: white;
    border: 1px solid black;
}

.footer_logo {
    border-bottom: 1px solid #ddd8d8;
}

.footer_logo img {
    width: 300px;
}

.breadcrumb-area {
    background: #f4f4f4;
    padding: 100px 0 10px 0 !important;
}

.breadcrumb {
    padding: 0 0 0 1rem !important;
    background: transparent;
    font-size: 15px;
    font-weight: 300;
    color: #fff !important;
    margin: 0 !important;
    list-style: none;
    border-radius: 4px;
}

.breadcrumb_wrap {
    display: flex;
    align-items: center;
}

ol.breadcrumb li {
    margin-bottom: 0;
}

.breadcrumb>li {
    padding: 0 0 0 0;
    display: inline-block;
}

.breadcrumb>li a {
    color: #000;
    text-decoration: none;
    font-weight: 600;
}

.breadcrumb>.active {
    color: #1E3A8A !important;
}

.breadcrumb_h1 {
    font-size: 14px;
    margin: 0;
    padding: 0;
    color: #000;
    line-height: 0;
    font-weight: 600 !important;
}

.breadcrumb_h1:before {
    color: #000 !important;
    content: "/" !important;
    float: none !important;
}







.abt_fix {
    width: fit-content;
    height: 80vh;
    position: sticky;
    top: 16%;
    border: 1px solid #cccccc;
    background: #f4f4f4;
    padding: 3px 6px;
    border-radius: 0px;
    margin-bottom: 25px !important;
    margin: auto;
    z-index: 999;
}

.abt_fix ul {
    padding: 0px;
    display: grid;
    text-align: center;
}

.abt_fix ul li {
    display: inline-block;
    margin: 15px 2px;
}

.abt_fix ul li a {
    padding: 10px 0;
    color: #fff;
    font-size: 1rem;
    text-decoration: none;
    font-weight: bold;
    transition: all 0.2s ease;
}

.abt_fix ul li a:hover {
    color: #34495E;
}

.abt_fix ul li a.active {
    border: 1px solid #000000;
    border-radius: 0px;
    margin-top: 3px;
    background: #1E3A8A;
    color: white;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 16px;
    padding: 10px 30px;
    width: 100%;
    display: block;
}

.abt_fix ul li a {
    border: 1px solid #f4f4f4;
    border-radius: 0px;
    margin-top: 3px;
    background: transparent;
    color: black;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 16px;
    padding: 10px 30px;
}

.sections section {
    width: 100%;
    padding: 20px;
    background: #fff;
    height: auto;
    text-align: start;
}

section.active {}

.abt_para h3 {
    width: 290px;
    padding: 0 8px;
    min-height: 55px;
    background-color: #1E3A8A;
    display: flex;
    color: white;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
    margin: 0 auto 30px;
    font-weight: 700;
    font-size: 1.25rem;
}

.abt_para p {
    font-size: 14px;
    text-align: justify;
    line-height: 30px;
}

.abt_para ul li {
    font-size: 14px;
    text-align: justify;
    line-height: 30px;
    font-weight: 600;
}

.vc_column-inner {
    box-sizing: border-box;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
}

.wpb_wrapper {
    padding-left: 0;
    padding-right: 0;
}

.bold {
    font-size: 16px;
    line-height: 25px;
    font-weight: 700;
    padding: 0;
    margin: 0;
    color: #3c4044;
}

p.bullet {
    position: relative;
    padding: 0 0 10px 15px;
    margin: 0;
    font-size: 13px;
    font-weight: 600;
}

p.bullet:after {
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    border: 1px solid #cc1a21;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    position: absolute;
    top: 7px;
    left: 0;
}

.abt_page {
    padding: 0 15px;
}

/*.timeline {*/
/*    list-style: none;*/
/*    padding: 20px 0 20px;*/
/*    position: relative;*/
/*}*/

/*.timeline:before {*/
/*    position: absolute;*/
/*    content: " ";*/
/*    z-index: 0;*/
/*    top: 2%;*/
/*    left: calc(50% - 1px);*/
/*    width: 1px;*/
/*    height: 94%;*/
/*    background: #dfdddd;*/
/*}*/

/*.timeline>li.timeline-inverted {*/
/*    padding-left: 170px;*/
/*}*/

/*.timeline>li:not(.timeline-inverted) {*/
/*    padding-right: 170px;*/
/*}*/

/*.timeline>li {*/
/*    margin: 0px 0 60px 0;*/
/*    position: relative;*/
/*    display: flow-root;*/
/*}*/

/*.timeline>li:before,*/
/*.timeline>li:after {*/
/*    content: " ";*/
/*    display: table;*/
/*}*/

/*.timeline>li>.timeline-badge {*/
/*    color: #fff;*/
/*    width: 80px;*/
/*    height: 80px;*/
/*    line-height: 70px;*/
/*    font-size: 1.4em;*/
/*    text-align: center;*/
/*    position: absolute;*/
/*    top: 16px;*/
/*    left: 50%;*/
/*    margin-left: -40px;*/
/*    background-color: #fff;*/
/*    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);*/
/*    z-index: 100;*/
/*    border-top-right-radius: 50%;*/
/*    border-top-left-radius: 50%;*/
/*    border-bottom-right-radius: 50%;*/
/*    border-bottom-left-radius: 50%;*/
/*}*/


/*.timeline>li.timeline-inverted>.timeline-panel {*/
/*    float: right;*/
/*}*/

/*.timeline>li.timeline-inverted .timeline-panel {*/
/*    border: 2px #1E3A8A solid;*/
/*}*/

/*.timeline>li>.timeline-panel {*/
/*    width: 50%;*/
/*    float: left;*/
/*    border: 0;*/
/*    border: 2px #1E3A8A solid;*/
/*    border-radius: 5px;*/
/*    padding: 20px;*/
/*    position: relative;*/
/*    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);*/
/*    background: #fff;*/
/*    display: grid;*/
/*}*/

/*.timeline>li.timeline-inverted>.timeline-panel:before {*/
/*    border-left-width: 0;*/
/*    border-right-width: 15px;*/
/*    left: -15px;*/
/*    right: auto;*/
/*}*/

/*.timeline>li>.timeline-panel:before {*/
/*    position: absolute;*/
/*    top: 35px;*/
/*    right: -15px;*/
/*    display: inline-block;*/
/*    border-top: 15px solid transparent;*/
/*    border-left: 15px solid #ccc;*/
/*    border-right: 0 solid #ccc;*/
/*    border-bottom: 15px solid transparent;*/
/*    content: " ";*/
/*}*/

/*.timeline-inverted .timeline-title {*/
/*    left: -240px;*/
/*    width: 100%;*/
/*}*/

/*.timeline-body p*/
/*{*/
/*    margin: 0;*/
/*}*/
/*.timeline-title {*/
/*    margin-top: 0;*/
/*    color: #1E3A8A;*/
    /*float: right;*/
    /*position: absolute;*/
/*    right: -240px;*/
/*    top: 35px;*/
/*    font-size: 30px;*/
/*    font-weight: bold;*/
/*}*/

/*.timeline>li.timeline-inverted>.timeline-panel:after {*/
/*    border-left-width: 0;*/
/*    border-right-width: 14px;*/
/*    left: -14px;*/
/*    right: auto;*/
/*}*/

/*.timeline>li>.timeline-panel:after {*/
/*    position: absolute;*/
/*    top: 35px;*/
/*    right: -14px;*/
/*    display: inline-block;*/
/*    border-top: 14px solid transparent;*/
/*    border-left: 14px solid #fff;*/
/*    border-right: 0 solid #fff;*/
/*    border-bottom: 14px solid transparent;*/
/*    content: " ";*/
/*}*/

.ng-star-inserted {
    box-shadow: 0px 0px 20px 5px #0000001a;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* align-items: center; */
    padding: 15px;
    transition: all .5s ease, color .5s ease;
    pointer-events: none;
    height: 100%;
}

.ng-star-inserted:hover {
    background-color: #1E3A8A;
}

.ng-star-inserted:hover .heading-5 {
    color: #fff;
}

.heading-5 {
    font-size: 15px;
    line-height: 23px;
    letter-spacing: 0;
    font-weight: 700;
    margin: 21px 0 10px;
}

.prof-desc-class {
    font-size: 13px;
}

.certi_page {
    /* margin: 0 0 30px 0; */
    height: 100%;
    padding: 13px;
    max-width: none;
    text-align: center;
    background-color: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 40px;
}

.certi_page img {
    width: 100%;
    /* border-radius: 40px; */
}

.certi_page .brochure-title {
    padding: 10px 0 0 0;
    margin: 0;
    height: auto;
    font-weight: 700;
    color: #3c4044;
    font-size: 14px;
}

.investr-certi {
    padding: 20px 0px 25px 0px;
    text-align: center;
    border: 1px solid #dedada;
    background: #fff;
    border-radius: 40px 0px;
}

.investr-certi p {
    margin-bottom: 30px;
    font-size: 15px;
    color: #252525d1;
}

.btn_investor {
    background: #1E3A8A;
    padding: 10px;
    color: #fff;
    font-size: 12px;
    text-decoration: none;
    border: none;
}

.btn_investor .pdf-icon {
    margin-left: 5px !important;
    font-size: 14px !important;
}

.award_page h2 {
    color: #1E3A8A;
    font-size: 1.125rem;
    line-height: 22px;
    letter-spacing: 5px;
    font-weight: 700;
}

.award_page h4 {
    color: black;
    font-size: 1.5rem;
    line-height: 22px;
    letter-spacing: 1px;
    font-weight: 700;
    margin-bottom: 20px;
}

.award_page p {
    text-align: justify;
    font-size: 13px;
    line-height: 21px;
}

.video-background2 {
    position: relative;
    height: 85vh;
    overflow: hidden;
}

.video-background2 iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100vw;
    height: 85vh;
    transform: translate(-50%, -50%);
    pointer-events: none;
}

.mt-50 {
    margin-top: 50px !important;
}

.brand-logo {
    margin: 20px 0;
}

.brand-para {
    font-size: 14px;
    line-height: 25px;
}

.section {
    padding: 80px 0;
}

.heading-2 {
    font-size: 20px;
    line-height: 23px;
    letter-spacing: 0;
    font-weight: 700;
    margin: 15px 0 40px;
}

.seven-column ul {
    list-style-type: none;
}

/* .segments.seven-column ul li:nth-child(1) {
    margin-left: 50px;
} */
.segments.seven-column ul li {
    overflow: hidden;
    text-align: center;
    display: inline-block;
    width: 22%;
    padding: 0;
    margin: 0 8px 8px 8px;
    transform: rotateY(15deg) rotateX(15deg);
    transition: all 0.3s ease-in;
    box-shadow: 0px 13px 36px 1px rgba(0, 0, 0, .2);
}

.segments-box .segments-img img {
    height: 300px;
    object-fit:cover;
    width: 100%;
}

.segments-footer {
    background: #1E3A8A;
    color: #fff;
    padding: 5px 5px;
}

.segments-footer h3 {
    color: #fff;
    font-size: 14px;
    margin: 0;
    line-height: 38px;
    transform: skewX(-6deg);
}

.segments.seven-column ul li a {
    text-decoration: none;
}

/* .segments.seven-column ul li:nth-child(3) {
    margin-right: 50px;
} */
.red-border {
    border-bottom: 4px solid #1E3A8A;
}

.product-card-wrap {
    position: relative;
    cursor: pointer;
    /* width: 410px;
    height: 550px; */
    border: 3px solid #1E3A8A;
    border-radius: 30px;
    padding: 20px
}

.product-card-wrap .card-img {
    text-align: center;
}

.product-card-wrap .card-img img {
    position: relative;
    height: 170px;
    background: #fff;
    width: fit-content;
    margin-top: -100px;
}

/* .product-card-wrap .card-img img
{
    width: 30%;
    background: white;
} */
.body-reg-bold {
    font-size: 14px;
    font-weight: 800;
}

.app-border {
    height: 1px;
    width: 100%;
    background: #d9d9d9;
    margin: 15px 0px;
}

.body-reg {
    font-size: 13px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mt-100 {
    margin-top: 100px;
}

.heading-1 {
    font-size: 2.025rem;
    line-height: 48px;
    letter-spacing: 0;
    font-weight: 700;
}

.engineering-business {
    padding: 30px;
}

.engineering-business p {
    margin: 15px 0px;
    font-size: 12px;
}

.section-items .card-image {
    border-radius: 5px;
    border: 1px solid #c7c7c7;
    width: 90px;
    height: 100px;
    margin-bottom: 6px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.section-items .card-image img {
    height: 90px;
    width: auto;
    object-fit: cover;
}

.section-items .body-reg {
    font-size: 14px;
    line-height: 15px;
    letter-spacing: 0;
    font-weight: 400;
}

#business .owl-nav {
    display: none;
}

#business .owl-nav .owl-prev span {
    position: absolute;
    margin: auto;
    left: 5px;
    bottom: 0px;
    top: unset;
    z-index: 1;
    box-shadow: none;
    background: #000000d4;
    border-radius: 50%;
    width: 40px;
    color: white;
    font-size: 40px;
    line-height: 40px;
}

#business .owl-nav .owl-next span {
    position: absolute;
    margin: auto;
    left: 50px;
    bottom: 0px;
    top: unset;
    z-index: 1;
    box-shadow: none;
    background: #000000d4;
    border-radius: 50%;
    width: 40px;
    color: white;
    font-size: 40px;
    line-height: 40px;
}

.segments-malhotra.segments.seven-column ul li {
    transform: none;
}

.segments-malhotra .segments-footer {
    background: white;
}

.segments-malhotra .segments-footer h3 {
    color: #000;
    transform: none;
    font-weight: 600;
}

.segments-malhotra.segments.seven-column ul li:hover {
    background: linear-gradient(45deg, #000000, #e32129);
    border-bottom: 2px solid #1E3A8A;
}

.tablebox thead tr th {
    padding: 10px;
    border: 1px solid #ffffff;
    border-bottom: 1px solid #1E3A8A;
    color: #fff;
    background: #1E3A8A;
    font-size: 12px;
    text-align: center;
}

.tablebox.aligncenter tr th {
    padding: 10px;
    border: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
    color: #fff;
    font-size: 12px;
    text-align: center;
    background: #1E3A8A;
}

.tablebox tbody tr td {
    border: 1px solid #1E3A8A;
    padding: 10px;
    text-align: center;
    font-size: 11px;
}

.heading h5 {
    font-size: 15px;
    margin: 20px 0;
    font-weight: 600;
}

.pd-60 {
    padding: 60px 0;
}

.sg-show-popup {
    text-align: end;
}

.sg-show-popup button {
    background-color: #1E3A8A;
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    line-height: 20px;
    border: 2px solid #000000;
    border-radius: 40px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.sg-show-popup button:hover {
    background-color: #7c1a1c;
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    line-height: 20px;
    border: 2px solid #000000;
    border-radius: 40px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.contact-office {
    font-size: 20px;
    font-weight: 700;
}

.grey-border {
    border-bottom: 1px solid #2d2d2e;
    width: 82%;
}

.contact_page {
    padding: 15px;
    margin: 40px 0;
    background: white;
    box-shadow: 0 0 20px #e4e4e4;
    height: 73%;
}

.contact_page h4 {
    font-size: 16px;
    font-weight: 800;
}

.contact_page p {
    font-size: 12px;
}

.contact_page .red {
    padding-right: 10px;
}

.contact_form {
    padding: 0px;
}
.contact_form .modal-header
{
    padding: 20px;
}
.contact_form .modal-body
{
    padding: 20px;
}

.contact_form h1 {
    font-size: 1.5rem !important;
    line-height: 37px;
    letter-spacing: 0;
    font-weight: 700;
}

.contact_form button {
    border: 1px solid black;
    font-size: 8px;
}

.con_form_two {
    margin-bottom: 15px;
}

.con_form_two label {
    color: #000000;
    padding-right: 10px;
    font-size: 14px;
    margin-bottom: 5px;
    font-weight: bold;
}

.con_form_two input {
    background: #fff !important;
    min-height: 42px !important;
    padding: 0 0 0 8px;
    font-size: 12px;
    border: 1px solid #dedada;
    display: flex;
    align-items: center;
    width: 100%;
}

.con_form_two select {
    background: #ffffff !important;
    min-height: 42px !important;
    padding: 0 0 0 8px;
    font-size: 10px;
    border: 1px solid #dedada;
    display: flex;
    align-items: center;
    width: 100%;
    color: #8f8c8c;
}

.con_form_two textarea {
    background: #fff !important;
    padding: 0 0 0 8px;
    border: 1px solid #dedada;
    display: flex;
    font-size: 12px;
    align-items: center;
    width: 100%;
}

.privacy_share {
    font-size: 12px;
}

.privacy_share input {
    margin-right: 20px;
}

.btn_certificate {
    height: 48px;
    width: 100%;
    background-color: #1E3A8A;
    color: #fff;
    font-size: 14px !important;
    letter-spacing: 2px;
    font-weight: 700;
    line-height: 34px;
    border: 2px solid #a6b7d9 !important;
    border-radius: 40px;
    text-transform: uppercase;
}

.other-info-box {
    border: 1px #e8e8e8 solid;
    text-align: center;
    background: #fff;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.other-info-box img {
    margin-top: 30px;
    padding: 29px;
}

.other-info-box h5 {
    border-bottom: 1px #e8e8e8 solid;
    padding: 20px;
    margin: 0;
}

.other-info-box p:last-child {
    border-bottom: none;
}

.other-info-box p {
    border-bottom: 1px #e8e8e8 solid;
    padding: 20px;
    margin: 0;
}

a.download {
    padding: 18px;
    font-weight: 500;
    color: #3c4044;
}

.product {
    padding: 10px 10px 10px;
    display: inline-block;
    width: 100%;
    position: relative;
    box-sizing: border-box;
    box-shadow: 0 0 20px #e7e7e7;
    margin-bottom: 25px;
}

.product-wrap {
    padding: 0 0 0 0;
    background: #fff !important;
    /* -webkit-box-shadow: 0px 0px 4px 0px rgba(184, 184, 184, 0.2) !important;
    border: 6px transparent solid;
    -moz-box-shadow: 0px 0px 4px 0px rgba(184, 184, 184, 0.2) !important;
    box-shadow: 0px 0px 4px 0px rgba(184, 184, 184, 0.2) !important; */
}

.prodt_table {
    /* overflow: scroll; */
    /* height: 400px; */
}

.product-wrap:after {
    content: '';
    clear: both;
    display: block;
    height: 0;
}

.proimg {
    padding:  0;
    text-align: center;
    background: #fff;
    height: 180px;
}

.proimg img {
    max-width: 100%;
    margin: 0 auto;
    height: 100%;
    object-fit: contain;
}

.pro-title {
    font-size: 12px;
    line-height: 0px;
    text-align: center;
    padding: 12px 2px 0px 2px;
    margin: 0;
    background: #fff;
    min-height: 25px;
    font-weight: 800;
}

.prodataa-list {
    padding: 10px 0px;
    text-align: left;
    /* background: #000; */
    min-height: 135px;
    /*border-top: 1px solid #a5a6a6;*/
}

.product-wrap:after {
    content: '';
    clear: both;
    display: block;
    height: 0;
}

.performance-metric {
    /* background: #000 !important; */
    /* min-height: 75px;
    display: table; */
    width: 100%;
}

.prodata {
    list-style-type: none;
    margin: 3px 0;
    padding: 0;
    display: table;
    width: 100%;
    font-size: 12px;
    line-height: 18px;
    color: #000000;
}

.prodata li:first-child {
    width: 154px;
}

.prodata li {
    display: table-cell;
    padding: 0;
    margin: 0;
}

.prodata li {
    display: table-cell;
    padding: 0;
    margin: 0;
}

.progress {
    position: relative;
    height: 6px;
    margin: 0;
    background-color: #cdd8dc !important;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0);
    overflow: hidden;
    border-radius: 4px;
}

.progress-bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background: #1E3A8A;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    -webkit-transition: width .6s ease;
    -o-transition: width .6s ease;
    transition: width .6s ease;
}

.product .progress:after {
    background-size: 150% 6px;
}

.progress:after {
    content: '';
    display: block;
    width: 100%;
    height: 6px;
    background-image: url(../img/progress-bg.png) !important;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% 6px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}

.list-view .row>[class*=col-] {
    max-width: 100%;
    flex: 0 0 100%;
}

.list-view .card-body {
    display: block !important;
}

.card-body {
    display: none;
}

.list-view .product-wrap {
    display: inline-flex;
    width: 100%;
}

.profe.fer {
    width: 67px;
    /*overflow: hidden;*/
    text-overflow: ellipsis;
    white-space: nowrap;
    border-radius: 5px;
    font-weight: 700 !important;
}

.profe.fer {
    width: unset !important;
    font-weight: 700 !important;
}

.fer,
.fes {
    padding: 3px 7px !important;
    font-size: 11px;
}

.fes {
    background-color: #494846;
    background-image: url(../img/fes-bg.jpg) !important;
    background-position: 0 0;
    background-repeat: repeat-x;
    background-size: auto 100%;
    display: inline-block;
    padding: 6px 8px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

i.speed {
    background-image: url(../img/i-speed.png) !important;
    background-position: 0 0 !important;
    background-repeat: no-repeat;
    display: inline-block;
    width: 22px;
    height: 20px;
    margin-right: 3px;
    vertical-align: top;
}

i.speed {
    background-position: 0 2px !important;
}

.profe {
    display: inline-block;
    margin-right: 5px;
    height: auto;
    font-weight: 400;
    background: #000000 !important;
    font-size: 11px;
    line-height: 20px;
    color: white;
}

.feq {
    float: right;
    margin-right: 0px;
    margin-left: 0px;
}

.filter_nav {
    list-style-type: none;
    border: 1px solid #d4d1d1;
    text-align: center;
    padding: 0;
    /*border-radius: 50px;*/
    background: #f4f4f4;
}

.filter_nav li:nth-child(1) {
    border-right: 1px solid #d4d1d1;
}

/*.filter_nav li:nth-child(2) {*/
/*    border-right: 1px solid #d4d1d1;*/
/*}*/

.filter_nav li {
    display: inline-block;
    margin: 5px 0;
    padding: 0;
}

.filter_nav li a {
    padding: 4px 10px;
    display: block;
    color: #3c4044;
    font-weight: 600;
    font-size: 13px;
    line-height: 18px;
    letter-spacing: 1px;
    border: 0px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    align-items: center;
    text-decoration: none;
    display: flex;
}

.filter_nav li a img {
    width: 25px;
    height: 11px;
}

.btn_listgrid .btn.active {
    background: #1E3A8A;
    color: white;
    font-weight: 700;
}

.btn_listgrid .btn.active img {
    filter: brightness(0) saturate(100%) invert(67%) sepia(7%) saturate(18%) hue-rotate(24deg) brightness(78%) contrast(81%);
}

.btn_listgrid .btn img {
    filter: brightness(0) saturate(100%) invert(0%) sepia(82%) saturate(7428%) hue-rotate(38deg) brightness(83%) contrast(114%);
}

.btn_listgrid .btn {
    border-radius: 0px;
    font-size: 13px;
    padding: 8px 10px;
    border: 1px solid #808184;
}

.btn_listgrid .btn img {
    width: 15px;
}

.tablebox .link {
    color: black;
    text-decoration: underline;
}

.pro-features {
    /*border-top: 1px solid #a5a6a6;*/
    border-bottom: 1px solid #a5a6a6;
    padding: 5px 0;
    margin: 0 0 10px 0;
    text-align:center;
}

.sidebar.lapview {
    background-color: #f4f4f4;
    padding: 20px;
}

.sidebar.lapview .panel-title {
    font-size: 15px;
    font-weight: 600;
    border-bottom: 1px solid #a5a6a6;
    padding-bottom: 15px;
}

.sidebar.lapview .widget .widget-title {
    font-size: 11px;
    font-weight: 700;
    padding: 15px 0 0px 0;
}

.prop_hover {
    padding: 45px 10px 10px 10px;
    height: 142px;
    margin-top: -40px;
    /*width: 270px;*/
}

.product-wrap:hover .prop_hover {
    /*box-shadow: 0 0 20px #dbdbdb;*/
    /*border-radius: 30px;*/
    height: 190px;
}

.product-wrap:hover .prop_hover .list_button {
    text-align: center;
    margin-top: 20px;
}

.product-wrap:hover .prop_hover .listview {
    background: #1E3A8A;
    text-decoration: none;
    padding: 10px;
    margin-top: 16px;
    border-radius: 40px;
    border: 2px solid black;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 10px;
    letter-spacing: 1px;
    cursor: pointer;
}

.category-head video {
    z-index: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 210px;
    object-fit: cover;
}

.category-head {
    height: 210px;
    overflow: hidden;
    position: relative;
    text-align: center;
}

.prod_list_bred {
    position: absolute;
    z-index: 9;
    top: 50%;
    /*transform: translate(-50%, -50%);*/
    left: 2%;
}

.category-head:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(28, 28, 28, 0.7);
}

.prod_list_bred h1 {
    font-size: 30px;
    letter-spacing: 1px;
}

.breadcrumb>.active {
    color: #000 !important;
}

.product_cat_img {
    /* position: relative; */
    text-align: center;
    transform: skewX(340deg);
    border-right: 10px solid #1E3A8A;
    height: 93%;
}
.product_cat_img img
{
    transform: skewX(20deg);
}

/* .product_cat_img::after
{
    content: '';
    border-right: 6px solid black;
    height: 400px;
    display: flow-root;
    position: absolute;
    top: 0;
    right: 10%;
    transform: skewX(348deg);
} */
.product_cat_imgone {
    position: relative;
}

/* .product_cat_imgone::before
{
    content: '';
    border-right: 6px solid black;
    height: 400px;
    display: flow-root;
    position: absolute;
    top: 0;
    left: -10%;
    transform: skewX(348deg);
} */
.btn-border-small {
    padding: 5px 30px;
    background: #1E3A8A;
    color: white;
    margin-top: 10px;
    font-size: 13px;
}

.cateinfo {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.cateinfo li {
    /* float: left; */
    display: inline-block;
    padding: 0 10px 0 0;
    margin: 0 10px 10px 0;
    border-right: 1px solid #3c4044;
    color: #3c4044;
    font-weight: 300;
    font-size: 13px;
    line-height: 18px;
    font-weight: 700;
}

.cateinfo li:last-child {
    border-right: 0px solid #3c4044;
}

.pro_img img {
    height: 325px !important;
    object-fit: contain;
}

.pro-featuresone h1 {
    font-size: 40px;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 55px;
}

.shortdesc {
    margin-top: 22px;
    border-top: 1px solid #a5a6a6;
    border-bottom: 1px solid #a5a6a6;
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 15px !important;
    text-align: justify !important;
}
.shortdesc p
{
    text-align: justify !important;
}
.shortdesc span
{
    font-size: 15px !important;
    text-align: justify !important;
}
.scient-feast table tbody tr td p span
{
    font-size: 15px !important;
    color: black !important;
    font-family: "Arimo", sans-serif !important;
}
.scient-feast table tbody tr th p
{
    font-size: 15px !important;
    margin-bottom: 0;
    padding: 10px;
    font-family: "Arimo", sans-serif !important;
}
.scient-feast table tbody tr td p
{
    font-size: 15px !important;
    color: black !important;
     margin-bottom: 0;
    font-family: "Arimo", sans-serif !important;
}

.scient-feast table {
    width: 100% !important;
    font-family: "Arimo", sans-serif !important;
    margin-bottom: 15px !important;
    text-align: center;
}

.scient-feast tbody td {
    padding: 5px;
    font-size: 12px;
    text-align: center;
    border: 1px solid #023669;
}

.send_enquiry {
    padding-top: 20px;
    text-align: start;
}

.send_enquiry a {
    padding: 10px;
    background-color: #1E3A8A;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    line-height: 36px;
    border: 1px solid #1E3A8A;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    text-decoration: none;
    border-radius: 40px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.send_enquiry img {
    width: 20px;
}

.prod_img_vid {
    border: none;
}

/*.prod_img_vid li {*/
/*    box-shadow: 0 0 20px #dedede;*/
/*    margin: 10px;*/
/*}*/

.prod_img_vid li button {
    color: black;
    border: none;
    font-weight: 700;
    background-color: #f3f3f3 !important;
    padding: 0 10px;
}
.pord_video
{
    margin-bottom: 10px;
}

.prod_img_vid li button.active {
    border: none;
    color: #1E3A8A !important;
    background-color: #f3f3f3 !important;
    padding: 0 10px;
}

.prod_img_vid li a {
    color: black;
    border: none;
    font-weight: 700;
}

.prod_img_vid li a.active {
    border: none;
    color: #1E3A8A !important;
}

.product_detail .owl-prev span {
    font-size: 50px;
    color: #000000;
}

.product_detail .owl-next span {
    font-size: 50px;
    color: #000000;
}

.product_detail .owl-next {
    position: absolute;
    right: 5%;
    top: 50%;
}

.product_detail .owl-prev {
    position: absolute;
    left: 5%;
    top: 50%;
}

.product_detail .owl-dots .owl-dot.active span {
    background: none !important;
    border: 1px solid #1E3A8A;
}

.product_detail .owl-dots .owl-dot span {
    background: none !important;
    border: 1px solid #d1d1d1;
    display: inline-block;
    height: 13px;
    width: 13px;
    border-radius: 50%;
    margin: 5px;
}

.tir_size {
    background: #e0e0e061;
    border-radius: 15px;
    height: 500px;
    overflow-x: scroll;
    /*scroll-behavior: smooth;*/
    position: sticky;
    top: 20%;
}

.tir_size .title {
    background: #1E3A8A;
    color: white;
    text-align: center;
    padding: 10px;
    font-weight: 600;
    font-size: 13px;
    letter-spacing: 1px;
    margin-bottom: 10px;
}

.tir_size .tires_sizes {
    padding-left: 0;
}

.tir_size .nav.nav-tabs {
    border-bottom: none;
}

.tir_size .tires_sizes li .active {
    background: #fff !important;
    border-top: 1px #e1e1e1 solid;
    border-bottom: 1px #e1e1e1 solid;
    border-left: 2px #1E3A8A solid;
    border-radius: 0;
}

.tir_size .tires_sizes li a {
    padding: 13px 20px;
    display: block;
    /* border-top: 1px #fffcf3 solid;
    border-bottom: 1px #fffcf3 solid; */
    border-left: none;
    font-weight: 600;
    font-size: 12px;
    letter-spacing: 1px;
    color: black;
    border-radius: 0;
}
.fix_size_eeee
{
    background: #e6e7e8;
    border-radius: 30px;
    padding: 14px;
}
#load_index_size_header {
    font-size: 13px;
    font-weight: 500;
}

#load_index_size_header .size {
    background: #1E3A8A;
    color: #fff;
    padding: 7px;
    border-radius: 30px;
    font-weight: 700;
    font-size: 13px;
}

.protrac {
    float: left;
    margin: 0;
    padding: 0px 10px 15px 0;
    text-align: center;
}

.protrac .brands-icon {
    display: block;
    margin: 0 auto;
}

.brands-icon img {
    display: inline-block;
    width: 56px;
    height: 56px;
}

.protrac span {
    display: inline-block;
    min-width: 100px;
    padding: 4px 10px;
    font-size: 9px;
    font-weight: 700;
    line-height: 16px;
    color: #000;
    border: 1px solid #000;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}

.procerti-li {
    font-size: 10px;
    margin-left: 10px;
    margin-top: 15px;
    max-width: 80px;
    line-height: 16px;
    font-weight: 400;
    float: left;
    color: #3c4044;
    margin: 0 auto;
    display: inline-block;
    text-align: center;
}

.procerti .procerti-li img {
    width: 55px;
    height: 52px;
}

.procerti .procerti-li span {
    display: inline-block;
    /* min-width: 110px; */
    padding: 4px 10px;
    font-size: 11px;
    font-weight: 400;
    line-height: 16px;
    color: #000;
    border: 1px solid #000;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    margin-top: 12px;
}

.prod_detail {
    background: #f3f3f3;
}

.fomr_text {
    width: 400px;
    height: 40px;
    font-size: 12px;
}
.standard-content table tr td:first-child
{
    width: 85pt !important;
}
.standard-content {
    /*overflow-y: hidden;*/
    width: 100% !important;
}
.standard-content table
{
    width: 100% !important;
    margin-bottom: 10px;
}

.standard-content table tbody tr td {
    border: 1px solid #808080a1 !important;
    border-bottom: 1px solid #808080a1 !important;
    border-top: 1px solid #808080a1 !important;
    border-left: 1px solid #808080a1 !important;
    border-right: 1px solid #808080a1 !important;
    text-align:center;
}

.certificate-link {
    padding: 5px 0 0 30px !important;
    color: #3c4044;
    font-size: 13px;
    background-image: url(../img/print.png) !important;
    background-position: 5px 0 !important;
    background-repeat: no-repeat !important;
    text-decoration: none;
}

#load_index_size_header img {
    margin-right: 15px;
}

.sed_enquiry {
    padding-left: 30px;
    font-size: 12px;
}

.send_an_enquiry h1 {
    text-transform: capitalize;
    font-weight: 600;
    font-size: 25px;
}

.send_an_enquiry button {
    border: 2px solid black;
    font-size: 10px;
}

.butyltubes .nav-pills .nav-link.active {
    background-color: #1E3A8A;
}

.butyltubes .nav-pills .nav-link {
    background: none;
    border-radius: 50rem;
}

.butyltubes ul li button {
    margin-bottom: 4px;
    font-size: 13px;
    color: black;
    border: 1px solid #56974f4a !important;
    padding: 3px 8px;
}

.butyltubes .nav-pills .nav-item {
    margin-right: .75rem;
}

.butyltubes table thead tr th {
    background: #000;
    text-align: center;
    color: white;
}

.butyltubes table tbody tr td {
    text-align: center;
    font-size: 12px;
    padding: 6px;
}

.butyltubes .nav-pills .nav-link:hover {
    color: black;
}
.butyltubes .nav-pills .nav-link.active:hover
{
    color: white;
}

.press_kit {
    background: #f4f4f4;
    /* padding: 10px; */
    box-shadow: 0 0 20px #e1e1e1;
}

.press_kit img {
    height: 150px;
    object-fit: contain;
    padding: 15px;
}

.press_kit h5 {
    background: white;
    text-align: center;
    padding: 14px;
    font-size: 15px;
    width: 100%;
}

.press_kit:hover {}

.search-box label {
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 6px;
}

.searchbtn,
.searchbtn2 {
    font-size: 10px;
    padding: 10px;
    border-radius: 5px;
}

.news_section {
    padding: 10px
}

.news-img img {
    background: #f2f2f2;
    padding: 20px;
    border-radius: 15px;
    height: 300px;
    object-fit: cover;
}

.news-img a {
    text-decoration: none;
}

.news-img h3 {
    color: black;
    font-size: 17px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 25px;
}

.news-txt .big-date {
    padding: 10px 0;
    font-size: 12px;
    color: #6f6e6e;
}

.news-txt .newsarea {
    font-size: 12px;
    line-height: 20px;
}

.pagination .page-item span {
    border-radius: 5px;
    background: none;
    font-size: 16px;
    margin: 0 10px;
}

.pagination .page-item.active span {
    background: #1E3A8A;
    border-color: #d52328;
    font-size: 16px;
}

.pagination .page-item button {
    color: black;
    margin: 0 10px;
    font-size: 16px;
    border-radius: 5px;
}

.mrl_events {
    box-shadow: 0 0 20px #e7e3e3;
    padding: 15px;
}

.mrl_events h5 {
    font-size: 14px;
    font-weight: 600;
}

.mrl_events p {
    color: #525050;
    font-size: 13px;
    line-height: 20px;
}

.recrent_post {
    list-style-type: none;
    padding: 0;
}

.recrent_post li {
    color: #1E3A8A;
    font-size: 13px;
    line-height: 28px;
    display: flex;
    align-items: baseline;
}

.recrent_post li a {
    color: #1E3A8A;
    text-decoration: none;
}

.recrent_post li i {
    color: #454343;
    padding-right: 5px;
}

.blog-holder h3 {
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 28px
}

.blog-holder .blog-img {
    background: #f2f2f2;
    border-radius: 20px;
    text-align: center;
}

.red {
    font-weight: 700;
    margin: 10px 0 0 0;
    font-size: 13px;
}

.news_detail_share {
    font-weight: 700;
    margin: 10px 0 0 0;
    font-size: 13px;
    text-align: end;
}

.news_detail_share span {
    padding-right: 10px;
}

.news_detail_share a {
    padding: 0 2px;
    color: #424242;
}

.latest-posts p {
    font-size: 12px;
}

.blog-img img {
    height: 300px;
    object-fit: contain;
}

.latest-blog-posts a {
    text-decoration: none;
    color: black;
}

.blog_short_desc {
    font-size: 12px;
    line-height: 20px;
}

.input-group-btn .search {
    height: 42px !important;
    border: 1px solid #1E3A8A !important;
}

.input-group .btn {
    padding: 0;
    height: 50px;
    width: 44px;
    background: #1E3A8A;
    color: #fff;
    border: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -moz-border-radius-topleft: 0px;
    -webkit-border-top-left-radius: 0px;
    border-top-left-radius: 0px;
    -moz-border-radius-bottomleft: 0px;
    -webkit-border-bottom-left-radius: 0px;
    border-bottom-left-radius: 0px;
    font-size: 18px;
    font-weight: 500;
    line-height: 34px;
    text-shadow: 0px 1px #a5171d;
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
}

.dropdown-item:active {
    background-color: #1E3A8A;
}


.card-press {
    /* width: 300px; */
    height: 200px;
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    cursor: pointer;
}

.normal-view,
.hover-view {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* padding: 20px; */
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: opacity 0.3s ease-in-out;
}

/* .normal-view {
    background-color: white;
    z-index: 1;
} */

.hover-view {
    background-color: #1E3A8A;
    color: #fff;
    opacity: 0;
    z-index: 2;
    font-weight: 400;
    font-size: 14px;
}

.card-press:hover .hover-view {
    opacity: 1;
}

.card-press:hover .normal-view {
    opacity: 0;
}

.hover-view i {
    font-size: 28px;
    margin-bottom: 28px;
}

.hover-view a {
    display: contents;
    color: white;
}

.cat_tite {
    padding-top: 40px;
}

.cat_tite h3 {
    font-weight: 700;
}

.agricultural_desc p {
    font-size: 13px;
    line-height: 25px;
}
.agricultural_desc ul li
{
    font-size: 13px;
    line-height: 25px;
}

.agricultural_desc .description-content.expanded {
    max-height: 185px;
    overflow-y: scroll;
}

.indus_brand {
    border: 6px solid #f20000;
    padding: 50px 30px;
    width: 88%;
}

.about-agp-indus {
    padding: 80px 0;
}

.about-agp-indus .container {
    justify-content: center;
    display: flex;
}

.indus_brand .indus_para {
    font-size: 12px;
}

.indus-icons picture img {
    width: 130px;
    margin: 0 15px 0 0;
}

.indus-icons picture img:hover {
    transform: scale(1.1);
}

.segments-indus-bg {
    background: url(../img/segments-indus-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 120px 0 80px 0;
}

.segments-malhotra.segments.seven-column.eight ul li {
    position: relative;
    background: white;
    border-top-left-radius: 60px;
    margin: 0 8px 25px 8px
}

.segments-malhotra.segments.seven-column.eight ul li:hover {
    background: linear-gradient(45deg, #000000, grey);
    border: none;
}

.segments-malhotra.segments.seven-column.eight ul li:hover .segments-footer h3 {
    color: #fff
}

.segments-malhotra.segments.seven-column.eight .segments-footer {
    background: none;
    position: absolute;
    top: 5%;
    left: 20%;
}









.search-container {
    display: flex;
    align-items: center;
    gap: 15px;
    width: 190px;
    position: relative;
}

/* FIND TIRES button (default big) */
.find-tires {
    background: #dfdddd;
    color: black;
    border: none;
    border-radius: 50px;
    padding: 8px 12px 8px 30px;
    font-size: 10px;
    font-weight: bold;
    letter-spacing: 2px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 6px;
    transition: all 0.4s ease;
    text-decoration: none;
    flex-direction: row;
    
}
.find-tires:hover {
    flex-direction: row-reverse;
    background: #1E3A8A;
    color:white;
}

.find-tires img {
    width: 43px;
    height: 40px;
    position: absolute;
    left: -10px;
    /*filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(2741%) hue-rotate(225deg) brightness(120%) contrast(100%);*/
}

/* Search wrapper (icon right side) */
.search-box {
    display: flex;
    align-items: center;
    border-radius: 50px;
    transition: all 0.4s ease;
    overflow: hidden;
    position: absolute;
    right: 0px;
}

/* Input hidden by default */
.search-input {
    width: 0;
    opacity: 0;
    padding: 10px 0;
    border: none;
    border-bottom: 2px solid #1E3A8A;
    outline: none;
    font-size: 14px;
    background: transparent;
    transition: all 0.4s ease;
}

/* Fixed icon size */
.search-icon {
    /* background: #1E3A8A; */
    width: 42px;
    height: 42px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: end;
    cursor: pointer;
    transition: all 0.4s ease;
}

.search-icon img {
    width: 18px;
    height: 18px;
    filter: invert(1);
}

/* On hover expand input + shrink FIND TIRES */
.search-box:hover .search-input {
    width: 115px;
    opacity: 1;
    padding: 10px 15px;
}

.search-box:hover~.find-tires {
    width: 20px;
    padding: 12px;
    border-radius: 50%;
    font-size: 0;
    letter-spacing: 0;
    justify-content: center;
    overflow: hidden;
}

.search-box:hover~.find-tires img {
    margin: 0;
    width: 27px;
    height: 16px;
    left: 0;
    object-fit: contain;
}
.search-container:has(.search-box:hover) .find-tires {
    width: 14px;
    padding: 0px 10px 0px 18px !important;
    border-radius: 50%;
    font-size: 0;
    justify-content: center;
    height: 30px;
}
.focused {
    margin-left: 70px;
    margin-top: 8px;
}
.application_specific
{
    padding: 80px 0;
}
#indus_owl
{
    margin-top: 50px;
}
.leading_brand p
{
    font-size: 12px;
    line-height: 20px
}
.indus_post
{
    padding-left: 0;
    list-style-type: none;
}
.indus_post li i
{ 
    padding-right: 10px;
}
.leading_brand .heading-1
{
    margin-bottom: 10px;
}
.leading_boss img
{
    height: 80px;
    object-fit: contain;
}
.leading_boss .boss_img
{
    border: 1px solid black;
}
.leading_boss p
{
    font-size: 14px;
    text-transform: capitalize;
}
#indus_owl .owl-nav
{
    display: none;
}
#indus_owl .owl-dots
{
    margin-top: 10px;
}
#indus_owl .owl-dots .owl-dot span
{
    height: 6px;
    width: 35px;
    margin: 0 3px;
    transition: .4s;
    transition-timing-function: cubic-bezier(.17,.67,.83,.67);
    background: grey;
    transform: skew(-20deg);
    border-radius: 0;
}
#indus_owl .owl-dots .owl-dot.active span
{
    background: #1E3A8A;
}
.prod_cat_try
{
    position: relative;
    overflow: hidden;
    clip-path: polygon(16% 0, 100% 0, 100% 100%, 0 103%);
    /* position: relative;
    clip-path: polygon(5% 0, 100% 0, 100% 100%, 0% 100%);
    border-left: 10px solid red;
    padding-left: 0;
    overflow: hidden; */
}
.prod_cat_try::before
{
    content: '';
    display: none;
    position: absolute;
    left: 16%;
    top: 0;
    height: 92.5%;
    width: 10px;
    background: #1E3A8A;
    transform: skewX(-20deg);
    transform-origin: top left;
    z-index: 2;
}
/* .prodt_cat_img
{
    transform: skewX(30deg);
} */
.prodt_cat_img img
{
    /* transform: skewX(0deg); */
    /* display: block;
    width: 100%;
    height: auto; */
    width: 100%;
  height: auto;
  display: block;
  position: relative;
  z-index: 1;
}
.download_catalogue
{
    margin-top: 20px;
}
.download_catalogue a
{
    text-decoration: none;
    color: white;
    border: 1px solid black;
    border-radius: 40px;
    padding: 7px 20px;
    font-size: 13px;
    letter-spacing: 1px;
    font-weight: 600;
    background: #1E3A8A;
}
.dia_text
{
    font-size: 12px;
}
.widget-group
{
    display: flex;
}
.widget-group-addon
{
    margin-right: 10px;
}
.widget-group-addon input
{
    font-size: 10px;
    height: 42px;
}
.contact_pin
{
    justify-content: space-between;
    display: flex;
}
.contact_pin img
{
    width: 15px;
    height: 15px;
}
.map_pin
{
    display: flex;
    justify-content: center;
}
.map_pin p
{
    font-size: 12px;
    font-weight: 700;
    padding: 0 25px;
}
.map_pin p img
{
    width: 15px;
    height: 15px;
}
.map_pin p:nth-child(1)
{
    border-right: 2px solid;
}
.see_test
{
    margin-top: 0px;
    margin-bottom: 0px;
}
/*.custom_review*/
/*{*/
/*    width: 170px;*/
/*}*/
.laptop_view 
{
    display: block;
}

.mobile_view
{
    display: none;
}
.footer_text
{
    font-size: 12px;
}

.compare-fixed-bar {
    position: fixed;
    bottom: 0;
    right: 1%;
    z-index: 9;
    width: 750px;
    height: 276px;
    border-radius: 20px;
    background-color: #E6E7E8;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}
.compare-fixed-bar .products{
display: flex;
    justify-content: space-evenly;
    overflow-x: auto;
    flex-wrap: wrap;
    overflow-y: hidden;
    flex-direction: column;
    margin: 0 auto;
    width: 720px;
    height: 192px;
    padding: 0 10px;
    align-items: center;
}
.compare-fixed-bar .products .white-box
{
    width: 160px;
    height: 166px;
    border-radius: 10px;
    background-color: #fff;
    position: relative;
    margin-right: 20px;
     display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-between;
    position: relative;
}
.compare-fixed-bar .products .white-box img
{
    /* max-width: 50%; */
    max-height: 80%;
    margin: 0px auto;
    text-align: center;
}

.compare-fixed-bar .products .white-box p{
    font-size: 13px;
    line-height: 15px;
    font-weight: 600;
    margin-bottom: 3px;
    text-align: center;
}

.compare-fixed-bar .products .white-box .cross{
    position: absolute;
    top: 5px;
    right: 5px;
    background: #d42528;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 21px;
    color: #fff;
    border-radius: 50%;
    font-size: 12px;
    cursor: pointer;
    border: 0px;
}
.select2-container--default .select2-selection--multiple
{
    font-size: 11px;
}
.flex-row {
    display: flex;
    flex-direction: row;
    align-items: center;
}
.flex-column {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 300px;
}
.flex-column img
{
    height: 100px;
    object-fit: contain;
    margin-top: 20px;
}
.font-l-bold {
    font-size: 12px;
    line-height: 22px;
    letter-spacing: 0px;
    font-weight: 700;
}
.body-reg {
    font-size: 12px;
    line-height: 22px;
    letter-spacing: 0;
    font-weight: 400;
}
.width-100 {
    width: 100% !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered
{
    font-size: 12px !important;
    text-align: center;
}
.reg_form.tire_sel, .search_home_tires select
{
    font-size: 12px;
    /*padding: 6px;*/
}


.search-suggestions {
    background: white;
    color: black;
    border: 1px solid #ddd;
    position: absolute;
    width: 200px;
    max-height: 200px;
    overflow-y: auto;
    z-index: 9999;
    padding: 0;
    margin: 0;
    top: 100%;
    list-style: none;
}
.search-suggestions a
{
    color: #1E3A8A;
    text-decoration: none;
    font-size: 12px;
    text-decoration: none;
}
.search-suggestions li {
    padding: 8px;
    border-bottom: 1px solid #eee;
}
.search-suggestions li:hover {
    background: #f0f0f0;
}
/*.findtire .select2.tire1*/
/*{*/
/*    padding: 10px;*/
/*}*/
.VIpgJd-ZVi9od-ORHb, .skiptranslate, .VIpgJd-ZVi9od-ORHb-OEVmcd
{
    margin-top: -38px !important;
}
.filter_nav .filter_nav_li.active
{
    background: #1E3A8A;
    border-radius: 0px;
}
.filter_nav .filter_nav_li.active a
{
    color: white;
}
.scrollbar-container {
  width: 100%;
  /*overflow-x: auto;*/
  padding-bottom: 8px; 
}
.mobile_fetprod {
  /*display: flex;*/
  /*flex-wrap: nowrap;*/
  /*gap: 20px;*/
  /*overflow-x: scroll;*/
  /*scroll-behavior: smooth;*/
  /*padding-bottom: 12px; */
  /*scroll-snap-type: x mandatory;*/
  /*padding: 0;*/
  /*padding-left: 30px;*/
}


.mobile_fetprod::-webkit-scrollbar {
  height: 6px;
}

.mobile_fetprod::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.mobile_fetprod::-webkit-scrollbar-thumb {
  background: #1E3A8A;
  border-radius: 10px;
}

.mobile_fetprod::-webkit-scrollbar-thumb:hover {
  background: #1E3A8A;
}
.mobile_prod {
  scroll-snap-align: start;
}


.fancybox-slide--image
{
    margin-top: 4% !important;
}
.invest_modal
{
    margin-top: 95px;
}
.pord_video, .product_detail
{
    text-align: center;
    background: white;
    height: 380px;
}

.pord_video video
{
    width: 500px;
}




.description-content {
    max-height: 175px;
    overflow: hidden;
    position: relative;
    transition: max-height 0.3s ease;
}


.read-more-btn {
    background-color: #fff;
    color: #1E3A8A;
    border: none;
    padding: 8px 12px;
    cursor: pointer;
    margin-top: 10px;
}

.read-more-btn:hover {
    background-color: #fff;
}
.scient-feast table tr:first-child
{
    background: #1E3A8A;
    color: #fff;
}
.scient-feast table tr:first-child td p span
{
    color: white !important;
    font-family: "Arimo", sans-serif !important;
}
.standard-content table tbody tr td span
{
    font-family: "Arimo", sans-serif !important;
}
.retreading_tyre
{
    box-shadow: 0 0 20px #2c2c2c1a;
    text-align: center;
}
.retreading_tyre .retreading_img
{
    /*margin-top: -100px;*/
    text-align: center;  
    margin-bottom: 40px;  
}
/*.retreading_tyre .retreading_img img*/
/*{*/
/*    border-radius: 50%;*/
/*    background: #1E3A8A;*/
/*    width: fit-content;*/
/*    width: 145px;*/
/*    padding: 30px;*/
/*}*/
/*.retreading_prod .mb-4*/
/*{*/
/*    margin-bottom: 7.5rem !important;*/
/*}*/

/*.standard-content table tbody tr:nth-child(-n+5) td.xl181,*/
/*.standard-content table tbody tr:nth-child(-n+5) td.xl182,*/
/*.standard-content table tbody tr:nth-child(-n+5) td.xl183,*/
/*.standard-content table tbody tr:nth-child(-n+5) td.xl184,*/
/*.standard-content table tbody tr:nth-child(-n+5) td.xl185,*/
/*.standard-content table tbody tr:nth-child(-n+5) td.xl186,*/
/*.standard-content table tbody tr:nth-child(-n+5) td.xl187,*/
/*.standard-content table tbody tr:nth-child(-n+5) td.xl188,*/
/*.standard-content table tbody tr:nth-child(-n+5) td.xl189,*/
/*.standard-content table tbody tr:nth-child(-n+5) td.xl190,*/
/*.standard-content table tbody tr:nth-child(-n+5) td.xl191,*/
/*.standard-content table tbody tr:nth-child(-n+5) td.xl192,*/
/*.standard-content table tbody tr:nth-child(-n+5) td.xl193,*/
/*.standard-content table tbody tr:nth-child(-n+5) td.xl194,*/
/*.standard-content table tbody tr:nth-child(-n+5) td.xl195,*/
/*.standard-content table tbody tr:nth-child(-n+5) td.xl196,*/
/*.standard-content table tbody tr:nth-child(-n+5) td.xl197,*/
/*.standard-content table tbody tr:nth-child(-n+5) td.xl198,*/
/*.standard-content table tbody tr:nth-child(-n+5) td.xl199,*/
/*.standard-content table tbody tr:nth-child(-n+5) td.xl201,*/
/*.standard-content table tbody tr:nth-child(-n+5) td.xl200,*/
/*.standard-content table tbody tr:nth-child(-n+5) td.xl202,*/
/*.standard-content table tbody tr:nth-child(-n+5) td.xl203,*/
/*.standard-content table tbody tr:nth-child(-n+5) td.xl204,*/
/*.standard-content table tbody tr:nth-child(-n+5) td.xl205,*/
/*.standard-content table tbody tr:nth-child(-n+5) td.xl206,*/
/*.standard-content table tbody tr:nth-child(-n+5) td.xl207,*/
/*.standard-content table tbody tr:nth-child(-n+5) td.xl208,*/
/*.standard-content table tbody tr:nth-child(-n+5) td.xl209*/
/* {*/
/*    background: #1E3A8A;*/
/*    color: white;*/
/*}*/
.bgr-gray
{
       background: #e0e0e099 !important;
    color: black !important;
}
.brochure-pic img
{
    width: 100%;
}
.cat_log
{
    width: 50%;
    margin: auto;
    background: white;
    box-shadow: 0 0 20px #c4c4c470;
    margin-top: -50px;
    padding: 30px 20px;
    z-index: 9999;
    position: relative;
}
.brochure-title
{
    color: black;
    font-weight: 700;
    margin-bottom: 10px;
    font-size: 20px;
}
.brochure-txt
{
    color: black;
    font-weight: 700;
    font-size: 16px;
}
.aling-start{
        text-align: start;
}
.standard-content p
{
    /*display: none;*/
}
#back-to-top .topbtn {
    position: fixed;
    bottom: 30px;
    left: 30px;
    margin: 0px;
    color: white;
    background: #1E3A8A;
    z-index: 999;
    font-size: 26px;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 33, 85, 0.1);
    -moz-box-shadow: 0px 0px 30px 0px rgba(0, 33, 85, 0.1);
    box-shadow: 0px 0px 30px 0px rgba(0, 33, 85, 0.1);
}
/*.feat_prod_padd*/
/*{*/
/*    padding-left: 90px;*/
/*}*/
.tsrt_review
{
    height: 133px;
    overflow-y: scroll;
    padding: 5px;
}
.tsrt_review::-webkit-scrollbar {
    width: 4px;
}

/*.tsrt_review::-webkit-scrollbar-track {*/
/*    background: #f1f1f1;*/
/*    border-radius: 10px;*/
/*}*/

/* Scrollbar thumb (slider) */
.tsrt_review::-webkit-scrollbar-thumb {
    background: #1E3A8A; 
    border-radius: 10px;
}

.hc-saying {
  padding: 0 var(--global--left-right-padding) 120px;
}
.hc-saying__content--heading {
  font-size: var(--global--section-heading-fs);
  line-height: var(--global--section-heading-fs);
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  color: #0A1E26;
}
.hc-saying__content--heading span {
  display: block;
}
.hc-saying__carousel {
  /*margin-top: 50px;*/
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
}
.hc-saying__carousel__image--img__card {
  padding: 12px;
  background: #ffffff;
  box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.2);
  width: 90%;
  margin: 35px auto;
}
.hc-saying__carousel__image--img__card img {
  height: 430px;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.hc-saying__carousel__image--img__card__details {
  padding: 40px 0;
  text-align: center;
  text-transform: capitalize;
}
.hc-saying__carousel__image--img__card__details--name {
  font-size: var(--global--paragraph--text-fs);
  line-height: var(--global--paragraph--text-line-height);
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  color: #0A1E26;
}
.hc-saying__carousel__image--img__card__details--description {
  font-size: 20px;
  line-height: 28px;
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  color: #0A1E26;
}
.hc-saying__carousel__item {
  width: 90%;
  margin-left: auto;
}
.hc-saying__carousel__item__card {
  position: relative;
  display: flex !important;
  column-gap: 60px;
  flex-wrap: wrap;
  align-items: center;
  padding: 40px 32px;
  background-color: #fff;
  box-shadow: 0 0 20px #eeeeee;
  margin: 16px;
}
.hc-saying__carousel__item__card.slick-slide:not(.slick-center) {
  opacity: 0.2;
  transition: opacity 0.5s ease-in-out;
}
.hc-saying__carousel__item__card--reviewer {
  display: flex;
  column-gap: 16px;
  align-items: center;
}
.hc-saying__carousel__item__card--reviewer--image img {
  border-radius: 100px;
  height: 135px;
  width: 100%;
  max-width: 50px;
  object-fit: cover;
}
.hc-saying__carousel__item__card--reviewer__details {
  text-transform: capitalize;
}
.hc-saying__carousel__item__card--reviewer__details--name {
  font-size: 16px;
  line-height: 20px;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  color: #0A1E26;
}
.hc-saying__carousel__item__card--reviewer__details--description {
  font-size: 16px;
  line-height: 16px;
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  color: #0A1E26;
}
.hc-saying__carousel__item__card--content {
  width: 100%;
}
.hc-saying__carousel__item__card--content--text {
  font-weight: 400;
  color: #0A1E26;
}
.hc-saying__carousel__item__card--quote {
  position: absolute;
  top: -25px;
  left: 30px;
}
.hc-saying__carousel__item .slick-prev, .hc-saying__carousel__item .slick-next {
  position: absolute;
  left: -6%;
  border-radius: 100px;
  border: none;
  height: 35px;
  width: 35px;
  padding: 0;
  background-color: #1E3A8A;
}
.hc-saying__carousel__item .slick-prev svg, .hc-saying__carousel__item .slick-next svg {
  fill: #fff;
}
.hc-saying__carousel__item .slick-next svg path
{
    fill: #fff;
}
.hc-saying__carousel__item .slick-prev {
  top: 42%;
}
.hc-saying__carousel__item .slick-next {
  top: 52%;
}






.timeline ul li {
  list-style-type: none;
  position: relative;
  width: 6px;
  margin: 0 auto;
  padding-top: 50px;
  background: #1E3A8A;
}
.timeline ul li::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%) rotate(45deg);
  width: 25px;
  height: 25px;
  z-index: 2;
  background: #1E3A8A;
  border-radius: 50%;
}
.timeline ul li div {
  position: relative;
  bottom: 0;
  width: 400px;
  padding: 20px;
  background: #fff;
  box-shadow: 0px 1px 30px 1px rgb(213 213 213 / 31%);
  border-radius: 5px;
  display: flex;
  align-items: center;
}
.timeline ul li div time {
  position: absolute;
  background: #1E3A8A;
  width: 80px;
  height: 30px;
  top: -15px;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  letter-spacing: 2px;
  color: white;
}
.timeline ul li div div {
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.timeline ul li div div p {
  text-align: start;
}
.timeline ul li div .discovery {
  margin-right: 10px;
  box-shadow: none;
}
.timeline ul li:nth-of-type(odd) > div {
  left: 45px;
}
.timeline ul li:nth-of-type(even) > div {
  left: -439px;
}

/*.timeline ul li div {*/
/*  visibility: hidden;*/
/*  opacity: 0;*/
/*  transition: all 0.5s ease-in-out;*/
/*}*/
/*.timeline ul li:nth-of-type(odd) div {*/
/*  transform: translate3d(100px, -10px, 0) rotate(10deg);*/
/*}*/
/*.timeline ul li:nth-of-type(even) div {*/
/*  transform: translate3d(-100px, -10px, 0) rotate(10deg);*/
/*}*/
.timeline ul li.in-view div {
  transform: none;
  visibility: visible;
  opacity: 1;
}

@media screen and (max-width: 900px) {
  .timeline ul li div {
    width: 250px;
    flex-direction: column;
  }
  .timeline ul li div div {
    width: 80%;
    margin: 10px;
  }
  .timeline ul li:nth-of-type(even) > div {
    left: -289px;
  }
}
@media screen and (max-width: 600px) {
  body {
    background: #fff;
  }

  .timeline ul li {
    margin-left: 20px;
  }
  .timeline ul li div {
    width: calc(100vw - 91px);
  }
  .timeline ul li:nth-of-type(even) > div {
    left: 45px;
  }
}