/*--------------------------------------------------------------
	Item Name: Lead Manager

	Created By: Design Collection 

	Version: 1.0 
	--------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
body {
  font-family: Nunito, sans-serif !important;
}

/*--------------------------------------------------------------
                    All SASS Variables Begin
--------------------------------------------------------------*/
/*--------------------------------------------------------------
                      All SASS Variables End
--------------------------------------------------------------*/
/*--------------------------------------------------------------
                        All Typography Begin
--------------------------------------------------------------*/
#s_mm .h1,
#s_mm .h2,
#s_mm .h3,
#s_mm .h4,
#s_mm .h5,
#s_mm .h6,
#s_mm h1,
#s_mm h2,
#s_mm h3,
#s_mm h4,
#s_mm h5,
#s_mm h6 {
  margin: 0px;
  padding: 0px;
  line-height: 1.2;
  color: #241e1e;
}

#s_mm .text-dark {
  color: #241e1e !important;
}

#s_mm .small,
small {
  font-size: 14px;
}

#s_mm .bg-darkblue {
  background-color: #002233 !important;
}

#s_mm .bg-lightwhite {
  background-color: rgba(255, 255, 255, 0.1294117647) !important;
}

#s_mm .text-lightwhite {
  color: #cfd3d7 !important;
}

#s_mm .bg-lightgray {
  background-color: #f5f7f9;
}

#s_mm .fill-white {
  fill: #fff !important;
}

@media (min-width: 1200px) {
  #s_mm .h1,
#s_mm h1 {
    font-size: 44px;
    font-weight: 700;
  }
}
@media (min-width: 1200px) {
  #s_mm .h2,
#s_mm h2 {
    font-size: 34px;
    font-weight: 700;
  }
}
@media (min-width: 1200px) {
  #s_mm .h4,
#s_mm h4 {
    font-size: 23px;
    font-weight: 500;
  }
}
#s_mm .h5,
#s_mm h5 {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
}

#s_mm .h6,
#s_mm h6 {
  font-size: 16px;
  font-weight: 400;
}

#s_mm p {
  font-size: 15px;
  color: #241e1e;
  font-weight: 400;
  margin: 0;
  padding: 0;
}

#s_mm p.lead {
  font-size: 20px !important;
  font-weight: 400 !important;
}

#s_mm .fs-17 {
  font-size: 17px;
}

#s_mm .fs-13 {
  font-size: 13px;
}

#s_mm .fs-14 {
  font-size: 14px;
}

#s_mm .fs-18 {
  font-size: 18px;
}

#s_mm .fs-25 {
  font-size: 25px;
}

#s_mm .fs-30 {
  font-size: 30px;
}

#s_mm .fs-33 {
  font-size: 33px;
}

#s_mm .fs-35 {
  font-size: 35px;
}

#s_mm .font-size-12 {
  font-size: 12px !important;
}

#s_mm .fs-6 {
  font-size: 6px !important;
}

#s_mm .fw-500 {
  font-weight: 500;
}

#s_mm .fw-700 {
  font-weight: 700;
}

/*--------------------------------------------------------------
                  All Typography End
--------------------------------------------------------------*/
/*--------------------------------------------------------------
                  All Color and Background Section Begin 
--------------------------------------------------------------*/
#s_mm .text-success {
  color: #09b080 !important;
}

#s_mm .bg-success {
  background-color: #09b080 !important;
}

#s_mm .bg-pink {
  background: #747bf5;
}

#s_mm .text-pink {
  color: #747bf5;
}

#s_mm .bg-dark {
  background-color: #303a46 !important;
}

/*--------------------------------------------------------------
                  All Color and Background Section End
--------------------------------------------------------------*/
/*--------------------------------------------------------------
                      All Padding and Margin Begin
--------------------------------------------------------------*/
#s_mm .py-50 {
  padding: 50px 0;
}

#s_mm .ptb-100 {
  padding: 100px 0px;
}

#s_mm .mb-30 {
  margin-bottom: 30px;
}

#s_mm .mt-40 {
  margin-top: 40px !important;
}

#s_mm .mt-60 {
  margin-top: 60px;
}

#s_mm .pt-100 {
  padding-top: 100px;
}

#s_mm .mt-10 {
  margin-top: -160px !important;
}

#s_mm .mt-n7 {
  margin-top: -96px !important;
}

#s_mm .ms-6 {
  margin-left: 56px !important;
}

#s_mm .pb-50 {
  padding-bottom: 50px;
}

#s_mm .ptb-50 {
  padding: 50px;
}

#s_mm .mt-6 {
  margin-top: 6px;
}

#s_mm .p-32 {
  padding: 32px;
}

/*--------------------------------------------------------------
                  All Padding and Margin End
--------------------------------------------------------------*/
/*--------------------------------------------------------------
                      Navbar Begin
--------------------------------------------------------------*/
#s_mm .navbar-toggler:focus {
  box-shadow: none;
}

#s_mm .nav-link-primary {
  font-size: 13px;
  font-weight: 400;
  color: #241e1e !important;
}
#s_mm .nav-link-primary:hover {
  color: #00509d !important;
}

#s_mm .nav-item-primary {
  font-size: 13px;
  font-weight: 400;
  color: #b1b1b1;
}
#s_mm .nav-item-primary:hover {
  color: #ffd500 !important;
}

/*--------------------------------------------------------------
                                      Navbar End
                    --------------------------------------------------------------*/
/*--------------------------------------------------------------
                                        All Button Begin
                    --------------------------------------------------------------*/
#s_mm .btn-warning {
  color: #fff;
  background-color: #ffc61c;
  border-color: #ffc61c;
  box-shadow: 0 2px 6px 0 rgba(255, 193, 7, 0.4588235294);
}

#s_mm .btn-primary {
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
  box-shadow: 0 2px 6px 0 rgba(13, 110, 253, 0.5019607843);
}

#s_mm .btn-primary:hover {
  color: #fff;
  background-color: #0b5ed7;
  border-color: #0b5ed7;
  box-shadow: 0 2px 6px 0 rgba(13, 110, 253, 0.5019607843);
}

#s_mm .btn-warning:hover {
  color: #fff;
  background-color: #edb100;
  border-color: #edb100;
  box-shadow: 0 2px 6px 0 rgba(255, 193, 7, 0.4588235294);
}

