.smk_accordion {
  position: relative;
  margin-bottom: 20px;
}
.smk_1 {
  position: relative;
  margin-bottom: 0px !important;
  padding-top: 30px;
}
.smk_1 li {
  padding-left: 25px !important;
  background-image:url(https://www.manageengine.com/products/desktop-central/styles/../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 {
  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 {
  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 {
  padding: 8px 0px 8px 44px !important;
}
.smk_accordion .accordion_in .acc_head .acc_icon_expand {
  display: block;
  width: 22px;
  height: 21px;
  position: absolute;
  left: 10px;
  top: 45%;
  margin-top: -9px;
  background: url(https://www.manageengine.com/products/desktop-central/styles/../images/plusminus.png) center 0;
}
/**
 * --------------------------------------------------------------
 * Content
 * --------------------------------------------------------------
 */
.smk_accordion .accordion_in .acc_content {
  background: #F9F9F9;
  font-family: 'Open Sans',sans-serif;
  font-size: 13px;
  line-height: 24px;
  color: #4C596E;
  padding: 0px 10px 15px 10px;
}
.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 {
  margin-top: 5px;
}
/**
 * --------------------------------------------------------------
 * General
 * --------------------------------------------------------------
 */
.smk_accordion .accordion_in:first-of-type,
.smk_accordion .accordion_in:first-of-type .acc_head {
  border-radius: 3px 3px 0 0;
}
.smk_accordion .accordion_in:last-of-type,
.smk_accordion .accordion_in:last-of-type .acc_content {
  border-radius: 0 0 3px 3px;
}
.smk_accordion .accordion_in.acc_active .acc_content {
  display: block;
}
.smk_accordion .accordion_in.acc_active .acc_content p{
  margin-top: 0;
}
.smk_accordion .accordion_in.acc_active .acc_head {
  background: #F9F9F9;
  color:#0679b7 !important;
  font-weight: 500;
}
.smk_accordion .accordion_in.acc_active .acc_head .acc_icon_expand {
  background: url(https://www.manageengine.com/products/desktop-central/styles/../images/plusminus.png) center -24px;
}

.smk_accordion.acc_with_icon .accordion_in .acc_head,
.smk_accordion.acc_with_icon .accordion_in .acc_content {
  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(https://www.manageengine.com/products/desktop-central/styles/../images/plusminus-cl.png) center 0;
}
.smk_accordion .accordion_in.acc_active .acc_head1 .acc_icon_expand {
  background: url(https://www.manageengine.com/products/desktop-central/styles/../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/products/desktop-central/styles/../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/products/desktop-central/styles/../images/plusminus.png) center 0;
}
.new_acc_main .new_acc_list .new_acc_content li {
    margin: 0 0 5px 15px;
}

.rhs-cont a {
    color: #0779b7;
}
.do-toggle-btn a {
    background-color: #fff;
    color: #0679b7;
    padding: 10px 15px;
    min-width: 100px;
    text-align: center;
    border: 1px solid #0679b7;
    text-decoration: none !important;
}
.rhs-cont .do-toggle-btn {
    margin: 0 0 20px;
}
.do-toggle-btn {
    position: relative;
    z-index: 1;
    display: flex;
    max-width: 100%;
    justify-content: flex-end;
    margin: 30px 0 -76px;
}
.container {
    max-width: 1200px;
}
.cust-logo {
    border: none;
    padding: 0;
    margin-left: 243px;
}
.dccstmr01, .dccstmr02, .dccstmr03, .dccstmr04, .dccstmr05, .dccstmr06 {padding-top:15px;width:100px; height:auto;}

#topsec-rhs ul li.nav-search .icon-search {
    background: url(https://www.manageengine.com/br/desktop-central/../images/me-sprite-new.png) no-repeat -224px -120px;
    height: 16px;
    width: 16px;
    position: relative;
    margin-top: 5px;
    display: block;
}

#topsec-rhs ul li span.user-thumb {
    background: url(https://www.manageengine.com/br/desktop-central/../images/me-sprite-new.png) no-repeat -240px -120px;
    width: 16px;
    height: 16px;
    display: inline-block;
    margin-top: 5px;
    border-bottom: none !important;
}
.footer .col1 {
    padding: 2% 4% 2% 0;
    border-right: 1px solid #292929;
    min-height: 250px;
    width: 32%;
}

.footer .col3 {
    padding: 4% 0 0 3%;
}

      .awards-img {
        width: 180px;
        height: auto;
        -webkit-animation: fade-in 2s ease;
        -moz-animation: fade-in ease-in-out 2s both;
        -ms-animation: fade-in ease-in-out 2s both;
        -o-animation: fade-in ease-in-out 2s both;
        animation: fade-in 2s ease;
        visibility: visible;
        -webkit-backface-visibility: hidden;
      }

      @-webkit-keyframes fade-in {
        0% {
          opacity: 0;
        }

        100% {
          opacity: 1;
        }
      }

      @-moz-keyframes fade-in {
        0% {
          opacity: 0
        }

        100% {
          opacity: 1
        }
      }

      @-o-keyframes fade-in {
        0% {
          opacity: 0
        }

        100% {
          opacity: 1
        }
      }

      @keyframes fade-in {
        0% {
          opacity: 0
        }

        100% {
          opacity: 1
        }
      }
    
.container {
    max-width: 1200px;
}
.cust-logo {
    border: none;
    padding: 0;
    margin-left: 243px;
}
.dccstmr01, .dccstmr02, .dccstmr03, .dccstmr04, .dccstmr05, .dccstmr06 {padding-top:15px;width:100px; height:auto;}

#topsec-rhs ul li.nav-search .icon-search {
    background: url(https://www.manageengine.com/br/desktop-central/../images/me-sprite-new.png) no-repeat -224px -120px;
    height: 16px;
    width: 16px;
    position: relative;
    margin-top: 5px;
    display: block;
}

#topsec-rhs ul li span.user-thumb {
    background: url(https://www.manageengine.com/br/desktop-central/../images/me-sprite-new.png) no-repeat -240px -120px;
    width: 16px;
    height: 16px;
    display: inline-block;
    margin-top: 5px;
    border-bottom: none !important;
}
.footer .col1 {
    padding: 2% 4% 2% 0;
    border-right: 1px solid #292929;
    min-height: 250px;
    width: 32%;
}

.footer .col3 {
    padding: 4% 0 0 3%;
}
