@font-face {
  font-family: 'Montserrat Ace';
  src: url('../fonts/MontserratAce-BoldItalic.ttf') format('truetype');
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat Ace';
  src: url('../fonts/MontserratAce-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat Ace';
  src: url('../fonts/MontserratAce-Italic.ttf') format('truetype');
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat Ace';
  src: url('../fonts/MontserratAce-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat Ace';
  src: url('../fonts/MontserratAce-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat Ace';
  src: url('../fonts/MontserratAce-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat Ace';
  src: url('../fonts/MontserratAce-SemiBoldItalic.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat Ace';
  src: url('../fonts/MontserratAce-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat Ace';
  src: url('../fonts/MontserratAce-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat Ace';
  src: url('../fonts/MontserratAce-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}


@font-face {
  font-family: 'Archivo';
  src: url('../fonts/Archivo-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Archivo';
  src: url('../fonts/Archivo-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Archivo';
  src: url('../fonts/Archivo-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Archivo';
  src: url('../fonts/Archivo-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

*,
*::after,
*::before {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0-modified | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* make sure to set some focus styles for accessibility */
:focus {
  outline: none;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
  overflow-x: hidden;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  -webkit-appearance: none;
  -moz-appearance: none;
}
input[type=search] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}
/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  max-width: 100%;
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none;
}
/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
}
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: none;
}
a {
  text-decoration: none;
}
.vg-nav-main-container span.toggle {
  vertical-align: middle !important;
}
/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: none;
}
/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */
}
/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0;
}
/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0;
}
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */
}
/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */
}
/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
/* 1 */
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */
}
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
  
}
html input[disabled] {
  cursor: default;
  background-color: #ede9e9 !important;
}
/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */
}
/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}
/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Remove inner padding and border in Firefox 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
html,
button,
input,
select,
textarea {
  color: #222;
}
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}
::selection {
  background: #b3d4fc;
  text-shadow: none;
}
img {
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
textarea {
  resize: vertical;
}
a:hover {
  text-decoration: none
}
 label.error {
            color: red !important;
            font-size: 12px !important;
        }
body {
  font-family: 'Montserrat Ace' !important;
  
  font-size: 18px;
  line-height: 25px;
}
.pt-80 {
  padding-top: 80px;
}
.pb-80 {
  padding-bottom: 80px;
}
.container {
  max-width: 1115px;
}
.c-w {
  color: #fff !important;
}
.g-30 {
  --bs-gutter-x: 30px;
}
.g-40 {
  --bs-gutter-x: 40px;
}
.btn {
  padding: 10px 21px;
  border-radius: 50px;
  color: #333;
  min-width: 161px;
  font-weight: 500;
}
.btn-warning {
  background-color: #ffe682;
  border-color: #ffe682;
}
.btn-sucess {
  background-color: #58d68d;
  border-color: #58d68d;
  color: #fff;
}
.btn-sucess:hover {
  color: #58d68d;
  background-color: transparent;
}
/* Header Css*/
header {
  background-color: #fff;
  position: relative;
  z-index: 9;
  transition: all .5s ease;
}
.cursor-pointer{
  cursor: pointer !important;
}
.indexcity {
  z-index: 9999;
}
.right {
  left: 0 !important;
}
.navbar-toggler {
  display: none;
}
#navbar {
  display: flex;
  align-items: center;
}
.navbar-nav {
  flex-direction: initial;
  padding: 0 0px;
}
.navbar {
  height: 100px;
  transition: all .5s ease;
  padding: 0;
}
.navbar-nav .nav-link {
  color: #333;
  text-transform: capitalize;
  font-size: 16px;
  padding: 22px 0;
  line-height: 1;
  font-weight: 500;
}
.navbar-nav .nav-item {
  padding: 0 15px;
}
.navbar-nav .nav-item:last-child {
  padding-right: 0;
}
.navbar-nav .nav-item:first-child {
  padding-left: 0;
}
.navbar-nav>.nav-link,
.navbar-nav .nav-link.active {
  color: #58d68d;
}
.navbar-nav .nav-link:hover {
  color: #58d68d;
}
.dropdown-toggle::after {
  font-size: 11px;
  position: absolute;
  top: 30px;
  margin-left: 5px;
}
@media only screen and (min-width: 992px) {
  .dropdown:hover .dropdown-menu {
    display: block;
  }
}
.dropdown-menu {
  position: absolute !important;
  top: 60px;
  border: none;
  border-radius: 0;
  padding: 0;
  border-top: 2px solid #58d68d;
}
.dropdown-menu[data-bs-popper] {
  top: 100%;
  left: 32px;
  margin-top: 0;
}
.dropdown-item {
  font-size: 15px;
}
.dropdown-item:hover {
  background-color: transparent;
  color: #58d68d;
}
.logo {
  transition: all .5s ease;
}
.r-btn {
  padding: 10px 21px;
  border-radius: 35px;
  color: #fff;
  background-color: #58d68d;
  border: 1px solid transparent;
  font-size: 16px;
  margin-left: 35px;
}
.r-btn:hover {
  color: #58d68d;
  border-color: #58d68d;
  background-color: transparent;
}
.l-btn {
  padding: 10px 25px;
  border-radius: 35px;
  color: #333;
  background-color: transparent;
  border: 1px solid #58d68d;
  font-size: 16px;
  margin-left: 3px;
}
.l-btn:hover {
  background-color: #58d68d;
  color: #333;
}
/*Header Css End*/
.banner {
  background-color: #FFE682;
  background-image: url(../images/banner-bg.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 140px 0px 140px 0px;
}
.home_banner_smily_img {
  width: 6%;
  position: absolute;
  top: 9.8em;
  left: 12em;
}
.home_banner_smily_img2 {
  width: 6%;
  position: absolute;
  top: 16.5em;
}
.inner-banner {
  display: flex;
  justify-content: center;
}
h1 {
  font-size: 42px;
  color: #404040;
  font-weight: bold;
  line-height: 52px;
}
h2 {
  font-size: 35px;
  color: #404040;
  font-weight: bold;
  line-height: 45px;
}
h3 {
  font-size: 22px;
  font-weight: bold;
  line-height: 32px;
}
h4 {
  font-size: 20px;
  font-weight: bold;
  line-height: 28px;
}
.banner-lft img,
.banner-rgt img {
  width: 200px;
}
.banner-mdt {
  padding: 0px 40px;
  text-align: center;
}
.banner-mdt h1 {
  margin-bottom: 10px;
  line-height: 45px;
}
p {
  font-size: 18px;
  color: #333;
  line-height: 30px;
  line-height: 28px;
}
.blk-how-it {
  padding: 0px 40px 30px 40px;
}
.map-sec {
  padding-top: 40px;
}
.pad {
  margin: 80px 0px;
}
.schools-sec .sc-blk {
  background-color: #5DADE2;
  border-radius: 100px;
  border: 10px solid #AED6F1;
  text-align: center;
  position: relative;
}
.sc-blk {
  color: white;
  padding: 30px 0px;
}
.schools-sec .col-md-4:nth-child(2) .sc-blk h2 {
  color: #404040;
}
.schools-sec .col-md-4:nth-child(2) .sc-blk {
  background-color: #FFE682;
  border: 10px solid #FFEFAF;
  color: #404040;
}
.sc-blk h2 {
  font-size: 50px;
  color: white;
  line-height: 40px;
}
.sc-blk h3 {
  margin-top: 5px;
}
.how {
  background-image: url(../images/how-bg.jpg);
  min-height: 703px;
}
.how-row {
  margin-top: 80px;
  --bs-gutter-x: 30px;
}
.how-box {
  border-radius: 30px;
  background-color: #fff;
  min-height: 400px;
  position: relative;
  padding-top: 50px;
  padding: 60px 30px 30px;
  height: 100%;
}
.how-icon {
  width: 90px;
  height: 90px;
  background-color: #ffe682;
  border-radius: 50%;
  border: 6px solid #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: -42px;
  left: 50%;
  transform: translateX(-50%);
}
.how-title {
  font-size: 23px;
  line-height: 1;
  font-weight: bold;
  color: #5dade2;
  margin-bottom: 20px;
}
.how-box p {
  color: #555;
  font-size: 18px;
  font-weight: 400;
}
.b {
  color: #333;
  font-weight: 500;
  font-size: 18px;
  text-align: left;
  line-height: 30px;
  width: 100%;
  /* height: 167px; */
  padding: 25px 15px 20px;
  margin-top: 30px;
}
.b-1 {
  background-image: url(../images/b1.jpg);
  border-radius: 0px 20px 20px 20px;
}
.b-3 {
  background-image: url(../images/b3.jpg);
  border-radius: 0px 20px 20px 20px;
}
.b-2 {
  background-image: url(../images/b2.jpg);
  border-radius: 20px 0px 20px 20px;
  background-size: cover;
}
.b-4 {
  background-image: url(../images/b4.jpg);
  border-radius: 20px 0px 20px 20px;
}
.bene-cta {
  max-width: 745px;
  margin: 0 auto;
  margin-top: 50px;
}
.bene-cta h3 {
  font-size: 24px;
  color: #333;
  font-weight: 600;
}
.bene-cta h3 a {
  color: #5dade2;
}
.bene-cta h3 a:hover {
  color: #58d68d;
}
.cont {
  background-image: url(../images/newletter-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 313px;
  display: flex;
  align-items: center;
}
.cont-content {
  max-width: 690px;
  margin: 0 auto;
  text-align: center;
}
.con-btn {
  margin-top: 30px;
}
.con-btn .btn-warning {
  margin-left: 30px;
}
.learn-box {
  position: relative;
  background-color: #fff;
  border-radius: 30px;
  box-shadow: 0px 0px 10px #f0f0f0;
  padding: 65px 30px 30px;
}
.learn-icon {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background-color: #ffe682;
  border: 6px solid #5dade2;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -45px;
  left: 50%;
  transform: translateX(-50%);
}
.learn-box h2 {
  color: #5dade2;
  font-weight: bold;
  font-size: 50px;
  margin-bottom: 10px;
}
.learn-box h3 {
  color: #5dade2;
  font-weight: bold;
  font-size: 24px;
}
.l-container {
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
}
.l-container .row {
  margin-top: 90px;
}
.learn-content {
  padding: 115px 30px 35px;
  background-color: #58d68d;
  border-radius: 32px;
  margin-top: -85px;
}
.learn-content p {
  color: #fff;
  font-weight: 600;
  font-size: 24px;
  max-width: 600px;
  margin: 0 auto;
}
.test {
  background-image: url(../images/test-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
.test-box {
  min-height: 375px;
  background-color: #fff;
  border-radius: 25px;
  padding: 20px 20px;
  text-align: left;
  height: 100%;
  margin-bottom: 40px;
}
.test-box p {
  font-size: 19px;
  padding: 15px 0;
  border-bottom: 1px solid #d7d7d7;
}
.t-name {
  color: #5dade2;
  font-size: 18px;
  line-height: 1;
}
.t-deg {
  color: #333;
  font-size: 23px;
  font-weight: 600;
}
.name {
  display: flex;
  margin-top: 25px;
}
.test-about {
  margin-left: 15px;
}
.news-img {
  width: 100%;
  height: 205px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 2px 3px 10px #d9d9d9;
  border-radius: 15px;
  margin-bottom: 15px;
}
.news-img img {
  border-radius: 15px;
}
.news-title {
  color: #333;
  font-weight: 600;
  font-size: 23px;
  text-align: left;
  display: block;
  margin-bottom: 40px;
}
.news-row {
  margin-top: 25px;
}
.news-title:hover {
  color: #58d68d;
}
.footer {
  background-color: #58d68d;
  padding: 30px 0;
}
.footer .btn {
  margin-left: 30px;
}
.footer-social {
  padding-left: 0;
}
.footer-social li {
  display: inline-block;
  margin-right: 7px;
}
.footer-social li a {
  text-decoration: none;
  display: flex;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #fff;
  align-items: center;
  justify-content: center;
  color: #333;
}
.footer-social li a:hover {
  background-color: #FFE682;
}
.footer-right {
  display: flex;
  align-items: center;
}
.footer-menu {
  margin-left: auto;
}
.footer-menu li {
  display: inline-block;
  margin-left: 30px;
}
.footer-menu li a {
  color: #333;
  font-size: 16px;
  text-decoration: none;
  font-weight: 500;
}
.footer-bottom {
  padding: 15px;
}
.footer-bottom p {
  color: #333;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
}
/*Registration*/
.reg-head {
  padding: 23px 20px;
}
.reg-title {
  background-color: #58d68d;
  padding: 76px 20px;
  font-family: 'Archivo';
}
.reg-title h1 {
  color: #000;
  line-height: 1;
  margin-bottom: 0;
  font-weight: 600;
}
.reg-content {
  padding: 80px 20px;
}
.reg-form {
  width: 540px;
  margin: 0 auto;
  font-family: 'Archivo';
}
.reg-form label {
  color: #333;
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 5px;
}
.reg-form input {
  width: 100%;
  height: 40px;
  border: 1px solid #acacac;
  border-radius: 30px;
  outline: none;
  margin-bottom: 20px;
  padding-left: 10px;
  font-size: 15px;
  color: #555;
}
.reg-form select,.select-box {
  width: 100%;
  height: 40px;
  background-color: transparent;
  border: 1px solid #acacac;
  border-radius: 30px;
  outline: none;
  margin-bottom: 20px;
  padding-left: 10px;
  font-size: 15px;
  color: #555;
  
  /* background-image: url("../images/sel.png"); */
  background-repeat: no-repeat;
  background-position-x: 95%;
  background-position-y: 17px;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
.inv-row .inv-input input{
 width:calc(100% - 20px)
}
ul.pagination{
  display:flex;
  width:fit-content
}
@media only screen and (max-width:992px){
  ul.pagination{
    justify-content: center;
  }
}
.all-sel {
  background-position-x: 515px !important;
}
.login-footer {
  padding: 26px 20px;
  background-color: #696969;
}
.login-footer p {
  color: #fff;
  font-family: 'Archivo';
  margin-bottom: 0;
  line-height: 1;
  text-align: center;
  font-size: 14px;
}
/*Dashboard*/
.log-head {
  width: 100%;
  height: 70px;
  background-color: #58d68d;
}
.log-container {
  max-width: 1290px;
  padding-left:40px;
  padding-right: 40px;
  margin-left: auto;
  margin-right: auto;
  font-family: 'Archivo';
  position: relative;
}
.mob-pro{
  padding:20px 20px;
  display:flex;
  align-items: center;
  justify-content: space-between;
}
.pro-icon a{
  color:#58d68d;
  margin:0px 10px;
}
.pro-icon a:last-child{
  margin-right:0px;
}
.log-top {
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.welcome {
  color: #fff;
  font-size: 16px;
  cursor: pointer;
  position:relative;
  padding-right:15px;
}
.welcome:after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 5px;
  background-image: url(../images/drop.png);
  margin-left: 10px;
  margin-bottom: 6px;
  position:absolute;
  top:10px;
  right:0px;
}
.user-pro {
  background-color: #fff;
  position: absolute;
  top: 70px;
  right: 0;
  min-width: 205px;
  padding: 5px 0;
  border-radius: 0 0 5px 5px;
  z-index: 5;
  box-shadow: 0px 0px 5px #ddd;
  display:none;
}
.user-pro li a {
  color: #555;
  font-size: 16px;
  padding: 5px 20px;
  display: block;
}
.user-pro li a:hover {
  color: #58d68d;
}
.user-pro li a i {
  margin-right: 5px;
}
.page-content {
  padding: 40px 0 70px;
}
.log-row {
  display: flex;
}
.sidebar {
  width: 250px;
  min-height: 500px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 25px 10px rgba(244, 245, 248, 1);
  -moz-box-shadow: 0px 0px 25px 10px rgba(244, 245, 248, 1);
  box-shadow: 0px 0px 25px 10px rgba(244, 245, 248, 1);
  padding: 20px 20px;
  position: relative;
  z-index: 7;
  background-color: #fff;
}
.side-menu li a {
  color: #1e1e1e;
  font-size: 15px;
  position: relative;
  display: block;
  width: 100%;
}
.side-menu li a:hover {
  color: #58d68d;
}
.side-menu li a.active {
  color: #58d68d;
}
.side-menu li:first-child {
  padding-top: 0;
}
.side-menu li {
  padding: 12px 0;
}
.side-menu li.has-child a::after {
  content: "\f105";
  font-family: FontAwesome;
  font-size: 11px;
  position: absolute;
  right: 0;
  transition: all .5s ease;
}
.side-menu li.open a::after {
  transform: rotate(90deg);
}
.side-menu li a i {
  margin-right: 15px;
}
.child-menu {
  padding-left: 40px;
  margin-top: 20px;
  display:none;
}
.doing-blk label.error{
  position: absolute;
  bottom: -50px;
  width: 115px;
}
.child-menu li {
  line-height: 18px;
}
.child-menu li:last-child {
  padding-bottom: 0px;
}
.child-menu li.active a {
  color: #58d68d;
}
.child-menu li a {
  color: #848484;
  font-size: 15px;
}
.child-menu li a::after {
  display: none;
}
.content {
  margin-left: 30px;
  width: 1010px;
}
.content h2 {
  color: #000;
  font-weight: 500;
  font-size: 30px;
}
.title {
  display: flex;
  justify-content: space-between;
}
.cur-date {
  min-width: 160px;
  height: 40px;
  background-color: #f3f3f3;
  border: 1px solid #dededf;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cur-date span {
  color: #555 !important;
  font-size: 16px !important;
  margin: 0 5px !important;
}
.cur-date img {
  margin-right: 5px;
  margin-left:5px;
}
.box {
  min-height: 100px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 25px 10px rgba(244, 245, 248, 1);
  -moz-box-shadow: 0px 0px 25px 10px rgba(244, 245, 248, 1);
  box-shadow: 0px 0px 25px 10px rgba(244, 245, 248, 1);
}
.dash-box {
  text-align: center;
  padding: 25px 20px 20px;
  margin-bottom: 30px;
}
.dash-box h3 {
  color: #555;
  font-weight: normal;
  font-size: 24px;
}
.feel {
  display: flex;
  flex-wrap:wrap;
  margin-top: 10px;
}
.feel-blk{
  position:relative
}
.feel>div {
  width: 33.33%;
  padding: 0.5rem;
}
.feel input[type="radio"] {
  display: none;
}
.feel-blk input{
position: absolute;
z-index: 1;
width: 100%;
height: 100%;
left: 0;
right: 0;
bottom: 0;
opacity: 0;
}
.feel-blk input:checked ~ label .feel-text {
  background-color: #58d68d;
}
.feel-blk img{
  height:50px;
}
.doing-blk , .meal-blk{
  position:relative
}
.doing-blk input , .meal-blk input{
  position:absolute;
  z-index: 1;
  left:0;
  right:0;
  top:0;
  width:100%;
  height:100%;
  opacity:0;
}
.feel label {
  display: block;
  background: white;
  border: 1px solid #d2d2d2;
  border-radius: 10px;
  text-align: center;
  position: relative;
  overflow: hidden;
  padding: 4px 0;
  height: 83px;
  cursor: pointer;
}
.feel input[type="radio"]:checked+label .feel-text {
  background-color: #58d68d;
}
.feel-text {
  background-color: #e7e7e7;
  font-size: 14px;
  line-height: 1;
  padding: 4px 0px;
  position: absolute;
  width: 100%;
  bottom: 0;
  color: #333;
}

.doing input[type="radio"]:checked~label span {
  background-color: #58d68d;
  border: 1px solid #58d68d;
}
.doing label {
  display: inline-block;
  width: 25px;
  height: 25px;
  cursor: pointer;
}
.doing label:hover span {
  background-color: #58d68d;
  border: 1px solid #58d68d;
}
.doing label span {
  display: block;
  width: 100%;
  height: 100%;
  border: 1px solid #cbcbcb;
  border-radius: 3px;
  color: #333;
  font-size: 13px;
  font-weight: 600;
}
.doing {
  display: flex;
  align-items: center;
  margin-top: 30px;
}
.lin {
  width: 22px;
  height: 1px;
  background-color: #cacaca;
}
.do-stat {
  display: flex;
  justify-content: space-between;
  font-size: 13px;
  color: #878787;
  margin-top: 5px;
  margin-bottom: 20px;
}
.meal {
  display: flex;
  flex-flow: row wrap;
  width: 250px;
  margin: 0 auto;
  margin-top: 15px;
  margin-bottom: 7px;
}
.meal>div {
  flex: 1;
  padding: 0.5rem;
}

.meal input[type="radio"]:not(:disabled)~label {
  cursor: pointer;
}
.meal input[type="radio"]:disabled~label {
  color: #bcc2bf;
  border-color: #bcc2bf;
  box-shadow: none;
  cursor: not-allowed;
}
.meal label {
  width: 90px;
  display: block;
  background: white;
  border: 1px solid #cfcfcf;
  border-radius: 20px;
  text-align: center;
  position: relative;
  padding: 2px 0;
}
.meal label p {
  color: #555;
  font-size: 18px;
  margin-left: 5px;
}
#meal1:checked+label {
  border: 1px solid #58d68d;
  color: white;
}
#meal2:checked~label {
  color: white;
  border: 1px solid #cf5656;
}
#meal1:checked~label p::before {
  content: "\f00c";
  border-color: #58d68d;
  background: #58d68d;
}
#meal2:checked~label p::before {
  content: "\f00c";
  background: #cf5656;
  border-color: #cf5656;
}
.meal input[type="radio"]~label p::before {
  display: inline-block;
  color: #fff;
  font-family: FontAwesome;
  border: 1px solid #3d3f43;
  content: "";
  font-size: 12px;
  height: 13px;
  width: 13px;
  line-height: 13px;
  text-align: center;
  border-radius: 2px;
  background: white;
  margin-right: 5px;
}
.meal-blk label.error{
 
    position: absolute;
    bottom: 0px;
    padding: 0;
    height: 0;
    border: none;
    width: 120px;
  
}
.feel-blk label.error{
position:absolute;
left:10px;
bottom:-10px;
border:none;
height:25px;
border-radius: 0;
}
.meal input[type="radio"]#control_05:checked+label {
  background: red;
  border-color: red;
}
/*
@media only screen and (max-width: 700px) {
  .meal {
    flex-direction: column;
  }
}
*/
.program-box {
  padding: 15px 20px;
  margin-top: 15px;
}
.pro-table {
  width: 100%;
}
.pro-table tr td {
  padding: 8px 0;
}
.pro-table tr td:first-child {
  font-size: 17px;
  color: #555;
  font-weight: 500;
}
.pro-table tr td:last-child {
  font-size: 17px;
  color: #555;
  font-weight: 400;
}
.goal-box {
  margin: 15px 0 50px;
  padding: 25px 25px 40px;
  text-align: center;
}
.goal-box label {
  color: #555;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 5px;
  display: block;
  text-align: left;
}
.goal-box input {
  width: 100%;
  height: 40px;
  border: 1px solid #acacac;
  border-radius: 30px;
  outline: none;
  margin-bottom: 35px;
  padding-left: 20px;
  font-size: 16px;
  color: #333;
}
.goal-table {
  width: 100%;
}
.goal-table thead tr td {
  color: #333;
  font-size: 16px;
  font-weight: 600;
  padding: 7px 0px;
  border-bottom: 2px solid #bbbbbb;
}
.goal-table thead tr td:first-child {
  padding-left: 20px;
}
.goal-table tbody tr td {
  color: #555;
  font-size: 17px;
  font-weight: 400;
  border-top: 1px solid #efefef;
  padding: 10px 0;
}
.goal-table tbody tr td:first-child {
  padding-left: 20px;
}
.goal-table tr td:last-child {
  text-align: center;
}
.report-table {
  width: 100%;
}
.report-table thead tr td {
  color: #333;
  font-size: 16px;
  font-weight: 600;
  padding: 15px 0px;
  border-bottom: 2px solid #bbbbbb;
  line-height: 18px;
}
.report-table thead tr td:first-child {
  padding-left: 20px;
}
.report-table tbody tr td {
  color: #555;
  font-size: 17px;
  font-weight: 400;
  border-top: 1px solid #efefef;
  padding: 12px 0;
}
.report-table tbody tr td:first-child {
  padding-left: 20px;
}
#modal1 .modal-dialog {
  max-width: 410px;
  margin-top: 120px;
}
#modal1 .modal-content {
  border-radius: 15px;
  border: none;
  padding: 30px 20px;
  font-size: 23px;
  text-align: center;
  line-height: 38px;
}
#modal1 .btn-close {
  color: #fff;
}
.modal-close {
  background-color: transparent;
  border: none;
  color: #fff;
  font-size: 20px;
  position: absolute;
  right: -15px;
  top: -25px;
  cursor: pointer;
}
.goal-modal .modal-dialog {
  max-width: 540px;
  margin-top: 120px;
}
.goal-modal .modal-content {
  border-radius: 15px;
  border: none;
  padding: 40px 50px;
  font-size: 23px;
  text-align: center;
  line-height: 38px;
}
.goal-modal.btn-close {
  color: #fff;
}
.goal-modal .modal-content h4 {
  font-weight: normal;
  font-size: 29px;
  line-height: 37px;
}
.chk-wrp label.error{
  
    position: absolute;
    left: 0;
    bottom: -55px;
    width: 115px;
    padding: 0;
    line-height: 13px;
    left:calc(50% - 57px)
  
}
@media only screen and (min-width:1200px){
  .chk-wrp label.error{
    left:160px;
  }
}
/* .not input[type="radio"] {
  display: none;
} */
.not input[type="radio"]:checked+label span {
  background-color: #58d68d;
  border: 1px solid #58d68d;
}
.not label {
  display: inline-block;
  width: 50px;
  height: 50px;
  cursor: pointer;
  line-height: 50px;
}
.not label:hover span {
  background-color: #58d68d;
  border: 1px solid #58d68d;
}
.not label span {
  display: block;
  width: 100%;
  height: 100%;
  border: 1px solid #cbcbcb;
  border-radius: 6px;
  color: #333;
  font-size: 22px;
  font-weight: 500;
}
.not {
  display: flex;
  align-items: center;
  margin-top: 30px;
}
.line {
  width: 47px;
  height: 1px;
  background-color: #cacaca;
}
.filter {
  display: flex;
  align-items: center;
}
.filter span {
  color: #555;
  font-size: 14px;
  display: inline-block;
  margin: 0 15px;
  font-weight: 500;
}
.filter input {
  width: 120px;
  height: 40px;
  border: 1px solid #dededf;
  border-radius: 30px;
  background-image: url(../images/cal2.png);
  background-repeat: no-repeat;
  background-position: 95px center;
  color: #888;
  font-size: 14px;
  padding-left: 12px;
  padding-top: 4px;
}
.fil-sel {
  width: 300px;
  height: 40px;
  background-color: transparent;
  border: 1px solid #acacac;
  border-radius: 30px;
  outline: none;
  padding-left: 10px;
  font-size: 15px;
  color: #555;
  appearance: none;
  -moz-appearance: none;
  background-image: url("../images/sel.png");
  background-repeat: no-repeat;
  background-position-x: 95%;
  background-position-y: 17px;
}
.filter input::placeholder {
  opacity: 1;
  color: #888;
  font-size: 14px;
}
.pro-box {
  padding: 30px 20px;
  position: relative;
}
.pro-box label {
  color: #555;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 5px;
}
.pro-box input {
  width: 100%;
  height: 40px;
  border: 1px solid #acacac;
  border-radius: 30px;
  outline: none;
  margin-bottom: 5px;
  padding-left: 20px;
  font-size: 15px;
  color: #555;
}
.pro-box input[type="email"] {
  background-color: #eeeeee;
}
.info-box {
  padding: 25px 20px 30px 20px;
  margin-top: 15px;
}
.info-box .reg-form{width:100%}
.man-box {
  padding: 30px 30px 40px;
  margin-top: 15px;
}
.man-input label {
  color: #555;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 5px;
  display: block;
}
.man-input input {
  width: 445px;
  height: 40px;
  border: 1px solid #acacac;
  border-radius: 30px;
  outline: none;
  margin-bottom: 20px;
  padding-left: 10px;
  font-size: 15px;
  color: #555;
}
.btm-gl{
  display:flex
}
.btm-gl .plus, .btm-gl .minus{
  margin-top:12px
}
.man-input .date {
  width: 250px;
  background-image: url(../images/cal.png);
  background-repeat: no-repeat;
  background-position: 220px center;
  display: block;
}
.man-box h3 {
  color: #333;
  font-size: 23px;
  font-weight: normal;
}
.plus,
.minus {
  display: inline-block;
  width: 17px;
  height: 17px;
  line-height: 17px;
  border-radius: 50%;
  background-color: #58d68d;
  text-align: center;
  margin-left: 10px;
}
.minus {
  background-color: #dc6262;
}
.plus i,
.minus i {
  color: #fff;
  font-size: 13px;
}
.pro-stat {
  margin: 40px 0;
}
.pro-stat label {
  color: #555;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 5px;
}
.pro-stat select {
  width: 215px;
  height: 40px;
  background-color: transparent;
  border: 1px solid #acacac;
  border-radius: 30px;
  outline: none;
  padding-left: 10px;
  font-size: 15px;
  color: #555;
  appearance: none;
  -moz-appearance: none;
  background-image: url("../images/sel.png");
  background-repeat: no-repeat;
  background-position-x: 95%;
  background-position-y: 17px;
}
.program-sel select{
  background-image: url("../images/sel.png");
  background-repeat: no-repeat;
  background-position: 95% center;
 
}
option {
  background: #fff;
  border-color: #41c9ff;
  border-radius: 20px;
  line-height: 18px;
  outline: none;
  -webkit-box-shadow: 0 0 3px 1px #c00;
  -moz-box-shadow: 0 0 3px 1px #c00;
  box-shadow: 0 0 3px 1px #c00;
}
.graph-box {
  padding: 20px;
}
.fil-type {
  display: flex;
  margin-right: 20px;
}
.radio {
  margin: 0 10px;
}
.radio input[type="radio"] {
  position: absolute;
  opacity: 0;
}
.radio-label {
  font-size: 14px;
  color: #555;
}
.radio input[type="radio"]+.radio-label:before {
  content: '';
  background: #f4f4f4;
  border-radius: 100%;
  border: 1px solid #999;
  display: inline-block;
  width: 13px;
  height: 13px;
  position: relative;
  top: 5px;
  margin-right: 5px;
  vertical-align: top;
  cursor: pointer;
  text-align: center;
}
.radio input[type="radio"]:checked+.radio-label:before {
  background-color: #58d68d;
  content: "\f00c";
  font-family: FontAwesome;
  font-size: 10px;
  color: #fff;
  line-height: 13px;
  border-color: #58d68d;
}
.radio input[type="radio"]+.radio-label:empty:before {
  margin-right: 0;
}
.chg {
  position: relative;
}
.chg-pass {
  position: absolute;
  right: 21px;
  bottom: 12px;
  font-size: 11px;
  cursor: pointer;
}
.chg-pass::after {
  content: "\f070";
  font-family: FontAwesome;
}
.hide-pass {
  position: absolute;
  right: 21px;
  bottom: 12px;
  font-size: 11px;
  cursor: pointer;
}
.hide-pass::after {
  content: "\f06e" !important;
  font-family: FontAwesome;
}
.view-table {
  width: 100%;
}
.view-table thead tr td {
  color: #333;
  font-size: 16px;
  font-weight: 600;
  padding: 15px 0px;
  border-bottom: 2px solid #bbbbbb;
  line-height: 18px;
}
.view-table thead tr td:first-child {
  padding-left: 20px;
}
.view-table tbody tr td {
  color: #555;
  font-size: 17px;
  font-weight: 400;
  border-top: 1px solid #efefef;
  padding: 12px 0;
}
.view-table tbody tr td:first-child {
  padding-left: 20px;
}
.view-table tbody tr td:last-child a img {
  margin-right: 15px
}
.pagination {
  padding: 40px 20px 30px;
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #efefef;
  align-items: center;
}
.pagination p {
  color: #888;
  font-size: 15px;
}
.page-count {
  display: flex;
  align-items: center;
}
.page-count span {
  color: #888;
  font-size: 15px;
  display: inline-block;
  margin-right: 10px;
  font-weight: 500;
}
.page-count ul {
  margin-left: 20px;
  margin-right: 20px;
}
.page-count ul li {
  display: inline-block;
  color: #888;
  font-size: 15px;
  margin: 0 5px;
  width: 32px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  border-radius: 3px;
  cursor: pointer;
}
body .pagination, body .page-link{
  border:none;
  border-radius: 3px;
  color: #888;
  font-size: 15px;
  line-height: 15px;
  
}
body .page-link{
  padding:10px 13px;
}
ul.pagination li{
  margin: 0 10px;
}
body .page-item.active .page-link ,body .page-link:hover{
  background-color: #58d68d;
  color:white;
}
.page-item button.page-link:hover{
  background-color: transparent;
  color: #58d68d;
}
.page-item button.page-link:focus{
outline:none !important;
color: #58d68d !important;
box-shadow:none !important;
background-color: transparent !important;
}