#s_mm .btn-success {
  color: #fff;
  background-color: #0acf97;
  border-color: #0acf97;
  box-shadow: 0 2px 6px 0 rgba(10, 207, 151, 0.5);
}

#s_mm .btn-success:hover {
  color: #fff;
  background-color: #09b080;
  border-color: #08a679;
}

#s_mm .btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
  box-shadow: 0 2px 6px 0 rgba(220, 53, 69, 0.5882352941);
}

#s_mm .btn-lg {
  padding: 0.5rem 1rem !important;
  font-size: 1.25rem !important;
  border-radius: 0.3rem !important;
}

#s_mm .btn-dark {
  color: #fff;
  background-color: #303a46;
  border-color: #303a46;
  box-shadow: 0 2px 6px 0 rgba(131, 145, 162, 0.5);
}

#s_mm .btn-dark:hover {
  color: #fff;
  background-color: rgba(48, 58, 70, 0.7607843137);
}

#s_mm .btn-darkblue {
  color: #fff;
  background-color: #002233;
  border-color: #002233;
  box-shadow: 0 2px 6px 0 rgba(131, 145, 162, 0.5);
}

#s_mm .btn-darkblue:hover {
  color: #fff;
  background-color: rgba(0, 34, 51, 0.7490196078);
}

/*--------------------------------------------------------------
                                        All Button End
                    --------------------------------------------------------------*/
/*--------------------------------------------------------------
                                     Common For All Custom BEgin
                    --------------------------------------------------------------*/
#s_mm .br-4 {
  border-radius: 4px;
}

#s_mm .small-text {
  color: #00296b;
  font-size: 13px;
  padding-top: 5px;
}

/*--------------------------------------------------------------
                                Showcase-1 Demo Showcase Begin
                    --------------------------------------------------------------*/
#s_mm .image-bg {
  width: 100%;
  height: 550px;
  display: inline-block;
  position: relative;
}

#s_mm .image-bg:hover .image-scroll-top {
  background-position: center 100% !important;
}
#s_mm .image-bg .image-scroll-top {
  background-position: center 0;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  width: 100%;
  height: 550px;
  border: 10px solid #f8f9fa;
  border-radius: 4px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1), 0 8px 16px rgba(0, 0, 0, 0.1);
  transition: all 8s ease-out 0s;
}

#s_mm .demo a h5:hover {
  color: #00296b !important;
  text-decoration: underline;
}

#s_mm .bg-agency {
  background: url("../images/agency.jpg");
}

#s_mm .bg-bussiness {
  background: url("../images/bussiness.jpg");
}

#s_mm .bg-digital-marketing {
  background: url("../images/digital-marketing.jpg");
}

/*--------------------------------------------------------------
                                      Showcase-2 Awesome showcase Begin
                    --------------------------------------------------------------*/
#s_mm .fill-white {
  fill: #fff;
}

#s_mm .left-0 {
  left: 0;
}

#s_mm .pb-9 {
  padding-bottom: 176px !important;
}

#s_mm .mb-n2 {
  margin-bottom: -8px !important;
}

#s_mm .z-2 {
  position: relative;
  z-index: 2 !important;
}

#s_mm .z-1 {
  z-index: 1 !important;
}

#s_mm .mb-6 {
  margin-bottom: 80px !important;
}

#s_mm .mt-n14 {
  margin-top: -224px !important;
}

#s_mm .start-hex {
  left: 12%;
}

/*--------------------------------------------------------------
                                  Showcase-2 Awesome showcase End
                    --------------------------------------------------------------*/
/*--------------------------------------------------------------
                  Dashboard Begin
  --------------------------------------------------------------*/
#s_mm .custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
}

#s_mm .lead-table select {
  width: auto;
  display: inline-block;
}
#s_mm .lead-table label {
  text-align: left;
  white-space: nowrap;
}
#s_mm .lead-table input {
  margin-left: 0.5em;
  display: inline-block;
  width: auto;
}

#s_mm .step-sec {
  list-style: none;
  counter-reset: item;
}
#s_mm .step-sec > li {
  font-size: 18px;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.69;
  letter-spacing: normal;
  color: #333;
  position: relative;
  margin-bottom: 0 !important;
  border-left: 2px dashed #d2d0d2;
  padding-left: 40px;
  margin-top: 0;
  padding-bottom: 20px;
}
#s_mm .step-sec > li:before {
  counter-increment: item;
  content: counter(item);
  width: 35px;
  height: 35px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  border: 2px solid #303a46;
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  left: -19px;
  top: 1px;
  z-index: 9;
}

/*--------------------------------------------------------------
                                    Dashboard-Navbar Begin
                    --------------------------------------------------------------*/
#s_mm .dashboard-navbar .navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 8px 16px;
}

#s_mm .dashboard-navbar .navbar-nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

#s_mm .dashboard-navbar .dashboard-navbar .navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

#s_mm .dashboard-navbar .navbar-expand .navbar-nav .nav-link {
  padding-right: 8px;
  padding-left: 8px;
}

#s_mm .dashboard-navbar .navbar-expand .navbar-nav-scroll {
  overflow: visible;
}

#s_mm .dashboard-navbar .navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}

#s_mm .dashboard-navbar .navbar-expand .navbar-toggler {
  display: none;
}

#s_mm .dashboard-navbar .navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}
#s_mm .dashboard-navbar .navbar-light .navbar-brand:hover, #s_mm .dashboard-navbar .navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}

#s_mm .dashboard-navbar .navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}
#s_mm .dashboard-navbar .navbar-light .navbar-nav .nav-link:hover, #s_mm .dashboard-navbar .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}

#s_mm .dashboard-navbar .navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}

#s_mm .dashboard-navbar .navbar-light .navbar-nav .show > .nav-link,
#s_mm .dashboard-navbar .navbar-light .navbar-nav .active > .nav-link,
#s_mm .dashboard-navbar .navbar-light .navbar-nav .nav-link.show,
#s_mm .dashboard-navbar .navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}

#s_mm .dashboard-navbar .navbar-light .navbar-toggler {
  color: rgba(255, 255, 255, 0.9);
  border-color: rgba(255, 255, 255, 0.8);
}

#s_mm .dashboard-navbar .navbar-light .navbar-toggler-icon {
  background-image: none;
}

