@import url("https://fonts.googleapis.com/css?family=Nunito:300,400,600,700&amp;display=swap");

.mr-10 {
  margin-right: 10px;
}

.courseImageExtra {
  width: 300px
}

.width-fit-content {
  width: fit-content;
}

.text-cap {
  text-transform: capitalize;
}

.color-white {
  color: #fff;
}

.font-weight-800 {
  font-weight: 800;
}

h1,
.h1 {
  font-size: 42px;
  line-height: 1.5;
  font-weight: 600;
}

h2,
.h2 {
  font-size: 36px;
  line-height: 1.5;
  font-weight: 600;
}

h3,
.h3 {
  font-size: 30px;
  line-height: 1.5;
  font-weight: 600;
}

h4,
.h4 {
  font-size: 24px;
  line-height: 1.5;
  font-weight: 600;
}

h5,
.h5 {
  font-size: 15px;
  line-height: 1.5;
  font-weight: 600;
}

h6,
.h6 {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 600;
}
.form-group {
  padding: 9px 0px;
  margin-left: 1px;
 
}

.display-1 {
  font-size: 80px;
}

.display-2 {
  font-size: 72px;
}

.display-3 {
  font-size: 64px;
}

.display-4 {
  font-size: 56px;
}

.display-5 {
  font-size: 48px;
}

.display-6 {
  font-size: 40px;
}

.bg-primary {
  background-color: #2f55d4 !important;
}

.bg-soft-primary {
  background-color: rgba(47, 85, 212, 0.1) !important;
  border: 1px solid rgba(47, 85, 212, 0.1) !important;
  color: #2f55d4 !important;
}

.text-primary {
  color: #2f55d4 !important;
}

a.text-primary:hover,
a.text-primary:focus {
  color: #284bc1 !important;
}

.bg-secondary {
  background-color: #5a6d90 !important;
}

.bg-soft-secondary {
  background-color: rgba(90, 109, 144, 0.1) !important;
  border: 1px solid rgba(90, 109, 144, 0.1) !important;
  color: #5a6d90 !important;
}

.text-secondary {
  color: #5a6d90 !important;
}

a.text-secondary:hover,
a.text-secondary:focus {
  color: #506180 !important;
}

.bg-success {
  background-color: #2eca8b !important;
}

.bg-soft-success {
  background-color: rgba(46, 202, 139, 0.1) !important;
  border: 1px solid rgba(46, 202, 139, 0.1) !important;
  color: #2eca8b !important;
}

.text-success {
  color: #2eca8b !important;
}

a.text-success:hover,
a.text-success:focus {
  color: #29b57d !important;
}

.bg-warning {
  background-color: #f17425 !important;
}

.bg-soft-warning {
  background-color: rgba(241, 116, 37, 0.1) !important;
  border: 1px solid rgba(241, 116, 37, 0.1) !important;
  color: #f17425 !important;
}

.text-warning {
  color: #f17425 !important;
}

a.text-warning:hover,
a.text-warning:focus {
  color: #ed650f !important;
}

.bg-info {
  background-color: #17a2b8 !important;
}

.bg-soft-info {
  background-color: rgba(23, 162, 184, 0.1) !important;
  border: 1px solid rgba(23, 162, 184, 0.1) !important;
  color: #17a2b8 !important;
}

.text-info {
  color: #17a2b8 !important;
}

a.text-info:hover,
a.text-info:focus {
  color: #148ea1 !important;
}

.bg-danger {
  background-color: #e43f52 !important;
}

.bg-soft-danger {
  background-color: rgba(228, 63, 82, 0.1) !important;
  border: 1px solid rgba(228, 63, 82, 0.1) !important;
  color: #e43f52 !important;
}

.text-danger {
  color: #e43f52 !important;
}

a.text-danger:hover,
a.text-danger:focus {
  color: #e1293e !important;
}

.bg-dark {
  background-color: #3c4858 !important;
}

.bg-soft-dark {
  background-color: rgba(60, 72, 88, 0.1) !important;
  border: 1px solid rgba(60, 72, 88, 0.1) !important;
  color: #3c4858 !important;
}

.text-dark {
  color: #3c4858 !important;
}

a.text-dark:hover,
a.text-dark:focus {
  color: #323c49 !important;
}

.bg-muted {
  background-color: #8492a6 !important;
}

.bg-soft-muted {
  background-color: rgba(132, 146, 166, 0.1) !important;
  border: 1px solid rgba(132, 146, 166, 0.1) !important;
  color: #8492a6 !important;
}

.text-muted {
  color: #8492a6 !important;
}

a.text-muted:hover,
a.text-muted:focus {
  color: #75859b !important;
}

.bg-light {
  background-color: #f8f9fc !important;
}

.bg-soft-light {
  background-color: rgba(248, 249, 252, 0.1) !important;
  border: 1px solid rgba(248, 249, 252, 0.1) !important;
  color: #f8f9fc !important;
}

.text-light {
  color: #f8f9fc !important;
}

a.text-light:hover,
a.text-light:focus {
  color: #e6eaf4 !important;
}

.bg-blue {
  background-color: #2f55d4 !important;
}

.bg-soft-blue {
  background-color: rgba(47, 85, 212, 0.1) !important;
  border: 1px solid rgba(47, 85, 212, 0.1) !important;
  color: #2f55d4 !important;
}

.text-blue {
  color: #2f55d4 !important;
}

a.text-blue:hover,
a.text-blue:focus {
  color: #284bc1 !important;
}

.bg-footer {
  background-color: #202942 !important;
}

.bg-soft-footer {
  background-color: rgba(32, 41, 66, 0.1) !important;
  border: 1px solid rgba(32, 41, 66, 0.1) !important;
  color: #202942 !important;
}

.text-footer {
  color: #202942 !important;
}

a.text-footer:hover,
a.text-footer:focus {
  color: #181e30 !important;
}

a {
  transition: all 0.5s ease;
}

.bg-white-50 {
  background-color: rgba(255, 255, 255, 0.5) !important;
}

@media (min-width: 1400px) {
  .container {
    max-width: 1140px !important;
  }
}

.row>* {
  position: relative;
}

.list-inline-item:not(:last-child) {
  margin-right: 0px;
  margin-bottom: 5px;
}

.margin-nagative.mt-n5 {
  margin-top: -48px;
}

.d-flex .flex-1 {
  flex: 1;
}

.rounded {
  border-radius: 5px !important;
}

.rounded-top {
  border-top-left-radius: 5px !important;
  border-top-right-radius: 5px !important;
}

.rounded-left {
  border-top-left-radius: 5px !important;
  border-bottom-left-radius: 5px !important;
}

.rounded-bottom {
  border-bottom-left-radius: 5px !important;
  border-bottom-right-radius: 5px !important;
}

.rounded-right {
  border-top-right-radius: 5px !important;
  border-bottom-right-radius: 5px !important;
}

.rounded-md {
  border-radius: 10px !important;
}

.rounded-lg {
  border-radius: 30px !important;
}

.border {
  border: 1px solid #e9ecef !important;
}

.border-top {
  border-top: 1px solid #e9ecef !important;
}

.border-bottom {
  border-bottom: 1px solid #e9ecef !important;
}

.border-left {
  border-left: 1px solid #e9ecef !important;
}

.border-right {
  border-right: 1px solid #e9ecef !important;
}

.small,
small {
  font-size: 0.9em;
}

.card .card-body {
  padding: 1.5rem;
}

.offcanvas .offcanvas-header {
  height: 71px;
}

.offcanvas .offcanvas-header .dark-version {
  display: none;
}

.offcanvas .offcanvas-header .light-version {
  display: inline-block;
}

.offcanvas .offcanvas-header .btn-close {
  color: #3c4858;
  background: none;
}

.offcanvas .offcanvas-footer {
  height: 60px;
}

.offcanvas.offcanvas-end {
  width: 340px;
}

.component-wrapper .title {
  font-size: 20px;
}

.component-wrapper.sticky-bar li {
  margin-bottom: 6px;
}

.component-wrapper.sticky-bar li:last-child {
  margin-bottom: 0px !important;
}

.component-wrapper.sticky-bar li a {
  transition: all 0.5s ease;
}

.component-wrapper.sticky-bar li a:hover,
.component-wrapper.sticky-bar li a:focus {
  color: #2f55d4 !important;
}

