.mb-0{
  margin-bottom: 0;
}
.font-size-14{
  font-size: 14px;
}
.mt-8{
  margin-top: 8px !important;
}
.fc--button-blue {
  bottom: 13px !important;
}

html {
  scroll-behavior: smooth;
}

.fc--device-container .fc--device-column {
  width: calc(100% / 3 - 20px) !important;
}

.tab {
  overflow: hidden;
  border-bottom: 1px solid #ccc;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 15px;
  /* border: 1px solid #ccc;
background-color: #f1f1f1; */
}

/* Style the buttons inside the tab */
.tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 30px;
  transition: 0.3s;
  /* font-size: 17px; */
  color: rgba(0, 0, 0, .5);
  font-family: Montserrat, sans-serif !important;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 14px;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #fff;
}

/* Create an active/current tablink class */
.tab button.active {
  /* background-color: #ccc; */
  background-color: #fff;
  border-bottom: 3px solid #0093ee;
  color: #0093ee;
}

/* Style the tab content */
.tabcontent {
  display: none;
  padding: 6px 12px;
  -webkit-animation: fadeEffect 1s;
  animation: fadeEffect 1s;
  width: 100%;
}

/* Fade in tabs */
@-webkit-keyframes fadeEffect {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeEffect {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.fc--middle-container {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.f-no-bg {
  padding-left: 20px;
  padding-right: 0;
}

.f-image-gallery .f-flex-col {
  flex: 1 1 calc(34% - 30px);
  box-sizing: border-box;
  min-width: calc(34% - 30px) !important;
  max-width: calc(34% - 30px) !important;
  margin: 0 !important;
  margin: 10px !important;
  display: flex;
  position: relative;
  /* width: 29% !important;
min-width: auto !important;
max-width: none !important;
float: left;
margin-right: 23px !important; */
}

.f-image-gallery .f-flex-col .f-card-style {
  box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 15%);
  position: relative;
  background: #fff;
  /* border: 1px solid #ccc; */
  text-align: left;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.f-image-gallery .f-flex-col .f-card-style:hover {
  /* border: 1px solid #0093ee; */
}

.fc--middle-container {
  background: #f6f6f6;
  box-shadow: none;
}

.tabcontent {
  flex-flow: row wrap;
  box-sizing: border-box;
  display: flex;
  place-content: stretch flex-start;
  align-items: stretch;
  max-height: 100%;
  margin-left: -12px;
  margin-right: -12px;
  padding-right: 0;
}

.f-image-gallery .photo {
  min-height: 80px !important;
  padding-left: 12px;
  margin-bottom: 0;
  padding-top: 5px;
}

.f-image-gallery .discription-text {
  padding-top: 0;
  padding-bottom: 0;
  font-size: 14px;
  line-height: 22px;
  min-height: 80px;
  font-family: Montserrat, sans-serif;
}

.f-image-gallery .f-flex-col .f-flex-row {
  /* border-top: 1px solid #efefef; */
  margin-right: -12px;
  margin-left: -12px;
  padding: 8px 9px;
}

.price-box {
  background: #eee;
  width: 380px;
  height: 450px;
  margin: 100px 0 0 100px;
  position: relative;
}

.ribbon {
  width: 90px;
  height: 100px;
  position: absolute;
  top: -9px;
  right: -9px;
  overflow: hidden;
  text-transform: uppercase;
  color: #fff;
  font-size: 22px;
}

.ribbon:before,
.ribbon:after {
  content: "";
  position: absolute
}

.ribbon:before {
  width: 40px;
  height: 8px;
  right: 50px;
  background: #5aa55a;
  border-radius: 8px 8px 0 0;
}

.ribbon:after {
  width: 8px;
  height: 40px;
  right: 0;
  top: 54px;
  background: #5aa55a;
  border-radius: 0 8px 8px 0;
}

.ribbon span {
  width: 125px;
  height: 26px;
  line-height: 28px;
  position: absolute;
  top: 18px;
  right: -25px;
  z-index: 1;
  overflow: hidden;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  background: red;
  /* background: linear-gradient(#F70505 0%, #8F0808 100%); */
  background: linear-gradient(#5ada5a, #519b51);
  text-align: center;
  font-size: 14px;
}

#NextPreviousTewlveMonthsTable,
#NextTewlveMonthsTable,
#PreviousTewlveMonthsTable {
  width: 100%;
  display: block;
  overflow-x: scroll;
}

h4.heading-text {
  font-size: 15px;
  margin-bottom: 10px;
  /* margin-top: 12px; */
}

.card_category {
  color: #0093ee;
  font-size: 14px;
}

.fc--container--flex {
  display: flex;
  align-items: center;
}

.fc--inner-header .fc--page-header-title {
  /* margin-left: 0; */
}

.fc--inner-header .fc--page-header-tab {
  margin-right: 0;
}

.fc--inner-header .fc--page-header-tab ul {
  list-style: none;
  border: 1px solid #ccc;
  text-align: center;
  border-radius: 4px;
  padding-left: 0;
  background: #eeeeee;
}

.fc--inner-header .fc--page-header-tab ul li {
  display: inline-block;
  border-right: 1px solid #ccc;
  /* padding: 9px 16px; */
  padding: 12px 20px;
  background: #eeeeee;
}

.fc--inner-header .fc--page-header-tab ul li.active {
  background: #fff;
}

.fc--inner-header .fc--page-header-tab ul li:last-child {
  border-right: 0;
}

.fc--inner-header .fc--page-header-tab ul li a {
  text-decoration: none;
  color: #8d8d8d;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.fc--inner-header .fc--page-header-tab ul li.active a {
  color: #0093ee;
}

.section_head .section_heading {
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-weight: 800;
  margin-top: 25px;
  margin-bottom: 12px;
}

.photo img {
  /* width: 40%;
height: 73.41px; */
  width: 130px;
  height: 65px;
  object-fit: contain;
  /* border: 1px solid #ccc; */
  /* background: #f4f4f4; */
}

.new_status {
  position: absolute;
  top: 8px;
  right: 8px;
  /* background: #519b51; */
  background: #eaeaea;
  /* background: linear-gradient( #5ada5a, #519b51); */
  padding: 1px 5px;
  color: #7e7e7e;
  border-radius: 4px;
  font-size: 11px;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

.fc--side-nav>div {
  /* height: 460px;
overflow-y: scroll;
width: 245px;
padding-right: 12px;
z-index: 9; */
}

.fc--side-nav {
  width: 250px;
}

@media only screen and (max-width: 767px) {
  .f-hub-banner img {
    width: 100% !important;
    max-width: 140px !important;
  }

  .f-hub-banner .flex-width-25 {
    width: 200px !important;
    min-width: 1px !important
  }

  .f-hub-banner .f-flex-row {
    flex-direction: column !important;
  }

  .f-hub-banner .f-banner-title {
    font-size: 16px !important;
    margin-top: 16px;
  }

  .f-hub-banner .f-banner-discription {
    font-size: 14px !important;
  }

  .f-rightbar-hub>.f-flex-row>.flex-2.margin-left {
    margin-left: 0
  }

  .f-box-type-chip>div {
    width: calc(33% - 16px) !important;
  }

  .f-image-gallery .f-flex-col {
    flex: 1 1 calc(50% - 24px);
    box-sizing: border-box;
    min-width: calc(50% - 24px) !important;
    max-width: calc(50% - 24px) !important;
  }

  #exportHtmlTableViewbradcum td table.search-filter-seaction td {
    width: auto !important;
  }

  #siteMainDiv {
    overflow-x: hidden;
  }

  .f-sm-flex-column>div {
    width: calc(100vw - 24px);
    margin-left: 0;
    margin-right: 17px;
  }

  .svg-icon.f-section-expanded {
    display: none;
  }

  .fixed-top-header.f-header-fixed {
    position: relative;
    top: 0
  }

  .important-link-fixed.f-header-fixed {
    position: initial !important;
  }

  .fc-slider .fc-slider-right {
    display: none;
  }

  .fc-slider .fc-slider-left {
    max-width: 100%;
    width: 100%;
    min-width: 100%;
  }
}

.table-image img {
  width: 60px;
  height: 40px
}

.table-image {
  display: inline-flex;
  vertical-align: middle;
  margin-left: -16px;
  margin-right: 6px;
  box-shadow: 2px 2px 5px rgb(0 0 0 / 19%);
}

.f-td-padding-right-0 tr td:last-child,
.f-td-padding-right-0 tr th:last-child {
  padding-right: 0px !important;
}

.f-no-bg {
  background: transparent;
  box-shadow: none;
  margin: 0
}

.f-card-title-grey.f-accordion-header {
  margin-bottom: 0;
}

.accrodion-left-arrow .accordion-wrap {
  padding: 0 !important;
}

.accordion-wrap.accordion-hide .grid-list-view-wrap {
  visibility: hidden !important;
}

.f--padding-top-bottom-16 {
  padding: 16px 0;
}

.f--list-view .f--list-image img {
  width: 100%;
  max-width: 100px;
  height: auto;
  margin-right: 16px
}

.f--list-view .f--list-title {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 600;
  font-size: 14px;
  margin-right: 8px;
}

.f--list-view .f--list-title a {
  color: #0093ee !important;
}

.f--list-view .f--list-discription {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 14px;
  color: #000;
  padding: 8px 0 12px;
}

.f-margin-top--8 {
  margin-top: -8px;
}

.f--list-footer {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 14px;
  color: #757575;
}

ul.f--category-chip {
  list-style: none;
  margin: 0 -4px;
  padding: 0;
}

ul.f--category-chip li {
  display: inline-block;
  cursor: pointer;
  background: rgba(155, 155, 155, .2);
  padding: 8px 16px 8px 12px;
  margin: 4px;
  border-radius: 4px;
  font-weight: 500;
  font-family: Source Sans Pro, sans-serif;
  font-size: 14px;
  color: #9b9b9b;
}

ul.f--category-chip li a {
  text-decoration: none;
}

ul.f--category-chip .svg-icon {
  width: 18px;
  height: 18px;
  margin-right: 6px;
  display: inline-flex;
  vertical-align: middle;
}

ul.f--category-chip li:hover,
ul.f--category-chip li.f-active {
  background: #e1ebf5;
}

ul.f--category-chip .svg-icon svg {
  color: rgba(0, 0, 0, .87);
  opacity: .4;
}

ul.f--category-chip li.f-active .svg-icon svg {
  opacity: 1;
  fill: #0093ee;
}

ul.f--category-chip li.active-link svg {
  fill: #0093ee;
  opacity: 1;
}

ul.f--category-chip li.active-link {
  background: #e1ebf5;
  font-weight: 600;
}

.f--scroll-top-fixed>.f-flex-row {
  padding-top: 80px
}

.f-scroll-top-fixed>.f-flex-row {
  padding-top: 80px
}

.f--list-view>.f-flex-row {
  border-bottom: 1px solid #ebebeb;
}

@media only screen and (max-width: 480px) {
  .colorbox-sidedrawer #colorbox {
    width: 100% !important;
  }

  .f-box-type-chip>div {
    width: calc(50% - 20px) !important;
  }

  .fixed-top-header.f-header-fixed {
    position: relative;
    top: 0
  }

  .important-link-fixed.f-header-fixed {
    position: initial !important;
  }

  .f-image-gallery .f-flex-col {
    flex: 1 1 calc(100% - 24px);
    box-sizing: border-box;
    min-width: calc(100% - 24px) !important;
    max-width: calc(100% - 24px) !important;
  }
}

.fc--side-nav a.sub_category {
  padding-left: 0;
}

.fc--side-nav a.sub_sub_category {
  padding-left: 40px;
  cursor: auto;
}

.scrollbar {
  margin-left: 30px;
  float: left;
  height: 300px;
  width: 65px;
  background: #F5F5F5;
  overflow-y: scroll;
  margin-bottom: 25px;
}

.force-overflow {
  min-height: 450px;
}

#style-1::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background-color: #F5F5F5;
}