#s_mm .dashboard-navbar .navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}

#s_mm .dashboard-navbar .navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}

#s_mm .dashboard-navbar .navbar-light .navbar-text a:hover, #s_mm .dashboard-navbar .navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}

/*--------------------------------------------------------------
                Dashboard-Navbar End
--------------------------------------------------------------*/
/*--------------------------------------------------------------
                Dashboard-sidebarwrapper Begin
--------------------------------------------------------------*/
#s_mm #sidebarwrapper {
  display: flex;
}
#s_mm #sidebarwrapper #content-wrapper {
  background-color: #f5f7fa;
  width: 100%;
  overflow-x: hidden;
}
#s_mm #sidebarwrapper #content-wrapper #maincontent {
  flex: 1 0 auto;
}

/*--------------------------------------------------------------
                  Dashboard-sidebarwrapper End
--------------------------------------------------------------*/
/*--------------------------------------------------------------
                  Scroll-to-top Begin
--------------------------------------------------------------*/
#s_mm .scroll-to-top {
  position: fixed;
  right: 16px;
  bottom: 16px;
  display: none;
  width: 44px;
  height: 44px;
  text-align: center;
  color: #fff;
  background: linear-gradient(104.73deg, #002233 0.35%, #80a2b3 100.63%);
  line-height: 46px;
}
#s_mm .scroll-to-top i {
  font-weight: 800;
}
#s_mm .scroll-to-top:focus, #s_mm .scroll-to-top:hover {
  color: #fff;
  background: linear-gradient(104.73deg, #80a2b3 0.35%, #002233 100.63%);
}

/*--------------------------------------------------------------
                  Scroll-to-top End
--------------------------------------------------------------*/
#s_mm .icon-circle {
  height: 40px;
  width: 40px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

#s_mm .topbar {
  height: 70px;
}

#s_mm .topbar #humbergersidebarToggleTop {
  color: #303a46;
  background-color: transparent;
  height: 40px;
  width: 40px;
  box-shadow: none;
}

/*--------------------------------------------------------------
                  Sidebar Begin
--------------------------------------------------------------*/
#s_mm .sidebar {
  width: 104px;
  min-height: 100vh;
}

#s_mm .sidebar .nav-item {
  position: relative;
}

#s_mm .sidebar .nav-item:last-child {
  margin-bottom: 16px;
}

#s_mm .sidebar .nav-item .nav-link {
  text-align: center;
  padding: 12px 16px;
  width: 104px;
}

#s_mm .sidebar .nav-item .nav-link span {
  font-size: 11px;
  display: block;
}

#s_mm .sidebar .nav-item.active .nav-link {
  font-weight: 100;
}

#s_mm .sidebar .nav-item .collapse {
  position: absolute;
  left: 116px;
  z-index: 1;
  top: 2px;
}

#s_mm .sidebar .nav-item .collapse .collapse-inner {
  border-radius: 6px;
  box-shadow: 0 3px 28px 0 rgba(58, 59, 69, 0.15);
}

#s_mm .sidebar .nav-item .collapsing {
  display: none;
  transition: none;
}

#s_mm .sidebar .nav-item .collapse .collapse-inner,
#s_mm .sidebar .nav-item .collapsing .collapse-inner {
  padding: 8px 0;
  min-width: 160px;
  font-size: 14px;
}

#s_mm .sidebar .nav-item .collapse .collapse-inner .collapse-header,
#s_mm .sidebar .nav-item .collapsing .collapse-inner .collapse-header {
  margin: 0;
  white-space: nowrap;
  padding: 8px 24px;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 11px;
  color: #00296b;
}

#s_mm .sidebar .nav-item .collapse .collapse-inner .collapse-item,
#s_mm .sidebar .nav-item .collapsing .collapse-inner .collapse-item {
  padding: 8px 16px;
  margin: 0 8px;
  display: block;
  color: #8391a2;
  text-decoration: none;
  border-radius: 6px;
  white-space: nowrap;
}

#s_mm .sidebar .nav-item .collapse .collapse-inner .collapse-item:hover,
#s_mm .sidebar .nav-item .collapsing .collapse-inner .collapse-item:hover {
  background-color: transparent;
  color: #bccee4;
}

#s_mm .sidebar .nav-item .collapse .collapse-inner .collapse-item:active,
#s_mm .sidebar .nav-item .collapsing .collapse-inner .collapse-item:active {
  background-color: transparent;
  color: #fff;
}

#s_mm .sidebar .nav-item .collapse .collapse-inner .collapse-item.active,
#s_mm .sidebar .nav-item .collapsing .collapse-inner .collapse-item.active {
  color: #003f88;
  font-weight: 700;
}

#s_mm .sidebar.toggled {
  width: 0 !important;
  overflow: hidden;
}

#s_mm .sidebar.toggled .sidebar-card {
  display: none;
}

#s_mm .sidebar .sidebar-brand {
  /* height: 70px; */
  text-decoration: none;
  font-size: 16px;
  font-weight: 800;
  padding: 24px 16px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  z-index: 1;
}

/*--------------------------------------------------------------
                                    Sidebar End
                  --------------------------------------------------------------*/
