root {
    --navbar-dark-color: #59ce8f;
}

/* MY CSS */

.textprimary {
    color: #59ce8f;
}

.marginbottom {
    margin-bottom: 100;
    /* font-weight: 500; */
}

.navbar-dark .navbar-nav .nav-link {
    color: var(--navbar-dark-color);
}
.navbar-dark .navbar-nav .nav-link:hover {
    color: var(--navbar-dark-color);
}
.navbar-nav {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    width: 100%;
    list-style: none;
    margin-left: 300px;
}
.navbar-light .navbar-nav .nav-link {
    color: var(--navbar-dark-color);
}
.navbar-light .navbar-nav .nav-link:hover {
    color: #36b671;
}
.navbar {
    padding-top: 1rem;
    padding-bottom: 0;
}
.dropdown-toggle::after {
    display: none;
}
.mr-3,
.mx-3 {
    margin-right: 0.5rem !important;
}
.section {
    padding-top: 40px;
    padding-bottom: 40px;
    margin-top: 100px;
    margin-bottom: 35px;
    text-align: center;
    font-weight: 600;
    background: #ffffff;
    font-weight: 300;
}

.section .circle {
    width: 113px;
    height: 113px;
    font-size: 35px;
    line-height: 115px;
    border-radius: 100px;
    margin: 0 auto;
    margin-bottom: 25px;
    text-align: center;
    background: #f9f9f9;
}

.button {
    display: block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.1375rem 0.175rem;
    font-size: 0.85rem;
    line-height: 1.5;
    border-radius: 0;
    transition: color 0.15s ease-in-out;
    background-color: 0.15s ease-in-out;
    border-color: 0.15s ease-in-out;
    box-shadow: 0.15s ease-in-out;
}
.button:hover {
    text-decoration: none;
}
.button-sm,
.button-group-sm > .button {
    padding: 0.25rem 0.5rem;
    font-size: 0.74375rem;
    line-height: 1.5;
    border-radius: 0;
}
.button-primary {
    color: #fff;
    background: #59ce8f linear-gradient(180deg, #59ce8f, #59ce8f) repeat-x;
    border-color: #59ce8f;
}

.button-primary:hover {
    color: #fff;
    background: #36b671 linear-gradient(180deg, #36b671, #36b671) repeat-x;
    border-color: #36b671;
}

.button-primary:focus,
.button-primary.focus {
    box-shadow: 0 0 0 0.2rem #59ce8f;
}

.button-primary.disabled,
.button-primary:disabled {
    color: #fff;
    background-color: #59ce8f;
    border-color: #59ce8f;
    background-image: none;
}

.button-info {
    color: #fff;
    background: #59ce8f linear-gradient(180deg, #59ce8f, #59ce8f) repeat-x;
    border-color: #59ce8f;
}

.button-info:hover {
    color: #fff;
    background: #36b671 linear-gradient(180deg, #36b671, #36b671) repeat-x;
    border-color: #36b671;
}

.button-aware {
    color: #fff;
    background: #59ce8f linear-gradient(180deg, #59ce8f, #59ce8f) repeat-x;
    border-color: #59ce8f;
}

.button-aware:hover,
.button-aware:focus {
    color: #fff;
    background: #36b671 linear-gradient(180deg, #36b671, #36b671) repeat-x;
    border-color: #36b671;
}

.button-aware:disabled {
    color: #d3d3d3;
    background-color: #36b671;
    border-color: #36b671;
}

.button-purple {
    color: #fff;
    background: #59ce8f linear-gradient(180deg, #59ce8f, #59ce8f) repeat-x;
    border-color: #59ce8f;
}

.button-purple:hover,
.button-purple:focus {
    color: #fff;
    background: #36b671 linear-gradient(180deg, #36b671, #36b671) repeat-x;
    border-color: #36b671;
}

.Websites h3 a {
    color: #59ce8f;
    text-decoration: none;
    background-color: transparent;
    font-size: 1.4875rem;
    margin-bottom: 10px;
}
.Websites h3 a:hover {
    color: #36b671;
    text-decoration: underline;
}

.content-block .title {
    font-size: 16px;
    color: #0099cc;
    font-weight: 600;
}
.margin-right-5 {
    margin-right: 5px;
}
a {
    color: #59ce8f;
    text-decoration: none;
}
a:hover {
    color: #36b671;
    text-decoration: underline;
}
.number-block {
    background: #ffffff;
    width: 100%;
    max-height: auto;
    border-radius: 2px;
    border-top: 1px solid rgba(0, 0, 0, 0.125);
    border-right: 1px solid rgba(0, 0, 0, 0.125);
    margin-bottom: 20px;
    position: relative;
    padding-top: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    /*-webkit-box-shadow: 3px 3px 5px -1px rgba(117,117,117,1);
      -moz-box-shadow: 3px 3px 5px -1px rgba(117,117,117,1);
      box-shadow: 3px 3px 5px -1px rgba(117,117,117,1);*/
}

