
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

body {

    font-family:'Roboto', sans-serif;

}
/*layout*/
.firstli {
    padding: 0;
}

.language-dropdown .dropdown form select {
    border: 0;
    -webkit-appearance: none;
    appearance: none;
    background: none;
    text-indent: 10px;
    color: #000;
    padding: 0 10px;
    font-size: 16px;
    color: #6c6d6e !important;
}

.language-dropdown {
    padding: 0;
}

.dprofile-menu {
    display: none;
    position: absolute;
    background: #fff;
    min-width: 133px;
    border: 1px solid #d1d1d1;
    border-radius: 4px;
    box-shadow: 0px 1px 2px 0px #000;
    left: -5%;
    text-align: left;
}

    .select-language ul li a, .dprofile-menu ul li a, .Mprofile-menu ul li a {
        display: block;
        text-decoration: none;
        color: #000;
        padding: 4px 10px;
        border-bottom: 1px solid #d1d1d1;
    }

    .dprofile-menu.show {
        display: block;
    } 
/*endlayout*/



/*loader*/
.loaderbody {
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    position: absolute;
    background-color: rgba(128,128,128,0.2);
    z-index: 2147483647;
}

.loader {
    border: 16px solid #f3f3f3; /* Light grey */
    border-top: 16px solid #3498db; /* Blue */
    border-radius: 50%;
    width: 80px;
    height: 80px;
    animation: spin 2s linear infinite;
    position: fixed;
    top: 45%;
    left: 40%;
}
@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.hide {
    display: none;
}
/*loader*/

.navbar {
    -webkit-box-shadow: 0px 1px 10px 0px rgb(168 158 168 / 30%);
    -moz-box-shadow: 0px 1px 10px 0px rgba(168, 158, 168, 0.3);
    box-shadow: 0px 1px 10px 0px rgb(168 158 168 / 30%);
    /* z-index: 3333 */
    z-index: 1002;
}
header .navbar-nav .nav-item img {
    max-width: 30px;
}
header .navbar-expand-lg .navbar-nav .nav-link {
    padding-left: 15px;
    padding-right: 15px;
	text-align: center;
	color: rgba(0,0,0,.8);
}
header .navbar-expand-lg .navbar-nav .nav-link span {
    display: block;
}
header .navbar-expand-lg .navbar-nav .nav-item:nth-child(2) .nav-link img{
	margin:0px 0px 0px -10px;
	
}
header .navbar-expand-lg .navbar-nav .nav-link select {
    border: none;
    background: none;
    display: block;
	-webkit-appearance: none;
	appearance: none;
	color: rgba(0,0,0,.8);
	text-align:center;
	padding:0px 4px;
	text-indent:10%;
}
.print img{
	max-width:30px;
}

header .navbar-expand-lg .navbar-nav .nav-link select option {
	font-size:15px;
}
aside.left-menu,
aside.help-sidebar {
    width: 400px;
    position: fixed;
    top: 75px;
    background-color: #f8f9fa;
    -webkit-box-shadow: 0px 1px 10px 0px rgb(168 158 168 / 30%);
    -moz-box-shadow: 0px 1px 10px 0px rgba(168, 158, 168, 0.3);
    box-shadow: 0px 1px 10px 0px rgb(168 158 168 / 30%);
    bottom: 0;
    z-index: 1001;
    left: -400px;
    transition: all 0.5s ease;
}

aside .head {
    font-size: 26px;
    text-transform: uppercase;
    font-weight:700;
    color: #2699fb;
}
aside.left-menu.expended {
    left: 0px;
}
aside.left-menu .mene-list a {
    color: #6c6d6e;
    transition: all 0.5s ease;
    font-size: 17px;
}
aside.left-menu .mene-list a:hover {
    color: #2699fb;
    padding-left: 5px;
    text-decoration: none;
}
aside.left-menu .mene-list li.active a {
    color: #2699fb;
}
aside.left-menu .mene-list li {
    margin: 8px 0;
}

.text-heading h3 {
    font-size: 16px;
    font-weight: 700;
    color: #2699fb;
}
.text-heading p {
    margin-bottom: 5px;
}
.overflow-leftmenu {
    overflow: auto;
    height: calc(100vh - 140px);
}

.display-5 {
    font-size: 32px;
}

.w-100-custom {
    max-width: 100% !important;
}