.btn-primary {
  background-color: #2f55d4 !important;
  border: 1px solid #2f55d4 !important;
  color: #fff !important;
  box-shadow: 0 3px 5px 0 rgba(47, 85, 212, 0.1);
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.btn-primary.focus {
  background-color: #2443ac !important;
  border-color: #2443ac !important;
  color: #fff !important;
}

.btn-soft-primary {
  background-color: rgba(47, 85, 212, 0.05) !important;
  border: 1px solid rgba(47, 85, 212, 0.05) !important;
  color: #2f55d4 !important;
  box-shadow: 0 3px 5px 0 rgba(47, 85, 212, 0.1);
}

.btn-soft-primary:hover,
.btn-soft-primary:focus,
.btn-soft-primary:active,
.btn-soft-primary.active,
.btn-soft-primary.focus {
  background-color: #2f55d4 !important;
  border-color: #2f55d4 !important;
  color: #fff !important;
}

.btn-outline-primary {
  border: 1px solid #2f55d4;
  color: #2f55d4;
  background-color: transparent;
}

.btn-outline-primary:hover,
.btn-outline-primary:focus,
.btn-outline-primary:active,
.btn-outline-primary.active,
.btn-outline-primary.focus,
.btn-outline-primary:not(:disabled):not(.disabled):active {
  background-color: #2f55d4;
  border-color: #2f55d4;
  color: #fff !important;
  box-shadow: 0 3px 5px 0 rgba(47, 85, 212, 0.1);
}

.btn-secondary {
  background-color: #5a6d90 !important;
  border: 1px solid #5a6d90 !important;
  color: #fff !important;
  box-shadow: 0 3px 5px 0 rgba(90, 109, 144, 0.1);
}

.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:active,
.btn-secondary.active,
.btn-secondary.focus {
  background-color: #465571 !important;
  border-color: #465571 !important;
  color: #fff !important;
}

.btn-soft-secondary {
  background-color: rgba(90, 109, 144, 0.05) !important;
  border: 1px solid rgba(90, 109, 144, 0.05) !important;
  color: #5a6d90 !important;
  box-shadow: 0 3px 5px 0 rgba(90, 109, 144, 0.1);
}

.btn-soft-secondary:hover,
.btn-soft-secondary:focus,
.btn-soft-secondary:active,
.btn-soft-secondary.active,
.btn-soft-secondary.focus {
  background-color: #5a6d90 !important;
  border-color: #5a6d90 !important;
  color: #fff !important;
}

.btn-outline-secondary {
  border: 1px solid #5a6d90;
  color: #5a6d90;
  background-color: transparent;
}

.btn-outline-secondary:hover,
.btn-outline-secondary:focus,
.btn-outline-secondary:active,
.btn-outline-secondary.active,
.btn-outline-secondary.focus,
.btn-outline-secondary:not(:disabled):not(.disabled):active {
  background-color: #5a6d90;
  border-color: #5a6d90;
  color: #fff !important;
  box-shadow: 0 3px 5px 0 rgba(90, 109, 144, 0.1);
}

.btn-success {
  background-color: #2eca8b !important;
  border: 1px solid #2eca8b !important;
  color: #fff !important;
  box-shadow: 0 3px 5px 0 rgba(46, 202, 139, 0.1);
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.btn-success.focus {
  background-color: #25a06e !important;
  border-color: #25a06e !important;
  color: #fff !important;
}

.btn-soft-success {
  background-color: rgba(46, 202, 139, 0.05) !important;
  border: 1px solid rgba(46, 202, 139, 0.05) !important;
  color: #2eca8b !important;
  box-shadow: 0 3px 5px 0 rgba(46, 202, 139, 0.1);
}

.btn-soft-success:hover,
.btn-soft-success:focus,
.btn-soft-success:active,
.btn-soft-success.active,
.btn-soft-success.focus {
  background-color: #2eca8b !important;
  border-color: #2eca8b !important;
  color: #fff !important;
}

.btn-outline-success {
  border: 1px solid #2eca8b;
  color: #2eca8b;
  background-color: transparent;
}

.btn-outline-success:hover,
.btn-outline-success:focus,
.btn-outline-success:active,
.btn-outline-success.active,
.btn-outline-success.focus,
.btn-outline-success:not(:disabled):not(.disabled):active {
  background-color: #2eca8b;
  border-color: #2eca8b;
  color: #fff !important;
  box-shadow: 0 3px 5px 0 rgba(46, 202, 139, 0.1);
}

.btn-warning {
  background-color: #f17425 !important;
  border: 1px solid #f17425 !important;
  color: #fff !important;
  box-shadow: 0 3px 5px 0 rgba(241, 116, 37, 0.1);
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.btn-warning.focus {
  background-color: #d55b0e !important;
  border-color: #d55b0e !important;
  color: #fff !important;
}

.btn-soft-warning {
  background-color: rgba(241, 116, 37, 0.05) !important;
  border: 1px solid rgba(241, 116, 37, 0.05) !important;
  color: #f17425 !important;
  box-shadow: 0 3px 5px 0 rgba(241, 116, 37, 0.1);
}

.btn-soft-warning:hover,
.btn-soft-warning:focus,
.btn-soft-warning:active,
.btn-soft-warning.active,
.btn-soft-warning.focus {
  background-color: #f17425 !important;
  border-color: #f17425 !important;
  color: #fff !important;
}

.btn-outline-warning {
  border: 1px solid #f17425;
  color: #f17425;
  background-color: transparent;
}

.btn-outline-warning:hover,
.btn-outline-warning:focus,
.btn-outline-warning:active,
.btn-outline-warning.active,
.btn-outline-warning.focus,
.btn-outline-warning:not(:disabled):not(.disabled):active {
  background-color: #f17425;
  border-color: #f17425;
  color: #fff !important;
  box-shadow: 0 3px 5px 0 rgba(241, 116, 37, 0.1);
}

.btn-info {
  background-color: #17a2b8 !important;
  border: 1px solid #17a2b8 !important;
  color: #fff !important;
  box-shadow: 0 3px 5px 0 rgba(23, 162, 184, 0.1);
}

.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.btn-info.focus {
  background-color: #117a8b !important;
  border-color: #117a8b !important;
  color: #fff !important;
}

.btn-soft-info {
  background-color: rgba(23, 162, 184, 0.05) !important;
  border: 1px solid rgba(23, 162, 184, 0.05) !important;
  color: #17a2b8 !important;
  box-shadow: 0 3px 5px 0 rgba(23, 162, 184, 0.1);
}

.btn-soft-info:hover,
.btn-soft-info:focus,
.btn-soft-info:active,
.btn-soft-info.active,
.btn-soft-info.focus {
  background-color: #17a2b8 !important;
  border-color: #17a2b8 !important;
  color: #fff !important;
}

.btn-outline-info {
  border: 1px solid #17a2b8;
  color: #17a2b8;
  background-color: transparent;
}

.btn-outline-info:hover,
.btn-outline-info:focus,
.btn-outline-info:active,
.btn-outline-info.active,
.btn-outline-info.focus,
.btn-outline-info:not(:disabled):not(.disabled):active {
  background-color: #17a2b8;
  border-color: #17a2b8;
  color: #fff !important;
  box-shadow: 0 3px 5px 0 rgba(23, 162, 184, 0.1);
}

.btn-danger {
  background-color: #e43f52 !important;
  border: 1px solid #e43f52 !important;
  color: #fff !important;
  box-shadow: 0 3px 5px 0 rgba(228, 63, 82, 0.1);
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.btn-danger.focus {
  background-color: #d21e32 !important;
  border-color: #d21e32 !important;
  color: #fff !important;
}

.btn-soft-danger {
  background-color: rgba(228, 63, 82, 0.05) !important;
  border: 1px solid rgba(228, 63, 82, 0.05) !important;
  color: #e43f52 !important;
  box-shadow: 0 3px 5px 0 rgba(228, 63, 82, 0.1);
}

.btn-soft-danger:hover,
.btn-soft-danger:focus,
.btn-soft-danger:active,
.btn-soft-danger.active,
.btn-soft-danger.focus {
  background-color: #e43f52 !important;
  border-color: #e43f52 !important;
  color: #fff !important;
}

.btn-outline-danger {
  border: 1px solid #e43f52;
  color: #e43f52;
  background-color: transparent;
}

.btn-outline-danger:hover,
.btn-outline-danger:focus,
.btn-outline-danger:active,
.btn-outline-danger.active,
.btn-outline-danger.focus,
.btn-outline-danger:not(:disabled):not(.disabled):active {
  background-color: #e43f52;
  border-color: #e43f52;
  color: #fff !important;
  box-shadow: 0 3px 5px 0 rgba(228, 63, 82, 0.1);
}

.btn-dark {
  background-color: #3c4858 !important;
  border: 1px solid #3c4858 !important;
  color: #fff !important;
  box-shadow: 0 3px 5px 0 rgba(60, 72, 88, 0.1);
}

.btn-dark:hover,
.btn-dark:focus,
.btn-dark:active,
.btn-dark.active,
.btn-dark.focus {
  background-color: #272f3a !important;
  border-color: #272f3a !important;
  color: #fff !important;
}

.btn-soft-dark {
  background-color: rgba(60, 72, 88, 0.05) !important;
  border: 1px solid rgba(60, 72, 88, 0.05) !important;
  color: #3c4858 !important;
  box-shadow: 0 3px 5px 0 rgba(60, 72, 88, 0.1);
}

.btn-soft-dark:hover,
.btn-soft-dark:focus,
.btn-soft-dark:active,
.btn-soft-dark.active,
.btn-soft-dark.focus {
  background-color: #3c4858 !important;
  border-color: #3c4858 !important;
  color: #fff !important;
}

.btn-outline-dark {
  border: 1px solid #3c4858;
  color: #3c4858;
  background-color: transparent;
}

.btn-outline-dark:hover,
.btn-outline-dark:focus,
.btn-outline-dark:active,
.btn-outline-dark.active,
.btn-outline-dark.focus,
.btn-outline-dark:not(:disabled):not(.disabled):active {
  background-color: #3c4858;
  border-color: #3c4858;
  color: #fff !important;
  box-shadow: 0 3px 5px 0 rgba(60, 72, 88, 0.1);
}

.btn-muted {
  background-color: #8492a6 !important;
  border: 1px solid #8492a6 !important;
  color: #fff !important;
  box-shadow: 0 3px 5px 0 rgba(132, 146, 166, 0.1);
}

.btn-muted:hover,
.btn-muted:focus,
.btn-muted:active,
.btn-muted.active,
.btn-muted.focus {
  background-color: #68788f !important;
  border-color: #68788f !important;
  color: #fff !important;
}

.btn-soft-muted {
  background-color: rgba(132, 146, 166, 0.05) !important;
  border: 1px solid rgba(132, 146, 166, 0.05) !important;
  color: #8492a6 !important;
  box-shadow: 0 3px 5px 0 rgba(132, 146, 166, 0.1);
}

.btn-soft-muted:hover,
.btn-soft-muted:focus,
.btn-soft-muted:active,
.btn-soft-muted.active,
.btn-soft-muted.focus {
  background-color: #8492a6 !important;
  border-color: #8492a6 !important;
  color: #fff !important;
}

.btn-outline-muted {
  border: 1px solid #8492a6;
  color: #8492a6;
  background-color: transparent;
}

.btn-outline-muted:hover,
.btn-outline-muted:focus,
.btn-outline-muted:active,
.btn-outline-muted.active,
.btn-outline-muted.focus,
.btn-outline-muted:not(:disabled):not(.disabled):active {
  background-color: #8492a6;
  border-color: #8492a6;
  color: #fff !important;
  box-shadow: 0 3px 5px 0 rgba(132, 146, 166, 0.1);
}

.btn-light {
  background-color: #f8f9fc !important;
  border: 1px solid #f8f9fc !important;
  color: #fff !important;
  box-shadow: 0 3px 5px 0 rgba(248, 249, 252, 0.1);
}

.btn-light:hover,
.btn-light:focus,
.btn-light:active,
.btn-light.active,
.btn-light.focus {
  background-color: #d4daed !important;
  border-color: #d4daed !important;
  color: #fff !important;
}

.btn-soft-light {
  background-color: rgba(248, 249, 252, 0.05) !important;
  border: 1px solid rgba(248, 249, 252, 0.05) !important;
  color: #f8f9fc !important;
  box-shadow: 0 3px 5px 0 rgba(248, 249, 252, 0.1);
}

.btn-soft-light:hover,
.btn-soft-light:focus,
.btn-soft-light:active,
.btn-soft-light.active,
.btn-soft-light.focus {
  background-color: #f8f9fc !important;
  border-color: #f8f9fc !important;
  color: #fff !important;
}

.btn-outline-light {
  border: 1px solid #f8f9fc;
  color: #f8f9fc;
  background-color: transparent;
}

.btn-outline-light:hover,
.btn-outline-light:focus,
.btn-outline-light:active,
.btn-outline-light.active,
.btn-outline-light.focus,
.btn-outline-light:not(:disabled):not(.disabled):active {
  background-color: #f8f9fc;
  border-color: #f8f9fc;
  color: #fff !important;
  box-shadow: 0 3px 5px 0 rgba(248, 249, 252, 0.1);
}

.btn-blue {
  background-color: #2f55d4 !important;
  border: 1px solid #2f55d4 !important;
  color: #fff !important;
  box-shadow: 0 3px 5px 0 rgba(47, 85, 212, 0.1);
}

.btn-blue:hover,
.btn-blue:focus,
.btn-blue:active,
.btn-blue.active,
.btn-blue.focus {
  background-color: #2443ac !important;
  border-color: #2443ac !important;
  color: #fff !important;
}

.btn-soft-blue {
  background-color: rgba(47, 85, 212, 0.05) !important;
  border: 1px solid rgba(47, 85, 212, 0.05) !important;
  color: #2f55d4 !important;
  box-shadow: 0 3px 5px 0 rgba(47, 85, 212, 0.1);
}

.btn-soft-blue:hover,
.btn-soft-blue:focus,
.btn-soft-blue:active,
.btn-soft-blue.active,
.btn-soft-blue.focus {
  background-color: #2f55d4 !important;
  border-color: #2f55d4 !important;
  color: #fff !important;
}

.btn-outline-blue {
  border: 1px solid #2f55d4;
  color: #2f55d4;
  background-color: transparent;
}

.btn-outline-blue:hover,
.btn-outline-blue:focus,
.btn-outline-blue:active,
.btn-outline-blue.active,
.btn-outline-blue.focus,
.btn-outline-blue:not(:disabled):not(.disabled):active {
  background-color: #2f55d4;
  border-color: #2f55d4;
  color: #fff !important;
  box-shadow: 0 3px 5px 0 rgba(47, 85, 212, 0.1);
}

.btn-footer {
  background-color: #202942 !important;
  border: 1px solid #202942 !important;
  color: #fff !important;
  box-shadow: 0 3px 5px 0 rgba(32, 41, 66, 0.1);
}

.btn-footer:hover,
.btn-footer:focus,
.btn-footer:active,
.btn-footer.active,
.btn-footer.focus {
  background-color: #0f131f !important;
  border-color: #0f131f !important;
  color: #fff !important;
}

.btn-soft-footer {
  background-color: rgba(32, 41, 66, 0.05) !important;
  border: 1px solid rgba(32, 41, 66, 0.05) !important;
  color: #202942 !important;
  box-shadow: 0 3px 5px 0 rgba(32, 41, 66, 0.1);
}

.btn-soft-footer:hover,
.btn-soft-footer:focus,
.btn-soft-footer:active,
.btn-soft-footer.active,
.btn-soft-footer.focus {
  background-color: #202942 !important;
  border-color: #202942 !important;
  color: #fff !important;
}

.btn-outline-footer {
  border: 1px solid #202942;
  color: #202942;
  background-color: transparent;
}

.btn-outline-footer:hover,
.btn-outline-footer:focus,
.btn-outline-footer:active,
.btn-outline-footer.active,
.btn-outline-footer.focus,
.btn-outline-footer:not(:disabled):not(.disabled):active {
  background-color: #202942;
  border-color: #202942;
  color: #fff !important;
  box-shadow: 0 3px 5px 0 rgba(32, 41, 66, 0.1);
}

.btn {
  padding: 8px 20px;
  outline: none;
  text-decoration: none;
  font-size: 16px;
  letter-spacing: 0.5px;
  transition: all 0.3s;
  font-weight: 600;
  border-radius: 6px;
}

.btn:focus {
  box-shadow: none !important;
}

.btn.btn-sm {
  padding: 7px 16px;
  font-size: 10px;
}

.btn.btn-lg {
  padding: 14px 30px;
  font-size: 16px;
}

.btn.searchbtn {
  padding: 6px 20px;
}

.btn.btn-pills {
  border-radius: 30px;
}

.btn.btn-light {
  color: #3c4858 !important;
  border: 1px solid #dee2e6 !important;
}

.btn.btn-light:hover,
.btn.btn-light:focus,
.btn.btn-light:active,
.btn.btn-light.active,
.btn.btn-light.focus {
  background-color: #d4daed !important;
  color: #3c4858 !important;
}

.btn.btn-soft-light {
  color: rgba(60, 72, 88, 0.5) !important;
  border: 1px solid #dee2e6 !important;
}

.btn.btn-soft-light:hover,
.btn.btn-soft-light:focus,
.btn.btn-soft-light:active,
.btn.btn-soft-light.active,
.btn.btn-soft-light.focus {
  color: #3c4858 !important;
}

.btn.btn-outline-light {
  border: 1px solid #dee2e6 !important;
  color: #3c4858 !important;
  background-color: transparent;
}

.btn.btn-outline-light:hover,
.btn.btn-outline-light:focus,
.btn.btn-outline-light:active,
.btn.btn-outline-light.active,
.btn.btn-outline-light.focus {
  background-color: #f8f9fc !important;
}

.btn.btn-icon {
  height: 36px;
  width: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}

.btn.btn-icon .icons {
  height: 16px;
  width: 16px;
  font-size: 16px;
}

.btn.btn-icon.btn-lg {
  height: 48px;
  width: 48px;
  line-height: 46px;
}

.btn.btn-icon.btn-lg .icons {
  height: 20px;
  width: 20px;
  font-size: 20px;
}

.btn.btn-icon.btn-sm {
  height: 30px;
  width: 30px;
  line-height: 28px;
}

button:not(:disabled) {
  outline: none;
}

.shadow {
  box-shadow: 0 0 3px rgba(60, 72, 88, 0.15) !important;
  margin-top: -10px;
}

.shadow-lg {
  box-shadow: 0 10px 25px rgba(60, 72, 88, 0.15) !important;
}

.shadow-md {
  box-shadow: 0 5px 13px rgba(60, 72, 88, 0.2) !important;
}

.badge {
  letter-spacing: 0.5px;
  padding: 4px 8px;
  font-weight: 600;
  line-height: 11px;
}

.badge.badge-link:hover {
  color: #fff !important;
}

.dropdown-primary .dropdown-menu .dropdown-item:hover,
.dropdown-primary .dropdown-menu .dropdown-item.active,
.dropdown-primary .dropdown-menu .dropdown-item:active,
.dropdown-primary .dropdown-menu .dropdown-item.focus,
.dropdown-primary .dropdown-menu .dropdown-item:focus {
  background-color: transparent;
  color: #2f55d4 !important;
}

.dropdown-secondary .dropdown-menu .dropdown-item:hover,
.dropdown-secondary .dropdown-menu .dropdown-item.active,
.dropdown-secondary .dropdown-menu .dropdown-item:active,
.dropdown-secondary .dropdown-menu .dropdown-item.focus,
.dropdown-secondary .dropdown-menu .dropdown-item:focus {
  background-color: transparent;
  color: #5a6d90 !important;
}

.dropdown-success .dropdown-menu .dropdown-item:hover,
.dropdown-success .dropdown-menu .dropdown-item.active,
.dropdown-success .dropdown-menu .dropdown-item:active,
.dropdown-success .dropdown-menu .dropdown-item.focus,
.dropdown-success .dropdown-menu .dropdown-item:focus {
  background-color: transparent;
  color: #2eca8b !important;
}

.dropdown-warning .dropdown-menu .dropdown-item:hover,
.dropdown-warning .dropdown-menu .dropdown-item.active,
.dropdown-warning .dropdown-menu .dropdown-item:active,
.dropdown-warning .dropdown-menu .dropdown-item.focus,
.dropdown-warning .dropdown-menu .dropdown-item:focus {
  background-color: transparent;
  color: #f17425 !important;
}

.dropdown-info .dropdown-menu .dropdown-item:hover,
.dropdown-info .dropdown-menu .dropdown-item.active,
.dropdown-info .dropdown-menu .dropdown-item:active,
.dropdown-info .dropdown-menu .dropdown-item.focus,
.dropdown-info .dropdown-menu .dropdown-item:focus {
  background-color: transparent;
  color: #17a2b8 !important;
}

.dropdown-danger .dropdown-menu .dropdown-item:hover,
.dropdown-danger .dropdown-menu .dropdown-item.active,
.dropdown-danger .dropdown-menu .dropdown-item:active,
.dropdown-danger .dropdown-menu .dropdown-item.focus,
.dropdown-danger .dropdown-menu .dropdown-item:focus {
  background-color: transparent;
  color: #e43f52 !important;
}

.dropdown-dark .dropdown-menu .dropdown-item:hover,
.dropdown-dark .dropdown-menu .dropdown-item.active,
.dropdown-dark .dropdown-menu .dropdown-item:active,
.dropdown-dark .dropdown-menu .dropdown-item.focus,
.dropdown-dark .dropdown-menu .dropdown-item:focus {
  background-color: transparent;
  color: #3c4858 !important;
}

.dropdown-muted .dropdown-menu .dropdown-item:hover,
.dropdown-muted .dropdown-menu .dropdown-item.active,
.dropdown-muted .dropdown-menu .dropdown-item:active,
.dropdown-muted .dropdown-menu .dropdown-item.focus,
.dropdown-muted .dropdown-menu .dropdown-item:focus {
  background-color: transparent;
  color: #8492a6 !important;
}

.dropdown-light .dropdown-menu .dropdown-item:hover,
.dropdown-light .dropdown-menu .dropdown-item.active,
.dropdown-light .dropdown-menu .dropdown-item:active,
.dropdown-light .dropdown-menu .dropdown-item.focus,
.dropdown-light .dropdown-menu .dropdown-item:focus {
  background-color: transparent;
  color: #f8f9fc !important;
}

.dropdown-blue .dropdown-menu .dropdown-item:hover,
.dropdown-blue .dropdown-menu .dropdown-item.active,
.dropdown-blue .dropdown-menu .dropdown-item:active,
.dropdown-blue .dropdown-menu .dropdown-item.focus,
.dropdown-blue .dropdown-menu .dropdown-item:focus {
  background-color: transparent;
  color: #2f55d4 !important;
}

.dropdown-footer .dropdown-menu .dropdown-item:hover,
.dropdown-footer .dropdown-menu .dropdown-item.active,
.dropdown-footer .dropdown-menu .dropdown-item:active,
.dropdown-footer .dropdown-menu .dropdown-item.focus,
.dropdown-footer .dropdown-menu .dropdown-item:focus {
  background-color: transparent;
  color: #202942 !important;
}

.btn-group .dropdown-toggle:after {
  content: "";
  position: relative;
  right: -4px;
  top: -2px;
  border: solid #fff;
  border-radius: 0.5px;
  border-width: 0 2px 2px 0;
  padding: 3px;
  transform: rotate(45deg);
  margin-left: 0;
  vertical-align: 0;
}

.btn-group .dropdown-menu {
  margin-top: 10px;
  border: 0;
  border-radius: 5px;
  box-shadow: 0 0 3px rgba(60, 72, 88, 0.15);
}

.btn-group .dropdown-menu:before {
  content: "";
  position: absolute;
  top: 2px;
  left: 45px;
  box-sizing: border-box;
  border: 7px solid #495057;
  border-radius: 0.5px;
  border-color: transparent transparent #fff #fff;
  transform-origin: 0 0;
  transform: rotate(135deg);
  box-shadow: -2px 2px 2px -1px rgba(22, 28, 45, 0.15);
}

.dropdown .dropdown-toggle:after {
  display: none;
}

.alert-primary {
  background-color: rgba(47, 85, 212, 0.9);
  color: #fff;
  border-color: #2f55d4;
}

.alert-primary .alert-link {
  color: #122258;
}

.alert-outline-primary {
  background-color: #fff;
  color: #2f55d4;
  border-color: #2f55d4;
}

.alert-secondary {
  background-color: rgba(90, 109, 144, 0.9);
  color: #fff;
  border-color: #5a6d90;
}

.alert-secondary .alert-link {
  color: #1f2632;
}

.alert-outline-secondary {
  background-color: #fff;
  color: #5a6d90;
  border-color: #5a6d90;
}

.alert-success {
  background-color: rgba(46, 202, 139, 0.9);
  color: #fff;
  border-color: #2eca8b;
}

.alert-success .alert-link {
  color: #124d35;
}

.alert-outline-success {
  background-color: #fff;
  color: #2eca8b;
  border-color: #2eca8b;
}

.alert-warning {
  background-color: rgba(241, 116, 37, 0.9);
  color: #fff;
  border-color: #f17425;
}

.alert-warning .alert-link {
  color: #753208;
}

.alert-outline-warning {
  background-color: #fff;
  color: #f17425;
  border-color: #f17425;
}

.alert-info {
  background-color: rgba(23, 162, 184, 0.9);
  color: #fff;
  border-color: #17a2b8;
}

.alert-info .alert-link {
  color: #062a30;
}

.alert-outline-info {
  background-color: #fff;
  color: #17a2b8;
  border-color: #17a2b8;
}

.alert-danger {
  background-color: rgba(228, 63, 82, 0.9);
  color: #fff;
  border-color: #e43f52;
}

.alert-danger .alert-link {
  color: #79111d;
}

.alert-outline-danger {
  background-color: #fff;
  color: #e43f52;
  border-color: #e43f52;
}

.alert-dark {
  background-color: rgba(60, 72, 88, 0.9);
  color: #fff;
  border-color: #3c4858;
}

.alert-dark .alert-link {
  color: #000;
}

.alert-outline-dark {
  background-color: #fff;
  color: #3c4858;
  border-color: #3c4858;
}

.alert-muted {
  background-color: rgba(132, 146, 166, 0.9);
  color: #fff;
  border-color: #8492a6;
}

.alert-muted .alert-link {
  color: #3d4654;
}

.alert-outline-muted {
  background-color: #fff;
  color: #8492a6;
  border-color: #8492a6;
}

.alert-light {
  background-color: rgba(248, 249, 252, 0.9);
  color: #fff;
  border-color: #f8f9fc;
}

.alert-light .alert-link {
  color: #8d9dce;
}

.alert-outline-light {
  background-color: #fff;
  color: #f8f9fc;
  border-color: #f8f9fc;
}

.alert-blue {
  background-color: rgba(47, 85, 212, 0.9);
  color: #fff;
  border-color: #2f55d4;
}

.alert-blue .alert-link {
  color: #122258;
}

.alert-outline-blue {
  background-color: #fff;
  color: #2f55d4;
  border-color: #2f55d4;
}

.alert-footer {
  background-color: rgba(32, 41, 66, 0.9);
  color: #fff;
  border-color: #202942;
}

.alert-footer .alert-link {
  color: #000;
}

.alert-outline-footer {
  background-color: #fff;
  color: #202942;
  border-color: #202942;
}

.alert {
  padding: 8px 15px;
  border-radius: 5px;
  font-size: 14px;
}

.alert.alert-light {
  background-color: #fff;
  color: #3c4858;
  border-color: #e9ecef;
}

.alert.alert-dismissible {
  padding-right: 30px;
}

.alert.alert-dismissible .btn-close {
  top: 10px;
  right: 10px;
  padding: 0px;
}

.alert.alert-pills {
  border-radius: 30px;
  display: inline-block;
}

.alert.alert-pills .content {
  font-weight: 600;
}

.pages-heading .title {
  font-size: 32px !important;
  letter-spacing: 1px;
}

.position-breadcrumb {
  position: absolute;
  top: 100%;
  right: 12px;
  left: 12px;
  transform: translateY(-50%);
  text-align: center;
  z-index: 1;
}

.breadcrumb {
  letter-spacing: 0.5px;
  padding: 8px 24px;
  display: block;
}

.breadcrumb .breadcrumb-item {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  padding-left: 0;
  display: inline-block;
}

.breadcrumb .breadcrumb-item a {
  color: #3c4858;
}

.breadcrumb .breadcrumb-item a:hover {
  color: #2f55d4;
}

.breadcrumb .breadcrumb-item.active {
  color: #2f55d4;
}

.breadcrumb .breadcrumb-item:before {
  content: "";
}

.breadcrumb .breadcrumb-item:after {
  content: "\F0142" !important;
  font-size: 14px;
  color: #3c4858;
  font-family: "Material Design Icons";
  padding-left: 5px;
}

.breadcrumb .breadcrumb-item:last-child:after {
  display: none;
}

.pagination .page-item:first-child .page-link {
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
}

.pagination .page-item:last-child .page-link {
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
}

.pagination .page-item .page-link {
  color: #3c4858;
  border: 1px solid #dee2e6;
  padding: 8px 16px;
  font-size: 14px;
}

.pagination .page-item .page-link:focus {
  box-shadow: none;
}

.pagination .page-item .page-link:hover {
  color: #fff;
  background: rgba(47, 85, 212, 0.9);
  border-color: rgba(47, 85, 212, 0.9);
}

.pagination .page-item.active .page-link {
  color: #fff;
  background: #2f55d4 !important;
  border-color: #2f55d4;
  cursor: not-allowed;
}

.avatar.avatar-coin {
  height: 36px;
  width: 36px;
}

.avatar.avatar-ex-sm {
  max-height: 25px;
}

.avatar.avatar-ex-small {
  height: 36px;
  width: 36px;
}

.avatar.avatar-md-sm {
  height: 148px;
  width: 148px;
  margin-top: 6px;
  margin-left: 54px;
  margin-bottom: 15px;
}
.company-nane span{
  margin-left: 63px;
}
.user-email{
  margin-left: 50px;
}

.avatar.avatar-small {
  height: 65px;
  width: 65px;
}

.avatar.avatar-md-md {
  height: 80px;
  width: 80px;
}

.avatar.avatar-medium {
  height: 110px;
  width: 110px;
}

.avatar.avatar-large {
  height: 140px;
  width: 140px;
}

.avatar.avatar-ex-large {
  height: 180px;
  width: 180px;
}

.accordion .accordion-item {
  overflow: hidden;
  border: 0;
  box-shadow: 0 0 3px rgba(60, 72, 88, 0.15);
  background: transparent;
}

.accordion .accordion-item .accordion-button {
  font-weight: 600;
  text-align: left;
  box-shadow: none;
  padding: 1rem 2.5rem 1rem 1.25rem;
}

.accordion .accordion-item .accordion-button:focus {
  box-shadow: none;
}

.accordion .accordion-item .accordion-button:before {
  content: "\F0143";
  display: block;
  font-family: "Material Design Icons";
  font-size: 16px;
  color: #2f55d4;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.5s ease;
}

.accordion .accordion-item .accordion-button.collapsed {
  background-color: #fff;
  color: #3c4858 !important;
  transition: all 0.5s;
}

.accordion .accordion-item .accordion-button.collapsed:before {
  top: 15px;
  transform: rotate(180deg);
  color: #3c4858 !important;
}

.accordion .accordion-item .accordion-button:after {
  display: none;
}

.nav-pills {
  margin-bottom: 15px;
  background: #f4f6fa;
}

.nav-pills .nav-link {
  color: #495057 !important;
  padding: 5px;
  transition: all 0.5s ease;
}

.nav-pills .nav-link.nav-link-alt {
  color: #fff !important;
}

.nav-pills .nav-link.nav-link-alt.active {
  background: #3c4858 !important;
}

.nav-pills .nav-link.active {
  background: #2f55d4;
  color: #fff !important;
}

.nav-pills .nav-link.active .tab-para {
  color: rgba(255, 255, 255, 0.65) !important;
}

.progress-box .title {
  font-size: 15px;
}

.progress-box .progress {
  height: 8px;
  overflow: visible;
  background: #e9ecef;
}

.progress-box .progress .progress-bar {
  border-radius: 6px;
  animation: animate-positive 3s;
  overflow: visible !important;
}

.progress-box .progress .progress-value {
  position: absolute;
  top: -32px;
  right: -15px;
  font-size: 13px;
}

@keyframes animate-positive {
  0% {
    width: 0;
  }
}

.blockquote {
  border-left: 3px solid #dee2e6;
  border-radius: 6px;
  font-size: 16px;
}

.blockquote-wrapper .blockquote {
  position: relative;
  align-self: center;
  border: 2px solid #2f55d4;
}

.blockquote-wrapper .blockquote:after {
  content: "";
  position: absolute;
  border: 2px solid #2f55d4;
  border-radius: 0 50px 0 0;
  width: 60px;
  height: 60px;
  bottom: -60px;
  left: 50px;
  border-bottom: none;
  border-left: none;
  z-index: 3;
}

.blockquote-wrapper .blockquote:before {
  content: "";
  position: absolute;
  width: 80px;
  border: 6px solid #fff;
  bottom: -3px;
  left: 50px;
  z-index: 2;
}

.blockquote-wrapper .author {
  position: relative;
  margin-left: 150px;
}

.blockquote-wrapper .author:first-letter {
  margin-left: -12px;
}

.form-label,
.form-check-label {
  font-weight: 700;
  font-size: 14px;
}

.form-control {
  border: 1px solid #dee2e6;
  font-size: 14px;
  line-height: 26px;
  background-color: #fff;
  border-radius: 6px;
}

.form-control:focus {
  border-color: #2f55d4;
  box-shadow: none;
}

.form-control[readonly] {
  background-color: #fff;
}

.form-control:disabled {
  background-color: #dee2e6;
}

.form-icon .icons {
  position: absolute;
  top: 13px;
  left: 18px;
}

.form-check-input {
  border: 1px solid #dee2e6;
}

.form-check-input:focus {
  border-color: #2f55d4;
  box-shadow: none;
}

.form-check-input.form-check-input:checked {
  background-color: #2f55d4;
  border-color: #2f55d4;
}

.map {
  line-height: 0;
}

.map iframe {
  width: 100%;
  height: 400px;
}

.subcribe-form .btn {
  padding: 10px 20px;
}

.subcribe-form input {
  padding: 12px 20px;
  width: 100%;
  color: #3c4858 !important;
  border: none;
  outline: none !important;
  padding-right: 160px;
  padding-left: 30px;
  background-color: rgba(255, 255, 255, 0.8);
  height: 50px;
}

.subcribe-form button {
  position: absolute;
  top: 2px;
  right: 3px;
  outline: none !important;
}

.subcribe-form form {
  position: relative;
  max-width: 600px;
  margin: 0px auto;
}

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
}

.table-responsive .table td,
.table-responsive .table th {
  vertical-align: middle;
}

.table-responsive .table.table-nowrap th,
.table-responsive .table.table-nowrap td {
  white-space: nowrap;
}

.table-responsive .table-center th {
  vertical-align: middle !important;
}

.table-responsive .table-center tbody tr:hover {
  color: #3c4858;
  background-color: #f8f9fc;
}

.table-responsive .table-center.invoice-tb th,
.table-responsive .table-center.invoice-tb td {
  text-align: end;
}

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: linear-gradient(45deg, #fff, #fff);
  z-index: 9999999;
}

#preloader #status {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

#preloader #status .spinner {
  width: 40px;
  height: 40px;
  position: relative;
  margin: 100px auto;
}

#preloader #status .spinner .double-bounce1,
#preloader #status .spinner .double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #2f55d4;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  animation: sk-bounce 2s infinite ease-in-out;
}

#preloader #status .spinner .double-bounce2 {
  animation-delay: -1s;
}

