/* About Section
--------------------------------*/

#about {
    padding: 60px 0 30px 0;
    background: #FFF;
}

#about .about-img {
    overflow: hidden;
}

#about .about-img img {
    margin-left: -15px;
    max-width: 100%;
}

#about .content h2 {
    color: var(--ci-blue2);
    font-weight: 300;
    font-size: 28px;
    font-family: "Josefin Sans", sans-serif;
}

#about .content h3 {
    color: #555;
    font-weight: 300;
    font-size: 18px;
    line-height: 26px;
    font-style: italic;
}

#about .content p {
    line-height: 26px;
}

#about .content p:last-child {
    margin-bottom: 0;
}

#about .content i {
    font-size: 20px;
    padding-right: 4px;
    color: var(--ci-primary);
    /*#50d8af;*/
}

#about .content ul {
    list-style: none;
    padding: 0;
}

#about .content ul li {
    padding-bottom: 10px;
}


/************* Table Detail for OEM **************/

.listoem table tr th {
    text-align: center;
    vertical-align: middle;
    min-width: 85px;
}

.listoem table thead {
    background-color: var(--ci-primary);
    border-bottom: #bb0081 1px solid;
    border-top: #bb0081 1px solid;
    color: #FFFFFF;
}

.listoem table thead tr th.first {
    /*border-left: #bb0081 1px solid!important;
  border-top-left-radius: 5px !important;*/
    background-color: var(--ci-primary);
    min-width: 150px;
}

.listoem table thead tr th.last {
    /*border-right: #bb0081 1px solid!important;
    border-top-right-radius: 5px!important;*/
    background-color: var(--ci-primary);
}

.listoem table thead .sub {
    background-color: var(--ci-primary)
    /*#f2f2f2;*/
}

.listoem table tr td {
    vertical-align: middle;
}

.listoem table thead th:hover,
.listoem table thead td:hover {
    background-color: var(--ci-primary) !important;
}

.listoem table thead:hover .sub {
    background-color: #165fab;
    /*#f2f2f2;*/
}

.listoem table tr:nth-child(2n+2) {
    background: #e9e9e9;
}

.listoem table tr:hover {
    background: #165fab66;
    /*#f6e4ee;*/
    -o-transition: all 0.1s ease-in-out;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

.table-bordered {
    /*border: 1px solid #bb0081;*/
    border-collapse: collapse !important;
}

.table-bordered th,
.table-bordered td {
    border: 1px solid #ccc;
    vertical-align: middle;
}

.table-bordered thead th,
.table-bordered thead td {
    border-bottom-width: 0px !important;
}

#about .table {
    display: table;
    text-align: center;
    /* width: 95%; */
    margin: 0 auto 0;
    border-collapse: separate;
    /*font-family: 'Roboto', sans-serif;*/
    font-weight: 400;
    font-size: 0.8em;
    border-top: #ccc 1px solid;
    border-left: #ccc 1px solid;
    border-right: #ccc 1px solid;
}

.table_row {
    display: table-row;
}

.theader {
    display: table-row;
}

.table_header {
    display: table-cell;
    /*border-bottom: #bb0081 1px solid;
   border-top: #bb0081 1px solid;*/
    background: var(--ci-primary);
    /*#bdbdbd;*/
    color: #FFFFFF;
    /*#e5e5e5;*/
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: 700;
    border-bottom: #ccc 1px solid !important;
}

.table_header:first-child {
    /*border-left: #bb0081 1px solid;/*/
    /*border-top-left-radius: 5px;*/
    border-bottom: #ccc 1px solid !important;
}

.table_header:last-child {
    /* border-right: #bb0081 1px solid;*/
    /* border-top-right-radius: 5px;*/
    border-bottom: #ccc 1px solid !important;
}

.table_header .colspan {
    border: 0;
}

.table_header>div {
    width: 1px;
}

.table_small {
    display: table-cell;
    /*border: #bb0081 1px solid;*/
    border-collapse: collapse;
    border-bottom: #ccc 1px solid !important;
    vertical-align: middle;
}


/*.table_row:last-child {
 border-bottom: none !important;
 }*/
.table_row>.table_small:first-of-type{
padding-left: .5rem;
padding-right: .5rem;
}
.table_row>.table_small>.table_cell:nth-child(odd) {
    display: none;
    background: #e1a0cd;
    /*#bdbdbd;*/
    color: #e5e5e5;
    padding-top: 10px;
    padding-bottom: 10px;
}

.table_row>.table_small>.table_cell {
    color: #5b5b5b;
    padding: 10px 0;
    text-wrap-mode: nowrap;
    /* border-bottom: #bb0081 1px solid;*/
}