.page-count ul li:hover {
  color: #fff;
  background-color: #58d68d;
  border-radius: 3px;
}
.page-count ul li.active {
  color: #fff;
  background-color: #58d68d;
}
.inv-btn {
  border: none;
  background-color: #d5d5d5;
  border-radius: 30px;
  width: 135px;
  height: 40px;
  font-size: 17px;
  font-weight: 500;
}
 .btn-wrp .inv-btn{
  background-color: #58d68d;
}
.file-name{
  max-width:170px;
  font-size: 15px;
  display: inline-block;
   
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;
}
.inv-btn:hover {
  background-color: #868686;
}
.inv-title {
  border-bottom: 2px solid #dbdbdb;
  padding-bottom: 10px;
}
.inv-row {
  margin: 30px 0 40px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.inv-input label {
  color: #333;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 5px;
}
.inv-input input {
  width: 100%;
  height: 40px;
  border: 1px solid #acacac;
  border-radius: 30px;
  outline: none;
  padding-left: 20px;
  font-size: 15px;
  color: #333;
}
.btn-inv {
  background-color: #58d68d;
  border: 1px solid #58d68d;
  border-radius: 35px;
  color: #333;
  font-size: 16px;
  font-weight: 500;
  height: 40px;
  width: 105px;
  margin-bottom: 5px;
}
.btn-inv:hover {
  background-color: transparent;
  border-color: #58d68d;
}
.inv-div {
  height: 1px;
  background-color: #cecece;
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  overflow-x: hidden;
}
.view-search {
  position: relative;
}
.view-search input {
  width: 205px;
  height: 40px;
  border: 1px solid #dededf;
  border-radius: 35px;
  background-color: #f3f3f3;
  padding-left: 15px;
  font-size: 15px;
  color: #555;
}
.src-icon {
  border: none;
  width: 34px;
  height: 34px;
  background-color: #c3c3c3;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 3px;
  top: 3px;
}
.view-search input::placeholder {
  font-size: 15px;
  color: #555;
  opacity: 1;
}
.inv-table {
  width: 100%;
}
.inv-table thead tr td {
  color: #333;
  font-size: 16px;
  font-weight: 600;
  padding: 15px 0px;
  border-bottom: 2px solid #bbbbbb;
  line-height: 18px;
}
.inv-table thead tr td:first-child {
  padding-left: 20px;
}
.inv-table tbody tr td {
  color: #555;
  font-size: 17px;
  font-weight: 400;
  border-top: 1px solid #efefef;
  padding: 12px 0;
}
.inv-table tbody tr td:first-child {
  padding-left: 20px;
}
.inv-table thead tr td:last-child {
  text-align: center;
  padding-right: 10px;
}
.inv-table tbody tr td:last-child {
  text-align: center;
  padding-right: 10px;
}
.select-dropdown {
  position: relative;
  display: inline-block;
  width: 100%;
}
.select-dropdown::last-child {
  margin-right: 0px;
}
.select-dropdown__button {
  width: 100%;
  height: 40px;
  background-color: transparent;
  border: 1px solid #acacac;
  border-radius: 30px;
  margin-bottom: 20px;
  padding-left: 15px;
  font-size: 15px;
  text-align: left;
  color: #555;
}
.select-dropdown__button::focus {
  outline: none;
}
.select-dropdown__list {
  position: absolute;
  display: block;
  top: 43px;
  left: 0;
  right: 0;
  overflow: auto;
  margin: 0;
  padding: 0;
  border: 1px solid #efefef;
  border-radius: 15px;
  border-top: 0px solid transparent;
  list-style-type: none;
  opacity: 0;
  pointer-events: none;
  transform-origin: top left;
  transform: scale(1, 0);
  transition: all ease-in-out 0.3s;
  z-index: 9;
}
.select-dropdown__list.active {
  opacity: 1;
  pointer-events: auto;
  transform: scale(1, 1);
}
.select-dropdown__list-item {
  display: block;
  list-style-type: none;
  padding: 8px 15px;
  background: #fff;
  border-top: 1px solid #efefef;
  font-size: 15px;
  line-height: 1.4;
  cursor: pointer;
  color: #555;
  text-align: left;
  transition: all ease-in-out 0.3s;
}
.select-dropdown__list-item:hover {
  background-color: #1fc69d;
  color: #fff;
  transition: all ease-in-out 0.3s;
}
.select-dropdown__button span {
  margin: 0 !important;
}
.select-dropdown__button .fa-angle-down {
  position: absolute;
  right: 17px;
  top: 14px;
  font-size: 11px;
  color: #555;
}
.program-sel {
  width: 250px;
}
.program-sel button {
  margin-bottom: 0;
}
.fil-types {
  display: flex;
  align-items: center;
}
/* ------- */
.banner-all{
  background-color: #ffe682;
  padding: 80px 0;
}

.banner-all h3{
  font-size: 28px;
  color: #444444;
}

.login-btn {
  display: inline-flex;
  margin: 0 auto;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  background-color: #58d68d;
  width: 169px;
  height: 44px;
  transition: all 0.3s ease;
  border: 0.1px solid #58D68D;
  font-size: 19px;
}
.login-btn:hover{
  background-color: #ffffff;
  color: #58d68d;
  box-shadow: 1px 1px 1px 0.5px #58d68d;
}
#main-div{
  counter-reset: section 1;
}
#main-div .goal-wrp label:after {
  counter-increment: section;
  content: " " counter(section) " ";
  display:inline-block
 
}
.goal-sec .man-input{
  position:relative
}
.goal-sec h3 + .man-input label.error , .goal-sec .man-input label.error{
  position:absolute;
  bottom: -10px;
}
.goal-sec .man-input:nth-child(2) label.error{
bottom:-30px;
}
.upload-file{
  position: relative;
}
.upload-file input {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  opacity:0;
  z-index: 1;
}
.upload-file span{
  
    border: none;
    background-color: #d5d5d5;
    border-radius: 30px;
    width: 135px;
    height: 40px;
    font-size: 17px;
    font-weight: 500;
    display:flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    text-align: center;
  
}
.inv-input{
  position: relative;
}
.inv-input label.error{
  position:absolute;
  left:0;
  right:0;
  bottom:-27px
}
@media only screen and (max-width:767px){
  ul.pagination{
    padding-left:0;
    padding-right:0;
    margin-left:auto;
    margin-right:auto
  }
  ul.pagination li{
    margin:0 5px 0px 5px;
  }
  body .page-link{
    padding:5px 10px;
  }
  
  .cnt-sec .inv-button{
    margin-top:25px;
  }
  .file-name{
    width:100px;
  }
  .upload-file span, .cnt-sec .inv-btn{
    width:unset;
    padding:10px 20px;
    font-size: 12px;
  }
  .mob-pro a:last-child{
    font-size: 0;
  }
  .footer-menu{
    display:flex;
    flex-wrap:wrap;
    justify-content: center;
  }
  .footer-menu li{
    margin:15px 10px;
  }
  .f-lft{
    text-align: center;
    display:flex;
    flex-wrap:wrap;
    justify-content: center;
    
  }
  .f-lft a{
    display: block;
    margin:15px auto;
   
  }
}
.news-img{
  position:relative
}
.news-row a:hover .read{
  display:block
}

