@font-face {
    font-family: 'Roboto';
    src: url("../fonts/Roboto-Bold.eot");
    src: local("Roboto Bold"), local("Roboto-Bold"), url("../fonts/Roboto-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto-Bold.woff2") format("woff2"), url("../fonts/Roboto-Bold.woff") format("woff"), url("../fonts/Roboto-Bold.ttf") format("truetype");
    font-weight: bold;
    font-style: normal
}

@font-face {
    font-family: 'Roboto';
    src: url("../fonts/Roboto-Medium.eot");
    src: local("Roboto Medium"), local("Roboto-Medium"), url("../fonts/Roboto-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto-Medium.woff2") format("woff2"), url("../fonts/Roboto-Medium.woff") format("woff"), url("../fonts/Roboto-Medium.ttf") format("truetype");
    font-weight: 500;
    font-style: normal
}

@font-face {
    font-family: 'Roboto';
    src: url("../fonts/Roboto-Regular.eot");
    src: local("Roboto"), local("Roboto-Regular"), url("../fonts/Roboto-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto-Regular.woff2") format("woff2"), url("../fonts/Roboto-Regular.woff") format("woff"), url("../fonts/Roboto-Regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'Oswald';
    src: url("../fonts/Oswald-Bold.eot");
    src: local("Oswald Bold"), local("Oswald-Bold"), url("../fonts/Oswald-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Oswald-Bold.woff2") format("woff2"), url("../fonts/Oswald-Bold.woff") format("woff"), url("../fonts/Oswald-Bold.ttf") format("truetype");
    font-weight: bold;
    font-style: normal
}
@font-face{
    font-family: 'Nioicon';
    src: url("../fonts/Nioicon.ttf");
}


html,
body {
    font-family: "Roboto", sans-serif;
    color: #4b556e;
    font-size: 16px;
    line-height: 1.6;
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: relative
}

body.noscroll {
    overflow: hidden
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
    display: block
}

*[hidden] {
    display: none
}

ol,
ul {
    list-style: none;
    color: #2d313d
}

.tc-light ol,
.tc-light ul {
    color: #fff
}

blockquote,
q {
    quotes: none
}

blockquote::after,
blockquote::before,
q::after,
q::before {
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

.tc-light {
    color: #fff
}

h1,
h2,
h3,
.h1,
.h2,
.h3 {
    font-weight: 700;
    font-family: "Roboto", sans-serif;
    line-height: 1.3;
    margin-bottom: 0.5rem
}

h1:last-child,
h2:last-child,
h3:last-child,
.h1:last-child,
.h2:last-child,
.h3:last-child {
    margin-bottom: 0
}

.tc-light h1,
.tc-light h2,
.tc-light h3,
.tc-light .h1,
.tc-light .h2,
.tc-light .h3 {
    color: #fff
}

h4,
.h4,
h5,
h6,
.h5,
.h6 {
    font-family: "Roboto", sans-serif;
    font-weight: 700
}

.tc-light h4,
.tc-light .h4,
.tc-light h5,
.tc-light h6,
.tc-light .h5,
.tc-light .h6 {
    color: #a1a9ba
}

h1,
.h1,
h2,
.h2 {
    color: #4b556e
}

h3,
.h3,
h4,
.h4 {
    color: #343434
}

h5,
.h5,
h6,
.h6 {
    color: #2d313d
}

p {
    margin-bottom: .75rem;
    color: #2d313d;
    line-height: 1.5
}



.tc-light p {
    color: #fff
}

p.lead {
    font-size: 1.125rem;
    line-height: 1.5
}

p.small {
    font-size: .75rem;
    line-height: 1.67
}

ul,
ol,
table {
    margin: 0;
    padding: 0
}

strong,
b {
    font-weight: 700
}

a {
    outline: 0 none;
    transition: all 0.5s
}

a:link,
a:visited {
    text-decoration: none
}

a:hover,
a:focus,
a:active {
    outline: 0
}

img {
    max-width: 100%;
    height: auto
}

h1,
.h1,
.fz-1 {
    font-size: 2.25rem
}

h2,
.h2,
.fz-2 {
    font-size: 2.25rem
}

h3,
.h3,
.fz-3 {
    font-size: 1.5rem;

}

h4,
.h4,
.fz-4 {
    font-size: 1.25rem
}

h5,
.h5,
.fz-5 {
    font-size: 1rem
}

h6,
.h6,
.fz-6 {
    font-size: 1rem
}

@media (min-width: 576px) {
    p {
        margin-bottom: 1rem
    }

    p:last-child {
        margin-bottom: 0
    }

    p.lead {
        font-size: 1.25rem
    }

    h1,
    .h1,
    .fz-1 {
        font-size: 3.25rem
    }

    h2,
    .h2,
    .fz-2 {
        font-size: 2.5rem
    }

    h3,
    .h3,
    .fz-3 {
        font-size: 2rem
    }

    h4,
    .h4,
    .fz-4 {
        font-size: 1.5rem
    }

    h5,
    .h5,
    .fz-5 {
        font-size: 1.125rem
    }
}

[class*="wide"] {
    max-width: 100%
}

.wide-md {
    width: 540px
}

.wide-lg {
    width: 600px
}

@media (min-width: 992px) {
    .wide-lg {
        width: 730px
    }
}

.bg-accent {
    background-color: #2c7f38 !important
}

.bg-accent-light {
    background-color: #2766bb !important
}

.bg-accent-dark {
    background-color: #1b47a1 !important
}

.bg-dark {
    background-color: #151c2e !important
}

.bg-light {
    background-color: #ffffff !important
}
section#prevention {
    padding: 25px 0px 0px 0px;
}
.bg-light-grad-a {
    background-image: linear-gradient(-170deg, #e1ecff 0%, transparent 40%)
}

.g-gs {
    margin: -15px
}

.g-gs > div,
.g-gs > li {
    padding: 15px
}

.g-s {
    margin: -10px
}

.g-s > div,
.g-s > li {
    padding: 10px
}

.g-m {
    margin: -22.5px
}

.g-m > div,
.g-m > li {
    padding: 22.5px
}

.gx-m {
    margin-left: -22.5px;
    margin-right: -22.5px
}

.gx-m > div,
.gx-m > li {
    padding-left: 22.5px;
    padding-right: 22.5px
}

.gy-m {
    margin-top: -22.5px;
    margin-bottom: -22.5px
}

.gy-m > div,
.gy-m > li {
    padding-top: 22.5px;
    padding-bottom: 22.5px
}

@media (min-width: 576px) {
    .gy-sm-m {
        margin-top: -22.5px;
        margin-bottom: -22.5px
    }

    .gy-sm-m > div,
    .gy-sm-m > li {
        padding-top: 22.5px;
        padding-bottom: 22.5px
    }
}

.ov-h {
    overflow: hidden
}

.has-overlay {
    position: relative
}

.has-overlay > div:not(.overlay):not(.is-sticky),
.has-overlay > ul:not(.overlay) {
    z-index: 5;
    position: relative
}

.overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}

.shape-a {
    background-image: url("../img/shape-a.png");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 100%
}

.shape-a-sm {
    background-image: url("../img/shape-a-sm.png");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 100%
}

.shape-b {
    background-image: url("../img/shape-b.png");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 100%
}

.shape-b-sm {
    background-image: url("../img/shape-b-sm.png");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 100%
}

.shape-c {
    background-image: url("../img/shape-c.png");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 100%
}

.shape-d {
    background-image: url("../img/shape-d.png");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 100%
}

.shape-e {
    background-image: url("../img/shape-e.png");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 100%
}

.shape-line-a {
    background-image: url("../img/shape-line-a.png");
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 100%
}

.bottom {
    top: auto
}

.top {
    bottom: auto
}

.h-10 {
    height: 10%
}

.h-20 {
    height: 20%
}

.h-30 {
    height: 30%
}

.h-40 {
    height: 40%
}

.h-60 {
    height: 60%
}

.h-70 {
    height: 70%
}

.h-80 {
    height: 80%
}

.h-90 {
    height: 90%
}

.font-base {
    font-family: "Roboto", sans-serif
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #2c7f38;
    color: #fff;
    font-weight: bold;
    padding: 0.5rem 1.25rem;
    border-radius: 2rem;
    line-height: 1.25rem;
    font-size: .8125rem
}

.btn:focus {
    outline: none;
    box-shadow: none
}

.btn-sm {
    padding: 0.4375rem 1.375rem
}

.btn:hover {
    color: #fff;
    background-color: #2c7f38
}
.list-unstyled li{
    list-style: none !important;
}
.list-unstyled li:nth-child(2){
    margin-top: 60px;
}
.unfeat-list li .icon {
    width: 100px;
    height: 100px;
    position: relative;
    float: left;
}
.section-heading {
    position: relative;
    z-index: 1;
    margin-bottom:40px;
}
.unfeat-list li .desc {
    overflow: hidden;
    padding-left: 20px;
}
.service_single_content {
    position: relative;
    z-index: 1;
    transition: all .3s ease-in-out;
}

.btn-transparent {
    background-color: transparent !important;
    padding-left: 0;
    padding-right: 0;
    color: #2c7f38
}

.tc-light .btn-transparent {
    color: #fff
}

.btn-transparent:hover {
    color: #2c7f38
}

.tc-light .btn-transparent:hover {
    color: #fff
}

.btn .icon {
    font-size: 1rem;
    line-height: 1.375rem
}

.btn span + .icon,
.btn .icon + span {
    padding-left: 0.5rem
}

.btn-white {
    background-color: #fff;
    color: #2c7f38
}

.btn-white:hover {
    background-color: #fff;
    color: #2d313d
}

.btn-danger {
    background-color: #2c7f38
}

.btn-danger:hover {
    color: #fff;
    background-color: #f32828
}

@media (min-width: 576px) {
    .btn {
        padding: 0.6875rem 1.75rem;
        line-height: 1.5rem;
        font-size: 1rem
    }

    .btn-sm {
        padding: 0.4375rem 1.375rem
    }

    .btn-transparent {
        padding-left: 0;
        padding-right: 0
    }

    .btn .icon {
        font-size: 1.125rem;
        line-height: 1.5rem
    }

    .btn span + .icon,
    .btn .icon + span {
        padding-left: 0.75rem
    }
}

.logo-light {
    display: none
}

.tc-light .logo-light {
    display: block
}

.tc-light .logo-dark {
    display: none
}

.badge {
    font-size: 0.875rem;
    line-height: 1.0625rem;
    padding: .25rem .5rem;
    letter-spacing: .1em;
    text-transform: uppercase;
    border-radius: 3px
}

.form-group:last-child {
    margin-bottom: 0
}

.form-label {
    font-size: 1rem;
    font-weight: 700;
    color: #4b556e
}

.form-control {
    padding: .625rem 1rem;
    height: calc(.625rem*2 + 1em*1.5 + 2px);
    appearance: none;
    -webkit-appearance: none
}

.form-control-select {
    position: relative
}

.form-control-select:after {
    font-family: "Nioicon";
    content: "î§…";
    pointer-events: none;
    position: absolute;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    right: .25rem;
    top: 50%;
    transform: translateY(-50%);
    width: calc(1rem + 12px);
    height: calc(1rem + 12px)
}

.form-textarea {
    min-height: 120px;
    resize: none
}

.form-text {
    font-size: .75rem;
    color: #a1a9ba;
    font-style: italic
}

input ~ .error,
textarea ~ .error,
select ~ .error {
    position: absolute;
    right: -10px;
    top: -15px;
    background: #2c7f38;
    color: #fff;
    font-size: 11px;
    line-height: 18px;
    padding: 2px 10px;
    border-radius: 2px;
    z-index: 9;
    white-space: nowrap
}

input ~ .error:after,
textarea ~ .error:after,
select ~ .error:after {
    position: absolute;
    content: '';
    height: 0;
    width: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid #2c7f38;
    border-bottom: 5px solid transparent;
    bottom: -5px;
    left: 3px
}

.link {
    display: inline-flex;
    align-items: center;
    font-size: 1rem;
    font-weight: 500;
    font-family: Roboto;
    line-height: 1;
    border: none;
    background: transparent;
    transition: all .3s ease;
    white-space: nowrap
}

.link .icon {
    font-size: 1.3em
}

.link span,
.link .icon {
    display: inline-block
}

.link .icon + span,
.link span + .icon {
    padding-left: 10px
}

.nk-banner {
    padding: 6.5rem 0 2rem;
    display: flex
}

.nk-banner > .container {
    display: flex
}

.nk-banner-block {
    display: flex;
    flex-direction: column;
    height: 100%
}

.nk-banner-block .content {
    padding: 0 0 22px;
    margin-top: auto;
    margin-bottom: auto
}

.nk-banner-block .content p {
    font-size: 1rem;
    line-height: 1.67
}

.nk-banner-block .heading {
    display: flex;
    align-items: center;
    font-size: 3.5rem;
    line-height: 1;
    vertical-align: middle;
    margin-bottom: 1rem;
    letter-spacing: -0.025em
}

.nk-banner-block .heading-sm {
    display: flex;
    flex-direction: column;
    margin-top: .3125rem;
    margin-left: 0.25rem
}

.nk-banner-block .heading-sm .sup {
    font-size: 1rem;
    color: #2c7f38;
    letter-spacing: 0.04em
}

.nk-banner-block .heading-sm .sub {
    font-size: 1.875rem;
    margin-top: .125rem
}

.nk-banner-block .status {
    padding-top: 30px
}

.nk-banner-btns {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: -.25rem -.75rem;
    padding-top: .5rem
}

.nk-banner-btns li {
    padding: .25rem .75rem
}

@media (min-width: 576px) {
    .nk-banner {
        min-height: 100vh
    }

    .nk-banner-block .content {
        padding: 44px 0 30px
    }

    .nk-banner-block .heading {
        font-size: 4.5rem;
        margin-bottom: 1rem
    }

    .nk-banner-block .heading-sm {
        margin-top: .375rem;
        margin-left: 0.5rem
    }

    .nk-banner-block .heading-sm .sup {
        font-size: 1.375rem
    }

    .nk-banner-block .heading-sm .sub {
        font-size: 2.5rem;
        margin-top: 0
    }

    .nk-banner-block .status {
        padding-top: 60px
    }

    .nk-banner-btns {
        margin: -.5rem -1.25rem;
        padding-top: .5rem
    }

    .nk-banner-btns li {
        padding: .5rem 1.25rem
    }
}

@media (max-width: 991px) {
    .nk-banner-image {
        max-width: 400px;
        margin-left: auto;
        margin-right: auto
    }
}

@media (min-width: 992px) {
    .nk-banner-image {
        margin-left: -130px;
        margin-right: -40px
    }
}

@media (min-width: 1200px) {
    .nk-banner-block .heading {
        font-size: 5.25rem;
        margin-bottom: 1.75rem
    }

    .nk-banner-block .heading-sm {
        margin-top: .4375rem;
        margin-left: 0.5rem
    }

    .nk-banner-block .heading-sm .sup {
        font-size: 1.75rem
    }

    .nk-banner-block .heading-sm .sub {
        font-size: 3rem
    }

    .nk-banner-block .status {
        padding-top: 80px
    }

    .nk-banner-btns {
        padding-top: 1.25rem
    }

    .nk-banner-image {
        margin-left: -130px;
        margin-right: -60px
    }
}

@media (min-width: 1540px) {
    .nk-banner-block {
        margin-right: -20px
    }

    .nk-banner-block .content p {
        font-size: 1.125rem
    }

    .nk-banner-block .heading {
        font-size: 6.25rem
    }

    .nk-banner-block .heading-sm .sup {
        font-size: 2rem
    }

    .nk-banner-block .heading-sm .sub {
        font-size: 3.5rem
    }

    .nk-banner-block .status {
        padding-top: 120px
    }

    .nk-banner-image {
        margin-left: -20px;
        margin-right: -185px
    }
}

.nk-banner-s2 {
    padding: 7rem 0 1.5rem;
    display: flex;
}

.nk-banner-s2 > .container {
    display: flex;
    flex-direction: column
}

.nk-banner-s2-block .sub-title {
    display: flex;
    align-items: center;
    color: #2c7f38;
    margin-bottom: 1rem
}

.nk-banner-s2-block .sub-title .badge {
    margin-right: 0.5rem
}

.nk-banner-s2-block .title {
    color: #2d313d;
    line-height: 1.13;
    margin-bottom: 1.5rem;
    letter-spacing: -.02em
}

.nk-banner-s2 .status {
    padding-top: 30px
}

@media (max-width: 991px) {
    .nk-banner-s2-image {
        max-width: 400px;
        margin-left: auto;
        margin-right: auto
    }
}

@media (min-width: 576px) {
    .nk-banner-s2 {
        min-height: 100vh
    }

    .nk-banner-s2-block .title {
        font-size: 2.25rem
    }

    .nk-banner-s2 .status {
        padding-top: 60px
    }
}

@media (min-width: 992px) {
    .nk-banner-s2 .status {
        padding-top: 2rem
    }
}

@media (min-width: 1200px) {
    .nk-banner-s2-image {
        margin: 0 -20px 0 0;
    }

    .nk-banner-s2-block .title {
        font-size: 2.75rem
    }
}

@media (min-width: 1540px) {
    .nk-banner-s2-image {
        margin: 0 -120px 0 0
    }

    .nk-banner-s2-block .title {
        font-size: 3.25rem
    }
}

.status-item .title {
    font-size: 17px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #7d92bb;
    margin: 0px;
}

.status-item .count {
    line-height: 1
}

.status-note {
    font-style: italic;
    font-size: 0.75rem;
    color: #ff5f5f;
    padding-top: 0px;
    padding-bottom: 10px
}

.status-title {
    margin-bottom: 0.5rem;
    color: #000
}

.text-block .subtitle {
    text-transform: uppercase;
    color: #2c7f38;
    font-size: 1.125rem;
    margin-bottom: .125rem;
    letter-spacing: .1em
}

.tc-light .text-block .subtitle {
    color: #73e3ff
}

.text-block .title {
    text-transform: uppercase
}

.text-block .title + p {
    padding-top: 0.6875rem
}

.text-block .title + p.lead {
    padding-top: .75rem
}

.tc-light .text-block p {
    color: #ced4ff
}

.tc-light .text-block p strong {
    color: #fff
}

.text-block-s2:not(:last-child) {
    margin-bottom: 3rem
}
.gov{
    font-weight: 300;
    color: #01411c
}
.text-block-s2 .subtitle {
    color: #2c7f38;
    margin-bottom: .5rem;
    letter-spacing: 0.04em
}

.tc-light .text-block-s2 .subtitle {
    color: #73e3ff
}

.text-block-s2 .title {
    color: #2d313d
}

.text-block-s2 .title + p {
    padding-top: .6875rem
}


.has-fixed > .bg-whitee {
    display: none;
}

.text-block-s2 p span {
    color: #2c7f38
}

@media (min-width: 576px) {
    .text-block .title + p {
        padding-top: 0.875rem
    }

    .text-block .title + p.lead {
        padding-top: 1.25rem
    }
}

.box {
    background-color: #fff;
    box-shadow: 0px 5px 40px 0px rgba(75, 85, 110, 0.08);
    border-radius: 4px;
    height: 100%
}

.box-gfx {
    border-bottom: 6px solid #9cc2f7
}

.box-content {
    padding: 1.25rem 1.25rem 1.5rem
}

.box-content .title {
    margin-bottom: .5rem;
    color: #2c7f38;
    font-weight: 500;
    letter-spacing: -0.025em
}

.box-alt .box-gfx {
    border-bottom: 0
}

.box-alt .box-content .title {
    color: #2d313d
}

@media (min-width: 576px) {
    .box-content {
        padding: 1.25rem 1.875rem 1.5rem
    }

    .box-content .title {
        margin-bottom: 1rem
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .box-content {
        padding-left: 1.5em;
        padding-right: 1.5em
    }
}

.box2 {
    position: relative;
    background-color: #fff;
    border-radius: 4px;
    height: calc(100% - 1.875rem);
    margin-top: 1.875rem;
    box-shadow: 0px 5px 40px 0px rgba(70, 86, 117, 0.08)
}

.box2-gfx {
    position: absolute;
    width: 60px;
    border-radius: 50%;
    overflow: hidden;
    right: 1.875rem;
    top: -1.875rem
}

.box2-content {
    padding: 1.25rem 1.25rem 1.375rem
}

.box2-content .title {
    margin-bottom: 0.6875rem;
    color: #2c7f38;
    font-weight: 500;
    letter-spacing: -0.01em
}

@media (min-width: 576px) {
    .box2 {
        height: calc(100% - 2.5rem);
        margin-top: 2.5rem
    }

    .box2-gfx {
        width: 80px;
        right: 1.875rem;
        top: -2.5rem
    }

    .box2-content {
        padding: 1.5rem 1.875rem 1.6875rem
    }
}

@media (min-width: 992px) {
    .box2-content {
        padding: 1.25rem 1.875rem 1.5rem
    }

    .box2-content .title {
        margin-bottom: 0.6875rem;
        padding-right: 80px
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .box2-content {
        padding-left: 1.5em;
        padding-right: 1.5em
    }
}

.box3 {
    text-align: center
}

.box3-gfx {
    border-radius: 50%;
    width: 120px;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 0px 4px 35px 0px rgba(70, 86, 117, 0.15)
}

.box3-content {
    padding-top: 2rem
}

.box3-content .title {
    margin-bottom: 0.6875rem;
    font-weight: 500;
    letter-spacing: -0.01em
}

.box3-content h5.title {
    font-size: 1.125rem
}

.box3-content p {
    letter-spacing: -0.01em
}

.box4 {
    text-align: center
}

.box4-gfx {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 0px 4px 35px 0px rgba(70, 86, 117, 0.15)
}

.box4-content {
    padding-top: 1rem
}

.box4-content .title {
    font-weight: 500;
    letter-spacing: -0.005em
}

.box4-alt .box4-gfx {
    border: 4px solid #8cb2ff;
    box-shadow: none
}

@media (min-width: 1200px) {
    .box4-gfx {
        height: 120px;
        width: 120px
    }
}

.box5 {
    padding: 1.375rem 1.5rem 1.25rem;
    border-radius: 4px
}

.box5 .title {
    color: #2c7f38
}

.tc-light .box5 .title {
    color: #fff
}

.box5 p {
    font-size: 0.9375rem;
    margin-bottom: 0.375rem
}

.box5 p + .title {
    padding-top: 1.5rem
}

.box5 ul + .title {
    padding-top: 1.5rem
}

.box5 ul li {
    position: relative;
    font-size: 0.9375rem;
    line-height: 1.47rem;
    padding: .25rem 0 .25rem 1.5rem
}

.box5 ul li:before {
    position: absolute;
    font-family: "Nioicon";
    content: "î¤»";
    left: 0;
    top: .125rem
}

.box5-alt {
    border: 2px solid #9cc2f7
}

@media (min-width: 576px) {
    .box5 {
        padding: 2.375rem 2.5rem
    }
}

.box6 {
    display: flex;
    align-items: center;
    padding: 10px;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0px 0px 5px 0px rgb(116 116 116 / 30%)
}

.box6-gfx {
    position: relative;
    background: #fff;



    flex-shrink: 0;
    margin-right: 1.5rem
}


.negative .box6-gfx:after {
    content: "î¨†";
    background: #2c7f38;
    left: 0
}



.box6-text .title {
    color: #d81f1d;
    margin-bottom: 0.25rem
}
.box6:hover .title {
    color: #1c8240;
}

.box7-gfx {
    position: relative;
    background: #fff;
    height: 58px;
    width: 58px;
    border-radius: 50%;

    flex-shrink: 0;
    margin-bottom: 1.5rem
}



.box7-content .title {
    color: #2c7f38;
    margin-bottom: 0.25rem
}

.box8-gfx {
    position: relative;
    background: #fff;
    height: 80px;
    width: 80px;
    border-radius: 50%;
    flex-shrink: 0;
    margin-bottom: 1.25rem
}



.box8-content p strong {
    color: #f84141;
}

@media (min-width: 375px) {

    .box7,
    .box8 {
        display: flex;
        align-items: center
    }

    .box7-gfx,
    .box8-gfx {
        margin-right: 1.5rem;
        margin-bottom: 0
    }
}

.feature {
    display: flex;
    position: relative;
    background-color: #fff;
    border-radius: 4px;
    height: 100%;
    padding: 1.25rem 1.25rem 1.375rem;
    box-shadow: 0px 5px 40px 0px rgba(70, 86, 117, 0.08)
}

.feature-gfx {
    width: 60px;
    flex-shrink: 0
}

.feature-content {
    padding-left: 1.25rem
}

.feature-content .title {
    margin-bottom: 0.6875rem;
    color: #2c7f38;
    font-weight: 500;
    letter-spacing: -0.01em
}

@media (min-width: 576px) {
    .feature {
        padding: 1.5rem 1.875rem 1.6875rem
    }
}

.list-block .title {
    font-size: 1.5rem;
    margin-bottom: 1.25rem
}

.list-check {
    margin-top: -0.5em;
    margin-bottom: -0.5em
}

.list-check li {
    position: relative;
    padding: .5rem 0 .5rem 1.875rem;
    font-size: 1rem;
    line-height: 1.5
}

.list-check li:before {
    position: absolute;
    top: .375rem;
    left: 0;
    font-family: "Nioicon";
    content: "î¦·";
    font-size: 1.25rem;
    line-height: 1.5rem;
    color: #3dca93
}

.list-check li a {
    color: #2c7f38;
    box-shadow: 0 1px 0 0 #2c7f38
}

.list-check li a:hover {
    box-shadow: none
}

.list-dot li {
    position: relative;
    padding: .5rem 0 .5rem 1.25rem
}

.list-dot li:before {
    position: absolute;
    top: .5rem;
    left: 0;
    font-family: "Nioicon";
    content: "î¦€";
    font-size: .75rem;
    line-height: 1.5rem;
    color: #2d313d
}

.list-dot li a {
    color: #2c7f38;
    box-shadow: 0 1px 0 0 #2c7f38
}

.list-dot li a:hover {
    box-shadow: none
}

.list-dot ul {
    margin-top: 0.5rem
}

.list-dot ul li:before {
    content: "î¦"
}

@media (min-width: 576px) {
    .list-block .title {
        font-size: 1.875rem;
        margin-bottom: 2rem
    }
}

.blog-item {
    border-radius: 4px;
    background: #fff;
    box-shadow: 0px 5px 40px 0px rgba(75, 85, 110, 0.08);
    height: 100%
}

.blog-image {
    padding: 1.25rem 1.25rem 0
}

.blog-image img {
    border-radius: 4px;
    width: 100%
}

.blog-text {
    text-align: center;
    padding: 1.5rem 1.25rem
}

.blog-text .title {
    font-weight: 500;
    letter-spacing: -0.025em;
    margin-bottom: 0.875rem;
    font-size: 1.125rem
}

.blog-text .title a {
    color: #4b556e
}

.blog-text .title a:hover {
    color: #2c7f38
}

@media (min-width: 576px) {
    .blog-image {
        padding: 1.875rem 1.875rem 0
    }

    .blog-text {
        padding: 1.75rem 1.875rem
    }

    .blog-text .title {
        letter-spacing: -0.025em;
        margin-bottom: 0.875rem;
        font-size: 1.25rem
    }
}

.protect-item {
    display: flex;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px
}

.protect-gfx {
    position: relative;
    background: #fff;
    height: 86px;
    width: 86px;
    border-radius: 50%;
    border: 2px solid #2c7f38;
    flex-shrink: 0
}

.protect-gfx:after {
    position: absolute;
    top: 0;
    font-family: "Nioicon";
    font-size: 1.0625rem;
    line-height: 1;
    border-radius: 50%;
    color: #fff;
    height: 1.5rem;
    width: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center
}

.negative .protect-gfx:after {
    content: "î¨†";
    background: #2c7f38;
    left: 0
}

.positive .protect-gfx:after {
    content: "î¦¾";
    background: #3dca93;
    right: 0
}

.protect-text .title {
    font-size: .8125rem;
    color: #2c7f38
}

@media (min-width: 576px) {
    .protect-item.negative {
        flex-direction: row-reverse;
        text-align: right
    }

    .negative .protect-gfx {
        margin-left: 1rem
    }

    .positive .protect-gfx {
        margin-right: 1rem
    }

    .protect-text .title {
        font-size: .9375rem;
        margin-bottom: 0
    }
}

@media (min-width: 992px) {
    .protect-gfx:before {
        position: absolute;
        top: 50%;
        width: 80px;
        content: '';
        border-bottom: 1px dashed #8cb2ff
    }

    .negative .protect-gfx:before {
        left: 100%
    }

    .positive .protect-gfx:before {
        right: 100%
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    .protect-gfx {
        height: 72px;
        width: 72px
    }

    .protect-block-gfx {
        margin-top: 10px
    }
}

@media (min-width: 1200px) {
    .protect-gfx:before {
        width: 140px
    }

    .protect-block-gfx {
        margin-top: 20px
    }
}

@media (max-width: 575px) {
    .protect-item {
        flex-direction: column
    }

    .protect-gfx {
        margin-left: auto;
        margin-right: auto
    }

    .protect-text {
        text-align: center;
        padding-top: .75rem
    }
}

.accordion {
    border-radius: 4px;
    border: 1px solid #e7e8ff
}

.accordion-item {
    transition: all .4s
}

.accordion-item:not(:last-child) {
    border-bottom: 1px solid #e7e8ff
}

.accordion-title {
    position: relative;
    color: #d81f1d;
    font-weight: 500;
    cursor: pointer;
    padding: 1.25rem 4.375rem 1.25rem 1.25rem;
    margin-bottom: 0;
    font-size: 1rem
}

.accordion-title.collapsed {
    color: #4b556e;
    background: #f7fafe;
    transition: all .4s
}

.accordion-title.collapsed:hover {
    color: #2c7f38
}

.accordion-title.collapsed .accordion-icon:before {
    opacity: 0
}

.accordion-title.collapsed .accordion-icon:after {
    opacity: 1
}

.accordion-icon {
    position: absolute;
    top: .75rem;
    right: 1.125rem;
    height: 35px;
    width: 35px;
    border-radius: 50%;
    background: #fff
}

.accordion-icon:before,
.accordion-icon:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    line-height: 35px;
    text-align: center;
    font-family: "Nioicon";
    font-size: 1rem;
    transition: all .4s
}

.accordion-icon:before {
    content: "î«º";
    opacity: 1
}

.accordion-icon:after {
    content: "î­„";
    opacity: 0
}

.accordion-content {
    padding: 0 1.25rem 1.5rem 1.25rem
}

.accordion-content p:last-child {
    margin-bottom: 0
}

@media (max-width: 575px) {

    .accordion-content p,
    .accordion-content ul {
        font-size: 0.875rem
    }
}

@media (min-width: 576px) {
    .accordion-title {
        padding: 1.25rem 4.375rem 1.25rem 1.875rem
    }

    .accordion-content {
        padding: 0 1.875rem 1.5rem 1.875rem
    }
}

.accordion-s2 {
    margin-top: -.75rem;
    border: none
}

.accordion-s2 .accordion-icon {
    color: #2c7f38;
    background-color: transparent;
    left: -.625rem;
    right: auto
}

.accordion-s2 .accordion-icon:before {
    content: "î«º"
}

.accordion-s2 .accordion-title {
    padding: 18px 30px;
    border: none !important;
}

.accordion-s2 .accordion-title .title {
    font-size: 1.1rem;
    color: #2c7f38
}

.accordion-s2 .accordion-title.collapsed {
    background: transparent
}

.accordion-s2 .accordion-title.collapsed .title {
    color: #2d313d
}

.accordion-s2 .accordion-title.collapsed .accordion-icon:before {
    content: "î­„"
}

.accordion-s2 .accordion-inner {
    padding: 0.5rem 0 .625rem;
    border: none !important
}

.nav-tabs-vr {
    flex-direction: column
}

.nav-tabs-btns {
    border-bottom: none;
    margin: -4px
}

.nav-tabs-btns .nav-item {
    padding: 4px
}

.nav-tabs-btns .nav-link {
    display: flex;
    align-items: center;
    border: 2px solid #e7e8ff;
    color: #4b556e;
    border-radius: 4px;
    font-size: 1rem;
    line-height: 1.5rem;
    padding: .6875rem 1.125rem .6875rem 1.25rem
}

.nav-tabs-btns .nav-link:after {
    margin-left: auto;
    font-family: "Nioicon";
    content: "î¦œ";
    color: #2c7f38;
    opacity: .6
}

.nav-tabs-btns .nav-link:hover,
.nav-tabs-btns .nav-link.active {
    color: #2c7f38;
    border-color: #2c7f38
}

.nav-tabs-btns .nav-link:hover:after,
.nav-tabs-btns .nav-link.active:after {
    opacity: 1
}

.nav-tabs-line {
    border-bottom: none;
    margin: -.75rem
}

.nav-tabs-line .nav-item {
    padding: .75rem
}

.nav-tabs-line .nav-link {
    display: flex;
    align-items: center;
    border: none;
    border-left: 2px solid transparent;
    color: #4b556e;
    border-radius: 0;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.5rem;
    padding: .25rem 1.125rem .25rem 1.25rem
}

.nav-tabs-line .nav-link:hover,
.nav-tabs-line .nav-link.active {
    color: #2c7f38;
    border-color: #2c7f38
}

@media (min-width: 576px) {
    .nav-tabs-btns .nav-link {
        padding: .875rem 1.875rem .875rem 1.875rem
    }
}

@media (min-width: 992px) {
    .nav-tabs-btns .nav-link {
        padding: .6875rem 1.125rem .6875rem 1.25rem
    }
}

.wgs-title {
    font-size: 0.875rem;
    letter-spacing: 0.075em;
    text-transform: uppercase;
    margin-bottom: 0.875rem;
    color: #ffffff;
}

.tc-light .wgs-title {
    color: #fff
}

.wgs-links li:not(:last-child) {
    margin-bottom: 0.5rem
}

.wgs-links li a {
    font-size: 0.875rem;
    line-height: 1.25rem;
    color: #ffffff;
}

.wgs-links li a:hover {
    color: #2c7f38
}

.tc-light .wgs-links li a {
    color: #a1a9ba
}

.tc-light .wgs-links li a:hover {
    color: #2c7f38
}

.wgs-about-text:not(:first-child) {
    padding-top: 1.125rem
}

.wgs-about-text:not(:last-child) {
    padding-bottom: 0.675rem
}

.wgs-about p {
    font-size: .875rem;
    line-height: 1.67;
    margin-bottom: 0.5rem;
    color: #ffffff;
}

.tc-light .wgs-about p {
    color: #a1a9ba
}

.wgs-social {
    display: flex;
    align-items: center;
    margin: -5px
}

.wgs-social li {
    padding: 5px
}

.wgs-social li a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    height: 30px;
    width: 30px;
    background: #4b556e;
    color: #fff
}

.wgs-social li a:hover {
    background: #2c7f38
}

.wgs-card {
    border: 1px solid #e7e8ff;
    border-radius: 4px;
    background: #fff;
    box-shadow: 0px 5px 40px 0px rgba(75, 85, 110, 0.08)
}

.wgs-head {
    border-bottom: 1px solid #e7e8ff;
    padding: 1.25rem 1.25rem
}

.wgs-head h4,
.wgs-head h5,
.wgs-head h6 {
    margin-bottom: 0
}

.wgs-list li:not(:last-child) {
    border-bottom: 1px solid #e7e8ff
}

.wgs-list li a {
    display: flex;
    font-size: 1rem;
    line-height: 1.5rem;
    padding: 1.125rem 1.25rem;
    color: #2c7f38
}

.wgs-list li a:after {
    margin-left: auto;
    font-family: "Nioicon";
    content: "î¤»"
}

@media (min-width: 576px) {
    .wgs-head {
        padding: 1.25rem 1.875rem
    }

    .wgs-list li a {
        padding: 1.125rem 1.875rem
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .wgs-head {
        padding: 1.25rem 1.5rem
    }

    .wgs-list li a {
        padding: 1.125rem 1.5rem
    }
}

.nk-copyright {
    font-size: .875rem;
    color: #4b556e
}

.nk-copyright a {
    color: #4b556e
}

.nk-copyright a:hover {
    color: #2c7f38
}

.tc-light .nk-copyright {
    color: #a1a9ba
}

.tc-light .nk-copyright a {
    color: #a1a9ba
}

.tc-light .nk-copyright a:hover {
    color: #2c7f38
}

.nk-dislaimer {
    padding-top: 1rem
}

.nk-dislaimer p {
    font-size: 12px;
    line-height: 20px;
    color: #7d92bb
}

.tc-light .nk-dislaimer p {
    color: #a1a9ba
}

.cta-content-block {
    display: flex;
    align-items: center
}

.cta-content-icon {
    margin-right: 1.25rem;
    opacity: .8
}

.cta-content-icon .icon {
    font-size: 2.75rem
}

.contact-emergency {
    margin-bottom: 2rem
}

.contact-emergency-title {
    display: flex;
    align-items: center;
    color: #2c7f38;
    margin-bottom: 0.875rem
}

.contact-emergency-title .badge {
    margin-right: 1rem
}

.contact-details-title {
    color: #4b556e
}

.contact-details-list {
    margin-bottom: 1rem
}

.contact-details-list li {
    font-size: 1rem;
    line-height: 1.75
}

.contact-details-list li span {
    position: relative;
    display: inline-block
}

.contact-details-list li span:first-child {
    width: 75px;
    color: #4b556e;
    margin-right: .25rem
}

.contact-details-list li span:first-child:after {
    position: absolute;
    right: 0;
    content: ':'
}

.contact-details-list li span:last-child {
    color: #2d313d;
    font-weight: 500
}

.contact-form-title {
    margin-bottom: 1rem
}

.contact-form-boxed {
    padding: 1rem 1.5rem 1.5rem;
    border-radius: 12px;
    box-shadow: 0px 2px 6px 0px rgba(75, 85, 110, 0.1)
}

@media (min-width: 576px) {
    .contact-form-boxed {
        padding: 2.25rem 2.5rem 2.5rem
    }
}

@media (min-width: 992px) {
    .contact-form-boxed {
        margin-left: 30px
    }
}

.gfx3 {
    margin: 0 35px 0 -124px
}

.gfx4 {
    margin: 0 10px 0 -34px
}

@media (max-width: 991px) {

    .gfx1,
    .gfx3,
    .gfx4 {
        max-width: 400px;
        margin-left: auto;
        margin-right: auto
    }

    .gfx2 {
        max-width: 500px;
        margin-left: auto;
        margin-right: auto
    }
}

.nk-offcanvas {
    position: fixed;
    height: 100vh;
    max-height: 100vh;
    width: 460px;
    max-width: calc(100% - 40px);
    background-color: #fff;
    top: 0;
    z-index: 1000;
    box-shadow: 0px 5px 40px 0px rgba(75, 85, 110, 0.08);
    right: 0;
    padding: 1.5rem 1.25rem;
    overflow: auto;
    transform: translateX(100%);
    transition: all .4s
}

.nk-offcanvas.offcanvas-shown {
    transform: none
}

.nk-offcanvas-left {
    right: auto;
    left: 0
}

.nk-offcanvas-wg-text {
    margin-bottom: 1.5rem
}

.nk-offcanvas-wg-text .title {
    margin-bottom: 1rem
}

.nk-offcanvas-wg-text .title span {
    color: #2c7f38
}

.nk-offcanvas-wg-text p {
    letter-spacing: -.01em
}

.nk-offcanvas-cta {
    margin-bottom: 2.25rem
}

.nk-offcanvas-cta .title {
    margin-bottom: .75rem
}

.nk-offcanvas-cta .emergency-number {
    color: #fff;
    font-size: 1.5rem;
    line-height: 1.5;
    padding: .625rem 1rem;
    border-radius: 6px;
    background-color: #2c7f38;
    text-align: center;
    font-weight: 700
}

.nk-offcanvas-table {
    font-size: 0.875rem;
    width: 100%
}

.nk-offcanvas-table-wrap {
    border: 1px solid #e7e8ff;
    border-radius: 6px;
    margin-bottom: 2rem
}

.nk-offcanvas-table thead tr td,
.nk-offcanvas-table thead tr th {
    border-bottom: 1px solid #e7e8ff
}

.nk-offcanvas-table tr:not(:first-child) td,
.nk-offcanvas-table tr:not(:first-child) th {
    border-top: 1px solid #e7e8ff
}

.nk-offcanvas-table th,
.nk-offcanvas-table td {
    padding: 10px
}

.nk-offcanvas-table th:first-child,
.nk-offcanvas-table td:first-child {
    width: 45%;
    padding-left: 20px
}

.nk-offcanvas-table th:last-child,
.nk-offcanvas-table td:last-child {
    padding-right: 20px
}

.nk-offcanvas-note {
    position: relative;
    font-weight: 700;
    padding-left: 0.75rem
}

.nk-offcanvas-note:before {
    position: absolute;
    left: 0;
    content: '*'
}

.nk-offcanvas-close {
    position: fixed;
    top: 1rem;
    right: 1rem;
    z-index: 2
}

.nk-offcanvas-close a {
    position: relative;
    z-index: 1;
    font-size: 1.125rem;
    color: #a1a9ba;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 2.25rem;
    width: 2.25rem;
    border-radius: 50%;
    box-shadow: 0px 3px 15px 0px rgba(75, 85, 110, 0.15)
}

.nk-offcanvas-close a:hover {
    color: #2c7f38
}

.nk-offcanvas-inner {
    position: relative;
    z-index: 1
}

.offcanvas-overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999;
    background: rgba(45, 49, 61, 0.7)
}

@media (min-width: 576px) {
    .nk-offcanvas {
        padding: 2.375rem
    }
}

.nk-header {
    /*	overflow-x: hidden*/
}

.section {
    overflow: hidden
}

.section-m {
    padding: 40px 0
}

.section-l {
    padding: 50px 0
}

.section-head {
    padding-bottom: 40px
}

.section-head .subtitle {
    text-transform: uppercase;
    color: #2c7f38;
    font-size: 12px;
    margin-bottom: .125rem;
    letter-spacing: 0.04em
}

.section-head .title {
    text-transform: uppercase
}

.section-head .title + p {
    padding-top: .6875rem
}

.section-head.text-center[class*="wide"] {
    margin-left: auto;
    margin-right: auto
}

.section-subhead {
    padding-bottom: 30px
}

.section-subhead .title {
    font-size: 1.5rem
}

.section-actions {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding-top: 30px;
    margin: -.5rem
}

.section-actions li {
    padding: .5rem
}

.section-cta {
    margin-top: 40px
}

.section-cta .notes {
    display: flex
}

.section-cta .notes .icon {
    font-size: 1.75rem;
    width: 2.5rem;
    flex-shrink: 0;
    color: #8cb2ff
}

.section-cta .notes p {
    font-style: italic
}

.section-cta .notes p strong {
    color: #2c7f38;
    font-style: normal
}

.section-content-boxed {
    padding: 1.25rem 1.5rem 1.5rem;
    border-radius: 4px;
    background: #fff;
    box-shadow: 0px 5px 40px 0px rgba(75, 85, 110, 0.08)
}

.section-head-s2 {
    padding-bottom: 20px
}

.section-head-s2-sm {
    padding-bottom: 20px
}

.section-head-s2 .subtitle {
    color: #2c7f38;
    margin-bottom: .5rem;
    letter-spacing: 0.04em
}

.section-head-s2 .title {
    color: #2d313d
}

.section-head-s2 .title + p {
    padding-top: .6875rem
}

.section-head-s2 p span {
    color: #2c7f38
}

.section-head-s2.text-center[class*="wide"] {
    margin-left: auto;
    margin-right: auto
}

.section-cta-boxed {
    padding: 1.5rem;
    border: 2px solid #9cc2f7;
    border-radius: 12px
}

@media (min-width: 576px) {
    .section-m {
        padding: 60px 0
    }

    .section-l {
        padding: 70px 0
    }

    .section-head {
        padding-bottom: 50px
    }

    .section-head .subtitle {
        font-size: 1.125rem;
        margin-bottom: .125rem;
        letter-spacing: 0.1em
    }

    .section-head .title + p {
        padding-top: 1rem
    }

    .section-subhead {
        padding-bottom: 40px
    }

    .section-subhead .title {
        font-size: 1.875rem
    }

    .section-actions {
        padding-top: 40px;
        margin: -1rem
    }

    .section-actions li {
        padding: 1rem
    }

    .section-cta {
        margin-top: 40px
    }

    .section-cta .notes .icon {
        font-size: 2.75rem;
        width: 4rem
    }

    .section-content-boxed {
        padding: 2.25rem 2.5rem 2.5rem
    }
}

@media (min-width: 768px) {
    .section {
        overflow-x: hidden
    }

    .section-m {
        padding: 70px 0
    }

    .section-l {
        padding: 90px 0
    }

    .section-head {
        padding-bottom: 60px
    }

    .section-subhead {
        padding-bottom: 45px
    }

    .section-cta {
        margin-top: 70px
    }
}

@media (min-width: 992px) {
    .section {
        overflow-x: hidden
    }

    .section-m {
        padding: 80px 0
    }

    .section-l {
        padding: 120px 0
    }

    .section-head {
        padding-bottom: 70px
    }

    .section-subhead {
        padding-bottom: 50px
    }

    .section-actions {
        padding-top: 60px
    }

    .section-cta {
        margin-top: 90px
    }

    .section-cta-boxed {
        padding: 2rem
    }
}

.nk-navbar {
    border-top: 23px solid #d81f1d;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    padding: 0px 0px;
    z-index: 999;
    background-color: #ffffff;
    transition: all .4s;
}

.nk-navbar.has-fixed {
    position: fixed;
    padding: 0px 0;
    box-shadow: 0px 5px 40px 0px rgba(75, 85, 110, 0.08)
}

.nk-navbar.has-fixed.is-light {
    background-color: #fff
}

.nk-navbar.has-fixed.is-light .logo-dark {
    display: block
}

.nk-navbar.has-fixed.is-light .logo-light {
    display: none
}

.nk-navbar-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 -15px
}

.nk-navbar-wrap > * {
    padding: 0 15px
}

.nk-navbar-menu {
    position: fixed;
    background-color: #fff;
    min-height: 100vh;
    max-height: 100vh;
    width: 260px;
    top: 0;
    left: 0;
    padding: 1.5rem 1.5rem;
    box-shadow: 0px 5px 40px 0px rgba(75, 85, 110, 0.08);
    transform: translateX(-100%);
    z-index: 888;
    overflow: auto
}

.nk-navbar-menu.menu-open {
    transform: none
}

.nk-navbar-menu.mobile-menu {
    transition: transform .4s ease
}

.nk-navbar-menu + .navbar-overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 777;
    background: rgba(27, 71, 161, 0.8)
}

