@import url("https://fonts.googleapis.com/css2?family=Comfortaa:wght@600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

:root {
  scroll-behavior: auto;
  --thm-font: "Inter", sans-serif;
  --heading-font: "Inter", sans-serif;
  --special-font: "reeyregular", sans-serif;
  --thm-color: #000248;
  --thm-orangecolor: #ffad00;
  --thm-w-color: #fff;
  --thm-bg-color: #f4f7fc;
  --primary-rgb: 84, 109, 254;
  --secondary-rgb: 215, 124, 247;
  --warning-rgb: 244, 167, 66;
  --info-rgb: 12, 163, 231;
  --success-rgb: 12, 215, 177;
  --danger-rgb: 254, 84, 84;
  --light-rgb: 245, 247, 250;
  --dark-rgb: 10, 10, 10;
  --orange-rgb: 254, 124, 88;
  --pink-rgb: 254, 84, 155;
  --teal-rgb: 0, 216, 216;
  --purple-rgb: 123, 118, 254;
  --green-rgb: 1, 239, 140;
  --default-body-bg-color: rgb(var(--body-bg-rgb));
  --primary-color: rgb(var(--primary-rgb));
  --primary-border: rgb(var(--primary-rgb));
  --primary01: rgba(var(--primary-rgb), 0.1);
  --primary02: rgba(var(--primary-rgb), 0.2);
  --primary03: rgba(var(--primary-rgb), 0.3);
  --primary04: rgba(var(--primary-rgb), 0.4);
  --primary05: rgba(var(--primary-rgb), 0.5);
  --primary06: rgba(var(--primary-rgb), 0.6);
  --primary07: rgba(var(--primary-rgb), 0.7);
  --primary08: rgba(var(--primary-rgb), 0.8);
  --primary09: rgba(var(--primary-rgb), 0.9);
  --primary005: rgba(var(--primary-rgb), 0.05);
}

/*--------------------------------------------------------------------
                            General
---------------------------------------------------------------------*/
*::-moz-selection {
  background: #00269d;
  color: #fff;
  text-shadow: none;
}

::-moz-selection {
  background: #00269d;
  color: #fff;
  text-shadow: none;
}

::selection {
  background: #00269d;
  color: #fff;
  text-shadow: none;
}

/* Definition Lists */
dl dd {
  margin-bottom: 15px;
}

dl dd:last-child {
  margin-bottom: 0px;
}

/* Table */
.table td,
.table th {
  vertical-align: middle;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
  color: #02818f;
}
.bg-20 {
  background: #f5a33d !important;
}
.dropdown-item {
  font-size: 14px;
}

.dropdown-menu {
  border-radius: 10px;
}

.bg-60 {
  background: #005fe8 !important;
}

/* scroller */
.scroller {
  overflow-y: auto;
  scrollbar-color: #00269d #eff7f8;
  scrollbar-width: thin;
}

.scroller::-webkit-scrollbar-thumb {
  background-color: #00269d;
}

.scroller::-webkit-scrollbar-track {
  background-color: #eff7f8;
}

#sidebar-scrollbar {
  overflow-y: auto;
  scrollbar-color: #00269d #eff7f8;
  scrollbar-width: thin;
}

#sidebar-scrollbar::-webkit-scrollbar-thumb {
  background-color: #00269d;
}

#sidebar-scrollbar::-webkit-scrollbar-track {
  background-color: #eff7f8;
}

/* Form */
#sidebar-scrollbar {
  height: 100%;
}

/*---------------------------------------------------------------------
                                  Badge
-----------------------------------------------------------------------*/
.badge {
  padding: 0.3em 0.6em;
  line-height: 1.3;
  text-transform: capitalize;
}

.breadcrumb.bg-primary .breadcrumb-item + .breadcrumb-item::before {
  color: #ffffff;
}

/*---------------------------------------------------------------------
                               Media Support
-----------------------------------------------------------------------*/
.media-support {
  display: inline-block;
  width: 100%;
}

.media-support-user-img img {
  height: 60px;
}

.media-support-header {
  display: flex;
  align-items: flex-start;
}

.media-support-info {
  flex: 1;
}

.projects-media img {
  height: 60px;
}

.iq-media-group .iq-media {
  margin-left: -20px;
  position: relative;
  z-index: 0;
  transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  -webkit-transition: all 0.1s ease-in-out;
}

.iq-media-group .iq-media:hover {
  z-index: 9;
}

.iq-media-group .iq-media img,
.iq-media-group .iq-media.border {
  border: 2px solid #ddd;
}

.iq-media-group .iq-media:first-child {
  margin-left: 0;
}

.iq-media {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.iq-media:hover {
  text-decoration: none;
}

.media-pl {
  text-align: center;
}

/*---------------------------------------------------------------------
                                  Best Sellers
-----------------------------------------------------------------------*/
.media-sellers {
  display: flex;
  align-items: flex-start;
}

.media-sellers-media-info {
  flex: 1;
}

.media-sellers-img img {
  height: 80px;
}

.iq-card .list-star li {
  margin-right: 0;
}

/*---------------------------------------------------------------------
                                  Profile-Avatar
-----------------------------------------------------------------------*/
.iq-profile-avatar {
  position: relative;
}

.iq-profile-avatar:before {
  content: "";
  position: absolute;
  border-radius: 100%;
  z-index: 1;
  border: 2px solid #fff;
  background-color: #374948;
  height: 16px;
  width: 16px;
  right: 0;
  bottom: 3px;
}

.iq-profile-avatar.status-online:before {
  background-color: #0abb78;
}

.iq-profile-avatar.status-away:before {
  background-color: #ffb820;
}

.avatar-upload {
  position: relative;
  max-width: 205px;
  margin: 15px 0 0;
}

.avatar-upload .avatar-edit {
  position: absolute;
  right: 12px;
  z-index: 1;
  top: 10px;
}

.avatar-upload .avatar-edit input {
  display: none;
}

.avatar-upload .avatar-edit input + label {
  display: inline-block;
  width: 34px;
  height: 34px;
  margin-bottom: 0;
  border-radius: 100%;
  background: #ffffff;
  border: 1px solid #777d74;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
  cursor: pointer;
  font-weight: normal;
  transition: all 0.2s ease-in-out;
}

.avatar-upload .avatar-edit input + label:hover {
  background: #f1f1f1;
  border-color: #d6d6d6;
}

.avatar-upload .avatar-edit input + label:after {
  content: "\f040";
  font-family: "FontAwesome";
  color: #374948;
  position: absolute;
  top: 6px;
  left: 0;
  right: 0;
  text-align: center;
  margin: auto;
}

.avatar-upload .avatar-preview {
  width: 192px;
  height: 192px;
  position: relative;
  border-radius: 100%;
  border: 6px solid #f8f8f8;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
}

.avatar-upload .avatar-preview > div {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

/*---------------------------------------------------------------------
                                  Countdown
-----------------------------------------------------------------------*/
.iq-comingsoon {
  margin-top: 80px;
}

.countdown {
  margin: 60px 0 0;
  padding: 0;
}

.countdown li {
  margin: 0 30px 0 0;
  padding: 45px 0;
  list-style: none;
  width: 22.8%;
  display: inline-block;
  text-align: center;
  line-height: normal;
  background: #ffffff;
  float: left;
  color: #374948;
  border-radius: 15px;
}

.countdown li span {
  font-size: 60px;
  display: inline-block;
  width: 100%;
  color: #00269d;
}

.countdown li:last-child {
  margin-right: 0;
}

.iq-comingsoon-form {
  position: relative;
}

.iq-comingsoon-form button {
  position: absolute;
  right: 0;
  top: 0;
  padding: 9px 30px;
}

/*---------------------------------------------------------------------
                                  Progressbar
-----------------------------------------------------------------------*/
.iq-progress-bar {
  background: #eef1f7;
  box-shadow: 0 0 0;
  height: 6px;
  margin: 0;
  position: relative;
  width: 100%;
  border-radius: 4px;
}

.iq-progress-bar > span {
  display: block;
  height: 100%;
  width: 0;
  border-radius: 4px;
}

/*---------------------------------------------------------------------
                             Dropdown Menu
-----------------------------------------------------------------------*/
.iq-card-header .dropdown-bg {
  background: #ceebee;
  padding: 8px 15px;
  color: #00269d;
  border-radius: 15px;
}

.iq-card-header .dropdown-menu {
  margin: 0;
  padding: 0;
  font-size: 13px;
  top: 20px !important;
  border-radius: 10px;
  border-color: #eef0f4;
  -webkit-box-shadow: 0px 15px 30px 0px rgba(233, 237, 244, 1);
  -moz-box-shadow: 0px 15px 30px 0px rgba(233, 237, 244, 1);
  box-shadow: 0px 15px 30px 0px rgba(233, 237, 244, 1);
}

.iq-card-header .dropdown-menu .dropdown-item {
  padding: 8px 15px;
  color: #777d74;
}

.iq-card-header .dropdown-menu .dropdown-item i {
  font-size: 14px;
  vertical-align: middle;
}

.dropdown-menu .dropdown-item:focus,
.dropdown-menu .dropdown-item:hover {
  background: transparent;
  color: #00269d;
}

/*--------------*/
.iq-card-header select.form-control {
  background: #eef0f4;
  border: none;
  font-size: 14px;
  margin-right: 15px;
}

.iq-card-header select.form-control.width-100 {
  width: 180px;
}

/*---------------------------------------------------------------------
                             Badge Img Tag
-----------------------------------------------------------------------*/
.badge-img-tag {
  position: absolute;
  top: 15px;
  left: 15px;
}

/*---------------------------------------------------------------------
                             list Style 1
-----------------------------------------------------------------------*/
.iq-list-style-1 {
  margin: 0;
  padding: 0;
}

.iq-list-style-1 li {
  display: inline-block;
  float: left;
  list-style-type: none;
  margin-right: 15px;
}

.iq-list-style-1 li:last-child {
  margin-right: 0;
}

.iq-list-style-1 li a {
  color: #777d74;
}

.iq-list-style-1 li a i {
  color: #9597af;
  margin-right: 5px;
}

.iq-list-style-1 li a:hover,
.iq-list-style-1 li a:focus {
  text-decoration: none;
  color: #00269d;
}

.iq-list-style-1.text-white li a,
.iq-list-style-1.text-white li a i {
  color: #ffffff;
}

.list-inline.text-white li a {
  color: #ffffff;
}

.list-inline.text-white li a:hover {
  opacity: 0.6;
  text-decoration: none;
}

/*---------------------------------------------------------------------
                             Icon Box
-----------------------------------------------------------------------*/
.iq-icon-box {
  height: 60px;
  width: 60px;
  line-height: 60px;
  text-align: center;
  margin-right: 10px;
  font-size: 22px;
  text-decoration: none;
}

.iq-icon-box:hover {
  text-decoration: none;
}

/*---------------------------------------------------------------------
                             Tasks Card
-----------------------------------------------------------------------*/
.tasks-card {
  padding: 0 0 15px 0;
  border-bottom: 1px solid #eef0f4;
  margin: 0 0 15px 0;
}

.tasks-card .close {
  font-size: 16px;
}

.tasks-card:last-child {
  border: none;
  margin: 0;
  padding: 0;
}

/*---------------------------------------------------------------------
                               Sign In
-----------------------------------------------------------------------*/
.sign-in-page {
  height: 100%;
}

.sign-in-detail {
  padding: 100px;
  height: 100vh;
  border-radius: 40px;
}

.sign-in-logo {
  display: inline-block;
  width: 100%;
}

.sign-in-logo img {
  height: 100px;
}

.sign-in-from {
  width: 500px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 20px 60px;
  border-radius: 37px;

  background: #fff;
}

.sign-info {
  border-top: 1px solid #cdd1f3;
  margin-top: 30px;
  padding-top: 20px;
}

.iq-social-media {
  margin: 0;
  padding: 0;
  float: right;
}

.iq-social-media li {
  list-style: none;
  float: left;
  margin-right: 10px;
}

.iq-social-media li:last-child {
  margin-right: 0;
}

.iq-social-media li a {
  height: 30px;
  width: 30px;
  text-align: center;
  font-size: 18px;
  line-height: 30px;
  display: inline-block;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  background: #eff7f8;
  color: #00269d !important;
}

.iq-social-media li a:hover {
  text-decoration: none;
}

.sign-in-page .sign-in-page-bg {
  position: relative;
  overflow: hidden;
}

/*---------------------------------------------------------------------
                               Dash Hover
-----------------------------------------------------------------------*/
.dash-hover-blank {
  background-color: #eee;
  border: dashed 2px #444;
  height: 90%;
  justify-content: center;
}

.dash-hover-blank:hover {
  cursor: pointer;
  background-color: #ddd;
}

/*---------------------------------------------------------------------
                               Waves Effect
-----------------------------------------------------------------------*/
.iq-waves-effect {
  position: relative;
  overflow: hidden;
}

/*  Ripple */
.ripple {
  width: 0;
  height: 0;
  border-radius: 50%;
  background: rgba(8, 155, 171, 0.1);
  transform: scale(0);
  position: absolute;
  opacity: 1;
}

.rippleEffect {
  animation: rippleDrop 0.6s linear;
}

@keyframes rippleDrop {
  100% {
    transform: scale(2);
    opacity: 0;
  }
}

/*---------------------------------------------------------------------
                                Sidebar
-----------------------------------------------------------------------*/
.iq-sidebar {
  position: fixed;
  z-index: 999;
  top: 0;
  width: 90px;
  height: 100%;
  transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  -webkit-transition: all 0.1s ease-in-out;
  -webkit-box-shadow: 0px 0px 25px 0px rgba(45, 69, 95, 0.1);
  -moz-box-shadow: 0px 0px 25px 0px rgba(45, 69, 95, 0.1);
  box-shadow: 0px 0px 25px 0px rgba(45, 69, 95, 0.1);
}

.iq-sidebar .iq-sidebar-logo {
  float: none;
  width: 100%;
}

.iq-sidebar #sidebar-scrollbar {
  margin-top: 15px;
}

/*---------------------------------------------------------------------
                             Sidebar Menu
-----------------------------------------------------------------------*/

/* Form */
#sidebar-scrollbar {
  height: 100vh;
}

.scroll-content div.p-3 {
  height: 100px;
}

.iq-sidebar-menu .iq-menu .iq-menu-title {
  display: block;
  color: #ffffff;
  font-size: 15px;
  position: relative;
  padding: 10px;
  font-weight: 500;
  line-height: 18px;
}

/* .iq-sidebar-menu {
  position: relative;
} */
.iq-sidebar-menu {
  position: relative;
  /* max-height: calc(100vh - 80px);
  overflow: auto;
  overflow-x: clip; */
}

.iq-sidebar-menu .iq-menu {
  margin: 0 3px;
  padding: 0;
  list-style-type: none;
}

.iq-sidebar-menu .iq-menu li {
  list-style-type: none;
  position: relative;
  white-space: nowrap;
}

.iq-sidebar-menu .iq-menu li a {
  font-size: 14px;
  white-space: break-spaces;
  display: inline-flex;
  color: #ffffff;
  position: relative;
  padding: 2px 5px 2px 10px;
  line-height: 17px;
  /*   display: -webkit-box;
  display: -ms-flexbox;
  display: flex; */
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: visible;
  text-transform: capitalize;
  -webkit-transition: all 0s ease-out 0s;
  -moz-transition: all 0s ease-out 0s;
  -ms-transition: all 0s ease-out 0s;
  -o-transition: all 0s ease-out 0s;
  transition: all 0s ease-out 0s;
}

.iq-sidebar-menu .iq-menu li li a {
  font-size: 14px;
}

.iq-sidebar-menu .iq-menu li a i {
  font-size: 25px;
  vertical-align: middle;
  width: 44px;
  height: 44px;
  color: #000;
  background: #fff;
  display: inline-block;
  float: left;
  border-radius: 50px;
  text-align: center;
  line-height: 41px;
}

.iq-sidebar-menu .iq-menu li a i img {
  width: 20px;
}

.iq-sidebar-menu .iq-menu li li a i {
  font-size: 16px;
}

.iq-sidebar-menu .iq-menu li a span {
  white-space: nowrap;
  color: #fff;
  border-radius: 5px;
  padding: 5px;
  display: inline-block;
  background: #2bb3e5;
  left: 57px;
  visibility: hidden;
  opacity: 0;

  position: absolute;
  -webkit-transition: all ease-out 0.1s;
  -moz-transition: all ease-out 0.1s;
  -ms-transition: all ease-out 0.1s;
  -o-transition: all ease-out 0.1s;
  transition: all ease-out 0.1s;
  transition: none;
}

.iq-sidebar-menu .iq-menu li a .iq-arrow-right {
  margin-right: 0;
  margin-left: auto;
  transition: all 0.1s ease-in-out;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
}

.iq-sidebar-menu .iq-menu li a .badge {
  position: absolute;
  right: 10px;
  padding: 3px;
  -webkit-transition: all 0.9s ease-out 0s;
  -moz-transition: all 0.9s ease-out 0s;
  -ms-transition: all 0.9s ease-out 0s;
  -o-transition: all 0.9s ease-out 0s;
  transition: all 0.9s ease-out 0s;
}

.iq-sidebar-menu .iq-menu li.active,
.iq-sidebar-menu .iq-menu li.main-active {
  border-bottom: none;
}

.iq-sidebar-menu .iq-menu li.active > a i,
.iq-sidebar-menu .iq-menu li.main-active > a i,
.iq-sidebar-menu .iq-menu li:hover > a i {
  background: #1eaae7;
  color: #fff;
}

.iq-sidebar-menu .iq-menu li.active > a i img,
.iq-sidebar-menu .iq-menu li.main-active > a i img,
.iq-sidebar-menu .iq-menu li:hover > a i img {
  /*  filter: invert(100%);*/
  filter: brightness(0) invert(1);
}

body.sidebar-main .iq-sidebar-menu {
  position: relative;
  max-height: calc(100vh - 80px);
  /*  overflow: auto;
  overflow-x: clip;*/
}
/*.iq-sidebar-menu .iq-menu li:nth-child(2):hover>a i,
.iq-sidebar-menu .iq-menu li:nth-child(2).active>a i,
body.sidebar-main .iq-sidebar-menu .iq-menu li:nth-child(2):hover a,
body.sidebar-main .iq-sidebar-menu .iq-menu li:nth-child(2).active a {
  background: #1e9bd3;
}

.iq-sidebar-menu .iq-menu li:nth-child(3):hover>a i,
.iq-sidebar-menu .iq-menu li:nth-child(3).active>a i,
body.sidebar-main .iq-sidebar-menu .iq-menu li:nth-child(3):hover a,
body.sidebar-main .iq-sidebar-menu .iq-menu li:nth-child(3).active a {
  background: #f5a33d;
}

.iq-sidebar-menu .iq-menu li:nth-child(4):hover>a i,
.iq-sidebar-menu .iq-menu li:nth-child(4).active>a i,
body.sidebar-main .iq-sidebar-menu .iq-menu li:nth-child(4):hover a,
body.sidebar-main .iq-sidebar-menu .iq-menu li:nth-child(4).active a {
  background: #c92b00;
}

.iq-sidebar-menu .iq-menu li:nth-child(5):hover>a i,
.iq-sidebar-menu .iq-menu li:nth-child(5).active>a i,
body.sidebar-main .iq-sidebar-menu .iq-menu li:nth-child(5):hover a,
body.sidebar-main .iq-sidebar-menu .iq-menu li:nth-child(5).active a {
  background: #46b7ab;
}

.iq-sidebar-menu .iq-menu li:nth-child(6):hover>a i,
.iq-sidebar-menu .iq-menu li:nth-child(6).active>a i,
body.sidebar-main .iq-sidebar-menu .iq-menu li:nth-child(6):hover a,
body.sidebar-main .iq-sidebar-menu .iq-menu li:nth-child(6).active a {
  background: #f55e25;
}

.iq-sidebar-menu .iq-menu li:nth-child(7):hover>a i,
.iq-sidebar-menu .iq-menu li:nth-child(7).active>a i,
body.sidebar-main .iq-sidebar-menu .iq-menu li:nth-child(7):hover a,
body.sidebar-main .iq-sidebar-menu .iq-menu li:nth-child(7).active a {
  background: #2bdce5;
}

.iq-sidebar-menu .iq-menu li:nth-child(8):hover>a i,
.iq-sidebar-menu .iq-menu li:nth-child(8).active>a i,
body.sidebar-main .iq-sidebar-menu .iq-menu li:nth-child(8):hover a,
body.sidebar-main .iq-sidebar-menu .iq-menu li:nth-child(8).active a {
  background: #6067c1;
}

.iq-sidebar-menu .iq-menu li:nth-child(9):hover>a i,
.iq-sidebar-menu .iq-menu li:nth-child(9).active>a i,
body.sidebar-main .iq-sidebar-menu .iq-menu li:nth-child(9):hover a,
body.sidebar-main .iq-sidebar-menu .iq-menu li:nth-child(9).active a {
  background: #ada605;
}

.iq-sidebar-menu .iq-menu li:nth-child(10):hover>a i,
.iq-sidebar-menu .iq-menu li:nth-child(10).active>a i,
body.sidebar-main .iq-sidebar-menu .iq-menu li:nth-child(10):hover a,
body.sidebar-main .iq-sidebar-menu .iq-menu li:nth-child(10).active a {
  background: #4bbd19;
}

.iq-sidebar-menu .iq-menu li:nth-child(11):hover>a i,
.iq-sidebar-menu .iq-menu li:nth-child(11).active>a i,
body.sidebar-main .iq-sidebar-menu .iq-menu li:nth-child(11):hover a,
body.sidebar-main .iq-sidebar-menu .iq-menu li:nth-child(11).active a {
  background: #1e1ed3;
}

.iq-sidebar-menu .iq-menu li:nth-child(12):hover>a i,
.iq-sidebar-menu .iq-menu li:nth-child(12).active>a i,
body.sidebar-main .iq-sidebar-menu .iq-menu li:nth-child(12):hover a,
body.sidebar-main .iq-sidebar-menu .iq-menu li:nth-child(12).active a {
  background: #db73d6;
}

.iq-sidebar-menu .iq-menu li:nth-child(13):hover>a i,
.iq-sidebar-menu .iq-menu li:nth-child(13).active>a i,
body.sidebar-main .iq-sidebar-menu .iq-menu li:nth-child(13):hover a,
body.sidebar-main .iq-sidebar-menu .iq-menu li:nth-child(13).active a {
  background: #5a33da;
}

.iq-sidebar-menu .iq-menu li:nth-child(14):hover>a i,
.iq-sidebar-menu .iq-menu li:nth-child(14).active>a i,
body.sidebar-main .iq-sidebar-menu .iq-menu li:nth-child(14):hover a,
body.sidebar-main .iq-sidebar-menu .iq-menu li:nth-child(14).active a {
  background: #7ac594;
}*/

body.sidebar-main .parametersPanel.fixed-parameters {
  left: 270px;
}

body.sidebar-main .parametersPanel .parametersBox {
  font-size: 7px;
}

/* 
.iq-sidebar-menu .iq-menu li:nth-child(2).active >a i{ background: #1e9bd3;}
.iq-sidebar-menu .iq-menu li:nth-child(3).active >a i{ background: #f5a33d;}
.iq-sidebar-menu .iq-menu li:nth-child(4).active >a i{ background: #db73d6;}
.iq-sidebar-menu .iq-menu li:nth-child(5).active >a i{ background: #46b7ab;}
.iq-sidebar-menu .iq-menu li:nth-child(6).active >a i{ background: #f55e25;}
.iq-sidebar-menu .iq-menu li:nth-child(7).active >a i{ background: #6067c1;}
.iq-sidebar-menu .iq-menu li:nth-child(8).active >a i{ background: #d002dd;}
.iq-sidebar-menu .iq-menu li:nth-child(9).active >a i{ background: #4bbd19;}
.iq-sidebar-menu .iq-menu li:nth-child(10).active >a i{ background: #1e1ed3;}
.iq-sidebar-menu .iq-menu li:nth-child(11).active >a i{ background: #c92b00;} */

.iq-sidebar-menu .iq-menu li:nth-child(6) > a i img,
.iq-sidebar-menu .iq-menu li:nth-child(7) > a i img,
.iq-sidebar-menu .iq-menu li:nth-child(8) > a i img,
.iq-sidebar-menu .iq-menu li:nth-child(12) > a i img {
  width: 23px;
}

.iq-sidebar-menu .iq-menu li:hover > a span {
  visibility: visible;
  opacity: 1;
  -webkit-transition: all ease-out 0.1s;
  -moz-transition: all ease-out 0.1s;
  -ms-transition: all ease-out 0.1s;
  -o-transition: all ease-out 0.1s;
  transition: all ease-out 0.1s;
}

.iq-search-bar .searchbox .search-link {
  position: absolute;
  right: 10px;
  top: 4px;
  font-size: 19px;
  color: #747474;
}
.iq-sidebar-menu .iq-menu li a[aria-expanded="true"] .iq-arrow-right {
  transform: rotate(90deg);
  transition: all 0.1s ease-in-out;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
}

.iq-sidebar-menu .iq-menu li .iq-submenu li a:hover,
.iq-sidebar-menu .iq-menu li.active .iq-submenu li > a {
  background: transparent;
}

.iq-sidebar-menu .iq-menu li.active .iq-submenu li.active > a {
  background: #ceebee;
  color: #00269d;
  border-radius: 0;
}

.iq-sidebar-menu .iq-menu li.active .iq-submenu li:last-child > a {
  border-radius: 0 0 15px 15px;
}

.iq-sidebar-menu .iq-menu li .iq-submenu li > a::before {
  display: none;
}

/*body.sidebar-main .iq-sidebar .iq-menu li a[aria-expanded="false"].collapsed {border-radius: 15px;}*/
/*body.sidebar-main .iq-sidebar .iq-menu li a[aria-expanded="true"] { border-radius: 15px 15px 0 0; }*/
.iq-sidebar .iq-menu li.active,
.iq-sidebar .iq-menu li.main-active {
  background-color: #ffffff;
  border-radius: 15px;
}

.iq-sidebar .iq-menu li.main-active {
  margin: 0px 0;
}

.iq-sidebar .iq-menu li.main-active li {
  margin: 0;
}

.iq-sidebar-menu .iq-menu li ul ul {
  padding-left: 15px;
}

body.sidebar-main-menu.sidebar-main .iq-sidebar-menu .iq-menu li ul ul {
  padding-left: 30px;
}

body.sidebar-main .iq-sidebar-menu .iq-menu li ul ul {
  padding-left: 0;
}

body.sidebar-main-menu .iq-sidebar:hover .iq-sidebar-menu .iq-menu li ul ul,
body.sidebar-main .iq-sidebar:hover .iq-sidebar-menu .iq-menu li ul ul {
  padding-left: 30px;
}

body.sidebar-main-menu .iq-sidebar-menu .iq-menu li ul ul {
  padding-left: 0;
}

/*------------------------*/
.iq-sidebar-menu .iq-menu li ul {
  padding-left: 0px;
}

.iq-sidebar-menu .iq-menu li ul.iq-submenu-data {
  padding-left: 30px;
}

.iq-sidebar-menu .iq-menu li ul li a {
  color: #777d74;
  padding: 12px 15px;
}

.iq-sidebar-menu .iq-menu li ul a:hover {
  color: #00269d;
  text-decoration: none;
  background: transparent;
}

/*---------Sidebar Dark---------------*/
.iq-sidebar.sidebar-dark,
.iq-sidebar.sidebar-dark .iq-sidebar-logo {
  background: #151b21;
  color: #ffffff;
}

.iq-sidebar.sidebar-dark .iq-sidebar-logo a span {
  color: rgba(255, 255, 255, 0.8);
}

.iq-sidebar.sidebar-dark .iq-sidebar-logo span {
  color: rgba(255, 255, 255, 0.8);
}
.iq-sidebar.sidebar-dark .iq-sidebar-menu .iq-menu .iq-menu-title {
  color: rgba(255, 255, 255, 0.4);
}

.iq-sidebar.sidebar-dark .iq-menu li > a::before {
  display: none;
}

.iq-sidebar.sidebar-dark .iq-sidebar-menu .iq-menu li > a:hover,
.iq-sidebar.sidebar-dark .iq-sidebar-menu .iq-menu li.active > a,
.iq-sidebar.sidebar-dark
  .iq-sidebar.sidebar-dark
  .iq-sidebar-menu
  .iq-menu
  li
  a {
  color: #ffffff;
  background: #0f1317;
}

.iq-sidebar.sidebar-dark .iq-menu li a:hover,
.iq-sidebar.sidebar-dark .iq-menu li.active > a,
.iq-sidebar.sidebar-dark .iq-menu li.menu-open > a {
  color: #ffffff;
  background: #0f1317;
}

.iq-sidebar.sidebar-dark .iq-sidebar-menu .iq-menu li a {
  color: rgba(255, 255, 255, 0.6);
}

.iq-sidebar.sidebar-dark .iq-sidebar-menu .iq-menu li ul li a {
  background: transparent;
}

.iq-sidebar.sidebar-dark .iq-sidebar-menu .iq-menu li ul {
  padding-left: 0;
  background: #1e242a;
}

.iq-sidebar.sidebar-dark
  .iq-sidebar-menu
  .iq-menu
  li.active
  .iq-submenu
  li
  > a {
  background: transparent;
}

.iq-sidebar.sidebar-dark .iq-menu li.active .iq-submenu li.active > a {
  background: #1e1e1e;
  color: #fff;
}

.iq-sidebar.sidebar-dark .ripple {
  background: rgba(255, 255, 255, 0.1);
}

.iq-sidebar.sidebar-dark .iq-menu-bt {
  background: #0f1317;
}

.iq-sidebar.sidebar-dark .line-menu {
  background: #ffffff;
}
.login-btn {
  border: 1px solid #d1cdcd;
  border-radius: 50px;
  background: #f5f5f5;
}
/*---------------------------------------------------------------------
                             Top Menu
-----------------------------------------------------------------------*/
.iq-top-navbar .iq-navbar-custom .iq-menu-bt {
  display: none;
}

.iq-top-navbar {
  padding: 0;
  /*   min-height: 73px; */
  width: calc(100% - 90px);
  position: fixed;
  top: 0;
  left: auto;
  right: 0;

  display: inline-block;
  z-index: 999;
  background: #ffffff;
  margin: 0;
  /*   -webkit-box-shadow: 0px 0px 25px 0px rgba(45, 69, 95, 0.1);
  -moz-box-shadow: 0px 0px 25px 0px rgba(45, 69, 95, 0.1);
  box-shadow: 0px 0px 25px 0px rgba(45, 69, 95, 0.1); */
  transition: all 0.45s ease 0s;
  border-radius: 0;
  -webkit-border-radius: 0;
}

.iq-top-navbar.fixed-header {
  margin: 0;
  right: 0;
  width: calc(100% - 90px);
  border-radius: 0;
  transition: all 0.1s ease-out 0s;
}

.iq-top-navbar .iq-navbar-custom .navbar-breadcrumb {
  display: block;
  margin-left: 30px;
  padding: 10px 0;
}

.iq-top-navbar .breadcrumb .breadcrumb-item.active {
  color: #777d74;
}

.iq-top-navbar .breadcrumb {
  background: transparent;
  padding: 0;
  margin: 0;
}

.iq-top-navbar .breadcrumb li {
  list-style-type: none;
  font-size: 12px;
}

.breadcrumb-item + .breadcrumb-item::before {
  content: "\ea5f";
  font-family: "remixicon";
  font-size: 14px;
  vertical-align: sub;
  color: #777d74;
}

.iq-top-navbar .breadcrumb li a,
.iq-top-navbar .breadcrumb li a:hover {
  text-decoration: none;
}

.navbar-list {
  margin: 0;
  padding: 0;
  float: right;
}

.navbar-list li {
  float: left;
  list-style-type: none;
  position: relative;
}

.navbar-list li > .dropdown .dropdown-menu {
  -webkit-animation: fade-in-bottom 0.6s cubic-bezier(0.39, 0.575, 0.565, 1)
    both;
  animation: fade-in-bottom 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}

.navbar-list li .dropdown-toggle::after {
  display: none;
}

.navbar-list li > a.language-title {
  font-size: 16px;
}

.navbar-list li > a {
  font-size: 24px;
  padding: 0 15px;
  line-height: 62px;
  color: #000;
  display: block;
}

.navbar-list li > a i {
  color: #4f4f4f;
}

.menu-tag {
  position: absolute;
  background: #374948;
  color: #ffffff;
  display: inline-block;
  top: 18px;
  left: 18px;
  font-size: 12px;
  border-radius: 90px;
  line-height: normal;
  height: 18px;
  width: 18px;
  line-height: 18px;
  text-align: center;
  display: inline-block;
}

.navbar-list li a:hover {
  text-decoration: none;
}

.navbar-list li > a > img {
  width: 40px;
  height: 40px;
}

.navbar-list li.iq-nav-user {
  display: flex;
  align-items: flex-start;
}

.navbar-list li.iq-nav-user span {
  flex: 1;
  font-size: 14px;
}

.iq-breadcrumb {
  display: none;
}

.nav-item span.dots {
  height: 5px;
  width: 5px;
  font-size: 0;
  text-align: center;
  padding: 0;
  position: absolute;
  top: 25px;
  right: 10px;
  animation: shadow-pulse-dots 1s infinite;
  border-radius: 50%;
  -webkit-border-radius: 50%;
}

.nav-item span.count-mail {
  height: 5px;
  width: 5px;
  font-size: 10px;
  text-align: center;
  line-height: 15px;
  padding: 0;
  position: absolute;
  top: 20px;
  right: 10px;
  animation: shadow-pulse 1s infinite;
  border-radius: 50%;
}

@keyframes shadow-pulse-dots {
  0% {
    box-shadow: 0 0 0 0px rgba(230, 65, 65, 0.2);
  }

  100% {
    box-shadow: 0 0 0 15px rgba(230, 65, 65, 0);
  }
}

@keyframes shadow-pulse {
  0% {
    box-shadow: 0 0 0 0px rgba(0, 132, 255, 0.2);
  }

  100% {
    box-shadow: 0 0 0 15px rgba(0, 132, 255, 0);
  }
}

div#lottie-beil,
div#lottie-mail,
div#lottie-fullscreen {
  height: 20px;
  width: 20px;
}

div#lottie-beil svg path,
div#lottie-mail svg path,
div#lottie-fullscreen svg path {
  stroke: #00269d;
}

.PendingSubscriptiontext {
  line-height: 22px;
  border-bottom: 1px solid #e0a1a1;
  padding: 3px 15px;
  border-radius: 0;
  display: inline-block;
  color: #a51616;
  background: #ffe7e7;
  text-align: center;
}

.navbar-list li .caption {
  line-height: 16px;
}

.infoPanel .imgBixy img {
  padding: 0;
  height: 50px;
  width: 50px;
  object-fit: scale-down;
}

.top-nav-bottom {
  margin-left: 90px;
  border-top: 1px solid #f2edff;
}

.topnav-toolbar li a {
  display: block;
  padding: 10px 15px;
  text-transform: capitalize;
  color: #a09e9e;
  border-radius: 10px;
  -webkit-border-radius: 10px;
}

.topnav-toolbar li.date-today {
  background: #f2f3f7;
}

.topnav-toolbar li.active a {
  background: #eff7f8;
  color: #00269d;
}

.topnav-toolbar ul li {
  list-style: none;
  padding: 13px 0;
}

.navbar-list li > .dropdown {
  line-height: 73px;
  cursor: pointer;
}

.iq-search-bar {
  padding: 0 15px;
}

.iq-top-navbar .iq-search-bar .searchbox {
  width: 250px;
  position: relative;
}

.iq-search-bar .search-input {
  width: 100%;
  padding: 4px 40px 4px 15px;
  border-radius: 50px;
  border: none;
  background: #f5f5f5;
  border: 1px solid #f5f5f5;
}

/*---------- Sidebar Logo --------------*/

.iq-navbar-custom .iq-sidebar-logo {
  padding: 3px 0px 3px 5px;
  float: left;
  position: relative;
  background: #ffffff;
  -webkit-transition: all 0.1s ease-out 0s;
  -moz-transition: all 0.1s ease-out 0s;
  -ms-transition: all 0.1s ease-out 0s;
  -o-transition: all 0.1s ease-out 0s;
  transition: all 0.1s ease-out 0s;
  background: transparent;
}

.iq-navbar-custom .iq-sidebar-logo .top-logo img {
  height: 55px;
}

.iq-navbar-custom .iq-sidebar-logo .top-logo {
  display: flex;
  text-align: center;
  align-items: center;
}

.iq-sidebar-logo .iq-menu-bt-sidebar {
  padding-bottom: 15px;
  border-bottom: 1px solid #d4dfe9;
}

.iq-sidebar-logo {
  padding: 20px 0px 0px 25px;
  float: left;
  position: relative;
  background: #ffffff;
  -webkit-transition: all 0.1s ease-out 0s;
  -moz-transition: all 0.1s ease-out 0s;
  -ms-transition: all 0.1s ease-out 0s;
  -o-transition: all 0.1s ease-out 0s;
  transition: all 0.1s ease-out 0s;
  background: transparent;
}

.iq-sidebar-logo a {
  display: flex;
  align-items: flex-start;
}

.iq-sidebar-logo a i {
  font-size: 16px;
  margin-right: 3px;
}

.iq-sidebar-logo a span {
  margin-left: 10px;
  font-size: 14px;
  line-height: 45px;
  display: inline-block;
  background: #379ce4;
  padding: 10px 10px;
  border-radius: 50px;
  line-height: 18px;
  color: #fff;
  font-family: "Poppins", sans-serif;
  flex: 1;
  -webkit-transition: all 0.1s ease-out 0s;
  -moz-transition: all 0.1s ease-out 0s;
  -ms-transition: all 0.1s ease-out 0s;
  -o-transition: all 0.1s ease-out 0s;
  transition: all 0.1s ease-out 0s;
}

.iq-sidebar-logo span {
  margin-left: 10px;
  font-size: 14px;
  line-height: 45px;
  display: inline-block;
  background: #379ce4;
  padding: 10px 10px;
  border-radius: 50px;
  line-height: 18px;
  color: #fff;
  font-family: "Poppins", sans-serif;
  flex: 1;
  -webkit-transition: all 0.1s ease-out 0s;
  -moz-transition: all 0.1s ease-out 0s;
  -ms-transition: all 0.1s ease-out 0s;
  -o-transition: all 0.1s ease-out 0s;
  transition: all 0.1s ease-out 0s;
}

.iq-sidebar-logo a:hover,
.iq-sidebar-logo a:focus {
  text-decoration: none;
}

.iq-top-navbar .iq-navbar-custom .iq-menu-bt-sidebar .iq-menu-bt {
  display: block;
  margin: 0 0 0 20px;
}

body.sidebar-main .iq-menu-bt-sidebar .iq-menu-bt {
  opacity: 1;
}

.iq-menu-bt {
  padding: 5px 3px;
  margin-right: 2px;
  -webkit-transition: all 0.1s ease-out 0s;
  -moz-transition: all 0.1s ease-out 0s;
  -ms-transition: all 0.1s ease-out 0s;
  -o-transition: all 0.1s ease-out 0s;
  transition: all 0.1s ease-out 0s;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 12px;
}

.wrapper-menu {
  font-size: 30px;
  line-height: 15px;
  color: #000;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  cursor: pointer;
  transition: transform 330ms ease-out;
}

