div.country-flag-outer::-webkit-scrollbar {
    margin: 0;
    width: 5px;
    background: transparent;
}

div.country-flag-outer::-webkit-scrollbar-track {
    margin: 0;
    background-color: transparent;
}

div.country-flag-outer::-webkit-scrollbar-thumb {
    margin: 0;
}

:root {
    --primary-blue: #18407e;
    --white: #ffffff;
}
.fa-classic,
.fa-light,
.fa-regular,
.fa-solid,
.fa-thin,
.fal,
.far,
.fas,
.fat {
  font-family: "Font Awesome 6 free" !important;
}

.tvs-header {
  /*    position: fixed;*/
}

.tvs-header * {
  font-family: roboto;
}

.headTop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 100;
}
.ie-browser-alert{display:none}
.tvs-header.headTop .navbar {
    /*width: 100%;
  box-shadow: none;
  
  border-radius: 0rem;
  top: 0px;
  position: unset;
  transform: none;
  margin-bottom: 0;
  padding: 0 0 0 25px;
  min-height: 70px;
  align-items: center !important;
  display: flex;*/
    background: #fff;
    position: absolute;
    transform: translate(-50%, 0%);
    left: 50%;
    width: 98%;
    box-shadow: 5px 9px 10px 0px rgba(0,0,0,.1);
    border-radius: 4.4rem;
    margin-top:10px;
}

.tvs-header .container {
  max-width: 100% !important;
}
.tvs-header.headTop  .navbar-brand{
    max-width:130px;
    padding:0;
}
    .tvs-header.headTop .navbar-brand img{max-width:100%;}
    .tvs-header.headTop .navbar .navbar-nav .nav-link {
        font-weight: 500;
        font-size: 16px !important;
        color: #000;
        padding: 10px 0;
        position: relative;
    }

.tvs-header .navbar .navbar-nav .nav-link:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0rem;
  width: 0;
  height: 3px;
  background-color: #e42d38;
}

.tvs-header .navbar .dropdown-toggle:after {
  content: "\f078";
  font-family: "Font Awesome 6 Free" !important;
  border: none;
  vertical-align: middle;
  font-size: 15px;
  font-weight: bold;
  display: inline-block;
  margin-left: 10px;
}

.tvs-header.headTop .navbar .nav-item + .nav-item {
  margin-left: 41px;
}

.tvs-header .navbar .ib-nav {
    margin-left: 21px;
    line-height: 2rem;   
    text-transform: capitalize;
    margin-right: 15px;
    background: #18407e;
    position: relative;
    padding: 0 25px;
    border: none;
    border-radius: 20px;
}
    .tvs-header .navbar .ib-nav .ib-nav-link {
        color: #fff;
        font-size: 15px;
        font-weight: 500;
        text-transform:uppercase;
    }
    .country-outer .country-home-flag + .selected-country-flag {
        margin-left: 1px;
        cursor: pointer;
        height: 35px;
        min-width: 160px;
        max-width: 160px;
        background-color: #fff;
        box-shadow: none;
        border: 1px solid #ddd;
        padding: 8px 0 8px 15px;
        position: relative;
        justify-content: space-between;
        display: flex;
        align-items: center;
        border-radius: 25px;
    }

.country-outer .selected-country-flag .country-home .normal-text {
  font-size: 17px;
  font-weight: 500;
  line-height: 18px;
  color: #18407e;
  text-transform: capitalize;
}

.country-outer .selected-country-flag .flag {
  background-size: 3rem 2rem;
  margin: 0 3px 0 0;
  height: 17px;
  max-width: 30px;
  min-width: 30px;
}

.country-outer .selected-country-flag .country-arrow:before {
  font-size: 15px;
  line-height: 2.4rem;
  font-weight: 900;
  color: #18407e;
  content: "\f078";
  font-family: "Font Awesome 6 free" !important;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translate(0, -50%) rotate(0deg);
}

.tvs-header .navbar .ib-nav .ib-nav-link:hover,
.tvs-header .navbar .navbar-nav .nav-link:hover {
  color: #173d7a;
}

.tvs-header .navbar .ib-nav .ib-nav-link:hover::before,
.tvs-header .navbar .navbar-nav .nav-link:hover::before {
  right: 0;
  bottom: 17px;
  width: 24px;
  height: 3px;
  content: "";
  position: absolute;
  left: 0;
  margin: auto;
  background-color: #e7303b;
  transition: all 0.3s;
  border-radius: 5px;
}

/** Start **/

.mycountry .country-flag .flag {
    box-shadow: none;
    width: 32px;
    height: auto;
}

.mycountry .country-flag span {
    margin-top: 15px;
    min-height: 45px;
    font-size: 15px;
    line-height: 22px;
}
 
.mycountry .country-flag.tvs-india img {
    width: 40px;
    height: auto;
    margin-bottom: 9px;
}
    
.mycountry .country-flag.tvs-india span {
    display: block;
    font-size: 14px;
    line-height: 16px;
    margin-top: 4px;
    min-height: initial;
}

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

/** End **/

