/*   ===============   START GENERAL STYLING   ===============   */

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

html, body {
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  font-weight: 400;
  overflow-x: hidden;
}

#home {
  height: 100%;
}

h1, h2, h3, h4, h5, h6, p {
  margin: 0;
  padding: 0;
}

.t-a-l {
  text-align: left;
}

.t-a-c {
  text-align: center;
}

.t-a-r {
  text-align: right;
}

.c-position {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-ransform: translate(-50%, -50%);
  -moz-ransform: translate(-50%, -50%);
  -ms-ransform: translate(-50%, -50%);
  -o-ransform: translate(-50%, -50%);
}

.l-position {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  -webkit-ransform: translate(0, -50%);
  -moz-ransform: translate(0, -50%);
  -ms-ransform: translate(0, -50%);
  -o-ransform: translate(0, -50%);
}

.r-position {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  -webkit-ransform: translate(0, -50%);
  -moz-ransform: translate(0, -50%);
  -ms-ransform: translate(0, -50%);
  -o-ransform: translate(0, -50%);
}

.row {
  margin: 0 !important;
}

.clearfix {
  clear: both;
}

.d-n {
  display: none;
}

.cursor {
  cursor: pointer;
}

:root {
  --red: #cc494e;
  --green: /*#44B678*/ #418552;
  --darkGreen: #17275D;
  --teal: #71d1a3;
  --blue: #0061F3;
  --yellow: #FEE870;
  --darkRed: #469276;
  --darkBlue: #07092E;
}

.se-pre-con {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 99999999999999;
	background-color: #EBF5EB;
}

.lds-dual-ring {
  display: inline-block;
  width: 60px;
  height: 60px;
}

.lds-dual-ring:after {
  content: " ";
  display: block;
  width: 60px;
  height: 60px;
  margin: 8px;
  border: 3px solid #FFF;
  border-radius: 50%;
  border-color: var(--green) #E1E8DA #E1E8DA #E1E8DA;
  animation: lds-dual-ring 1s linear infinite;
  -webkit-animation: lds-dual-ring 1s linear infinite;
  -moz-animation: lds-dual-ring 1s linear infinite;
  -ms-animation: lds-dual-ring 1s linear infinite;
  -o-animation: lds-dual-ring 1s linear infinite;
}

.lds-dual-ring img {
  width: 40px;
  position: absolute;
  top: 22px;
  left: 18px;
}

@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@-webkit-keyframes lds-dual-ring {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@-webkit-keyframes loading {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

.empty-box {
  width: 100%;
  margin: 5em auto;
  text-align: center;
}

.sp-eb {
  margin: 9em auto;
}

.empty-box .mso {
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  background-color: #DAE8DA;
  color: var(--green);
  font-size: 1.75em;
  font-weight: 300;
  border-radius: 50%;
  margin: 0 auto .75em;
  position: relative;
}

.empty-box img {
  width: 35px;
  display: block;
  margin: 0 auto 1.25em;
}

.empty-box .eb-heading {
  color: var(--darkBlue);
  font-size: .88em;
  font-weight: 500;
}

.empty-box .eb-par {
  color: #455250;
  font-size: .85em;
  font-weight: 400;
  line-height: 1.5;
  margin-top: .5em;
}

.empty-box .btn {
  padding: 0 2.5em;
  height: 40px;
  line-height: 40px;
  font-size: .77em;
  font-weight: 500;
  box-shadow: none;
  border-radius: 100px;
  letter-spacing: .5px;
  background-color: var(--teal);
  color: var(--darkBlue);
  margin: 3em auto 0;
}

.sls-btn {
   padding: 0 2em;
   height: 33px;
   line-height: 33px;
   border-radius: 10px;
   background-color: var(--darkBlue) !important;
   border: none !important;
   color: #FFF;
   font-size: .65em;
   font-weight: 500;
   box-shadow: none !important;
   margin: 2.5em auto 0;
   display: block;
   position: relative;
}

button:disabled,
button[disabled]{
  border: 1px solid #E5EBDF !important;
  background-color: #E5EBDF !important;
}

.sls-btn .moreDataSpinWrapper {
  width: 18px;
  height: 18px;
  border-radius: 100%;
}

.sls-btn .moreDataSpinWrapper .spin {
  width: 18px;
  height: 18px;
}

.sls-btn .moreDataSpinWrapper .spin:after {
  content: " ";
  display: block;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 2px solid #edf0f5;
  border-color: #FFF transparent transparent transparent;
  animation: loading 1s linear infinite;
  -webkit-animation: loading 1s linear infinite;
  -moz-animation: loading 1s linear infinite;
  -ms-animation: loading 1s linear infinite;
  -o-animation: loading 1s linear infinite;
}

.loadingDataWrapper {
  width: 100%;
  padding: 6em 0;
  position: relative;
  z-index: 10;
}

.loadingDataWrapper .spin {
  width: 40px;
  height: 40px;
  border: 2px solid #D9FAE7;
  border-radius: 50%;
  border-color: var(--green) transparent transparent transparent;
  margin: auto;
  -webkit-animation: loading 1s linear infinite;
  animation: loading 1s linear infinite;
}

/*   ===============   END GENERAL STYLING   ===============   */

/*   ===============   START NAV STYLING   ===============   */

#navigation {
  width: 100%;
  height: 75px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  background-color: var(--darkBlue);
}

#navigation .col {
  padding: 0;
}

#navigation .nc {
  position: relative;
}

#navigation .nav-ls {
  padding: 1.92em 0;
}

#navigation .nav-ls img {
  width: 115px;
  display: block;
  cursor: pointer;
}

#navigation .nav-ms ul {
  width: 100%;
  text-align: center;
  margin: 0 0 0 -1.75em;
  padding: 1.15em 0;
}

#navigation .nav-ms ul li {
  color: #FFF;
  font-size: .75em;
  font-weight: 500;
  display: inline-block;
  text-transform: uppercase;
  padding: 1em 1.65em;
  letter-spacing: 1px;
  margin: 0;
  cursor: pointer;
  border-radius: 12px;
  transition: .3s ease-in-out;
  -webkit-transition: .3s ease-in-out;
}

#navigation .nav-ms ul .active-li {
  background-color: var(--teal);
  color: var(--darkBlue);
}

#navigation .nav-ms ul li:hover {
  background-color: var(--teal);
  color: var(--darkBlue);
  transition: .3s ease-in-out;
  -webkit-transition: .3s ease-in-out;
}

#navigation .nav-rs {
  padding: 1.15em 0;
  text-align: right;
}

#navigation .nav-rs .btn {
  height: 37px;
  line-height: 37px;
  font-size: .75em;
  font-weight: 500;
  box-shadow: none;
  border-radius: 12px;
  position: relative;
}

#navigation .nav-rs .btn1 {
  width: 37px;
  background-color: #FFF;
  color: var(--darkBlue);
  margin-right: .5em;
}

#navigation .nav-rs .btn2 {
  background-color: rgba(149, 247, 204, .1);
  color: #FFF;
}

#navigation .nav-rs .btn3 {
  padding: 0 1.15em 0 3.25em;
  background-color: rgba(113, 209, 163, .12);
  color: #FFF;
}

#navigation .nav-rs .btn4 {
  background-color: rgba(113, 209, 163, .15) !important;
  margin-left: .5em;
}

#navigation .nav-rs .btn3 .mso {
  left: .5em;
  color: var(--teal) !important;
}

#navigation .nav-rs .btn4 .mso {
  color: #FFF !important;
}

#navigation .nav-rs .btn .mso {
  color: var(--darkGreen);
  font-size: 1.95em;
  font-weight: 300;
}

#navigation .nav-rs .btn1 .mso {
  color: var(--darkBlue);
}

/*   ===============   END NAV STYLING   ===============   */

/*   ===============   START PUBLIC SHOWCASE STYLING   ===============   */

#bshowcase {
  width: 100%;
  background-image: url('../../assets/app-images/showcase.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  margin-top: 75px;
}

#bshowcase .overlay {
  width: 100%;
  background-color: rgba(12, 12, 33, .75);
}

.bshowcase .overlay {
  background-color: #07092E !important;
}

#bshowcase .content-wrapper {
  width: 700px;
  margin: auto;
  padding: 4em 0 2em;
  text-align: center;
}

#bshowcase .content-wrapper .cw-heading2 {
  color: var(--teal);
  font-size: .7em;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 7px;
  margin-bottom: 1.25em;
}

#bshowcase .content-wrapper .cw-heading {
  color: #FFF;
  font-size: 2.5em;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: .65em;
}

#bshowcase .content-wrapper .cw-par {
  color: #FFF;
  font-size: .87em;
  font-weight: 300;
  line-height: 1.6;
  margin-bottom: 4em;
}

#bshowcase .content-wrapper .btn {
  padding: 0 3.5em;
  height: 45px;
  line-height: 43px;
  font-size: .77em;
  font-weight: 500;
  box-shadow: none;
  border-radius: 12px;
  letter-spacing: .5px;
  margin: 0 .35em;
  transition: .3s ease-in-out;
  -webkit-transition: .3s ease-in-out;
}

#bshowcase .content-wrapper .btn1 {
  background-color: transparent;
  color: var(--teal);
  border: 1px solid var(--teal);
}

#bshowcase .content-wrapper .btn2 {
  background-color: var(--teal);
  color: var(--darkBlue);
  border: 1px solid var(--teal);
}

#bshowcase .content-wrapper .btn1:hover {
  background-color: var(--teal);
  color: var(--darkBlue);
  border: 1px solid var(--teal);
  transition: .3s ease-in-out;
  -webkit-transition: .3s ease-in-out;
}

#bshowcase .content-wrapper .btn2:hover {
  background-color: transparent;
  color: var(--teal);
  border: 1px solid var(--teal);
  transition: .3s ease-in-out;
  -webkit-transition: .3s ease-in-out;
}

#bshowcase .content-wrapper .typing {
  width: 100%;
  margin: auto;
  padding: 5em 0 0 0;
  text-align: left;
}

#bshowcase .content-wrapper .typing .t-span {
  color: #FFF;
  font-size: .88em;
  font-weight: 400;
}

#bshowcase .content-wrapper .typing .ts {
  color: var(--teal);
}

/*   ===============   END PUBLIC SHOWCASE STYLING   ===============   */

/*   ===============   START FEATURES STYLING   ===============   */

#features {
  width: 100%;
  padding: 4rem 0;
}

#features .content-wrapper {
  width: 992px;
  margin: auto;
  overflow: hidden;
}

#features .content-wrapper .col {
  padding: 0;
}

#features .content-wrapper .f-ls {
  padding-right: 4em;
}

#features .content-wrapper .f-ls .fls-heading {
  color: var(--darkBlue);
  font-size: 1.85em;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: .75em;
}

#features .content-wrapper .f-ls .fls-par {
  color: #555555;
  font-size: .9em;
  font-weight: 400;
  line-height: 1.6;
}

#features .content-wrapper .f-rs .frs-info {
  padding: 1.5em 1.5em 1.5em 4.5em;
  position: relative;
  background-color: #f2efe9;
  margin-bottom: .5em;
  border-radius: 12px;
}

#features .content-wrapper .f-rs .frs-info img {
  width: 50px;
  height: 50px;
  border-radius: 12px;
  padding: .8em;
  left: .33em;
  background-color: #fff;
  border: 1px solid var(--teal);
}

#features .content-wrapper .f-rs .frs-info .frsi-heading {
  color: var(--darkBlue);
  font-size: .9em;
  font-weight: 500;
  line-height: 1.3;
}

/*   ===============   END FEATURES STYLING   ===============   */

/*   ===============   START STATISTIC STYLING   ===============   */

#statistic {
  width: 100%;
  background-color: var(--teal);
}

#statistic .content-wrapper {
  width: 992px;
  margin: auto;
  text-align: center;
  position: relative;
  padding: 2rem 0;
  overflow: hidden;
}

#statistic .content-wrapper .stat-heading {
  color: var(--darkBlue);
  font-size: 1.8em;
  font-weight: 400;
  line-height: 1.3;
  position: relative;
  z-index: 10;
}

#statistic .content-wrapper .stat-heading span {
  font-weight: 600;
}

#statistic .content-wrapper .stat-circle {
  width: 180px;
  height: 180px;
  border-radius: 100%;
  position: absolute;
  border: 30px solid var(--darkBlue);
  opacity: .08;
}

#statistic .content-wrapper .sc1 {
  bottom: -7em;
  left: 2em;
}

#statistic .content-wrapper .sc2 {
  top: -7em;
  right: 2em;
}