.nk-navbar-toggle {
    margin-right: -0.5rem;
    z-index: 1000
}

.nk-navbar-toggle .toggle {
    padding: 0.5rem;
    display: flex;
    color: #4b556e;
    border-radius: 50%
}

.tc-light .nk-navbar-toggle .toggle {
    color: #fff
}

.nk-navbar-toggle .toggle .icon-close {
    display: none
}

.has-fixed.is-light .nk-navbar-toggle .toggle {
    color: #4b556e
}

.nk-navbar-toggle .toggle.active {
    color: #4b556e;
    background: rgba(255, 255, 255, 0.8)
}

.nk-navbar-toggle .toggle.active .icon-menu {
    display: none
}

.nk-navbar-toggle .toggle.active .icon-close {
    display: block
}

.nk-navbar-toggle .icon {
    font-size: 1.25rem
}

@media (min-width: 992px) {
    .nk-navbar-menu {
        position: static;
        display: flex;
        align-items: center;
        background-color: transparent;
        min-height: auto;
        width: auto;
        box-shadow: none;
        padding: 0;
        transform: none;
        overflow: visible;
        flex-grow: 1;
        justify-content: flex-end
    }

    .nk-navbar-menu-between {

    }
}

.nk-menu {
    margin: 0 -1.25rem
}