@keyframes sk-bounce {

  0%,
  100% {
    transform: scale(0);
  }

  50% {
    transform: scale(1);
  }
}

.social-icon li a {
  color: #3c4858;
  border: 1px solid #3c4858;
  display: inline-block;
  height: 32px;
  width: 32px;
  line-height: 28px;
  text-align: center;
  transition: all 0.4s ease;
  overflow: hidden;
  position: relative;
}

.social-icon li a .fea-social {
  stroke-width: 2;
}

.social-icon li a:hover {
  background-color: #2f55d4;
  border-color: #2f55d4 !important;
  color: #fff !important;
}

.social-icon li a:hover .fea-social {
  fill: #2f55d4;
}

.social-icon.social li a {
  color: #adb5bd;
  border-color: #adb5bd;
}

.social-icon.foot-social-icon li a {
  color: #adb5bd;
  border-color: #283353;
}

.back-to-top {
  position: fixed;
  z-index: 99;
  bottom: 30px;
  right: 30px;
  display: none;
  transition: all 0.5s ease;
  height: 36px;
  width: 36px;
  line-height: 34px;
  border-radius: 6px;
  text-align: center;
  background: #2f55d4;
  color: #fff !important;
}

.back-to-top .icons {
  transition: all 0.5s ease;
}

.back-to-top:hover {
  transform: rotate(45deg);
}

.back-to-top:hover .icons {
  transform: rotate(-45deg) !important;
}

.back-to-home {
  position: fixed;
  top: 4%;
  right: 2%;
  z-index: 1;
}

.sticky-bar {
  position: sticky;
  top: 80px;
}

.fea {
  stroke-width: 1.8;
}

.fea.icon-sm {
  height: 16px;
  width: 16px;
}

.fea.icon-ex-md {
  height: 20px;
  width: 20px;
}

.fea.icon-m-md {
  height: 28px;
  width: 28px;
}

.fea.icon-md {
  height: 35px;
  width: 35px;
}

.fea.icon-lg {
  height: 42px;
  width: 42px;
}

.fea.icon-ex-lg {
  height: 52px;
  width: 52px;
}

[class^="uil-"]:before,
[class*=" uil-"]:before {
  margin: 0;
}

.uim-svg {
  vertical-align: 0 !important;
}

body {
  font-family: "Nunito", sans-serif;
  overflow-x: hidden !important;
  font-size: 16px;
  color: #161c2d;
  background: #f8f9fc;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Nunito", sans-serif;
}

::selection {
  background: rgba(47, 85, 212, 0.9);
  color: #fff;
}

a {
  text-decoration: none !important;
}

p {
  line-height: 1.6;
}

#style-switcher .t-dark,
#style-switcher .t-rtl-light {
  display: inline-block;
}

#style-switcher .t-ltr-light,
#style-switcher .t-light,
#style-switcher .t-rtl-dark,
#style-switcher .t-ltr-dark {
  display: none;
}

.section {
  padding: 100px 0;
  position: relative;
}

@media (max-width: 768px) {
  .section {
    padding: 60px 0;
  }
}