#statistic .content-wrapper .btn {
  padding: 0 3.5em;
  height: 45px;
  line-height: 43px;
  font-size: .77em;
  font-weight: 500;
  box-shadow: none;
  border-radius: 12px;
  margin: 2em 0 0 0;
  background-color: #FFF;
  color: var(--darkBlue);
  border: 1px solid #FFF;
  transition: .3s ease-in-out;
  -webkit-transition: .3s ease-in-out;
}

#statistic .content-wrapper .btn:hover {
  background-color: var(--darkBlue);
  color: #FFF;
  border: 1px solid var(--darkBlue);
  transition: .3s ease-in-out;
  -webkit-transition: .3s ease-in-out;
}

/*   ===============   END STATISTIC STYLING   ===============   */

/*   ===============   STRAT FAQS STYLING   ===============   */

#faqs {
  width: 100%;
  padding: 4rem 0;
}

#faqs .content-wrapper {
  width: 768px;
  margin: auto;
}

#faqs .faqs-heading {
  color: var(--darkBlue);
  font-size: 1.65em;
  font-weight: 600;
  margin-bottom: 1.5em;
}

#faqs .faqs-btn {
  padding: 0 2em;
  height: 45px;
  line-height: 45px;
  box-shadow: none;
  border-radius: 0;
  font-size: .7em;
  font-weight: 600;
  color: #FFF;
}

#faqs .fbtn1 {
  background-color: var(--blue);
  color: #FFF;
}

#faqs .fbtn2 {
  background-color: transparent;
  color: var(--darkBlue);
  margin-left: .5em;
}

#faqs .faq-question {
  color: var(--darkBlue);
  text-align: left;
  width: 100%;
  font-size: .9em;
  font-weight: 500;
  line-height: 1.5;
  cursor: pointer;
  padding: 1.1em 4.25em 1.1em 1.25em;
  background-color: #F2EFE9;
  position: relative;
  margin-bottom: .35em;
}

#faqs .faq-question .coll-icon {
  width: 25px;
  height: 25px;
  line-height: 25px;
  color: var(--darkBlue);
  font-size: 1.3em;
  font-weight: 300;
  text-align: center;
  background-color: var(--teal);
  border-radius: 50%;
  right: .8em;
}

#faqs .faq-item:last-of-type .faq-question {
  border-bottom: none;
}

#faqs .faq-answer {
  color: #555555;
  padding: 1.15em 1.25em 1.5em;
  display: none;
  font-size: .9em;
  font-weight: 400;
  line-height: 1.6;
}

#faqs .faq-item.active .faq-answer {
  display: block;
}

#faqs .faq-item.active .faq-question {
  display: block;
  border-bottom: none;
}

/*   ===============   END FAQS STYLING   ===============   */

/*   ===============   START BLOG STYLING   ===============   */

#blog {
  width: 100%;
  padding: 3rem 0 4rem;
  margin-top: 75px;
}

#blog .content-wrapper {
  width: 900px;
  margin: auto;
}

#blog .content-wrapper .blog-heading {
  color: var(--darkBlue);
  font-size: 1.65em;
  font-weight: 600;
  margin-bottom: .5em;
}

#blog .content-wrapper .blog-par {
  color: #555555;
  font-size: .9em;
  font-weight: 400;
  line-height: 1.6;
  margin-bottom: 1.5em;
}

#blog .content-wrapper .col {
  padding: .5em .5em 1em;
}

#blog .content-wrapper .article {
  cursor: pointer;
  position: relative;
  overflow: hidden;
}

#blog .content-wrapper .article img {
  width: 100%;
  display: block;
}

#blog .content-wrapper .article .article-time {
  padding: 0 1.5em;
  height: 38px;
  line-height: 38px;
  color: var(--darkBlue);
  font-size: .77em;
  font-weight: 500;
  text-align: center;
  background-color: #FEFBF5;
  position: absolute;
  top: .5em;
  left: .5em;
}

#blog .content-wrapper .article .article-heading {
  color: #FFF;
  font-size: .87em;
  font-weight: 500;
  line-height: 1.5;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 90%;
  padding: 1em 1.2em;
  background-color: rgba(14, 40, 31, .65);
  border-right: 3px solid var(--yellow);
}

#blog .content-wrapper .article .article-btn {
  position: absolute;
  top: .5em;
  right: .5em;
  width: 38px;
  height: 38px;
  background-color: #FEFBF5;
}

#blog .content-wrapper .article .article-btn .mso {
  color: var(--darkBlue);
  font-size: 1.15em;
  font-weight: 400;
}

/*   ===============   END BLOG STYLING   ===============   */

/*   ===============   START STEPS STYLING   ===============   */

#steps {
  width: 100%;
  padding: 3rem 0;
  margin-top: 75px;
}

#steps .content-wrapper {
  width: 768px;
  margin: auto;
}

#steps .content-wrapper .col {
  padding: 0;
}

#steps .content-wrapper .cw-heading {
  color: var(--darkBlue);
  font-size: 1.65em;
  font-weight: 600;
  margin-bottom: 1em;
}

#steps .content-wrapper .step {
  padding: 1.5em 2em 1.5em 0;
}

#steps .content-wrapper .step .step-number {
  color: var(--teal);
  font-size: 3.5em;
  font-weight: 300;
  display: block;
  margin-bottom: .25em;
}

#steps .content-wrapper .step .step-heading {
  color: var(--darkBlue);
  font-size: .9em;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: .85em;
}

#steps .content-wrapper .step .step-par {
  color: #555555;
  font-size: .9em;
  font-weight: 400;
  line-height: 1.6;
}

/*   ===============   END STEPS STYLING   ===============   */

/*   ===============   START ABOUT US STYLING   ===============   */

#about-us {
  width: 100%;
  padding: 3rem 0;
}

#about-us .content-wrapper {
  width: 768px;
  margin: auto;
}

#about-us .content-wrapper .cw-par {
  color: #555555;
  font-size: .9em;
  font-weight: 400;
  line-height: 1.6;
  margin-bottom: 1.15em;
}

#about-us .content-wrapper .cw-par span {
  font-weight: 500;
  color: var(--darkBlue);
}

/*   ===============   END ABOUT US STYLING   ===============   */

/*   ===============   START CONTACT US STYLING   ===============   */

#contact-us {
  width: 100%;
  padding: 3rem 0;
}

#contact-us .content-wrapper {
  width: 768px;
  margin: auto;
}

#contact-us .content-wrapper .col {
  padding: 0 .5em;
}

#contact-us .content-wrapper .cw-box {
  background-color: #F2EFE9;
  padding: 1.5em;
}

#contact-us .content-wrapper .cw-box .cwb-par {
  color: #555555;
  font-size: .85em;
  font-weight: 400;
  line-height: 1.6;
  margin-bottom: 1em;
}

#contact-us .content-wrapper .cw-box .cwb-heading {
  color: var(--darkBlue);
  font-size: .88em;
  font-weight: 500;
}

/*   ===============   END CONTACT US STYLING   ===============   */

/*   ===============   START JOBSEEKER NAV STYLING   ===============   */

.nav {
  width: 100%;
  padding: 0;
  height: 50px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999;
  background-color: var(--darkBlue);
  border-bottom: 1px solid rgba(111, 166, 126, .25);
}

.nav .logo {
  width: 28px;
  display: block;
  cursor: pointer;
}

.nav .mso2 {
  font-size: 1.55em;
  font-weight: 300;
  color: var(--teal);
  padding: .5em 0;
}

.nav .name {
  color: #FFF;
  font-size: .75em;
  font-weight: 400;
  padding: 1.4em 0 1.4em .65em;
}

.nav .mso {
  font-size: 1.55em;
  font-weight: 300;
  display: block;
  padding: .48em 0;
  color: var(--teal);
  cursor: pointer;
}

.nav .ac2 {
  font-size: 2em;
  padding: .27em 0;
  margin-left: -.2em;
}

.nav .nf {
  margin-right: .5em;
  position: relative;
}

.nav .countNotify {
  width: 24px;
  height: 24px;
  line-height: 20px;
  color: #FFF;
  font-size: .76em;
  font-weight: 500;
  text-align: center;
  background-color: var(--red);
  border: 2px solid var(--darkBlue);
  border-radius: 50%;
  position: absolute;
  top: .35em;
  right: 3.35em;
  cursor: pointer;
}

.nav .subMenu {
  width: 155px;
  padding: .35em;
  background-color: #FFF;
  border-radius: 18px;
  position: absolute;
  top: 40px;
  right: 1.25em;
  box-shadow: 0 0 20px rgba(0, 123, 255, 0.1);
  -webkit-box-shadow: 0 0 20px rgba(0, 123, 255, 0.1);
}

.nav .subMenu .smLink {
  width: 100%;
  height: 35px;
  cursor: pointer;
  position: relative;
}

.nav .subMenu .smLink .smlMso {
  color: var(--teal);
  font-size: 1.2em;
  font-weight: 400;
  left: 10px;
}

.nav .subMenu .smLink .smlText {
  color: var(--darkBlue);
  font-size: .83em;
  font-weight: 500;
  left: 2.85em;
}

@keyframes ringPause {
  0%     { transform: rotate(0); }
  7%     { transform: rotate(15deg); }
  14%    { transform: rotate(-10deg); }
  21%    { transform: rotate(10deg); }
  28%    { transform: rotate(-8deg); }
  35%    { transform: rotate(6deg); }
  42%    { transform: rotate(-4deg); }
  49%    { transform: rotate(2deg); }
  56%    { transform: rotate(-1deg); }
  70%    { transform: rotate(0); }
  100%   { transform: rotate(0); } /* pause for the rest */
}

.n-icon {
  animation: ringPause 2.5s ease-in-out infinite;
  transform-origin: top center;
}

/*   ===============   END JOBSEEKER NAV STYLING   ===============   */

/*   ===============   START UPGRADE STYLING   ===============   */

#upgrade {
  width: 100%;
  margin-top: 75px;
}

#upgrade .content-wrapper {
  width: 450px;
  margin: auto;
  padding: 3em 0 0 0;
}

#upgrade .content-wrapper .ucw-heading {
  color: var(--darkBlue);
  font-size: 1.65em;
  font-weight: 600;
  margin-bottom: .5em;
}

#upgrade .content-wrapper .ucw-par {
  color: #555555;
  font-size: .9em;
  font-weight: 400;
  line-height: 1.6;
}

#upgrade .content-wrapper .blocks {
  margin: 1.85em 0 0 0;
  /* padding: .85em;
  background-color: #FFF;
  border-radius: 18px; */
  position: relative;
  overflow: hidden;
  /* box-shadow: 0 0 10px rgba(0, 123, 255, 0.2);
  -webkit-box-shadow: 0 0 10px rgba(0, 123, 255, 0.2); */
}

#upgrade .content-wrapper .blocks .col {
  padding: .5em;
}

#upgrade .content-wrapper .blocks .block {
  border-radius: 18px;
  padding: 1.25em;
  text-align: left;
  background-color: #f2efe9;
  position: relative;
}

#upgrade .content-wrapper .blocks .block .bl-par {
  color: var(--darkBlue);
  font-size: .85em;
  font-weight: 400;
}

#upgrade .content-wrapper .blocks .block .bmMso {
  color: var(--darkBlue);
  font-size: 1.35em;
  font-weight: 400;
  position: absolute;
  top: .5em;
  right: .5em;
}

#upgrade .content-wrapper .blocks .block .bl-heading {
  color: var(--darkBlue);
  font-size: 1.5em;
  font-weight: 500;
  margin: .35em 0 0 0;
}

#upgrade .content-wrapper .blocks .block .bl-heading span {
  font-size: .62em;
}

#upgrade .content-wrapper .blocks .block .bl-par2 {
  color: #707380;
  font-size: .85em;
  font-weight: 400;
  margin-bottom: 1.5em;
}

#upgrade .content-wrapper .blocks .block .blBtn {
  width: 100%;
  height: 40px;
  line-height: 40px;
  color: var(--darkBlue);
  font-size: .75em;
  font-weight: 500;
  text-align: center;
  background-color: #FFF;
  border-radius: 12px;
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: .5px;
  margin-top: 1.25em;
}

#upgrade .content-wrapper .blocks .active-bl {
  background-color: var(--teal);
}

#upgrade .content-wrapper .blocks .active-bl .bl-par {
  color: var(--darkBlue);
}

#upgrade .content-wrapper .blocks .active-bl .bl-heading {
  color: var(--darkBlue);
}

#upgrade .content-wrapper .blocks .active-bl .bl-par2 {
  color: var(--darkBlue);
}

#upgrade .content-wrapper .blocks .active-bl .blBtn {
  color: var(--darkBlue);
  font-weight: 500;
  background-color: #FFF;
}

#upgrade .content-wrapper .blocks .u-info {
  width: 100%;
  margin-top: .35em;
  position: relative;
  padding: .5em 0 .5em 2.25em;
  text-align: left;
}