.line-menu {
  background-color: #00269d;
  border-radius: 90px;
  width: 100%;
  height: 2px;
}

.line-menu.half {
  width: 50%;
}

.line-menu.start {
  transition: transform 330ms cubic-bezier(0.54, -0.81, 0.37, 0.37);
  transform-origin: right;
}

.open .line-menu.start {
  transform: rotate(-90deg) translateX(3px);
}

.line-menu.end {
  align-self: flex-end;
  transition: transform 330ms cubic-bezier(0.54, -0.81, 0.37, 0.37);
  transform-origin: left;
}

.open .line-menu.end {
  transform: rotate(-90deg) translateX(-3px);
}

.main-circle {
}

.hover-circle {
  opacity: 0;
  position: absolute;
  top: 0;
  text-align: left;
  left: 0;
  right: 0;
  margin: 0 auto;
  border-radius: 50%;
}

/*----------------------*/
.iq-top-navbar .iq-sub-dropdown {
  width: 300px;
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  -webkit-animation: fade-in-bottom 0.6s cubic-bezier(0.39, 0.575, 0.565, 1)
    both;
  animation: fade-in-bottom 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  background-color: #ffffff;
  transition: all 0.1s;
  padding: 0;
  border-radius: 15px;
  -webkit-box-shadow: 0px 0px 25px 0px rgba(45, 69, 95, 0.1);
  -moz-box-shadow: 0px 0px 25px 0px rgba(45, 69, 95, 0.1);
  box-shadow: 0px 0px 25px 0px rgba(45, 69, 95, 0.1);
  -webkit-transition: all 0.1s ease-out 0s;
  -moz-transition: all 0.1s ease-out 0s;
  -ms-transition: all 0.1s ease-out 0s;
  -o-transition: all 0.1s ease-out 0s;
  transition: all 0.1s ease-out 0s;
}

.iq-top-navbar .iq-sub-dropdown.iq-sub-width-400 {
  width: 400px;
}

.iq-top-navbar .iq-sub-dropdown .iq-card-body div {
  border-radius: 10px 10px 0 0;
}

.iq-top-navbar .iq-sub-dropdown .iq-card-body .mediaImgBox {
  background: #e57fff;
  border-radius: 10px;
  padding: 5px;
}

.iq-top-navbar
  .iq-sub-dropdown
  .iq-card-body
  .iq-sub-card:nth-child(2)
  .media
  .mediaImgBox {
  background: #28c979;
}

.iq-top-navbar .iq-sub-dropdown .iq-card-body .mediaImgBox img {
  border-radius: 10px;
}

.navbar-list li .iq-sub-dropdown .profileArea a.iq-sub-card {
  font-size: 16px;
  color: #000;
}

.navbar-list li .iq-sub-dropdown .profileArea a.iq-sub-card i {
  font-size: 26px;
  color: #8b8b8b;
  vertical-align: middle;
}

.navbar-list li .iq-sub-dropdown .profileArea .logoutpanel {
  border-top: 1px solid #e2e2e4;
  padding: 15px;
  cursor: pointer;
}

.navbar-list li .iq-sub-dropdown .profileArea .logoutpanel .logoutbtn {
  border: 0;
  background: transparent;
  font-size: 16px;
}

.closeIcon {
  font-size: 20px;
}

.navbar-list li .iq-sub-dropdown .platformBox {
  padding: 10px;
  text-align: center;
  padding: 15px;
  border-bottom: 1px solid #e3e3e3;
}

.navbar-list li .iq-sub-dropdown .platformBox img {
  width: 40px;
}

.navbar-list li .iq-sub-dropdown .platformBox h4 {
  font-size: 16px;
  font-weight: 600;
}

/* ----------------------------------------------
 * Generated by Animista on 2019-12-22 15:30:2
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info.
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation fade-in-bottom
 * ----------------------------------------
 */
@-webkit-keyframes fade-in-bottom {
  0% {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes fade-in-bottom {
  0% {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

.iq-show .iq-sub-dropdown {
  display: inline-block;
}

.navbar-list li .iq-sub-dropdown .iq-sub-card {
  font-size: inherit;
  padding: 15px;
  line-height: normal;
  color: inherit;
  border-bottom: 1px solid #f3f7fd;
  display: inline-block;
  width: 100%;
  cursor: pointer;
}

.iq-top-navbar .search-box {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  background-color: #ffffff;
  transition: all 0.1s;
  padding: 15px;
  -webkit-box-shadow: 0px 0px 25px 0px rgba(45, 69, 95, 0.1);
  -moz-box-shadow: 0px 0px 25px 0px rgba(45, 69, 95, 0.1);
  box-shadow: 0px 0px 25px 0px rgba(45, 69, 95, 0.1);
  -webkit-transition: all 0.1s ease-out 0s;
  -moz-transition: all 0.1s ease-out 0s;
  -ms-transition: all 0.1s ease-out 0s;
  -o-transition: all 0.1s ease-out 0s;
  transition: all 0.1s ease-out 0s;
  -webkit-animation: fade-in-bottom 0.6s cubic-bezier(0.39, 0.575, 0.565, 1)
    both;
  animation: fade-in-bottom 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}

.iq-show .search-box {
  display: inline-block;
  -webkit-transition: all 0.1s ease-out 0s;
  -moz-transition: all 0.1s ease-out 0s;
  -ms-transition: all 0.1s ease-out 0s;
  -o-transition: all 0.1s ease-out 0s;
  transition: all 0.1s ease-out 0s;
}

.search-box .search-input {
  width: 300px;
  height: 50px;
  padding: 0 1em;
  border: 1px solid #d4e3f9;
  background-color: #f3f7fd;
  opacity: 1;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.iq-sub-dropdown .iq-card-icon {
  width: 45px;
  height: 45px;
  line-height: 45px;
  font-size: 22px;
}

/*---------------------------------------------------------------------
                              Content Page
-----------------------------------------------------------------------*/
.wrapper {
  background: #fff;
}

.content-page {
  margin-left: 90px;
  /* overflow: hidden; */
  padding: 70px 0px 0;
  min-height: 100vh;
  -webkit-transition: all 0.1s ease-out 0s;
  -moz-transition: all 0.1s ease-out 0s;
  -ms-transition: all 0.1s ease-out 0s;
  -o-transition: all 0.1s ease-out 0s;
  transition: all 0.1s ease-out 0s;
  background: #f5f5f5;
  position: relative;
}

.iq-user-dropdown {
  width: 350px;
}

body.sidebar-main .content-page {
  margin-left: 250px;
}

body.sidebar-main .iq-sidebar-logo .iq-menu-bt-sidebar {
  width: 92%;
}

body.sidebar-main .iq-sidebar-logo {
  /*   width: 250px; */
}

body.sidebar-main .iq-sidebar .iq-sidebar-menu .iq-menu li a span,
body.sidebar-main .iq-sidebar-logo a span,
body.sidebar-main .iq-sidebar-menu .iq-menu li a .badge {
  /*  opacity: 0;
  display: none; */
  -webkit-transition: all 0.1s ease-out 0s;
  -moz-transition: all 0.1s ease-out 0s;
  -ms-transition: all 0.1s ease-out 0s;
  -o-transition: all 0.1s ease-out 0s;
  transition: all 0.1s ease-out 0s;
}

body.sidebar-main .iq-sidebar-menu .iq-menu .iq-menu-title i {
  font-size: 20px;
}

/* body.sidebar-main .iq-menu-bt {
  opacity: 0;
  display: none;
} */
body.sidebar-main .iq-sidebar {
  width: 250px;
}

body.sidebar-main .iq-sidebar-menu .iq-menu li a .iq-arrow-right {
  margin-right: 0;
  display: none;
}

/* body.sidebar-main .iq-sidebar:hover .iq-sidebar-menu .iq-menu li a .iq-arrow-right {
  margin-right: 0;
  display: inline-block;
}
body.sidebar-main .iq-sidebar:hover .iq-sidebar-menu .iq-menu li a span, 
body.sidebar-main .iq-sidebar:hover .iq-sidebar-logo a span, 
body.sidebar-main .iq-sidebar:hover .iq-sidebar-menu .iq-menu li a .badge, 
body.sidebar-main .iq-sidebar:hover .iq-menu-bt {
  opacity: 1;
  transition: none;
} */

body.sidebar-main .iq-sidebar-menu .iq-menu li a span {
  white-space: nowrap;
  color: #000;
  border-radius: 5px;
  padding: 5px 2px;
  display: inline-block;
  background: transparent;
  left: 0px;
  visibility: visible;
  opacity: 1;
  position: relative;
  -webkit-transition: all ease-out 0.1s;
  -moz-transition: all ease-out 0.1s;
  -ms-transition: all ease-out 0.1s;
  -o-transition: all ease-out 0.1s;
  transition: all ease-out 0.1s;
  transition: none;
}

body.sidebar-main .iq-sidebar-menu .iq-menu li {
  margin: 0px 0 6px 0;
}

body.sidebar-main .iq-sidebar-menu .iq-menu li a {
  display: flex;
  background: #f8f8f8;
  border-radius: 50px;
  font-size: 12px;
  -webkit-transition: all 0.1s ease-out 0s;
  -moz-transition: all 0.1s ease-out 0s;
  -ms-transition: all 0.1s ease-out 0s;
  -o-transition: all 0.1s ease-out 0s;
  transition: all 0.1s ease-out 0s;
}

body.sidebar-main .iq-sidebar-menu .iq-menu li a i {
  font-size: 18px;
  vertical-align: middle;
  width: 30px;
  height: 38px;
  color: #000;
  background: transparent;
  display: inline-block;
  float: left;
  border-radius: 50px;
  text-align: center;
  line-height: 38px;
}

/*body.sidebar-main .iq-sidebar-menu .iq-menu li a i img {
  width: 18px;
}*/

body.sidebar-main .iq-sidebar-menu .iq-menu li.active a i {
  color: #fff;
}

body.sidebar-main .iq-sidebar-menu .iq-menu li.active > a,
body.sidebar-main .iq-sidebar-menu .iq-menu li:hover > a {
  background: #1eaae7;
  color: #000;

  -webkit-transition: all 0s ease-out 0s;
  -moz-transition: all 0s ease-out 0s;
  -ms-transition: all 0s ease-out 0s;
  -o-transition: all 0s ease-out 0s;
  transition: all 0s ease-out 0s;
}

body.sidebar-main .iq-sidebar-menu .iq-menu li.main-active > a i {
  background: transparent;
  color: #fff;
}

body.sidebar-main .iq-sidebar-menu .iq-menu li.active > a span,
body.sidebar-main .iq-sidebar-menu .iq-menu li:hover a span,
body.sidebar-main .iq-sidebar-menu .iq-menu li:hover > a i {
  color: #fff;
}

/*------------------------*/
.iq-card.iq-user-profile-block {
  margin-top: 65px;
  height: 81%;
}

.user-details-block .user-profile {
  margin-top: -85px;
}

.user-details-block h3 span {
  font-size: 20px;
}

ul.doctoe-sedual li {
  list-style: none;
  flex: 1;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}

ul.doctoe-sedual li:first-child {
  border-left: none;
}

ul.doctors-lists {
  height: 340px;
  overflow-y: scroll;
}

/*-------------------------*/
.iq-iconbox {
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 25px;
  border-radius: 10px;
}

.iq-scale-border {
  height: 50px;
  width: 50px;
  border: 8px solid;
  border-radius: 50%;
}

.iq-scale-border.like-block {
  border-color: #ceebee;
}

.iq-scale-border.comment-block {
  border-color: #e5fafc;
}

.iq-scale-border.share-block {
  border-color: #fedc8a;
}

.iq-scale-border.repost-block {
  border-color: #fa847b;
}

.iq-scale-border.view-block {
  border-color: #56d172;
}

.iq-scale-border.post-block {
  border-color: #cacaca;
}

ul#post-slider .slick-arrow {
  top: -64px;
  background: transparent;
  height: 30px;
  width: 30px;
  color: #777d74;
  border: 1px solid #777d74;
  padding: 0;
  line-height: 30px;
  text-align: center;
}

ul#post-slider .slick-arrow.left {
  left: auto;
  right: 35px;
}

.iq-caption {
  position: absolute;
  top: 30px;
  left: 50px;
  color: #fff;
}

.iq-caption h1 {
  color: #fff;
  font-size: 60px;
  line-height: 60px;
  font-weight: 800;
}

.iq-caption p {
  color: #fff;
  font-size: 20px;
  letter-spacing: 4.2px;
}

/*--------------------------------*/
.doctor-list-item-inner {
  box-shadow: -1px 3px 13px -2px rgba(175, 175, 175, 0.1);
  padding: 20px 15px;
  margin: 5px;
}

table.table-box-shadow {
  box-shadow: 0px 0px 12px 0px rgba(120, 146, 141, 0.06);
  border-radius: 25px;
  padding: 30px;
}

table.table-box-shadow thead {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

table.table-box-shadow th {
  font-weight: 400;
}

.patient-role > li {
  margin: 0 10px;
  width: 33.33%;
}

/* --------------------------- */
div#contact-slider .slick-arrow,
div#blog-slider .slick-arrow {
  height: 40px;
  width: 40px;
  line-height: 40px;
  padding: 0;
  text-align: center;
  border-radius: 25px;
  top: 40px;
  opacity: 0;
  transition: all 0.45s ease 0s;
}

div#blog-slider .image-block img {
  background: #ceebee;
  border-radius: 15px 15px 0 0;
}

div#blog-slider .slick-arrow {
  top: 45%;
}

div#contact-slider:hover .slick-arrow,
div#blog-slider:hover .slick-arrow {
  opacity: 1;
  transition: all 0.45s ease 0s;
}

/*--------------------*/
.iq-card-header-list {
  margin: 0;
  padding: 0;
  float: right;
}

.iq-card-header-list li {
  list-style-type: none;
  float: left;
  display: inline-block;
  font-size: 20px;
  margin: 0 0 0 8px;
}

.iq-card-header-list li a,
.iq-card-header-list li a:hover {
  text-decoration: none;
}

/*-------------- Media Header ---------------*/
.iq-card .iq-card-header.iq-header-media {
  padding: 20px;
}

/*-------------- Content Page ---------------*/
.big-card {
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  overflow: hidden;
  background: #ffffff;
  border: 1px solid #f2edff;
  padding: 20px;
}

/*---------------------------------------------------------------------
                              Error Page
-----------------------------------------------------------------------*/
.iq-error {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  display: inline-block;
}

.iq-error h1 {
  font-weight: 900;
  font-size: 16rem;
  line-height: 14rem;
  margin-bottom: 0;
  padding-top: 45px;
  letter-spacing: 15px;
}

.iq-error-img {
  position: static;
  display: inline-block;
  width: 700px;
  margin: 100px 0 50px;
}

.error-500 .iq-error-img {
  width: 100%;
}

/*---------------------------------------------------------------------
                               OWL Carousel
-----------------------------------------------------------------------*/
.owl-carousel .owl-nav {
  display: block;
  position: absolute;
  text-indent: inherit;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  left: 0;
  width: 100%;
  cursor: pointer;
  z-index: 999;
}

.owl-carousel .owl-nav .owl-prev {
  display: block;
  position: absolute;
  text-align: center;
  text-indent: inherit;
  left: -8%;
  width: auto;
  cursor: pointer;
  -webkit-transition: opacity 0.1s ease 0s, left 0.1s ease 0s;
  -moz-transition: opacity 0.1s ease 0s, left 0.1s ease 0s;
  -ms-transition: opacity 0.1s ease 0s, left 0.1s ease 0s;
  -o-transition: opacity 0.1s ease 0s, left 0.1s ease 0s;
  transition: opacity 0.1s ease 0s, left 0.1s ease 0s;
}

.owl-carousel .owl-nav .owl-next {
  display: block;
  position: absolute;
  text-align: center;
  text-indent: inherit;
  right: -8%;
  width: auto;
  cursor: pointer;
  -webkit-transition: opacity 0.1s ease 0s, right 0.1s ease 0s;
  -moz-transition: opacity 0.1s ease 0s, right 0.1s ease 0s;
  -ms-transition: opacity 0.1s ease 0s, right 0.1s ease 0s;
  -o-transition: opacity 0.1s ease 0s, right 0.1s ease 0s;
  transition: opacity 0.1s ease 0s, right 0.1s ease 0s;
}

.owl-carousel .owl-nav i {
  font-size: 24px;
  border-radius: 50%;
  width: 44px;
  height: 44px;
  line-height: 42px;
  padding-left: 0px;
  display: inline-block;
  color: #fff;
  background: #e7e7e7;
  font-weight: normal;
  text-align: center;
  -webkit-transition: all 0.1s ease-out 0s;
  -moz-transition: all 0.1s ease-out 0s;
  -ms-transition: all 0.1s ease-out 0s;
  -o-transition: all 0.1s ease-out 0s;
  transition: all 0.1s ease-out 0s;
}

.owl-carousel .owl-nav i:hover {
  background: #4ac4f3;
  color: #fff;
}

/* Dots */
.owl-carousel .owl-controls .owl-dot {
  margin-top: 20px;
  display: inline-block;
}

.owl-carousel .owl-dots {
  position: relative;
  width: 100%;
  display: inline-block;
  text-indent: inherit;
  text-align: center;
  cursor: pointer;
}

.owl-carousel .owl-dots .owl-dot span {
  background: #ffffff;
  display: inline-block;
  border-radius: 30px;
  margin: 0px 5px;
  height: 8px;
  width: 8px;
  transition: all 0.1s ease-in-out;
  -webkit-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  cursor: pointer;
}

.owl-carousel .owl-dots .owl-dot:hover,
.owl-carousel .owl-dots .owl-dot.active {
  outline: none;
  border: none;
}

.owl-carousel .owl-dots .owl-dot:hover span {
  background: #ffffff;
}

.owl-carousel .owl-dots .owl-dot.active span {
  background: #ffffff;
  box-shadow: 0 0 0 6px rgba(255, 255, 255, 0.2);
}

.iq-example-row .row > .col,
.iq-example-row .row > [class^="col-"] {
  padding-top: 0.75rem;
  color: #374948;
  padding-bottom: 0.75rem;
  background-color: rgba(86, 61, 124, 0.15);
  border: 1px solid rgba(86, 61, 124, 0.2);
}
/* .row > *{padding: 0 10px !important;} */
.iq-example-row-flex-cols .row {
  margin-bottom: 15px;
  min-height: 10rem;
  background-color: rgba(255, 0, 0, 0.1);
}

.iq-icons-list {
  line-height: 50px;
  margin-bottom: 15px;
  display: inline-block;
}

.iq-icons-list i {
  text-align: center;
  vertical-align: middle;
  font-size: 22px;
  float: left;
  width: 40px;
  height: 50px;
  line-height: 50px;
  margin-right: 10px;
  display: inline-block;
}

.iq-icons-list .icon {
  text-align: center;
  vertical-align: middle;
  font-size: 22px;
  width: 40px;
  height: 40px;
  line-height: 50px;
  margin-right: 10px;
  display: inline-block;
}

.iq-icons-list span {
  display: inline-block;
  vertical-align: middle;
}

.iq-card-icon {
  height: 120px;
  width: 120px;
  padding-right: 20px;
  display: inline-block;
  line-height: 170px;
  text-align: right;
  position: absolute;
  left: -60px;
  top: -60px;
  font-size: 30px;
  border-radius: 50%;
  box-shadow: inset 0 0 10px rgb(0 0 0 / 32%);
}

/*---------------------------------------------------------------------
                               Timeline
-----------------------------------------------------------------------*/
.iq-timeline {
  margin: 0 0 0 5px;
  padding: 0;
  width: 100%;
  border-left: 3px solid #f2edff;
}

.iq-timeline li {
  margin-left: 15px;
  position: relative;
  padding: 15px 15px 0 5px;
  list-style-type: none;
}

.iq-timeline li .timeline-dots {
  position: absolute;
  top: 20px;
  left: -24px;
  border: 3px solid #00269d;
  border-radius: 90px;
  padding: 5px;
  background: #fff;
}

.iq-timeline li .timeline-dots-fill {
  position: absolute;
  top: 20px;
  left: -23px;
  background: #00269d;
  border-radius: 90px;
  padding: 7px;
}

/*---------------------------------------------------------------------
                               Team
-----------------------------------------------------------------------*/
.iq-team {
  background: #ffffff;
  padding: 15px;
  position: relative;
}

.team-authors-bg {
  position: relative;
  margin-bottom: 50px;
}

.team-authors-bg .avatar-80 {
  position: absolute;
  bottom: -40px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

/*------------------------------*/
.iq-team-1 {
  position: relative;
  background: #ffffff;
}

.iq-team-1 .iq-team-1-info {
  position: absolute;
  padding: 30px 15px;
  bottom: 0;
  left: 0;
  width: 100%;
}

/*---------------------------------------------------------------------
                           User Add Block
-----------------------------------------------------------------------*/
.user-add-block {
  background: #ffffff;
}

.user-add-plus {
  position: absolute;
  right: 30px;
  font-size: 24px;
  bottom: -25px;
  height: 60px;
  width: 60px;
  line-height: 60px;
  text-align: center;
  background: #374948;
  color: #ffffff;
  border-radius: 900px;
  -webkit-box-shadow: 0px 10px 30px 0px rgba(57, 60, 82, 0.1);
  -moz-box-shadow: 0px 10px 30px 0px rgba(57, 60, 82, 0.1);
  box-shadow: 0px 10px 30px 0px rgba(57, 60, 82, 0.1);
}

.user-add-plus:hover {
  background: #00269d;
  color: #ffffff;
  text-decoration: none;
}

.user-add-authors {
  position: relative;
}

.user-add-authors:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 132, 255, 0.8);
}

.user-add-authors .user-add-media {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 30px;
  display: inline-block;
}

.user-add-list {
  padding: 30px;
}

/*---------------------------------------------------------------------
                             Email list
-----------------------------------------------------------------------*/
.iq-email-list .iq-email-ui {
  margin: 0;
  padding: 0;
}

.iq-email-list .iq-email-ui li {
  list-style-type: none;
  font-size: 16px;
  color: #777d74;
  margin-bottom: 3px;
}

.iq-email-list .iq-email-ui li:last-child {
  margin-bottom: 0;
}

.iq-email-list .iq-email-ui li a {
  color: #777d74;
  padding: 0;
  display: inline-block;
  width: 100%;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  -webkit-transition: all 0.1s ease-in-out;
}

.iq-email-list .iq-email-ui li.active a,
.iq-email-list .iq-email-ui li a:hover {
  text-decoration: none;
  color: #00269d;
}

.iq-email-list .iq-email-ui li {
  list-style-type: none;
}

.iq-email-list .iq-email-ui li i {
  margin-right: 10px;
}

.iq-email-list .iq-email-ui li .badge {
  float: right;
  font-weight: normal;
  margin-top: 3px;
}

.iq-email-list .iq-email-ui.iq-email-label li {
  margin-bottom: 10px;
}

.iq-email-list .iq-email-ui.iq-email-label li:last-child {
  margin-bottom: 0;
}

/*----------------------------------*/
.iq-email-to-list ul {
  margin: 0;
  padding: 0;
}

.iq-email-to-list ul li {
  list-style-type: none;
  font-size: 20px;
  color: #777d74;
  margin: 0 5px 0 0;
  float: left;
}

.iq-email-to-list ul li:first-child a {
  background: none;
  width: auto;
}

.iq-email-to-list ul li > a {
  color: #00269d;
  text-align: center;
  line-height: 38px;
  display: inline-block;
  width: 40px;
  height: 40px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  -webkit-transition: all 0.1s ease-in-out;
  background: #eff7f8;
}

.iq-email-to-list ul li a:hover,
.iq-email-to-list ul li.q-list a:hover {
  color: #00269d;
  text-decoration: none;
}

.iq-email-to-list ul li .custom-control-label::before {
  top: 13px;
  left: -20px;
}

/*----------------------------------*/
.iq-email-search {
  position: relative;
}

.iq-email-search .form-control {
  height: 40px;
  border: 1px solid #eef0f4;
  width: 300px;
}

.iq-email-search .search-link {
  position: absolute;
  top: 0;
  right: 15px;
  font-size: 18px;
  line-height: 38px;
  color: #00269d;
}

.iq-email-search .search-link:hover {
  text-decoration: none;
}

/*----------------------------------*/
.iq-email-listbox .iq-email-sender-list {
  margin: 15px 0 0;
  padding: 0;
  display: inline-block;
  width: 100%;
  overflow: hidden;
}

.iq-email-listbox .iq-email-sender-list > li {
  list-style-type: none;
  position: relative;
  padding: 15px 20px;
  border-top: 1px solid #eef0f4;
  float: left;
  display: inline-block;
  width: 100%;
  transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  -webkit-transition: all 0.1s ease-in-out;
}

.iq-email-listbox .iq-email-sender-list > li:hover {
  background: #fff;
  -webkit-box-shadow: 0px 0px 30px 0px rgba(8, 155, 171, 0.2);
  -moz-box-shadow: 0px 0px 30px 0px rgba(8, 155, 171, 0.2);
  box-shadow: 0px 0px 30px 0px rgba(8, 155, 171, 0.2);
}

.iq-email-listbox .iq-email-sender-list li a:hover {
  text-decoration: none;
}

.iq-email-listbox .iq-email-sender-list li.iq-unread a {
  color: #00269d;
  font-weight: 500;
}

.iq-email-listbox .iq-email-sender-list li.iq-unread li a {
  color: #007bff;
}

.iq-email-sender-info .iq-checkbox-mail,
.iq-email-sender-info .iq-star-toggle {
  display: block;
  float: left;
}

.iq-email-sender-info .iq-checkbox-mail {
  cursor: pointer;
  height: 20px;
  width: 20px;
  margin-top: 4px;
}

.iq-email-sender-info .iq-star-toggle {
  color: #777d74;
  margin-left: 10px;
  font-size: 18px;
}

.iq-email-sender-info .iq-email-title {
  color: #777d74;
  position: absolute;
  top: 0;
  left: 85px;
  right: 0;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  margin-bottom: 0;
  line-height: 62px;
}

.iq-email-content {
  position: absolute;
  top: 0;
  left: 300px;
  right: 0;
  bottom: 0;
  line-height: 62px;
}

.iq-email-content .iq-email-date,
.iq-email-content .iq-email-subject {
  position: absolute;
  top: 0;
}

.iq-email-content .iq-email-subject {
  color: #777d74;
  left: 0;
  right: 110px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.iq-email-content .iq-email-date {
  right: 20px;
  width: 100px;
  text-align: right;
  padding-left: 10px;
  color: #374948;
}

.iq-email-sender-list .iq-social-media {
  position: absolute;
  line-height: 62px;
  right: -200px;
  top: 0;
  background: #ffffff;
  font-size: 18px;
  padding: 0 30px;
  transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  -webkit-transition: all 0.1s ease-in-out;
}

.iq-email-listbox .iq-email-sender-list li:hover .iq-social-media {
  right: 0;
}

/*----------------------------------*/
.iq-inbox-details tr td {
  padding: 5px 10px;
}

.iq-inbox-details tr td:first-child {
  width: 75px;
  color: #374948;
}

.iq-subject-info {
  display: flex;
  align-items: flex-start;
}

.iq-subject-status {
  margin-left: 15px;
  flex: 1;
}

/*---------------------------------------------------------------------
                             Booking list
-----------------------------------------------------------------------*/
.iq-booking-date {
  background: #eef0f4;
  padding: 15px 15px;
  margin: 0 15px 45px;
  outline: none;
  position: relative;
  overflow: hidden;
  text-align: center;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  display: block;
}

.iq-booking-date:hover {
  text-decoration: none;
}

.iq-booking-date:after {
  content: "";
  position: absolute;
  bottom: 20px;
  left: -8px;
  height: 16px;
  width: 16px;
  background: #ffffff;
  -webkit-border-radius: 90px;
  -moz-border-radius: 90px;
  border-radius: 90px;
  opacity: 0;
}

.iq-booking-date:before {
  content: "";
  position: absolute;
  bottom: 20px;
  right: -8px;
  height: 16px;
  width: 16px;
  background: #ffffff;
  -webkit-border-radius: 90px;
  -moz-border-radius: 90px;
  border-radius: 90px;
  opacity: 0;
}

.slick-slide.slick-active.slick-center .iq-booking-date {
  background: #00269d;
  color: #ffffff;
  -webkit-box-shadow: 0px 10px 30px 0px rgba(0, 132, 255, 0.4);
  -moz-box-shadow: 0px 10px 30px 0px rgba(0, 132, 255, 0.4);
  box-shadow: 0px 10px 30px 0px rgba(0, 132, 255, 0.4);
}

.slick-slide.slick-active.slick-center .iq-booking-date h3 {
  color: #ffffff;
}

.slick-slide.slick-active.slick-center .iq-booking-date:after {
  opacity: 1;
}

.slick-slide.slick-active.slick-center .iq-booking-date:before {
  opacity: 1;
}

.slick-initialized .slick-slide {
  outline: none;
}

.iq-booking-date .iq-booking-dot {
  height: 12px;
  width: 12px;
  margin-bottom: 10px;
  display: inline-block;
  background: #ffffff;
  -webkit-border-radius: 90px;
  -moz-border-radius: 90px;
  border-radius: 90px;
}

.iq-booking-date h3 {
  line-height: 1.5rem;
  margin-bottom: 0;
}

.iq-booking-date h3 small {
  font-size: 14px;
}

.icon-tag-box span {
  display: inline-block;
  width: 100%;
  font-size: 16px;
}

.iq-booking-offer-img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-width: 110%;
}

.iq-booking-offer {
  padding: 60px 100px;
  border-radius: 10px;
  margin-bottom: 30px;
}

/*----------------------------------------------------------------------
                        Chart
 ----------------------------------------------------------------------*/
#sda1-chart,
#sda1-chart1,
#sda1-chart2 {
  min-height: 200px !important;
}

/*-----------------------------------------------------------------
                        Material Card Style1
----------------------------------------------------------------- */
.card-style1 {
  display: flex;
}

.card-style1 img {
  object-fit: cover;
  border-radius: 100px;
  height: 75px;
  margin-right: 10px;
}

.card-style1 .title {
  text-transform: capitalize;
  font-weight: bold;
}

.card-style1 .percentage {
  font-weight: bolder;
  font-size: 1.5rem;
  margin: auto;
}

.card-style1 .percentage span {
  font-weight: normal;
}

/*-----------------------------------------------------------------
                        Material Card Style2
----------------------------------------------------------------- */
.card-style1.card-style2 .iq-details {
  width: 100%;
}

.card-style1.card-style2 .percentage {
  font-weight: bolder;
  font-size: 1.2rem;
  margin-top: -5px;
  margin-left: -50px;
}

/*-----------------------------------------------------------------
                        Circle Progressbar
------------------------------------------------------------------- */
.iq-circle-progressbar .percent {
  font-size: 1.3rem !important;
}

.iq-circle-progressbar svg {
  width: 100px !important;
  height: 100px !important;
}

.iq-circle-progressbar {
  margin: 0 auto;
  width: 100px !important;
  height: 100px !important;
}

/* ------------ */
.progress-round {
  width: 50px;
  height: 50px;
  background: none;
  position: relative;
}

.progress-round::after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 3px solid #eee;
  position: absolute;
  top: 0;
  left: 0;
}

.progress-round > span {
  width: 50%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  z-index: 1;
}

.progress-round .progress-left {
  left: 0;
}

.progress-round .progress-bar {
  width: 100%;
  height: 100%;
  background: none;
  border-width: 3px;
  border-style: solid;
  position: absolute;
  top: 0;
}

.progress-round .progress-left .progress-bar {
  left: 100%;
  border-top-right-radius: 80px;
  border-bottom-right-radius: 80px;
  border-left: 0;
  -webkit-transform-origin: center left;
  transform-origin: center left;
}

.progress-round .progress-right {
  right: 0;
}

.progress-round .progress-right .progress-bar {
  left: -100%;
  border-top-left-radius: 80px;
  border-bottom-left-radius: 80px;
  border-right: 0;
  -webkit-transform-origin: center right;
  transform-origin: center right;
}

.progress-round .progress-value {
  position: absolute;
  top: 0;
  left: 0;
}

.progress-bar-vertical {
  width: 10px;
  min-height: 110px;
  display: flex;
  align-items: flex-end;
  margin-right: 20px;
  float: left;
  border-radius: 10px;
  -webkit-border-radius: 10px;
}

.progress-bar-vertical .progress-bar {
  width: 100%;
  height: 0;
  -webkit-transition: height 0.6s ease;
  -o-transition: height 0.6s ease;
  transition: height 0.6s ease;
  border-radius: 10px;
  -webkit-border-radius: 10px;
}

.progress-bar-vertical > span {
  height: 0;
  width: 100% !important;
}

.hospital-mgt .progress > div + div {
  text-align: right;
  padding-right: 15px;
}

.hospital-mgt .progress > div {
  text-align: left;
  padding-left: 15px;
}

.progress-round.patient-progress {
  height: 100px;
  width: 100px;
}

.progress-round.patient-progress .progress-bar {
  border-width: 5px;
}

.progress-round.patient-progress::after {
  border: 5px solid #ceebee;
}

.patient-steps2 .progress-round.patient-progress::after {
  border: 5px solid #fffbe5;
}

/*-----------------------------------------------------------------
                        Tikit Booking List
------------------------------------------------------------------- */
.iq-booking-ab {
  display: inline-block;
}

.iq-booking-ab li {
  line-height: 3rem;
  height: 45px;
  margin-bottom: 1rem;
  position: relative;
}

.iq-booking-ab li.friest-booking-blank {
  margin-bottom: 0;
  height: 40px;
}

.iq-booking-ab li.secondary-booking-blank {
  height: 70px;
}

.iq-booking-ab li.three-booking-blank {
  height: 70px;
}

.iq-booking-no li {
  width: 4.9%;
  text-align: center;
  margin-right: 0 !important;
}

.iq-booking-no li .iq-seat {
  background: #f3f7fd;
  width: 45px;
  height: 45px;
  display: inline-block;
  padding: 10px;
  border-radius: 4px;
}

.iq-booking-no li .iq-seat img {
  width: 100%;
}

.iq-booking-no li .iq-seat img.active-seat {
  display: none;
}

.iq-booking-no li .iq-seat.bg-secondary img.default,
.iq-booking-no li .iq-seat.active img.default {
  display: none;
}

.iq-booking-no li .iq-seat.bg-secondary img.active-seat,
.iq-booking-no li .iq-seat.active img.active-seat {
  display: inline-block;
}

.iq-booking-no li .iq-seat.active {
  background: #27b345;
}

.iq-booking-status {
  line-height: 30px;
  display: inline-block;
  margin-right: 30px;
}

.iq-booking-status span {
  width: 16px;
  height: 16px;
  border-radius: 4px;
  display: inline-block;
  background: #f3f7fd;
  margin-right: 10px;
  margin-top: 6px;
  float: left;
}

/*-----------------------------------------------------------------
                        Right Sidebar Menu
------------------------------------------------------------------- */
#right-sidebar-scrollbar {
  height: 100vh;
}

.iq-sidebar-right-menu {
  position: fixed;
  top: 75px;
  right: -400px;
  width: 360px;
  background: #eef0f4;
  overflow: hidden;
  z-index: 99;
  -webkit-transition: all 0.1s ease-out 0s;
  -moz-transition: all 0.1s ease-out 0s;
  -ms-transition: all 0.1s ease-out 0s;
  -o-transition: all 0.1s ease-out 0s;
  transition: all 0.1s ease-out 0s;
}

.iq-sidebar-right-menu.film-side {
  right: 0;
}

.iq-sidebar-booking,
.iq-sidebar-payment {
  padding: 30px;
}

.iq-booking-ticket {
  background: #ffffff;
  border-radius: 4px;
  padding: 30px 25px 30px;
  position: relative;
}

.iq-booking-ticket:after {
  content: "";
  position: absolute;
  bottom: 100px;
  left: -10px;
  height: 20px;
  width: 20px;
  background: #00269d;
  -webkit-border-radius: 90px;
  -moz-border-radius: 90px;
  border-radius: 90px;
}

.iq-booking-ticket:before {
  content: "";
  position: absolute;
  bottom: 100px;
  right: -10px;
  height: 20px;
  width: 20px;
  background: #00269d;
  -webkit-border-radius: 90px;
  -moz-border-radius: 90px;
  border-radius: 90px;
}

/*---------------------------------------------------------------------
FAQ
-----------------------------------------------------------------------*/
.iq-accordion.career-style.faq-style .iq-accordion-block .accordion-title span {
  padding-left: 0px;
}

.iq-accordion.career-style .iq-accordion-block {
  margin-bottom: 20px;
}

.iq-accordion.career-style.faq-style .accordion-title:before {
  display: inline-block;
  cursor: pointer;
  content: "\f218";
  font-family: "Ionicons";
  position: absolute;
  top: -8px;
  right: 15px;
  color: #1e1e1e;
  font-size: 16px;
  line-height: 16px;
  font-weight: normal;
  -webkit-transition: all 0.25s ease-in-out 0s;
  -moz-transition: all 0.25s ease-in-out 0s;
  transition: all 0.25s ease-in-out 0s;
  border-radius: 4px;
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
}

.iq-accordion.career-style.faq-style .iq-accordion-block .accordion-details p {
  padding-left: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
}

.iq-accordion.career-style .iq-accordion-block .accordion-title span {
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  display: table-cell;
  color: #212529;
}

.iq-accordion.career-style.faq-style
  .iq-accordion-block.accordion-active
  .accordion-title:before {
  content: "\f209";
  display: inline-block;
}

.iq-accordion.career-style.faq-style .active-faq .row {
  background: transparent;
  padding: 10px 0px;
}

.iq-accordion.career-style.faq-style .iq-accordion-block {
  padding: 10px 5px;
  border-radius: 20px;
}

.iq-accordion.career-style.faq-style
  .iq-accordion-block.accordion-active
  .accordion-title:before,
.iq-accordion.career-style.faq-style .accordion-title:before {
  background-image: -moz-linear-gradient(
    0deg,
    rgb(109, 115, 239) 0%,
    rgb(163, 120, 252) 100%
  );
  border-radius: 90px;
}

/*---------------------------------------------------------------------
Table
-----------------------------------------------------------------------*/
table tr th img {
  width: 35px;
  height: 35px;
  border-radius: 90px;
}

.progress-animate {
  animation: progress-bar-stripes 1s linear infinite;
}

img.summary-image-top {
  width: 35px;
}

.iq-subject-info img {
  width: 80px;
}

/*---------------------------------------------------------------------
Animation Card
-----------------------------------------------------------------------*/
.animation-card {
  position: relative;
}

.animation-card .an-img {
  margin-top: -60px;
  text-align: right;
  display: inline-block;
  width: 100%;
}

.animation-card .an-img .bodymovin {
  width: 162%;
  margin-bottom: -57px;
  margin-left: -50px;
}

.animation-card .an-text {
  position: absolute;
  width: 180px;
  display: inline-block;
  top: 75px;
  left: 30px;
}

.animation-card .an-text h2 {
  margin-top: 0;
}

/*------------*/
.an-img-two {
  width: 700px;
  position: absolute;
  right: -35%;
  top: -175px;
  z-index: -1;
}

.iq-card.bg-primary.sb-top-banner-card {
  z-index: 1;
  position: relative;
}

.bodymovin {
  z-index: -1;
}

/*------------*/
.offer-an-img {
  position: absolute;
  top: -183px;
  width: 695px;
  left: -100px;
}

