body{
	padding: 0;
	margin: 0;
	font-family: 'Poppins', sans-serif !important;
}
ul{
	list-style-type: none;
	padding-left: 0px;
}
h1,h2,h3,h4,h5{
	margin-bottom: 0px
}
.container-pj{
	width: 90%;
	margin: 0px auto;
}

/*-- header start ---*/

header{
	width: 100%;
	float: left;
	box-sizing: border-box;
}
.head-top{
	width: 100%;
	float: left;
	box-sizing: border-box;
}
.headTop{
	width: 100%;
	float: left;
}
.headTop h1{
	color: #5046f6;
	margin-bottom: 7px;
	font-size: 34px;
	font-weight: 500;
}
.headTop h4{
	color: #333;
	font-size: 18px;
	margin-top: 0px;
	font-weight: 400;
	margin-bottom: 30px
}
.menuBx {
    width: 100%;
    float: left;
    background: #5046f6;
    box-shadow: 0px 6px 7px #dcdcdc
}
/*-- main tab menu ---*/

.tabMenu {
    overflow: hidden;
    background-color: #5046f6;
    width: 100%;
    float: left;
}

/* Style the buttons inside the tab */
.tabMenu button {
  background-color: #5046f6;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 12px 16px;
  transition: 0.3s;
  font-size: 15px;
  color: #fff;
  font-family: 'Poppins', sans-serif !important;
  border-bottom:4px solid #5046f6;
}

/* Change background color of buttons on hover */
.tabMenu button:hover {
  background-color: #5046f6;
  border-bottom: 4px solid #5046f6;
}

/* Create an active/current tablink class */
.tabMenu button.active {
    background-color: #3830c2;
    border-bottom: 4px solid #150f6b;
}

/* Style the tab content */
.tabcontent {
  display: none;
  border-top: none;
  width: 100%;
  float: left;
}

/*--- header end ---*/

/*--------- content area start -----*/

.content-section {
    width: 100%;
    float: left;
    margin: 40px 0px;
    box-sizing: border-box;
}
.menuContent-area {
    width: 100%;
    float: left;
    box-sizing: border-box;
}
.inerContent-body {
    width: 100%;
    float: left;
    box-sizing: border-box;
}
.heading-main {
    width: 100%;
    float: left;
    border-bottom: 1px solid #ccc;
    padding-bottom: 20px;
}
.headingName {
    width: 60%;
    float: left;
}
.headingName h2 {
    font-weight: 500;
    color: #5046f6;
    margin-top: 0px;
}
.butn-area {
    width: 40%;
    float: left;
    text-align: right;
}
.def-Btn {
    background: #ccc;
    border: none;
    padding: 10px 20px;
    border-radius: 3px;
    color: #333;
    margin-right: 5px;
    font-size: 14px;
    box-shadow: 1px 3px 8px #dedede;
}
.saveBtn {
    background: #5046f6;
    color: #fff;
}
.saveBtn:hover {
    background: #3830c2 !important;
}
.def-Btn:hover{
	background:#33333359 
}
.second-heding {
    width: 100%;
    float: left;
    margin-bottom: 15px;
    margin-top: 10px;
}
.second-heding h5 {
    margin-top: 0px;
    font-weight: 400;
    font-size: 16px;
}

/*--- left menu start --*/

.inner-sectn-body{
	width: 100%;
	float:left;
	box-sizing: border-box;
	margin-top: 10px
}
.leftMenu {
    width: 250px;
    float: left;
}
.contentMenu-left {
    width: calc(100% - 278px);
    float: left;
    margin-left: 2%;
    box-sizing: border-box;
}
.rest-box {
    width: 100%;
    float: left;
    padding-top: 40px;
}
.rest-box a {
    color: #5046f6;
    font-weight: 500;
    text-transform: uppercase;
    text-decoration: none;
    border: 2px solid #5046f6;
    display: block;
    text-align: center;
    border-radius: 20px;
    padding: 6px;
    margin-bottom: 20px;
    transition: all 0.3s;
}
.rest-box a:hover{
	background: #5046f6;
	color: #fff;
	box-shadow: 1px 3px 8px #dedede;
	transition: all 0.3s;
}
.rest-box p {
    font-size: 14px;
    color: #636363;
}