#upgrade .content-wrapper .blocks .u-info .ui-circle {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: var(--teal);
}

#upgrade .content-wrapper .blocks .u-info .ui-circle .mso {
  color: var(--darkBlue);
  font-size: 1.15em;
  font-weight: 500;
}

#upgrade .content-wrapper .blocks .u-info .ui-heading {
  color: var(--darkBlue);
  font-size: .92em;
  font-weight: 500;
  line-height: 1.3;
  margin-bottom: .2em;
}

#upgrade .content-wrapper .blocks .u-info .ui-par {
  color: #555555;
  font-size: .87em;
  font-weight: 400;
  line-height: 1.6;
}

/*   ===============   END UPGRADE STYLING   ===============   */

/*   ===============   START SHOWCASE STYLING   ===============   */

#showcase {
  width: 100%;
  padding: 1.5rem .5rem;
  background-color: var(--darkBlue);
  margin-top: 50px;
}

#showcase .showcase-heading {
  color: #FFF;
  font-size: 1.25em;
  font-weight: 500;
  margin-bottom: .5em;
  margin-left: .2em;
}

#showcase .showcase-par {
  color: #9dabaa;
  font-size: .86em;
  font-weight: 300;
  line-height: 1.5;
  margin-left: .3em;
}

#showcase .blocks {
  width: 962px;
  margin: auto;
}

#showcase .blocks .col {
  padding: 0 .75em;
}

#showcase .blocks .block {
  position: relative;
  overflow: hidden;
  padding: .25em 0 .25em 3.25em;
}

#showcase .blocks .block .mso {
  width: 35px;
  height: 35px;
  line-height: 33px;
  text-align: center;
  border: 2px solid var(--teal);
  border-radius: 50%;
  background-color: var(--darkBlue);
  font-size: 1.2em;
  font-weight: 300;
}

#showcase .blocks .block img {
  width: 18px;
}

#showcase .blocks .block .block-heading {
  color: var(--teal);
  font-size: 1em;
  font-weight: 500;
  line-height: .78;
  margin-bottom: .5em;
}

#showcase .blocks .block .block-par {
  color: #FFF;
  font-size: .8em;
  font-weight: 400;
}

#showcase .blocks .bl1 {
  border-right: 1px solid rgba(111, 166, 126, .25);
}

#showcase .blocks .bl2 {
  border-right: 1px solid rgba(111, 166, 126, .25);
}

#showcase .blocks .bl3 {
  border-right: 1px solid rgba(111, 166, 126, .25);
}

/*   ===============   END SHOWCASE STYLING   ===============   */

/*   ===============   START REMINDER STYLING   ===============   */

#reminder {
  width: 100%;
  background-color: #F2EBDC;
  border-bottom: 1px solid var(--teal);
}

.reminder {
  margin: 50px 0 -50px;
}

#reminder .content-wrapper {
  padding: .6em 0;
  text-align: center;
}

#reminder .content-wrapper .rcw-par {
  color: var(--darkBlue);
  font-size: .82em;
  font-weight: 400;
  line-height: 1.5;
}

#reminder .content-wrapper .rcw-par a {
  color: var(--darkBlue);
  cursor: pointer;
  font-weight: 500;
  text-decoration: underline;
}

/*   ===============   END REMINDER STYLING   ===============   */

/*   ===============   START REMINDER STYLING   ===============   */

#statistics {
  width: 100%;
  padding: 2rem 0 5rem;
}

#statistics .content-wrapper .scw-heading {
  color: var(--darkBlue);
  font-size: 1em;
  font-weight: 600;
  margin-bottom: .5em;
}

#statistics .content-wrapper .scw-par {
  color: #5E5f66;
  font-size: .85em;
  font-weight: 400;
  line-height: 1.5;
}

#statistics .content-wrapper .blocks {
  margin-top: 1.5em;
}

#statistics .content-wrapper .blocks .col {
  padding: .35em;
}

#statistics .content-wrapper .block {
  padding: .25em;
  border-radius: 18px;
  background-color: #FFF;
  border: 1px solid #cedbd2;
}

#statistics .content-wrapper .block .block-header {
  background-color: #FFE1CB;
  padding: .85em;
  border-radius: 15px 15px 0 0;
}

#statistics .content-wrapper .block .block-header .bh-date {
  padding: .5em .85em;
  background-color: #FFF;
  border: 1px solid #cadbd2;
  color: var(--darkBlue);
  font-size: .73em;
  font-weight: 500;
  text-align: center;
  border-radius: 100px;
  display: inline-block;
  margin-bottom: 2em;
}

#statistics .content-wrapper .block .block-header .bh-par2 {
  color: var(--darkBlue);
  font-size: .8em;
  font-weight: 400;
  margin-bottom: .5em;
}

#statistics .content-wrapper .block .block-header .bh-title {
  color: var(--darkBlue);
  font-size: 1.15em;
  line-height: 1.3;
  font-weight: 500;
  margin: 0 0 1em;
}

#statistics .content-wrapper .block .block-header .bh-par {
  color: var(--darkBlue);
  font-size: .8em;
  font-weight: 400;
  margin-bottom: .5em;
}

#statistics .content-wrapper .block .block-header .bh-heading {
  color: var(--darkBlue);
  font-size: .95em;
  line-height: 1.3;
  font-weight: 500;
  margin: 0 0 1em;
}

#statistics .content-wrapper .block .block-header .bh-tag {
  padding: .5em .85em;
  background-color: #FFF;
  border: 1px solid #cadbd2;
  color: var(--darkBlue);
  font-size: .73em;
  font-weight: 500;
  text-align: center;
  border-radius: 100px;
  display: inline-block;
  margin: .35em .35em .35em 0;
}

#statistics .content-wrapper .col:nth-child(6n+1) .block-header,
#statistics .content-wrapper .col:nth-child(6n+1) .block-footer {
  background-color: #FADFCB;
}

#statistics .content-wrapper .col:nth-child(6n+2) .block-header,
#statistics .content-wrapper .col:nth-child(6n+2) .block-footer {
  background-color: #D4F5EC;
}

#statistics .content-wrapper .col:nth-child(6n+3) .block-header,
#statistics .content-wrapper .col:nth-child(6n+3) .block-footer {
  background-color: #E3D9FA;
}

#statistics .content-wrapper .col:nth-child(6n+4) .block-header,
#statistics .content-wrapper .col:nth-child(6n+4) .block-footer {
  background-color: #DEF1FC;
}

#statistics .content-wrapper .col:nth-child(6n+5) .block-header,
#statistics .content-wrapper .col:nth-child(6n+5) .block-footer {
  background-color: #F8E1F2;
}

#statistics .content-wrapper .block .block-footer {
  overflow: hidden;
  padding: 1em .85em 1.25em;
  position: relative;
  border-radius: 0 0 15px 15px;
}

#statistics .content-wrapper .block .block-footer .bf-par {
  color: var(--darkBlue);
  font-size: .8em;
  font-weight: 500;
}

#statistics .content-wrapper .block .block-footer .bf-btn {
  width: 80px;
  height: 30px;
  line-height: 30px;
  color: #FFF;
  font-size: .65em;
  font-weight: 500;
  text-transform: uppercase;
  background-color: var(--darkBlue);
  border-radius: 100px;
  text-align: center;
  right: .85em;
  cursor: pointer;
}

#statistics .content-wrapper .bus-wrapper {
  width: 100%;
  background-color: #FFF;
  padding: .6em 1.4em;
  margin-top: 1.85em;
  border-radius: 18px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 10px rgba(0, 123, 255, 0.2);
  -webkit-box-shadow: 0 0 10px rgba(0, 123, 255, 0.2);
}

#statistics .content-wrapper .blocks .business {
  width: 100%;
  background-color: #FFF;
  position: relative;
  overflow: hidden;
  margin: .8em 0;
}

#statistics .content-wrapper .blocks .business .logo {
  background-color: #EBF5EB;
  width: 55px;
  height: 55px;
  border-radius: 15px;
  position: relative;
}

#statistics .content-wrapper .blocks .business .logo img {
  width: 75%;
  display: block;
}

#statistics .content-wrapper .blocks .business .info {
  width: calc(100% - 55px);
  padding: .65em .95em;
  position: relative;
}

#statistics .content-wrapper .blocks .business .info-par {
  color: #707380;
  font-size: .73em;
  font-weight: 400;
  margin-bottom: .5em;
}

#statistics .content-wrapper .blocks .business .info-heading {
  color: var(--darkBlue);
  font-size: .88em;
  font-weight: 500;
}

#statistics .content-wrapper .blocks .business .info-par2 {
  color: #707380;
  font-size: .74em;
  font-weight: 400;
  margin-top: .35em;
}

#statistics .content-wrapper .moreBtn {
  width: 120px;
  padding: 0 1.5em;
  height: 33px;
  line-height: 31px;
  color: var(--darkBlue);
  font-size: .75em;
  font-weight: 500;
  text-align: center;
  background-color: #EBF5EB;
  border: 1px solid var(--darkBlue);
  margin: 2em auto;
  display: block;
  border-radius: 10px;
  cursor: pointer;
}

#statistics .content-wrapper .cv-status {
  width: 100%;
  background-color: #f2f0eb;
  padding: .75em;
  border-radius: 25px;
  margin-bottom: 1.5em;
  position: relative;
  overflow: hidden;
}

#statistics .content-wrapper .cv-status .progress-wrapper {
  width: 65px;
  height: 65px;
  position: relative;
}

#statistics .content-wrapper .cv-status .progress-wrapper svg {
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  width: 65px;
  height: 65px;
}

#statistics .content-wrapper .cv-status .progress-wrapper circle {
  fill: none;
  stroke-width: 10;
}

#statistics .content-wrapper .cv-status .progress-wrapper .bg {
  stroke: #ced6ce;
}

#statistics .content-wrapper .cv-status .progress-wrapper .progress {
  stroke: var(--teal);
  stroke-linecap: round;
  transition: stroke-dashoffset 1s ease;
}

#statistics .content-wrapper .cv-status .progress-wrapper .percent-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-ransform: translate(-50%, -50%);
  font-size: .97em;
  font-weight: 600;
  color: var(--darkBlue);
}

#statistics .content-wrapper .cv-status .txt-wrapper {
  padding: .92em 0 .92em .75em;
}

#statistics .content-wrapper .cv-status .txt-wrapper .tw-heading {
  color: var(--darkBlue);
  font-size: .92em;
  font-weight: 500;
  margin-bottom: .35em;
}

#statistics .content-wrapper .cv-status .txt-wrapper .tw-par {
  color: #5E5f66;
  font-size: .82em;
  font-weight: 400;
}

#statistics .content-wrapper .cv-status .cs-btn {
  width: 30px;
  height: 30px;
  background-color: #FFF;
  border: 1px solid var(--teal);
  right: .8em;
  border-radius: 50%;
  cursor: pointer;
}

#statistics .content-wrapper .cv-status .cs-btn .mso {
  color: var(--teal);
  font-size: 1.25em;
  font-weight: 500;
}

/*   ===============   END REMINDER STYLING   ===============   */

/*   ===============   START QUALIFICATIONS STYLING   ===============   */

#qualifications {
  width: 100%;
  margin-top: 50px;
  padding: 2rem 0 5rem;
}

#qualifications .content-wrapper {
  width: 992px;
  margin: auto;
}

#qualifications .content-wrapper .qcw-header {
  width: 100%;
  position: relative;
  padding-right: 120px;
  margin-bottom: 1em;
}

#qualifications .content-wrapper .qcwh-heading {
  color: var(--darkBlue);
  font-size: 1.15em;
  font-weight: 600;
  margin-bottom: .5em;
}

#qualifications .content-wrapper .qcwh-par {
  color: #5E5f66;
  font-size: .85em;
  font-weight: 400;
  line-height: 1.5;
}

#qualifications .content-wrapper .add-btn {
  width: 100px;
  height: 35px;
  line-height: 35px;
  background-color: var(--teal);
  text-align: center;
  border-radius: 11px;
  display: block;
  color: var(--darkBlue);
  font-size: .65em;
  padding-left: 1.35em;
  font-weight: 500;
  cursor: pointer;
  letter-spacing: .5px;
  text-transform: uppercase;
}

#qualifications .content-wrapper .add-btn .mso {
  color: var(--darkBlue);
  font-size: 1.75em;
  font-weight: 400;
  left: .5em;
}

#qualifications .content-wrapper .ab {
  width: 35px;
  padding-left: 0;
  background-color: #FFF;
  border: 1px solid #ebe7e1;
}

#qualifications .content-wrapper .ab .mso {
  left: 50%;
  color: var(--darkBlue);
  font-weight: 300;
}

