body {
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 16px;
	color:#3a3a3a;
	margin: 0px;
}
h1,
h2,
h3,
h4,
h5 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
}
img{max-width: 100%;}
body.modal-open {
    padding-right: 0px !important;
}
dl, ol, ul {
    margin: 0;
    padding: 0;
}

/*======= Start FPGA Page New css =======*/
.disclaimer {
    font-size: 13px;
    font-style: italic;
    color: #a3a3a3;
    text-align: left;
    margin-top: 30px;
    text-align: center;
}
.price_btn {
    display: inline-block;
    color: #3a3a3a;
    padding: 8px 40px;
    border-radius: 4px;
    margin-bottom: 20px;
    font-weight: 800;
    font-size: 21px;
    font-family: Montserrat;
    cursor: default;
	#background: linear-gradient(to right, rgba(30, 87, 153, 1) 0%, rgba(22, 98, 228, 1) 0%, rgba(4, 165, 251, 1) 100%);
}
.ip_tracker_download_datasheet {
    text-align: center;
    margin-top: 10px;
}
.ip_tracker_download_datasheet ul li a {
    cursor: pointer;
}
.ip_tracker_download_datasheet ul li {
	cursor: pointer;
	display: inline-block;
	margin: 0px 5px;
}
a:not([href]):not([tabindex]) {
    color: inherit;
    text-decoration: none;
}
.ip_tracker_download_datasheet ul li a{
    padding: 10px 20px;
    border: none;
    color: #ffffff !important;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 15px;
    font-family: Montserrat;
    margin-top: 0px;
    cursor: pointer;
    transition: all 0.3s ease;
    background: rgb(30,87,153);   
    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;
    min-height: 44px;
    min-width: 240px;
    border-radius: 0px;
    display: block;
}
.ip_tracker_download_datasheet ul li a:after, .ip_tracker_download_datasheet button.dwn_dts: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;
}
.ip_tracker_download_datasheet ul li a:hover:after{
    left: 120%;
    transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
}
.white_bg {
    padding: 60px 0;
    background: #ffffff;
}
.gray_bg {
    padding: 60px 0;
    background: #f7f7f7;
}
.blk_light_bg {
    padding: 60px 0;
    background: #1b1b1b;
}
.downloadSection > table >tr > td a{
    color: blue;
}
.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;
}
.heading_commons span.bbr {display:inline;}
.heading_commons span {display:block;}
.banner_contant .heading_commons:after {
    background: #fff;
}
.banner_contant {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translate(0px, -50%);
}
.banner_contant .heading_commons span.small {
    display: inline-block;
    font-weight: 800;
    text-transform: lowercase;
    font-size: inherit;
}
.banner_contant p {
    font-size: 22px;
    font-weight: 800;
    font-family: Montserrat;
    color: #ffffff;
    margin-bottom: 0px;
    line-height: 30px;
    text-transform: uppercase;
}
.banner_contant p span{
	display:block;
}
.overview_contant p {
    text-align: justify;
    font-size: 15px;
    margin-bottom: 0px;
}

.highlights_Blog h2.heading_commons {
    text-align: center;
    margin-bottom: 40px;
    color: #a7a7a7;
    padding: 0;
}
.highlights_Blog h2.heading_commons:after {
    opacity: 0;
}
.highlights_img {
    position: relative;
    width: 100%;
    margin: 0 auto;
}

.highlights_txt {
    position: absolute;
    top: 0;
    display: flex;
    justify-content: space-between;
    right: 0;
    left: 0;
}
.highlights_txt ul {
    width: 25%;
    text-align: right;
    padding: 0;
    margin: 0;
}
.highlights_txt ul.righttxt {
    text-align: left;
}
.highlights_txt ul li {
    list-style: none;
    font-size: 14px;
    font-weight: 700;
    font-family: Montserrat;
}
.highlights_txt ul li span {
    font-weight: 400;
    font-size: 14px;
}
.highlights_txt ul.lefttxt {
    margin-top: 34px;
}
.highlights_txt ul.lefttxt li {
    margin-bottom: 18px;
}
.highlights_txt ul.lefttxt li:nth-child(2) {
    margin-bottom: 11px;
}
.highlights_txt ul.lefttxt li:nth-child(3) {
    margin-bottom: 20px;
}
.highlights_txt ul.lefttxt li:nth-child(4) {
    margin-bottom: 18px;
}
.highlights_txt ul.lefttxt li:nth-child(5) {
    margin-bottom: 23px;
}
.highlights_txt ul.lefttxt li:nth-child(6) {
    margin-bottom: 26px;
}