/*--- left menu tab ---*/

.tab-left {
    width: 100%;
    float: left;
    background: #fff
}
.tab-left button {
    background-color: #fff;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
    font-size: 15px;
    color: #464646;
    width: 100%;
    text-align: left;
    text-transform: uppercase;
    font-weight: 600;
    border-bottom: 1px solid #ccc
}
.tab-left button:hover {
  background-color: #5046f6;
  color: #fff;
  box-shadow: 2px -2px 6px #00000040
}
.tab-left button.active {
    background-color: #5046f6;
    color: #fff;
    box-shadow: 2px -2px 6px #00000040
}
.tabcontent_menu {
  display: none;
  border-top: none;
  width: 100%;
  float: left;
  box-sizing: border-box;
}
.content-card{
  width: 100%;
  float: left;
  background: #f6f6f6;
  padding: 30px;
  box-sizing: border-box;
}
.card-titl {
    margin-top: 0px;
    font-weight: 400;
    margin-bottom: 10px;
    font-size: 18px;
}



/*---- auto select menu scroll ---*/

.page-section-a {
    width: 100%;
    float: right;
    margin-left: 3%;
    transition: all 0.3s;
    margin-bottom: 50px;
    box-sizing: border-box;
}
.navigation_sectn {
  width: 100%;
  float: left;
  color: #fff;
}
.navigation__link {
    display: block;
    color: #636363;
    text-decoration: none;
    padding: 10px;
    font-weight: 400;
    transition: all 0.3s;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 500;
}
.navigation__link:hover {
  background-color: rgb(80, 70, 246);
  transition: all 0.3s;
  box-shadow: 1px 3px 8px #aeaeae;
  color: #fff
}
.navigation__link.active {
    color: #ffffff;
    background-color: rgb(80, 70, 246);
    transition: all 0.3s;
    box-shadow: 1px 3px 8px #aeaeae
}
.sticky-menu {
    position: fixed;
    top: 30px;
    z-index: 10000;
    width: 250px;
}
.cm-left {
    margin-left: 278px;
    margin-top: -40px;
}

/*---------- form css ----*/

.form-box {
    width: 100%;
    float: left;
    box-sizing: border-box;
}

/*---- animation effect on input field start-----*/

.pure-material-textfield-outlined {
    --pure-material-safari-helper1: rgb(var(--pure-material-primary-rgb, 33, 150, 243));
    position: relative;
    display:block;
    padding-top: 6px;
    /*font-family: var(--pure-material-font, "Roboto", "Segoe UI", BlinkMacSystemFont, system-ui, -apple-system);
    */font-size: 14px;
    line-height: 1.5;
    overflow: hidden;
    margin-bottom: 10px
}

/* Input, Textarea */
.pure-material-textfield-outlined > input,
.pure-material-textfield-outlined > textarea,
.pure-material-textfield-outlined > select {
    box-sizing: border-box;
    margin: 0;
    border: solid 1px; /* Safari */
    border-color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.3);
    border-top-color: transparent;
    border-radius: 4px;
    padding: 10px 13px 10px;
    width: 100%;
    height: inherit;
    color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.87);
    background-color: transparent;
    box-shadow: none; /* Firefox */
    font-size: inherit;
    line-height: inherit;
    caret-color: rgb(var(--pure-material-primary-rgb, 33, 150, 243));
    transition: border 0.2s, box-shadow 0.2s;
}

/* Span */
.pure-material-textfield-outlined > input + span,
.pure-material-textfield-outlined > textarea + span,
.pure-material-textfield-outlined > select + span {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    border-color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.3);
    width: 100%;
    max-height: 100%;
    color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.6);
    font-size: 85%;
    line-height: 15px;
    cursor: text;
    transition: color 0.2s, font-size 0.2s, line-height 0.2s;
}