#qualifications .content-wrapper .qcw-body {
  padding: 1.5em 0;
}

#qualifications .content-wrapper .qcw-body .col {
  padding: .25em;
}

#qualifications .content-wrapper .qcw-body .block {
  padding: .25em;
  border-radius: 18px;
  background-color: #FFF;
  border: 1px solid #cedbd2;
}

#qualifications .content-wrapper .qcw-body .block .block-header {
  background-color: #FFE1CB;
  padding: .85em;
  border-radius: 15px 15px 0 0;
}

#qualifications .content-wrapper .qcw-body .block .block-header .bh-date {
  padding: .5em .85em;
  background-color: #FFF;
  border: 1px solid #cadbd2;
  color: var(--darkBlue);
  font-size: .73em;
  font-weight: 500;
  text-align: center;
  border-radius: 100px;
  display: inline-block;
  margin-bottom: 2em;
}

#qualifications .content-wrapper .qcw-body .block .block-header .bh-par2 {
  color: var(--darkBlue);
  font-size: .8em;
  font-weight: 400;
  margin-bottom: .5em;
}

#qualifications .content-wrapper .qcw-body .block .block-header .bh-title {
  color: var(--darkBlue);
  font-size: 1.1em;
  line-height: 1.3;
  font-weight: 500;
  margin: 0 0 1.5em;
}

#qualifications .content-wrapper .qcw-body .block .block-header .bh-par {
  color: var(--darkBlue);
  font-size: .8em;
  font-weight: 400;
  margin-bottom: .5em;
}

#qualifications .content-wrapper .qcw-body .block .block-header .bh-heading {
  color: var(--darkBlue);
  font-size: .95em;
  line-height: 1.3;
  font-weight: 500;
  margin: 0 0 1em;
}

#qualifications .content-wrapper .qcw-body .block .block-header .bh-tag {
  padding: .5em .85em;
  background-color: #FFF;
  border: 1px solid #cadbd2;
  color: var(--darkBlue);
  font-size: .73em;
  font-weight: 500;
  text-align: center;
  border-radius: 100px;
  display: inline-block;
  margin: .35em .35em .35em 0;
}

#qualifications .content-wrapper .qcw-body .col:nth-child(6n+1) .block-header,
#qualifications .content-wrapper .qcw-body .col:nth-child(6n+1) .block-footer {
  background-color: #FADFCB;
}

#qualifications .content-wrapper .qcw-body .col:nth-child(6n+2) .block-header,
#qualifications .content-wrapper .qcw-body .col:nth-child(6n+2) .block-footer {
  background-color: #D4F5EC;
}

#qualifications .content-wrapper .qcw-body .col:nth-child(6n+3) .block-header,
#qualifications .content-wrapper .qcw-body .col:nth-child(6n+3) .block-footer {
  background-color: #E3D9FA;
}

#qualifications .content-wrapper .qcw-body .col:nth-child(6n+4) .block-header,
#qualifications .content-wrapper .qcw-body .col:nth-child(6n+4) .block-footer {
  background-color: #DEF1FC;
}

#qualifications .content-wrapper .qcw-body .col:nth-child(6n+5) .block-header,
#qualifications .content-wrapper .qcw-body .col:nth-child(6n+5) .block-footer {
  background-color: #F8E1F2;
}

#qualifications .content-wrapper .qcw-body .block .block-footer {
  overflow: hidden;
  padding: 1em .85em 1.25em;
  position: relative;
  border-radius: 0 0 15px 15px;
}

#qualifications .content-wrapper .qcw-body .block .block-footer .bf-par {
  color: var(--darkBlue);
  font-size: .8em;
  font-weight: 500;
}

#qualifications .content-wrapper .qcw-body .block .block-footer .bf-btn {
  width: 31px;
  height: 31px;
  font-size: .72em;
  font-weight: 400;
  background-color: var(--darkBlue);
  border-radius: 50%;
  text-align: center;
  right: 4.15em;
}

#qualifications .content-wrapper .qcw-body .block .block-footer .bf-btn2 {
  width: 80px;
  height: 30px;
  line-height: 30px;
  color: #FFF;
  font-size: .65em;
  font-weight: 500;
  text-transform: uppercase;
  background-color: var(--darkBlue);
  border-radius: 100px;
  text-align: center;
  right: .85em;
  cursor: pointer;
}

#qualifications .content-wrapper .qcw-body .block .block-footer .bf-btn .mso {
  color: #FFF;
  font-size: 1.5em;
  font-weight: 400;
}

#qualifications .content-wrapper .qcw-body .block .block-footer .bf-red-btn {
  right: .85em;
  background-color: var(--red);
}

/*   ===============   END QUALIFICATIONS STYLING   ===============   */

/*   ===============   START PROFILE STYLING   ===============   */

#profile {
  width: 100%;
  margin-top: 50px;
  padding: 2rem 0 5rem;
}

#profile .content-wrapper {
  width: 992px;
  margin: auto;
}

#profile .content-wrapper .col {
  padding: 0 .5em;
}

#profile .content-wrapper .cw-ls {
  width: 100%;
  padding: 1.5em 1.5em 1em;
  border-radius: 20px;
  background-color: #FFF;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 10px rgba(0, 123, 255, 0.18);
  -webkit-box-shadow: 0 0 10px rgba(0, 123, 255, 0.18);
}

#profile .content-wrapper .cw-ls .cwls-circle {
  width: 30px;
  height: 30px;
  background-color: var(--teal);
  position: absolute;
  top: .65em;
  right: .65em;
  border-radius: 50%;
  cursor: pointer;
}

#profile .content-wrapper .cw-ls .cwls-circle .mso {
  color: var(--darkBlue);
  font-size: 1.12em;
  font-weight: 400;
}

#profile .content-wrapper .cw-ls img {
  width: 50px;
  display: block;
  margin: 0 auto 1.25em;
  border-radius: 50%;
}

#profile .content-wrapper .cw-ls .cwls-heading {
  font-size: .97em;
  font-weight: 500;
  color: var(--darkBlue);
}

#profile .content-wrapper .cw-ls .cwls-par {
  color: #5E5f66;
  font-size: .8em;
  font-weight: 400;
  margin-top: .25em;
}

#profile .content-wrapper .cw-ls .contacts {
  margin-top: 1em;
}

#profile .content-wrapper .cw-ls .contacts .contact {
  position: relative;
  padding: .5em 0 .5em 3em;
  margin-top: .5em;
}

#profile .content-wrapper .cw-ls .contacts .contact .c-circle {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background-color: #F2F0EB;
}

#profile .content-wrapper .cw-ls .contacts .contact .c-circle .mso {
  color: var(--darkBlue);
  font-size: 1.3em;
  font-weight: 300;
}

#profile .content-wrapper .cw-ls .contacts .contact .contact-par {
  color: #555555;
  font-size: .75em;
  font-weight: 400;
  margin-bottom: .25em;
}

#profile .content-wrapper .cw-ls .contacts .contact .contact-heading {
  font-size: .88em;
  font-weight: 500;
  color: var(--darkBlue);
}

#profile .content-wrapper .cw-rs {
  width: 100%;
  margin-bottom: .75em;
  border-radius: 20px;
  background-color: #FFF;
  position: relative;
  box-shadow: 0 0 10px rgba(0, 123, 255, 0.18);
  -webkit-box-shadow: 0 0 10px rgba(0, 123, 255, 0.18);
}

#profile .content-wrapper .cw-rs .cwrs-header {
  position: relative;
  padding: 1.5em 1.5em 1.5em 3.75em;
}

#profile .content-wrapper .cw-rs .cwrs-header .cwrsh-circle2 {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  cursor: pointer;
  left: .85em;
  background-color: #F2F0EB;
}

#profile .content-wrapper .cw-rs .cwrs-header .cwrsh-circle2 .mso {
  color: var(--darkBlue);
  font-size: 1.3em;
  font-weight: 300;
}

#profile .content-wrapper .cw-rs .cwrs-header .cwrsh-circle {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  cursor: pointer;
  right: 1.15em;
  background-color: var(--teal);
}

#profile .content-wrapper .cw-rs .cwrs-header .cwrsh-circle .mso {
  color: var(--darkBlue);
  font-size: 1.35em;
  font-weight: 300;
}

#profile .content-wrapper .cw-rs .cwrs-header .cwrs-heading {
  font-size: .95em;
  font-weight: 500;
  color: var(--darkBlue);
  line-height: .78;
}

#profile .content-wrapper .cw-rs .cwrs-header .cwrs-line {
  width: 40px;
  height: 3px;
  background-color: var(--teal);
  margin-top: 1.15em;
}

#profile .content-wrapper .cw-rs .cwrs-body {
  padding: 0 1.5em 1.5em;
}

#profile .content-wrapper .cw-rs .cwrs-body .cwrs-par {
  color: #555555;
  font-size: .9em;
  font-weight: 400;
  line-height: 1.6;
  margin-top: 1.35em;
  white-space: pre-line;
}

#profile .content-wrapper .cw-rs .cwrs-body .cat-heading {
  font-size: .85em;
  font-weight: 500;
  margin-bottom: 2em;
  text-transform: uppercase;
  color: var(--darkBlue);
  border-left: 15px solid var(--yellow);
  padding-left: 1em;
}

#profile .content-wrapper .cw-rs .cwrs-body .cat-heading2 {
  margin-top: 2em;
}

#profile .content-wrapper .cw-rs .cwrs-body .cwrsb-info {
  padding: .85em 0 .85em 1.25em;
  margin-top: .85em;
  position: relative;
  border-left: 1px solid #d1ded1;
}

#profile .content-wrapper .cw-rs .cwrs-body .cwrsb-info .cwrsbi-circle {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translate(-50%, -50%);
  background-color: #FFF;
  border: 2px solid var(--darkBlue);
}

#profile .content-wrapper .cw-rs .cwrs-body .cwrsb-info .cwrsbi-par {
  color: #555555;
  font-size: .8em;
  font-weight: 400;
  margin: .35em 0;
}

#profile .content-wrapper .cw-rs .cwrs-body .cwrsb-info .cwrsbi-heading {
  font-size: .9em;
  font-weight: 500;
  margin-bottom: .4em;
  color: var(--darkBlue);
}

#profile .content-wrapper .cw-rs .cwrs-body .cwrsb-info .cwrsbih2 {
  margin-bottom: 0;
}

#profile .content-wrapper .cw-rs .cwrs-body .cwrsb-info .cwrsbih-span {
  color: #455250;
  font-weight: 400;
  font-size: .95em;
}

#profile .content-wrapper .cw-rs .cwrs-body .cwrsb-info .cwrsbi-par2 {
  color: #555555;
  font-size: .9em;
  font-weight: 400;
  line-height: 1.6;
  margin-top: 1em;
}

#profile .content-wrapper .cw-rs .cwrs-body .cwrsb-info .cwrsbi-line {
  width: 20px;
  height: 2px;
  border-radius: 100px;
  background-color: var(--teal);
  margin: 1em 0 .75em;
}

#profile .content-wrapper .cw-rs .cwrs-body .cwrsb-info .cwrsbi-btn {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  margin-top: 1em;
  margin-right: .4em;
  position: relative;
  display: inline-block;
  background-color: #F2F7F2;
}

#profile .content-wrapper .cw-rs .cwrs-body .cwrsb-info .cwrsbi-btn .mso {
  color: var(--darkBlue);
  font-size: 1.1em;
  font-weight: 400;
}

#profile .content-wrapper .cw-rs .cwrs-footer {
  padding: 0 1.5em 1.5em;
}

#profile .content-wrapper .cw-rs .cwrs-footer .add-btn {
  width: 98px;
  height: 32px;
  line-height: 32px;
  background-color: var(--teal);
  text-align: center;
  border-radius: 11px;
  margin: 2em 0 0;
  display: block;
  color: var(--darkBlue);
  font-size: .65em;
  padding-left: 1.35em;
  font-weight: 500;
  cursor: pointer;
  letter-spacing: .5px;
  text-transform: uppercase;
  position: relative;
}

#profile .content-wrapper .cw-rs .cwrs-footer .add-btn .mso {
  color: var(--darkBlue);
  font-size: 1.75em;
  font-weight: 400;
  left: .5em;
}

#profile .content-wrapper .cw-rs .cwrs-footer .spab {
  width: 115px;
}

#profile .content-wrapper .settings {
  padding: .25em 0 0 1em;
}

#profile .content-wrapper .settings-heading {
  color: var(--darkBlue);
  font-size: 1.25em;
  font-weight: 500;
  margin-bottom: 1.75em;
}

#profile .content-wrapper .settings-heading2 {
  margin-bottom: 1em;
}

