* {
    margin: 0;
    padding: 0;
    outline: 0
}

body,
html {
    overflow-x: hidden
}
b, strong {
    font-weight: 600;
}
ol,
ul {
    list-style-type: none;
    margin-top: 0;
    margin-bottom: 10px
}

ol {
    padding-inline-start: 40px
}

ul {
    margin: 0;
    padding: 0
}

button:focus,
input:focus {
    border-color: transparent;
    outline-color: transparent
}

textarea:focus {
    border-color: transparent;
    outline-color: transparent
}

label {
    color: red;
    cursor: pointer;
    font-size: 14px;
    font-weight: 400
}

a,
address,
cite,
dfn,
em,
i,
li,
ol,
ul,
var {
    font-style: normal
}

p {
    margin-bottom: 10px
}

a:focus {
    outline: 0
}

.form-control:focus {
    border-color: transparent
}

h1,
h1 a,
h2,
h2 a,
h3,
h3 a,
h4,
h4 a,
h5,
h5 a,
h6,
h6 a {
    font-family: Roboto, sans-serif;
    font-style: normal;
    line-height: 1.2;
    font-weight: 600;
    transition: .5s;
    color: #151616;
    margin: 0;
    margin-bottom: 10px;
}

h1 {
    font-size: 40px;
}

h2 {
    font-size: 34px;
}

h3 {
    font-size: 28px;
}

h4 {
    font-size: 20px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 16px;
}

body {
    color: #525558;
    font-size: 16px;
    font-family: Roboto, sans-serif;
    font-weight: 400;
    font-style: normal;
    line-height: 1.6
}

a {
    text-decoration: none !important
}

.align_items_center {
    align-items: center
}

.space_between {
    justify-content: space-between
}

.red h4 {
    color: red
}

.twr_top_menu_area {
    background: #1d93bc;
    padding: 14px 0 10px;
}
.theme_doc h2 {
    text-align: center;
    font-size: 30px;
    color: #fff;
    text-transform: uppercase;
}
.twr_documentation {
    display: flex;
    align-items: self-end
}

.twr_documentation h2 {
    font-size: 35px;
    margin-right: 15px;
    line-height: 1
}

.twr_documentation h2,
.twr_documentation p {
    color: #000;
    margin-bottom: 0
}

.twr_support_now ul li {
    display: inline-block;
    padding-left: 15px
}

.twr_support_now a {
    color: #000;
    font-size: 17px;
    letter-spacing: .2px;
    text-decoration: none;
    font-weight: 500
}

.twr_support_now a:hover {
    color: #1d93bc
}

.witr_main_menu {
    padding: 20px 0;
    background: #fff;
    box-shadow: 0 10px 20px rgb(0 0 0 / 9%)
}

nav.witr_menu_text {
    height: 800px;
    overflow-y: scroll
}

.witr_menu_text ul li a {
    position: relative;
    padding: 6px;
    font-size: 17px;
    display: block;
    transition: .5s;
    color: #000;
    font-weight: 700
}

.witr_menu_text ul li a:hover,
.witr_menu_text ul li.current a {
    color: #fff;
    background: #1d93bc
}

.mobile-menu {
    display: none !important
}

.witr_menu_text ul li {
    position: relative
}

.witr_menu_text>ul .sub-menu {
    position: absolute;
    left: 0;
    top: 35px;
    width: 256px;
    text-align: left;
    background: #fff;
    margin: 0;
    padding: 5px 10px;
    z-index: 9999;
    box-shadow: 0 0 30px rgb(0 0 0 / 10%);
    transition: .5s;
    display: none;
    border-left: 3px solid #1d93bc
}

.witr_menu_text>ul>li:hover>.sub-menu {
    transition: .5s;
    display: block
}

.witr_menu_text .has_children>a:after {
    margin-left: 5px;
    content: "\f107";
    font-family: FontAwesome !important;
    opacity: 1;
    font-size: 15px
}

.section_padding {
    padding: 50px 0
}

.twr_doc_title {
    margin-bottom: 30px
}

.twr_doc_title h2 {
    padding-bottom: 10px;
    font-size: 34px;
    border-bottom: 1px solid #d7d6d6;
    color: #1d93bc
}

.mt50 {
    margin-top: 50px
}

iframe {
    width: 100%;
    border: none
}

.btns {
    margin-top: 30px
}

.btns a {
    padding: 15px 25px;
    background: #1d93bc;
    border-radius: 5px;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    transition: .5s;
    display: inline-black
}

.btns a:hover {
    background: #feb701
}

.mean-container .mean-bar {
    background: #1d93bc
}

.process_thumb img,
.shopt img {
    width: 100%
}

.instalation_style ul li {
    list-style: auto;
    margin-left: 50px;
    margin-bottom: 4px
}