/*---------------------------------------------------------------------
Footer
-----------------------------------------------------------------------*/
.iq-footer {
  padding: 5px 15px;
  margin: 0 20px 15px 20px;
  border-radius: 15px;
  -webkit-box-shadow: 0px 0px 12px 0px rgba(55, 73, 72, 0.06);
  -moz-box-shadow: 0px 0px 12px 0px rgba(55, 73, 72, 0.06);
  box-shadow: 0px 0px 12px 0px rgba(55, 73, 72, 0.06);
  -webkit-transition: all 0.1s ease-out 0s;
  -moz-transition: all 0.1s ease-out 0s;
  -ms-transition: all 0.1s ease-out 0s;
  -o-transition: all 0.1s ease-out 0s;
  transition: all 0.1s ease-out 0s;

  /*  position: absolute;width: calc(100% - 48px);
  bottom: 0;*/
  /* margin-left: auto; */
  right: auto;
  left: 24px;
  z-index: 9;
}

.iq-footer ul li a {
  color: #777d74;
}

.iq-footer ul li a:hover {
  color: #00269d;
  text-decoration: none;
}

.bg-banner-image.style-three {
  height: 150px;
  background: url("../updated_dash_images/bg-03.jpg");
}

.iq-mt--70 {
  margin-top: -70px;
}

.banner-main-text {
  position: absolute;
  left: 15%;
  bottom: 13%;
}

.nav.nav-pills.style-three .nav-link.active:before,
.nav.nav-pills.style-three .nav-link:hover:before {
  display: inline-block;
  width: 100%;
  height: 3px;
  background: #00269d;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0px;
}

.nav.nav-pills.style-three .nav-link:before {
  width: 0;
  -webkit-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -webkit-transition: all 0.1s ease-in-out;
  height: 3px;
  background: #19beec;
  content: "";
  position: absolute;
  right: 0;
  bottom: 0px;
}

.iq-card-body.banner-box {
  padding-bottom: 0;
}

.nav.nav-pills.style-three {
  margin-top: 10px;
}

.nav.nav-pills.style-three a:last-child {
  margin-right: 0px;
}

.nav.nav-pills.style-three a {
  background: transparent;
  position: relative;
  margin-right: 30px;
  padding: 10px 0px;
}

/*---------------------------------------------------------------------
Map Profile
-----------------------------------------------------------------------*/
.dash-tracking-icon {
  height: 80px;
}

.map-profile-card {
  margin-right: 30px;
  border: 1px solid #ddd;
  margin-bottom: 15px;
}

.track {
  display: -webkit-inline-box;
  display: -moz-inline-box;
  overflow-x: scroll;
}

::-webkit-scrollbar {
  width: 8px;
  height: 8px;
  border-radius: 20px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 20px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 20px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
  border-radius: 20px;
}

/*---------------------------------------------------------------------
Mail Inbox
-----------------------------------------------------------------------*/
.email-app-details.show {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.email-app-details {
  position: absolute;
  display: block;
  z-index: 6;
  visibility: hidden;
  opacity: 0;
  top: 0;
  width: calc(100% - 15px);
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  height: 100%;
  left: auto;
  right: 0;
  background-color: #fff;
  border-radius: 30px;
  -webkit-border-radius: 30px;
}

.attegement ul {
  padding: 0;
  list-style: none;
}

.send-panel a {
  height: 30px;
  width: 30px;
  text-align: center;
  font-size: 18px;
  line-height: 30px;
  display: inline-block;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  cursor: pointer;
}

#compose-email-popup {
  position: fixed;
  max-width: 700px;
  left: auto;
  right: 0;
  top: auto;
  bottom: 0;
  padding: 0 !important;
  max-height: 555px;
  width: 100%;
  overflow-y: scroll;
  overflow-x: hidden;
}

#compose-email-popup .iq-card {
  border-radius: 30px 30px 0 0;
}

button.close-popup {
  background: transparent;
  color: #000;
  border: none;
  font-size: 20px;
  line-height: 20px;
}

.compose-bottom {
  border-top: 1px solid #777d74;
}

.select2-container--default .select2-selection--multiple {
  border-color: #d7dbda;
}

.select2-container--default.select2-container--open.select2-container--below
  .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below
  .select2-selection--multiple {
  color: #374948;
  border-color: #d7dbda;
  box-shadow: none;
}

/* colors changes in radio button, checkbox, switch */
.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: none;
}

.custom-checkbox.custom-checkbox-color input.bg-primary ~ label::before,
.custom-checkbox.custom-checkbox-color-check
  input:checked.bg-primary
  ~ label::before,
.custom-radio.custom-radio-color input.bg-primary ~ label::before,
.custom-radio.custom-radio-color-checked
  input:checked.bg-primary
  ~ label::before,
.custom-switch.custom-switch-color input:checked.bg-primary ~ label::before {
  background-color: #00269d !important;
  border-color: #00269d !important;
}

.custom-checkbox.custom-checkbox-color input.bg-success ~ label::before,
.custom-checkbox.custom-checkbox-color-check
  input:checked.bg-success
  ~ label::before,
.custom-radio.custom-radio-color input.bg-success ~ label::before,
.custom-radio.custom-radio-color-checked
  input:checked.bg-success
  ~ label::before,
.custom-switch.custom-switch-color input:checked.bg-success ~ label::before {
  background-color: #27b345 !important;
  border-color: #27b345 !important;
}

.custom-checkbox.custom-checkbox-color input.bg-danger ~ label::before,
.custom-checkbox.custom-checkbox-color-check
  input:checked.bg-danger
  ~ label::before,
.custom-radio.custom-radio-color input.bg-danger ~ label::before,
.custom-radio.custom-radio-color-checked
  input:checked.bg-danger
  ~ label::before,
.custom-switch.custom-switch-color input:checked.bg-danger ~ label::before {
  background-color: #f14336 !important;
  border-color: #f14336 !important;
}

.custom-checkbox.custom-checkbox-color input.bg-warning ~ label::before,
.custom-checkbox.custom-checkbox-color-check
  input:checked.bg-warning
  ~ label::before,
.custom-radio.custom-radio-color input.bg-warning ~ label::before,
.custom-radio.custom-radio-color-checked
  input:checked.bg-warning
  ~ label::before,
.custom-switch.custom-switch-color input:checked.bg-warning ~ label::before {
  background-color: #fbc647 !important;
  border-color: #fbc647 !important;
}

.custom-checkbox.custom-checkbox-color input.bg-dark ~ label::before,
.custom-checkbox.custom-checkbox-color-check
  input:checked.bg-dark
  ~ label::before,
.custom-radio.custom-radio-color input.bg-dark ~ label::before,
.custom-radio.custom-radio-color-checked input:checked.bg-dark ~ label::before,
.custom-switch.custom-switch-color input:checked.bg-dark ~ label::before {
  background-color: #374948 !important;
  border-color: #374948 !important;
}

.custom-checkbox.custom-checkbox-color input.bg-info ~ label::before,
.custom-checkbox.custom-checkbox-color-check
  input:checked.bg-info
  ~ label::before,
.custom-radio.custom-radio-color input.bg-info ~ label::before,
.custom-radio.custom-radio-color-checked input:checked.bg-info ~ label::before,
.custom-switch.custom-switch-color input:checked.bg-info ~ label::before {
  background-color: #00d0ff !important;
  border-color: #00d0ff !important;
}

/* checkbox with icon */
.custom-checkbox
  .custom-control-input:disabled:checked
  ~ .custom-control-label::before {
  background-color: #ceebee;
}

.custom-radio
  .custom-control-input:disabled:checked
  ~ .custom-control-label::before {
  background-color: #ceebee;
}

.custom-control-input:checked ~ .custom-control-label::before {
  border-color: #00269d;
  background-color: #00269d;
}

.custom-checkbox.checkbox-icon label i {
  position: absolute;
  top: 6px;
  left: -21px;
  font-size: 10px;
  transform: scale(0);
  -webkit-transform: scale(0);
  -webkit-transition: all 0.15s ease-in;
  transition: all 0.15s ease-in;
}

.custom-checkbox.checkbox-icon input:checked ~ label i {
  transform: scale(1);
  -webkit-transform: scale(1);
  color: #fff;
}

.custom-checkbox.checkbox-icon input:checked ~ label::after {
  display: none;
}

/* switch with icon */
.custom-switch.custom-switch-icon label .switch-icon-left,
.custom-switch.custom-switch-icon label .switch-icon-right,
.custom-switch.custom-switch-text label .switch-icon-left,
.custom-switch.custom-switch-text label .switch-icon-right {
  position: absolute;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  top: -3px;
}

.custom-switch.custom-switch-icon label .switch-icon-left i,
.custom-switch.custom-switch-icon label .switch-icon-right i {
  font-size: 10px;
}

.custom-switch.custom-switch-icon label .switch-icon-left,
.custom-switch.custom-switch-text label .switch-icon-left {
  left: 8px;
  right: auto;
  color: #fff;
}

.custom-switch.custom-switch-icon label .switch-icon-right,
.custom-switch.custom-switch-text label .switch-icon-right {
  right: 5px;
  left: auto;
}

.custom-switch.custom-switch-icon,
.custom-switch.custom-switch-text {
  padding-left: 0;
}

.custom-switch.custom-switch-icon .custom-control-label {
  height: 20px;
  width: 42px;
  padding: 0;
}

.custom-switch.custom-switch-text .custom-control-label {
  width: 46px;
}

.custom-switch.custom-switch-icon .custom-control-label::before,
.custom-switch.custom-switch-text .custom-control-label::before {
  height: 20px;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  user-select: none;
  top: 0;
  left: 1px;
  width: 2.75rem;
}

.custom-switch.custom-switch-text .custom-control-label::before {
  width: 100%;
}

.custom-switch.custom-switch-icon .custom-control-label:after,
.custom-switch.custom-switch-text .custom-control-label:after {
  position: absolute;
  top: 1px;
  left: 2px;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  user-select: none;
  height: 18px;
  width: 18px;
}

.custom-switch.custom-switch-icon
  .custom-control-input:checked
  ~ .custom-control-label::after {
  -webkit-transform: translateX(1.4rem);
  -ms-transform: translateX(1.4rem);
  transform: translateX(1.4rem);
}

.custom-switch.custom-switch-text
  .custom-control-input:checked
  ~ .custom-control-label::after {
  -webkit-transform: translateX(1.6rem);
  -ms-transform: translateX(1.6rem);
  transform: translateX(1.6rem);
}

.custom-switch-inner {
  display: block;
  text-align: center;
}

.custom-switch.custom-switch-text input:checked ~ label::before {
  color: #fff;
  content: attr(data-on-label);
  text-align: left;
}

.custom-switch.custom-switch-text label::before {
  color: #000;
  content: attr(data-off-label);
  width: 2.85rem;
  height: 20px;
  padding: 0 4px;
  font-size: 11px;
  line-height: 18px;
  text-align: right;
}

.custom-switch.custom-switch-text label:after {
  position: absolute;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  user-select: none;
  height: 16px;
  width: 16px;
}

.custom-switch.custom-switch-text
  input:checked
  ~ label.custom-control-label::after {
  transform: translateX(1.6rem);
  -webkit-transform: translateX(1.6rem);
}

.form-label-group {
  position: relative;
  margin-bottom: 1.5rem;
}

.form-label-group > label {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  padding: 0.6rem;
  color: #475f7b;
  font-size: 0.85rem;
  opacity: 0;
}

.counter-value {
  color: #fff;
  padding: 1px 6px;
  font-size: 0.6rem;
  border-radius: 0 0 5px 5px;
  margin-right: 1rem;
}

.vector-map.h-500 {
  width: 100%;
  height: 500px;
}

/*---------------------------------------------------------------------
slick Arrow
-----------------------------------------------------------------------*/
.slick-arrow.left {
  left: 0;
  top: 0;
}

.slick-arrow.right {
  right: 0;
  top: 0;
}

.slick-arrow {
  background: #f1f5fc;
  padding: 11px;
  font-size: 24px;
  position: absolute;
  line-height: 90px;
  z-index: 9;
}

.slick-arrow:hover {
  text-decoration: none;
}

.slick-slide img {
  display: inline-block;
}

ul#doster-list-slide .slick-arrow {
  top: -64px;
  background: #ceebee;
  height: 30px;
  width: 30px;
  color: #00269d;
  border: none;
  padding: 0;
  line-height: 30px;
  text-align: center;
  border-radius: 5px;
}

ul#doster-list-slide .slick-arrow.left {
  left: auto;
  right: 35px;
}

/*---------------------------------------------------------------------
Calender
-----------------------------------------------------------------------*/
.fc-unthemed .fc-toolbar .fc-button {
  background: #eff7f8;
  color: #00269d;
  border: none;
  text-transform: capitalize;
  border-radius: 25px;
  -webkit-border-radius: 25px;
}

.fc-unthemed .fc-toolbar .fc-button.fc-button-active,
.fc-unthemed .fc-toolbar .fc-button:active,
.fc-unthemed .fc-toolbar .fc-button:focus {
  color: #fff;
  background-color: #00269d;
}

.job-classification li,
.today-schedule li {
  list-style-type: none;
  margin-bottom: 10px;
}

.job-classification li > i,
.today-schedule li i {
  margin-right: 10px;
  border-radius: 50%;
  color: #fff;
}

.schedule-text span {
  display: block;
}

.calender-small .flatpickr-calendar.animate.inline {
  width: 100%;
  box-shadow: none;
}

.calender-small .dayContainer {
  width: 100%;
  min-width: auto;
}

.calender-small .flatpickr-days {
  width: 100%;
}

.calender-small .flatpickr-day.today {
  color: #fff;
  border-color: #00269d;
  background: #00269d;
}

.calender-small .flatpickr-day.today:hover,
.calender-small .flatpickr-day.today:focus {
  color: #fff;
  border-color: #00269d;
  background: #00269d;
}

.calender-small .flatpickr-months {
  margin-bottom: 10px;
}

.calender-small .flatpickr-current-month .flatpickr-monthDropdown-months {
  font-size: 16px;
}

.calender-small .flatpickr-current-month .flatpickr-monthDropdown-months:hover {
  background: transparent;
  color: #00269d;
}

.calender-small .flatpickr-current-month input.cur-year {
  font-size: 16px;
}

.calender-small .numInputWrapper:hover {
  background: transparent;
}

.calender-small .flatpickr-months .flatpickr-prev-month,
.calender-small .flatpickr-months .flatpickr-next-month {
  padding: 7px 10px;
}

.calender-small .flatpickr-day.selected,
.calender-small .flatpickr-day.startRange,
.calender-small .flatpickr-day.endRange,
.calender-small .flatpickr-day.selected.inRange,
.calender-small .flatpickr-day.startRange.inRange,
.calender-small .flatpickr-day.endRange.inRange,
.calender-small .flatpickr-day.selected:focus,
.calender-small .flatpickr-day.startRange:focus,
.calender-small .flatpickr-day.endRange:focus,
.calender-small .flatpickr-day.selected:hover,
.calender-small .flatpickr-day.startRange:hover,
.calender-small .flatpickr-day.endRange:hover,
.calender-small .flatpickr-day.selected.prevMonthDay,
.calender-small .flatpickr-day.startRange.prevMonthDay,
.calender-small .flatpickr-day.endRange.prevMonthDay,
.calender-small .flatpickr-day.selected.nextMonthDay,
.calender-small .flatpickr-day.startRange.nextMonthDay,
.calender-small .flatpickr-day.endRange.nextMonthDay {
  color: #fff;
  border-color: #00269d;
  background: #00269d;
}

.calender-small .flatpickr-day.inRange,
.calender-small .flatpickr-day.prevMonthDay.inRange,
.calender-small .flatpickr-day.nextMonthDay.inRange,
.calender-small .flatpickr-day.today.inRange,
.calender-small .flatpickr-day.prevMonthDay.today.inRange,
.calender-small .flatpickr-day.nextMonthDay.today.inRange,
.calender-small .flatpickr-day:hover,
.calender-small .flatpickr-day.prevMonthDay:hover,
.calender-small .flatpickr-day.nextMonthDay:hover,
.calender-small .flatpickr-day:focus,
.calender-small .flatpickr-day.prevMonthDay:focus,
.calender-small .flatpickr-day.nextMonthDay:focus {
  background: #eff7f8;
  color: #00269d;
  border-color: transparent;
}

.smaill-calender-home .flatpickr-calendar.animate.inline {
  margin: 0 auto;
  width: 100%;
  box-shadow: none;
  border: none;
  border-radius: 25px;
}

.smaill-calender-home .flatpickr-day.selected,
.smaill-calender-home .flatpickr-day.startRange,
.smaill-calender-home .flatpickr-day.endRange,
.smaill-calender-home .flatpickr-day.selected.inRange,
.smaill-calender-home .flatpickr-day.startRange.inRange,
.smaill-calender-home .flatpickr-day.endRange.inRange,
.smaill-calender-home .flatpickr-day.selected:focus,
.smaill-calender-home .flatpickr-day.startRange:focus,
.smaill-calender-home .flatpickr-day.endRange:focus,
.smaill-calender-home .flatpickr-day.selected:hover,
.smaill-calender-home .flatpickr-day.startRange:hover,
.smaill-calender-home .flatpickr-day.endRange:hover,
.smaill-calender-home .flatpickr-day.selected.prevMonthDay,
.smaill-calender-home .flatpickr-day.startRange.prevMonthDay,
.smaill-calender-home .flatpickr-day.endRange.prevMonthDay,
.smaill-calender-home .flatpickr-day.selected.nextMonthDay,
.smaill-calender-home .flatpickr-day.startRange.nextMonthDay,
.smaill-calender-home .flatpickr-day.endRange.nextMonthDay {
  color: #ffffff;
  text-decoration: none;
  background-color: #00269d;
  text-decoration: none;
  border-color: #00269d;
}

.smaill-calender-home .flatpickr-days,
.smaill-calender-home .dayContainer {
  width: 100%;
}

.smaill-calender-home .flatpickr-innerContainer {
  justify-content: space-around;
}

.smaill-calender-home .flatpickr-day.today {
  color: #fff;
  border-color: #00269d;
  background: #00269d;
}

/*---------------------------------------------------------------------
 Wizard
-----------------------------------------------------------------------*/
#form-wizard1,
#form-wizard2,
#form-wizard3 {
  position: relative;
}

#form-wizard1 input[type="file"] {
  line-height: 27px;
}

#form-wizard1 fieldset:not(:first-of-type) {
  display: none;
}

.card {
  z-index: 0;
  border: none;
  position: relative;
}

.steps {
  font-size: 20px;
  color: #777d74;
  font-weight: normal;
  text-align: right;
}

#top-tab-list {
  margin: 0 -10px 60px;
  overflow: hidden;
  color: #777d74;
}

#top-tab-list .active {
  color: #00269d;
}

#top-tab-list li {
  list-style-type: none;
  font-size: 18px;
  width: 33.3%;
  float: left;
  text-align: left;
  position: relative;
  font-weight: 400;
}

#top-tab-list li i {
  display: inline-block;
  text-align: center;
  height: 50px;
  width: 50px;
  line-height: 50px;
  font-size: 20px;
  border-radius: 50%;
  margin: 0 15px 0 0;
  color: #ffffff;
  background: #00269d;
}

#top-tab-list li.active a {
  color: #fff;
  background: #00269d;
}

#top-tab-list li.active.done a {
  background: #27b345;
}

#top-tab-list li.active.done i {
  color: #27b345;
}

#top-tab-list li#confirm.active a {
  background: #27b345;
}

#top-tab-list li#confirm.active i {
  color: #27b345;
}

#top-tab-list li a {
  background: #eff7f8;
  color: #00269d;
  display: block;
  padding: 15px;
  margin: 0 10px;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  text-decoration: none;
}

#top-tab-list li.active i {
  background-color: #fff;
  color: #00269d;
}

.fit-image {
  width: 100%;
  object-fit: cover;
}

/* validate */
.stepwizard-row {
  display: block;
  margin: 0 -20px;
}

.stepwizard {
  display: table;
  width: 100%;
  position: relative;
}

.setup-content {
  margin-top: 60px;
}

.wizard-step {
  font-size: 18px;
  width: 25%;
  float: left;
  position: relative;
  font-weight: 400;
  text-align: center;
}

.stepwizard-row .wizard-step a.btn {
  background: #fff;
  color: #374948;
  font-size: 18px;
  font-weight: 400;
  display: block;
  padding: 50px 15px;
  margin: 10px 20px;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  text-decoration: none;
  border: 1px solid #f2edff;
  font-family: "Poppins", sans-serif;
}

.stepwizard-row .wizard-step i {
  display: block;
  text-align: center;
  height: 65px;
  width: 65px;
  line-height: 65px;
  font-size: 25px;
  border-radius: 50%;
  margin: 0 auto 20px;
  color: #ffffff;
  background: #00269d;
}

.stepwizard-row #user.active a {
  background: #eff7f8;
  border-color: #00269d;
}

.stepwizard-row #document.active a {
  background: #fff5f4;
  border-color: #f14336;
}

.stepwizard-row #bank.active a {
  background: #eefff2;
  border-color: #27b345;
}

.stepwizard-row #confirm.active a {
  background: #fffcf3;
  border-color: #fbc647;
}

.stepwizard-row .wizard-step#user i {
  background: #eff7f8;
  color: #00269d;
}

.stepwizard-row .wizard-step#document i {
  background: #fff5f4;
  color: #f14336;
}

.stepwizard-row .wizard-step#bank i {
  background: #eefff2;
  color: #27b345;
}

.stepwizard-row .wizard-step#confirm i {
  background: #fffcf3;
  color: #fbc647;
}

.stepwizard-row .wizard-step.active i {
  background-color: #fff !important;
}

.stepwizard-row .wizard-step#document.active i {
  background: #fff5f4;
  color: #f14336;
}

.stepwizard-row .wizard-step#bank.active i {
  background: #eefff2;
  color: #27b345;
}

.stepwizard-row .wizard-step#confirm.active i {
  background: #fffcf3;
  color: #fbc647;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
  color: #a94442;
}

.has-error .form-control {
  border: 1px solid #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* vertical */
#form-wizard3 fieldset:not(:first-of-type) {
  display: none;
}

#top-tabbar-vertical {
  overflow: hidden;
  color: #777d74;
  margin: 0 -20px 60px;
}

#top-tabbar-vertical .active {
  color: #00269d;
}

#top-tabbar-vertical li {
  list-style-type: none;
  font-size: 18px;
  width: 100%;
  float: left;
  position: relative;
  font-weight: 400;
}

#top-tabbar-vertical li i {
  display: inline-block;
  text-align: center;
  height: 50px;
  width: 50px;
  line-height: 50px;
  font-size: 20px;
  border-radius: 50%;
  margin: 0 20px 0 0;
}

#top-tabbar-vertical li#personal i {
  background: #eff7f8;
  color: #00269d;
}

#top-tabbar-vertical li#contact i {
  background: #fff5f4;
  color: #f14336;
}

#top-tabbar-vertical li#official i {
  background: #eefff2;
  color: #27b345;
}

#top-tabbar-vertical li#payment i {
  background: #fffcf3;
  color: #fbc647;
}

#top-tabbar-vertical li.active a {
  border-color: transparent;
}

#top-tabbar-vertical li a {
  background: #fff;
  color: #000;
  display: block;
  padding: 20px 15px;
  margin: 10px 20px;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  text-decoration: none;
  border: 1px solid #f2edff;
}

#top-tabbar-vertical li.active i {
  background-color: #fff;
  color: #00269d;
}

#top-tabbar-vertical #personal.active a {
  background: #eff7f8;
}

#top-tabbar-vertical #contact.active a {
  background: #fff5f4;
}

#top-tabbar-vertical #official.active a {
  background: #eefff2;
}

#top-tabbar-vertical #payment.active a {
  background: #fffcf3;
}

#top-tabbar-vertical li.active i {
  background: #fff !important;
}

/*---------------------------------------------------------------------
Chat
-----------------------------------------------------------------------*/
.chat-page img {
  border-radius: 30px;
}

#chat-search {
  padding-left: 40px;
}

.form-group.chat-search-data > i {
  position: absolute;
  top: 8px;
  left: 15px;
  color: #00269d;
  font-size: 16px;
}

.chat-sidebar-name {
  width: 100%;
}

.chat-msg-counter {
  height: 20px;
  width: 20px;
  border-radius: 50%;
  line-height: 22px;
  margin: 0 auto;
  font-size: 10px;
}

.chat-meta span {
  font-size: 10px;
}

span.avatar-status {
  position: absolute;
  bottom: -5px;
  top: auto;
  left: auto;
  right: 0;
}

.iq-chat-ui li a {
  text-decoration: none;
  display: block;
  padding: 20px 15px;
  border-bottom: 1px solid #f1f2f1;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 25px;
  margin-bottom: 20px;
}

.iq-chat-ui li a.active {
  border-color: transparent;
}

.nav-pills li a.active {
  color: #00269d;
  background-color: #ffffff;
}

.iq-chat-ui li:last-child a {
  border: none;
}

.iq-chat-ui li:nth-child(2) a,
.iq-chat-ui li:nth-child(6) a {
  border: none;
}

.chat-sidebar-channel {
  overflow-y: scroll;
  overflow-x: hidden;
  height: calc(100vh - 15rem);
}

.chat-data {
  background: #fff;
  border-radius: 25px;
}

.chat-header-icons .dropdown-toggle:empty::after {
  display: none;
}

.chat-header-icons > a,
.chat-header-icons > span {
  width: 40px;
  height: 40px;
  font-size: 20px;
  margin: 0 5px 0 0;
  color: #00269d;
  display: inline-block;
  text-align: center;
  line-height: 40px;
  border-radius: 10px;
  cursor: pointer;
}

.chat-content {
  position: relative;
  height: calc(100vh - 25rem);
  text-align: center;
  padding: 1.4rem;
  overflow-y: scroll;
  overflow-x: hidden;
}

.chat-user {
  float: right;
  text-align: center;
}

.chat-user span.chat-time {
  display: block;
  font-size: 12px;
  font-weight: 500;
}

.chat-detail {
  overflow: hidden;
}

.chat-message {
  position: relative;
  float: right;
  text-align: right;
  padding: 0.75rem 1rem;
  margin: 0 1.33rem 1.33rem 0.3rem;
  clear: both;
  word-break: break-word;
  color: #fff;
  background: #00269d;
  border-radius: 25px;
  box-shadow: 0 2px 4px 0 rgba(8, 155, 171, 0.6);
}

.chat-message > p {
  margin: 0;
}

.chat-left .chat-message::after {
  right: auto;
  left: -7px;
  border-width: 5px 7px 5px 0;
  border-color: transparent #fff transparent transparent;
}

.chat-content .chat-left .chat-message {
  text-align: left;
  float: left;
  margin: 0 0.3rem 1.8rem 1.3rem;
  color: #727e8c;
  background-color: #fff;
  box-shadow: 0px 0px 12px 0px rgba(55, 73, 72, 0.06);
}

.chat-sidebar-channel .avatar,
.avatar {
  position: relative;
}

.chat-start {
  display: flex;
  justify-content: center;
  align-items: center;
  height: calc(100vh - 15rem);
  flex-direction: column;
}

span.iq-start-icon {
  font-size: 50px;
  background: #fff;
  width: 100px;
  text-align: center;
  border-radius: 50%;
  border: 3px solid #00269d;
}

.chat-attagement {
  font-size: 20px;
}

.chat-attagement a {
  color: #777d74;
}

.chat-detail .chat-message .chat-time {
  position: absolute;
  bottom: -20px;
  right: 0;
  color: #828d99;
  font-size: 0.8rem;
  white-space: nowrap;
}

.chat-left .chat-user {
  float: left;
}

.chat-content .chat-body .chat-message p {
  margin-bottom: 0;
}

.chat-data .tab-content {
  position: relative;
}

.chat-searchbar {
  position: relative;
}

.chat-user-detail-popup {
  position: absolute;
  top: 0;
  width: 360px;
  background: #fff;
  right: 0;
  overflow: hidden;
  left: auto;
  z-index: 9;
  height: 100%;
  opacity: 0;
  transform: translateX(110%);
  -webkit-transform: translateX(110%);
  transition: all 0.45s ease 0s;
  -webkit-transition: all 0.45s ease 0s;
  box-shadow: 0px 0px 12px 0px rgba(55, 73, 72, 0.06);
  border-radius: 5px;
  visibility: hidden;
}

.chat-user-detail-popup.show {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
  -webkit-transform: translateX(0);
  transition: all 0.45s ease 0s;
  -webkit-transition: all 0.45s ease 0s;
}

.chatuser-detail .title {
  font-weight: 500;
}

.chatuser-detail {
  padding: 0 35px;
}

.user-profile button.close-popup {
  display: block;
  font-size: 24px;
}

ul.user-status {
  list-style: none;
}

#user-detail-popup {
  position: absolute;
  top: 0;
  width: 310px;
  background: #fff;
  right: 0;
  overflow: hidden;
  left: auto;
  z-index: 9;
  height: 100%;
  opacity: 0;
  transform: translateX(-90%);
  -webkit-transform: translateX(-90%);
  transition: all 0.45s ease 0s;
  -webkit-transition: all 0.45s ease 0s;
  box-shadow: 0px 0px 12px 0px rgba(55, 73, 72, 0.06);
  border-radius: 5px;
  visibility: hidden;
}

#user-detail-popup.show {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
  -webkit-transform: translateX(0);
  transition: all 0.45s ease 0s;
  -webkit-transition: all 0.45s ease 0s;
}

#user-detail-popup .user-profile button.close-popup {
  text-align: right;
  width: 100%;
}

.chat-sidebar-channel h5 {
  border-bottom: 1px solid #f1f2f1;
  padding-bottom: 10px;
}

.chat-sidebar-name h6 {
  font-size: 1.2em;
}

.chat-sidebar-name span {
  color: #777d74;
}

button.close-btn-res {
  display: none;
}

div#sidebar-toggle {
  display: none;
}

.chat-head header {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 0 15px;
}

.chat-footer {
  border-radius: 0 0 25px 25px;
}

/*---------------------------------------------------------------------
Profile Page
-----------------------------------------------------------------------*/
.profile-img img {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.cover-container {
  position: relative;
}

ul.header-nav {
  position: absolute;
  left: auto;
  right: 0;
  top: auto;
  bottom: 20px;
}

ul.header-nav li {
  list-style: none;
}

ul.header-nav li a {
  display: block;
  list-style: none;
  height: 40px;
  width: 40px;
  background: #fff;
  border-radius: 50%;
  line-height: 40px;
  text-align: center;
  color: #00269d;
  font-size: 18px;
  margin: 0 15px 0 0;
}

.profile-img {
  margin-top: -80px;
}

.profile-feed-items li {
  list-style: none;
}

.profile-feed-items li:last-child a {
  margin: 0;
}

.profile-feed-items li a {
  text-decoration: none;
  text-transform: capitalize;
  color: #00269d;
  background-color: #ceebee;
  margin: 0 20px 0 0;
}

.nav-pills.profile-feed-items li a.active {
  color: #fff;
  background: #00269d;
}

.news-icon {
  font-size: 18px;
  margin-right: 20px;
}

ul.profile-img-gallary {
  list-style: none;
  margin: 0 -1px 0 -4px !important;
}

.twit-feed p span i {
  background: #00269d;
  color: #fff;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  font-size: 10px;
}

.twit-feed .twit-meta-tag {
  color: #00269d;
}

.twit-feed .media-support-user-img img {
  height: 50px;
}

ul.media-story img {
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 2px;
}

ul.media-story li.active img {
  border-color: #00269d;
}

.add-suggestion {
  border: 1px solid #007bff;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  text-align: center;
  line-height: 35px;
  font-size: 16px;
  color: #007bff;
}

.suggestions-lists .btn {
  display: block;
}

.feather-icon a,
.message-icon a {
  color: #777d74;
  font-size: 18px;
  font-weight: 300;
}

ul.post-comments {
  list-style: none;
}

.comment-activity > a {
  margin-right: 10px;
  text-transform: capitalize;
  color: #00269d;
  text-decoration: none;
}

form.comment-text {
  position: relative;
}

.comment-attagement {
  position: absolute;
  left: auto;
  right: 0;
  font-size: 20px;
}

.comment-attagement a {
  color: #777d74;
}

#profile-activity .iq-timeline li {
  margin-bottom: 15px;
}

.about-info a,
div#profile-profile a {
  color: #777d74;
}

.twit-date a {
  color: #777d74;
}

.doc-profile-bg {
  border-radius: 25px 25px 0 0;
}

.doctor-profile {
  margin-top: -70px;
}

.speciality-list .user-img > a {
  height: 40px;
  width: 40px;
  display: block;
  text-align: center;
  line-height: 38px;
  font-size: 18px;
  border-radius: 50%;
}

/*---------------------------------------------------------------------
Profile Edit 
-----------------------------------------------------------------------*/
.profile-pic {
  max-width: 100%;
  display: block;
  border-radius: 50%;
  -webkit-border-radius: 50%;
}

.profile-img-edit {
  position: relative;
  display: inline-block;
  height: 150px;
  width: 150px;
}

.file-upload {
  display: none;
}

.p-image {
  position: absolute;
  top: auto;
  right: 8px;
  bottom: 10px;
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  background: #00269d;
  color: #fff;
  border-radius: 50%;
  height: 30px;
  width: 30px;
  line-height: 28px;
  text-align: center;
  font-size: 12px;
  cursor: pointer;
}

.upload-button {
  font-size: 1.5em;
}

.iq-edit-profile .nav-link {
  padding: 20px 15px;
  border-radius: 0;
  color: #777d74;
  text-align: center;
  font-size: 16px;
  border-left: 1px solid #f2edff;
}

.iq-edit-profile.nav-pills .nav-link.active,
.iq-edit-profile.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #00269d;
}

ul.iq-edit-profile li:first-child a {
  border-radius: 15px 0 0 15px;
  border-left: none;
}

ul.iq-edit-profile li:last-child a {
  border-radius: 0 15px 15px 0;
}

/*---------------------------------------------------------------------
Todo Page
-----------------------------------------------------------------------*/
.iq-todo-page .search-link,
.iq-todo-right .search-link {
  position: absolute;
  top: 0;
  left: 10px;
  font-size: 18px;
  line-height: 43px;
  color: #777d74;
}

.iq-todo-page .todo-search,
.iq-todo-right .todo-search {
  padding-left: 35px;
}

.add-new-project > a {
  padding: 0 15px;
  color: #777d74;
  text-transform: capitalize;
  text-decoration: none;
}

.notification-icon > span {
  height: 11px;
  width: 11px;
  border-radius: 50%;
  line-height: 13px;
  font-size: 8px;
  text-align: center;
  position: absolute;
  top: -5px;
  left: auto;
  right: -8px;
}

.todo-date {
  font-size: 16px;
}

.iq-todo-page ul {
  list-style: none;
}

.iq-todo-page ul li a {
  color: #777d74;
  text-decoration: none;
}

.iq-todo-page ul ul li a {
  padding-left: 25px;
}

.iq-todo-page ul > li > a {
  padding: 10px 15px;
  display: block;
  border-radius: 5px;
  -webkit-border-radius: 5px;
}

.iq-todo-page ul > li[aria-expanded="true"] > a {
  color: #00269d;
  background: #eff7f8;
}

.iq-todo-page ul > li li:hover a,
.iq-todo-page ul > li li.active a {
  color: #00269d;
  background: #eff7f8;
}

ul.todo-task-lists li:hover {
  background: #daeff2;
  transition: all 0.1s ease-in-out;
  -webkit-transition: all 0.1s ease-in-out;
}

ul.todo-task-lists li.active-task {
  background: #daeff2;
}

.media-support-info p {
  line-height: normal;
}

.todo-task-list .sub-task {
  display: none;
}

.todo-task-list .sub-task.show {
  display: block;
}

/*---------------------------------------------------------------------
Privacy Policy Page
-----------------------------------------------------------------------*/
.privacy-status {
}

.input-group .input-group-text {
  background: #e9edf4;
  border: 0px solid #d7dbda;
}

.data-privacy {
  margin: 30px 0;
}

/*---------------------------------------------------------------------
User List Page
-----------------------------------------------------------------------*/
.list-user-action a {
  font-size: 16px;
  height: 25px;
  width: 25px;
  text-align: center;
  line-height: 25px;
  margin: 0 3px;
  display: inline-block;
  border-radius: 5px;
}

#user-list-table.table td {
  vertical-align: middle;
}

.user-list-files a {
  padding: 10px 15px;
  margin: 0 0 0 10px;
  border-radius: 15px;
  line-height: normal;
}

.table-responsive #exampleInputSearch {
  width: auto;
}

.iq-doc-social-info ul li {
  display: inline-block;
}

.iq-doc-social-info ul li a {
  display: block;
  color: #00269d;
  background: #ceebee;
  height: 30px;
  width: 30px;
  line-height: 30px;
  border-radius: 5px;
  margin: 0 3px;
}

/*---------------------------------------------------------------------
Add User Page
-----------------------------------------------------------------------*/
.add-img-user .p-image {
  position: static;
  text-align: left;
  display: block;
  height: auto;
  width: auto;
  background: transparent;
  margin-top: 20px;
}

.img-extension a,
.img-extension span {
  color: #777d74;
  padding: 0 3px;
  font-size: 13px;
}

.warning-notification h4 {
  font-size: 14px;
  line-height: 40px;
  color: #fff;
}

.warning-notification p {
  font-size: 14px;
  margin-bottom: 0;
  line-height: 40px;
  color: #fff;
}

.warning-notification p > a {
  background: #ceebee;
  padding: 0 10px;
  display: inline-block;
  color: #484950;
  border: none;
  margin-left: 10px;
  line-height: 30px;
  text-align: center;
  border-radius: 5px;
}

.warning-notification p > a:hover {
  background: #fff;
}

.warning-notification h4 a:hover {
  color: #3f414d;
}

.warning-notification {
  justify-content: space-between;
  padding: 0px 15px;
  background: #2daab8;
  border-color: #2daab8;
}

.Proposals-boxes .iq-card-body {
  padding: 0;
}

.Proposals-boxes .iq-info-box {
  padding: 20px 10px !important;
}

.Proposals-boxes .iq-info-box h3 {
  line-height: 30px;
}

.Proposals-boxes .iq-info-box h3 span {
  font-size: 30px;
  font-weight: 700;
}

.Proposals-boxes .iq-info-box span {
  font-size: 14px;
  font-weight: 500;
  color: #5d5f69;
}

.Proposals-boxes .iq-card-body .info-image img {
  width: 50px;
}

svg g[opacity="0.3"] {
  display: none;
}

.iq-card-body label {
  margin-bottom: 0;
}

.p-10-15 {
  padding: 10px 15px;
}

#reportrange span {
  display: inline-block;
  font-size: 13px;
  top: -6px;
  position: relative;
}

.daterangepicker .ranges li {
  font-size: 13px !important;
  color: #495057;
}

#reportrange i {
  position: relative;
  top: -6px;
  left: 16px;
}

ul.navbar-list .iq-sub-dropdown .iq-card-body .media .rounded.iq-card-icon {
  text-align: center;
  position: unset;
  left: unset;
  top: unset;
  padding-right: 0;
  box-shadow: unset;
}

table.dataTable a.btn,
table.dataTable button.btn {
  font-size: 11px;
}

.font-14 {
  font-size: 14px;
}

table.dataTable select {
  border: 1px solid #b9bcbf;
  height: 40px;
  font-size: 12px;
  color: #333;
  padding-left: 5px;
}

