﻿/*****************************
  css
*****************************/

 ::-webkit-scrollbar{
		     display:none;/*Chrome Safari*/
		  }

		  html{
		     scrollbar-width: none; /*Firefox*/
			 -ms-overflow-style: none;/* IE 10+*/
			 overflow-x:hidden;
			 overflow-y:auto;
		  }

/* 变灰色
html {
    filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
    -webkit-filter: grayscale(100%);
}
*/
body {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 16px;
    color: #666666;
    overflow-x: hidden;
}

a {
    outline: medium none !important;
    color: #006838;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

a:focus {
    color: #006838;
    text-decoration: none !important;
}

a:hover {
    color: #006838;
    text-decoration: none !important;
}

input {
    outline: medium none !important;
    color: #006838;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    /*font-family: "Merriweather", serif;*/
    font-weight: normal;
    color: #333333;
    margin-top: 0px;
    text-transform: capitalize;
}

h1 a,
.h1 a,
h2 a,
.h2 a,
h3 a,
.h3 a,
h4 a,
.h4 a,
h5 a,
.h5 a,
h6 a,
.h6 a {
    color: inherit;
}

section {
    position: relative;
}

label {
    font-weight: normal;
}

h1,
.h1 {
    font-size: 48px;
    font-style: normal;
}

h2,
.h2 {
    font-size: 26px;
}

h3,
.h3 {
    font-size: 30px;
}

h4,
.h4 {
    font-size: 24px;
    font-weight: bold;
}

h5,
.h5 {
    font-size: 20px;
    font-weight: bold;
}

h6,
.h6 {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.5;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

p {
    /*font-weight: normal;*/
    /*line-height: 1.8;*/
}

*::-moz-selection {
    background: #006838;
    color: #ffffff;
    text-shadow: none;
}

::-moz-selection {
    background: #006838;
    color: #ffffff;
    text-shadow: none;
}

::selection {
    background: #006838;
    color: #ffffff;
    text-shadow: none;
}

.container-fluid.container-space {
    padding: 0 100px;
}

@font-face {
    font-family: "iconfont";
    src: url('../fonts/iconfont.eot');
    /*IE9兼容模式*/
    src: url('../fonts/iconfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/iconfont.woff') format('woff'), /* chrome, firefox */ url('../fonts/iconfont.ttf') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/ url('../fonts/iconfont.svg') format('svg');
    /* iOS 4.1- */
    font-style: normal;
    font-weight: normal;
}

.form-control {
    border: 1px solid #006838;
    border-radius: 0px;
    height: 48px;
    padding: 10px 20px;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 14px;
    font-weight: 600;
    color: #333333;
    background-clip: inherit !important;
}

.form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #88c250;
}

.form-control::-moz-placeholder {
    color: #999999;
}

.form-control::-ms-input-placeholder {
    color: #999999;
}

.form-control::-webkit-input-placeholder {
    color: #999999;
}

form .form-group .input-group-text {
    border: 1px solid #006838;
    border-radius: 0px;
}

.custom-file {
    height: 50px;
}

.custom-file .custom-file-input {
    height: 50px;
    color: #333333;
    border-radius: 3px;
    border-color: #eeeeee;
}

.custom-file .custom-file-input:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #006838;
}

.custom-file .custom-file-label {
    height: 50px;
    font-size: 14px;
    font-weight: 600;
    color: #333333;
    border-color: #eeeeee;
    padding: 15px 90px 15px 20px;
    border-radius: 3px;
}

.custom-file .custom-file-label:after {
    height: 48px;
    padding: 14px 25px;
}

.custom-file-input:focus ~ .custom-file-label {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #006838;
}

.input-group-prepend .input-group-text,
.input-group-append .input-group-text {
    width: 50px;
    background: transparent;
    border-color: #eeeeee;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.custom-control-input:checked ~ .custom-control-label:before {
    background: #006838;
    border-color: #006838;
}

.custom-control-input:not(:disabled):active ~ .custom-control-label:before {
    background: transparent;
    border-color: transparent;
}

.custom-control-input:focus ~ .custom-control-label:before {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.custom-control-input:focus:not(:checked) ~ .custom-control-label:before {
    border-color: #eeeeee;
}

.custom-control-label:before {
    top: 2px;
}

.custom-control-label:after {
    top: 2px;
}

.custom-checkbox .custom-control-label:before {
    border-radius: 0;
    border: 1px solid #dfdfdf;
}

.border {
    border-color: #eeeeee !important;
}

.border-top {
    border-top-color: #eeeeee !important;
}

.border-left {
    border-left-color: #eeeeee !important;
}

.border-right {
    border-right-color: #eeeeee !important;
}

.border-bottom {
    border-bottom-color: #eeeeee !important;
}

.badge {
    border-radius: 3px;
}

.badge + .badge {
    margin-left: 6px;
}

.badge-md {
    padding: 5px 8px;
    font-size: 13px;
    font-weight: normal;
}

.badge-primary {
    background: #006838;
}

.back-to-top {
    background: #006838;
    position: fixed;
    bottom: 30px;
    right: 30px;
    display: inline-block;
    font-size: 16px;
    color: #ffffff;
    text-align: center;
    width: 40px;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    cursor: pointer;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    z-index: 9;
}

.back-to-top:hover {
    color: #ffffff;
}

.back-to-top:focus {
    color: #ffffff;
}

.breadcrumb {
    padding-left: 0;
    background: transparent;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 700;
}

.breadcrumb .breadcrumb-item {
    padding-right: 5px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.breadcrumb .breadcrumb-item a {
    color: #333333;
    font-size: 16px;
}

.breadcrumb .breadcrumb-item a:hover {
    color: #006838;
}

.breadcrumb .breadcrumb-item i {
    padding-right: 5px;
    font-size: 14px;
}

.breadcrumb .breadcrumb-item:before {
    display: none;
}

.breadcrumb .active span {
    color: #006838;
    font-size: 16px;
}

.pagination .page-item .page-link {
    font-size: 14px;
    font-weight: 700;
    color: #006838;
    border: 2px solid #006838;
    margin-right: 15px;
}

.pagination .page-item .page-link:hover {
    background: #006838;
    border-color: #006838;
    color: #ffffff;
}

.pagination .page-item .page-link:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.pagination .page-item:first-child .page-link {
    border-radius: 0px;
}

.pagination .page-item:last-child .page-link {
    border-radius: 0px;
    margin-right: 0;
}

.pagination .page-item.active .page-link {
    background: #006838;
    border-color: #006838;
    color: #ffffff;
}

.blockquote {
    font-size: 16px;
    border-left: 10px solid #006838;
    padding-left: 30px;
    font-style: italic;
    display: block;
}

.blockquote-quote {
    position: relative;
    font-size: 18px;
    border-left: 0 solid #006838;
    padding-left: 30px;
    font-style: italic;
    display: block;
    z-index: 1;
}

.blockquote-quote p {
    position: relative;
}

.blockquote-quote i {
    position: absolute;
    z-index: 0;
    top: 20px;
    left: 0;
    font-size: 60px;
    line-height: 60px;
    color: #dfdfdf;
}

.table-bordered td {
    border-color: #eeeeee;
}

.table-bordered th {
    border-color: #eeeeee;
}

.table thead th {
    border-bottom-color: #eeeeee;
}

.table-striped tbody tr:nth-of-type(odd) {
    background: #f6f6f6;
}

.table td,
.table th {
    vertical-align: middle;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .container {
        max-width: 96%;
    }
}

@media (max-width: 767px) {
    h1 {
        font-size: 32px;
    }

    h2 {
        font-size: 28px;
    }

    h3 {
        font-size: 24px;
    }

    h4 {
        font-size: 20px;
    }

    h5 {
        font-size: 18px;
    }

    h6 {
        font-size: 16px;
    }

    .container {
        max-width: 100%;
    }
}

@media (max-width: 575px) {
    h1 {
        font-size: 30px;
    }

    h2 {
        font-size: 26px;
    }

    h3 {
        font-size: 24px;
    }
}


/*****************************
  Helper Classes
*****************************/


/* Text Color */

.text-primary {
    color: #006838 !important;
}

.text-primary-lb {
    color: #ffffff !important;
}

.text-secondary {
    color: #88c250 !important;
}

.text-dark {
    color: #333333 !important;
}

.text-light {
    color: #f6f6f6 !important;
}

.text-muted {
    color: #1d2936 !important;
}


/* Background Color */

.bg-primary {
    background-color: #006838 !important;
}

.bg-secondary {
    background-color: #88c250 !important;
}

.bg-dark {
    background-color: #333333 !important;
}

.bg-gray {
    background-color: #dfdfdf !important;
}

.bg-light {
    background-color: #f6f6f6 !important;
    font-size: 16px;
}


/* Page section margin padding */

.space-lg-ptb {
    padding: 160px 0;
}

.space-lg-pt {
    padding-top: 160px;
}

.space-lg-pb {
    padding-bottom: 160px;
}

.space-ptb {
    /*padding: 100px 0;*/
    padding: 30px 0;
}

.space-pt {
    padding-top: 50px;
}

.space-pb {
    padding-bottom: 100px;
}

.space-sm-ptb {
    /*padding-top: 20px 0;*/
    margin-top: 20px;
    margin-bottom: 10px
}

.space-sm-pt {
    padding-top: 70px;
}

.space-sm-pb {
    padding-bottom: 70px;
}

.space-lg-mt {
    margin-top: 150px;
}


/* position */

.top-0 {
    top: 0;
}

.bottom-0 {
    bottom: 0;
}

.left-0 {
    left: 0;
}

.right-0 {
    right: 0;
}

.position-center {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.top-50 {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.left-50 {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}


/* z index */

.z-index-1 {
    z-index: 1;
}

.z-index-9 {
    z-index: 9;
}

.z-index-99 {
    z-index: 99;
}

.z-index-999 {
    z-index: 999;
}

.z-index-n1 {
    z-index: -1;
}

.z-index-n9 {
    z-index: -9;
}


/* Opacity */

.opacity-10 {
    opacity: 0.1;
}

.opacity-20 {
    opacity: 0.2;
}

.opacity-30 {
    opacity: 0.3;
}

.opacity-40 {
    opacity: 0.4;
}

.opacity-50 {
    opacity: 0.5;
}

.opacity-60 {
    opacity: 0.6;
}

.opacity-70 {
    opacity: 0.7;
}

.opacity-80 {
    opacity: 0.8;
}

.opacity-90 {
    opacity: 0.9;
}

.opacity-100 {
    opacity: 1;
}


/* Font Size */

.display-1 {
    font-size: 9rem;
    line-height: 1;
    font-weight: 800;
}

.display-2 {
    font-size: 8rem;
    line-height: 1.2;
    font-weight: 800;
}

.display-3 {
    font-size: 7rem;
    line-height: 1.2;
    font-weight: 800;
}

.display-4 {
    font-size: 6rem;
    line-height: 1.2;
    font-weight: 800;
}

.display-5 {
    font-size: 5rem;
    line-height: 1.2;
}

.display-6 {
    font-size: 4rem;
    line-height: 1.2;
}

.display-7 {
    font-size: 3rem;
    line-height: 1.2;
}

.display-8 {
    font-size: 2.5rem;
    line-height: 1.2;
}

.display-9 {
    font-size: 1.5rem;
    line-height: 1.4;
}

.display-10 {
    font-size: 1rem;
    line-height: 1.4;
}


/* Overflow hidden */

.overflow-y-hidden {
    overflow-y: hidden;
}

.overflow-x-hidden {
    overflow-x: hidden;
}


/*****************************
  Display Responsive
*****************************/

@media (max-width: 1199px) {
    /* Font Size */
    .display-1 {
        font-size: 8rem;
    }

    .display-2 {
        font-size: 7rem;
    }

    .display-3 {
        font-size: 6rem;
    }

    .display-4 {
        font-size: 5rem;
    }

    .display-5 {
        font-size: 4.5rem;
    }

    .display-6 {
        font-size: 4rem;
    }

    .display-7 {
        font-size: 2.5rem;
    }

    .display-8 {
        font-size: 2rem;
    }
}

@media (max-width: 991px) {
    /* Font Size */
    .display-1 {
        font-size: 7rem;
    }

    .display-2 {
        font-size: 6rem;
    }

    .display-3 {
        font-size: 5rem;
    }

    .display-4 {
        font-size: 4.5rem;
    }

    .display-5 {
        font-size: 4rem;
    }

    .display-6 {
        font-size: 3rem;
    }
}

@media (max-width: 767px) {
    /* Font Size */
    .display-1 {
        font-size: 6rem;
    }

    .display-2 {
        font-size: 5rem;
    }

    .display-3 {
        font-size: 4rem;
    }

    .display-4 {
        font-size: 3.5rem;
    }

    .display-5 {
        font-size: 3rem;
    }

    .display-6 {
        font-size: 2.5rem;
    }

    .display-7 {
        font-size: 2.3rem;
    }

    .display-9 {
        font-size: 1.3rem;
    }
}

@media (max-width: 575px) {
    /* Font Size */
    .display-1 {
        font-size: 5rem;
    }

    .display-2 {
        font-size: 4rem;
    }

    .display-3 {
        font-size: 3rem;
    }

    .display-4 {
        font-size: 2.5rem;
    }

    .display-5 {
        font-size: 2rem;
    }

    .display-6 {
        font-size: 1.8rem;
    }

    .display-7 {
        font-size: 1.6rem;
    }

    .display-8 {
        font-size: 1.5rem;
    }

    .display-9 {
        font-size: 1.2rem;
    }
}


/* Height */

.h-100vh {
    height: 100vh !important;
}

.h-900 {
    height: 900px;
}

.h-800 {
    height: 800px;
}

.h-700 {
    height: 700px;
}

.h-600 {
    height: 600px;
}

.h-500 {
    height: 500px;
}

.h-400 {
    height: 400px;
}

.h-300 {
    height: 300px;
}


/*****************************
  Height Responsive
*****************************/

@media (max-width: 1199px) {
    /* Height */
    .h-lg-800 {
        height: 800px;
    }

    .h-lg-700 {
        height: 700px;
    }

    .h-lg-600 {
        height: 600px;
    }

    .h-lg-500 {
        height: 500px;
    }

    .h-lg-400 {
        height: 400px;
    }

    .h-lg-300 {
        height: 300px;
    }
}

@media (max-width: 991px) {
    /* Height */
    .h-md-800 {
        height: 800px;
    }

    .h-md-700 {
        height: 700px;
    }

    .h-md-600 {
        height: 600px;
    }

    .h-md-500 {
        height: 500px;
    }

    .h-md-400 {
        height: 400px;
    }

    .h-md-300 {
        height: 300px;
    }

    .h-md-auto {
        height: auto;
    }
}

@media (max-width: 767px) {
    /* Height */
    .h-sm-600 {
        height: 600px;
    }

    .h-sm-500 {
        height: 500px;
    }

    .h-sm-400 {
        height: 400px;
    }

    .h-sm-300 {
        height: 300px;
    }

    .h-sm-auto {
        height: auto;
    }
}


/* padding */

.p-6 {
    padding: 5rem !important;
}

.pt-6,
.py-6 {
    padding-top: 5rem !important;
}

.pr-6,
.px-6 {
    padding-right: 5rem !important;
}

.pb-6,
.py-6 {
    padding-bottom: 5rem !important;
}

.pl-6,
.px-6 {
    padding-left: 5rem !important;
}


/* margin */

.m-6 {
    margin: 5rem !important;
}

.mr-6,
.mx-6 {
    margin-right: 5rem !important;
}

.ml-6,
.mx-6 {
    margin-left: 5rem !important;
}

.mt-2,
.my-2 {
    margin-top: 2rem !important;
}

.mt-6,
.my-6 {
    margin-top: 5rem !important;
}

.mb-6,
.my-6 {
    margin-bottom: 5rem !important;
}

.m-7 {
    margin: 7rem !important;
}

.mr-7,
.mx-7 {
    margin-right: 7rem !important;
}

.ml-7,
.mx-7 {
    margin-left: 7rem !important;
}

.mt-7,
.my-7 {
    margin-top: 7rem !important;
}

.mb-7,
.my-7 {
    margin-bottom: 7rem !important;
}

.m-8 {
    margin: 10rem !important;
}

.mr-8,
.mx-8 {
    margin-right: 10rem !important;
}

.ml-8,
.mx-8 {
    margin-left: 10rem !important;
}

.mt-8,
.my-8 {
    margin-top: 10rem !important;
}

.mb-8,
.my-8 {
    margin-bottom: 10rem !important;
}

.m-9 {
    margin: 12rem !important;
}

.mr-9,
.mx-9 {
    margin-right: 12rem !important;
}

.ml-9,
.mx-9 {
    margin-left: 12rem !important;
}

.mt-9,
.my-9 {
    margin-top: 12rem !important;
}

.mb-9,
.my-9 {
    margin-bottom: 12rem !important;
}

.m-10 {
    margin: 14rem !important;
}

.mr-10,
.mx-10 {
    margin-right: 14rem !important;
}

.ml-10,
.mx-10 {
    margin-left: 14rem !important;
}

.mt-10,
.my-10 {
    margin-top: 14rem !important;
}

.mb-10,
.my-10 {
    margin-bottom: 14rem !important;
}

.m-n6 {
    margin: -5rem !important;
}

.mt-n6,
.my-n6 {
    margin-top: -5rem !important;
}

.mr-n6,
.mx-n6 {
    margin-right: -5rem !important;
}

.mb-n6,
.my-n6 {
    margin-bottom: -5rem !important;
}

.ml-n6,
.mx-n6 {
    margin-left: -5rem !important;
}

.m-n7 {
    margin: -7rem !important;
}

.mt-n7,
.my-n7 {
    margin-top: -7rem !important;
}

.mr-n7,
.mx-n7 {
    margin-right: -7rem !important;
}

.mb-n7,
.my-n7 {
    margin-bottom: -7rem !important;
}

.ml-n7,
.mx-n7 {
    margin-left: -7rem !important;
}

.m-n8 {
    margin: -10rem !important;
}

.mt-n8,
.my-n8 {
    margin-top: -10rem !important;
}

.mr-n8,
.mx-n8 {
    margin-right: -10rem !important;
}

.mb-n8,
.my-n8 {
    margin-bottom: -10rem !important;
}

.ml-n8,
.mx-n8 {
    margin-left: -10rem !important;
}

.m-n9 {
    margin: -12rem !important;
}

.mt-n9,
.my-n9 {
    margin-top: -12rem !important;
}

.mr-n9,
.mx-n9 {
    margin-right: -12rem !important;
}

.mb-n9,
.my-n9 {
    margin-bottom: -12rem !important;
}

.ml-n9,
.mx-n9 {
    margin-left: -12rem !important;
}

.m-n10 {
    margin: -14rem !important;
}

.mt-n10,
.my-n10 {
    margin-top: -14rem !important;
}

.mr-n10,
.mx-n10 {
    margin-right: -14rem !important;
}

.mb-n10,
.my-n10 {
    margin-bottom: -14rem !important;
}

.ml-n10,
.mx-n10 {
    margin-left: -14rem !important;
}

@media (min-width: 576px) {
    /* Margin */
    .m-sm-6 {
        margin: 5rem !important;
    }

    .mt-sm-6,
    .my-sm-6 {
        margin-top: 5rem !important;
    }

    .mr-sm-6,
    .mx-sm-6 {
        margin-right: 5rem !important;
    }

    .mb-sm-6,
    .my-sm-6 {
        margin-bottom: 5rem !important;
    }

    .ml-sm-6,
    .mx-sm-6 {
        margin-left: 5rem !important;
    }

    .m-sm-n6 {
        margin: -5rem !important;
    }

    .mt-sm-n6,
    .my-sm-n6 {
        margin-top: -5rem !important;
    }

    .mr-sm-n6,
    .mx-sm-n6 {
        margin-right: -5rem !important;
    }

    .mb-sm-n6,
    .my-sm-n6 {
        margin-bottom: -5rem !important;
    }

    .ml-sm-n6,
    .mx-sm-n6 {
        margin-left: -5rem !important;
    }

    .m-sm-7 {
        margin: 7rem !important;
    }

    .mt-sm-7,
    .my-sm-7 {
        margin-top: 7rem !important;
    }

    .mr-sm-7,
    .mx-sm-7 {
        margin-right: 7rem !important;
    }

    .mb-sm-7,
    .my-sm-7 {
        margin-bottom: 7rem !important;
    }

    .ml-sm-7,
    .mx-sm-7 {
        margin-left: 7rem !important;
    }

    .m-sm-n7 {
        margin: -7rem !important;
    }

    .mt-sm-n7,
    .my-sm-n7 {
        margin-top: -7rem !important;
    }

    .mr-sm-n7,
    .mx-sm-n7 {
        margin-right: -7rem !important;
    }

    .mb-sm-n7,
    .my-sm-n7 {
        margin-bottom: -7rem !important;
    }

    .ml-sm-n7,
    .mx-sm-n7 {
        margin-left: -7rem !important;
    }

    .m-sm-8 {
        margin: 10rem !important;
    }

    .mt-sm-8,
    .my-sm-8 {
        margin-top: 10rem !important;
    }

    .mr-sm-8,
    .mx-sm-8 {
        margin-right: 10rem !important;
    }

    .mb-sm-8,
    .my-sm-8 {
        margin-bottom: 10rem !important;
    }

    .ml-sm-8,
    .mx-sm-8 {
        margin-left: 10rem !important;
    }

    .ml-sm-n9 {
        margin-left: -12rem !important;
    }

    .ml-sm-n10 {
        margin-left: -14rem !important;
    }

    /* Padding */
    .p-sm-6 {
        padding: 5rem !important;
    }

    .pl-sm-6,
    .px-sm-6 {
        padding-left: 5rem !important;
    }

    .pt-sm-6,
    .py-sm-6 {
        padding-top: 5rem !important;
    }

    .pb-sm-6,
    .py-sm-6 {
        padding-bottom: 5rem !important;
    }

    .pr-sm-6,
    .py-sm-6 {
        padding-right: 5rem !important;
    }

    /* border */
    .border-sm-0 {
        border: 0 !important;
    }

    .border-sm-top {
        border-top: 1px solid #eeeeee !important;
    }

    .border-sm-right {
        border-right: 1px solid #eeeeee !important;
    }

    .border-sm-bottom {
        border-bottom: 1px solid #eeeeee !important;
    }

    .border-sm-left {
        border-left: 1px solid #eeeeee !important;
    }
}

@media (min-width: 768px) {
    /* Margin */
    .ml-md-7,
    .mx-md-7 {
        margin-left: 7rem !important;
    }

    .m-md-6 {
        margin: 5rem !important;
    }

    .mt-md-6,
    .my-md-6 {
        margin-top: 5rem !important;
    }

    .mr-md-6,
    .mx-md-6 {
        margin-right: 5rem !important;
    }

    .mb-md-6,
    .my-md-6 {
        margin-bottom: 5rem !important;
    }

    .ml-md-6,
    .mx-md-6 {
        margin-left: 5rem !important;
    }

    .m-md-n6 {
        margin: -5rem !important;
    }

    .mt-md-n6,
    .my-md-n6 {
        margin-top: -5rem !important;
    }

    .mr-md-n6,
    .mx-md-n6 {
        margin-right: -5rem !important;
    }

    .mb-md-n6,
    .my-md-n6 {
        margin-bottom: -5rem !important;
    }

    .ml-md-n6,
    .mx-md-n6 {
        margin-left: -5rem !important;
    }

    .m-md-7 {
        margin: 7rem !important;
    }

    .mt-md-7,
    .my-md-7 {
        margin-top: 7rem !important;
    }

    .mr-md-7,
    .mx-md-7 {
        margin-right: 7rem !important;
    }

    .mb-md-7,
    .my-md-7 {
        margin-bottom: 7rem !important;
    }

    .ml-md-7,
    .mx-md-7 {
        margin-left: 7rem !important;
    }

    .m-md-n7 {
        margin: -7rem !important;
    }

    .mt-md-n7,
    .my-md-n7 {
        margin-top: -7rem !important;
    }

    .mr-md-n7,
    .mx-md-n7 {
        margin-right: -7rem !important;
    }

    .mb-md-n7,
    .my-md-n7 {
        margin-bottom: -7rem !important;
    }

    .ml-md-n7,
    .mx-md-n7 {
        margin-left: -7rem !important;
    }

    .m-md-8 {
        margin: 10rem !important;
    }

    .mt-md-8,
    .my-md-8 {
        margin-top: 10rem !important;
    }

    .mr-md-8,
    .mx-md-8 {
        margin-right: 10rem !important;
    }

    .mb-md-8,
    .my-md-8 {
        margin-bottom: 10rem !important;
    }

    .ml-md-8,
    .mx-md-8 {
        margin-left: 10rem !important;
    }

    .ml-md-n9 {
        margin-left: -12rem !important;
    }

    .ml-md-n10 {
        margin-left: -14rem !important;
    }

    /* Padding */
    .py-md-0 {
        padding-bottom: 0rem !important;
        padding-top: 0rem !important;
    }

    .p-md-6 {
        padding: 5rem !important;
    }

    .pl-md-6,
    .px-md-6 {
        padding-left: 5rem !important;
    }

    .pt-md-6,
    .py-md-6 {
        padding-top: 5rem !important;
    }

    .pb-md-6,
    .py-md-6 {
        padding-bottom: 5rem !important;
    }

    .pr-md-6,
    .px-md-6 {
        padding-right: 5rem !important;
    }

    /* border */
    .border-md-0 {
        border: 0 !important;
    }

    .border-md-top {
        border-top: 1px solid #eeeeee !important;
    }

    .border-md-right {
        border-right: 1px solid #eeeeee !important;
    }

    .border-md-bottom {
        border-bottom: 1px solid #eeeeee !important;
    }

    .border-md-left {
        border-left: 1px solid #eeeeee !important;
    }
}

@media (min-width: 992px) {
    /* Margin */
    .ml-lg-7,
    .mx-lg-7 {
        margin-left: 7rem !important;
    }

    .m-lg-6 {
        margin: 5rem !important;
    }

    .mt-lg-6,
    .my-lg-6 {
        margin-top: 5rem !important;
    }

    .mr-lg-6,
    .mx-lg-6 {
        margin-right: 5rem !important;
    }

    .mb-lg-6,
    .my-lg-6 {
        margin-bottom: 5rem !important;
    }

    .ml-lg-6,
    .mx-lg-6 {
        margin-left: 5rem !important;
    }

    .m-lg-n6 {
        margin: -5rem !important;
    }

    .mt-lg-n6,
    .my-lg-n6 {
        margin-top: -5rem !important;
    }

    .mr-lg-n6,
    .mx-lg-n6 {
        margin-right: -5rem !important;
    }

    .mb-lg-n6,
    .my-lg-n6 {
        margin-bottom: -5rem !important;
    }

    .ml-lg-n6,
    .mx-lg-n6 {
        margin-left: -5rem !important;
    }

    .m-lg-7 {
        margin: 7rem !important;
    }

    .mt-lg-7,
    .my-lg-7 {
        margin-top: 7rem !important;
    }

    .mr-lg-7,
    .mx-lg-7 {
        margin-right: 7rem !important;
    }

    .mb-lg-7,
    .my-lg-7 {
        margin-bottom: 7rem !important;
    }

    .ml-lg-7,
    .mx-lg-7 {
        margin-left: 7rem !important;
    }

    .m-lg-n7 {
        margin: -7rem !important;
    }

    .mt-lg-n7,
    .my-lg-n7 {
        margin-top: -7rem !important;
    }

    .mr-lg-n7,
    .mx-lg-n7 {
        margin-right: -7rem !important;
    }

    .mb-lg-n7,
    .my-lg-n7 {
        margin-bottom: -7rem !important;
    }

    .ml-lg-n7,
    .mx-lg-n7 {
        margin-left: -7rem !important;
    }

    .m-lg-8 {
        margin: 10rem !important;
    }

    .mt-lg-8,
    .my-lg-8 {
        margin-top: 10rem !important;
    }

    .mr-lg-8,
    .mx-lg-8 {
        margin-right: 10rem !important;
    }

    .mb-lg-8,
    .my-lg-8 {
        margin-bottom: 10rem !important;
    }

    .ml-lg-8,
    .mx-lg-8 {
        margin-left: 10rem !important;
    }

    .ml-lg-n9 {
        margin-left: -12rem !important;
    }

    .ml-lg-n10 {
        margin-left: -14rem !important;
    }

    /* Padding */
    .p-lg-6 {
        padding: 5rem !important;
    }

    .pl-lg-6,
    .px-lg-6 {
        padding-left: 5rem !important;
    }

    .pt-lg-6,
    .py-lg-6 {
        padding-top: 5rem !important;
    }

    .pb-lg-6,
    .py-lg-6 {
        padding-bottom: 5rem !important;
    }

    .pr-lg-6,
    .px-lg-6 {
        padding-right: 5rem !important;
    }

    /* border */
    .border-lg-0 {
        border: 0 !important;
    }

    .border-lg-top {
        border-top: 1px solid #eeeeee !important;
    }

    .border-lg-right {
        border-right: 1px solid #eeeeee !important;
    }

    .border-lg-bottom {
        border-bottom: 1px solid #eeeeee !important;
    }

    .border-lg-left {
        border-left: 1px solid #eeeeee !important;
    }
}

@media (min-width: 1200px) {
    /* Margin */
    .ml-xl-7,
    .mx-xl-7 {
        margin-left: 7rem !important;
    }

    .m-xl-6 {
        margin: 5rem !important;
    }

    .mt-xl-6,
    .my-xl-6 {
        margin-top: 5rem !important;
    }

    .mr-xl-6,
    .mx-xl-6 {
        margin-right: 5rem !important;
    }

    .mb-xl-6,
    .my-xl-6 {
        margin-bottom: 5rem !important;
    }

    .ml-xl-6,
    .mx-xl-6 {
        margin-left: 5rem !important;
    }

    .m-xl-n6 {
        margin: -5rem !important;
    }

    .mt-xl-n6,
    .my-xl-n6 {
        margin-top: -5rem !important;
    }

    .mr-xl-n6,
    .mx-xl-n6 {
        margin-right: -5rem !important;
    }

    .mb-xl-n6,
    .my-xl-n6 {
        margin-bottom: -5rem !important;
    }

    .ml-xl-n6,
    .mx-xl-n6 {
        margin-left: -5rem !important;
    }

    .m-xl-7 {
        margin: 7rem !important;
    }

    .mt-xl-7,
    .my-xl-7 {
        margin-top: 7rem !important;
    }

    .mr-xl-7,
    .mx-xl-7 {
        margin-right: 7rem !important;
    }

    .mb-xl-7,
    .my-xl-7 {
        margin-bottom: 7rem !important;
    }

    .ml-xl-7,
    .mx-xl-7 {
        margin-left: 7rem !important;
    }

    .m-xl-n7 {
        margin: -7rem !important;
    }

    .mt-xl-n7,
    .my-xl-n7 {
        margin-top: -7rem !important;
    }

    .mr-xl-n7,
    .mx-xl-n7 {
        margin-right: -7rem !important;
    }

    .mb-xl-n7,
    .my-xl-n7 {
        margin-bottom: -7rem !important;
    }

    .ml-xl-n7,
    .mx-xl-n7 {
        margin-left: -7rem !important;
    }

    .m-xl-8 {
        margin: 10rem !important;
    }

    .mt-xl-8,
    .my-xl-8 {
        margin-top: 10rem !important;
    }

    .mr-xl-8,
    .mx-xl-8 {
        margin-right: 10rem !important;
    }

    .mb-xl-8,
    .my-xl-8 {
        margin-bottom: 10rem !important;
    }

    .ml-xl-8,
    .mx-xl-8 {
        margin-left: 10rem !important;
    }

    .ml-xl-n9 {
        margin-left: -12rem !important;
    }

    .ml-xl-n10 {
        margin-left: -14rem !important;
    }

    /* Padding */
    .p-xl-6 {
        padding: 5rem !important;
    }

    .pl-xl-6,
    .px-xl-6 {
        padding-left: 5rem !important;
    }

    .pt-xl-6,
    .py-xl-6 {
        padding-top: 5rem !important;
    }

    .pb-xl-6,
    .py-xl-6 {
        padding-bottom: 5rem !important;
    }

    .pr-xl-6,
    .px-xl-6 {
        padding-right: 5rem !important;
    }

    /* border */
    .border-xl-0 {
        border: 0 !important;
    }

    .border-xl-top {
        border-top: 1px solid #eeeeee !important;
    }

    .border-xl-right {
        border-right: 1px solid #eeeeee !important;
    }

    .border-xl-bottom {
        border-bottom: 1px solid #eeeeee !important;
    }

    .border-xl-left {
        border-left: 1px solid #eeeeee !important;
    }
}


/* pre-loader */

#pre-loader {
    background-color: #ffffff;
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 1;
    margin-top: 0px;
    top: 0px;
    left: 0px;
    bottom: 0px;
    overflow: hidden !important;
    right: 0px;
    z-index: 999999;
}

#pre-loader img {
    text-align: center;
    left: 0;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 99;
    margin: 0 auto;
}


/* Background overlay */

.bg-holder {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    width: 100%;
}

.bg-overlay-black-10 {
    position: relative;
    z-index: 1;
}

.bg-overlay-black-10:before {
    background: rgba(0, 16, 34, 0.1);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
}

.bg-overlay-black-20 {
    position: relative;
    z-index: 1;
}

.bg-overlay-black-20:before {
    background: rgba(0, 16, 34, 0.2);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
}

.bg-overlay-black-30 {
    position: relative;
    z-index: 1;
}

.bg-overlay-black-30:before {
    background: rgba(0, 16, 34, 0.3);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
}

.bg-overlay-black-40 {
    position: relative;
    z-index: 1;
}

.bg-overlay-black-40:before {
    background: rgba(0, 16, 34, 0.4);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
}

.bg-overlay-black-50 {
    position: relative;
    z-index: 1;
}

.bg-overlay-black-50:before {
    background: rgba(0, 16, 34, 0.5);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
}

.bg-overlay-black-60 {
    position: relative;
    z-index: 1;
}

.bg-overlay-black-60:before {
    background: rgba(0, 16, 34, 0.6);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
}

.bg-overlay-black-70 {
    position: relative;
    z-index: 1;
}

.bg-overlay-black-70:before {
    background: rgba(0, 16, 34, 0.7);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
}

.bg-overlay-black-80 {
    position: relative;
    z-index: 1;
}

.bg-overlay-black-80:before {
    background: rgba(0, 16, 34, 0.8);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
}

.bg-overlay-black-90 {
    position: relative;
    z-index: 1;
}

.bg-overlay-black-90:before {
    background: rgba(0, 16, 34, 0.9);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
}

.bg-overlay-white-10 {
    position: relative;
    z-index: 1;
}

.bg-overlay-white-10:before {
    background: rgba(255, 255, 255, 0.1);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
}

.bg-overlay-white-20 {
    position: relative;
    z-index: 1;
}

.bg-overlay-white-20:before {
    background: rgba(255, 255, 255, 0.2);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
}

.bg-overlay-white-30 {
    position: relative;
    z-index: 1;
}

.bg-overlay-white-30:before {
    background: rgba(255, 255, 255, 0.3);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
}

.bg-overlay-white-40 {
    position: relative;
    z-index: 1;
}

.bg-overlay-white-40:before {
    background: rgba(255, 255, 255, 0.4);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
}

.bg-overlay-white-50 {
    position: relative;
    z-index: 1;
}

.bg-overlay-white-50:before {
    background: rgba(255, 255, 255, 0.5);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
}

.bg-overlay-white-60 {
    position: relative;
    z-index: 1;
}

.bg-overlay-white-60:before {
    background: rgba(255, 255, 255, 0.6);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
}

.bg-overlay-white-70 {
    position: relative;
    z-index: 1;
}

.bg-overlay-white-70:before {
    background: rgba(255, 255, 255, 0.7);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
}

.bg-overlay-white-80 {
    position: relative;
    z-index: 1;
}

.bg-overlay-white-80:before {
    background: rgba(255, 255, 255, 0.8);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
}

.bg-overlay-white-90 {
    position: relative;
    z-index: 1;
}

.bg-overlay-white-90:before {
    background: rgba(255, 255, 255, 0.9);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
}

.bg-overlay-primary-20 {
    position: relative;
    z-index: 1;
}

.bg-overlay-primary-20:before {
    background: rgba(0, 104, 56, 0.2);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
}

.bg-overlay-primary-50 {
    position: relative;
    z-index: 1;
}

.bg-overlay-primary-50:before {
    background: rgba(0, 104, 56, 0.5);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
}

.bg-overlay-primary-70 {
    position: relative;
    z-index: 1;
}

.bg-overlay-primary-70:before {
    background: rgba(0, 104, 56, 0.7);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
}

.bg-overlay-primary-90 {
    position: relative;
    z-index: 1;
}

.bg-overlay-primary-90:before {
    background: rgba(0, 104, 56, 0.9);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
}

.bg-overlay-secondary-02-10 {
    position: relative;
    z-index: 1;
}

.bg-overlay-secondary-02-10:before {
    background: rgba(6, 129, 108, 0.1);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
}

.bg-overlay-secondary-02-20 {
    position: relative;
    z-index: 1;
}

.bg-overlay-secondary-02-20:before {
    background: rgba(6, 129, 108, 0.2);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
}

.bg-overlay-secondary-02-30 {
    position: relative;
    z-index: 1;
}

.bg-overlay-secondary-02-30:before {
    background: rgba(6, 129, 108, 0.3);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
}


/* avatar */

.avatar {
    width: 50px;
    height: 50px;
    display: inline-block;
}

.avatar.avatar-sm {
    width: 20px;
    height: 20px;
}

.avatar.avatar-md {
    width: 80px;
    height: 80px;
}

.avatar.avatar-lg {
    width: 145px;
    height: 145px;
}

.avatar-img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}


/* pagination */

.pagination .page-link {
    color: #006838;
}


/* Contact-info */

.contact-info ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 15px;
}