.instalation_style ol li {
    list-style: disc;
    font-size: 18px
}

pre {
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    background: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px
}

.process_title h4 {
    padding: 15px 0 20px;
    font-size: 30px
}

.section_title h1 {
    padding: 20px 15px;
    background: #f7f9ff;
    margin: 30px 0
}

.pra_content {
    padding: 30px 15px;
    background: #f7f9ff;
    margin-top: 30px
}

.instalation_style>span {
    border: 1px solid #ddd;
    border-radius: 10px;
    color: #10184f;
    display: block;
    font-size: 16px;
    font-weight: 500;
    padding: 15px 15px;
    margin-bottom: 30px;
    margin-top: 30px
}

.card-header.witr_ac_card {
    background: 0 0 !important;
    padding: 0;
    border-bottom: 0
}

.accordion_area .card {
    margin-bottom: 20px;
    border: 1px solid #ddd
}

.accordion_area .card p {
    padding: 10px 20px 5px
}

.witr_ac_style {
    font-size: 17px;
    font-weight: 700;
    display: block;
    padding: 7px 15px 11px;
    transition: .5s;
    color: #151616
}

.witr_ac_style:focus,
.witr_ac_style:hover {
    color: #fff;
    background: #1d93bc
}

.card img {
    width: 100%
}

.active .witr_ac_style {
    background: #1d93bc;
    color: #fff
}

.notice_marquee_text {
    display: flex;
    align-items: center
}

.notice_marquee_text h2 {
    margin-right: 15px;
    margin-bottom: 0;
    margin-top: 10px;
    color: #1d93bc;
    font-size: 26px
}

.notice_marquee_text h2:hover {
    color: #191716
}

#footer_part {
    padding: 70px 40px;
    position: relative;
    background: #fff;
    margin-top: 50px;
    box-shadow: 0 0 20px rgb(0 0 0 / 8%)
}

.footer_col h2 {
    font-size: 35px
}

.footer_col p {
    margin: 20px 0
}

.buy_now {
    color: #fff;
    background: #232323;
    padding: 13px 30px;
    border-radius: 5px;
    display: inline-block;
    font-size: 20px;
    transition: .5s
}

.buy_now:hover {
    background: #1d93bc;
    color: #fff
}

#footer_copyright {
    background: #fff;
    padding: 20px 0
}

#footer_copyright ul li {
    padding: 0 10px;
    display: inline-block
}

#footer_copyright ul li a {
    text-transform: capitalize;
    font-weight: 600
}

#footer_copyright ul li a i {
    margin-left: 10px
}

#scrollUp {
    background: #000;
    bottom: 30px;
    color: #fff;
    font-size: 30px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    right: 30px;
    text-align: center;
    border-radius: 5px
}

#scrollUp i {
    color: #fff;
    font-weight: 900
}
.witr_menu_text ul li h4 a {display:inline-block;}
.accordion {
   
}

.accordion ul {
  /*background: #E2E2E2;*/
  background: #ffffff;
  margin: 0;
  padding: 0;
}

.accordion .pagenav {
  position: relative;
  margin-bottom: 10px;
  list-style: none;
}

.accordion .pagenav a {
  text-decoration: none;
  color: #323232;
}

.accordion .pagenav ul {
  display: none; /* hides all ul content by default (see exceptions in JS) */
  padding: 15px;
  margin: 0;
  
}
.witr_menu_text ul li ul li  a {font-size: 14px;}

.accordion .pagenav li {
  margin-bottom: 3px;
  list-style: none;
}

.accordion .pagenav h4 {
  text-transform: uppercase;
  padding: 15px;
  background: #f2f2f2;
  margin: 0;
  cursor: pointer;
}

.accordion .pagenav h4 i {
  font-size: 24px;
  position: absolute;
  right: 8px;
  line-height: 20px;
  top:21px;
  transition: .2s;
  -webkit-transition: .2s;
  -ms-transition: .2s;
}

.accordion .pagenav.open h4 i {
  transform: rotate(90deg);
}

.accordion a:hover, .accordion .pagenav li.current_page_item a {
  text-decoration: underline;
}
#searchBtn {padding: 0 5px;}



.accordion2 {
  background-color: #eee;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
}

.active, .accordion2:hover {
  background-color: #ccc; 
}
.faqs .accordion2 {background-color: #1d93bc;
  color: #fff;border: 1px solid;}

.panel {
  padding: 10px 18px;
  display: none;
  background-color: #eee;
  overflow: hidden;
}
.accordion2:after {
  content: '\02795'; /* Unicode character for "plus" sign (+) */
  font-size: 14px;
  color: #777;
  float: right;
  margin-left: 5px;
  background: #fff;
  padding: 4px 4px 2px 4px;
  border-radius: 20px;
}

.active:after {
  content: "\2796"; /* Unicode character for "minus" sign (-) */
}