.table-scroll {
    max-height: 140px;
}
.large-btn-group .btn {
    min-width: 80px !important;
}

.img-group {
    justify-content: space-evenly;
}
.arrow-btn:hover {
    -webkit-box-shadow: 0px 1px 10px 0px rgb(168 158 168 / 30%);
    -moz-box-shadow: 0px 1px 10px 0px rgba(168, 158, 168, 0.3);
    box-shadow: 0px 1px 10px 0px rgb(168 158 168 / 30%);
    border-radius: 50%;
}

.has-door-check .custome-radio input[type="checkbox"] + label:before {
    top: 2px !important;
    left: 25px !important;
}
.has-door-check .custome-radio input[type="checkbox"]:checked + label:after {
    top: 5px;
    left: 29px !important;
}

.calculetor-container label {
    text-align: right;
    width: 100%;
}
.calculetor-container label span {
    min-width: 80px;
    display: inline-block;
    position: relative;
    top: -5px;
    margin-left: 20px;
    color: #000;
    font-size: 12px;
    padding-top: 5px;
    text-align: center;
}
.transmision-table .head label {
    font-size: 14px;
    text-align: center;
}
.total-head {
    color: #000;
    font-weight:700;
}
.btn.w-md-25 {
    width: 25% !important;
}
.custom-table thead {
    background: #f5f5f5;
    padding: 15px;
}
.custom-table thead tr th {
    color: #000;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    vertical-align: middle;
}
.custom-table tbody tr td {
    font-size: 14px;
    font-weight: 500;
    color: #626262;
    text-align: center;
    vertical-align: middle;
}
.input-group-label{
    width: 104px;
    text-align: center;
    margin-bottom: 0;
}
.br-20{
    border-radius: 20px;
}
.search-box{
 position: relative;
}
.search-box input{
    padding-right: 20px;
}
.search-box i{
    position: absolute;
    top:8px;
    right: 5px;
}
.slick-center img{
    filter: sepia(100%);
  
}
.slick-arrow{
    background: #2699fb;
    padding: 10px;
    border-radius: 50%;
    color: #fff;
    cursor: pointer;
}

.fa-arrow-left{
    left: 45%;
    bottom: -160px;
    position: relative;
    transform: translateX(-50%);
}
.fa-arrow-right{
    left: 55%;
    bottom: -15px;
    position: relative;
    transform: translateX(-50%);
}

.custom-input-button input[type="radio"]
{
    position: absolute;
    left: -9999px;
}

.custom-input-button input+label 
{
    display: inline-block;
    position: relative;
    font-size: 1rem;
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
    transition: all .3s ease;
    padding: .375rem .75rem;
    line-height: 1.5;
    border-radius: .25rem;
    cursor: pointer;
    margin-bottom: 0;
}

.custom-input-button input:checked+label{
    background: #17a2b8;
    border-color: #17a2b8;
}


/* Help Page Css */

h3.info-text
{
    font-size: 18px;
    margin-left: -40px;
}

ul.alpha-heading
{
    position: relative;
    padding-left: 60px;
}

ul.alpha-heading li
{
    counter-increment: mega-step;
    list-style: none;
    font-size: 28px;
    color: #000;
    margin-bottom: 15px;
}

ul.alpha-heading li::before
{
    content: counter(mega-step, upper-roman) ".";
    text-align: center;
    color: #000;
    font-size: 28px;
    position: absolute;
    left: 0;
}


/* alpha numeric */

ul.upper-alpha
{
    position: relative;
    padding-left: 40px;
}

ul.upper-alpha li
{
    counter-increment: listAlpha;
    list-style: none;
    font-size: 20px;
    color: #6c6d6e;
    position: relative;
    margin-bottom: 15px;
    font-weight:700;
}

ul.upper-alpha li::before
{
    content: counter(listAlpha, upper-alpha) ".";
    text-align: center;
    color: #6c6d6e;
    font-size: 20px;
    position: absolute;
    left: -40px;
    top: 0;
}

/* numeric list */

ul.numeric-heading
{
    position: relative;
    padding-left: 40px;
}

ul.numeric-heading li
{
    counter-increment: css-counter 1;
    list-style: none;
    font-size: 20px;
    color: #6c6d6e;
    position: relative;
    font-weight:400;
}

ul.numeric-heading li::before
{
    content: counter(css-counter) ".";
    text-align: center;
    color: #6c6d6e;
    font-size: 20px;
    position: absolute;
    left: -40px;
    top: 0;
}