a.btn.p-1-1 {
  padding: 2px 6px;
  border-radius: 12px !important;
}

div.dataTables_wrapper div.dataTables_length select,
div.dataTables_wrapper div.dataTables_filter input {
  height: 35px;
  line-height: normal;
  border-radius: 0;
  color: #00269d;
  border: 1px solid #00269d;
}

table.dataTable thead > tr > th {
  color: #00269d;
  background: #eff7f8;
}

table.dataTable thead tr th {
  border: 0 !important;
  border-bottom: 1px solid #dee2e6 !important;
  border-right: 1px solid #dee2e6 !important;
  font-weight: 600;
}

table.dataTable tbody tr td {
  font-size: 13px;
}

.page-item.disabled .page-link {
  border-color: #dee2e6;
}

button.btn.btn-secondary.buttons-html5 {
  background: #099fb0;
  border: none;
}

div.dataTables_wrapper div.dataTables_filter {
  display: inline-block;
  float: right;
  margin-bottom: 10px;
}

div.dataTables_wrapper div.dataTables_paginate {
  display: inline-block;
  float: right;
  margin-top: 10px;
}

div.dataTables_wrapper div.dataTables_info {
  display: inline-block;
}

.iq-card-block.iq-card-height-half {
  height: calc(100% - 20px);
  width: 30%;
  float: left;
  margin: 0 15px;
}

.position-right {
  left: unset;
  right: -60px;
  padding-right: unset;
  padding-left: 20px;
  text-align: left;
}

.font-size-22 {
  font-size: 22px;
}

.text-transform {
  text-transform: uppercase;
}

.text-bold {
  font-weight: 600;
}

.project-name-wrapper .form-group {
  padding: 0 0 0 70px;
  min-height: 60px;
  margin-bottom: 0px;
}

.toggle-checkbox {
  position: relative;
  float: right;
  width: 180px;
  height: 85px;
  padding: 10px;
  overflow: hidden;
  text-align: center;
  margin: 30px 0 0 15px;
  border: 1px solid #ccc;
}

.tgl-light + .tgl-btn {
  outline: 0;
  display: block;
  width: 4em;
  height: 2em;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: #f0f0f0;
  border-radius: 2em;
  padding: 2px;
  transition: all 0.4s ease;
}

.project-name-wrapper .form-group .toggle-project-name {
  position: absolute;
  top: 35px;
  left: 8px;
  z-index: 1;
  padding: 0px;
  margin: 0px;
  border: none;
  width: 64px;
  height: 38px;
}

.toggle-checkbox label {
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
  position: relative;
  top: 0px;
  left: 50%;
  margin: 6px 0 0 -26px;
}

.tgl-light + .tgl-btn:after {
  border-radius: 50%;
  background: #fff;
  transition: all 0.2s ease;
}

.tgl + .tgl-btn:after {
  left: 0;
}

.tgl + .tgl-btn:after,
.tgl + .tgl-btn:before {
  position: relative;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
}

.tgl:checked + .tgl-btn:after {
  left: 50%;
}

.toggle-checkbox input {
  position: absolute;
  top: 0px;
  left: -30px;
}

.project-name-wrapper .form-group label.form-group-label {
  margin-left: -70px;
  color: #999;
  margin-bottom: 7px;
}

.project-name-wrapper
  .form-group.form-group-show-project-name
  label.form-group-label {
  color: #000;
}

.project-name-wrapper .form-group {
  padding: 0 0 0 70px;
  min-height: 60px;
  margin-bottom: 0px;
}

.tgl-light + .tgl-btn {
  background: #c3cbda;
}

.tgl {
  display: block;
}

.tgl,
.tgl:after,
.tgl:before,
.tgl *,
.tgl *:after,
.tgl *:before,
.tgl + .tgl-btn {
  box-sizing: border-box;
}

.tgl::-moz-selection,
.tgl:after::-moz-selection,
.tgl:before::-moz-selection,
.tgl *::-moz-selection,
.tgl *:after::-moz-selection,
.tgl *:before::-moz-selection,
.tgl + .tgl-btn::-moz-selection {
  background: none;
}

.tgl::selection,
.tgl:after::selection,
.tgl:before::selection,
.tgl *::selection,
.tgl *:after::selection,
.tgl *:before::selection,
.tgl + .tgl-btn::selection {
  background: none;
}

.tgl + .tgl-btn {
  outline: 0;
  display: block;
  width: 4em;
  height: 2em;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.tgl + .tgl-btn:after,
.tgl + .tgl-btn:before {
  position: relative;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
}

.tgl + .tgl-btn:after {
  left: 0;
}

.tgl + .tgl-btn:before {
  display: none;
}

.tgl:checked + .tgl-btn:after {
  left: 50%;
}

.tgl-light + .tgl-btn {
  border-radius: 2em;
  padding: 2px;
  transition: all 0.4s ease;
}

.tgl-light + .tgl-btn:after {
  border-radius: 50%;
  background: #fff;
  transition: all 0.2s ease;
}

.tgl-light:checked + .tgl-btn {
  background: #09a0b0;
}

.toggle-checkbox {
  position: relative;
  float: right;
  width: 180px;
  height: 85px;
  padding: 10px;
  overflow: hidden;
  text-align: center;
  margin: 30px 0 0 15px;
  border: 1px solid #ccc;
}

.toggle-checkbox .label {
  line-height: 30px;
  display: block;
  font-size: 14px;
}

.toggle-checkbox input {
  position: absolute;
  top: 0px;
  left: -30px;
}

.toggle-checkbox label {
  position: relative;
  top: 0px;
  left: 50%;
  margin: 6px 0 0 -26px;
}

.project-name-wrapper .form-group .form-control {
  display: none;
}

.project-name-wrapper .form-group.form-group-show-project-name .form-control {
  display: block;
}

.nav-pills .nav-link {
  border-radius: 10px;
  box-shadow: 0 0 3px #999;
  margin: 4px 0;
  line-height: 17px;
  color: #999;
}

div#v-pills-tabContent {
  background: #ffffff;
  padding: 20px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  margin-bottom: 30px;
  border: none;
  -webkit-box-shadow: 0px 0px 10px rgb(209 217 218 / 77%);
  box-shadow: 0px 0px 10px rgb(209 217 218 / 77%);
}

.tab-content .tab-pane p {
  line-height: 15px;
}

.section-items .line-headings {
  position: relative;
  height: 20px;
  font-size: 10px;
  font-weight: bold;
}

.section-items .line-headings span.line-heading-chosen {
  left: -5px;
}

.section-items .line-headings span {
  display: block;
  position: absolute;
  width: 60px;
  color: #000;
  line-height: 7px;
  text-align: center;
  top: 0px;
}

.line .line-select {
  margin: 0 0 5px 0;
  position: relative;
  min-height: 30px;
  background: #f2f4f5;
}

.line .line-select .line-checkbox {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 50px;
  text-decoration: none !important;
  height: 100%;
  border-right: 5px solid #fff;
}

.line .line-select .line-checkbox i {
  line-height: 45px;
  font-size: 25px;
  color: #828282;
  text-align: center;
  width: 100%;
  left: 0px;
  top: 50%;
  margin-top: 0;
  display: block;
}

.line.active .line-select .line-checkbox i {
  color: #333;
}

.line.active .line-select .line-checkbox i {
  color: #70ad8e;
}

.line.active .line-select {
  background: #ceebee;
}

.line .line-select input[type="checkbox"] {
  position: absolute;
  top: 0px;
  left: -9999px;
}

.line .line-select label {
  display: block;
  padding: 10px 40px 10px 70px;
  line-height: 24px;
  font-size: 15px;
  margin: 0px;
  color: #666;
  font-weight: normal;
}

.line.line-type-fixed-price .custom-control.custom-switch {
  float: right;
  margin-right: -25px;
}

.line.line-type-fixed-price label.custom-control-label {
  padding: 0;
}

.line.active .line-select label,
.line.line-to-consider .line-select label {
  color: #333;
}

.line .line-values {
  display: none;
}

.line.active .line-values,
.line.line-to-consider .line-values {
  display: block;
  margin: -5px 0 5px 50px;
  background: #ceebee;
  padding: 0 15px 1px 20px;
}

.line-value label {
  font-weight: 600;
}

.line .form-group {
  position: relative;
}

.line-values .line-value .form-control {
  transition: max-width 0.1s ease-in-out;
  max-width: 100%;
}

.ri-drag-move-2-fill {
  cursor: move;
}

.contenteditable {
  width: 100%;
  border: none;
  background: transparent;
}

.tax-rates {
  border: 1px solid #c8cac9;
  font-size: 16px;
  line-height: 20px;
  padding: 5px 0 5px 0;
  float: left;
  margin-bottom: 10px;
  width: 100%;
  border-radius: 6px;
}

.tax-rates span.line-actions {
  text-align: right;
  float: right;
}

.tax-rates span.text {
  padding-top: 8px;
  display: inline-block;
  padding-left: 15px;
}

table td {
  padding: 3px 10px !important;
}

table th {
  padding: 0.75rem 10px !important;
}

.btn {
  border-radius: 6px;
}

.select2-container {
  width: 100% !important;
}

.select2-container--default
  .select2-selection--multiple
  .select2-selection__rendered
  li {
  white-space: normal;
  line-height: 20px;
  color: #333;
}

.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice__remove {
  color: red;
}

.select2-container--open .select2-dropdown--below {
  color: #333;
  font-size: 13px;
}

[type="color"]::-webkit-color-swatch-wrapper {
  padding: 0;
}

[type="color"]::-webkit-color-swatch {
  border: none;
}

.color-picker {
  display: table;
  padding: 10px 15px;
  border-radius: 10px;
  border: 1px solid #ccc;
  background-color: #f8f9f9;
}

input[type="file"] {
  display: block;
}

.field {
  background-color: #ffffff;
  width: 100%;
  display: flex;
  -webkit-display: flex;
  justify-content: space-between;
  border-radius: 15px;
  margin: 3px auto 0px;
  padding: 20px;
  -webkit-box-shadow: 0px 0px 10px rgb(209 217 218 / 77%);
  box-shadow: 0px 0px 10px rgb(209 217 218 / 77%);
}

.imageThumb {
  max-height: 100px;
  cursor: pointer;
  margin-bottom: 8px;
}

.pip {
  display: inline-block;
  margin: 0 10px 0 0;
}

.remove {
  display: inline-block;
  background: #099fb0;
  border: 1px solid #09a0b0;
  color: white;
  text-align: center;
  cursor: pointer;
  padding: 5px 10px;
  font-size: 12px;
  margin-left: 10px;
  border-radius: 6px;
}

.remove:hover {
  background: #fff;
  color: #09a0b0;
}

span.pip br {
  display: none;
}

.hide {
  display: none;
}

.block {
  display: block;
}

.account-plan ul.list-unstyled.line-height-4.mb-0 li {
  display: inline-block;
  width: 49%;
}

.account-plan section {
  border-bottom: 2px solid #ddd;
  padding: 15px;
}

/* Payment */
#Checkout .amex {
  background: url("../updated_dash_images/small/american-express.png") #fff;
}

#Checkout .visa {
  background: url("../updated_dash_images/small/visa.png") #fff;
}

#Checkout .mastercard {
  background: url("../updated_dash_images/small/master-card.png") #fff;
}

#Checkout .discover {
  background: url("../updated_dash_images/small/discover.png") #fff;
}

#Checkout .expiry-date-group {
  float: left;
  width: 50%;
}

#Checkout .expiry-date-group input {
  width: calc(100% + 1px);
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

#Checkout .expiry-date-group input:focus {
  position: relative;
  z-index: 10;
}

#Checkout .security-code-group {
  float: right;
  width: 50%;
}

#Checkout .security-code-group input {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

#Checkout .zip-code-group {
  clear: both;
}

#Checkout #PayButton {
  outline: 0 !important;
  height: 42px;
  font-size: 16px;
  background-color: #54c7c3 !important;
  border: none;
}

#Checkout #PayButton:hover {
  background-color: #6dcecb !important;
}

#Checkout #PayButton:active {
  background-color: #4fbcb9 !important;
}

#Checkout #PayButton:disabled {
  background: rgba(84, 199, 195, 0.5) !important;
  color: #fff !important;
}

#Checkout #Checkout {
  z-index: 100001;
  /* background: ; */
  width: 50%;
  min-width: 300px;
  height: 100%;
  min-height: 100%;
  background: 0 0 #ffffff;
  border-radius: 8px;
  border: 1px solid #dedede;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

#Checkout #Checkout > h1 {
  margin: 0;
  padding: 20px;
  text-align: center;
  background: #eef2f4;
  color: #5d6f78;
  font-size: 24px;
  font-weight: 300;
  border-bottom: 1px solid #dedede;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

#Checkout #Checkout > form {
  margin: 0 25px 25px;
}

#Checkout label {
  color: #46545c;
  margin-bottom: 2px;
}

#Checkout .input-container {
  position: relative;
}

#Checkout .input-container input {
  padding-right: 25px;
}

#Checkout .input-container > i,
#Checkout a[role="button"] {
  color: #d3d3d3;
  width: 25px;
  height: 30px;
  line-height: 30px;
  font-size: 16px;
  position: absolute;
  top: 2px;
  right: 2px;
  cursor: pointer;
  text-align: center;
}

#Checkout .input-container > i:hover,
#Checkout a[role="button"]:hover {
  color: #777;
}

#Checkout .amount-placeholder {
  font-size: 20px;
  height: 34px;
}

#Checkout .amount-placeholder > button {
  float: right;
  width: 60px;
}

#Checkout .amount-placeholder > span {
  line-height: 34px;
}

#Checkout .card-row {
  text-align: center;
  margin: 20px 25px 10px;
}

#Checkout .card-row span {
  width: 48px;
  height: 30px;
  margin-right: 3px;
  background-repeat: no-repeat;
  display: inline-block;
  background-size: contain;
}

#Checkout .card-image {
  background-repeat: no-repeat;
  padding-right: 50px;
  background-position: right 2px center;
  background-size: auto 90%;
}

#Checkout .cvc-preview-container {
  overflow: hidden;
}

#Checkout .cvc-preview-container.two-card div {
  width: 48%;
  height: 80px;
}

#Checkout .cvc-preview-container.two-card div.amex-cvc-preview {
  float: right;
}

#Checkout .cvc-preview-container.two-card div.visa-mc-dis-cvc-preview {
  float: left;
}

#Checkout .cvc-preview-container div {
  height: 160px;
}

#Checkout .amex-cvc-preview {
  background: url("../updated_dash_images/small/card1.png") center
    center/contain no-repeat;
}

#Checkout .visa-mc-dis-cvc-preview {
  background: url("../updated_dash_images/small/card1-back.png") center
    center/contain no-repeat;
}

#Checkout .submit-button-lock {
  height: 20px;
  margin-top: -2px;
  margin-right: 7px;
  vertical-align: middle;
  background: url("../updated_dash_images/small/lock.png") center center/contain
    no-repeat;
  width: 14px;
  display: inline-block;
}

#Checkout .align-middle {
  vertical-align: middle;
}

#Checkout input {
  box-shadow: none !important;
}

#Checkout input:focus {
  border-color: #b0e5e3 !important;
  background-color: #eef9f9 !important;
}

div#Checkout {
  width: 600px;
  margin: auto;
  text-align: left;
  background: #edf5f6;
  padding: 30px;
}

div#Checkout h2 {
  text-align: center;
  font-size: 24px;
}

.activate-logos {
  margin-top: 20px;
  text-align: center;
}

.activate-logos img {
  width: 300px;
}

label {
  margin-bottom: 0;
}

.acceptance-states {
  padding: 5px 0 0 0;
}

.acceptance-states ul {
  margin: 0 -8px;
  padding: 0;
}

.acceptance-states ul li {
  padding: 0 8px;
  width: 33.33%;
  float: left;
  position: relative;
  display: block;
}

.acceptance-states ul li input {
  position: absolute;
  top: 144px;
  left: 50%;
  margin: 0 0 0 -8px;
  z-index: 10;
}

.acceptance-states ul li .acceptance-state-select {
  display: block;
  border-radius: 5px;
  border: 1px solid #ccc;
  position: relative;
  text-align: center;
  padding: 0 0 32px 0;
  cursor: pointer;
  overflow: hidden;
}

.acceptance-states ul li .acceptance-state-select:before {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 32px;
  background: #eaeaea;
  content: "";
  display: block;
}

.acceptance-states ul li .acceptance-state-select h5 {
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
  color: #333333;
  margin: 0px;
  padding: 20px 0 15px 0;
}

.acceptance-states ul li .acceptance-state-select img {
  height: 45px;
  display: block;
  margin: 0 auto 14px auto;
}

.acceptance-states ul li input:checked + label {
  border-color: #0db1c4;
}

.acceptance-states ul li input:checked + label:before {
  background-color: #0db1c4;
}

.acceptance-states
  ul
  li.acceptance-state-no-acceptance-required
  .acceptance-state-select
  h5 {
  padding: 47px 0;
}

.acceptance-states ul li {
  line-height: 16px;
}

label > b {
  font-weight: 600;
}

text.highcharts-credits {
  display: none;
}

.Required {
  color: red;
}

.table td ul li {
  background: #fff;
  border: 1px solid #dee2e6;
  display: inline-block;
  border-radius: 4px;
  padding: 2px 4px;
  font-size: 12px;
  margin: 2px;
  line-height: 14px;
}

.table td ul {
  padding: 0;
}

.table td ul li .fa-check {
  color: green;
}

.table td ul li .fa-times {
  color: red;
}

.select2-results__option {
  word-break: break-all;
}

.select2-container--default .select2-selection--single {
  border: 1px solid #c8cac9;
  height: 40px;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  line-height: 38px;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  height: 40px;
}

.font-12 {
  font-size: 12px;
}

/* Drag Drop */
.drag-drop-custom .dropzone {
  background: white;
  border-radius: 5px;
  border: 2px dashed #d1d1d1;
  border-image: none;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.fileinput-new {
  overflow: hidden;
  display: block;
  margin-bottom: 5px;
  vertical-align: middle;
  text-align: center;
}

.fileinput-new > img {
  max-height: 100%;
}

.fileinput-new {
  margin-bottom: 9px;
}

ul.nav-tabs li.nav-item a.nav-link img {
  width: 1.33333333em;
  vertical-align: middle;
}

textarea.form-control {
  line-height: normal;
}

#editor {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.project-name-wrapper .form-group.form-group-show-project-name .signupsettings {
  display: block;
}

.project-name-wrapper .form-group .signupsettings {
  display: none;
}

.form-control1 {
  height: 100px;
  line-height: 40px;
  border: 1px solid #c8cac9;
  font-size: 14px;
  color: #a09e9e;
  padding-left: 10px;
  width: 100%;
  line-height: normal;
  border-radius: 6px;
}

.form-control1:focus {
  color: #3f414d;
  border-color: #00269d;
  box-shadow: none;
}

.project-name-wrapper .tab-pane .form-group {
  padding: 0;
}

.uploadBtn {
  margin-top: 10px;
}

.uploadBtn .btn {
  overflow: hidden;
  position: relative;
  vertical-align: middle;
  border-radius: 3px;
}

.uploadBtn .btn-file > input {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  font-size: 23px;
  height: 100%;
  width: 100%;
  direction: ltr;
  cursor: pointer;
  border-radius: 0;
}

.uploadBtn .fileinput-new {
  margin-bottom: 0;
}

.uploadBtn .fileinput-new {
  margin-bottom: 0;
}

.custom-lg-switch .custom-control-label::before {
  height: 30px;
  width: 60px;
  border-radius: 100px;
}

.custom-lg-switch .custom-control-label::after {
  height: 25px;
  width: 25px;
  left: -33px;
  border-radius: 100px;
}

.custom-lg-switch .custom-control-input:checked ~ .custom-control-label::after {
  left: -16px;
}

.table-switch .custom-lg-switch .custom-control-label::before {
  height: 20px;
  width: 50px;
  border-radius: 100px;
}

.table-switch .custom-lg-switch .custom-control-label::after {
  height: 16px;
  width: 16px;
  left: -33px;
  border-radius: 100px;
}

.table-switch
  .custom-lg-switch
  .custom-control-input:checked
  ~ .custom-control-label::after {
  left: -16px;
}

.rounded {
  border-radius: 25px !important;
}

.media {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
}

.tabAreaBox ul.nav li.nav-item a {
  border-radius: 10px 10px 0 0;
  border: 0;
  box-shadow: none;
  padding: 10px 15px;
  margin: 0;
  font-size: 16px;
  background: #fff;
}

.tabAreaBox ul.nav li.nav-item a.active,
.tabAreaBox ul.nav li.nav-item a:hover {
  background: #000c72;
  color: #fff;
}

/* new css 27 */

.ruralDevtSection {
  overflow: hidden;
  box-shadow: 6px 11px 41px -28px #796eb1;
  -webkit-box-shadow: 6px 11px 41px -28px #796eb1;
  z-index: 9;
  position: relative;
  background: #fff;
  margin: 0 -15px;
}

.ruralDevtSection .ruralDevtBox {
  padding-right: 20px;
  padding-top: 20px;
}

.ruralDevtSection .ruralDevtBox > span {
  display: block;
  color: var(--thm-color);
}

.ruralDevtSection .ruralDevtBox span.devtContArea i {
  color: var(--thm-orangecolor);
  font-size: 20px;
  vertical-align: middle;
  font-weight: 600;
}

.ruralDevtSection .ruralDevtBox h1 {
  font-size: 28px;
  line-height: 29px;
  font-weight: 600;
  color: var(--thm-color);
  margin: 0;
  padding: 0;
}

.ruralDevtSection .ruralDevtBox h1 span {
  display: block;
  color: var(--thm-orangecolor);
}

.ruralDevtSection .ruralDevtBox p {
  font-size: 16px;
  line-height: 25px;
}

.ruralDevtSection .banner-slider {
  background-color: #ecf2ff;
  min-width: 666px;
  height: calc(100vh - 100px);
  max-height: 400px;
  border-radius: 7px;
  overflow: hidden;
  padding: 15px 30px;
}

/* .bg-w{  background: #fff;} */
.topTabArea {
  background: url("../updated_dash_images/headerbg.jpg");
  /* background: #fff; */
  width: 100%;
  background-size: cover;
  background-position: center;
  padding: 65px 0 30px 0;
}

.topTabArea .app-sidebar {
  padding: 5px 0;
  background: #fff;
  /*  border-top: 1px solid #dbe2eb; */
  /*  border-bottom: 1px solid transparent;*/
  box-shadow: 5px 7px 26px -5px rgba(24, 23, 38, 0.06);
}

.topTabArea .app-sidebar .boxArea-02 {
  display: inline-block;
  padding: 2.5px 12px 3px 5px;
  text-decoration: none;
  position: relative;
  color: #1a1630;
  font-weight: 400;
  font-size: 14px;
  margin: 0 2px;
  border-radius: 50px;
  vertical-align: middle;
  color: #1a1630;
  background: #ebeef1;
  box-shadow: none;
}

.topTabArea .app-sidebar .boxArea-02 img {
  fill: #5c678f;
  color: #5c678f;
  font-size: 25px;
  line-height: 30px;
  text-align: center;
  vertical-align: middle;
  margin-right: 5px;
  width: 37.5px;
  height: 37.5px;
  background: #fff;
  padding: 8px;
  border-radius: 50px;
  box-shadow: 0px 2px 3px rgba(4, 4, 7, 0.1);
  border: 1px solid #ebecf1;
}

.topTabArea .app-sidebar .topRightSection .dropdown button {
  background: #2483c5;
  color: #fff;
  border: 0;
  border-radius: 50px;
  font-size: 14px;
}

.topTabArea .app-sidebar .topRightSection .dropdown button i {
  vertical-align: middle;
}

.topTabArea .app-sidebar .topRightSection .downloadBtn i {
  border: 1px solid #dbe2eb;
  padding: 8px;
  border-radius: 50%;
  color: #2483c5;
  cursor: pointer;
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background: #fff;
  background-clip: border-box;
  border-radius: 6px !important;
  border: 0px solid #eae8f1;
  /* margin-block-end: 1.3rem; */
  box-shadow: 6px 11px 41px -28px #796eb1;
  -webkit-box-shadow: 6px 11px 41px -28px #796eb1;
}

.card .card-body {
  flex: 1 1 auto;
  padding: 10px;
}

.card .card-body h2 {
  font-size: 16px;
}

.card .card-body .MinistryLogoArea img {
  width: 100px;
  border: 1px solid #eae8f1;
  border-radius: 8px;
}

.card .card-body h4 {
  padding: 10px;
  border-bottom: 1px solid #dcdcdc;
  font-size: 16px;
}

.card .card-body h4 span {
  color: #ffad2e;
}

.br-b {
  border-top: 1px solid #eae8f1;
  text-align: right;
  font-size: 13px;
}

.btn-info {
  padding: 2px 6px;
  font-size: 13px;
  color: #fff;
}

.btn-info-2 {
  background: #3ca5de;
  padding: 5px 15px;
  color: #fff;
}

.btn-info-panding {
  background: #3ca5de;
  padding: 2px 7px;
  color: #fff;
  border: 1px solid;
}

.card .card-body .ministryName {
  font-size: 20px;
  font-weight: 500;
}

.card .card-body .ministryName span {
  display: block;
  font-weight: 600;
}

.bRadius-15 {
  border-radius: 15px;
  overflow: hidden;
}

.card .card-body .cardBox h5 {
  font-size: 28px;
}

.card .card-body .cardBox h5 span {
  background-color: rgb(41 204 57 / 15%);
  border-radius: 10px;
  color: #15ca20;
  padding: 5px 10px;
  font-size: 20px;
  margin-top: -5px;
}

.ruralDevtSection .card-1 {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background: #fff;
  background-clip: border-box;
  border-radius: 6px !important;
  border: 1px solid #eae8f1;
  margin-block-end: 1.3rem;
  box-shadow: 6px 11px 41px -28px #796eb1;
  -webkit-box-shadow: 6px 11px 41px -28px #796eb1;
}

.ruralDevtSection .card-1 .card-body-1 {
  flex: 1 1 auto;
  padding: 10px 5px;
}

.ruralDevtSection .card-1 .card-body-1 h5 {
  font-size: 12px;
  margin-bottom: 2px;
}

.ruralDevtSection .card-1 .card-body-1 .iconBoxAr {
  color: #fff;
  display: inline-block;
  padding: 0 0.25rem;
  line-height: 2rem;
  text-align: center;
  border-radius: 100%;
  font-weight: 600;
  font-size: 1rem;
  color: #fff;
  background-color: #623aa2;
  box-shadow: 0 7px 30px rgba(128, 116, 252, 0.2) !important;
  min-width: 2.6rem;
  height: 2.6rem;
  line-height: 2.6rem;
}

.ruralDevtSection .card-1 .card-body-1 .iconBoxAr i {
  font-size: 22px;
  font-weight: normal;
}

.ruralDevtSection .card-1 .card-body-1 .rankCard {
  font-size: 15px;
}

.ruralDevtSection .card-1 .card-body-1 .rankCard span {
  color: var(--thm-orangecolor);
  font-weight: 700;
}

.ruralDevtSection .MinistryLogoArea img {
  width: 120px;
  border: 1px solid #eae8f1;
  border-radius: 8px;
}

.text-muted {
  color: #7987a1 !important;
}

.chartboxArea {
  background: #fff;
  padding: 15px;
  border-radius: 7px;
}

.chartboxArea .text-secondary {
  font-size: 13px;
}

.slider-img {
  animation: slideup 35s linear infinite;
}

.slider-img2 {
  animation: slidedown 35s linear infinite;
}