.bg-overlay {
  background-color: rgba(60, 72, 88, 0.7);
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.bg-overlay-white {
  background-color: rgba(255, 255, 255, 0.5);
}

.title-heading {
  line-height: 26px;
}

.title-heading .heading {
  font-size: 45px !important;
  letter-spacing: 1px;
}

@media (max-width: 768px) {
  .title-heading .heading {
    font-size: 35px !important;
  }
}

.title-heading .para-desc {
  font-size: 18px;
}

.section-title .title {
  letter-spacing: 0.5px;
  font-size: 30px !important;
}

@media (max-width: 768px) {
  .section-title .title {
    font-size: 24px !important;
  }
}

.para-desc {
  max-width: 600px;
}

.mt-100 {
  margin-top: 100px;
}

.shape {
  position: absolute;
  pointer-events: none;
  right: 0;
  bottom: -2px;
  left: 0;
}

.shape>svg {
  transform: scale(2);
  width: 100%;
  height: auto;
  transform-origin: top center;
}

.shape.integration-hero {
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  height: 250px;
  background: #fff;
}

@media (max-width: 768px) {
  .shape.integration-hero {
    height: 140px;
  }
}

@media (max-width: 425px) {
  .shape.integration-hero {
    height: 60px;
  }
}

@media (max-width: 425px) {
  .shape {
    bottom: -4px;
  }
}

@media (min-width: 768px) {
  .margin-top-100 {
    margin-top: 100px;
  }
}

@media (max-width: 768px) {
  .mt-60 {
    margin-top: 60px;
  }
}

.page-wrapper {
  height: 100vh;
}

.page-wrapper.landrick-theme .sidebar-wrapper {
  box-shadow: 5px 5px 10px rgb(0 170 155 / 10%);
  background-color: #fff;
  transition: all 0.3s ease;
}

.page-wrapper.landrick-theme .sidebar-wrapper .sidebar-header,
.page-wrapper.landrick-theme .sidebar-wrapper .sidebar-menu {
  border-top: 1px solid #e9ecef;
}

.page-wrapper.landrick-theme .sidebar-wrapper .sidebar-header .user-info .user-role,
.page-wrapper.landrick-theme .sidebar-wrapper .sidebar-header .user-info .user-status,
.page-wrapper.landrick-theme .sidebar-wrapper .sidebar-brand>a,
.page-wrapper.landrick-theme .sidebar-wrapper .sidebar-menu li a {
  color: #3c4858;
  font-weight: 600;
}

.page-wrapper.landrick-theme .sidebar-wrapper .sidebar-menu li:hover>a,
.page-wrapper.landrick-theme .sidebar-wrapper .sidebar-menu li.active>a,
.page-wrapper.landrick-theme .sidebar-wrapper .sidebar-menu li:active>a,
.page-wrapper.landrick-theme .sidebar-wrapper .sidebar-menu li:active>a:before,
.page-wrapper.landrick-theme .sidebar-wrapper .sidebar-menu li:hover>a:before,
.page-wrapper.landrick-theme .sidebar-wrapper .sidebar-menu li.active>a:before,
.page-wrapper.landrick-theme .sidebar-wrapper .sidebar-menu .sidebar-dropdown.active>a,
.page-wrapper.landrick-theme .sidebar-wrapper .sidebar-header .user-info,
.page-wrapper.landrick-theme .sidebar-wrapper .sidebar-brand .sidebar-menu>a:hover {
  /* color: #2f55d4 !important; */
  background-color: #8EDBF7;
  color: white !important;
}

.page-wrapper.landrick-theme .sidebar-wrapper .sidebar-brand .sidebar-colored {
  display: none;
}

.page-wrapper.landrick-theme .sidebar-wrapper .sidebar-brand .logo-dark-mode {
  display: none;
}

.page-wrapper.landrick-theme .sidebar-wrapper .sidebar-brand .logo-light-mode {
  display: inline-block;
}

.page-wrapper .sidebar-wrapper {
  width: 260px;
  height: 100%;
  max-height: 100%;
  position: fixed;
  top: 0;
  left: -270px;
  z-index: 999;
}

@media (min-width: 1025px) {
  .page-wrapper .sidebar-wrapper {
    z-index: 1000;
  }
}

@media (max-width: 1024px) {
  .page-wrapper .sidebar-wrapper {
    left: 0;
  }
}

@media (max-width: 425px) {
  .page-wrapper .sidebar-wrapper {
    width: 260px;
  }
}

.page-wrapper .sidebar-wrapper ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.page-wrapper .sidebar-wrapper a {
  text-decoration: none;
}

.page-wrapper .sidebar-wrapper .sidebar-content {
  max-height: calc(100% - 30px);
  height: calc(100% - 30px);
  overflow-y: auto;
  position: relative;
}

.page-wrapper .sidebar-wrapper .sidebar-content.desktop {
  overflow-y: hidden;
}

.page-wrapper .sidebar-wrapper .sidebar-brand {
  /* padding: 10px 15px; */
  display: flex;
  align-items: center;
  height: 92px;
}

.page-wrapper .sidebar-wrapper .sidebar-brand>a {
  text-transform: uppercase;
  font-weight: bold;
  flex-grow: 1;
  transition: all 0.3s ease;
}

.page-wrapper .sidebar-wrapper .sidebar-brand>a:focus {
  outline: none;
}

.page-wrapper .sidebar-wrapper .sidebar-brand #close-sidebar {
  cursor: pointer;
  font-size: 24px;
  transition: all 0.3s ease;
}

.page-wrapper .sidebar-wrapper .sidebar-header {
  padding: 20px;
  overflow: hidden;
}

.page-wrapper .sidebar-wrapper .sidebar-menu {
  padding: 16px 0;
}

.page-wrapper .sidebar-wrapper .sidebar-menu .header-menu span {
  font-weight: bold;
  font-size: 14px;
  padding: 15px 20px 5px 20px;
  display: inline-block;
}

.page-wrapper .sidebar-wrapper .sidebar-menu li a {
  display: inline-block;
  width: 100%;
  text-decoration: none;
  position: relative;
  padding: 8px 24px 8px 20px;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
}

@media (max-width: 1024px) {
  .page-wrapper .sidebar-wrapper .sidebar-menu li a {
    padding: 8px 24px 8px 24px;
  }
}

@media screen and (max-width: 425px) {
  .page-wrapper .sidebar-wrapper .sidebar-menu li a {
    padding: 8px 24px 8px 12px;
  }
}

.page-wrapper .sidebar-wrapper .sidebar-menu li a:hover>i::before {
  display: inline-block;
}

.page-wrapper .sidebar-wrapper .sidebar-menu li a:focus {
  outline: none;
}

.page-wrapper .sidebar-wrapper .sidebar-menu li a i {
  width: 36px;
  height: 36px;
  background-color: #f8f9fa;
  /* background-color: black; */
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  text-align: center;
  border-radius: 5px;
  transition: all 0.3s ease;
}

.page-wrapper .sidebar-wrapper .sidebar-menu li:hover i,
.page-wrapper .sidebar-wrapper .sidebar-menu li.active i {
  /* background-color: #f2f4f6; */
  background-color: #8EDBF7;
  ;
}

.page-wrapper .sidebar-wrapper .sidebar-menu .sidebar-dropdown>a:after {
  content: "\F0142" !important;
  color: #3c4858;
  font-family: "Material Design Icons";
  font-size: 14px;
  position: absolute;
  right: 15px;
  top: 17px;
  transition: all 0.3s ease;
}

.page-wrapper .sidebar-wrapper .sidebar-menu .sidebar-dropdown.active>a:after {
  transform: rotate(90deg);
  right: 17px;
}

.page-wrapper .sidebar-wrapper .sidebar-menu .sidebar-dropdown:hover>a:after,
.page-wrapper .sidebar-wrapper .sidebar-menu .sidebar-dropdown.active>a:after {
  color: #2f55d4;
}

.page-wrapper .sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu {
  display: none;
}

.page-wrapper .sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu ul {
  padding: 5px 0;
}

.page-wrapper .sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu ul li {
  padding-left: 25px;
  font-size: 14px;
}

.page-wrapper .sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu ul li a:before {
  content: "\F09DF" !important;
  color: #3c4858;
  font-family: "Material Design Icons";
  margin-right: 4px;
  font-size: 16px;
  transition: all 0.3s ease;
}

.page-wrapper .sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu ul li a .badge,
.page-wrapper .sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu ul li a .label {
  float: right;
  margin-top: 0px;
}

.page-wrapper .sidebar-wrapper .sidebar-menu ul li a span.label,
.page-wrapper .sidebar-wrapper .sidebar-menu ul li a span.badge {
  float: right;
  margin-top: 8px;
  margin-left: 5px;
}

.page-wrapper .sidebar-wrapper.sidebar-dark {
  background-color: #161c2d;
}

.page-wrapper .sidebar-wrapper.sidebar-colored {
  background-color: #2f55d4;
}

.page-wrapper .sidebar-wrapper.sidebar-colored .sidebar-brand .sidebar-colored,
.page-wrapper .sidebar-wrapper.sidebar-dark .sidebar-brand .sidebar-colored {
  display: inline-block;
}

.page-wrapper .sidebar-wrapper.sidebar-colored .sidebar-brand .logo-dark-mode,
.page-wrapper .sidebar-wrapper.sidebar-dark .sidebar-brand .logo-dark-mode {
  display: none !important;
}

.page-wrapper .sidebar-wrapper.sidebar-colored .sidebar-brand .logo-light-mode,
.page-wrapper .sidebar-wrapper.sidebar-dark .sidebar-brand .logo-light-mode {
  display: none !important;
}

.page-wrapper .sidebar-wrapper.sidebar-colored .btn.btn-icon,
.page-wrapper .sidebar-wrapper.sidebar-dark .btn.btn-icon {
  background-color: rgba(248, 249, 252, 0.03) !important;
  color: rgba(255, 255, 255, 0.5) !important;
  border: none !important;
  box-shadow: none;
}

.page-wrapper .sidebar-wrapper.sidebar-colored .sidebar-header,
.page-wrapper .sidebar-wrapper.sidebar-colored .sidebar-menu,
.page-wrapper .sidebar-wrapper.sidebar-dark .sidebar-header,
.page-wrapper .sidebar-wrapper.sidebar-dark .sidebar-menu {
  border-top-color: rgba(255, 255, 255, 0.03);
}

.page-wrapper .sidebar-wrapper.sidebar-colored .sidebar-header .user-info .user-role,
.page-wrapper .sidebar-wrapper.sidebar-colored .sidebar-header .user-info .user-status,
.page-wrapper .sidebar-wrapper.sidebar-colored .sidebar-brand>a,
.page-wrapper .sidebar-wrapper.sidebar-colored .sidebar-menu li a,
.page-wrapper .sidebar-wrapper.sidebar-dark .sidebar-header .user-info .user-role,
.page-wrapper .sidebar-wrapper.sidebar-dark .sidebar-header .user-info .user-status,
.page-wrapper .sidebar-wrapper.sidebar-dark .sidebar-brand>a,
.page-wrapper .sidebar-wrapper.sidebar-dark .sidebar-menu li a {
  color: rgba(255, 255, 255, 0.5);
}

.page-wrapper .sidebar-wrapper.sidebar-colored .sidebar-menu li:hover>a,
.page-wrapper .sidebar-wrapper.sidebar-colored .sidebar-menu li.active>a,
.page-wrapper .sidebar-wrapper.sidebar-colored .sidebar-menu li:active>a,
.page-wrapper .sidebar-wrapper.sidebar-colored .sidebar-menu li:active>a:before,
.page-wrapper .sidebar-wrapper.sidebar-colored .sidebar-menu li:hover>a:before,
.page-wrapper .sidebar-wrapper.sidebar-colored .sidebar-menu li.active>a:before,
.page-wrapper .sidebar-wrapper.sidebar-colored .sidebar-menu .sidebar-dropdown.active>a,
.page-wrapper .sidebar-wrapper.sidebar-colored .sidebar-header .user-info,
.page-wrapper .sidebar-wrapper.sidebar-colored .sidebar-brand>a:hover,
.page-wrapper .sidebar-wrapper.sidebar-dark .sidebar-menu li:hover>a,
.page-wrapper .sidebar-wrapper.sidebar-dark .sidebar-menu li.active>a,
.page-wrapper .sidebar-wrapper.sidebar-dark .sidebar-menu li:active>a,
.page-wrapper .sidebar-wrapper.sidebar-dark .sidebar-menu li:active>a:before,
.page-wrapper .sidebar-wrapper.sidebar-dark .sidebar-menu li:hover>a:before,
.page-wrapper .sidebar-wrapper.sidebar-dark .sidebar-menu li.active>a:before,
.page-wrapper .sidebar-wrapper.sidebar-dark .sidebar-menu .sidebar-dropdown.active>a,
.page-wrapper .sidebar-wrapper.sidebar-dark .sidebar-header .user-info,
.page-wrapper .sidebar-wrapper.sidebar-dark .sidebar-brand>a:hover {
  color: #fff !important;
}

.page-wrapper .sidebar-wrapper.sidebar-colored .sidebar-menu li a i,
.page-wrapper .sidebar-wrapper.sidebar-dark .sidebar-menu li a i {
  background-color: rgba(248, 249, 252, 0.03);
}

.page-wrapper .sidebar-wrapper.sidebar-colored .sidebar-menu li:hover i,
.page-wrapper .sidebar-wrapper.sidebar-colored .sidebar-menu li.active i,
.page-wrapper .sidebar-wrapper.sidebar-dark .sidebar-menu li:hover i,
.page-wrapper .sidebar-wrapper.sidebar-dark .sidebar-menu li.active i {
  background-color: rgba(248, 249, 252, 0.05);
}

.page-wrapper .sidebar-wrapper.sidebar-colored .sidebar-menu .sidebar-dropdown>a:after,
.page-wrapper .sidebar-wrapper.sidebar-dark .sidebar-menu .sidebar-dropdown>a:after {
  color: rgba(248, 249, 252, 0.1);
}

.page-wrapper .sidebar-wrapper.sidebar-colored .sidebar-menu .sidebar-dropdown:hover>a:after,
.page-wrapper .sidebar-wrapper.sidebar-colored .sidebar-menu .sidebar-dropdown.active>a:after,
.page-wrapper .sidebar-wrapper.sidebar-dark .sidebar-menu .sidebar-dropdown:hover>a:after,
.page-wrapper .sidebar-wrapper.sidebar-dark .sidebar-menu .sidebar-dropdown.active>a:after {
  color: #fff;
}

.page-wrapper .sidebar-wrapper.sidebar-colored .sidebar-menu .sidebar-dropdown .sidebar-submenu ul li a:before,
.page-wrapper .sidebar-wrapper.sidebar-dark .sidebar-menu .sidebar-dropdown .sidebar-submenu ul li a:before {
  color: rgba(255, 255, 255, 0.5);
}

.page-wrapper .page-content {
  display: inline-block;
  width: 100%;
  padding-left: 0px;
  overflow-x: hidden;
  transition: all 0.3s ease;
}

.page-wrapper .page-content .top-header {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 999;
  max-height: 70px;
  left: 0px;
  transition: all 0.3s;
}

.page-wrapper .page-content .top-header .header-bar {
  background: #fff;
  height: 71px;
  box-shadow: 0 0 3px rgba(60, 72, 88, 0.15);
  position: relative;
  justify-content: space-between;
  align-items: center;
  padding: 24px;
}

@media (max-width: 425px) {
  .page-wrapper .page-content .top-header .header-bar {
    padding: 24px 12px;
  }
  .signUp__title h2{
      font-size:19px !important;
  }
}

.page-wrapper .page-content .top-header .header-bar .logo-icon {
  display: none;
}

@media (max-width: 1024px) {
  .page-wrapper .page-content .top-header .header-bar .logo-icon {
    display: block;
  }
}

.page-wrapper .page-content .top-header .header-bar .logo-icon .small {
  display: none;
}

@media (max-width: 767px) {
  .page-wrapper .page-content .top-header .header-bar .logo-icon .small {
    display: block;
  }
   .signUp__title h2{
      font-size:19px !important;
  }
}

.page-wrapper .page-content .top-header .header-bar .logo-icon .big {
  display: none;
}

.page-wrapper .page-content .top-header .header-bar .logo-icon .big .logo-dark-mode {
  display: none;
}

.page-wrapper .page-content .top-header .header-bar .logo-icon .big .logo-light-mode {
  display: inline-block;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .page-wrapper .page-content .top-header .header-bar .logo-icon .big {
    display: block;
  }
   .signUp__title h2{
      font-size:19px !important;
  }
}

.page-wrapper .page-content .top-header .header-bar .search-bar {
  padding-top: 14.5px;
  padding-bottom: 14.5px;
}

.page-wrapper .page-content .top-header .header-bar .search-bar .menu-search form {
  position: relative;
}

.page-wrapper .page-content .top-header .header-bar .search-bar .menu-search input[type="text"],
.page-wrapper .page-content .top-header .header-bar .search-bar .searchform input[type="text"] {
  box-shadow: none;
  padding: 10px 12px;
  height: 36px;
  font-size: 14px;
  display: block;
  width: 250px;
  outline: none !important;
  padding-right: 45px;
  opacity: 0.7;
}

