.vndr p{ text-align:justify; }
.devlp-logo{ border:solid 1px #ccc; display:inline-block; }
.video-vnder{ margin-bottom:15px; }
.btn:not(:disabled):not(.disabled) {
color: #ffffff !important;}
.rt-mnu-hd{font-size:18px; font-weight:400; background-color:#dce0e8; border-bottom:solid 1px #ccc; padding:10px 15px  }

.rt-mnu-wrp ul{ padding-left:0; }
.rt-mnu-wrp li { list-style:none; }
.rt-mnu-wrp li a{ list-style:none; padding:8px 15px; border-bottom:solid 1px #ccc; display:block; color:#000; font-size:15px; }
.rt-mnu-wrp li a:hover{ background-color:#f2f4f7; color:#000; }
.icns-bx{border: solid 1px #ccc;padding:15px 10px; width:100%; text-align:center; margin:15px 0; }
.icns-bx img{width: 50px;}
.icns-bx p{ text-align:center; font-size:18px; font-weight:400; }
.lst-pdg{ margin:15px 0; }
.lst-pdg li{ margin-bottom:2px; }




.sidebar-1 {
  /* these are the styles for the container around the menu */
  padding: 0px;
  display: block;
}

.sidebar-menu {
  /*this style impacts the look of the heading containers. */
  cursor: pointer;
  padding: 10px;
  /* background: #ffffff; */
  position: relative;
  color: #000000;
  border-bottom: 1px solid #dedede;
  font-size: 1.5em;
  font-weight: 300;
  text-rendering: optimizeLegibility;
  letter-spacing: 0.5px;
  padding-right: 50px;
  font-size: 18px;
  font-weight: 400;
  background-color: #dce0e8;
  padding: 10px 15px;
  width: 100%;
}
.sidebar-menu:before, .sidebar-menu:after {
  content: "";
  width: 1px;
  height: 13px;
  background: #030303;
  border-radius: 3px;
  position: absolute;
  right: 22px;
  top: calc(28.7px - 12.5px);
  transition: all 0.2s ease;
}
.sidebar-menu:after {
  transform: rotate(90deg);
}

.open:before {
  animation: turn-plus;
  animation-duration: 0.3s;
  animation-fill-mode: forwards;
}

.open:after {
  animation: turn-crossbar;
  animation-duration: 0.3s;
  animation-fill-mode: forwards;
}

@keyframes turn-plus {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(90deg);
  }
}
@keyframes turn-crossbar {
  0% {
    transform: none;
    transform: rotate(90deg);
  }
  50% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(90deg);
  }
}
.sidebar-menu:hover {
  background: #f2f2f2;
}

.sub-menu {
  /*this style is for the sub-menu box*/
  color: #3f5b6f;
  border-bottom: 1px solid #dedede;
  font-size: 1em;
  display: none;
  border: solid 1px #bebebe;
  margin-bottom: 16px;
  border-top: 0;
  border-bottom: 0;
}

.sub-menu{ display:block; }
@media (max-width: 540px) {
  .sidebar-menu {
    font-size: 1em;
    font-weight: 400;
  }

  .sub-menu {
    font-weight: 400;
  }

  .sidebar-1 {
    margin: 0;
    width: 100%;
  }
.sub-menu{ display:none; }
  .sidebar-menu:after, .sidebar-menu:before {
    top: calc(23.5px - 12.5px);
  }
}



.sid-mnu .accordion-item {
 
  margin: 0;
  overflow: hidden;
  border: none;
  outline: none;
  border:solid 1px #ccc; margin-bottom:15px; 
}
.sid-mnu .accordion-item .title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: inherit;

  line-height: inherit;
  cursor: pointer;
  color: #000;
   font-size:18px; font-weight:400; background-color:#dce0e8;  padding:10px 15px
}
.sid-mnu .accordion-item .title i.fas {
  font-size: 0.9rem;
  color: #000;
  transform: translateX(-50%) rotate(0);
  transition: transform 0.15s ease;
}
.sid-mnu .accordion-item .mn-a {
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  line-height: inherit;
  color: #454545;
  display: none;

}
.sid-mnu .accordion-item.active .title i.fas {
  color: #1a9de1;
  transform: translateX(-50%) rotate(180deg);
}
.sid-mnu .accordion-item.active .mn-a {
  display: block;
}

.db{ display:block; }

.sidebar-menu:before, .sidebar-menu:after {
   display: none;
}

@media only screen and (max-width: 768px) {
  .main .accordion {
    max-width: 100%;
    height: auto;
    margin: 0 auto;
  }
.db{ display:inherit; }
.sidebar-menu:before, .sidebar-menu:after {
   display: block;
}

}

.mn-a a{ display:block; width:100%;padding:8px 15px; border-bottom:solid 1px #ccc; display:block; color:#2b2b2b; font-size:15px; font-weight: 400;}
.mn-a a:hover{ background-color:#f2f4f7; color:#000; }


.v-fm-box{background-color:#eaeaea; padding: 25px; margin: 20px 0 50px 0;}


@media only screen and (max-width: 768px) {
    .v-fm-box{background-color:#eaeaea; padding: 25px; margin: 20px 0 20px 0;}
.nw-p-hm h1, .h1 {
    font-size: 1.30rem;
  }
  .icns-bx {
    border: solid 1px #ccc;
    padding: 15px 10px 10px 10px;
    margin: 8px 0;
}
.v-fm-box h4{font-size: 1.30rem;}
.icns-bx p {
  
    font-size: 13px;
    font-weight: 400;
}
    .v-fm-box {
        padding: 13px;
}

}