* {
    margin: 0px;
    padding: 0px;
    outline: none;
}

img {
    max-width: 100%;
}

*:focus {
    outline: none;
}

ul {
    padding: 0;
    margin: 0;
}
p{
    margin-bottom: 0px;
}
button.btn.focus, button.btn:focus, button:focus {
    outline: 0;
    box-shadow: none;
}
.ip_tracker_modal .contact-form .form-control-placeholder {
    padding-left: 0;
}
.white_bg {
    padding: 60px 0;
    background: #ffffff;
}

.disclaimer_nvidia{
    margin-bottom: -21px;
    color: #848484;
    font-size: 14px;
}
.gray_bg {
    padding: 60px 0;
    background: #f7f7f7;
}

.text-white {
    color: #fff!important;
}
.youtube_img{
	cursor: pointer;
}
.sup_text {
    top: -4px;
    position: relative;
    font-size: 13px;
    font-weight: 600;
}
.sup_text1 {
	top: -6px;
    position: relative;
    font-size: 14px;
    font-weight: 500;
}
.banner_blk {
    position: relative;
}
.banner_blk .banner_contant {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.heading_commons {
    font-size: 40px;
    font-weight: 800;
    font-family: Montserrat;
    padding-top: 15px;
    color: #3a3a3a;
    position: relative;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.banner_blk .banner_contant p {
    color: #ffffff;
    font-size: 18px;
    list-style: none;
    margin-top: 5px;
    position: relative;
}

.heading_commons:after {
    content: "";
    position: absolute;
    width: 80px;
    height: 7px;
    top: 0px;
    left: 0;
    background: #00b2ff;
}
.banner_contant ul li {
    color: #ffffff;
    font-size: 18px;
    list-style: none;
    padding-left: 30px;
    margin-top: 5px;
    position: relative;
}
.banner_contant ul li:after {
    position: absolute;
    content: "";
    left: 0;
    top: 2px;
    width: 24px;
    height: 24px;
    background: url(../images/nvidia_bp.png);
    background-size: 100%;
}
.overview-section{
	position: relative;
}
.overview-section:before {
    position: absolute;
    content: "";
    right: 3%;
    top: 0;
    bottom: 0;
    background: url(../images/overview-bg.png) no-repeat;
    width: 36%;
    height: 100%;
    z-index: 0;
    background-size: 95%;
}
.overview-section .row{
    align-items: center;
}
.overview-section .overview_contant {
    padding-right: 20px;
}
.overview-section p{
    font-family: 'Lato';
    color: #3a3a3a;
    font-size: 16px;
	text-align: justify;
}
.expertise_blk:hover {
    box-shadow: 0px 7px 14px hsl(216deg 79% 43% / 22%);
}
.expertise_blk {
    border-top: 1px solid #36c2ff;
    border-bottom: 1px solid #36c2ff;
    min-height: 210px;
    padding-top: 25px;
    border-right: 1px solid #36c2ff;
    padding-left: 20px;
    padding-right: 20px;
    border-left: 1px solid #36c2ff;
    transition: all 0.4s;
}
.our_expertise p.text_common{
    margin-bottom: 50px;
}
.our_expertise h5{
    color: #3a3a3a;
    font-weight: 800;
    font-family: 'Montserrat';
    font-size: 18px;
}
.expertise_blk ul {
    list-style: none;
    padding-left: 20px;
    margin-top: 15px;
}
.our_expertise ul li{
    color: #000;
    font-weight: 400;
    font-family: 'Montserrat';
    font-size: 14px;
    position: relative;
    margin-bottom: 4px;
}
.our_expertise ul li:after {
    content: "";
    position: absolute;
    width: 6px;
    height: 6px;
    background: #848484;
    left: -20px;
    top: 7px;
    border-radius: 100%;
    display: block;
    box-shadow: 0 0 2px 4px #e6e6e6;
}
.product_solution p.text_common, p.text_common{
    color: #010101;
    font-family: 'Montserrat';
    font-weight: 600;
}

.product_solution ul.nav-tabs {
    border-bottom: 1px solid #bbc9cf;
    position: relative;
    display: flex;
    margin-top: 50px;
}
.product_solution .tab-content {
    background: #e3f1f7;
	padding: 40px 30px;
}
.product_solution a.nav-link {
    border: 1px solid #bbc9cf;
    color: #000;
    font-weight: 500;
    font-family: Montserrat;
    padding: 10px 20px;
    border-radius: 0px;
    font-size: 16px;
    min-width: 140px;
    transition: all 0.5s;
	cursor: pointer;
}
.product_solution a.nav-link:hover {
    border: 1px solid #bbc9cf;
}
.product_solution .nav-tabs .nav-link.active {
    color: #ffffff;
    background-color: #00b2ff;
    border-color: #00b2ff #00b2ff #00b2ff;
    transition: all 0.5s;
    position: relative;
    z-index: 1;
}
.product_solution .nav-tabs .nav-link.active:before {
    position: absolute;
    content: "";
    top: -4px;
    left: -2px;
    bottom: 0;
    right: -2px;
    z-index: -1;
    background: #00b2ff;
}
.product_solution .text_content {
	position: relative;
	height: 100%;
}
.product_solution .text_content:after {
    position: absolute;
    content: "";
    right: -20px;
    top:2%;
    bottom: 0;
    border-right: 2px solid #bbc9cf;
    height: 100%;
}
.product_solution .text_content p{
    font-family: 'Lato';
    font-weight: 500;
    color: #3a3a3a;
    font-size: 15px;
    margin-bottom: 15px;
}
.product_solution .text_content p strong {
    font-weight: 800;
}
.product_solution .text_content h5 {
    margin-top: 30px;
    font-family: 'Montserrat';
    font-weight: 800;
    color: #010101;
    margin-bottom: 20px;
}
.product_solution .text_content ul {
    list-style: none;
    padding-left: 20px;
    margin-top: 15px;
}

.product_solution .text_content ul li{
    color: #000;
    font-weight: 400;
    font-family: 'Lato';
    font-size: 15px;
    position: relative;
    margin-bottom: 4px;
}
.product_solution .text_content ul li:after{
    content: "";
    position: absolute;
    width: 6px;
    height: 6px;
    background: #848484;
    left: -20px;
    top: 8px;
    border-radius: 100%;
    display: block;
    box-shadow: 0 0 2px 4px #cdd9df;
}
.product_solution .text_img_blk {
   display: flex;
    align-items: center;
    justify-content: center;
}
.case_study_rm_btn {
    position: relative;
    margin-top: -20px;
    height: 70px;
	background: -moz-linear-gradient(top,  rgba(227,241,247,0.78) 0%, rgba(128,128,128,1) 100%); 
	background: -webkit-linear-gradient(top,  rgba(227,241,247,0.78) 0%,rgba(128,128,128,1) 100%); 
	background: linear-gradient(to bottom,  rgba(227,241,247,0.78) 0%,rgba(128,128,128,1) 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c7e3f1f7', endColorstr='#808080',GradientType=0 ); 
}
.case_study_rm_btn .rm_btn {
    position: absolute;
    top: 35%;
    left: 0;
    right: 0;
    z-index: 1;
    text-align: center;
    cursor: pointer;
}
.case_study_rm_btn .rm_btn a {
    font-size: 15px;
    font-weight: 900;
    text-decoration: underline;
    color: #000000;
}

.download_url h4 {
    font-size: 30px;
    margin-top: 30px;
    font-family: 'Montserrat';
    font-weight: 900;
    color: #3a3a3a;
    margin-bottom: 20px;
    line-height: 30px;
}
.download_url h4 span {
    display: block;
    color: #00b2ff;
}
.download_url {
    padding-left: 24px;
}
.frameworks_and_ips_section {
    background: url(../images/ai-ml-frameworks-ipsbg.jpg) center;
    padding: 60px 0;
    background-size: cover;
    padding-bottom: 110px;
    position: relative;
}

.frameworks_and_ips.aiml_plr15 {
    padding-left: 15px;
    padding-right: 15px;
}
.frameworks_and_ips {
    margin-top: 60px;
}

section.frameworks_and_ips_section {
    padding-bottom: 110px;
	position: relative;
}
.banner_carousel.owl-carousel .owl-stage-outer {
    position: relative;
    -webkit-transform: translate3d(0,0,0);
    overflow: revert;
}
.owl-item.active.center .ipsbox_type_img {
    transform: scaleY(1.2);
    position: relative;
    z-index: 999;
}
.owl-item.active .ipsbox_type_img {
    position: relative;
}

.owl-item.active .ipsbox_type_img {
    position: relative;
}

.owl-item.active .ipsbox_type_img:before {
    position: absolute;
    content: "";
    top: -11px;
    left: 0;
    right: 0;
    height: 12px;
    background: url(../images/nvidia_slider_gradientbgtop2.png) no-repeat bottom;
    background-size: 100%;
}
.owl-item.active .ipsbox_type_img:after {
    position: absolute;
    content: "";
    bottom: -11px;
    left: 0;
    right: 0;
    height: 12px;
    background: url(../images/nvidia_slider_gradientbgbottom2.png) no-repeat;
    background-size: 100%;
    transform: rotate(0deg);
}
.owl-item.active.center .ipsbox_type_img:before {
    position: absolute;
    content: "";
    top: -11px;
    left: 0;
    right: 0;
    height: 12px;
    background: url(../images/nvidia_slider_gradientbgtop.png) no-repeat bottom;
    background-size: 100%;
}
.owl-item.active.center .ipsbox_type_img:after {
    position: absolute;
    content: "";
    bottom: -11px;
    left: 0;
    right: 0;
    height: 12px;
    background: url(../images/nvidia_slider_gradientbgbottom.png) no-repeat;
    background-size: 100%;
    transform: rotate(0deg);
}
.banner_carousel .item {
    text-align: center;
}
.banner_carousel .owl-nav {
    position: absolute;
    left: -33px;
    right: 0;
    bottom: 20px;
}
.ipsbox_type h4 {
    color: #8d9097;
    font-size: 13px;
    margin-top: 20px;
    font-weight: 600;
    font-family: Montserrat;
    text-transform: uppercase;
}
.banner_carousel .owl-item.active.center .ipsbox_type .download_Btn {
    display: block;
}
.banner_carousel .owl-item .ipsbox_type .download_Btn {
    position: inherit;
}
.banner_carousel .owl-item.active.center .ipsbox_type h4 {
    color: #ffffff;
    font-size: 14px;
    margin-top: 40px;
    font-weight: 800;
    min-height: 52px;
}
.banner_carousel.owl-carousel .owl-item a {
    margin-top: 0;
    display: flex;
    text-align: center;
    color: #fff;
    width: 100%;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
    position: relative;
    top: -20px;
}
.banner_carousel.owl-carousel .owl-item a img {
    display: block;
    width: 20px;
}
.banner_carousel.owl-carousel .owl-item a:hover {
    color: #ffffff;
}

.banner_carousel button.owl-prev {
    position: absolute;
    left: 48%;
}
.banner_carousel button.owl-next {
    position: absolute;
    right: 48%;
}
.banner_carousel button.owl-prev span, .banner_carousel button.owl-next span {
    font-size: 50px;
    color: #248edd;
    line-height: 18px;
    position: absolute;
    height: 34px;
    width: 34px;
    font-weight: 300;
    border: 1px solid #4e596c;
}
.banner_carousel .ipsbox_type .download_Btn {
    right: 10px;
    bottom: 10px;
    cursor: pointer;
    font-size: 13px;
    display: none;
}
.banner_carousel .owl-item.active.center .ipsbox_type .download_Btn {
    display: block;
}
.slider_count_value{
    bottom: 60px;
    position: absolute;
    width: 100%;
    margin: 0 auto;
    left: 0;
    right: 0;
    text-align: center;
}

.slider_count_value, .slider_count_value span {
    color: #fff;
}
.owl-item.active.center .slider_count_value{
    display: inline-block;
}
.banner_carousel.owl-carousel .owl-stage-outer{
    overflow: visible;
}

.ipsbox_type h4 {
    color: #8d9097;
    font-size: 13px;
    margin-top: 20px;
    font-weight: 600;
    font-family: Montserrat;
    text-transform: uppercase;
}
.banner_carousel .owl-item.active.center .ipsbox_type h4 {
    color: #ffffff;
    font-size: 14px;
    margin-top: 50px;
    font-weight: 800;
    min-height: 52px;
}
.taget_industries h2.heading_commons {
    margin-bottom: 50px;
}
.taget_industries h5 {
    position: absolute;
    color: #fff;
    font-size: 18px;
    line-height: 22px;
    font-weight: 800;
    font-family: Montserrat;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    text-align: center;
}
.taget_industries figure{
    margin-bottom: 0px;
}


/* ======================================================== */

section.gray_bg.end_to_end {
    padding-bottom: 0;
    background: url(../images/nvidia_end_to_end_bg.png) bottom;
    background-repeat: no-repeat;
    background-size: cover;
}
.idea_innovation .idea_txt1 {
    text-align: center;
}
.idea_innovation .idea_txt2 {
    margin-left: auto;
    text-align: center;
}
.idea_innovation {
    display: flex;
    margin-top: 50px;
}
.idea_innovation h3.blue {
    color: #059ff9;
    font-size: 22px;
    font-weight: 900;
    font-family: Montserrat;
    text-align: center;
    margin-bottom: 0;
}
.idea_innovation h3.dark_blue {
    color: #004775;
    font-size: 22px;
    font-weight: 900;
    font-family: Montserrat;
    text-align: center;
    margin-bottom: 0;
}
.idea_txt1 p, .idea_txt2 p {
    color: #3a3a3a;
	font-size: 20px;
}
.our_services_blk {
    display: flex;
    margin-top: 60px;
    margin-bottom: -120px;
}
.our_services_blk >div {
    width: 33.33%;
    position: relative;
}
.common_expertise {
    max-width: 310px;
    position: relative;
    margin-left: -125px;
}
.common_expertise.sensors_design {
    bottom: 200px;
    right: 0;
    margin: auto;
    margin-right: 0;
}
.expertise-blk {
    position: absolute;
    z-index: 9;
    width: 100%;
    bottom: 10px;
    left: 44px;
}
.expertise-blk h3 {
    font-size: 16px;
    color: #3a3a3a;
    font-weight: 800;
    font-family: Montserrat;
    text-align: center;
    margin-bottom: 0;
}

.common_expertise.zindex_four .expertise-blk h3, .common_expertise.zindex_two .expertise-blk h3, .common_expertise.zindex_one .expertise-blk h3 {
    margin-bottom: 20px;
}
.common_expertise.zindex_one {
    z-index: 1;
}
.common_expertise.zindex_two {
    z-index: 11;
}
.common_expertise.zindex_three {
    z-index: 91;
}
.common_expertise.zindex_four {
    z-index: 92;
}
.common_expertise.zindex_five {
    z-index: 93;
}
.common_expertise.zindex_six {
    z-index: 95;
}

.common_expertise.zindex_six:after {
    position: absolute;
    content: "";
    background: url(../images/nvidia_arrow1.png) no-repeat;
    width: 88px;
    height: 110%;
    top: -94px;
    left: 30px;
    bottom: 0;
    z-index: 1;
    background-size: 100%;
}
.common_expertise.zindex_six:before {
    position: absolute;
    content: "";
    background: url(../images/nvidia_arrow3.png) no-repeat;
    width: 70px;
    height: 22%;
    bottom: 17px;
    right: 0;
    z-index: 1;
    background-size: 100%;
}
.common_expertise.zindex_one:after {
    position: absolute;
    content: "";
    background: url(../images/nvidia_arrow1.png) no-repeat;
    width: 88px;
    height: 110%;
    bottom: 166px;
    right: -76px;
    z-index: 1;
    background-size: 100%;
    transform: rotate(180deg);
}
.common_expertise.zindex_four:before {
    position: absolute;
    content: "";
    background: url(../images/nvidia_arrow3.png) no-repeat;
    width: 70px;
    height: 22%;
    bottom: 17px;
    right: 0;
    z-index: 1;
    background-size: 100%;
}
.common_expertise.zindex_two:before {
    position: absolute;
    content: "";
    background: url(../images/nvidia_arrow3.png) no-repeat;
    width: 70px;
    height: 22%;
    bottom: 21px;
    right: 0;
    z-index: 1;
    background-size: 100%;
}
.common_expertise.zindex_five:before {
    position: absolute;
    content: "";
    background: url(../images/nvidia_arrow2.png) no-repeat;
    width: 84px;
    height: 54px;
    top: -27px;
    right: 0px;
    z-index: 1;
    background-size: 100%;
}
.common_expertise.zindex_three:before {
    position: absolute;
    content: "";
    background: url(../images/nvidia_arrow2.png) no-repeat;
    width: 84px;
    height: 54px;
    top: -27px;
    right: 0px;
    z-index: 1;
    background-size: 100%;
}
.block_res {
    display: none;
}

/* Modal */
form#visionDatasheetForm .form-control-placeholder {
    padding: 7px 0 0 0px;
}
form#visionDatasheetForm .floating-label label {
   color: rgb(58 58 58 / 0.70);;
}
form#visionDatasheetForm .select#data_country {
	color: #7d7d7d;
}
.modal-dialog.modal_dialog_career {
    max-width: 800px;
}