#profile .content-wrapper .settings-heading3 {
  margin-bottom: .25em;
}

#profile .content-wrapper .settings-par {
  color: #555555;
  font-size: .85em;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 1.5em;
}

#profile .content-wrapper .settings-par a {
  color: #2d68c2;
  font-weight: 500;
  cursor: pointer;
  display: inline-block;
}

#profile .content-wrapper .settings .s-setting {
   margin-bottom: 1.25em;
   border-bottom: 1px solid #CCC;
   padding-bottom: 1.25em;
}

#profile .content-wrapper .settings .s-setting .s-setting-heading {
   color: var(--darkBlue);
   font-size: .92em;
   font-weight: 600;
   margin-bottom: .65em;
}

#profile .content-wrapper .settings .s-setting .s-setting-heading span {
   font-size: .82em;
   font-weight: 500;
}

#profile .content-wrapper .settings .s-setting .s-setting-par {
  color: #555555;
  font-size: .88em;
  font-weight: 400;
  line-height: 1.6;
}

#profile .content-wrapper .settings .s-setting .s-setting-btn {
  width: auto;
  display: inline-block;
  padding: 0 1.5em;
  height: 38px;
  line-height: 33px;
  background-color: #FEFBF5;
  border: 2px solid var(--red);
  border-radius: 12px;
  color: var(--red);
  font-size: .8em;
  font-weight: 500;
  text-align: center;
  margin-top: 1.5em;
  cursor: pointer;
}

#profile .content-wrapper .settings .s-setting .s-setting-btn2 {
  border: 2px solid var(--darkBlue);
  color: var(--darkBlue);
}

#profile .content-wrapper .settings .s-setting .radio-btn {
  width: 55px;
  border: 2px solid #32a85a;
  padding: 2px;
  border-radius: 50px;
  margin-top: 1.5em;
  overflow: hidden;
  background-color: #FEFBF5;
  cursor: pointer;
}

#profile .content-wrapper .settings .s-setting .radio-btn .rb-circle {
  width: 18px;
  height: 18px;
  float: left;
  background-color: #32a85a;
  border-radius: 50%;
}

#profile .content-wrapper .settings .s-setting .radio-btn-inactive {
  border: 2px solid #c94247;
}

#profile .content-wrapper .settings .s-setting .radio-btn-inactive .rb-circle {
  float: right;
  background-color: #c94247;
}

/*   ===============   END PROFILE STYLING   ===============   */

/*   ===============   START TABLE STYLING   ===============   */

/* table  {
   table-layout: fixed; width: 100%;
} */

table thead {
   border-bottom: 0;
}

table thead th {
   color: #5E5f66;
   padding: 1.75em .65em;
   font-size: .69em;
   font-weight: 500;
   border-radius: 0;
   text-transform: uppercase;
}

table thead tr {
   border-radius: 0;
   border-bottom: none;
}

table tbody tr {
   position: relative;
   border-left: none;
   border-bottom: none;
}

table tbody tr:nth-child(odd) {
   background: #f7f4f0;
}

table tbody tr:nth-child(even) {
   background: #FEFBF5;
}

table tbody tr:last-child {
   border-bottom: none;
}

table tbody td {
   font-weight: 500;
   padding: 1em;
   color: var(--darkBlue);
   font-size: .82em;
   border-radius: 0;
   border: none;
   position: relative;
   /* overflow: hidden; white-space: nowrap; text-overflow: ellipsis; */
}

table tbody td .circle {
  width: 30px;
  height: 30px;
  position: relative;
  background-color: #FEFBF5;
  border: 1px solid var(--teal);
}

table tbody tr .circle .mso {
  color: var(--darkBlue);
  font-size: 1.3em;
  font-weight: 300;
}

table tbody tr .circle img {
  width: 22px;
}

table tbody tr .sp-circle {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  overflow: hidden;
}

table tbody tr:nth-child(odd) .sp-circle {
   background: var(--mainColor);
}

table tbody tr:nth-child(even) .sp-circle {
   background: var(--darkBlue);
}

table tbody td .tbtn {
   width: 30px;
   height: 30px;
   box-shadow: none;
   border-radius: 100%;
   border: none;
   cursor: pointer;
   position: relative;
}

table tbody td .tbtn .mso {
   font-size: 1.5em;
   font-weight: 400;
}

table tbody td .tbtn1 {
   background-color: #fcc0c6;
   margin-left: .5em;
}

table tbody td .tbtn2 {
   background-color: var(--teal);
   margin-left: .5em;
}

table tbody td .tbtn1 .mso {
   color: var(--darkBlue);
}

table tbody td .tbtn2 .mso {
   color: var(--darkBlue);
}

table tbody td .num-wrapper {
   min-width: 45px;
   max-width: 45px;
   padding: 0 .25em;
   height: 32px;
   line-height: 30px;
   text-align: center;
   border-radius: 0;
   font-size: 1em;
   font-weight: 600;
   background: #FFF;
   border: 1px solid var(--green);
   color: var(--darkBlue);
   text-transform: uppercase;
   position: relative;
   top: -1px;
}

table tbody td .num-zero {
   background: var(--red);
   border: 1px solid var(--red);
   color: #FFF;
}

table tbody td .almost-zero {
   background: var(--orange);
   border: 1px solid var(--orange);
   color: #FFF;
}

table tbody td .mso2 {
  color: var(--darkBlue);
  font-size: 1.55em;
}

/*   ===============   END TABLE STYLING   ===============   */

/*   ===============   START TERMS STYLING   ===============   */

#terms {
  width: 768px;
  margin: 75px auto 0;
  padding: 3rem 0;
  flex: 1;
}

#terms .terms-heading {
   color: var(--darkBlue);
   font-size: 1.5em;
   font-weight: 600;
   margin-bottom: .35em;
}

#terms .terms-par {
   color: #555555;
   font-size: .9em;
   font-weight: 400;
   margin: 1em 0;
   line-height: 1.6;
}

#terms .bold {
   font-weight: 500;
}

#terms .terms-heading2 {
   color: var(--darkBlue);
   font-size: .93em;
   font-weight: 500;
   margin-top: 2em;
}

#terms ul li {
  color: #555555;
  font-size: .85em;
  font-weight: 400;
  line-height: 1.6;
  margin-bottom: .85em;
}

#terms ul li span {
  font-weight: 400;
}

/*   ===============   END TERMS STYLING   ===============   */

/*   ===============   START MODAL STYLING   ===============   */

.custom-modal {
   width: 100%;
   height: 100%;
   max-height: 100%;
   position: fixed;
   top: 0;
   left: 0;
   padding-bottom: 5rem;
   overflow-x: hidden;
   overflow-y: scroll;
   scrollbar-width: none;
   -webkit-scrollbar-width: none;
   -webkit-overflow-scrolling: touch;
   -ms-overflow-style: none;
   scroll-behavior: smooth;
   z-index: 999999999;
   background-color: #FEFBF5;
}

.nav_modal {
   background-color: var(--darkBlue);
}

.custom-modal::-webkit-scrollbar {
   width: 0;
   height: 0;
}

.custom-modal .cmcs {
   width: 30px;
   height: 30px;
   position: absolute;
   top: 0;
   background-color: #E5EBDF;
}

.custom-modal .cmc-ls {
   left: 0;
}

.custom-modal .cmc-rs {
   right: 0;
}

.custom-modal .cmcs .mso {
   color: var(--darkBlue);
   font-size: 1.2em;
   font-weight: 500;
}

.custom-modal .cm-heading {
   width: 100%;
   height: 30px;
   line-height: 35px;
   text-align: center;
   color: var(--darkBlue);
   font-size: .72em;
   font-weight: 500;
   text-transform: uppercase;
}

.custom-modal .close-btn {
   width: 30px;
   height: 30px;
   text-transform: uppercase;
   text-align: center;
   border-radius: 0;
   background-color: var(--red);
   position: absolute;
   top: 0;
   right: 0;
   cursor: pointer;
}

.custom-modal .close-btn .mso {
   color: #FFF;
   font-size: 1.15em;
   font-weight: 500;
}

.notifyModal {
   width: 350px;
}

.notifyModal .nm-header {
   width: 100%;
   padding: 2.85em 1.25em 1.5em;
}

.notifyModal .nm-header .nmh-heading {
   color: var(--darkBlue);
   font-size: 1em;
   font-weight: 500;
   margin-bottom: .5em;
}

.notifyModal .nm-header .nmh-par {
  color: #555555;
  font-size: .85em;
  font-weight: 400;
  line-height: 1.5;
}

.notifyModal .nm-body {
  padding: 0 1.25em;
}

.notifyModal .nm-body .nmb-info {
  width: 100%;
  padding: .65em .85em;
  position: relative;
  border-radius: 12px;
  cursor: pointer;
}

.notifyModal .nm-body .nmb-info:nth-child(odd) {
   background-color: #F2EFE9;
}

.notifyModal .nm-body .nmb-info:nth-child(even) {
   background-color: #FEFBF5;
}

.notifyModal .nm-body .nmb-info .nmbi-circle {
  width: 33px;
  height: 33px;
  border-radius: 50%;
  left: .75em;
  background-color: #F2F7F2;
}

.notifyModal .nm-body .nmb-info .nmbi-circle .mso {
  color: var(--darkBlue);
  font-size: 1.25em;
  font-weight: 300;
}

.notifyModal .nm-body .nmb-info .nmbi-heading {
  color: #455250;
  font-size: .85em;
  font-weight: 400;
  line-height: 1.5;
}

.notifyModal .nm-body .nmb-info .nmbi-par {
  color: #656e7d;
  font-size: .75em;
  font-weight: 400;
  margin-top: .65em;
}

.custom-modal .custom-modal-content {
   width: 380px;
   background-color: #FEFBF5;
   margin: 2.5em auto;
   border-radius: 0;
   position: relative;
}

.custom-modal .nmCMC {
   background-color: var(--darkBlue);
}

.custom-modal .cmc2 {
   width: 340px;
}

.custom-modal .cmc3 {
   width: 500px;
   background-color: #f5f2ed;
   padding: 1.5em;
   border-top: 2px solid var(--teal);
}

.custom-modal .custom-modal-content .brand-logo {
  width: 130px;
  display: block;
  margin: 0 auto 3.5em;
  cursor: pointer;
}

.custom-modal .custom-modal-content ul {
  margin: 3em 0 0 0;
  padding: 0;
  overflow: hidden;
}