#style-1::-webkit-scrollbar {
  width: 7px;
  background-color: #F5F5F5;
  /* display: none; */
  visibility: hidden;
}

.fc--side-nav:hover #style-1::-webkit-scrollbar {
  /* display: block; */
  visibility: visible;
}

#style-1::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
  background-color: #98989875;
}

.content {
  overflow: auto;
  position: relative;
  padding: 20px;
  /* background: #333; */
  margin: 10px;
  width: 285px;
  /* max-width: 97%; */
  height: 580px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 40px;
}

.fc--side-nav a {
  display: flex;
  align-items: center;
}

.fc--side-nav a img {
  width: 18px;
}

.smoothScroll {
  position: relative;
}

.sub_category.smoothScroll img {
  position: absolute;
  left: 16px;
}

.click_rotate {
  transform: rotate(90deg);
}

.release-meta {
  margin-bottom: 0 !important;
}
a:hover{
text-decoration: none !important;
}
.detail_contect{
/* display: flex; */
margin-top: 15px;
padding-left: 20px;
position: relative;
}
.section_left{
width: 64%;
float: left;
margin-right: 12px;
margin-top: 22px;
}
.section_right{
width: 34.5%;
float: left;
margin-top: 22px;
}
.section_left img{
width: 100%;
}
.sectionCont{
background: #fff;
padding: 6px 25px;
box-shadow: 0 2px 8px 0 rgb(0 0 0 / 12%);
/* font-family: 'SourceSansPro-Regular'; */
/* font-family: 'Source Sans Pro', sans-serif; */
min-height: 359px;
overflow-y: auto;
}
.sectionCont p{
margin: 0;
font-size: 15px;
margin-bottom: 12px;
line-height: 24px;
color: #7f7f7f;
}
.sectionCont ul li{
margin: 0;
font-size: 15px;
margin-bottom: 10px;
color: #7f7f7f;
}
.sectionCont p a{
color: #0093ee;
text-decoration: none;
}
.section_left .f-tabify-wrap{
box-shadow: 0 0 8px 0 rgb(0 0 0 / 12%);
}
.rightSide_Cont{
background: #fff;
margin-left: 12px;
box-shadow: 0 2px 8px 0 rgb(0 0 0 / 12%);
/* padding: 20px; */
margin-right: 0;
}
.rightSide_Cont h4{
margin-top: 0;
font-family: Montserrat,sans-serif!important;
color: #4c4c4c;
border-bottom: 1px solid #ccc;
padding: 22px 12px;
text-transform: uppercase;
}
.support_specifications{
padding: 0 12px 12px 12px;
line-height: 25px;
/* font-family: 'SourceSansPro-Regular'; */
font-family: 'Source Sans Pro', sans-serif;
}
.support_specifications span strong{
font-size: 13px;
}
.support_specifications span a{
color: #0093ee;
font-size: 14px;
text-decoration: none;
}