/***********************************************loginpage************************************************/
.contact_form_section.login-sec-wp{
  margin:80px 0px;
}
.contact_form_section.login-sec-wp .container{
  max-width:700px;
}
.fp-link a{
  color:#58d68d;
  text-decoration: underline;
}
.fp-link a:hover{
  text-decoration: none;
}
@media only screen and (max-width:767px){
  .contact_form_section.login-sec-wp{
    margin:60px 0px;
    padding:0px;
  }
}
/*********************aboutpage**********************/
.banner-all {
  background-color: #FFE682;
  padding: 80px 0px 80px 0px;
}
.banner-all .container {
  position: relative;
}
.banner-all h3 {
  font-size: 28px;
  color: #444444;
  line-height: 38px;
}
.banner-all p {
  margin-top: 40px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
.profile-section {
  background-color: #82E0AA;
  padding: 80px 0px;
}
.top-profile {
  display: flex;
}
.top-lft img {
	width: 360px;
	height: 360px;
	border-radius: 50%;
	border: 15px solid #58D68D;
	margin-right: 30px;
}
.top-rgt {
	display: flex;
	align-items: center;
  width: calc(100% - 360px);
}
.top-profile h4 {
	font-size: 30px;
	color: #404040;
	margin-bottom: 20px;
}
.pf-content {
	padding: 20px;
	background-color: white;
	border-radius: 40px;
	border-top-left-radius: 0;
}
.top-profile h5 {
	font-size: 20px;
	font-weight: 600;
	color: #404040;
	line-height: 28px;
}
.mdl-img1 {
	position: absolute;
	width: 10%;
	bottom: -100px;
	left: 100px;
}
.profile-section .bottom-profile, .profile-section1 .bottom-profile {
	margin-top: 30px;
}
.pf-lft {
	font-size: 20px;
	line-height: 29px;
}
.pf-rgt {
	font-size: 20px;
	line-height: 29px;
  
}
.advisor-wrp .heading {
	background-color: #ff7869;
	padding: 80px 0px;
}
body .advisor-wrp .profile-section1 {
	padding: 80px 0px;
	background-color: #82E0AA;
}
.advisor-wrp .heading h2 {
	color: white;
}
body .advisor-wrp   .profile-section1{
  padding: 80px 0px;
  background-color: #82E0AA;
}

body .profile-section:nth-of-type(2n + 2) {
  background-color: #DEE2F0;
}
body .profile-section:nth-of-type(2n + 2) .top-lft img {
  border: 15px solid #F3F4F8;
}
.profile-section:nth-of-type(3n + 2) .top-lft img {
  border: 15px solid #FFEFAF !important;
}
.profile-section:nth-of-type(3n + 2) {
  background-color: #FFE682 !important;
}
body  .advisor-wrp .profile-section1:nth-of-type(2n + 1){
  background-color: #DEE2F0;
}
body  .advisor-wrp  .profile-section1:nth-of-type(2n + 1) .top-lft img{
  border: 15px solid #F3F4F8;
}
.advisor-wrp .profile-section1:nth-of-type(3n + 1) .top-lft img{
  border: 15px solid #FFEFAF !important;
}
 .advisor-wrp  .profile-section1:nth-of-type(3n + 1){
  background-color: #FFE682 !important;
}

@media only screen and (max-width: 767px){
.top-profile {
  display: block;
}
.top-lft {
	text-align: center;
}
.top-lft img {
	width: 150px;
	height: 150px;
	margin-left: auto;
	margin-right: auto;
}
.top-rgt{
  width:100%;
}
.pf-name {
	margin-top: 30px;
	text-align: center;
}
.top-profile h4{
  font-size: 25px;
}
.top-profile h5 ,.pf-lft{
  font-size: 18px;
  line-height: 28px;
}
}

/*****************why wellcheq**********************/
.use-sec h2 {
	margin-bottom: 40px;
	font-size: 42px;
}

.use-sec h4, .use-sec h4 a {
  color: #5DADE2 !important;
}
.use-sec h4 {
  margin: 18px 0px;
  color: #5DADE2;
  background-image: url("../images/gbg.png");
  background-size: 28px;
  padding-left: 40px;
  background-repeat: no-repeat;
  background-position: left top;
  font-size: 24px;
}
@media only screen and (max-width:767px){
  .use-sec h2{
    font-size: 25px;
  }
  .use-sec h4{
    font-size: 18px;
    line-height: 28px;
  }
}
/**********************contact page**********************/
.banner-inner-area {
  background-color: #FFE682;
  padding: 80px 0px 80px 0px;
}
.contact_form_section {
	margin: 4em 0;
	margin-bottom: 7em;
} 
.p_form1 {
  padding-right: 14px !important;
}
label {
	margin-bottom: 10px;
	margin-top: 8px;
	color: #404040;
}
.form-control {
	background-color: #F3F4F8;
	height: 45px;
	border: none;
}
.form-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}
body textarea.form-control{
  height:auto;
}
.contact_btn {
  display: block;
  margin: 0 auto;
    margin-top: 0px;
  background: #58D68D;
  border-radius: 100px;
  width: 187px;
  max-width: 100%;
  height: 44px;
  font-size: 19px;
  line-height: 24px;
  color: #fff;
  margin-top: 2.5em;
  border: 1px solid #58D68D;
}
.contact_btn:hover {
  background: #fff;
  color: #58D68D;
  border: 1px solid #58D68D;
}
body .form-group {
  margin-bottom: 1rem;
}
@media only screen and (max-width:767px){
  .banner-inner-area {
    padding: 60px 0px;
  }
  .contact_form_section{
    padding:60px 0px;
  }
  .contact_form_section .form-group{
    width:100%;
    /* padding-right:0px !important */
  }
}
/*****************Testimonial*************************/
.adults_testimonial_section {
  background: #82E0AA;
  padding: 4em 0;
}
.col_count {
  column-count: 3;
}
.adults_testimonial_section .testimoni_box1 {
  page-break-inside: avoid !important;
  margin-top: 0;
  margin-bottom: 1.7em;
}
.adults_testimonial_section .testimoni_box1 {
  background: #fff;
  padding: 26px;
  border-radius: 40px;
  
}
.adults_testimonial_section .testimoni_line {
  border-bottom: 1px solid #DEE2F0;
  margin: 15px 0;
  width: 16%;
}
.adults_testimonial_section .testimoni_location_sec {
  display: flex;
}
.adults_testimonial_section .testimoni_location_sec .location_pic {
  width: 64px;
  max-width: 100%;
  height: 64px;
  max-height: 100%;
  margin-right: 1.2em;
}
.adults_testimonial_section .testimoni_location_sec .testimonial_location_text {
  font-weight: 700;
  color: #444;
}
.adults_testimonial_section .testimoni_location_sec .testimonial_location_text span {
  color: #5DADE2;
  font-size: 17px;
}
.adults_testimonial_section h2 {
  text-align: center;
  margin-bottom: 40px;
}
@media (min-width: 320px) and (max-width: 767px){
.col_count {
  column-count: 1;
  padding: 0 15px;
}
}
/*****all news***/
.news_banner_next_section {
  margin: 5em 0;
    
}
.news_banner_next_section h2 {
  text-align: center;
  font-size: 25px;
  line-height: 33px;
  margin-bottom: 2em;
}
.news_banner_next_section .banner_next_box1 {
  background-image: url(../images/news_bg1.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 2em 0;
  border-radius: 30px;
    border-top-left-radius: 30px;
  border-top-left-radius: 0;
}
.news_banner_next_section .banner_next_box2 {
  background-image: url(../images/news_bg2.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 2em 0;
  border-radius: 30px;
    border-top-right-radius: 30px;
  border-top-right-radius: 0;
}
.news_banner_next_section .banner_next_box2 p {
  color: #444444;
  font-weight: 700;
  font-size: 22px;
  text-align: center;
  margin-bottom: 15px;
}
.news_banner_next_section .banner_next_box1 p {
  color: #444444;
  font-weight: 700;
  font-size: 22px;
  text-align: center;
  margin-bottom: 15px;
}
.news_banner_next_section .banner_next_box1 .news_arrow , .news_banner_next_section .banner_next_box2 .news_arrow {
  display: block;
  margin: 0 auto;
  width: 8%;
}
.all_news_section {
  background: #FFE682;
  padding: 4em 0;
 
}
.r_center {
  justify-content: center;
}
.all_news_section .all_news_head_text {
  text-align: center;
  font-size: 25px;
  line-height: 33px;
  margin-bottom: 2em;
}
.news-wrp {
  margin-top: 25px;
}
.news-blk {
  position: relative;
}
.img-wrp {
  position: relative;
}
.news-blk img {
  border-radius: 25px;
}
/* .alpha-target {
  mask-image: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/234228/alpha-cat.png) !important;
  mask-mode: alpha !important;
  mask-repeat: no-repeat !important;
  mask-size: 80% !important;
  height: 250px;
} */
.target {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
.all_news_section h3 {
  color: #404040;
  padding: 18px;
  
  font-size: 18px;
}
.news-blk a:hover .read {
  display: block;
}
.news-blk img {
  border-radius: 25px;
}
.read {
  display: none;
  position: absolute;
  top: calc(50% - 50px);
  left: calc(50% - 50px);
  width: 100px;
}
@media only screen and (max-width:767px){
  .news_banner_next_section{
    margin-top:60px;
    margin-bottom: 60px;
    margin-bottom:0px;
  }
  .news_banner_next_section .banner_next_box1 , .news_banner_next_section .banner_next_box2{
  display: flex;
justify-content: center;
align-items: center;
}
  .news_banner_next_section .banner_next_box1 p , .news_banner_next_section .banner_next_box2 p{
    font-size:18px;
    padding:0px 10px;
    margin:0px;
  }
  .news_banner_next_section .banner_next_box2{
    margin-top:20px;
    margin-bottom: 60px;
  }
  
}
/****forgot passwod****/ 
.loginCont .loginBlock { 
  display: inline-block; 
  margin: 0 auto; 
  padding: 28px 30px; 
  background: #fff; 
  /* box-shadow: 0 0 25px rgba(0,0,0,0.1); */ 
  width: 512px; 
} 
 
.form-group { 
  width: 100%; 
  position: relative; 
  float: left; 
  text-align: left; 
  margin-bottom: 25px; 
} 
.loginCont .btn { 
  padding: 10px 21px; 
border-radius: 35px; 
color: #fff; 
background-color: #58d68d; 
border: 1px solid transparent; 
font-size: 16px; 
margin-top:30px; 
} 
.loginCont .btn:hover{ 
  color: #58d68d; 
border-color: #58d68d; 
background-color: transparent; 
} 
body .form-control{ 
 color: #6c757d; 
} 
.form-group select.form-control { 
  background-image:  url('../images/selectArrow.png') ; 
  background-repeat:no-repeat; 
  background-position: calc(100% - 10px) center; 
} 
@media only screen and (max-width:767px){ 
  .loginCont .loginBlock{ 
    max-width: 100%; 
  } 
  .loginCont .loginBlock{ 
    padding:0; 
  } 
}
/****************************FAQ**************************/
.py-8{
  padding:80px 0px;
}
.faq_use_section , .faq_privacy_section {
  background: #F3F4F8;
  
}
.faq_use_section h3 , .faq_data_section h3 , .faq_privacy_section h3{
  color:#5DADE2;
  margin:20px 0px 10px 0px;
}
.faq_use_section h2,.faq_data_section h2 , .faq_privacy_section h2{
  text-align: center;
}
.chk-wrp{
  position:relative;
}
.chk-wrp input{
  position: absolute;
  left:0;
  right:0;
  top:0;
  bottom:0;
  width:100%;
  height:100%;
  z-index:1;
  opacity:0;
}
#ui-datepicker-div{z-index: 99 !important;}
#chartdiv{
  position:relative
}
#chartdiv::after {
  content: '';
  position: absolute;
  left: 0px;
  width: 60px;
  height: 20px;
  background: white;
  bottom: 0px;z-index:99;
  
}
#chartdiv div canvas:first-child{
  position: relative;
  z-index: 2;
}
@media only screen and (max-width:767px){
  .py-8{
    padding:60px 0px;
  }
}
.modal-confirm {		
	color: #636363;
	width: 400px;
}
.modal-confirm .modal-content {
	padding: 20px;
	border-radius: 5px;
	border: none;
	text-align: center;
	font-size: 14px;
}
.modal-confirm .modal-header {
	border-bottom: none;   
	
}
.modal-confirm h4 {
	text-align: center;
	font-size: 26px;
	margin: 30px 0 -10px;
}