.contact-info ul li:last-child {
    margin-bottom: 0;
}

.contact-info ul li span {
    margin-left: 15px;
}

.contact-info ul li i {
    margin-top: 5px;
}

.post-navigation .nav-previous a {
    padding: 0;
    text-align: left;
}

.post-navigation .nav-previous a span {
    margin-left: 0;
    margin-right: 15px;
}

.post-navigation .nav-previous a span:before {
    right: auto;
    left: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.post-navigation .nav-previous a span:after {
    right: auto;
    left: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.post-navigation .nav-previous a:hover {
    color: #006838;
}

.post-navigation .nav-previous a:focus {
    color: #006838;
}

.post-navigation .nav-previous a:active {
    color: #006838;
}

.post-navigation .nav-next a {
    padding: 0;
    text-align: right;
}

.post-navigation .nav-next a:hover {
    color: #006838;
}

.post-navigation .nav-next a:focus {
    color: #006838;
}

.post-navigation .nav-next a:active {
    color: #006838;
}

.post-navigation .nav-title {
    margin-bottom: 0;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 200px;
    display: inline-block;
}

.post-tags a {
    color: #666666;
}

.post-tags a:hover {
    color: #006838;
}

@media (max-width: 991px) {
    /* Page section margin padding */
    .space-lg-ptb {
        padding: 70px 0;
    }

    .space-lg-pt {
        padding-top: 70px;
    }

    .space-lg-pb {
        padding-bottom: 70px;
    }

    .space-ptb {
        padding: 70px 0;
    }

    .space-pt {
        padding-top: 70px;
    }

    .space-pb {
        padding-bottom: 70px;
    }

    .space-sm-ptb {
        padding: 50px 0;
    }

    .space-sm-pt {
        padding-top: 50px;
    }

    .space-sm-pb {
        padding-bottom: 50px;
    }

    .space-lg-mt {
        margin-top: 100px;
    }
}

@media (max-width: 767px) {
    /* container */
    .container {
        max-width: 100%;
        /* padding-right: 7px; */
    }

    /* Page section margin padding */
    .space-lg-ptb {
        padding: 50px 0;
    }

    .space-lg-pt {
        padding-top: 50px;
    }

    .space-lg-pb {
        padding-bottom: 50px;
    }

    .space-ptb {
        padding: 50px 0;
    }

    .space-pt {
        padding-top: 20px;
    }

    .space-pb {
        padding-bottom: 50px;
    }

    .space-sm-ptb {
        padding: 30px 0;
    }

    .space-sm-pt {
        padding-top: 30px;
    }

    .space-sm-pb {
        padding-bottom: 30px;
    }

    .space-lg-mt {
        margin-top: 70px;
    }
}


/*** SVG IE11 specific styles ***/

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
    .clipped-title {
        background-image: none;
    }

    .team.team-02 .team-img .shape-04 {
        height: 168px;
    }

    .bg-primary-gradient .counter .counter-icon i {
        color: #001022;
        background: transparent !important;
    }

    .feature-step-item.bg-primary .step-number {
        background: transparent !important;
        color: #ffffff;
    }
}

/*@media (min-width: 1200px) {*/
/*    .container{*/
/*        max-width: 1260px;*/
/*    }*/
/*}*/

/*****************************
  Accordion
*****************************/

.accordion .card {
    border: none;
    padding: 0px;
    margin-bottom: 15px;
    border-radius: 0;
    background: transparent;
}

.accordion .card .card-header {
    background: none;
    border-bottom: none;
    padding: 0;
    margin-bottom: 0;
}

.accordion .card .card-header button {
    position: relative;
    font-size: 18px;
    color: #006838;
    padding: 15px 25px 15px 25px;
    width: 100%;
    text-align: left;
    border: none;
    background: #ffffff;
    border: 1px solid #88c250;
    text-decoration: none;
}

.accordion .card .card-header button:before {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 20px;
    content: "\f146";
    font-size: 16px;
    font-family: "Font Awesome 5 Free";
    border-radius: 50%;
    z-index: 9;
    font-weight: 900;
    text-align: center;
    color: #88c250;
}

.accordion .card .card-header button.collapsed:before {
    content: "\f0fe";
}


/* accordion-02 */

.accordion.accordion-02 .card {
    padding: 8px 0px;
}

.accordion.accordion-02 .card .card-header button {
    font-size: 14px;
    padding: 0px 0px 0px 30px;
    border: none;
}

.accordion.accordion-02 .card .card-header button:before {
    width: 15px;
    height: 15px;
    line-height: 14px;
    font-size: 14px;
    left: 0px;
}

.accordion.accordion-02 .card .card-header button:after {
    display: none;
}

.accordion.accordion-02 .card .card-body {
    padding: 10px 0px 0px 30px;
}


/*****************************
  Button
*****************************/

.btn {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

button {
    outline: medium none !important;
    color: #006838;
}


/* btn */

.btn {
    font-size: 14px;
    font-weight: 600;
    padding: 12px 25px;
    border-radius: 0;
    float: right;
}

.btn-mydj {
    float: right;
}

.btn:not(:disabled):not(.disabled).active:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
}

.btn:not(:disabled):not(.disabled):active:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
    color: #ffffff;
}

.btn:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
}

.btn:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
    color: #ffffff;
}

.btn:active {
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
    color: #99d174;
}

.show > .btn.dropdown-toggle:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
    color: #ffffff;
}

.show > .btn-primary.dropdown-toggle {
    background: #006838;
    border-color: #006838;
}

.btn-primary {
    background: #006838;
    border-color: #006838;
}

.btn-primary:hover {
    background: #004928;
    border-color: #004928;
}

.btn-primary:hover:not(:disabled):not(.disabled).active {
    background: #006838;
    border-color: #006838;
}

.btn-primary:hover:not(:disabled):not(.disabled):active {
    background: #006838;
    border-color: #006838;
}

.btn-primary:focus {
    background: #004928;
    border-color: #004928;
}

.btn-primary:focus {
    background: #004928;
    border-color: #004928;
}

.btn-secondory {
    background: #88c250;
    border-color: #88c250;
    color: #ffffff;
}

.btn-secondory:hover {
    background: #79b43f;
    border-color: #79b43f;
}

.btn-secondory:hover:not(:disabled):not(.disabled).active {
    background: #88c250;
    border-color: #88c250;
}

.btn-secondory:hover:not(:disabled):not(.disabled):active {
    background: #88c250;
    border-color: #88c250;
}

.btn-secondory:focus {
    background: #004928;
    border-color: #004928;
}

.btn-secondory:focus {
    background: #004928;
    border-color: #004928;
}

.btn-primary:not(:disabled):not(.disabled):active:focus {
    background: #006838;
    border-color: #006838;
}

.btn-dark {
    background: #001022;
    border-color: #001022;
}

.btn-dark:hover {
    background: #001c3c;
    border-color: #001c3c;
}

.btn:not(:disabled):not(.disabled).active:focus {
    color: #ffffff;
}

.btn i {
    padding-right: 10px;
}

.btn + .btn {
    margin-left: 3px;
}

.btn-link {
    color: #006838;
    padding: 0;
    text-decoration: underline;
}

.btn-link:hover {
    color: #001022;
    text-decoration: none;
    outline: none;
}

.btn-link:focus {
    color: #001022;
    text-decoration: none;
    outline: none;
}

.btn.btn-link:not(:disabled):not(.disabled):active:focus {
    color: #001022;
}

.btn-white {
    background: #ffffff;
    border-color: #ffffff;
    color: #001022;
}

.btn-white:hover {
    background: #dfdfdf;
    border-color: #dfdfdf;
    color: #001022;
}

.btn-white:active {
    color: #001022;
}

.btn-white:focus {
    color: #001022;
}

.btn.btn-white:not(:disabled):not(.disabled):active:focus {
    color: #001022;
}

.btn-light:active {
    color: #001022;
}

.btn-light:focus {
    color: #001022;
}

.btn.btn-light:not(:disabled):not(.disabled):active:focus {
    color: #001022;
}

.btn.btn-sm {
    padding: 6px 24px;
}

.btn.btn-md {
    padding: 9px 26px;
}

.btn.btn-lg {
    padding: 13px 30px;
}

.btn.btn-xl {
    padding: 16px 40px;
}