.f-breadcrumb-new ul li a{
color: rgba(0, 0, 0, .5) !important;
}
.fc--side-nav{
/* width: 420px; */
/* width: 270px; */
/* min-width: 180px; */
/* min-width: 200px; */
width: 220px;
}
ul{
list-style: none;
}
.f-tabify-menu li.active-link:after{
height: 3px;
}
.fc--side-nav a{
display: block;
font-family: 'Source Sans Pro', sans-serif;
font-size: 15px;
font-weight: 400;
color: #9b9b9b;
text-transform: none;
text-decoration: none;
padding: 14px;
position: relative;
outline: none;
}
h4.box-header::after {
width: 40px;
margin-top: 8px;
margin-bottom: -2px;
margin-left: 0;
display: block;
content: "";
background: #0093ee;
width: 70px;
height: 3px;
/* margin-top: 23px; */
margin-left: auto;
margin-right: auto;
margin-left: 0;

}
h4.box-header{
font-family: Montserrat,sans-serif!important;
color: #0093ee;
font-weight: 700;
}
.tagcloud span {
border-radius: 4px;
min-height: auto;
font-family: "Source Sans Pro",sans-serif;
color: #868484!important;
background: rgba(155,155,155,.2)!important;
font-size: 14px !important;
font-weight: 500;
padding: 10px;
margin-bottom: 6px;
margin-right: 6px;
/* font-size: 12px !important;
font-family: Montserrat,sans-serif!important;
margin-bottom: 6px;
margin-right: 6px;
display: block;
float: left;
padding: 4px 6px;
border-radius: 2px;
border: 1px solid #e1e3e3;
color: #7f7f7f;
font-weight: 600;
letter-spacing: .77px; */
-o-transition: color .15s ease-in;
-webkit-transition: color .15s ease-in;
-moz-transition: color .15s ease-in;
transition: color .15s ease-in;
cursor: initial;
}
.category_specifications span{
border-radius: 4px;
min-height: auto;
font-family: "Source Sans Pro",sans-serif;
color: #868484!important;
background: rgba(155,155,155,.2)!important;
font-size: 14px !important;
font-weight: 500;
padding: 10px;
margin-bottom: 6px;
margin-right: 6px;
/* font-size: 12px !important;
font-family: Montserrat,sans-serif!important;
margin-bottom: 6px;
margin-right: 6px;
padding: 4px 6px;
border-radius: 2px;
border: 1px solid #e1e3e3;
color: #7f7f7f;
font-weight: 600;
letter-spacing: .77px; */
-o-transition: color .15s ease-in;
-webkit-transition: color .15s ease-in;
-moz-transition: color .15s ease-in;
transition: color .15s ease-in;
cursor: initial;
}
.category_specifications{
padding: 0 12px 18px 12px;
line-height: 25px;
font-family: 'SourceSansPro-Regular';
}
.category_specifications span:hover{
cursor: initial;
}
/* .category_specifications a:hover {
border-color: #0093ee;
background-color: #0093ee;
color: #fff;
text-decoration: none;
} */
/* .tagcloud a:hover {
border-color: #0093ee;
background-color: #0093ee;
color: #fff;
text-decoration: none;
} */
.tagcloud span:hover{
cursor: initial;
}
#tag_cloud-2{
display: inline-block;
background: #fff;
margin-top: 15px;
width: 100%;
box-shadow: 0 2px 8px 0 rgb(0 0 0 / 12%);
}
.tagcloud.trendingTags{
padding: 15px 20px;
display: inherit;
padding-top: 23px;
margin-bottom: 10px;
/* box-shadow: 0 2px 8px 0 rgb(0 0 0 / 12%); */
}
.top_header{
display: flex;
align-items: center;
margin-bottom: 15px;
}
.top_header .logo img{
width: 90px;
margin-right: 15px;
border-radius: 55px;
}
.top_page_heading{
border-left: 3px solid #0e99ef;
/* height: 25px; */
padding-left: 12px;
font-family: Montserrat,sans-serif!important;
margin-top: -3px;
}
.top_page_heading p{
margin: 0;
margin-top: 5px;
font-family: Montserrat,sans-serif!important;
line-height: 22px;
/* width: 560px;
max-width: 600px; */
}
.fc-slider .fc-slider-left li img{
/* object-fit: cover;
background: #fff;
padding: 0 25px; */
object-fit: contain;
background: #fff;
padding: 0 25px;
height: 404px;
}