@keyframes slideup {
  0% {
    transform: translateZ(0);
  }

  to {
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes slidedown {
  0% {
    transform: translate3d(0, -100%, 0);
  }

  to {
    transform: translateZ(0);
  }
}

.headingArea img {
  width: 50px;
  border: 1px solid #eae8f1;
  border-radius: 8px;
}

.headingArea h1 {
  font-size: 20px;
  line-height: 20px;
  font-weight: 600;
  color: var(--thm-color);
  margin: 0;
  padding: 0;
}

.headingArea p {
  margin-bottom: 0;
  line-height: 22px;
  margin-top: 10px;
}

.bg-gradient-burning {
  background: linear-gradient(
    to right,
    rgb(255, 65, 108),
    rgb(255, 75, 43)
  ) !important;
}

.bg-gradient-blues {
  background: linear-gradient(
    to right,
    rgb(86, 204, 242),
    rgb(47, 128, 237)
  ) !important;
}

.bg-gradient-green {
  background: linear-gradient(
    to right,
    rgb(120 210 63),
    rgb(76 168 11)
  ) !important;
}

.rankingSection-02 {
  background: #f6f5f1;
  padding: 50px 0;
}

.rankingSection-02 h1 {
  font-size: 20px;
  font-weight: 600;
}

.card-03 {
  background: #fff;
  padding: 20px;
  border-radius: 20px;
  color: #fff;
}

.card-03 i {
  font-size: 40px;
  color: #fff;
}

.card-03 span {
  display: block;
  font-size: 23px;
}

table.performanceTable {
  border: 0;
  border-top: 1px solid #dee2e6;
  border-right: 1px solid #dee2e6;
  width: 100%;
}

table.performanceTable thead tr th,
table.performanceTable tbody tr td {
  border: 0;
  border-bottom: 1px solid #dee2e6;
  border-left: 1px solid #dee2e6;
  padding: 5px;
  font-size: 15px;
}

table.performanceTable thead tr th {
  background: #ecf2ff;
  padding: 8px 5px;
  font-weight: 500;
}

table.performanceTable tbody tr.accordion-header {
  position: relative;
  cursor: pointer;
}

table.performanceTable tbody tr.accordion-header::after {
  position: absolute;
  flex-shrink: 0;
  right: 10px;
  top: 10px;
  width: 20px;
  height: 20px;
  margin-left: auto;
  content: "";
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: 1.25rem;
  transition: transform 0.2s ease-in-out;
}

table.performanceTable tbody tr.accordion-header:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230c63e4'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  transform: rotate(-180deg);
}

table.performanceTable tbody tr td span {
  background: rgb(255, 76, 76);
  color: #fff;
  padding: 4px;
  border-radius: 3px;
}

table.performanceTable tbody tr td p {
  margin-bottom: 0px;
}

table.performanceTable tbody tr td a {
  word-break: break-all;
  font-size: 13px;
  line-height: 16px;
  color: #ffad2e;
  display: block;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: #fff;
}

.table-striped tbody tr:nth-of-type(even) {
  background-color: #f6f6fb;
}

/* ////////////----Manish----Changes/////////// */

.trafficAndEngagSection {
  background: #e6e6e6;
}

.ruralDevtSection .tabHrPanel {
  height: 350px;
  border: 1px solid #eae8f1;
}

.ruralDevtSection .tabHrPanel ul li {
  width: 100%;
}

.ruralDevtSection .tabHrPanel ul li a.nav-link {
  background: #fff;
  display: block;
  color: #000;
  padding: 10px;
  border-radius: 7px;
  font-size: 16px;
}

.ruralDevtSection .tabHrPanel ul li a.nav-link.active,
.tabHrPanel ul li a.nav-link:hover {
  background: #2483c5;
  color: #fff;
}

.ruralDevtSection .tabHrPanel ul li a img {
  width: 30px;
  margin-right: 10px;
}

.ruralDevtSection .tabPanelArea img {
  width: 100%;
  border: 10px solid yellow;
  border-radius: 100%;
  box-shadow: 6px 11px 41px -28px #796eb1;
  -webkit-box-shadow: 6px 11px 41px -28px #796eb1;
}

.compareSection {
  margin-bottom: 40px;
}

.compareSection .compareAreaBox {
  border: 1px solid #eae8f1;
  text-align: center;
  padding: 25px 15px;
}

.compareSection .compareAreaBox:after {
  position: absolute;
  content: "VS";
  top: 50%;
  left: 50%;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  line-height: 36px;
  background: #fc5c27;
  font-size: 16px;
  text-align: center;
  color: #fff;
  font-weight: 700;
  margin-left: -18px;
  margin-top: -18px;
}

.compareSection .compareAreaBox:before {
  position: absolute;
  width: 1px;
  height: 100%;
  background: #eae8f1;
  left: 50%;
  top: 0;
  content: "";
}

.compareSection .compareAreaBox img {
  width: 50px;
  padding: 5px;
  border-radius: 0.3rem !important;
  margin-bottom: 5px;
  border: 1px solid #eae8f1;
}

.compareSection .compareAreaBox p {
  margin: 0;
  padding: 0;
  font-size: 12px;
}

/* new css 13 sept */

.leftSocial {
  position: absolute;
  left: 20px;
  top: 220px;
  list-style: none;
}

.leftSocial ul {
  list-style: none;
}

.leftSocial ul li {
  margin-bottom: 10px;
}

.leftSocial ul li a {
  text-align: center;
  display: block;
  width: 38px;
  height: 38px;
  background-color: #fff;
  line-height: 38px;
  color: #7c7c7d;
  font-size: 18px;
  border: 1px solid #7c7c7d;
  transition: all 500ms ease;
  border-radius: 50%;
}

.leftSocial ul li a:hover {
  color: #fff;
}

.sectionQrPanel {
  padding: 0px 0;
  /*  counter-reset: workNumber;*/
  position: relative;
  z-index: 1;
}

.sectionQrPanel .sectionQrabox {
  /*  counter-increment: workNumber;*/
  text-align: left;
}

.sectionQrPanel .sectionQrabox .parametersIconBox {
  position: absolute;
  right: 31px;
  top: 8px;
  z-index: 9999;
}

.sectionQrPanel .sectionQrabox .parametersIconBox img {
  width: 26px;
  padding: 0;
  background: transparent;
  box-shadow: none;
}

.sectionQrPanel .sectionQrabox:hover {
  -webkit-transform: translateY(-4px) scale(1.02);
  -moz-transform: translateY(-4px) scale(1.02);
  -ms-transform: translateY(-4px) scale(1.02);
  -o-transform: translateY(-4px) scale(1.02);
  transform: translateY(-4px) scale(1.02);
  -webkit-box-shadow: 0 14px 24px rgba(0, 0, 0, 0.4);
  box-shadow: 0 14px 24px rgba(0, 0, 0, 0.4);
  z-index: 9;
}

.sectionQrPanel .sectionQrabox::before {
  /* content: counters(workNumber, ".", decimal-leading-zero);*/
  width: 25px;
  height: 25px;
  background-color: #181818;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 13px;
  font-weight: bold;
  transition: all 0.1s ease;
  z-index: 9;
}

.sectionQrPanel .sectionQrabox a {
  padding: 15px;
  display: table;
  width: 100%;
  color: #fff;
  font-weight: 600;
  font-size: 16px;
}
.sectionQrPanel .sectionQrabox a:hover {
  color: #fff;
}

.sectionQrPanel .sectionQrabox .codeBox {
  padding: 15px;
  display: table;
  width: 100%;
  color: #000;
  font-size: 16px;
}

.sectionQrPanel .sectionQrabox h3,
.sectionQrPanel .sectionQrabox a h5 {
  font-size: 21px;
  margin-bottom: 0;
  font-weight: 600;
}

.sectionQrPanel .sectionQrabox h5 {
  font-weight: 400;
}

.sectionQrPanel .sectionQrabox h6 {
  font-size: 15px;
  color: #494949;
  font-weight: 500;
}
/*body.sidebar-main .sectionQrPanel .sectionQrabox h6 {
  font-size: 13px;
}*/
.sectionQrPanel .sectionQrabox h6 span {
  font-size: 13px;
  display: block;
  color: #6f6f6f;
}
.sectionQrPanel .sectionQrabox h6 span > span {
  display: inline-block;
  color: #1080b1;
  font-size: 13px;
  font-weight: 700;
}
.sectionQrPanel .sectionQrabox h3 span,
.sectionQrPanel .sectionQrabox a h5 span {
  background: #fff;
  padding: 4px 5px;
  margin: 0;
  font-weight: 600;
}

.sectionQrPanel .sectionQrabox h3 span.lst,
.sectionQrPanel .sectionQrabox a h5 span.lst {
  border-radius: 5px 0 0 5px;
  border-right: 1px solid #f3f3f3;
  margin-left: 2px;
}

.sectionQrPanel .sectionQrabox h3 span.Rst,
.sectionQrPanel .sectionQrabox a h5 span.Rst {
  border-radius: 0 5px 5px 0;
}

.sectionQrPanel .sectionQrabox img {
  width: 60px;
  margin-right: 10px;
  float: left;
  padding: 10px;
  border-radius: 10px;
  /* box-shadow: 6px 11px 41px -28px #796eb1;
  -webkit-box-shadow: 0px 0px 8px #c3c3c3;*/
}

.sectionQrPanel .col-md-3:nth-child(1) .sectionQrabox img {
  background: #64ccc1;
}

.sectionQrPanel .col-md-3:nth-child(2) .sectionQrabox img {
  background: #379ce4;
}

.sectionQrPanel .col-md-3:nth-child(3) .sectionQrabox img {
  background: #f5a33d;
}

.sectionQrPanel .col-md-3:nth-child(4) .sectionQrabox img {
  background: #db73d6;
}

.sectionQrPanel .sectionQrabox h3 i,
.sectionQrPanel .sectionQrabox a h5 i {
  vertical-align: middle;
  color: #626262;
  font-size: 22px;
  font-weight: 900;
}

.sectionQrPanel .sectionQrabox .rankingCompare {
  color: #000;
}

.sectionQrPanel .sectionQrabox .rankingCompare img {
  background: #fff !important;
  width: 30px;
  height: 30px;
  padding: 5px;
  border-radius: 5px;
}

.sectionQrPanel .sectionQrabox .rankingRank {
  font-weight: 700;
  color: #000;
}

.topiceAreaSection.sectionQrPanel .sectionQrabox {
  transform: none;
  box-shadow: none;
}

.topiceAreaSection.sectionQrPanel .sectionQrabox a {
  padding: 0;
}

.topiceAreaSection.sectionQrPanel .topiceAreaBox {
  border: 1px solid #c8c8c8;
  padding: 8px 10px;
  border-radius: 10px;

  box-shadow: 0 10px 15px 1px rgba(0, 0, 0, 0.1),
    0 4px 6px 1px rgba(0, 0, 0, 0.1);
}

.topiceAreaSection.sectionQrPanel .sectionQrabox img {
  width: 44px;
  margin-right: 10px;
  float: left;
  background: #fff;
  padding: 8px;
  border-radius: 8px;
  box-shadow: none;
  -webkit-box-shadow: none;
}

.topiceAreaSection.sectionQrPanel .sectionQrabox.boxSt-6 .boxScNo {
  background: #38c9ac;
  padding: 3px 10px;
  border-radius: 50px;
  color: #fff;
  display: inline-block;
}

.topiceAreaSection.sectionQrPanel .sectionQrabox.boxSt-6 h5.boxScNo span {
  color: #fff;
  background: transparent;
  border: 0;
}

.topiceAreaSection.sectionQrPanel .sectionQrabox.boxSt-6 h5.boxScNo i {
  color: #fff;
}
.topiceAreaSection.sectionQrPanel .sectionQrabox.boxSt-6 h5.boxScNo strong {
  font-weight: 500;
}
/*body.sidebar-main .topiceAreaSection.sectionQrPanel .sectionQrabox.boxSt-6 h5.boxScNo strong{ display:none; }*/

.topiceAreaSection.sectionQrPanel
  .sectionQrabox.boxSt-6
  .sectionQrProgressArea {
  padding: 0 15px;
  position: relative;
}
/*.topiceAreaSection.sectionQrPanel .sectionQrabox.boxSt-6 .sectionQrProgressArea .boxNo-2 {
    position: absolute;
    top: -41px;
    height: 79px;
    background: #fff;
    border: 1px solid #d3cece;
    border-radius: 10px;
    padding: 10px ; 
   box-shadow: 0 5px 10px 1px rgba(0, 0, 0, .1), 0 4px 6px 1px rgba(0, 0, 0, .1);
 
}*/
.topiceAreaSection.sectionQrPanel
  .sectionQrabox.boxSt-6
  .sectionQrProgressArea
  .boxNo-2 {
  position: absolute;
  top: -40px;
  /* height: 79px; */
  background: #fff;
  border: 1px solid #d3cece;
  border-radius: 50px;
  padding: 5px;
  box-shadow: 0 5px 10px 1px rgba(0, 0, 0, 0.1),
    0 4px 6px 1px rgba(0, 0, 0, 0.1);
}

.topiceAreaSection.sectionQrPanel
  .sectionQrabox.boxSt-6
  .sectionQrProgressArea
  .boxNo-2
  h2 {
  color: #b63200;
  font-size: 35px;
  font-weight: 500;
}

.topiceAreaSection.sectionQrPanel
  .sectionQrabox.boxSt-6
  .sectionQrProgressArea
  .boxNo-2
  .progress {
  height: 4px;
}
.topiceAreaSection.sectionQrPanel
  .sectionQrabox.boxSt-6
  .sectionQrProgressArea
  .boxNo-2
  .progress
  .progress-bar {
  background-color: #b63200 !important;
}
.topiceAreaSection.sectionQrPanel
  .sectionQrabox.boxSt-6
  .sectionQrProgressArea
  .boxNo-2
  .progressCircleArea
  .progressCircle {
  width: 70px;
  height: 70px;
  background: none;
  position: relative;
}

.topiceAreaSection.sectionQrPanel
  .sectionQrabox.boxSt-6
  .sectionQrProgressArea
  .boxNo-2
  .progressCircleArea
  .progressCircle::after {
  border: 12px solid #d2ced3;
}

.topiceAreaSection.sectionQrPanel
  .sectionQrabox.boxSt-6
  .sectionQrProgressArea
  .boxNo-2
  .progressCircleArea
  .progressCircle
  .progressCircle-bar {
  border-color: #38c9ac !important;
}

.topiceAreaSection.sectionQrPanel
  .sectionQrabox.boxSt-6
  .sectionQrProgressArea
  .boxNo-2
  .progressCircleArea
  .progressCircle
  .h2 {
  color: #3c3333;
  font-size: 13px;
  margin: 0;
}

.topiceAreaSection.sectionQrPanel
  .sectionQrabox.boxSt-6
  .sectionQrProgressArea
  .boxNo-2
  .down-arrow {
  position: absolute;
  color: #b63200;
  right: -5px;

  animation: jumpInfinite 1.5s infinite;
}

@keyframes jumpInfinite {
  0% {
    margin-top: -15px;
  }
  50% {
    margin-top: -3px;
  }
  100% {
    margin-top: -15px;
  }
}

/*01*/
.topiceAreaSection.sectionQrPanel
  .sectionQrabox.topiceArea-01
  .topiceAreaBox
  img,
.topiceAreaSection.sectionQrPanel .sectionQrabox.topiceArea-01 .boxScNo {
  background: #1e9bd3 !important;
}

.topiceAreaSection.sectionQrPanel
  .sectionQrabox.topiceArea-01
  .sectionQrProgressArea
  .boxNo-2
  .progressCircleArea
  .progressCircle
  .progressCircle-bar {
  border-color: #1e9bd3 !important;
}
.topiceAreaSection.sectionQrPanel .sectionQrabox.topiceArea-01 h6 span > span {
  color: #1e9bd3;
}

/*02*/
.topiceAreaSection.sectionQrPanel
  .sectionQrabox.topiceArea-02
  .topiceAreaBox
  img,
.topiceAreaSection.sectionQrPanel .sectionQrabox.topiceArea-02 .boxScNo {
  background: #f5a33d !important;
}

.topiceAreaSection.sectionQrPanel
  .sectionQrabox.topiceArea-02
  .sectionQrProgressArea
  .boxNo-2
  .progressCircleArea
  .progressCircle
  .progressCircle-bar {
  border-color: #f5a33d !important;
}

.topiceAreaSection.sectionQrPanel .sectionQrabox.topiceArea-02 h6 span > span {
  color: #f5a33d;
}

/*03*/
.topiceAreaSection.sectionQrPanel
  .sectionQrabox.topiceArea-03
  .topiceAreaBox
  img,
.topiceAreaSection.sectionQrPanel .sectionQrabox.topiceArea-03 .boxScNo {
  background: #c92b00 !important;
}

.topiceAreaSection.sectionQrPanel
  .sectionQrabox.topiceArea-03
  .sectionQrProgressArea
  .boxNo-2
  .progressCircleArea
  .progressCircle
  .progressCircle-bar {
  border-color: #c92b00 !important;
}

.topiceAreaSection.sectionQrPanel .sectionQrabox.topiceArea-03 h6 span > span {
  color: #c92b00;
}

/*04*/
.topiceAreaSection.sectionQrPanel
  .sectionQrabox.topiceArea-04
  .topiceAreaBox
  img,
.topiceAreaSection.sectionQrPanel .sectionQrabox.topiceArea-04 .boxScNo {
  background: #46b7ab !important;
}

.topiceAreaSection.sectionQrPanel
  .sectionQrabox.topiceArea-04
  .sectionQrProgressArea
  .boxNo-2
  .progressCircleArea
  .progressCircle
  .progressCircle-bar {
  border-color: #46b7ab !important;
}

.topiceAreaSection.sectionQrPanel .sectionQrabox.topiceArea-04 h6 span > span {
  color: #46b7ab;
}

/*05*/
.topiceAreaSection.sectionQrPanel
  .sectionQrabox.topiceArea-05
  .topiceAreaBox
  img,
.topiceAreaSection.sectionQrPanel .sectionQrabox.topiceArea-05 .boxScNo {
  background: #f55e25 !important;
}

.topiceAreaSection.sectionQrPanel
  .sectionQrabox.topiceArea-05
  .sectionQrProgressArea
  .boxNo-2
  .progressCircleArea
  .progressCircle
  .progressCircle-bar {
  border-color: #f55e25 !important;
}

.topiceAreaSection.sectionQrPanel .sectionQrabox.topiceArea-05 h6 span > span {
  color: #f55e25;
}

/*06*/
.topiceAreaSection.sectionQrPanel
  .sectionQrabox.topiceArea-06
  .topiceAreaBox
  img,
.topiceAreaSection.sectionQrPanel .sectionQrabox.topiceArea-06 .boxScNo {
  background: #2bdce5 !important;
}

.topiceAreaSection.sectionQrPanel
  .sectionQrabox.topiceArea-06
  .sectionQrProgressArea
  .boxNo-2
  .progressCircleArea
  .progressCircle
  .progressCircle-bar {
  border-color: #2bdce5 !important;
}

.topiceAreaSection.sectionQrPanel .sectionQrabox.topiceArea-06 h6 span > span {
  color: #2bdce5;
}

/*07*/
.topiceAreaSection.sectionQrPanel
  .sectionQrabox.topiceArea-07
  .topiceAreaBox
  img,
.topiceAreaSection.sectionQrPanel .sectionQrabox.topiceArea-07 .boxScNo {
  background: #6067c1 !important;
}

.topiceAreaSection.sectionQrPanel
  .sectionQrabox.topiceArea-07
  .sectionQrProgressArea
  .boxNo-2
  .progressCircleArea
  .progressCircle
  .progressCircle-bar {
  border-color: #6067c1 !important;
}

.topiceAreaSection.sectionQrPanel .sectionQrabox.topiceArea-07 h6 span > span {
  color: #6067c1;
}

/*08*/
.topiceAreaSection.sectionQrPanel
  .sectionQrabox.topiceArea-08
  .topiceAreaBox
  img,
.topiceAreaSection.sectionQrPanel .sectionQrabox.topiceArea-08 .boxScNo {
  background: #ada605 !important;
}

.topiceAreaSection.sectionQrPanel
  .sectionQrabox.topiceArea-08
  .sectionQrProgressArea
  .boxNo-2
  .progressCircleArea
  .progressCircle
  .progressCircle-bar {
  border-color: #ada605 !important;
}

.topiceAreaSection.sectionQrPanel .sectionQrabox.topiceArea-08 h6 span > span {
  color: #ada605;
}

/*09*/
.topiceAreaSection.sectionQrPanel
  .sectionQrabox.topiceArea-09
  .topiceAreaBox
  img,
.topiceAreaSection.sectionQrPanel .sectionQrabox.topiceArea-09 .boxScNo {
  background: #4bbd19 !important;
}

.topiceAreaSection.sectionQrPanel
  .sectionQrabox.topiceArea-09
  .sectionQrProgressArea
  .boxNo-2
  .progressCircleArea
  .progressCircle
  .progressCircle-bar {
  border-color: #4bbd19 !important;
}

.topiceAreaSection.sectionQrPanel .sectionQrabox.topiceArea-09 h6 span > span {
  color: #4bbd19;
}

/*10*/
.topiceAreaSection.sectionQrPanel
  .sectionQrabox.topiceArea-10
  .topiceAreaBox
  img,
.topiceAreaSection.sectionQrPanel .sectionQrabox.topiceArea-10 .boxScNo {
  background: #1e1ed3 !important;
}

.topiceAreaSection.sectionQrPanel
  .sectionQrabox.topiceArea-10
  .sectionQrProgressArea
  .boxNo-2
  .progressCircleArea
  .progressCircle
  .progressCircle-bar {
  border-color: #1e1ed3 !important;
}

.topiceAreaSection.sectionQrPanel .sectionQrabox.topiceArea-10 h6 span > span {
  color: #1e1ed3;
}

/*11*/
.topiceAreaSection.sectionQrPanel
  .sectionQrabox.topiceArea-11
  .topiceAreaBox
  img,
.topiceAreaSection.sectionQrPanel .sectionQrabox.topiceArea-11 .boxScNo {
  background: #db73d6 !important;
}

.topiceAreaSection.sectionQrPanel
  .sectionQrabox.topiceArea-11
  .sectionQrProgressArea
  .boxNo-2
  .progressCircleArea
  .progressCircle
  .progressCircle-bar {
  border-color: #db73d6 !important;
}

.topiceAreaSection.sectionQrPanel .sectionQrabox.topiceArea-11 h6 span > span {
  color: #db73d6;
}

/*12*/
.topiceAreaSection.sectionQrPanel
  .sectionQrabox.topiceArea-12
  .topiceAreaBox
  img,
.topiceAreaSection.sectionQrPanel .sectionQrabox.topiceArea-12 .boxScNo {
  background: #1c9f2f !important;
}

.topiceAreaSection.sectionQrPanel
  .sectionQrabox.topiceArea-12
  .sectionQrProgressArea
  .boxNo-2
  .progressCircleArea
  .progressCircle
  .progressCircle-bar {
  border-color: #1c9f2f !important;
}

.topiceAreaSection.sectionQrPanel .sectionQrabox.topiceArea-12 h6 span > span {
  color: #1c9f2f;
}

/*13*/
.topiceAreaSection.sectionQrPanel
  .sectionQrabox.topiceArea-13
  .topiceAreaBox
  img,
.topiceAreaSection.sectionQrPanel .sectionQrabox.topiceArea-13 .boxScNo {
  background: #4d9b68 !important;
}

.topiceAreaSection.sectionQrPanel
  .sectionQrabox.topiceArea-13
  .sectionQrProgressArea
  .boxNo-2
  .progressCircleArea
  .progressCircle
  .progressCircle-bar {
  border-color: #4d9b68 !important;
}

.topiceAreaSection.sectionQrPanel .sectionQrabox.topiceArea-13 h6 span > span {
  color: #4d9b68;
}

.faqSectionArea .accordion-item {
  margin-bottom: 15px;
  border: 0;
}

.faqSectionArea .accordion-button {
  padding: 0px;
  padding-right: 10px;
  border: 1px solid rgba(0, 0, 0, 0.125);
  box-shadow: 5px 7px 26px -5px rgba(24, 23, 38, 0.06);
  background: #fff;
  display: flex;
  color: #919090;
  margin-bottom: 15px;
}

.faqSectionArea .sectionQrProgressArea {
  font-size: 13px;
}

.sectionQrPanel .progress {
  height: 14px;
  overflow: visible;
  border-radius: 50px;
}

.sectionQrPanel .progress .progress-bar {
  overflow: visible;
  position: relative;
  border-radius: 50px;
  text-align: right;
  padding-right: 0px;
}

.sectionQrPanel .progress.bg-01 {
  background: rgba(228, 136, 69, 0.2);
}

.sectionQrPanel .progress.bg-01 .progress-bar {
  background-color: #1e9bd3;
}

.sectionQrPanel .progress.bg-02 {
  background: rgba(157, 83, 242, 0.2);
}

.sectionQrPanel .progress.bg-02 .progress-bar {
  background-color: #f5a33d;
}

.sectionQrPanel .progress.bg-03 {
  background: rgba(187, 190, 196, 0.3);
}

.sectionQrPanel .progress.bg-03 .progress-bar {
  background-color: #db73d6;
}

.sectionQrPanel .progress.bg-04 {
  background: rgba(229, 127, 255, 0.2);
}

.sectionQrPanel .progress.bg-04 .progress-bar {
  background-color: #46b7ab;
}

.sectionQrPanel .progress.bg-05 {
  background: rgba(40, 201, 120, 0.2);
}

.sectionQrPanel .progress.bg-05 .progress-bar {
  background-color: #f55e25;
}

.sectionQrPanel .progress.bg-06 {
  background: rgba(255, 76, 76, 0.2);
}

.sectionQrPanel .progress.bg-06 .progress-bar {
  background-color: #6067c1;
}

.sectionQrPanel .progress.bg-07 {
  background: rgba(187, 190, 196, 0.3);
}

.sectionQrPanel .progress.bg-07 .progress-bar {
  background-color: #ada605;
}

.sectionQrPanel .progress.bg-08 {
  background: rgba(245, 162, 57, 0.2);
}

.sectionQrPanel .progress.bg-08 .progress-bar {
  background-color: #4bbd19;
}

.sectionQrPanel .progress.bg-9 {
  background: rgba(56, 156, 229, 0.2);
}

.sectionQrPanel .progress.bg-9 .progress-bar {
  background-color: #1e1ed3;
}

.sectionQrPanel .progress.bg-10 {
  background: rgba(255, 255, 255, 0.2);
}

.sectionQrPanel .progress.bg-10 .progress-bar {
  background-color: #fff;
}

.sectionQrPanel .progress.bg-11 {
  background: rgba(56, 156, 229, 0.2);
}

.sectionQrPanel .progress.bg-11 .progress-bar {
  background-color: #2bdce5;
}

.faqSectionArea .accordion-button span {
  display: inline-block;
  border-right: 1px solid rgba(0, 0, 0, 0.125);
  padding: 10px;
  background: var(--thm-bg-color);
  color: #000;
  margin-right: 10px;
}

.faqSectionArea .accordion-collapse {
  border: 1px solid rgba(0, 0, 0, 0.125);
  box-shadow: 5px 7px 26px -5px rgba(24, 23, 38, 0.06);
}

.sectionQrPanelTotal {
  padding: 50px 0 0 0;
  position: relative;
}

.sectionQrPanelTotal:after {
  width: 100%;
  height: 3px;
  background: #e7e7e7;
  position: absolute;
  top: 95px;
  content: "";
}

.sectionQraboxTotal {
  background: #fff;
  width: 42%;
  margin: auto;
  box-shadow: 6px 11px 41px -28px #796eb1;
  -webkit-box-shadow: 6px 11px 41px -28px #796eb1;
  padding: 15px 30px;
  border-radius: 15px;
  font-size: 20px;
  position: relative;
  overflow: hidden;
  z-index: 9;
}

.sectionQraboxTotal:after {
  width: 370px;
  height: 300px;
  background: #eee;
  position: absolute;
  left: 35%;
  top: 0;
  transform: rotate(-60deg);
  z-index: 9;
  content: "";
}

.boxTotal {
  z-index: 99;
  position: relative;
}

.sectionQraboxTotal h6 {
  margin: 0;
  padding: 0;
  font-size: 30px;
}

/* 20 sep 23 */

.performanceTechnicalBox .questionBox {
  border: 1px solid rgba(0, 0, 0, 0.125);
  box-shadow: 5px 7px 26px -5px rgba(24, 23, 38, 0.06);
  background: #fff;

  color: #919090;
  margin-bottom: 15px;
}

.performanceTechnicalBox .questionBox h4 {
  font-size: 15px;
  display: flex;
  line-height: 20px;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
  font-weight: 600;
}

.performanceTechnicalBox .questionBox h4 span {
  display: inline-block;
  border-right: 1px solid rgba(0, 0, 0, 0.125);
  padding: 15px 10px;

  background: var(--thm-bg-color);
  color: #000;
  margin-right: 10px;
}

.performanceTechnicalBox .anSBos {
  padding: 15px;
  padding-left: 30px;
  display: flex;
  font-size: 14px;
}

.performanceTechnicalBox .anSBos img {
  width: 35px;
}

.performanceTechnicalBox .anSBos i {
  color: #79cb21;
  font-size: 25px;
  font-weight: 700;
  padding: 2px;
  margin-right: 5px;
  border: 1px solid rgba(0, 0, 0, 0.125);
  vertical-align: middle;
}

.performanceTechnicalBox .anSBos i.ri-close-line {
  color: #f61b10;
}

.performanceTechnicalBox .anSBos span {
  margin-right: 10px;
}

.ml-m-15 {
  margin-left: -15px;
}

.mr-m-15 {
  margin-right: -15px;
}

.dashboardTopMenu {
  margin: 5px 0;
}

.dashboardTopMenu .navbar {
  padding: 5px 0px;
}
.dashboardTopMenu .navbar .navbar-nav {
  padding: 5px 20px;
  background: #ffffff;
  border-radius: 50px;
  border: 1px solid #cccccc;
  box-shadow: 0 2px 10px -3px #00000017;
}

.dashboardTopMenu .navbar ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

/*.dashboardTopMenu .navbar ul li {
  margin-right: 10px;
}
*/
.dashboardTopMenu .navbar ul li a {
  color: #737b8b;
  font-size: 0.9375rem;
  font-weight: 500;
  padding: 0px !important;
  white-space: nowrap;
  font-family: "Poppins", sans-serif;
}

.dashboardTopMenu .navbar ul li a i {
  margin-right: 2px;
  font-size: 22px;
  line-height: 22px;
  color: #96a0af;
}

.dashboardTopMenu .navbar ul li a i.fs-18 {
  font-size: 18px;
  line-height: 25px;
}

.dashboardTopMenu .navbar ul li a i.fs-16 {
  font-size: 16px;
  line-height: 25px;
}

.dashboardTopMenu .navbar ul li a i.rt-ar {
  transform: rotate(135deg);
}

.dashboardTopMenu .navbar ul li a svg {
  margin-right: 5px;
  width: 23px;
  fill: #d4d5d7;
}

.dashboardTopMenu .navbar ul li.active a,
.dashboardTopMenu .navbar ul li a:hover {
  color: #737b8b;
}

.dashboardTopMenu .navbar ul li.active a i,
.dashboardTopMenu .navbar ul li a:hover i,
.dashboardTopMenu .navbar ul li.active a svg,
.dashboardTopMenu .navbar ul li a:hover svg {
  color: #1eaae7;
  fill: #1eaae7;
}

.dashboardTopMenu.menuSecPanel {
  border-top: 2px solid #efefef;
}

.dashboardTopMenu.menuSecPanel .navbar ul li a {
  font-size: 13px;
}

.dashboardTopMenu .searchBoxPanel {
  background: #000;
  border-radius: 50px;
}

.dashboardTopMenu .searchBoxPanel .compareInputPanel {
  position: relative;
  background: #000;
  border: 0;
  outline: 0;
  width: 100%;
  line-height: 45px;
  transition: width 0.4s linear;
  border-radius: 50px;
  font-size: 16px;
  z-index: 9;
}

.dashboardTopMenu
  .searchBoxPanel
  .compareInputPanel:hover
  .compareContentArea
  i,
.dashboardTopMenu .searchBoxPanel .compareInputPanel:hover .compareContentArea {
  color: #3ecbff;
}

.dashboardTopMenu .searchBoxPanel .search_input {
  background: #3d424c;
  border: 0;
  outline: 0;
  width: 100%;
  line-height: 40px;
  transition: width 0.4s linear;
  border-radius: 50px;
  padding: 3px 30px;
  font-size: 14px;
}

.dashboardTopMenu .searchBoxPanel .search_input::placeholder {
  color: #fff;
}

.dashboardTopMenu .searchBoxPanel .compareInputPanel .search_input {
  background: transparent !important;
  z-index: 9;
  position: relative;
  border: 0;
  color: #fff;
}

.dashboardTopMenu .searchBoxPanel .compareInputPanel .compareContentArea {
  position: absolute;
  left: 10px;
  top: 0px;
  font-size: 14px;
  color: #fff;
}

.dashboardTopMenu .searchBoxPanel .compareInputPanel .compareContentArea i {
  font-size: 27px;
  vertical-align: middle;
}

.dashboardTopMenu .searchBoxPanel .search_icon {
  position: absolute;
  right: 8px;
  top: 8px;
  font-size: 20px;
  height: 30px;
  line-height: 30px;
  border: 0;
  text-align: center;
  background: #161616;
  width: 30px;
  border-radius: 50%;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  z-index: 9;
}

.dashboardTopMenu .searchBoxPanel .search_icon:hover {
  color: #fc9a3a;
}

.dashboardTopMenu .searchBoxPanel .urlBtn {
  position: absolute;
  right: 21px;
  top: 16px;
  font-size: 25px;
  position: absolute;
  right: 16px;
  top: 0px;
  font-size: 18px;
  text-transform: uppercase;
  padding: 17px 17px;
  border-radius: 0 50px 50px 0;
  color: #fff;
  background: linear-gradient(45deg, #fc5124, #fc9a3a);
  text-decoration: none;
}

.dashboardTopMenu .searchBoxPanel .urlBtn:hover {
  background: #3f3d56;
}

.dashboardTopMenu .worldwideBox {
  position: relative;
}

.dashboardTopMenu .worldwideBox i {
  position: absolute;
  top: 6px;
  left: 8px;
  font-size: 25px;
  color: #000;
  line-height: 25px;
}

.dashboardTopMenu .worldwideBox .form-select {
  border-radius: 50px;
  padding: 7px 35px;
  font-weight: 500;
  color: #000;
  font-size: 15px;
  border-radius: 50px;
  border: 1px solid #f0f0f0;
}

.sidebar-main .dashboardTopMenu.menuSecPanel .navbar ul li {
  margin-right: 0;
}

.box-fullscreen {
  position: fixed !important;
  background: rgba(218, 218, 218, 0.9) !important;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  margin: 0 !important;
  z-index: 9999 !important;
}

/* next css */

.cardArea {
  width: 100%;
  height: 100%;
  padding: 15px;
  background: #fff;
  text-align: left;
  border-radius: 12px !important;
  border: 1px solid #eae8f1;
  /*  box-shadow: 6px 11px 41px -28px #796eb1;
  -webkit-box-shadow: 6px 11px 41px -28px #796eb1;*/
  position: relative;
  z-index: 9;

  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.cardArea .card-body {
  padding: 0;
  padding-top: 15px;
}

.cardArea h4 {
  color: #000;
  font-size: 16px;
  font-weight: 600;
}

.cardArea h4 i {
  width: 30px;
  height: 30px;
  background: #fff;
  line-height: 30px;
  border-radius: 50px;
  text-align: center;
  cursor: pointer;
}

.cardArea i.barCh {
  margin-right: 10px;
}

.sectionQrPanel .boxPerformanceArea {
  background: #546dfe;
  text-align: left;
  border-radius: 12px !important;
  border: 1px solid #eae8f1;
  box-shadow: 6px 11px 41px -28px #796eb1;
  -webkit-box-shadow: 6px 11px 41px -28px #796eb1;
  position: relative;
  padding: 10px;
  z-index: 9;
  margin-bottom: 20px;
}

.sectionQrPanel .boxPerformanceArea img {
  width: 45px;
  margin-right: 10px;
  float: left;
  background: #fff;
  padding: 5px;
  border-radius: 10px;
  box-shadow: 6px 11px 41px -28px #796eb1;
  -webkit-box-shadow: 0px 0px 8px #c3c3c3;
}

.sectionQrPanel .boxPerformanceArea .boxScoreHd h4 {
  color: #fff;
  font-size: 15px;
  font-weight: 600;
}

.sectionQrPanel .boxPerformanceArea .boxScoreHd h4 span {
  width: 28px;
  height: 28px;
  margin-left: 10px;
  background-color: #181818;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 18px;
  line-height: 28px;
  font-weight: bold;
  transition: all 0.1s ease;
  z-index: 9;
}

.sectionQrPanel .boxPerformanceArea .boxScoreHd h5 {
  font-size: 16px;
  margin-bottom: 0;
  color: #000;
}

.sectionQrPanel .boxPerformanceArea .boxScoreHd h5 i {
  vertical-align: middle;
  color: #000;
  font-size: 22px;
  font-weight: 900;
}

.sectionQrPanel .boxPerformanceArea .boxScoreHd-1 h5 {
  font-size: 15px;
  margin-bottom: 0;
  color: #000;
}

.sectionQrPanel .boxPerformanceArea .boxScoreHd-1 h5 i {
  vertical-align: middle;
  color: #fff;
  font-size: 22px;
  font-weight: 900;
}

.sectionQrPanel .boxPerformanceArea h5 span {
  background: #fff;
  padding: 4px 5px;
  margin: 0;
  font-weight: 600;
}

.sectionQrPanel .boxPerformanceArea h5 span.lst {
  border-radius: 5px 0 0 5px;
  border-right: 1px solid #f3f3f3;
  margin-left: 10px;
  font-size: 15px;
}

.sectionQrPanel .boxPerformanceArea h5 span.Rst {
  border-radius: 0 5px 5px 0;
}

.sectionQrPanel .boxPerformanceArea .btn-8 {
  background: #fff;
  padding: 9px 10px;
  color: #424fe2;
  font-weight: 700;
  font-size: 17px;
}

.tabSectionArea {
  padding: 0px 0;
}

.tabSectionArea .iq-accordion.career-style.faq-style .iq-accordion-block {
  padding: 10px 55px 10px 15px;
  border-radius: 10px;
  background: #fff;
  text-align: left;
  border-radius: 12px !important;
  border: 1px solid #eae8f1;
  box-shadow: 6px 11px 41px -28px #796eb1;
  -webkit-box-shadow: 6px 11px 41px -28px #796eb1;
}

.tabSectionArea
  .iq-accordion.career-style.faq-style
  .iq-accordion-block
  .accordion-title:before {
  content: "\ea41";
  display: inline-block;
  font-family: "remixicon" !important;
  font-size: 40px;
  width: 35px;
  height: 35px;
  line-height: 35px;
  right: -45px;
  top: 5px;
  color: #000;
}

.tabSectionArea
  .iq-accordion.career-style.faq-style
  .iq-accordion-block.accordion-active
  .accordion-title:before {
  content: "\ea67";
}

.tabSectionArea
  .iq-accordion.career-style
  .iq-accordion-block
  .accordion-title
  span.noBox {
  width: 45px;
  height: 45px;
  line-height: 45px;
  background: #fff;
  /* box-shadow: 0px 0px 10px #c3c3c3;
  -webkit-box-shadow: 0px 0px 10px #c3c3c3;*/
  display: inline-block;
  text-align: center;
  font-size: 22px;
  color: #2bb3e5;
  border: 1px solid #e3e3e3;
  border-radius: 8px;
}

.topIssuesSection
  .tabSectionArea
  .iq-accordion.career-style
  .iq-accordion-block
  .accordion-title
  span.noBox.greenBg {
  background: #a7ca63;
}

.topIssuesSection
  .tabSectionArea
  .iq-accordion.career-style
  .iq-accordion-block
  .accordion-title
  span.noBox.greenDkBg {
  background: #71ac00;
}

.tabSectionArea
  .iq-accordion.career-style
  .iq-accordion-block
  .accordion-title
  .textTitle {
  padding: 0 10px;
  font-size: 18px;
  color: #000;
}

.topIssuesSection
  .tabSectionArea
  .iq-accordion.career-style
  .iq-accordion-block
  .accordion-title
  i {
  font-size: 24px;
  line-height: 45px;
}

.tabSectionArea
  .iq-accordion.career-style
  .iq-accordion-block
  .accordion-title
  i.checkBoxAcc {
  width: 30px;
  height: 30px;
  line-height: 30px;
  display: inline-block;
  text-align: center;
  font-size: 22px;
  color: #fff;
  border-radius: 50px;
}

.tabSectionArea
  .iq-accordion.career-style
  .iq-accordion-block
  .accordion-title
  span.noPrBox {
  line-height: 30px;
  padding: 2px 20px;
  margin-left: 10px;
  display: inline-block;
  text-align: center;
  font-size: 22px;
  color: #fff;
  border-radius: 50px;
}

.tabSectionArea
  .iq-accordion.career-style
  .iq-accordion-block
  .accordion-title
  span.noPrBox
  span {
  font-size: 14px;
}

.tabSectionArea
  .iq-accordion.career-style.faq-style
  .iq-accordion-block
  .accordion-item {
  padding: 10px 15px;
  border-radius: 10px;
  background: rgba(218, 218, 218, 0.4);
  text-align: left;
  border-radius: 12px !important;
  border: 1px solid #eae8f1;
  box-shadow: 6px 11px 41px -28px #796eb1;
  -webkit-box-shadow: 6px 11px 41px -28px #796eb1;
  margin-bottom: 15px;
}

.diagnosticSection
  .tabSectionArea
  .iq-accordion.career-style.faq-style
  .iq-accordion-block {
  padding: 0;
  border-radius: 10px;
  background: transparent;
  text-align: left;
  border-radius: 12px !important;
  border: 1px solid #eae8f1;
  box-shadow: none;
  -webkit-box-shadow: none;
}

.diagnosticSection
  .tabSectionArea
  .iq-accordion.career-style.faq-style
  .iq-accordion-block
  .active-faq {
  padding: 10px 45px 10px 10px;
}

.diagnosticSection
  .tabSectionArea
  .iq-accordion.career-style.faq-style
  .iq-accordion-block
  .accordion-title:before {
  content: "\ea41";
  display: inline-block;
  font-family: "remixicon" !important;
  font-size: 28px;
  background: #eff3f5;
  width: 35px;
  height: 28px;
  line-height: 28px;
  border-radius: 5px;
  right: -40px;
  top: 0px;
  color: #000;
}

.diagnosticSection
  .tabSectionArea
  .iq-accordion.career-style.faq-style
  .iq-accordion-block
  .active-faq
  i {
  font-size: 25px;
  vertical-align: middle;
  margin-right: 5px;
}

.diagnosticSection
  .tabSectionArea
  .iq-accordion.career-style.faq-style
  .iq-accordion-block
  .accordion-details {
  background: #f7f9fa;
  padding: 15px;
  border-top: 1px solid #eae8f1;
}

.diagnosticSection
  .tabSectionArea
  .iq-accordion.career-style.faq-style
  .iq-accordion-block
  .active-faq
  svg {
  width: 25px;
}

.diagnosticSection .cardArea {
  box-shadow: none;
}

.diagnosticSection .progressCircle.scoreProgressCircle {
  width: 150px;
  height: 150px;
}

.accordion-button::after {
  background-image: none;
  content: "-";
  font-size: 25px;
  width: auto;
  height: auto;
}

.accordion-button:not(.collapsed)::after {
  background-image: none;
  content: "+";
  font-size: 25px;
}

.accordion-button:focus {
  z-index: 3;
  border: 0;
  outline: 0;
  box-shadow: none;
}

.tabSectionArea
  .iq-accordion.career-style.faq-style
  .iq-accordion-block
  .accordion-item
  .accordion-button {
  padding: 5px;
  padding-right: 25px;
  background: transparent;
  font-size: 16px;
  color: #000;
  font-weight: 600;
}

.tabSectionArea
  .iq-accordion.career-style.faq-style
  .iq-accordion-block
  .accordion-item
  .accordion-button:not(.collapsed) {
  box-shadow: none;
}

.tabSectionArea
  .iq-accordion.career-style.faq-style
  .iq-accordion-block
  .accordion-item
  .accordion-button::after {
  position: absolute;
  right: 0;
}

.tabSectionArea
  .iq-accordion.career-style.faq-style
  .iq-accordion-block
  .accordion-item
  .accordion-body {
  padding: 0;
  color: #000;
}

.fs-16 {
  font-size: 16px !important;
}

.fs-12 {
  font-size: 12px !important;
}

.greenBg {
  background: #3c9e40;
}

.greenLtBg {
  background: #58b55b;
}

.redBg {
  background: #dd0008;
  font-style: normal;
}

.pinkBg {
  background: #ff643b;
}

/* .tabSectionArea .iq-accordion.career-style .iq-accordion-block .clearfix{border-bottom: 1px solid #a7a7a7}; */
/* .tabSectionArea .iq-accordion.career-style .iq-accordion-block .accordion-details{ padding: 20px 0 20px 55px;  } */
.tabSectionArea
  .iq-accordion.career-style
  .iq-accordion-block
  .accordion-details
  h6 {
  position: relative;
  font-size: 16px;
  color: #000;
  font-weight: 600;
}

.tabSectionArea
  .iq-accordion.career-style
  .iq-accordion-block
  .accordion-details
  h6
  span {
  background: #ff4c4c;
  color: #fff;
  padding: 2px 7px;
  margin-left: 10px;
  z-index: 1;
  border-radius: 5px;
  position: relative;
  font-weight: 400;
}

.tabSectionArea
  .iq-accordion.career-style
  .iq-accordion-block
  .accordion-details
  .noBoxCounting {
  margin: 30px 0px;
}

.tabSectionArea
  .iq-accordion.career-style
  .iq-accordion-block
  .accordion-details
  .noBoxCounting
  ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.tabSectionArea
  .iq-accordion.career-style
  .iq-accordion-block
  .accordion-details
  .noBoxCounting
  ul
  li {
  display: inline-block;
  background: #f7f8ff;
  padding: 20px 30px;
  border-radius: 10px;
  border: 1px solid #e6e8f5;
  font-weight: 600;
  text-align: center;
  font-size: 40px;
  color: #424fe2;
  box-shadow: 0px 3px 12px #cebeff;
  -moz-box-shadow: 0px 3px 12px #cebeff;
}

.tabSectionArea
  .iq-accordion.career-style
  .iq-accordion-block
  .accordion-details
  .iframBox {
  width: 70%;
  margin: auto;
  padding: 20px 0;
}

.tabSectionArea
  .iq-accordion.career-style
  .iq-accordion-block
  .accordion-details
  .iframBox
  img {
  width: 100%;
}

.tabSectionArea
  .iq-accordion.career-style
  .iq-accordion-block
  .accordion-details
  .recommendationsArea {
  background: rgba(218, 218, 218, 0.4);
  text-align: left;
  border-radius: 12px !important;
  padding: 20px;
  border: 1px solid #eae8f1;
  /* box-shadow: 6px 11px 41px -28px #796eb1;
    -webkit-box-shadow: 6px 11px 41px -28px #796eb1; */
  position: relative;
  z-index: 9;
}

.tabSectionArea
  .iq-accordion.career-style
  .iq-accordion-block
  .accordion-details
  .recommendationsArea
  img {
  width: 100%;
}

.tabSectionArea
  .iq-accordion.career-style
  .iq-accordion-block
  .accordion-details
  .recommendationsArea
  p {
  font-size: 14px;
  color: #000;
  line-height: 22px;
  padding: 0;
  margin: 0;
  padding-bottom: 15px;
}

.descriptionSection {
  margin-bottom: 20px;
}

/*cardPanel*/
.cardPanel {
  padding: 15px;
}

.cardPanel h4 {
  color: #000;
  font-size: 16px;
  font-weight: 600;
}

.cardPanel h4 i {
  width: 30px;
  height: 30px;
  background: #fff;
  line-height: 30px;
  border-radius: 50px;
  text-align: center;
  cursor: pointer;
}

.cardPanel .card-body {
  padding: 0;
  padding-top: 15px;
}

.cardPanel .card-body.seoBox p {
  padding: 0;
  margin: 10px 0 15px 0;
  font-size: 16px;
  line-height: 22px;
}

.cardPanel .card-body.seoBox span {
  display: inline-block;
  background: #fff;
  padding: 5px 10px;
  color: #000;
  font-size: 16px;
  line-height: 22px;
  border-radius: 10px;
}

.cardPanel .card-body .importimgBox {
  overflow-y: scroll;
  border: 1px solid #d3d3d3;
  border-radius: 8px;
}

.cardPanel .card-body .ht-150 {
  height: 150px;
}

.cardPanel .card-body .ht-250 {
  height: 250px;
}

.cardPanel .card-body .ht-298 {
  height: 298px;
}

.cardPanel.box-fullscreen .card-body .ht-150,
.cardPanel.box-fullscreen .card-body .ht-250 {
  height: 100vh;
}

.cardPanel .card-body .importimgBox img {
  width: 100%;
  box-shadow: 6px 11px 41px -28px #796eb1;
  -webkit-box-shadow: 6px 11px 41px -28px #796eb1;
}

.cardPanel .card-body .descriptionPanel {
  background: rgba(218, 218, 218, 0.4);
  text-align: left;
  border-radius: 8px;
  padding: 15px;
  border: 1px solid #d3d3d3;
  position: relative;
  overflow-y: scroll;
}

.cardPanel .card-body .descriptionPanel p {
  color: #000;
  font-size: 15px;
  line-height: 24px;
  padding: 0;
  margin-bottom: 10px;
}

.cardPanel .card-body .WebsiteBox {
  /* max-height: 300px; */
  max-height: 262px;
  overflow-y: scroll;
  border-radius: 12px;
  border: 1px solid #d8d8d8;
}

.cardPanel .card-body .WebsiteBox img {
  width: 100%;
}
.cardPanel .card-body .infoPanel {
  background: #d6f0fb;
  border: 1px solid #d6f0fb;
  padding: 15px;
  border-radius: 15px;
  margin-top: 15px;
}
.infoPanel img {
  width: 60px;
  height: 60px;
  margin-right: 10px;
  float: left;
  background: #fff;
  padding: 10px;
  border-radius: 10px;
  box-shadow: 6px 11px 41px -28px #796eb1;
  -webkit-box-shadow: 0px 0px 8px #c3c3c3;
}

.infoPanel p {
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-weight: 300;
  line-height: 16px;
}

.infoPanel h2 {
  margin: 0;
  padding: 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
}

.infoPanel h2 span {
  display: block;
  font-size: 14px;
  line-height: 16px;
  color: #848484;
  font-weight: 400;
}

.infoPanel h2 span a {
  color: #848484;
}

.homeStBox.infoPanel p {
  font-size: 16px;
  line-height: 22px;
  color: #222222;
  font-weight: 400;
}

.timingSectiong {
  margin-bottom: 20px;
}

.timingSectiong .timingBoxArea1 {
  background: rgba(218, 218, 218, 0.4);
  text-align: left;
  border-radius: 12px !important;
  border: 1px solid #eae8f1;
  box-shadow: 6px 11px 41px -28px #796eb1;
  -webkit-box-shadow: 6px 11px 41px -28px #796eb1;
  position: relative;
  z-index: 9;

  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  transition: all 0.25s ease;
  padding: 10px;
}

.timingSectiong .timingBoxArea {
  background-color: hsl(223, 10%, 80%);
  background-image: linear-gradient(
    -45deg,
    hsla(223, 10%, 10%, 0.3),
    hsla(223, 10%, 10%, 0)
  );
  border-radius: 10px;
  box-shadow: 0 0 0.5em hsla(223, 10%, 10%, 0.5),
    0 0 0.0625em hsla(223, 10%, 10%, 0.5) inset;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.6em;
  margin: auto;
  padding: 8px 15px;
  font-family: "Comfortaa", sans-serif;
}

.meanwhilePanel {
  height: 100%;
}

.meanwhilePanel a {
  background: #fff;
  padding: 7px 10px;
  line-height: 16px;
  font-size: 14px;
  border-radius: 50px;
  display: inline-block;
  color: #000;
  margin-right: 10px;
}

.meanwhilePanel a img {
  width: 18px;
}

.timingSectiong .timingBoxImg {
  width: 60px;
  height: 60px;
}

.timingSectiong .timingBoxArea img {
  width: 100%;
  margin-right: 10px;
  float: left;
  background: #fff;
  padding: 2px;
  border-radius: 10px;
  box-shadow: 6px 11px 41px -28px #796eb1;
  -webkit-box-shadow: 0px 0px 8px #c3c3c3;
}

.timingBox {
  border-radius: 10px;
  box-shadow: 0 0 0 0.0625em hsl(0, 0%, 0%),
    0 -0.0625em 0.125em 0.125em hsla(223, 10%, 10%, 0.5),
    0 0.0625em 0.125em 0.125em hsla(223, 10%, 90%, 0.8);
  perspective: 10em;
  position: relative;
}

.timingBox > div {
  background: #000;
  width: 80px;
  height: 60px;
  padding-top: 10px;
  line-height: 33px;
  text-align: center;
  font-size: 37px;
  font-weight: 600;
  color: #fff;
  border-radius: 10px;
  box-shadow: 0 0 0 1px #000 inset, 0 0 0.0625em #000 inset;
}

.timingBox > div span {
  display: block;
  line-height: 12px;
  font-size: 12px;
}

.lineArea {
  width: 100%;
  height: 2px;
  background: #efefef;
  margin: 40px 0;
}

.rankingSection.sectionQrPanel {
  padding: 0px 0 0px 0;
}

.rankingSection.sectionQrPanel .sectionQrabox::before {
  display: none;
}

.rankingSection.sectionQrPanel .sectionQrabox a h3 {
  font-weight: 600;
  color: #fff;
}

.rankingSection.sectionQrPanel .sectionQrabox a h3.color-p {
  color: #64ccc1;
}

.rankingSection.sectionQrPanel .sectionQrabox a h3.color-p i {
  color: #64ccc1;
}

.color-p,
.color-p i {
  color: #64ccc1 !important;
}

.color-r,
.color-r i {
  color: #f8365b !important;
}

.orangeCl {
  color: #f1d2f1;
}
.lt_genderMaleCl {
  color: #379ce4;
}

.lt_orangeCl {
  color: #f7debf;
}

.btnBlack {
  background: #000000;
  color: #fff;
  border-radius: 50px;
}

.btnBlack:hover {
  color: #fff;
}

.greenCl {
  color: #f5a33d;
}

.lt_greenCl {
  color: #f7debf;
}

.progressName {
  color: #000;
  align-items: center;
  font-size: 14px;
  justify-content: center;
}
.rankingSection.sectionQrPanel .sectionQrabox {
  background-size: cover;
}
.rankingSection.sectionQrPanel .col-md-6:nth-child(1) .sectionQrabox {
  background: url(../images/bg01.png);
  background-size: cover;
}
.rankingSection.sectionQrPanel .col-md-6:nth-child(1) .sectionQrabox img {
  background: #ff9e67;
}
.rankingSection.sectionQrPanel .col-md-6:nth-child(2) .sectionQrabox {
  background: url(../images/bg02.png);
  background-size: cover;
}
.rankingSection.sectionQrPanel .col-md-6:nth-child(2) .sectionQrabox img {
  background: #42c6ff;
}
.rankingSection.sectionQrPanel .col-md-6:nth-child(3) .sectionQrabox {
  background: url(../images/bg03.png);
  background-size: cover;
}
.rankingSection.sectionQrPanel .col-md-6:nth-child(3) .sectionQrabox img {
  background: #59de7f;
}
.rankingSection.sectionQrPanel .col-md-6:nth-child(4) .sectionQrabox {
  background: url(../images/bg04.png);
  background-size: cover;
}
.rankingSection.sectionQrPanel .col-md-6:nth-child(4) .sectionQrabox img {
  background: #7f30e2;
}

.progressCircle.blackBar::after {
  border: 12px solid #b0b0b0;
}

.progressCircle.blackBar .progressCircle-bar {
  border-color: #000000 !important;
}

.lt_blackCl {
  color: #b0b0b0;
}

.blackCl {
  color: #000;
}

.progressCircle.genderBar::after {
  border: 12px solid #f1d2f1;
}

.progressCircle.genderBar .progressCircle-bar {
  border-color: #379ce4 !important;
}

.lt_genderCl {
  color: #e38fde;
}

.genderCl {
  color: #379ce4;
}

.progressCircle.orangeBar::after {
  border: 12px solid #f7debf;
}

.progressCircle.orangeBar .progressCircle-bar {
  border-color: #f5a33d !important;
}

.progressCircle.blueBar::after {
  border: 12px solid #b9e3f3;
}

.progressCircle.blueBar .progressCircle-bar {
  border-color: #2bb3e5 !important;
}

.progressCircle.greenBar::after {
  border: 12px solid #cbe9e7;
}

.progressCircle.greenBar .progressCircle-bar {
  border-color: #64ccc1 !important;
}

.progressCircle.dkgreenBar::after {
  border: 12px solid #d4eed5;
}

.progressCircle.dkgreenBar .progressCircle-bar {
  border-color: #6dc770 !important;
}

.progressCircle.pinkBar::after {
  border: 12px solid #f0cfee;
}

.progressCircle.pinkBar .progressCircle-bar {
  border-color: #db73d6 !important;
}

.progressCircle {
  width: 150px;
  height: 150px;
  background: none;
  position: relative;
}

.progressCircle.scoreProgressCircle {
  width: 150px;
  height: 150px;
}

.progressCircle.scoreProgressCircle .h2 {
  color: #000;
  font-size: 28px;
}

.progressCircle::after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 12px solid #f7debf;
  position: absolute;
  top: 0;
  left: 0;
}

.progressCircle > span {
  width: 50%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  z-index: 1;
}

.progressCircle .progressCircle-left {
  left: 0;
}

.progressCircle .progressCircle-bar {
  width: 100%;
  height: 100%;
  background: none;
  border-width: 12px;
  border-style: solid;
  position: absolute;
  top: 0;
}

.progressCircle .progressCircle-left .progressCircle-bar {
  left: 100%;
  border-top-right-radius: 80px;
  border-bottom-right-radius: 80px;
  border-left: 0;
  -webkit-transform-origin: center left;
  transform-origin: center left;
}

.progressCircle .progressCircle-right {
  right: 0;
}

.progressCircle .progressCircle-right .progressCircle-bar {
  left: -100%;
  border-top-left-radius: 80px;
  border-bottom-left-radius: 80px;
  border-right: 0;
  -webkit-transform-origin: center right;
  transform-origin: center right;
}

.progressCircle .progressCircle-value {
  position: absolute;
  top: 0;
  left: 0;
}

.progressCircle .h2 {
  color: #000;
}

.progressCircle sup {
  top: -2px;
}

.resultsProgressArea:last-child {
  margin-bottom: 0 !important;
}

.resultsProgressArea .progress {
  display: flex;
  height: 25px;
  overflow: hidden;
  font-size: 12px;
  background: #f1f1f1;
  border-radius: 50px;
}

.resultsProgressArea .progress .progress-bar {
  text-align: left;
  border-radius: 50px;
  background: #f55e25;
}

.resultsProgressArea .progress .progress-bar.bgcl-1 {
  background: #f55e25;
}

.resultsProgressArea .progress .progress-bar.bgcl-2 {
  background: #f5a33d;
}

.resultsProgressArea .progress .progress-bar.bgcl-3 {
  background: #64ccc1;
}

.resultsProgressArea .progress .progress-bar.bgcl-4 {
  background: #000;
}

.color-1 {
  color: #3cb9e7;
}

.bg-primary,
.badge-primary {
  color: #ffffff;
  background: #2bb3e5 !important;
}

.lockedBoxBlur .card-body,
.lockedBoxBlur .sectionQrabox {
  filter: blur(20px);
}

.lockedBox {
  position: absolute;
  text-align: center;
  z-index: 999;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  line-height: 100%;
  text-align: center;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 8px;
}

.lockedBox .lockedBoxPanel {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.lockedBox .lockedBoxPanel i {
  font-size: 30px;
  width: 55px;
  height: 55px;
  display: inline-block;
  border-radius: 50px;
  text-align: center;
  line-height: 55px;
  background: #fff;
  color: #000;
}

.lockedBox .lockedBoxPanel p {
  color: #fff;
  font-size: 16px;
  margin: 0;
  padding: 0;
  padding: 15px 0;
  white-space: nowrap;
}

.lockedBox .lockedBoxPanel .btn {
  background: #2bb3e5;
  color: #fff;
  font-size: 16px;
  padding: 9px 15px;
  border-radius: 50px;
}

.lockedBox .lockedBoxPanel .btn:hover {
  background: #f5a33d;
}

/* search Compare Section */

.searchCompareSection .searchResultsBox {
  counter-increment: workNumber;
  background: rgba(218, 218, 218, 0.4);
  text-align: left;
  border-radius: 12px !important;
  border: 1px solid #eae8f1;
  box-shadow: 6px 11px 41px -28px #796eb1;
  -webkit-box-shadow: 6px 11px 41px -28px #796eb1;
  position: relative;
  z-index: 9;
  margin-bottom: 20px;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.searchCompareSection .searchResultsBox img {
  background: #fff;
  width: 50px;
  height: 50px;
  padding: 10px;
  border-radius: 10px;
  box-shadow: 0 8px 24px #1a29470a, 0 2px 8px #1a294714;
}

.searchCompareSection .searchResultsBox p {
  margin: 0;
  padding: 0;
  font-size: 16px;
  color: #000;
  line-height: 23px;
}

.searchCompareSection .searchResultsBox h4 {
  position: relative;
  margin: 0;
  padding: 0;
  padding-right: 35px;
  display: inline-block;
}

.searchCompareSection .searchResultsBox h4 i.closeBtn {
  position: absolute;
  right: 0;
  width: 26px;
  height: 26px;
  background: #e2f1f6;
  color: #2bb3e5;
  border-radius: 50px;
  line-height: 26px;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  cursor: pointer;
}

.searchCompareSection .searchResultsBox i.infoBtn {
  position: absolute;
  right: 10px;
  top: 10px;
  color: #f55e25;
  font-size: 25px;
}

.searchCompareSection .searchResultsBox.searchContArea i.infoBtn {
  color: #c5c6c8;
}

table.table {
  width: 100%;
  border: 0;
  border-collapse: separate;
  border-spacing: 0 10px;
}

table.table thead tr th,
table.table tbody tr td {
  border: 0;
  font-size: 14px;
  padding: 5px !important;
}

table.table thead tr th {
  background: rgba(218, 218, 218, 0.4);
}

table.table tbody tr td {
  border: 1px solid #d9d9d9;
  border-right: 0;
  border-left: 0;
}

table.table tbody tr td:first-child {
  border-radius: 7px 0 0 7px;
  border-left: 1px solid #d9d9d9;
}

table.table tbody tr td:last-child {
  border-radius: 0 7px 7px 0;
  border-right: 1px solid #d9d9d9;
}

table.table thead tr th:first-child {
  border-radius: 7px 0 0 7px;
}

table.table thead tr th:last-child {
  border-radius: 0 7px 7px 0;
}

.tagLink a {
  background: rgba(218, 218, 218, 0.4);
  border-radius: 7px;
  font-size: 16px;
  margin-bottom: 10px;
  display: inline-block;
  padding: 5px 10px;
  color: #000;
  margin-right: 10px;
}

/* New Updated css */
.parametersPanel {
  background: #fff;
}

.parametersPanel .parametersBox {
  color: #757575;
  position: relative;
  text-align: left;
  border-radius: 50px;
  font-weight: 500;
  font-size: 12px;
  line-height: 12px;
  z-index: 1;
}

.bgArea-01 {
  background-color: #1e9bd3 !important;
}

.bgArea-02 {
  background-color: #1e9bd3 !important;
}

.bgArea-03 {
  background-color: #f5a33d !important;
}

.bgArea-04 {
  background-color: #c92b00 !important;
}

.bgArea-05 {
  background-color: #46b7ab !important;
}

.bgArea-06 {
  background-color: #f55e25 !important;
}

.bgArea-07 {
  background-color: #2bdce5 !important;
}

.bgArea-08 {
  background-color: #6067c1 !important;
}

.bgArea-09 {
  background-color: #ada605 !important;
}

.bgArea-10 {
  background-color: #4bbd19 !important;
}

.bgArea-11 {
  background-color: #1e1ed3 !important;
}

.bgArea-12 {
  background-color: #db73d6 !important;
}

.bgArea-13 {
  background-color: #5a33da !important;
}

.bgArea-14 {
  background-color: #7ac594 !important;
}

.colorArea-01 {
  color: #1e9bd3 !important;
}

.colorArea-02 {
  color: #f5a33d !important;
}

.colorArea-03 {
  color: #db73d6 !important;
}

.colorArea-04 {
  color: #46b7ab !important;
}

.colorArea-05 {
  color: #f55e25 !important;
}

.colorArea-06 {
  color: #6067c1 !important;
}

.colorArea-07 {
  color: #ada605 !important;
}

.colorArea-08 {
  color: #4bbd19 !important;
}

.colorArea-09 {
  color: #1e1ed3 !important;
}

.colorArea-10 {
  color: #c92b00 !important;
}

.colorArea-11 {
  color: #2bdce5 !important;
}

.parametersPanel .parametersBox i {
  color: #bbbec4;
}

.parametersPanel .parametersBox.pColBg-01 i {
  color: #1e9bd3;
}

.parametersPanel .parametersBox.pColBg-02 i {
  color: #f5a33d;
}

.parametersPanel .parametersBox.pColBg-03 i {
  color: #db73d6;
}

.parametersPanel .parametersBox.pColBg-04 i {
  color: #46b7ab;
}

.parametersPanel .parametersBox.pColBg-05 i {
  color: #f55e25;
}

.parametersPanel .parametersBox.pColBg-06 i {
  color: #6067c1;
}

.parametersPanel .parametersBox.pColBg-07 i {
  color: #ada605;
}

.parametersPanel .parametersBox.pColBg-08 i {
  color: #4bbd19;
}

.parametersPanel .parametersBox.pColBg-09 i {
  color: #1e1ed3;
}

.parametersPanel .parametersBox.pColBg-10 i {
  color: #c92b00;
}

.parametersPanel .parametersBox.pColBg-11 i {
  color: #2bdce5;
}

/*.parametersPanel .parametersBox:before {
  position: absolute;
  left: -8px;
  top: 0;
  background: #ced5e5;
  content: "";
  z-index: -1;
  height: 100%;
  width: 15px;
  width: 15px;
  border-radius: 50%;
}
.parametersPanel .parametersBox.pColBg-0 {
  background: #fff;
}
.parametersPanel .parametersBox.pColBg-01 {
  background: #1e9bd3;
  color: #fff !important;
  z-index: 11;
}
.parametersPanel .parametersBox.pColBg-01:before {
  display: none;
}
.parametersPanel .parametersBox.pColBg-02 {
  background: #f5a33d;
  color: #fff !important;
  z-index: 11;
}
.parametersPanel .parametersBox.pColBg-02:before {
  background: #f5a33d;
}
.parametersPanel .parametersBox.pColBg-03 {
  background: #db73d6;
  color: #fff !important;
  z-index: 10;
}
.parametersPanel .parametersBox.pColBg-03:before {
  background: #db73d6;
}
.parametersPanel .parametersBox.pColBg-04 {
  background: #46b7ab;
  color: #fff !important;
  z-index: 9;
}
.parametersPanel .parametersBox.pColBg-04:before {
  background: #46b7ab;
}
.parametersPanel .parametersBox.pColBg-05 {
  background: #f55e25;
  color: #fff !important;
  z-index: 8;
}
.parametersPanel .parametersBox.pColBg-05:before {
  background: #f55e25;
}
.parametersPanel .parametersBox.pColBg-06 {
  background: #6067c1;
  color: #fff !important;
  z-index: 7;
}
.parametersPanel .parametersBox.pColBg-06:before {
  background: #6067c1;
}
.parametersPanel .parametersBox.pColBg-07 {
  background: #d002dd;
  color: #fff !important;
  z-index: 6;
}
.parametersPanel .parametersBox.pColBg-07:before {
  background: #d002dd;
}
.parametersPanel .parametersBox.pColBg-08 {
  background: #4bbd19;
  color: #fff !important;
  z-index: 5;
}
.parametersPanel .parametersBox.pColBg-08:before {
  background: #4bbd19;
}
.parametersPanel .parametersBox.pColBg-09 {
  background: #1e1ed3;
  color: #fff !important;
  z-index: 4;
}
.parametersPanel .parametersBox.pColBg-09:before {
  background: #1e1ed3;
}
.parametersPanel .parametersBox.pColBg-10 {
  background: #c92b00;
  color: #fff !important;
  z-index: 3;
}
.parametersPanel .parametersBox.pColBg-10:before {
  background: #c92b00;
}
.parametersPanel .parametersBox.pColBg-11 {
  background: #2bdce5;
  color: #fff !important;
  z-index: 2;
}
.parametersPanel .parametersBox.pColBg-11:before {
  background: #2bdce5;
}*/

.parametersPanel.fixed-parameters {
  position: fixed;
  left: 115px;
  right: 24px;
  top: 55px;
  z-index: 99;
  /* background-color: #fff; */
}

.datePickerArea {
  border: 1px solid #1eaae7;
  background: #1eaae7;
  box-shadow: 0 2px 10px -3px #00000017;
  border-radius: 50px;
  margin-right: 10px;
  line-height: normal;
  padding: 7px 20px;
}

.datePickerArea span.reportrangeName {
  color: #fff;
  font-weight: 700;
  margin-right: 5px;
  /* font-style: normal; */
  font-size: 15px;
  white-space: nowrap;
}

.datePickerArea .last-crowl i {
  position: relative;
  font-size: 18px;
  line-height: 18px;
  top: 0px;
  margin-left: 5px;
  color: #fff;
}
.datePickerArea .last-crowl span {
  font-size: 16px;
  color: #fff;
}

.datePickerArea #reportrange span {
  color: #fff;
  font-size: 16px;
  padding: 0 5px;
  top: 0;
}

.datePickerArea #reportrange i {
  position: relative;
  font-size: 22px;
  line-height: 22px;
  top: 0px;
  color: #fff;
  left: -4px;
  margin-left: 5px;
}

/*******************************
* MODAL AS LEFT/RIGHT SIDEBAR
* Add "left" or "right" in modal parent div, after class="modal".
* Get free snippets on bootpen.com
*******************************/

.modal.left .modal-dialog,
.modal.right .modal-dialog {
  position: fixed;
  margin: auto;
  width: 420px;
  height: 100%;
  -webkit-transform: translate3d(0%, 0, 0);
  -ms-transform: translate3d(0%, 0, 0);
  -o-transform: translate3d(0%, 0, 0);
  transform: translate3d(0%, 0, 0);
}

.modal.left .modal-content,
.modal.right .modal-content {
  height: 100%;
  overflow-y: auto;
}

.modal.left .modal-body,
.modal.right .modal-body {
  padding: 15px 15px 80px;
}

/*Left*/
.modal.left.fade .modal-dialog {
  left: -320px;
  -webkit-transition: opacity 0.3s linear, left 0.3s ease-out;
  -moz-transition: opacity 0.3s linear, left 0.3s ease-out;
  -o-transition: opacity 0.3s linear, left 0.3s ease-out;
  transition: opacity 0.3s linear, left 0.3s ease-out;
}

.modal.left.fade.show .modal-dialog {
  left: 0;
}

/*Right*/
.modal.right.fade .modal-dialog {
  right: -320px;
  -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
  -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
  -o-transition: opacity 0.3s linear, right 0.3s ease-out;
  transition: opacity 0.3s linear, right 0.3s ease-out;
}

.modal.right.fade.show .modal-dialog {
  right: 0;
}

.modal.right .modal-header .btn-close {
  position: absolute;
  right: 10px;
}

.form-control {
  width: 100%;
  /* height: 150px; */
}

.buttonSub {
  background: #2bb3e5;
  padding: 6px 15px;
  color: #fff;
  font-size: 18px;
}

.recommendationBox {
  background: rgba(84, 109, 254, 0.15);
  text-align: left;
  border-radius: 12px !important;
  border: 1px solid #d0dffd;
  /*    box-shadow: 6px 11px 41px -28px #796eb1;
    -webkit-box-shadow: 6px 11px 41px -28px #796eb1; */
  position: relative;
  padding: 10px 20px;
  z-index: 9;
  margin-bottom: 40px;
  height: 100%;
  margin-bottom: 10px;
}

.recommendationBox h3 {
  margin: 0;
  padding: 0;
  font-size: 18px;
  font-weight: 600;
  border-bottom: 1px solid #a7a7a7;
  padding-bottom: 5px;
  margin-bottom: 10px;
}

.recommendationBox p {
  margin: 0 !important;
  padding: 0 !important;
  margin-bottom: 15px !important;
  color: #000;
  line-height: 22px;
}

.trafficAnalyticsArea {
}

.trafficAnalyticsArea .imgPanel {
  width: 100%;
}

.trafficAnalyticsArea .imgPanel img {
  width: 100%;
}

.trafficAnalyticsArea h4 {
  font-size: 23px;
  color: #236cdf;
  margin-bottom: 10px;
}

.trafficAnalyticsArea p {
  font-size: 16px;
  color: #000;
}

.trafficAnalyticsArea .btn1 {
  background: #fff;
  padding: 5px 15px;
  position: relative;
  color: #000;
  border-radius: 50px;
  margin: 0 5px;
}

.trafficAnalyticsArea .btn {
  background: #2bb3e5;
  padding: 5px 15px;
  position: relative;
  color: #fff;
  border-radius: 50px;
  margin: 0 5px;
}

.trafficAnalyticsArea .disclaimerArea {
  display: none;
  position: absolute;
  left: 0;
  top: 40px;
  text-align: left;
  width: 250px;
  background: #fff;
  border: 1px solid #e1e1e1;
  padding: 10px;
  border-radius: 5px;
  color: #000;
  box-shadow: 0 0 3px #000;
}

.trafficAnalyticsArea .disclaimerArea span {
  color: #1471b9;
}

.trafficAnalyticsArea .btn:hover .disclaimerArea {
  display: block;
}

.modal {
  background-color: #00000063;
}

.tooltip {
  /* Your tooltip styles */
}

.bs-tooltip-auto {
  /* Your bs-tooltip-auto styles */
}

.fade {
  /* Your fade styles */
}

.hide {
  display: none !important;
  /* Hide the element */
}

.iq-top-navbar .iq-sub-dropdown.switchbutton {
  width: auto;
  word-break: break-word;
}

.switchName {
  display: inline-block;
  color: #000248;
  border: 1px solid #e1e1e1;
  border-radius: 50px;
  padding: 4px 5px 4px 15px;
  line-height: normal;
}

.switch-dropdown-box.iq-show i.ri-arrow-down-s-fill,
.switch-dropdown-box i.ri-arrow-up-s-fill {
  display: none;
}

.switch-dropdown-box.iq-show i.ri-arrow-up-s-fill,
.switch-dropdown-box i.ri-arrow-down-s-fill {
  display: inline;
}

.switchbutton .profileArea {
  min-width: 200px;
}
.switch-dropdown-box {
  position: relative;
  margin-right: 10px;
}
.switch-dropdown-box i {
  font-size: 30px;
  color: #777777;
}
.switch-dropdown-box span {
  position: absolute;
  right: -9px;
  top: 0;
  width: 20px;
  height: 20px;
  line-height: 19px;
  color: #4f4f4f;
  background: #1eaae6;
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  text-align: center;
  border-radius: 50px;
}
/* Comparison page css */

.sectionQrPanel .sectionQrabox.compareQraBox::before {
  display: none !important;
}

.sectionQrPanel .sectionQrabox.compareQraBox a {
  position: relative;
}

.sectionQrPanel .sectionQrabox.compareQraBox a.vsBox:after {
  position: absolute;
  width: 1px;
  height: 100%;
  right: -9px;
  background: #c6c6c6;
  content: "";
  top: 0;
}

.sectionQrPanel .sectionQrabox.compareQraBox a.vsBox:before {
  position: absolute;
  width: 35px;
  height: 35px;
  background: #c6c6c6;
  right: -26px;
  content: "VS";
  /* /top: 12px;/ */
  top: 50%;
  margin-top: -17px;
  text-align: center;
  border-radius: 50%;
  font-weight: 600;
  font-size: 14px;
  line-height: 35px;
}

.sectionQrPanel .sectionQrabox.compareQraBox a .vsBoxComp {
  margin-bottom: 10px;
  position: relative;
}

.sectionQrPanel .sectionQrabox.compareQraBox a .vsBoxComp:after {
  width: 100%;
  position: absolute;
  height: 2px;
  background: #c6c6c6;
  content: "";
  top: 14px;
  right: 0;
}

.sectionQrPanel .sectionQrabox.compareQraBox a .vsBoxComp span {
  background: #eeeeef;
  padding: 0 10px;
  position: relative;
  z-index: 1;
  margin-left: 15px;
  color: #000;
}

.sectionQrPanel .sectionQrabox.compareQraBox .comparehdName {
  padding: 5px;
  color: #fff;
  font-size: 17px;
  border-radius: 10px 10px 0 0;
}

.sectionQrPanel .sectionQrabox.compareQraBox .comparehdName img {
  width: 34px;
  float: none;
  background: #fff;
  padding: 5px;
  margin-right: 0;
  vertical-align: middle;
  border-radius: 5px;
  margin-right: 4px;
}

.bg01 {
  background: #1e9bd3 !important;
}

.bg02 {
  background: #f5a33d !important;
}

.bg03 {
  background: #db73d6 !important;
}

.bg04 {
  background: #46b7ab !important;
}

.bg05 {
  background: #f55e25 !important;
}

.bg06 {
  background: #6067c1 !important;
}

.bg07 {
  background: #d002dd !important;
}

.bg08 {
  background: #4bbd19 !important;
}

.bg09 {
  background: #1e1ed3 !important;
}

.bg10 {
  background: #c92b00 !important;
}

.bg11 {
  background: #2bdce5 !important;
}

/* Comparison page catgeory css */

.category {
  margin-left: 10px;
  font-size: 14px;
  line-height: 45px;
  display: inline-block;
  /* background: #2bb3e5; */
  padding: 5px 10px;
  border-radius: 50px;
  line-height: 18px;
  color: #2bb3e5;
  font-family: "Poppins", sans-serif;
  flex: 1;
  -webkit-transition: all 0.1s ease-out 0s;
  -moz-transition: all 0.1s ease-out 0s;
  -ms-transition: all 0.1s ease-out 0s;
  -o-transition: all 0.1s ease-out 0s;
  transition: all 0.1s ease-out 0s;
}

.collapse .MuiPickersLayout-root:first-child {
  min-width: 300px;
}

.collapse .MuiPickersLayout-root .MuiDatePickerToolbar-root {
  display: none !important;
}

.collapse .MuiPickersLayout-root .MuiDialogActions-spacing {
  display: none !important;
}

.signContainer .modal-content {
  border-radius: 15px;
  padding: 15px;
}

.signContainer .modal-content .modal-header {
  padding: 0;
  border: 0;
}

.signContainer .modal-content .btn-close {
  position: absolute;
  right: 13px;
  top: 11px;
  z-index: 2;
}

.signContainer .modal-content .google-btn:hover {
  background: #f6d6b0;
}

.cardContainerModal .modal-content {
  border-radius: 15px;
  padding: 15px;
  width: 600px;
}

.cardContainerModal .modal-content .modal-header {
  padding: 0;
  border: 0;
}

.cardContainerModal .modal-content .btn-close {
  position: absolute;
  right: 13px;
  top: 11px;
  z-index: 2;
}

.cardContainerModal .modal-content .google-btn:hover {
  background: #f6d6b0;
}

.th-container.disabled:before {
  content: "";
  position: absolute;
  z-index: 1;
  height: 100%;
  width: 100%;
  background: #ffffff7d;
  /* backdrop-filter: blur(1px); */
}

.th-container.disabled {
  position: relative;
  overflow: hidden;
}

.section_07 {
  width: 100%;
  background-color: white;
}

.section_07 .hdPanel h2 {
  font-weight: 700;
  font-size: 40px;
}

.section_07 .hdPanel h2 a,
.section_07 .hdPanel h2 span {
  color: #2c7bc0;
}

.section_07 .hdPanel h3 {
  font-weight: 700;
  font-size: 25px;
  font-weight: 600;
}

.section_07 .hdPanel h4 {
  font-weight: 700;
  font-size: 30px;
  font-weight: 600;
}

.section_07 .hdPanel p {
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
}

.section_07 .missionBox {
  position: relative;
  padding: 25px;
  padding-bottom: 0;
  border: 1px solid #cecece;
  background: #fff;
  border-radius: 20px;
  display: block;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  height: 100%;
}

.section_07 .missionBox h5 img {
  width: 60px;
}

.section_07 .missionBox h4 {
  font-size: 22px;
  font-weight: 600;
  margin-top: 20px;
}

.section_07 .missionBox h6 {
  margin-bottom: 0;
  margin-top: 15px;
}

.section_07 .missionBox h3 {
  background: #2c7bc0;
  color: #fff;
  padding: 5px;
  font-size: 24px;
  margin: 15px -25px;
  padding-left: 25px;
}

.section_07 .missionBox p {
  margin: 0;
  padding: 0;
  font-size: 15px;
  line-height: 22px;
  font-weight: 500;
}

.section_07 .missionBox p i.ri-checkbox-circle-fill {
  color: #2c7bc0;
  vertical-align: middle;
  font-size: 18px;
}

.section_07 .missionBox ul {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: 25px;
  padding-right: 30px;
}

.section_07 .missionBox ul li {
  font-size: 15px;
  line-height: 22px;
  margin-bottom: 15px;
  position: relative;
  font-weight: 500;
  padding-left: 25px;
}

.section_07 .missionBox ul li:after {
  color: #307dc3;
  position: absolute;
  font-size: 20px;
  font-family: "remixicon" !important;
  left: 0;
  top: 2px;
  content: "\eb80";
}

.section_07 .missionBox.powerBoxArea {
  color: #fff;
  padding: 50px;
}

.section_07 .missionBox.powerBoxArea h4 {
  font-size: 25px;
  font-weight: 400;
}

.section_07 .missionBox.powerBoxArea p {
  padding: 0 100px;
  font-size: 18px;
  line-height: 25px;
}

.section_07 .missionBox.SkilledBox {
  min-height: 175px;
}

.section_07 .missionBox.SkilledBox img {
  width: 60px;
  display: inline-block;
}

.section_07 .missionBox.hoverEf-1 > a {
  display: block;
  color: #000;
}

.section_07 .missionBox.hoverEf-1 h4 {
  font-size: 17px;
}

.section_07 .experienceBox {
  padding: 20px;
  border: 1px solid #a9b6c7;
  background: #f7fbfe;
  border-radius: 20px;
}

.section_07 .experienceBox .experienceImgBox {
  width: 70px;
}

.section_07 .experienceBox .experienceImgBox img {
  width: 100%;
}

.section_07 .experienceBox p {
  font-size: 15px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}

.section_07 .careerSearchBox {
  width: 70%;
  margin: auto;
}

.section_07 .careerSearchBox .form-control {
  padding: 10px;
  border-radius: 5px;
  border: 1px solid #b2b6b9;
  background: #fff;
  color: #8f8f8f;
}

.section_07 .careerSearchBox .btn {
  padding: 8px 25px;
}

.section_07.whyChooseArea .missionBox {
  padding: 30px 15px;
}

.section_07.whyChooseArea .missionBox h4 {
  font-size: 21px;
}

.section_07.whyChooseArea .missionBox p {
  text-align: center;
}

.section_07 .jobPanelBox {
  border-radius: 20px;
  border: 1px solid #dfdfdf;
  padding: 20px;
}

.section_07 .jobPanelBox a {
  display: block;
  color: #000;
}

.section_07 .jobPanelBox .jobArea {
  width: 100%;
}

.section_07 .jobPanelBox .jobArea h4 {
  font-size: 18px;
  color: #000;
  font-weight: 600;
  margin: 0;
  padding: 0;
}

.section_07 .jobPanelBox .jobArea h4 span {
  display: block;
  font-size: 15px;
  color: #2c7bc0;
  margin-bottom: 10px;
}

.section_07 .jobPanelBox .jobArea .jobCityArea {
  border-left: 1px solid #dfdfdf;
}

.section_07 .missionBox.jobOpeningsArea {
}

.section_07 .missionBox.jobOpeningsArea h5 {
  font-size: 20px;
  margin-bottom: 15px;
}

.section_07 .missionBox.jobOpeningsArea h6 {
  font-size: 18px;
  margin-bottom: 5px;
}

.sliderDot .owl-dots {
  text-align: center;
}

.sliderDot .owl-dots .owl-dot {
  width: 15px;
  height: 15px;
  border-radius: 50px;
  background: #c3c3c3;
  margin: 0 5px;
}

.sliderDot .owl-dots .owl-dot.active {
  background: #2c7bc0;
}

.bannerSectionTwo {
  width: 100%;
  position: relative;
  margin-top: 100px;
}

.bannerSectionTwo img {
  width: 100%;
}

.bannerSectionTwo .bannerSectionTwoInner {
  position: absolute;
  width: 800px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  display: inline-block;
}

.bannerSectionTwo .bannerSectionTwoInner h4 {
  font-size: 50px;
  font-weight: 700;
  line-height: 60px;
  text-transform: uppercase;
}

.bannerSectionTwo .bannerSectionTwoInner h4 span {
  color: #2c7bc0;
}

.bannerSectionTwo .bannerSectionTwoInner h6 {
  font-size: 35px;
  font-weight: 700;
}

.bannerSectionTwo .bannerSectionTwoInner h6 span {
  color: #2c7bc0;
}

.bannerSectionTwo .bannerSectionTwoInner p {
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
}

.comingSoonSection h1 {
  font-size: 90px;
  padding: 0px;
  margin: 0;
  margin-bottom: 20px;
  position: relative;
  display: inline-flex;
}

.comingSoonSection h1 span {
  position: relative;
  width: 80px;
  display: inline-block;
  line-height: 110px;
}

.comingSoonSection h1 i {
  font-size: 76px;
  color: #f55e25;
  margin: 0 5px;
  position: absolute;
  left: 0;
  top: 0;
}

.comingSoonSection .btn {
  border-radius: 10px;
}

.Page404Section.comingSoonSection h1 {
  font-size: 120px;
}

.Page404Section.comingSoonSection h1 span {
  width: 97px;
  line-height: 131px;
}

.Page404Section.comingSoonSection h1 i {
  font-size: 114px;
  position: absolute;
  left: -15px;
}

.section-05 {
  background: #6f8aa8;
  padding: 50px 0;
}

.section-05 .experienceArea {
  margin: auto;
  color: #fff;
}

.section-05 .experienceArea h2 {
  font-size: 25px;
  font-weight: 600;
}

.section-05 .experienceArea p {
  width: 60%;
  margin: auto;
  font-size: 18px;
  line-height: 22px;
}

.section-05 .boxPanel {
  color: #000;
  margin: 15px 0;
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
}

.section-06 {
  position: relative;
}

.section-06:after {
  width: 100%;
  height: 150px;
  background: #6f8aa8;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
}

.section-06 .formSection {
  background: #fff;
  position: relative;
  z-index: 9;
  border: 1px solid #d3d3d3;
  border-radius: 20px;
  padding: 40px 20px;
}

.section-06 .formSection h3 {
  margin-bottom: 15px;
  padding-left: 15px;
}

.section-06 .formSection .form-group {
  margin-bottom: 15px;
}

.section-06 .formSection .form-group label {
  font-size: 16px;
  color: #000;
  font-weight: 500;
  margin-bottom: 5px;
}

.section-06 .formSection .form-group .form-control {
  border-radius: 8px;
  border: 1px solid #c4c7d0;
  color: #8b8e9d;
}

.section-06 .formSection .form-group .form-control.br-r-0 {
  border-radius: 8px 0 0 8px;
  border-right: 0;
  padding-bottom: 8px;
}

.section-06 .formSection .form-group .form-control.br-l-0 {
  border-radius: 0px 8px 8px 0px;
}

.sectionAssurance {
  text-align: center;
  padding: 40px 0;
  color: #fff;
}

.sectionAssurance h3 {
  font-size: 32px;
  font-weight: 500;
}

.sectionAssurance p {
  width: 70%;
  margin: auto;
  line-height: 23px;
}

.sectionAssurance.startedBoxSt {
  position: relative;
}

.sectionAssurance.startedBoxSt:after {
  position: absolute;
  left: 0;
  top: -160px;
  width: 100%;
  height: 160px;
  content: "";
  background: #2c7bc0;
  z-index: -1;
}

.sectionAssurance.gettingStartedPanel {
  color: #000;
  border-bottom: 1px solid #cecece;
}

.section-08 {
}

.section-08 .joiningBox {
  overflow: hidden;
}

.section-08 .joiningBox img {
  width: 100%;
}

.section-08 .joiningBox .joiningBoxPanel {
  padding: 50px;
}

.section-08 .joiningBox .joiningBoxPanel p {
  font-size: 18px;
  color: #fff;
  line-height: 28px;
}

.section-09 {
}

.section-09 .imgBox img {
  width: 100%;
  border-radius: 20px;
}

.section-09 h3 {
  font-size: 32px;
  font-weight: 500;
}

.section-09 p {
  margin: 0;
  padding: 0;
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
}

.section-09 h4 {
  font-size: 20px;
  font-weight: 600;
}

.noBoxArea {
  padding-left: 25px;
  border-left: 5px solid #3898d3;
  margin-left: 5px;
  padding-bottom: 30px;
  position: relative;
}

.noBoxArea span {
  position: absolute;
  width: 30px;
  text-align: center;
  font-size: 14px;
  line-height: 30px;
  left: -17px;
  height: 30px;
  top: -2px;
  color: #fff;
  background: #3898d3;
  border-radius: 50px;
  display: block;
}

.blogSection {
  width: 100%;
  padding: 40px 0;
}

.blogSection h2 {
  text-align: center;
  color: #000;
  font-size: 40px;
  font-weight: 600;
}

.blogSection h4 {
  font-size: 24px;
  margin-bottom: 10px;
  margin-top: 20px;
  font-weight: 500;
}

.blogSection h4 a {
  color: #000;
}

.blogSection h4 a:hover {
  color: #fe6b01;
}

.blogSection h5,
.blogSectionArticles h5 {
  font-size: 25px;
  font-weight: 500;
  background: #fff;
  position: relative;
  margin-bottom: 20px;
}

.blogSection h5:after,
.blogSectionArticles h5:after {
  position: absolute;
  left: 0;
  top: 18px;
  width: 100%;
  height: 1px;
  background: #cacacc;
  content: "";
}

.blogSection h5 span,
.blogSectionArticles h5 span {
  background: #fff;
  padding-right: 10px;
  position: relative;
  z-index: 1;
}

.blogSection .datePanel {
  font-weight: 500;
}

.blogSection .datePanel i {
  vertical-align: middle;
  color: #b0afbe;
  font-size: 20px;
}

.blog-1 {
  border-radius: 20px;
}

.blog-1 img {
  width: 100%;
}

.blogSection .blog-2 {
  background: #fff;
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  height: 456px;
}

.blogSection .blog-2:after {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  background: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
}

.blogSection .blog-2 .blogbgimg {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
}

.blogSection .blog-2 .blogbgimg img {
  width: 100%;
  height: 100%;
}

.blogSection .blog-2 h4 {
  position: absolute;
  left: 0;
  bottom: 60px;
  color: #fff;
  z-index: 1;
  padding: 0 20px;
}

.blogSection .blog-2 h4 a {
  color: #fff;
}

.blogSection .blog-2 h4 a:hover {
  color: #fe6b01;
}

.blogSection .blog-2 .datePanel {
  position: absolute;
  left: 0;
  bottom: 20px;
  padding: 0 20px;
  font-weight: 500;
  z-index: 1;
  color: #fff;
}

.blogSection .blog-2 .datePanel i {
  color: #fff;
}

.blogSection .blog-2.middleBlog h4 {
  bottom: 10px;
}

.blogSection .blog-2.middleBlog {
  height: 382px;
}

.blogSection .blog-2.middleBlog img {
  width: 100%;
}

.blogSection .blog-2.middleBlog .blogbgimg {
  width: 100%;
}

.blogSection .blog-4 {
  background: #2c7bc0;
  position: relative;
  border-radius: 20px;
}

.blogSection .blogIconBox {
  width: 40px;
}

.blogSection .blogIconBox img {
  width: 100%;
}

.blogSection .blog-4 h4 {
  color: #fff;
  z-index: 1;
  position: relative;
}

.blogSection .blog-4 h4 a {
  color: #fff;
}

.blogSection .blog-4 h4 a:hover {
  color: #fe6b01;
}

.blogSection .blog-4 .datePanel {
  font-weight: 500;
  z-index: 1;
  position: relative;
  color: #fff;
}

.blogSection .blog-4 .datePanel i {
  color: #fff;
}

.blogSectionArticles .blogArticlesBox {
  border-bottom: 1px solid #cacacc;
  padding: 20px 0;
}

.blogSectionArticles .blogArticlesBox .blogArticlesleft img {
  width: 100%;
  border-radius: 20px;
}

.blogSectionArticles .blogArticlesBox .blogArticlesRight {
  padding-left: 30px;
}

.blogSectionArticles .blogArticlesBox .blogArticlesRight h6 {
  font-size: 25px;
}

.blogSectionArticles .blogArticlesBox .blogArticlesRight h6 a {
  color: #000;
}

.blogSectionArticles .blogArticlesBox .blogArticlesRight h6 a:hover {
  color: #fe6b01;
}

.blogSectionArticles .blogArticlesBox .blogArticlesRight p {
  font-size: 16px;
  line-height: 25px;
  font-weight: 500;
}

.blogSectionArticles .blogArticlesBox .blogArticlesRight .datePanel {
  color: #000;
}

.blogSectionArticles .blogArticlesBox .blogArticlesRight .datePanel i {
  vertical-align: middle;
  color: #b0afbe;
  font-size: 20px;
}

.blogDetailSection {
}

.blogDetailSection .blogDetailLeft .blog-2 {
  background: #fff;
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  height: 456px;
}

.blogDetailSection .blogDetailLeft .blog-2:after {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  background: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
}

.blogDetailSection .blogDetailLeft .blog-2 a {
  display: block;
  position: relative;
  z-index: 9;
  color: #fff;
}

.blogDetailSection .blogDetailLeft .blog-2 .blogbgimg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.blogDetailSection .blogDetailLeft .blog-2 .blogbgimg img {
  width: 100%;
  height: 100%;
}

.blogDetailSection .blogDetailLeft .blog-2 h4 {
  position: absolute;
  left: 0;
  bottom: 60px;
  color: #fff;
  z-index: 1;
  padding: 0 20px;
}

.blogDetailSection .blogDetailLeft .blog-2 h4 span {
  display: inline-block;
  padding: 5px 10px;
  font-size: 15px;
  background: #fff;
  color: #000;
  border-radius: 50px;
  margin-bottom: 15px;
}

.blogDetailSection .blogDetailLeft .blog-2 .datePanel {
  position: absolute;
  left: 0;
  bottom: 25px;
  padding: 0 20px;
  font-weight: 500;
  z-index: 1;
  color: #fff;
}

.blogDetailSection .blogDetailLeft .blog-2 .datePanel i {
  color: #fff;
}

.blogDetailSection .blogDetailLeft p {
  font-size: 16px;
  line-height: 25px;
  font-weight: 500;
}

.blogDetailSection .blogDetailLeft h2 {
  color: #000;
  font-size: 25px;
  font-weight: 600;
}

.blogDetailSection .boxArea {
  border: 1px solid #d6d7d9;
  padding: 15px;
  border-radius: 20px;
  height: 100%;
}

.blogDetailSection .boxArea h6 {
  font-size: 18px;
}

.blogDetailSection .boxArea i.ri-user-fill {
  display: inline-block;
  text-align: center;
  width: 38px;
  height: 38px;
  background-color: #000;
  line-height: 38px;
  margin-right: 6px;
  color: #fff;
  font-size: 20px;
  transition: all 500ms ease;
  border-radius: 50%;
  vertical-align: middle;
}

.detailSectionArea {
  width: 100%;
  padding: 30px 0;
}

.detailSectionArea .leftMenuPanel {
}

.detailSectionArea .leftMenuPanel ul {
  margin: 0;
  padding: 0;
  font-size: 16px;
  list-style: none;
}

.detailSectionArea .leftMenuPanel ul li {
  margin-bottom: 15px;
  position: relative;
  padding-left: 23px;
}

.detailSectionArea .leftMenuPanel ul li:after {
  position: absolute;
  left: 0;
  top: 0px;
  content: "\ea6c";
  color: #000;
  font-family: remixicon !important;
}

.detailSectionArea .leftMenuPanel ul li a {
  color: #000;
  padding: 5px 0;
  font-size: 16px;
  line-height: 22px;
  display: block;
}

.detailSectionArea .leftMenuPanel ul li.active a,
.detailSectionArea .leftMenuPanel ul li a:hover {
  color: #1e9bd3;
}

.detailSectionArea .contentArea {
  padding-left: 50px;
}

.detailSectionArea .contentArea h2 {
  margin: 0;
  padding: 0;
  margin-bottom: 25px;
  font-size: 30px;
  color: #000;
  line-height: 35px;
  font-weight: 600;
}

.detailSectionArea .contentArea h2 span {
  color: #1e9bd3;
}

.detailSectionArea .contentArea h3 {
  margin: 0;
  padding: 0;
  margin-bottom: 15px;
  font-size: 20px;
  color: #000;
  line-height: 22px;
  font-weight: 600;
}

.detailSectionArea .contentArea p {
  margin: 0;
  padding: 0;
  margin-bottom: 15px;
  font-size: 16px;
  color: #000;
  line-height: 25px;
}

.detailSectionArea .contentArea p span {
  color: #1e9bd3;
}

.detailSectionArea .contentArea ul {
  margin: 0;
  padding: 0;
}

.detailSectionArea .contentArea ul li {
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 15px;
}

.detailSectionArea .contentArea ol {
  margin: 0;
  padding: 0;
  margin-left: 20px;
}

.detailSectionArea .contentArea ol li {
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 15px;
}

.detailSectionArea .contentArea ul li span,
.detailSectionArea .contentArea ol li span {
  color: #1e9bd3;
  font-weight: 500;
}

.detailSectionArea .contentArea .imgBox {
}

.detailSectionArea .contentArea .imgBox img {
  width: 100%;
  border-radius: 20px;
}

.testimonialBox {
  padding: 50px;
  background: #f4f4f4;
  border-radius: 20px;
  font-size: 22px;
  text-align: center;
  line-height: 30px;
  margin: 40px 0;
}

.testimonialBox span {
  color: #2c7bc0;
  font-size: 50px;
  font-weight: 600;
  line-height: 50px;
  vertical-align: middle;
}

.testimonialBox .nameArea {
  color: #2c7bc0;
  font-size: 22px;
  margin-top: 20px;
}

.NewsSection {
}

.NewsSection h5 {
  font-size: 25px;
  font-weight: 500;
  position: relative;
  margin-bottom: 20px;
}

.NewsSection h5 span {
  background: #fcfdff;
  padding-right: 10px;
  position: relative;
  z-index: 1;
}

.NewsSection h5:after {
  position: absolute;
  left: 0;
  top: 18px;
  width: 100%;
  height: 1px;
  background: #cacacc;
  content: "";
}

.NewsSection .pressReleasesArea {
  padding: 15px;
  padding-right: 50px;
  border-radius: 10px;
  font-size: 16px;
  line-height: 24px;
  background: #f7f7f7;
  border-radius: 10px;
  color: #000;
  position: relative;
  font-weight: 500;
  margin-bottom: 0px;
}

.NewsSection .pressReleasesArea span {
  color: #1e6fb5;
  font-size: 16px;
  line-height: 16px;
  display: inline-block;
  font-weight: 500;
  padding-left: 10px;
  margin-left: 10px;
  border-left: 1px solid #222;
  font-style: italic;
}

.NewsSection .pressReleasesArea:after {
  position: absolute;
  width: 25px;
  background: #fff;
  right: 20px;
  font-size: 25px;
  box-shadow: 0 0 3px #bdbdbd;
  line-height: 28px;
  border-radius: 5px;
  top: 50%;
  transform: translateY(-50%);
  color: #000;
  content: "\ea6e";
  font-family: "remixicon" !important;
}

.NewsSection h2 {
  font-size: 40px;
  color: #000;
  font-weight: 600;
}

.NewsSection h2 span {
  color: #2b7abf;
}

.NewsSection .newsAreaPanel {
  padding: 15px;
  border-radius: 10px;
  font-size: 16px;
  line-height: 24px;
  background: #f7f7f7;
}

.NewsSection .newsAreaPanel .newsImgPanel {
  width: 200px;
  height: 100%;
  margin-right: 20px;
}

.NewsSection .newsAreaPanel .newsImgPanel img {
  width: 100%;
  border-radius: 20px;
  height: 100%;
}

.NewsSection .newsAreaPanel span {
  display: block;
  font-style: italic;
  font-weight: 500;
  padding-bottom: 5px;
}

.NewsSection .newsAreaPanel h6 {
  color: #000;
  font-weight: 600;
}

.NewsSection .newsAreaPanel p {
  color: #000;
  line-height: 22px;
  margin: 0;
}

.newsDetailSection {
  padding-top: 150px;
}

.newsDetailSection h2 {
  font-size: 40px;
}

.newsDetailSection h2 span {
  display: block;
  font-size: 18px;
  padding: 20px 0;
  color: #2b7abf;
}

.newsDetailSection p {
  font-size: 16px;
  color: #000;
  line-height: 25px;
}

.newsDetailSection .imgBox img {
  width: 100%;
  border-radius: 20px;
}

.backBg {
  position: relative;
}

.backBg h3 {
  color: #fff;
}

.backBg:after {
  width: 100%;
  height: 250px;
  background: #2c7bc0;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}

.single-contact-address-box {
  position: relative;
  display: block;
  background: #fff;
  padding: 15px;
  border-radius: 15px;
  border: 1px solid #a9b6c7;
  color: #fff;
}

.single-contact-address-box .Addresscard {
  width: 50px;
  height: 50px;
  border-radius: 10px;
  line-height: 50px;
  color: #fff;
  font-size: 25px;
  transition: all 500ms ease;

  text-align: center;
  display: inline-block;
  float: left;
}

.single-contact-address-box .chatIcon {
  background: #2c7bc0;
}

.single-contact-address-box .phoneIcon {
  background: #fc9743;
}

.single-contact-address-box .whatsappIcon {
  background: #27c10c;
}

.single-contact-address-box h3 {
  padding: 0 15px;
  color: #333;
  font-size: 18px;
  line-height: 25px;
  font-weight: 600;
  margin: 0px;
  display: inline-block;
  margin-top: -5px;
  text-transform: capitalize;
}

.caseStudySection {
  padding: 30px 0;
}

.caseStudySection .caseStudyPanel {
  border: 1px solid #e7e7e7;
  border-radius: 15px;
  overflow: hidden;
}

.caseStudySection .caseStudyPanel a {
  display: block;
}

.caseStudySection .caseStudyPanel img {
  width: 100%;
}

.caseStudySection .caseStudyPanel h4 {
  font-size: 20px;
  color: #000;
}

.caseStudySection .caseStudyPanel p {
  font-size: 16px;
  color: #000;
  line-height: 22px;
}

.callPanel {
  border-top: 2px solid #bdbdbd;
  padding: 20px 0;
}

.videoSection {
  width: 100%;
  padding: 0px 0 50px 0;
}

.videoSection h2 {
  text-align: center;
  color: #000;
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 30px;
}

.videoSection .videoPanel {
  width: 100%;
  position: relative;
}

.videoSection .videoPanel img {
  width: 100%;
  border-radius: 30px;
}

.videoSection .videoPanel a {
  position: relative;
  display: block;
}

.videoSection .videoPanel a:after {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #000;
  position: absolute;
  left: 50%;
  top: 25%;
  margin-left: -30px;
  content: "\f00a";
  text-align: center;
  line-height: 60px;
  font-family: "remixicon" !important;
  font-size: 30px;
  color: #fff;
}

.videoSection .videoPanel a h4 {
  font-size: 14px;
  padding: 10px 0;
  color: #000;
}

.videoSection .videoPanel a:hover h4 {
  color: #fe6b01;
}

.sliderArow .owl-nav {
}

.sliderArow .owl-nav button {
  position: absolute;
  top: 30%;
  width: 40px;
  height: 40px;
  background: #fff !important;
  color: #000 !important;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.3), 0 0 4px rgba(0, 0, 0, 0.2);
  border-radius: 50px;
  font-size: 30px !important;
  line-height: 30px !important;
  text-align: center;
}

.sliderArow .owl-nav button span {
  line-height: 30px !important;
}

.sliderArow .owl-nav button.owl-next {
  right: -20px;
}

.sliderArow .owl-nav button.owl-prev {
  left: -20px;
}

.boardMembersSection {
  padding: 40px 0;
}

.boardMembersSection h2 {
  font-weight: 700;
  font-size: 40px;
  text-align: center;
  margin-bottom: 20px;
}

.boardMembersSection .boardMembersBox {
  width: 100%;
  margin-bottom: 20px;
}

.boardMembersSection .boardMembersBox img {
  width: 100%;
  border-radius: 10px;
}

.boardMembersSection .boardMembersBox h4 {
  text-align: center;
  padding-top: 10px;
  font-size: 20px;
}

/*pricing*/
@media (max-width: 981px) {
  table.pricingTable td.tooltip .tooltip-icon {
    width: 12px;
    height: 12px;
  }

  table.pricingTable td.tooltip .tooltip-icon::after {
    margin-top: unset;
  }

  table.pricingTable td.tooltip .tooltip-content {
    left: 29px !important;
  }

  table.pricingTable td.tooltip .tooltip-content::before {
    left: -8px !important;
  }

  table.pricingTable tr:nth-last-child(-n + 7) {
    display: table-row !important;
  }
}

table.pricingTable thead tr th.table-toggle-container {
  vertical-align: middle;
}

table.pricingTable tr.heading-row {
  vertical-align: top;
}

table.pricingTable #pricing-switch {
  margin: 0 auto;
  text-align: center;
  line-height: 1.4;
  position: relative;
  max-width: 185px;
  border: 1px solid #3f9b63;
  border-radius: 100px;
  padding: 3px;
}

@media (max-width: 769px) {
  table.pricingTable div#pricing-switch {
    max-width: 185px;
    margin-top: 15px;
  }
}

table.pricingTable #pricing-switch .switch-label {
  display: inline-block;
  width: 85px;
  text-align: center;
  opacity: 0.4;
  border-radius: 50px;
  background-color: #fff;
  color: #555;
  padding: 10px;
  font-family: Raleway, Helvetica, Arial, Lucida, sans-serif;
  font-size: 17px;
  font-weight: 700;
  cursor: pointer;
}