.modal-dialog.modal_dialog_career .modal-content {
    background: hsl(0deg 0% 100%);
    padding: 0px;
    border: 0px;
    border-radius: 0px;
}

.modal-dialog.ip_tracker_modal {
    max-width: 960px;
}
.modal-content.career_ctmmodal button.close {
    top: -4px;
    position: absolute;
    opacity: 1;
    right: -3px;
    padding: 0px 0px 4px 2px;
    background: #000931;
    width: 24px;
    height: 24px;
    line-height: 0px;
    color: #fff;
    font-size: 24px;
    border-radius: 20px;
    box-shadow: 0px 0px 4px 0px #ccc;
}
.modal-content .close span {
    display: inline-block;
}
/* Modal */
/* ====================IMAGE FLIP==================================== */

.flip-card {
    background-color: transparent;
    perspective: 1000px;
    width:100%;
  }
  
  .flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 1.3s;
    transform-style: preserve-3d;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
  }
  
  .flip-card:hover .flip-card-inner {
    transform: rotateY(180deg);
  }
  .flip-card-front{
      position: relative;
  }  
 .flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    top:0px;
    left: 0px;
    padding: 34px 60px;
	display: flex;
    align-items: center;
  }
  
  .flip-card-front {
    background-color: #FFFFFF;
    color: black;
  }
  
  .flip-card-back {
    background: url(../images/driver-system-blanck-hoverbg.jpg) no-repeat right;
    color: white;
    transform: rotateY(180deg);
  }
  .flip-card-back ul{
    width: 177px;
    text-align: left;
    margin: auto;
  }


  .card-wrapper {
    display: inline-block;
    perspective: 1000px;
  }
  .card-wrapper .card {
    position: relative;
    cursor: pointer;
    transition-duration: 0.6s;
    transition-timing-function: ease-in-out;
    transform-style: preserve-3d;
  }
  .card-wrapper .card .front,
  .card-wrapper .card .back {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    transform: rotateX(0deg);
  }
  .card-wrapper .card .front {
    z-index: 2;
  }
  .card-wrapper .card .back,
  .card-wrapper.flip-right .card .back {
    transform: rotateY(180deg);
  }
  .card-wrapper:hover .card,
  .card-wrapper.flip-right:hover .card {
    transform: rotateY(180deg);
  }
  .card-wrapper.flip-left .card .back {
    transform: rotateY(-180deg);
  }
  .card-wrapper.flip-left:hover .card {
    transform: rotateY(-180deg);
  }
  .card-wrapper.flip-up .card .back {
    transform: rotateX(180deg);
  }
  .card-wrapper.flip-up:hover .card {
    transform: rotateX(180deg);
  }
  .card-wrapper.flip-down .card .back {
    transform: rotateX(-180deg);
  }
  .card-wrapper.flip-down:hover .card {
    transform: rotateX(-180deg);
  }
  .card-wrapper.flip-diagonal-right .card .back {
    transform: rotate3d(1, 1, 0, 180deg);
  }
  .card-wrapper.flip-diagonal-right:hover .card {
    transform: rotate3d(1, 1, 0, 180deg);
  }
  .card-wrapper.flip-diagonal-left .card .back {
    transform: rotate3d(1, 1, 0, -180deg);
  }
  .card-wrapper.flip-diagonal-left:hover .card {
    transform: rotate3d(1, 1, 0, -180deg);
  }
  .card-wrapper.flip-inverted-diagonal-right .card .back {
    transform: rotate3d(-1, 1, 0, 180deg);
  }
  .card-wrapper.flip-inverted-diagonal-right:hover .card {
    transform: rotate3d(-1, 1, 0, 180deg);
  }
  .card-wrapper.flip-inverted-diagonal-left .card .back {
    transform: rotate3d(1, -1, 0, 180deg);
  }
  .card-wrapper.flip-inverted-diagonal-left:hover .card {
    transform: rotate3d(1, -1, 0, 180deg);
  }
  /* DEMO */

  .card .front,
  .card .back {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .card .front {
    color: #FC545E;
    background: #FFFFFF;
    font-weight: 700;
    font-size: 1rem;
  }
  .card .back {
    font-size: 1.5rem;
    color: #FFFFFF;
    background: #FC545E;
  }
  
.button_class a.nvidia_button{
    border-radius: 0!important;
}

.nvidia_button {
    padding: 10px 20px;
    border: none;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 15px;
    font-family: Montserrat;
    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;
    min-height: 44px;
    min-width: 210px;
    border-radius: 0px;
}
.nvidia_button:hover{
	 color: #ffffff;
}
.nvidia_button:hover:after {
    left: 120%;
    transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
}
.nvidia_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;
}