.table_row>.table_small>.table_cell img {
    padding-top: 10px;
    padding-bottom: 10px;
    margin: 0 auto;
    text-align: center;
    width: 40%;
    max-width: 40%;
}

.table_row>.table_small:first-child>.table_cell {
    /*border-left: #bb0081 1px solid;*/
}

.table_row>.table_small:last-child>.table_cell {
    /* border-right: #bb0081 1px solid;*/
}

.table_row:hover {
    background: #165fab66 !important;
    -o-transition: all 0.1s ease-in-out;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

.table_row:last-child>.table_small:last-child>.table_cell:last-child {
    /*border-bottom-right-radius: 5px;*/
    border-bottom: none !important;
}

.table_row:last-child>.table_small:first-child>.table_cell:last-child {
    /*border-bottom-left-radius: 5px;*/
    border-bottom: none !important;
}

.table_row:nth-child(2n+3) {
    background: #e9e9e9;
}

@media screen and (max-width: 900px) {
    .table {
        width: 100%;
        border: none;
    }
}

@media screen and (max-width: 650px) {
    .table {
        display: block;
        font-size: 0.6em;
        overflow-x: auto;
        border: none;
    }

    .table_row:nth-child(2n+3) {
        background: none;
    }

    .theader {
        display: none;
    }

    .table_row>.table_small>.table_cell:nth-child(odd) {
        display: table-cell;
        width: 50%;
    }

    .table_row:hover {
        background: #f7a6dd;
        /*#f6e4ee;*/
        -o-transition: all 0.1s ease-in-out;
        -webkit-transition: all 0.1s ease-in-out;
        -moz-transition: all 0.1s ease-in-out;
        -ms-transition: all 0.1s ease-in-out;
        transition: all 0.1s ease-in-out;
    }

    .table_cell {
        display: table-cell;
        width: 50%;
    }

    .table_row {
        display: table;
        width: 100%;
        border-collapse: separate;
        padding-bottom: 20px;
        margin: 5% auto 0;
        text-align: center;
    }

    .table_small {
        display: table-row;
    }

    .table_row>.table_small:first-child>.table_cell:last-child {
        border-left: none;
    }

    .table_row>.table_small>.table_cell:first-child {
        border-left: #bb0081 1px solid;
    }

    .table_row>.table_small:first-child>.table_cell:first-child {
        border-top-left-radius: 5px;
        border-top: #bb0081 1px solid;
        color: #FFF;
    }

    .table_row>.table_small>.table_cell:first-child {
        color: #FFF;
    }

    .table_row>.table_small>.table_cell {
        vertical-align: middle;
    }

    .table_row>.table_small:first-child>.table_cell:last-child {
        border-top-right-radius: 5px;
        border-top: #bb0081 1px solid;
        border-bottom: #bb0081 1px solid;
    }

    .table_row>.table_small:last-child>.table_cell:first-child {
        border-right: none;
        vertical-align: top;
        color: #FFF;
        border-bottom: #bb0081 1px solid;
    }

    .table_row>.table_small>.table_cell:last-child {
        border-right: #bb0081 1px solid;
        vertical-align: top;
    }

    .table_row>.table_small>.table_cell {
        border-bottom: #bb0081 1px solid;
        vertical-align: top;
    }

    .table_row>.table_small:last-child>.table_cell:first-child {
        border-bottom-left-radius: 5px;
        border-bottom: #bb0081 1px solid !important;
    }

    .table_row>.table_small:last-child>.table_cell:last-child {
        border-bottom-right-radius: 5px;
        border-bottom: #bb0081 1px solid !important;
    }

    .table_row:last-child>.table_small:first-child>.table_cell:last-child {
        border-bottom: #bb0081 1px solid !important;
    }

    .table_row:last-child>.table_small:last-child>.table_cell:last-child {
        border-bottom-right-radius: 5px;
        border-bottom: #bb0081 1px solid !important;
    }
}


/************* END Table Detail for OEM **************/


/**************  CSS for Tabs ****************/


/**
tabs extend
**/

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: var(--ci-primary);
    background-color: #FFF !important;
    border-left: 4px solid var(--ci-primary);
}

.nav-pills .nav-link {
    float: left;
    cursor: pointer;
    font-weight: bold;
    padding: 8px 18px;
    border-radius: 0;
    /*text-transform: uppercase;*/
    /* border-bottom: 1px solid #ccc ; */
    border-left: 4px solid #ccc;
    font-size: 1rem;
    position: relative;
    text-align: left;
    color: #ccc;
}

.nav-link:hover {
    color: var(--ci-blue) !important;
}