/* Corners */
.pure-material-textfield-outlined > input + span::before,
.pure-material-textfield-outlined > input + span::after,
.pure-material-textfield-outlined > textarea + span::before,
.pure-material-textfield-outlined > textarea + span::after,
.pure-material-textfield-outlined > select + span::before,
.pure-material-textfield-outlined > select + span::after {
    content: "";
    display: block;
    box-sizing: border-box;
    margin-top: 6px;
    border-top: solid 1px;
    border-top-color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.3);
    min-width: 10px;
    height: 8px;
    pointer-events: none;
    box-shadow: inset 0 1px transparent;
    transition: border-color 0.2s, box-shadow 0.2s;
}

.pure-material-textfield-outlined > input + span::before,
.pure-material-textfield-outlined > textarea + span::before,
.pure-material-textfield-outlined > select + span::before {
    margin-right: 4px;
    border-left: solid 1px transparent;
    border-radius: 4px 0;
}

.pure-material-textfield-outlined > input + span::after,
.pure-material-textfield-outlined > textarea + span::after,
.pure-material-textfield-outlined > select + span::after {
    flex-grow: 1;
    margin-left: 4px;
    border-right: solid 1px transparent;
    border-radius: 0 4px;
}

/* Hover */
.pure-material-textfield-outlined:hover > input,
.pure-material-textfield-outlined:hover > select,
.pure-material-textfield-outlined:hover > textarea {
    border-color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.87);
    border-top-color: transparent;
}

.pure-material-textfield-outlined:hover > input + span::before,
.pure-material-textfield-outlined:hover > textarea + span::before,
.pure-material-textfield-outlined:hover > input + span::after,
.pure-material-textfield-outlined:hover > textarea + span::after,
.pure-material-textfield-outlined:hover > select + span::before,
.pure-material-textfield-outlined:hover > select + span::after {
    border-top-color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.87);
}

.pure-material-textfield-outlined:hover > input:not(:focus):placeholder-shown,
.pure-material-textfield-outlined:hover > select:not(:focus):placeholder-shown,
.pure-material-textfield-outlined:hover > textarea:not(:focus):placeholder-shown {
    border-color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.87);
}

/* Placeholder-shown */
.pure-material-textfield-outlined > input:not(:focus):placeholder-shown,
.pure-material-textfield-outlined > select:not(:focus):placeholder-shown,
.pure-material-textfield-outlined > textarea:not(:focus):placeholder-shown {
    border-top-color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.3);
}

.pure-material-textfield-outlined > input:not(:focus):placeholder-shown + span,
.pure-material-textfield-outlined > select:not(:focus):placeholder-shown + span,
.pure-material-textfield-outlined > textarea:not(:focus):placeholder-shown + span {
    font-size: inherit;
    line-height: 57px;
}

.pure-material-textfield-outlined > input:not(:focus):placeholder-shown + span::before,
.pure-material-textfield-outlined > textarea:not(:focus):placeholder-shown + span::before,
.pure-material-textfield-outlined > input:not(:focus):placeholder-shown + span::after,
.pure-material-textfield-outlined > textarea:not(:focus):placeholder-shown + span::after,
.pure-material-textfield-outlined > select:not(:focus):placeholder-shown + span::before,
.pure-material-textfield-outlined > select:not(:focus):placeholder-shown + span::after, {
    border-top-color: transparent;
}

/* Focus */
.pure-material-textfield-outlined > input:focus,
.pure-material-textfield-outlined > select:focus,
.pure-material-textfield-outlined > textarea:focus {
    border-color: rgb(var(--pure-material-primary-rgb, 33, 150, 243));
    border-top-color: transparent;
    box-shadow: inset 1px 0 var(--pure-material-safari-helper1), inset -1px 0 var(--pure-material-safari-helper1), inset 0 -1px var(--pure-material-safari-helper1);
    outline: none;
}

.pure-material-textfield-outlined > input:focus + span,
.pure-material-textfield-outlined > select:focus + span,
.pure-material-textfield-outlined > textarea:focus + span {
    color: rgb(var(--pure-material-primary-rgb, 33, 150, 243));
}

.pure-material-textfield-outlined > input:focus + span::before,
.pure-material-textfield-outlined > input:focus + span::after,
.pure-material-textfield-outlined > select:focus + span::before,
.pure-material-textfield-outlined > select:focus + span::after,
.pure-material-textfield-outlined > textarea:focus + span::before,
.pure-material-textfield-outlined > textarea:focus + span::after {
    border-top-color: var(--pure-material-safari-helper1) !important;
    box-shadow: inset 0 1px var(--pure-material-safari-helper1);
}