table.pricingTable #pricing-switch .switch-label.active {
  background-color: #3f9b63;
  color: #fff;
  font-size: 17px;
  opacity: 1;
}

table.pricingTable #pricing-switch .switch-label-monthly {
  text-align: center;
}

table.pricingTable #pricing-switch .switch-label-yearly {
  text-align: center;
}

table.pricingTable sub {
  top: 0;
}

table.pricingTable sup {
  bottom: 0.5em;
  font-size: 0.6em;
  font-weight: 700;
}

table.pricingTable a.pricing-grn-button {
  padding: 10px 0;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 400;
  flex-shrink: 0;
  color: #fff;
  background: rgb(13, 197, 237);
  background: linear-gradient(
    180deg,
    rgba(13, 197, 237, 1) 0%,
    rgba(44, 123, 191, 1) 100%
  );
  text-align: center;
  border: 2px solid #2293ce;
}

table.pricingTable a.pricing-grn-button:hover {
  background: rgb(13, 197, 237);
  background: linear-gradient(
    10deg,
    rgba(13, 197, 237, 1) 0%,
    rgba(44, 123, 191, 1) 100%
  );
  text-align: center;
  border: 2px solid #2293ce;
}

table.pricingTable .button-container.pricing-card {
  display: flex;
  justify-content: center;
  flex-direction: column;
}