/* .nav-link:nth-child(1) {
    border-top: 1px solid #ccc !important;
    border-bottom: 1px solid #ccc !important;
} */


/**/

ul,
li {
    /* margin: 0; */
    /* padding: 0;
    list-style: none; */
}

.tab_wrapper {
    margin: 10px 0 50px;
    display: inline-block;
    width: 100%;
    position: relative;
    font-size: 1.2em;
}

.tab_wrapper * {
    box-sizing: border-box;
}

.tab_wrapper>ul {
    clear: both;
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #49a4d9;
}

.tab_wrapper>ul li {
    float: left;
    cursor: pointer;
    font-weight: bold;
    padding: 8px 18px;
    /*text-transform: uppercase;*/
    border: 1px solid #ccc;
    font-size: 0.8em;
    border-bottom: 0;
    position: relative;
    border-top: 3px solid #ccc;
    text-align: left;
    color: #999;
    margin: 0 5px 0 0;
}

.tab_wrapper>ul li.active {
    border-color: #ce6fa7;
    /*#49a4d9;*/
    color: #ce6fa7;
    /*#49a4d9;*/
}

.tab_wrapper>ul li.active:after {
    content: "";
    position: absolute;
    bottom: -1px;
    height: 1px;
    left: 0;
    background: #fff;
    width: 100%;
}

.tab_wrapper .controller {
    display: block;
    overflow: hidden;
    clear: both;
    position: absolute;
    top: 0;
    right: 0;
}

.tab_wrapper .controller span {
    padding: 8px 22px;
    background: #ce6fa7;
    /*#49a4d9;*/
    color: #fff;
    /*text-transform: uppercase;*/
    display: inline-block;
}

.tab_wrapper .controller span.next {
    float: right;
    margin-left: 10px;
}

.tab_wrapper .content_wrapper {
    float: left;
    width: 100%;
    border: 1px solid #ce6fa7;
    /*#49a4d9;*/
    border-top: 0;
    box-sizing: border-box;
}

.tab_wrapper .content_wrapper .tab_content {
    display: none;
    padding: 15px 20px;
    font-size: 0.8em;
}

.tab_wrapper .content_wrapper .tab_content.active {
    /* display: block; */
    font-size: 1em;
}

.tab_wrapper .content_wrapper .tab_content .error {
    color: red;
}

.tab_wrapper .content_wrapper .accordian_header {
    display: none;
    padding: 10px 20px;
    /*text-transform: uppercase;*/
    font-weight: bold;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #fff;
    position: relative;
    cursor: pointer;
    font-size: 1em;
}

.tab_wrapper .content_wrapper .accordian_header.active {
    color: #49a4d9;
    border-bottom: 1px solid #ccc;
}

.tab_wrapper .content_wrapper .accordian_header.active:after {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 5px;
    height: 100%;
    background: #49a4d9;
}

.tab_wrapper .content_wrapper .accordian_header .arrow {
    float: right;
    display: inline-block;
    width: 12px;
    height: 12px;
    position: relative;
    border-radius: 2px;
    transform: rotate(-135deg);
    background: #fff;
    border-top: 3px solid #ccc;
    border-left: 3px solid #ccc;
    /* &:after{
					position: absolute;
					top: 0;
					content: "";
					left: 0;
					width: 10px;
					height: 10px;
					background: $white;
					border-top: 3px solid $border_color;
					border-left: 3px solid $border_color;
				} */
}

.tab_wrapper .content_wrapper .accordian_header.active .arrow {
    transform: rotate(45deg);
    margin-top: 5px;
    border-top: 3px solid #49a4d9;
    border-left: 3px solid #49a4d9;
}

.tab_wrapper.left_side>ul {
    width: 25%;
    float: left;
    border-bottom: 1px solid #ccc;
}

.tab_wrapper.left_side>ul li {
    width: 100%;
    box-sizing: border-box;
    margin: 0;
    padding: 12px 18px;
    border-width: 1px;
    border-right: 0;
    border-left: 0;
}

.tab_wrapper.left_side>ul li:after {
    left: 0;
    top: 0;
    content: "";
    position: absolute;
    width: 5px;
    height: 100%;
    background: #ccc;
}

.tab_wrapper.left_side>ul li.active {
    border-color: #ccc;
}

.tab_wrapper.left_side>ul li.active:after {
    left: 0;
    top: 0;
    width: 5px;
    height: 100%;
    background: #49a4d9;
}

.tab_wrapper.left_side>ul li.active:before {
    right: -1px;
    position: absolute;
    top: 0;
    content: "";
    width: 2px;
    height: 100%;
    background: #fff;
}

