* {
    margin: 0px;
    padding: 0px;
    outline: none;
}
body {
	font-family: 'Lato', sans-serif;
    font-size: 16px;
    font-weight: 400;
    margin: 0;
    color: #3a3a3a;
    overflow-x: hidden;
    padding-top: 62px;
	background: #f7f7f7;
}
a.read_more:hover {
    text-decoration: none;
}
a, a:hover {
    text-decoration: none;
}
.sup_text1 {
    top: -6px;
    position: relative;
    font-size: 14px;
    font-weight: 500;
	display: inline-block;
}

img {max-width: 100%;}
*:focus {outline: none;}
button:focus {outline: none;}
ul {padding: 0; margin: 0;}
figure img {width: 100%;}
body.modal-open {
    padding-right: 0px !important;
}
.mt-50{
	margin-top: 50px;
}
.gray_bg {
    padding: 60px 0;
    background: #f7f7f7;
}
.white_bg {
    padding: 60px 0;
    background: #ffffff;
}
.heading_commons {
    font-size: 40px;
    font-weight: 800;
    font-family: Montserrat;
    padding-top: 15px;
    color: #000000;
    position: relative;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.heading_commons:after {
    content: "";
    position: absolute;
    width: 80px;
    height: 7px;
    top: 0px;
    left: 0;
    background: #00b2ff;
}
.automotive_bannerBtn{
       max-width: 246px;
}
.btn_subscribe.automotive_bannerBtn svg {
    stroke-dasharray: 150 560;
}
.btn_subscribe.automotive_bannerBtn .btn:hover svg {
    stroke-dashoffset: -560;
}
.btn_subscribe.sbs_cmmn_btn.automotive_bannerBtn:hover a{
    color: #fff;
}
section.banner_blk {
    position: relative;
}
section.banner_blk .banner_contant {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translate(0px, -50%);
    text-align: left;
}
section.banner_blk .banner_contant .heading_commons {
    color: #ffffff;
}
section.banner_blk .banner_contant p {
    font-size: 22px;
    font-weight: 800;
    font-family: Montserrat;
    color: #ffffff;
    margin-bottom: 0px;
    line-height: 30px;
    text-transform: uppercase;
}
.wifi_services {
    box-shadow: 0px 0px 13px rgba(36, 50, 71, 0.4);
    margin-bottom: 10px;
    position: absolute;
    left: 0;
    right: 0;
}
.wifi_services.header_top_fixed {
    position: fixed;
    top: 60px;
    z-index: 9;
    left: 0;
    right: 0;
}
.tablist_wifi_services {
    display: flex;
    align-items: center;
}
.tablist_wifi_services ul#mainNav {
    margin-right: auto;
	margin: 0;
	padding: 0;
}

.tablist_wifi_services ul li {
    display: inline-block;
    margin: 0 20px;
}
.tablist_wifi_services ul li:nth-child(1) {
    padding: 0;
    margin-left: 0px;
}
.tablist_wifi_services ul li a {
    padding: 20px 10px 15px;
    font-size: 15px;
    font-weight: bold;
    font-family: Montserrat;
    color: #3a3a3a;
    display: inline-block;
    text-decoration: none;
    border-bottom: 5px solid #ffffff;
}
.tablist_wifi_services ul li a:hover {
    border-color: #00b2ff;
}
.tablist_wifi_services ul li.active a {
    border-bottom: 5px solid #00b2ff;
}