/*--------------------------------------------------------------
                  Sidebar Media Begin
--------------------------------------------------------------*/
@media only screen and (min-width: 768px) {
  #s_mm .sidebar {
    width: 224px !important;
  }
  #s_mm .sidebar .nav-item .collapse {
    position: relative;
    left: 0;
    z-index: 1;
    top: 0;
    -webkit-animation: none;
    animation: none;
    margin: 0 16px;
  }
  #s_mm .sidebar .nav-item .collapse .collapse-inner {
    border-radius: 0;
    box-shadow: none;
  }
  #s_mm .sidebar .nav-item .collapsing {
    display: block;
    transition: height 0.15s ease;
    margin: 0 16px;
  }
  #s_mm .sidebar .nav-item .nav-link {
    display: block;
    width: 100%;
    text-align: left;
    padding: 16px;
    width: 224px;
  }
  #s_mm .sidebar .nav-item .nav-link i {
    font-size: 14px;
    margin-right: 4px;
  }
  #s_mm .sidebar .nav-item .nav-link span {
    font-size: 14px;
    display: inline;
  }
  #s_mm .sidebar .nav-item .nav-link[data-bs-toggle=collapse]::after {
    width: 16px;
    text-align: center;
    float: right;
    vertical-align: 0;
    border: 0;
    font-weight: 900;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
  }
  #s_mm .sidebar .nav-item .nav-link[data-bs-toggle=collapse].collapsed::after {
    content: "\f105";
  }
  #s_mm .sidebar .sidebar-brand .sidebar-brand-icon i {
    font-size: 32px;
  }
  #s_mm .sidebar .sidebar-brand .sidebar-brand-text {
    display: inline;
  }
  #s_mm .sidebar .toggled {
    overflow: visible;
    width: 104px !important;
  }
  #s_mm .sidebar .toggled .nav-item:last-child {
    margin-bottom: 16px;
  }
  #s_mm .sidebar .toggled .nav-item .collapse {
    margin: 0;
    position: absolute;
    left: 116px;
    z-index: 1;
    top: 2px;
    -webkit-animation-name: growIn;
    animation-name: growIn;
    -webkit-animation-duration: 200ms;
    animation-duration: 200ms;
    -webkit-animation-timing-function: transform cubic-bezier(0.18, 1.25, 0.4, 1), opacity cubic-bezier(0, 1, 0.4, 1);
    animation-timing-function: transform cubic-bezier(0.18, 1.25, 0.4, 1), opacity cubic-bezier(0, 1, 0.4, 1);
  }
  #s_mm .sidebar .toggled .nav-item .collapse .collapse-inner {
    box-shadow: 0 3px 28px 0 rgba(58, 59, 69, 0.15);
    border-radius: 6px;
  }
  #s_mm .sidebar .toggled .nav-item .collapsing {
    margin: 0;
    display: none;
    transition: none;
  }
  #s_mm .sidebar .toggled .nav-item .nav-link {
    text-align: center;
    padding: 12px 16px;
    width: 104px;
  }
  #s_mm .sidebar .toggled .nav-item .nav-link span {
    font-size: 11px;
    display: block;
  }
  #s_mm .sidebar .toggled .nav-item .nav-link i {
    margin-right: 0;
  }
  #s_mm .sidebar .toggled .nav-item .nav-link[data-bs-toggle=collapse]::after {
    display: none;
  }
  #s_mm .sidebar .toggled .nav-item .sidebar-brand .sidebar-brand-icon i {
    font-size: 32px;
  }
  #s_mm .sidebar .toggled .nav-item .sidebar-brand .sidebar-brand-text {
    display: none;
  }
}
/*--------------------------------------------------------------
                  Sidebar Media End
--------------------------------------------------------------*/
/*--------------------------------------------------------------
                  Sidebar Dark Begin
--------------------------------------------------------------*/
#s_mm .sidebar-dark .sidebar-brand {
  color: #fff;
}
#s_mm .sidebar-dark hr.sidebar-divider {
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}
#s_mm .sidebar-dark .nav-item .active .nav-link {
  color: #8391a2;
}
#s_mm .sidebar-dark .nav-item .active .nav-link i {
  color: #fff;
}
#s_mm .sidebar-dark .nav-item .nav-link {
  color: #8391a2;
}
#s_mm .sidebar-dark .nav-item .nav-link:active i, #s_mm .sidebar-dark .nav-item .nav-link:focus i, #s_mm .sidebar-dark .nav-item .nav-link:hover i {
  color: rgba(233, 236, 239, 0.7490196078);
}
#s_mm .sidebar-dark .nav-item .nav-link:active, #s_mm .sidebar-dark .nav-item .nav-link:focus, #s_mm .sidebar-dark .nav-item .nav-link:hover {
  color: rgba(233, 236, 239, 0.7490196078);
}
#s_mm .sidebar-dark .nav-item .nav-link i {
  color: #8391a2;
}
#s_mm .sidebar-dark .nav-item .nav-link[data-bs-toggle=collapse]::after {
  color: rgba(255, 255, 255, 0.5);
}

/*--------------------------------------------------------------
                  Sidebar Dark End
--------------------------------------------------------------*/
/*--------------------------------------------------------------
                          Dashboard Home Page Begin 
                  --------------------------------------------------------------*/
#s_mm .profile-user-wid {
  margin-top: -17px;
}

#s_mm .avatar-md {
  height: 72px;
  width: 72px;
}

#s_mm .working-img {
  width: 100px;
  height: 100px;
}

#s_mm .mini-stats-wid .mini-stat-icon {
  overflow: hidden;
  position: relative;
}

#s_mm .avatar-sm {
  height: 48px;
  width: 48px;
}

#s_mm .avatar-title {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 500;
  height: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
}

/*--------------------------------------------------------------
                          Dashboard Home Page End 
                  --------------------------------------------------------------*/
/*--------------------------------------------------------------
                          All Social Icons Background Begin 
                  --------------------------------------------------------------*/
#s_mm .bg-facebook {
  background: #4285f4;
}

#s_mm .bg-google {
  background: #32a350;
}

#s_mm .bg-quora {
  background: #c41a00;
}

#s_mm .bg-whatsapp {
  background-color: #128c7e;
}

#s_mm .bg-link {
  background-color: #0072b1;
}

/*--------------------------------------------------------------
                          All Social Icons Background End 
                  --------------------------------------------------------------*/
#s_mm .shadow {
  box-shadow: 0 3px 28px 0 rgba(58, 59, 69, 0.15) !important;
}

#s_mm .nav-dropdown .dropdown-toggle::after {
  display: none;
}

#s_mm .dropdown-header {
  background-color: #00296b;
  border: 1px solid #00296b;
  padding: 12px 0px;
  color: #fff;
}

#s_mm .img-lead {
  width: 600px;
  height: 600px;
}

/*--------------------------------------------------------------
                                  Qr Code Generator Begin
        --------------------------------------------------------------*/
#s_mm .code-ds .card-header:first-child {
  border-radius: 0px;
}

@media (max-width: 1024px) {
  #s_mm .fs-24.fs-sm-scn {
    font-size: 22px !important;
  }

  #s_mm .fs-33.fs-sm-reg {
    font-size: 29px !important;
  }
}
@media (min-width: 1600px) {
  #s_mm .fs-lg-scn {
    font-size: 34px !important;
  }

  #s_mm .fs-lg-res {
    font-size: 52px !important;
  }
}
/*--------------------------------------------------------------
                                    Qr Code Generator End
          --------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  .sm-none {
    display: none;
  }
}
/*--------------------------------------------------------------
                      Dashboard Ui Kits Begin
      --------------------------------------------------------------*/