.mycountry {
    border-radius: 0;
    -webkit-border-radius: 0;
    -ms-border-radius: 2rem;
    -moz-border-radius: 2rem;
    background: #fff;
    min-height: 10rem;
    position: absolute;
    left: 0;
    top: 92px;
    border: 1px solid #ddd;
    box-shadow: 0 8px 11.52px .48px rgb(0 0 0 / 15%);
    z-index: 3;
    display: none;
    width: 1020px;
}

.mycountry.active {
  display: block;
}
.country-outer .selected-country-flag[data-ismodelopened="true"]::before {
  content: "";
  border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #fff rgba(0, 0, 0, 0);
  border-style: solid;
  border-width: 0 12px 15px 12px;
  height: 0;
  position: absolute;
  left: 50%;
  top: calc(100% + 27px);
  width: 0;
  z-index: 999999;
  transform: translateX(-50%);
}

.country-dd-overlay {
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
  z-index: 105;
}

.mycountry .country-flag-outer {
  /*max-height: 680px;*/
  border-radius: 0 0 1.5rem 1.5rem;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  overflow: auto;
  padding-right: 20px;
}

.country-close .country-close-icon {
  display: block;
  padding: 10px 12px;
  cursor: pointer;
  position: absolute;
  right: 10px;
}

.country-close {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.country-close-icon i {
  color: #183f7c;
  font-size: 23px;
}

.country-close .country-close-icon .icon-icon-close:before {
  font-family: "Font Awesome 6 Free" !important;
  content: "\f078";
  color: #183f7c;
}

.mycountry .country-flag {
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  color: #535252;
  align-items: center;
  border-left: 0;
  border-top: 1px solid #f5f5f5;
  border-right: 1px solid #f5f5f5;
  border-bottom: 1px solid #f5f5f5;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  height: 110px;
  justify-content: center;
  text-align: center;
  width: 160px;
}

    .mycountry .country-flag.tvs-india {
        background: rgba(216, 216, 216, 0.25);
        border: 1px solid #f4f4f4;
        border-radius: 0;
        border-width: 1px 0 1px 0;
        /* padding-top: 12px; */
        height: 120px;
    }

.d-flex.header-liferay .mycountry h2 {
    line-height: 38px;
    color: #000;
    padding: 10px 20px;
    width: 100%;
    font-size: 24px;
    font-weight: 800;
    margin-bottom: 8px;
    letter-spacing: initial;
}

.mycountry .country-flag {
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  color: #535252;
  cursor: pointer;
  text-align: center;
}

/***
.mycountry .country-flag .flag {
  height: 32px;
  width: 56px;
  flex: inherit;
}
.mycountry .country-flag.tvs-india img{
    width: 67px;
    height: 38px;
}
.mycountry .country-flag span {
  margin-top: 20px;
}
*/

.mycountry .country-flag-outer::-webkit-scrollbar-thumb {
    border-radius: 0;
}

.mycountry .country-flag.country-active {
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  color: #163d79;
  background: #e7f0ff;
  border: 2px solid rgba(18, 54, 110, 0.72);
}

.mycountry .back-button {
  display: none;
}

.tvs-header .navbar .nav-item.dropdown .dropdown-menu {
  min-width: 238px;
  margin-top: 43px;
  padding: 8px 29px 8px 30px;
  filter: drop-shadow(0 6px 12px rgba(0, 0, 0, 0.18));
  background: #fff;
  border-radius: 20px;
  border: none;
}

.tvs-header .navbar .dropdown-item {
  min-height: 50px;
  font-size: 16px;
  padding: 10px 0;
  font-weight: 500;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  transition: all 0.3s;
  border-bottom: 1px solid #ededed;
}
.tvs-header .navbar .nav-item.dropdown.show::before {
  content: "";
  width: 0;
  height: 0;
  border-left: 25px solid rgba(0, 0, 0, 0);
  border-right: 25px solid rgba(0, 0, 0, 0);
  border-bottom: 31px solid #fff;
  position: absolute;
  top: calc(100% + 26px);
  left: calc((100% - 2px) / 2);
  transform: translateX(-50%);
  z-index: 9999;
}
.tvs-header .navbar .dropdown-item:hover {
  background: rgba(0, 0, 0, 0);
  color: #173d7a;
}

.headTop .breadcrumbWrapper .breadcrumb {
  margin-bottom: 0;
  background: #ebebeb;
  padding: 10px 24px;
  border-radius: 0;
}

.headTop .breadcrumbWrapper .breadcrumb li {
  font-size: 13px;
}

.breadcrumb > li {
  display: inline-block;
}

.headTop .breadcrumbWrapper .breadcrumb li a {
  color: #3a3a3a;
}

.headTop .breadcrumbWrapper .breadcrumb li:after {
  content: "\e901";
  font-family: "ibcountry" !important;
  font-size: 8px;
  margin: 0 5px;
}

.headTop .breadcrumbWrapper .breadcrumb li.active {
  color: #18407e;
  font-weight: 700;
}

.tvs-header .navbar .switch-btn {
  padding: 5px;
  margin-right: 1rem;
  background-color: #fff;
  border-radius: 2.5rem;
  box-shadow: 0px 8px 11.52px 0.48px rgba(0, 0, 0, 0.15);
}

.tvs-header .navbar .switch-btn .btn.btn-secondary {
  border-radius: 20px;
  width: 60px;
  display: flex;
  justify-content: center;
  height: 30px;
  align-items: center;
  border: none;
  margin-left: 1px;
  font-size: 16px;
  color: #fff;
  background: transparent;
  color: #343333;
  font-weight: 600;
}

.tvs-header .navbar .switch-btn .btn.btn-secondary.active {
  background-color: #18407e;
  color: #fff;
}

.tvs-header .navbar .switch-btn input[type="radio"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
  box-sizing: border-box;
  padding: 0;
}

.headTop .breadcrumbWrapper .breadcrumb li::after {
  content: "\f105";
  font-family: "Font Awesome 6 free" !important;
  font-weight: 700;
}

.country-close .country-close-icon .icon-icon-close::before {
  content: "\f00d";
  font-weight: 700;
  font-style: normal;
}

.tvs-header .navbar .ib-nav .ib-nav-link:hover::before {
  bottom: -5px;
}


/* New UI header css */
header {
    user-select: none;
    width: 100%;
    position: sticky;
    top: 0;
    z-index: 3;
}

.lfr-layout-structure-item-primary-navigation-menu-fragment {
    position: sticky;
    top: 45px;
    z-index: 4;
}

.header-left {
    flex: 0 0 205px;
    height: 45px;
    background: linear-gradient(180deg,#c3c3c3 0,#fbfbfb 47.4%,#e4e4e4 100%);
    padding: 0 32px;
}

.logo {
    line-height: 40px;
    height: 45px;
    border-bottom: 1px solid #bbb;
}

    /*.logo .navbar-brand {
        padding: 0;
        margin: 0;
        max-width: initial;
    }*/

    .logo .navbar-brand {
        padding: 0;
        margin: 0;
        max-width: initial;
        font-size: 20px;
    }

        .logo .navbar-brand img {
            max-width: 141px;
        }

.header-right {
    height: 45px;
    flex: 1 1 auto;
}



.blue-top-header {
    height: 45px;
    background-color: #0c3688;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 11px 0;
}

.switch-btn {
    padding: 0 19px;
    border-right: 1px solid #3a5c9d;
}

    .switch-btn .country-languages-swticher {
        display: flex;
        min-width: 86px;
        border: 2px solid #fff;
        border-radius: 26px;
        background: #fff;
    }

.btn-group {
    position: relative;
}

.switch-btn .country-languages-swticher .btn-secondary {
    font-size: 11px;
    background: #fff;
    max-width: 50%;
    border: none;
    color: #0c3688;
    margin: 0;
    padding: 1px 5px;
    font-weight: 600;
}

    .switch-btn .country-languages-swticher .btn-secondary:first-child, .switch-btn .country-languages-swticher .btn-secondary:last-child {
        border-radius: 26px;
        background: #0c3688;
        color: #fff;
    }

    .switch-btn .country-languages-swticher .btn-secondary.active {
        background: #0c3688;
        color: #fff;
    }

    .switch-btn .country-languages-swticher .btn-secondary input {
        width: 0;
        opacity: 0;
    }

.header-social-media {
    padding: 0 12px;
    border-right: 1px solid #3a5c9d;
}

    .header-social-media a {
        padding: 0 12px;
    }

.header-call {
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    color: #fff;
    padding: 0 20px 0 28px;
}

    .header-call a {
        color: #fff;
        text-decoration: none;
    }

    .header-call img {
        margin-right: 10px;
    }

.header-liferay {
    background: #fff;
    width: 100%;
    box-shadow: 0 2px 9px 0 #686868;
}

.header-country-left {
    flex: 0 0 205px;
    height: 45px;
    padding: 0 32px;
    background: linear-gradient(180deg,#ddd 0,#f4f4f4 50%,#fcfcfc 100%);
}

.navbar {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 0;
}

.county-flag-dropdown {
    font-weight: 500;
    font-size: 12px;
    line-height: 45px;
    text-transform: uppercase;
    color: #5a5555;
    position: relative;
    cursor: pointer;
}

.flag {
    background-size: 3rem 2rem;
    width: 3rem;
    display: inline-block;
    margin: 0;
    margin-right: 0px;
    flex: 0 0 3rem;
}

.county-flag-dropdown > img {
    margin-right: 11px;
    width: 24px;
}

.county-flag-dropdown > span:first-of-type, .header-call img, div#product-category-anchor360.product-category-detailsInner a {
    margin-right: 10px;
}

.header-menu-tabs,
.header-product a > img,
.megamenu .v-navCol .sm-title {
    height: 26px;
}
#demo-mega-menu .nav-tabs .nav-link.active,
#demo-mega-menu .nav-tabs .nav-link:hover,
.megamenu li.nav-item button.active,
.megamenu li.nav-item button:hover {
    border-color: #0c3688;
    background-color: transparent;
    color: #0c3688;
}
.mega-menu-dd:hover .megamenu,
.product-category-detailsInner span,
.your-number .iti {
    display: block;
}

.megamenu li.nav-item,
.xl100-specification .accordion-button img {
    margin-right: 20px;
}

    .mainMenu ul.navbar-nav a.nav-link,
    .megamenu li.nav-item button {
        font-size: 13px;
        font-weight: 600;
        color: #222;
        text-transform: uppercase;
    }

.megamenu #pills-tab .nav-item a.nav-link::before,
.sticky-secondary-menu ul li:last-child::before {
    display: none;
}

.mainMenu .megamenu {
    background: #e6ecf5;
    margin: 0;
    min-width: 893px;
    z-index: 1000;
    width: auto;
    position: absolute;
    left: 0;
    display: none;
    border: 1px solid rgba(0, 0, 0, 0.15);
}

.mainMenu .dropdown-menu .dropdown-item {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    padding: 12px 22px;
}

.megamenu li.nav-item button {
    background: 0 0;
    border: none;
    border-bottom: 2px solid transparent;
    padding: 0 1px 6px;
}

.mainMenu .megamenu {
    padding: 0 25px;
}

.mainMenu ul.navbar-nav a.nav-link {
    display: block;
    padding: 12px 12px 13px;
    position: relative;
}

.mainMenu ul.navbar-nav a.nav-link:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 0;
    height: 3px;
    background-color: #f12a00;
    transition: 0.3s;
    z-index: 1;
}

@media screen and (max-width: 1600px) {
    .mycountry {
        max-width: 690px;
    }
}

/* footer */
footer {
    background: #18407e;
    color: #fff;
    position: relative;
    z-index: 2;
}

footer .footer-container {
    max-width: 100%;
    margin: 0 auto;
    padding: 40px 20px 0;
}

footer .footerAddress {
    background-color: var(--primary-blue);
    position: relative;
    padding: 34px 0;
}

@media screen and (min-width: 1366px) {
    .go-top {
        right: 1.4rem;
    }
}

.go-top {
    right: 15px;
    bottom: 220px;
    z-index: 3;
    opacity: 1 !important;
    top: auto;
    height: auto;
    width: auto;
    padding: 0;
    background: none;
    cursor:pointer;
}

.go-top img,
.premium-features-slider .inner-feature img,
.xl100-gallery .gallery-overlay,
.xl100-gallery .slick-slide img {
    border-radius: 10px;
}

.mobile-footer-menu {
    background: linear-gradient(180deg, #06357a 0, #081e40 100%);
    display: flex;
    height: 70px;
    font-weight: 700;
    font-size: 10px;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 3;
    color: #cadfff;
    text-align: center;
    font-style: normal;
    line-height: 11px;
    text-transform: uppercase;
}

.mobile-footer-menu a {
    width: 20%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    flex-grow: 1;
    text-align: center;
    gap: 7px;
}

.mobile-footer-menu .icon, .mobile-side-menu .icon {
    display: block;
    height: 25px;
    width: 46px;
    margin: 0 auto;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.mobile-footer-menu .icon.home {
    background-image: url(../../IBCountry_Assets/images/IB-NewUI/right-fixed-menu/home-mob.svg);
}

.mobile-footer-menu .icon.product {
    background-image: url(../../IBCountry_Assets/images/IB-NewUI/right-fixed-menu/product-mob.svg);
}

.mobile-footer-menu .icon.dealer {
    background-image: url(../../IBCountry_Assets/images/IB-NewUI/right-fixed-menu/dealer-mob.svg);
}
.mobile-footer-menu .icon.more {
    background-image: url(../../IBCountry_Assets/images/IB-NewUI/right-fixed-menu/more-mob.svg);
}

.footer-enquiry {
    border: none;
    position: fixed;
    right: 15px;
    bottom: 160px;
    z-index: 3;
    border-radius: 10px;
    background: #00a3ff;
    height: 42px;
    width: 42px;
    color: #fff;
    text-align: center;
    font-size: 8px;
    font-style: normal;
    padding: 6px 0 4px;
}

.footer-enquiry, .mobile-menu-inner .mobile-menu-name, .mobile-side-menu {
    font-weight: 700;
    text-transform: uppercase;
}

.footer-enquiry span {
    margin-top: 4px;
    display: inline-block;
}

.footer-contact-buttons {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    width: 100%;
    min-width: 450px;
}

.footer-enquiry img {
    width: 18px;
    height: 18px;
}

.footer-whatsapp {
    position: fixed;
    right: 10px;
    bottom: 100px;
    z-index: 3;
}

.navbar-brand {
    padding-top: .3125rem;
    padding-bottom: .3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    text-decoration: none;
    white-space: nowrap;
}

footer .footer-container *,
header *, .d-flex.header-liferay *{
    font-family: roboto;
    font-weight: initial;
}

.header-call a {
    font-weight: 700
}

footer a {
    color: inherit;
}
.side-menu-inner span:nth-child(2), .side-menu-toggle span:nth-child(2) {
    margin-top: 7px;
    display: block;
}

.global-fixed-menu .icon.dealer {
    background-image: url(../../IBCountry_Assets/images/IB-NewUI/right-fixed-menu/dealer.svg);
}

.window-side-menu {
    padding: 30px 0 15px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    border-top: 1px solid #d9d9d9;
}

.side-menu-inner {
    background: #dde7f5;
    border: 1px solid #dde7f5;
    border-radius: 4px;
    width: calc(33.33% - 7px);
    padding: 10px 0 6px;
}

.side-menu-inner, .side-menu-toggle {
    font-weight: 700;
    font-size: 11px;
    line-height: 11px;
    text-align: center;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #0c3688;
}

.mobile-side-menu {
    right: 20px;
    bottom: 12px;
    padding: 0;
    border-radius: 2px;
    z-index: 5;
    color: #fff;
    text-align: center;
    font-size: 12px;
    font-style: normal;
}

.footer-enquiry, .mobile-menu-inner .mobile-menu-name, .mobile-side-menu {
    font-weight: 700;
    text-transform: uppercase;
}

    .mobile-side-menu a {
        display: flex;
        flex-direction: column;
        gap: 5px;
        margin-top: 35px;
    }

.collapse-mobile-side-menu, .collapse-window-side-menu {
    background: #ee2d3d;
    border-radius: 0 0 2px 2px;
    color: #fff;
    text-align: center;
    font-size: 18px;
    cursor: pointer;
}

.global-fixed-menu .active .icon.enquiry, .global-fixed-menu a:hover .icon.enquiry, .mobile-side-menu .icon.enquiry {
    background-image: url(../../IBCountry_Assets/images/IB-NewUI/right-fixed-menu/enquiry_hover.svg);
}

.global-fixed-menu .icon, .mobile-footer-menu .icon, .mobile-side-menu .icon {
    display: block;
    height: 25px;
    width: 46px;
    margin: 0 auto;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.collapse-mobile-side-menu {
    width: 50px;
    height: 50px;
    border-radius: 10px;
    line-height: 50px;
    margin: 20px auto 0;
}

.mobile-menu-overlay {
    background: rgba(0, 0, 0, 0.8);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 4;
}

    .window-side-menu.global-fixed-menu .side-menu-inner {
        background: linear-gradient(180deg, #dde7f5 0, rgba(255, 255, 255, 0) 100%);
        min-width: 65px;
        width: auto;
        height: 55px;
        padding: 5px;
        border-radius: 0;
        border: 0;
        cursor: pointer;
        font-weight: 700;
        font-size: 9px;
        line-height: 11px;
        letter-spacing: 0.05em;
        text-transform: uppercase;
        color: #0c3688;
    }

    .window-side-menu.global-fixed-menu .side-menu-title {
        color: #0c3688;
    }

    .window-side-menu.global-fixed-menu .side-menu-inner:hover {
        background: #0c3688;
    }

        .window-side-menu.global-fixed-menu .side-menu-inner:hover .side-menu-title {
            color: #fff;
        }

        .window-side-menu.global-fixed-menu .side-menu-inner:hover .dealer {
            background-image: url(../../IBCountry_Assets/images/IB-NewUI/right-fixed-menu/dealer_hover.svg);
        }

.global-fixed-menu .icon.enquiry {
    background-image: url(../../IBCountry_Assets/images/IB-NewUI/right-fixed-menu/enquiry.svg);
}

 .breadcrumb {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
}

nav .breadcrumb {
    background: linear-gradient(180deg, #fff 0, #d9d9d9 100%);
    margin: 0;
    height: 40px;
    border-top: 1px solid #d9d9d9;
    position: relative;
    font-weight: 400;
    font-size: 13px;
    line-height: 18px;
    display: flex;
    align-items: center;
    color: #5a5555;
    padding-left: 33px;
}

    nav .breadcrumb .breadcrumb-item + .breadcrumb-item {
        padding-left: 18px;
        position: relative;
    }

nav .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
    content: "\203A";
    background-image: none;
    margin: 0;
    float: none;
    color: inherit;
    position: absolute;
    font-size: inherit;
    display: inline;
    top: 0;
    padding: 0;
    left: 7px;
}

    nav .breadcrumb a:hover {
        text-decoration: none;
        color: inherit;
    } 
@media screen and (min-width: 1199px) {
.mainMenu .nav-item.dropdown:hover .dropdown-menu {
    display: block;
}
}
span.side-menu-title, .side-menu-name {
    font-family: 'Roboto';
    font-weight: 700 !important;
}

@media screen and (max-width: 1199px) {
    footer {
        padding-bottom: 70px;
    }

    #demo-mega-menu, .mainMenu .megamenu, .navbar-collapse.collapse .nav-fixed-btn, header, header .d-flex {
        display: none !important;
    }

    .d-flex.header-liferay, .navbar-collapse.menu-slideIn {
        top: 0;
    }

    .header-liferay {
        box-shadow: 0 4px 4px rgb(0 0 0 / 25%);
        background: #f8faff;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 3;
        width: 100%;
    }

    .header-country-left {
        background: 0 0;
        box-shadow: none;
        display: flex;
        flex: 0 0 auto;
        padding: 14px 20px;
        height: auto;
    }

    .logo {
        border-bottom: 0;
        border-right: 1px solid #bbb;
        padding-right: 17px;
        margin-right: 17px;
    }
    .logo img {
        width: 100px;
    }

    .navbar.mainMenu {
        flex: 1;
    }
    .navbar {
        position: static;
    }
}

@media screen and (max-width: 767px) {
    .footer-email-wrap, .footer-links, .footer-socail-wrap {
        margin-top: 20px;
    }

    .legal-wrap, .useful-links-wrap {
        width: 50%;
    }

    .headquarters-wrap {
        width: 100%;
        margin-top: 20px;
    }

    .footer-socail-wrap {
        margin-top: 20px;
    }
    .copyright {
        font-size: 12px;
        line-height: 14px;
    }
}

.copyright {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #fff;
    padding: 20px 0 20px 20px;
    border-top: 1px solid #466698;
    margin-top: 30px;
    margin-left: -20px;
    margin-right: -20px;
}

.footer-links {
    margin-top: 53px;
}

    .footer-links h2 {
        font-style: normal;
        font-weight: 700;
        font-size: 18px;
        line-height: 21px;
        margin-bottom: 24px;
        text-transform: uppercase;
        color: white;
    }

    .footer-links ul {
        list-style: none;
        padding: 0;
        margin: 0;
        font-weight: 400;
        font-size: 14px;
        line-height: 35px;
    }

.footer-socail-icons {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    max-width: 220px;
}

#nudge-form,
.go-top,
.mob-submit-btn,
.mobile-menu-overlay,
.mobile-side-menu {
    position: fixed;
    display: none;
}

footer .contact-us {
    height: 44px;
    padding: 0 15px;
    background: #fff;
    border-radius: 6px;
    font-weight: 700;
    font-size: 14px;
    line-height: 44px;
    text-align: center;
    text-transform: uppercase;
    color: #0c3688;
    width: 200px;
}

@media screen and (max-width: 991.98px) {
    .footer-socail-wrap {
        margin-top: 20px;
    }
}

.footer-links.footer-link-bottom {
    background: #254693;
    padding: 15px 0;
    margin: 20px -20px -30px;
}

/*  product navigation */
.tab-content > .tab-pane {
    display: block;
    height: 0;
    overflow: hidden;
}

.tab-content > .active {
    height: auto;
}

.v-navWrap {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
    max-height: 460px;
    overflow: auto;
}

.v-navCol {
    flex: 1;
    max-width: 195px;
    background: #fff;
    border: 1px solid #d9d9d9;
    box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.15);
    border-radius: 6px;
    padding: 9px 8px 6px 11px;
    margin: 10px;
}

.header-menu-tabs, .header-product a > img, .megamenu .v-navCol .sm-title {
    height: 26px;
}

.v-navCol .sm-title h6 {
    font-weight: 700;
    font-size: 14px;
    color: #000;
    white-space: nowrap;
}

.v-navCol p {
    font-weight: 500 !important;
    font-size: 12px;
    line-height: 20px;
    margin: 0;
}

.v-navCol img {
    max-width: 168px;
    display: block;
    margin: 0 auto;
}

@media screen and (max-width: 1199px) {
    /*.header-liferay .navbar-light .navbar-toggler {
        display: block;
        border: none;
        padding: 4px 12px;
    }*/

    .header-liferay .navbar-light .navbar-toggler {
        display: block;
        border: none;
        padding: 4px 12px;
        font-size: 20px;
    }

    .window-side-menu {
        width: 100%;
        display: flex !important;
    }

    /*.header-liferay .navbar-toggler-icon {
        height: 19px;
        width: 19px;
        font-size: 1.2rem
    }*/
    .header-liferay .navbar-toggler-icon {
        height: 20px;
        width: 20px;
        font-size: 20px;
    }

    .header-liferay .navbar-expand-lg .navbar-collapse {
        padding: 15px 20px 90px;
        display: block !important;
    }

    .header-liferay .navbar-expand-lg .navbar-collapse {
        position: fixed;
        left: 0;
        top: calc(-100% - 106px);
        overflow: auto;
        z-index: 9;
        background: #fff;
        width: 100%;
        height: 100%;
        transition: 0.7s;
    }

    .header-liferay .navbar-expand-lg .navbar-nav {
        flex-direction: column;
        width: 100%;
    }

    .header-liferay ul.navbar-nav a.nav-link {
        font-size: 16px;
        line-height: 22px;
        width: 100%;
    }

        .header-liferay ul.navbar-nav a.nav-link:hover::before {
            width: 100%;
        }

    .header-liferay .nav-item.dropdown:hover .dropdown-menu {
        display: block;
    }

    .header-liferay .nav-item.dropdown .dropdown-menu {
        width: 100%;
        position: unset;
        padding: 0;
        border-radius: 0;
        box-shadow: none;
        border: none;
        margin: 0;
    }

    .header-liferay .dropdown-menu .dropdown-item:hover {
        background: #f12a00 !important;
        font-weight: 500 !important;
        color: #fff !important;
    }

    .header-liferay .navbar-collapse.collapse .nav-fixed-btn {
        display: none !important;
    }

    .header-liferay .nav-fixed-btn {
        bottom: 0;
        border-radius: 0 0 2px;
        background: #fff;
        box-shadow: -4px 0 20px 0 rgba(0, 0, 0, 0.15);
        width: 100%;
        left: 0;
        padding: 25px;
        gap: 22px;
        z-index: 1;
        position: fixed;
    }

        .header-liferay .nav-fixed-btn .navbar-toggler.enquiry {
            background: #00a3ff;
        }

        .header-liferay .nav-fixed-btn .navbar-toggler {
            background-color: #d83d46;
        }

        .header-liferay .nav-fixed-btn .enquiry, .nav-fixed-btn .navbar-toggler {
            border-radius: 6px;
            display: block;
            color: #fff;
            text-align: center;
            font-size: 16px;
            font-style: normal;
            font-weight: 700;
            line-height: 40px;
            height: 40px;
            padding: 0;
            flex-grow: 1;
            text-transform: uppercase;
        }
}

nav .breadcrumb .breadcrumb-item,
nav .breadcrumb .breadcrumb-item a {
    font-family: Roboto;
    color: #5a5555;
}

.subHeader.scrolled {
    min-height: 90px;
    z-index: 4 !important;
}

footer .footer-container li a:hover {
    color: #fff;
    text-decoration: none;
}

.side-menu-toggle {
    border: 2px solid #d9d9d9;
    box-shadow: 0 10px 10px rgb(0 0 0 / 25%);
    border-radius: 2px;
    text-align: center;
    height: 65px;
    width: 65px;
    padding: 8px 0;
    background: linear-gradient(180deg, #dde7f5 0, rgba(255, 255, 255, 0) 100%) #fff;
    z-index: 3;
    cursor: pointer
}

.side-menu-toggle {
    font-family: Roboto !important;
}

.mycountry .country-flag.tvs-india span span b {
    font-weight: bolder;
}
/*
.mycountry .country-flag.tvs-india span {
    display: block;
    font-size: 14px;
    line-height: 16px;
    margin-top: 4px
}*/

.aog-gallery img, .aog-gallery video, .feedback-remark #otherfeedback, .join-aog-from-left-col, .mainMenu ul.navbar-nav a.nav-link.active:before, .mainMenu ul.navbar-nav a.nav-link:hover:before, .mainMenu ul.navbar-nav div.active a.nav-link:before, .page-editor__layout-viewport__resizer, .posAbs, .premium-gallery-slider .slick-slide img, .press-kit-block video {
    width: 100%;
}

.mainMenu ul.navbar-nav a.nav-link:hover {
    background: #fff;
    color: #333;
}

.megamenu #pills-tab .nav-item a.nav-link {
    padding: 3px 1px 6px;
    border-bottom: 2px solid transparent;
}

    .megamenu #pills-tab .nav-item a.nav-link:hover {
        border-bottom: 2px solid #0c3688;
        color: #0c3688;
        background: 0 0;
    }

.mainMenu .dropdown-menu {
    width: 226px;
    padding: 0;
    border-radius: 0;
    box-shadow: none;
    border: none;
    margin: 0;
}

    .mainMenu .dropdown-menu .dropdown-item:hover {
        background: #f12a00 !important;
        font-weight: 500 !important;
        color: #fff !important;
    }

.v-navCol p {
    color: #212529
}

    .v-navCol p span.minTitle {
        font-weight: 700;
        line-height: 20px;
        text-align: left;
        color: #0c3688;
    }

.tabSection .tab-content .tab-pane#Performance {
    margin-bottom: 0 !important;
}