.highlights_txt ul.righttxt li {
    margin-bottom: 28px;
}
.highlights_txt ul.righttxt li:nth-child(2) {
    margin-bottom: 34px;
}
.highlights_txt ul.righttxt li:nth-child(3) {
    margin-bottom: 30px;
}
.highlights_txt ul.righttxt li:nth-child(4) {
    margin-bottom: 28px;
}
.highlights_txt ul.righttxt li:nth-child(4) {
    margin-bottom: 28px;
}
.highlights_txt ul.righttxt li:nth-child(5) {
    margin-bottom: 16px;
}
.highlights_txt ul.righttxt li:nth-child(6) {
    margin-bottom: 14px;
}
.highlights_txt ul.righttxt li:nth-child(7) {
    margin-bottom: 16px;
}
.use_Cases_img {
    margin-top: 40px;
}
.use_Cases_img img {
    width: 100%;
    margin: 0 auto;
}
.explore_engg_blk h2 {
    margin-bottom: 40px;
}
.explore_blocks {
    position: relative;
    overflow: hidden;
    margin-top: 0;
}
.explore_blocks span {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-weight: 800;
    z-index: 2;
    font-family: Montserrat;
}
.explore_blocks img {
    transition: all 0.3s;
}
.explore_blocks:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.ip_Request_Demo {
    position: fixed;
    top: 52%;
    transform: translate(-12px, -50%);
    left: 0;
    z-index: 11;
    cursor: pointer;
}
.ip_Request_Demo a.btn {
    padding: 0;
}
.ip_Request_Demo a.btn picture {
    display: inline-block;
}
.ip_Request_Demo a.btn picture img {
    width: auto;
}
.modal-dialog.ip_tracker_modal {
    max-width: 960px;
}
.modal-dialog.ip_tracker_modal h2.contact-head {
    margin-bottom: 50px;
}
.ip_tracker_modal .floating-input, .ip_tracker_modal .floating-select {
    height: 38px;
}
.highlight {
    position: absolute;
    height: 50%;
    width: 100%;
    top: 15%;
    left: 0;
    pointer-events: none;
    opacity: 0;
}
.ip_tracker_modal .floating-label label {
    top: 13px;
    color: rgb(58 58 58 / 0.70);
}
.ip_tracker_modal .floating-input:focus ~ label, .ip_tracker_modal .floating-input:not(:placeholder-shown) ~ label {
    top: -20px;
    font-size: 14px;
    color: #0090ff !important;
    opacity: 1;
}
.modal-dialog.ip_tracker_modal .modal-footer {
    border: 0px;
    justify-content: center;
    padding: 0;
}
.modal-dialog.ip_tracker_modal button.btn.btn-primary {
    padding: 10px 20px;
    border: none;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 15px;
    font-family: Montserrat;
    margin-top: 0px;
    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: 140px;
    border-radius: 0px;
}

.modal-dialog.ip_tracker_modal button.btn.btn-primary: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-dialog.ip_tracker_modal button.btn.btn-primary:hover:after {
    left: 120%;
    transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
}

.banner_contant p.txtcp {
    text-transform: capitalize;
    font-weight: 600;
    font-size: 24px;
}
.banner_contant p span.ro {
    display: inline-block;
    text-transform: lowercase;
}
.wifi7_features_Ser {
	text-align: center;
	margin-top: 30px;
}
.wifi7_features_Ser h4 {
	font-weight: 800;
	font-size: 16px;
	margin: 20px 0 0;
}


.wifi6_gpon_features {
	background: rgb(0,191,250);
	background: -webkit-linear-gradient(top, rgba(0,191,250,1) 0%,rgba(0,95,234,1) 100%);
	background: linear-gradient(to bottom, rgba(0,191,250,1) 0%,rgba(0,95,234,1) 100%);
	color: #fff;
}
.wifi6_gpon_features .wifi7_features_Ser img {
	filter: brightness(0) invert(1);
}
.wifi6_gpon_features .heading_commons:after {
	background-color: #ffff;
}
	
.ip_tracker_features_res{
	margin-bottom: 30px;
}
.features_Responsive .features {
	display: flex;
	align-items: center;
	justify-content: center;
}
.features_Responsive .features .fs_left {
	margin-right: 0;
	text-align: center;
	width: 50%;
}
.features_Responsive .features .fs_right {
	margin-left: 0px;
	text-align: center;
	width: 50%;
}
.features_Responsive .features .features_service {
	margin-top: 40px;
	padding: 15px 10px;
	position: relative;
	min-height: 216px;
}
.features_Responsive .features .features_service:after {
	position: absolute;
	content: "";
	background: #919191;
	height: 1px;
	width: 80%;
	margin: 0 auto;
	text-align: center;
	left: 0;
	right: 0;
	top: -20px;
}
.features_Responsive .features .features_service:nth-child(1):after {
	display: none;
}
.features_Responsive .features .fs_right .features_service {
	margin-left: 0;
	border-left: 1px solid #919191;
}
.features_Responsive .features .features_service h5 span {
    font-weight: 500;
    display: block;
    margin-bottom: 6px;
}
.features_Responsive .features .features_service h5 {
    font-weight: 800;
    font-size: 15px;
    margin: 15px 0 0;
    font-family: Montserrat;
}
/* New 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 .duble_blog {
    margin-top: 20px;
} */
.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;
}
/* New css */
.highlight_carousel .carousel-indicators {
    position: absolute;
    right: 0;
    top: 40%;
    bottom: inherit;
    left: inherit;
    z-index: 2;
    display: block;
    padding: 0;
    list-style: none;
    transform: translate(120px, -50%);
    margin: 0;
}