#s_mm .bg-light .nt {
  color: #00296b;
}

#s_mm .bg-light .na {
  color: #00296b;
}

#s_mm .bg-light .s {
  color: #ec5750;
}

#s_mm .bg-light .na {
  color: #003f88;
}

#s_mm .bg-light .o {
  color: #6d7178;
}

/*--------------------------------------------------------------
                                    Dashboard Ui Kits End
            --------------------------------------------------------------*/
/*--------------------------------------------------------------
                                    Dashboard Settings Begin
            --------------------------------------------------------------*/
#s_mm .cursor-pointer {
  cursor: pointer;
}

#s_mm .profile {
  margin-bottom: 10px;
}

#s_mm .nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  background-color: #747bf5;
  color: #fff;
}

#s_mm .bg-nav-pills {
  background-color: #eef2f7;
}

#s_mm .nav-pills > li > a,
.nav-tabs > li > a {
  color: #6c757d;
  font-weight: 600;
  font-size: 14px;
}

#s_mm .bg-darklight {
  background-color: #edf2f7;
}

#s_mm .widget-icon {
  color: #727cf5;
  font-size: 20px;
  background-color: rgba(114, 124, 245, 0.25);
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 40px;
  border-radius: 4px;
  display: inline-block;
}

/*--------------------------------------------------------------
                                    Dashboard Settings Ends
            --------------------------------------------------------------*/
/*--------------------------------------------------------------
                         Dashboard FAq Begin
                  --------------------------------------------------------------*/
#s_mm .accordion-button:focus {
  box-shadow: none;
}

#s_mm .img-faq {
  width: 600px;
  height: 400px;
}

#s_mm .faq .accordion-button:not(.collapsed) {
  color: #6d7178;
  background-color: #fff;
  box-shadow: inherit;
}

#s_mm .faq .accordion-button:focus {
  box-shadow: none;
}

#s_mm .btn-light {
  color: #313a46;
  background-color: #eef2f7;
  border-color: #eef2f7;
}

#s_mm .btn-light:hover {
  color: #313a46;
  background-color: #f1f4f8;
  border-color: #f0f3f8;
}

#s_mm .btn-primary {
  color: #fff;
  background-color: #727cf5;
  border-color: #727cf5;
}

#s_mm .btn-primary:hover {
  color: #fff;
  background-color: #6169d0;
  border-color: #5b63c4;
}

#s_mm .btn {
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 7px 15px;
  font-size: 15px;
  border-radius: 4px;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

#s_mm .faq-question-q-box {
  height: 30px;
  width: 30px;
  color: #727cf5;
  background-color: rgba(114, 124, 245, 0.25);
  -webkit-box-shadow: var(--ct-box-shadow-lg);
  box-shadow: var(--ct-box-shadow-lg);
  text-align: center;
  border-radius: 50%;
  float: left;
  font-weight: 700;
  line-height: 30px;
}

#s_mm .faq-question {
  margin-top: 0;
  margin-left: 50px;
  font-weight: 700;
  font-size: 16px;
}

#s_mm .faq-answer {
  margin-left: 50px;
}

/*--------------------------------------------------------------
                         Dashboard FAq End
                  --------------------------------------------------------------*/
/*--------------------------------------------------------------
                                    Dashboard End
            --------------------------------------------------------------*/
/*--------------------------------------------------------------
                          Login Page Begin 
                  --------------------------------------------------------------*/
#s_mm .authentication {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 100vh;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background: url(../images/bg-auth.jpg) center;
  background-size: cover;
}

#s_mm .authentication .authentication-form-box {
  max-width: 480px;
  border-radius: 0;
  z-index: 2;
  padding: 3rem 2rem;
  background-color: #fff;
  position: relative;
  width: 100%;
}

#s_mm .auth-brand {
  margin-bottom: 32px;
}

@media (min-width: 992px) {
  #s_mm .text-lg-start {
    text-align: left !important;
  }
}
@media (min-width: 992px) {
  #s_mm .auth-brand {
    position: absolute;
    top: 48px;
  }
}
#s_mm .authentication .authentication-left,
#s_mm .authentication .authentication-right {
  padding: 96px 48px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  position: relative;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.3);
}

#s_mm .auth-user-testimonial {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media (max-width: 991.98px) {
  #s_mm .authentication {
    display: block;
  }
}
@media (max-width: 991.98px) {
  #s_mm .authentication .authentication-form-box {
    max-width: 100%;
    min-height: 100vh;
  }
}
@media (max-width: 991.98px) {
  #s_mm .authentication .authentication-right {
    display: none;
  }
}
#s_mm .footer-alt {
  left: 0;
  border: none;
  text-align: center;
  bottom: 0;
  padding: 19px 24px 20px;
  position: absolute;
  right: 0;
  color: #98a6ad;
}

/*--------------------------------------------------------------
                          Login Page End 
                  --------------------------------------------------------------*/
/*--------------------------------------------------------------
                                   QR CODE UPI Section-1 Begin
            --------------------------------------------------------------*/
/*--------------------------------------------------------------
                      QR code Scan Begin
              --------------------------------------------------------------*/
#s_mm .fs-22 {
  font-size: 22px !important;
}

#s_mm .fs-96 {
  font-size: 96px !important;
}

#s_mm .fs-45 {
  font-size: 45px !important;
}

#s_mm .line-height-09 {
  line-height: 0.9 !important;
}

#s_mm .scan-card {
  border: 5px solid #747bf5;
  border-radius: 4px;
  padding: 20px;
}

#s_mm .mt-50 {
  margin-top: 50px;
}

#s_mm .bg-gradient-primary {
  background: linear-gradient(90deg, #747bf5 0%, #747bf5 50%, #7a82e3 100%) !important;
}

#s_mm .left-100 {
  left: 100%;
}

#s_mm .mt-100 {
  margin-top: 100px;
}

/*--------------------------------------------------------------
                      FAQ Begin
              --------------------------------------------------------------*/