.mobile-menu-overlay {
    z-index: 4;
}

footer .btn.white {
    height: 44px;
    padding: 0 15px;
    background: #fff;
    border-radius: 6px;
    font-weight: 700;
    font-size: 14px;
    line-height: 44px;
    text-align: center;
    text-transform: uppercase;
    color: #0c3688;
    max-width: 200px;
    min-width: 200px;
}
.menu-slideIn .nav-item.dropdown .dropdown-menu {
            display: none !important;
        }

        .menu-slideIn .nav-item.dropdown .dropdown-menu.show {
            display: block !important;
        }
@media screen and (max-width: 1199px) {
    /*.header-country-left {
        padding: 2px 20px;
    }*/

    .county-flag-dropdown, .logo {
        line-height: 20px;
        height: auto;
    }
        .county-flag-dropdown > img {
            height: auto;
            width: 30px;
        }

    .header-liferay .navbar-expand-lg .navbar-collapse.menu-slideIn {
        top: 0;
    }

    .mainMenu.navbar .container-fluid {
        justify-content: flex-end;
    }

    .subHeader .navbar-toggler {
        display: none;
    }

    .subHeader .navbar-collapse {
        display: flex !important;
        position: unset;
        flex-basis: unset;
        width: auto;
        box-shadow: none;
        background: transparent;
        overflow: auto;
        margin-left: 10px;
        z-index: 0;
    }

        .subHeader .navbar-collapse .navbar-nav {
            flex-direction: row;
        }

    .subHeader .container-md {
        flex-wrap: nowrap;
    }

    .subHeader .header-btn-group {
        order: 1;
        min-width: 100px
    }

    .mobHead {
        min-width: 100px
    }

    .subHeader .navbar-light .navbar-nav .nav-link {
        font-size: 14px;
        border: none;
        padding: 5px 10px;
        white-space: nowrap;
    }

 .subHeader .navbar, .subHeader.scrolled
{
    min-height: 1px;
}



.window-side-menu.global-fixed-menu .window-side-menu {
    width: 100%;
    display: flex !important;
    padding: 30px 0 15px !important;
    flex-wrap: wrap;
    gap: 10px;
    border-top: 1px solid #d9d9d9;
}

.window-side-menu.global-fixed-menu .side-menu-inner {
    background: #dde7f5;
    border: 1px solid #dde7f5;
    border-radius: 4px;
    width: calc(33.33% - 7px);
    padding: 10px 0 6px;
    font-weight: 700;
    font-size: 11px;
    line-height: 11px;
    text-align: center;
    letter-spacing: .1em;
    height: auto;
}

.window-side-menu.global-fixed-menu .side-menu-title {
    font-weight: 600;
}
}

