.dropdown_2{position:relative;z-index:2}.dropdown_new{position:relative;z-index:2}.badge{background-color:#032b52!important;color:#fff!important}
.img_circle{position:relative;z-index:20;left:-18px;height:100%;width:70%;}
.details{z-index:21!important}@media(max-width:528px)
{.install-app{width:70px}}
.list_icon{background-color:#00458b!important;border-radius:27% 0 0 27%/100% 0 0 100%!important}
.dropdown:hover>.dropdown-menu{display:block}.dd_list{width:78%;top:78%;position:absolute;margin-bottom:auto;font-size:16px;z-index:1}
.dd_list a:hover{background-color:#6d6e6f}
.sidenav{height:100%;width:0;position:fixed;z-index:25;top:0;right:0;background-color:#fff;overflow-x:hidden;transition:.5s;padding-top:0}.sidenav a{padding:8px 8px 8px 32px;text-decoration:none;font-size:16px;color:#000;display:block;transition:.3s}.sidenav a:hover{color:#f1f1f1}.sidenav .closebtn{position:absolute;top:8px;right:30px}@media screen and (max-height:450px){.sidenav{padding-top:15px}.sidenav a{font-size:18px}}#mySidenav>a:after{width:13px;height:13px;background-image:url(../../img/icons/icons-chevrons.png);background-position:-50px -200px;content:'';position:absolute;right:16px}img.mobile-logo{margin:10px 0 0 11px;width:150px;height:50px}.dn_small_img{transform:translate(-35px,52px);background-color:green;border-radius:50%;padding:6px}.dropdown-divider{height:0;margin:.5rem 0;overflow:hidden;border-top:2px solid #798ea2}.dd_arrow::after{display:inline-block;width:0;height:0;margin-left:.255em;vertical-align:.255em;content:'\f105';font-family:FontAwesome;font-weight:400;font-style:normal;margin:0 0 0 10px;text-decoration:none}.dd_arrow::after{position:absolute;right:20px;transform:translateY(-164%)}.logout{background-color:#eaeaea}.dropdown-menu{padding:1.5rem 0 0 0!important}@media (max-width :767px){.dropdown-menu{display:none!important}.app_icon{width:22%}}@media (width:320px){.dropdown_new{width:40px!important}}
@media (max-width: 767px) {
#mySidenav>a:after { display: none; }
.img_circle {
  position: relative;
  z-index: 20;
  left: -9%;
}

.details {
  z-index: 9!important;
}
}
@media(max-width:528px) {
  .install-app {
    width: 70px;
  }
}

.list_icon {
  background-color: #00458b!important;
  border-radius: 27% 0 0 27%/100% 0 0 100%!important;
}

.dropdown:hover>.dropdown-menu {
  display: block;
}

.dd_list {
  width: 87%;
  top: 78%;
  position: absolute;
  margin-bottom: auto;
  font-size: 16px;
  z-index: 1;
}

.dd_list a:hover {
  background-color: #6d6e6f;
}

.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 25;
  top: 0;
  right: 0;
  background-color: #fff;
  overflow-x: hidden;
  transition: .5s;
  padding-top: 0;
}

.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 16px;
  color: #000;
  display: block;
  transition: .3s;
}

.sidenav a:hover {
  color: #f1f1f1;
}

.sidenav .closebtn {
  position: absolute;
  top: 8px;
  right: 30px;
}

@media screen and (max-height:450px) {
  .sidenav {
    padding-top: 15px;
  }

  .sidenav a {
    font-size: 18px;
  }
}

#mySidenav>a:after {
  width: 13px;
  height: 13px;
  background-image: url(../../img/icons/icons-chevrons.png);
  background-position: -50px -200px;
  content: '';
  position: absolute;
  right: 16px;
}

img.mobile-logo {
  margin: 10px 0 0 11px;
  width: 150px;
  height: 50px;
}
.mobile_img{width:160px;}

.dn_small_img {
  transform: translate(-35px,52px);
  background-color: green;
  border-radius: 50%;
  padding: 6px;
}

.dropdown-divider {
  height: 0;
  margin: 1rem 0;
  overflow: hidden;
  border-top: 2px solid #798ea2;
}

.dd_arrow::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .255em;
  vertical-align: .255em;
  content: '\f105';
  font-family: FontAwesome;
  font-weight: 400;
  font-style: normal;
  margin: 0 0 0 10px;
  text-decoration: none;
}

.dd_arrow::after {
  position: absolute;
  right: 20px;
  transform: translateY(-164%);
}

.logout {
  background-color: #eaeaea;
}

.dropdown-menu {
  padding: 1.5rem 0 0 0!important;
}

@media (max-width :767px) {
  .dropdown-menu {
    display: none!important;
  }

  .app_icon {
    width: 22%;
  }
}

@media (width:320px) {
  .dropdown_new {
    width: 40px!important;
  }
}

@media (max-width: 767px) {
  #mySidenav>a:after {
    display: none;
  }
 
	.dropdown-item.active, .dropdown-item:active, .dropdown-item:focus, .dropdown-item:hover {
		background-color: #b2cce5 !important;
		color: #000 !important;
	}
	.accordion .card .card-header a {
    font-size: 19px;
	}
.accordion .card .card-header a:after {
    content: "";
    position: relative;
    margin-top: 0px;
    background-repeat: no-repeat;
}

}