/* Disabled */
.pure-material-textfield-outlined > input:disabled,
.pure-material-textfield-outlined > input:disabled + span,
.pure-material-textfield-outlined > select:disabled,
.pure-material-textfield-outlined > select:disabled + span,
.pure-material-textfield-outlined > textarea:disabled,
.pure-material-textfield-outlined > textarea:disabled + span {
    border-color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.38) !important;
    border-top-color: transparent !important;
    color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.38);
    pointer-events: none;
}

.pure-material-textfield-outlined > input:disabled + span::before,
.pure-material-textfield-outlined > input:disabled + span::after,
.pure-material-textfield-outlined > select:disabled + span::before,
.pure-material-textfield-outlined > select:disabled + span::after,
.pure-material-textfield-outlined > textarea:disabled + span::before,
.pure-material-textfield-outlined > textarea:disabled + span::after {
    border-top-color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.38) !important;
}

.pure-material-textfield-outlined > input:disabled:placeholder-shown,
.pure-material-textfield-outlined > input:disabled:placeholder-shown + span,
.pure-material-textfield-outlined > select:disabled:placeholder-shown,
.pure-material-textfield-outlined > select:disabled:placeholder-shown + span,
.pure-material-textfield-outlined > textarea:disabled:placeholder-shown,
.pure-material-textfield-outlined > textarea:disabled:placeholder-shown + span {
    border-top-color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.38) !important;
}

.pure-material-textfield-outlined > input:disabled:placeholder-shown + span::before,
.pure-material-textfield-outlined > input:disabled:placeholder-shown + span::after,
.pure-material-textfield-outlined > select:disabled:placeholder-shown + span::before,
.pure-material-textfield-outlined > select:disabled:placeholder-shown + span::after,
.pure-material-textfield-outlined > textarea:disabled:placeholder-shown + span::before,
.pure-material-textfield-outlined > textarea:disabled:placeholder-shown + span::after {
    border-top-color: transparent !important;
}







/* Faster transition in Safari for less noticable fractional font-size issue */
@media not all and (min-resolution:.001dpcm) {
    @supports (-webkit-appearance:none) {
        .pure-material-textfield-outlined > input,
        .pure-material-textfield-outlined > input + span,
        .pure-material-textfield-outlined > select,
        .pure-material-textfield-outlined > select + span,
        .pure-material-textfield-outlined > textarea,
        .pure-material-textfield-outlined > textarea + span,
        .pure-material-textfield-outlined > select,
        .pure-material-textfield-outlined > select + span,
        .pure-material-textfield-outlined > input + span::before,
        .pure-material-textfield-outlined > input + span::after,
        .pure-material-textfield-outlined > select + span::before,
        .pure-material-textfield-outlined > select + span::after,
        .pure-material-textfield-outlined > textarea + span::before,
        .pure-material-textfield-outlined > textarea + span::after {
            transition-duration: 0.1s;
        }
    }
}

/*---- animation effect on input field start-----*/

.inputMsg {
    font-size: 12px;
    margin-top: 5px;
    color: #909090;
    font-style: italic;
}

/*----- color picker  ----*/

/* Picker */
.picker {
  width: 100%;
  float: left;
 /* box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.1);*/
}
.picker input {
    border: none;
    float: left;
    width: 100px;
    background: #fff;
    padding: 2px;
}
.picker input:focus{
	outline: none;
}
.picker input[type="text"] {
  text-align: center;
  text-transform: uppercase;
}

/* Color picker */
.picker input[type="color"] {
    width: 30px;
    -webkit-appearance: none;
    height: 30px;
    border-radius: 4px;
    overflow: hidden;
    float: left;
}

.picker input[type="color"]::-webkit-color-swatch-wrapper {
  padding: 0;
}

.picker input[type="color"]::-webkit-color-swatch {
  border: none;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}

/*------ color picker end -------*/