.custom-modal .nmCMC ul li {
  background-color: var(--darkBlue);
  width: 100%;
  font-size: .9em;
  font-weight: 500;
  color: #FFF;
  cursor: pointer;
  border-radius: 15px;
  padding: 1.15em 1.85em;
  -webkit-transition: .3s ease-in-out;
  -moz-transition: .3s ease-in-out;
  -ms-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.custom-modal .nmCMC ul .active-li {
  color: var(--darkBlue);
  background-color: #FEFBF5;
}

.custom-modal .nmCMC ul li:hover {
  background-color: #FEFBF5;
  color: var(--darkBlue);
  -webkit-transition: .3s ease-in-out;
  -moz-transition: .3s ease-in-out;
  -ms-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.custom-modal .custom-modal-content .col {
   padding: 0 .25em;
}

.custom-modal .custom-modal-content .failed-msg {
  position: relative;
  padding: .75em 1em .75em 2.25em;
  background-color: #F2EBDC;
  border-left: 2px solid var(--red);
  border-radius: 0;
  margin-bottom: 1em;
}

.custom-modal .custom-modal-content .failed-msg .failed-par {
  color: var(--darkBlue);
  font-size: .82em;
  font-weight: 400;
}

.custom-modal .custom-modal-content .failed-msg .failed-mso {
  color: var(--red);
  font-size: 1.25em;
  font-weight: 500;
  left: .35em;
}

.custom-modal .custom-modal-content .cmc-heading {
   color: var(--darkBlue);
   font-size: 1.25em;
   font-weight: 600;
   line-height: 1.3;
   letter-spacing: .5px;
   margin-bottom: .35em;
}

.custom-modal .custom-modal-content .sp-cmc-heading {
   font-size: 1.15em;
   margin: 1.5em 0;
}

.custom-modal .custom-modal-content .cmc-heading2 {
   color: var(--darkBlue);
   font-size: .9em;
   font-weight: 500;
   letter-spacing: .5px;
   margin: 1.5em 0 1em;
}

.custom-modal .custom-modal-content .cmc-heading3 {
   font-size: .82em;
   font-weight: 500;
   margin: 1.5em 0 .5em;
}

.custom-modal .custom-modal-content .cmc-heading4 {
   margin: 2em 0 .5em;
   font-size: .82em;
   font-weight: 500;
}

.custom-modal .custom-modal-content .dates-info {
   display: inline-block;
   margin-right: 1.5em;
}

.custom-modal .custom-modal-content .cmc-par {
  color: #5E5f66;
  font-size: .85em;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 2em;
}

.custom-modal .custom-modal-content .sp-cmc-par {
  font-size: .9em;
  line-height: 1.6;
  white-space: pre-line;
}

.custom-modal .custom-modal-content .cmc-par2 {
  color: #5E5f66;
  font-size: .83em;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: .5em;
}

.custom-modal .custom-modal-content .cmc-tags {
   background-color: #FFF;
   border: 1px solid #cadbd2;
   padding: .65em 1em;
   color: var(--darkBlue);
   font-size: .73em;
   font-weight: 500;
   text-align: center;
   border-radius: 100px;
   display: inline-block;
   margin: .45em .45em .45em 0;
}

.custom-modal .custom-modal-content .cmBtn {
  width: 100%;
  height: 42px;
  line-height: 42px;
  background-color: var(--darkBlue);
  border-radius: 12px;
  box-shadow: none;
  text-align: left;
  font-size: .83em;
  font-weight: 400;
  text-transform: unset;
  margin-bottom: .4em;
  padding: 0 1.5em;
  position: relative;
}

.custom-modal .custom-modal-content .cmBtn .mso {
  font-size: 1.8em;
  right: .35em;
}

.custom-modal .custom-modal-content .input-wrapper {
  width: 100%;
  background-color: #f2f0eb;
  position: relative;
  margin: .6em auto .35em;
  border-radius: 12px;
  padding: 0 1em;
  border: 1px solid #f2f0eb;
  transition: .5s;
}

.custom-modal .custom-modal-content .active-iw {
  background-color: #FFF;
  border: 1px solid var(--teal);
  transition: .5s;
}

.custom-modal .custom-modal-content .sp-iw {
  background-color: #DFE3E8;
  border: 1px solid #DFE3E8;
  transition: .5s;
}

.custom-modal .custom-modal-content label {
  color: var(--darkBlue);
  font-weight: 500;
  font-size: .8em;
  position: relative;
}

.custom-modal .custom-modal-content label .lMso {
  color: #FFF;
  font-weight: 500;
  font-size: 1em;
  text-align: center;
  width: 17px;
  height: 17px;
  line-height: 17px;
  border-radius: 50%;
  position: relative;
  top: 2px;
  left: 3px;
  cursor: pointer;
  background-color: var(--darkBlue);
}

.custom-modal .custom-modal-content .label-msg {
  width: 80%;
  padding: 1em;
  background-color: var(--darkBlue);
  border-radius: 12px;
  position: absolute;
  top: -7px;
  right: 0;
  z-index: 50;
  color: #FFF;
  font-size: .75em;
  line-height: 1.5;
  font-weight: 400;
}

.custom-modal .custom-modal-content label span {
  color: var(--red);
}

.custom-modal .custom-modal-content .input-wrapper input {
  box-sizing: border-box;
  padding: 0 !important;
  margin: 0 !important;
  height: 35px !important;
  line-height: 35px;
  font-size: 16px !important;
  box-shadow: none;
  color: var(--darkBlue);
  font-weight: 400;
  outline: none !important;
  z-index: 30;
  position: relative;
  border: none !important;
  border-radius: 0 !important;
}

.custom-modal .SPCMC .input-wrapper input {
  font-weight: 500;
  height: 43px !important;
  line-height: 43px !important;
}

.custom-modal .custom-modal-content .input-wrapper input:focus {
  box-shadow: none !important;
}

.custom-modal .custom-modal-content .input-wrapper .fk-placeholder {
  left: 1.25em;
  color: #707380;
  font-weight: 400;
  font-size: .8em;
  opacity: .45;
  text-transform: unset;
}

.custom-modal .custom-modal-content .input-wrapper .mso {
  font-size: 1.2em;
  color: var(--darkBlue);
  font-weight: 300;
  left: .62em;
}

.custom-modal .custom-modal-content .textarea-input-wrapper {
   padding: 1em;
   background: none;
   border: none;
   margin-top: .6em;
   margin-bottom: 1em;
   border-radius: 15px;
   transition: none;
   box-shadow: none;
   outline: none;
   background-color: #F2F0EB;
   border: 1px solid #F2F0EB;
   position: relative;
}

.custom-modal .custom-modal-content .textarea-input-wrapper textarea {
   border: none;
   outline: none;
   resize: none;
   color: var(--darkBlue);
   font-weight: 400;
   white-space: pre-wrap;
   line-height: 1.5;
   min-height: 180px;
   position: relative;
}

.custom-modal .custom-modal-content .textarea-input-wrapper .fk-placeholder {
  top: 1.8em;
  left: 1.5em;
  color: #707380;
  font-weight: 400;
  font-size: .8em;
  opacity: .45;
  text-transform: unset;
}

.custom-modal .custom-modal-content .dropdownList {
  width: 100%;
  background-color: #FFF;
  max-height: 110px;
  position: absolute;
  top: 38px;
  left: 0;
  z-index: 50;
  padding: .5em 0;
  border-radius: 12px;
  overflow-x: hidden;
  overflow-y: scroll;
  scrollbar-width: none;
  -webkit-scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
  scroll-behavior: smooth;
  box-shadow: 0 0 10px rgba(0, 123, 255, 0.2);
  -webkit-box-shadow: 0 0 10px rgba(0, 123, 255, 0.2);
}

.custom-modal .custom-modal-content .dropdownList::-webkit-scrollbar {
   width: 0;
   height: 0;
}

.custom-modal .custom-modal-content .sp-dl {
  width: 100%;
  background-color: #FFF;
  max-height: 122px;
}

.custom-modal .custom-modal-content .dropdownList .dl-header {
  width: calc(100% - 1em);
  padding: .3em;
  position: sticky;
  top: 0;
  left: 0;
  background-color: #F2F0EB;
  border-radius: 8px;
  margin: 0 auto .4em;
  z-index: 30;
  overflow: hidden;
}

.custom-modal .custom-modal-content .dropdownList .dl-header .dlh-tab {
  width: 50%;
  float: left;
  height: 27px;
  line-height: 27px;
  background-color: #F2F0EB;
  border-radius: 8px;
  color: var(--darkBlue);
  font-size: .7em;
  font-weight: 500;
  text-transform: uppercase;
  text-align: center;
}

.custom-modal .custom-modal-content .dropdownList .dl-header .dlht-active {
  background-color: var(--darkBlue);
  color: #FFF;
}

.custom-modal .custom-modal-content .dropdownList ul {
  margin: 0;
  padding: 0;
}

.custom-modal .custom-modal-content .dropdownList ul li {
  width: 100%;
  height: 33px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}

.custom-modal .custom-modal-content .dropdownList ul li .li-heading {
  color: var(--darkBlue);
  font-size: .95em;
  font-weight: 400;
  left: 1.15em;
}

.custom-modal .custom-modal-content .dropdownList ul li:hover {
  background-color: #FFF;
}

.custom-modal .custom-modal-content .dropdownList .input-wrapper {
  width: 100%;
  background-color: #dae8da;
  position: relative;
  margin: .6em auto .35em;
  border-radius: 12px;
  padding: 0 1em;
  border: 1px solid #e1e8da;
  transition: .5s;
}

.custom-modal .custom-modal-content .dropdownList .active-iw {
  background-color: #FFF;
  border: 1px solid var(--darkBlue);
  transition: .5s;
}

.custom-modal .custom-modal-content .dropdownList .input-wrapper input {
  box-sizing: border-box;
  padding: 0 !important;
  margin: 0 !important;
  height: 35px !important;
  line-height: 35px;
  font-size: 16px !important;
  box-shadow: none;
  color: var(--darkBlue);
  font-weight: 400;
  outline: none !important;
  z-index: 30;
  position: relative;
  border: none !important;
  border-radius: 0 !important;
}

.custom-modal .custom-modal-content .spDL ul li .dl-circle {
  width: 17px;
  height: 17px;
  border: 2px solid var(--teal);
  border-radius: 50%;
  left: 1.15em;
}

.custom-modal .custom-modal-content .spDL ul li .dl-circle .dlcMso {
  color: var(--darkBlue);
  font-size: 1em;
  font-weight: 600;
  display: none;
}

.custom-modal .custom-modal-content .spDL ul li .dl-circle .active-checkbox {
  display: block;
}

.custom-modal .custom-modal-content .spDL ul li .li-heading {
  left: 3.15em;
}

.custom-modal .custom-modal-content .form-btn {
  width: 100%;
  height: 40px;
  line-height: 40px;
  font-weight: 500;
  font-size: .7em;
  border-radius: 12px;
  border: none;
  box-shadow: none;
  overflow: hidden;
  position: relative;
  color: var(--darkBlue);
  background-color: var(--teal);
}

.custom-modal .custom-modal-content .reset-btn {
  color: var(--darkBlue);
  background-color: #f2f0eb;
}

.custom-modal .custom-modal-content .red-btn {
  color: #FFF;
  background-color: var(--red);
  position: relative;
}

.custom-modal .custom-modal-content .form-btn .mso {
  font-size: 1.5em;
  font-weight: 400;
  color: #FFF;
}

.custom-modal .custom-modal-content .policy-par {
  color: #5E5f66;
  font-size: .8em;
  font-weight: 400;
  line-height: 1.6;
  margin-top: 1.25em;
}

.custom-modal .custom-modal-content .policy-par a {
  color: var(--darkBlue);
  font-weight: 500;
}

.custom-modal .custom-modal-content .show-password {
  color: var(--darkBlue);
  font-size: .75em;
  font-weight: 500;
  cursor: pointer;
  overflow: hidden;
  position: relative;
  padding-left: 2em;
}

.custom-modal .custom-modal-content .show-password .mso {
  color: var(--darkBlue);
  font-size: 1.35em;
  font-weight: 400;
}

.custom-modal .custom-modal-content .account-success {
  width: 300px;
  margin: 8em auto 2em;
  text-align: center;
}

.custom-modal .custom-modal-content .account-success img {
  width: 50px;
  display: block;
  margin: 0 auto 1.25em;
}

.custom-modal .custom-modal-content .account-success .as-heading {
  font-size: .95em;
  color: var(--darkBlue);
  font-weight: 500;
  margin: .5em 0;
}

.custom-modal .custom-modal-content .account-success .as-par {
  color: #5E5f66;
  font-size: .82em;
  font-weight: 400;
  line-height: 1.55;
}

.custom-modal .cv-cmc {
   width: 794px;
   max-width: 100%;
   margin: 4em auto 0;
   background-color: #FEFBF5;
}

.custom-modal .cv-cmc .cvcmc-header {
   width: 100%;
   min-height: 100px;
   position: relative;
   padding-top: .75em;
   padding-left: 2.25em;
}

.custom-modal .cv-cmc .cvcmc-header .cvcmch-circle {
   width: 100px;
   height: 100px;
   background-color: #8BCFB0;
   border-radius: 50%;
}

.custom-modal .cv-cmc .cvcmc-header .cvcmch-heading {
   color: #231f20;
   font-size: 2.5em;
   font-weight: 600;
   position: relative;
}

.custom-modal .cv-cmc .cvcmc-header .cvcmch-par {
   color: #555555;
   font-size: .73em;
   font-weight: 500;
   letter-spacing: 4px;
   text-transform: uppercase;
   position: relative;
   margin-top: .85em;
}

.custom-modal .cv-cmc .cvcmc-body .contacts {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin: 2em 0;
}

.custom-modal .cv-cmc .cvcmc-body .contacts .contact .cont-par {
  color: #5E5f66;
  font-size: .75em;
  font-weight: 400;
  margin-bottom: .55em;
}

.custom-modal .cv-cmc .cvcmc-body .contacts .contact .cont-heading {
   color: var(--darkBlue);
   font-size: .85em;
   font-weight: 500;
}

.custom-modal .cv-cmc .cvcmc-body .section-heading {
   color: var(--darkBlue);
   font-size: 1em;
   font-weight: 600;
   letter-spacing: 2px;
   text-transform: uppercase;
}

.custom-modal .cv-cmc .cvcmc-body .section-heading2 {
   color: var(--darkBlue);
   font-size: .8em;
   font-weight: 500;
   letter-spacing: 1px;
   text-transform: uppercase;
   margin-top: 2em;
   margin-bottom: 1.5em;
   border-left: 15px solid var(--teal);
   padding-left: 1em;
}

.custom-modal .cv-cmc .cvcmc-body .sh3 {
   margin-top: 2.35em;
}

.custom-modal .cv-cmc .cvcmc-body .sh4 {
   margin-top: 1.6em;
}

.custom-modal .cv-cmc .cvcmc-body .section-line {
   width: 40px;
   height: 2px;
   border-radius: 20px;
   background-color: var(--teal);
   margin: 1.25em 0;
}

.custom-modal .cv-cmc .cvcmc-body .sl2 {
   margin: 1.25em 0 1.8em;
}

.custom-modal .cv-cmc .cvcmc-body .section-par {
  color: #555555;
  font-size: .87em;
  font-weight: 400;
  margin-left: 2.05em;
  margin-bottom: .75em;
}

.custom-modal .cv-cmc .cvcmc-body .section-par span {
  font-size: .75em;
  color: var(--darkBlue);
}

.custom-modal .cv-cmc .cvcmc-body .sp2 {
  margin-left: 0;
}

.custom-modal .cv-cmc .cvcmc-body .summary-par {
  color: #555555;
  font-size: .92em;
  font-weight: 400;
  line-height: 1.5;
  white-space: pre-line;
  margin-top: .5em;
}

.custom-modal .cv-cmc .cvcmc-body .blocks {
  width: 100%;
  display: grid;
  grid-template-columns: 60% 40%;
  margin-top: 2em;
}

.custom-modal .cv-cmc .cvcmc-body .blocks .block {
  padding: .5em 0;
}

.custom-modal .cv-cmc .cvcmc-body .blocks .bl1 {
  border-right: 0.5px solid #a8bdb9;
  padding-right: 2em;
}

.custom-modal .cv-cmc .cvcmc-body .blocks .bl2 {
  border-left: 0.5px solid #a8bdb9;
  margin-left: -1px;
  padding-left: 2em;
}

.custom-modal .cv-cmc .cvcmc-body .blocks .block-info {
  padding: .5em 0 .35em 1.25em;
  margin-top: .85em;
  position: relative;
  border-left: 1px solid #a8bdb9;
}

.custom-modal .cv-cmc .cvcmc-body .blocks .block-info .block-circle {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translate(-50%, -50%);
  background-color: #FFF;
  border: 2px solid var(--darkBlue);
}

.custom-modal .cv-cmc .cvcmc-body .blocks .block-info .block-par {
  color: #555555;
  font-size: .83em;
  font-weight: 400;
  margin: .35em 0;
}

.custom-modal .cv-cmc .cvcmc-body .blocks .block-info .block-heading {
  font-size: .88em;
  font-weight: 500;
  color: var(--darkBlue);
}

.custom-modal .cv-cmc .cvcmc-body .blocks .block-info .block-span {
  color: #364542;
  font-weight: 400;
  font-size: .95em;
}

.custom-modal .cv-cmc .cvcmc-body .blocks .block-info .block-par2 {
  color: #555555;
  font-size: .92em;
  font-weight: 400;
  line-height: 1.5;
  margin-top: .75em;
}

.custom-modal .cv-cmc .cvcmc-body .blocks .block-info .block-line {
  width: 20px;
  height: 2px;
  border-radius: 50px;
  background-color: var(--teal);
  margin: 1em 0 1.25em;
}

.custom-modal .article {
  width: 700px;
  margin: 3em auto;
}

.custom-modal .article img {
  width: 100%;
  display: block;
  margin-bottom: 1.75em;
}

.custom-modal .article .article-heading {
  color: var(--darkBlue);
  font-size: 1.85em;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 1.25em;
}

.custom-modal .article .article-par {
  color: #555555;
  font-size: .9em;
  font-weight: 400;
  line-height: 1.7;
}

.custom-modal .article .article-par2 {
  color: var(--darkBlue);
  font-size: .9em;
  font-weight: 400;
  line-height: 1.6;
  margin-bottom: 1.25em;
}

.custom-modal .article .article-heading2 {
  color: var(--darkBlue);
  font-size: .95em;
  font-weight: 600;
  line-height: 1.3;
  margin: 1.85em 0 1.15em;
}

#ui-datepicker-div {
   z-index: 9999999999999 !important;
   top: 0;
   left: 0;
   border: none;
   border-radius: 0;
   overflow: hidden;
   box-shadow: 0 3px 15px rgba(92, 176, 214, .3);
   -webkit-box-shadow: 0 3px 15px rgba(92, 176, 214, .3);
}

#ui-datepicker-div .ui-widget-header {
   border: 1px solid #FFF;
   background-color: #FFF;
   color: var(--darkBlue);
   font-weight: bold;
   border-radius: 0;
   font-size: .9em;
   padding: .35em 0;
}