.nk-menu li {
    padding: 0 1.25rem
}

.nk-menu li a {
    display: block;
    padding: .5rem 0;
    font-size: 13px;
    font-weight: 600
}

.is-light .nk-menu li a {
    color: #333
}

.nk-menu li a:hover,
.nk-menu li a.active {
    color: #2c7f38
}

.nk-menu li li a {
    font-size: .885rem
}

.is-light .nk-menu li li a {
    color: #4a4a4a;
    padding: 9px 10px;
    font-weight: 500;
}

.nk-menu li li a:hover,
.nk-menu li li a.active {
    color: #2c7f38;
    background: #efefef;
    padding: 15px 10px
}

.nk-menu-sub {
    margin-left: -.5rem;
    margin-right: -.5rem
}

.nk-menu-dropdown {
    display: none
}

.nk-menu-dropdown li{
    padding: 0 !important
}

.nk-menu-btns {
    padding: 1rem 0 0
}

@media (min-width: 992px) {
    .nk-menu {
        display: flex;
        align-items: center;
        margin: 0 -1.25rem
    }

    .nk-menu li {
        position: relative;
        padding: 0 1.25rem
    }

    .nk-menu li a {
        padding: .5rem 0;
        font-size: 13px;
        color: #333
    }

    .nk-menu li a:hover,
    .nk-menu li a.active {
        color: #2c7f38
    }

    .tc-light .nk-menu li a {
        color: #fff
    }

    .tc-light .nk-menu li a:hover,
    .tc-light .nk-menu li a.active {
        color: #2c7f38
    }

    .is-light.has-fixed .nk-menu li a {
        color: #333
    }

    .is-light.has-fixed .nk-menu li a:hover,
    .is-light.has-fixed .nk-menu li a.active {
        color: #2c7f38
    }

    .nk-menu li:hover .nk-menu-dropdown {
        opacity: 1;
        visibility: visible;
        transform: translateY(8px)
    }

    .nk-menu-dropdown {
        position: absolute;
        left: 0;
        top: 100%;
        border-radius: 4px;
        background-color: #fff;
        box-shadow: 0 3px 12px 0 rgba(18, 24, 58, 0.08);
        min-width: 260px;
        padding: 0;
        opacity: 0;
        visibility: hidden;
        transition: all .3s;
        display: block
    }

    .nk-menu-btns {
        display: flex;
        align-items: center;
        padding: 0 0 0 2.25rem
    }

    .nk-navbar-menu-between .nk-menu {
        margin: 0
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .nk-menu {
        margin: 0 -.75rem
    }

    .nk-menu li {
        padding: 0 .75rem
    }

    .nk-menu-btns {
        padding: 0 0 0 1.25rem
    }
}

.nk-page-head {
    padding-top: 5.5rem;
    overflow: hidden
}

.nk-page-head-wrap {
    position: relative
}

.nk-page-head-image {
    display: none;
    width: 260px;
    max-width: 100%;
    align-self: flex-end
}

.nk-page-head-text {
    padding: .5rem 0 2rem
}

.nk-page-head-text .subtitle {
    text-transform: uppercase;
    color: #2c7f38;
    font-size: 12px;
    margin-bottom: .125rem;
    letter-spacing: 0.04em
}

.nk-page-head-text .title {
    text-transform: uppercase
}

.nk-page-head-text .title + p {
    padding-top: .6875rem
}

@media (min-width: 576px) {
    .nk-page-head-text {
        padding: 1.5rem 0 3rem
    }

    .nk-page-head-text .subtitle {
        font-size: 1.125rem;
        margin-bottom: .125rem;
        letter-spacing: 0.1em
    }

    .nk-page-head-text .title + p {
        padding-top: 1rem
    }
}

@media (min-width: 992px) {
    .nk-page-head-wrap {
        display: flex;
        align-items: center;
        justify-content: space-between
    }

    .nk-page-head-image {
        display: block
    }
}

.nk-footer-top {
    padding-bottom: 2.75rem
}

.nk-footer-bottom {
    padding-top: 1rem;
    border-top: 1px solid rgba(247, 248, 255, 0.1)
}

.nk-footer-links {
    display: flex;
    align-items: center;
    margin: 0 -1rem
}

.nk-footer-links li {
    position: relative;
    padding: 0 1rem
}

.nk-footer-links li:not(:last-child):after {
    content: '';
    position: absolute;
    right: -1px;
    height: 8px;
    width: 1px;
    top: 50%;
    transform: translateY(-50%);
    background-color: #4b556e
}

.tc-light .nk-footer-links li:not(:last-child):after {
    background-color: #a1a9ba
}

.nk-footer-links li a {
    display: block;
    font-size: .875rem;
    color: #4b556e;
    padding: .5rem 0
}

.nk-footer-links li a:hover {
    color: #2c7f38
}

.tc-light .nk-footer-links li a {
    color: #a1a9ba
}

.tc-light .nk-footer-links li a:hover {
    color: #2c7f38
}

@media (min-width: 576px) {
    .nk-footer-top {
        padding-bottom: 3.75rem
    }
}

.promo-trigger {
    position: fixed;
    z-index: 99999;
    right: 25px;
    bottom: 0;
    display: flex;
    align-items: center;
    transition: all .4s;
    border-radius: 30px;
    transform: translateY(100%);
    box-shadow: 0 5px 7px 0 rgba(0, 0, 0, 0.02);
    color: #fff;
    background: #2b56f5;
}

@media (max-width: 767px) {
    .promo-trigger {
        display: none
    }
}

.promo-trigger:active,
.promo-trigger:focus,
.promo-trigger:hover {
    color: #fff
}

.promo-trigger.active {
    bottom: 25px;
    transform: translateY(0);
    transition-delay: 0.4s
}

.promo-trigger-img {
    width: 60px;
    height: 60px;
    border-radius: 30px;
    padding: 18px 18px;
    transition: all 0.4s
}

.promo-trigger-text {
    padding: 14px 0;
    height: 60px;
    width: 0;
    overflow: hidden;
    white-space: nowrap;
    text-transform: uppercase;
    letter-spacing: .1em;
    font-weight: 600;
    transition: all .4s;
    visibility: hidden;
    font-size: 12px;
    line-height: 16px
}

.promo-trigger:hover .promo-trigger-text {
    width: 200px;
    visibility: visible;
    padding: 14px 14px 14px 0
}

.promo-content {
    position: fixed;
    z-index: 99999;
    right: 30px;
    bottom: -50px;
    width: 380px;
    transform: translateY(100%);
    transition: all .4s;
    background: #fff;
    border-radius: 6px;
    box-shadow: 0 6px 60px 0 rgba(18, 26, 38, 0.15)
}

.promo-content.active {
    transform: translateY(0);
    bottom: 30px;
    transition-delay: 4s
}

@media (max-width: 500px) {
    .promo-content {
        width: calc(100% - 60px);
        box-shadow: 0 6px 60px 0 rgba(18, 26, 38, 0.35)
    }
}

.promo-content-wrap {
    display: flex;
    padding: 20px;
    align-items: center;
    background-color: #2b56f5;
    color: #fff;
    border-radius: 4px
}

.promo-content-wrap:hover,
.promo-content-wrap:visited,
.promo-content-wrap:active {
    color: #fff;
}

.promo-content-text h5 {
    font-size: 12px;
    line-height: 22px;
    font-weight: 500;
    margin-bottom: 7px;
    color: inherit
}

.promo-content-text p {
    font-size: 11px;
    line-height: 18px;
    font-weight: 500;
    color: inherit
}

.promo-close {
    color: #0c0c0c;
    border-radius: 50%;
    height: 36px;
    width: 36px;
    line-height: 38px;
    background: #fff;
    text-align: center;
    display: inline-block;
    position: absolute;
    top: -18px;
    right: -18px;
    font-size: 12px;
    box-shadow: 0 0 15px 0 rgba(18, 26, 38, 0.55)
}

.promo-close:hover {
    color: #fff;
    background: #2b56f5
}

@media (min-width: 375px) {
    .promo-content-img {
        width: 110px
    }
}

@media (min-width: 416px) {
    .promo-content-img {
        width: 124px;
        margin-right: 30px
    }

    .promo-content-wrap {
        padding: 30px
    }

    .promo-content {
        right: 40px
    }

    .promo-content.active {
        bottom: 40px
    }

    .promo-content-text h5 {
        font-size: 14px
    }

    .promo-content-text h5 span {
        font-size: 16px
    }

    .promo-content-text p {
        font-size: 13px
    }
}


a.toggle {
    background: #2d8940;
    border-radius: 0 !important;
    margin: 0px 12px;
}


.sub{
    font-size: 17px !important;
    margin: 5px 0px 0px 3px !Important;
}
a.btn.btn-sm.toggle-offcanvas {
    background: #db0e29;
}

.bg-whitee {
    background-color: #fff!important;
    padding: 5px 0px;
    border-top: 10px solid #2c7f38;
}

.bg-div {
    background: #fff;
    padding: 5px 0px;
}
.logo-footer img, .logo-header img {
    max-width: 50%;
    width: 100%;
    height: auto;
}
.logo-header {
    display: table;
    float: left;
    vertical-align: middle;
    padding: 0;
    color: #efbb20;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    width: 170px;
    height: 84px;
    position: relative;
    z-index: 9;
}
.flex {
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    align-items: center;
}


.flexx {
    display: flex;
    justify-content: center;
    flex-direction: row;
    width: 100%;
    align-items: center;
}
.boxx {
    width: 15.2%;
    display: inline-block;
    text-align: center;
    background-color: #fff;
    box-shadow: 1px 1px 17px #ccc;
    border-bottom: 3px solid #009639;
    border-radius: 10px;
    margin: 0px 5px 30px 5px;
    min-height:  80px !important;
    padding: 7px 10px;
}
.ajk-txt{
    font-size: 24px;
}
.boxx:hover {
    background: #fbfbfb;
    border-bottom: 3px solid #d81f1d;
}

.margin-top{
    margin-top: 20px;
}
.padd-0 {
    padding: 0px;
}
section#symptoms {
    background: #fbfbfb !important;
    padding: 85px 0px;
}

