:root {
    /*--primary-color: #009245;
    --secondary-color: #93aa9c;
    --tertiary-color: #333;
    --primary-font: 'Barlow', sans-serif;*/
    --head-menu: url("../img/head-menu.png");/*Hamburger icon*/
    --head-menu2: url("../img/head-menu2.png");/*Hamburger icon on hover*/
    --head-menu3: url("../img/head-menu3.png");/*Hamburger icon after click*/
    --logout-icon: url("../img/signout.png");/*Logout icon*/
    --logout-icon2: url("../img/signout2.png");/*Logout icon on hover*/
}

/**********************/

*,
*:after,
*:before,
header,
footer,
div,
section {
    box-sizing: border-box
}
ul,
ol {
    padding: 0
}
a {
    color: #009245;
    font-size: 100%;
    text-decoration: none;
    vertical-align: baseline;
    outline: 0;
    cursor: pointer;
}

a:hover,
a:focus {
    color: #93aa9c;
    cursor: pointer;
    cursor: pointer;
}
button,
button:active,
button:focus{
  border: none;
  outline: none !important;
} 
a:hover,
a:active,
a:visited {
    text-decoration: none !important;
}

.flex-center    { display: flex;align-items: center; }
.flex           { display: flex; }
.justify-right  { justify-content: flex-end; }
.justify-center { justify-content: center; }
.space-between  { justify-content: space-between;}
.center         { text-align: center; }
.right          { text-align: right; }
.float-right    { float: right; }
.white          { color: #fff; }
.mt-40           { margin-top: 40px; }
.mt-60           { margin-top: 60px; }
.theme-btn      { background-color: #009245;
                  padding: 0 40px;
                  height: 50px;
                  line-height: 50px;
                  color: #fff;
                  display: block;
                  outline: none !important;
                  width: max-content;
                  border-radius: 25px;
                  border: none;
                  transition: all .3s ease-in-out;
                  -webkit-transition: all .3s ease-in-out;
                  -moz-transition: all .3s ease-in-out;
                  -ms-transition: all .3s ease-in-out;
                  -o-transition: all .3s ease-in-out; }

.theme-btn:hover{ background-color: #93aa9c;
                  color: #333;
                  transition: all .3s ease-in-out;
                  -webkit-transition: all .3s ease-in-out;
                  -moz-transition: all .3s ease-in-out;
                  -ms-transition: all .3s ease-in-out;
                  -o-transition: all .3s ease-in-out; }

.form-btn       { background-color: #009245;
                  font-size: 15px;
                  font-weight: 500;
                  padding: 0 40px;
                  width: 50% !important;
                  height: 40px;
                  color: #fff;
                  display: block;
                  outline: none !important;
                  width: max-content;
                  border-radius: 20px;
                  transition: all .3s ease-in-out;
                  -webkit-transition: all .3s ease-in-out;
                  -moz-transition: all .3s ease-in-out;
                  -ms-transition: all .3s ease-in-out;
                  -o-transition: all .3s ease-in-out; }

.form-btn:hover { background-color: #93aa9c;
                  color: #333;
                  transition: all .3s ease-in-out;
                  -webkit-transition: all .3s ease-in-out;
                  -moz-transition: all .3s ease-in-out;
                  -ms-transition: all .3s ease-in-out;
                  -o-transition: all .3s ease-in-out; }
.form-btn:first-child{ margin-right: 20px; } 

body {
    margin: 0;
    padding: 0;
    font-size: 16px;
    color: #333333;
    font-family: 'Barlow', sans-serif !important;
    -webkit-text-size-adjust: none;
    -webkit-font-smoothing: subpixel-antialiased;
    background-color: #f8f8f8;
    line-height: inherit;
}
img {
    width: 100%;
}
ul {
    margin: 0;
    padding: 0;
}
ul li {
    list-style: none;
}
h1,h2,h3,h4,h5,h6 {
    font-weight: 600;
}
h1 {
    font-size: 55px;
}
h2 {
    font-size: 40px;
}
h3 {
    font-size: 30px;
}
h4 {
    font-size: 25px;
}
h5 {
    font-size: 20px;
}
h6 {
    font-size: 16px;
}
section {
    position: relative;
}



/*******/
.container {
    max-width: 1200px;
}
.head-green{
    height: 100px;
    width: 100%;
    background-color: #009245;
    position: absolute;
    top: 0;
}
.head-bg{
    height: 150px;
    width: 100%;
    position: absolute;
    background-image: url(../img/head-bg.png);
    background-size:cover ;
    top: 100px;
}
.portal-title h3{
    color: #009245;
    margin-bottom: 0;
    margin-left: 20px;
}
header > .container > div{
    height: 100px;
    width: 100%;
    padding: 20px 40px ;
    background-color: #fff;
    z-index: 999;
    margin-top: 50px;
    border-radius: 10px;
    position: relative;
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.2);
}
header .logo img{
    height: 55px;
    width: auto;
}
.login-box{
    width: 500px;
    height: 300px;
    margin: auto;
    border-radius: 50px;
    background-color: #fff;
    text-align: center;
    margin-top: 80px;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
    display: flex;
    justify-content: center;
    align-items: center;
}   
.login-box a{
    margin: auto;
    min-width: 200px;
}
.login-box a:first-child{
    margin-bottom: 40px; 
}
body.home .main{
    padding-top: 100px;
}
footer{
    margin-top: 60px;
}
footer .footer-bg{
    height: 190px;
    background-image: url(../img/footer-bg.png);
}
footer .copy p{
    margin-bottom: 0;
    line-height: 50px;
    text-align: center;
    color: #555555;
}
.form-box{
    width: 600px;
    height: auto;
    padding:20px 45px;
    margin: auto;
}
.form-box .fields > div:first-child{
    width: 35%;
    align-items: center;
    display: flex;
}
.form-box .fields > div:last-child{
    width: 65%;
}
.login-steps{
    width: 650px;
    margin: auto;
    text-align: center;
    padding: 60px 0;
}

