#slide1 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.dasboardpanel {
  display: flex;
  padding: 10px 0px;
}
.dasboardpanel .firstdiv,
.dasboardpanel .seconddiv,
.dasboardpanel .thirddiv {
  position: relative;
  box-sizing: border-box;
}
.dasboardpanel .seconddiv {
  width: 50%;
  box-sizing: border-box;
  text-align: center;
  z-index: 9;
  padding: 30px;
  margin: 0px auto;
}
.mobileview {
  display: none;
}
.dasboardpanel .seconddiv {
  width: 50%;
  box-sizing: border-box;
  padding: 30px;
  margin: 0 auto;
  text-align: center;
  z-index: 9;
}
.circledash {
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.28);
  padding: 30px;
  width: 424px;
  height: 424px;
  border-radius: 50%;
  display: flex;
  position: relative;
  background-color: #fff;
  background: linear-gradient(-45deg, #ee7752, #e73c7e, #23a6d5, #23d5ab);
  border: 1px dashed #fff;
  background-size: 400% 400%;
  animation: gradient 5s ease infinite;
  margin: auto;
}
.circledash .div1 {
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.28);
    padding: 20px;
    border-radius: 50%;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    background-color: #fff3e6;
    background-image: var(--middle-state-logo-img);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 85%;
}
.circledash .div1 .d-logo {
    max-width: 150px;
    margin-bottom: 10px;
    margin-top: 0px;
}

.circledash .div1 h4 {
    text-transform: uppercase;
    font-size: 20px;
    color: #006582;
}
.dasboardpanel .firstdiv, .dasboardpanel .seconddiv, .dasboardpanel .thirddiv {
    position: relative;
    box-sizing: border-box;
}
.dasboardpanel .firstdiv, .dasboardpanel .thirddiv {
    width: 25%;
}
.dasboardpanel .firstdiv ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}
.dasboardpanel .firstdiv ul li {
    padding: 12px;
    border-radius: 55px;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.38);
    position: relative;
    margin: 20px 0px;
    min-height: 97px;
    border: 1px dashed #fff;
}
.dasboardpanel .firstdiv ul li .icon {
    position: absolute;
    width: 60px;
    height: 60px;
    background-color: #fff;
    border-radius: 50%;
    right: -35px;
    box-sizing: border-box;
    padding: 8px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.38);
    z-index: 5;
}
.dasboardpanel .firstdiv ul li .icon > div {
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.38);
    border-radius: 50%;
    padding: 8px;
}
.dasboardpanel .firstdiv ul li .icon img {
    max-width: 100%;
}
.dasboardpanel .firstdiv ul li .content {
    text-align: right;
    padding-right: 35px;
    font-size: 13px;
    color: #fff;
}
.dasboardpanel .firstdiv ul li .content strong {
    display: block;
    color: #fff;
    margin-bottom: 5px;
    font-size: 18px;
}
.bgcolor-1, .bgcolor-1 .icon > div {
    background-color: #006582;
}

.bgcolor-2, .bgcolor-2 .icon > div {
    background-color: #00a8ba;
}

.bgcolor-3, .bgcolor-3 .icon > div {
    background-color: #00bd81;
}

.bgcolor-4, .bgcolor-4 .icon > div {
    background-color: #eea20f;
}

.bgcolor-5, .bgcolor-5 .icon > div {
    background-color: #ef7c16;
}

.bgcolor-6, .bgcolor-6 .icon > div {
    background-color: #ff4255;
}

.bgcolor-7, .bgcolor-7 .icon > div {
    background-color: #1258c6;
}

