/*!
Theme Name: iotconnect
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: iotconnect
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

iotconnect is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}


p {
    position: relative;
    margin-top: 0;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

blockquote p {
    margin-bottom: 0;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}


.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 1.8em;
    margin-bottom: 0;
}

/*health page css*/
.legend-wrapper{
    display: flex;
    align-items: center;
    margin-left: auto;
    padding-bottom: 0px;
}
.legend-item:first-of-type{
    margin-left: auto;
}
.legend-item{
    display: flex;
    align-items: center;
    margin-left: 30px;
    font-size: 14px;
}
.legend-icon{
    margin-right: 10px;
}
.legend-outer-wrapper { 
    display: flex; 
    align-items: center; 
    margin-bottom: 10px; 
}
.last_update { 
    display: inline-flex; 
    align-items: center; position: 
    relative; background: #fff5c2; 
    border: 1px solid #e6d473; 
    padding: 7px 20px; 
}
.kb-table{
    position: relative;
    outline: 1px solid #e5e5e5;
}
.kb-table thead tr th:not(:first-of-type):before {
    content: "";
    width: 1px;
    height: 100%;
    background: #e5e5e5;
    z-index: 9999999;
    position: absolute;
    left: 0;
    top: 0;
}
.kb-table, .kb-table th{
    text-align: center;
}
.kb-table th {
    font-family: "ApercuPro-Bold-Web" !important;
    vertical-align: middle !important;
    position: relative;
}
.kb-table thead tr:nth-child(1) th {
    background: #fff;
    font-size: 24px;
    text-transform: uppercase;
    position: relative;
    border-bottom: 0;
}
.kb-table thead tr:nth-child(2) th {
    background: #f0f0f0;
    font-size: 18px;
    border-bottom: 0;
}
.kb-table .tooltip-inner{
    text-align: left;
    padding: 15px 20px 15px 20px;
    font-size: 14px;
}
.kb-table tbody tr:nth-child(2n) {
    background: #f7f7f7;
}
.kb-table tbody tr td{
    text-align: center;
}
.kb-table tbody tr td:first-of-type {
    text-align: left;
}
.kb-subtext {
    display: block !important;
    font-size: 13px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    color: #41c363;
}
.kb-table .table {
    border: 20px solid #f0f0f0;
    border-top: 0;
    outline: 1px solid #e5e5e5;
    margin-bottom: 0;
}
.kb-table:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: -1px;
    height: 54px;
    background: #fff;
    border: 1px solid #e5e5e5;
}
/*health page css*/

/* Custom CSS
--------------------------------------------- */

body{
    margin: 0;
    height: 100%;
    background: #fff;
    position: relative;
    color: #333;
}

.navbar.active{
    background-color: #333 !important;
}
.navbar-nav li a{
    display: flex;
}
a {
    text-decoration: none;
}
.section1{

    background: rgb(0 0 0 / 17%) url(assets/img/banner.jpg) no-repeat scroll top center / cover;
    position: relative;
    height: 18vh;
    min-height: 100%;
    color: #fff;
    background-blend-mode: multiply;
}
.section1::after{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgb(10 10 10 / 70%) none repeat scroll 0 0;
    content: "";
    z-index: -1;
}
.text-successlight{
    color: #41c363;
}
.text-successlight:hover {
    color: #000000 !important;
    text-decoration: underline !important;
}
.bg-successlight{
    background: #41c363;
}
.titleh3:before {
    content: "";
    position: absolute;
    width: 82px;
    border: 4px solid;
    top: 1px;
    background: #dddd;
}
.bg-lightgrey{
    background: #e2e3e4;
}
.border1{
    border:1px solid #ddd;
}

.listul ul {
    list-style: circle;
    color: #41c363;
  }
  .img2{
    min-height: 100%;
    background: url(assets/img/img2.jpg) rgb(8 8 8 / 46%);
    background-size: cover;
    background-blend-mode: multiply;
  }
  .display-2{
    display: table;
    width: 100%;
    height: 100%;
  }
.display-2 .imgicon{
    width: 100%;
    height: 100%;
    display: table-cell;
    vertical-align: middle;
    margin-top:93px;
}
.imgicon i{
    font-size: 20px;
    border: 5px solid;
    padding: 7px 10px;
    text-align: center;
    border-radius: 49px;
}
  .accordion .item .item-header h2 button {
      color: white;
      font-size: 20px;
      padding: 15px;
      display: block;
      width: 100%;
      text-align: left;
  }
  
  .accordion .item .item-header h2 i {
      float: right;
      font-size: 30px;
      color: #eca300;
      background-color: black;
      width: 60px;
      height: 40px;
      display: flex;
      justify-content: center;
      align-items: center;
      border-radius: 5px;
  }
  .accordion-item{
      border-radius: 0 !important;
  }
  
  button.btn.btn-link.collapsed i {
      transform: rotate(0deg);
  }
  
  button.btn.btn-link i {
      transform: rotate(180deg);
      transition: 0.5s;
  }