.page-wrapper .page-content .top-header .header-bar .search-bar .menu-search input[type="submit"],
.page-wrapper .page-content .top-header .header-bar .search-bar .searchform input[type="submit"] {
  position: absolute;
  top: 5px;
  right: 10px;
  opacity: 0;
  width: 40px;
  height: 40px;
}

.page-wrapper .page-content .top-header .header-bar .search-bar .menu-search .searchform:after {
  content: "\F0349";
  position: absolute;
  font-family: "Material Design Icons";
  right: 14px;
  top: 10px;
  font-size: 20px;
  line-height: 20px;
  pointer-events: none;
}

.page-wrapper .page-content .layout-specing {
  padding: 20px 14px 24px !important;
  min-height: calc(100vh - 59px) !important;
  position: relative;
}

.topHeader-display {
  display: none;
}

@media (max-width: 425px) {
  .page-wrapper .page-content .layout-specing {
    padding: 75px 0 24px !important;
  }

  .topHeader-display {
    display: block;
  }
}

@media screen and (min-width: 1025px) {
  .page-wrapper.toggled .page-content {
    padding-left: 260px;
    margin-top: -25px;
    background-color: blue;
  }
}

.page-wrapper.toggled .top-header {
  left: 270px;
}

.top-header-extra {
  width: calc(100% - 40px);
  text-align: center;
  display: flex !important;
  justify-content: center;
}

@media (max-width: 1024px) {
  .page-wrapper.toggled .top-header {
    left: 0;
  }
}

.page-wrapper.toggled .sidebar-wrapper {
  left: 0px;
}

@media (max-width: 1024px) {
  .page-wrapper.toggled .sidebar-wrapper {
    left: -300px;
  }
}

.sidebar-footer {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 9px 24px !important;
  box-shadow: 0 0 3px rgba(60, 72, 88, 0.15);
  height: 58px;
}

@media (max-width: 425px) {
  .sidebar-footer {
    padding: 9px 12px !important;
  }
}

.bg-home {
  height: 100vh;
  background-size: cover;
  align-self: center;
  position: relative;
  background-position: center center;
}

@media (max-width: 767px) {
  .bg-home {
    padding: 150px 0;
    height: auto;
  }
}

.bg-circle-gradiant {
  background: radial-gradient(circle at 50% 50%,
      rgba(47, 85, 212, 0.1) 0%,
      rgba(47, 85, 212, 0.1) 33.333%,
      rgba(47, 85, 212, 0.2) 33.333%,
      rgba(47, 85, 212, 0.2) 66.666%,
      rgba(47, 85, 212, 0.3) 66.666%,
      rgba(47, 85, 212, 0.3) 99.999%);
}

.features.feature-primary .title:hover {
  color: #2f55d4 !important;
}

.features.feature-primary .icon {
  color: #2f55d4 !important;
  background-color: rgba(47, 85, 212, 0.04) !important;
}

.features.feature-primary .link {
  color: #2f55d4 !important;
}

.features.feature-primary.key-feature .icon {
  background: linear-gradient(45deg,
      transparent,
      rgba(47, 85, 212, 0.1)) !important;
}

.features.feature-bg-primary:hover {
  background-color: #2f55d4 !important;
}

.features.feature-secondary .title:hover {
  color: #5a6d90 !important;
}

.features.feature-secondary .icon {
  color: #5a6d90 !important;
  background-color: rgba(90, 109, 144, 0.04) !important;
}

.features.feature-secondary .link {
  color: #5a6d90 !important;
}

.features.feature-secondary.key-feature .icon {
  background: linear-gradient(45deg,
      transparent,
      rgba(90, 109, 144, 0.1)) !important;
}

.features.feature-bg-secondary:hover {
  background-color: #5a6d90 !important;
}

.features.feature-success .title:hover {
  color: #2eca8b !important;
}

.features.feature-success .icon {
  color: #2eca8b !important;
  background-color: rgba(46, 202, 139, 0.04) !important;
}

.features.feature-success .link {
  color: #2eca8b !important;
}

.features.feature-success.key-feature .icon {
  background: linear-gradient(45deg,
      transparent,
      rgba(46, 202, 139, 0.1)) !important;
}

.features.feature-bg-success:hover {
  background-color: #2eca8b !important;
}

.features.feature-warning .title:hover {
  color: #f17425 !important;
}

.features.feature-warning .icon {
  color: #f17425 !important;
  background-color: rgba(241, 116, 37, 0.04) !important;
}

.features.feature-warning .link {
  color: #f17425 !important;
}

.features.feature-warning.key-feature .icon {
  background: linear-gradient(45deg,
      transparent,
      rgba(241, 116, 37, 0.1)) !important;
}

.features.feature-bg-warning:hover {
  background-color: #f17425 !important;
}

.features.feature-info .title:hover {
  color: #17a2b8 !important;
}

.features.feature-info .icon {
  color: #17a2b8 !important;
  background-color: rgba(23, 162, 184, 0.04) !important;
}

.features.feature-info .link {
  color: #17a2b8 !important;
}

.features.feature-info.key-feature .icon {
  background: linear-gradient(45deg,
      transparent,
      rgba(23, 162, 184, 0.1)) !important;
}

.features.feature-bg-info:hover {
  background-color: #17a2b8 !important;
}

.features.feature-danger .title:hover {
  color: #e43f52 !important;
}

.features.feature-danger .icon {
  color: #e43f52 !important;
  background-color: rgba(228, 63, 82, 0.04) !important;
}

.features.feature-danger .link {
  color: #e43f52 !important;
}

.features.feature-danger.key-feature .icon {
  background: linear-gradient(45deg,
      transparent,
      rgba(228, 63, 82, 0.1)) !important;
}

.features.feature-bg-danger:hover {
  background-color: #e43f52 !important;
}

.features.feature-dark .title:hover {
  color: #3c4858 !important;
}

.features.feature-dark .icon {
  color: #3c4858 !important;
  background-color: rgba(60, 72, 88, 0.04) !important;
}

.features.feature-dark .link {
  color: #3c4858 !important;
}

.features.feature-dark.key-feature .icon {
  background: linear-gradient(45deg,
      transparent,
      rgba(60, 72, 88, 0.1)) !important;
}

.features.feature-bg-dark:hover {
  background-color: #3c4858 !important;
}

.features.feature-muted .title:hover {
  color: #8492a6 !important;
}

.features.feature-muted .icon {
  color: #8492a6 !important;
  background-color: rgba(132, 146, 166, 0.04) !important;
}

.features.feature-muted .link {
  color: #8492a6 !important;
}

.features.feature-muted.key-feature .icon {
  background: linear-gradient(45deg,
      transparent,
      rgba(132, 146, 166, 0.1)) !important;
}

.features.feature-bg-muted:hover {
  background-color: #8492a6 !important;
}

.features.feature-light .title:hover {
  color: #f8f9fc !important;
}

.features.feature-light .icon {
  color: #f8f9fc !important;
  background-color: rgba(248, 249, 252, 0.04) !important;
}

.features.feature-light .link {
  color: #f8f9fc !important;
}

.features.feature-light.key-feature .icon {
  background: linear-gradient(45deg,
      transparent,
      rgba(248, 249, 252, 0.1)) !important;
}

.features.feature-bg-light:hover {
  background-color: #f8f9fc !important;
}

.features.feature-blue .title:hover {
  color: #2f55d4 !important;
}

.features.feature-blue .icon {
  color: #2f55d4 !important;
  background-color: rgba(47, 85, 212, 0.04) !important;
}

.features.feature-blue .link {
  color: #2f55d4 !important;
}

.features.feature-blue.key-feature .icon {
  background: linear-gradient(45deg,
      transparent,
      rgba(47, 85, 212, 0.1)) !important;
}

.features.feature-bg-blue:hover {
  background-color: #2f55d4 !important;
}

.features.feature-footer .title:hover {
  color: #202942 !important;
}

.features.feature-footer .icon {
  color: #202942 !important;
  background-color: rgba(32, 41, 66, 0.04) !important;
}

.features.feature-footer .link {
  color: #202942 !important;
}

.features.feature-footer.key-feature .icon {
  background: linear-gradient(45deg,
      transparent,
      rgba(32, 41, 66, 0.1)) !important;
}

.features.feature-bg-footer:hover {
  background-color: #202942 !important;
}

.features {
  transition: all 0.5s ease;
}

.features .icon {
  height: 65px;
  width: 65px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.features .title {
  font-weight: 500;
}

.features .big-icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  opacity: 0.05;
  font-size: 120px;
}

.features .titles,
.features .icons,
.features .para,
.features .big-icon {
  transition: all 0.5s ease;
}

.features:hover .titles,
.features:hover .icons,
.features:hover .big-icon {
  color: #fff !important;
}

.features:hover .para {
  color: rgba(255, 255, 255, 0.5) !important;
}

.key-feature .icon {
  height: 45px;
  width: 45px;
  line-height: 45px;
}

.chat .chat-list:hover,
.chat .chat-list.active,
.chat .chat-list:focus {
  background: #f8f9fc !important;
  box-shadow: 0 0 3px rgba(60, 72, 88, 0.15);
}

.chat .chat-list .on-off,
.chat .chat-type .on-off {
  position: absolute;
  left: -1px;
  top: -1px;
  font-size: 12px !important;
}

.chat.chat-person .on-off {
  font-size: 10px;
}

.chat.chat-person .chat-msg {
  margin-left: 8px;
}

.chat.chat-person .chat-msg .msg {
  border: 1px solid #e9ecef;
}

.chat.chat-person .chat-msg .msg-time {
  font-size: 12px !important;
}

.chat.chat-person .chat-right {
  justify-content: flex-end;
  text-align: right;
}

.chat.chat-person .chat-right .chat-user-image {
  order: 2;
}

.chat.chat-person .chat-right .chat-user-image .on-off {
  right: -1px;
}

.chat.chat-person .chat-right .chat-msg {
  margin-right: 8px;
  margin-left: 0;
}

.chat.chat-person .chat-right .chat-msg .msg {
  display: inline-block;
}

.chat.chat-person .chat-right .chat-msg .msg-time {
  display: block;
}

.tns-nav {
  text-align: center;
  margin-top: 10px;
}

.tns-nav button {
  border-radius: 3px;
  background: rgba(47, 85, 212, 0.5) !important;
  transition: all 0.5s ease;
  border: none;
  margin: 0 5px;
  padding: 5px;
}

.tns-nav button.tns-nav-active {
  background: #2f55d4 !important;
  transform: rotate(45deg);
}

.blog.blog-primary .tag {
  background: #2f55d4 !important;
}

.blog.blog-primary .title:hover {
  color: #2f55d4 !important;
}

.blog.blog-primary .link {
  color: #2f55d4 !important;
}

.blog.blog-primary .post-meta .like:hover,
.blog.blog-primary .post-meta .comments:hover,
.blog.blog-primary .post-meta .readmore:hover {
  color: #2f55d4 !important;
}

.blog.blog-secondary .tag {
  background: #5a6d90 !important;
}

.blog.blog-secondary .title:hover {
  color: #5a6d90 !important;
}

.blog.blog-secondary .link {
  color: #5a6d90 !important;
}

.blog.blog-secondary .post-meta .like:hover,
.blog.blog-secondary .post-meta .comments:hover,
.blog.blog-secondary .post-meta .readmore:hover {
  color: #5a6d90 !important;
}

.blog.blog-success .tag {
  background: #2eca8b !important;
}

.blog.blog-success .title:hover {
  color: #2eca8b !important;
}

.blog.blog-success .link {
  color: #2eca8b !important;
}

.blog.blog-success .post-meta .like:hover,
.blog.blog-success .post-meta .comments:hover,
.blog.blog-success .post-meta .readmore:hover {
  color: #2eca8b !important;
}

.blog.blog-warning .tag {
  background: #f17425 !important;
}

.blog.blog-warning .title:hover {
  color: #f17425 !important;
}

.blog.blog-warning .link {
  color: #f17425 !important;
}

.blog.blog-warning .post-meta .like:hover,
.blog.blog-warning .post-meta .comments:hover,
.blog.blog-warning .post-meta .readmore:hover {
  color: #f17425 !important;
}

.blog.blog-info .tag {
  background: #17a2b8 !important;
}

.blog.blog-info .title:hover {
  color: #17a2b8 !important;
}

.blog.blog-info .link {
  color: #17a2b8 !important;
}

.blog.blog-info .post-meta .like:hover,
.blog.blog-info .post-meta .comments:hover,
.blog.blog-info .post-meta .readmore:hover {
  color: #17a2b8 !important;
}

.blog.blog-danger .tag {
  background: #e43f52 !important;
}

.blog.blog-danger .title:hover {
  color: #e43f52 !important;
}

.blog.blog-danger .link {
  color: #e43f52 !important;
}

.blog.blog-danger .post-meta .like:hover,
.blog.blog-danger .post-meta .comments:hover,
.blog.blog-danger .post-meta .readmore:hover {
  color: #e43f52 !important;
}

.blog.blog-dark .tag {
  background: #3c4858 !important;
}

.blog.blog-dark .title:hover {
  color: #3c4858 !important;
}

.blog.blog-dark .link {
  color: #3c4858 !important;
}

.blog.blog-dark .post-meta .like:hover,
.blog.blog-dark .post-meta .comments:hover,
.blog.blog-dark .post-meta .readmore:hover {
  color: #3c4858 !important;
}

.blog.blog-muted .tag {
  background: #8492a6 !important;
}

.blog.blog-muted .title:hover {
  color: #8492a6 !important;
}

.blog.blog-muted .link {
  color: #8492a6 !important;
}

.blog.blog-muted .post-meta .like:hover,
.blog.blog-muted .post-meta .comments:hover,
.blog.blog-muted .post-meta .readmore:hover {
  color: #8492a6 !important;
}

.blog.blog-light .tag {
  background: #f8f9fc !important;
}

.blog.blog-light .title:hover {
  color: #f8f9fc !important;
}

.blog.blog-light .link {
  color: #f8f9fc !important;
}

.blog.blog-light .post-meta .like:hover,
.blog.blog-light .post-meta .comments:hover,
.blog.blog-light .post-meta .readmore:hover {
  color: #f8f9fc !important;
}

.blog.blog-blue .tag {
  background: #2f55d4 !important;
}

.blog.blog-blue .title:hover {
  color: #2f55d4 !important;
}

.blog.blog-blue .link {
  color: #2f55d4 !important;
}

.blog.blog-blue .post-meta .like:hover,
.blog.blog-blue .post-meta .comments:hover,
.blog.blog-blue .post-meta .readmore:hover {
  color: #2f55d4 !important;
}

.blog.blog-footer .tag {
  background: #202942 !important;
}

.blog.blog-footer .title:hover {
  color: #202942 !important;
}

.blog.blog-footer .link {
  color: #202942 !important;
}

.blog.blog-footer .post-meta .like:hover,
.blog.blog-footer .post-meta .comments:hover,
.blog.blog-footer .post-meta .readmore:hover {
  color: #202942 !important;
}

.blog {
  transition: all 0.3s ease;
}

.blog .content h4 {
  line-height: 1.2;
}

.blog .content .title {
  transition: all 0.5s ease;
}

.blog .content .post-meta .like,
.blog .content .post-meta .comments,
.blog .content .post-meta .readmore {
  font-size: 15px;
  transition: all 0.5s ease;
}

.blog .overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  transition: all 0.5s ease;
  background: #3c4858;
}

.blog .author {
  position: absolute;
  z-index: 1;
  opacity: 0;
  transition: all 0.5s ease;
  top: 5%;
  left: 5%;
}

.blog.blog-detail:hover {
  transform: translateY(0px) !important;
}

.blog:hover {
  transform: translateY(-10px);
}

.blog:hover .overlay {
  opacity: 0.4;
}

.blog:hover .author {
  opacity: 1;
}

.sidebar .widget .post-recent {
  padding-bottom: 15px;
}

.sidebar .widget .post-recent:last-child {
  padding-bottom: 0;
}

.sidebar .widget .post-recent .post-recent-thumb {
  width: 25%;
}

.sidebar .widget .post-recent .post-recent-content {
  width: 75%;
  padding-left: 10px;
}

.sidebar .widget .post-recent .post-recent-content a {
  display: block;
  color: #3c4858;
  font-size: 15px;
  transition: all 0.5s ease;
}