/* lower aplha  */

ul.lower-alpha
{
    position: relative;
    padding-left: 40px;
}

ul.lower-alpha li
{
    counter-increment: listLower;
    list-style: none;
    font-size: 16px;
    color: #6c6d6e;
    position: relative;
    font-weight:300;
}

ul.lower-alpha li::before
{
    content: counter(listLower, lower-alpha) ")";
    text-align: center;
    color: #6c6d6e;
    font-size: 16px;
    position: absolute;
    left: -40px;
    top: 0;
}


span.subtext1 {
    font-size: 18px;
    color: #4d4d4d;
    margin: 0px 0px 0px 105px;
    position: relative;
    top: -8px;
}

/* Product Detail Page */

.product-detail .container
{
    max-width: 1140px;
    margin-top: 100px;
}

/*.product-detail-img img
{
    height: 300px;
    width:400px;
    object-fit: cover;
    border-radius: 5px;
}*/
.product-detail-img img {
    max-height: 300px;
    border-radius: 5px;
}

@media(max-width:812px)
{
    .product-detail-img img{width:100%;height: 100%;margin-bottom: 15px;}
    .product-detail .container{padding-left: 15px !important;padding-right: 15px !important;}
}

.product-title
{
    font-size: 28px;
    margin-bottom: 15px;
    color: #007bff;
}

h3.pro-desc-title
{
    font-size:24px;
	margin-top: 5px;
    margin-bottom: 10px;
    font-weight: 700;
}

.pro-desc ul li
{
    font-size: 15px;
    margin-bottom: 10px;
    color: #707070;
	padding: 1px 0px 0px 20px;
}

.pro-desc ul li span
{
    color: #333;
}

/*#ProSpec>.card:not(:last-of-type)
{
    border-bottom: 1px solid #000;
    border-bottom-right-radius: inherit;
    border-bottom-left-radius: 0;
}*/

#ProSpec > .card {
    border-bottom: 1px solid #000;
    border-bottom-right-radius: inherit;
    border-bottom-left-radius: 0;
    border-left: 0 none;
    border-right: 0 none;
    border-top: 0 none;
}

#ProSpec .card,
#bom .card
{
    margin-bottom: 10px;
}

/*#ProSpec > .card 
{
    border:0 none;
}*/

#ProSpec > .card > .card-header
{
    padding: 0px 0 0;
    background: none;
    border-color: #000;
}

#ProSpec > .card .card-header .btn-header-link
{
    font-size: 24px;
    text-decoration: none;
	font-weight:700;
	padding:8px 0px;
}

#ProSpec .card .card-header .btn-header-link,
#bom .card .card-header .btn-header-link 
{
    display: block;
    text-align: left;
    color: #000;
  }

    #ProSpec .card .card-header .btn-header-link:after {
        content: "\f0d7";
        font-family: "Font Awesome 5 Free";
        font-weight: 700;
        float: right;
        width: 43px;
        height: 41px;
        top: -8px;
        position: relative;
        right: 1px;
        text-align: center;
        line-height: 43px;
        background: #ffffff;
        color: #707070;
    }

    #ProSpec .card .card-header .btn-header-link.collapsed:after {
        content: "\f0da";
        background: transparent;
        color: #ffffff;
    }
#ProSpec .card .card-header .btn-header-link.collapsed:after 
{
    content: "\f0da";
}

#bom .card .card-header .btn-header-link.collapsed:after 
{
    content: "\f055";
}

#bom .card .card-header .btn-header-link:after 
{
    content: "\f056";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    float: right;
}
 
#bom > .card
{
    border-radius: 0;
}

#bom > .card > .card-header > .btn-header-link 
{
    color: #0b79bc;
}

.article-heading h3 {
    font-size: 21px;
    margin-bottom: 15px;
    border-bottom: 1px solid #a5a5a5;
    padding-bottom: 10px;
    color: #707070;
    font-weight: 600;
}

h3.bom-title
{
    font-size: 16px;
    font-weight: 600;
    color:#707070;
}

.techmesh-table thead tr th
{
    text-align: center;
}
@media(max-width:992px) {
    header .navbar-expand-lg .navbar-nav {
        display: block;
        text-align: center;
    }

        header .navbar-expand-lg .navbar-nav li {
            display: inline-block;
        }
}