.accordion a{
    color: #fff;
    width: 100%;
}
.accordion-button{
    color: #41c363;
    background-color: #000;    
}
.accordion-header .accordion-button:not(.collapsed) a span{
    color: #41c363;    
}

li.pb-3 .accordion-button::after {
    display:none ;
}

.accordion-button:not(.collapsed) a.link-active span, .accordion-button:not(.collapsed) a.link-active i {
    color: #41c363 !important;
}

.accordion-button.collapsed a {
    color: #fff !important;
}

.accordion-button:focus {
    box-shadow: none !important;
}

.accordion-button:not(.collapsed) {
    box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 #000;
    background-color: #000;  
}
.collapse.show {
    visibility: visible;
    color: #fff !important;
}
.accordion ,.accordion-item, .accordion-header,.accordion-button,.accordion-body{
    border-radius: 0 !important;
}

.accordion-button {
    background-color: #212529 !important;
    color: #fff;
}
.accordion-item {
    color: var(--bs-accordion-color);
    background-color: #000000 !important;
    border: var(--bs-accordion-border-width) solid #212529;
}
.accordion{
    
    --bs-accordion-border-radius: 0rem !important;
}
.accordion-button.collapsed {
    background: blue
}
.accordion-button.collapsed::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e") !important;
}
.accordion-button::after {
    background-image: url(assets/img/angle-down-custom.svg) !important;
}

  #sidebar {
    overflow: hidden;
    z-index: 3;
}
#sidebar i {
    margin-right: 6px;
}
.SubMenuulli li .collapsed {
    color: #fff !important;
}
.SubMenuulli li {
    color: #41c363;
}
#sidebar .collapsed i {
    transform: rotate(180deg) !important;
}
#sidebar i {
    transform: rotate(180deg) !important;
}
#sidebar .accordion-button .iot-page-overview{
     background-image: url(assets/img/vector_smart_object1.svg);
    background-repeat: no-repeat;
    padding: 0 46px;
}
#sidebar .accordion-button .iot-page-concepts{
     background-image: url(assets/img/feature_list.svg);
    background-repeat: no-repeat;
    padding: 0 46px;
    height: 28px;
}
#sidebar .accordion-button .iot-page-sdk{
     background-image: url(assets/img/device_connectivity.svg);
    background-repeat: no-repeat;
    padding: 0 46px;
    height: 28px;
}
#sidebar .accordion-button .iot-page-git-resource{
    background-image: url(assets/img/git-resource.svg);
   background-repeat: no-repeat;
   padding: 0 46px;
   height: 28px;
}
#sidebar .accordion-button .iot-page-quick-start{
     background-image: url(assets/img/getting_started.svg);
    background-repeat: no-repeat;
    padding: 0 46px;
    height: 28px;
}
#sidebar .accordion-button .iot-page-rest-api{
     background-image: url(assets/img/connectivity_approach.svg);
    background-repeat: no-repeat;
    padding: 0 46px;
    height: 28px;
}
#sidebar .accordion-button .iot-page-device-onboarding{
     background-image: url(assets/img/message_data_structure.svg);
    background-repeat: no-repeat;
    padding: 0 46px;
    height: 28px;
}
#sidebar .accordion-button .iot-page-user-manuals{
     /* background-image: url(assets/img/prebuild_sdk.svg); */
     background-image: url(assets/img/User-Manual.svg);
    background-repeat: no-repeat;
    padding: 0 46px;
    height: 28px;
}
#sidebar .accordion-button .iot-page-resources{
     background-image: url(assets/img/resource.svg);
    background-repeat: no-repeat;
    padding: 0 46px;
    height: 28px;
}
.left-sidebar-link.link-active{
	color: #41c363 !important;
}
blockquote {
    margin: 21px 0 21px;
    padding: 15px 30px;
    position: relative;
    background: #ebf1ee;
    border-left: 5px solid #46b289;
    width: 100%;
}
pre {
    background: #eee;
    font-family: "Courier 10 Pitch", courier, monospace;
    line-height: 1.6;
    margin-bottom: 1.2em;
    max-width: 100%;
    overflow: auto;
    padding: 7px 15px !important;
/* 	width: 75%; */
}
.pom-small-grey {
    background: url(https://help.iotconnect.io/wp-content/themes/helpdesk/assets/images/print-icon.svg) no-repeat center center;
    height: 30px;
    width: 30px;
    display: inline-block;
}
.fixedwidth{
	width: 75%;
	word-break: break-word;
}
#sidebar.sticky {

   	position: sticky;

}
.wrapper {
	width: 100%;
}
#content {
    width: 80%;
}
.sidebar {
    min-width: 20%;
    max-width: 20%;
}
.hideLeftSidebarIcons.accordion-button::after{
	display: none;
}
.textlight a {
	color: #998f8f !important;
	padding-bottom: 5px;
}
#demo4 a{ color: #6a6363 !important; }
#demo4 .left-sidebar-link.link-active {
    color: #41c363 !important;
}
.opblock-tag {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.opblock-tag-section {
    border: 1px solid #ddd;
    padding: 7px 10px 0;
    margin-bottom: 6px;
}

.opblock-tag-section button {
    border: none;
    background: transparent;
}

.opblock-tag a {
    color: #333;
}

.opblock-summary-get .opblock-summary-method {
    background: #61affe;
    padding: 2px;
    border-radius: 2px;
    font-weight: 500;
    color: #fff;
    max-width: 50px;
    width: 50px;
    font-size: 12px;
    display: inline-block;
    text-align: center;
    margin: 0 19px 0 0;
}

.opblock-summary-post .opblock-summary-method {
    background: #49cc90;
    padding: 2px;
    border-radius: 2px;
    font-weight: 500;
    color: #fff;
    max-width: 50px;
    width: 50px;
    font-size: 12px;
    display: inline-block;
    text-align: center;
    margin: 0 19px 0 0;
}

.opblock-summary-put .opblock-summary-method {
    background: #fca130;
    padding: 2px;
    border-radius: 2px;
    font-weight: 500;
    color: #fff;
    max-width: 50px;
    width: 50px;
    font-size: 12px;
    display: inline-block;
    text-align: center;
    margin: 0 19px 0 0;
}

.opblock-summary-delete .opblock-summary-method {
    background: #f93e3e;
    padding: 2px;
    border-radius: 2px;
    font-weight: 500;
    color: #fff;
    max-width: 50px;
    width: 50px;
    font-size: 12px;
    display: inline-block;
    text-align: center;
    margin: 0 19px 0 0;
}

.opblock-summary-description {
    margin-top: 8px;
}

.auth-container code {
    color: #41c363;
}

.auth-container .wrapper p {
    margin-bottom: 0;
}
.auth-btn-wrapper .btn.authorize{
    background: #41c363;
	border-radius: 0;
	color: #fff;
	font-weight: 500;
	margin: 10px 10px 10px 0;
}
.auth-btn-wrapper .btn.btn-done{
    background: #c3414d;
	border-radius: 0;
	color: #fff;
	font-weight: 500;
	margin: 10px 10px 10px 0;
}
#demo5 a {
 color: #a9a1a1 !important;
}
.modal-ux{
	position: fixed;
    z-index: 1;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgb(0 0 0 / 80%);
}
.modal-dialog-ux{
	  background-color: #fefefe;
  margin: auto;
  border: 1px solid #888;
  width: 35%;
}
.modal-ux-header{
	display:flex;
	justify-content:space-between;
	padding: 20px 15px 10px 15px;
	border-bottom: 1px solid #ddd;
}
.modal-ux-content{
	
	padding: 20px 15px 10px 15px;
}
.modal-ux-header button{
	background: transparent;
    border: none;
}
.modal-ux-content .auth-btn-wrapper{
	    display: flex;
    justify-content: end;
    margin-top: 22px;
}
.modal-ux-content .wrapper p,.modal-ux-content .wrapper label{
	font-weight: 500;
}
.modal-ux-content .wrapper{
	display: flex;
	    margin-bottom: 5px;
}
.modal-ux-content .wrapper input{
	width : 100%;
}
.modal-ux-content .wrapper label{
	width : 12%;
}
.modal-ux-content .wrapper code{
	margin-left: 25px;
}
.authorize.unlocked{
	    background: #ddd;
    border-radius: 0;
    margin: 0px 0 18px 0;
}
/* ************* Sectionimg  ******** */
.sectionimg{
    position: relative;
    background: url(https://help.iotconnect.io/wp-content/themes/helpdesk/assets/images/home-banner-image.jpg) no-repeat center center;
    background-size: cover;
    padding: 15px 0 60px;
    min-height: 480px;
    display: flex;
    align-items: center;
}
.sectionimg::before{
    width: 32px;
    height: 17px;
    content: '';
    position: absolute;
    background: #ffffff;
    bottom: -1px;
    left: 0;
    right: 0;
    margin: auto;
    clip-path: polygon(50% 25%, 0% 100%, 100% 100%);
    -webkit-clip-path: polygon(50% 25%, 0% 100%, 100% 100%);
}
.header-left{
    position: relative;
    z-index: 999;
}
.header-left h1 {
    position: relative;
    z-index: 1;
    display: inline-block;
    font-size: 36px;
    padding: 21px 45px 21px 18px;
    color: #000000;
}
.header-left h1::after{
    content: '';
    position: absolute;
    background: #41c363;
    top: 0;
    bottom: 0;
    left: -60px;
    right: 0;
    z-index: -1;
    clip-path: polygon(0 0, 100% 0, 96% 100%, 0% 100%);
    -webkit-clip-path: polygon(0 0, 100% 0, 96% 100%, 0% 100%);
}
.header-left .subhead{
    font-size: 24px;
    color: #fff;
} 
.guide-left-section{
    padding: 100px 60px 0;
}
.guide-left h2 {
    font-size: 70px;
    line-height: 1.2;
    padding: 95px 0px 20px;
    margin: 0;
}
.guide-left h4 {
    font-size: 34px;
    line-height: 1.3;
    text-transform: uppercase;
    padding-bottom: 25px;
    padding-top: 30px;
    display: inline-block;
    position: relative;
}
.guide-left h4:after {
    content: '';
    width: 90%;
    height: 6px;
    background-color: #41c363;
    position: absolute;
    left: 0;
    bottom: 0;
}
.guide-left p {
    width: 80%;
    font-size: 16px;
    color: #000;
    line-height: 1.2;
    margin-top: 55px;
    font-family: Arial, Helvetica, sans-serif;
}
.module-icon{
        width: 70px;
    height: 70px;
    display: block;
    margin: 0 auto;
    transition: all ease-in-out 0.1s !important;
}
.iot-page-overview1 {
    background-image: url(https://help.iotconnect.io/wp-content/themes/helpdesk/assets/images/iot-connect-overview-icon.svg);
    background-size: 100% auto;;
    background-repeat: no-repeat;
    background-position: center;
}
.sec2{
    padding: 90px 60px 0;
}
.cardiot .card:after {
    content: '';
    position: absolute;
    width: 6px;
    background: #41c363;
    left: 0;
    top: 0;
    bottom: 0;
}
.iot-page1 {
    background-image: url(https://stage-docs.iotconnect.io/wp-content/themes/iotconnect/assets/img/black/overview.svg);
    background-size: 100% auto;;
    background-repeat: no-repeat;
    background-position: center;
}
.iot-page2 {
    background-image: url(https://stage-docs.iotconnect.io/wp-content/themes/iotconnect/assets/img/black/message_data_structure.svg);
    background-size: 100% auto;;
    background-repeat: no-repeat;
    background-position: center;
}
.iot-page3 {
    background-image: url(https://stage-docs.iotconnect.io/wp-content/themes/iotconnect/assets/img/black/prebuild_sdk.svg);
    background-size: 100% auto;;
    background-repeat: no-repeat;
    background-position: center;
}
.iot-page4 {
    background-image: url(https://stage-docs.iotconnect.io/wp-content/themes/iotconnect/assets/img/black/connectivity_approach.svg);
    background-size: 100% auto;;
    background-repeat: no-repeat;
    background-position: center;
}
.iot-page5 {
    background-image: url(https://stage-docs.iotconnect.io/wp-content/themes/iotconnect/assets/img/black/getting_started.svg);
    background-size: 100% auto;;
    background-repeat: no-repeat;
    background-position: center;
}
.iot-page6 {
    background-image: url(https://stage-docs.iotconnect.io/wp-content/themes/iotconnect/assets/img/black/device_connectivity.svg);
    background-size: 100% auto;;
    background-repeat: no-repeat;
    background-position: center;
}
.iot-page7 {
    background-image: url(https://stage-docs.iotconnect.io/wp-content/themes/iotconnect/assets/img/black/feature_list.svg);
    background-size: 100% auto;;
    background-repeat: no-repeat;
    background-position: center;
}
.iot-page8 {
    background-image: url(https://stage-docs.iotconnect.io/wp-content/themes/iotconnect/assets/img/black/resource.svg);
    background-size: 100% auto;;
    background-repeat: no-repeat;
    background-position: center;
} 

.iot-page9 {
background-image: url(https://stage-docs.iotconnect.io/wp-content/themes/iotconnect/assets/img/black/Update.png);
background-size: 100% auto;
background-repeat: no-repeat;
background-position: center;
}

.iot-page10{
    background-image: url(https://stage-docs.iotconnect.io/wp-content/themes/iotconnect/assets/img/black/platform-status.svg);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center;
}

#sidebar .accordion-button .iot-page-product-updates{
    background-image: url(assets/img/product-update-menu-icon.svg);
    background-repeat: no-repeat;
    padding: 0 46px;
    height: 28px;
}

 

#sidebar .accordion-button .iot-page-platform{
    background-image: url(assets/img/platform-status-menu-icon.svg);
    background-repeat: no-repeat;
    padding: 0 46px;
    height: 28px;
}   

#content .sticky { 
	position : sticky;
}

::-webkit-scrollbar {
	width: 5px;
	height: 6px; 
}
::-webkit-scrollbar-track {
	background-color: #fff;
 	-webkit-border-radius: 10px;
 	border-radius: 10px;
}
::-webkit-scrollbar-thumb {
	-webkit-border-radius: 10px;
	 border-radius: 10px;
	background: #41c363;
}

/*BOF New Style**************************/
.opblock-tag-section .opblock-tag{display:block;width:100%;position:relative;margin:0 -10px 10px -10px;padding:0 10px;box-sizing:content-box;}
.opblock-tag-section.is-open .opblock-tag{border-bottom:#dddddd solid 1px;padding-bottom:5px;}
.opblock-tag-section .opblock-tag .markdown{font-size:14px;padding:5px 0 0 0;}
.opblock-tag-section .opblock-tag .expand-operation{position:absolute;top:6px;right:0;}
.opblock-tag-section .opblock .opblock-summary{display:flex;align-items:center;position:relative;}
.opblock-tag-section .opblock.is-open .opblock-summary{margin-bottom:10px;}
.opblock-tag-section .opblock .opblock-summary .opblock-summary-description{margin:0 10px;font-weight:600;}
.opblock-tag-section .opblock .opblock-summary .authorization__btn{position:absolute;right:-14px;top:-9px;}
.opblock-tag-section .opblock .opblock-summary .authorization__btn svg{width:15px;}
.table-container .parameters{border:#dddddd solid 1px;background-color:#ffffff;}
.table-container .parameters th{background:#ebeff3;padding:10px;border:#ddd solid 1px;}
.table-container .parameters td{border:#dddddd solid 1px;padding:10px;}
.opblock-section-header label{display:flex;align-items:center;margin-bottom:20px;}
.opblock-section-header label span{margin-right:10px;}
.responses-inner .responses-table{border:#dddddd solid 1px;background-color:#ffffff;}
.responses-inner .responses-table thead td{background:#ebeff3;padding:10px;color:#333;font-weight:700;border:#dddddd solid 1px;}
.responses-inner .responses-table tbody td{border:#dddddd solid 1px;padding:10px;}
.models{border:1px solid #ddd;padding:10px;}
.models.is-open h4{border-bottom:#ddd solid 1px;box-sizing:content-box;margin:0 -10px;padding:0 10px 10px 10px;}
.models h4{display:flex;align-items:center;justify-content:space-between;padding:0;margin:0;}
.inner-object .model td{border:#dddddd solid 1px;padding:10px;}
.opblock{border-style:solid;border-width:1px;border-radius:6px;margin-bottom:5px;padding:5px;cursor:pointer;}
.opblock.opblock-get{border-color:#61affe;background-color:#8ec6ff33;}
.opblock.opblock-post{border-color:#49cc90;background-color:#49cc901a;}
.opblock.opblock-delete{border-color:#f93e3e;background-color:#f93e3e1c;}
.opblock.opblock-put{border-color:#fca130;background-color:#fca13024;}
/*EOF New Style**************************/

.bg-transparent {
	background-color: transparent!important;
}

.d-plex .accordion-button a{
	color: #FFFFFF;
}
button.list-group-item.accordion-button {
    color: #fff;
}

.list-group-item.accordion-button a{color: #fff !important; }
.pb-3 .accordion-button:not(.collapsed) a {color: #FFFFFF !important;}
.capabilities-img {margin-bottom: 2em;}

.checked-mark {
    background: #41c363 url(./assets/img/right-tick-white-icon.svg) no-repeat center center;
    width: 17px;
    height: 17px;
    display: inline-block;
    vertical-align: -3px;
    border-radius: 3px;
    background-size: 15px;
}

.checked-mark.uncheck {
    background: #000 url(./assets/img/unchecked-white-icon.svg) no-repeat center center;
}

.legend-outer-wrapper {
  display: flex;
  justify-content: right;
    margin-bottom: 5px;
}
.legend-wrapper {
  display: flex;
  align-items: center;
}
.legend-item {
  display: inline-flex;
  align-items: center;
  margin-right: 20px; /* Adjust the spacing between items as needed */
}

.legend-icon img {
  width: 20px; /* Adjust the image size as needed */
  height: 20px;
  margin-right: 5px; /* Adjust the spacing between icon and text */
}

.release-note-environments-desc{ padding-left:50px }
#content .card.rounded-0 {
    height: 100%;
}

@media (max-width:1440px){
	.cardiot .card{
		height: 55vh;
	    overflow: auto;
	}
}
@media (min-width:1200px) {
  .cardiot .card img{
      width: 50%;
  }
}
@media only screen and (max-width : 1024px) {
    .western img { 
        width: 10% !important;
    }
}
@media only screen and (min-width : 1024px) {
    .western img { 
        width: 4% !important;
    }
}
@media (max-width:768px) {
    #sidebar {
        min-width: 35px;
        max-width: 80px;
        overflow-y: auto;
        overflow-x: visible;
        transition: all 0.25s ease;
        transform: translateX(-45px);
        position: relative;
    }
    #sidebar.show {
        transform: translateX(0);
    }
    #sidebar::-webkit-scrollbar{ width: 0px; }
    
    #sidebar, #sidebar .list-group {
        min-width: 1px;
        overflow: visible;
    }
    
    #sidebar .accordion-header {
        text-align: center;
        padding: .75rem 1.5rem;
    }
   
    .accordion-collapse.show{
        position: relative;
        z-index: 1;
        width: 190px;
        top: 0px;
        color: #fff;
        background: rgb(51, 51, 51);
    }
    .title1 img{
        margin: 0 20px;
    }
    #sidebar .accordion-header {
        text-align: center;
        padding-left: 17px !important;
        padding: 0;
    }
    .accordion-button::after {
        display: none;
        }
    .accordion-item .accordion-header img{
        margin-left: -13px !important;
    }
	.fixedwidth{
		width:100%;
	}
	.sidebar {
		min-width: 80px;
		max-width: 80px;
	}
	.homeheight .card {
	    height: auto !important;
	    overflow: auto;
	}
	#content .card.rounded-0 {
    	height: 300px;
	}
}

@media (max-width:438px) {
    .titleh3{
        margin-top: 15px;
    }
    .section1{
    height: 30vh;
    }
    .title1 img{
        margin: 0 20px;
    }
    #sidebar .accordion-header {
        text-align: center;
        padding-left: 17px !important;
        padding: 0;
    }
    .accordion-button::after {
        display: none;
        }
    .accordion-item .accordion-header img{
        margin-left: -13px !important;
    }
    .navbar-brand{
        width: 50% !important;
    }
	    .opblock-tag {
        display: flex;
        justify-content: space-between;
        width: 100%;
    }

    .opblock-tag-section {
        border: 1px solid #ddd;
        padding: 7px 10px 0;
        margin-bottom: 6px;
    }

    .opblock-tag-section button {
        border: none;
        background: transparent;
    }

    .opblock-tag a {
        color: #333;
    }

    .opblock-summary-get .opblock-summary-method {
        background: #61affe;
        padding: 2px;
        border-radius: 2px;
        font-weight: 500;
        color: #fff;
        max-width: 50px;
        width: 50px;
        font-size: 12px;
        display: inline-block;
        text-align: center;
        margin: 0 19px 0 0;
    }

    .opblock-summary-post .opblock-summary-method {
        background: #49cc90;
        padding: 2px;
        border-radius: 2px;
        font-weight: 500;
        color: #fff;
        max-width: 50px;
        width: 50px;
        font-size: 12px;
        display: inline-block;
        text-align: center;
        margin: 0 19px 0 0;
    }

    .opblock-summary-put .opblock-summary-method {
        background: #fca130;
        padding: 2px;
        border-radius: 2px;
        font-weight: 500;
        color: #fff;
        max-width: 50px;
        width: 50px;
        font-size: 12px;
        display: inline-block;
        text-align: center;
        margin: 0 19px 0 0;
    }

    .opblock-summary-delete .opblock-summary-method {
        background: #f93e3e;
        padding: 2px;
        border-radius: 2px;
        font-weight: 500;
        color: #fff;
        max-width: 50px;
        width: 50px;
        font-size: 12px;
        display: inline-block;
        text-align: center;
        margin: 0 19px 0 0;
    }

    .opblock-summary-description {
        margin-top: 8px;
    }

    .auth-container code {
        color: #41c363;
    }

    .auth-container .wrapper p {
        margin-bottom: 0;
    }
    .auth-btn-wrapper .btn.authorize{
        background: #41c363;
    border-radius: 0;
    color: #fff;
    font-weight: 500;
    margin: 10px 10px 10px 0;
    }
    .auth-btn-wrapper .btn.btn-done{
        background: #c3414d;
    border-radius: 0;
    color: #fff;
    font-weight: 500;
    margin: 10px 10px 10px 0;
    }
    .guide-left-section{
        padding: 0;
    }
    .guide-left h2 {
        font-size: 40px;
    }
    .header-left h1 {
        padding: 21px 21px 21px 18px;
    }
    .sec2 {
        padding: 0;
    }
}
@media screen and (max-width: 1478px) {
    .accordion a { 
        font-size: 14px !important;
    }
}
.w-100{
    width: 100%;
}

.enlighter-t-dracula.enlighter-v-codegroup .enlighter-codegroup-switch .enlighter-btn.enlighter-active{background-color:#000!important;color:#f8f8f2!important;border-radius:0}
.enlighter-t-dracula.enlighter-v-codegroup .enlighter-codegroup-switch .enlighter-btn{border-radius:0!important;padding:8px 29px!important;color:#000!important;position:relative!important;background-color:#00000017!important;margin:0!important;border-right:1px solid #282a361a !important}
.enlighter-btn.enlighter-active:after{content:"";position:absolute;width:0;height:0;border-left:9px solid transparent;border-right:9px solid transparent;border-top:9px solid #000;position:absolute;top:32px;left:43px}
.enlighter-t-dracula.enlighter-v-codegroup .enlighter-codegroup-switch{position:absolute;top:-48px;background-color:transparent!important;padding:16px 0!important}
.enlighter-code{padding:15px 0 10px 0;}
.enlighter-default{margin:0 0 20px!important;margin-top:45px!important}
h2.mb-4.mt-3.git-resource-title,h3.mb-4.mt-3.git-resource-title{padding-bottom:.5em;border-bottom:1px solid #ccc}
img.gitinnerimage{padding-top:16px;margin-bottom:25px}
ul.gitavnetLinks li code {margin-top: 10px !important;margin-bottom: 10px !important;display: inline-block;}


.product_updates h4 {
    font-size: 18px;
    color: #000000;
    font-weight: bold !important;
}
.product_updates .table-responsive {
    min-height: .01%;
    overflow-x: auto;
}
.product_updates .table tr:nth-child(odd) {
    background-color: #ffffff;
}
.product_updates .table tr:nth-child(even) {
    background-color: #ffffff;
}
.product_updates .table>tbody>tr>th{
    border-top: 1px solid #000000;
    line-height: 1.42857143;
    vertical-align: top;
    background-color: #d2d2d2;
    color: #000000;
    text-align: left;
    padding: 10px!important;
}
.product_updates .table tr td {
    border-top: 1px solid rgba(222, 226, 230, 0.9) !important;
}
.product_updates .table {
    border: 1px solid #000000;
    color: #000;
    font-size: 14px;
    line-height: 2;
    margin: 0 0 26px;
    width: 100%;
}
.b-right {
    border-right: 1px solid #ccc;
}
h4.fw-bold.mb-4.text-dark {
    font-size: 17px;
}
.ppformate span {
    font-size: 14px;
}
.release-content {
    margin-top: 10px;
    margin-bottom: 20px;
}
.homeheight .card {
    min-height: 22em;
}
.tabs-details{
    display: none;
}
.tabs-details.active{
    display: flex;
}
.tabs-links.active{
    border-bottom: 4px solid #e5e5e5;
}
.tabs-links {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0px 10px;
    border-bottom: 4px solid transparent;
}
.tabs-links img{
    width: auto;
    height: auto;
    max-height: 40px;
    max-width: 100px;
}
.sdk-folder .card .bg-light {
    border-radius: 0px 0px 7px 7px;
}
.homeheight .card {
    height: 21em;
}

/* Multiple Card CSS */
.card-new1 .card.rounded-0 {
    height: auto !important;
}

.card-new1 p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.card-new2 .card.rounded-0 {
    height: auto !important;
}

.card-new1 .card:after,.card-new2 .card:after,.card-new3 .card:after {
    content: '';
    position: absolute;
    width: 6px;
    background: #41c363;
    left: 0;
    top: 0;
    bottom: 0;
}
.card-new3 {
   width: auto;
   height: auto;
}
.card-new3 .card.rounded-0 {
    width: auto;
}
/* Multiple Card CSS */


/* FAQs CSS 12 JAN 2024 */
.display-faq-section .collapsible-panels:first-child {
	border-top: 1px solid #d2d2d2;
}
.display-faq-section .collapsible-panels {
	border-bottom: 1px solid #d2d2d2;
	border-right: 1px solid #d2d2d2;
	border-left: 1px solid #d2d2d2;
	background-color: transparent;
	margin-bottom: 0 !important;
	padding: 0;
}
.display-faq-section .collapsible-panels h4 {
    padding-right: 35px;
    padding-left: 20px;
    font-size: 18px !important;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    position: relative;
    margin-bottom: 0;
    line-height: 32px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 0px;
}
.display-faq-section .collapsible-panels h4 a {
	color: #000 !important;
}
.display-faq-section .collapsible-panels.active h4 {
	font-family: "ApercuPro-Bold-Web";
}
.display-faq-section .collapsible-panels h4:before {
	font-size: 30px !important;
	content: "\f107" !important;
	padding-right: 10px;
	font-family: 'FontAwesome';
	color: #9C9C9C;
	position: absolute;
	right: 10px;
	top: 10px;
	font-weight: 300;
	left: inherit;
	background-image: none;
}
.display-faq-section .collapsible-panels.active h4:before {
	content: "\f106" !important;
	color: #000 !important;
}
.display-faq-section .collapsible-panels .entry-content {
	padding: 20px;
	border-radius: 0;
}
.display-faq-section .collapsible-panels .entry-content p {
	font-size: 16px;
	line-height: 24px;
	padding-bottom: 0;
}
.display-faq-section .collapsible-panels.active {
	margin-top: -1px;
}
.display-faq-section .collapsible-panels .entry-content p a:hover {
	color: #000 !important;
}
.col-md-8.col-sm-8 {
	flex: 1;
}
.collapsed i{
	rotate: 180deg;
}
.accordion-button i{
	font-size: 32px;
}
.accordion-button:not(.collapsed) {
    color: #41c363 !important;
}
.panel-title .collapsed  {
    color: #fff!important;
}
.margin-30 {
	margin-top:40px;
}
/* FAQs CSS 12 JAN 2024 */
.new-accordion .accordion-item{
color: var(--bs-accordion-color) !important;
background-color: var(--bs-accordion-bg) !important;
    border: var(--bs-accordion-border-width) solid var(--bs-accordion-border-color) !important;
}
.new-accordion .accordion-button {
    background-color: #fff !important;
    color: #333 !important;
}
.accordion.new-accordion{
border: 1px solid #ddd !important;
}
.new-accordion .collapse.show {
    visibility: visible;
    background: #fff !important;
    color: #000 !important;
}
.new-accordion .accordion-button.collapsed::after {
    background-image: url(assets/img/colorkit.svg) !important;
    color: #333 !important;
}
.new-accordion br, .new-accordion h2.accordion-header br{
    display: none !important;
}
.new-accordion .accordion-body a{
    color: blue !important;
    font-size: 16px !important;
}
.new-accordion h2.accordion-header button {
    font-weight: 500;
    color: #000 !important;
}
.new-accordion .accordion-button:not(.collapsed) {
    color: #41c363 !important;
    border-bottom: 1px solid #dee2e6 !important;
    box-shadow: none;
}
.page-id-5 ul li.faqmenu {
    display: none;
}
.syncTime {
    text-align: right;
}
.healthTable td {
    border: 1px solid #ccc;
    text-align: center;
    padding: 5px 0px;
}
.healthTable tr {
    border: 1px solid #ccc;
}
.agenda {
    display: flex;
    justify-content: end;
    gap: 20px;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 10px;
}
.agenda_box {
    display: flex;
    align-items: center;
}
.agenda_box img {margin-right: 10px;}

/*** css added for search 11-03-2026*/
@media (min-width: 992px) {
    .navbar-expand-lg .navbar-collapse { 
        flex-grow: inherit;
    } 
     .header-search-icon{
   width:23% !important; 
}
}
@media (max-width: 992px) {
   
    .header-search-icon{
   width:30%;
    position: relative;
}
}
@media (min-width: 768px) {
      .header-search-icon{
   width:33%;
    position: relative;
    top: -14px;
}
    .header-search-icon .form-control-feedback{ 
    position: relative;
    top: 27px;
    z-index: 9;
    left: 10px;
}
 
.header-search-icon .form-control{
    padding-left: 2.375rem;
}
  
}

.wpb_wrapper_hover:hover {
    border-radius: 0px;
    background: #fff !important;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
    transition: background-color ease-in-out 2.3s !important;
}

@media (max-width: 768px) {
    .header-search-icon {
        width: 7%;
        position: relative;
        height: 24px; 
        top: 0;
        margin-right: 12px;
        margin-left: auto;
    }
    .header-search-icon .form-control-feedback {
        position: relative;
        z-index: 9;
        top: 0px;
    }
    .header-search-icon .form-control {
        width: 0px !important;
        opacity: 0;
        outline: none;
        transition: 0.4s;
        padding: 0;
     }
     .header-search-icon.active .form-control-feedback {
        top: 2px;
     }
     .header-search-icon.active .form-control {
        width: 250px !important;
        opacity: 1;
        position: absolute;
        right: -5px;
        top: -6px;
        transition: 0.4s;
        padding: 5px 40px 5px 5px;
    }
}
@media (max-width: 500px) {
    .navbar-brand {
        width: 50% !important;
    }
}
.nav-tabs .nav-link.active{
border-top: 4px solid #41c363;
}
.tab-content  {
    border: 1px solid #dee2e6;
    border-top: 0px;
}
ol { 
    padding-left: 30px !important;
}
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover{  border-bottom: 0px solid transparent;}