.sidebar .widget .post-recent .post-recent-content a:hover {
  color: #2f55d4;
}

.sidebar .widget .post-recent .post-recent-content span {
  font-size: 13px;
}

.tagcloud>a {
  background: #e9ecef;
  color: #3c4858;
  display: inline-block;
  font-size: 9px;
  letter-spacing: 1px;
  margin: 5px 10px 5px 0;
  padding: 8px 12px 7px;
  text-transform: uppercase;
  transition: all 0.5s ease;
  font-weight: 600;
}

.tagcloud>a:hover {
  background: #2f55d4;
  color: #fff;
}

.media-list .media .media-heading:hover {
  color: #2f55d4 !important;
}

.media-list .sub-comment {
  border-left: 2px dashed #dee2e6;
}

.widget-grid .item {
  position: relative;
  width: 33.33333333%;
  padding-top: 33.33333333%;
  float: left;
}

.widget-grid .item a {
  position: absolute;
  top: 4px;
  left: 4px;
  right: 4px;
  bottom: 4px;
  overflow: hidden;
}

.widget-grid .item:first-child {
  width: 66.66666666%;
  padding-top: 66.66666666%;
}

.widget-grid .item:nth-child(4) {
  clear: both;
}

.fc-event-title-container,
#external-events .fc-event {
  cursor: pointer;
  margin: 4px 2px;
}

#external-events .fc-event .fc-event-main {
  padding: 5px;
}

.fc .fc-non-business {
  background-color: transparent;
}

.fc .fc-daygrid-day-number {
  padding: 5px;
  font-weight: 600;
  color: #2f55d4;
}

.fc .fc-col-header-cell-cushion {
  padding: 8px 4px !important;
  color: #2f55d4;
}

.fc .fc-scrollgrid-liquid {
  border-radius: 5px !important;
}

.fc-theme-standard .fc-scrollgrid,
.fc-theme-standard td,
.fc-theme-standard th {
  border-color: #e9ecef !important;
}

.fc-header-toolbar .fc-toolbar-chunk .fc-toolbar-title {
  font-size: 18px !important;
}

.fc-direction-ltr .fc-daygrid-event.fc-event-start {
  margin: auto 8px 4px;
}

.fc-event-main {
  background-color: #2f55d4;
}

.fc-daygrid-dot-event {
  background: #f8f9fa;
  border: 1px solid #e9ecef;
}

.fc-daygrid-dot-event:hover {
  background-color: #e9ecef;
}

.fc .fc-button {
  padding: 4px 8px;
  font-size: 13px !important;
  background-color: #2f55d4 !important;
  border: 1px solid #2f55d4 !important;
  color: #fff !important;
  text-transform: capitalize !important;
}

.fc .fc-button:disabled,
.fc .fc-button:disabled:hover,
.fc .fc-button:disabled:focus,
.fc .fc-button:disabled:active,
.fc .fc-button:disabled.active,
.fc .fc-button:disabled.focus {
  background-color: rgba(47, 85, 212, 0.1) !important;
  border: 1px solid rgba(47, 85, 212, 0.1) !important;
  color: #2f55d4 !important;
}

.fc .fc-button:hover,
.fc .fc-button:focus,
.fc .fc-button:active,
.fc .fc-button.active,
.fc .fc-button.focus {
  background-color: #284bc1 !important;
  border-color: #284bc1 !important;
}

.fc .fc-button:focus {
  box-shadow: none !important;
}

.fc .fc-icon {
  font-size: 16px !important;
}

#calendar {
  max-width: 1240px;
}

.shop-features .category-title {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 20px;
  z-index: 1;
}

.shop-list .shop-image .overlay-work,
.shop-list .shop-image .shop-icons {
  position: absolute;
  opacity: 0;
  transition: all 0.5s ease;
}

.shop-list .shop-image .overlay-work {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}

.shop-list .shop-image .overlay-work .out-stock {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.shop-list .shop-image .shop-icons {
  top: 15px;
  right: 15px;
  z-index: 2;
}

.shop-list .shop-image:hover .overlay-work,
.shop-list .shop-image:hover .shop-icons {
  opacity: 1;
}

.shop-list .content .product-name {
  transition: all 0.5s ease;
}

.shop-list .content .product-name:hover {
  color: #2f55d4 !important;
}

.shop-list .label {
  position: absolute;
  top: 15px;
  left: 15px;
  z-index: 2;
}

.shop-list .qty-btn {
  pointer-events: none;
  width: 65px;
  padding-left: 15px;
}

.pricing-rates {
  position: relative;
  z-index: 1;
  border-bottom: 3px solid #adb5bd !important;
  transition: all 0.5s ease;
}

.pricing-rates .price {
  font-weight: 400;
}

.pricing-rates.business-rate:hover {
  transform: scale(1.03);
  z-index: 2;
  border-color: #2f55d4 !important;
  box-shadow: 0 5px 13px rgba(60, 72, 88, 0.2) !important;
  background-color: #fff !important;
}

.pricing-rates.business-rate:hover .title {
  color: #2f55d4;
}

.ribbon.ribbon-primary span {
  background-color: #2f55d4 !important;
}

.ribbon.ribbon-primary span:before {
  border-left-color: #2443ac;
  border-top-color: #2443ac;
}

.ribbon.ribbon-primary span:after {
  border-right-color: #2443ac;
  border-top-color: #2443ac;
}

.ribbon.ribbon-secondary span {
  background-color: #5a6d90 !important;
}

.ribbon.ribbon-secondary span:before {
  border-left-color: #465571;
  border-top-color: #465571;
}

.ribbon.ribbon-secondary span:after {
  border-right-color: #465571;
  border-top-color: #465571;
}

.ribbon.ribbon-success span {
  background-color: #2eca8b !important;
}

.ribbon.ribbon-success span:before {
  border-left-color: #25a06e;
  border-top-color: #25a06e;
}

.ribbon.ribbon-success span:after {
  border-right-color: #25a06e;
  border-top-color: #25a06e;
}

.ribbon.ribbon-warning span {
  background-color: #f17425 !important;
}

.ribbon.ribbon-warning span:before {
  border-left-color: #d55b0e;
  border-top-color: #d55b0e;
}

.ribbon.ribbon-warning span:after {
  border-right-color: #d55b0e;
  border-top-color: #d55b0e;
}

.ribbon.ribbon-info span {
  background-color: #17a2b8 !important;
}

.ribbon.ribbon-info span:before {
  border-left-color: #117a8b;
  border-top-color: #117a8b;
}

.ribbon.ribbon-info span:after {
  border-right-color: #117a8b;
  border-top-color: #117a8b;
}

.ribbon.ribbon-danger span {
  background-color: #e43f52 !important;
}

.ribbon.ribbon-danger span:before {
  border-left-color: #d21e32;
  border-top-color: #d21e32;
}

.ribbon.ribbon-danger span:after {
  border-right-color: #d21e32;
  border-top-color: #d21e32;
}

.ribbon.ribbon-dark span {
  background-color: #3c4858 !important;
}

.ribbon.ribbon-dark span:before {
  border-left-color: #272f3a;
  border-top-color: #272f3a;
}

.ribbon.ribbon-dark span:after {
  border-right-color: #272f3a;
  border-top-color: #272f3a;
}

.ribbon.ribbon-muted span {
  background-color: #8492a6 !important;
}

.ribbon.ribbon-muted span:before {
  border-left-color: #68788f;
  border-top-color: #68788f;
}

.ribbon.ribbon-muted span:after {
  border-right-color: #68788f;
  border-top-color: #68788f;
}

.ribbon.ribbon-light span {
  background-color: #f8f9fc !important;
}

.ribbon.ribbon-light span:before {
  border-left-color: #d4daed;
  border-top-color: #d4daed;
}

.ribbon.ribbon-light span:after {
  border-right-color: #d4daed;
  border-top-color: #d4daed;
}

.ribbon.ribbon-blue span {
  background-color: #2f55d4 !important;
}

.ribbon.ribbon-blue span:before {
  border-left-color: #2443ac;
  border-top-color: #2443ac;
}

.ribbon.ribbon-blue span:after {
  border-right-color: #2443ac;
  border-top-color: #2443ac;
}

.ribbon.ribbon-footer span {
  background-color: #202942 !important;
}

.ribbon.ribbon-footer span:before {
  border-left-color: #0f131f;
  border-top-color: #0f131f;
}

.ribbon.ribbon-footer span:after {
  border-right-color: #0f131f;
  border-top-color: #0f131f;
}

.ribbon {
  position: absolute;
  top: -5px;
  width: 75px;
  height: 75px;
  z-index: 2;
}

.ribbon.ribbon-right {
  right: -5px;
}

.ribbon.ribbon-right span {
  right: -23px;
  transform: rotate(45deg);
}

.ribbon.ribbon-left {
  left: -5px;
}

.ribbon.ribbon-left span {
  left: -23px;
  transform: rotate(-45deg);
}

.ribbon span {
  position: absolute;
  top: 18px;
  width: 100px;
  color: #fff;
}

.ribbon span:before,
.ribbon span:after {
  content: "";
  position: absolute;
  top: 100%;
  z-index: -1;
  border: 3px solid transparent;
}

.ribbon span:before {
  left: 0;
}

.ribbon span:after {
  right: 0;
}

.invoice-top .logo-invoice {
  font-weight: 700;
  font-size: 27px;
  letter-spacing: 1px;
}

.switcher-pricing .toggle,
.switcher-pricing .toggler {
  display: inline-block !important;
  vertical-align: middle;
}

.switcher-pricing .toggler {
  transition: all 0.5s ease;
  font-weight: bold;
}

.switcher-pricing .toggler--is-active {
  color: #2f55d4 !important;
}

.switcher-pricing .form-switch .form-check-input {
  width: 48px;
  height: 24px;
  margin-top: 0;
}

.hide {
  display: none;
}

.apexcharts-legend-text {
  font-family: "Nunito", sans-serif !important;
  font-size: 14px !important;
  font-weight: 600 !important;
}

.login-page {
  font-size: 15px;
}

.login-page .forgot-pass {
  z-index: 99;
  position: relative;
  font-size: 13px;
}

.cover-user .container-fluid {
  max-width: 100%;
}

@media (max-width: 768px) {
  .cover-user .container-fluid .padding-less {
    position: relative !important;
    height: 400px !important;
  }
}

.cover-user .container-fluid .padding-less.img {
  background: scroll center no-repeat;
  background-size: cover;
  position: absolute;
  height: 100%;
}

.cover-user .cover-user-img {
  height: 100vh;
}

.cover-user .cover-user-img1 {
  height: 100vh;
  padding-top: 100px !important;
  padding-bottom: 25px !important;
  overflow-y: scroll;
}

@media (min-width: 1025px) {
  .cover-user .cover-user-img {
    padding: 0px 20%;
  }

  .cover-user .cover-user-img1 {
    padding: 0px 10%;
  }
}

@media (max-width: 768px) {
  .cover-user .cover-user-img {
    align-items: start !important;
    height: auto !important;
    padding: 30px;
  }

  .cover-user .cover-user-img1 {
    align-items: start !important;
    height: auto !important;
    padding: 30px;
  }
}

@media (max-width: 768px) {
  .cover-user .cover-user-content {
    text-align: left !important;
  }

  .cover-user .cover-my-30 {
    margin: 30px 0;
  }
}

.form-signin {
  width: 100%;
  max-width: 400px;
  margin: auto;
}

.avatar-profile {
  position: relative;
  top: -80px;
}

.simplebar-track.simplebar-vertical {
  width: 8px !important;
}

.simplebar-track.simplebar-vertical .simplebar-scrollbar:before {
  width: 4px !important;
  background: #adb5bd !important;
}

.work-container.work-classic .work-image {
  transition: all 0.5s ease;
}

.work-container.work-classic .work-image:hover {
  box-shadow: 0 0 3px rgba(60, 72, 88, 0.15);
}

.work-container.work-classic .content .title,
.work-container.work-modern .content .title {
  font-size: 18px;
  transition: all 0.5s ease;
}

.work-container.work-classic .content .title:hover,
.work-container.work-modern .content .title:hover {
  color: #2f55d4 !important;
}

.work-container.work-classic .content .tag,
.work-container.work-modern .content .tag {
  font-size: 15px !important;
}

.work-container.work-modern img {
  transition: all 0.5s ease;
}

.work-container.work-modern:hover img {
  transform: scale(1.1) rotate(3deg);
}

.tobii__btn svg {
  height: 30px;
  width: auto;
}

.tobii__counter {
  font-size: 16px;
}

.tobii-zoom {
  display: block !important;
}

.tobii-zoom__icon {
  display: none;
}

#grid {
  padding: 0 !important;
}

footer {
  padding: 60px 0 24px;
  position: relative;
  color: #adb5bd;
}

footer .text-foot {
  color: #adb5bd;
}

footer .footer-head {
  font-size: 18px !important;
  letter-spacing: 1px;
  font-weight: 500;
}

footer .footer-list {
  margin-bottom: 0;
}

footer .footer-list li {
  margin-bottom: 10px;
}

footer .footer-list li a {
  transition: all 0.5s ease;
}

footer .footer-list li a:hover {
  color: #e6e8ea;
}

footer .footer-list li:last-child {
  margin-bottom: 0;
}

footer .footer-bar,
footer.footer-bar {
  border-top: 1px solid #2a3656;
}




/* userPannel header css :start */
.small-card-shy {
  height: 14px;
  width: 100%;
}

.main-header-in-userPannel {
  background-color: white;
  height: 118px;
  box-shadow: 0px 0px 6px 6px rgb(128 128 128 / 15%);
  display: block;

}

.user-nav-bar p {
  cursor: pointer;
  margin-left: 750px;
  margin-top: 30px;
  padding: 6px;;

}

.try-shy-profile {
  height: auto;
  margin-top: 11px;
}

.try-graph {
  height: auto;
  width: 400px;
  box-shadow: 0px 0px 6px 6px rgb(128 128 128 / 15%);

}

.try-feedback {
  margin-top: 86px;
}

.try-feedback h4 {
  font-size: 33px;
  font-weight: bold;
}

.reset-try-card {
  width: 56%;
  height: auto;
  margin-left: 13px;
  box-shadow: 0px 0px 6px 6px rgb(128 128 128 / 15%);
}

.shy-card-test {
  background-color: #fad476;
  margin-bottom: 5px;
  border-radius: 11px;
  width: 50%;
  margin-top: -32px;
  margin-left: 6px;
}

.shy-card-test1 {
  background-color: #7eceed;
  margin-bottom: 5px;
  border-radius: 11px;
  margin-left: 209px;
  width: 50%;
  margin-top: -128px;

}
.try-span-size{
  font-size: 14px;
  font-weight: 600;
}

.shy-card-test2 {
  background-color: #7eceed;
  margin-bottom: 11px;
  border-radius: 11px;
  width: 54%;
  margin-left: 6px;

}

.shy-card-test3 {
  background-color: #fad476;
  margin-bottom: 11px;
  border-radius: 11px;
  margin-left: 210px;
  width: 53%;
  margin-top: -135px;

}