.modal-content .form-group.submit_button {
    margin: 10px 0 0;
    display: flex;
    justify-content: center;
}

/*=============== Start Nvidia Developer Kit ================*/
/* 
div#carouselExampleIndicators ol.carousel-indicators {
    display: none;
} */

.nvidia_overview_contant .overview_contant p {
    color: #3a3a3a;
    font-size: 16px;
    text-align: justify;
    width: 96%;
	margin-bottom: 20px;
}
.developer_kit_blog {
    display: flex;
    padding-left: 60px;
    position: relative;
    min-height: 340px;
    padding-top: 50px;
    align-items: center;
}
.developer_kit_blog:after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    bottom: 0;
    height: 120%;
    width: 1px;
    background: #ccc;
}
.items_stock {
    position: absolute;
    top: -40px;
    right: 0;
    background-image: url(../images/items_stock_bg.png);
    background-repeat: no-repeat;
    background-size: contain;
    padding: 23px 35px 43px 26px;
    font-size: 16px;
    font-weight: 700;
    font-family: Montserrat;
    color: #ffffff;
    line-height: 20px;
}
.items_stock span {
    display: block;
    margin-left: 16px;
}
.product_item {
    flex: 0 0 100%;
    max-width: 100%;
}

ol.item_thumb.carousel-indicators {
    list-style: none;
    padding: 0px;
    margin: 0px;
    flex: 0 0 100px;
    max-width: 100px;
    position: relative;
    display: block;
    margin-right: 20px;
	bottom: 0 !important;
}
ol.item_thumb.carousel-indicators li {
    border: 1px solid #ccc;
    height: auto;
    width: auto;
    position: relative;
    border: 1px solid #ccc;
    opacity: 1;
	margin: 20px 0;
}
ol.item_thumb.carousel-indicators li img {
    display: block;
}
ol.item_thumb.carousel-indicators li.active {
    box-shadow: 0px 0px 7px 0px #00b2ff;
    border-color: #00b2ff;
}
.product_item img {
    width: 100%;
}
.overview_contant .d_kit_content{
	margin-top:0px;
}
.overview_contant .d_kit_content h4 {
    color: #3a3a3a;
    font-size: 16px;
    font-weight: 800;
    font-family: Montserrat;
    margin-top: 20px;
}
.overview_contant .d_kit_content ul li {
    position: relative;
    display: block;
    padding-left: 20px;
    font-weight: 500;
    color: #3a3a3a;
    font-size: 15px;
    text-align: justify;
	width: 96%;
}
.item_thumb .items img {
    width: 100%;
}
.text_center {
    justify-content: right;
    text-align: center;
}
.text_center span {
    color: #848484;
    font-size: 15px;
	font-style: italic;
}
.text_center .button_class {
    display: inline-block;
}