#ui-datepicker-div .ui-datepicker-prev, #ui-datepicker-div .ui-datepicker-next {
   top: 2px;
   width: 30px;
   height: 30px;
   border: none;
   border-radius: 0;
   background-color: #FFF;
   cursor: pointer;
   box-shadow: 0 1px 5px rgba(92, 176, 214, .35);
   -webkit-box-shadow: 0 1px 5px rgba(92, 176, 214, .35);
}

#ui-datepicker-div .ui-datepicker-prev {
  left: 3px;
}

#ui-datepicker-div .ui-datepicker-next {
  right: 3px;
}

#ui-datepicker-div table {
  background-color: #FFF;
}

#ui-datepicker-div td {
  padding: 2px;
  font-size: 1em;
  font-weight: 500;
  background-color: #FFF;
}

#ui-datepicker-div tr {
  border-bottom: none;
}

#ui-datepicker-div thead {
  margin-bottom: 1em;
}

#ui-datepicker-div thead th {
  border-radius: 0;
}

.ui-datepicker {
  padding: .2em;
}

.ui-state-active, .ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active, a.ui-button:active,
.ui-button:active, .ui-button.ui-state-active:hover {
  border: 1px solid #FFF !important;
  background-color: #FFF !important;
  font-weight: normal;
  color: var(--darkBlue) !important;
  border-radius: 8px !important;
}

.ui-state-default, .ui-widget-content .ui-state-default {
    border: 1px solid #FFF;
    color: var(--darkBlue);
    text-align: center;
    font-weight: bold;
    padding: 0;
    width: 34px;
    height: 34px;
    line-height: 32px;
    border-radius: 0;
    background-color: #FFF;
}

/*   ===============   END MODAL STYLING   ===============   */

/*   ===============   START FOOTER STYLING   ===============   */

footer {
  width: 100%;
  padding: 2.5rem 0 0;
  overflow: hidden;
  background-color: var(--darkBlue);
}

footer .circle {
  width: 37px;
  height: 37px;
  display: inline-block;
  margin-right: .35em;
  background-color: var(--teal);
  position: relative;
  border-radius: 50%;
}

footer .circle .fab {
  color: var(--darkBlue);
}

footer .middle .middle-content-wrapper {
  width: 90%;
  margin: auto;
}

footer .middle .middle-content-wrapper .col {
  padding: 0 !important;
}

footer .middle .middle-content-wrapper .box .fa-icon {
  font-size: 1.2em;
  margin-right: .5em;
  color: #fff;
}

footer .middle .middle-content-wrapper .box .b-heading {
  color: #FFF;
  font-size: .95em;
  font-weight: 500;
  margin-bottom: 1.25em;
}

footer .middle .middle-content-wrapper .box .a-href {
  display: block;
  color: var(--teal);
  margin: .5em 0;
  font-size: .85em;
  font-weight: 400;
  line-height: 1.6;
  -webkit-transition: .3s ease-in-out;
  -moz-transition: .3s ease-in-out;
  -ms-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

footer .middle .middle-content-wrapper .box .a-href:hover {
  color: #FFF;
  -webkit-transition: .3s ease-in-out;
  -moz-transition: .3s ease-in-out;
  -ms-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

footer .middle .middle-content-wrapper .box .bx-par {
  color: var(--teal);
  font-size: .78em;
  font-weight: 400;
  line-height: 1.6;
  padding-right: 6em;
}

footer .middle-content-wrapper img {
  width: 105px;
  display: block;
  margin-bottom: 1.5em;
}

footer .bottom {
  background-color: #06071f;
  padding: 1em 0;
  margin-top: 2em;
  text-align: center;
}

footer .bottom .b-par {
  color: var(--teal);
  font-weight: 400;
  font-size: .8em;
}

/*   ===============   END FOOTER STYLING   ===============   */

/*   ===============   MEDIA QURIES   ===============   */

@media only screen and (max-width: 600px) {

  .container {
    width: 100% !important;
    padding: 0 1rem;
  }

  .h-o-xs {
    display: none !important;
  }

  .empty-box {
    width: 100%;
  }

  #navigation .nav-rs .btn {
    width: 37px;
    height: 37px;
    background-color: var(--teal);
  }

  #navigation .nav-rs .btn3 {
    width: auto;
    margin-left: .5em;
    padding: 0 1.15em 0 3.25em;
    background-color: rgba(113, 209, 163, .12);
  }

  #navigation .nav-rs .btn3 .mso {
    left: .4em;
  }

  #bshowcase .content-wrapper {
    width: 100%;
    text-align: left;
    padding: 3em 0 2em;
  }

  .bshowcase .content-wrapper {
    padding: 3em 0 .5em !important;
  }

  #bshowcase .content-wrapper .cw-heading {
    font-size: 2em;
  }

  #bshowcase .content-wrapper .cw-par {
    font-size: .85em;
    margin-bottom: 3.75em;
  }

  #bshowcase .content-wrapper .btn {
    width: 100%;
    padding: 0 2em;
    margin: .75em 0 0 0;
  }

  #bshowcase .content-wrapper .typing {
    padding: 3em 0 0 0;
  }

  #features {
    padding: 2rem 0;
  }

  #features .content-wrapper {
    width: 100%;
  }

  #features .content-wrapper .f-ls {
    padding-right: 0;
    padding-bottom: 1.5em;
  }

  #features .content-wrapper .f-ls .fls-heading {
    font-size: 1.5em;
  }

  #features .content-wrapper .f-ls .fls-par {
    font-size: .85em;
  }

  #statistic .content-wrapper {
    width: 100%;
    text-align: left;
  }

  #statistic .content-wrapper .stat-heading {
    font-size: 1.5em;
  }

  #statistic .content-wrapper .stat-circle {
    width: 160px;
    height: 160px;
  }

  #faqs {
    padding: 2rem 0;
  }

  #faqs .content-wrapper {
    width: 100%;
  }

  #faqs .faqs-heading {
    font-size: 1.5em;
  }

  #faqs .faq-question {
    font-size: .88em;
  }

  #faqs .faq-answer {
    font-size: .85em;
  }

  #about-us {
    padding: 2rem 0;
  }

  #about-us .content-wrapper {
    width: 100%;
  }

  #login {
    width: 100%;
  }

  #login .login-body {
    padding: 1.75em 1.5em;
  }

  #terms {
    width: 100%;
    padding: 1.75rem 1.5em 3rem;
  }

  #upgrade .content-wrapper {
    width: 100%;
    padding: 2em 0 1em;
  }

  #showcase {
    padding: .5rem;
  }

  #showcase .blocks .col {
    padding: 1em 0;
  }

  #showcase .blocks .bl1 {
    border: none;
  }

  #showcase .blocks .bl2 {
    border: none;
  }

  #showcase .blocks .bl3 {
    border: none;
  }

  #showcase .blocks .block {
    padding: .25em 0 .25em 3.15em;
  }

  #showcase .blocks .block .block-heading {
    font-size: .95em;
  }

  #showcase .blocks .block .block-par {
    font-size: .79em;
  }

  #statistics {
    padding: 1.5rem 0;
  }

  #showcase .blocks {
    width: 100%;
  }

  #statistics .content-wrapper .scw-rs {
    margin-top: 1.5em;
  }

  #statistics .content-wrapper .bg-col {
    padding: 0;
  }

  #statistics .content-wrapper .blocks .col {
    padding: .35em 0;
  }

  #statistics .content-wrapper .bus-wrapper {
    padding: .4em 1em;
  }

  #statistics .content-wrapper .blocks .business {
    margin: .6em 0;
  }

  #statistics .content-wrapper .cv-status {
    margin: 1.5em 0;
  }

  #qualifications .content-wrapper {
    width: 100%;
  }

  #qualifications .content-wrapper .qcw-body .col {
    padding: .35em 0;
  }

  #profile {
    padding: 1rem 0;
  }

  #profile .content-wrapper {
    width: 100%;
  }

  #profile .content-wrapper .col {
    padding: 0;
  }

  #profile .content-wrapper .cw-ls {
    margin-bottom: 1em;
  }

  #profile .content-wrapper .settings {
    padding: 1em 0;
  }

  #blog {
    padding: 1.5rem 0;
  }

  #blog .content-wrapper {
    width: 100%;
  }

  #blog .content-wrapper .col {
    padding: 0 0 1em;
  }

  #steps {
    padding: 2rem 0;
  }

  #steps .content-wrapper {
    width: 100%;
  }

  #steps .content-wrapper .step {
    padding: 1.15em 2em 1.15em 0;
  }

  #steps .content-wrapper .step .step-number {
    font-size: 3em;
  }

  #steps .content-wrapper .step .step-par {
    font-size: .85em;
  }

  #contact-us {
    padding: 1rem 0 0 0;
  }

  #contact-us .content-wrapper {
    width: 100%;
  }

  #contact-us .content-wrapper .col {
    padding: 0 0 1em;
  }

  .custom-modal .custom-modal-content {
     width: 100%;
     padding: 0;
  }

  .custom-modal .cmc2 {
     width: 100%;
  }

  .custom-modal .cmc3 {
     padding: 1.25em;
     margin: 2.75em 0 0 0;
  }

  .custom-modal .custom-modal-content .account-success {
    width: 100%;
    margin: 5em auto 2em;
  }

  .notifyModal {
     width: 100%;
  }

  .custom-modal .cv-cmc {
     width: 100%;
     padding: 0 .5em;
     margin: 2.75em 0 0 0;
  }

  .custom-modal .cv-cmc .cvcmc-header {
     min-height: 80px;
     padding-left: 2.5em;
  }

  .custom-modal .cv-cmc .cvcmc-header .cvcmch-circle {
     width: 80px;
     height: 80px;
  }

  .custom-modal .cv-cmc .cvcmc-header .cvcmch-heading {
     color: #231f20;
     font-size: 1.5em;
  }

  .custom-modal .cv-cmc .cvcmc-header .cvcmch-par {
     font-size: .7em;
  }

  .custom-modal .cv-cmc .cvcmc-body .contacts {
    grid-template-columns: 1fr;
    margin: 1.25em 0 2em 0;
  }

  .custom-modal .cv-cmc .cvcmc-body .contacts .contact {
    padding-top: .5em;
  }

  .custom-modal .cv-cmc .cvcmc-body .section-heading {
     font-size: .95em;
  }

  .custom-modal .cv-cmc .cvcmc-body .blocks {
    grid-template-columns: 100%;
  }

  .custom-modal .cv-cmc .cvcmc-body .blocks .bl1 {
    border-right: none;
    padding-right: 0;
  }

  .custom-modal .cv-cmc .cvcmc-body .blocks .bl2 {
    border-left: none;
    margin-left: 0;
    padding-left: 0;
  }

  .custom-modal .article {
    width: 100%;
  }

  footer {
    padding: 1.5rem 0 0;
  }

  footer .top {
    width: 100%;
    padding: 0 .5em 2.5em;
  }

  footer .middle .middle-content-wrapper {
    width: 100%;
    padding: 0 .5em;
  }

  footer .middle .middle-content-wrapper .col-1 {
    width: 100%;
    margin-bottom: 2em;
  }

  footer .middle .middle-content-wrapper .col-2 {
    padding-left: 0 !important;
    margin-bottom: 0;
  }

  footer .middle .middle-content-wrapper .col-3 {
    margin-top: 0;
  }

  footer .middle .middle-content-wrapper .col-4 {
    margin-top: 2em;
  }

  footer .middle .middle-content-wrapper .box .b-heading {
    font-size: .8em;
  }

  footer .middle .middle-content-wrapper .box .a-href {
    font-size: .88em;
  }

  footer .bottom {
    padding: 1em .5em;
  }

  footer .bottom .b-par {
    width: 100%;
    line-height: 1.7;
  }

  footer .middle .middle-content-wrapper .box .bx-par {
    padding-right: 0;
  }

}