@-moz-document url-prefix() {
    header .navbar-expand-lg .navbar-nav .nav-link select {
        text-indent: -3px;
    }
}

header .navbar-expand-lg .navbar-nav .nav-link select::-ms-expand {
    display: none;
}

/*******************  Navjot  *******************/
.link-size{
    font-size:13px
}
.product-detail .btn-primary {
    color: #fff;
    background-color: #0079c1;
    border-color: #0079c1;
}
.product-detail .btn-primary:hover, .product-detail .btn-primary:focus {
    opacity:0.9;
}

.back-btn img {
    max-width: 16px;
    margin: -3px 4px 0px 0px;
}
.product-detail .list-inline-item a {
    color: #2699fb;
}
.product-detail .list-inline-item a:hover, .product-detail .list-inline-item a:focus  {
    color: #0079c1;
}
.product-title {
    color: #0079c1;
    font-weight: 700;
	margin-bottom: 5px;
}
h3.pro-desc-title {
    color: #707070;
}
.product-detail .pro-desc ul li span {
    font-weight: 600;
    color: #707070;
}
.product-detail .list-unstyled li {
    color: #707070;
	margin:5px 0px;
}
.product-detail .list-unstyled li strong {
    margin: 0px 5px 0px 0px;
	font-weight:500;
}
.heading-accordin1{
	display:block;
	text-align:center;
	margin:0px 0px 25px 0px;
}
.heading-accordin1 span {
    font-size: 20px;
    color: #2699fb;
    font-weight: 500;
}
.techmesh-table td {
    font-weight: 500;
    color: #707070;
}
/*karan*/
#ShowModel {
    margin-left: -50px;
}

    .container1 {
    /* max-width: 92%;*/
    max-width: 1024px;
    margin: 120px auto 0px;
}

.display-4 {
    font-size: 30px !important;
    font-weight: 400 !important;
    line-height: 1.2;
    color: #4d4d4d;
     
}

.form1 p {
    font-size: 14px;
    color: #4d4d4d;
}

/*.width1 {
    max-width: 400px;
    display: inline-block; 
}*/
.width1 {
    max-width: 244px;
    display: inline-block;
    height: 39px;
    border-right: none;
    border-radius:unset;
}
.search-button {
    margin-left: -4px;
    width: 76px;
    height: 41px;
    border: 1px solid #ccc;
    background: #2196F3;
    border-radius: 2px;
}
.none {
    display: none;
}

.product-detail .btn-primary {
    color: #fff;
    background-color: #0079c1;
    border-color: #0079c1;
    font-size: 18px;
    border-radius: 10px;
    padding: 8px 20px;
}
.Header-Model { 
    color: #007bff !important;
    text-decoration: none;
    background-color: transparent;
}
.DiscWarning {
    background-color: red;
    color: white;
    padding: 9px 30px;
}
.DiscWarning p {
    margin: 0px;
}
.container1.margin10{
        margin: 20px auto 0px;
}
.DiscWarning .container1 {
    margin: 0px auto;
}
/*navjot*/
.tab-main11 {
    padding: 25px 0px 50px;
}

 .tab-main11 p {
        margin: 0px;
        padding: 2px 0px 2px 30px;
}

    .tab-main11 .tab-content h4 {
        font-size: 1.4rem;
        margin-top: 25px;
    }

    .tab-main11 ul.nav {
        border-bottom: 1px solid #c1c1c1;
        margin-top: -3px;
    }

        .tab-main11 ul.nav li {
            border: 1px solid #c1c1c1;
            border-radius: 0px;
            transform: skew(30deg);
            margin: 0px -1px 0px 0px;
            overflow:hidden;
        }

            .tab-main11 ul.nav li a {
                padding: 10px 45px;
                transform: skew(-30deg);
                border: none;
                background: transparent !important;
                color: #626262;
            }

                .tab-main11 ul.nav li a.active {
                    background: #0079c1 !important;
                    color: #ffffff;
                }

                    .tab-main11 ul.nav li a.active:before {
                        background: #0079c1;
                        content: '';
                        position: absolute;
                        width: 100%;
                        height: 100%;
                        left: 0;
                        top: 0;
                        transform: skew(30deg);
                        z-index: -9;
                    }

span.blue1 {
    color: #0079c1;
}
span.Status1 {
    color: red !important;
}

span.red1 {
    color: #ff0000;
    margin: 0px 0px 0px 8px;
}