.technical_specifications_blog{margin-top:40px;}
.technical_specifications_blog .table {
    border: 1px solid #d1d1d1;
	background: #f4f4f4;
}
.technical_specifications_blog .table td:nth-child(2), .technical_specifications_blog .table th:nth-child(2) {
    border-left: 1px solid #d1d1d1;
}
.technical_specifications_blog .table td, .technical_specifications_blog .table th {
    padding: 14px 15px;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
}
.technical_specifications_blog .table th {
    font-family: Montserrat;
    color: #000000;
    font-size: 16px;
	font-weight:700;
}
.technical_specifications_blog .table td{
    font-family: 'Lato', sans-serif;
    color: #000000;
    font-size: 15px;
}
.technical_specifications_blog .table td:nth-child(1), 
.technical_specifications_blog .table th:nth-child(1) {
    min-width: 280px;
}
	
.technical_specifications_blog .table td ul li{ 
	display: block;
    list-style: none;
    line-height: 30px;
    position: relative;
    padding-left: 20px;
}
.technical_specifications_blog .table td ul li:after {
    position: absolute;
    content: "";
    border: 2px solid #b6b6b6;
    background: #000000;
    width: 8px;
    height: 8px;
    left: 0;
    top: 11px;
    border-radius: 10px;
}
.d_kit_content {
	margin-top:40px;
    font-weight: bold;
}
.d_kit_content a{
    color: #007bff !important;
    cursor: pointer;
}
.d_kit_content ul li {
    position: relative;
    display: block;
    padding-left: 20px;
    line-height: 28px;
    color: #3a3a3a;
    font-size: 16px;
}
.d_kit_content ul li:after {
    position: absolute;
    content: "";
    border: 2px solid #b6b6b6;
    background: #000000;
    width: 8px;
    height: 8px;
    left: 0;
    top: 10px;
    border-radius: 10px;
}
.resources_blog {
	margin-top:40px;
}

.resources_blog .AccTab, .AccTab.collapsed {
    position: relative;
}
#accordion {
    border-top: 1px solid #b6b6b6;
}
.resources_blog .AccTab {
    color: #3a3a3a;
    cursor: pointer;
    font-size: 18px;
    line-height: 14px;
    padding: 20px 15px;
    font-family: Montserrat;
    font-weight: 800;
    border: solid 1px #b6b6b6;
	background: #f4f4f4;
	border-top: 0;
}
.resources_blog .AccTab.collapsed:before {
    display: inline-block;
    width: 0;
    height: 0;
    margin-right: 0px;
    vertical-align: middle;
    content: "";
    border-top: 8px solid;
    border-right: 8px solid transparent;
    border-bottom: 0;
    border-left: 8px solid transparent;
    float: right;
    transition: all 0.4s;
    transform: rotate(0deg);
}
.resources_blog .AccTab:before {
    display: inline-block;
    width: 0;
    height: 0;
    margin-right: 0px;
    vertical-align: middle;
    content: "";
    border-top: 8px solid;
    border-right: 8px solid transparent;
    border-bottom: 0;
    border-left: 8px solid transparent;
    float: right;
    transition: all 0.4s;
    transform: rotate(-180deg);
}
.accordioncol {
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    padding: 20px;
	border-bottom: 1px solid #ccc;
}
div#documentation {
    border-bottom: 1px solid #ccc;
}

.taget_applications_blk {
    padding-top: 0;
}
.taget_industries .mw_20 {
    max-width: 20%;
}
.targeted_abox {
    text-align: center;
    margin-top: 40px;
}
.targeted_abox h5 {
    color: #3a3a3a;
    font-size: 16px;
    line-height: 22px;
    font-weight: 800;
    font-family: Montserrat;
    margin-top: 20px;
    text-transform: uppercase;
}
/*=============== End Nvidia Developer Kit ================*/

/*======= Start Product XZOOM  ========*/
.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_blog {
    float: right;
    width: 76%;
}
.xzoom-thumbs {
	text-align: center;
    float: left;
    width: 20%;
}
.xzoom-thumbs a {
    display: block;
}
.xzoom-thumbs a img {
    width: 110px;
    margin: 6px auto;
}
.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: Arial, sans-serif;
  display: block;
  font-size: 0.75em;
  font-weight: bold;
  padding: 10px;
}
/*======= End Product XZOOM  ========*/
.box_Contents .aft_border:after {
    position: absolute;
    content: "";
    right: 14%;
    top: 0;
    bottom: 0;
    height: auto;
    width: 1px;
    background: #ccc;
}
.aft_border .d_kit_content ul li {
    font-size: 20px;
    margin-top: 30px;
}
#jxn_play_video iframe#video {
    height: 300px;
}