@media only screen and (min-width: 601px) and (max-width: 767px) {

  .container {
    width: 100% !important;
    padding: 0 1rem;
  }

  .h-o-s {
    display: none !important;
  }

  #navigation .nav-rs .btn {
    width: 37px;
    height: 37px;
    background-color: var(--teal);
  }

  #navigation .nav-rs .btn3 {
    width: auto;
    margin-left: .5em;
    background-color: rgba(113, 209, 163, .12);
  }

  #bshowcase .content-wrapper {
    width: 100%;
    padding: 3em 0 2em;
  }

  .bshowcase .content-wrapper {
    padding: 3em 0 .5em !important;
  }

  #bshowcase .content-wrapper .cw-heading {
    font-size: 2em;
  }

  #bshowcase .content-wrapper .cw-par {
    font-size: .85em;
    margin-bottom: 3.75em;
  }

  #bshowcase .content-wrapper .typing {
    padding: 3em 0 0 0;
  }

  #features {
    padding: 2rem 0;
  }

  #features .content-wrapper {
    width: 100%;
  }

  #features .content-wrapper .col {
    width: 100%;
  }

  #features .content-wrapper .f-ls {
    padding-right: 0;
    padding-bottom: 1.5em;
  }

  #features .content-wrapper .f-ls .fls-heading {
    font-size: 1.5em;
  }

  #features .content-wrapper .f-ls .fls-par {
    font-size: .85em;
  }

  #statistic .content-wrapper {
    width: 100%;
    text-align: left;
  }

  #statistic .content-wrapper .stat-heading {
    font-size: 1.5em;
  }

  #statistic .content-wrapper .stat-circle {
    width: 160px;
    height: 160px;
  }

  #about-us {
    padding: 2rem 0;
  }

  #about-us .content-wrapper {
    width: 100%;
  }

  #faqs {
    padding: 2rem 0;
  }

  #faqs .content-wrapper {
    width: 100%;
  }

  #faqs .faqs-heading {
    font-size: 1.5em;
  }

  #login {
    width: 100%;
  }

  #login .login-body {
    padding: 1.75em 1.5em;
  }

  #upgrade .content-wrapper {
    width: 100%;
    padding: 2em 0 1em;
  }

  #showcase {
    padding: .5rem;
  }

  #showcase .blocks .col {
    padding: 1em 0;
  }

  #showcase .blocks .bl1 {
    border: none;
  }

  #showcase .blocks .bl2 {
    border: none;
  }

  #showcase .blocks .bl3 {
    border: none;
  }

  #showcase .blocks .block {
    padding: .25em 0 .25em 3.35em;
  }

  #showcase .blocks {
    width: 100%;
  }

  #statistics .content-wrapper .scw-rs {
    margin-top: 1.5em;
  }

  #statistics .content-wrapper .cv-status {
    margin: 1.5em 0;
  }

  #qualifications .content-wrapper {
    width: 100%;
  }

  #profile {
    padding: 1rem 0;
  }

  #profile .content-wrapper {
    width: 100%;
  }

  #profile .content-wrapper .col {
    padding: 0;
  }

  #profile .content-wrapper .cw-ls {
    margin-bottom: 1em;
  }

  #profile .content-wrapper .settings {
    padding: 1em 0;
  }

  #terms {
    width: 100%;
    padding: 1.75rem 1.5em 3rem;
  }

  #blog {
    padding: 1.5rem 0;
  }

  #blog .content-wrapper {
    width: 100%;
  }

  #blog .content-wrapper .col {
    width: 100%;
    padding: 0 0 1em;
  }

  #steps {
    padding: 2rem 0;
  }

  #steps .content-wrapper {
    width: 100%;
  }

  #steps .content-wrapper .col {
    width: 100%;
  }

  #contact-us {
    padding: 1rem 0 0 0;
  }

  #contact-us .content-wrapper {
    width: 100%;
  }

  #contact-us .content-wrapper .col {
    padding: 0 0 1em;
  }

  .custom-modal .custom-modal-content .account-success {
    width: 100%;
    margin: 5em auto 2em;
  }

  .notifyModal {
     width: 100%;
  }

  .custom-modal .cv-cmc {
     width: 100%;
     padding: 0 .5em;
  }

  .custom-modal .cv-cmc .cvcmc-header {
     min-height: 80px;
     padding-left: 2.5em;
  }

  .custom-modal .cv-cmc .cvcmc-header .cvcmch-circle {
     width: 80px;
     height: 80px;
  }

  .custom-modal .cv-cmc .cvcmc-header .cvcmch-heading {
     color: #231f20;
     font-size: 1.5em;
  }

  .custom-modal .cv-cmc .cvcmc-header .cvcmch-par {
     font-size: .7em;
  }

  .custom-modal .cv-cmc .cvcmc-body .contacts {
    grid-template-columns: 1fr;
    margin: 1.25em 0 2em 0;
  }

  .custom-modal .cv-cmc .cvcmc-body .contacts .contact {
    padding-top: .5em;
  }

  .custom-modal .cv-cmc .cvcmc-body .section-heading {
     font-size: .95em;
  }

  .custom-modal .cv-cmc .cvcmc-body .blocks {
    grid-template-columns: 100%;
  }

  .custom-modal .cv-cmc .cvcmc-body .blocks .bl1 {
    border-right: none;
    padding-right: 0;
  }

  .custom-modal .cv-cmc .cvcmc-body .blocks .bl2 {
    border-left: none;
    margin-left: 0;
    padding-left: 0;
  }

  .custom-modal .article {
    width: 100%;
  }

  footer .top {
    width: 100%;
  }

  footer .middle .middle-content-wrapper {
    width: 100%;
  }

  footer .middle .middle-content-wrapper .col-4 {
    margin-top: 2em;
  }

}

@media only screen and (min-width: 768px) and (max-width: 991px) {

  .container {
    width: 768px;
    padding: 0 1rem;
  }

  .h-o-m {
    display: none !important;
  }

  #navigation .nav-rs .btn {
    width: 37px;
    height: 37px;
    background-color: var(--teal);
  }

  #navigation .nav-rs .btn3 {
    width: auto;
    margin-left: .5em;
    background-color: rgba(113, 209, 163, .12);
  }

  #features .content-wrapper {
    width: 100%;
  }

  #features .content-wrapper .f-ls {
    padding-right: 2em;
  }

  #statistic .content-wrapper {
    width: 100%;
  }

  #faqs .content-wrapper {
    width: 100%;
  }

  #login {
    width: 100%;
  }

  #login .login-body {
    padding: 1.75em 1.5em;
  }

  #showcase {
    padding: .5rem;
  }

  #showcase .blocks {
    width: 100%;
  }

  #showcase .blocks .col {
    padding: 1em 0;
  }

  #showcase .blocks .bl1 {
    border: none;
  }

  #showcase .blocks .bl2 {
    border: none;
  }

  #showcase .blocks .bl3 {
    border: none;
  }

  #showcase .blocks .block {
    padding: .25em 0 .25em 3.35em;
  }

  #statistics .content-wrapper .scw-rs {
    margin-top: 1.5em;
  }

  #statistics .content-wrapper .cv-status {
    margin: 1.5em 0;
  }

  #qualifications .content-wrapper {
    width: 100%;
  }

  #profile .content-wrapper {
    width: 100%;
  }

  #profile .content-wrapper .cw-ls {
    margin-bottom: 1em;
  }

  #profile .content-wrapper .settings {
    padding: 1em 0;
  }

  #about-us .content-wrapper {
    width: 100%;
  }

  #terms {
    width: 100%;
    padding: 1.75rem 1.5em 3rem;
  }

  #blog .content-wrapper {
    width: 100%;
  }

  #steps .content-wrapper {
    width: 100%;
  }

  #contact-us .content-wrapper {
    width: 100%;
  }

  .custom-modal .cv-cmc {
     width: 100%;
  }

  .custom-modal .cv-cmc .cvcmc-body .blocks {
    grid-template-columns: 100%;
  }

  .custom-modal .cv-cmc .cvcmc-body .blocks .bl1 {
    border-right: none;
    padding-right: 0;
  }

  .custom-modal .cv-cmc .cvcmc-body .blocks .bl2 {
    border-left: none;
    margin-left: 0;
    padding-left: 0;
  }

  .custom-modal .article {
    width: 100%;
  }

  footer .top {
    width: 100%;
  }

  footer .middle .middle-content-wrapper {
    width: 100%;
  }

  footer .middle .middle-content-wrapper .col-4 {
    margin-top: 2em;
  }

}

@media only screen and (min-width: 992px) and (max-width: 1199px) {

  .container {
    width: 992px;
    padding: 0 1rem;
  }

  .h-o-l {
    display: none !important;
  }

  #features .content-wrapper {
    width: 100%;
  }

  #statistic .content-wrapper {
    width: 100%;
  }

  #showcase .blocks {
    width: 100%;
  }

  #qualifications .content-wrapper {
    width: 100%;
  }

  #profile .content-wrapper {
    width: 100%;
  }

  #blog .content-wrapper {
    width: 100%;
  }

}

@media only screen and (min-width: 1200px) {

  .container {
    width: 1200px;
    padding: 0 1rem;
  }

  .h-o-xl {
    display: none !important;
  }

}