.content {
overflow: auto;
position: relative;
padding: 20px;
/* background: #333; */
margin: 10px;
width: 285px;
/* max-width: 97%; */
height: 500px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
margin-top: 0;
padding-top: 15px;
}

.fc--side-nav a{
display: flex;
align-items: center;
}
.fc--side-nav a img{
width: 18px;
}

.smoothScroll{
position: relative;
}
.sub_category.smoothScroll img{
position: absolute;
left: 16px;
cursor: pointer;
}
.fc--side-nav a.sub_category {
padding-left: 0;
/* cursor: auto; */
}
.fc--side-nav a.sub_sub_category {
padding-left: 40px;
}
.click_rotate{
transform: rotate(90deg);
}
/* .flex-direction-nav{
  display: none;
} */
.user_status{
  position: absolute;
  right: 0;
  /* display: inline-grid; */
  top: 5px;
  text-align: right;
}
.user_status span.paid_integration{
  background: rgb(0 84 134 / 62%);
    color: #ffffff;
    border: 1px dashed #848484;
    padding: 2px 5px;
    font-size: 12px;
    font-family: Montserrat, sans-serif;
    font-weight: 700;
    border-top: 0;
    border-left: 0;
    border-radius: 4px;
    margin-right: 4px;
}
.user_status small.private-microcopy{
  font-family: Montserrat, sans-serif;
    font-size: 12px;
    border-bottom: 1px dashed #7e7e7e;
    color: #4d4d4d;
    display: block;
    margin-top: 8px;
    display: none;
}
.disclaimer_text{
  display: inline-block;
}
.disclaimer_text p{
  font-size: 12px;
  line-height: 18px;
  padding: 8px 0;
  width: 100%;
  margin-left: auto;
  margin-right: 30px;
}


@media only screen and (max-width: 640px) {
  .fc--container{
    display: block !important;
  }
  .content.mCustomScrollbar{
    height: 355px;
  }
  .top_header{
    display: block;
  }
  .top_page_heading{
    border-left: 0;
    margin-top: 8px;
    margin-bottom: 25px;
  }
  .section_left, .section_right{
    width: 100%;
    float: none;
  }
  .rightSide_Cont{
    margin-left: 0;
  }
  #content-1{
    height: 80px;
    width: 100%;
  }
  .fc--side-nav{
    width: 100%;
  }
  .detail_contect{
    padding-left: 0;
  }
  .sectionCont{
    min-height: 200px !important;
    padding-top: 22px;
  }
  .section_head .section_heading{
    margin-top: 0;
  }
}