.highlight_carousel .carousel-indicators li {
    width: 80px;
    height: 80px;
    margin: 10px 0;
    cursor: pointer;
    background-color: transparent;
    background-clip: padding-box;
    border: 2px solid #888888;
    opacity: .5;
    transition: opacity .6s ease;
}
.highlight_carousel .carousel-indicators li.active {
    border: 2px solid #00b2ff;
}
.highlight_carousel .carousel-indicators li img {
    display: block;
    padding: 6px;
}
.banner_blk .banner_carousel.owl-carousel .owl-item img{
	width: 100%;
}
.banner_blk .banner_carousel.owl-carousel .owl-dots {
    position: absolute;
    width: auto;
    bottom: 30px;
    left: 0;
    right: 0;
    padding-left: 15px;
    padding-right: 15px;    
    margin: 0 auto;
}
.banner_blk .banner_carousel.owl-carousel button.owl-dot {
    background: transparent;
    border: 1px solid #ffffff;
    height: 12px;
    width: 12px;
    border-radius: 20px;
    cursor: pointer;
    margin: 0 3px;
    opacity: 1;
    transition: opacity .6s ease;
    display: inline-block;
}
.banner_blk .banner_carousel.owl-carousel button.owl-dot.active {
    opacity: 1;
    background: #ffffff;
}


.aip_WiFi_accessPoint_Blog {
    position: relative;
    padding-top: 100px;
}
.carousel.aip_WiFi_accessPoint_carousel {
    position: initial;
}
.aip_WiFi_accessPoint_listHead {
    background-color: #f2f2f2;
    position: absolute;
    top: 0px;
    left: 0;
    right: 0;
}
.aip_WiFi_accessPoint_listHead .carousel-indicators {
    position: inherit;
    margin: 0 auto;
    text-align: center;
    display: inline-flex;
    padding: 0;
    list-style: none;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.aip_WiFi_accessPoint_listHead .carousel-indicators li {
    width: 25%;
    height: auto;
    cursor: pointer;
    background-color: transparent;
    background-clip: padding-box;
    opacity: 1;
    transition: opacity .6s ease;
    text-indent: inherit;
    padding: 10px 0px 12px;
    border: 0;
    position: relative;
    max-width: 240px;
    margin: 0 auto;
    font-size: 16px;
    font-weight: 500;
    font-family: Montserrat;
    color: #000000;
	min-height: 46px;
    align-content: center;
}

.aip_WiFi_accessPoint_listHead .carousel-indicators li.active {
	font-weight: 600;
    color: #00b2ff;
}
.aip_WiFi_accessPoint_listHead .carousel-indicators li:after {
    position: absolute;
    content: "";
    width: 0;
    height: 4px;
    bottom: 0px;
    left: 0;
    background: #00b2ff;
    transition: all 0.35s;
}
.aip_WiFi_accessPoint_listHead .carousel-indicators li.active:after {
    width: 100%;
}
.heading_commons span.smallro {
    display: inline-block;
    text-transform: lowercase;
}

/* SDFE */
.resources_blog {
	margin-top:40px;
}
.resources_blog #accordion {
	border: 1px solid #b6b6b6;
    border-bottom: 0;
}
.resources_blog .AccTab, .AccTab.collapsed {
    position: relative;
}