@media(max-width:767px){
  .main-header-in-userPannel {
    display: none;
  }

  .small-card-shy {
    height: 11px;
    width: 100%;
  }
  .try-reset-height{
    
    padding: 22px !important;
  }

  .try-feedback {
    margin-top: 23px;
  }

  .try-graph {
    height: auto;
    width: 361px;
    box-shadow: 0px 0px 6px 6px rgb(128 128 128 / 15%);
    margin-left: 14px;

  }

  .try-feedback h4 {
    font-size: 20px;
    font-weight: bold;
  }

  .reset-try-card {
    width: 100%;
    height: auto;
    box-shadow: 0px 0px 0px 2px rgb(128 128 128 / 15%);
    position: absolute;
    top: 966px;
    margin-left: 11px;

  }
  .avatar.avatar-md-sm {
    height: auto;
    width: 30%;
    margin-top: 3px;
    margin-left: 75px;
    margin-bottom: 15px;
}
.company-nane span {
  margin-left: 52px;
  font-size: 15px;
}
.user-email {
  margin-left: 17px;
  font-size: 15px;
}

  .try-shy-profile1 {
    width: 102%;
    position: absolute;
    top: 201px;
    left: -21px;
  }

  .try-top-archivers {
    margin-top: 1282px;
    width: 100% !important;
    margin-left: 3px;
    height: auto;
  }

  .shy-card-test {
    background-color: #fd3c971f;
    border-radius: 11px;
    width: 93%;
    margin-left: 22px;
    margin-top: 2px;

  }

  .shy-card-test1 {
    background-color: #6d81f521;
    margin-bottom: 6px;
    border-radius: 11px;
    width: 93%;
    margin-left: 22px;
    margin-top: 2px;

  }

  .shy-card-test2 {
    background-color: #0dc8de1c;
    margin-bottom: 9px;
    border-radius: 11px;
    width: 100%;
    margin-left: 24px;

  }

  .shy-card-test3 {
    background-color: #ff783d1c;
    /* margin-bottom: 38px; */
    border-radius: 11px;
    width: 361px;
    margin-left: 24px;
    margin-top: 2px;

  }

  .try-pink-shy {
    background-color: #FFEFF1;
    height: 60px;
    width: 134%;
    margin-left: 21px;

  }
}

@media(max-width:414px) {
  .main-header-in-userPannel {
    display: none;
  }

  .small-card-shy {
    height: 11px;
    width: 100%;
  }
  .try-reset-height{
    
    padding: 22px !important;
  }

  .try-feedback {
    margin-top: 23px;
  }

  .try-graph {
    height: auto;
    width: 361px;
    box-shadow: 0px 0px 6px 6px rgb(128 128 128 / 15%);
    margin-left: 14px;

  }

  .try-feedback h4 {
    font-size: 20px;
    font-weight: bold;
  }

  .reset-try-card {
    width: 100%;
    height: auto;
    box-shadow: 0px 0px 0px 2px rgb(128 128 128 / 15%);
    position: absolute;
    top: 949px;
    margin-left: 11px;

  }
  .avatar.avatar-md-sm {
    height: auto;
    width: 30%;
    margin-top: 3px;
    margin-left: 51px;
    margin-bottom: 15px;
}
.company-nane span {
  margin-left: 36px;
  font-size: 15px;
}
.user-email {
  margin-left: -2px;
  font-size: 15px;
}

  .try-shy-profile1 {
    width: 102%;
    position: absolute;
    top: 201px;
    left: -21px;
  }

  .try-top-archivers {
    margin-top: 1264px;
    width: 100% !important;
    margin-left: 3px;
    height: auto;
  }

  .shy-card-test {
    background-color: #fd3c971f;
    border-radius: 11px;
    width: 93%;
    margin-left: 22px;
    margin-top: 2px;

  }

  .shy-card-test1 {
    background-color: #6d81f521;
    margin-bottom: 6px;
    border-radius: 11px;
    width: 93%;
    margin-left: 22px;
    margin-top: 2px;

  }

  .shy-card-test2 {
    background-color: #0dc8de1c;
    margin-bottom: 9px;
    border-radius: 11px;
    width: 328px;
    margin-left: 24px;

  }

  .shy-card-test3 {
    background-color: #ff783d1c;
    /* margin-bottom: 38px; */
    border-radius: 11px;
    width: 361px;
    margin-left: 24px;
    margin-top: 2px;

  }

  .try-pink-shy {
    background-color: #FFEFF1;
    height: 55px;
    width: 325px;

  }

}
@media(max-width:412px) {
  .main-header-in-userPannel {
    display: none;
  }

  .small-card-shy {
    height: 11px;
    width: 100%;
  }
  .try-reset-height{
    
    padding: 22px !important;
  }

  .try-feedback {
    margin-top: 23px;
  }

  .try-graph {
    height: auto;
    width: 361px;
    box-shadow: 0px 0px 6px 6px rgb(128 128 128 / 15%);
    margin-left: 14px;

  }

  .try-feedback h4 {
    font-size: 20px;
    font-weight: bold;
  }

  .reset-try-card {
    width: 100%;
    height: auto;
    box-shadow: 0px 0px 0px 2px rgb(128 128 128 / 15%);
    position: absolute;
    top: 949px;
    margin-left: 11px;

  }
  .avatar.avatar-md-sm {
    height: auto;
    width: 30%;
    margin-top: 3px;
    margin-left: 51px;
    margin-bottom: 15px;
}
.company-nane span {
  margin-left: 36px;
  font-size: 15px;
}
.user-email {
  margin-left: -2px;
  font-size: 15px;
}

  .try-shy-profile1 {
    width: 102%;
    position: absolute;
    top: 201px;
    left: -21px;
  }

  .try-top-archivers {
    margin-top: 1267px;
    width: 100% !important;
    margin-left: 3px;
    height: auto;
  }

  .shy-card-test {
    background-color: #fd3c971f;
    border-radius: 11px;
    width: 93%;
    margin-left: 22px;
    margin-top: 2px;

  }

  .shy-card-test1 {
    background-color: #6d81f521;
    margin-bottom: 6px;
    border-radius: 11px;
    width: 93%;
    margin-left: 22px;
    margin-top: 2px;

  }

  .shy-card-test2 {
    background-color: #0dc8de1c;
    margin-bottom: 9px;
    border-radius: 11px;
    width: 100%;
    margin-left: 24px;

  }

  .shy-card-test3 {
    background-color: #ff783d1c;
    /* margin-bottom: 38px; */
    border-radius: 11px;
    width: 100%;
    margin-left: 24px;
    margin-top: 2px;

  }

  .try-pink-shy {
    background-color: #FFEFF1;
    height: 55px;
    width: 325px;

  }

}

@media(max-width: 393px) {
  .main-header-in-userPannel {
    display: none;
  }

  .small-card-shy {
    height: 11px;
    width: 100%;
  }
  .try-reset-height{
    
    padding: 22px !important;
  }

  .try-feedback {
    margin-top: 23px;
  }

  .try-graph {
    height: auto;
    width: 361px;
    box-shadow: 0px 0px 6px 6px rgb(128 128 128 / 15%);
    margin-left: 14px;

  }

  .try-feedback h4 {
    font-size: 20px;
    font-weight: bold;
  }

  .reset-try-card {
    width: 100%;
    height: auto;
    box-shadow: 0px 0px 0px 2px rgb(128 128 128 / 15%);
    position: absolute;
    top: 964px;
    margin-left: 11px;

  }
  .avatar.avatar-md-sm {
    height: auto;
    width: 30%;
    margin-top: 3px;
    margin-left: 51px;
    margin-bottom: 15px;
}
.company-nane span {
  margin-left: 36px;
  font-size: 15px;
}
.user-email {
  margin-left: -2px;
  font-size: 15px;
}

  .try-shy-profile1 {
    width: 102%;
    position: absolute;
    top: 201px;
    left: -21px;
  }

  .try-top-archivers {
    margin-top: 1259px;
    width: 100% !important;
    margin-left: 3px;
    height: auto;
  }

  .shy-card-test {
    background-color: #fd3c971f;
    border-radius: 11px;
    width: 93%;
    margin-left: 22px;
    margin-top: 2px;

  }

  .shy-card-test1 {
    background-color: #6d81f521;
    margin-bottom: 6px;
    border-radius: 11px;
    width: 93%;
    margin-left: 22px;
    margin-top: 2px;

  }

  .shy-card-test2 {
    background-color: #0dc8de1c;
    margin-bottom: 9px;
    border-radius: 11px;
    width: 328px;
    margin-left: 24px;

  }

  .shy-card-test3 {
    background-color: #ff783d1c;
    /* margin-bottom: 38px; */
    border-radius: 11px;
    width: 361px;
    margin-left: 24px;
    margin-top: 2px;

  }

  .try-pink-shy {
    background-color: #FFEFF1;
    height: 55px;
    width: 115%;

  }



}

@media(max-width: 390px) {
  .main-header-in-userPannel {
    display: none;
  }

  .small-card-shy {
    height: 11px;
    width: 100%;
  }
  .try-reset-height{
    
    padding: 22px !important;
  }

  .try-feedback {
    margin-top: 23px;
  }

  .try-graph {
    height: auto;
    width: 361px;
    box-shadow: 0px 0px 6px 6px rgb(128 128 128 / 15%);
    margin-left: 14px;

  }

  .try-feedback h4 {
    font-size: 20px;
    font-weight: bold;
  }

  .reset-try-card {
    width: 100%;
    height: auto;
    box-shadow: 0px 0px 0px 2px rgb(128 128 128 / 15%);
    position: absolute;
    top: 947px;
    margin-left: 11px;

  }
  .avatar.avatar-md-sm {
    height: auto;
    width: 30%;
    margin-top: 3px;
    margin-left: 51px;
    margin-bottom: 15px;
}
.company-nane span {
  margin-left: 36px;
  font-size: 15px;
}
.user-email {
  margin-left: -2px;
  font-size: 15px;
}

  .try-shy-profile1 {
    width: 102%;
    position: absolute;
    top: 201px;
    left: -21px;
  }

  .try-top-archivers {
    margin-top: 1151px;
    width: 100% !important;
    margin-left: 3px;
    height: auto;
  }

  .shy-card-test {
    background-color: #fd3c971f;
    border-radius: 11px;
    width: 93%;
    margin-left: 22px;
    margin-top: 2px;

  }

  .shy-card-test1 {
    background-color: #6d81f521;
    margin-bottom: 6px;
    border-radius: 11px;
    width: 93%;
    margin-left: 22px;
    margin-top: 2px;

  }

  .shy-card-test2 {
    background-color: #0dc8de1c;
    margin-bottom: 9px;
    border-radius: 11px;
    width: 328px;
    margin-left: 24px;

  }

  .shy-card-test3 {
    background-color: #ff783d1c;
    /* margin-bottom: 38px; */
    border-radius: 11px;
    width: 361px;
    margin-left: 24px;
    margin-top: 2px;

  }

  .try-pink-shy {
    background-color: #FFEFF1;
    height: 55px;
    width: 115%;

  }
  



}

@media(max-width: 375px) {
  .main-header-in-userPannel {
    display: none;
  }
 

  .small-card-shy {
    height: 15px;
    width: 300px;
  }

  .try-feedback {
    margin-top: 23px;
  }

  .try-graph {
    height: auto;
    width: 347px;
    box-shadow: 0px 0px 6px 6px rgb(128 128 128 / 15%);
    margin-left: 14px;

  }

  .try-feedback h4 {
    font-size: 20px;
    font-weight: bold;
  }

  .reset-try-card {
    width: 344px;
    height: auto;
    box-shadow: 0px 0px 6px 6px rgb(128 128 128 / 15%);
    position: absolute;
    top: 1028px;
    margin-left: 14px;

  }

  .try-shy-profile1 {
    width: 347px;
    position: absolute;
    top: 437px;
    left: 2px;
  }

  .try-top-archivers {
    margin-top: 1041px;
    width: 345px;
    margin-left: 3px;
    height: auto;
  }

  .shy-card-test {
    background-color: #fd3c971f;
    margin-bottom: 11px;
    border-radius: 11px;
    width: 350px;

  }

  .shy-card-test1 {
    background-color: #6d81f521;
    margin-bottom: 11px;
    border-radius: 11px;
    width: 344px;
    margin-left: 3px;

  }

  .shy-card-test2 {
    background-color: #0dc8de1c;
    margin-bottom: 11px;
    border-radius: 11px;
    width: 346px;

  }

  .shy-card-test3 {
    background-color: #ff783d1c;
    margin-bottom: 11px;
    border-radius: 11px;
    margin-left: 2px;
    width: 346px;

  }

  .try-pink-shy {
    background-color: #FFEFF1;
    height: 55px;
    width: 325px;

  }
  
  



}

@media(max-width: 360px) {
  .main-header-in-userPannel {
    display: none;
  }

  .small-card-shy {
    height: 11px;
    width: 100%;
  }
  .try-reset-height{
    
    padding: 22px !important;
  }

  .try-feedback {
    margin-top: 23px;
  }

  .try-graph {
    height: auto;
    width: 361px;
    box-shadow: 0px 0px 6px 6px rgb(128 128 128 / 15%);
    margin-left: 14px;

  }

  .try-feedback h4 {
    font-size: 20px;
    font-weight: bold;
  }

  .reset-try-card {
    width: 100%;
    height: auto;
    box-shadow: 0px 0px 0px 2px rgb(128 128 128 / 15%);
    position: absolute;
    top: 947px;
    margin-left: 11px;

  }
  .avatar.avatar-md-sm {
    height: auto;
    width: 30%;
    margin-top: 3px;
    margin-left: 51px;
    margin-bottom: 15px;
}
.company-nane span {
  margin-left: 36px;
  font-size: 15px;
}
.user-email {
  margin-left: -2px;
  font-size: 15px;
}

  .try-shy-profile1 {
    width: 102%;
    position: absolute;
    top: 201px;
    left: -21px;
  }

  .try-top-archivers {
    margin-top: 1188px;
    width: 100% !important;
    margin-left: 3px;
    height: auto;
  }

  .shy-card-test {
    background-color: #fd3c971f;
    border-radius: 11px;
    width: 93%;
    margin-left: 22px;
    margin-top: 2px;

  }

  .shy-card-test1 {
    background-color: #6d81f521;
    margin-bottom: 6px;
    border-radius: 11px;
    width: 93%;
    margin-left: 22px;
    margin-top: 2px;

  }

  .shy-card-test2 {
    background-color: #0dc8de1c;
    margin-bottom: 9px;
    border-radius: 11px;
    width: 328px;
    margin-left: 24px;

  }

  .shy-card-test3 {
    background-color: #ff783d1c;
    /* margin-bottom: 38px; */
    border-radius: 11px;
    width: 361px;
    margin-left: 24px;
    margin-top: 2px;

  }

  .try-pink-shy {
    background-color: #FFEFF1;
    height: 55px;
    width: 115%;

  }
  



}

/* userPannel header css :end */

/* button css :start */
.try-head-button {
  margin-left: 115px;
}


.log-btn {
  display: inline-block;
  height: 40px;
  line-height: 39px;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  color: white;
  background-color: #dc3545;
  padding: 0 24px;
  margin-right: 45px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 10px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  border: 1px solid transparent;
}

.user-btn-sign-in {
  color: black;
  font-weight: 600;
}

.user-btn-sign-in:hover {
  background-color: orange;
  cursor: pointer;
  color: black;;
}







/* css :start */
.try-width{
  width: 742px;
  margin-top: 28px;
  
}
.try-shy-profile1{
  margin-top: 120px;
  margin-left: 21px;
}

.try-width1{
  box-shadow: 0px 0px 6px 6px rgb(128 128 128 / 15%);
  margin-left: -1px;
  margin-right: 1px;

}
.try-top-archivers{
  width: 144%;
  margin-left: 1px;
}
.try-reset-height{
   height: 47vh;
  margin-bottom: 20px;
  padding: 22px;
}




/* css to shyam start to night */

.signUp__title h2::after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 0;
  /*background-color: #24B1E5;*/
  height: 3px;
  width: 100px;
}

.signUp__title h2 {
  text-align: center;
    margin: 0 17px 10px;
 font-weight: 800;
 font-family: sans-serif;
  padding: 30px 0 0;
  color: #333;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  font-size: 25px;
  display: inline-block;
  position: relative;
}


.signUP__formRow {
  display: flex;
  align-items: center;
  margin-bottom: 24px;
}

.signUP__formDiv {
  float: left;
  width: 100%;
  background-color: #fff;
  border-radius: 10px;
  padding: 0px 0px;
  box-shadow: 0px 0px 10px #0000004d;
  margin-bottom: 3rem;
  overflow: hidden;
  border-radius: 8px;
  border: 1px solid #e6ecef;
  box-shadow: 0 2px 15px 0 rgb(17 121 239 / 15%)
}


.signUp__images {
  background-color: #e3f0f5;
  width: 40%;
  padding: 0px;
}

.signUp__images img {
  width: 100%;
}

.signUp__images .signIn__desktop {
  display: block;
}

.signUp__images .signIn__mobile {
  display: none;
}




#apply_code {
  /*margin-top: -10px;*/
  height: 40px;
  display: block;
  width: 115px;
  font-size: 16px;
  font-weight: 500;
  padding-left: 10px;
  padding-right: 10px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}