.singl-section {
    width: 100%;
    float: left;
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 20px;
    margin-bottom: 20px;
    display: flex;
}
.subName {
    font-weight: 400;
    color: #636363;
    font-size: 15px;
    margin-right: 20px;
    min-width: 250px;
    float: left;
}
.singl-section .pure-material-textfield-outlined {
    width: 100% !important;
}
.pure-material-textfield-outlined select optgroup {
    font-weight: 400;
}


/*--- TOGGLE SWITCH ----*/

.switch-tog {
    position: relative;
    display: inline-block;
    width: 45px;
    height: 26px;
}
.switch-tog input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider-tog {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color:#b7b7b7;
  transition: .4s;
}
.slider-tog:before {
    position: absolute;
    content: "";
    height: 18px;
    width: 18px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    transition: .4s;
}

input:checked + .slider-tog {
  background-color:#7d7d7d;
}

input:focus + .slider-tog {

}

input:checked + .slider-tog:before {
  transform: translateX(19px);
}

.slider-tog.round {
  border-radius: 34px;
}

.slider-tog.round:before {
  border-radius: 50%;
}


/*--- TOGGLE SWITCH END --*/

/*---- 	image upload css ---*/

.avatar-upload {
    float: left;
    width: 100%;
}
.avatar-upload .avatar-edit {
    width: auto;
    float: left;
}
.avatar-upload .avatar-edit input {
  display: none;
}
.avatar-upload .avatar-edit input + label {
    display: inline-block;
    margin-top: 24px;
    cursor: pointer;
}
.avatar-upload .avatar-edit input + label:hover {
  background: #f1f1f1;
  border-color: #d6d6d6;
}
.avatar-upload .avatar-preview {
    width: 80px;
    height: 80px;
    position: relative;
    border: 6px solid #e1e1e1;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
    float: left;
}
.avatar-upload .avatar-preview > div {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}


/*-- image uppload end --*/

.singl-section .pure-material-textfield-outlined {
    margin-bottom: 0px;
}


/*======== tooltip flow start =====*/
/* START TOOLTIP STYLES */
[tooltip] {
  position: relative; /* opinion 1 */
}

/* Applies to all tooltips */
[tooltip]::before,
[tooltip]::after {
  text-transform: none; /* opinion 2 */
  font-size: .9em; /* opinion 3 */
  line-height: 1;
  user-select: none;
  pointer-events: none;
  position: absolute;
  display: none;
  opacity: 0;
}
[tooltip]::before {
  content: '';
  border: 5px solid transparent; /* opinion 4 */
  z-index: 1001; /* absurdity 1 */
}
[tooltip]::after {
  content: attr(tooltip); /* magic! */
  
  /* most of the rest of this is opinion */
  font-family: Helvetica, sans-serif;
  text-align: center;
  
  /* 
    Let the content set the size of the tooltips 
    but this will also keep them from being obnoxious
    */
  min-width: 3em;
  max-width: 20em;
  overflow: hidden;
  padding: 1ch 1.5ch;
  border-radius: .3ch;
  box-shadow: 0 1em 2em -.5em rgba(0, 0, 0, 0.35);
  background: #333;
  color: #fff;
  z-index: 1000; /* absurdity 2 */
  min-height: 2em
}

/* Make the tooltips respond to hover */
[tooltip]:hover::before,
[tooltip]:hover::after {
  display: block;
}

/* don't show empty tooltips */
[tooltip='']::before,
[tooltip='']::after {
  display: none !important;
}

/* FLOW: UP */
[tooltip]:not([flow])::before,
[tooltip][flow^="up"]::before {
  bottom: 100%;
  border-bottom-width: 0;
  border-top-color: #333;
}
[tooltip]:not([flow])::after,
[tooltip][flow^="up"]::after {
  bottom: calc(100% + 5px);
}
[tooltip]:not([flow])::before,
[tooltip]:not([flow])::after,
[tooltip][flow^="up"]::before,
[tooltip][flow^="up"]::after {
  left: 50%;
  transform: translate(-50%, -.5em);
}

/* FLOW: DOWN */
[tooltip][flow^="down"]::before {
  top: 100%;
  border-top-width: 0;
  border-bottom-color: #333;
}
[tooltip][flow^="down"]::after {
  top: calc(100% + 5px);
}
[tooltip][flow^="down"]::before,
[tooltip][flow^="down"]::after {
  left: 50%;
  transform: translate(-50%, .5em);
}