.tablist_wifi_services .reach_usbtn {
    height: 32px;
    font-weight: 600;
    font-size: 15px;
    font-family: Montserrat;
    cursor: pointer;
    color: #ffffff;
    padding: 5px 20px;
    background: rgb(30,87,153);
    background: -moz-linear-gradient(left, rgba(30,87,153,1) 0%, rgba(22,98,228,1) 0%, rgba(4,165,251,1) 100%);
    background: -webkit-linear-gradient(left, rgba(30,87,153,1) 0%,rgba(22,98,228,1) 0%,rgba(4,165,251,1) 100%);
    background: linear-gradient(to right, rgba(30,87,153,1) 0%,rgba(22,98,228,1) 0%,rgba(4,165,251,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#04a5fb',GradientType=1 );
    overflow: hidden;
    position: relative;
    border-radius: 0px;
}
.tablist_wifi_services ul#mainNav {
    margin-right: auto;
}
.tablist_wifi_services .reach_usbtn:after {
    background: #ffffff;
    content: "";
    height: 155px;
    left: -75px;
    opacity: 0.4;
    position: absolute;
    top: -50px;
    transform: rotate(35deg);
    transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
    width: 50px;
    z-index: 1;
}
.tablist_wifi_services .reach_usbtn:hover:after {
    left: 120%;
    transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
}
.virtualtour_form input, .virtualtour_form select {
    background-color: #ffffff;
    border: 1px solid #ffffff;
    color: #292929;
    padding: 10px;
    width: 100%;
    margin-bottom: 15px;
}
.virtualtour_form input:focus::placeholder {
    color: #b7b7b7;
}
.virtualtour_form input::placeholder {
    color: #292929;
}
.virtualtour_form button {
    background-color: #015fea;
    background-image: linear-gradient(90deg, #015fea, #00bff9);
    padding: 10px 25px;
    border: none;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 700;
    margin-top: 20px;
    cursor: pointer;
    transition: all 0.3s ease;
    background: rgb(30,87,153);
    background: -moz-linear-gradient(left, rgba(30,87,153,1) 0%, rgba(22,98,228,1) 0%, rgba(4,165,251,1) 100%);
    background: -webkit-linear-gradient(left, rgba(30,87,153,1) 0%,rgba(22,98,228,1) 0%,rgba(4,165,251,1) 100%);
    background: linear-gradient(to right, rgba(30,87,153,1) 0%,rgba(22,98,228,1) 0%,rgba(4,165,251,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#04a5fb',GradientType=1 );
    overflow: hidden;
    position: relative;
}
.virtualtour_form button:hover {
    color: #ffffff;
}
.virtualtour_form button:after {
    background: #ffffff;
    content: "";
    height: 155px;
    left: -75px;
    opacity: 0.4;
    position: absolute;
    top: -50px;
    transform: rotate(35deg);
    transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
    width: 50px;
    z-index: 1;
}
.virtualtour_form button:hover:after {
    left: 120%;
    transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
}
.virtualtour_section h2.heading_commons {
    padding-left: 25px;
    padding-top: 0;
    margin-bottom: 30px;
}
.virtualtour_section .row span {
    font-weight: 800;
    margin-top: -10px;
}
.virtualtour_section span {
    display: block;
    font-weight: 500;
    font-size: 21px;
    color: #292929;
}
.virtualtour_section h2.heading_commons:after {
    height: 110px;
    width: 10px;
}
.heading_commons:after {
    content: "";
    position: absolute;   
    top: 0px;
    left: 0;
    background: #00b2ff;
}
.virtualtour_form button:hover {
    color: #ffffff;
}
section.virtualtour_section {
    background-image: url(../images/virtual-form-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 60px 0;
    background-position: right center;
}
.min_height_fixed {
    height: 62px;
}
.overview_webimg_blog {
    padding-left: 20px;
}
.overview_contant p {
    text-align: justify;
    font-size: 20px;
    font-weight: 500;
    word-spacing: 1px;
    line-height: 30px;
    margin-bottom: 0;
}
.bullet_weight{
    font-weight: 600;
}
.new_our_expertise_blogs {
    background-image: url(../images/automotive_file_our_expertise_blogs_bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 60px 0;
    background-position: center;
}
.new_our_expertise_blog {
    padding: 25px 20px;
    margin-top: 30px;
    height: calc(100% - 30px);
    background: rgb(0 16 41 / 80%);
    position: relative;
    min-height: 290px;
    transition: all ease-in-out 0.3s;
    overflow: hidden;
}
.new_our_ex_blog_img {
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: left;
    color: #fff;
    margin-bottom: 20px;
}
.new_our_ex_blog_img h3 {
    font-size: 20px;
    font-weight: 800;
    font-family: Montserrat;
    color: #ffffff;
    margin-bottom: 0;
}
.new_our_ex_blog_img img {
    width: 60px;
}
.new_our_ex_blog_text p{
    font-size: 18px;
    font-weight: 500;
    color: #ffffff;
    margin-bottom: 10px;
}
.new_our_ex_blog_text ul {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    height: 100%;
    display: inline-table;
    transition: all 0.45s;
    padding: 20px;
    background: rgb(0 16 41);
    z-index: 1;
}
.new_our_expertise_blog:hover .new_our_ex_blog_text ul {
    top: 0;
}
.move_arrow {
    position: absolute;
    right: 30px;
    bottom: -20px;
    z-index: 0;
    transform: rotate(180deg);
    #border: 1px solid #53627f;
    padding: 34px 20px;
}
.arrow span {
    display: block;
    width: 12px;
    height: 12px;
    border-bottom: 2px solid white;
    border-right: 2px solid white;
    transform: rotate(0deg);
    margin: -12px 0;
    animation: animate 2s infinite;
}
.arrow span:nth-child(2) {
    animation-delay: -0.2s;
}

.arrow span:nth-child(3) {
    animation-delay: -0.4s;
}

@keyframes animate {
    0% {
        opacity: 0;
        transform: rotate(45deg) translate(-20px, -20px);
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        transform: rotate(45deg) translate(20px, 20px);
    }
}

.new_our_ex_blog_text ul li{
    font-size: 16px;
    font-weight: 500;
    color: #ffffff;
	list-style:none;
	padding-left:15px;
	position:relative;
	margin-top: 6px;
}
.new_our_ex_blog_text ul li:before {
    position: absolute;
    content: "";
    width: 7px;
    height: 7px;
    background: #ffffff;
    border-radius: 20px;
    top: 8px;
    left: 0;
}
.ourOff_service_box {
    background: #fff;
    border: 2px solid #e6e6e6;
    padding: 20px 12px;
	margin-top: 30px;
    transition: all 0.3s;
	height: calc(100% - 30px);
}
.ourOff_service_box:hover {
    box-shadow: 0px 3px 8px 2px rgb(0 98 146 / 20%);
}
.ourOff_service_txt picture img {
    width: 100%;
}
.ourOff_service_txt h4 {
    font-size: 18px;
    font-weight: 800;
    font-family: Montserrat;
    color: #000000;
    margin-bottom: 20px;
	transition: all 0.3s;
}
.ourOff_service_box:hover .ourOff_service_txt h4 {
    color: #00b2ff;
}
.ourOff_service_img {
    overflow: hidden;
}
.ourOff_service_box .ourOff_service_img img {
    transition: all 0.35s;
    width: 100%;
}
.ourOff_service_box:hover .ourOff_service_img img {
    transform: scale(1.1);
}
.ourOff_service_txt ul {
    margin-top: 20px;
    padding: 0;
}
.ourOff_service_txt ul li {
    list-style: none;
    padding-left: 20px;
    font-size: 14px;
    position: relative;
    font-weight: bold;
}
.ourOff_service_txt ul li:after {
    position: absolute;
    content: "";
    top: 6px;
    left: 0;
    background: #848484;
    width: 10px;
    height: 10px;
    border-radius: 20px;
    border: 3px solid #e6e6e6;
} 
.ourOff_service_txt {
    margin-bottom: 20px;
}
.ourOff_service_box .rmbtn{
    display: block;
    transition: all 0.35s;
    width: 20px;
    text-align: center;
    position: absolute;
    right: 25px;
    bottom: 20px;
}
.ourOff_service_box:hover .rmbtn {
    right: 20px;
}

/*====== insights_blog_services =========*/
.insights_blog_services:after {
    content: "";
    display: table;
    clear: both;
}
.insights_blog_services {
    margin-top: 30px;
}
.insights_blog_services .insights_box {
	position: relative;
    float: left;
    width: 33.3%;
}
.insights_blog_services .duble_blog .insights_box {
    overflow: hidden;
}
.insights_blog_services .insights_box picture img {
    width: 100%;
}
.insights_blog_services .insights_box:after {
    background: url(../images/gradientbg-img.png);
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 0;
	background-size: cover;
}
.insights_blog_services .insights_box .insights_contant {
    position: absolute;
    bottom: 20px;
    color: #fff;
    left: 20px;
    right: 20px;
	z-index: 1;
}
.insights_blog_services .single_blog  {
    align-items: center;
    margin-top: 20px;
    background: #ffffff;
}
.insights_blog_services .single_blog .insights_contant h4 {
    font-size: 16px;
    font-weight: 800;
    font-family: Montserrat;
    color: #000000;
    line-height: 24px;
    margin-bottom: 0;
    min-height: 130px;
    align-items: center;
    display: flex;
    margin: 20px 0;
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
}
.insights_blog_services .single_blog .insights_contant span.card_date {
   margin-bottom: 10px;
    display: block;
    font-size: 14px;
    font-weight: bold;
    font-family: Montserrat;
    color: rgba(0, 0, 0, 0.62);
}
.insights_blog_services .single_blog .insights_contant a.know_more {
    color: #000000;
    font-size: 14px;
    font-weight: 400;
	text-decoration: none;
	 font-weight: bold;
    font-family: Montserrat;
}
.insights_blog_services .single_blog .insights_img {
    border: 6px solid #ececec;
}
.insights_blog_services .single_blog .insights_img img {
    width: 100%;
}
.insights_blog_services .single_blog .insights_img .blog_tage {
    left: 21px;
    top: 15px;
}
.insights_blog_services .insights_box .insights_contant h4 {
    font-size: 16px;
    font-weight: 800;
    font-family: Montserrat;
    color: #ffffff;
    margin-bottom: 5px;
    min-height: 42px;
}
.insights_blog_services .insights_box .insights_contant span.card_date {
    margin-bottom: 10px;
    display: block;
    font-size: 14px;
}
.insights_blog_services .insights_contant a.know_more {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
	text-decoration: none;
}
.know_more .c_arrow {
    margin-left: 5px;
    transition: all 0.5s;
    min-width: 10px;
}
.know_more:hover img.c_arrow {
    margin-left: 8px;
}
.insights_blog_services .blog_tage {
    position: absolute;
    top: 6px;
    left: 0;
	z-index: 1;
	background: -moz-linear-gradient(left,  rgba(0,0,0,0.55) 0%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  rgba(0,0,0,0.55) 0%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  rgba(0,0,0,0.55) 0%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=1 ); /* IE6-9 */
}
.insights_blog_services .blog_tage span {
    text-transform: uppercase;
    font-weight: bold;
    font-family: Montserrat;
    color: #fff;
    padding: 3px 30px 3px 15px;
    font-size: 13px;
    display: block;
}
.single-post-blk {
    align-items: center;
    background: #ffffff;
    box-shadow: 0 0 10px 1px #efefef;
    padding: 15px 24px;
}
.single-post-blk .row {
    align-items: center;
}
.single-post-blk .card_date {
    color: #888;
    font-size: 15px;
    font-weight: 800;
    font-family: Montserrat;
}
.single-post-blk h2 {
    font-size: 16px;
    font-weight: 800;
    font-family: Montserrat;
    min-height: 42px;
    border-bottom: 1px solid #c9c9c9;
    border-top: 1px solid #c9c9c9;
    margin-bottom: 30px;
    padding-bottom: 30px;
    padding-top: 30px;
    margin-top: 30px;
}
.single-post-blk .know_more {
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    color: #000;
}
.right-post-blk {
	padding-left: 20px;
	text-align: right;
}
.right-post-blk img {
    width: 100%;
}
.right-post-blk .blog_tage {
    left: 45px;
}
.mobile-view{
	display: none;
}
.insights_blog_services1.success_stories .single-post-blk {
    background: transparent;
    box-shadow: none;
}
.insights_blog_services1.success_stories .single-post-blk .right-post-blk {
    border: 6px solid #fff;
    width: 100%;
    padding: 0;
    box-shadow: 0px 0px 5px 0px #ccc;
}
.broucher-download-sec {
    padding: 12rem 0;
    background-color: #000;
    background-image: url(../images/download_brouchre_web.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
.adas_broucher_bg {   
    padding: 12rem 0;
    background-color: #000;
    background-image: url(../images/adas_broucher_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
.broucher-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.broucher-content > div {
    font-size: 34px;
    max-width: 70%;
    color: #fff;
    font-family: 'Montserrat';
    font-weight: 800;
}
.broucher-content > div small{
    font-weight: normal;
    display: block;
}
.broucher-content a {  
    display: inline-block;
    padding: 9px 21px;
    font-family: 'Montserrat';
    font-size: 14px;
    font-weight: 600;
    color: #ffffff !important;
	padding: 10px 20px;
    background-image: linear-gradient(90deg, #6400ff, #30adff);	
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#04a5fb',GradientType=1 );
	overflow: hidden;
    position: relative;
	border-radius: 0px;
    cursor: pointer;
}
.broucher-content a:after {
    background: #ffffff;
    content: "";
    height: 155px;
    left: -75px;
    opacity: 0.4;
    position: absolute;
    top: -50px;
    transform: rotate(35deg);
    transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
    width: 50px;
    z-index: 1;
}
.broucher-content a:hover:after {
    left: 120%;
    transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
}
.broucher-content img{    
    margin-left: 18px;
}
.tablist_wifi_services .reach_usbtn{
    height: 32px;
    font-weight: 600;
    font-size: 15px;
    font-family: Montserrat;
    cursor: pointer;
    color: #ffffff;
    padding: 5px 20px;
   background: linear-gradient(to right, rgba(30,87,153,1) 0%,rgba(22,98,228,1) 0%,rgba(4,165,251,1) 100%);
    overflow: hidden;
    position: relative;
    border-radius: 0px;
}
.tablist_wifi_services .reach_usbtn:hover:after{
    left: 120%;
    transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
}
.tablist_wifi_services .reach_usbtn:after{
    background: #ffffff;
    content: "";
    height: 155px;   
    opacity: 0.4;
    position: absolute;
    top: -50px;
    transform: rotate(35deg);   
    width: 50px;
    z-index: 1;
}
.virtualtour_form input, .virtualtour_form select {
    background-color: #ffffff;
    border: 1px solid #ffffff;
    color: #292929;
    padding: 10px;
    width: 100%;
    margin-bottom: 15px;
}
.virtualtour_form button {
    background-color: #015fea;
    background-image: linear-gradient(90deg, #015fea, #00bff9);
    padding: 10px 25px;
    border: none;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 700;
    margin-top: 20px;
    cursor: pointer;
    transition: all 0.3s ease;
    background: linear-gradient(to right, rgba(30,87,153,1) 0%,rgba(22,98,228,1) 0%,rgba(4,165,251,1) 100%);
    overflow: hidden;
    position: relative;
}
.virtualtour_section h2.heading_commons {
    padding-left: 25px;
    padding-top: 0;
    margin-bottom: 30px;
}
.virtualtour_section .row span {
    font-weight: 800;
    margin-top: -10px;
}
.virtualtour_section h2.heading_commons:after {
    height: 110px;
    width: 10px;
}
.heading_commons:after {
    content: "";
    position: absolute;   
    top: 0px;
    left: 0;
    background: #00b2ff;
}
.virtualtour_form button:hover {
    color: #ffffff;
}

section.virtualtour_section {
    background-image: url(../images/virtual-form-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 60px 0;
    background-position: right center;
}

/*====== insights_blog_services =========*/
.digital_Cockpit_Ouroffering h2.heading_commons {
    margin-bottom: 40px;
}
.digital_Cockpit_Ouroffering .mt50 {
    margin-top: 50px;
}
.digital_Cockpit_Ouroffering .row{
	margin-right: -20px;
    margin-left: -20px;
}
.digital_Cockpit_Ouroffering .col-lg-6{
	padding-right: 20px;
    padding-left: 20px;
}
.digital_Cockpit_SerImg img {
    width: 100%;
}
.digital_Cockpit_SerTxt h3 {
    font-size: 24px;
    color: #000000;
    font-weight: 800;
    font-family: Montserrat;
    margin-bottom: 20px;
}
.digital_Cockpit_SerTxt p {
    font-size: 18px;
    font-weight: 500;
    color: #000;
    margin-bottom: 0;
	text-align: justify;
}
.emobility_SerBox {
    border: 1px solid #d6c7f6;
    padding: 20px;
    margin-top: 30px;
    height: calc(100% - 30px);
}
.emobility_SerBox .digital_Cockpit_SerTxt {
    margin-top: 20px;
}
.emobility_SerBox .digital_Cockpit_SerTxt .rmbtn {
    display: block;
    width: 120px;
    margin-left: auto;
    color: #000;
    font-size: 15px;
    font-family: Montserrat;
    font-weight: 600;
    margin-top: 20px;
}
.emobility_SerBox .digital_Cockpit_SerTxt .rmbtn img.c_arrow {
    margin-left: 5px;
    transition: all 0.3s;
}
.emobility_SerBox .digital_Cockpit_SerTxt .rmbtn:hover img.c_arrow {
    margin-left: 10px;
}

/* NEW CSS OUR OFFERINGS*/
.solutions_tabing ul.nav.nav-tabs {
    border-bottom: 0px solid #00b2ff;
	position: relative;
    display: flex;
    margin-bottom: 0px;
    margin-top: 50px;
}
.solutions_tabing .nav-tabs .nav-item.show .nav-link, 
.solutions_tabing .nav-tabs .nav-link.active:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0px;
    bottom: 0;
    right: 0px;
    z-index: -1;
    background: #f7f7f7;
}
.solutions_tabing div#ips {
    margin-bottom: 0;
}
.solutions_tabing .nav-tabs a.nav-link {
    color: #000;
    font-weight: 800;
    font-family: Montserrat;
    padding: 10px 44px;
    border-radius: 0px;
    font-size: 18px;
    min-width: 140px;
    transition: all 0.1s;
    position: relative;
    border: 0px solid #00b2ff;
    color: #00b2ff;
    border-top: 4px solid #f7f7f700;
}
.solutions_tabing .nav-tabs .nav-item.show .nav-link, 
.solutions_tabing .nav-tabs .nav-link.active {
    color: #000000;
    background-color: transparent;
    border-color: #00b2ff #00b2ff #00b2ff;
    z-index: 1;
    border: 1px solid #00b2ff;
    border-bottom: 0px;
    border-top: 4px solid #00b2ff;
}
.solutions_tabing .tab-content {
    padding: 20px;
    border: 1px solid #00b2ff;
}
.solutions_tabing .tading_header {
    display: flex;
    align-items: center;
    margin-bottom: 40px;
}
.solutions_tabing .tading_header p {
    margin: 20px 0 10px;
    font-size: 16px;
    font-weight: 700;
}
.solutions_box.ips_box {
    display: grid;
    padding-bottom: 15px;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 12px;
}
.solutions_box.ips_box .ipsbox_type {
    float: left;
    background-color: #ffffff;
    transition: all 0.3s;
    position: relative;
    min-height: 120px;
    box-shadow: 0px 0px 5px -1px #cccc;
	transition: all 0.3s;
}
.solutions_box.ips_box .ipsbox_type a {
    padding: 20px 10px;
    display: block;
}
.solutions_box.ips_box .ipsbox_type:hover {
    box-shadow: 0px 4px 10px 0px #999999;
}
.solutions_box.ips_box .flex {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}
.solutions_box.ips_box .ipsbox_type h4 {
    font-size: 18px;
    font-weight: 800;
    font-family: Montserrat;
    color: #3a3a3a;
    margin-bottom: 0;
    margin-right: auto;
    margin-top: 0;
    text-transform: uppercase;
}
.solutions_box.ips_box .ipsbox_type span {
    margin: 0;
}
.solutions_box.ips_box img {
    width: 100%;
}
.solutions_box.ips_box .ipsbox_type span a.know_more {
    display: grid;
}
.know_more .c_arrow {
    margin-left: 5px;
    transition: all 0.5s;
    min-width: 10px;
}
.solutions_box.ips_box img.c_arrow {
    width: auto;
}
/* NEW CSS OUR OFFERINGS*/

.our_Expertise_ecockpit_offering {
    background-image: url(../images/our_expertise_ecockpit_offering_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left top;
}
.oexpcockpit_ServiceList {
    text-align: center;
    margin-top: 80px;
}
.oexpcockpit_ServiceList h5 {
    font-size: 18px;
    color: #ffffff;
    font-weight: 800;
    font-family: Montserrat;
    margin: 25px 0 6px;
}
.oexpcockpit_ServiceList span {
    font-size: 15px;
    color: #ffffff;
    font-weight: 500;
    font-family: Montserrat;
    margin: 0px;
}
.text_common {
    font-weight: 500;
    font-family: Montserrat;
    margin: 0;
}
.heading_commons.inherit span {
    text-transform: lowercase;
}
.our_Expertise_autonomous_offering {
    background-image: url(../images/our_expertise_autonomous_offering_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.autonomous_oexp_title {
    border: 1px solid #8f9196;
    padding: 25px 20px;
    margin-top: 30px;
    height: calc(100% - 30px);
	min-height: 220px;
    transition: all 0.5s;
}
.autonomous_oexp_title:hover {
    transform: translate(0px, -20px);
    border: 1px solid #00b2ff;
}
.autonomous_oexp_title_icon {
    display: flex;
    align-items: center;
    margin: 0px 0 30px;
    color: #fff;
}
.cbo_title_text h3{
    font-size: 21px;
    color: #ffffff;
    font-weight: 600;
    font-family: Montserrat;
    margin: 0px 0px 0px 30px;
}
.autonomous_oexp_title ul li {
    font-size: 15px;
    color: #ffffff;
    font-weight: 500;
    font-family: Montserrat;
    position: relative;
    list-style: none;
    padding-left: 20px;
    margin-bottom: 6px;
}
.autonomous_oexp_title ul li:before {
    position: absolute;
    content: "";
    width: 12px;
    height: 12px;
    background: #ffffff;
    border-radius: 20px;
    border: 3px solid #484a51;
    top: 5px;
    left: 0;
}
.our_Expertise_connected_systems {
    background-image: url(../images/our_expertise_connectedsystems_offering_bg.jpg);
}
.autonomous_oexp_title.minHight {
    height: calc(100% - 30px);
}
.autonomous_oexp_title p {
    font-size: 15px;
    color: #ffffff;
    font-weight: 500;
    font-family: Montserrat;
    margin-bottom: 0px;
}

/*==============  V2X Stack ============= */
.accordionGroup {
	border-bottom: solid 1px #8f8f8f;	
}
.tabs_with_accordion_wrapper {
	margin-top: 60px;
}
.accTab {
	color: #3a3a3a;
    cursor: pointer;
    font-size: 24px;
    line-height: 28px;
    font-family: Montserrat;
    font-weight: 800;
    display: inline-flex;
    padding: 15px 0;
    position: relative;
    width: 100%;
    align-items: center;
	padding-right: 44px;
}
.accTab span.vtwox_stack_iconbg {
    display: inline-block;
    width: 80px;
    height: 80px;
    min-width: 80px;
    min-height: 80px;
    background-color: #00b2ff;
    border-radius: 50px;
    align-items: center;
    align-content: center;
    text-align: center;
    padding: 12px;
    margin-right: 20px;
}
.video_text_box {
	margin: 0px 0 30px;
    padding-left: 105px;
    padding-right: 80px;
}
.video_text_box ul li {
    font-size: 16px;
    font-weight: 500;
    font-family: Montserrat;
    color: #000000;
    margin-bottom: 6px;
    position: relative;
    line-height: 28px;
    list-style: none;
    padding-left: 20px;
}
.video_text_box ul li:before {
	position: absolute;
	content: "";
	width: 12px;
	height: 12px;
	background: #000000;
	border-radius: 20px;
	border: 3px solid #cfcfcf;
	top: 7px;
	left: 0;
}
.accTab.collapsed:after {
	position: absolute;
	content: "";
	top: 50%;
	right: 25px;
	transform: translate(0px, -50%) rotate(90deg);
	background-image: url(../images/r_arrow.png);
	width: 10px;
	height: 16px;
	background-repeat: no-repeat;
	align-content: center;
	background-size: contain;
	transition: all 0.35s;
	filter: inherit;
}
.accTab:after {
	position: absolute;
	content: "";
	top: 50%;
	right: 25px;
	transform: translate(0px, -50%) rotate(-90deg);
	background-image: url(../images/r_arrow.png);
	width: 10px;
	height: 16px;
	background-repeat: no-repeat;
	transition: all 0.35s;
	filter: brightness(0) invert(0);
}
.cvtwox_stack_development_Blog {
    background-image: url(../images/cvtwox-stack-development-bg.jpg);
    background-repeat: no-repeat;
	background-size: cover;
}
.card_body_main p {
    color: #ffffff;
    margin: 30px 0 0;
    font-size: 17px;
    font-weight: 400;
    font-family: Montserrat;
    text-align: justify;
    line-height: 30px;
}
.pwvvdn_v2xsd__Blog {
    padding: 140px 0;
    background-image: url(../images/pwvvdn-vtwoxsd-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left bottom;
    border-top: 8px solid #00b2ff;
}
.dFlex {
    display: flex;
    align-items: self-start;
}
.pwvvdn_v2xsd_icon {
    min-width: 180px;
    min-height: 180px;
    max-width: 180px;
    max-height: 180px;
    background-color: #00b2ff;
    border-radius: 150px;
    align-content: center;
    text-align: center;
    padding: 20px;
    margin-right: 40px;
    border: 20px solid #ffff;
	box-shadow: 0px 2px 10px 0px #dbdbdb9c;
}
.pwvvdn_v2xsd_content h3 {
    font-family: Montserrat;
    font-weight: 700;
    font-size: 36px;
    margin-bottom: 20px;
}
.pwvvdn_v2xsd_content p {
    font-family: Montserrat;
    font-weight: 400;
    font-size: 24px;
    margin-bottom: 0px;
}
.vtwox_architecture_diagram_Web {
    cursor: pointer;
}

/*==== Start Product XZOOM  ====*/
.vtwox_architecture_diagram_Web {
    cursor: pointer;
}
.card_body_main .zoom {
    font-size: 11px;
    color: #e7e7e7;
    margin: 10px;
    text-align: center;
}
.card_body_main .zoom img {
    width: 20px;
    height: auto;
    filter: brightness(1) invert(.8);
    margin-right: 6px;
}
.product_item {
    flex: 0 0 100%;
    max-width: 100%;
}
.product_item .xzoom_blog img {
    width: 100% !important;
}
.xzoom-container {
    width: 100%;
}
.xzoom_blog {
	position: relative;
}
.xzoom-source img, .xzoom-preview img, .xzoom-lens img {
  display: block;
  max-width: none;
  max-height: none;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}
.xzoom-container {
    width: 100%;
}
/* .xzoom { 
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
  box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);  
} */
/* Thumbs */
.xzoom-gallery, .xzoom-gallery2, .xzoom-gallery3, .xzoom-gallery4, .xzoom-gallery5 {
  border: 1px solid #cecece;
  margin-left: 5px;
  margin-bottom: 10px;
}
.xzoom-source, .xzoom-hidden {
  display: block;
  position: static;
  float: none;
  clear: both;
}
/* Everything out of border is hidden */
.xzoom-hidden {
  overflow: hidden;
}
/* Preview */
.xzoom-preview {
  border: 1px solid #888;
  background: #ffffff;
  box-shadow: -0px -0px 10px rgba(0,0,0,0.50);
}
/* Lens */
.xzoom-lens {
  border: 1px solid #555;
  box-shadow: -0px -0px 10px rgba(0,0,0,0.50);
  cursor: crosshair;
}
/* Loading */
.xzoom-loading {
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 100%;
  opacity: .7;
  background: url(../images/xloading.gif);
  width: 48px;
  height: 48px;
  position:absolute;
  top:50%;
  transform: translate(-50%, -50%);
  left:50%;
}
/* Additional class that applied to thumb when it is active */
.xactive {
  -webkit-box-shadow: 0px 0px 3px 0px rgba(74,169,210,1);
  -moz-box-shadow: 0px 0px 3px 0px rgba(74,169,210,1);
  box-shadow: 0px 0px 3px 0px rgba(74,169,210,1); 
  border: 1px solid #4aaad2;
}
/* Caption */
.xzoom-caption {
  position: absolute;
  bottom: -43px;
  left: 0;
  background: #000;
  width: 100%;
  text-align: left;
}
.xzoom-caption span {
  color: #fff;
  font-family: Montserrat;
  display: block;
  font-size: 0.75em;
  font-weight: bold;
  padding: 10px;
}
/*==== End Product XZOOM  ====*/

/*==============  V2X Stack ============= */
.our_Expertise_antennas_offering {
	background: linear-gradient(135deg,  rgb(19,53,84) 0%,rgb(28,28,52) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

/*==== START AUTOMOTIVE CYBERSECURITY  ====*/
.ac_our_Expertise_Section {
    background-image: url(../images/ac_our_expertise_bgimg.jpg);
    background-size: cover;
    background-position: top right;
}
.acybersecurity_oexp_title_icon {
    border: 1px solid #8f9196;
    text-align: center;
    padding: 30px 20px;
    margin: 15px 0;
    min-height: 210px;
    transition: all 0.5s;
}
.acybersecurity_oexp_title_icon:hover {
    transform: translate(0px, -20px);
    border: 1px solid #00b2ff;
}
.acybersecurity_oexp_title_icon h3 {
   color: #ffffff;
    font-size: 15px;
    font-weight: 700;
    min-height: 56px;
    line-height: 22px;
    width: 85%;
    margin: 20px auto 0;
}
.acybersecurity_oexp_title_icon.textcenter h3 {
    color: #ffffff;
    font-size: 15px;
    font-weight: 700;
    min-height: 56px;
    line-height: 22px;
    width: 55%;
    margin: 66px auto 0;
}

.automotive_cybersecurity_Section {
	background-image: url(../images/automotive_cybersecurity_sectionbg.jpg);
    background-size: cover;
    background-position: top center;
}
.ac_Oexp_Title_Bg {
    position: relative;
    border: 2px solid #333333;
    margin-top: 30px;
}
.ac_Oexp_Title_Bg .cbo_title_text {
    position: absolute;
    top: 38%;
    padding: 10px 15px;
}
.ac_Oexp_Title_Bg .cbo_title_text h3 {
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 12px;
}
.ac_Oexp_Title_Bg .cbo_title_text p {
    color: #ffffff;
    font-size: 15px;
    font-weight: 500;
	font-family: Montserrat;
}
/*==== END AUTOMOTIVE CYBERSECURITY  ====*/

/*====== NEW NETWORKING CSS ======*/
.our_Services_List_Blog {
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    display: grid;
    gap: 0;
    padding-bottom: 120px;
    padding-top: 60px;
}
.our__services__List_Box {
    background-color: #fff;
    box-shadow: 0px 2px 7px 2px #ccc;
    margin-left: -10px;
    margin-right: -10px;
	border-radius: 20px;
    position: relative;
    z-index: 0;
}
.our__services__List_Box:after {
    position: absolute;
    content: "";
    top: -10px;
    left: -10px;
    background-image: url(../images/our_services_list_afterbg.png);
    width: 134px;
    height: 160px;
    z-index: -1;
    background-repeat: no-repeat;
}
.our__services__List {
    padding: 30px 20px 30px;
    z-index: 1;
    position: relative;
    background-color: #fff;
    border-radius: 20px;
	height: 100%;
}
.our__services__List h3 {
    font-size: 18px;
    color: #111111;
    font-weight: 700;
    font-family: Montserrat;
    margin-bottom: 0;
}
.our__services__List ul {
    margin-top: 20px;
    padding-right: 15px;
}
.our__services__List ul li {
    padding-left: 15px;
    position: relative;
    font-size: 14px;
    font-weight: 500;
    color: #111111;
    font-family: Montserrat;
    list-style: none;
    margin-top: 10px;
}
.our__services__List ul li:after {
    position: absolute;
    content: "";
    width: 8px;
    height: 8px;
    top: 6px;
    left: 0px;
    background: rgb(116, 116, 116);
    border-radius: 20px;
    border-width: 2px;
    border-style: solid;
    border-color: rgb(204, 204, 204);
}
.zindex_one {z-index:1;}
.zindex_two {z-index:2;}
.zindex_three {z-index:3;}
.zindex_four {z-index:4;}
.zindex_five {z-index:5;}
.zindex_six {z-index:6;}
/*====== NEW NETWORKING CSS ======*/





/*============== Start Responsive ============= */
@media (min-width: 992px){
    .our_Expertise_ecockpit_offering, .our_Expertise_autonomous_offering {
        padding: 80px 0;
    }
    .our_Expertise_ecockpit_offering .col-md-4:nth-child(2) .oexpcockpit_ServiceList, 
    .our_Expertise_ecockpit_offering .col-md-4:nth-child(3) .oexpcockpit_ServiceList {
        margin-top: 0;
    }
	.cb_title_list_Text{
        margin-top: -22px;
    }
    .tabs_with_accordion_wrapper .tab-content .card {
      border: none;
      background-color: transparent;
    }
    .tabs_with_accordion_wrapper .tab-content .card .card-header {
      display: none;
    }
    .tabs_with_accordion_wrapper .tab-content .card .collapse {
      display: block;
    }
	.tabs_with_accordion_wrapper {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
	.tabs_with_accordion_wrapper .nav-tabs {
        flex: 0 0 30%;
        max-width: 30%;
        display: inline-block;
        border: 0;
    }
    .tabs_with_accordion_wrapper .nav-tabs .nav-item {
        width: 100%;
        text-align: left;
        display: block;
        margin: 20px 0;
    }
    .tabs_with_accordion_wrapper .nav-tabs .nav-item .nav-link {
        background-color: transparent;
        border-radius: 0;
        border: 0;
        position: relative;
        z-index: 1;
        display: inline-flex;
        align-items: center;
        width: 100%;
        padding: 5px 10px 5px 25px;
        min-height: 50px;
        color: #fff;
        font-weight: 600;
        font-family: Montserrat;
        font-size: 16px;
    }
	.tabs_with_accordion_wrapper .nav-tabs .nav-item .nav-link.active {
		font-weight: 800;
	}
    .tabs_with_accordion_wrapper .nav-tabs .nav-item .nav-link:before {
        position: absolute;
        content: "";
        top: 0;
        left: 0;
        bottom: 0;
        background-color: transparent;
        width: 5px;
        z-index: -1;
        height: 0;
        transition: all .5s ease;
    }
    .tabs_with_accordion_wrapper .nav-tabs .nav-item .nav-link.active:before {
        height: 100%;
        background-color: #00b2ff;
    }
    .tabs_with_accordion_wrapper .tab-content {
        flex: 0 0 70%;
        max-width: 70%;
        border-left: 2px solid rgb(0 178 255 / 20%);
        padding-left: 30px;
		min-height: 340px;
    }
	.automotive_cybersecurity_Section .row {
		margin-left: -5px;
		margin-right: -5px;
	}
	.automotive_cybersecurity_Section .row .col-xl-3 {
		padding-left: 5px;
		padding-right: 5px;
	}
	/*====== NEW NETWORKING CSS ======*/
	.zindex_two, 
	.zindex_four, 
	.zindex_six {
		top: 120px;
	}
	/*====== NEW NETWORKING CSS ======*/
}

@media (min-width: 1200px){
    section#our_Services .container-fluid {
        padding-right: 30px;
        padding-left: 30px;
    }
	.tabs_with_accordion_wrapper .tab-content {
		min-height: 484px;
    }
}

@media (min-width: 1600px){
	.custom_container, .container {
		max-width: 1500px;
		margin: 0 auto;
	}
    .our_Expertise_ecockpit_offering, .our_Expertise_autonomous_offering {
        padding: 100px 0;
    }
    .tabs_with_accordion_wrapper .nav-tabs {
        flex: 0 0 25%;
        max-width: 25%;
    }
    .tabs_with_accordion_wrapper .tab-content {
        flex: 0 0 75%;
        max-width: 75%;
		min-height: 594px;
    }
	.ac_Oexp_Title_Bg .cbo_title_text {
		top: 50%;
	}
}

@media (max-width: 1599px) {
	.heading_commons {
		font-size: 34px;
	}
	section.banner_blk .banner_contant p {
		font-size: 18px;
		line-height: inherit;
	}
	.overview_contant p {
		font-size: 15px;
		line-height: inherit;
	}
    .new_our_ex_blog_img h3 {
        font-size: 18px;
    }
    .new_our_ex_blog_text p{
        font-size: 16px;
    }
    .new_our_ex_blog_text ul li{
        font-size: 15px;
    }
	.ourOff_service_txt ul li {
		font-size: 13px;
	}
    .broucher-download-sec, .adas_broucher_bg {
        padding: 10rem 0;
    }
	.digital_Cockpit_SerTxt p {
		font-size: 16px;
	}
    .cbo_title_text h3 {
        font-size: 18px;
        margin: 0px 0px 0px 20px;
    }
    .oexpcockpit_ServiceList {
        margin-top: 50px;
    }
    .oexpcockpit_ServiceList h5 {
        font-size: 15px;
    }
    .oexpcockpit_ServiceList span {
        font-size: 13px;
    }
    .autonomous_oexp_title {
        padding: 20px 20px;
    }
    .autonomous_oexp_title_icon img {
        width: 60px;
    }
	.card_body_main p {
		font-size: 15px;
		line-height: 28px;
	}
	.accTab {
		font-size: 22px;
	}
	.accTab span.vtwox_stack_iconbg {
		width: 72px;
		height: 72px;
	}
	.pwvvdn_v2xsd_icon {
		min-width: 168px;
		min-height: 168px;
	}
	.pwvvdn_v2xsd_content h3 {
		font-size: 32px;
	}
	.pwvvdn_v2xsd_content p {
		font-size: 20px;
	}
	.acybersecurity_oexp_title_icon.textcenter {
		padding: 20px 20px;
		min-height: 198px;
	}
    .acybersecurity_oexp_title_icon {
        padding: 20px 20px;
        min-height: 220px;
    }
	.acybersecurity_oexp_title_icon h3 {
		font-size: 17px;
        min-height: 48px;     
	}
    .acybersecurity_oexp_title_icon.textcenter h3 {
        font-size: 17px;
        min-height: 48px;
        margin-top: 39px;
        width: 63%;
    }
	
}

@media (min-width:1200px) and (max-width:1599px) {
	.solutions_box.ips_box .ipsbox_type h4 {
		font-size: 14px;
	}
	.ac_Oexp_Title_Bg .cbo_title_text h3 {
		font-size: 16px;
	}
	.ac_Oexp_Title_Bg .cbo_title_text p {
		font-size: 13px;
	}
	/*====== NEW NETWORKING CSS ======*/
	.our__services__List {
		padding: 30px 15px 40px;
	}
	.our__services__List h3 {
		font-size: 16px;
	}
	.our__services__List ul {
		margin-top: 25px;
	}
	.our__services__List ul li {
		font-size: 12px;
		margin-top: 8px;
	}
	.our__services__List ul li:after {
		top: 4px;
	}
	/*====== NEW NETWORKING CSS ======*/
}

@media (max-width:1366px) {
    .broucher-download-sec, .adas_broucher_bg {
        padding: 7rem 0;
    }
}

@media (min-width:992px) and (max-width:1199px){
	.ac_Oexp_Title_Bg .cbo_title_text {
		top: 60%;
	}
	/*====== NEW NETWORKING CSS ======*/
	.our__services__List_Box:after {
		top: -12px;
		left: -12px;
		width: 120px;
		height: 140px;
	}
	.our__services__List {
		padding: 25px 10px 30px;
	}
	.our__services__List h3 {
		font-size: 14px;
	}
	.our__services__List ul {
		margin-top: 20px;
	}
	.our__services__List ul li {
		font-size: 10px;
		margin-top: 6px;
	}
	/*====== NEW NETWORKING CSS ======*/
}

@media (max-width: 1199px) {
	.overview_contant {
		padding-right: 0px;
	}
	.overview_webimg_blog {
		padding-left: 0px;
	}	
	.broucher-content > div {
        font-size: 24px;
    }
	.digital_Cockpit_SerTxt p {
		font-size: 15px;
	}
	.solutions_box.ips_box {
		grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
	}
	.solutions_box.ips_box .ipsbox_type h4 {
		font-size: 16px;
	}
	.card_body_main p {
        font-size: 14px;
        line-height: 26px;
    }
	.pwvvdn_v2xsd_content h3 {
        font-size: 26px;
        margin-bottom: 10px;
    }
	.pwvvdn_v2xsd_content p {
        font-size: 18px;
    }
}

@media (min-width:768px) and (max-width:992px){
    .autonomous_oexp_title ul li {
        font-size: 14px;
    }
}

@media (max-width: 991px) {
	.broucher-download-sec { 
		background-image: url(../images/download_brouchre_res.jpg);
    }
    .adas_broucher_bg { 
        background-image: url(../images/adas_broucher_bg_res.jpg);
    }
    .broucher-content {
        flex-direction: column;
        text-align: left;
        align-items: flex-start;
    }
    .broucher-content > div {
        max-width: 90%;
        margin-bottom: 40px;
    }
	.heading_commons {
		font-size: 24px;
	}
	section.banner_blk .banner_contant p {
		font-size: 16px;
		line-height: 24px;
	}
	.wifi_services {
		display: none;
	}
	.min_height_fixed {
		height: 0px;
	}
	
	.overview_webimg_blog {
		margin-top: 30px;
	}
	.new_our_expertise_blog {
		min-height: 435px;
	}
	/*================== Our Services ==================*/
	.insights_blog_services .insights_box {
		width: 50%;
	}
	.digital_Cockpit_SerTxt {
		margin-top: 20px;
	}
	.digital_Cockpit_SerTxt h3 {
		font-size: 20px;
		margin-bottom: 15px;
	}
	.solutions_tabing ul.nav.nav-tabs li.nav-item {
		width: auto;
	}
    .autonomous_oexp_title_icon img {
        width: 60px;
    }
	.card-header {
        padding: 0;
        background-color: transparent;
        border: 0;
    }
	
	.card-header a {
        display: flex;
        padding: 20px 25px;
        width: 100%;
        align-items: center;
        text-decoration: none;
        position: relative;
        color: #fff;
        font-weight: 600;
        font-family: Montserrat;
        font-size: 16px;
    }
    .card-header a span {
        font-size: 20px;
        font-weight: 800;
        font-family: Montserrat;
        color: #00b2ff;
        margin: 0 0 0 40px;
        display: inline-block;
    }
    .card-header a img {
       filter: brightness(0) invert(0);
       width: 64px;
    }
    .card-header a:after {
        position: absolute;
        content: "";
        top: 50%;
        right: 25px;
        transform: translate(0px, -50%) rotate(90deg);
        background-image: url(../images/r_arrow.png);
        width: 10px;
        height: 16px;
        background-repeat: no-repeat;
        align-content: center;
        background-size: contain;
        transition: all 0.35s;
    }
    .card-header a.collapsed:after {
        transform: translate(0px, -50%) rotate(0deg);
    }
    .card_body_title {
        margin-bottom: 25px;
    }
    .card_body_main {
        padding: 10px 25px 25px 25px;
    }
    .tabs_with_accordion_wrapper .tab-content {
        border-top: 2px solid rgb(0 178 255 / 30%);
    }
	.tabs_with_accordion_wrapper .tab-content > .tab-pane {
        display: block !important;
        opacity: 1;
        border-radius: 0;
        border-top: 0;
        border-bottom: 2px solid rgb(0 178 255 / 30%);
        background-color: transparent;
	}
	.tabs_with_accordion_wrapper .nav-tabs {
		display: none;
	}
	.card_body_main .row {
		flex-direction: column-reverse;
	}
	.pwvvdn_v2xsd_content h3 {
        font-size: 24px;
    }
	.pwvvdn_v2xsd_content p {
        font-size: 16px;
    }
	.video_text_box {
		padding-left: 10px;
		padding-right: 10px;
	}
	.pwvvdn_v2xsd__Blog {
		padding: 60px 0;
	}
	#v2x_architecture_imagePopup .modal-dialog {
		min-width: 90%;
		width: 90%;
	}
	/*====== NEW NETWORKING CSS ======*/
	.our_Services_List_Blog {
        grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
        padding-bottom: 20px;
        width: 74%;
        margin: 0 auto;
        padding-left: 20px;
        padding-right: 20px;
    }
	.our__services__List_Box {
		margin-top: -60px;
	}
	.our__services__List {
        padding: 50px 20px 90px;
        min-height: 380px;
    }
	.zindex_one {
		margin-top: 0px;
	}
	.zindex_one, 
	.zindex_three, 
	.zindex_five {
		margin-right: 50px;
        margin-left: 0;
	}
	.zindex_two, 
	.zindex_four, 
	.zindex_six {
		margin-left: 50px;
		margin-right:0;
	}
	.our__services__List_Box.zindex_two:after,
	.our__services__List_Box.zindex_four:after,
	.our__services__List_Box.zindex_six:after {
		background-image: url(../images/our_services_list_mobile_afterbg.png);
		right: -15px;
		left: inherit;
	}
	/*====== NEW NETWORKING CSS ======*/
}

@media (max-width: 767px){
	.insights_blog_services .insights_box {
		width: 100%;
		margin-bottom: 20px;
	}
	.insights_blog_services .single_blog {
		margin-bottom: 0px;
	}
	.insights_blog_services .single_blog .insights_contant {
		margin-top: 20px;
		margin-bottom: 10px;
	}
	.right-post-blk {
		padding-left: 0px;
	}
	.single-post-blk {
		padding: 15px 15px;
	}
	.single-post-blk a.know_more.desktop-view {
		display: none;
	}
	.readmpsn a.know_more.desktop-view {
		display: none;
	}
	.right-post-blk a.know_more.mobile-view {
		display: block;
		float: left;
		margin-top: 20px;
	}
	.right-post-blk a.know_more.mobile-view img.c_arrow {
		width: auto;
	}
	.solutions_tabing .nav-tabs a.nav-link {
        padding: 10px 20px;
        font-size: 15px;
    }
	.dFlex {
		display: block;
		text-align: center;
	}
	.pwvvdn_v2xsd_icon {
        min-width: 140px;
        min-height: 140px;
        margin: 0 auto 20px;
        display: inline-block;
        width: 140px;
        border: 12px solid #ffff;
    }
	.pwvvdn_v2xsd_content h3 {
        font-size: 20px;
    }
	.pwvvdn_v2xsd_content p {
        font-size: 15px;
    }
}

@media (max-width: 575px){
	section.banner_blk .banner_contant.automotive_banner_contant {
		top: 25%;
	}
	.insights_blog_services .insights_box .insights_contant {
		left: 10px;
		right: 10px;
	}
	.digital_Cockpit_SerTxt h3 {
		font-size: 18px;
	}
	.emobility_SerBox {
		padding: 15px;
	}
	.accTab span.vtwox_stack_iconbg {
        width: 56px;
        height: 56px;
        min-width: 56px;
        min-height: 56px;
        padding: 8px;
    }
	.accTab {
		font-size: 16px;
        line-height: 22px;
    }
	.video_text_box ul li {
		font-size: 14px;
		line-height: 22px;
	}
	.video_text_box ul li:before {
		top: 5px;
	}
	.card-header a {
        padding: 20px 10px;
    }
	.card_body_main {
        padding: 10px 10px 25px 10px;
    }
	.ac_Oexp_Title_Bg .cbo_title_text {
		top: 60%;
	}
	/*====== NEW NETWORKING CSS ======*/
	.our_Services_List_Blog {
        grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
         width: 100%;
        padding-left: 10px;
        padding-right: 10px;
    }
	/*====== NEW NETWORKING CSS ======*/
}

@media (max-width: 499px){
	.new_our_expertise_blog {
		min-height: 310px;
	}
}

@media (max-width: 375px) {
	.ac_Oexp_Title_Bg .cbo_title_text {
		top: 50%;
	}
	.our__services__List {
        padding: 50px 15px 90px;
    }
	.our__services__List ul li {
		font-size: 12px;
	}
}

@media (max-width: 360px) {
	.solutions_tabing .nav-tabs a.nav-link {
        padding: 8px 10px;
        min-width: 84px;
        font-size: 14px;
    }
	.ac_Oexp_Title_Bg .cbo_title_text {
		top: 40%;
	}
}

@media (max-width: 320px) {
	.accTab {
		font-size: 13px;
    }
	.video_text_box ul li {
		font-size: 13px;
	}
	.ac_Oexp_Title_Bg .cbo_title_text {
		top: 30%;
	}
}