@media screen and (max-width: 991px) {
    .mobHead {
        min-width: 60px;
        max-width: 50px;
    }

    .subHeader .navbar-brand img {
        max-width: 100%;
    }

    .subHeader .header-btn-group {
        min-width: 87px;
        margin-right: 10px
    }
}

.header-liferay .navbar-expand-lg .navbar-collapse.menu-slideIn .nav-fixed-btn {
    display: flex !important
}

footer .contact-us {
    display: block;
    margin: 0 0 8px !important;
}

.mobile-footer-menu a {
    color: #cadfff;
}




@media screen and (max-width: 991px) {
    
    footer .footer-links.footer-link-bottom .connets {
        border-bottom: 1px solid rgba(255, 255, 255, 0.3);
        padding-bottom: 8px;
    }
}

@media screen and (max-width: 767px) {
    .footer-links h2 {
        font-size: 16px;
        line-height: 19px;
        margin-bottom: 10px;
    }

    .footer-links ul {
        line-height: 26px;
    }

    footer .contact-us {
        width: 100%;
        min-width: 200px;
    }



    .copyright {
        font-size: 12px;
        line-height: 14px;
    }

    .mobile-side-menu a .side-menu-title {
        color: #fff;
        text-decoration: none;
    }
}

@media screen and (max-width: 575px) {
    footer .btn.white {
        min-width: 130px;
    }

    .footer-contact-buttons {
        min-width: 100%;
        flex-wrap: nowrap;
    }

    footer .contact-us {
        min-width: 170px;
    }
}