a.performance-data1 {
    margin: 30px auto 30px;
    text-decoration: underline;
    font-weight: 700;
}
a.bills-data1 {
    margin: 30px auto 30px;
    text-decoration: underline;
    font-weight: 1000;
}
a.subheader {
    font-style: italic;
    cursor: default;
    color: #007bff;
    text-decoration: none;
    margin: 30px auto 30px;
    font-weight: 1000;
    padding-left:12px;
    padding-right:10px;

}

.tab-main11 h5 {
    text-align: center;
    font-size: 17px;
    margin: 0px;
    font-weight: 700;
}

.tab-main11 .table th, .tab-main11 .table td {
    border: none;
}

    .tab-main11 .table td:first-child {
        text-align: right;
    }

.tab-main11 .table td {
    color: #626262;
    padding: 6px 10px;
}

.tab-main11 .table {
    border: 1px solid #d1d1d1;
}
.tab-main11.mobile-view1 .col-md-6 {
    max-width: 100%; 
    flex: inherit;
}
/*karan */
.modal {
    background-color: rgba(0,0,0,0.4);
}
#form-modal h5 {
    color: #707070;
}
    span .left-space1 {
    margin-left: 60px;
    display: block;
}
.btn-primary.btn12 {
    padding: 4px 6px;
    margin: -20px 0px 20px 0px;
}

div#Replacement {
    padding-top: 30px;
}
.div-right
{
    text-align:right;
}
ul#myTab {
    display: flex;
    justify-content: center;
}

@media (max-width: 1199px) {
    .product-detail .container {
    max-width: 96%;
}
}
@media (max-width: 767px){
.product-detail .container {
    max-width: 100%;
}
.product-detail-img img {
    width: auto;
    height: auto;
    max-height: inherit;
    max-width: 90%;

}
.product-title {
    font-size: 22px;
}
span.subtext1 {
    font-size: 16px;
    margin: 0px 0px 0px 80px;
}
h3.pro-desc-title {
    font-size: 20px;
}
.pro-desc ul li {
    padding: 1px 0px 0px 0px;
}
#ProSpec > .card .card-header .btn-header-link {
    font-size: 20px;
}
.card-body {
    padding: 20px 0px;
}
.mb-5{
    margin-bottom: 2rem!important;
}
.article-heading h3 {
    font-size: 18px;
}
.heading-accordin1 span {
    font-size: 16px;
}
.card-header {
    padding: 0px 15px;
}
    div#Specifications1, div#Performance1 .col-md-6 {
        text-align: center;
    }
.table-bordered td, .table-bordered th {
    font-size: 13px;
}     
}
.tab-main11.mobile-view1 {
    display: none;
}

.mobile-view1 .card {
    border: none !important;
    border-radius: 0px;
}

.mobile-view1 .card-header {
    border-bottom: none !important;
}

    .mobile-view1 .card-header a.btn-header-link {
        background: #0079c1;
        font-size: 17px !important;
        font-weight: 400 !important;
        color: #ffffff !important;
        padding: 10px 20px !important;
    } 

@media (max-width: 993px) {
    span.left-space1 {
        margin-left: 0;
    } 
}

@media(max-width:767px) {
    .tab-main11.web-view1 {
        display: none;
    }

    .tab-main11.mobile-view1 {
        display: block;
    }
    div#Performance1 tr td {
        width: 100%;
        display: table;
        text-align: center;
    }

    div#BillsofMaterial1 {
        text-align: center;
    }
    .mobile-view1 .card-header a.btn-header-link {
        padding: 10px 1px 10px 20px !important;
    }
    .card-body .div-right {
        text-align: center;
    }
    .dropdownMob {
        text-align: center;
        background-color: #0079c1;
        color: white;
        cursor: pointer; 
        padding: 5px; 
        border: 1px solid #595E57;
    }
    .dropdownMob option {
            background-color: white;
            color :black;
            cursor:pointer;
        }
    option:nth-child(1):hover {
        background-color: #cccccc;
        color: #006ED2
    }
    option:nth-child(2):hover {
        background-color: #cccccc;
        color: #006ED2
    }
    option:nth-child(3):hover {
        background-color: #cccccc;
        color: #006ED2
    }
    #Sub h4{
        padding-left:7px;
    }
    .container1 label, input {
        text-align: center;
    } 
}
@media(min-width:768px) {
    .container1 label, button {
        text-align: right;
    } 

}

