.faqList{border-top:1px solid #efefef;list-style:none!important;padding:0!important}
.faqList > li{border-bottom:1px solid #efefef;padding:0!important}
.faqList > li.faqAct{background:#f9f9f9}
.faqList > li .faqHead{color:#09c!important;padding:10px;cursor:pointer; font-weight: 400;}
.faqList > li .faqHead.faqHeadAct{color:#85b536!important}
.faqList > li .faqCont{display:none;padding:0 10px 15px 55px;}

.rhs-cont p, .rhs-cont div{
    font-weight: 400;
}
.spl-tab {
    padding: 55px 40px;
    border: 1px solid #eee;
    position: relative;
}

.tab-toggle {
    position: absolute;
    top: 0;
    right: 0;
    font-weight: 600;
    width: 122px;
    display: inline-block;
    border: 1px solid #0879b8;
    color: #0879b8;
    padding: 10px;
    text-align: center;
    margin: 20px;
    text-decoration: none;
    cursor: pointer;
}

.tab-toggle:first-child {
    right: 122px;
    border-right: 0px solid #eee;
}

.tab-toggle.active {
    background-color: #0879b8;
    color: #fff;
    pointer-events: none;
}

.faqList{
    counter-reset: section;
}

.faqList > li:before {
    counter-increment: section;
    content: counter(section) ". ";
    float: left;
    line-height: 45px;
    padding: 0 15px;
}
.faqList > li .faqCont {
    opacity: 0;
    transition: all ease-in 350ms 500ms;
}
li.faqAct .faqCont {
    opacity: 1;
    transition: all ease-in 350ms 500ms;
}
.rhs-cont.block{
    border: 0;
    padding: 40px;
    float: none;
    margin: auto;
}

    .rhs-cont ul li{
        background-image: none;
    }
.smk_accordion .accordion_in.acc_active .acc_content h3 {
    border: none;
    padding: 0px;
    font-weight: 700;
}

.smk_accordion .accordion_in.acc_active .acc_content h4 {
    padding-top: 15px;
    margin: 0px 0px 15px;
}

.smk_accordion .accordion_in.acc_active .acc_content ul ul {
    margin-left: 40px !important;
    list-style-type: disc !important;
    padding: 0px !important;
}

.smk_accordion .accordion_in.acc_active .acc_content > ul {
    padding-left: 40px !important;
    list-style: none!important;
}

.smk_accordion .accordion_in.acc_active .acc_content ul li::marker {
    width: 20px;
    height: 10px;
    background: none !important;
    color: #949494;
}

.smk_accordion .accordion_in.acc_active .acc_content ul ul li {
       background: none;
    padding: 0px !important;
    list-style: none;
    margin: 0px;
}

.smk_accordion .accordion_in.acc_active .acc_head {
    font-size: 17px;
}

.new_acc_list.acc_active .new_acc_head {
        color: #4372be !important;
    font-weight: 400;
    font-size: 16px;
}

.smk_accordion .accordion_in.acc_active .acc_conten .new_acc_list.acc_active .new_acc_content ul {
    margin: 0px !important;
}

.accordion_example2.smk_accordion.acc_with_icon.smk_1 {
    padding: 0px;
}

.smk_accordion .accordion_in.acc_active .acc_content .new_acc_main .new_acc_list .new_acc_content ul {
    margin: 0px !important;
}

.smk_accordion .accordion_in.acc_active .acc_content li.inner-element {
    list-style: disc;
    padding: 0px !important;
    margin-left: 40px !important;
    font-weight: 400;
}
.smk_accordion.acc_with_icon .accordion_in .acc_head, .smk_accordion.acc_with_icon .accordion_in .acc_content{
    font-size: 17px;
}
.new_acc_main .new_acc_list .new_acc_head{
    font-weight: 600;
}
.smk_accordion .accordion_in.acc_active .acc_content .new_acc_main .new_acc_list .new_acc_content ul.normal li {
    list-style: disc;
    margin-left: 30px !important;
    font-weight: 400;
}
.table td, .table th{
font-weight: 500;
}
.smk_accordion .accordion_in.acc_active .acc_content .new_acc_main .new_acc_list .new_acc_content ul.inner-list li {
    list-style: disc;
    margin-left: 20px;
}
.toggle-section {
display: flex;
    justify-content: end;
    position: relative;
}

div#toggleButton {
    width: 140px;
    text-align: center;
    padding: 8px;
    color: #3a8ad4;
    cursor: pointer;
    border: solid #ebebeb 1px;
    margin: 5px 0px;
    border-radius: 5px;
}
.toggle-section::before {
    content: "";
    position: absolute;
    width: calc(100% - 160px);
    height: 1px;
    border-top: solid #e3e3e3 1px;
    top: 0px;
    right: 160px;
    bottom: 0px;
    margin: auto;
}
li.faqAct .faqCont {
    overflow: auto !important;
}

.heading-menu .menuhead {
    display: inline-block;
}

/*accordion.css starts*/
.smk_accordion, .smk_accordion1 {
  position: relative;
  margin-bottom: 20px;
}
.smk_accordion1 {
  margin-bottom: 0;
}
.smk_1 {
  position: relative;
  margin-bottom: 0px !important;
  padding-top: 30px;
}
.smk_1 li {
  padding-left: 25px !important;
  background-image:url(../images/list-style.png);
  background-repeat: no-repeat;
background-position: 0px 11px;
}
.smk_1 ul {
  padding-left:16px !important;
  list-style-type:none !important;
  margin-left: -17px;
}

/**
 * --------------------------------------------------------------
 * Section
 * --------------------------------------------------------------
 */
.smk_accordion .accordion_in, .smk_accordion1 .accordion_in1 {
  border-top: 1px solid #efefef;
  border-bottom: 1px solid #efefef;
  position: relative;
  z-index: 10;
  margin-top: -1px;
  overflow: hidden;
}
.smk_1 .accordion_in {
  border-top: 0 !important;
  border-bottom: 0 !important;
  position: relative;
  z-index: 10;
  margin-top: -1px;
  overflow: hidden;
}
/**
 * --------------------------------------------------------------
 * Head
 * --------------------------------------------------------------
 */
.smk_accordion .accordion_in .acc_head,.smk_accordion1 .accordion_in1 .acc_head1  {
  position: relative;
  background: #fff;
  padding: 12px;
  font-family: 'Open Sans',sans-serif;
  font-size: 14px;
  font-weight:400;
  color:#444;
  display: block;
  cursor: pointer;
}
.smk_1 .accordion_in .acc_head, .smk_1 .accordion_in1 .acc_head1 {
  padding: 8px 0px 8px 44px !important;
}
.smk_accordion .accordion_in .acc_head .acc_icon_expand, .smk_accordion1 .accordion_in1 .acc_head1 .acc_icon_expand {
  display: block;
  width: 22px;
  height: 21px;
  position: absolute;
  left: 10px;
  top: 45%;
  margin-top: -9px;
  background: url(https://www.manageengine.com/ems/images/plusminus.png) center 0;
}
/**
 * --------------------------------------------------------------
 * Content
 * --------------------------------------------------------------
 */
.smk_accordion .accordion_in .acc_content, .smk_accordion1 .accordion_in1 .acc_content1 {
  background: #F9F9F9;
  font-family: 'Open Sans',sans-serif;
  font-size: 13px;
  line-height: 24px;
  color: #4C596E;
  padding: 0px 10px 15px 10px;
}
.smk_accordion1 .accordion_in1 .acc_content1 {
  float:none;
}
.smk_accordion .accordion_in .acc_content h1:first-of-type,
.smk_accordion .accordion_in .acc_content h2:first-of-type,
.smk_accordion .accordion_in .acc_content h3:first-of-type,
.smk_accordion .accordion_in .acc_content h4:first-of-type,
.smk_accordion .accordion_in .acc_content h5:first-of-type,
.smk_accordion .accordion_in .acc_content h6:first-of-type,
.smk_accordion1 .accordion_in1 .acc_content1 h1:first-of-type,
.smk_accordion1 .accordion_in1 .acc_content1 h2:first-of-type,
.smk_accordion1 .accordion_in1 .acc_content1 h3:first-of-type,
.smk_accordion1 .accordion_in1 .acc_content1 h4:first-of-type,
.smk_accordion1 .accordion_in1 .acc_content1 h5:first-of-type,
.smk_accordion1 .accordion_in1 .acc_content1 h6:first-of-type {
  margin-top: 5px;
}
/**
 * --------------------------------------------------------------
 * General
 * --------------------------------------------------------------
 */
.smk_accordion .accordion_in:first-of-type,
.smk_accordion .accordion_in:first-of-type .acc_head, .smk_accordion1 .accordion_in1:first-of-type,
.smk_accordion1 .accordion_in1:first-of-type .acc_head1 {
  border-radius: 3px 3px 0 0;
}
.smk_accordion .accordion_in:last-of-type,
.smk_accordion .accordion_in:last-of-type .acc_content, .smk_accordion1 .accordion_in1:last-of-type,
.smk_accordion1 .accordion_in1:last-of-type .acc_content1 {
  border-radius: 0 0 3px 3px;
}
.smk_accordion .accordion_in.acc_active .acc_content, .smk_accordion1 .accordion_in1.acc_active .acc_content1 {
  display: block;
}
.smk_accordion .accordion_in.acc_active .acc_content p:first-child, .smk_accordion1 .accordion_in1.acc_active .acc_content1 p:first-child {
    margin: 0;
}
.smk_accordion .accordion_in.acc_active .acc_head, .smk_accordion1 .accordion_in1.acc_active .acc_head1 {
  background: #F9F9F9;
  color:#205f73 !important;
}
.smk_accordion .accordion_in.acc_active .acc_head .acc_icon_expand, .smk_accordion1 .accordion_in1.acc_active .acc_head1 .acc_icon_expand {
  background: url(https://www.manageengine.com/ems/images/plusminus.png) center -24px;
}

.smk_accordion.acc_with_icon .accordion_in .acc_head,
.smk_accordion.acc_with_icon .accordion_in .acc_content, .smk_accordion1.acc_with_icon .accordion_in1 .acc_head1,
.smk_accordion1.acc_with_icon .accordion_in1 .acc_content1 {
  padding-left: 45px;
}

/* Path management landing page */


.smk_accordion .accordion_in .acc_head1 {
  position: relative;
background: #f8f8f8;
padding: 12px;
font-family: 'Open Sans',sans-serif;
font-size: 17px;
font-weight: 600;
color: #111;
display: block;
cursor: pointer;
letter-spacing: -0.5px;
border: 1px solid #e9e9e9;
border-bottom:none;
}

.smk_accordion .accordion_in .acc_head1 .acc_icon_expand {
  display: block;
  width: 22px;
  height: 21px;
  position: absolute;
  left: 10px;
  top: 45%;
  margin-top: -9px;
  background: url(../images/plusminus-cl.png) center 0;
}
.smk_accordion .accordion_in.acc_active .acc_head1 .acc_icon_expand {
  background: url(../images/plusminus-cl.png) center -24px;
}

.smk_accordion .accordion_in .acc_content1 {
  background: #fff;
font-family: 'Open Sans',sans-serif;
font-size: 16px;
line-height: 36px;
color: #333;
border: 1px solid #e9e9e9;
border-top: none;
padding: 11px 10px 15px 10px;
}
.smk_accordion .accordion_in.acc_active .acc_content {
  display: block;
  
}
.smk_accordion .accordion_in.acc_active .acc_head1 {
  background: #f8f8f8;
  color:#85b536 !important;
   border:1px solid #e9e9e9;
   
  
}
.smk_1 .accordion_in .acc_head1 {
  padding: 11px 0px 14px 44px !important;
}

/**
 * --------------------------------------------------------------
 * New_Accordion
 * --------------------------------------------------------------
 */
.new_acc_main {
    margin: 0 0 0px 15px;
}
.new_acc_main .new_acc_list {
    position: relative;
}
.new_acc_main .new_acc_list .new_acc_content {
    width: 100% !important;
}
.new_acc_main .new_acc_list .new_acc_head {
    cursor: pointer;
}
.new_acc_main .new_acc_list.acc_active .new_acc_head .acc_icon_expand {
    background: url(https://www.manageengine.com/ems/images/plusminus.png) center -24px;
}
.new_acc_main .new_acc_list .new_acc_head .acc_icon_expand {
    display: block;
    width: 22px;
    height: 21px;
    position: absolute;
    left: -26px;
    top: 4px;
    background: url(https://www.manageengine.com/ems/images/plusminus.png) center 0;
}
.new_acc_main .new_acc_list .new_acc_content li {
    margin: 0 0 5px 15px;
}
/*accordion.css  ends*/