div#accordion2 {
    padding: 20px 30px;
    border: 1px solid #939393;
    margin-top: 40px;
}
.vvdn_jxn_nx_development .card {
    border: 0;
    margin: 0px 0 0px;
    height: auto;
    border-bottom: 2px solid #c5c5c5;
    border-radius: 0;
}
.vvdn_jxn_nx_development .card-header {
    border: 0;
    background-color: #f7f7f7;
    padding: 0;
    margin: 0;
}
.vvdn_jxn_nx_development .card-header a {
    font-family: Montserrat;
    font-weight: 700;
    font-size: 17px;
    color: #000000;
    border: 0;
    display: block;
    padding: 15px 20px 15px 20px;
    position: relative;
    margin: 5px 0;
}
.vvdn_jxn_nx_development .card .card-body {
    padding: 5px 30px 20px 20px;
    background: #f7f7f7;
}
.vvdn_jxn_nx_development .card .card-body p {
	margin: 0;
    font-size: 15px;
    font-weight: 500;
    line-height: 28px;
}
.vvdn_jxn_nx_development .card:last-child {
    margin: 0;
	border: 0;
}
.vvdn_jxn_nx_development .card-header a:before {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    background: #3a3a3a;
    border-radius: 20px;
    border: 2px solid #cacaca;
    top: 22px;
    left: 0;
}
.vvdn_jxn_nx_development .card-header a.card-link.collapsed:after {
    transition: all 0.4s;
    transform: rotate(0deg);
}
.vvdn_jxn_nx_development .card-header a.card-link:after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-right: 0px;
    vertical-align: middle;
    content: "";
    border-top: 8px solid;
    border-right: 8px solid transparent;
    border-bottom: 0;
    border-left: 8px solid transparent;
    float: right;
    transition: all 0.4s;
    transform: rotate(-180deg);
	position: absolute;
    right: 5px;
    top: 42%;
}
.development_streep {
    background-image: url(../images/development_streep_bg_img.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.streep_txt {
    overflow: hidden;
}
.streep_txt h4 {
    color: #ffffff;
    font-size: 22px;
    font-weight: 800;
    font-family: Montserrat;
    margin: 0;
    float: left;
	padding: 8px 0;
}
/*.streep_txt .btn_subscribe {
    min-width: 200px;
    float: right;
}*/
.streep_txt .btn_subscribe .btn a {
    padding: 10px 22px;
	min-width: 200px;
}

.vvdn_qualcomm_logo {
    width: 60%;
    margin-bottom: 40px;
}
.vvdn_qualcomm_logo~h1~ul li{
    padding-left:25px;
}
.vvdn_qualcomm_logo~h1~ul li:after {
    background: #fff;
    position: absolute;
    content: "";
    left: 0;
    top: 8px;
    width: 14px;
    height: 14px;
    border-radius: 10px;
    border: 3px solid #646464;
}
.solutions_tabing.newtype_tabing ul.nav.nav-tabs {
    border-bottom: 0px solid #00b2ff;
    margin-bottom: 0;
}
.solutions_tabing ul.nav.nav-tabs {
    border-bottom: 1px solid #00b2ff;
    position: relative;
    display: flex;
    margin-bottom: 30px;
    margin-top: 50px;
}


.solutions_tabing.newtype_tabing ul.nav.nav-tabs {
    border-bottom: 0px solid #00b2ff;
    margin-bottom: 0;
}
.solutions_tabing ul.nav.nav-tabs {
    border-bottom: 1px solid #00b2ff;
    position: relative;
    display: flex;
    margin-bottom: 30px;
    margin-top: 50px;
}
.solutions_tabing ul.nav.nav-tabs li.nav-item {
    width: auto;
}
.solutions_tabing.newtype_tabing .nav-tabs .nav-item.show .nav-link, .solutions_tabing.newtype_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.newtype_tabing .nav-tabs a.nav-link {
    border: 0px solid #00b2ff;
    color: #000000;
    border-top: 4px solid#f7f7f7;
}
.solutions_tabing .nav-tabs .nav-item.show .nav-link, .solutions_tabing .nav-tabs .nav-link.active {
    color: #ffffff;
    background-color: #00b2ff;
    border-color: #00b2ff #00b2ff #00b2ff;
    transition: all 0.5s;
    position: relative;
    z-index: 1;
}
.solutions_tabing .nav-tabs a.nav-link {
    border: 1px solid #00b2ff;
    color: #000;
    font-weight: 700;
    font-family: Montserrat;
    padding: 10px 25px;
    border-radius: 0px;
    font-size: 14px;
    min-width: 140px;
    transition: all 0.5s;
}
.solutions_tabing.newtype_tabing .nav-tabs .nav-item.show .nav-link, .solutions_tabing.newtype_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.newtype_tabing .tab-content {
    padding: 20px;
    border: 1px solid #00b2ff;
}

.qualcomm_development_streep {
    
    background-image: url(../image/qualcomm_blue_strip_img.png);    
    background-repeat: repeat;
    padding: 40px 0;
    margin-top: 30px;
}
.qualcomm_development_streep .streep_txt {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 0px;
    text-align: left;
}
.qualcomm_development_streep .streep_txt h4 {
    width: 80%;
    margin-right: auto;
}

.nvidia_Qualcomm_product {
    text-align: center;
}
.nvidia_Qualcomm_product ol.item_thumb.carousel-indicators {
    list-style: none;
    padding: 0px;
    margin: 0px;
    max-width: 100%;
    position: relative;
    display: block;
    margin-right: 20px;
    bottom: 0 !important;
}
.nvidia_Qualcomm_product ol.item_thumb.carousel-indicators li {
    position: relative;
    border: 1px solid #ccc;
    opacity: 1;
    margin: 5px 5px;
    width: 90px;
    display: inline-block;
    padding: 10px 2px;
}
.development_kit_content {
    margin-top: 30px;
}
.development_kit_content h4 {
    font-weight: 800;
    font-family: Montserrat;
    font-size: 22px;
    color: #000000;
    margin-bottom: 30px;
}
.development_kit_content p {
    font-weight: 500;
    font-family: Montserrat;
    font-size: 16px;
    color: #000000;
    margin-bottom: 10px;
    text-align:justify;
}
.row.vvdn_adc {
    margin-top: 40px;
    margin-left: -5px;
    margin-right: -5px;
}
.row.vvdn_adc .col-lg-4 {
    padding-left: 5px;
    padding-right: 5px;
}
.vvdn_adc .expertise_blk {
    border: 0;
    background: #ffffff;
    padding: 25px 20px;
    min-height: 290px;
    
}
.vvdn_adc .expertise_blk .vvdn_adc_service {
    display: flex;
    align-items: center;
}
.vvdn_adc .expertise_blk ul {
    padding: 0;
    margin-top: 25px;
}
.vvdn_adc .expertise_blk ul li {
    position: relative;
    font-size: 16px;
    padding-left: 20px;
}
.vvdn_adc .expertise_blk ul li:after {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    background: #000000;
    border-radius: 20px;
    border: 2px solid #ccc;
    top: 6px;
    left: 0;
}
.vvdn_adc_service h5 {
    font-weight: 800;
    font-family: Montserrat;
    font-size: 20px;
    color: #000000;
    margin: 0;
}
.vvdn_adc_service img {
    margin-left: auto;
}
.qualcomm_service_offerings .ptb50 {
    padding: 50px 15px;
}
.qualcomm_service_offerings .ptb50 h2 {
    margin-bottom: 25px;
}

.qualcomm_service_offerings .ptb50 ul li  {
    position: relative;
    font-size: 15px;
    padding-left: 20px;
    list-style: none;
    margin-top: 10px;
}
.qualcomm_service_offerings .ptb50 ul li:after {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    background: #000000;
    border-radius: 20px;
    border: 2px solid #ccc;
    top: 6px;
    left: 0;
}
.development_kit_content .comming_Soon {
    font-size: 60px;
    text-align: center;
    color: #00aaf3;
    font-weight: 800;
}

.solutions_box.col_with100 .development_kit_content.text-center {
    min-height: 200px;
    padding: 10% 0;
}
.qualcomm_based_product_service {
    background-image: url(../image/qualcomm_based_product_service_bg_img.jpg);
    background-repeat: no-repeat;
    background-position: top left;
    background-size: cover;
}
.qb_product_service {
    text-align: center;
    margin-top: 30px;
}
.qb_product_service h4 {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    font-family: Montserrat;
    margin: 15px 0 0;
}
.qb_product_service img {
    padding: 0 15px;
}
.qualcomm_based_product_service .streep_txt {
    text-align: left;
    margin-top: 16px;
}
.qualcomm_based_product_service .streep_txt .btn_subscribe {
    float: inherit;
    max-width: initial;
    /*margin-top: -27px;*/
}
.qualcomm_based_product_service .streep_txt h4 {
    font-size: 22px;
    font-weight: 600;
    float: inherit;
    width: auto;
}
.qualcomm_based_product_service .streep_txt .btn_subscribe .btn a {
    background: #00b2ff;
    background: -moz-linear-gradient(top, #00b2ff 0%, #1858e0 99%);
    background: -webkit-linear-gradient(top, #00b2ff 0%,#1858e0 99%);
    background: linear-gradient(to bottom, #00b2ff 0%,#1858e0 99%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00b2ff', endColorstr='#1858e0',GradientType=0 );
    color: #fff;
    border: 0;
    padding: 11px 23px;
}
.qualcomm_based_product_service .streep_txt .btn_subscribe .btn:hover svg {
    stroke-dashoffset: -560;
}
.qualcomm_based_product_service .streep_txt .btn_subscribe svg {
    stroke-dasharray: 150 560;
}
/* =========================== End Qualcomm Page============================= */


/* =========================== Edge Box Target application============================= */
.target_services{width: 100%;}
.target_services .insights_box {
    width: 33.3%;
    position: relative;
    float: left;
    overflow: hidden;
}

.target_services .insights_box picture img {
    width: 100%;
    transition: all .5s ease;
    transition-duration: 2s;
}
.target_services .insights_box:hover picture img {
    transform: translateY(0%) scale(1.1);
}
.target_services  .insights_box  .insights_contant.insights_ip_tracker {
    position: absolute;
    top: 50%;
    transform: translate(0px, -50%);
    bottom: inherit;
    text-align: center;
}
.target_services  .insights_box .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;
}
.target_services .insights_box  .insights_contant.insights_ip_tracker {
    position: absolute;
    top: 50%;
    transform: translate(0px, -50%);
    bottom: inherit;
    text-align: center;
    color: #fff;
    left: 20px;
    right: 20px;
    z-index: 1;
}
.target_services  .insights_box .insights_contant.insights_ip_tracker ul{
    list-style: none;
}
.target_services  .insights_box .insights_contant.insights_ip_tracker ul li {
    display: block;
    font-size: 14px;
}
.target_services  .insights_box .insights_contant.insights_ip_tracker h4 {
    font-size: 18px;
    font-weight: 800;
    font-family: Montserrat;
    color: #ffffff;
    margin-bottom: 10px;
    min-height: auto;
}
/* =========================== EndEdge Box Target application============================= */

/* =========================== Insight and Blogs============================= */

/*====== New ui css ======*/


.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;
}
.mobile-view{
    display: none;
}
.right-post-blk a.know_more.mobile-view {
    display: none;
}
/* =========================== End Insight and Blogs============================= */


.nvidia_camera_som_listing {
    margin-top: 0px;
}
.nvidia_camera_som_listing .tab-content .card .card-body {
    padding: 0;
    padding-left: 30px;
    min-height: 400px;
    max-height: 400px;
}
.nvidia_camera_som_listing .tab-content .card .text_content h4 {
    font-size: 30px;
    font-weight: 800;
    font-family: Montserrat;
    color: #3a3a3a;
    margin-bottom: 15px;
    line-height: 32px;
}
.nvidia_camera_som_listing .tab-content .card .text_content h4 span {
    font-size: 20px;
    font-weight: 700;
    color: #3a3a3a;
    display: block;
}
.nvidia_camera_som_listing .tab-content .card .text_content p {
    font-size: 15px;
    margin-bottom: 10px;
    line-height: 26px;
    font-family: Montserrat;
    font-weight: 500;
}
.nvidia_camera_som_listing .tab-content .card .text_content p:nth-last-child(2) {
    border-bottom: 1px solid #ccc;
    padding-bottom: 20px;
}
.nvidia_camera_som_listing .tab-content .card .text_content a {
    font-size: 15px;
    font-weight: 600;
    color: #3a3a3a;
    font-family: Montserrat;
    text-decoration: none;
}
.nvidia_camera_som_listing .tab-content .card .text_content a img {
    transition: all 0.3s;
    margin-left: 2px;
}
.nvidia_camera_som_listing .tab-content .card .text_content a:hover img {
    margin-left: 10px;
}
.nvidia_camera_som_listing .tab-content .card .card-body .row .col-lg-6:last-child {
    align-items: center;
    display: flex;
    justify-content: center;
}

.wifi_5and7 {
    position: relative;
	display: block;
}
.wifi_5and7>img {
    width: 100%;
}
.wifi_5and7 h4 {
    position: absolute;
    right: 16%;
    top: 50%;
    color: #fff;
    font-weight: 800;
    font-size: 18px;
    font-family: Montserrat;
    margin: 0;
}
.wifi_5and7 .l_arrow {
    min-width: 30px;
    display: inline-block;
}
.wifi_5and7 .l_arrow img {
    transition: all 0.3s;
}
.wifi_5and7:hover .l_arrow img {
    margin-left: 10px;
}

.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_txt {
    margin-bottom: 20px;
}
.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_box:hover {
    box-shadow: 0px 3px 8px 2px rgb(0 98 146 / 20%);
}
.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_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;
}
/* ======================================================== */

/* Responsive  */

/* ======================================================== */


@media (min-width: 992px){
    .nvidia_camera_som_listing.nav-tabs {
        display: flex;
    }
    
    .nvidia_camera_som_listing .card {
        border: none;
    }

    .nvidia_camera_som_listing .card .card-header {
        display:none;
    }  

    .nvidia_camera_som_listing .card .collapse{
        display:block;
    }
    
    .nvidia_camera_som_listing {
        align-items: self-start;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    
    .nvidia_camera_som_listing ul.nav-tabs {
        -ms-flex: 0 0 25%;
        flex: 0 0 28%;
        max-width: 28%;
        position: relative;
        z-index: 1;
        border: 0;
    }
    .nvidia_camera_som_listing .tab-content {
		-ms-flex: 0 0 72%;
		flex: 0 0 72%;
		max-width: 72%;
		position: relative;
		margin-left: -1px;
		z-index: 0;
	}
	.nvidia_camera_som_listing ul.nav-tabs li.nav-item {
		width: 100% !important;
		position: relative;
		margin: 0;
	}

	.nvidia_camera_som_listing ul.nav-tabs li.nav-item .nav-link {
		font-size: 15px;
		font-weight: 700;
		padding: 15px 15px;
		border-radius: 0;
		text-align: left;
		color: #000;
		font-family: Montserrat;
		min-height: 54px;
		border: 0;
		border-left: 4px solid #f7f7f7;
	}
	.nvidia_camera_som_listing ul.nav-tabs li.nav-item .nav-link.active, 
	.nvidia_camera_som_listing ul.nav-tabs li.nav-item .nav-link:hover {
		border-top: 0;
		color: #00b2ff;
	}
	.nvidia_camera_som_listing ul.nav-tabs li.nav-item .nav-link.active {
		border-left: 4px solid #00b2ff;
	}
	.nvidia_camera_som_listing .tab-content .card {
		height: auto;
		border-radius: 0;
		background: transparent;
		margin-right: -20px;
	}
	.nvidia_camera_som_listing .tab-content .card.active {
		background-color: #ededed;
		padding: 20px 0;
	}
	.solutions_tabing.newtype_tabing .nvidia_camera_som_listing ul.nav.nav-tabs {
		margin-top:20px;
	}
	.nvidia_camera_som_listing ul.nav-tabs li.nav-item .nav-link.active:after {
		position: absolute;
		content: "";
		top: 0;
		left: 0;
		right: -20px;
		bottom: 0;
		background-color: #ededed;
		z-index: -1;
	}
}

@media (min-width: 1200px){
    .colw20 {
        flex: 0 0 20%;
        max-width: 20%;
    }
}

@media (min-width: 1600px){
	.custom_container, .container {
		max-width: 1500px;
		margin: 0 auto;
	}
	.overview-section:before {
		right: -60px;
		background-size:70%;
	}
	.common_expertise {
		max-width: 360px;
	}
	.common_expertise.sensors_design {
		bottom: 240px;
		right: 10px;
	}
	.common_expertise.zindex_five:before, .common_expertise.zindex_three:before {
		width: 90px;
		height: 60px;
		top: -15px;
		right: -20px;
	}
	.common_expertise.zindex_six:before, .common_expertise.zindex_four:before, .common_expertise.zindex_two:before {
		width: 90px;
		height: 22%;
		bottom: 30px;
		right: -20px;
	}
	.common_expertise.zindex_one:after {
		bottom: 208px;
	}
	.expertise-blk h3 {
		font-size: 17px;
	}
	.expertise-blk {
		bottom: 18px;
		left: 55px;
	}
	/* .text_img_blk .imgBlk {
		max-width: 360px;
	} */
}


@media (max-width: 1599px) {
    .heading_commons {
        font-size: 34px;
    }
	.expertise-blk h3 {
		font-size: 14px;
	}
	.xzoom_blog {
		margin-top: 7%;
		position: relative;
	}
	.aft_border .d_kit_content ul li {
		font-size: 18px;
	}
	#jxn_play_video iframe#video {
		height: 260px;
	}
    .items_stock {
        top: 5px;
        right: 12px;
    }
    .nvidia_camera_som_listing .tab-content .card .text_content h4 {
        font-size: 24px;
        line-height: 30px;
    }
    .nvidia_camera_som_listing .tab-content .card .text_content h4 span {
        font-size: 18px;
    }
    .nvidia_camera_som_listing .tab-content .card .text_content p {
        font-size: 13px;
        line-height: 24px;
    }
    .wifi_5and7 h4 {
		right: 7%;
	}
      
}

@media (max-width: 1400px) {
	section.gray_bg.end_to_end {
		padding-bottom: 0;
		background: url(../images/nvidia_end_to_end_bg_img1400.png);
		background-repeat: no-repeat;
		background-size: 100%;
	}
}
@media (max-width: 1280px) {
	.our_services_blk {
		margin-left: 18px;
	}
	.common_expertise.zindex_six:after {
		top: -107px;
		left: 35px;
		width: 84px;
	}
}

@media (max-width: 1200px) {
	.heading_commons {
		font-size: 28px;
	}
	.overview-section:before {
		right: 0;
		width: 40%;
		height: 100%;
		background-size: 100%;
	}
	.download_url h4 {
		font-size: 22px;
	}
	section.gray_bg.end_to_end {
		padding-bottom: 60px;
	}
	.item_thumb {
		flex: 0 0 90px;
		max-width: 90px;
	}
	.development_streep {
		background-position: right;
	}
	.streep_txt h4 {
		font-size: 18px;
	}
	
}

@media (max-width: 1199px) {
    .vvdn_adc .expertise_blk {
        margin-bottom: 10px;
    }
    .nvidia_Qualcomm_product ol.item_thumb.carousel-indicators li {
        width: 70px;
    }
    .solutions_tabing .nav-tabs a.nav-link {
        padding: 10px 15px;
    }
    .qb_product_service img {
        padding: 0 30px;
    }
}

@media (min-width: 992px) and (max-width: 1199px)  {
	.common_expertise {
		max-width: 240px;
		margin-left: -88px;
	}
	.common_expertise.sensors_design {
		bottom: 150px;
		margin-right: 0;
	}
	.common_expertise.zindex_six:after {
		width: 70px;
		height: 133%;
		top: -104px;
		left: 10px;
	}
	.common_expertise.zindex_one:after {
		position: absolute;
		content: "";
		background: url(../images/nvidia_arrow1.png) no-repeat;
		width: 60px;
		height: 110%;
		bottom: 152px;
		right: -30px;
		z-index: 1;
		background-size: 100%;
		transform: rotate(179deg);
	}
	.expertise-blk {
		bottom: -5px;
		left: 30px;
	}
	.common_expertise.zindex_six:before, .common_expertise.zindex_four:before, .common_expertise.zindex_two:before {
		width: 60px;
		bottom: 10px;
		right: -10px;
	}
	.common_expertise.zindex_five:before, .common_expertise.zindex_three:before {
		width: 60px;
		top: -20px;
	}
	.expertise_blk {
		min-height: 240px;
	}
	.nvidia_button {
		min-width: 200px;
	}
	.box_Contents .aft_border:after {
		right: 6%;
	}
    .nvidia_camera_som_listing ul.nav-tabs li.nav-item .nav-link {
        font-size: 13px;
        padding-right: 0;
    }
    .nvidia_camera_som_listing .tab-content .card .text_content p {
        font-size: 13px;
        line-height: 22px;
    }
}

@media (min-width: 576px) and (max-width: 991px)  {
    .solutions_tabing.newtype_tabing .tab-content {
        margin-top: -1px;
    }
    .solutions_tabing.newtype_tabing .nav-tabs a.nav-link {
        border: 1px solid #00b2ff;
    }
    .solutions_tabing.newtype_tabing .nav-tabs .nav-item.show .nav-link, .solutions_tabing.newtype_tabing .nav-tabs .nav-link.active:before {
        background: #00b2ff;
    }
    .solutions_tabing.newtype_tabing .nav-tabs .nav-item.show .nav-link, .solutions_tabing.newtype_tabing .nav-tabs .nav-link.active {
        color: #ffffff;
        border-bottom: 1px solid #00b2ff;
        border-top: 1px solid #00b2ff;
    }
    .solutions_tabing .nav-tabs a.nav-link {
        padding: 10px 25px;
    }
}

@media (max-width: 991px) {
	section.gray_bg.end_to_end {
		background: none;
		background-size: 100%;
		position: relative;
	}
	section.gray_bg.end_to_end:before {
		position: absolute;
		content: "";
		bottom: 0;
		right: -67px;
		width: 60%;
		height: 470px;
		background: url(../images/nvidia_end_to_end_pc_bg1.png) no-repeat;
		background-size: 100%;
		z-index: -1;
	}
	section.gray_bg.end_to_end:After {
		position: absolute;
		content: "";
		top: 0;
		left: -67px;
		width: 60%;
		height: 470px;
		background: url(../images/nvidia_end_to_end_pc_bg2.png) no-repeat;
		background-size: 100%;
		z-index: -1;
	}
	.overview-section:before {
		opacity: 0;
	}
	.video_thumbnail {
		margin-top: 40px;
	}	
	.idea_innovation {
		display: block;
		margin-top: 50px;
		text-align: center;
	}
	.our_services_blk {
		display: inherit;
		margin-bottom: 0;
		max-width: 74%;
		margin: 0 auto;
		padding: 20px 0;
	}
	.our_services_blk >div {
		width: 100%;
	}
	.common_expertise {
		max-width: 100%;
		margin-left: 0;
	}
	.expertise-blk {
		width: 62%;
		top: 80px;
		left: 80px;
	}
	.expertise-blk {
		width: 100%;
		left: 0;
		bottom: 20px;
		top: inherit;
	}
	.expertise-blk h3 {
		font-size: 16px;
	}
	.common_expertise.sensors_design {
		bottom: 0;
		right: 0;
		margin: auto;
		margin-right: 0;
	}
	.common_expertise.zindex_six:after{
		position: absolute;
		content: "";
		background: url(../images/nvidia_arrow1.png) no-repeat;
		width: 68px;
		height: 110%;
		top: -12%;
		left: 17%;
		bottom: 0;
		z-index: 1;
		background-size: 100%;
	}
	.common_expertise.zindex_four:before, .common_expertise.zindex_two:before {
		position: absolute;
		content: "";
		background: url(../images/nvidia_arrow1.png) no-repeat;
		width: 68px;
		height: 80%;
		top: -35%;
		left: 18%;
		bottom: 0;
		z-index: 1;
		background-size: 100%;
	}
	.common_expertise.zindex_five:before, .common_expertise.zindex_three:before, .common_expertise.zindex_one:before {
		position: absolute;
		content: "";
		background: url(../images/nvidia_arrow4.png) no-repeat;
		width: 75px;
		height: 110%;
		top: inherit;
		right: 17%;
		bottom: 35%;
		z-index: 1;
		background-size: 100%;
	}
	.common_expertise.zindex_six:before {
		opacity: 0;
	}
	.common_expertise.zindex_one:after{
		position: absolute;
		content: "";
		background: url(../images/nvidia_arrow1.png) no-repeat;
		width: 68px;
		height: 110%;
		top: 54%;
		left: 26%;
		bottom: 0;
		z-index: 1;
		background-size: 100%;
		transform: rotate(-18deg);
	}
	.idea_txt2 {
		display: none;
	}
	.block_res {
		display: block;
	}
	.block_res .idea_txt2 {
		display: block;
		margin-top: 0;
	}
	.overview-section .video_thumbnail img {
		width: 100%;
	}
	.product_solution .nav-item {
		width: auto;
		min-width: 290px;
	}
	.product_solution a.nav-link {
		padding: 10px 20px;
		font-size: 15px;
	}
	.product_solution ul.nav-tabs {
		margin-top: 40px;
	}
	.modal-dialog.modal_dialog_career {
		max-width: 95%;
	}
	.modal-dialog.ip_tracker_modal {
		max-width: 500px;
	}
	.product_solution .text_content {
		margin-bottom: 30px;
	}
	.product_solution .text_content:after{
		display:none;
	}
	.flip-card-front img {
		min-height: 130px;
	}
	.flip-card-back {
		padding: 15px 40px;
		min-height: 130px;
	}
	.flip-card-back ul li {
		font-size: 14px;
	}
	.nvidia_overview_contant .overview_contant p, .overview_contant .d_kit_content ul li {
		width: 100%;
	}
	.developer_kit_blog {
		padding-left: 0;
		border-left: 0;
		margin-top: 0px;
	}
	.item_thumb {
		flex: 0 0 80px;
		max-width: 80px;
	}
	.technical_specifications_blog .table td:nth-child(1), .technical_specifications_blog .table th:nth-child(1) {
		min-width: auto;
	}
	.developer_kit_blog:after {
		opacity: 0;
	}
	ol.item_thumb.carousel-indicators {
		flex: 0 0 60px;
		max-width: 60px;
	}
	.text_center {
		justify-content: center;
	}
	.d_kit_content {
		margin-top: 20px;
	}
	.heading_commons.aft_none {
		margin-top: 40px;
		margin-bottom: 20px;
	}
	.box_Contents .aft_border:after {
		opacity: 0;
	}
	.vvdn_jxn_nx_development .card-header a {
		font-size: 16px;
	}
	.streep_txt h4 {
		padding: 0;
		width: 65%;
	}
    .product_item {
        margin-top: 50px;
    }
    .items_stock {
        top: 0px;
    }
    .qualcomm_So_bg {
        width: auto;
        left: 0;
        text-align: center;
    }
    .vvdn_qualcomm_logo {
        margin-bottom: 15px;
    }
    .qb_product_service img {
        padding: 0 10px;
    }
    .target_services .insights_box {
        width: 50%;
    }
    .nvidia_camera_som_listing .tab-content>.tab-pane.fade:not(.show) {
        opacity: 1;
    }
    .nvidia_camera_som_listing .nav-tabs {
        display: none !important;
    }
    .nvidia_camera_som_listing .tab-content>.tab-pane {
        display: block !important;
        opacity: 1;
        border-radius: 0;
        border: 0;
        box-shadow: 0px 2px 4px 0px #c2cae3;
        margin-bottom: 8px;
    }
    .nvidia_camera_som_listing .tab-content .card .text_content {
        border-bottom: 0px;
        padding-bottom: 25px;
    }
    .nvidia_camera_som_listing .tab-content>.tab-pane .card-header {
        padding: 0;
        border-radius: 0;
        border: 0;
    }
    .nvidia_camera_som_listing .tab-content>.tab-pane .card-header a {
        padding: 20px 10px;
        display: block;
        color: #000000;
        font-weight: 600;
        font-family: Montserrat;
        font-size: 18px;
        text-decoration: none;
        position: relative;
        background: #f0f3fc;
    }
    .nvidia_camera_som_listing .tab-content>.tab-pane .card-header a:after {
        position: absolute;
		width: 8px;
		height: 15px;
		margin-left: auto;
		content: "";
		background-image: url(../images/blue-right-arrow.png);
		background-repeat: no-repeat;
		background-size: contain;
		transition: transform .2s ease-in-out;
		right: 20px;
		transform: rotate(90deg);
    }
    .nvidia_camera_som_listing .tab-content>.tab-pane .card-header a.collapsed::after {
        transform: rotate(0deg);
    }
    .nvidia_camera_som_listing .tab-content .card .card-body {
		min-height: inherit;
		max-height: inherit;
		padding: 20px;
	}
	.solutions_tabing.newtype_tabing .tab-content.sub_tab_Content {
		padding: 0;
	}
	.solutions_tabing.newtype_tabing ul.nav.nav-tabs {
		padding: 0;
	}
}

@media (max-width: 767px){
	.heading_commons {
		font-size: 22px;
	}
	.overview-section .overview_contant {
		padding-right: 0;
	}
	.our_services_blk {
		display: inherit;
		margin-bottom: 0;
		max-width: 100%;
		margin: 0 auto;
		padding: 20px 0;
	}
	.expertise_blk {
		margin-top: 20px;
	}
	.download_url h4 {
		font-size: 20px;
		line-height: normal;
		margin-bottom: 10px;
	}
	.download_url div p {
		font-size: 14px;
	}
	.download_url div p img {
		width: 18px;
		margin-left: 5px;
	}
	.banner_carousel button.owl-next {
		right: 44%;
	}
	.banner_carousel button.owl-prev {
		left: 44%;
	}
	.product_solution .tab-content {
		background: #e3f1f7;
		padding: 20px 15px;
	}
	.item_thumb {
		flex: 0 0 60px;
		max-width: 60px;
	}
	.resources_blog .AccTab {
		font-size: 16px;
	}
	div#accordion2 {
		padding: 20px 15px;
	}
	.streep_txt h4 {
		width: 100%;
	}
	.streep_txt .btn_subscribe {
		float: left;
		margin: 15px 0 0;
	}
    .items_stock {
        top: 0px;
    }
     .qualcomm_development_streep .streep_txt {
        display: block;
    }
    .qualcomm_development_streep .streep_txt {
        flex-direction: column;
    align-items: baseline
    }
    .target_services .insights_box {
        width: 100%;
    }
	.main_tab_Content .row .col-md-6:nth-child(1) .wifi_5and7 {
		margin-bottom: 15px;
	}
}

@media (max-width: 575px){
	.our_services_blk >div {
		width: 80%;
	}
	.common_expertise.zindex_five:before, .common_expertise.zindex_three:before, .common_expertise.zindex_one:before {
		right: -14%;
		bottom: 40%;
	}
	.expertise-blk {
		left: 13%;
		bottom: 12px;
	}
	.banner_blk .banner_contant {
		top: 60% !important;
	}
	section.gray_bg.end_to_end:After {
		top: 95px;
		width: 90%;
	}
	section.gray_bg.end_to_end:before {
		width: 100%;
		bottom: -70px;
	}
	.nvidia_button {
		padding: 9px 15px;
	}
	.product_solution .nav-item {
		width: 100%;
	}
	.d_kit_content {
		overflow-x: scroll;
	}
	.table-bordered {
		min-width: 480px;
	}
	.xzoom_blog {
		margin-top: 8%;
	}
    .product_item {
        margin-top: 10px;
    }
    .vvdn_qualcomm_logo {
        width: auto;
        margin-bottom: 20px;
    }
    .qualcomm_development_streep .streep_txt h4 {
        width: 100%;
    }
    .vvdn_qualcomm_logo~h1~ul li {
        font-size: 16px;
    }
    .vvdn_qualcomm_logo~h1~ul li:after {
        top: 6px;
    }
    .development_kit_content h4 {
        font-size: 18px;
    }
    .development_kit_content .comming_Soon {
        font-size: 32px;
    }
    .nvidia_Qualcomm_product ol.item_thumb.carousel-indicators li {
        width: 60px;
        padding: 5px 0px;
    }
    .solutions_tabing.newtype_tabing ul.nav.nav-tabs {
        margin: 25px 0 0 0;
        padding: 0;
    }
    .solutions_tabing ul.nav.nav-tabs li.nav-item {
        width: auto;
    }
    .solutions_tabing.newtype_tabing .nav-tabs .nav-link.active{
        background-color: #f7f7f7;
    }
    .solutions_tabing.newtype_tabing .nav-tabs .nav-link.active:before{
        display: none;
    }
    .colw20 {
        flex: 0 0 50%;
        max-width: 50%;
    }   
    .qb_product_service img {
        padding: 0px 15px;
    }
    .qb_product_service h4 {
        font-size: 16px;
    }
    .qualcomm_based_product_service .streep_txt h4 {
        font-size: 18px;
    }
    .qualcomm_based_product_service .streep_txt .btn_subscribe{
        float: inherit;
        max-width: initial;
        margin-top: 10px;
    }
    .insights_blog_services .insights_box .insights_contant {
        left: 10px;
        right: 10px;
    }
    .insights_blog_services .insights_box .insights_contant.insights_ip_tracker h4 {
        font-size: 16px;
    }
	.nvidia_camera_som_listing .tab-content>.tab-pane .card-header a {
		font-size: 15px;
	}
	.solutions_tabing .nav-tabs a.nav-link {
		padding: 8px 10px;
	}
	.wifi_5and7 h4 {
		font-size: 16px;
		max-width: 148px;
	}
}
@media (max-width: 425px){
	.common_expertise.zindex_one:after {
		width: 56px;
		top: 54%;
		left: 31%;
	}
	.button_class .nvidia_button {
		padding: 8px 12px;
		font-size: 14px;
		line-height: 30px;
	}
	.button_class span {
		margin-bottom: 9px;
		display: block;
		min-height: 40px;
	}
	.developer_kit_blog {
		min-height: 280px;
	}
	.nvidia_Qualcomm_product ol.item_thumb.carousel-indicators li {
		width: 48px;
	}
	.solutions_tabing.newtype_tabing .tab-content {
		padding: 20px 15px;
	}
	.nvidia_camera_som_listing .tab-content>.tab-pane .card-header a {
		font-size: 13px;
	}
	
}
@media (max-width: 375px){
	.common_expertise.zindex_six:after, .common_expertise.zindex_four:before, .common_expertise.zindex_two:before {
		width: 54px;
	}
	.common_expertise.zindex_five:before, .common_expertise.zindex_three:before, .common_expertise.zindex_one:before {
		bottom: 45%;
		width: 65px;
	}
	.common_expertise.zindex_one:after {
		width: 56px;
		top: 48%;
		left: 21%;
		transform: rotate(-11deg);
	}
	.banner_blk .banner_contant {
		top: 65% !important;
	}
	.flip-card-back {
		padding: 15px 30px;
	}
	.xzoom_blog {
		margin-top: 9%;
	}
	.nvidia_camera_som_listing .tab-content>.tab-pane .card-header a:after {
		right: 8px;
	}
	.nvidia_camera_som_listing .tab-content>.tab-pane .card-header a {
		font-size: 12px;
	}
	
}
@media (max-width: 360px){
	.banner_carousel button.owl-next {
		right: 42%;
	}
	.banner_carousel button.owl-prev {
		left: 42%;
	}
	.nvidia_button {
		font-size: 13px;
	}
    .vvdn_adc_service h5 {
        font-size: 18px;
    }
    .qb_product_service h4 {
        font-size: 15px;
    }
}

@media (max-width: 359px){
	.common_expertise.zindex_six:after, .common_expertise.zindex_four:before, .common_expertise.zindex_two:before {
		width: 44px;
	}
	.common_expertise.zindex_five:before, .common_expertise.zindex_three:before, .common_expertise.zindex_one:before {
		bottom: 45%;
		width: 50px;
		right: -10%;
	}
	.expertise-blk {
		bottom: 8px;
	}
	.expertise-blk h3 {
		font-size: 14px;
	}
	.common_expertise.zindex_one:after {
		top: 38%;
		left: 17%;
	}
	.nvidia_button {
		font-size: 12px;
	}
	.solutions_tabing .nav-tabs a.nav-link {
		padding: 8px 5px;
	}
	.nvidia_camera_som_listing .tab-content>.tab-pane .card-header a {
		font-size: 11px;
		padding: 20px 8px;
	}
}