.modal-confirm .modal-body {
	color: #999;
}
.modal-confirm .modal-footer {
	border: none;
	text-align: center;		
	border-radius: 5px;
	font-size: 13px;
	padding: 10px 15px 25px;
}
.modal-confirm .modal-footer a {
	color: #999;
}		
.modal-confirm .icon-box {
	width: 80px;
	height: 80px;
	margin: 0 auto;
	border-radius: 50%;
	z-index: 9;
	text-align: center;
	border: 3px solid #f15e5e;
}
.modal-confirm .icon-box i {
	color: #f15e5e;
	font-size: 46px;
	display: inline-block;
	margin-top: 13px;
}
.modal-confirm .btn, .modal-confirm .btn:active {
	color: #fff;
	border-radius: 4px;
	background: #60c7c1;
	text-decoration: none;
	transition: all 0.4s;
	line-height: normal;
	min-width: 120px;
	border: none;
	min-height: 40px;
	border-radius: 3px;
	margin: 0 5px;
}
.modal-confirm .btn-secondary {
	background: #c1c1c1;
}
.modal-confirm .btn-secondary:hover, .modal-confirm .btn-secondary:focus {
	background: #a8a8a8;
}
.modal-confirm .btn-danger {
	background: #f15e5e;
}
.modal-confirm .btn-danger:hover, .modal-confirm .btn-danger:focus {
	background: #ee3535;
}
.modal-confirm .btn-close{
  position:absolute;
  right:20px;
  top:20px

}
.top-title .filter select{
	width:150px;
  }
  .top-title{
    justify-content: space-between;
  }
  .top-title .program-sel{width:unset}
  .filter select.form-control{
    border: 1px solid #dededf;
    background-color: transparent;
    border-radius: 30px;
    color: #888;
font-size: 14px;
  }
  .top-title .filter{
    flex-wrap: wrap;
  }