.mycountry {
    top: 46px;
}

@media screen and (max-width: 1199px) {
    .mycountry {
        top: 50px;
    }
    .subHeader.scrolled .navbar {
        height: auto
    }

    ol.breadcrumb {
        top: 49px;
        z-index: 3;
        border: none;
        border-radius: 0;
    }
}

@media screen and (max-width: 991px) {
    .mycountry {
        max-width: 70%
    }

        .mycountry .country-flag-outer {
            padding: 0;
        }

        .mycountry .country-flag {
            width: 33%;
            height: 129px;
        }

        .mycountry .country-flag-outer {
            max-height: 57vh !important;
        }
}

@media screen and (max-width: 767px) {
    .mycountry .country-flag {
        width: 50%;
    }

    .mycountry .country-flag-outer {
        max-height: 67vh !important;
    }
}

.lfr-layout-structure-item-primary-navigation-menu-fragment {
    z-index: 4;
}

.slick-prev, .slick-next {
    z-index: 1 !important;
}

.mycountry {
    top: 100% !important;
}

@media screen and (min-width: 1200px) {
    .window-side-menu {
        flex-direction: column;
        padding: 0;
        gap: 0;
        background: #fff;
        border: 2px solid #d9d9d9;
        box-shadow: 0 10px 10px rgba(0, 0, 0, 0.25);
        border-radius: 2px;
        z-index: 4;
        display: none;
        border: none;
    }
}