table.pricingTable a.pricing-wht-button {
  padding: 10px 0;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 400;
  color: #2293ce;
  flex-shrink: 0;
  text-align: center;
  border: 2px solid #2293ce;
}

table.pricingTable a.pricing-wht-button:hover {
  background: rgb(13, 197, 237);
  background: linear-gradient(
    180deg,
    rgba(13, 197, 237, 1) 0%,
    rgba(44, 123, 191, 1) 100%
  );
  border-color: #2293ce;
  color: #fff;
}

table.pricingTable a.selectedBtn {
  padding: 10px 0;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 400;
  flex-shrink: 0;
  text-align: center;
  border: 2px solid #2293ce;
  background: rgb(13, 197, 237);
  background: linear-gradient(
    180deg,
    rgba(13, 197, 237, 1) 0%,
    rgba(44, 123, 191, 1) 100%
  );
  border-color: #2293ce;
  color: #fff;
  cursor: pointer;
}

table.pricingTable .enterprise-card {
  font-size: 25px;
  color: #fe6b01;
}

table.pricingTable .toggle-price-content.slash-cost {
  color: #666;
  opacity: 57%;
  font-size: 20px;
  font-family: "Open Sans";
  min-height: 25px;
  display: inline-block;
}

table.pricingTable .toggle-price-content.slash-cost sub {
  font-size: 9px;
}

table.pricingTable .new-bdg-blue {
  color: #fff;
  background-color: #1976d2;
  font-size: 12px;
  display: inline-block;
  border-radius: 12px;
  padding: 0 7px;
  margin-right: 10px;
  font-weight: 700;
}

table.pricingTable div.save-up-msg {
  text-align: center;
  color: #3f9b63;
  font-style: italic;
  font-size: 18px;
  font-weight: 400;
  padding-bottom: 10px;
}

table.pricingTable .th-description {
  font-size: 14px;
  font-weight: 400;
  color: #666;
  line-height: 20px;
  min-height: 140px;
}

table.pricingTable .ParameterBox {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}

table.pricingTable .ParameterBox .col {
  background: #a8e9f7;
}

table.pricingTable thead th:last-child .th-title {
  padding-bottom: 0;
  margin-bottom: 0;
}

table.pricingTable thead th:last-child .th-title:after {
  display: none;
}

table.pricingTable thead th .th-title::after {
  content: "";
  width: 29px;
  height: 2px;
  background: #3f9b63;
  position: absolute;
  bottom: -4px;
  left: 0;
}

table.pricingTable thead th .th-title {
  font-size: 25px;
  position: relative;
  margin-bottom: 10px;
}

table.pricingTable thead tr th {
  z-index: 9;
}

table.pricingTable thead tr th::before {
  display: block;
  height: 20px;
  background-color: #fff;
  content: "";
  top: -20px;
  position: absolute;
  line-height: 20px;
  color: #fff;
  left: -2px;
  right: -2px;
}

table#pricing-table.pricingTable thead tr.heading-row th {
  box-shadow: -1px 0 0 1px #eee inset;
  -webkit-box-shadow: -1px 0 0 1px #eee inset;
  -moz-box-shadow: -1px 0 0 1px #eee inset;
  position: sticky;
  top: 64px;
  background-color: #fff;
}

table.pricingTable .heading-row th:first-child {
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}

table.pricingTable .heading-row th:nth-child(2) {
  box-shadow: 0 0 0 1px #eee inset;
  -webkit-box-shadow: 0 0 0 1px #eee inset;
  -moz-box-shadow: 0 0 0 1px #eee inset;
}

table.pricingTable .heading-row th .toggle-price-content {
  font-size: 30px;
}

table.pricingTable thead th .th-title {
  position: relative;
}

table.pricingTable thead th .th-title span {
  font-size: 12px;
  position: absolute;
  left: 0;
  color: #18aadc;
  top: 36px;
}

table.pricingTable .heading-row th .toggle-price-content .price {
  color: #097fa6;
}

table.pricingTable sub {
  font-size: 14px;
  color: #a0a0a0;
}

.entry-content table:not(.variations) {
  border: 0 !important;
}

table.pricingTable {
  border-collapse: collapse;
  box-shadow: none;
}

table.pricingTable td {
  padding: 5px 15px;
  border-right: 1px solid #eee;
  text-align: center;
  border-bottom: 1px solid #dedada;
  font-size: 15px;
  line-height: normal;
}

table.pricingTable td .ri-close-line {
  font-size: 24px;
  font-weight: 700;
  color: #c40c0c;
}

table.pricingTable td .ri-check-line {
  font-size: 24px;
  font-weight: 700;
  color: #099c25;
}

table.pricingTable td:first-child {
  border-left: 1px solid #eee;
  text-align: left;
  font-size: 13px;
  width: 100px;
}

table.pricingTable td:nth-child(2) {
  text-align: left;
  font-size: 13px;
  width: 100px;
}

table.pricingTable td.grn-title {
}

table.pricingTable .heading-row th {
  border-right: 1px solid #eee;
}

table.pricingTable th {
  background-color: #082336;
  padding: 10px;
  border-top: 1px solid #eee;
}

table.pricingTable tbody th {
  color: #fff;
}

th#most-pop-th {
  position: relative;
}

tabletable.pricingTable thead tr th#most-pop-th:before {
  content: "most popular";
  display: block;
  top: -20px;
  position: absolute;
  background: #3f9b63;
  left: 0;
  right: 0;
  color: #fff;
  text-transform: uppercase;
  font-size: 10px;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  line-height: 20px;
  text-align: center;
}

tabletable.pricingTable thead tr th {
  text-align: left;
}

.most-pop-border {
  border-left: 2px solid #3f9b63 !important;
  border-right: 2px solid #3f9b63 !important;
}

table.pricingTable td.tbl-icon.icon-success {
  color: #3f9b63;
  background-color: #ecf5f0;
}

table.pricingTable td.tooltip .tooltip-icon:after {
  content: "t";
  font-family: ETmodules;
  font-size: 12px;
  position: absolute;
  margin-top: -7px;
  margin-left: 2px;
  color: #3f9b63;
}

table.pricingTable td.tooltip .tooltip-icon {
  position: relative;
  display: inline-block;
  width: 17px;
  height: 17px;
}

table.pricingTable td.tooltip .tooltip-content {
  z-index: 10;
  display: none;
  padding: 10px;
  width: 200px;
  font-size: 13px;
  color: #555;
  background-color: #f5f5f5;
  border-radius: 4px;
  position: absolute;
  left: 29px;
  top: -11px;
  line-height: 20px;
  box-shadow: 1px 2px 9px 0 rgba(0, 0, 0, 0.27);
  -webkit-box-shadow: 1px 2px 9px 0 rgba(0, 0, 0, 0.27);
  -moz-box-shadow: 1px 2px 9px 0 rgba(0, 0, 0, 0.27);
}

table.pricingTable td.tooltip .tooltip-content:before {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-right: 8px solid #f5f5f5;
  left: -8px;
  top: 7px;
}

table.pricingTable td.tooltip a {
  color: #3f9b63;
  clear: both;
  font-weight: 700;
}

table.pricingTable td.tooltip a:after {
  color: #3f9b63;
  line-height: inherit;
  font-size: inherit !important;
  opacity: 1;
  margin-left: 0.3em;
  top: 2px;
  left: auto;
  content: "$";
  font-family: ETmodules;
  display: inline-block;
  font-weight: 700;
}

table.pricingTable td.tooltip:hover .tooltip-content {
  display: block;
}

.top-pricing {
  font-size: 35px;
  line-height: 45px;
  display: flex;
  align-items: center;
}

button#hideBtn {
  display: none;
}

button#hideBtn span:before {
  content: "\e04f";
  font-family: ETmodules;
  font-size: 13px;
  color: #3f9b63;
  margin-right: 5px;
}

button#showBtn span:before {
  content: "\e050";
  font-family: ETmodules;
  font-size: 13px;
  color: #3f9b63;
  margin-right: 5px;
}

table.pricingTable tr.heading-row {
  display: table-row !important;
}

table.pricingTable tr.heading-row th {
  background: 0 0;
}