section#protect {
    background: #fbfbfb !important;
    padding: 50px 0px;
}

div#covid-basics {
    display: flex;
    align-items: center;
    padding: 10px;
    border-radius: 4px;
    background-color: #fff;
    box-shadow: 5px 4px 4px 0px rgb(116 116 116 / 30%);
}


section.section.section-footer {
    background: #2d8940;
}
p.nk-copyright {
    color: #ffffff;
}
p.nk-copyright a {
    color: #ffffff;
}
section.section.section-footer.section-m.bg-light.has-overlay {
    background: black !important;
}



.tabs.tabs-bb ul.tab-nav li.ui-tabs-active a {
    height: 44px;
    line-height: 44px;
}
ul.tab-nav:not(.tab-nav-lg) li.ui-tabs-active a {
    position: relative;
    background-color: #FFF;
}
ul.tab-nav:not(.tab-nav-lg) li a {
    display: block;
    padding: 0 15px;
    color: #444;
    height: 44px;
    line-height: 44px;
    background-color: #F2F2F2;
    font-size: 14px;
    font-weight: bold;
}
.twitter-tab {
    background: #1DA1F2 !important;
    color: #fff !important;
}
.carousel-item.text-center.b p {
    font-size: 13px;
    margin: 0px 0px;
}
section#contact {
    padding: 67px 0px;
}
p.desig {
    margin: 10px 0px 0 0 !important;
    font-size: 19px;
    font-weight: bold;
    color: #d81f1d;
}
.ff {
    width: 74% !important;
    margin: 0 auto;
}