@media screen and (min-width: 1200px) {
    .side-menu-toggle, .window-side-menu {
        position: fixed;
        right: 10px;
        top: 100px;
    }
    .side-menu-inner {
        background: linear-gradient(180deg, #dde7f5 0, rgba(255, 255, 255, 0) 100%);
        min-width: 65px;
        width: auto;
        height: 55px;
        padding: 5px;
        border-radius: 0;
        border: 0;
        cursor: pointer;
        font-weight: 700;
        font-size: 9px;
        line-height: 11px;
        letter-spacing: 0.05em;
        text-transform: uppercase;
        color: #0c3688;
    }

    

    .global-fixed-menu .icon, .mobile-footer-menu .icon, .mobile-side-menu .icon {
        display: block;
        height: 25px;
        width: 46px;
        margin: 0 auto;
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
    }
}

@media all and (max-height:460px) {
    .flotingNav {
        top: 40%;
    }
}

.dropdown-menu.country-number-enquiry {
    display: none;
}

.dropdown-menu.country-number-enquiry.show {
    display: block;
}

.FooterWithoutConnect{
    justify-content:center;
}

.v-navCol .sm-title img {
    max-width: 30px;
}

@media screen and (max-width: 767px) {
    .connect-info .accordion, .footer-socail-icons {
        max-width: initial;
    }
}
@media screen and (max-width: 400px) {
    .footer-contact-buttons {
        min-width: 300px;
    }
    footer .contact-us {
        min-width: 130px;
    }
}

.v-navCol .sm-title h6 {
    white-space: normal;
}

.v-navCol p span {
    font-weight: 500 !important
}

.navbar-light .navbar-toggler.hamburgerIcon {
    background: transparent !important;
}
.footer-links h2.title {
    justify-content: flex-start;
    text-align: left;
}

.global-fixed-menu .icon.emi-finance {
    background-image: url(../../IBCountry_Assets/images/IB-NewUI/right-fixed-menu/calculator.svg)
}

.global-fixed-menu .active .emi-finance, .global-fixed-menu a:hover .emi-finance, .mobile-side-menu .emi-finance {
    background-image: url(../../IBCountry_Assets/images/IB-NewUI/right-fixed-menu/calculator_hover.svg)
}