.bgcolor-8, .bgcolor-8 .icon > div {
    background-color: #7e8e0a;
}
.dasboardpanel .seconddiv {
    width: 50%;
    box-sizing: border-box;
    padding: 30px;
    margin: 0 auto;
    text-align: center;
    z-index: 9;
}
.circledash {
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.28);
    padding: 30px;
    width: 450px;
    height: 450px;
    border-radius: 50%;
    display: flex;
    position: relative;
    background-color: #fff;
    background: linear-gradient(-45deg, #ee7752, #e73c7e, #23a6d5, #23d5ab);
    border: 1px dashed #fff;
    background-size: 400% 400%;
    animation: gradient 5s 
ease infinite;
    margin: auto;
}
@keyframes gradient {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}
.circledash .div1 {
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.28);
    padding: 40px;
    border-radius: 50%;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    background-color: #fff3e6;
    background-image: var(--middle-state-logo-img);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 85%;
}
.circledash .div1 .d-logo {
    max-width: 150px;
    margin-bottom: 10px;
    margin-top: 0px;
}
.circledash .div1 h1 {
    /* text-transform: uppercase; */
    font-size: 24px;
    font-weight: 800;
    color: #000000;
    margin-top: 10px;
}
.circledash .div1 h4 {
    text-transform: uppercase;
    font-size: 20px;
    color: #006582;
}
.dasboardpanel .thirddiv ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}
.dasboardpanel .thirddiv ul li {
    padding: 12px;
    border-radius: 55px;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.38);
    position: relative;
    margin: 18px 0px;
    min-height: 97px;
    border: 1px dashed #fff;
}
.dasboardpanel .thirddiv ul li .icon {
    position: absolute;
    width: 60px;
    height: 60px;
    background-color: #fff;
    border-radius: 50%;
    left: -35px;
    box-sizing: border-box;
    padding: 8px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.38);
    z-index: 5;
}
.dasboardpanel .thirddiv ul li .icon > div {
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.38);
    border-radius: 50%;
    padding: 8px;
}
.dasboardpanel .thirddiv ul li .icon img {
    max-width: 100%;
}
.dasboardpanel .thirddiv ul li .content {
    text-align: left;
    padding-left: 31px;
    font-size: 13px;
    color: #fff;
}
.dasboardpanel .thirddiv ul li .content strong {
    display: block;
    color: #fff;
    margin-bottom: 5px;
    font-size: 18px;
}
.bgcolor-1::after {
    content: "";
    position: absolute;
    width: 65px;
    height: 1px;
    border-bottom: 2px dashed #006582;
    right: -97px;
    z-index: 0;
    transform: rotate(30deg);
}

.bgcolor-2::after {
    content: "";
    position: absolute;
    width: 65px;
    height: 1px;
    border-bottom: 2px dashed #00a8ba;
    right: -87px;
    z-index: 0;
    transform: rotate(10deg);
    top: 54px;
}

.bgcolor-3::after {
    content: "";
    position: absolute;
    width: 65px;
    height: 1px;
    border-bottom: 2px dashed #00bd81;
    right: -87px;
    z-index: 0;
    top: 39px;
}

.bgcolor-4::after {
    content: "";
    position: absolute;
    width: 65px;
    height: 1px;
    border-bottom: 2px dashed #eea20f;
    right: -87px;
    z-index: 0;
    transform: rotate(-20deg);
    top: 32px;
}

.bgcolor-5::after {
    content: "";
    position: absolute;
    width: 55px;
    height: 1px;
    border-bottom: 2px dashed #ef7c16;
    left: -77px;
    z-index: 0;
    transform: rotate(-30deg);
    top: 62px;
}

.bgcolor-6::after {
    content: "";
    position: absolute;
    width: 55px;
    height: 1px;
    border-bottom: 2px dashed #ff4255;
    left: -83px;
    z-index: 0;
    transform: rotate(-20deg);
    top: 62px;
}

.bgcolor-7::after {
    content: "";
    position: absolute;
    width: 55px;
    height: 1px;
    border-bottom: 2px dashed #1258c6;
    left: -95px;
    z-index: 0;
    transform: rotate(-5deg);
    top: 47px;
}

.bgcolor-8::after {
    content: "";
    position: absolute;
    width: 55px;
    height: 1px;
    border-bottom: 2px dashed #7e8e0a;
    left: -87px;
    z-index: 0;
    transform: rotate(20deg);
    top: 25px;
}