#s_mm .qr-faq .accordion-button:not(.collapsed)::after {
  font-weight: 200;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  padding: 2px 0px 0px 12px;
  background-image: none !important;
  content: "-" !important;
  font-size: 25px;
  transform: translate(-5px, -4px);
  transform: rotate(0deg);
  background: rgba(114, 124, 245, 0.25);
  color: #747bf5;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1), 0 8px 16px rgba(0, 0, 0, 0.1);
}

#s_mm .qr-faq .accordion-button::after {
  font-weight: 200;
  padding: 2px 0px 0px 10px;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  content: "+" !important;
  font-size: 25px;
  background-image: none !important;
  background: #747bf5;
  color: #fff;
  transform: translateY(-4px);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1), 0 8px 16px rgba(0, 0, 0, 0.1);
}

#s_mm .qr-faq .accordion-button:not(.collapsed) {
  box-shadow: none;
}

#s_mm .qr-faq .accordion-button:focus {
  z-index: 3;
  border-color: #86b7fe;
  outline: 0;
  box-shadow: none;
}

#s_mm .qr-faq .shadow-sm {
  box-shadow: 0 4px 12px -1px rgba(19, 16, 34, 0.06), 0 2px 6px -1px rgba(19, 16, 34, 0.03) !important;
}

#s_mm .fs-sm {
  font-size: 14px !important;
}

@media (min-width: 1200px) {
  #s_mm .fs-2 {
    font-size: 32px !important;
  }
}
#s_mm .fs-2 {
  font-size: calc(1.325rem + 0.9vw) !important;
}

#s_mm .qr-faq .card-hover:hover {
  transform: translateY(-4px);
  box-shadow: 0 4px 12px -1px rgba(19, 16, 34, 0.6), 0 2px 6px -1px rgba(19, 16, 34, 0.3);
}

#s_mm .qr-faq .card-hover {
  background-color: #747bf5;
  transition: transform 0.2s ease-in-out, border-color 0.2s ease-in-out, background-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}

#s_mm .qr-faq .card-hover .card-body i,
#s_mm .qr-faq .card-hover .card-body p,
#s_mm .qr-faq .card-hover .card-body a {
  color: #fff;
}

#s_mm .qr-faq .accordion-button:not(.collapsed) {
  color: #303a46;
}

#s_mm .qr-faq .accordion-button {
  font-weight: 600;
}

/*--------------------------------------------------------------
                        FAQ End
                --------------------------------------------------------------*/
/*--------------------------------------------------------------
                        Feature Begin
                --------------------------------------------------------------*/
#s_mm .w-1 {
  width: 1px !important;
}

#s_mm .w-33 {
  width: 33px !important;
}

#s_mm .d_nn {
  display: none;
}

#s_mm .number {
  padding: 0px 10px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1), 0 8px 16px rgba(0, 0, 0, 0.1);
  text-shadow: 1px 1px 14px #ede9e9;
}

/*--------------------------------------------------------------
                        Feature End
                --------------------------------------------------------------*/
/*--------------------------------------------------------------
                      Step Quide Begin
              --------------------------------------------------------------*/
#s_mm .step-one {
  background-color: #ffc107 !important;
}

#s_mm .step-three {
  background-color: #4caf50 !important;
}

#s_mm .left-100 {
  left: 100%;
}

#s_mm .steps {
  display: flex;
  flex-direction: column;
}

#s_mm .step:first-child {
  padding-top: 0;
}

#s_mm .step {
  position: relative;
  display: flex;
  align-items: center;
  padding: 24px 0px;
}

#s_mm .step::before {
  top: 0;
}

#s_mm .step::before,
.step::after {
  position: absolute;
  left: 61px;
  width: 1px;
  height: 100%;
  content: "";
}

#s_mm .step-number {
  position: relative;
  width: 122px;
  height: 122px;
  flex-shrink: 0;
  padding-top: 16px;
  padding-left: 16px;
  border-radius: 50%;
  background-color: #747bf5;
  color: #303a46;
  font-size: 32px;
  font-weight: 800;
  z-index: 2;
}

#s_mm .step-number .step-number-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 0 4px 12px -1px rgba(19, 16, 34, 0.06), 0 2px 6px -1px rgba(19, 16, 34, 0.03);
}

#s_mm .step-body {
  padding-left: 24px;
}

#s_mm .step:not(:last-child)::after {
  background-color: #747bf5;
}

#s_mm .step::after {
  top: 50%;
}

#s_mm .step::before,
.step::after {
  position: absolute;
  left: 61px;
  width: 1px;
  height: 100%;
  content: "";
}

@media (max-width: 499.98px) {
  #s_mm .steps-sm .step::before,
#s_mm .steps-sm .step::after,
#s_mm .step::before,
.step::after {
    left: 38px;
  }
}
@media (max-width: 499.98px) {
  #s_mm .steps-sm .step-number,
#s_mm .step-number {
    width: 76px;
    height: 76px;
    padding-top: 10px;
    padding-left: 10px;
    font-size: 20px;
  }
}
@media (max-width: 499.98px) {
  #s_mm .steps-sm .step-number .step-number-inner,
#s_mm .step-number .step-number-inner {
    width: 56px;
    height: 56px;
  }
}
@media (max-width: 499.98px) {
  #s_mm .step-body {
    padding-left: 21px;
  }
}
@media (max-width: 499.98px) {
  #s_mm .steps-sm .step,
#s_mm .step {
    padding: 15px 0;
  }
}
/*--------------------------------------------------------------
                      Step Quide End
              --------------------------------------------------------------*/
/*--------------------------------------------------------------
                                   QR CODE UPI Section-2 Begin
            --------------------------------------------------------------*/
#s_mm .widget-icon.widget-icon-dark {
  background: rgba(48, 58, 70, 0.25);
  color: #303a46;
}

#s_mm .phone-screen {
  position: relative;
  text-align: center;
}

#s_mm .centered {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#s_mm .scan-card-phone {
  border: 1px solid transparent;
}

@media (max-width: 1024px) {
  #s_mm .fs-35.fs-scn-sm {
    font-size: 18px !important;
  }

  #s_mm .fs-45.fs-reg-sm {
    font-size: 23px !important;
  }
}
/*--------------------------------------------------------------
                                   QR CODE UPI Section-1 End
            --------------------------------------------------------------*/
/*--------------------------------------------------------------
                                   QR CODE UPI Section-2 Begin
            --------------------------------------------------------------*/