/* Hide all steps by default: */
.tab {
    display: none;
}

/* Make circles that indicate the steps of the form: */
.step {
    display: inline-block;
}
.step.active {
    border: 5px solid #009245;
    color: #009245;
}

/* Mark the steps that are finished and valid: */
.step.finish {
    border: 5px solid #009245;
    color: #009245;
}
.step:after{
    content: '';
    width: 50px;
    height: 2px;
    position: absolute; 
    top: 20px;
    left: 45px;
    background-color: #d7d7d7;
}
.step.active:after,.step.finish:after{
    content: '';
    background-color: #009245;
}
.step:last-child:after{
    display: none !important;
}
.form-box input[type="text"], .form-box input[type="email"], .form-box input[type="password"]{
    background-color: #ebebeb;
    border-radius: 20px;
    border: none;
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    outline: none;
    width: 100%;
}
.form-box .label{
    font-weight: 500;
}
.form-box .label span{
    display: block;
    font-size: 12px;
    margin-top: 5px;
    font-weight: 400;
    color: #999;
}
.form-box .fields{
    margin-bottom: 20px;
}
label.remember{
    font-size: 15px;
    padding-left: 5px;
    padding-top: 10px;
}
.login-steps ul{
    display: flex;
    margin: auto;
    width: auto;
    text-align: center;
    justify-content: center;
}
.login-steps ul li{
    border: 5px solid #d7d7d7;
    height: 50px;
    width: 50px;
    border-radius:25px;
    line-height: 40px;
    color: #d7d7d7;
    font-size: 20px;
    font-weight: 600;
    margin:25px;
    position: relative;
    background: #f8f8f8;
}
.head-logout{
    float: right;
    width: 50px;
    height: 50px;
    background-image: var(--logout-icon);
    background-size: 100%;
    border-radius: 10px;
    cursor: pointer;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}
