.Header__logo img {
    max-height: 75px;
    max-width: 100%;
}

@media only screen and (min-width: 769px){
  .Header__homeNavbarFixed .Header__navbar .Header__logo img {
      max-width: 215px;
      min-height: auto;
  }
}
.Header__globalSearchAlt {
  width: 60%;
}
h1.Header__searchTitle {
  font-size: 52px;
  font-weight: bold;
  margin-bottom: 8px;
}
.text_blue{
  color:#00a3f9;
}
h2.Header__subTitle {
  text-align: center;
  font-size: 36px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 0px;
  margin-top: 0px;
}
.ContentList__topicList {
  background-color: #fff;
  border: 0.0625rem solid rgba(0, 0, 0, 0.07);
  padding: 1.25rem;
}
/* Footer */
.addTicketFooter {
  width: 100px;
  text-align: center;
  font-size: 15px;
  font-weight: bolder;
  border-radius: 8px;
  cursor: pointer;
  padding: 5px 6px;
  margin-top: -320px;
  margin-left: 110px;
}
.footerBanner {
  margin-bottom: 145px;
}
.footerMap {
  height: 13px;
  width: 13px;
}
.button {
  border: 2px;
  border-radius: 5px;
  color: white;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  background-color: #1E367D;
  margin: 4px 2px;
  padding: 5px 6px;
  transition-duration: 0.4s;
  cursor: pointer;
  font-weight: bold;
}
.buttonFooter {
  width: 100px;
  border: 2px;
  border-radius: 5px;
  color: white;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  background-color: #1E367D;
  margin: 4px 2px;
  padding: 5px 6px;
  transition-duration: 0.4s;
  cursor: pointer;
  font-weight: bold;
}
.footer {
  display: inline-flex;
  justify-content: space-between;
  background-color: white;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 999;
  margin: 0 auto;
  max-width: 73.125rem;
  text-align: right;
}
li {
  list-style-type: none;
  text-align: left;
  padding-bottom: 10px;
}
.footer ul li a {
  color: #000;
}
.KbDetailLtContainer__articelDetail ol li, .KbDetailLtContainer__articelDetail ul li {
    list-style: decimal;
}
.headingAbout>.aboutList>li {
  margin-left: 0px;
}
.right {
  text-align: left;
}
.content {
  display: inline-block;
}
.contact,
.emailAdd,
.socialLinks {
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
}
.contactNumber,
.emailAddress {
  padding-left: 12px;
  font-size: 14px;
}
/*** Footer CSS ***/
.footer {
  padding-top: 60px;
  display: grid;
  grid-template-columns: auto;
}
.footerMap {
  margin-right: 10px;
}
.mx {
  margin: 17.20px 0px;
}
.heading b,
.heading h1 {
  text-align: left;
  line-height: 1.2;
  font-size: 20px;
}
ul.branchList,
.headingServices ul,
.headingAbout>.aboutList {
  padding-left: 10px;
}
.footer_imgs {
  width: 250px;
}
.footerLeft,
.centerLeft,
.centerRight,
.footer div.right {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}
.partner_img {
  margin-top: 20px
}
.Button__primary {
  color: #ffffff;
}
@media (min-width: 768px) {
  .footer {
    grid-template-columns: auto auto;
  }
}
@media (min-width: 992px) {
  .footer {
    grid-template-columns: auto auto auto auto !important;
  }
}
@media (max-width: 520px) {
  .addTicket {
    margin-top: 0px;
    margin-left: 15px
  }
}
@media (min-width: 521px) and (max-width: 768px) {
  .addTicket {
    margin-top: 0px;
    margin-left: 45px
  }
}
/**** Plan Css ***/
* {
  --primary: 25, 91, 255;
  --color: 44, 62, 80;
  --bg: 255, 255, 255;
  --red: 255, 0, 78;
  list-style: none;
  outline: none;
  box-sizing: border-box;
}
.widget_heading {
  text-align: center;
  padding: 10px;
  margin-bottom: 50px;
}
.widget_heading h2 {
  font-size: 32px;
  line-height: 1.2;
}
.con-items b {
  padding: 0px 4px;
  display: inline-block;
  font-size: 34px;
  text-align: center;
  margin-top: 15px;
}
span.bill_year {
  font-size: 14px;
  font-weight: 400 !important;
  display: block;
}
.con-items {
  display: flex;
  align-items: center;
  justify-content: center;
}
.con-items .item {
  width: 360px;
  background: #fff;
  box-shadow: 0px 0px 4px 2px rgb(0 0 0 / 9%);
  border-radius: 20px;
  margin: 0px;
  padding: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  transition: all .25s ease;
  position: relative;
  min-height: 252px;
}
.con-items .item:not(.color):hover {
  transform: scale(1.05);
}
..con-items item:hover .con-img {
  transform: scale(1.15);
}
.con-items .item.color:hover {
  transform: scale(1.15);
}
.con-items .con-img {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all .25s ease;
}
.con-items .con-img img {
  width: 130px;
}
.con-items .item1 {
  padding-right: 45px;
  background-color: #e7f1de;
}
.con-items .item3 {
  padding-left: 45px;
  background-color: #ffebdd;
}
.con-items .item.color {
  background: #e6f0ff;
  color: #333;
  transform: scale(1.1);
  z-index: 2;
}
.con-items .item.color li {
  color: rgba(255, 255, 255, .75);
}
.con-items .item.color li b {
  color: rgba(255, 255, 255, 1);
}
.con-items .item.color li i {
  color: rgba(255, 255, 255, 1);
}
.con-items .item .header {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
  width: 100%;
}
.con-items .item .header h3 {
  font-size: 23px;
  margin: 0px;
}
.con-items .item .header p {
  font-size: 1.2rem;
  margin: 0px;
}
.badge {
  position: absolute;
  top: 20px;
  right: 20px;
  background: #fff;
  padding: 5px 10px;
  border-radius: 12px;
  color: #0f7dbc;
  font-weight: bold;
  font-size: .85rem;
}
.con-items .item ul {
  padding: 20px 0px;
  flex: 1;
  width: 100%;
}
.con-items .item ul li {
  width: 100%;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  text-align: left;
  color: rgb(var(--color), .5)
}
.con-items .item ul li b {
  color: rgb(var(--color), 1)
}
.con-items .item ul li i {
  font-size: 1.6rem;
  margin-right: 15px;
  color: rgb(var(--color), 1)
}
.plan_btn {
  display: flex;
  justify-content: space-between;
  width: 100%;
  text-align: center;
}
.con-items .plan_btn a {
  width: 45%;    
  cursor: pointer;
  transition: all .25s ease;
}
.con-items .plan_btn a img {
  box-shadow: 0px 10px 25px 0px #0f7dbc30;
  border-radius: 50%;
  width: 50px;
}
.con-items .plan_btn a:not(.border):hover, a.app_link_url:hover, a.dsv_siteBtn:hover, .toggle-button:hover, .about_btn_link:hover {
  transform: translate(0, 5px);
  box-shadow: 0px 0px 0px 0px rgba(61, 203, 171, .35);
}
/**** Contact Widget *****/
div#contant_section {
  height: 70px;
}
div#contact_section {
  background-color: #e6f0ff;
}
.container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin-top: 30px !important;
  padding: 0 0.9375rem;
  max-width: 73.125rem;
  margin: auto;
}
.column {
  flex: 1;
  min-width: 300px;
  margin: 10px;
  box-sizing: border-box;
  padding: 20px;
}
@media (max-width: 768px) {
  .container {
    flex-direction: column;
  }
}
.fi_support_cell {
    display: flex;
    align-items: flex-start;
    height: 100%;
}
.fi_support_agent {
  width: 20%;
}
.fi_support_content {
    width: 80%;
    padding-left: 15px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
    height: 100%;
}
.fi_support_title {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 5px;
}
a.contactSupport {
  color: #0f7dbc;
  font-size: 16px;
  cursor: pointer;
  text-decoration: none;
}
.fi_support_description {
  line-height: 1.7;
  margin: 0px 0 20px;
  font-size: 18px;
}
/****** KB Page ******/
.List__postdet li,
.List__postdet {
  padding-bottom: 0px;
}
.ModuleItem__moduleDescription.emptydescription {
  display: none;
}
.KbCategory__box:nth-child(2):last-child,
.KbCategory__box:nth-last-child(2):first-child {
  width: calc(33.333333% - 0.87rem);
}
@media (max-width: 1024px) and (min-width: 768px) {
  .KbCategory__box {
    width: calc(50% - 0.65rem) !important;
  }
}
@media (max-width: 768px) {
  .KbCategory__box,
  .KbCategory__box:nth-child(2):last-child,
  .KbCategory__box:nth-last-child(2):first-child {
    width: 100%;
    margin-right: 0;
  }
}
/***** Nav bar Home  ****/
a.add_ticket_btn {
  text-align: center;
  margin: auto;
  padding: 8px 15px;
  background-color: #1d74cd;
  color: #fff;
  border-radius: 3px;
  font-weight: bold;
}
.ticket_btn {
  width: 80%;
  margin: auto;
  text-align: center;
  margin-top: 30px;
}
/*** FOoter_ btn ****/
.Button__footerBtn:hover,
.commonStyle__zt3BrandBg {
  background: #0f7dbc;
}
/***** Home Nav *****/
.Header__tabsTab.Header__active,.Header__tabsTab:hover, .LoginDetail__signin:hover, .LoginDetail__signup:hover, .Header__tabsTab.Header__active, .LoginDetail__signin.LoginDetail__active, .LoginDetail__signup.LoginDetail__active{
  border-bottom: none !important;
}
.home_nav {
  background-color: #007db8;
  padding: 0px 50px;
}
.home_nav ul.nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  justify-content: center!important;
  align-items: center;
  padding: 10px;
}
.home_nav .nav-item {
  display: block;
  padding: 0.5rem 1rem;
  list-style-type: none;
  text-align: center;
  min-width: 20%;
  padding: 5px 10px;
  border-right: 2px solid #a9a9a9;
}
.home_nav .nav-item:last-child{
  border-right: none;
}
.home_nav a.nav-link {
  color: #fff;
  font-size: 18px;
}
.AppContainer__homePage {
  margin: 0 0;
}
div#layoutContainer[data-id="home"] {
  padding-top: 0px;
}
div[data-id="home"] .li.WidgetContainer__contentList:first-child{
  padding-top: 0px
}
div[data-id="home"] li.WidgetContainer__contentList:first-child {
  display: none;
}
div[data-id="home"] li.WidgetContainer__contentList:nth-child(2) {
  margin-top: 0px;
}
.plan_btn{
  margin-top: 60px;
}
/****** Campare Price ******/
.compare_section, div#layoutContainer[data-id="home"] .popularAricles {
  margin-top: 60px !important;
}
.compare_section input[type="checkbox"], p.small_desk {
  display: none;
}
.hidden-section {
  display: none;
}
.compare_section div:has(#toggle-section:checked)~.hidden-section {
  display: block;
  margin-top:60px
}
td.standard_td h4, td.premium_td h4, td.enterprice_td h4 {
  font-size: 22px;
  margin-bottom: 0px;
}
/* Style for the button (optional) */
.toggle-button {
  cursor: pointer;
  padding: 10px 15px;
  background-color: #3498db;
  color: #fff;
  border: none;
  border-radius: 5px;
  display: inline-block;
  text-decoration: none;
}
.compare_section{
  text-align: center;
}
.plans_details table {
  border: 1px solid #ddd;
}
.plans_details table {
  border-collapse: collapse;
}
.plans_details td img {
  width: 22px;
}
.plans_details td {
  padding: 15px;        
}
.service_title{
  border-top: none !important;
}
.plans_details tr td:first-child {
  text-align: left;
  width: 20%;
  border-top: 1px solid #ddd;
  text-transform: capitalize;
}
.plans_details td:nth-child(2) {
  background-color: #11b13829;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  width: 26.33%;
}
.plans_details td:nth-child(3) {
  background-color: #00a7ff29;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  width: 26.33%;
}
.plans_details td:nth-child(4) {
  background-color: #fd471d29;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  width: 26.33%;
}
.standard_td{
  border-top: 4px solid #32b122 !important;   
}
.enterprice_td{
  border-top: 4px solid #fd471d !important;   
}
.premium_td{
  border-top: 4px solid #00a7ff !important
}
p.working_hours {
  font-size: 18px;
}p.working_hours span {
  font-size: 14px;
  font-weight: 400 !important;
}
/******** Market Place *********/
.market_grid {
  display: grid;
  align-items: stretch;
  text-align: center;
  gap: 20px;
  row-gap: 35px;
  grid-template-columns: repeat(4, 1fr);
}
.market_grid_inner:last-child {
  grid-column-start: 2;
}
.app_img {
  width: 30%;
}
.app_content {
  width: 70%;
  text-align: left;
  padding-left: 15px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.market_grid_inner {
  grid-column-end: span 2;
  padding: 25px 15px;
  border-radius: 10px;
  box-shadow: 0px 0px 12px 0px rgb(0 0 0 / 15%);
}
.market_grid_inner:hover {
  box-shadow: 0 5px 23px 2px #dedddd;
}
.market_grid_content {
  display: flex;
  justify-content: space-between;
  align-items: normal;
  align-content: stretch;
  flex-wrap: wrap;
  height: 100%;
}
.app_content h3 {
  font-size: 18px;
  margin-bottom: 0px;
  margin-top: 0px;
}
.app_img img {
  width: 120px;
}
.market_grid_content .app_content p {
  margin-bottom: 5px;
  margin-top: 5px;
}
a.app_link_url {
  cursor: pointer;
  padding: 9px 20px;
  background-color: #3498db;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  border-radius: 5px;
  margin-top: 10px;
  display: inline-block;
}
@media(max-width:768px){
  .market_grid{
    grid-template-columns: repeat(2, 1fr);
  }
}
@media(max-width:581px){
  .market_grid{
    grid-template-columns: repeat(1, 1fr);
  }
}
div#layoutContainer[data-id="home"] {
  padding-top: 0px;
  max-width: 100% !important;
}
div#layoutContainer[data-id="home"] .Layout__layout1{
  padding:0px;
}
div#layoutContainer[data-id="home"] .popularAricles, div#layoutContainer[data-id="home"] .container, div#fi_marketplace, .compare_section, .dsv_apps_section, .about_container{	
  max-width: 73.125rem;
  margin: auto;
}
h3.heading_market {
  font-size: 32px;
  line-height: 1.2;
  text-align: center;
  margin-bottom: 50px;
}
/********  Other app section *******/
.dsv_apps_section {
  margin-top: 60px;
  padding: 15px;
}
.container_box {
  text-align: center;
  padding: 30px 20px;
  border-radius: 15px;
  box-shadow: 0px 0px 12px 0px rgb(0 0 0 / 15%);
  background-color: #0098d4;
  position: relative;
}
.dsv_apps_section h2 {
  font-size: 38px;
  text-transform: capitalize;
  font-weight: bold;
  margin: 0px;
  line-height: 1.3;
  color: #fff;
}
.dsv_apps_section p {
  font-size: 18px;
  max-width: 600px;
  margin: 15px auto;
  color: #fff;
}
a.dsv_siteBtn {
  text-decoration: none;
  font-size: 16px;
  border-radius: 5px;
  margin-top: 10px;
  display: inline-block;
  color: #1498d8;
  background-color: #fff;
  padding: 9px 20px;
  border: 2px solid #fff;
}
.container_box:before {
  content: '';
  background-image: url(https://fidigital.com.au/wp-content/uploads/2024/01/bg_img_desk.jpg);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.1;
  z-index: 1;
}
.row_box {
  z-index: 2;
  display: block;
  position: relative;
}
div#about_us_section, div#fi_marketplace, div#support_plan {
  padding-top: 5.375rem;
}
/***** About us ******/
h3.heading_training {
  font-size: 32px;
  line-height: 1.2;
  text-align: left;
  margin-bottom: 20px;
}
.about_row {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-right: -15px;
  margin-left: -15px; 
  align-items: center;
}
.about_col_6{
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
a.about_btn_link {
  cursor: pointer;
  padding: 9px 20px;
  background-color: #3498db;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  border-radius: 5px;
  margin-top: 10px;
  display: inline-block;
}
.about_img {
  text-align: center;
}
img.about_img_a {
  width: 80%;
}
.about_col_6 h2 {
  font-size: 20px;
  margin-top: 10px;
}
.about_col_6 h4 {
  color: #626262;
  font-weight: 500;
  margin: 0px;
  line-height: 1.2;
  font-size: 18px;
}
@media (min-width: 768px){
  .about_col_6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }  
}
html {
  scroll-behavior: smooth;
}
div[data-id="home"] li.WidgetContainer__contentList{
  margin-top: 0px !important;
}
/****** KB Detail Page *******/
.kb_post_content ul li {
  list-style: disc;
  padding-bottom: 5px;
}
.container.kb_post_content {
    margin-top: 0px !important;
}
.KbDetailLtContainer__detailHeader {
    font-size: 32px;
    line-height: 1.4;
}
portal.articleDetail main#mainContainer {
    background-color: #f3f5f7;
}
portal.articleDetail div#layoutContainer {
    background-color: transparent;
}
portal.articleDetail .Layout__layout1 {
    background-color: #fff;
    padding-top: 15px !important;
    padding-bottom: 15px !important;
}
.ScrollSticky__type2{
	background-color: transparent !important;
}
.keyFeatures{
    padding: 20px;
    background-color: #20809d;
    color: #fff;
}
.keyFeatures h3 {
    margin-bottom: 0px;
}
.AppContainer__container, .Layout__oneColumn, .Layout__twoColumn, .Layout__twoColumn2, .Layout__twoColumnReverse, .Header__container{
    max-width: 80.125rem;
}
.commonStyle__rightPanelDetail .ContentList__topicList {
    background-color: transparent;
    border: none;
    padding: 0px;
    padding-left: 10px;
}
.Footer__footerBg {
    background: #ededed;
}
.installation_steps {
    margin-bottom: 40px;
}
.KbDetailLtContainer__articelDetai table{
	margin-top: 30px;
  	margin-bottom: 30px
}
.ticket_create_video {
    max-width: 73.125rem;
    margin: auto;
}
.ticket_create_heading{
    font-size: 32px;
    line-height: 1.2;
  	text-align: center;
}
.compare_section{
  display:none;
}