.btn-app {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.btn-app i {
    font-size: 40px;
}

.btn-outline-primary {
    border: 2px solid #006838;
    color: #006838;
}

.btn-outline-primary:hover {
    background: #006838;
    color: #ffffff;
    border-color: #006838;
}

.btn-outline-primary:focus {
    background: #006838;
    color: #ffffff;
    border-color: #006838;
}

.btn-outline-primary:not(:disabled):not(.disabled).active,
.btn-outline-primary:not(:disabled):not(.disabled):active {
    background: #006838;
    border-color: #006838;
}

.btn-outline-secondary {
    border: 2px solid #88c250;
    color: #333333;
}

.btn-outline-secondary:hover {
    background: #88c250;
    color: #ffffff;
    border-color: #88c250;
}

.btn-outline-secondary:focus {
    background: #88c250;
    color: #ffffff;
    border-color: #88c250;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active {
    background: #88c250;
    color: #ffffff;
    border-color: #88c250;
}

.btn-round {
    border-radius: 50px;
}


/*****************************
  Countdown
*****************************/

.countdown {
    padding: 30px 20px;
    -webkit-box-shadow: 0px 1px 30px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 1px 30px 0px rgba(0, 0, 0, 0.08);
    text-align: center;
    background: #006838;
    border-radius: 0;
}

.countdown span {
    font-size: 62px;
    font-weight: 700;
    color: #ffffff;
}

.countdown p {
    font-size: 18px;
    text-transform: capitalize;
    margin-bottom: 0;
    font-weight: 700;
    color: #ffffff;
}

@media (max-width: 991px) {
    .countdown span {
        font-size: 36px;
    }
}

@media (max-width: 767px) {
    .countdown {
        padding: 20px 20px;
    }

    .countdown span {
        font-size: 32px;
        font-weight: 600;
    }
}


/*****************************
  Counter
*****************************/

.counter {
    padding: 0 30px 0 0;
    margin-bottom: 50px;
}

.counter .counter-icon {
    margin-bottom: 15px;
}

.counter .counter-icon i {
    color: #006838;
    margin-right: 25px;
    font-size: 70px;
    line-height: 70px;
}

.counter .counter-content {
    -ms-flex-item-align: center;
    align-self: center;
}

.counter .counter-content .timer {
    position: relative;
    font-size: 40px;
    line-height: 40px;
    font-weight: 700;
    color: #333333;
    margin-bottom: 20px;
    display: block;
}

.counter .counter-content label {
    display: block;
    color: #666666;
    margin-bottom: 0;
}

.counter .counter-content .plus-svg {
    color: #006838;
    position: absolute;
    top: 10px;
    right: 0;
    font-size: 20px;
    opacity: 0.3;
}


/* counter-02 */

.counter.counter-02 .counter-icon i {
    color: #88c250;
}

.counter.counter-02 .counter-content {
    padding: 0px 25px;
}

.counter.counter-02 .counter-content .timer {
    color: #ffffff;
}

.counter.counter-02 .counter-content label {
    color: #ffffff;
}

@media (max-width: 1199px) {
    .counter.counter-02 .counter-content {
        padding: 0;
    }
}

@media (max-width: 767px) {
    .counter {
        margin-bottom: 30px;
    }
}


/*****************************
  Datetimepicker
*****************************/

.bootstrap-datetimepicker-widget table td.active {
    background-color: #006838;
}

.bootstrap-datetimepicker-widget table td.active:hover {
    background-color: #006838;
}

.bootstrap-datetimepicker-widget table td.day {
    height: 30px;
    line-height: 30px;
    width: 40px;
    font-size: 14px;
}

.bootstrap-datetimepicker-widget table th {
    font-size: 14px;
}

.bootstrap-datetimepicker-widget table td span.active {
    background: #006838;
}

.bootstrap-datetimepicker-widget.dropdown-menu {
    width: 19rem;
}

.bootstrap-datetimepicker-widget table td.today:before {
    border-bottom-color: #006838;
}


/*****************************
  Feature Info
*****************************/

.feature-items .feature-icon {
    margin-bottom: 20px;
    font-size: 60px;
    line-height: 60px;
}

.feature-items .feature-icon i {
    font-size: 60px;
    color: #006838;
}

.feature-items .feature-content h6 {
    margin-bottom: 20px;
    color: #006838;
    font-weight: 500;
}

.feature-items-style-02 {
    border: 1px solid #dfdfdf;
    background: #ffffff;
    padding: 40px;
    height: 100%;
    margin-right: -1px;
    margin-top: -1px;
    position: relative;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.feature-items-style-02 .feature-number {
    position: absolute;
    right: 20px;
    top: 20px;
    font-size: 16px;
    color: rgba(0, 104, 56, 0.5);
}

.feature-items-style-02:hover {
    background: url(../images/pattern.png);
    background-color: #006838;
    color: #ffffff;
    border: 1px solid #006838;
}

.feature-items-style-02:hover .feature-icon i {
    color: #ffffff;
}

.feature-items-style-02:hover h6 {
    color: #ffffff;
}

.feature-items-style-02:hover .feature-number {
    color: rgba(136, 194, 80, 0.5);
}

.service-items {
    position: relative;
    cursor: pointer;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    margin-bottom: 30px;
}

.service-items:hover {
    -webkit-box-shadow: 0 0.1rem 1rem rgba(0, 0, 0, 0.1);
    box-shadow: 0 0.1rem 1rem rgba(0, 0, 0, 0.1);
}

.service-items:hover .service-content .icon-btn {
    opacity: 1;
}

.service-items .service-content {
    padding: 30px;
}

.service-items .service-content span {
    color: #88c250;
    margin-bottom: 5px;
    display: block;
    font-size: 12px;
}

.service-items .service-content h5 {
    color: #006838;
    margin-bottom: 20px;
}

.service-items .service-content .icon-btn {
    position: absolute;
    bottom: -20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: #006838;
    color: #ffffff;
    border-radius: 50px;
    opacity: 0;
}

.service-items-style-02 .service-content {
    position: absolute;
    top: 50%;
    background: rgba(255, 255, 255, 0.9);
    width: 90%;
    height: 90%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.service-items-style-02:hover .service-content {
    opacity: 1;
    visibility: visible;
}

.service-items-style-02:hover .icon-btn {
    bottom: 15px;
}

.feature-step .feature-step-icon {
    height: 100px;
    width: 100px;
    line-height: 100px;
    border-radius: 100%;
    background-color: #88c250;
    display: inline-block;
    text-align: center;
    position: relative;
    color: #ffffff;
    margin-bottom: 40px;
}

.feature-step .feature-step-icon i {
    font-size: 48px;
}

.feature-step .feature-step-icon .feature-step-number {
    position: absolute;
    font-size: 48px;
    color: rgba(255, 255, 255, 0.15);
    right: -20px;
    bottom: -30px;
    font-weight: 700;
}

.feature-step .feature-info-content .feature-info-title {
    margin-bottom: 30px;
}


/* service-detail */

.service-detail .service-items {
    margin-bottom: 30px;
}

.sidebar .widget .widget-services ul.list-style-underline li {
    padding-bottom: 0;
    margin-bottom: 0;
}

.sidebar .widget .widget-services ul.list-style-underline li a {
    padding: 15px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.sidebar .widget .widget-services ul.list-style-underline li a:hover {
    background-color: #006838;
    color: #ffffff;
}

.sidebar .widget .widget-worktime ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.sidebar .widget .widget-services-care .services-care-icon i {
    font-size: 80px;
    color: #ffffff;
    line-height: 80px;
}

.sidebar .widget .widget-services-care .services-care-title {
    font-weight: 700;
}

.departments-items {
    background-color: #ffffff;
    -webkit-box-shadow: 0px 1px 30px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 1px 30px 0px rgba(0, 0, 0, 0.08);
}

.departments-items .departments-content {
    padding: 40px 30px;
}

.departments-items .departments-content .departments-icon {
    height: 70px;
    height: 70px;
    width: 70px;
    line-height: 70px;
    display: inline-block;
    text-align: center;
    border: 1px solid #006838;
    margin-bottom: 25px;
}

.departments-items .departments-content .departments-icon i {
    font-size: 40px;
    color: #006838;
}


/*****************************
	Owl Carousel
*****************************/

.owl-carousel .owl-item img {
    width: auto;
    display: inherit;
}

.img-fluid-zj {
    /*max-width: 100%;*/
    height: 121px;
    width: 89px;
}

.owl-carousel .owl-nav {
    cursor: pointer;
    z-index: 999;
    width: 100%;
}

.owl-carousel .owl-nav .owl-prev {
    display: block;
    position: absolute;
    text-indent: inherit;
    width: auto;
    cursor: pointer;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    left: -15px;
    display: block;
    position: absolute;
    text-indent: inherit;
    top: 55%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    margin: 0 !important;
    display: inline-block;
    margin: 14px 2px 0;
}

.owl-carousel .owl-nav .owl-prev i {
    border-top-left-radius: 5px !important;
    border-bottom-left-radius: 5px !important;
}

.owl-carousel .owl-nav .owl-next {
    display: block;
    position: absolute;
    text-indent: inherit;
    width: auto;
    cursor: pointer;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    right: -15px;
    display: block;
    position: absolute;
    text-indent: inherit;
    top: 55%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    margin: 0 !important;
    display: inline-block;
    margin: 14px 2px 0;
}

.owl-carousel .owl-nav .owl-next i {
    border-top-right-radius: 5px !important;
    border-bottom-right-radius: 5px !important;
}

.owl-carousel .owl-nav i {
    font-size: 36px;
    width: 60px;
    height: 145px;
    line-height: 145px;
    display: inline-block;
    color: #ffffff;
    background: #006838;
    border: 0px solid #eeeeee;
    text-align: center;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.owl-carousel .owl-nav i:hover {
    background: #001022;
    color: #006838;
    -webkit-box-shadow: 0px 1px 30px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 1px 30px 0px rgba(0, 0, 0, 0.08);
}

.owl-carousel .owl-controls .owl-dot {
    margin: 0;
    display: inline-block;
}

.owl-carousel .owl-dots {
    display: inline-block;
    margin-top: 55px;
    text-indent: inherit;
    width: 100%;
    cursor: pointer;
    text-align: center;
}

.owl-carousel .owl-dots .owl-dot span {
    background: #ffffff;
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-top: 5px;
    border: 1px solid #006838;
    border-radius: 0px;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    cursor: pointer;
}

.owl-carousel .owl-dots .owl-dot:hover span {
    background: #006838;
}

.owl-carousel .owl-dots .owl-dot.active span {
    background: #006838;
}

.owl-carousel .owl-dot {
    display: inline-block;
    margin: 14px 4px 0;
}


/*****************************
	Portfolio
*****************************/

.my-shuffle-container {
    margin-left: -15px;
    margin-right: -15px;
}

.my-shuffle-container .grid-item {
    width: 20%;
    /*width: 33.33%;*/
    padding: 15px;
}

.portfolio-item {
    position: relative;
}

.portfolio-item .portfolio-overlay {
    padding: 20px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.portfolio-item .portfolio-overlay .portfolio-description {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0%;
    left: 0%;
}

.portfolio-item .portfolio-overlay .portfolio-description .portfolio-info {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 99;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    text-align: center;
}

.portfolio-item .portfolio-overlay .portfolio-description .portfolio-info .portfolio-title {
    font-size: 20px;
    font-weight: 700;
    display: block;
    color: #ffffff;
    margin-bottom: 15px;
}

.portfolio-item .portfolio-overlay .portfolio-description .portfolio-info .icon-btn {
    width: 40px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    text-align: center;
    background: #006838;
    color: #ffffff;
    border-radius: 50px;
}

.portfolio-item .portfolio-overlay .portfolio-description .portfolio-info .icon-btn i {
    font-size: 14px;
    color: #ffffff;
}

.portfolio-item:hover .portfolio-overlay {
    opacity: 1;
    background: rgba(0, 104, 56, 0.5);
}

.filters-group {
    display: table;
    margin: 0 auto 50px;
    text-align: center;
}

.filters-group button {
    margin: 0 10px 10px;
    padding: 14px 25px;
    cursor: pointer;
    font-size: 18px;
    line-height: 22px;
    font-weight: 500;
    background-color: #ffffff;
    color: #006838;
    border: 2px solid #006838;
    border-radius: 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    width: 20%;
}

.filters-group button:hover {
    background-color: #006838;
    color: #ffffff;
    border: 2px solid #006838;
}

.filters-group button.active {
    background-color: #006838;
    color: #ffffff;
    border: 2px solid #006838;
}


/*************************************
         shuffle
 *************************************/

.my-shuffle-container.columns-1 .grid-item {
    width: 100%;
    padding: 15px;
}

.my-shuffle-container.columns-2 .grid-item {
    width: 50%;
    padding: 15px;
    float: left;
}

.my-shuffle-container.columns-3 .grid-item {
    width: 33.33333333%;
    padding: 15px;
}

.my-shuffle-container.columns-4 .grid-item {
    width: 25%;
    padding: 10px;
}

.my-shuffle-container.columns-5 .grid-item {
    width: 20%;
    padding: 15px;
}

.my-shuffle-container.columns-6 .grid-item {
    width: 16.666666%;
    padding: 0px;
}

.my-shuffle-container.columns-2 .grid-item-full,
.my-shuffle-container.columns-3 .grid-item-full,
.my-shuffle-container.columns-4 .grid-item-full,
.my-shuffle-container.columns-5 .grid-item-full,
.my-shuffle-container.columns-6 .grid-item-full {
    width: 100%;
}


/* Responsive */

@media (max-width: 991px) {
    .filters-group button {
        margin: 0 5px 10px;
    }

    .filters-group button:first-child {
        margin-left: 0;
    }

    .filters-group button:last-child {
        margin-right: 0;
    }
}

@media (max-width: 767px) {
    .my-shuffle-container .grid-item,
    .my-shuffle-container.columns-3 .grid-item,
    .my-shuffle-container.columns-4 .grid-item,
    .my-shuffle-container.columns-5 .grid-item,
    .my-shuffle-container.columns-6 .grid-item {
        width: 50%;
    }
}

@media (max-width: 575px) {
    .my-shuffle-container .grid-item,
    .my-shuffle-container.columns-2 .grid-item,
    .my-shuffle-container.columns-3 .grid-item,
    .my-shuffle-container.columns-4 .grid-item,
    .my-shuffle-container.columns-5 .grid-item,
    .my-shuffle-container.columns-6 .grid-item {
        width: 100%;
    }
}


/*****************************
  Pricing Table
*****************************/

.pricing {
    background: #ffffff;
    border: 1px solid #eeeeee;
    border-radius: 0;
    text-align: center;
    -webkit-box-shadow: 0px 1px 30px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 1px 30px 0px rgba(0, 0, 0, 0.08);
}

.pricing .pricing-header {
    padding: 50px 30px;
    background-color: #333333;
}

.pricing .pricing-header .pricing-title {
    color: #ffffff;
    font-weight: normal;
}

.pricing .pricing-header .pricing-price {
    margin-bottom: 10px;
    position: relative;
    display: inline-block;
    font-size: 18px;
    color: #ffffff;
}

.pricing .pricing-header .pricing-price sup {
    position: absolute;
    top: 30px;
    left: -15px;
    font-size: 18px;
    color: #ffffff;
}

.pricing .pricing-header .pricing-price strong {
    font-size: 48px;
    font-weight: normal;
    color: #ffffff;
}

.pricing .pricing-body {
    padding-top: 20px;
    padding-bottom: 40px;
}

.pricing .pricing-body .pricing-list {
    margin-bottom: 30px;
}

.pricing .pricing-body .pricing-list li {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #eeeeee;
    color: #666666;
    font-weight: 600;
}

.pricing .pricing-body .pricing-list li i {
    font-size: 12px;
    min-width: 16px;
    margin-right: 10px;
    color: #006838;
}

.pricing .pricing-body .pricing-list li:last-child {
    margin-bottom: 0;
    border-bottom: none;
}

.pricing .pricing-body .btn {
    border: 2px solid #666666;
    color: #666666;
    background-color: #ffffff;
}

.pricing .pricing-body .btn:hover {
    border: 2px solid #006838;
    color: #ffffff;
    background-color: #006838;
}

.pricing.active .pricing-header {
    background-color: #006838;
}

.pricing.active .pricing-body .btn {
    border: 2px solid #006838;
    color: #ffffff;
    background-color: #006838;
}

.pricing.active .pricing-body .btn:hover {
    background: #004928;
    border-color: #004928;
}

.pricing.active .pricing-body .btn:hover:not(:disabled):not(.disabled).active {
    background: #006838;
    border-color: #006838;
}

.pricing.active .pricing-body .btn:hover:not(:disabled):not(.disabled):active {
    background: #006838;
    border-color: #006838;
}

.pricing.active {
    -webkit-box-shadow: 0 10px 20px rgba(51, 51, 51, 0.1);
    box-shadow: 0 10px 20px rgba(51, 51, 51, 0.1);
}

.pricing.active .pricing-price span {
    color: #006838;
}

.asked-questions .title {
    font-size: 16px;
    line-height: 24px;
}

.asked-questions .number {
    height: 30px;
    width: 30px;
    line-height: 30px;
    display: inline-block;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    background-color: #333333;
    color: #ffffff;
    margin-right: 20px;
    border-radius: 50%;
}


/* Responsive */

@media (max-width: 1199px) {
    .pricing-table-content {
        margin-right: 10px !important;
        margin-left: 10px !important;
    }

    .pricing-prize h2 {
        font-size: 62px;
    }

    .pricing-table-title {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 18%;
        flex: 0 0 18%;
    }
}

@media (max-width: 991px) {
    .pricing .btn {
        padding: 14px 15px;
    }

    .pricing-section-title {
        padding-top: 60px;
        padding-bottom: 150px;
    }
}


/*****************************
	Range Slider
*****************************/

.irs--flat .irs-line {
    height: 4px;
    background: #88c250;
    border-radius: 0;
}

.irs--flat .irs-bar {
    background: #006838;
    height: 4px;
}

.irs--flat .irs-from,
.irs--flat .irs-to,
.irs--flat .irs-single {
    background: transparent;
    color: #006838;
    font-size: 13px;
    font-weight: 600;
}

.irs--flat .irs-bar--single {
    border-radius: 0;
}

.irs--flat .irs-handle > i:first-child,
.irs--flat .irs-handle > i:first-child {
    background: #006838;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 2px solid #006838;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.irs--flat .irs-from:before,
.irs--flat .irs-to:before,
.irs--flat .irs-single:before {
    display: none;
}

.irs--flat .irs-handle.state_hover > i:first-child,
.irs--flat .irs-handle:hover > i:first-child {
    background: #006838;
}


/*****************************
	Select Dropdown
*****************************/

.select2-container .select2-selection--single {
    height: auto;
    outline: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 0px;
}

.select2-container--default .select2-selection--single {
    border-radius: 0px;
    border: none;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #999999 !important;
    font-weight: bold;
    line-height: inherit;
}

.select2-container--default.select2-container--above .select2-selection--single .select2-selection__rendered {
    color: #333333 !important;
}

.select2-container--default.select2-container--below .select2-selection--single .select2-selection__rendered {
    color: #333333 !important;
}

.bigdrop {
    min-width: 196px !important;
}

.select2-results__options {
    padding: 8px 2px;
}

.select2-container {
    width: 100% !important;
}

.select2-container--default .select2-results__option--highlighted {
    border-radius: 0;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    padding-left: 10px;
    font-weight: 600;
}


/* Select Dropdown Arrow */

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 1px;
    right: 0px;
    height: 21px;
    width: 14px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border: none;
}

.select2-container--default .select2-selection--single .select2-selection__arrow:before {
    content: "\f078";
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-weight: 900;
    color: #006838;
}

.select2-container--default .select2-search--dropdown {
    padding: 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #006838;
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #f6f6f6;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background: rgba(0, 104, 56, 0.1);
    color: #006838;
}

.select2-dropdown {
    border: none;
    border-radius: 0px;
    z-index: 9;
}

.select-border .select2-container--default .select2-selection--single {
    border: 1px solid #006838;
    height: 50px;
    padding: 15px 20px;
    border-radius: 0px;
}

.select-border .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 16px;
    right: 20px;
}

.select2-container--default .select2-results > .select2-results__options {
    border: none;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #999999;
}

.select2-container--open .select2-dropdown {
    background: #ffffff;
    padding: 7px;
    border: 1px solid #eeeeee;
}

.select2-search--dropdown .select2-search__field {
    border: 1px solid #eeeeee;
    -webkit-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.04);
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.04);
}


/*****************************
	Skill
*****************************/

.skill {
    position: relative;
    width: 100%;
    height: 4px;
    margin: 50px 0 20px 0;
    background-color: rgba(0, 104, 56, 0.21);
    border-radius: 3px;
}

.skill:first-child {
    margin-top: 30px;
}

.skill .skill-bar {
    position: relative;
    height: 100%;
    border-radius: 3px;
    padding: 0px;
    background: #88c250;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: width .9s ease;
    transition: width .9s ease;
}

.skill .skill-bar .skill-title {
    color: #333333;
    font-size: 18px;
    font-weight: 500;
    position: absolute;
    margin-left: 0;
    margin-top: -28px;
    text-align: left;
}

.skill .skill-bar .skill-title i {
    margin-right: 8px;
}

.skill .skill-bar .progress-number {
    color: #333333;
    float: right;
    margin-top: -18px;
    position: absolute;
    right: 16px;
    top: -10px;
    font-size: 15px;
    font-weight: 600;
}

.skill .skill-bar .progress-type {
    color: #333333;
    float: right;
    margin-top: -18px;
    position: absolute;
    right: 0;
    top: -10px;
    font-size: 15px;
    font-weight: 600;
}

.skill .skill-bar:before {
    content: "";
    position: absolute;
    right: 0;
    background: #006838;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 50%;
    height: 10px;
    width: 10px;
}


/*****************************
	Tabs
*****************************/

.nav-tabs {
    border: none;
}

.nav-tabs .nav-item {
    margin-bottom: 0px;
    width: 20%;
    margin-right: 0px;
}

    .nav-tabs .nav-item .nav-link {
        border: none;
        border-bottom: 2px solid #88c250;
        font-size: 14px;
        padding: 25px 18px;
        font-family: Arial, Helvetica, sans-serif;
        font-weight: 700;
        color: #333333;
        background-color: #ffffff;
        -webkit-box-shadow: inherit;
        box-shadow: inherit;
        border-radius: 0;
        text-align: center;
        -webkit-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }

.nav-tabs .nav-item .nav-link i {
    font-size: 24px;
}

.nav-tabs .nav-item .nav-link:hover {
    color: #006838;
    border-bottom: 2px solid #006838;
    background-color: #ffffff;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.nav-tabs .nav-item .nav-link.active {
    background: #ffffff;
    border-bottom: 2px solid #006838;
    color: #006838;
}

.nav-tabs .nav-item:last-child {
    margin-right: 0px;
}

.tab-content #choose-us {
    margin-top: 70px;
}

.tab-content #question {
    margin-top: 55px;
}

.nav-tabs.nav-tabs-02 {
    position: relative;
    background-image: url(../images/pattern.png);
    background-color: #006838;
}

.nav-tabs.nav-tabs-02:before {
    content: "";
    background: #006838;
    width: 100%;
    display: inline-block;
    position: absolute;
    top: 0;
    left: -100%;
    height: 100%;
    background-image: url(../images/pattern.png);
}

.nav-tabs.nav-tabs-02:after {
    content: "";
    background: #006838;
    width: 100%;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 100%;
    height: 100%;
    background-image: url(../images/pattern.png);
}

.nav-tabs.nav-tabs-02 .nav-item {
    width: auto;
}

    .nav-tabs.nav-tabs-02 .nav-item .nav-link {
        border: none;
        border-bottom: none;
        font-size: 18px;
        padding: 15px 30px;
        font-family: Arial, Helvetica, sans-serif;
        color: #ffffff;
        background-color: inherit;
    }

.nav-tabs.nav-tabs-02 .nav-item .nav-link:hover {
    color: #ffffff;
    border-bottom: none;
    background-color: #88c250;
}

.nav-tabs.nav-tabs-02 .nav-item .nav-link.active {
    background: #88c250;
    border-bottom: inherit;
    color: #ffffff;
}


/* Responsive */

@media (max-width: 1199px) {
    .nav-tabs .nav-item .nav-link {
        padding: 15px 10px;
    }

    .nav-tabs.nav-tabs-02 .nav-item .nav-link {
        padding: 15px 20px;
        font-size: 14px;
    }
}

@media (max-width: 991px) {
    .tab-content #choose-us {
        margin-top: 50px;
    }

    .tab-content #question {
        margin-top: 35px;
    }

    .nav-tabs.nav-tabs-02 .nav-item .nav-link {
        padding: 12px 10px;
        font-size: 13px;
    }
}

@media (max-width: 767px) {
    .tab-content #choose-us {
        margin-top: 40px;
    }

    .tab-content #question {
        margin-top: 25px;
    }
}

@media (max-width: 575px) {
    .nav-tabs .nav-item .nav-link {
        border: none;
        font-size: 14px;
        padding: 15px 10px;
    }
}

@media (max-width: 479px) {
    .nav-tabs {
        display: block;
    }

    .nav-tabs .nav-item {
        margin: 0 0 10px 0;
    }
}


/*****************************
	Team
*****************************/

.team {
    position: relative;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    text-align: center;
    margin-bottom: 30px;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 1px 30px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 1px 30px 0px rgba(0, 0, 0, 0.08);
}

.team .team-image {
    position: relative;
    overflow: hidden;
    padding: 10px;
}