.carousel-item.text-center.b h5 {
    font-size: 11px;
}
.fb-tab {
    background: #339 !important;
    color: #fff !important;
}

ul.tab-nav.clearfix.ui-tabs-nav.ui-corner-all.ui-helper-reset.ui-helper-clearfix.ui-widget-header li {
    display: inline-block;
}
.slick-prev:before, .slick-next:before {
    font-size: 52px;
    opacity: 1;
    color: #2d8940;

}


.left,.right{
    width: 35px;
    height: 35px;
    z-index: 999999999
}
.#2d8940{
    color: #2d8940
}

iframe#twitter-widget-0 {
    border: 1px solid #888 !important;
    margin: 7px 0px 0px 0px !important;
}

img.a-left.control-c.prev.slick-prev.down.slick-arrow {
    top: -82px;
    right: 68px;
    left: auto;
}
img.a-right.control-c.next.slick-next.up.slick-arrow {
    top: -82px;
    right: 36px;
}

#f-sections{
    padding: 40px 0 !important;
}

ul.padd-0 li span i {
    color: #2d8940;
    margin: 0px 11px 0px 0px;
}
ul.padd-0 li {
    color: #ffffff;
    margin: 15px 0px 0px 0px;
}

ul#socials li {
    display: inline-block;
    margin: 5px 5px;
}
ul#socials li a i {
    font-size: 40px;
    margin: 0px 20px 0px 0px;
}

