* {
    padding: 0;
    margin: 0;
}

body {
    font-family: 'Nunito Sans';
}

.navBar {
    border-bottom: 2px solid #e2e2e2;
    /*box-shadow: 0px 0px 8px #e2e2e2;*/
    background-color: #fff;
}

.nav-item a {
    color: #000;
    font-weight: 650;
    font-size: 14px;
}

.dropdown-toggle-my {
    padding-bottom: 40px;
}

.nav-item a:hover {
    color: #61CE70;
}

.dropdown {
    padding-top: 14px;
}

.dropdown a:hover {
    text-decoration: none;
}

.dropdown-menu {
    border-top: 3px solid #61CE70;
    border-radius: 0;
    padding: 0;
    /*margin-top: 32px;*/
    margin-top: 15px;
}

.dropdown-menu a {
    border-bottom: 1px solid #e2e2e2;
    padding: 15px 70px 15px 30px;
}

.dropdown-menu a:hover {
    background-color: #fff;
}


/*----------- footer section starts ------------*/

.footer {
    background-color: #101010;
    margin-top: 30px;
}

.footer-text {
    padding-top: 50px;
    padding-bottom: 50px;
}

.footer-text h4 {
    font-size: 22px;
}

.title {
    position: relative;
    padding-bottom: 12px;
    padding-top: 20px;
}

.title::after {
    content: '';
    background: #8cc63f;
    width: 60px;
    height: 4px;
    position: absolute;
    bottom: 0;
    left: 0;
}

.footer-text p {
    line-height: 25px;
    font-size: 15px;
    color: #bbb;
}

.footer-text h6 {
    color: #8cc63f;
    cursor: pointer;
}

.footer-text h6:hover {
    color: #fff;
}

.text-info p {
    line-height: 18px;
    cursor: pointer;
}

.text-info p:hover {
    color: #8cc63f;
}

.text-color {
    color: #8cc63f;
}

.footer-border {
    border-top: 1px solid #bbb;
    color: #bbb;
    padding: 40px 0px 30px 0px;
}


/*------------- register page starts ---------------*/

.register {
    background-color: #101010;
    margin-top: 75px;
    /*height: 200px;*/
    height: 100px;
}

.register h1 {
    font-weight: bold;
    color: #fff;
    font-size: 30px;
    padding-top: 45px;
}

.col-form-label {
    color: #000;
}

.button-setting {
    margin-bottom: 80px;
}

.button-setting button {
    padding: 7px 20px;
    border-radius: 25px;
    background-color: #8cc63f;
    border: 1px solid #8cc63f;
    color: #fff;
    font-weight: bolder;
}

.button-setting button:hover,.button-setting a:hover {
    background-color: #74A435 !important;
}

.container-wrapper {
    color: #61CE70;
}

.password-button a,
.password-button {
    color: #7b7b7b;
}

.password-text {
    color: #777777;
}

#scrlTop {
    border: none;
    background-color: #74A435;
    color: #fff;
    height: 50px;
    width: 50px;
    font-size: 30px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    border-radius: 50%;
}

.dropdown:hover>.dropdown-menu {
    display: block;
}

.medium-password {
    color: #b7d60a;
}

.weak-password {
    color: #ce1d14;
}

.strong-password {
    color: #12CC1A;
}

.form-group {
    margin-bottom: 2px !important;
    font-size: 14px;
}

#reset-form {
    font-size: 14px;
}

.select2-selection__rendered {
    line-height: 35px !important;
}

.select2-container .select2-selection--single {
    height: 38px !important;
}

.select2-selection__arrow {
    height: 37px !important;
}




/*---------------- media quary --------------*/

@media (max-width: 575.98px) {
    .footer-text {
        padding-top: 30px;
        padding-bottom: 30px;
    }
}

@media (min-width: 767.98px) {
    .navbar-expand-md .navbar-nav .dropdown-menu {
      position: absolute !important;
      /*left: -106px !important;*/
    }
}

@media (max-width: 991.98px) {
    ...
}

@media (max-width: 1199.98px) {
    ...
}

@media (max-width: 1399.98px) {
    .register {
        margin-top: 60px;
    }
}

.cookie-session{
/*    background-color: #101010;*/
    background-color: #8CC63F;
    position: fixed;
    bottom: 0px;
    left: 0;
    padding: 15px 30px;
    color:#fff;
}