/* FLOW: LEFT */
[tooltip][flow^="left"]::before {
  top: 50%;
  border-right-width: 0;
  border-left-color: #333;
  left: calc(0em - 5px);
  transform: translate(-.5em, -50%);
}
[tooltip][flow^="left"]::after {
  top: 50%;
  right: calc(100% + 5px);
  transform: translate(-.5em, -50%);
}

/* FLOW: RIGHT */
[tooltip][flow^="right"]::before {
  top: 50%;
  border-left-width: 0;
  border-right-color: #333;
  right: calc(0em - 5px);
  transform: translate(.5em, -50%);
}
[tooltip][flow^="right"]::after {
  top: 50%;
  left: calc(100% + 5px);
  transform: translate(.5em, -50%);
}

/* KEYFRAMES */
@keyframes tooltips-vert {
  to {
    opacity: .9;
    transform: translate(-50%, 0);
  }
}

@keyframes tooltips-horz {
  to {
    opacity: .9;
    transform: translate(0, -50%);
  }
}

/* FX All The Things */ 
[tooltip]:not([flow]):hover::before,
[tooltip]:not([flow]):hover::after,
[tooltip][flow^="up"]:hover::before,
[tooltip][flow^="up"]:hover::after,
[tooltip][flow^="down"]:hover::before,
[tooltip][flow^="down"]:hover::after {
  animation: tooltips-vert 300ms ease-out forwards;
}

[tooltip][flow^="left"]:hover::before,
[tooltip][flow^="left"]:hover::after,
[tooltip][flow^="right"]:hover::before,
[tooltip][flow^="right"]:hover::after {
  animation: tooltips-horz 300ms ease-out forwards;
}

span.tip {
    position: relative;
    top: -6px;
    border: 1px solid #9c9c9c;
    padding: 0px 6px;
    border-radius: 50%;
    font-size: 12px;
    font-weight: 600;
    font-family: initial;
}
p.tg-ln {
    font-size: 12px;
    color: #989897;
}



/*======== tooltip flow end =======*/


/*================= MEDIAQUERY START =================*/

@media only screen and (min-width: 320px) and (max-width: 768px){

.header {
    margin-top: 20px;
}
.headTop h1 {
    font-size: 24px;
    margin-bottom: 0px
}
.headTop h4 {
    font-size: 14px;
    margin-bottom: 20px;
}
.tabMenu {
    overflow-x: scroll;
    white-space: nowrap;
}
.tabMenu button {
    float: initial;
    padding: 7px 14px
}
.content-section{
	margin:20px 0px;
}
.def-Btn {
    padding: 7px 20px;
}
.headingName {
    width: 100%;
    margin-bottom: 15px
}
.butn-area {
    width: 100%;
}
.headingName h2{
	font-size: 20px
}

/*----*/

.leftMenu{
	width: 100%;
	margin-bottom: 20px
}
.navigation_sectn {
    width: 100%;
    float: left;
    color: #fff;
    white-space: nowrap;
    overflow-x: scroll;
    background: #ccc
}
.navigation__link {
    display: inline-block;
}
.sticky-menu {
    position: fixed;
    top: 0;
    z-index: 10000;
    width: 250px;
    width: 90% !important;
    background: #fff;
    padding-top: 10px;
    padding-bottom: 10px;
}
.rest-box {
    padding-top: 12px;
}
.rest-box a {
    margin-bottom: 10px;
}
.cm-left {
    margin-left: 0;
    margin-top: 0;
    width: 100%;
    float: left;
}
.contentMenu-left {
    width: 100%;
    margin-left: 0;
}
.page-section-a {
    margin-left: 0;
}
.content-card {
    padding: 20px;
}
.subName {
    width: 100%;
    margin-right: 0px;
    margin-bottom:10px;
}
.singl-section{
	display: block;
	padding-bottom: 15px;
    margin-bottom: 15px;
}
.avatar-upload .avatar-edit input + label {
    margin-top: 0;
}
.rest-box a{
	width: 40%
}

}