@media only screen and (max-width:767px){
  .modal-confirm{
    width:unset
  }
  .graph-box{
    padding:0px;
  }
  .top-title .program-sel{
    width:100%;
    margin-top:20px
  }
  .top-title .program-sel select{
    margin-left:auto
  }
  .top-title .in-filter input{
    width:100px;
    background-position: 78px center;
  }
  .in-filter{
    width:fit-content;
    margin-left: auto;
  }
  .top-title .in-filter{margin-top:30px}

}
body html input[disabled]{
  background-color: #f3f3f3;
}
.edit-teacher-form .btn-cancel{
  background-color: #6c757d;
  border:1px solid #6c757d;
  color: white;
}
.edit-teacher-form .btn-cancel:hover{
  background-color: transparent;
  color: #6c757d;
}
.download{
  color:black;
  font-size: 12px;
  margin-left: 10px;
}
.download:hover{
  color:black;
}
.btn-wrp button{
  display: block;
}


    .banner-inner-area {
  background-color: #FFE682;
  padding: 80px 0px 80px 0px;
}
.banner-inner-area .container, .resource-section .container {
  max-width: 1000px;
}
.ab-rs1 {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 40px;
  width:unset;
}
.ab-rs2 {
  position: absolute;
  right: 0;
  bottom: -180px;
  height: 200px;
  width:unset;
}
.banner-inner-area h2 {
  font-size: 35px;
  color: #404040;
  line-height: 45px;
}
.resource-section {
  background-color: #F3F4F8;
}
.pad-all {
  padding: 70px 0px;
}
.resource-section h2 {
  text-align: center;
  margin-bottom: 40px;
  font-size: 40px;
}
.resource-profile {
  margin-bottom: 30px;
}
.resource-lft {
  background-image: url('../images/bg(1).jpg');
  background-size: cover;
  border-radius: 40px;
    border-top-left-radius: 40px;
  border-top-left-radius: 40px;
  border-top-left-radius: 0;
  padding: 30px;
  margin-right: 20px;
  font-weight: 700;
}
.resource-lft {
  width: calc(70% - 20px);
}
.resource-rgt {
  width: 30%;
  border-radius: 40px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.inner-rs-rgt img {
  display: none;
}
.inner-rs-rgt img {
  width: 376px;
  height: 178px;
  border-radius: 34px;
  margin-right: 30px;
}
.resource-notification {
  background-color: #82E0AA;
}
.pad-all {
  padding: 70px 0px;
}
.resource-notification h2 {
  text-align: center;
  margin-bottom: 40px;
}
.resource-notification .notification-sec {
  margin-bottom: 25px;
}
.notification-sec {
  max-width: 620px;
  text-align: center;
  padding: 2px;
  background-color: white;
  border-radius: 44px;
  border: 10px solid #FFEFAF;
  margin-left: auto;
  margin-right: auto;
}
.resource-notification .notification {
  font-weight: 800;
  padding-left: 100px;
  padding-right: 100px;
}
.notification {
  background-color: #FFE682;
  color: #404040;
  padding: 20px;
    padding-right: 20px;
    padding-left: 20px;
  border-radius: 35px;
  border: 10px solid #FFEFAF;
  font-size: 20px;
}
.resource-profile:nth-child(2n+1) .resource-lft {
  background-image: url('../images/bg(2).jpg');
  width: 77% !important;
 
  margin-left: 3%;
}
.resource-profile:nth-child(2n+1) .resource-lft {
  order: 2;
  margin-right: 0;
  margin-left: 20px;
  border-top-left-radius: 40px;
  border-top-right-radius: 0;
}
.resource-profile:nth-child(2n+1) .resource-rgt {
  width: 20%;
}
.resource-profile:nth-child(4n+1) .resource-lft {
  background-image: url('../images/bg(4).jpg');
}
.resource-profile:nth-child(3n+1) .resource-lft {
  background-image: url('../images/bg(3).jpg');
}
.news-sec {
  padding-top: 40px;
  text-align: center;
}
.news-sec h2 {
  margin-bottom: 40px;
}
.news-blk {
  position: relative;
}
.img-wrp {
  position: relative;
}
.news-sec h3 {
  color: #404040;
  padding: 18px;
  font-size: 18px;
}
@media only screen and (max-width: 767px){
.banner-inner-area {
  padding: 60px 0px;
}
.resource-use-sec{
  padding:40px 0px;
}
.banner-inner-area h2 , .resource-section h2{
  font-size:30px;
  line-height: 43px;
}
body .resource-profile:nth-child(n) .resource-lft {
  width: 100% !important;
}
body .resource-profile:nth-child(n) .resource-rgt {
  padding: 0;
  width: 100%;
}
.resource-profile:nth-child(2n+1) .resource-lft{
  margin-left:0;
}
body .resource-profile:nth-child(n) .resource-lft {
  width: 100%;
  order: 1;
}
.resource-lft{
  margin-bottom:15px
}
.resource-profile {
  
  flex-direction: column-reverse;
  padding: 0 15px;
}
.resource-profile:last-child{
  margin-bottom: 0;
}
.ab-rs1 {
  display: none;
}
.ab-rs2 {
  height: 70px;
  bottom: -100px;
}
.resource-profile:last-child .resource-rgt img {
  margin-bottom: 0;
}
.inner-rs-rgt img {
  height: auto;
  margin-top: 15px;
  margin-bottom: 0;
}
.inner-rs-rgt img {
  display: block;
  width: 100%;
}
.resource-profile {
  margin-bottom: 40px;
}
.resource-profile:last-child{
  margin-bottom: 0;
}
.resource-notification .notification{padding:20px;}
.news-sec{margin-top:0px}
}