.number-block .icon {
    /* position: absolute; */
    /* top: -15px; */
    /* left: 15px; */
    margin-top: -30px;
    width: 80px;
    height: 80px;
    font-size: 35px;
    text-align: center;
    line-height: 80px;
    float: left;
    color: #ffffff;
    border-radius: 2px;
    -webkit-box-shadow: 0px 0px 8px -1px rgba(117, 117, 117, 1);
    -moz-box-shadow: 0px 0px 8px -1px rgba(117, 117, 117, 1);
    box-shadow: 0px 0px 8px -1px rgba(117, 117, 117, 1);
}
.green {
    background-color: #59ce8f !important;
}
.light-blue {
    background: #29b6f6 !important;
}
.red {
    background-color: #f44336 !important;
}
.blue {
    background-color: #2196f3 !important;
}
.orange {
    background-color: #ff9800 !important;
}
.number-block .title {
    color: #999999;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 300;
    text-align: right;
    margin-bottom: 10px;
}
.number-block .number {
    padding: 0 0 8px 15px;
    color: #000000;
    font-weight: bold;
    font-size: 25px;
    text-transform: uppercase;
    text-align: right;
}
.number-block .line .per10 {
    background: #425678;
    height: 4px;
    width: 45%;
}
.safety-block {
    background: #ffffff;
    width: 100%;
    border-radius: 2px;
    border-top: 1px solid rgba(0, 0, 0, 0.125);
    border-right: 1px solid rgba(0, 0, 0, 0.125);
    margin-bottom: 25px;
    margin-top: 20px;
    position: relative;
    font-size: 14px;
    padding-top: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
}

.safety-block .icon {
    /* position: absolute; */
    /* top: -15px; */
    /* left: 15px; */
    font-size: 35px;
    margin-top: -35px;
    margin-bottom: 20px;
    width: 80px;
    float: left;
    height: 80px;
    text-align: center;
    background: #ffffff;
    border-radius: 2px;
    -webkit-box-shadow: 0px 0px 8px -1px rgba(117, 117, 117, 1);
    -moz-box-shadow: 0px 0px 8px -1px rgba(117, 117, 117, 1);
    box-shadow: 0px 0px 8px -1px rgba(117, 117, 117, 1);
}

.safety-block .date {
    font-size: 14px;
    color: #434343;
    margin-top: 15px;
}

.safety-block .title {
    color: #999999;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 300;
    text-align: right;
    margin-bottom: 25px;
}
.status {
    font-size: 35px;
    line-height: 20px;
    /* width: 80px; */
    /* height: 80px; */
    color: green;
    text-align: right;
}

.status .fa-times {
    color: #ff0000;
}

.status .fa-exclamation {
    color: #ffa800;
}

.status .fa-question {
    color: #acacac;
}
.margin-bottom-6 {
    margin-bottom: 6px;
}

label {
    display: inline-block;
    margin-bottom: 0.5rem;
    margin-top: 0.5rem;
}
.form-control {
    display: block;
    width: 100%;
    /* height: calc(1.5em + 0.275rem + 2px); */
    padding: 0.1375rem 0.675rem;
    font-size: 0.85rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.flag {
    display: inline-block;
    width: 25px;
    height: 17px;
}
.fa-sort-down {
    margin-left: 5px;
}
.margin-left-5 {
    margin-left: 5px;
}
.img-fluid {
    max-width: 100%;
    height: auto;
}
.insights-block .icon {
    font-size: 35px;
    margin-top: -30px;
    width: 80px;
    height: 80px;
    font-size: 35px;
    text-align: center;
    line-height: 80px;
    float: left;
    color: #ffffff;
    border-radius: 2px;
    -webkit-box-shadow: 0px 0px 8px -1px rgba(117, 117, 117, 1);
    -moz-box-shadow: 0px 0px 8px -1px rgba(117, 117, 117, 1);
    box-shadow: 0px 0px 8px -1px rgba(117, 117, 117, 1);
}
.insights-block {
    background: #ffffff;
    width: 100%;
    max-height: auto;
    border-radius: 2px;
    border-top: 1px solid rgba(0, 0, 0, 0.125);
    border-right: 1px solid rgba(0, 0, 0, 0.125);
    margin-bottom: 20px;
    position: relative;
    padding-top: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
}
@media (max-width: 576px) {
    .navbar-nav {
        display: flex;
        flex-direction: column;
        padding-left: 0;
        margin-bottom: 0;
        width: 100%;
        list-style: none;
        margin-left: 0;
    }
}
@media (max-width: 767px) {
    .navbar-nav {
        display: flex;
        flex-direction: column;
        padding-left: 0;
        margin-bottom: 0;
        width: 100%;
        list-style: none;
        margin-left: 0px;
    }
    
    .mob-margin {
        margin-left: 15px;
        margin-right: 15px;
    }
}
@media (min-width: 576px) and (max-width: 767px) {
    /*Welcome Feature Css Style*/
}

.float-right {
    float: right;
}

h3 a {
    color: #59ce8f !important;
}

h2 a.tool-title {
    color: #59ce8f !important;
    font-size: 3rem;
}

a.logo {
    color: #59ce8f !important;
}

.content-block .tool-result-title {
    color: #59ce8f !important;
    font-weight: bold;
}

.Visited h3 {
    color: #59ce8f !important;
    font-size: 1.5rem;
}

.button-tool {
    display: inline-block;
    text-align: center;
    width: 100%;
    padding: 15px 20px;
    border: 1px solid #59ce8f;
    border-radius: 5px;
    box-shadow: 0 0 3px #59ce8f;
    background-color: transparent;
    font-weight: 600;
    color: #59ce8f;
}

.button-tool:hover {
    text-decoration: none;
    box-shadow: 0 0 7px #36b671;
    font-weight: 600;
    color: #36b671;
}

.text-purple {
    color: #59ce8f !important;
}

.testing {
    background-color: red;
    margin-left: 230px; 
    margin-right: 230px;
}