#section_doc {
  text-align: center;
  font-size: larger;
  line-height: 30px;
  font-weight: 600;
}

.step1 {
    padding: 9px;
  margin: 0 auto;
  display: block;
  float: unset;
  transition: transform .2s;
  /* Animation */
}


/*.step1:hover {*/
/*  -webkit-transform: scale(1.1);*/
/*  -ms-transform: scale(1.1);*/
/*  transform: scale(1.1);*/
/*}*/


.form-div .form-control {
  font-size: 20px;
  color: #000;
  height: 40px;
}

section.signup-section {
  padding: 50px 0;
  box-sizing: border-box;
}

#emailCompare {
  float: right;
  font-size: 16px;
  font-weight: 600;
}

.lbl_msg {
  color: #46cc46 !important;
  font-size: 13px !important;
}

#spnname,
#spnmobile {
  color: #46cc46 !important;
  font-size: 16px !important;
}

.orgprice {
  font-weight: bold;
  color: #5a8ce5 !important;
  font-size: 16px !important;
}

.splprice,
.disprice {
  font-weight: bold;
  color: #23ce23ed !important;
  font-size: 16px !important;
}

.signup-heading {
  float: left;
  width: 100%;
}

.signup-heading p {
  color: #a6a6a6;
  font-size: 16px;
}

.signup-heading p a {
  color: #ff783d;
}

section.form-section {
  padding: 10rem 157px 31px;
  box-sizing: border-box;
  background-image: url(../img/sign-up-background.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

.form-divMain {
  display: flex;
  align-items: center;
  width: 60%;
}

.form-div {
  float: left;
  width: 100%;
  padding: 0 50px;
}

.bundle-section {
  float: left;
  width: 100%;
  background-color: #fff;
  border-radius: 10px;
  padding: 30px 25px;
  box-shadow: 0px 0px 10px #0000004d;
  border-radius: 8px;
  border: 1px solid #e6ecef;
  box-shadow: 0 2px 15px 0 rgb(17 121 239 / 15%)
}

.bundle-img-div {
  float: left;
  width: 100%;
}

.bundle-img {
  float: left;
  width: 100%;
  text-align: center;
  border: 2px solid transparent;
  margin-bottom: 2rem;
  overflow: hidden;

}

.bundle-img:hover {
  top: -20px;
}

.bundle-img img {
  width: 90%;
}

.bundle-img h4 {
  color: #ff783d;
  padding-top: 10px;
  font-size: 24px;
}

.pass-div {
  float: left;
  width: 100%;
  position: relative;
  margin-bottom: 0px;
}

.pass-div button {
  background: 0 0;
  border: 1px solid transparent;
  box-shadow: none;
  font-size: 14px;
  line-height: 2;
  width: 2.5rem;
  height: 2.5rem;
  min-width: 40px;
  min-height: 40px;
  margin: 0;
  padding: 5px 9px;
  position: absolute;
  right: 0;
  top: 0;
}

.aff-div {
  float: left;
  width: 100%;
  position: relative;
  margin-bottom: -13px;
}

.aff-div button {
  background: #ffc107;
  border: 1px solid transparent;
  box-shadow: none;
  font-size: 15px;
  line-height: 34px;
  width: 110px;
  height: 34px;
  min-width: 34px;
  min-height: 43px;
  margin: 0;
  padding: 0px 25px;
  position: absolute;
  right: 0;
  top: 8px;
  color: #fff;
  border-radius: 4px;
  display: none;
}

.form-div label {
 color: #333;
    font-size: 14px;
    font-weight: 700;
    font-family: sans-serif;
    margin-top: 8px;
}

.form-divMain .form-div .form-group {
  display: inline-block;
  /*width: 90%;*/
}


.form-div .form-control {
  font-size: 15px;
  color: #000;
  padding: 0px 12px;
  border: 1px solid transparent;
  box-shadow: 0px 0px 3px #0000004d;
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .25s, box-shadow ease-in-out .25s;
}

.form-div .form-control:focus {
  border: 1px solid #ff783d;
}


.checkbox label {
  color: #8a8a8a;
}

.checkbox label span {
  color: #ff783d;
}

.bundle-section h3 {
  color: #333;
  box-sizing: border-box;
  font-size: 22px;
  margin: 0 0 30px;
      font-weight: 800;
    font-family: sans-serif;
  text-align: center;
}

.submit-btn {
  float: left;
  width: 100%;
  text-align: center;
  padding-top: 50px;
  box-sizing: border-box;
}

.submit-btn input {
  background-color: #24B1E5;
  color: #fff;
  font-weight: 500;
  padding: 10px 25px;
  box-sizing: border-box;
  font-size: 18px;
  /*border: 1px solid #24B1E5;*/
  width: 500px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.submit-btn input:hover,
focus {
  /*background-color: transparent;*/
  /*color: #fe783d;*/
  /*border-color: #fe783d;*/
  /*outline: none;*/
}

.or-txt {
  float: left;
  width: 100%;
  text-align: center;
  font-size: 16px;
  padding: 10px;
  position: relative;
  display: none;
}

.or-txt:after {
  content: '';
  background: #c1c1c1;
  width: 240px;
  height: 1px;
  position: absolute;
  left: 315px;
  top: 23px;
}

.or-txt:before {
  content: '';
  background: #c1c1c1;
  width: 240px;
  height: 1px;
  position: absolute;
  right: 315px;
  top: 23px;
}

.signup-otp {
  float: left;
  width: 100%;
  text-align: center;
  display: none;
}

.signup-otp a {
  color: #ff783d;
  text-decoration: underline;
  font-size: 16px;
  font-weight: 500;
}

/*----responsive----*/
@media(max-width:480px) {
  .submit-btn input {
    width: 250px;
  }

  .heading-black {
    font-size: 28px;
  }
}

@media(min-width:481px) and (max-width:767px) {
  .submit-btn input {
    width: 300px;
  }
  .form-divMain .form-div .form-group{
      width:90% !important;
  }
}

@media(max-width:767px) {
  .bundle-img-div .col-md-4.col-sm-4.col-xs-12:nth-child(2) {
    margin: 40px 0;
  }

  .bundle-img-div {
    background-image: none;
  }
}

@media screen and (max-width:767px) {
  section.form-section {
    padding: 3rem 0;
  }

  .signUp__images .signIn__desktop {
    display: none;
  }

  .signUp__images .signIn__mobile {
    display: block;
  }

  .signUP__formRow {
    display: block;
  }

  .signUp__images {
    width: 100%;
  }

  .form-divMain {
    width: 100%;
  }

  .form-div {
    padding: 0 10px;
    width: 100%;
  }
}

/*----responsive----*/



/* PAYMENTS CSS */
.payment__methods {
  float: left;
  width: 100%;
  /*background-color: #ffffff61;
    border-radius: 10px;*/
  padding: 0px 25px 30px;
  /*box-shadow: 0px 0px 10px #0000004d;*/
  margin-bottom: 4rem;
}

.payment__methods h2 {
  margin: 0 0 0px;
  /* border-bottom: 1px solid #ddd; */
  font-size: 25px;
  padding: 10px 0;
  text-align: center;
}

.payment__methods table {
  margin: auto;
}

.payment__methods table tr {
  display: table;
  width: 100%;
  text-align: center;
}

.payment__methods table td {
  position: relative;
  display: inline-block;
  width: 46%;
  margin: 10px;
  /* border: 1px solid #ddd; */
  /* margin: 0 13px; */
}

.payment__methods table td input {
  position: absolute;
  top: 0;
  right: 20px;
  width: 15px;
  height: 15px;
}

.payment__methods table td label {
  height: 85px;
  overflow: hidden;
  display: flex;
  align-items: center;
  margin: 0 15px;
  border: 1px solid #ddd;
  background-color: #fff;
  border-radius: 10px;
}

.payment__methods table td label img {
  width: 100%;
}

/* PAYMENTS CSS END */


.aff-div.example #refercode {
  padding: 10px;
  font-size: 17px;
  border: 1px solid grey;
  float: left;
  width: 80%;
  background: #f1f1f1;
}

.aff-div.example #apply_code {
  float: left;
  width: 20%;
  padding: 10px;
  background: #2196F3;
  color: white;
  font-size: 17px;
  border: 1px solid grey;
  border-left: none;
  cursor: pointer;
}

.aff-div.example #apply_code:hover {
  background: #0b7dda;
}

.aff-div.example::after {
  content: "";
  clear: both;
  display: table;
}

.header__nav .nav__buttons li .sign-up-a {
  display: none;
}



.coupn_code_box {
  max-width: 100%;
  /*background-color: #fff;
    border-radius: 10px;
    padding: 10px 25px;
    box-shadow: 0px 0px 10px #0000004d;*/
  margin: 0px auto;
  padding-bottom: 10px;
  /*border-radius: 8px;
    border: 1px solid #e6ecef;
    box-shadow: 0 2px 15px 0 rgb(17 121 239 / 15%)*/
}

.coupn_code_box p {
  color: #333;
  font-size: 20px;
  font-weight: 700;
  /* max-width: 600px;*/
  margin: 10px auto;
  margin-top: 0;
  background: rgb(255 120 61 / 20%);
  padding: 8px;
  border-radius: 4px;
  margin-bottom: 15px;
}

.coupn_code_form {
  padding-right: 120px;
  position: relative;
  margin: 0 auto;
}

.coupn_code_form label {
  color: red;
  font-size: 13px;
  margin-top: 8px;
  font-weight: 600;
}

.coupn_code_box .coupn_code_form input {
  width: 100%;
  font-size: 18px;
  color: #000;
  padding: 0px 12px;
  border: 1px solid transparent;
  box-shadow: 0px 0px 3px #0000004d;
  border-radius: 4px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  height: 50px;
}

.coupn_code_box .coupn_code_form button {
  height: 50px;
  display: inline-block;
  width: 120px;
  font-size: 16px;
  font-weight: 500;
  padding-left: 10px;
  padding-right: 10px;
  min-width: 34px;
  min-height: 34px;
  margin: 0;
  padding: 0px 25px;
  color: #fff;
  border-radius: 4px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  background: #ff783d;
  border: 1px solid #ff783d;
  box-shadow: none;
  position: absolute;
  right: 0;
  top: 0;
}

/*.amt_card_box {
    width:fit-content;
    margin:0 auto;
}*/
.amount_table_box,
#dv_upskilling_course {
  /*margin: 0 auto;
    padding: 25px;*/
  margin-bottom: 20px;
  /*border-radius: 8px;
    border: 1px solid #e6ecef;
    box-shadow: 0 1px 15px 0 rgb(17 121 239 / 15%);
    background: #fff;*/
}

#add_on_modal .modal-body {
  padding: 25px;
  padding-top: 35px;
  padding-bottom: 0;
}

#add_on_modal .coupn_code_form label {
  font-size: 15px;
}


span.addon_title {
  font-size: 20px;
  font-weight: 400;
  color: #333;
  display: block;
  margin-bottom: 10px;
}

span.addon_amount {
  margin: 0px 5px;
  font-size: 25px;
  font-weight: 700;
  color: #23ce23ed;
  display: block;
}

span.addon_description {
  position: relative;
  cursor: pointer;
  width: fit-content;
  margin: 0 auto;
  display: block;
}

span.addon_description .cls_view_info {
  color: #5a8ce5;
  font-size: 17px;
  font-weight: 600;
  margin-top: 5px;
  display: block;
  width: fit-content;
  text-decoration: underline;
}

samp.tooltiptext2 {
  width: 350px;
  display: none;
  background: #f6f6f6;
  padding: 10px;
  border-radius: 8px;
  box-shadow: 0px 2px 8px -3px rgb(0 0 0 / 25%);
  font-size: 17px;
  color: #676767;
  font-weight: 500;
  font-family: "Poppins", sans-serif !important;
  line-height: 25px;
  position: absolute;
  left: 95px;
  top: -13px;
  z-index: 9;
  text-align: left;
}

samp.tooltiptext2::after {
  content: "";
  position: absolute;
  top: 15px;
  left: 0;
  margin-left: -16px;
  border-width: 8px;
  transform: rotate(90deg);
  border-style: solid;
  border-color: #9e9e9e #fffcfc00 transparent transparent;
}

span.addon_description:hover samp.tooltiptext2 {
  display: inline-block !important;
}

.amount_table_box h4,
#dv_upskilling_course h4 {
  color: #333;
  font-size: 20px;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 15px;
  border-radius: 4px;
  padding: 10px;
  background: rgb(255 120 61 / 20%);
}

#btn_ok_popup {
  background-color: #ff783d;
  color: #fff;
  font-weight: 500;
  padding: 10px 25px;
  box-sizing: border-box;
  font-size: 18px;
  border: 1px solid #ff783d;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  box-shadow: none;
  outline: none;
}

#btn_ok_popup:hover {
  background-color: transparent;
  color: #ff783d;
}

#btn_clear_addon {
  background-color: transparent;
  color: #ff783d;
  font-weight: 500;
  padding: 10px 25px;
  box-sizing: border-box;
  font-size: 18px;
  border: 1px solid #ff783d;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  box-shadow: none;
  outline: none;
}

#btn_clear_addon:hover {
  color: #fff;
  background-color: #ff783d;
}

#btn_addon_skip {
  background-color: transparent;
  color: #5a8ce5;
  font-weight: 500;
  padding: 10px 25px;
  box-sizing: border-box;
  font-size: 18px;
  border: 1px solid #5a8ce5;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  float: left;
  box-shadow: none;
  outline: none;
}

#btn_addon_skip:hover {
  background-color: #5a8ce5;
  color: #fff;
}

#add_on_modal .modal-content {
  border-radius: 10px;
}

#add_on_modal .modal-dialog {
  width: auto;
  max-width: 1300px;
}

.amt_card_box table {
  width: 100%;
}

.amt_card_box table tr {
  display: inline-block;
  width: 25%;
  vertical-align: top;
}

.amt_card_box table tr td {
  text-align: center;
  position: relative;
  padding: 25px;
}

.amt_card_box table tr img.addon_img {
  max-width: 100%;
  border-radius: 6px;
  margin-bottom: 10px;
  border: 1px solid #ff783d;
}

.amt_card_box table td label {
  cursor: pointer;
}

.amt_card_box table td input {
  position: absolute;
  top: 30px;
  right: 30px;
  width: 24px;
  height: 24px;
}







@media(max-width:991px) {
  samp .tooltiptext2 {
    width: 300px;
  }

  #add_on_modal .modal-dialog {
    width: auto;
    max-width: 100%;
    margin: 30px;
  }

  span.addon_description {
    width: 100%;
  }

  samp.tooltiptext2 {
    left: 0;
    top: 45px;
    width: 280px;
  }

  span.addon_description .cls_view_info {
    margin: 0 auto;
    margin-top: 5px;
  }

  samp.tooltiptext2::after {
    top: -15px;
    left: 120px;
    transform: rotate(180deg);
  }
}

@media(max-width:767px) {

  .coupn_code_box p,
  .coupn_code_form {
    max-width: 100%;
  }

  samp.tooltiptext2 {
    width: 220px;
  }

  samp.tooltiptext2::after {
    left: 100px;
  }

  .amt_card_box table tr td {
    padding: 10px;
  }

  .amt_card_box table td input {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 20px;
    height: 20px;
  }
}

@media(max-width:575px) {
  samp.tooltiptext2 {
    left: -50px;
  }

  span.addon_title {
    min-height: 65px;
  }
}


@media(max-width:479px) {

  .amount_table_box,
  #dv_upskilling_course {
    width: 100%;
    font-size: 18px;
  }

  span.addon_amount {
    font-size: 20px;
  }

  #add_on_modal .modal-dialog {
    margin: 15px;
  }

  #add_on_modal .modal-body {
    padding: 15px;
    padding-top: 25px;
    padding-bottom: 0;
  }

  .amt_card_box table tr {
    width: 50%;
  }

  .amt_card_box table tr td {
    padding: 25px;
  }

  span.addon_title {
    min-height: 60px;
  }

  .amt_card_box table td input {
    right: 30px;
    top: 30px;
  }

  samp.tooltiptext2 {
    left: -30px;
  }
}

/* css to shyam end to night */