.tab_wrapper.left_side .content_wrapper {
    width: 75%;
    border: 1px solid #ccc;
    float: left;
}

.tab_wrapper.left_side .controller {
    top: -50px;
}

.tab_wrapper.right_side>ul {
    width: 25%;
    float: right;
    border-bottom: 1px solid #ccc;
}

.tab_wrapper.right_side>ul li {
    width: 100%;
    box-sizing: border-box;
    margin: 0;
    padding: 12px 18px;
    border-width: 1px;
    border-right: 0;
    border-left: 0;
    text-align: right;
}

.tab_wrapper.right_side>ul li:after {
    right: 0;
    left: inherit;
    top: 0;
    content: "";
    position: absolute;
    width: 5px;
    height: 100%;
    background: #ccc;
}

.tab_wrapper.right_side>ul li.active {
    border-color: #ccc;
}

.tab_wrapper.right_side>ul li.active:after {
    right: 0;
    left: inherit;
    top: 0;
    width: 5px;
    height: 100%;
    content: "";
    background: #49a4d9;
}

.tab_wrapper.right_side>ul li.active:before {
    left: -2px;
    right: inherit;
    position: absolute;
    top: 0;
    content: "";
    width: 2px;
    height: 100%;
    background: #fff;
}

.tab_wrapper.right_side .content_wrapper {
    width: 75%;
    float: left;
    border: 1px solid #ccc;
}

.tab_wrapper.right_side .controller {
    top: -50px;
}

.tab_wrapper.accordion .content_wrapper {
    border-color: #ccc;
}

.tab_wrapper.accordion .content_wrapper .accordian_header {
    display: block;
}

.tab_wrapper.accordion>ul {
    display: none;
}

.tab_wrapper .active_tab {
    display: none;
    position: relative;
    background: #000000;
    padding: 12px;
    text-align: left;
    /*center;*/
    padding-right: 50px;
    color: #fff;
    cursor: pointer;
    border-radius: 30px;
}

.tab_wrapper .active_tab .arrow {
    width: 30px;
    height: 30px;
    overflow: hidden;
    line-height: 30px;
    text-align: left;
    /*center;*/
    background: #fff;
    position: absolute;
    right: 6px;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
}

.tab_wrapper .active_tab .arrow:after {
    content: "";
    width: 10px;
    display: inline-block;
    height: 10px;
    border-right: 3px solid #000;
    border-bottom: 3px solid #000;
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -6px;
    margin-top: -8px;
}

.tab_wrapper .active_tab .text {
    text-indent: 39px;
    display: block;
}

@media only screen and (max-width: 768px) {
    .tab_wrapper>ul {
        display: none;
    }

    .tab_wrapper .content_wrapper {
        border: 0;
    }

    .tab_wrapper .content_wrapper .accordian_header {
        display: block;
    }

    .tab_wrapper.left_side .content_wrapper,
    .tab_wrapper.right_side .content_wrapper {
        width: 100%;
        border-top: 0;
    }

    .tab_wrapper .controller {
        display: none;
    }

    .tab_wrapper.show-as-dropdown>.tab_list {
        border: 0;
        box-shadow: 0 0 8px #ccc;
        position: absolute;
        z-index: 3;
        background: #fff;
        border-radius: 5px;
        margin-top: 15px;
        text-align: left !important;
    }

    .tab_wrapper.show-as-dropdown>.tab_list:before {
        content: "";
        position: absolute;
        top: -6px;
        left: 50%;
        width: 14px;
        height: 14px;
        background: #fff;
        transform: rotate(45deg);
        box-shadow: -3px -4px 5px #efefef;
        margin-left: -7px;
    }

    .tab_wrapper.show-as-dropdown>.tab_list li {
        border: 0;
        border-bottom: 1px solid #ccc;
    }

    .tab_wrapper.show-as-dropdown>.tab_list li.active:after {
        display: none;
    }

    .tab_wrapper.show-as-dropdown .active_tab {
        display: block;
    }

    .tab_wrapper.show-as-dropdown>.tab_list {
        display: none;
    }

    .tab_wrapper.show-as-dropdown>.content_wrapper>.accordian_header {
        display: none;
    }

    .tab_wrapper.show-as-dropdown>.tab_list li {
        display: block;
        float: none;
        width: 100%;
    }
}

@media only screen and (min-width: 769px) {
    .tab_wrapper.show-as-dropdown>.tab_list {
        display: block !important;
        overflow: hidden;
    }

    .tab_content {
        overflow-x: auto !important;
    }
}


/************** END CSS for Tabs ****************/