ul#socials li a i:hover {
    color: #2d8940;
}

.form-box {
    margin: 20px 0px;
}
h3.subscribe {
    color: #ffffff;
    font-size: 15px;
    margin: 0px 0px 15px 0px;
}
input.form-control.round {
    background: transparent;
    border-radius: 34px;
    border-color: #2d8940;
}
::placeholder{
    color: #ffffff
}
button.round-btn {
    margin: 10px 0px 0px 0px;
    border-radius: 21px;
    padding: 2px 20px;
    font-size: 19px;
    background: #2d8940;
    color: #ffffff;
    border: none;
}

.fll{
    display: flex;
    flex-direction: column;
    align-items: center;
}

em.icon-menu.icon.ni.ni-menu:before {
    content: "î«¬";
}
.ni-cross:before {
    content: "î¨†";
}
.ni {
    font-family: "Nioicon" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
@media only screen and (max-width:480px) {
    .nk-navbar-logo.logo {
        display: block;
    }

    .bg-whitee {
        display: none;
    }

    img.logo-dark {
        width: 39%;
    }


    img.logo-light {
        width: 39%;
    }

    .boxx {
        width: 100%;
        text-align: center;
    }

    .nk-banner-s2 {
        padding: 7rem 0 1.5rem;
        display: flex;
    }
    .status-title {
        margin-bottom: 0.6rem;
        color: #000;
        text-align: center;
    }
    .gfx2 {
        text-align: center;
    }
    .pr-4, .px-4 {
        padding-right: 0px;
    }
    .fll {
        display: block;
        flex-direction: column;
        align-items: center;
    }


    .feature-block-four .inner-box .content {
        position: relative !important;
        padding-left: 0 !important
    }

    .feature-block-four .inner-box .content .icon-box {
        position: relative !important;
    }
    .feature-block-four .inner-box {

        padding: 15px !important;
    }

    .nk-navbar-toggle .icon {
        font-size: 1.25rem;
        color: #fff;
    }
    .accord-adjust {
        padding: 0 !important;

    }
    .press-relaese-style{
        margin-bottom: 30px
    }
}
iframe{
    height: 476px !important;
}
.slick-slide img {
    display: block;
    width: 90px;
    border-radius: 10px;
}
.box6.positive {
    min-height: 158px;
}
.margin {
    margin-bottom: 10px;
    min-height: 160px !Important;
}
.block-separator {
    margin-bottom: 40px!important;
}

.top-statistics li {
    text-align: left;
    height: 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-right: 10px;
    color: #303030;
    padding: 10px;
    height: 172px;
    position: relative;
    overflow: hidden;
    background-color: #fff;
    border-radius: 10px;
    border: 1px solid #fff;
    transition: all .4s ease-in-out;
    -ms-transform: scale(0.8);
    transform: scale(0.8);
}
.top-statistics li.tests {
    background-color: #d5f4f6;
}
.top-statistics.without-activecases li {
    margin-right: 20px;
    height: 182px;
}
body.loaded .top-statistics li {
    -ms-transform: none;
    transform: none;
    transition: transform .4s linear;
    transition-delay: .3s;
}
.top-statistics li div .icon {
    font-size: 100px;
    position: absolute;
    right: 10px;
    top: 14px;
    width: 54px;
    height: 50px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.top-statistics li div .icon.tests-icon {
    background-image: url(../img/critical.png);
}
.top-statistics.without-activecases li div .icon {
    width: 70px;
    height: 56px;
}
.top-statistics li label {
    font-size: 1.2308em;
    line-height: 20px;
    display: block;
    width: 35%;
    margin: 0;
    height: 40px;
    padding-top: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.top-statistics.without-activecases li label {
    font-size: 18px;
}
.top-statistics li .counter {
    font-size: 2.7692em;
    display: block;
    font-weight: 800;
    margin-top: 22px;
    text-align: center;
}
.top-statistics.without-activecases li .counter {
    font-size: 2em;
}
.top-statistics li div.new-cases {
    padding: 5px;
}

.top-statistics li.total {
    background-color: #fbf2e9;
}
.top-statistics li div .icon.diagnosed-icon {
    background-image: url(../img/diagnosed-cases.png?v1.0);
}
.top-statistics li div .icon.deaths-icon {
    background-image: url(../img/deaths.png?v1.0);
}
.top-statistics li.deaths {
    background-color: #ffe5e4;
}
.top-statistics li.recovered {
    background-color: #e0f3df;
}
.top-statistics li div .icon.recovered-icon {
    background-image: url(../img/recovered.png?v1.0);
}
.top-statistics li.active {
    background-color: #ddf0f8;
}
.top-statistics li div .icon.active-icon {
    background-image: url(../img/active-cases.png?v1.0);
}
.top-statistics.without-activecases li:last-child {
    margin-right: 0;
}

.top-statistics li div.new-cases span.tests {
    background-color: #7fe5d8;
}

.top-statistics li div.new-cases span {
    padding: 5px 2px;
    width: 100%;
    border-radius: 15px;
    text-align: center;
    font-weight: 500;
    display: block;
    font-size: 14px;
}
.top-statistics li div.new-cases span.total {
    background-color: #f5dfc8;
}
.top-statistics li div.new-cases span.deaths {
    background-color: #f9d3d2;
}
.top-statistics li div.new-cases span.recovered {
    background-color: #bee7bd;
}
.top-statistics li div.new-cases span.active {
    background-color: #a9dcf1;
}
.top-statistics {
    padding: 0;
    list-style: none;
    height: 100%;
    display: -ms-flexbox;
    display: flex;
}

body.loaded .top-statistics li {
    -ms-transform: none;
    transform: none;
    transition: transform .4s linear;
    transition-delay: .3s;
}



@media only screen and (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1220px;
    }

}


.nk-menu li {
    position: relative;
    padding: 0px 11px;
}

.nk-navbar-logo.logo {
    width: 15%;
}
.margin-top-60{
    margin-top: 60px;

}
div#navbar:before {
    content: "Dial 1166 health helpline";
    position: absolute;
    top: -24px;
    right: 0;
    left: 0;
    margin: 0 auto;
    text-align: center;
    color: #ffffff;
    font-weight: bold;
}


.faq {
    min-height: 325px;
    overflow: overlay;
    max-height: 325px;
}



#one {

    position: absolute;
    top: 60%;
    left: 19%;
}
#two {

    position: absolute;
    top: 75%;
    left: 40%;
}
#three {
    position: absolute;
    top: 44%;
    left: 56%;
}
#four {
    position: absolute;
    top: 28%;
    left: 48%;
}
#five {
    position: absolute;
    top: 8%;
    left: 57%;
}
#six {
    position: absolute;
    top: 5%;
    left: 78%;
}
#seven {
    position: absolute;
    top: 18%;
    left: 66%;
}
#eight {

    position: absolute;
    top: 60%;
    left: 19%;
}



.pulse {
    width: 100px;
    height: 100px;
    position: relative;
}
.pulse .phone {
    position: absolute;
    top: 50%;
    left: 45.5%;
    width: 13px;
    height: 13px;
    margin: -10.5px 0 0 -6.33333333333px;
    display: inline-block;
    border-radius: 50%;
    opacity: 0.87;
    background: #d20000;
    z-index: 2;
}
.pulse div {
    position: absolute;
    top: 50%;
    left: 50%;
    border: 1px solid #d30404;
    border-radius: 50%;
    animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    animation-iteration-count: infinite;
    animation-duration: 3200ms;
    opacity: 0;
}
.pulse div.one {
    animation-name: pulse;
}
.pulse div.two {
    animation-name: pulse;
    animation-delay: 1000ms;
}
.pulse div.three {
    animation-name: pulse;
    animation-delay: 2000ms;
}
@keyframes pulse {
    0% {
        margin: -4px 0 0 -4px;
        width: 0;
        height: 0;
        opacity: 0;
    }
    25% {
        margin: -17px 0 0 -17px;
        width: 26px;
        height: 26px;
        opacity: 1;
        border-size: 4px;
    }
    100% {
        margin: -51px 0 0 -51px;
        width: 96px;
        height: 96px;
        opacity: 0;
        border-size: 6px;
    }
}


.top-statistics li.tests:hover {
    background-color: #abe9ed;
}

.top-statistics li.total:hover {
    background-color: #f3d9be;
}

.top-statistics li.deaths:hover {
    background-color: #ffb4b1;
}
.top-statistics li.recovered:hover {
    background-color: #bce5ba;
}
.top-statistics li.active:hover {
    background-color: #b3ddef;
}


#chartdiv {
    width: 100%;
    height: 400px;
}

@media only screen and (max-width:480px){
    .top-statistics.without-activecases li {
        margin-right: 0px;
        height: 182px;
        display: block;
        width: 100%;
    }

    .top-statistics {
        padding: 0;
        list-style: none;
        height: 100%;
        display: -ms-flexbox;
        display: block;
    }

    .nk-navbar-logo.logo {
        width: 100%;
    }

    .nk-banner-s2 {
        padding: 5rem 0rem;
        display: flex;
    }

    #one {
        position: absolute;
        top: 60%;
        left: 12%;
    }
    #two {
        position: absolute;
        top: 63%;
        left: 31%;
    }
    #three {
        position: absolute;
        top: 44%;
        left: 41%;
    }
    #four {
        position: absolute;
        top: 22%;
        left: 38%;
    }
    #five {
        position: absolute;
        top: 1%;
        left: 57%;
    }

    #six {
        position: absolute;
        top: 7%;
        left: 66%;
    }
    #seven {
        position: absolute;
        top: 18%;
        left: 50%;
    }
    #eight {
        position: absolute;
        top: 35%;
        left: 24%;
    }
    .box6.positive {
        min-height: 231px;
    }
}

h3.status-title.h {
    font-size: 14px;
    text-align: center;
    padding-top: 10px
}
.uu{
    background: #ffffff;
    box-shadow: 0px 5px 40px 0px rgba(75, 85, 110, 0.08);
    padding: 20px 0px;
}

.nav-tabs {
    border-bottom: 1px solid transparent !important;
}

div#nav-tabContent {
    padding: 0px !important;
}