.resources_blog .AccTab {
    color: #3a3a3a;
    cursor: pointer;
    font-size: 18px;
    line-height: 14px;
    padding: 20px 15px;
    font-family: Montserrat;
    font-weight: 800;
    border-bottom: 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 {
    padding: 0 20px;
    border-bottom: 1px solid #ccc;
    padding-top: 0;
}
.accordioncol .table-bordered {
    border: 1px solid #b6b6b6;
    margin: 20px 0;
}
.d_kit_content .table-bordered td a,
.d_kit_content .table-bordered td a:hover {
    color: #00b2ff;
	cursor: pointer;
}
/* SDFE */


.ai_powered_strip .btn_subscribe svg {
    stroke-dasharray: 150 672;
}

.ai_powered_strip .btn_subscribe .btn:hover svg {
    stroke-dashoffset: -672;
}


@media (min-width: 576px) {
    .banner_blk .banner_carousel.owl-carousel .owl-dots {
        max-width: 540px;
    }
}
@media (min-width: 768px) {
    .banner_blk .banner_carousel.owl-carousel .owl-dots {
        max-width: 720px;
    }
}
@media (min-width: 992px){
	.wifi7_features_blog .w20 {
		flex: 0 0 20%;
		max-width: 20%;
	}
	.features_Responsive {
		display: none;
	}
	.insights_blog_services .duble_blog .insights_box {
		height: 320px;
		overflow: hidden;
	}
    .banner_blk .banner_carousel.owl-carousel .owl-dots {
        max-width: 960px;
    }
}

@media (min-width: 1200px){
    .banner_blk .banner_carousel.owl-carousel .owl-dots {
        max-width: 1140px;
    }
}

@media (min-width: 1600px){
	.custom_container, .container {
		max-width: 1500px;
		margin: 0 auto;
	}
	.overview_contant p {
		font-size: 16px;
	}
    .banner_blk .banner_carousel.owl-carousel .owl-dots {
        max-width: 1500px;
    }
}

@media(max-width: 1599px){
	.heading_commons {
		font-size: 34px;
	}
	.banner_contant p {
		font-size: 18px;
		line-height: 24px;
	}
	span.txtsmall {
		font-size: 30px;
	}
	.wifi7_features_Ser h4 {
		font-size: 15px;
	}
	.banner_contant p.txtcp {
		font-size: 22px;
	}
    .highlight_carousel .carousel-indicators {
        transform: translate(90px, -50%);
    }
}

@media (max-width:1199px) {
	.heading_commons {
		font-size: 30px;
	}
	.wifi7_features_Ser h4 {
		font-size: 14px;
	}
    .highlight_carousel .carousel-indicators {
        transform: translate(40px, -50%);
        background-color: #ffffff;
    }
}

@media (min-width:768px) and (max-width:991px) {
	.insights_blog_services .insights_box .insights_contant {
		left: 14px;
		right: 14px;
	}
}

@media (max-width:991px) {
	.heading_commons {
		font-size: 24px;
	}
	.use_Cases_img {
		width: 100%;
	}
	.modal-dialog.ip_tracker_modal {
		max-width: 500px;
	}
	span.txtsmall {
		font-size: 24px;
	}
	.banner_contant p.txtcp {
		font-size: 20px;
	}
	.highlights_img .highlights_webimg {
		display: none;
	}
	.insights_blog_services .insights_box {
		width: 50%;
	}
    .highlight_carousel .carousel-indicators li {
        width: 60px;
        height: 60px;
    }
    .aip_WiFi_accessPoint_listHead .carousel-indicators li span {
        display: none;
    }
	.mw-100.btn_subscribe {
		float: left;
		margin-top: 10px;
		margin-left: 0;
	}
}

@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;
	}
	.resources_blog .AccTab {
        font-size: 16px;
		font-weight:700;
    }
}

@media (max-width:575px) {
	.banner_blk .banner_contant {
		top: 25%;
	}
	.banner_contant p {
		font-size: 16px;
	}
	.ip_Request_Demo {
		transform: translate(-5px, -50%);
	}
	.ip_tracker_modal .modal-content {
		padding: 40px 30px;
	}
	.wifi7_features_Ser h4 {
		margin: 15px 0 0;
	}
	.features_Responsive .features .features_service {
		padding: 10px 5px;
		min-height: 186px;
	}
	.features_Responsive .features .features_service img {
		width: 96px;
	}
	.features_Responsive .features .features_service h5 {
		font-size: 13px;
	}
	.insights_blog_services .insights_box .insights_contant {
		left: 10px;
		right: 10px;
	}
    .highlight_carousel.owl-carousel .owl-nav {
        top: 25%;
    }
    .carousel.highlight_carousel {
        position: relative;
        padding-bottom: 80px;
    }
    .highlight_carousel .carousel-indicators {
        transform: translate(0px, 0%);
        background-color: #ffffff;
        top: inherit;
        bottom: 0px !important;
        display: inline-flex;
        left: 0;
    }
    .highlight_carousel .carousel-indicators li {
        margin: 0px 8px;
    }
	.aip_WiFi_accessPoint_listHead .carousel-indicators li {
        white-space: nowrap;
        width: 60px;
        overflow: hidden;
        text-overflow: ellipsis;
		font-size: 15px;
    }
    .aip_WiFi_accessPoint_listHead .carousel-indicators li:last-child {
        width: 120px;
    }
}


@media (max-width:480px) {
	.resources_blog .AccTab {
        font-size: 15px;
    }
}

@media (max-width:320px) {
	.features_Responsive .features .features_service h5 {
		font-size: 12px;
	}
	.features_Responsive .features .features_service img {
		width: 90px;
	}
}