.team .team-image .team-social {
    position: absolute;
    top: 50%;
    left: -50px;
    -webkit-transform: translatey(-50%);
    transform: translatey(-50%);
    opacity: 1;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.team .team-image .team-social ul {
    display: inline-block;
    margin-bottom: 0;
    padding-left: 0;
}

.team .team-image .team-social ul li {
    list-style-type: none;
    margin-bottom: 10px;
}

.team .team-image .team-social ul li:last-child {
    margin-bottom: 0;
}

.team .team-image .team-social ul li:last-child a {
    margin-right: 0;
}

.team .team-image .team-social ul li a {
    display: block;
    background-color: #ffffff;
    color: #999999;
    height: 45px;
    width: 45px;
    line-height: 45px;
    text-align: center;
    border: 2px solid #006838;
    border-radius: 0;
    margin-right: 20px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.team .team-image .team-social ul li a:hover {
    background-color: #006838;
    color: #ffffff;
}

.team .team-image .team-social ul li a i {
    font-size: 16px;
}

.team .team-detail {
    position: relative;
    padding: 20px 30px 40px 30px;
    background: #ffffff;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    height: 120px;
    top: 0;
}

.team .team-detail .team-title {
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: 700;
    color: #006838;
}

.team .team-detail .team-label {
    font-size: 12px;
    color: #88c250;
}

.team .team-detail .team-content {
    margin-top: 15px;
}

.team .team-detail .team-phone {
    font-size: 18px;
    color: #333333;
    display: block;
    margin-bottom: 10px;
    display: none;
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
}

.team .team-detail .team-email {
    font-size: 16px;
    color: #333333;
    display: none;
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
}

.team .icon-btn {
    position: absolute;
    bottom: -20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: #006838;
    color: #ffffff;
    border-radius: 50px;
}

.team:hover .team-image .team-social {
    left: 25px;
    z-index: 9;
}

.team:hover .team-detail {
    top: -75px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.team:hover .team-detail .team-phone {
    display: block;
}

.team:hover .team-detail .team-email {
    display: block;
}

.team:hover .icon-btn {
    background: #333333;
    color: #ffffff;
}

.team-style-02 {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.team-style-02 .team-image {
    padding: 0;
}

.team-single {
    padding: 10px;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 1px 30px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 1px 30px 0px rgba(0, 0, 0, 0.08);
}

.team-single .team-single-detail .team-single-img {
    margin-bottom: 40px;
}

.team-single .team-single-detail ul {
    padding-left: 30px;
}

.team-single .team-single-detail ul .media {
    margin-bottom: 13px;
}

.team-single .team-single-detail ul .media span {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100px;
    flex: 0 0 100px;
    color: #006838;
    font-weight: 700;
}

.team-single .team-single-detail ul .media label {
    margin-bottom: 0;
}

.team-single .team-single-detail ul .media .social a {
    padding: 0px 10px;
    color: #333333;
}

.team-single .team-single-detail ul .media .social a:hover {
    color: #006838;
}

.team-single .team-single-detail ul .media .social a:last-child {
    padding-right: 0;
}

.team-single .team-single-detail ul .media .social a:first-child {
    padding-left: 0;
}

.quick-contact-form {
    padding: 40px 30px;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 1px 30px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 1px 30px 0px rgba(0, 0, 0, 0.08);
}


/* Responsive */

@media (max-width: 991px) {
    .team .team-social ul li a {
        height: 35px !important;
        width: 35px !important;
        line-height: 35px !important;
    }

    .team .team-detail .team-email {
        font-size: 14px;
    }
}

@media (max-width: 479px) {
    .team-single .team-single-detail ul {
        padding-left: 5px;
    }
}


/*****************************
	Testimonial
*****************************/

.testimonial {
    background-color: #006838;
}

.testimonial-item {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 60px 55px;
}

.testimonial-item .testimonial-avatar {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 105px;
    flex: 0 0 105px;
    width: 105px;
    height: 105px;
    border: 5px solid #ffffff;
    border-radius: 100%;
}

.testimonial-item .testimonial-content {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 67%;
    flex: 0 0 67%;
    font-size: 18px;
    line-height: 24px;
    font-style: italic;
    margin-left: 30px;
    margin-right: 50px;
    color: #ffffff;
}

.testimonial-item .testimonial-author .testimonial-name .testimonial-quote {
    font-size: 48px;
    line-height: 48px;
    color: rgba(136, 194, 80, 0.3);
}

.testimonial-item .testimonial-author .testimonial-name h6 {
    color: #88c250;
    font-size: 18px;
}

.testimonial-item .testimonial-author .testimonial-name span {
    color: #ffffff;
    font-weight: 700;
}

.testimonial-item.text-center {
    display: inline-block;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 30px;
}

.testimonial-item.text-center .testimonial-avatar {
    display: inline-block;
    -webkit-box-flex: inherit;
    -ms-flex: inherit;
    flex: inherit;
    margin-bottom: 20px;
    -webkit-box-shadow: 0px 1px 30px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 1px 30px 0px rgba(0, 0, 0, 0.08);
}

.testimonial-item.text-center .testimonial-content {
    -webkit-box-flex: inherit;
    -ms-flex: inherit;
    flex: inherit;
    color: #333333;
    margin-bottom: 30px;
    margin-right: 0;
    margin-left: 0;
}

.testimonial-item.text-center .testimonial-author .testimonial-name span {
    color: #006838;
}

@media (max-width: 1350px) {
    .testimonial-item .testimonial-content {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 68%;
        flex: 0 0 68%;
    }
}

@media (max-width: 1199px) {
    .testimonial-item .testimonial-content {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 60%;
        flex: 0 0 60%;
    }
}

@media (max-width: 991px) {
    .testimonial-item .testimonial-content {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 56%;
        flex: 0 0 56%;
    }
}

@media (max-width: 767px) {
    .testimonial-item {
        display: block;
        text-align: center;
        padding: 50px 30px;
    }

    .testimonial-item .testimonial-avatar {
        margin: 0 auto;
        margin-bottom: 20px;
    }

    .testimonial-item .testimonial-content {
        margin: 0 auto;
        margin-bottom: 20px;
    }
}

@media (max-width: 575px) {
    .testimonial-item {
        padding: 60px 20px;
    }

    .testimonial-item .testimonial-content {
        margin: 0 auto;
    }
}


/*****************************
  Header
*****************************/

.header {
    background: url(../images/banner.jpg) no-repeat;
    height: 500px;
    z-index: 99;
    position: relative;
    background-size: cover;
}

.d-sm-inline-block {
    color: #006838;
}

.header .container-fluid {
    padding: 0 60px;
    -webkit-box-align: initial;
    -ms-flex-align: initial;
    align-items: initial;
}


/* topbar */

.header .topbar {
    /*background: #006838;*/
    padding: 10px 20px;
}

.header .topbar a {
    color: #ffffff;
}

.header .topbar a:hover {
    color: #88c250;
}

.header .topbar .dropdown {
    margin-right: 20px;
}

.header .topbar .dropdown .dropdown-toggle {
    padding: 12px 0;
}

.header .topbar .dropdown .dropdown-toggle i {
    font-size: 10px;
}

.header .topbar .dropdown .dropdown-menu a {
    color: #333333;
}

.header .topbar .dropdown .dropdown-menu a:hover {
    color: #006838;
}

.header .topbar .social {
    display: inline-block;
}

.header .topbar .social ul {
    margin: 0;
}

.header .topbar .social ul li {
    display: inline-block;
    padding: 0 4px;
}

.header .topbar .social ul li a {
    color: #ffffff;
}

.header .topbar .social ul li a:hover {
    color: #88c250;
}

.header .topbar .login {
    display: inline-block;
}

.header .topbar .login a {
    color: #ffffff;
}

.header .topbar .login a:hover {
    color: #88c250;
}


/* topbar dropdown-menu */

.topbar .dropdown .dropdown-menu {
    border-radius: 0;
    border: none;
    -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
    padding: 10px;
}

.topbar .dropdown .dropdown-menu a {
    font-size: 14px;
    padding: 10px 20px;
    font-weight: 500;
    border-radius: 3px;
}

.topbar .dropdown .dropdown-menu a:hover {
    background: rgba(0, 104, 56, 0.1);
    color: #006838;
}


/* navbar */

.navbar {
    padding: 0;
}

.navbar .navbar-nav .nav-link {
    font-weight: 500;
    font-size: 18px;
    padding: 10px 45px;
    color: #fff;
    text-transform: capitalize;
}

.navbar .navbar-nav .nav-link:hover {
    color: #C0FF3E;
    font-weight: 1000;
    /*background-color: #4bc3dc;*/
}

.dropdown-menu {
    z-index: 9999;
}

.navbar-collapse {
    position: relative;
}

.navbar-light {
    color: #ffffff;
    background-color: #159E4E !important;
    border-color: #eeeeee;
    height: 70px;
}

.navbar-light .navbar-nav > li > a {
    color: #ffffff;
}

.navbar-light .navbar-nav > .dropdown > a .caret {
    border-top-color: #ffffff;
    border-bottom-color: #ffffff;
}

.navbar-brand {
    padding: 30px 0px;
    margin-right: 0;
}

.navbar-brand img {
    height: 40px;
}

.navbar .navbar-brand {
    color: #fff;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 180px;
    flex: 0 0 180px;
}

.navbar-brand.xs {
    display: none;
}

@media (max-width: 768px) {
    .navbar-brand {
        display: none;
    }

    .navbar-brand.xs {
        display: block;
    }
}

.navbar-light .navbar-brand:focus,
.navbar-light .navbar-brand:hover {
    color: #88c250;
}

.header .navbar-nav > li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /* height: 50px; */
}

.header .navbar-nav li > a {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 3px 0px;
    color: #333333;
    text-transform: capitalize;
    font-size: 14px;
}

.header .navbar-nav li > a:hover {
    color: #006838;
}

.header .navbar-nav li > a i {
    margin-left: 5px;
    font-size: 13px;
    font-weight: normal;
    color: #fff;
}

.header .add-listing {
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 170px;
    flex: 0 0 170px;
    text-align: right;
}

.megamenu {
    padding: 20px 20px;
    width: 100%;
}

.megamenu > div > li > ul {
    padding: 0;
    margin: 0;
}

.megamenu > div > li > ul > li {
    list-style: none;
}

.megamenu .card {
    outline: none;
}

.megamenu .card:hover,
.megamenu .card:focus {
    outline: 1px solid #000000;
}

.megamenu > div > li > ul > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.428571429;
    color: #001022;
    white-space: normal;
}

.megamenu > div > li > ul > li > a:hover,
.megamenu > div > li > ul > li > a:focus {
    text-decoration: none;
    color: #001022;
    background-color: #f6f6f6;
}

.megamenu.disabled > a,
.megamenu.disabled > a:hover,
.megamenu.disabled > a:focus {
    color: #f6f6f6;
}

.megamenu.disabled > a:hover,
.megamenu.disabled > a:focus {
    text-decoration: none;
    background-color: transparent;
    background-image: none;
    cursor: not-allowed;
}

.megamenu.dropdown-header {
    color: #006838;
    font-size: 18px;
}

.header li > .dropdown-item:focus,
.header li > .dropdown-item:hover {
    color: #006838;
    background: none;
}

.header .dropdown-item.active,
.header .dropdown-item:active,
.header .dropdown-item:focus,
.header .dropdown-item:hover {
    background: none;
}

.header .dropdown-toggle::after {
    content: none;
}

.header .navbar-collapse {
    -webkit-box-align: inherit;
    -ms-flex-align: inherit;
    align-items: inherit;
}

.header .megamenu .dropdown-item {
    padding: 0px;
}

.header .navbar .dropdown-menu a.dropdown-item {
    min-width: 220px;
    width: 220px;
    white-space: normal;
    word-break: break-all
}

.header .navbar .dropdown-menu {
    padding: 15px;
    word-break: break-all !important;
}

.header .navbar .dropdown-menu li a i {
    margin-left: auto;
}

.navbar .dropdown > .dropdown-menu li > a {
    font-size: 14px;
    padding: 10px 20px 10px 0px;
    border-radius: 3px;
    position: relative;
    color: #fff
}

.navbar .dropdown > .dropdown-menu li > a:hover {
    padding-left: 15px;
}

.navbar .dropdown > .dropdown-menu li > a:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 0;
    height: 100%;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.navbar .dropdown > .dropdown-menu li > a:hover:before {
    width: 100%;
    background: rgba(0, 104, 56, 0.1);
    color: #006838;
}


/* header-transparent */

.header-transparent {
    position: absolute;
    background: transparent;
    width: 100%;
    z-index: 999;
}

.header-transparent .navbar-brand {
    margin-right: 40px;
    display: block;
}

.header-transparent .navbar .navbar-nav .nav-link {
    color: #333333;
}

.header-transparent .navbar .navbar-nav .nav-link:hover {
    color: #006838;
}

.navbar .navbar-nav .nav-item.active .nav-link {
    color: #fff;
    /*background-color: #c4dd508c;*/
}

.navbar .dropdown > .dropdown-menu li.active > a {
    padding-left: 25px;
    color: #006838;
}

.navbar .navbar-nav .dropdown-menu li.active > a:before {
    background: rgba(0, 104, 56, 0.1);
    color: #006838;
}

.navbar .navbar-nav .dropdown-menu li.active > a:before {
    width: 100%;
}

.header-transparent .add-listing {
    -ms-flex-item-align: inherit;
    align-self: inherit;
    -webkit-box-flex: inherit;
    -ms-flex: inherit;
    flex: inherit;
    text-align: right;
}

.header-transparent .login a {
    color: #ffffff;
}

.header-transparent .login a:hover {
    color: #006838;
}

.header .main-header {
    background-color: #159E4E !important;
    height: 70px;
    position: fixed !important;
    /*top: 310px;*/
    width: 100%;
    opacity: 0.85
}

.header .child-main-header {
    height: 50px;
    top: 452px;
    position: absolute !important;
}

.child-navbar-light {
    height: 50px;
}

/* sticky header */

.header.is-sticky .main-header {
    position: fixed !important;
    width: 100%;
    background: #ffffff;
    -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
    top: -70px;
    z-index: 999;
    left: 0;
    -webkit-box-shadow: 0px 1px 30px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 1px 30px 0px rgba(0, 0, 0, 0.08);
    transform: translateY(70px);
    transition: transform 500ms ease, background 200ms ease;
    -webkit-transition: transform 500ms ease, background 200ms ease;
}

.header.is-sticky .main-header .header-contact-info {
    display: none !important;
}


.header.is-sticky .main-header .navbar {
    position: relative;
    top: 0px;
    right: 0px;
    left: 0;
    border-top: none !important;
    width: 100%;
}

.header.is-sticky .main-header .navbar .navbar-brand {
    padding: 20px 0px;
    padding: 0;
}


/* sticky header */

.header-transparent .is-sticky {
    position: fixed !important;
    width: 100%;
    background: #ffffff;
    -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
    top: 0;
    z-index: 9;
}

.header-transparent .is-sticky .header-contact-info {
    display: none !important;
}

.header-transparent .is-sticky .navbar {
    position: relative;
    top: 0px;
    right: 0px;
    left: 0;
    border-top: none !important;
    width: 100%;
}

.medi-tools-actions {
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.medi-tools-actions .medi-tools-action {
    margin: 0 15px;
    position: relative;
}

.medi-tools-actions .medi-tools-action i {
    font-size: 24px;
}

.medi-tools-wishlist .wishlist.medistore-wishlist-count {
    font-weight: 500;
    font-style: normal;
    font-size: 11px;
    position: absolute;
    top: 0;
    right: 50%;
    width: 16px;
    height: 16px;
    line-height: 16px;
    text-align: center;
    margin-top: -2px;
    margin-right: -20px;
    color: #ffffff;
    background: #006838;
    border-radius: 50%;
}

.medi-tools-cart .cart-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.medi-tools-cart .cart-link .cart-count {
    font-weight: 500;
    font-style: normal;
    font-size: 11px;
    position: absolute;
    top: 0;
    right: 50%;
    width: 16px;
    height: 16px;
    line-height: 16px;
    text-align: center;
    margin-top: -2px;
    margin-right: -20px;
    color: #ffffff;
    background: #006838;
    border-radius: 50%;
}

.medi-tools-cart .cart-contents {
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #333333;
    position: absolute;
    top: 100%;
    right: -13px;
    width: 360px;
    z-index: 9999;
    margin-top: 5px;
    opacity: 0;
    visibility: hidden;
    border-radius: 0;
    padding: 0px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.medi-tools-cart .cart-contents .shopping_cart .shopping_cart_content {
    background-color: #ffffff;
    padding: 15px;
    -webkit-box-shadow: 0px 1px 30px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 1px 30px 0px rgba(0, 0, 0, 0.08);
    text-align: center;
}

.medi-tools-cart .cart-contents .shopping_cart .shopping_cart_content p {
    color: #333333;
    margin: 15px 0;
}

.medi-tools-cart:hover .cart-contents {
    opacity: 1;
    visibility: visible;
}


/* header-02 */

.header-02.header-sticky .main-header .navbar-brand {
    display: none;
}

.header.header-02.is-sticky .main-header {
    background: #006838;
}

.header-02.header-sticky.is-sticky {
    padding: 0 0 0 15px;
}

.header-02.header-sticky.is-sticky .navbar-brand {
    display: block;
    padding: 12px 0 0px 15px;
}

.header.header-02.header-transparent .navbar .navbar-nav .nav-link {
    padding: 20px 25px;
    color: #ffffff;
}

.header.header-02 .add-listing .btn {
    padding: 21px 30px;
}


/* header-03 */

.header.header-03 .navbar .navbar-nav .nav-link,
.header.header-03 .navbar-nav li > a i {
    color: #ffffff;
}

.header.header-03 .navbar-nav li > a i {
    color: #ffffff;
}

.header.header-03.is-sticky .main-header {
    background: #88c250;
}

.header.header-03 .navbar.is-sticky .navbar-brand {
    padding: 20px 0px;
}

.header.header-03 .navbar .navbar-nav .nav-item.active .nav-link,
.header.header-03 .navbar .navbar-nav li.active > a i,
.header.header-03 .navbar .navbar-nav .nav-link:hover,
.header.header-03 .navbar .navbar-nav .nav-link:hover i {
    color: #006838;
}

.header.header-03 .navbar.is-sticky .navbar-nav .nav-item.active .nav-link,
.header.header-03 .navbar.is-sticky .navbar-nav li.active > a i,
.header.header-03 .navbar.is-sticky .navbar-nav .nav-link:hover,
.header.header-03 .navbar.is-sticky .navbar-nav .nav-link:hover i {
    color: #006838;
}


/* shop-header */

.header.shop-header .navbar.is-sticky .navbar-brand {
    padding: 30px 0px;
}


/* Responsive */

@media (min-width: 992px) {
    .header .navbar .dropdown-menu {
        margin: 0px;
        font-size: 14px;
        border-radius: 0px;
        border: none;
        left: 125px;
        -webkit-transform: translate3d(-50%, 10px, 0);
        transform: translate3d(-50%, 10px, 0);
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        -webkit-transition-property: opacity, visibility, -webkit-transform;
        transition-property: opacity, visibility, -webkit-transform;
        transition-property: opacity, visibility, transform;
        transition-property: opacity, visibility, transform, -webkit-transform;
        -webkit-transform-origin: top center;
        transform-origin: top center;
        -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
        box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
        visibility: hidden;
        opacity: 0;
        display: block !important;
        background-color: #159E4E
    }

    .header .navbar .dropdown-menu.megamenu {
        left: 50%;
    }

    .navbar-nav .dropdown-menu.dropdown-menu-lg {
        min-width: 600px;
    }

    .navbar-nav .mega-menu {
        position: static;
    }

    .header .navbar .dropdown:hover > .dropdown-menu {
        -webkit-transform: translate3d(-50%, 0, 0);
        transform: translate3d(-50%, 0, 0);
        visibility: visible;
        opacity: 1;
    }

    .header .navbar .dropdown-menu .dropdown-submenu .dropdown-menu {
        left: 100%;
        right: auto;
        -webkit-transform: translate3d(15px, 10px, 0);
        transform: translate3d(15px, 10px, 0);
    }

    .header .navbar .dropdown-menu .dropdown-submenu .dropdown-menu.left-side {
        right: 100%;
        left: auto;
        -webkit-transform: translate3d(-15px, 10px, 0);
        transform: translate3d(-15px, 10px, 0);

    }

    .navbar-nav li:hover > ul.dropdown-menu {
        visibility: visible;
        opacity: 1;
    }

    .dropdown-submenu {
        position: relative;
    }

    .dropdown-submenu > .dropdown-menu {
        top: 0;
        left: 100%;
        margin-top: -6px;
    }

    .dropdown-menu > li > a:hover:after {
        text-decoration: underline;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }
}

@media (max-width: 1400px) {
    .navbar .navbar-nav .nav-link {
        padding: 10px 12px;
    }
}

@media (max-width: 1199px) {
    .navbar .navbar-nav .nav-link {
        padding: 10px 7px;
        font-size: 14px;
    }

    .header-transparent .login {
        display: none;
    }

    .header-transparent .navbar-brand {
        margin-right: 20px;
    }

    .header.header-02.header-transparent .navbar .navbar-nav .nav-link {
        padding: 20px 15px;
    }

    .header.header-03 .container-fluid {
        padding: 0 20px;
    }

    .header.header-03 .add-listing .btn {
        padding: 12px 20px;
    }
}

@media (max-width: 1023px) {
    .header.header-03 .container-fluid {
        padding: 0 15px;
    }

    .header.header-03 .add-listing .btn {
        padding: 12px 15px;
    }

    .header.header-03 .navbar.is-sticky {
        padding: 0 15px;
    }
}

@media (max-width: 991px) {
    .btn {
        padding: 4px 15px;
    }

    /* sticky header */
    .header .is-sticky .navbar {
        top: 0;
        right: 0;
    }

    .header .container-fluid {
        padding: 0 20px;
    }

    .navbar-toggler {
        border: none;
        position: absolute;
        height: 75px;
        right: 0;
        color: #fff !important;
    }

    .navbar-brand {
        padding: 20px 0px;
        padding: 0;
    }

    .header-sticky.is-sticky .navbar-brand {
        padding: 20px 0px 20px 15px;
    }

    .megamenu {
        margin-left: 0;
        margin-right: 0;
    }

    .megamenu > li {
        margin-bottom: 30px;
    }

    .megamenu > li:last-child {
        margin-bottom: 0;
    }

    .megamenu.dropdown-header {
        padding: 3px 15px !important;
    }

    .navbar-nav .open .dropdown-menu .dropdown-header {
        color: #ffffff;
    }

    .header .navbar-nav > li {
        display: block;
    }

    .header .navbar .dropdown-menu {
        margin: 0px;
        font-size: 14px;
        border-radius: 0px;
        border: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        background: #f6f6f6;
        padding: 14px 30px;
        font-size: 13px;
        max-height: 300px;
        overflow-x: scroll;
        position: absolute;
        width: 100%;
    }

    .header .navbar .dropdown-menu .dropdown-menu {
        background: #ffffff;
    }

    .header .navbar .dropdown-menu .dropdown-menu .dropdown-menu {
        background: #f6f6f6;
    }

    .header .navbar-collapse {
        position: absolute;
        top: 100%;
        z-index: 9999;
        background: #ffffff;
        background-color: #0e775e;
        width: 100%;
        left: 0;
        border-top: 1px solid #eeeeee;
        border-bottom: 1px solid #eeeeee;
        -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
        box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
    }

    .navbar-brand img {
        height: 34px;
    }

    .navbar .navbar-nav {
        padding: 10px 0;
    }

    .navbar .navbar-nav .nav-link {
        padding: 10px 20px;
    }

    .navbar .navbar-nav .nav-link i {
        margin-left: auto;
    }

    .header .navbar .nav-title {
        margin-bottom: 10px !important;
        margin-top: 20px;
    }

    .add-listing .btn {
        font-size: 12px;
        padding: 6px 17px;
    }

    .navbar .dropdown > .dropdown-menu li > a {
        font-size: 13px;
    }

    .header .navbar-nav > li {
        border-bottom: 1px solid #eeeeee;
    }

    .header .navbar-nav > li:last-child {
        border-bottom: 0;
    }

    .header-transparent {
        position: relative;
        background: #333333;
    }

    .header-transparent .navbar .navbar-nav .nav-link {
        color: #333333;
    }

    .header .add-listing {
        margin-right: 60px;
    }

    .header.header-02 .is-sticky .navbar-brand {
        padding: 14px 0;
    }

    .header-02.header-transparent {
        background: #006838;
    }

    .header-02.header-sticky .navbar-brand {
        display: inline-block;
    }

    .header-02.header-sticky .main-header .navbar-brand {
        display: block;
    }

    .header.header-02 .add-listing {
        margin-right: 60px;
    }

    .header-02 .navbar-toggler i {
        color: #ffffff;
    }

    .header.header-02 .navbar .navbar-nav .nav-link {
        color: #006838;
        padding: 10px 20px;
    }

    .header.header-02.header-transparent .navbar .navbar-nav .nav-link {
        color: #006838;
    }

    .header.header-02 .navbar .navbar-nav .nav-link:hover,
    .header.header-02 .navbar .navbar-nav .nav-item.active .nav-link {
        color: #88c250;
    }

    /* Header-03 */
    .header-03.header-transparent {
        background: #88c250;
    }

    .header.header-03 .add-listing {
        margin-right: 80px;
    }

    .header.header-03 .is-sticky .add-listing {
        margin-right: 50px;
    }

    .header.header-03 .navbar .navbar-nav .nav-link,
    .header.header-03 .navbar-nav li > a i {
        color: #006838;
    }

    .header.header-03 .navbar.is-sticky .navbar-nav .nav-item.active .nav-link,
    .header.header-03 .navbar.is-sticky .navbar-nav li.active > a i,
    .header.header-03 .navbar.is-sticky .navbar-nav .nav-link:hover,
    .header.header-03 .navbar.is-sticky .navbar-nav .nav-link:hover i {
        color: #88c250;
    }

    .header.shop-header .navbar.is-sticky .navbar-brand {
        padding: 15px 0px;
    }
}

@media (max-width: 767px) {
    .header .topbar .dropdown .dropdown-toggle {
        padding: 4px 0;
        display: inline-block;
    }
}

@media (max-width: 575px) {
    .navbar-light .navbar-brand {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
    }

    .header .add-listing {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
    }
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
    .navbar .navbar-nav .nav-item .nav-link {
        padding-top: 27px;
        padding-bottom: 27px;
    }

    .navbar .navbar-nav .nav-link i {
        margin-top: 5px;
    }
}


/*****************************
  Banner
*****************************/

.banner {
    overflow: hidden;
}

.banner-img1 {
    left: 15px;
}

.banner-img2 {
    right: 70px;
}

.banner-img3 {
    left: 15px;
}

.banner-img4 {
    right: 0px;
}

.banner-img5 {
    right: -70px;
    bottom: -70px;
}

.banner-02 {
    padding-top: 170px;
}

.banner-02:before {
    position: absolute;
    content: "";
    left: 0;
    width: 50%;
    background: rgba(136, 194, 80, 0.5);
    height: 100%;
    top: 0;
}

.banner-02 .banner-img1 {
    position: absolute;
    top: 20px;
    left: auto;
    right: 10.5%;
}

.banner-02 .banner-img2 {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 15px;
    right: auto;
}

.banner-02 .banner-img3 {
    right: 15px;
    position: absolute;
    top: 10px;
    left: auto;
}

.banner-02 .banner-img4 {
    right: 13%;
    position: absolute;
    bottom: 10%;
}

.banner-03 .banner-content {
    padding-top: 110px;
    padding-bottom: 140px;
    margin: 190px 0px;
}

.banner-03 .banner-content .banner-img1 {
    top: 0;
    left: 0;
}

.banner-03 .banner-content .banner-img2 {
    top: 0;
    right: 30%;
}

.banner-03 .banner-content .banner-img3 {
    bottom: 0;
    left: 0;
}

.banner-03 .banner-content .banner-img4 {
    bottom: 0;
    right: 30%;
}

.banner-03 .banner-content h1 {
    font-size: 60px;
}

.banner-03 .banner-round-bg {
    top: -50px;
    right: 3%;
}

.banner-03 .banner-bg2 {
    bottom: 0;
    right: -280px;
}

.banner-content p {
    font-size: 20px;
}


/*swiper-slide*/

.swiper-button-next,
.swiper-button-prev {
    background-image: inherit !important;
    z-index: 1;
    background: rgba(0, 104, 56, 0.5);
    line-height: 50px;
    height: 50px;
    width: 30px;
    text-align: center;
    color: #ffffff;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
    background: #006838;
}

.swiper-button-next:focus,
.swiper-button-prev:focus {
    border: none;
    border-radius: 0;
    outline: none;
}

.banner-03 .slide-02 .banner-bg2 {
    right: auto;
    left: -300px;
}

.banner-03 .slide-02 .banner-round-bg {
    left: 3%;
    right: auto;
}

@media (max-width: 1199px) {
    .banner-03 .banner-bg2 {
        right: -370px;
    }

    .banner-03 .banner-round-bg {
        top: -100px;
        right: 0;
    }
}

@media (max-width: 991px) {
    .banner-02 {
        padding-top: 60px;
    }

    .banner-03 .banner-content {
        padding-top: 110px;
        padding-bottom: 110px;
        margin: 50px 0px;
    }

    .banner-03 .banner-content .banner-img2,
    .banner-03 .banner-content .banner-img4 {
        right: 0;
    }

    .swiper-slide .slider-1 h1 {
        font-size: 36px;
    }
}

@media (max-width: 767px) {
    .banner-03 .banner-round-bg {
        top: -65px;
    }

    .banner-03 .banner-content {
        padding-top: 60px;
        padding-bottom: 60px;
        margin: 50px 0px;
    }

    .banner-03 .banner-content h1 {
        font-size: 40px;
    }

    .swiper-button-next,
    .swiper-button-prev {
        display: none;
    }
}

@media (max-width: 479px) {
    .banner-03 .banner-content h1 {
        font-size: 30px;
    }

    .banner-03 .banner-round-bg {
        top: 0;
    }

    .swiper-slide .slider-1 h1 {
        font-size: 30px;
    }
}


/*****************************
  Leyout
*****************************/

.section-title {
    margin-bottom: 40px;
}

/*.section-title span {
    margin-bottom: 10px;
    display: inline-block;
    color: #006838;
    font-size: 25px;
}

.section-title h2 {
    margin-bottom: 25px;
}

.left-divider span {
    position: relative;
    padding-left: 35px;
    padding-top: 8px;
}

.left-divider span:before {
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 70px;
    height: 1px;
    /*background: #88c250;
}*/

.center-divider span {
    position: relative;
    padding: 0 80px;
}

.center-divider span:before {
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 70px;
    height: 1px;
    background: #88c250;
}

.center-divider span:after {
    position: absolute;
    content: "";
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 70px;
    height: 1px;
    background: #88c250;
}

.btn-video {
    width: 120px;
    height: 120px;
    line-height: 120px;
    font-size: 60px;
    background: #006838;
    color: #ffffff;
    display: inline-block;
    border-radius: 50%;
}

.btn-video:hover {
    background: #ffffff;
    color: #006838;
}

.btn-video:focus {
    background: #ffffff;
    color: #006838;
}

.schedule {
    -webkit-box-shadow: 0px 4px 21px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 4px 21px rgba(0, 0, 0, 0.1);
}

.schedule-morden {
    padding: 50px 40px;
    position: relative;
    overflow: hidden;
    border-right: 1px solid #f6f6f6;
    height: 100%;
}

.schedule-morden .icon {
    position: absolute;
    top: 0px;
    right: -30px;
}

.schedule-morden .icon i {
    font-size: 90px;
    color: rgba(136, 194, 80, 0.3);
}

.schedule-morden .schedule-morden-content h6 {
    color: #006838;
    margin-bottom: 15px;
}

.schedule-morden .schedule-morden-content .phone-number {
    font-size: 24px;
    font-weight: bold;
    color: #006838;
    margin-bottom: 20px;
    display: block;
}

.schedule-morden.last {
    border-right: 0;
}

.opening-hourse ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 10px 0px;
    border-bottom: 1px solid #f6f6f6;
}

.opening-hourse ul li span {
    color: #333333;
}

.opening-hourse ul li .time {
    color: #006838;
    font-size: 16px;
    font-weight: bold;
}

.position-left-bg {
    position: relative;
    z-index: 9;
}

.position-left-bg:before {
    position: absolute;
    top: 0;
    left: -98%;
    content: "";
    width: 100%;
    height: 100%;
    background: #ffffff;
    -webkit-box-shadow: -12px 4px 21px rgba(0, 0, 0, 0.1);
    box-shadow: -12px 4px 21px rgba(0, 0, 0, 0.1);
}

.stethoscope-img {
    position: absolute;
    top: 60px;
    right: 0px;
    z-index: 9;
}

.stethoscope-img img {
    width: 90%;
}

.bg-primary-half-lg:before {
    content: "";
    background: #006838;
    width: 100%;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background-image: url(../images/pattern.png);
}

.overleaping-section-title {
    padding-top: 100px;
    padding-bottom: 140px;
}

.overleaping-section {
    position: relative;
    z-index: 9;
    top: -137px;
    margin-bottom: -137px;
}

.video-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 30px;
    border: 7px solid #ffffff;
    border-radius: 50px;
    width: 75px;
    height: 75px;
    line-height: 60px;
    text-align: center;
    color: #ffffff;
}

.video-btn i {
    margin-left: 5px;
}

.video-btn:hover {
    color: #ffffff;
}


/* Half-overlay */

.half-overlay::before {
    content: "";
    position: absolute;
    top: 0px;
    width: 30%;
    height: 100%;
    background-position: center center;
}

.half-overlay.left-position::before {
    left: 0px;
    background: url(../images/pattern.png) center center;
    background-color: #006838;
}

.half-overlay.right-position::before {
    right: 0px;
    background: url(../images/pattern.png) center center;
    background-color: #006838;
}

.left-half-light-bg {
    position: relative;
}

.left-half-light-bg:before {
    position: absolute;
    content: "";
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: #f6f6f6;
}

.right-half-light-bg {
    position: relative;
}

.right-half-light-bg:before {
    position: absolute;
    content: "";
    top: 0;
    right: -100%;
    width: 100%;
    height: 100%;
    background: #f6f6f6;
}

.right-dot-shape {
    margin-right: -70px;
    margin-top: -70px;
}


/* Clients */

.clients .owl-carousel .owl-item .item {
    background-color: #ffffff;
    padding: 20px;
    -webkit-box-shadow: 0px 1px 30px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 1px 30px 0px rgba(0, 0, 0, 0.08);
    margin-bottom: 20px;
    margin-top: 20px;
}

.clients .owl-carousel .owl-item .item img {
    height: 53px;
}

.contact-info ul li {
    font-size: 16px;
}


/* Social Square */

.social-icon-square ul {
    margin: 0;
    padding: 0;
}

.social-icon-square ul li {
    position: relative;
    list-style-type: none;
    display: inline-block;
}

.social-icon-square ul li a {
    display: block;
    background-color: #ffffff;
    color: #999999;
    height: 45px;
    width: 45px;
    line-height: 45px;
    text-align: center;
    border: 2px solid #006838;
    border-radius: 0;
    margin-right: 15px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.social-icon-square ul li a:hover {
    background-color: #006838;
    color: #ffffff;
}

.social-icon-square ul li a i {
    font-size: 16px;
}


/* Sticky Image */

.sticky-img {
    position: fixed;
    top: 260px;
    width: 50%;
}

.sticky-img.right-split {
    right: 0;
}

.sticky-img.left-split {
    left: 0;
}


/* Appointment Form */

.appointment-form {
    padding: 30px;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 1px 30px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 1px 30px 0px rgba(0, 0, 0, 0.08);
}


/* Contact */

.contact-info {
    padding: 40px 30px;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 1px 30px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 1px 30px 0px rgba(0, 0, 0, 0.08);
}

.contact-info .feature-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px;
}

.contact-info .feature-item .feature-item-icon {
    background-color: #006838;
    display: inline-block;
    text-align: center;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100px;
    flex: 0 0 100px;
    height: 100px;
    width: 100px;
    line-height: 100px;
}

.contact-info .feature-item .feature-item-icon i {
    font-size: 50px;
    color: #ffffff;
}

.contact-info .feature-item .feature-item-content {
    margin-left: 30px;
}

.contact-info .feature-item .feature-item-content .feature-item-title {
    color: #006838;
    font-size: 20px;
    font-weight: 700;
}

.contact-info .feature-item .feature-item-content span {
    display: block;
}

.map {
    height: 600px;
}


/* Login */

.login-form {
    padding: 50px 40px;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 1px 30px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 1px 30px 0px rgba(0, 0, 0, 0.08);
    border-top: 5px solid #006838;
}

.login-social-media {
    margin-top: 50px;
    padding: 30px;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 1px 30px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 1px 30px 0px rgba(0, 0, 0, 0.08);
    border: 1px solid #006838;
}


/* Social Bg Color */

.facebook-bg {
    background-color: #ffffff;
    color: #445c8e;
    border: 1px solid #445c8e;
}

.facebook-bg:hover {
    background-color: #445c8e;
    color: #ffffff;
}

.facebook-bg:focus {
    background-color: #445c8e;
    color: #ffffff;
}

.facebook-bg:active {
    background-color: #445c8e;
    color: #ffffff;
}

.twitter-bg {
    background-color: #ffffff;
    color: #43afe9;
    border: 1px solid #43afe9;
}

.twitter-bg:hover {
    background-color: #43afe9;
    color: #ffffff;
}

.twitter-bg:focus {
    background-color: #43afe9;
    color: #ffffff;
}

.twitter-bg:active {
    background-color: #43afe9;
    color: #ffffff;
}

.instagram-bg {
    background-color: #ffffff;
    color: #dd2a7b;
    border: 1px solid #dd2a7b;
}

.instagram-bg:hover {
    background-color: #dd2a7b;
    color: #ffffff;
}

.instagram-bg:focus {
    background-color: #dd2a7b;
    color: #ffffff;
}

.instagram-bg:active {
    background-color: #dd2a7b;
    color: #ffffff;
}

.linkedin-bg {
    background-color: #ffffff;
    color: #007eb3;
    border: 1px solid #007eb3;
}

.linkedin-bg:hover {
    background-color: #007eb3;
    color: #ffffff;
}

.linkedin-bg:focus {
    background-color: #007eb3;
    color: #ffffff;
}

.linkedin-bg:active {
    background-color: #007eb3;
    color: #ffffff;
}


/* Time Table */

.time-table .table {
    font-size: 16px;
    font-weight: bold;
}

.time-table .table thead tr th {
    text-align: center;
    vertical-align: middle;
    background-color: #333333;
}

.time-table .table thead tr th span {
    display: block;
    color: #ffffff;
}

.time-table .table tbody tr td {
    text-align: center;
    vertical-align: middle;
}

.time-table .table tbody tr td span {
    display: block;
    margin-bottom: 10px;
}

.time-table .table tbody tr td span:last-child {
    margin-bottom: 0;
}

.time-table .table tbody tr td .space-line {
    width: 15px;
    height: 2px;
    background-color: #333333;
    display: inline-block;
}


/* Before After */

.before-after-section {
    width: 100%;
    height: 600px;
    position: relative;
}


/* Our normalize css */

* {
    margin: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}


/* Our wrapper */

.before-after-wrapper {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    overflow: hidden;
}


/* Our image information */

.before,
.after {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-color: white;
    background-size: cover;
    background-position: center;
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
    overflow: hidden;
}

.content-image {
    height: 100%;
}

.after {
    width: 125px;
}

.before-after-scroller {
    width: 50px;
    height: 50px;
    position: absolute;
    left: 100px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 0%;
    background-color: transparent;
    opacity: 1;
    pointer-events: auto;
    cursor: pointer;
}

.before-after-scroller:hover {
    opacity: 1;
}

.scrolling {
    pointer-events: none;
    opacity: 1;
}

.scroller__thumb {
    padding: 0px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.scroller__thumb i {
    color: #006838;
}

.before-after-scroller:before,
.before-after-scroller:after {
    content: " ";
    display: block;
    width: 5px;
    height: 9999px;
    position: absolute;
    left: 50%;
    margin-left: -3.5px;
    z-index: 30;
    -webkit-transition: 0.1s;
    transition: 0.1s;
}

.before-after-scroller:before {
    top: 100%;
}

.before-after-scroller:after {
    bottom: 100%;
}

.before-after-scroller {
    border: 2px solid #006838;
    background-color: #ffffff;
}

.before-after-scroller:before,
.before-after-scroller:after {
    background: #ffffff;
}


/* Cost Calculator */

.blood {
    padding: 50px 40px;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 1px 30px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 1px 30px 0px rgba(0, 0, 0, 0.08);
    margin-bottom: 30px;
}

.blood label {
    font-weight: 700;
    color: #333333;
}

.blood-total {
    font-size: 18px;
    font-weight: 700;
    color: #333333;
    margin-right: 30px;
}

.blood-amount {
    background-color: #88c250;
    font-size: 18px;
    font-weight: 700;
    color: #ffffff;
    padding: 15px 60px;
}


/* 404 */

.contant-404 h2 {
    font-size: 80px;
    font-weight: 700;
}

.contant-404 h3 {
    font-weight: 700;
}

.contant-404 h6 {
    color: #666666;
}


/* coming-soon */

.coming-soon-content .coming-soon-logo {
    width: 250px;
    margin-bottom: 50px;
    display: inline-block;
}

.coming-soon-content h1 {
    font-size: 80px;
    font-weight: bold;
}

.coming-soon-content .newsletter {
    position: relative;
}

.coming-soon-content .newsletter .form-control {
    padding-right: 150px;
    height: 50px;
}

.coming-soon-content .newsletter .btn {
    position: absolute;
    right: 0;
    line-height: 20px;
    top: 0;
    padding: 14px 30px;
}

.coming-soon-content .social-media ul {
    display: inline-block;
    margin-bottom: 0;
    padding-left: 0;
}

.coming-soon-content .social-media ul li {
    list-style-type: none;
    margin-bottom: 10px;
    display: inline-block;
}

.coming-soon-content .social-media ul li:last-child {
    margin-bottom: 0;
}

.coming-soon-content .social-media ul li:last-child a {
    margin-right: 0;
}

.coming-soon-content .social-media ul li a {
    display: block;
    background-color: #ffffff;
    color: #999999;
    height: 45px;
    width: 45px;
    line-height: 45px;
    text-align: center;
    border: 2px solid #006838;
    border-radius: 0;
    margin-right: 20px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.coming-soon-content .social-media ul li a:hover {
    background-color: #006838;
    color: #ffffff;
}

.coming-soon-content .social-media ul li a i {
    font-size: 16px;
}

.choose-people {
    padding-top: 160px;
    padding-bottom: 160px;
}

.medistore_banner {
    position: relative;
    overflow: hidden;
    background: none;
}

.medistore-banner-1 {
    background-color: rgba(40, 167, 69, 0.2);
}

.medistore-banner-2 {
    background-color: #d0edeb;
}

.medistore_banner .medistore_banner-content {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    z-index: 10;
    padding: 40px 25px;
    -webkit-transition: background .5s ease;
    transition: background .5s ease;
}

.medistore_banner .medistore_banner-content-wrapper {
    display: table;
    height: 100%;
    width: 100%;
}

.medistore_banner .medistore_banner-content-inner-wrapper {
    display: table-cell;
}

.medistore_banner .medistore_banner-content .medistore_banner-content-inner-wrapper {
    vertical-align: top;
}

.medistore_banner .medistore_banner-content-vbottom .medistore_banner-content-inner-wrapper {
    vertical-align: bottom;
}

.medistore_banner .medistore_banner-content-vmiddle .medistore_banner-content-inner-wrapper {
    vertical-align: middle;
}

.medistore_banner .medistore_banner-content-hleft {
    text-align: left;
}

.medistore_banner .medistore_banner-content-hcenter {
    text-align: center;
}

.medistore_banner .medistore_banner-content-hright {
    text-align: right;
}

.medistore_banner-btn-wrap {
    margin-top: 20px;
}

.medistore_banner-text {
    font-weight: 500;
}

@media (max-width: 1380px) {
    .right-dot-shape {
        margin-right: 0px;
        margin-top: 0px;
    }
}

@media (max-width: 1199px) {
    .choose-people {
        padding-top: 100px;
        padding-bottom: 150px;
    }

    .schedule-morden {
        padding: 30px 20px;
    }
}

@media (max-width: 991px) {
    .half-overlay.right-position::before {
        display: none;
    }

    .half-overlay.left-position::before {
        display: none;
    }

    .choose-people {
        padding-top: 60px;
        padding-bottom: 80px;
    }

    .schedule-morden {
        border-bottom: 1px solid #f6f6f6;
    }
}

@media (max-width: 767px) {
    .sticky-img.right-split,
    .sticky-img.left-split {
        position: inherit;
        top: 0;
        width: 90%;
        right: 0;
        left: 0;
        margin: auto;
        margin-bottom: 30px;
    }

    .coming-soon-content h1 {
        font-size: 60px;
        font-weight: bold;
    }

    .schedule {
        margin-bottom: 30px;
    }

    .choose-people {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .contant-404 h2 {
        font-size: 60px;
        font-weight: 600;
    }
}

@media (max-width: 575px) {
    .login-form {
        padding: 40px 20px;
    }

    .feature-item-content {
        margin-left: 0px;
    }

    .contact-info .feature-item .feature-item-content {
        margin-left: 0px !important;
        text-align: center;
    }

    .section-title {
        margin-bottom: 20px;
    }
}

@media (max-width: 479px) {
    .section-title span {
        font-size: 14px;
    }

    .center-divider span {
        padding: 0 20px;
    }

    .left-divider span {
        padding-left: 0px;
    }

    .left-divider span:before,
    .center-divider span:before,
    .center-divider span:after {
        width: 50px;
    }
}


/*****************************
  Blog
*****************************/

.blog-post {
    margin-bottom: 25px;
}

.blog-post .blog-post-image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 200px;
    flex: 0 0 200px;
    position: relative;
}

.blog-post .blog-post-image div {
    display: inline;
}

.blog-post .blog-post-meta {
    padding: 12px 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.blog-post .blog-post-meta .blog-post-time,
.blog-post .blog-post-meta .blog-post-author,
.blog-post .blog-post-meta .blog-post-comment,
.blog-post .blog-post-meta .share-box {
    margin: 0 8px 0 0;
}

.blog-post .blog-post-meta .blog-post-author img {
    margin: 0 5px;
    height: 20px;
    border-radius: 50%;
}

.blog-post .blog-post-meta span {
    font-size: 13px;
}

.blog-post .blog-post-meta a {
    font-size: 13px;
    color: #666666;
}

.blog-post .blog-post-meta a:hover {
    color: #006838;
}

.blog-post .blog-post-meta i {
    padding-right: 5px;
}

.blog-post .blog-post-content {
    padding: 20px 0;
}

.blog-post .blog-post-content .blog-post-details {
    padding: 10px 20px;
}

.blog-post .blog-post-content .blog-post-details .blog-post-title {
    margin-bottom: 0px;
    color: #006838;
}
.blog-post .blog-post-content .blog-post-details p img{
    width:48%;
    text-align:center;
    border-radius:10px;
}

.blog-post .blog-post-content .blog-post-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px;
}

.blog-post .blog-post-content .blog-post-info div {
    margin-right: 20px;
}

.blog-post .blog-post-content .blog-post-info div:last-child {
    margin-right: 0px;
}

.blog-post .blog-post-content .blog-post-info div a i {
    margin-right: 10px;
}

.blog-post .blog-post-content .blog-post-social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px;
}

.blog-post .blog-post-content .blog-post-social span {
    padding-right: 15px;
}

.blog-post .blog-post-content .blog-post-social ul {
    margin-bottom: 0;
}

.blog-post .blog-post-content .blog-post-social ul li {
    display: inline-block;
    float: left;
    padding: 0 10px;
}

.blog-post .blog-post-content .blog-post-social ul li a {
    color: #333333;
    font-size: 18px;
}

.blog-post .blog-post-content .blog-post-social ul li a:hover {
    color: #006838;
}

.blog-post .blockquote {
    position: relative;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-right: 30px;
    z-index: 9;
}

.blog-post .blockquote .blockquote-content {
    position: relative;
}

.blog-post .blockquote .blockquote-content .blockquote-quote {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
}

.blog-post .blockquote .blockquote-content .blockquote-quote i {
    font-size: 78px;
    line-height: 78px;
    top: 0;
    color: rgba(0, 104, 56, 0.2);
}

.blog-post .blockquote .blockquote-author .blockquote-name {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.blog-post .blockquote .blockquote-author .blockquote-name .text-muted {
    margin-left: 10px;
}

.blog-post-01 {
    background-color: #ffffff;
    -webkit-box-shadow: 0px 1px 30px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 1px 30px 0px rgba(0, 0, 0, 0.08);
    padding: 10px;
}


/* blog-post-02 */

.blog-post-02 .blog-post-meta .blog-post-author {
    position: relative;
    padding-right: 30px;
}

.blog-post-02 .blog-post-meta .blog-post-author:before {
    position: absolute;
    content: "";
    height: 1px;
    width: 20px;
    background: #dfdfdf;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
}


/* blog-post-quote */

.blog-post-quote .blockquote {
    padding: 40px 40px 0 40px;
}

.blog-post-quote .blockquote p {
    font-size: 14px;
    font-style: italic;
}

.blog-post-quote .blockquote i {
    font-size: 30px;
    margin-bottom: 20px;
    color: #00351d;
}

.blog-post-quote .blockquote cite {
    font-size: 15px;
}

.blog-post-quote .blog-post-link a {
    color: #ffffff;
}

.blog-post-quote .blog-post-link a:hover {
    color: #333333;
}

.blog-post-quote .blog-post-content .blog-post-footer {
    border-color: #004425;
}

.blog-post-quote .blog-post-content .blog-post-footer a {
    color: #ffffff;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.blog-post-quote .blog-post-content .blog-post-footer a i {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.blog-post-quote .blog-post-content .blog-post-footer a:hover {
    color: #333333;
}

.blog-post-quote .blog-post-content .blog-post-footer a:hover i {
    color: #333333;
}

.blog-post-quote .blog-post-content .blog-post-footer span {
    color: #ffffff;
}

.blog-post-quote .share-box .share-box-social {
    background: #ffffff;
}

.blog-post-quote .share-box .share-box-social li a {
    color: #333333;
}

.blog-post-quote .share-box .share-box-social li a:hover {
    color: #006838;
}

.blog-post-quote .share-box .share-box-social:before {
    border-color: #ffffff transparent transparent transparent;
}

.blog-post-navigation .post-navigation .nav-link {
    position: relative;
}

.blog-post-navigation .post-navigation .nav-link a i {
    position: absolute;
    font-size: 24px;
    color: #333333;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.blog-post-navigation .post-navigation .nav-link a span {
    display: block;
    color: #333333;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.blog-post-navigation .post-navigation .nav-link a .nav-title {
    font-size: 18px;
}

.blog-post-navigation .post-navigation .nav-link .nav-previous {
    position: absolute;
    left: 0;
}

.blog-post-navigation .post-navigation .nav-link .nav-previous a {
    position: relative;
    display: block;
    padding-left: 90px;
    padding-top: 11px;
    padding-bottom: 11px;
}

.blog-post-navigation .post-navigation .nav-link .nav-previous a i {
    left: 20px;
}

.blog-post-navigation .post-navigation .nav-link .nav-previous a:before {
    position: absolute;
    content: "";
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    width: 60px;
    height: 100%;
    -webkit-box-shadow: 0px 1px 30px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 1px 30px 0px rgba(0, 0, 0, 0.08);
    background-color: #ffffff;
    border-radius: 3px;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.blog-post-navigation .post-navigation .nav-link .nav-previous a:hover i {
    color: #ffffff;
}

.blog-post-navigation .post-navigation .nav-link .nav-previous a:hover span {
    color: #006838;
}

.blog-post-navigation .post-navigation .nav-link .nav-previous a:hover:before {
    background-color: #006838;
}

.blog-post-navigation .post-navigation .nav-link .nav-next {
    position: absolute;
    right: 0;
    text-align: right;
}

.blog-post-navigation .post-navigation .nav-link .nav-next a {
    position: relative;
    display: block;
    padding-right: 90px;
    padding-top: 11px;
    padding-bottom: 11px;
}

.blog-post-navigation .post-navigation .nav-link .nav-next a i {
    right: 20px;
}

.blog-post-navigation .post-navigation .nav-link .nav-next a:before {
    position: absolute;
    content: "";
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    width: 60px;
    height: 100%;
    -webkit-box-shadow: 0px 1px 30px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 1px 30px 0px rgba(0, 0, 0, 0.08);
    background-color: #ffffff;
    border-radius: 3px;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.blog-post-navigation .post-navigation .nav-link .nav-next a:hover i {
    color: #ffffff;
}

.blog-post-navigation .post-navigation .nav-link .nav-next a:hover span {
    color: #006838;
}

.blog-post-navigation .post-navigation .nav-link .nav-next a:hover:before {
    background-color: #006838;
}

.blog-detail .comments-01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.blog-detail .comments-01 .comment-author {
    width: 90px;
}

.blog-detail .comments-01 .comment-author img {
    width: 100%;
    border-radius: 3px;
}

.blog-detail .comments-01 .comment-content {
    border: 1px solid #f6f6f6;
    background-color: #f6f6f6;
    padding: 15px;
    margin-left: 20px;
    margin-bottom: 20px;
    width: 100%;
}

.blog-detail .comments-01 .comment-content .reviews {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.blog-detail .comments-01 .comment-content .reviews .meta {
    font-size: 16px;
}

.blog-detail .comments-01 .comment-content .reviews .meta strong {
    color: #333333;
}

.blog-detail .comments-01 .comment-content .reviews p {
    margin-bottom: 0;
}

.blog-detail .comments-01 .comment-content .reviews .port-social {
    margin-left: auto;
    border-radius: 0;
    color: #ffffff;
    background: #006838;
    padding: 5px 15px;
    display: block;
}

.blog-detail .comments-02 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 100px;
}

.blog-detail .comments-02 .comment-author {
    width: 90px;
}

.blog-detail .comments-02 .comment-author img {
    width: 100%;
    border-radius: 0;
}

.blog-detail .comments-02 .comment-content {
    border: 1px solid #f6f6f6;
    padding: 15px;
    margin-left: 20px;
    margin-bottom: 20px;
    width: 100%;
    background-color: #f6f6f6;
}

.blog-detail .comments-02 .comment-content .reviews {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.blog-detail .comments-02 .comment-content .reviews .meta {
    font-size: 16px;
}

.blog-detail .comments-02 .comment-content .reviews .meta strong {
    color: #333333;
}

.blog-detail .comments-02 .comment-content .reviews p {
    margin-bottom: 0;
}

.blog-detail .comments-02 .comment-content .reviews .port-social {
    margin-left: auto;
    border-radius: 0;
    color: #ffffff;
    background: #006838;
    padding: 5px 15px;
    display: block;
}

.blog-detail .leave-reply-form {
    background-color: #ffffff;
    -webkit-box-shadow: 0px 1px 30px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 1px 30px 0px rgba(0, 0, 0, 0.08);
    padding: 40px 30px;
}


/* Sidebar */

.sidebar .widget {
    margin-bottom: 30px;
    padding: 40px 30px;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 1px 30px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 1px 30px 0px rgba(0, 0, 0, 0.08);
}

.sidebar .widget:last-child {
    margin-bottom: 0;
}

.sidebar .widget .widget-title {
    margin-bottom: 20px;
}

.sidebar .widget .search {
    position: relative;
}

.sidebar .widget .search input {
    padding-right: 64px;
    height: 50px;
    padding-left: 20px;
}

.sidebar .widget .search i {
    position: absolute;
    right: 0;
    top: 0;
    background: #006838;
    color: #ffffff;
    padding: 18px 20px;
    cursor: pointer;
    margin: 0;
    border-radius: 0 3px 3px 0px;
}

.search i {
    position: absolute;
    right: 35px;
    top: 26px;
    background: #006838;
    color: #ffffff;
    padding: 16.5px 20px;
    cursor: pointer;
    margin: 0;
    border-radius: 0 3px 3px 0px;
}

@media (max-width: 575px) {
    .social .search {
        position: relative;
    }

    .social .search i {
        right: 0px;
        top: 0px;
        padding: 16px 20px;
    }
}

.sidebar .widget .recent-posts a {
    color: #333333;
}

.sidebar .widget .recent-posts a:hover {
    color: #006838;
}

.sidebar .widget .recent-posts .date {
    color: #999999;
    margin-top: 10px;
}

.sidebar .widget .widget-contact-info ul li {
    margin-bottom: 30px;
}

.sidebar .widget .widget-contact-info ul li i {
    font-size: 16px;
}

.sidebar .widget .widget-contact-info ul li span {
    margin-left: 20px;
}

.sidebar .widget .widget-follow ul {
    margin-bottom: 0;
}

.sidebar .widget .widget-follow ul li {
    display: inline-block;
    margin-right: 20px;
}

.sidebar .widget .widget-follow ul li:last-child {
    margin-right: 0px;
}

.sidebar .widget .widget-follow ul li a {
    font-size: 18px;
    color: #666666;
}

.sidebar .widget .widget-follow ul li a:hover {
    color: #006838;
}

.sidebar .widget ul.list-style li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #666666;
    width: 100%;
}

.sidebar .widget ul.list-style li a:hover {
    color: #006838;
}

.sidebar .widget ul.list-style li:last-child {
    margin-bottom: 0;
}

.sidebar .widget .gallery ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.sidebar .widget .gallery ul li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 19%;
    flex: 0 0 19%;
    margin: 0 1% 1% 0;
}

.sidebar .widget .gallery ul li:nth-child(5n+5) {
    margin-right: 0;
}

.sidebar .widget .social ul li {
    padding: 10px 10px 10px 20px;
    border: 1px solid #eeeeee;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.sidebar .widget .social ul li a {
    color: #333333;
    font-weight: 600;
    text-transform: capitalize;
}

.sidebar .widget .social ul li a i {
    width: 15px;
}

.sidebar .widget .social ul li .follow {
    background: #f6f6f6;
    padding: 3px 18px;
    font-size: 12px;
}

.sidebar .widget .social ul li .follow:hover {
    background: #333333;
    color: #ffffff;
}

.sidebar .widget .social ul li:last-child {
    margin-bottom: 0;
}

.sidebar .widget .social ul .facebook a {
    color: #466ca9;
}

.sidebar .widget .social ul .facebook .follow:hover {
    background: #466ca9;
}

.sidebar .widget .social ul .twitter a {
    color: #20b5e6;
}

.sidebar .widget .social ul .twitter .follow:hover {
    background: #20b5e6;
}

.sidebar .widget .social ul .youtube a {
    color: #d92c20;
}

.sidebar .widget .social ul .youtube .follow:hover {
    background: #d92c20;
}

.sidebar .widget .social ul .linkedIn a {
    color: #13799f;
}

.sidebar .widget .social ul .linkedIn .follow:hover {
    background: #13799f;
}

.sidebar .widget .popular-tag ul li {
    display: inline-block;
    margin-bottom: 4px;
}

.sidebar .widget .popular-tag ul li a {
    padding: 6px 20px;
    display: block;
    border: 1px solid #eeeeee;
    color: #666666;
}

.sidebar .widget .popular-tag ul li a:hover {
    color: #006838;
    border-color: #006838;
}

ul.list-style-underline li {
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

ul.list-style-underline li:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0px;
}

.blog-detail .blog-post-content {
    text-align: left;
}

.navigation .nav-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.navigation .nav-links .nav-previous {
    width: 50%;
    border: 1px solid #eeeeee;
    margin-right: 30px;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.navigation .nav-links .nav-previous a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #666666;
}

.navigation .nav-links .nav-previous a:hover .pagi-text {
    color: #ffffff;
    background: #006838;
}

.navigation .nav-links .nav-previous .nav-title {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.navigation .nav-links .nav-previous .pagi-text {
    border-right: 1px solid #eeeeee;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.navigation .nav-links .nav-previous:hover {
    background: #f6f6f6;
}

.navigation .nav-links .nav-next {
    width: 50%;
    border: 1px solid #eeeeee;
    margin-right: 30px;
    margin-right: 0;
    text-align: right;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.navigation .nav-links .nav-next a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #666666;
    padding-left: 15px;
}

.navigation .nav-links .nav-next a:hover .pagi-text {
    color: #ffffff;
    background: #006838;
}

.navigation .nav-links .nav-next .nav-title {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    margin-left: auto;
}

.navigation .nav-links .nav-next .pagi-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    border-left: 1px solid #eeeeee;
}

.navigation .nav-links .nav-next:hover {
    background: #f6f6f6;
}

.navigation .nav-links .pagi-text {
    display: inline-block;
    padding: 12px 25px;
    color: #666666;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.navigation .nav-links .nav-title {
    margin: 12px 20px;
}

@media (max-width: 1199px) {
    .blog-post .blog-post-content .blog-post-details {
        padding: 10px 10px;
    }
}

@media (max-width: 767px) {
    .blog-post-navigation .post-navigation .nav-link .nav-previous a {
        padding-left: 70px;
    }

    .blog-post-navigation .post-navigation .nav-link .nav-next a {
        padding-right: 70px;
    }
}

@media (max-width: 575px) {
    .blog-post-navigation .post-navigation .nav-link .nav-previous {
        position: relative;
    }

    .blog-post-navigation .post-navigation .nav-link .nav-previous a {
        padding-left: 75px;
    }

    .blog-post-navigation .post-navigation .nav-link .nav-next a {
        padding-right: 75px;
        margin-top: 15px;
    }

    .blog-detail .comments-01 .comment-content .reviews .meta,
    .blog-detail .comments-02 .comment-content .reviews .meta {
        font-size: 14px;
    }

    .blog-detail .comments-02 {
        padding-left: 10px;
    }

    .pagination .page-item .page-link {
        min-width: 32px;
        height: 32px !important;
        line-height: 30px !important;
        text-align: center;
        font-size: 14px !important;
        font-weight: 600;
        padding: 0 5px !important;
        margin-right: 6px !important;
        border-width: 1px !important;
    }

    .pagination .sw {
        display: none;
    }
}


/*****************************
  Footer
*****************************/

.footer {
    /*background-image: url(../images/footer/footer-bg.jpg);*/
    background-color: #0A805B;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
}

.footer.overlay::before {
    /*background-color: #f3f9f6;*/
    background-color: #0A805B;
    opacity: 0.95;
    z-index: -1;
}

.overlay {
    position: relative;
    z-index: 1;
}

.overlay::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.4;
    background: #081828;
    content: "";
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    z-index: -1;
}

.footer h6 {
    /*margin-bottom: 60px;*/
}

.footer .footer-logo {
    margin-bottom: 45px;
    display: inline-block;
}

.footer .footer-contact-info ul {
    padding-top: 0px;
    background-position: top center;
    background-repeat: no-repeat;
    width: 100%;
}

.footer .footer-contact-info ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.footer .footer-contact-info ul li i {
    font-size: 18px;
    color: #006838;
    min-width: 25px;
    margin-right: 15px;
}

.footer .footer-contact-info ul li span {
    -ms-flex-item-align: top;
    align-self: flex-start;
}

.footer .footer-contact-info ul li:last-child {
    margin-bottom: 0;
}

.footer .footer-services-List {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.footer .footer-services-List ul {
    width: 50%;
    display: inline-block;
}

.footer .footer-useful-List {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.footer .footer-useful-List ul {
    /*width: 50%;*/
    display: inline-block;
}

.footer ul li {
    margin-bottom: 15px;
    float: left;
    margin-right: 20px;
}

.footer ul li:last-child {
    margin-bottom: 0;
}

.footer ul li a,
.footer ul li span,
.footer-subscribe p {
    font-size: 14px;
    color: #666666;
}

.footer ul li a:hover {
    color: #006838;
}

.footer .social-icon ul {
    margin: 0;
    padding: 0;
}

.footer .social-icon ul li {
    list-style-type: none;
    position: relative;
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 0;
}

.footer .social-icon ul li:last-child {
    margin-right: 0px;
}

.footer .social-icon ul li a {
    font-size: 16px;
    height: 30px;
    width: 30px;
    line-height: 30px;
    display: inline-block;
    text-align: center;
    background-color: #006838;
    color: #ffffff;
}

.footer .social-icon ul li a:hover {
    background: #004928;
    border-color: #004928;
}

.footer .footer-subscribe {
    margin-top: 48px;
}

.footer .footer-subscribe form {
    position: relative;
}

.footer .footer-subscribe form .form-control {
    padding-right: 60px;
}

.footer .footer-subscribe form .btn {
    position: absolute;
    right: 0;
    line-height: 20px;
    top: 0;
    padding: 13px 20px;
}

.footer .footer-subscribe form .btn i {
    padding-right: 0;
}

.footer .opening-time ul li {
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.footer .opening-time ul li:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
}

.footer .footer-bottom {
    /*border-top: 1px solid #eeeeee;
  margin-top: 50px;*/
    /*padding-top: 100px;*/
    /*padding-top: 50px;*/
}

.footer .footer-bottom .copyright {
    font-size: 14px;
    color: #fff
}


/* footer-02 */

.footer-02 {
    background-color: #f6f6f6;
}

.footer-02 .footer-contact-info {
    color: #ffffff;
}

.footer-02 .footer-contact-info .phone {
    font-size: 24px;
    color: #ffffff;
}

.footer-02 .footer-bottom {
    border-top: none;
}

.footer-02 .social-icon ul li a {
    font-size: 18px;
    background-color: inherit;
    color: #ffffff;
}

.footer-02 .social-icon ul li a:hover {
    background: #004928;
    border-color: #004928;
}

.footer-02.half-overlay::before {
    width: 35%;
}

.footer-02.half-overlay.left-position::before {
    left: 0px;
    background: #88c250;
}


/* Responsive */

@media (max-width: 991px) {
    .footer .footer-subscribe {
        margin-top: 100px;
    }

    /*.row {
        margin: 0;
    }*/

    /* footer */
    .footer .footer-bottom {
        margin-top: 20px;
    }

    .footer .footer-middle {
        margin-top: 70px;
    }

    .footer h6 {
        margin-bottom: 20px;
    }

    .footer .footer-bottom {
        padding: 30px 0px 30px;
    }

    .footer-02 {
        background-color: #88c250;
    }

    .footer.footer-02 .footer-bottom .copyright,
    .footer.footer-02 ul li a {
        color: #ffffff;
    }

    .footer.footer-02 ul li a:hover {
        color: #006838;
    }
}

@media (max-width: 767px) {
    .footer .footer-bottom {
        padding: 20px 0px 20px;
        margin-top: 10px;
    }

    .footer .footer-middle {
        margin-top: 50px;
    }

    .footer .footer-logo {
        margin-bottom: 20px;
    }
}


/*****************************
  Shop
*****************************/


/* Product */

.product .product-image {
    position: relative;
}

.product .product-image .product-overlay {
    opacity: 0;
    text-align: center;
    left: 0;
    position: absolute;
    right: 0;
    top: 50%;
    z-index: 9;
    margin: 0 auto;
    -webkit-transition: all 0.5s ease-in-out;
}

.product .product-image .product-overlay .add-to-cart a {
    background: #006838;
    color: #ffffff;
    text-transform: capitalize;
    padding: 10px 20px;
    font-weight: bold;
}

.product:hover .product-image .product-overlay {
    opacity: 1;
}

.product .product-description {
    text-align: center;
}

.product .product-description .product-title {
    margin: 20px 0px 10px;
}

.product .product-description .product-title a {
    font-size: 16px;
    font-weight: bold;
    color: #333333;
}

.product .product-description .product-title a:hover {
    color: #006838;
}

.product .product-description .product-rating {
    margin-bottom: 10px;
}

.product .product-description .product-price {
    font-size: 14px;
    font-weight: bold;
}

.product .product-description .product-price del {
    color: #dfdfdf;
}

.product .product-description .product-price ins {
    color: #006838;
    text-decoration: none;
}


/* Product Detail */

.shop-single .nav-tabs-02 .nav-item .nav-link {
    font-size: 16px;
}

.shop-single .product-detail .product-price-rating .product-price {
    margin-bottom: 20px;
}

.shop-single .product-detail .product-price-rating .product-price h4 {
    font-size: 20px;
    margin-bottom: 0;
}

.shop-single .product-detail .product-price-rating .product-price h4 span {
    font-size: 24px;
    color: #006838;
    margin-left: 8px;
}

.shop-single .product-detail .product-price-rating .product-rating {
    margin: 20px 0;
}

.shop-single .product-detail .product-price-rating .product-rating i {
    color: #006838;
}

.shop-single .product-detail .product-summary {
    margin-top: 30px;
}

.shop-single .product-detail .product-summary a {
    color: #333333;
    margin-right: 10px;
}

.shop-single .product-detail .product-summary a i {
    color: #006838;
    margin-right: 10px;
}

.shop-single .product-detail .product-summary a:hover {
    color: #006838;
}

.shop-single .product-detail hr {
    margin: 30px 0;
}

.shop-single .product-detail .product-detail-meta {
    margin-bottom: 20px;
}

.shop-single .product-detail .product-detail-meta span {
    display: block;
    margin: 10px 0;
}

.shop-single .product-detail .product-detail-social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-top: 1px solid #eeeeee;
    border-bottom: 1px solid #eeeeee;
    padding: 10px 0;
}

.shop-single .product-detail .product-detail-social span {
    font-weight: 800;
}

.shop-single .product-detail .product-detail-social ul {
    padding-left: 15px;
    margin-bottom: 0;
}

.shop-single .product-detail .product-detail-social ul li {
    display: inline-block;
    list-style-type: none;
    float: left;
    margin-right: 20px;
    font-size: 16px;
}

.shop-single .product-detail .input-group {
    width: 90px;
    float: left;
    margin-right: 20px;
}

.form-group .product-rating {
    color: #006838;
}

.slider-slick .slider-nav .slick-next:before {
    position: absolute;
    right: 5px;
    top: 50%;
    z-index: 999;
    color: #ffffff;
    font-size: 20px;
    -webkit-transform: translatey(-50%);
    transform: translatey(-50%);
}

.slider-slick .slider-nav .slick-prev:before {
    position: absolute;
    left: 5px;
    top: 50%;
    z-index: 999;
    color: #ffffff;
    font-size: 20px;
    -webkit-transform: translatey(-50%);
    transform: translatey(-50%);
}

.slider-slick .slider-nav:hover .slick-prev {
    left: 0;
    z-index: 99;
    opacity: 1;
}

.slider-slick .slider-nav:hover .slick-next {
    right: 0;
    opacity: 1;
}

.slider-slick .slider-nav .slick-prev {
    opacity: 0;
    width: 30px;
    height: 50%;
    background: #006838;
    color: #333333;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.slider-slick .slider-nav .slick-next {
    opacity: 0;
    width: 30px;
    height: 50%;
    background: #006838;
    color: #333333;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.slider-slick .slider-nav .slick-track .slick-slide {
    margin-left: 5px;
    margin-right: 5px;
}


/* commentlist */

.commentlist {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.commentlist .comment-author img {
    width: 70px;
}

.commentlist .comment-content {
    border: 1px solid #eeeeee;
    padding: 15px;
    margin-left: 20px;
    margin-bottom: 20px;
    width: 100%;
}

.commentlist .comment-content .reviews {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.commentlist .comment-content .reviews .rating {
    margin-left: auto;
}

.commentlist .comment-content .reviews .rating i {
    color: #006838;
}

.form-check-label {
    padding-left: 20px;
}


/* Shop Sidebar */

.shop-sidebar .widget {
    margin-bottom: 30px;
    padding: 20px;
    -webkit-box-shadow: 0px 1px 30px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 1px 30px 0px rgba(0, 0, 0, 0.08);
}

.shop-sidebar .widget .widget-title {
    margin-bottom: 30px;
}

.shop-sidebar .widget .price-filter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.shop-sidebar .widget .price-filter a {
    margin-left: auto;
}

.shop-sidebar .widget .product-rating {
    margin-bottom: 10px;
}

.shop-sidebar .widget .product-rating:last-child {
    margin-bottom: 0;
}

.shop-sidebar .widget .product-rating .product-rating-nav {
    display: inline-block;
}

.shop-sidebar .widget .product-rating span {
    float: right;
}

.shop-sidebar .widget .product-banner-thumb {
    position: relative;
}

.shop-sidebar .widget .product-banner-thumb .product-banner-badge {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 1;
    background: #88c250;
    color: #ffffff;
    height: 70px;
    width: 70px;
    border-radius: 50%;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.shop-sidebar .widget .product-banner-thumb .product-banner-badge .badge-value {
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
}

.shop-sidebar .widget .form-check {
    display: block;
}

.shop-sidebar .widget .form-check span {
    float: right;
}

.shop-sidebar .widget .social ul li {
    display: inline-block;
    list-style-type: none;
    margin-right: 20px;
    font-size: 16px;
}

.shop-sidebar .widget .tagcloud ul li {
    margin-bottom: 10px;
    display: inline-block;
}

.shop-sidebar .widget .tagcloud ul li a {
    color: #333333;
    line-height: 32px;
    border: 1px solid #eeeeee;
    padding: 0 12px;
    border-radius: 0;
    display: block;
}

.shop-sidebar .widget .tagcloud ul li a:hover {
    background: #006838;
    border: 1px solid #006838;
    color: #ffffff;
}

.shop-sidebar .widget .widget-categories ul li a {
    font-size: 14px;
    color: #333333;
    line-height: 32px;
    display: block;
}

.shop-sidebar .widget .widget-categories ul li a:hover {
    color: #006838;
}

.search-field {
    padding-left: 20px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #006838;
    height: 50px;
    border-radius: 0;
    width: 100%;
}


/* Checkout */

.checkout-info {
    padding: 25px 25px 25px 120px;
    background: #f6f6f6;
    position: relative;
    border-radius: 3px;
}

.checkout-info:before {
    position: absolute;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
    left: 25px;
    content: "\f2f6";
    font-size: 60px;
    font-family: "Font Awesome 5 Free";
    z-index: 9;
    color: #dfdfdf;
    font-weight: 600;
}

.checkout-info-coupon .checkout-info:before {
    content: "\f3ff";
}

.checkout-info-coupon .checkout-coupon {
    padding: 20px;
    border: 2px dashed #eeeeee;
    border-radius: 3px;
}

.checkout-review {
    padding: 15px 30px 30px;
    border: 1px solid #eeeeee;
    border-radius: 3px;
}

.checkout-review .table tr th {
    padding: 15px 0;
    font-size: 18px;
}

.checkout-review .table tr th.shipping {
    font-size: 14px;
}

.checkout-review .table tr td {
    text-align: left;
    padding: 15px 0;
    font-size: 14px;
    font-weight: 500;
}

.checkout-review .table tr td.amount {
    font-size: 18px;
}


/* Cart */

.cart-table .table {
    border: 1px solid #eeeeee;
    margin-bottom: 0;
    font-size: 14px;
}

.cart-table .table tr th {
    border: none;
    padding: 15px 10px;
    color: #ffffff;
    background-color: #006838;
    text-align: left;
    vertical-align: middle;
}

.cart-table .table tr td {
    border: none;
    border-top: 1px solid #eeeeee;
    padding: 15px 10px;
    color: #333333;
    font-weight: 500;
    text-align: left;
}

.cart-table .table tr td.product-remove {
    padding: 15px 25px;
    text-align: center;
}

.cart-table .table tr td.product-quantity .form-control {
    width: 100px;
}

.cart-table .table tr td a {
    color: #333333;
}

.cart-table .table tr td a:hover {
    color: #006838;
}

.cart-table .table tr td .form-group {
    margin-bottom: 0px;
}

.cart-table .actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: 1px solid #eeeeee;
    border-top: none;
    padding: 15px 10px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.cart-table .actions .coupon form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.cart-table .actions .coupon .input-text {
    border: 1px solid #006838;
    border-radius: 0px;
    height: 48px;
    padding: 10px 20px;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 14px;
    font-weight: 500;
    color: #333333;
    border-radius: 0;
    margin-right: 10px;
}

.cart-table .actions .coupon .btn {
    padding: 12px 20px;
}

.cart-table .actions .update-cart {
    margin-left: auto;
}

.cart-table .table td.product-thumbnail img {
    width: 70px;
    height: auto;
}

.cart-totals {
    background: #f6f6f6;
    padding: 20px;
}

.cart-totals .cart-totals-title {
    margin-bottom: 20px;
    text-align: center;
}

.cart-totals .table {
    font-size: 14px;
}

.cart-totals .table tr th {
    text-align: left;
    border: none;
    border-top: 1px solid #eeeeee;
    vertical-align: top;
    background: #ffffff;
}

.cart-totals .table tr td {
    text-align: right;
    border: none;
    border-top: 1px solid #eeeeee;
    background: #ffffff;
}

.cart-totals .table tr.shipping .form-group {
    margin-bottom: 0;
}

.cart-totals .table tr.shipping .form-check-label {
    padding-left: 0px;
}

.cart-totals .table tr.shipping p {
    margin-bottom: 0;
}

.cart-totals .table tr.order-total th {
    font-size: 18px;
    font-weight: bold;
}

.cart-totals .table tr.order-total td {
    font-size: 26px;
    font-weight: bold;
}

.cart-totals .table .cart-subtotal th {
    font-size: 18px;
    font-weight: bold;
    border: none;
}

.cart-totals .table .cart-subtotal td {
    font-size: 18px;
    font-weight: bold;
    border: none;
}

.cart-totals .checkout-button {
    width: 100%;
    text-align: center;
    padding: 15px 25px;
}


/* shop-category */

.shop-category {
    padding: 25px 15px;
    border-right: 1px solid #f6f6f6;
}

.shop-category h5 {
    margin-bottom: 20px;
}

.shop-category ul {
    margin-bottom: 0;
}

.shop-category ul li a {
    padding: 5px 0;
    display: block;
    color: #333333;
}

@media (max-width: 768px) {
    .slider-slick .slider-nav .slick-prev {
        display: none !important;
    }

    .slider-slick .slider-nav .slick-next {
        display: none !important;
    }

    .shop-single .nav-tabs-02 .nav-item {
        width: 33% !important;
    }
}

.news-pt {
    /*padding-top: 50px;*/
}

.news-bgc {
    /*background-color: #eef7f4;*/
}

.xxgk-bgc {
    background-color: #abdae657;
}

.mydj-bgc {
    /*background-color: #cdfbec70 !important;*/
}

.news-list {
    width: 100%;
    /*margin-top: 15px*/
    /*height: 100%;*/
}

.news-list li {
    font-size: 16px;
    margin-bottom: 1rem !important;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}


/* header */

.navbar-nav .nav-item a::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 3px;
    width: 0%;
    background: #88c250;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.navbar-nav .nav-item a.active:before {
    width: 100%;
}

.navbar-nav .nav-item:hover a:before {
    width: 100%;
}

.navbar-nav .nav-item a.active {
    color: #88c250;
}


/* header */


/*动态新闻*/

.dt-1 {
    padding-left: 0px;
}

.btn-more {
    font-size: 14px;
    font-weight: 600;
    padding: 12px 15px;
    border-radius: 0;
    float: right;
    margin-top: 5px;
}

.dt-1 li {
    width: 100%;
    /*float: left;*/
    position: relative;
    line-height: 30px;
    padding-right: 110px;
    list-style: none;
}

.dt-1 a.news {
    display: block;
    width: 100%;
    font-size: 16px;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.dt-1 a:hover {
    color: #88c250;
}

.dt-1 .rq {
    position: absolute;
    right: 0;
    top: 0;
    color: #006838;
}

.news-i {
    float: right;
}

.news-lb {
    position: absolute;
    top: 20px;
}

.tp-new {
    position: absolute;
    width: 100%;
    bottom: 20px;
    background-color: rgb(0, 104, 56);
    opacity: 0.7;
    height: 90px;
    color: #fff !important;
}

.tp-new .blog-post-title {
    color: #fff !important;
}

.tp-new .blog-post-meta .blog-post-author {
    color: #fff !important;
}

.tp-new .blog-post-meta .blog-post-time {
    color: #fff !important;
}

.tp-new-bs .owl-dots {
    position: absolute;
    top: 220px;
}

.blog-post-description p {
    line-height: 30px;
    height: 60px;
    max-height: 60px;
    overflow: hidden;
    /* 超出的文本隐藏 */
    text-overflow: ellipsis;
    /* 溢出用省略号显示 */
    display: -webkit-box;
    /* 将对象作为弹性伸缩盒子模型显示 */
    -webkit-box-orient: vertical;
    /* 这个属性不是css的规范属性，需要组合上面两个属性，表示显示的行数 */
    -webkit-line-clamp: 2;
    /*  从上到下垂直排列子元素（设置伸缩盒子的子元素排列方式） */
}

@media (max-width: 568px) {
    .tp-new {
        top: 225px;
    }

    .blog-post-description {
        display: none;
    }

    .tp-new-bs .owl-dots {
        top: 280px;
    }

    .tp-new .blog-post-title {
        color: #fff !important;
    }
}


/*动态新闻*/


/*信息公开 按钮*/

.five,
.four,
.three-b,
.two,
.one {
    border: none;
    border-radius: 4px;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.48);
    overflow: hidden;
    padding: 20px 50px 50px 70px;
    margin-bottom: 25px;
    font-size: 30px;
    position: relative;
    color: white;
    outline: none;
    cursor: pointer;
    width: 100%;
    transition: background-position 0.7s, box-shadow 0.4s;
    background-size: 110%;
    font-family: "Oswald", sans-serif;
}

.five:hover,
.four:hover,
.three-b:hover,
.two:hover,
.one:hover {
    background-position: 0% 30%;
}

.five:hover:after,
.four:hover:after,
.three-b:hover:after,
.two:hover:after,
.one:hover:after {
    right: -40px;
    transition: right 0.4s, transform 30s 0.2s linear;
}

.five:before,
.four:before,
.three-b:before,
.two:before,
.one:before,
.five:after,
.four:after,
.three-b:after,
.two:after,
.one:after {
    font-family: FontAwesome;
    display: block;
    position: absolute;
}

.five:before,
.four:before,
.three-b:before,
.two:before,
.one:before {
    transition: all 1s;
    font-size: 30px;
    left: 25px;
    top: 19px;
}

.five:after,
.four:after,
.three-b:after,
.two:after,
.one:after {
    transition: right 0.4s, transform 0.2s;
    font-size: 100px;
    opacity: 0.3;
    right: -120px;
    top: -17px;
}

.one {
    box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 0.16) inset, 0px 0px 10px 0px #006838;
    background-image: linear-gradient(to bottom, #006838, rgba(119, 160, 120, 0.51)), url("../images/bg/01.jpg");
}

.one:hover {
    box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 0.16) inset, 0px 0px 30px 0px #006838;
}

.one:hover:after {
    transform: scale(1);
}

.one:hover:before {
    transform: scale(1.2);
}

.one:after,
.one:before {
    content: "\f0f6";
}

.one b {
    color: #45ca8c;
    font-weight: 700;
}

.two {
    box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 0.16) inset, 0px 0px 10px 0px #E48A3C;
    background-image: linear-gradient(to bottom, #E48A3C, rgba(222, 135, 61, 0.24)), url("../images/bg/12.png");
}

.two:hover {
    box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 0.16) inset, 0px 0px 30px 0px #E48A3C;
}

.two:hover:after {
    transform: scale(1);
}

.two:hover:before {
    transform: scale(1.2);
}

.two::after,
.two::before {
    content: "\f0b1";
}

.two b {
    color: #FFD9B4;
    font-weight: 700;
}

.three-b {
    box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 0.16) inset, 0px 0px 10px 0px #36C176;
    background-image: linear-gradient(to bottom, #36C176, rgba(86, 202, 139, 0.18)), url("../images/bg/12.png");
}

.three-b:hover {
    box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 0.16) inset, 0px 0px 30px 0px #36C176;
}

.three-b:hover:after {
    transform: scale(1);
}

.three-b:hover:before {
    transform: scale(1.2);
}

.three-b:after,
.three-b:before {
    content: "";
}

.three-b b {
    color: #63FFAC;
    font-weight: 700;
}

.four {
    box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 0.16) inset, 0px 0px 10px 0px #33E7EA;
    background-image: linear-gradient(to bottom, #33E7EA, rgba(161, 245, 245, 0.24)), url("../images/bg/12.png");
}

.four:hover {
    box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 0.16) inset, 0px 0px 30px 0px #33E7EA;
}

.four:hover:after {
    transform: rotate(3000deg);
}

.four:hover:before {
    transform: rotate(360deg);
}

.four:after,
.four:before {
    content: "";
}

.four b {
    color: #1CF4FF;
    font-weight: 700;
}

.five {
    box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 0.16) inset, 0px 0px 10px 0px #DE3964;
    background-image: linear-gradient(to bottom, #DE3964, rgba(154, 40, 87, 0.24)), url("../images/bg/12.png");
}

.five:hover {
    box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 0.16) inset, 0px 0px 30px 0px #DE3964;
}

.five:hover:after {
    transform: scale(1);
}

.five:hover:before {
    transform: scale(1.2);
}

.five:after,
.five:before {
    content: "";
}

.five b {
    color: #F764FF;
    font-weight: 700;
}

a.zt_d {
    background-image: url(../images/font_d.png);
}

a.zt_x {
    background-image: url(../images/font_x.png);
}

a.zt_d,
a.zt_x {
    display: inline-block;
    width: 15px;
    height: 16px;
    vertical-align: middle;
    margin: 0 10px;
    background-repeat: no-repeat;
    background-size: auto 100%;
}


/*信息公开 按钮

/* breadcrumb */

.basic-breadcrumb-area {
}

.basic-breadcrumb > h3 {
    color: #fff;
    font-size: 30px;
    font-weight: 700;
    letter-spacing: 6px;
    text-transform: uppercase;
}

.breadcrumb {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border-radius: 0;
    margin-bottom: 10px;
    /*padding: 15px 0px;*/
    font-size: 14px;

}

.breadcrumb li {
    /*background: #f6f6f6 !important*/
}

.bg-opacity {
    position: relative;
}

.bg-opacity:before {
    background: #000 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.5;
    position: absolute;
    top: 0;
    width: 100%;
}

.basic-breadcrumb {
    position: relative;
    z-index: 9;
}

.bg-1 {
    background: rgba(0, 0, 0, 0) url("../images/bg/04.jpg") repeat scroll 0 0;
}

.bg-dk1 {
    background: rgba(0, 0, 0, 0) url("../images/bg/dk1.jpg") no-repeat center center fixed;
    background-size: cover;
}

.bg-dk2 {
    background: rgba(0, 0, 0, 0) url("../images/bg/dk2.jpg") no-repeat center center fixed;
    background-size: cover;
}

.bg-dk3 {
    background: rgba(0, 0, 0, 0) url("../images/bg/dk3.jpg") no-repeat center center fixed;
    background-size: cover;
}

.bg-dk4 {
    background: rgba(0, 0, 0, 0) url("../images/bg/dk4.jpg") no-repeat center center fixed;
    background-size: cover;
}

.bg-dk5 {
    background: rgba(0, 0, 0, 0) url("../images/in-banner_02.jpeg") no-repeat center center fixed;
    background-size: cover;
    height: 500px
}

.hzmyddc {
    background: rgba(0, 0, 0, 0) url("../images/bg/hzmyddc.jpg") no-repeat center center fixed;
    background-size: cover;
}

.bg-1,
.bg-2,
.bg-3,
.bg-4,
.bg-5,
.bg-6,
.bg-7,
.bg-8,
.bg-9,
.bg-10 {
    background-attachment: fixed;
    background-clip: initial;
    background-color: rgba(0, 0, 0, 0);
    background-origin: initial;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 0;
}

.ptb-100 {
    padding: 100px 0
}

.breadcrumb > .active {
    color: #f6f6f6;
}

.breadcrumb > li + li:before {
    padding: 0 5px;
    color: #ccc;
    content: "/\00a0";
}

.breadcrumb li {
    color: #ccc !important;
}

.breadcrumb a {
    outline: medium none !important;
    color: #159E4E;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}


/* breadcrumb */


/* lm */

@media only screen and (min-width: 767px) {
    .ban_gl h1 {
        height: 80px;
        line-height: 80px;
        position: absolute;
        left: 50%;
        margin-left: -600px;
        top: 50%;
        margin-top: -40px;
        font-weight: bold;
    }

    .ban_gl h1:before {
        content: '';
        background-color: #0178c6;
        HEIGHT: 4px;
        width: 1.5em;
        position: absolute;
        left: 0px;
        bottom: 0px;
    }

    .lm-1_bt {
        display: none;
    }

    .mh {
        margin-bottom: .5rem;
    }

    .lm-1 {
        width: 100%;
        float: left;
        /*text-align: center;*/
        box-shadow: 0 2px 10px rgba(0, 0, 0, .15);
        padding-left: 20px;
        background: #eeeff1;
		padding-bottom:15px;

    }

    .lm-1 li {
        float: left;
        width: 100%;
        /*background-color: #fff;*/
        /*background: url('../../stylekczx/images/sub_nav_li.jpg') no-repeat 13px center ;*/
        margin: 10px 0 0 0
    }

    /*.lm-1 li a:before {*/
    /*    position: absolute;*/
    /*    content: '';*/
    /*    background: #009994;*/
    /*    width: 10px;*/
    /*    height: 10px;*/
    /*    border-radius: 120px;*/
    /*}*/
    .lm-1 li:last-child {
        border-bottom: 0;
    }

    .lm-1 li > a {
        display: block;
        width: 100%;
        padding: 15px 10px;
        position: relative;
        font-size: 15px;
        line-height: 30px;
        /*font-family: 'Noto Serif CJK SC', 'Noto Serif CJK', 'Source Han Serif SC', ‘Source Han Serif’, source-han-serif-sc, serif, "Arial", "\u5b8b\u4f53", Tahoma, Geneva, sans-serif;*/
        color: black;
    !important;
    }

    .lm-1 li > a:hover,
    .lm-1 li > a.at {
        background-color: #fff;
        color: #159E4E;
    }

    .lm-1 li > a[class='at']:after {
        background-color: #159E4E;
        position: absolute;
        content: '';
        border-radius: 120px;
        width: 10px;
        height: 10px;
        top: 25px;
        left: 10px;
    }

    .lm-1 :hover :after {
        background-color: #159E4E;
    }

    .lm-1 li > dl {
        width: 100%;
        text-align: center;
    }

    .lm-1 li > dl > dd {
        border-bottom: solid 1px #e9e9e9;
    }

    .lm-1 li > dl > dd > a {
        display: block;
        width: 100%;
        padding: 10px 10px;
        position: relative;
        background-color: #f9f9f9;
        font-size: 15px;
    }

    .lm-1 li > dl > dd > a:hover,
    .lm-1 li > dl > dd > a.at {
        background-color: #b6d3e6;
        color: #fff;
    }

    .lm-1 li > dl > dd:last-child {
        border-bottom: 0;
    }

    .lm-1 li > dl > dd > dl {
        width: 100%;
        border: solid 1px #e9e9e9;
        background-color: #fff;
        border-bottom: 0;
    }

    .lm-1 li > dl > dd > dl dd:first-child {
        margin-top: 10px;
    }

    .lm-1 li > dl > dd > dl dd:last-child {
        margin-bottom: 10px;
    }

    .lm-1 li > dl > dd dl > dd > a {
        display: block;
        width: 100%;
        line-height: 35px;
        position: relative;
        font-size: 15px;
    }

    .lm-1 li > dl > dd dl > dd > a.at {
        color: #0178c6;
    }
}

@media only screen and (max-width: 575px) {
    .mh li .at {
        color: #fff;
        background-color: #42ad6e;
        padding: 5px;
    }

    .mh li {
        float: left;
        margin-bottom:20px;
    }

    .mh li > a {
        margin-right: 5px;
    }

    .sidebar-title {
    }
}


/* lm */


/* ks list */

.btn-ks {
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: transparent;
    border: 2px solid #a2bd25;
    border-radius: 0.6em;
    color: #a2bd25;
    cursor: pointer;
    display: flex;
    align-self: center;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1;
    padding: 1.2em 2.8em;
    text-decoration: none;
    text-align: center;
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    width: 100%;
    display: block;
}

.bt-nkxt {
    color: #a2bd25 !important;
    border: 2px solid #a2bd25 !important;
}

.filters-group button.bt-nkxt.active {
    color: #fff !important;
    background-color: #a2bd25 !important;
}

.btn-ks:hover,
.bt-nkxt:hover,
.bt-wkxt:hover,
.bt-femzyj:hover {
    color: #fff !important;
    outline: 0;
}

.nk-first {
    transition: box-shadow 300ms ease-in-out, color 300ms ease-in-out;
}

.nk-first:hover,
.bt-nkxt:hover {
    box-shadow: 0 0 40px 40px #a2bd25 inset;
}

.nk-wkxt {
    border-color: #0a966f;
    color: #0a966f;
    transition: all 150ms ease-in-out;
}

.nk-wkxt:hover,
.bt-wkxt:hover {
    box-shadow: 0 0 40px 40px #0a966f inset;
}

.bt-wkxt {
    color: #0a966f !important;
    border: 2px solid #0a966f !important;
}

.filters-group button.bt-wkxt.active {
    color: #fff !important;
    background-color: #0a966f !important;
}

.nk-femzyj {
    border-color: #47bedc;
    color: #47bedc;
    transition: all 150ms ease-in-out;
}

.nk-femzyj:hover,
.bt-femzyj:hover {
    box-shadow: 0 0 40px 40px #47bedc inset;
}

.bt-femzyj {
    color: #47bedc !important;
    border: 2px solid #47bedc !important;
}

.filters-group button.bt-femzyj.active {
    color: #fff !important;
    background-color: #47bedc !important;
}


/* ks-jj list-styled */

ul.list-styled {
    list-style: outside none none;
    padding-left: 35px;
}

ul.list-styled > li {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.75em;
    padding: 6px 10px 6px 0;
    position: relative;
    text-align: left;
}

ul.list-styled > li::before {
    border: 1px solid #88c250;
    border-radius: 50%;
    color: #88c250;
    content: "\f105";
    display: inline-block;
    font: 15px/15px FontAwesome;
    height: 18px;
    left: -32px;
    margin-right: 10px;
    position: absolute;
    text-align: center;
    top: 12px;
    vertical-align: middle;
    width: 18px;
}

.ks-title span {
    margin-bottom: 10px;
    display: inline-block;
    color: #006838;
    font-size: 30px;
}


/* ks list */


/***

====================================================================
  Team Section
====================================================================

***/

.team-section {
    position: relative;
    padding: 120px 0;
}

.team-section.alternate {
    background-color: #fcfcfc;
}

.team-block {
    position: relative;
    margin-bottom: 50px;
}

.team-block .inner-box {
    position: relative;
    overflow: hidden;
    text-align: center;
    border: 5px solid #ffffff;
    max-width: 370px;
    margin: 0 auto;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    box-shadow: 0 0px 10px rgba(0, 0, 0, 0.10);
}

.team-block .inner-box:hover {
    box-shadow: 0 20px 30px rgba(0, 0, 0, 0.10);
}

.team-block .image:after {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background: rgb(255, 255, 255);
    background: -moz-linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    background: -webkit-linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    /*filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#ffffff", GradientType=1);*/
    content: "";
    height: 0;
    border-radius: 50% 50% 0 0;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.team-block .inner-box:hover .image:after {
    height: 50%;
}

.team-block .image {
    position: relative;
    overflow: hidden;
    margin-bottom: 0;
}

.team-block .image img {
    display: block;
    width: 100%;
    height: auto;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.team-block .inner-box:hover .image img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: all 2000ms ease;
    -moz-transition: all 2000ms ease;
    -ms-transition: all 2000ms ease;
    -o-transition: all 2000ms ease;
    transition: all 2000ms ease;
}

.team-block .social-links {
    position: absolute;
    left: -50px;
    top: 20px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.team-block .inner-box:hover .social-links {
    left: 20px;
}

.team-block .social-links li {
    position: relative;
    display: block;
    margin-bottom: 10px;
}

.team-block .social-links li a {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 1.2em;
    height: 35px;
    width: 35px;
    background-color: #ffffff;
    text-align: center;
    color: #777777;
    line-height: 35px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.10);
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.team-block .social-links li a:hover {
    color: #ffffff;
    background-color: #4dbdd9;
}

.team-block .info-box {
    position: absolute;
    left: 0;
    bottom: -100px;
    width: 100%;
    padding: 30px 20px;
    z-index: 1;
    opacity: 0;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.team-block .inner-box:hover .info-box {
    bottom: 0;
    opacity: 1;
    -webkit-transition-delay: 200ms;
    -moz-transition-delay: 200ms;
    -ms-transition-delay: 200ms;
    -o-transition-delay: 200ms;
    transition-delay: 200ms;
}

.team-block .name {
    position: relative;
    display: block;
    font-size: 22px;
    line-height: 1.2em;
    font-weight: 700;
    margin-bottom: 10px;
}

.team-block .name a {
    color: inherit;
}

.team-block .designation {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 1.2em;
    color: #777777;
    font-weight: 400;
}


/***

====================================================================
  Team Section Two
====================================================================

***/

.team-section-two {
    position: relative;
    /*padding-bottom: 30px;*/
    background-repeat: no-repeat;
    background-position: bottom;
}

.team-section-two .sec-title {
    margin-bottom: 60px;
}

.team-section-two .sec-bottom-text {
    margin-top: 20px;
}

.team-block-two {
    position: relative;
    margin-bottom: 30px;
}

.team-block-two .inner-box {
    position: relative;
    /*max-width: 340px;*/
    margin: 0 auto;
    /*-webkit-box-shadow: 0 0 35px 0 rgba(0, 0, 0, 0.07);*/
    /*-moz-box-shadow: 0 0 35px 0 rgba(0, 0, 0, 0.07);*/
    /*box-shadow: 0 0 35px 0 rgba(0, 0, 0, 0.07);*/
    display: inline-flex;
}

.team-block-two .info-box {
    position: relative;
    background-color: #ffffff;
    /*border-bottom: 5px solid #eeeeee;*/
    overflow: hidden;
}

.team-block-two .inner-box:before {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 5px;
    width: 100%;
    content: "";
    background-color: #4dbdd9;
    z-index: 1;
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: top right;
    -ms-transform-origin: top right;
    transform-origin: top right;
    -webkit-transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -moz-transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -o-transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -webkit-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -moz-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -o-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
}

.team-block-two .inner-box:hover:before {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: bottom left;
    -ms-transform-origin: bottom left;
    transform-origin: bottom left;
}

.team-block-two .image-box {
    position: relative;
    text-align: center;
    overflow: hidden;
    border: 10px solid #ffffff;
    border-bottom: 0;
}

.team-block-two .image-box .social-links {
    position: absolute;
    left: 20px;
    top: 20px;
}

.team-block-two .image-box .social-links li {
    position: relative;
    display: block;
    right: 0;
    top: 20px;
    opacity: 0;
    visibility: hidden;
    background-color: #ffffff;
}

.team-block-two .image-box .social-links li a {
    display: block;
    text-align: center;
    font-size: 18px;
    line-height: 40px;
    width: 40px;
    color: #ffffff;
    text-align: center;
    font-weight: 400;
    background-color: #4dbdd9;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.team-block-two .image-box .social-links li a:hover {
    color: #4dbdd9;
    background-color: #ffffff;
}

.team-block-two .inner-box:hover .image-box .social-links li:nth-child(2) {
    transition-delay: 100ms;
}

.team-block-two .inner-box:hover .image-box .social-links li:nth-child(3) {
    transition-delay: 200ms;
}

.team-block-two .inner-box:hover .image-box .social-links li:nth-child(4) {
    transition-delay: 300ms;
}

.team-block-two .inner-box:hover .image-box .social-links li:nth-child(5) {
    transition-delay: 400ms;
}

.team-block-two .inner-box:hover .image-box .social-links li:nth-child(6) {
    transition-delay: 500ms;
}

.team-block-two .inner-box:hover .image-box .social-links li:nth-child(7) {
    transition-delay: 600ms;
}

.team-block-two .inner-box:hover .image-box .social-links li:nth-child(8) {
    transition-delay: 700ms;
}

.team-block-two .inner-box:hover .image-box .social-links li:nth-child(9) {
    transition-delay: 800ms;
}

.team-block-two .inner-box:hover .image-box .social-links li:nth-child(10) {
    transition-delay: 900ms;
}

.team-block-two .inner-box:hover .image-box .social-links li {
    left: 0px;
    top: 0;
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

.team-block-two .image-box .image {
    position: relative;
    margin-bottom: 0;
    overflow: hidden;
}

.team-block-two .image-box .image img {
    display: block;
    width: 128px;
    height: auto;
    filter: grayscale(1);
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.team-block-two .inner-box:hover .image img {
    filter: grayscale(0);
    transform: scale(1.1);
}

.team-block-two .info-box {
    position: relative;
    padding: 31px 10px 0px;
    text-align: center;
    width: 102px;
}

@media (max-width: 991px) {
    .team-block-two .inner-box {
        width: 100%;
    }

    .team-block-two .info-box {
        flex: 1;
        width: auto;
    }
}

@media (min-width: 1250px) {
    .container {
        max-width: 1250px;
    }
}

.team-block-two .info-box .name {
    position: relative;
    display: block;
    font-size: 24px;
    line-height: 1.2em;
    color: #000000;
    font-weight: 600;
}

.team-block-two .info-box .name a {
    color: #000000;
}

.team-block-two .info-box .designation {
    position: relative;
    color: #4dbdd9;
    font-size: 15px;
    line-height: 27px;
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.team-block-two .info-box-lb {
    flex: 1;
    position: relative;
    padding: 10px 10px 0px;
    text-align: center;
    width: 102px;
    height: 180px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    background-color: #ffffff;
}

.team-block-two .info-box-lb .name {
    position: relative;
    display: block;
    font-size: 24px;
    line-height: 1.2em;
    color: #000000;
    font-weight: 600;
}

.team-block-two .info-box-lb .name a {
    color: #000000;
}

.team-block-two .info-box-lb .designation {
    position: relative;
    color: #4dbdd9;
    font-size: 15px;
    line-height: 27px;
    font-weight: 600;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.item .team-block-two {
    margin-bottom: 0px !important;
    padding-left: 10px !important;
}

.team-section-two.alternate {
    background: none;
}

.team-section-two.alternate .team-block-two .image-box .image img,
.align-items-center .team-block-two .image-box .image img {
    filter: grayscale(0);
}

.team-section-two.alternate2 {
    background-color: #fcfcfc;
}


/***

====================================================================
  Doctor Detail Section
====================================================================

***/

.doctor-detail-section {
    position: relative;
    padding: 120px 0 70px;
}

.doctor-detail-section .content-side {
    margin-bottom: 50px;
}

.docter-detail .name {
    font-size: 34px;
    line-height: 1.2em;
    color: #222222;
    font-weight: 700;
    margin-bottom: 10px;
}

.docter-detail .name span {
    font-size: 20px;
    margin-left: 10px;
}

.docter-detail .designation {
    position: relative;
    display: block;
    font-size: 18px;
    color: #4dbdd9;
    margin-bottom: 30px;
}

.docter-detail .text {
    margin-bottom: 30px;
    color: #f30404;
}

.doctor-info-list {
    position: relative;
    margin-bottom: 50px;
    padding: 0px;
}

.doctor-info-list li {
    position: relative;
    margin-bottom: 20px;
    padding-left: 150px;
    list-style: none;
    border-top: solid 1px #4dbdd9;
    padding-top: 15px;
}

.doctor-info-list li strong {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 16px;
    color: #222222;
    min-width: 150px;
    padding-top: 15px;
}

.doctor-info-list li strong {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 16px;
    color: #222222;
    min-width: 200px;
}

.doctor-info-list li p {
    position: relative;
}

.doctor-info-list li p a {
    color: inherit;
}

.doctor-detail-section .team-block .image:after {
    display: none;
}

.doctor-detail-section .appointment-form {
    box-shadow: none;
    background: none;
    padding: 0;
    padding-top: 50px;
    border-top: 1px solid #dddddd;
    margin-top: 40px;
}

.doctor-detail-section .sidebar-side .sidebar {
    position: relative;
    padding-right: 30px;
}

.docter-availability {
    position: relative;
    background-color: #ffffff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.10);
    padding: 30px;
}

.docter-availability .sec-title {
    margin-bottom: 30px;
}

.timing-list-two {
    position: relative;
}

.timing-list-two {
    position: relative;
    display: block;
    max-width: 500px;
}

.timing-list-two li {
    position: relative;
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    line-height: 28px;
    color: #777777;
    font-weight: 400;
    padding: 6px 0;
    border-bottom: 1px solid #eeeeee;
}

.timing-list-two li:last-child {
    border-bottom: 0;
}


/***
=============================================
    Destinations Area Css
=============================================
***/

.destinations-area {
    position: relative;
    display: block;
    padding: 70px 0 70px 0;
}

.kj-bgc {
    background-color: #daf7c866;
}

.destinations-area .auto-container-box {
    position: relative;
    display: block;
    /*max-width: 1560px;*/
    width: 100%;
    margin: 0 auto;
    padding: 0 10px;
}

.destinations-area .auto-container-box .row {
    margin-left: -10px;
    margin-right: -10px;
}

.destinations-area .auto-container-box [class*=col-] {
    padding-left: 10px;
    padding-right: 10px;
}

.single-destination-box {
    position: relative;
    display: block;
    border-radius: 4px;
    overflow: hidden;
}

.single-destination-box.c1 {
    /*background-image: linear-gradient(135deg, #0a966f, #1e7e34);*/
    background: url('../../style/images/bg/12.png') center no-repeat;
    background-size: cover;
}

.single-destination-box.c1 .img-holder {
    background-image: linear-gradient(rgba(0, 104, 56, .8), rgba(0, 104, 56, .2));
}

.single-destination-box.c1 .inner {
    color: #d5efe0;
    font-weight: 600;
}

.single-destination-box.c2 {
    /*background-image: linear-gradient(135deg, #0a966f, #1e7e34);*/
    background: url('../../style/images/bg/12.png') center no-repeat;
    background-size: contain;
}

.single-destination-box.c2 .img-holder {
    background-image: linear-gradient(rgba(213, 115, 31, 0.8), rgba(213, 115, 31, 0.2));
}

.single-destination-box.c2 .inner {
    color: #f3e0c9;
    font-weight: 600;
}

.single-destination-box.c3 {
    /*background-image: linear-gradient(135deg, #0a966f, #1e7e34);*/
    background: url('../../style/images/bg/12.png') center no-repeat;
    background-size: contain;
}

.single-destination-box.c3 .img-holder {
    background-image: linear-gradient(rgba(14, 138, 59, 0.8), rgba(50, 203, 106, 0.2));
}

.single-destination-box.c3 .inner {
    color: #bdf6d2;
    font-weight: 600;
}

.single-destination-box.c4 {
    /*background-image: linear-gradient(135deg, #0a966f, #1e7e34);*/
    background: url('../../style/images/bg/12.png') center no-repeat;
    background-size: contain;
}

.single-destination-box.c4 .img-holder {
    background-image: linear-gradient(rgba(72, 205, 211, 0.8), rgba(72, 205, 211, 0.2));
}

.single-destination-box.c4 .inner {
    color: #a8f7f8;
    font-weight: 600;
}

.single-destination-box .img-holder {
    position: relative;
    display: block;
    /*padding-bottom: 10px;*/
}

.single-destination-box .img-holder:before {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 10px;
    content: "";
    transition: all 700ms linear;
    transition-delay: 0.1s;
    transform: scale(0);
}

.single-destination-box:hover .img-holder:before {
    transform: scale(1.0);
}

.single-destination-box .img-holder .inner {
    display: flex;
    align-items: center;
    overflow: hidden;
    z-index: 5;
    height: 110px;
    transition: transform .3s ease-in-out;
    /*padding-bottom: 10px;*/
    padding-left: 34px;
}

/*.single-destination-box .img-holder .inner::after {*/
/*  position: absolute;*/
/*  top: 0;*/
/*  left: -100%;*/
/*  content: '';*/
/*  width: 50%;*/
/*  height: 100%;*/
/*  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);*/
/*  transform: skewX(-25deg);*/
/*  z-index: 2;*/
/*}*/

.single-destination-box:hover .img-holder .inner::after {
    -webkit-animation: shine 1.5s;
    animation: shine 1.5s;
}

/*.single-destination-box .img-holder .inner::before {*/
/*  position: absolute;*/
/*  top: 0;*/
/*  left: 0;*/
/*  bottom: 0;*/
/*  right: 0;*/
/*  content: "";*/
/*  z-index: 3;*/
/*  background: rgb(2, 36, 71);*/
/*  background: linear-gradient(180deg, rgba(2, 36, 71, 0.7819502801120448) 0%, rgba(2, 36, 71, 0) 0%, rgba(2, 36, 71, 0) 60%, rgba(2, 36, 71, 1) 100%);*/
/*}*/

.single-destination-box .img-holder .inner .ad-img {
    width: 60px;
    height: auto;
    margin-bottom: 10px;
}

.single-destination-box .img-holder .inner .ad-icon {
    width: 50px;
    font-size: 36px;
    font-weight: 400;
    color: #fff;
    margin-top: -4px;
}

.single-destination-box:hover .img-holder .inner {
    /*transform: scale(1.15);*/
}

.single-destination-box .img-holder .overlay-title h1 a {
    color: #ffffff;
}

.single-destination-box .img-holder .overlay-title {
    text-align: center;
    /*padding-bottom: 10px;*/
}

.single-destination-box .img-holder .overlay-title h5 {
    font-size: 28px;
    font-weight: 600;
    margin: 0 0 5px;
    color: inherit;
    text-shadow: 1px 1px 5px #333
}

.single-destination-box .img-holder .overlay-title p {
    color: #ffffff;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin: 0;
}

.fj-text {
    color: #006838;
}

@media (max-width: 768px) {
    .destinations-area {
        padding-top: 30px;
        padding-bottom: 10px;
    }

    .single-destination-box {
        margin-bottom: 20px;
    }

    .single-destination-box .img-holder .inner {
        height: 100px;
        padding-left: 15px;
    }

    .single-destination-box .img-holder .inner .ad-icon {
        font-size: 32px;
        margin-top: -4px;
    }

    .single-destination-box .img-holder .overlay-title {
        /*padding-bottom: 12px;*/
    }

    .single-destination-box .img-holder .overlay-title h5 {
        font-size: 22px;
        font-weight: 600;
        margin: 0 0 5px;
        color: inherit;
    }
}

#contents_id * {
    font-size: 16px !important;
}

/*.img-fluid {
    width: 100%;
    height: 300px
}*/

.img-fluid2 {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
    /*float:left*/
}

.footercontent {
    /*width: 1024px;*/
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

/*icon.css*/


.iconfont {
    font-family: "iconfont" !important;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.health_tit {
    height: 40px;
    background: #f5f5f5;
    position: relative;
    margin: 5px 0;
}

.health_tit h2 {
    width: 110px;
    text-align: center;
    display: inline-block;
    line-height: 40px;
    height: 40px;
    font-size: 22px;
    color: #fff;
    font-weight: normal;
    /*color: hsl(0, 100%, 60%);
        color: rgba(255, 0, 0, 0.5);*/
    font-family: txmstw11;
}

.health_tit .iconfont {
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 10px;
    color: #fff;


}

.health_tit .iconfont span {
    font-size: 14px;
    color: #fff;
    height: 10px;
    text-align: center
}

.health_tit .triangle {
    position: absolute;
    left: 45px;
    bottom: 0;
    width: 0;
    height: 0;
    border-bottom: 6px solid #fff;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
}

/*.health_tit .xwzx {
        background: #9BAC53;
    }*/
.health_tit .kypt {
    background: #6AA49E;
}

.health_tit .hzjl {
    background: #01A7E3;
}

.health_tit .zdsys {
    background: #01A7E3;
}

.health_tit .ddwzx {
    background: #6AA49E;
}

.health_tit .szgk {
    background: #0A805B;
}

.health_tit .yxsys {
    background: #2F5597;
}

.health_txt1 div {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
    font-size: 16px;
    color: #999;
    letter-spacing: 2px;
    
}

    .health_txt1 div p {
        width: 100%;
        display: block;
        font-size: 16px;
        /*line-height: 26px;
        white-space: nowrap;
        overflow: hidden;*/
        text-overflow: ellipsis;
        color: #333;
        letter-spacing: 2px;
        line-height: 40px;
        /* text-align-last: justify;*/
        text-align: justify;
        text-indent: 40px;
    }

.tpnewbs {
    height: 895px;
    display: block;
}

@font-face {
    font-family: txmstw11;
    src: url('../fonts/txmstw11.ttf');
}

.bigtitle {
    /*font-family: txmstw11;*/
    color: #159E4E;
    font-size: 22px;
    font-weight:bolder;
    width:76%;

}

.navbar {
    transition: top 0.5s ease-in-out; /* 添加过渡效果，使导航栏位置变化平滑 */
}

.bigmore {
    float: right;
    font-size: 0.2em;
    border-radius: 10px;
    background-color: #159E4E;
    color: #fff;
    padding: 8px;
    line-height: 14px;
    margin-top: 5px;
    margin-bottom:15px;

}

.bigmore a {

    color: #fff;

}

.bitnews {
    float: left;
    font-size: 10px;
    margin-left: 20px;
    margin-top: 12px;
    color: #ACACAC;
    font-family: txmstw11;
   
}

.submenu a {
    color: #595757;
}

.submenu a .hover {
    margin-left: 20px;
    font-size: 16px;
}

.submenu a:hover {
    text-decoration: none;
}

.submenu div {
    font-size: 15px;
    line-height: 30px;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-left: 20px;
    border-left: 3px solid #595757;
    cursor: pointer;
}

.submenu div.active, .submenu div:hover, .submenu div.over {
    color: #226dc2;
    border-left: 3px solid #226dc2;
    font-weight: bold;
}

.submenu div:hover, .submenu div.over {
    font-weight: normal;
}

/************************************************************/
.article {
    text-indent: 2em
}

.container-new {
    margin: auto;
    width: 1400px;
}

@media (min-width: 1200px) {

    .container-new {
        width: 1400px;

    }

}

.font-style {
    font-size: 15px;
    padding: 10px 10px;
    color: #00a70a;
    text-align: justify;
    text-align-last:left;
}

    .font-style ne {
        color: #333333;
        font-weight: bold
    }

.zdsys > div {
    display: block;
    width: 100%;
    padding: 15px 10px;
    position: relative;
    font-size: 20px;
    line-height: 30px;
    font-family: 微软雅黑;
    color: #006838;

}

.lm-1 li > a {

}

.zdsys > div:hover,
.zdsys > div.at {
    background-color: #159E4E;
    color: #fff;
    cursor: pointer;
    transition: background-color 0.5s ease-in-out;
}

.am {
    /*background-color: #159E4E;
    color: #fff;*/
    background-color: #fff;
    color: #159E4E;
}

.lm-1 .am a {
    color: #159E4E;
}

.lm-1 li strong:before {
    background-color: #159E4E;
    border-radius: 120px;
    width: 10px;
    height: 10px;
    top: 25px;
    left: 10px;
    display: block;
    content: "";
    display: inline-block;
    text-align: center;
}

.imagekyqt {
    /*margin-top: 36px*/
}


.dropdown-menu-right2 {
    margin-left: 234px !important;
    margin-top: -36px !important;
}

.mx {
    font-weight: 800;
    color: rgb(62, 62, 62);
}

.div-mx {
    font-size: 18px;
}

.article-txt {
    padding: 30px 0;
    border-bottom: solid 1px #f4f4f4
}
.zblist{
    margin-top:15px
}
    .zblist p {
        font-size: 16px !important;
        line-height: 2em !important;
        text-align: justify;
    }

        .zblist p img {
            margin: 10px 0px 10px 0;
            object-fit: cover;
            width: 90%;
            border-radius: 10px;
        }
    .zblist .ddwzx img {
        margin: 10px 0px 10px 0;
        object-fit: cover;
        width: 45%;
        border-radius: 10px;
    }
    .zblist ul {
        display: flex;
        flex-wrap:wrap
    }
        .zblist ul li {
            width: 50%;
            line-height: 2em !important;
            list-style-type:disc;
        }
    .zblist table tr td {
        text-align: center;
    }
    .zblist table tr td:nth-child(4) {
        text-align: left;
    }
.footerfluid {
    padding: 0px;
    float: left;
    display: -webkit-inline-box;
}

.Column_Anchor {
    /*font-family: 'Noto Serif CJK SC', 'Noto Serif CJK', 'Source Han Serif SC', ‘Source Han Serif’, source-han-serif-sc, serif, "Arial","\u5b8b\u4f53", Tahoma, Geneva, sans-serif;*/
}

.dynamicimages {
    display: flex;
    flex-direction: column;
    overflow: hidden;
}
    .dynamicimages img {
        width: 33%;
        padding: 5px;
        border-radius: 15px
    }

.blog-post .blog-post-content .blog-post-details span {
    font-family: Arial, Helvetica, sans-serif !important;
    line-height: 2.3em !important
}
.r-row {
    margin-left: -15px;
    margin-right: -15px;
    width:100%
}
.intro-txtcontent {
    font-size: 15px;
    padding: 0px 20px;
    color: #00a70a;
    text-align: justify;
    text-align-last: left;
}
.blog-post-details .firstRow td:nth-child(1){
    width:206px !important
}
.blog-post-details .firstRow img {
    height: 221px;
    width: 186px
}
.zblxwm {
    display: flex;
    align-items: flex-end;
    width:90%;
    margin-left:40px;
}
.info-img p {
    text-align: center;
}
    /*.info-first{ align-items:center}
.info-second {
    align-items:flex-end
}*/
    .jgxcimg {
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        align-items: flex-end
    }
    .jgxcimg div {
        display: flex;
        align-items: center;
        flex-direction: column;
        width: 23%;
        padding:5px;
    }
.jgxcimg  img{
    width:100%;
    border-radius:10px
}
.fubt p{line-height:30px !important}
.intro-title{width:100%;line-height:30px;font-size:22px; font-weight:bold; padding-bottom:20px}

@media (max-width:570px) {
    .tpnewbs {
        height: 250px;
        display: block;
    }

    .news-pt {
        padding-top: 70px;
    }

    .space-sm-ptb {
        padding: 0px 0;
    }

    .header {
        background: url(../images/mobilebanner.jpg) no-repeat;
        height: 250px;
        z-index: 99;
        position: relative;
        background-size: 100% 100%;
    }

        .header .child-main-header {
            height: 50px;
            top: 200px;
            position: absolute !important;
        }

        .header .navbar .dropdown-menu {
            margin: 0px;
            font-size: 14px;
            border-radius: 0px;
            border: none;
            -webkit-box-shadow: none;
            box-shadow: none;
            background: #159e4e!important;
            padding: 14px 30px;
            font-size: 13px;
            max-height: 300px;
            overflow-x: scroll;
            position: absolute;
            width: 100%;
        }

    .dorpdownem {
        display: block;
        cursor: pointer;
        width: 55px;
        height: 45px;
        position: absolute;
        right: 0;
        top: 0px;
        color: #f6f6f6;
        font-size: 24px;
        background: url(../images/menu-switch-arrow.png) no-repeat 20px 12px;
    }

    .footerfluid {
        padding: 0px;
        display: inline-block
    }

    .breadcrumb {
        display: none
    }

    .newbottom {
        margin-bottom: 10px;
    }

    .dynamicimages img {
        width: 49%;
    }
    .pcnavshow{display:none;}
    .appnavshow{display:block !important}
}