.cookie-button{
    background-color: #101010;
    padding: 5px 15px;
    margin-top: 10px;
    border: 0px;
    border-radius: 3px;
    color: #fff;
}
.cookie-button-close{
    margin-top: 15px;
    color: #fff;
}
.cookie-button-close:hover{
    color: #fff;
}


/* > Process Styles */

/* > Process Styles */
.process-wrap {
  margin: 20px auto;
}
.process-main {
    width: 100%;
    min-width: 320px;
    display: flex;
}
.col-4 {
  width: 25%;
  position: relative;
}
.col-4:first-child .process-step:before {
    content: '1';
}
.col-4:nth-child(2) .process-step:before{
    content: '2';
}
.col-4:nth-child(3) .process-step:before {
    content: '3';
}

.process-main .col-4:not(:first-child):before{
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 4px;
    top: 17.5px;
    left: calc(-50% + 17px);
    right: 0;
    background: #ebebeb;
    border: 2px #ebebeb solid;
   -o-transition: .4s;
    -ms-transition: .4s;
    -moz-transition: .4s;
    -webkit-transition: .4s;
     transition: .4s;
}
.process-step-cont {
    font-family: sans-serif;
    font-size: 14px;
    text-decoration: none;
    white-space: nowrap;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    align-content: space-between;
}
.process-step {
    border: 5px #ebebeb solid;
    border-radius: 100%;
    line-height: 0;
    background: #959595;
    text-align: center;
    align-items: center;
    justify-content: center;
    align-self: center;
    display: flex;
    color: #fff;
    width: 35px;
    height: 35px;
    font-weight: 700;
    margin-bottom: 7px;
    z-index: 4;
    cursor: pointer;
}
.process-label {
    color: #959595;
    font-weight: 600;
     width: 100%;
     text-align: center;
     font-size: 12px;
     text-transform: capitalize;
}


.active-step1 .col-4:first-child .process-step,

.active-step1-mini2 .col-4:first-child .process-step,

.active-step1-mini3 .col-4:first-child .process-step,

.active-step1-mini4 .col-4:first-child .process-step,
{
    background-color: #f89828;
}

.active-step1 .col-4:first-child .process-label,
.active-step1-mini3 .col-4:first-child .process-label,
.active-step1-mini2 .col-4:first-child .process-label,
.active-step1-mini4 .col-4:first-child .process-label{
    color: #f89828;
}
.active-step2 .col-4:first-child,
.active-step3 .col-4:nth-child(-n+2),
.active-step4 .col-4:nth-child(-n+3){
/*    opacity: 0.5;*/
   /*pointer-events: none;*/
}
.active-step2 .col-4:first-child .process-step:before,
.active-step3 .col-4:nth-child(-n+2) .process-step:before,
.active-step4 .col-4:nth-child(-n+3) .process-step:before{
    content: '\2713';
    padding: 7px;
}
.active-step2 .col-4:nth-child(-n+2) .process-step,
.active-step3 .col-4:nth-child(-n+3) .process-step,
.active-step4 .col-4:nth-child(-n+4) .process-step{
    background-color: #F89828;
}
.active-step2 .col-4:nth-child(-n+2) .process-label,
.active-step3 .col-4:nth-child(-n+3) .process-label,
.active-step4 .col-4:nth-child(-n+4) .process-label{
    color: #f89828;
}
.active-step2 .col-4:nth-child(-n+2):before,
.active-step3 .col-4:nth-child(-n+3):before,
.active-step4 .col-4:nth-child(-n+4):before{
    background: #f89828 !important;
}
@media screen and (max-width: 640px) {
  .process-main {
    flex-wrap: wrap;
  }
  .col-4 {
    width: 50%;
  }
  /*.process-main .col-4:nth-of-type(3):not(:first-child):before {
    top: -19.5px;
    left: calc(-50% + 145px);
    transform: rotate(150deg);
  }*/
  .process-main .col-4:nth-of-type(3):not(:first-child):before {
    top: 17.5px;
    left: calc(-172% + 145px);
    transform: rotate(0deg);
  }
  .process-label{
    font-size: 9px;
  }


}

.current-manual{
    background-color: #F89828;
}
.current-manual-text{
 color: #F89828;   
}

.confirm-manual{
    background-color: #0193de !important;
}
.confirm-text{
 color: #0193de !important;    
}

/*.strpesactive{
    background-color: #0193de;
}
*/

.img-loeader {
    position: fixed;
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    z-index: 9999;
    text-align: center;
}

.img-loeader img {
    width: 80px;
    height: 80px;
    margin-top: 20%;
}