@media only screen and (max-width: 699px) {
  table.pricingTable td.tooltip .tooltip-content:before {
    left: 77%;
  }

  table.pricingTable td.tooltip .tooltip-content {
    left: -152px;
  }

  table.pricingTable {
    width: 900px;
  }

  table.pricingTable .th-description {
    display: none;
  }

  table.pricingTable .heading-row th .toggle-price-content {
    font-size: 20px;
  }

  table.pricingTable a.pricing-wht-button {
    font-size: 12px;
  }

  table.pricingTable a.pricing-grn-button {
    font-size: 12px;
  }

  table.pricingTable div#pricing-switch {
    margin-top: 0px;
    margin-bottom: 30px;
  }

  table.pricingTable .button-container.disabled {
    pointer-events: none;
    opacity: 0.5;
  }

  .table-responsive-new {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

.containerSubsc {
  max-width: 98%;
  margin: auto;
}

.rowSubsc {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}

.feat {
  font-family: var(--thm-font);
  color: #000;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.875;
  /* background: #fcfdff; */
}

body {
  font-family: var(--thm-font);
  color: var(--thm-color);
  font-weight: 400;
  font-size: 16px;
  line-height: 1.875;
  background: #fcfdff;
}

.SummeryMiddleItem {
  display: flex;
  justify-content: space-between;
  margin-right: 10px;
}

.summeryTotal {
  display: flex;
  justify-content: space-between;
  margin-right: 10px;
}

.summaryTitle {
  display: flex;
  justify-content: space-between;
  margin-right: 10px;
  border-bottom: 2px solid black;
}

.summaryTitle .summaryTitleSub {
  color: green;
  margin-top: 5px;
}

.headerPricePg {
  background: #2982c3;
}

.headerPricePg span.navbar-brand {
  color: #fff;
}

.headerPricePg .userNameArea {
  font-weight: bold;
  font-size: larger;
  white-space: nowrap;
  border-radius: 4px;
}

span.navbar-brand {
  color: #fff !important;
}

.loginBoxArea .fxt-form-content .basicTitle {
  font-size: 20px;
  line-height: 2rem;
  font-weight: 600;
  margin-bottom: 0.375rem;
  color: #000000;
  margin-top: 100px;
}

.basicBox h3 {
  background: #1a91c9;
  display: inline-block;
  color: #fff;
  font-size: 22px;
  padding: 5px 10px;
  font-weight: 700;
  border-radius: 5px;
}

.basicBox h3 span {
  font-size: 18px;
  color: #f1ff19;
  font-weight: 500;
}

.basicBox p {
  font-size: 14px;
  columns: #6c6c6c;
  margin: 0;
  padding: 10px 0;
  line-height: 20px;
}

.OrderSummaryBox {
  width: 100%;
  background: #fff;
  padding: 10px;
  border-radius: 10px;
  border: 1px solid #eae8f1;
}

.OrderSummaryBox .summaryTitle {
  background: #0284c7;
  margin: 0;
  border: 0;
  padding: 5px 14px;
  border-radius: 10px;
}

.OrderSummaryBox .summaryTitle h3 {
  font-size: 18px;
  font-weight: 500;
  color: #fff;
}

.OrderSummaryBox .summaryTitle span {
  color: #fff;
}

.OrderSummaryBox .summaryItem {
  padding: 5px 10px;
}

.OrderSummaryBox .SummeryMiddleItem {
  margin-right: 0px;
}

.OrderSummaryBox .summeryTotal {
  margin-right: 0px;
  padding: 0px 10px;
  border: 1px solid #c1c0c0;
  border-left: 0px;
  border-right: 0px;
  background: #e2e2e2;
}

/* .paymentcard{
  margin: 5% 0px 0px 10%;
} */

.credit-card {
  max-width: 60%;
  margin: auto;
  margin-top: 50px;
  padding: 1em;
  border-radius: 10px;
  box-shadow: 0px 4px 10px rgb(135 115 115 / 55%);
  font-family: "Montserrat", sans-serif;
  background-color: #ffffff;
  text-align: center;
  color: #fff;
  align-content: center;
  align-items: center;
  display: flex;
}

.credit-card-details {
  width: 50%;
  margin: auto;
  margin-top: 0px;
  padding: 5px;
  /* box-shadow: 0px 4px 10px rgb(135 115 115 / 55%); */
  font-family: "Montserrat", sans-serif;
  background-color: #ffffff;
  text-align: center;
  color: #fff;
  align-content: center;
  align-items: center;
}

.OrderSummaryPaymentBox {
  width: 100%;
  color: black;
}

.summeryPaymentTotal {
  display: flex;
  justify-content: space-between;
  margin-right: 10px;
  margin-top: 20px;
  border-top: 2px solid;
}

.SummeryMiddlePaymentItem {
  display: flex;
  justify-content: space-between;
  margin-right: 10px;
  margin-top: 12px;
}

.credit-card-form {
  width: 50%;
  margin: auto;
  margin-top: 0px;
  padding: 5px;
  border-left: 1px solid black;
  font-family: "Montserrat", sans-serif;
  background-color: #ffffff;
  text-align: center;
  color: #fff;
  align-content: center;
  align-items: center;
}

.credit-card-form h2 {
  margin-bottom: 10%;
  font-size: 24px;
}

.credit-card-form .form-group {
  margin-bottom: 15px;
}

.credit-card-form label {
  font-weight: bold;
  display: block;
  margin-bottom: 5px;
  color: #777;
}

.credit-card-form input[type="text"],
.credit-card-form select {
  width: 100%;
  padding: 12px;
  border: 1px solid #ddd;
  border-radius: 1rem;
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
}

.credit-card-form .form-row {
  display: flex;
}

.credit-card-form button[type="submit"] {
  width: 100%;
  padding: 14px;
  background-color: #0284c7;
  color: #fff;
  border: none;
  border-radius: 1rem;
  cursor: pointer;
  font-size: 16px;
  transition: background-color 0.3s ease;
  font-family: "Montserrat", sans-serif;
}

.credit-card-form button[type="submit"]:hover {
  background-color: #f1c80b;
  color: #424242;
  font-family: "Montserrat", sans-serif;
}

.credit-card-form button[type="submit"]:focus {
  outline: none;
  font-family: "Montserrat", sans-serif;
}

/* card design  */

/* .paymentSummaryBox{ width: 100%; height: 100vh; position: relative; overflow: hidden;} */
.paymentSummaryBox {
  width: 100%;
  height: 100vh;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
}

.paymentSummaryBox:after {
  width: 1000px;
  height: 1000px;
  border-radius: 50%;
  position: absolute;
  right: -50%;
  top: 50%;
  content: "";
  background: #5662f6;
  transform: translate(-50%, -50%);
  box-shadow: 0 0 0 80px #8567cb;
}

.paymentSummaryBox .container {
  position: relative;
  z-index: 99;
}

.paymentSummaryBox .logoPanel {
  width: 220px;
  margin: 20px 0px;
}

.paymentSummaryBox .logoPanel img {
  width: 100%;
}

.paymentSummaryBox h4 {
  color: #1355a1;
  padding-bottom: 10px;
  font-weight: 600;
}

.paymentSummaryBox .credit-card-details {
  background: #f2f2f2;
  width: 100%;
  padding: 15px;
  padding-bottom: 0px;
}

.paymentSummaryBox .credit-card-details .SummeryHeading {
  display: flex;
  justify-content: space-between;
  margin-right: 0px;
  background: #1355a1;
  color: #fff;
  margin: 0 -15px;
  margin-top: -15px;
  margin-bottom: 8px;
}

.paymentSummaryBox .credit-card-details .SummeryMiddlePaymentItem {
  display: flex;
  justify-content: space-between;
  margin-right: 0px;
  margin-top: 0px;
}

.paymentSummaryBox .credit-card-details .summeryPaymentTotal {
  display: flex;
  justify-content: space-between;
  margin-right: 0px;
  margin-top: 3px;
  border-top: 1px solid #908e8e;
  padding: 5px 0;
}

.paymentSummaryBox .credit-card-form {
  width: 100%;
  margin: auto;
  margin-top: 0px;
  padding: 5px;
  border-left: 0;
  font-family: "Montserrat", sans-serif;
  background-color: #ffffff;
  text-align: left;
  color: #fff;
  align-content: center;
  align-items: center;
}

.paymentSummaryBox .card_input,
.paymentSummaryBox .card_inputbox {
  border: 1px solid #c0c0c0;
  border-radius: 5px;
  color: #000;
  padding: 5px;
}

input.InputElement::placeholder {
  columns: #000;
}

.paymentSummaryBox .credit-card-form button[type="submit"] {
  width: auto;
  padding: 5px 10px;
  background-color: #0284c7;
  color: #fff;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
  transition: background-color 0.3s ease;
  font-family: "Montserrat", sans-serif;
}

.paymentSummaryBox .credit-card-form label {
  font-weight: bold;
  display: block;
  margin-bottom: 0px;
  color: #777;
}

.paymentSummaryBox .paymentRgImg {
  padding: 0 0 0 100px;
}

.paymentSummaryBox .paymentRgImg img {
  width: 100%;
}

.dropdown-content {
  /* display: none; */
  position: relative;
  background-color: #f9f9f9;
  min-width: 120px;
  margin-top: 10px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}

/* Style links inside the dropdown */
.dropdown-content div {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content div:hover {
  background-color: #f1f1f1;
  cursor: pointer;
}

.suggestion-box {
  background: #fff;
  box-shadow: 3px 3px 11px #00000026;
  border-radius: 10px;
  position: absolute;
  z-index: 9;
  padding: 15px 20px;
  width: calc(100% - 20px);
  /* left: 0; */
}

.suggestion-box ul {
  padding: 0;
  list-style: none;
  margin: 0;
}

.suggestion-box ul li:hover {
  cursor: pointer;
  color: #575757;
}

/* .payment-info-details {
  margin-top: 110px;
} */

.PaymentAreaDetails {
  width: 90%;
  margin: auto;
}

.PaymentAreaDetails h4 {
  padding: 0;
  margin: 0;
  font-size: 30px;
  font-weight: 600;
}

.PaymentAreaDetails p {
  padding: 0;
  margin: 0;
  font-size: 18px;
  /* font-weight: 500; */
  color: #6c6b6b;
  line-height: 22px;
}
.PaymentAreaDetails.biliingGetPanel .billingInformation {
  min-height: 330px;
}

.PaymentAreaDetails.biliingGetPanel .billingInformation p {
  font-size: 15px;
}

.PaymentAreaDetails .billingInformation h5 {
  padding: 7px 15px;
  background: #2ca4dc;
  margin: 0 -15px;
  margin-top: -15px;
  margin-bottom: 15px;
  font-size: 15px;
  color: #fff;
  font-weight: 600;
  border-bottom: 1px solid #cdd0d7;
}

.PaymentAreaDetails .PaymentPlanArea,
.PaymentAreaDetails .PaymentPlanAreaRight {
  border: 0px solid #bababa;
  padding: 15px;
  border-radius: 15px;
  background: #f4f5f9;
}

.PaymentAreaDetails h6 {
  padding: 0;
  margin: 0;
  margin-bottom: 3px;
  font-size: 20px;
  color: #000;
  font-weight: 600;
}

.PaymentAreaDetails h6 span {
  background: #f0f5ff;
  color: #0034fe;
  padding: 5px 10px;
  font-size: 16px;
  border-radius: 5px;
}

.PaymentAreaDetails h6 img {
  width: 20px;
  vertical-align: middle;
  margin-right: 5px;
}

.PaymentAreaDetails .PaymentPlanArea p,
.PaymentAreaDetails .PaymentPlanAreaRight p {
  color: #6c6b6b;
}

.PaymentAreaDetails .PaymentPlanAreaRight img {
  width: 100px;
}

.PaymentAreaDetails .css-11xur9t-MuiPaper-root-MuiTableContainer-root {
  background: transparent;
  color: rgba(0, 0, 0, 0.87);
  -webkit-transition: box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  transition: box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  border-radius: 0px;
  box-shadow: none;
  width: 100%;
  overflow-x: auto;
}

.PaymentAreaDetails .table.table {
  border-radius: 0;
  border-spacing: 0px;
  border: 1px solid #dfe1ea;
  border-radius: 10px !important;
  overflow: hidden;
}

.PaymentAreaDetails .table.table thead tr th {
  border: 0;
  border-bottom: 1px solid #dfe1ea;
  color: #000;
  background-color: #f7f7f7;
  border-radius: 0;
  padding: 7px 10px !important;
}

.PaymentAreaDetails .table.table tbody tr td {
  border: 0;
  border-bottom: 1px solid #dfe1ea;
  border-radius: 0;
  padding: 7px 10px !important;
}

.PaymentAreaDetails .css-78c6dr-MuiToolbar-root-MuiTablePagination-toolbar {
  min-height: 40px;
  padding-right: 2px;
}

.PaymentAreaDetails .tabAreaInfo {
  border-bottom: 1px solid #cdd0d7;
}

.PaymentAreaDetails .tabAreaInfo ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.PaymentAreaDetails .tabAreaInfo ul li {
  padding: 5px 10px;
  font-size: 18px;
  columns: #000;
  font-weight: 600;
  position: relative;
}

.PaymentAreaDetails .tabAreaInfo ul li.active:after {
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 100%;
  height: 3px;
  background: #006dca;
  content: "";
}

.PaymentAreaDetails .billingInformation {
  background: #fff;
  padding: 15px;
  border-radius: 15px;
  border: 1px solid #cdd0d7;
  overflow: hidden;
  /* min-height: 330px; */
}

.paymentSuccess {
  width: 480px;
  background: #fff;
  margin: auto;
  border-radius: 10px;
  border: 1px solid #b6b6b6;
  text-align: center;
  padding: 20px 15px;
  margin-top: 200px;
  box-shadow: 0 0 15px #b2b2b2;
  line-height: 20px;
}

.paymentSuccess .btn-info {
  padding: 8px 20px;
  font-size: 17px;
  font-weight: 600;
  background: #2d7abf;
  text-transform: uppercase;
  margin-top: 20px;
}

.btnDownloadArea {
  padding: 8px 20px;
  font-size: 17px;
  font-weight: 600;
  background: #2d7abf;
  color: #fff;
}

.bgArea-7 {
  /* padding: 10px 90px; */
  padding: 10px 30px;
}

.btnBack {
  background: #dadada;
  border-radius: 9px;
  padding: 6px 4px;
  font-size: 22px;
  line-height: 22px;
  text-align: center;
}

/* .printAreaIn{
  width: 90%;
  margin: auto;
  background: #000;
} */
.printAreaIn {
  width: 90%;
  margin: auto;
  /* background: #000; */
  background-color: #ededed;
  margin-top: 20px;
}

.printAreaIn .printBox {
  padding: 20px;
  background: #ededed;
  /* border-radius: 20px; */
}

.paymentSummaryBox .credit-card-form button[type="button"] {
  width: auto;
  padding: 5px 10px;
  background-color: #0284c7;
  color: #fff;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
  transition: background-color 0.3s ease;
  font-family: "Montserrat", sans-serif;
}

.paymentSummaryBox .credit-card-form .sendButtons {
  display: flex;
  justify-content: space-between;
}

table.tablePackage {
  border: 0px solid #cecece;
}

table.tablePackage tbody tr:nth-child(even) {
  background-color: #f2f2f2;
}

.sidebar-main .boxPerformanceArea.category_bar.stricky-fixed-cBar {
  width: calc(100% - 290px) !important;
  top: 60px;
  transition: all 0.1s ease-out 0s;
  margin-left: auto;
  right: 20px;
}

.boxPerformanceArea.category_bar.stricky-fixed-cBar {
  width: calc(100% - 135px) !important;
  top: 60px;
  right: 20px;
}

.topIssuesSection
  .tabSectionArea
  .iq-accordion.career-style.faq-style
  .iq-accordion-block {
  padding: 0px 45px 0px 0px;
  border-radius: 10px;
  background: #f7f9fa;
  text-align: left;
  border-radius: 12px !important;
  border: 0px solid #eae8f1;
  box-shadow: none;
  -webkit-box-shadow: none;
}

.topIssuesSection
  .tabSectionArea
  .iq-accordion.career-style
  .iq-accordion-block
  .accordion-title
  span.noBox {
  width: 90px;

  background: #f7b758;
  box-shadow: none;
  -webkit-box-shadow: none;
  display: inline-block;
  text-align: center;
  font-size: 15px;
  color: #fff;
  border-radius: 8px;
}

.topIssuesSection
  .tabSectionArea
  .iq-accordion.career-style
  .iq-accordion-block
  .accordion-title
  .textTitle {
  padding: 0 10px;
  font-size: 16px;
  color: #000;
  line-height: 20px;
}

.topIssuesSection
  .tabSectionArea
  .iq-accordion.career-style.faq-style
  .iq-accordion-block
  .accordion-title:before {
  content: "\ea41";
  display: inline-block;
  font-family: "remixicon" !important;
  font-size: 28px;
  background: #eff3f5;
  width: 35px;
  height: 28px;
  line-height: 28px;
  border-radius: 5px;
  right: -40px;
  top: 9px;
  color: #a8a8a8;
}

.topIssuesSection .tabSectionArea .accordion-details {
  background: #f7f9fa;
  padding: 15px;
}

*/Anurag-04-july*/ .signContainerinfo .modal-dialog {
  max-width: 80% !important;
  margin: 1.75rem auto !important;
}

.website-list-inner {
  max-height: 300px;
  overflow: auto;
}

/* .goToDash {
  cursor: pointer;
  width: 15%;
  background: black;
  color: white;
  border-radius: 10px;
  text-align: center;
  font-weight: 500;
} */

.goToDash {
  padding: 10px 0;
  border-radius: 20px;
  font-size: 16px;
  font-weight: 400;
  color: #2293ce;
  flex-shrink: 0;
  text-align: center;
  border: 2px solid #2293ce;
  cursor: pointer;
  width: 10%;
}

.goToDash:hover {
  background: rgb(13, 197, 237);
  background: linear-gradient(
    180deg,
    rgba(13, 197, 237, 1) 0%,
    rgba(44, 123, 191, 1) 100%
  );
  border-color: #2293ce;
  color: #fff;
}

.modalLoderBody {
  display: flex;
  justify-content: center;
}

.PaymentAreaDetailsList {
  width: 90%;
  margin: auto;
  margin-top: 100px;
}

.pricing-wht-buttonList {
  padding: 5px 0;
  border-radius: 20px;
  font-size: 16px;
  font-weight: 400;
  color: #2293ce;
  flex-shrink: 0;
  text-align: center;
  border: 2px solid #2293ce;
  cursor: pointer;
  width: 20%;
}

.pricing-wht-buttonList:hover {
  background: rgb(13, 197, 237) !important;
  background: linear-gradient(
    180deg,
    rgba(13, 197, 237, 1) 0%,
    rgba(44, 123, 191, 1) 100%
  );
  border-color: #2293ce !important;
  color: #fff !important;
}

/*new css anurag*/
.manage-website-table {
}

.manage-website-table table thead tr th {
  background: #e0e0e0 !important;
  color: #0e0e0e !important;
  padding: 5px 10px !important;
  font-weight: 500;
  font-size: 19px !important;
}

.manage-website-table table tbody tr td {
  padding: 5px 10px !important;
  font-size: 19px !important;
  border: 0;
  border-radius: 0;
  border-bottom: 1px solid #d9d9d9;
}
.manage-website-table table.table tbody tr td:first-child {
  border-radius: 0px;
  border-left: 0px solid #d9d9d9;
}
.manage-website-table table.table tbody tr td:last-child {
  border-radius: 0;
  border-right: 0px solid #d9d9d9;
}
.btnBack-3 {
  background: transparent;
  font-size: 18px;
  border: 1px solid #333;
  padding: 3px 16px;
  border-radius: 10px;
}

.manage-website-message {
  font-size: 18px;
  font-weight: 600;
}

/*04July2024*/
.topPageProgressArea .progress {
  height: 13px;
  background: #f4f4f4;
}

.legendSectionPanel h4 .chartPonit ul {
  list-style: none;
  padding: 0;
  margin: 0;
  font-weight: 400;
  font-size: 13px;
}

.legendSectionPanel h4 .chartPonit ul i {
  width: auto;
  margin-right: 3px;
}

.legendChartTab {
}

.legendChartTab h4 .chartPonit {
}

.legendChartTab .accordion-item {
  border: 0;
  margin-bottom: 15px;
}

.legendChartTab .accordion-button {
  padding: 0;
}

.legendChartTab .accordion-button:not(.collapsed) {
  color: #0c63e4;
  background-color: #fff;
  box-shadow: none;
}

.legendChartTab .legendChartBox .legendChartLeft .nameAr-1 {
  background: #f5f6f8;
  padding: 0px 0px;
  line-height: 40px;
  color: #000;
}

.legendChartTab .legendChartBox .legendChartLeft .nameAr-1 span {
  line-height: 40px;
  text-align: center;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  background: #bbbec5;
  display: inline-block;
  border-radius: 7px;
  padding: 0 10px;
  margin-right: 5px;
}

.legendChartTab .legendChartBox .legendChartRight .bord-3 {
  border: 1px solid #dce3eb;
  text-align: center;
  height: 40px;
  padding: 0px 5px;
  line-height: 40px;
  border-radius: 7px;
  width: 100%;
}

.legendChartTab .legendChartBox .legendChartRight .bord-1 {
  padding: 10px 20px;
  background: #f5f6f8;
  border-radius: 7px;
  height: 40px;
}

.legendChartTab .legendChartBox .legendChartRight .crChartArea {
  position: absolute;
  top: 8px;
  left: 0;
}

.legendChartTab .legendChartBox .legendChartRight .crChartArea img {
  height: 25px;
}

.legendChartTab .accordion-button::after {
  content: "\ea41";
  position: absolute;
  display: inline-block;
  font-family: "remixicon" !important;
  font-size: 28px;
  width: 35px;
  height: 40px;
  line-height: 35px;
  border-radius: 5px;
  right: 1px;
  top: 2px;
  color: #a8a8a8;
  transition: none;
}

.legendChartTab .accordion-button:not(.collapsed)::after {
  content: "\ea41";
  position: absolute;
  display: inline-block;
  font-family: "remixicon" !important;
  font-size: 28px;
  width: 35px;
  height: 40px;
  line-height: 35px;
  border-radius: 5px;
  right: 7px;
  top: -3px;
  color: #a8a8a8;
  transition: none;
}

.legendChartTab .accordion-body {
  background: #f5f6f8;
  padding: 25px;
  border: 1px solid #e7e7e7;
  border-radius: 15px;
  margin-top: 10px;
}

.legendChartTab .accordion-body h6 {
  text-align: center;
  margin: 0;
  padding: 0;
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: 600;
}

.legendChartTab .accordion-body h4 {
  margin: 0;
  padding: 0;
  margin-bottom: 15px;
  font-size: 14px;
  font-weight: 600;
}

.legendChartTab .accordion-body h4 span {
  background: #71ad00;
  padding: 3px 10px;
  border-radius: 5px;
  color: #fff;
  margin-left: 10px;
}

.legendChartTab .accordion-body table {
  width: 100%;
  border-right: 1px solid #e7e7e7;
  border-top: 1px solid #e7e7e7;
}

.legendChartTab .accordion-body table tr td {
  padding: 5px;
  border-left: 1px solid #e7e7e7;
  border-bottom: 1px solid #e7e7e7;
}

.legendChartTab .accordion-body table tr:nth-child(even) {
  background-color: #fff;
}

.tabBarSection {
  width: 100%;
}

.tabBarSection ul.nav-tabs {
  border: 1px solid #e7e7e7;
  padding: 14px 0;
  border-radius: 12px 12px 0 0;
  /*box-shadow: 6px 11px 41px -28px #796eb1;
  -webkit-box-shadow: 6px 11px 41px -28px #796eb1;*/
  background: #fff;
  position: relative;
  margin-bottom: 0;
}

.tabBarSection ul.nav-tabs li {
}

.tabBarSection ul.nav-tabs li a {
  border: 0;
  padding: 0px;
  border-radius: 0px;
  font-weight: 500;
}

.tabBarSection ul.nav-tabs .nav-item.show .nav-link,
.tabBarSection ul.nav-tabs .nav-item .nav-link:hover,
.tabBarSection ul.nav-tabs .nav-link.active {
  border: 0;
  color: #1eaae7;
}

.tabBarSection ul.nav-tabs li a span {
  width: 24px;
  height: 24px;
  margin-right: 10px;
  text-align: center;
  line-height: 24px;
  color: #fff;
  font-weight: 500;
  font-size: 12px;
  border-radius: 50%;
  background: #434a5d;
  display: inline-block;
}

.tabBarSection ul.nav-tabs .slider {
  display: inline-block;
  width: 245px;
  height: 4px;
  border-radius: 3px;
  background-color: #1eaae7;
  position: absolute;
  bottom: 0;
  transition: all 0.4s linear;
}
.tabBarSection ul.nav-tabs .nav-tabs .active {
  background-color: transparent !important;
  border: none !important;
  color: #1eaae7 !important;
}

.tabBarSection .newsAreaBox {
  background: #fff;
  border-radius: 0 0 12px 12px !important;
  border: 1px solid #eae8f1;
  padding: 20px;
}

/*loading page*/
.loadingSection {
}

.loadingSection .iq-top-navbar {
  width: 100% !important;
}

.loadingSection .content-page {
  background: #ededed;
}

.loadingSection .loadingSectionPanel {
  width: 100%;
}

.loadingSection .loadingSectionPanel .loadingAnimationArea {
  width: 100%;
}

.loadingSection .loadingSectionPanel .loadingAnimationArea h2 {
  font-size: 40px;
  color: #0051a2;
  font-weight: 500;
}

.loadingSection .loadingSectionPanel .loadingAnimationArea h1 {
  font-size: 22px;
  color: #000;
  font-weight: 500;
}

.loadingSection
  .loadingSectionPanel
  .loadingAnimationArea
  .loadingAnimationBox {
  width: 100%;
  height: 400px;
  position: relative;
}

.loadingSection
  .loadingSectionPanel
  .loadingAnimationArea
  .loadingAnimationBox
  .loadingAnimationImgBox {
  width: 100%;
  height: 100%;
}

.loadingSection
  .loadingSectionPanel
  .loadingAnimationArea
  .loadingAnimationBox
  .loadingAnimationImgBox
  img {
  width: 100%;
  height: 100%;
}

.loadingSection
  .loadingSectionPanel
  .loadingAnimationArea
  .loadingAnimationBox
  .loaderAreaSt {
  position: absolute;
  left: 00px;
  top: 50px;
  z-index: 6;
}

.loadingSection
  .loadingSectionPanel
  .loadingAnimationArea
  .loadingAnimationBox
  .loaderAreaSt
  img {
  width: 100%;
}

.loadingSection .loadingSectionPanel .serverBox {
  background: #fff;
  padding: 15px;
  font-size: 18px;
  color: #7a737b;
}

.loadingSection .loadingSectionPanel .serverBox img {
  width: 30px;
  margin-right: 8px;
}

.loadingSection .loadingSectionPanel .loaderChartArea {
  width: 100%;
}

.loadingSection .loadingSectionPanel .loaderChartArea .loaderChartText {
  font-size: 25px;
  color: #000;
}

.loadingSection
  .loadingSectionPanel
  .loaderChartArea
  .loaderChartText
  .panelText {
  width: 100%;
}

.loadingSection .loadingSectionPanel .loaderChartArea .loaderChartPanel {
  width: 100%;
  position: relative;
}

.loadingSection
  .loadingSectionPanel
  .loaderChartArea
  .loaderChartPanel
  .chartLineDsPanel {
  width: 100%;
  background: transparent;
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.loadingSection
  .loadingSectionPanel
  .loaderChartArea
  .loaderChartPanel
  .chartLineDsPanel
  span {
  width: 4px;
  background: #fbeee8;
  height: 100%;
  display: inline-block;
}

.loadingSection
  .loadingSectionPanel
  .loaderChartArea
  .loaderChartPanel
  .progress {
  background: #afcee0;
}

.loadingSection
  .loadingSectionPanel
  .loaderChartArea
  .loaderChartPanel
  .progress
  .progress-bar {
  background: #3c98d7;
}

.blog-links {
  width: 100%;
  margin: 20px auto;
  font-family: Arial, sans-serif;
}

.link-container a {
  display: block;
  border-bottom: 1px solid #e0e0e0;
  color: #000;
  border-radius: 5px;
  margin-bottom: 10px;
  transition: background 0.3s;
  padding: 5px 10px;
}

.link-container a:hover {
  color: #0963e3;
}

.gb-headline {
  margin: 0;
  font-size: 1.2rem;
  color: #333;
  transition: color 0.3s;
}

.gb-headline a {
  text-decoration: none;
  color: #000;
  transition: color 0.3s;
}

.gb-headline a:hover {
  color: #0056b3;
}

.gb-headline a:focus {
  color: #00376b;
  outline: none;
}

.gb-headline a:active {
  color: #00234c;
}

.userProfileTabPanel ul.iq-edit-profile.nav-pills {
  border: 1px solid #eae8f1;
  border-radius: 50px;
  overflow: hidden;
}
.userProfileTabPanel ul.iq-edit-profile.nav-pills .nav-link {
  padding: 12px 15px;
  border-radius: 0;
  color: #777d74;
  text-align: center;
  font-size: 16px;
  border-left: 1px solid #f2edff;
  box-shadow: none;
  margin: 0;
}

.userProfileTabPanel ul.iq-edit-profile.nav-pills li:first-child a {
  border-radius: 15px 0 0 15px;
  border-left: none;
}

.userProfileTabPanel ul.iq-edit-profile.nav-pills li:last-child a {
  border-radius: 0 15px 15px 0;
}

.userProfileTabPanel .iq-edit-profile.nav-pills .nav-link.active {
  color: #fff;
  background-color: #379ce4;
}

.userProfileTabPanel .iq-card-icon {
  position: relative;
  left: 0;
  top: 0;
  height: 60px;
  width: 60px;
  padding: 0;
  display: inline-block;
  line-height: 60px;
  text-align: center;
  font-size: 22px;
  border-radius: 50%;
  background: #ceebee !important;
  color: #089bab !important;
  box-shadow: none;
}

.userProfileTabPanel .iq-card-icon i {
  font-size: 25px;
}

.userProfileTabPanel .training-block p {
  color: #a09e9e;
  font-size: 13px;
}

.userProfileTabPanel .cardArea h4 {
  background: #1eaae6;
  padding: 5px 10px;
  border-radius: 10px;
  color: #fff;
}

.userProfileTabPanel .cardArea h5 {
  font-size: 16px;
}

div#content-page > .container-fluid {
  min-height: calc(100vh - 165px);
}
.payment-icon svg {
  width: 60px;
}

.payment-hidden-icon i {
  font-size: 30px;
  margin-right: 6px;
  vertical-align: middle;
}

.text-truncate {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 230px;
}
.boxResultsArea {
  font-family: "poppins", sans-serif;
  line-height: 25px;
}
.boxResultsArea p {
  font-size: 13px;
}
.color-gr {
  color: #7e7e7e;
  font-family: "poppins", sans-serif;
}
.boxResultsArea span {
  font-weight: 500;
  color: #7e7e7e;
}
.boxResultsArea span span {
  color: #000;
}

.progressCircleArea .progressCircle {
  width: 90px;
  height: 90px;
  background: none;
  position: relative;
}

.progressCircleArea .progressCircle .h2 {
  color: #fff;
  font-size: 16px;
  margin: 0;
}

.progressCircleArea .progressCircle .progressCircle-bar {
  border-color: #fff !important;
}

.progressCircleArea .progressCircle::after {
  border: 12px solid #bd61dd;
}

.progressCircleArea .progressCircle.greenBar::after {
  border: 12px solid #55cd77;
}

.progressCircleArea .progressCircle.lightBl::after {
  border: 12px solid #4ec4f7;
}

.progressCircleArea .progressCircle.blueBar::after {
  border: 12px solid #6b4bec;
}

.progressCircleArea.bg-secondary {
  --bs-bg-opacity: 1;
  background: #ac39d4 !important;
}

.progressCircleArea.bg-success {
  --bs-bg-opacity: 1;
  background: #2bc155 !important;
}

.progressCircleArea.bg-info {
  --bs-bg-opacity: 1;
  background: #461ee7 !important;
}

.progressCircleArea.bg-danger {
  --bs-bg-opacity: 1;
  background: #1eaae7 !important;
}

.diagnosticArea .progressCircle.scoreProgressCircle {
  width: 90px;
  height: 90px;
}

.diagnosticArea .progressCircle.scoreProgressCircle .h2 {
  color: #606060;
  font-size: 18px;
}

.diagnosticArea .cardAreaBg-01 {
  background: #e8f7ff;
  border-color: #cce3ef;
}
.diagnosticArea .cardAreaBg-01 .progressCircle.orangeBar::after {
  border: 12px solid #cce3ef;
}
.diagnosticArea .cardAreaBg-01 .progressCircle.orangeBar .progressCircle-bar {
  border-color: #56b9ee !important;
}

.diagnosticArea .cardAreaBg-02 {
  background: #fef5e5;
  border-color: #f3e4ca;
}
.diagnosticArea .cardAreaBg-02 .progressCircle.orangeBar::after {
  border: 12px solid #f9e3bb;
}
.diagnosticArea .cardAreaBg-02 .progressCircle.orangeBar .progressCircle-bar {
  border-color: #f0ba5a !important;
}

.diagnosticArea .cardAreaBg-03 {
  background: #e6fffa;
  border-color: #bef1e7;
}
.diagnosticArea .cardAreaBg-03 .progressCircle.orangeBar::after {
  border: 12px solid #cbeee7;
}
.diagnosticArea .cardAreaBg-03 .progressCircle.orangeBar .progressCircle-bar {
  border-color: #57d2b9 !important;
}

.diagnosticArea .cardAreaBg-04 {
  background: #fdede8;
  border-color: #f8dfd7;
}
.diagnosticArea .cardAreaBg-04 .progressCircle.orangeBar::after {
  border: 12px solid #ebd0c7;
}
.diagnosticArea .cardAreaBg-04 .progressCircle.orangeBar .progressCircle-bar {
  border-color: #d98163 !important;
}

.sectionQrPanel.topiceAreaSection .sectionQrabox h3,
.sectionQrPanel.topiceAreaSection .sectionQrabox a h5 {
  font-size: 14px;
  margin-bottom: 0;
  color: #444242;
  font-weight: 500;
}

.sectionQrPanel.topiceAreaSection .sectionQrabox h3 span,
.sectionQrPanel.topiceAreaSection .sectionQrabox a h5 span {
  color: #505050;
}

.rankingSection.innerSectionQrPanel .cardArea {
  position: relative;
  overflow: hidden;
  border-inline-start: 4px solid var(--primary05);
}
.rankingSection.innerSectionQrPanel .cardArea::before {
  position: absolute;
  width: 80px;
  height: 80px;
  display: block;
  content: "";
  background-color: var(--primary01);
  inset-inline-end: -1rem;
  inset-block-start: -1rem;
  border-radius: 50%;
  border: 1px solid rgba(var(--primary-rgb), 0.1);
}

.rankingSection.innerSectionQrPanel .cardArea::after {
  position: absolute;
  width: 70px;
  height: 70px;
  content: "";
  background-color: var(--primary-color);
  inset-inline-end: -1rem;
  inset-block-start: -1rem;
  border-radius: 50%;
  z-index: -1;
}

.rankingSection.innerSectionQrPanel .cardArea a h3 {
  font-weight: 600;
  color: #5f5f5f;
}

.rankingSection.innerSectionQrPanel .cardArea a {
  color: #000;
}

.rankingSection.innerSectionQrPanel .cardArea .iconArea-01 {
  width: 30px;
  position: absolute;
  right: 8px;
  top: 5px;
  color: #fff;
  fill: #fff;
}

.rankingSection.innerSectionQrPanel .cardArea.stbg-01 {
  border-inline-start: 4px solid #d77cf7;
}
.rankingSection.innerSectionQrPanel .cardArea.stbg-01::before {
  background-color: rgba(215, 124, 247, 0.1);
  border: 1px solid rgba(215, 124, 247, 0.3);
}
.rankingSection.innerSectionQrPanel .cardArea.stbg-01::after {
  background-color: #d77cf7;
}

.rankingSection.innerSectionQrPanel .cardArea.stbg-02 {
  border-inline-start: 4px solid #0cd7b1;
}
.rankingSection.innerSectionQrPanel .cardArea.stbg-02::before {
  background-color: rgba(215, 124, 247, 0.1);
  border: 1px solid rgba(215, 124, 247, 0.3);
}
.rankingSection.innerSectionQrPanel .cardArea.stbg-02::after {
  background-color: #0cd7b1;
}

.rankingSection.innerSectionQrPanel .cardArea.stbg-03 {
  border-inline-start: 4px solid #fe7c58;
}
.rankingSection.innerSectionQrPanel .cardArea.stbg-03::before {
  background-color: rgba(215, 124, 247, 0.1);
  border: 1px solid rgba(215, 124, 247, 0.3);
}
.rankingSection.innerSectionQrPanel .cardArea.stbg-03::after {
  background-color: #fe7c58;
}

.paymentBgPanel {
  background: url("../images/banner-13.jpg");
  background-size: cover;
  background-repeat: no-repeat;
}
.upgrade-modal-background .manage-website-table table thead tr th {
  background: #1eaae6 !important;
  color: #ffffff !important;
  padding: 5px 10px !important;
  font-weight: 500;
  font-size: 19px !important;
}
.css-1rtg91x-MuiDateCalendar-root {
  max-height: 300px !important;

  height: 300px;
}

.css-1eurbeq-MuiPickersToolbar-root-MuiDatePickerToolbar-root {
  padding: 14px 24px 0px !important;
}
.screenshot-image {
  /* max-height: 200px; */
  overflow-y: scroll;
  border-radius: 12px;
  border: 1px solid #d8d8d8;
  margin-bottom: 40px;
}

.screenshot-image img {
  width: 100%;
}
ul.listNoArea {
  list-style: none;
}
ul.listNoArea li {
  font-weight: 500;
  font-size: 12px;
  color: #8b8b8b;
}
ul.listNoArea li span {
  font-weight: 700;
  color: #000;
  font-size: 15px;
}

.home-screenshot-image {
  overflow-y: scroll;
  border-radius: 12px;
  border: 1px solid #d8d8d8;
  margin-bottom: 40px;
}

.home-screenshot-image img {
  width: 20%;
}

.screenshot-galary {
  width: 100%;
  position: relative;
  padding: 30px 50px;
}
.screenshot-galary a .panelGallery {
  width: 100%;
  border: 1px solid #c8c2c2;
  border-radius: 10px;
  padding: 5px;
  overflow: hidden;
  position: relative;
  -webkit-box-shadow: 4px 35px 31px -41px rgba(0, 0, 0, 0.58);
  -moz-box-shadow: 4px 35px 31px -41px rgba(0, 0, 0, 0.58);
  box-shadow: 4px 35px 31px -41px rgba(0, 0, 0, 0.58);
}

.screenshot-galary a .panelGallery::after {
  position: absolute;
  width: 100%;
  height: 100%;
  content: "\ef2a";
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.6);
  font-family: "remixicon" !important;
  font-style: normal;
  color: #fff;
  text-align: center;
  line-height: 250px;
  font-size: 40px;
  opacity: 0;
  visibility: hidden;
  transform: scale(0.2);
  transition: all ease-in-out 0.5s;
}

.screenshot-galary a .panelGallery:hover::after {
  opacity: 1;
  visibility: visible;
  transform: scale(1.1);
  transition: all ease-in-out 0.5s;
}
.screenshot-galary a .panelGallery .noPanel {
  width: 30px;
  height: 30px;
  position: absolute;
  right: 10px;
  top: 10px;
  background: #000;
  text-align: center;
  color: #fff;
  line-height: 30px;
  font-size: 15px;
  border-radius: 50px;
  font-weight: 600;
}
.screenshot-galary .owl-theme .owl-nav {
  top: 0 !important;
}

.screenshot-galary a .panelGallery img {
  width: 100%;
  height: 250px;
}

.screenshot-galary .owl-prev {
  left: -30px !important;
  font-size: 40px !important;
  top: 90px !important;
}
.screenshot-galary .owl-next {
  right: -30px !important;
  font-size: 40px !important;
  top: 90px !important;
}

/*  */

.rPanelBox {
}
.rPanelBox ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.rPanelBox ul li {
  margin-bottom: 26px;
}
.rPanelBox ul li a {
  background: #1eaae7;
  color: #fff;
  display: block;
  padding: 5px 3px;
  border-radius: 50px 20px 20px 50px;
}

.rPanelBox ul li a:hover {
  background: #0b4e6c;
  color: #fff;
}

.rPanelBox ul li a i {
  background: #fff;
  color: #000;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 50px;
  text-align: center;
  display: inline-block;
  margin-right: 10px;
}
.panleTwoArea {
  border: 1px solid #d0d0d0;
  border-radius: 12px;
  background: #f2fbff;
}
.panleTwoArea h4 {
  font-size: 22px;
  color: #066ba6;
  font-weight: 600;
  line-height: 35px;
}

.panleTwoArea h4 span {
  color: #000;
  font-size: 20px;
}

.panleTwoArea h6 {
  font-size: 18px;
  color: #000;
  font-weight: 600;
  line-height: 22px;
}

.panleTwoArea h6 span {
  color: #828282;
  font-size: 16px;
  font-weight: 500;
}

.resultsSection {
  width: 100%;
}
.resultsSection h4 {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 10px;
}
.resultsSection .cardResultsArea {
  padding: 22px 15px;
  border-right: 1px solid #e0e0e0;
}
.resultsSection .cardResultsArea h2 {
  font-size: 45px;
  font-weight: 500;
  line-height: 50px;
  color: #bb4a12;
}
/*.sidebar-main .resultsSection .cardResultsArea h2 {
  font-size: 30px;
}*/
.resultsSection .cardResultsArea h2 span {
  font-size: 16px;
  font-weight: 500;
  display: block;
  line-height: 20px;
  margin-bottom: 10px;
  color: #818181;
}
.resultsSection .cardResultsArea h2 span.titleArea {
  display: inline-block;
  font-size: 14px;
  color: #7f6363;
  margin: 0;
  line-height: 12px;
}
.resultsSection .resultsProgressArea .progress {
  display: flex;
  height: 4px;
  overflow: hidden;
  font-size: 12px;
  background: #f1f1f1;
  border-radius: 50px;
}

.resultsSection .cardResultsArea.failedColor h2 {
  color: #b63200;
}
.resultsSection .cardResultsArea.warningColor h2 {
  color: #d97800;
}
.resultsSection .cardResultsArea.passedColor h2 {
  color: #0c9934;
}

.resultsSection .cardResultsArea.performanceColor {
  background: #e8f7ff;
}
.resultsSection .cardResultsArea.performanceColor h2 {
  color: #044e75;
}

.resultsSection .cardResultsArea.pageSizeColor {
  background: #fef5e5;
}
.resultsSection .cardResultsArea.pageSizeColor h2 {
  color: #b97600;
}

.resultsSection .cardResultsArea.loadTimeColor {
  background: #e6fffa;
}
.resultsSection .cardResultsArea.loadTimeColor h2 {
  color: #039275;
}

.resultsSection .cardResultsArea.requestsColor {
  background: #fdede8;
}
.resultsSection .cardResultsArea.requestsColor h2 {
  color: #dc542a;
}

.resultsSection
  .cardResultsArea.failedColor
  .resultsProgressArea
  .progress
  .progress-bar {
  background: #b63200;
}
.resultsSection
  .cardResultsArea.warningColor
  .resultsProgressArea
  .progress
  .progress-bar {
  background: #d97800;
}
.resultsSection
  .cardResultsArea.passedColor
  .resultsProgressArea
  .progress
  .progress-bar {
  background: #0c9934;
}

.resultsSection
  .cardResultsArea.performanceColor
  .resultsProgressArea
  .progress
  .progress-bar {
  background: #044e75;
}
.resultsSection
  .cardResultsArea.performanceColor
  .resultsProgressArea
  .progress {
  background: #cce3ef;
}

.resultsSection
  .cardResultsArea.pageSizeColor
  .resultsProgressArea
  .progress
  .progress-bar {
  background: #b97600;
}
.resultsSection .cardResultsArea.pageSizeColor .resultsProgressArea .progress {
  background: #f9e3bb;
}

.resultsSection
  .cardResultsArea.loadTimeColor
  .resultsProgressArea
  .progress
  .progress-bar {
  background: #039275;
}
.resultsSection .cardResultsArea.loadTimeColor .resultsProgressArea .progress {
  background: #cbeee7;
}

.resultsSection
  .cardResultsArea.requestsColor
  .resultsProgressArea
  .progress
  .progress-bar {
  background: #dc542a;
}
.resultsSection .cardResultsArea.requestsColor .resultsProgressArea .progress {
  background: #ebd0c7;
}

.resultsSection .progressAreaStBox {
  background: #fff;
  border: 1px solid #eae8f1;
  border-radius: 15px;
}
.resultsSection .progressAreaStBox .progressCircleArea .progressCircle .h2 {
  color: #545353;
  font-size: 20px;
  font-weight: 600;
}
.resultsSection .progressAreaStBox .progressCircleArea {
  padding: 15px 10px;
  border-right: 1px solid #e0e0e0;
}
.resultsSection .progressAreaStBox .progressCircleArea .progressCircleArea {
  border-radius: 25px 0 0 25px !important;
}

.resultsSection .progressAreaStBox.bG-01 .nmBox {
  color: #7e7e7e;
}

.resultsSection .progressAreaStBox .progressCircleArea .progressCircle::after {
  border: 12px solid #e9e9e9;
}

.resultsSection
  .progressAreaStBox.bG-01
  .progressCircleArea
  .progressCircle
  .progressCircle-bar {
  border-color: #ac39d4 !important;
}
.resultsSection
  .progressAreaStBox.bG-01
  .progressCircleArea
  .progressCircle::after {
  border: 12px solid #08bbac;
}
.resultsSection .progressAreaStBox.bG-01 .nmBox span.lA-1 {
  color: #ac39d4;
}
.resultsSection .progressAreaStBox.bG-01 .nmBox span.rA-1 {
  color: #08bbac;
}

.resultsSection
  .progressAreaStBox.bG-02
  .progressCircleArea
  .progressCircle
  .progressCircle-bar {
  border-color: #bb3614 !important;
}
.resultsSection
  .progressAreaStBox.bG-02
  .progressCircleArea
  .progressCircle::after {
  border: 12px solid #ff783e;
}

.resultsSection .progressAreaStBox.bG-02 .nmBox span.lA-1 {
  color: #bb3614;
}
.resultsSection .progressAreaStBox.bG-02 .nmBox span.rA-1 {
  color: #ff783e;
}

.resultsSection
  .progressAreaStBox.bG-03
  .progressCircleArea
  .progressCircle
  .progressCircle-bar {
  border-color: #02a3fe !important;
}

.resultsSection
  .progressAreaStBox.bG-03
  .progressCircleArea
  .progressCircle::after {
  border: 12px solid #ec49a6;
}

.resultsSection .progressAreaStBox.bG-03 .nmBox span.lA-1 {
  color: #02a3fe;
}
.resultsSection .progressAreaStBox.bG-03 .nmBox span.rA-1 {
  color: #ec49a6;
}

.resultsSection
  .progressAreaStBox.bG-04
  .progressCircleArea
  .progressCircle
  .progressCircle-bar {
  border-color: #07a633 !important;
}
.resultsSection
  .progressAreaStBox.bG-04
  .progressCircleArea
  .progressCircle::after {
  border: 12px solid #4dde76;
}

.resultsSection .progressAreaStBox.bG-04 .nmBox span.lA-1 {
  color: #07a633;
}
.resultsSection .progressAreaStBox.bG-04 .nmBox span.rA-1 {
  color: #4dde76;
}

.resultsSection .boxResultsArea span {
  font-weight: 600;
  color: #7e7e7e;
  font-size: 25px;
}

.resultsSection .boxResultsArea p {
  margin-bottom: 10px;
  color: #7e7e7e;
  line-height: 15px;
}

.btnMoreArea {
  border: 1px solid #8e8e8e;
  padding: 3px;
  display: inline-block;
  border-radius: 50px;
}
.btnMoreArea button.btn {
  background: #1eaae7;
  color: #fff;
  border-radius: 50px;
  padding: 7px 25px;
  font-size: 16px;
}

@media (max-width: 1500px) {
  .resultsSection .boxResultsArea span {
    font-size: 21px;
  }
}

body.stLeftMenu .content-page {
  margin-left: 0px;
}

body.stLeftMenu.sidebar-main .content-page {
  margin-left: 0px;
}

body.stLeftMenu .iq-sidebar {
  position: fixed;
  background: #fff;
  z-index: 999;
  padding-top: 65px;
  width: 250px;
  left: -250px;
}

body.stLeftMenu.sidebar-main .iq-sidebar {
  left: 0px;
}

body.stLeftMenu .iq-top-navbar {
  width: calc(100% - 0px);
}
body.stLeftMenu .iq-sidebar-menu .iq-menu li a span {
  white-space: nowrap;
  color: #000;
  border-radius: 5px;
  padding: 5px 2px;
  display: inline-block;
  background: transparent;
  left: 0px;
  visibility: visible;
  opacity: 1;
  position: relative;
  -webkit-transition: all ease-out 0.1s;
  -moz-transition: all ease-out 0.1s;
  -ms-transition: all ease-out 0.1s;
  -o-transition: all ease-out 0.1s;
  transition: all ease-out 0.1s;
  transition: none;
}

/* @media(min-width:1200px) {}*/
body.stLeftMenu.sidebar-main .iq-top-navbar {
  width: calc(100% - 0px) !important;
}

body.stLeftMenu .iq-sidebar-menu .iq-menu li a {
  display: flex;
  background: #f8f8f8;
  border-radius: 50px;
  font-size: 12px;
  -webkit-transition: all 0.1s ease-out 0s;
  -moz-transition: all 0.1s ease-out 0s;
  -ms-transition: all 0.1s ease-out 0s;
  -o-transition: all 0.1s ease-out 0s;
  transition: all 0.1s ease-out 0s;
}

body.stLeftMenu .iq-sidebar-menu .iq-menu li a i {
  font-size: 18px;
  vertical-align: middle;
  width: 30px;
  height: 38px;
  color: #000;
  background: transparent;
  display: inline-block;
  float: left;
  border-radius: 50px;
  text-align: center;
  line-height: 38px;
}

body.stLeftMenu .iq-sidebar-menu .iq-menu li.active > a,
body.stLeftMenu .iq-sidebar-menu .iq-menu li:hover > a {
  background: #1eaae7;
  color: #fff;
  -webkit-transition: all 0s ease-out 0s;
  -moz-transition: all 0s ease-out 0s;
  -ms-transition: all 0s ease-out 0s;
  -o-transition: all 0s ease-out 0s;
  transition: all 0s ease-out 0s;
}
body.stLeftMenu .iq-sidebar-menu .iq-menu li.active > a span {
  color: #fff;
}

body.stLeftMenu .iq-sidebar .iq-sidebar-menu .iq-menu li a span,
body.stLeftMenu .iq-sidebar-logo a span,
body.stLeftMenu .iq-sidebar-menu .iq-menu li a .badge {
  -webkit-transition: all 0.1s ease-out 0s;
  -moz-transition: all 0.1s ease-out 0s;
  -ms-transition: all 0.1s ease-out 0s;
  -o-transition: all 0.1s ease-out 0s;
  transition: all 0.1s ease-out 0s;
}

body.stLeftMenu .iq-sidebar-menu .iq-menu li {
  margin: 0px 0 6px 0;
}

body.stLeftMenu
  .iq-top-navbar
  .iq-navbar-custom
  .iq-menu-bt-sidebar
  .iq-menu-bt {
  display: block;
  margin: 0 0 0 0px;
}

body.stLeftMenu .iq-sidebar-logo .iq-menu-bt-sidebar {
  padding: 0;
}

.questionTabArea .resultsSection{ margin: 0 !important;}
.questionTabArea .resultsSection h4 {
  font-size: 19px;
}

.questionTabArea .resultsSection .cardResultsArea {
  padding: 14px 15px;
  border-right: 1px solid #e0e0e0;
}

.questionTabArea .resultsSection .cardResultsArea h2 {
  font-size: 32px;
  line-height: 33px;
}
.backBtn {
  background: #f5a33d;
  /* border: 1px solid #7e7d7d; */
  padding: 9px 20px 9px 10px;
  font-weight: 600;
  font-size: 16px;
  color: #ffffff;
  border-radius: 10px;
}
.backBtn i{ font-size: 20px;}
.backBtn:hover{ color: #fff;}