@media (max-width: 1024px) {
  #s_mm .fs-96.fs-sm-scan {
    font-size: 54px !important;
  }

  #s_mm .fs-22.fs-sm-visitor {
    font-size: 13px !important;
  }

  #s_mm .fs-45.fs-sm-register {
    font-size: 25px !important;
  }
}
/*--------------------------------------------------------------
                      Step Quide Begin
            --------------------------------------------------------------*/
#s_mm .danger-step .step:not(:last-child)::after {
  background-color: #dc3545;
}

#s_mm .opacity-50 {
  opacity: 50%;
}

/*--------------------------------------------------------------
                      Step Quide End
              --------------------------------------------------------------*/
/*--------------------------------------------------------------
                                   Faq Begin
            --------------------------------------------------------------*/
#s_mm .qr-faq.qr-dark .accordion-button::after {
  font-weight: 200;
  padding: 2px 0 0 10px;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  content: "+" !important;
  font-size: 25px;
  background-image: none !important;
  background: #303a46;
  color: #fff;
  transform: translateY(-4px);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.01), 0 8px 16px rgba(0, 0, 0, 0.01);
}

#s_mm .qr-faq.qr-dark .accordion-button:not(.collapsed)::after {
  font-weight: 200;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  padding: 2px 0 0 12px;
  background-image: none !important;
  content: "-" !important;
  font-size: 25px;
  transform: translate(-5px, -4px);
  transform: rotate(0);
  background: rgba(48, 58, 70, 0.25);
  color: #303a46;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.01), 0 8px 16px rgba(0, 0, 0, 0.01);
}

/*--------------------------------------------------------------
                                   Faq End
            --------------------------------------------------------------*/
/*--------------------------------------------------------------
                                   QR CODE UPI Section-2 End
    --------------------------------------------------------------*/
#s_mm .statistic__item {
  border: 1px solid #e5e5e5;
  background: #fff;
  padding: 20px 30px;
  position: relative;
  min-height: 157px;
  overflow: hidden;
  margin-bottom: 30px;
}
#s_mm .statistic__item h2 {
  font-size: 35px;
  font-weight: 400;
  color: #4272d7;
}
#s_mm .statistic__item .desc {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 300;
  color: rgba(128, 128, 128, 0.6);
}
#s_mm .statistic__item .icon {
  display: inline-block;
  position: absolute;
  bottom: -18px;
  right: -7px;
}
#s_mm .statistic__item .icon i {
  font-size: 115px;
  color: #b1b1b1;
  opacity: 0.2;
  line-height: 1;
  vertical-align: baseline;
}

#s_mm .min-h-210px {
  min-height: 210px;
}

#s_mm .nvb {
  font-weight: 700;
}
#s_mm .nvb img {
  max-height: 35px;
  margin-right: 4px;
}

#s_mm .h-50px {
  height: 50px;
}

#s_mm .min-h-265px {
  min-height: 265px;
}

#s_mm .w-auto {
  width: auto;
}

#s_mm #hero {
  width: 100%;
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 660px;
}

#hero::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  width: 130%;
  height: 95%;
  background: #002233;
  z-index: 0;
  border-radius: 0 0 50% 50%;
  transform: translateX(-50%) rotate(0deg);
}

#hero::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  width: 130%;
  height: 96%;
  background: #68A4C4;
  opacity: 0.3;
  z-index: 0;
  border-radius: 0 0 50% 50%;
  transform: translateX(-50%) translateY(18px) rotate(2deg);
}

@media (max-width: 768px) {
  #s_mm #hero::after {
    width: 180%;
    height: 95%;
    border-radius: 0 0 50% 50%;
    transform: translateX(-50%) rotate(0deg);
  }

  #s_mm #hero::before {
    top: 0;
    width: 180%;
    height: 94%;
    border-radius: 0 0 50% 50%;
    transform: translateX(-50%) translateY(20px) rotate(4deg);
  }
}
@media (max-width: 575px) {
  #s_mm #hero::after {
    left: 40%;
    top: 0;
    width: 200%;
    height: 95%;
    border-radius: 0 0 50% 50%;
    transform: translateX(-50%) rotate(0deg);
  }

  #s_mm #hero::before {
    left: 50%;
    top: 0;
    width: 200%;
    height: 94%;
    border-radius: 0 0 50% 50%;
    transform: translateX(-50%) translateY(20px) rotate(4deg);
  }
}
#s_mm .display-4 {
  font-size: calc(1.475rem + 2.7vw);
  font-weight: 300;
  line-height: 1.2;
}
#s_mm .fw-600 {
  font-weight: 600;
}

@media (min-width: 1200px) {
  #s_mm .display-4 {
    font-size: 3.5rem;
  }
}
#s_mm .presentation {
  padding-top: 100px;
  padding-bottom: 100px;
}

#s_mm .presentation .text-container {
  margin-bottom: 4rem;
}

#s_mm .presentation h2 {
  margin-bottom: 1.875rem;
}

#s_mm .presentation p {
  margin-bottom: 1.875rem;
}

#s_mm .presentation .btn-solid-reg {
  cursor: pointer;
}

#s_mm .ex-presentation .list-unstyled .fas {
  font-size: 0.375rem;
  line-height: 1.625rem;
}

#s_mm .ex-presentation .list-unstyled .flex-grow-1 {
  margin-left: 0.5rem;
}

#s_mm .ex-presentation .text-box {
  padding: 1.25rem 1.25rem 0.5rem 1.25rem;
  background-color: #f9f8f8;
}

#s_mm .presentation .btn-solid-reg {
  cursor: pointer;
}

#s_mm .btn-solid-reg {
  display: inline-block;
  padding: 1.375rem 2.25rem 1.375rem 2.25rem;
  border: 1px solid #002233;
  border-radius: 30px;
  background-color: #002233;
  color: #ffffff;
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 0;
  text-decoration: none;
  transition: all 0.2s;
}

#s_mm .btn-solid-reg:hover {
  background-color: transparent;
  color: #002233;
  text-decoration: none;
}