.head-logout:hover{
    background-image: var(--logout-icon2);
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}
.head-menu{
    float: right;
    width: 50px;
    height: 50px;
    background-image: var(--head-menu);
    background-size: 48px;
    border-radius: 10px;
    cursor: pointer;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}
.head-menu:hover{
    background-image: var(--head-menu2);
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}
header .portal-title{
    width: 95%;
}
.form-box h6{
    margin-bottom: 30px;
}
.wraper{
    padding: 40px 0;
}
.wraper .summary .summary-head{
    background-color: #333;
    height: 70px;
    border-radius: 10px;
    color: #fff;
    padding: 0 15px;
    margin-bottom: 30px;
}
.wraper .summary .summary-head div:first-child{
    width: 10%;
    /*min-width: 130px;*/
    display: inline-block;
    text-align: left;
}
.wraper .summary .summary-head div:nth-child(2){
    width: 30%;
    /*min-width: 360px;*/
    display: inline-block;
    text-align: center;
}
.wraper .summary .summary-head div:nth-child(3){
    width: 15%;
    /*min-width: 180px;*/
    display: inline-block;
    text-align: center;
}
.wraper .summary .summary-head div:nth-child(4){
    width: 15%;
    /*min-width: 180px;*/
    display: inline-block;
    text-align: center;
}
.wraper .summary .summary-head div:nth-child(5){
    width: 30%;
    /*min-width: 350px;*/
    display: inline-block;
    text-align: center;
}
.wraper .summary .summary-body li{
    padding: 20px 15px;
    border: 1px solid #ccc;
    border-radius: 10px;
    margin-bottom: 10px;
}
.wraper .summary .summary-body li div:first-child{
    width: 15%;
    /*min-width: 130px;*/
    display: inline-block;
    text-align: left;
}
.wraper .summary .summary-body li div:nth-child(2){
    width: 70%;
    /*min-width: 360px;*/
    display: inline-block;
    /*text-align: center;*/
}
.wraper .summary .summary-body li div:nth-child(3){
    width: 160px;
    /*min-width: 180px;*/
    display: inline-block;
    text-align: center;
    margin-right:4%;
}
.wraper .summary .summary-body li div:nth-child(4){
    width: 25%;
    /*min-width: 180px;*/
    display: inline-block;
    text-align: left;
}
/*.wraper .summary .summary-body li div:nth-child(5){
    width: 30%;
    display: inline-block;
    text-align: center;
}*/
.wraper .summary .summary-body li img.step{
    width: 60px;
    border-radius: 30px;
}
.wraper .summary .summary-body .flex-center{
    /*display: flex !important;*/
    /*justify-content: center;*/
}
.wraper .summary .summary-body .flex-center img{
    width: 50px;
}
.wraper .summary .summary-body .flex-center h6{
    color: #009245;
}
.wraper .summary .summary-body .flex-center a{
    color: #999;
}
/*header.login > .container > div{
    background-color: #009245;
}*/
header.login > .container > div img{
    border:solid 1px #fff;
    border-radius: 5px;
}
header.login > .container > div h3{
    color: #fff;
}
.wraper .six-steps{
    margin-bottom: 40px;
}
.wraper .six-steps ul{
    display: flex;
    position: relative;
}
.wraper .six-steps ul li{
    width: 100%;
    padding: 0 30px;
    text-align: center;
    position: relative;
}
.wraper .six-steps ul li div:first-child{
    margin-bottom: 60px;
}
.wraper .six-steps ul li h5{
    font-size: 16px;
    line-height: 26px;
    color: #666;
    font-weight: 500;
}
.wraper .six-steps ul li img{
    width: 70px;
    filter: grayscale(100%);
    opacity: 0.5;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
}
.wraper .six-steps ul li.active h5,
.wraper .six-steps ul li:hover h5{
    color: #009245;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}
.wraper .six-steps ul li.active img,
.wraper .six-steps ul li:hover img{
    filter: inherit;
    -webkit-filter: inherit;
    -moz-filter: inherit;
    -ms-filter: inherit;
    -o-filter: inherit;
    opacity: 1;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}
.wraper .six-steps ul:after{
    content: '';
    width: calc(100% - 200px);
    height: 2px;
    background-color: #ccc;
    position: absolute;
    top: 105px;
    left: 100px;
    z-index: -1;
}
.wraper .six-steps ul li .green-dot{
    position: absolute;
    background-color: rgba(0, 146, 69, 0.3);
    border-radius: 20px;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 50%;
    left: calc(50% - 12px);
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
}
.wraper .six-steps ul li .green-dot span{
    width: 10px;
    height: 10px;
    background-color: #009245;
    border-radius: 10px;
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
}
.wraper .six-steps ul li.active .green-dot,
.wraper .six-steps ul li:hover .green-dot{
    filter: initial;
    -webkit-filter: initial;
    -moz-filter: initial;
    -ms-filter: initial;
    -o-filter: initial;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}
.wraper .six-steps ul li.active .green-dot span,
.wraper .six-steps ul li:hover .green-dot span{
    filter: initial;
    -webkit-filter: initial;
    -moz-filter: initial;
    -ms-filter: initial;
    -o-filter: initial;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}

.details-accordian{
    margin-top: 20px;
}
.details-accordian .accordion {
    background-color: #e6e6e6;
    background-image: url(../img/arrow-right.png);
    background-size: 24px;
    background-position: 98% 15px;
    background-repeat: no-repeat;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
    margin-bottom: 1px;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 500;
}
.details-accordian .ac-active,
.details-accordian .accordion:hover {
    background-color: #ccc; 
}
.details-accordian .ac-active{
    background-image: url(../img/arrow-down.png) !important;
}
.details-accordian .panel{
    /*padding: 20px;*/
    display: none;
    overflow: hidden;
}
.details-accordian .panel li{
    display: flex;
    padding: 5px 0;
    font-size: 15px;
    font-weight: 300;
    line-height: 20px;
}
.details-accordian .panel li > div{
    display: inline-block;
}
.details-accordian .panel li > div:first-child{
    width: 40%;
}
.details-accordian .panel li > div:last-child{
    width: 60%;
}
.details-accordian .panel .panel-left{
    width: 49%;
    padding-right: 80px;
    display: inline-block;
}
.details-accordian .panel .panel-right{
    width:50%;
    display: inline-block;
}
.center-btn{
    width: 100%;
    margin-top: 30px;
}
.details-accordian .panel img.avtar{
    width: 30px;
    margin-right: 5px;
    border-radius: 15px;
    object-fit: cover;
}
.details-accordian .panel .status-table .status-head{
    border:1px solid #acacac;
    padding: 15px;
    border-radius: 10px;
    display: flex;
    font-weight: 500;
}
.details-accordian .panel .status-table .status-head > div:first-child{
    width: 80%;
}
.details-accordian .panel .status-table .status-head > div:last-child{
    width: 20%;
    min-width: 300px;
}
.details-accordian .panel .status-table .status-body li > div:first-child{
    width: 80%;
}
.details-accordian .panel .status-table .status-body li > div:last-child{
    width: 20%;
    min-width: 300px;
}
.details-accordian .panel .status-table .status-body{
    border:1px solid #acacac;
    margin-top: -1px;
    padding: 15px;
    border-radius: 10px;
}
.details-accordian .panel .details-accordian .panel.docs a{
    font-weight: 500;
}
.details-accordian .panel .msg-table .msg-body{
    border:1px solid #acacac;
    margin-top: -1px;
    padding: 15px;
    border-radius: 10px;
}
.details-accordian .panel .msg-table .msg-head{
    border:1px solid #acacac;
    padding: 15px;
    border-radius: 10px;
    display: flex;
    font-weight: 500;
}
.details-accordian .panel .msg-table .msg-head > div:first-child{
    width: 30%;
}
.details-accordian .panel .msg-table .msg-head > div:nth-child(2){
    width: 30%;
}
.details-accordian .panel .msg-table .msg-head > div:last-child{
    width: 40%;
}
.details-accordian .panel .msg-table .msg-body li > div:first-child{
    width: 30%;
}
.details-accordian .panel .msg-table .msg-body li > div:last-child{
    width: 40%;
    min-width: 300px;
}
.details-accordian .panel .msg-table .msg-body li > div:nth-child(2){
    width: 30%;
    min-width: 300px;
}
.details-accordian .panel .msg-links{
    display: flex;
    justify-content: space-between;
}
.details-accordian .panel .msg-links select{
    background-color: #333;
    color: #fff;
    display: inline-block;
    border-radius: 40px;
    height: 40px;
    padding: 0 30px;
    -webkit-appearance: initial;
    border: none;
    width: 150px;
    outline: none;
    background-image: url(../img/arrow-down.png);
    background-repeat: no-repeat;
    background-position: 90% 10px;
    background-size: 20px;
    margin-bottom: 20px;
}
.details-accordian .panel .msg-links a{
    background-color: #333;
    color: #fff;
    display: inline-block;
    border-radius: 40px;
    height: 40px;
    padding: 0 30px;
    border: none;
    /*width: 150px;*/
    line-height: 40px;
    margin-bottom: 20px;
}








/* The Modal (background) */
.modal{
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index:99999 !important; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 30px 50px;
    border: 1px solid #888;
    width: 80%;
    max-width: 700px;
    border-radius: 25px;
}

/* The Close Button */
button.close {
    font-size: 26px;
    width: 30px;
    height: 30px;
    position: absolute;
    right: -15px;
    top: -10px;
    background-color: #009245;
    opacity: 1;
    border-radius: 25px;
    text-align: center;
    border: 1px solid #fff;
    font-weight: 100;
    color: #fff;
}

button.close :hover,
button.close :focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}
.file-upload h4{
    text-align: center;
    color: #009245;
}
.file-upload ul li{
    display: flex;
    padding: 10px 0;
}
.file-upload ul li > div:first-child{
    width: 40%;
}
.file-upload ul li > div:last-child{
    width: 60%;
}
.file-upload select{
    background-color: #ebebeb;
    border-radius: 20px;
    border: none;
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    outline: none;
    width: 100%;
    -webkit-appearance: none;
    background-image: url(../img/arrow-down2.png);
    background-size: 15px;
    background-position: 95%;
    background-repeat: no-repeat;
}
.file-upload textarea{
    background-color: #ebebeb;
    border-radius: 20px;
    border: none;
    min-height: 80px;
    max-height: 100px;
    line-height: 40px;
    padding: 0 20px;
    outline: none;
    width: 100%;
}
.file-upload span label{
    padding: 10px 20px;
    margin-left: 15px;
    background-color: #ebebeb;
    border-radius: 20px;
}
/*.file-upload input[type="file"]{
    display: none;
}*/
.file-upload form{
    padding: 30px 0;
}
.file-upload .modal-form > p{
    font-size: 15px;
}
.file-upload .modal-form > p span{
    color: #009245;
    font-style: italic;
}
.send-message .theme-btn{
    width: 45%;
}
.head-dropdown {
    position: absolute;
    right: 40px;
    top: 80px;
    z-index: 9999;
    background: red;
    width: 215px;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 0 15px 10px rgba(0, 0, 0, 0.1);
    /*display: none;;*/
    height: 0;
    opacity: 0;
    transition: all ease-in-out .3s;
    -webkit-transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    -ms-transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
}
.head-dropdown li a{
    height: 60px;
    line-height: 60px;
    color: #333;
    background-color: #fff;
    width: 102%;
    display: block;
    padding: 0 15px;
    font-weight: 500;
}
.head-dropdown li a:hover{
    background-color: #99dfb7;
    color: #333;
}
.head-dropdown.open{
    height: auto;
    opacity: 1;
    transition: all ease-in-out .3s;
    -webkit-transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    -ms-transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
}
.head-menu.head-menu-btn{
    background-image: var(--head-menu3);
}
.head-title {
    background: #009245;
    color: #FFF;
}