iframe#twitter-widget-0 {
    margin: 0px !important;
}
.banner-adjust {
    background-image: url(../img/banner.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    height: 200px;
    margin-top: 0px;
    padding: 120px 0px;
    margin-bottom: 30px;
}

.banner-adjust h6{
    color: #fff;
    font-size: 40px;
    margin-top: 20px;
}
.press-desc h6 {
    font-size: 20px;
    color: #716868;
    border-bottom: 1px solid #aaa;
}
.press-relaese-style{
    padding: 0;
    background: #fff;
    box-shadow: 1px 1px 17px #ccc;
    text-align: center;
}
.press-relaese-style .img-fluid{
    width: 100%;
    height: 250px;
    object-fit: cover
}
.press-relaese-style a {
    padding: 6px 30px;
    background: #2c7f38;
    border-radius: 30px;
    color: #fff;
    display: inline-block;
    border: 1px solid #2c7f38;
    outline: 0px;
    margin-bottom: 20px
}
.press-relaese-style a:hover{
    background: transparent;
    color: #2c7f38;
    border: 1px solid #2c7f38;

}
.press-relaese-style h5{
    font-size: 18px;
    color: #000;
    padding: 25px 15px 0 15px;
    text-align: left;
    margin-bottom: 0;
}
.padding-30{
    padding: 30px 0px;
}

.text{

    text-align: left;
    padding: 15px;
    font-size: 15px
}




/* */

.panel-default>.panel-heading {
    color: #333;
    background-color: #fff;
    border-color: #e4e5e7;
    padding: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-left: #d81f1d 3px solid !important;
    margin-top: 20px;
    border: #eee 1px solid;
}

.panel-default>.panel-heading a {
    display: block;
    padding: 20px 15px;
    font-size: 16px;
    color: #222;
}
.panel-default>.panel-heading a:after {
    content: "";
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 700;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    float: right;
    transition: transform .25s linear;
    -webkit-transition: -webkit-transform .25s linear;
    font-size: 24px;
}

.panel-default>.panel-heading a[aria-expanded="true"] {
    background-color: #eee;
}

.panel-default>.panel-heading a[aria-expanded="true"]:after {
    content: "\2212";
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.panel-default>.panel-heading a[aria-expanded="false"]:after {
    content: "\002b";
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
#accordion{
    width: 100%;
}#accordion1{
     width: 100%;
 }
.accord-adjust{

    padding: 10px 15px;
    margin: 30px 0px;
    width: 100%;
}
.panel-body{
    color: #4a4a4a;
    box-shadow: #e4e4e4 0px 1px 2px;
    padding: 15px;
    margin-bottom: 30px;
}
@media(min-width:992px)
{
    .faq-container ul {
        margin-left: 30px;
    }

}

.faq-container ul li{
    list-style: circle;
    line-height: 32px
}
.mb-30 {
    margin-bottom: 30px;
}
.who-we-contant  p{
    font-size: 16px;
}
.dream-dots span:first-child {
    background-color: #00a8ff;
}

.dream-dots span {
    font-weight: bold;
    display: inline-block;
    background-image: linear-gradient(135deg, #846FF4 0%, #F17674 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}
.gradient-text.blue {
    background-image: linear-gradient(35deg, #17EAD9 0%, #6078EA 100%);
    text-transform: uppercase;
}
.dream-dots span {
    font-weight: bold;
    display: inline-block;
    background-image: linear-gradient(135deg, #846FF4 0%, #F17674 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}
.gradient-text {
    font-weight: bold;
    display: inline-block;
    background-image: linear-gradient(135deg, #846FF4 0%, #F17674 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}
.icon-font-box i {
    font-size: 24px;
    font-weight: 500;
    color: #2da4ee;
}
.icon-font-box {
    position: absolute;
    left: 0;
    top: 0;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
    border: 2px solid #2da4ee;
}
.services-block-four .inner-box .text {
    font-size: 14px;
    color: #888;
    margin-top: 8px;
    margin-bottom: 10px;
}
.services-block-four.v2 .inner-box {
    position: relative;
    padding-left: 70px;
}
.who-we-contant h4 {
    margin-bottom: 20px;
    font-size: 30px;
}
.light-version .services-block-four .inner-box h3 a {
    color: #222;
}
.services-block-four .inner-box h3 {
    position: relative;
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
}
.services-block-four .inner-box .text {
    font-size: 14px;
    color: #888;
    margin-top: 8px;
    margin-bottom: 10px;
}
.services-block-four {
    position: relative;
    margin-bottom: 30px;
    background: #fff;
}
.services-block-four.v2 .inner-box {
    position: relative;
    padding-left: 70px;
}
.inner-box h3 a {
    color: #222 !important;
}
.section-padding-100 {
    padding-top: 100px;
    padding-bottom: 100px;
}
.single-blog-area {
    position: relative;
    z-index: 1;
    margin-bottom: 50px;
}
.blog-content h4{
    font-size: 20px;
}
.gradient-text.blue {
    background-image: linear-gradient(35deg, #17EAD9 0%, #6078EA 100%);
    text-transform: uppercase;
}
.dream-dots span:first-child {
    background-color: #00a8ff;
}
.dream-dots span {
    font-weight: bold;
    display: inline-block;
    background-image: linear-gradient(135deg, #846FF4 0%, #F17674 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}
.gradient-text {
    font-weight: bold;
    display: inline-block;
    background-image: linear-gradient(135deg, #846FF4 0%, #F17674 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}
.section-heading h2 {
    font-size: 30px;
    text-transform: capitalize;
    margin-bottom: 15px;
}
.section-heading > p {
    margin-bottom: 0;
    line-height: 2;
    font-size: 16px;
    max-width: 100%;
    margin: 0 auto;
}
.light-version p {
    color: #1d1d1d;
}
compare-box {
    padding: 50px 60px 20px 60px;
    margin-bottom: 30px;
    background: linear-gradient(to right, #fe86a7, #dc624b) !important;
}
.compare-box {
    padding: 50px 60px 20px 60px;
    margin-bottom: 30px;
    background: linear-gradient(to right, #fe86a7, #dc624b);
}
.unfeat-list li {
    width: 100%;
    margin-bottom: 50px;
}
.list-unstyled {
    padding-left: 0;
    list-style: none;
}
.compare-box-right {
    background: rgba(1, 7, 53, 0.1);
    border-bottom-right-radius: 80px;
    -webkit-box-shadow: 0 0 80px rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 80px rgba(0, 0, 0, 0.4);
    background: linear-gradient(to right, #14aff5, #23d0ec);
    margin-bottom: 30px;
}
.compare-box .compare-heading .title {
    display: block;
    color: #000;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 29px;
    padding-bottom: 20px;
}
.unfeat-list li .desc .title {
    display: block;
    color: #000;
    font-weight: 600;
    font-size: 18px;
    padding-bottom: 12px;
}
.unfeat-list li .desc p {
    margin: 0;
    font-size: 14px;
    color: #555;
    line-height: 1.7;
}

.service_single_content{
    border-radius: 10px;
    background-color: #fff !important;
    border-top: 2px solid #f9fafb;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    -webkit-box-shadow: 0 20px 40px 0 rgba(0, 0, 0, .11)  !important;
    box-shadow: 0 5px 40px 0 rgba(0, 0, 0, .11)  !important;
    border: none;
    padding:  20px;
    margin-bottom: 30px !important;
}

.service_single_content:hover{

    border-top: 2px solid #d81f1d;
}

.service_icon {
    margin-bottom: 10px;
    display: inline-block;

}
.service_single_content h6 {
    margin-bottom: 15px;
    font-size: 18px;
    color: #222;
}
.light-version p {
    color: #1d1d1d;
}
.light-version .service_single_content p {
    margin-bottom: 0;
}
.service_single_content h6{
    border-bottom: 0px solid #fff;
}
.padd-60{
    padding: 60px 0px;
}
.dream-dots span {
    font-weight: bold;
    display: inline-block;
    background-image: linear-gradient(135deg, #846FF4 0%, #F17674 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}
.dream-dots span:first-child {
    background-color: #00a8ff;
}
.section-heading h2 {
    font-size: 30px;
    text-transform: capitalize;
    margin-bottom: 15px;
}
.group input, .group textarea {
    font-size: 14px;
    font-style: italic;
    padding: 10px;
    display: block;
    width: 100%;
    height: 45px;
    border: none;
    background-color: #f5f5f5;
    color: #5D5D5D;
    border-radius: 0;
    border-bottom: 2px solid rgba(255, 255, 255, 0.2);
}
.light-version .group input, .light-version .group textarea {
    color: #222 !important;
    border-bottom: 2px solid rgba(0, 0, 0, 0.2);
}
input:required, textarea:required {
    box-shadow: none !important;
}
.dream-btn {
    position: relative;
    z-index: 1;
    min-width: 160px;
    height: 48px;
    line-height: 48px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1px;
    display: inline-block;
    padding: 0 20px;
    text-align: center;
    text-transform: uppercase;
    background-size: 200% auto;
    color: #fff;
    box-shadow: 0 3 ox 20px rgba(0, 0, 0, 0.1);
    border-radius: 100px;
    background-image: -webkit-linear-gradient(to right, #846FF4 0%, #F17674 51%, #846FF4 100%);
    background-image: linear-gradient(to right, #846FF4 0%, #F17674 51%, #846FF4 100%);
    border: 1px solid #fff;
    -webkit-transition: all 500ms;
    transition: all 500ms;
}
.dream-btn:hover {
    background-position: right center;
    color: #fff;
}
.light-version .group input, .light-version .group textarea {
    color: #222 !important;
    border-bottom: 2px solid rgba(0, 0, 0, 0.2);
}
.group input, .group textarea {
    font-size: 14px;
    font-style: italic;
    padding: 10px;
    display: block;
    width: 100%;
    height: 45px;
    border: none;
    background-color: #f5f5f5;
    color: #5d5d5d;
    border-radius: 0;
    border-bottom: 2px solid rgba(255, 255, 255, 0.2);
}

.single_blog_meta {
    box-shadow: 0 5px 25px rgba(0,0,0,0.10);
    padding: 8px;
    position: relative;
    /* margin-top: -20px; */
    background: #fff;
    border-radius: 5px;
    width: 80%;
    margin: -20px auto 0 auto;
}

.single_blog_meta_date span {
    color: #d81f1d;
    font-weight: 600;
}

.pb-30{
    padding-bottom: 30px
}

.panel-title{
    margin-bottom: 0
}
.contact-info-block {
    position: relative;
    margin: 30px 0;
}
.contact-info-block .inner-box {
    position: relative;
    text-align: center;
    padding: 20px 15px;
    box-shadow: 0px 0px 25px rgba(0,0,0,0.10);
    border-top: 2px solid;
    border-color: #d81f1d;
}
.contact-info-block .inner-box h3 {
    position: relative;
    color: #222222;
    font-size: 20px;
    line-height: 1.4em;
    margin-bottom: 12px;
    font-weight: 600;
}
.contact-info-block .inner-box .text {
    position: relative;
    font-size: 16px;
    line-height: 1.7em;
    font-weight: 400;
    padding: 0;
    text-align: center
}
.sec-title.centered .title-icon {
    margin: 0 auto 5px;
}
.sec-title .title-icon {
    position: relative;
    width: 50px;
    margin-bottom: 20px;
}
.sec-title .title-icon .icon {
    position: relative;
    display: inline-block;
}
.sec-title .title-icon .icon {
    animation-name: zoomInFader;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    -webkit-animation-name: zoomInFader;
    -webkit-animation-duration: 3s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    -moz-animation-name: zoomInFader;
    -moz-animation-duration: 3s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: ease-in-out;
    -ms-animation-name: zoomInFader;
    -ms-animation-duration: 3s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: ease-in-out;
    -o-animation-name: zoomInFader;
    -o-animation-duration: 3s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: ease-in-out;
}

.home_about_corona .home_ab_text:before {
    content: "";
    width: 500%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    background: #f5f5f9;
    position: absolute;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    z-index: -1;
}
.small-image {
    position: absolute;
    right: 0;
    top: -2%;
    width: 180px;
    height: 180px;
    overflow: hidden;
    border-radius: 50%;
    background-color: #ffffff;
    box-shadow: 0px 0px 35px rgba(0,0,0,0.10);
    animation-name: rotateme;
    animation-duration: 24s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    /* -webkit-animation-name: rotateme; */
    /* -webkit-animation-duration: 24s; */
    /* -webkit-animation-iteration-count: infinite; */
    /* -webkit-animation-timing-function: linear; */
    -moz-animation-name: rotateme;
    -moz-animation-duration: 24s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: rotateme;
    -ms-animation-duration: 24s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: rotateme;
    -o-animation-duration: 24s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}

.feature-block-four {
    position: relative;
    margin-bottom: 35px;
}

.feature-block-four .inner-box:hover {
    background-color: #ffffff;
    border-bottom-color: #ffffff;
    box-shadow: 0px 0px 25px rgba(0,0,0,0.15);
    border-color: #d81f1d;
}
.feature-block-four .inner-box {
    position: relative;
    padding: 38px 30px 30px;
    background-color: #ffffff;
    border-top: 2px solid #f9fafb;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    box-shadow: 0px 0px 25px rgba(0,0,0,0.15);
    border-radius: 6px;
}

.feature-block-four .inner-box .content {
    position: relative;
    padding-left: 90px;
}
.feature-block-four .inner-box .content .icon-box {
    position: absolute;
    left: 0px;
    top: 0px;
}
.feature-block-four .inner-box .content h3 {
    position: relative;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.3em;
    margin-bottom: 15px;
}
.feature-block-four .inner-box .content .text {
    position: relative;
    font-size: 17px;
    line-height: 1.6em;
    color: #777;
    padding: 0
}

.protect_inner .protect_list_inner {
    margin-bottom: 55px;
}
.protect_list_item .protect_list_title {
    margin-bottom: 25px;
}
.protect_list_item .protect_list_title h3 {
    font: 700 24px quicksand,sans-serif;
    color: #01cfbe;
    margin-bottom: 10px;
}

.protect_list_item .protect_list_title h6 {
    font: 400 14px quicksand,sans-serif;
    color: #9491b0;
    margin-bottom: 0;
}
.protect_list_item  ul{
    margin-left: 0
}
.protect_list_item .nav li {
    margin-bottom: 25px;
    list-style: none
}
.protect_list_item .nav li  {
    font: 500 18px quicksand,sans-serif;
    color: #444;
    position: relative;

    display: block;
}
.protect_list_item .nav li i {
    font-size: 24px;
    color: #01cfbe;
    padding-right: 10px;

    left: 0;
    top: 1px;
}

.protect_list_item.red .protect_list_title h3 {
    color: #e4133f;
}

.protect_list_item.red .nav li  i {
    color: #e4133f;
}
.pl-0{
    padding-left: 0
}
.pr-o{
    padding-right: 0
}

.blog_thumbnail{
    border-radius: 10px;
    height: 200px;
    object-fit: cover;
    margin-bottom: 20px;
    box-shadow: #eee 2px 3px 3px;
}

.blog_thumbnail img{
    height: 100%;
    width: 100%;border-radius: 10px;

}
.blog-content span{
    margin-right: 10px
}
.blog-content h6, .blog-content h4{
    font-size: 18px;
    color: #222;
    border-bottom: none;
    padding: 10px 0
}

a.read_more.tp_one {
    position: relative;
    font-size: 16px;
    font-weight: 700;
    color: #dd2d4e;
    line-height: 28px;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
}
a.read_more.tp_one span {
    vertical-align: middle;
    line-height: normal;

    margin-left: 8px;
    font-weight: 500;
    margin-top: -1px;
}
.blog-content{
    padding: 0 10px
}
.single-blog-area:hover a {
    color: #007bff;
}
.single-blog-area:hover{
    border: #f5f5f5 1px solid;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px

}

.text-danger{
    color: #d81f1d
}

.responstable {
    margin: 1em 0;
    width: 100%;
    overflow: hidden;
    background: #fff;
    color: #024457;
    border-radius: 10px;

}
.responstable tr {
    border: 1px solid #d9e4e6;
}
.responstable tr:nth-child(odd) {
    background-color: #eaf3f3;
}
.responstable th {
    display: none;
    border: 1px solid #fff;
    background-color: #d81f1d;
    color: #fff;
    padding: 0.3em 1em;
}
.responstable th:first-child {
    display: table-cell;
    text-align: center;
}
.responstable th:nth-child(2) {
    display: table-cell;
}
.responstable th:nth-child(2) span {
    display: none;
}
.responstable th:nth-child(2):after {
    content: attr(data-th);
}
@media (min-width: 480px) {
    .responstable th:nth-child(2) span {
        display: block;
    }
    .responstable th:nth-child(2):after {
        display: none;
    }
}
.responstable td {
    display: block;
    word-wrap: break-word;
    max-width: 7em;
}
.responstable td:first-child {
    display: table-cell;
    text-align: center;
    border-right: 1px solid #d9e4e6;
}
@media (min-width: 480px) {
    .responstable td {
        border: 1px solid #d9e4e6;
    }
}
.responstable th,
.responstable td {
    text-align: left;
    margin: 0.3em 1em;
}
@media (min-width: 480px) {
    .responstable th,
    .responstable td {
        display: table-cell;
        padding: 0.3em 1em;
    }
}

.btn-outline {
    border: 2px solid #d81f1d;
    background: #fff;
    color: #d81f1d;
}
.btn-outline:hover {
    background: #d81f1d;
    color: #fff;
}

.guidelines ul{
    margin: 0
}
.guidelines ul li{
    float: left;
    width: 100%;
    background: #f6f6f6;
    border-left:#d81f1d  3px solid;
    padding: 10px;
    margin-bottom: 10px;
    list-style: none
}

.guidelines ul li a{
    color: #000
}
.guidelines ul li:hover a{
    color: #d81f1d
}

.responstable td p{
    margin-bottom: 5px
}
.responstable th p{
    color: #fff
}
.protect.type_two .protect_box_left, .protect.type_two .protect_box_right {
    position: relative;
}
.protect_box_left .protect_box.type_two {
    text-align: right;
    padding-right: 20px;
}
.protect_box.type_two {
    position: relative;
    margin-bottom:20px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-item-align: center!important;
    align-self: center!important;
}
.protect_box_left .protect_box.type_two .content_box {
    margin: auto 20px auto 0px;
    width: 100%;
}
.protect_box.type_two .content_box {
    position: relative;
    margin: auto 0px;
}
.protect_box.type_two .content_box h2{
    font-size: 18px;
    color: #000;
    margin-bottom: 0

}
.protect_box.type_two h2 a {
    display: block;
    position: relative;
    font-size: 17px;
    line-height: 26px;
    margin-bottom: 2px;
    color: #274782;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
}

.protect_box.type_two p{
    font-size: 14px
}

.protect_box.type_two .image_box {
    position: relative;
    margin-top: 5px;
    min-width: 80px;
    border-radius: 50%;
}
.protect_box.type_two .image_box img {
    border-radius: 50%;
    box-shadow: 0px 8px 21px 0px rgba(178, 186, 204, .8);
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
}
.protect_box.type_two .image_box span {
    position: absolute;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 12px;
    background: #15b972;
    color: #ffffff;
    border-radius: 50px;
    right: -2px;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
}
.protect_box.type_two .image_box span.worng {
    left: -2px;
    background: #dd2d4e;
}

.protect_box.type_two:hover .image_box span {
    transform: rotate(360deg);
}
.protect_box_right .protect_box.type_two .content_box {
    margin: auto 0px auto 20px;
    width: 100%;
}
h3.status-title span {
    float: right;
}
.main-link {
    font-size: 16px !important;
    font-weight: bold !important;
    color: #d81f1d !important;
}
.nk-menu li li a:hover, .nk-menu li li a.active {
    color: #2c7f38;
    background: #efefef;
    padding: 9px 15px;
}
.nk-menu-dropdown li:hover {
    border: none;
    border-left: #2c7f38 3px solid;
}
.pak-stats-btn{
    float: left;
    margin: 0 10px;
}

.stats-cont iframe{
    height:5000px !important
}

.process-wrapp {
    float: left;
    width: 100%
}

.process-wrapp li {
    text-align: center;
    padding: 10px  25px;

    background: #f5f5f5;
    border-radius: 10px;
    margin-right: 10px;
    float: left;
    border-top: #D81F1D 3px solid !important;
    border: #ddd 1px solid

}
.process-wrapp li:hover{
    background: #D81F1D;
    border-top: #981614 3px solid !important;
    border: #ddd 1px solid;

}
.process-wrapp li:hover a{
    color: #fff
}
.process-wrapp li a{
    color: #000;
    text-decoration: none
}
.process-wrapp li a:hover{
    color: #fff
}
.process-wrapp .active{

    background: #D81F1D;

    border-top: #981614 3px solid !important;
    border: #ddd 1px solid

}

.process-wrapp .active a{
    color: #fff


}


#preloader {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 99999;
    top: 0;
    left: 0;
    background: #d5e1f0;
    /*background: -webkit-linear-gradient(to right, #21d397, #005112) !important;*/
    /*background: -webkit-linear-gradient(to right, #21d397, #005112) !important;*/
    /*background: linear-gradient(to right, #21d397, #005112) !important;*/
}

/*.preload-content {*/
/*position: absolute;*/
/*top: 40%;*/
/*left: 45%;*/
/*margin-top: -35px;*/
/*margin-left: -35px;*/
/*z-index: 100;*/
/*}*/

#dream-load {
    background-image: url(img/loader2.gif);
    width: 512px;
    height: 512px;
    margin: 0 auto;
    margin-top: 50px;

    /*width: 70px;*/
    /*height: 70px;*/
    /*border-radius: 50%;*/
    /*border: 3px;*/
    /*border-style: solid;*/
    /*border-color: transparent;*/
    /*border-top-color: rgba(255, 255, 255, 0.5);*/
    /*-webkit-animation: dreamrotate 2400ms linear infinite;*/
    /*animation: dreamrotate 2400ms linear infinite;*/
    /*z-index: 999;*/
}


/*responsive  START*/
@media only screen and (max-width: 767px) {
    #dream-load {
        background-image: url(img/loader1.gif);
        width: 256px;
        height: 256px;
        margin: 0 auto;
        margin-top: 100px;
    }
}

.imp-box{
    float: left;
    width: 100%;
    text-align: center;
    padding: 20px;
    background: #eee;
    margin-bottom: 40px
}

strong, b {
    font-weight: 900;
    font-size: 16px;
}

@media (max-width: 1200px){
    .h4{
        font-size: 1.1rem;
    }
    .top-statistics.without-activecases li .counter {
        font-size: 1.7em;
    }
    .top-statistics.without-activecases li {
        margin-right: 10px;
        height: 182px;
    }
}

/*  ====================================  added on 25th april  ========================================================*/

@media (max-width: 1200px)
{

    .top-statistics.without-activecases li label {
        font-size: 16px;
        padding-right: 5px;
    }
    .top-statistics li label {
        font-size: 1.2308em;
        line-height: 18px;
        display: block;
        width: 65%;
        margin: 0;
        height: 40px;
        padding-top: 10px;
        text-transform: uppercase;
        letter-spacing: 0px;
    }
    .top-statistics.without-activecases li div .icon {
        width: 41px;
        height: 40px;
    }

}

@media (max-width: 992px)
{
    .top-statistics.without-activecases li {
        margin-right: 5px;
        height: 182px;
    }
    .top-statistics.without-activecases li div .icon {
        width: 39px;
        height: 38px;
    }
    .top-statistics.without-activecases li .counter {
        font-size: 19px;
        word-wrap: break-word;
    }
    .top-statistics.without-activecases li label {
        font-size: 14px;
        padding-right: 5px;
        word-wrap: break-word;
    }
    .top-statistics li label {
        width: 65%;
        letter-spacing: 0px;
    }
}

.vaccine_stats {
			margin: 0;
			background: #fff;
			margin-bottom: 20px;
			box-shadow: 0px 0px 8px 1px #e9e9e9;
			border-radius: 10px;
		}
		.vacc_col {
			display: flex;
			align-items: center;
			justify-content: space-between;
			border-right: 2px solid #e9e9e9;
			margin: 10px auto;
    		padding: 10px 15px;
		}
		.vacc_text {
			display: flex;
			flex-direction: column;
		}
		.vacc_text p {
			margin-bottom: 0;
		}
        .count-2{
            color: #EF6000 !important;
        }
		.vacc_text .title {
			font-size: 14px;
			font-weight: bold;
			letter-spacing: 1px;
		}.vacc_text .counter {
			 font-size: 30px;
			 font-weight: 700;
			 color: #03bdef;
			 font-family: arial;
		 }
		.vacc_text .last_hours {
			font-weight: 600;
			text-transform: uppercase;
			color: #484848;
            font-size: 14px;
			border-top: 1px solid #ddd;
			padding-top: 5px;
		}
		.vacc_col .icon img {
			max-width: 80px;
			width: 100%;
		}
		.vacc_col.blue .counter {
			color: #03bdef;
		}
		.vacc_col.green .counter {
			color: #86df88;
		}
		.vacc_col.purple .counter {
			color: #c87acd;
		}
		.status-title {
			margin-bottom: 0rem;
			color: #000;
			font-size: 1.5em;
		}
        .bg-org{
            padding: 17px;
            background: #fde5d6;
            border-radius: 50%;
        }



.slick-next {
    right: 0px !important;
}

.slick-prev {
    left: 0px !important;
}