@media (min-width: 768px) {
  #s_mm {
    /* Extra Pages */
  }
  #s_mm .ex-presentation .text-box {
    padding: 1.75rem 2rem 0.875rem 2rem;
  }
}
@media (min-width: 992px) {
  #s_mm .presentation .text-container {
    margin-bottom: 0;
    margin-top: 10rem;
  }
}
@media (min-width: 1200px) {
  #s_mm {
    /* Details 1 */
  }
  #s_mm .presentation .text-container {
    margin-top: 10rem;
  }

  #s_mm .presentation h2 {
    margin-right: 4rem;
  }

  #s_mm .presentation .image-container {
    margin-left: 4rem;
  }
}
@media (min-width: 992px) {
  #s_mm .presentation .text-container {
    margin-bottom: 0;
    margin-top: 10rem;
  }
}
#s_mm .presentation .text-container {
  margin-bottom: 4rem;
}

/*********************/
/*  FAQ   Begin     */
/*********************/
#s_mm .accordion-1 {
  padding-top: 9rem;
  padding-bottom: 9rem;
}

#s_mm .accordion-1 .h2-heading {
  margin-bottom: 1.5rem;
  text-align: center;
}

#s_mm .accordion-1 .accordion-item {
  padding-bottom: 1rem;
  border: none;
  border-bottom: 1px solid #cdcedd;
}

#s_mm .accordion-1 .accordion-header {
  width: 100%;
}

#s_mm .accordion-1 .accordion-button {
  width: auto;
  padding-top: 2rem;
  padding-left: 0;
  background: none;
  box-shadow: none;
  font-weight: 600;
  font-size: 1.15rem;
  line-height: 1.625rem;
}

#s_mm .accordion-1 .accordion-button:not(.collapsed) {
  color: #212529;
}

#s_mm .accordion-1 .accordion-button::after,
#s_mm .accordion-1 .accordion-button:not(.collapsed)::after {
  display: none;
}

#s_mm .accordion-1 .accordion-button:not(.collapsed)::before {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 436.686 265.011'%3e%3cdefs%3e%3cstyle%3e.cls-1%7bfill:%23272556;%7d%3c/style%3e%3c/defs%3e%3ctitle%3echevron-down-solid-1%3c/title%3e%3cpath class='cls-1' d='M201.373,257.982L7.03,63.638a24,24,0,0,1,0-33.941L29.7,7.03a24,24,0,0,1,33.9-.04L218.344,161.011,373.089,6.99a24,24,0,0,1,33.9.04L429.657,29.7a24,24,0,0,1,0,33.941L235.315,257.982a24,24,0,0,1-33.942,0h0Z'/%3e%3c/svg%3e");
  transform: rotate(-180deg);
}

#s_mm .accordion-1 .accordion-button::before {
  align-self: flex-start;
  flex-shrink: 0;
  width: 1.125rem;
  height: 0.75rem;
  margin-top: 0.5rem;
  margin-right: 0.75rem;
  margin-left: auto;
  content: "";
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 436.686 265.011'%3e%3cdefs%3e%3cstyle%3e.cls-1%7bfill:%23272556;%7d%3c/style%3e%3c/defs%3e%3ctitle%3echevron-down-solid-1%3c/title%3e%3cpath class='cls-1' d='M201.373,257.982L7.03,63.638a24,24,0,0,1,0-33.941L29.7,7.03a24,24,0,0,1,33.9-.04L218.344,161.011,373.089,6.99a24,24,0,0,1,33.9.04L429.657,29.7a24,24,0,0,1,0,33.941L235.315,257.982a24,24,0,0,1-33.942,0h0Z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: 1.125rem;
  transition: transform 0.2s ease-in-out;
}

#s_mm .accordion-1 .accordion-body {
  padding-top: 0;
  padding-left: 1.875rem;
  padding-bottom: 1.125rem;
}

tfoot input {
  width: 100%;
  padding: 3px;
  box-sizing: border-box;
}

/*********************/
/*  Data Table Begin     */
/*********************/
#s_mm .dash_table .dataTables_length {
  display: none !important;
}

#s_mm .dash_table .dataTables_filter {
  display: none !important;
}

#s_mm .paginate_button {
  margin: 0px 2px !important;
}

#s_mm .page-link {
  color: #002233;
}

#s_mm .page-link:focus {
  z-index: 3;
  color: #0a58ca;
  background-color: #e9ecef;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(0, 34, 51, 0.0705882353);
}

#s_mm .page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #002233;
  border-color: #002233;
}

#s_mm .main-table .dataTables_info {
  display: inline-block;
}

#s_mm .main-table .dataTables_paginate {
  display: inline-block;
  float: right;
}

#s_mm .dataTables_length, .dt-buttons, .dataTables_filter {
  display: inline-block;
}

#s_mm .dataTables_filter {
  float: right;
}

#s_mm .buttons-csv {
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  padding: 4px 15px;
  font-size: 15px;
  border-radius: 4px;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  color: #fff;
  background-color: #0acf97;
  border-color: #0acf97;
  box-shadow: 0 2px 6px 0 rgba(10, 207, 151, 0.5019607843);
  margin: 0px 0 0 10px;
  border: 0px;
}

#s_mm.buttons-csv:hover {
  color: #fff;
  background-color: #09b080;
  border-color: #08a679;
}

#s_mm .main-table .dataTables_info {
  display: inline-block;
}

#s_mm .dash_table .dataTables_length {
  display: none !important;
}

#s_mm .dash_table .dataTables_filter {
  display: none !important;
}

#s_mm .dash_table .dt-buttons {
  display: none !important;
}

#s_mm .dataTables_info {
  display: inline-block;
}

#s_mm .dataTables_paginate {
  display: inline-block;
  float: right;
}

#s_mm .white-outline {
  border: 7px solid #fff;
  box-sizing: border-box;
  filter: drop-shadow(0 5px 5px rgba(0, 0, 0, 0.15));
  border-radius: 3px;
}

#s_mm .space-50 {
  margin-bottom: 50px;
}

#s_mm .footer {
  background: #fafafb;
  padding: 50px 0;
  border-top: 1px solid #eee;
  margin-top: 50px;
}

#s_mm .form-select:focus,
#s_mm .form-control:focus {
  color: #212529;
  background-color: #fff;
  border-color: rgba(42, 42, 42, 0.4901960784);
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(160, 163, 167, 0.1215686275);
}

#s_mm .nav-tabs .nav-item.show .nav-link, #s_mm .nav-tabs .nav-link.active {
    color: #ffffff;
    background-color: #023;
    border-color: #002233 #002233 #023;
}