@font-face {
    font-family: 'Open Sans';
    font-weight: 400;
    src: url('../fonts/open-sans/OpenSans-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Open Sans';
    font-weight: 600;
    src: url('../fonts/open-sans/OpenSans-Semibold.ttf') format('truetype');
}

body {
    font-family: 'Open Sans', sans-serif;
    -webkit-font-smoothing: antialiased;
    font-size: 14px;
    color: #626262;
    line-height: 1.5em;
}

a {
    text-decoration: none;
    color: inherit;
}

ul {
    list-style: none;
}

ul.bullets {
    list-style: inside;
}

hr {
    border: none;
    border-top: 1px solid #ccc;
    margin: 0 0 24px 0;
    width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #292929;
    font-family: 'Open Sans', sans-serif;
}

.clearboth {
    clear: both;
}

.uppercase {
    text-transform: uppercase;
}

.m-t-10 {
    margin-top: 10px;
}

.m-t-20 {
    margin-top: 20px;
}

.m-t-30 {
    margin-top: 30px;
}

.m-b-10 {
    margin-bottom: 10px;
}

.m-b-20 {
    margin-bottom: 10px;
}

.height80 {
    float: left;
    height: 80px;
}

.wrapper {
    background: #ffffff;
    margin: 0 auto;
}

.btn-prana {
    background: #875c16;
    color: #ffffff;
}


/* Navigation */

.prana_nav {
    padding: 20px;
    transition: all 0.8s;
}

.prana_nav a.navbar-brand {
    padding: 0;
}

.prana_nav .navbar-nav > li > a {
    text-transform: uppercase;
    color: #875c16;
    font-weight: 600;
    font-size: 12px;
    letter-spacing: 1px;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.prana_nav .navbar-nav > li > a:hover,
.prana_nav .navbar-nav > li > a:focus {
    background-color: transparent;
    box-shadow: none;
    outline: none;
}

.nav_on {
    background-color: #ffffff !important;
    padding: 5px 0 !important;
}

.prana_nav .navbar-nav > .active > a,
.prana_nav .navbar-nav > .active > a:hover,
.prana_nav .navbar-nav > .active > a:focus {
    background-color: transparent;
}

.prana_nav .navbar-toggle {
    border-radius: 2px;
    border-color: #593d0c;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.prana_nav .navbar-toggle .icon-bar {
    background-color: #593d0c;
}

.prana_nav .navbar-toggle:hover,
.prana_nav .navbar-toggle:focus {
    background-color: #875c16;
    border-color: #875c16;
}

.prana_nav .navbar-toggle:hover>.icon-bar {
    background-color: #FFF;
}

.carousel-control.left,
.carousel-control.right {
    background-color: transparent;
    background-image: none;
}

.carousel-fade .carousel-inner .item {
    opacity: 0;
    -webkit-transition-property: ease-in;
    -moz-transition-property: ease-in;
    -o-transition-property: ease-in;
    transition-property: ease-in;
}

.carousel-fade .carousel-inner .active {
    opacity: 1;
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    opacity: 0;
    z-index: 1;
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}

.carousel-fade .carousel-control {
    z-index: 2;
}

.carousel-control .fa-angle-left,
.carousel-control .fa-angle-right,
.carousel-control .icon-next,
.carousel-control .icon-prev {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
    margin-top: -10px;
}

.carousel-caption {
    color: #ffffff;
}

.carousel-caption h3,
.carousel-caption h4 {
    color: #ffffff;
    text-transform: uppercase;
}

.carousel-caption h3 {
    font-size: 36px;
}

.carousel-caption h4 {
    font-size: 24px;
}

.main-about {
    margin-top: 20px;
}

.main-title {
    font-family: 'Open Sans', sans-serif;
    font-size: 24px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1.5em;
    color: #000;
    display: block;
    text-align: center;
    margin: 15px auto;
}

.sub-title {
    font-family: 'Open Sans', sans-serif;
    border-bottom: 1px solid #593d0c;
    display: inline-block;
    text-align: center;
    font-weight: 600;
    text-transform: uppercase;
    margin: 15px auto 0 auto;
}

.grey-para {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 14px;
}

.content-bar {
    background: #fff;
    padding: 30px 0;
    text-align: center;
    margin: 20px auto;
    font-weight: 600;
    border-top: 1px solid #e0ebe6;
    box-shadow: 0 5px 12px 0 #e0ebe6;
    text-decoration: none!important;
}

.content-bar-items {
    color: #875c16;
    text-transform: uppercase;
}

.why-para {
    padding: 20px 0;
    text-align: justify;
}

.why-box {
    text-align: center;
    margin-bottom: 14px;
    text-transform: uppercase;
}

.why-box .fa {
    color: #593d0c;
}

.ayur-cont {
    background: #fff;
    background-position: top center;
    background-repeat: no-repeat;
    padding: 20px 0;
    margin: 0 auto;
}

.ayur-sub-box {
    color: #292929;
    padding: 15px;
    box-shadow: 0 5px 12px 0 #e0ebe6;
    text-align: justify;
    border-radius: 20%;
}

.ayur-sub-box h3 {
    font-size: 14px;
    text-transform: uppercase;
    text-align: center;
    color: #875c16;
    font-weight: 600;
}

.ayur-sub-box h6 {
    font-size: 14px;
    text-align: center;
    color: #292929;
    font-weight: 300;
}

.readbtn {
    text-align: center;
}

.readbtn a {
    /*--color: #875c16;*/
    color: #000;
    font-weight: 600;
}

.readbtn a:hover {
    color: #875c16;
}

.contact_footer {
    background-color: #ffffff;
    color: #000;
    font-weight: 400;
    padding: 30px 0;
    font-weight: 400;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    text-transform: uppercase;
}

.contact_footer .fa {
    color: #593d0c;
}

.footer-main {
    background: #fff;
    padding: 20px 0;
    border-top: 1px solid #eef8f3;
    border-bottom: 1px solid #eef8f3;
}

.headline {
    display: block;
    margin: 10px 0 25px 0;
    border-bottom: 1px solid #ffffff;
}

.headline h2 {
    font-size: 14px;
    color: #593d0c;
    text-transform: uppercase;
}

.headline h2 {
    margin: 0 0 -1px 0;
    padding-bottom: 5px;
    display: inline-block;
    border-bottom: 1px solid #875c16;
}

.u_links li a {
    color: #000;
    font-size: 13px;
    font-weight: 400;
    text-transform: uppercase;
    display: block;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.u_links li a:hover,
.u_links li a:focus,
.u_links li a .active {
    color: #875c16;
}

.footer-logo-cont {
    margin: 0 auto;
    display: block;
    margin-top: 10px;
}

.footer-logo-cont img {
    margin: 0 auto;
}

.footer-logo-cont p {
    margin-top: 10px;
}

.footer-address li a {
    color: #000;
    text-transform: uppercase;
    text-decoration: none;
}

.pack-treat {
    text-align: justify;
}

.pack-treat .fa-angle-double-right {
    color: #593d0c;
}

.social-icons {
    float: left;
}

.social-icons li {
    float: left;
}

.social-icons li a {
    color: #875c16;
    font-size: 18px;
    width: 30px;
    height: 30px;
    display: block;
    text-align: center;
    vertical-align: center;
    border: 1px solid #875c16;
    background: #ffffff;
    padding-top: 5px;
    margin-right: 5px;
    border-radius: 5px;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.social-icons li a:hover,
.social-icons li a:focus,
.social-icons li a .active {
    color: #875c16;
    border-radius: 50%;
    border-color: #875c16;
}

.copyright {
    background-color: #ffffff;
    color: #292929;
    font-size: 13px;
    vertical-align: center;
    padding: 20px 0 10px 0;
}

.copyright p {
    text-align: center;
    vertical-align: middle;
    padding: 5px 0;
    margin: 0 auto;
}

.copyright a {
    color: #ffffff;
}

.breadcrumb-cont {
    margin: 0 auto;
    margin-top: 100px;
    margin-bottom: 30px;
    padding: 10px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.contact-cont {
    margin: 20px auto;
}

.cheadline {
    display: block;
    margin: 10px 0 25px 0;
    border-bottom: 1px solid #ddd;
}

.cheadline h5 {
    font-size: 14px;
    color: #333;
    text-transform: uppercase;
    margin: 0 0 -1px 0;
    padding-bottom: 5px;
    display: inline-block;
    border-bottom: 1px solid #875c16;
}

input,
textarea,
select {
    border: 1px solid #dfdfdf;
    letter-spacing: 1px;
    font-size: 11px;
    padding: 8px 15px;
    width: 100%;
    margin: 0 0 20px 0;
    text-transform: uppercase;
    max-width: 100%;
    resize: none;
}

input[type="submit"] {
    width: auto
}

input[type="button"],
input[type="text"],
input[type="email"],
input[type="search"],
input[type="password"],
textarea,
input[type="submit"] {
    -webkit-appearance: none;
    border-radius: 0;
}

input:focus,
textarea:focus {
    border: 1px solid #989898;
}

input[type="submit"]:focus {
    border: none !important
}

select::-ms-expand {
    display: none;
}

.paddr0 {
    padding-right: 0!important;
}

.form-input {}

.form-label {
    font-size: 13px;
    display: block;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 400;
}

.btn {
    border: none;
    font-weight: 400;
    position: relative;
    border-radius: 3px;
    -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, .3);
    box-shadow: 1px 1px 2px rgba(0, 0, 0, .3);
    -webkit-transition: all .4s cubic-bezier(0, 0, .2, 1);
    -o-transition: all .4s cubic-bezier(0, 0, .2, 1);
    transition: all .4s cubic-bezier(0, 0, .2, 1)
}

.btn:active,
.btn:hover {
    -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15);
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15)
}

.btn-default.focus,
.btn-default:active,
.btn-default:focus,
.btn-default:hover,
.open>.btn-default.dropdown-toggle {
    background-color: #f2f2f2
}

.our-package-post {
    overflow: hidden;
    margin: 25px auto;
}

.package-post-box-area {
    margin: 0 auto;
}

.package-post-box {
    width: 50%;
    float: left;
}

.postImage {
    width: 50%;
    float: left;
}

.postImage .package-image {
    height: 100%;
    position: relative;
    width: 100%;
}

.postImage .package-image:after {
    background: #fff;
    content: "";
    height: 25px;
    position: absolute;
    right: -16px;
    top: 44%;
    transform: rotate(45deg);
    width: 25px;
}

.postimage-meddil .package-image:after {
    background: #fff none repeat scroll 0 0;
    content: "";
    height: 25px;
    position: absolute;
    left: -13px;
    top: 44%;
    transform: rotate(45deg);
    width: 25px;
}

.package-image img {}

.postImage .package-image:hover .package-caption {
    opacity: 1;
}

.package-caption {
    background: rgba(255, 255, 255, 0.7) none repeat scroll 0 0;
    color: #000;
    height: 100%;
    opacity: 0;
    position: absolute;
    text-align: center;
    top: 0;
    transition: all 0.3s ease 0s;
    width: 100%;
}

.package-caption > p {
    position: absolute;
    top: 50%;
    text-align: center;
    left: 0;
    right: 0;
    margin-top: -6px;
}

.postDesc {
    display: inline-block;
    float: left;
    width: 50%;
    margin-top: 30px;
}

.postDesc a.cbp-l-grid-blog-title {
    color: #292929;
    display: block;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    line-height: 30px;
    font-weight: 400px;
    margin-top: 17px;
    text-transform: uppercase;
}

.postDesc .su-pgrid-meta span {
    font-size: 12px;
    position: relative;
}

.postDesc .su-pgrid-meta .cbp-l-grid-blog-date {
    margin-right: 5px;
    padding-right: 10px;
}

.su-pgrid-meta > .cbp-l-grid-blog-date::after {
    background-color: rgba(0, 0, 0, 0.1);
    content: "";
    height: 11px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 2px;
}

.cbp-l-grid-blog-desc {
    color: #9b9b9b;
    font-family: "Open Sans", sans-serif;
    font-size: 13px;
    line-height: 18px;
    font-weight: 400px;
    margin-top: 9px;
}

.package-post-box {
    float: left;
    width: 37.8%;
}

.package-post-box-area {
    width: 142%;
}

.package-post-box {
    width: 33.4%;
}

.gallery-cont {
    margin: 20px auto;
}

.cube-portfolio:before,
.cube-portfolio:after {
    content: " ";
    display: table;
}

.cube-portfolio:after {
    clear: both;
}


/*Filters*/

.cube-portfolio .cbp-l-filters-text {
    margin: inherit;
    padding: inherit;
    box-shadow: 0px 3px 4px 1px rgba(162, 184, 187, 0.4);
    margin-bottom: 15px;
    padding-bottom: 10px;
    padding-top: 10px;
}

.cube-portfolio .cbp-l-filters-text .cbp-filter-item {
    color: #555;
    text-transform: uppercase;
}

.cube-portfolio .cbp-l-filters-text .cbp-filter-item.cbp-filter-item-active,
.cube-portfolio .cbp-l-filters-text .cbp-filter-item:hover {
    color: #fff;
    background-color: #875c16;
}

.cube-portfolio .cbp-l-filters-text .cbp-filter-counter {
    background: #875c16;
}

.cube-portfolio .cbp-l-filters-text .cbp-filter-counter:before {
    border-top-color: #875c16;
}


/*Titles*/

.cube-portfolio .cbp-l-grid-agency-title {
    color: #fff !important;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
}


/*Link Captions*/

.cube-portfolio .link-captions {
    padding-left: 0;
    margin: 0 0 20px;
    list-style: none;
    text-align: center;
}

.cube-portfolio .link-captions li {
    padding: 0 2px;
    display: inline-block;
}

.cube-portfolio .link-captions li i {
    color: #444;
    width: 30px;
    height: 30px;
    padding: 8px;
    font-style: 14px;
    background: #fff;
    text-align: center;
    display: inline-block;
}

.cube-portfolio .link-captions li i:hover {
    color: #fff;
    background: #875c16;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.about-box {
    background: #fcfcfc;
    box-shadow: 0 0 3px #ccc;
    padding: 20px 10px;
    text-align: center;
}


/*Common Style*/

.shadow-cont {
    padding: 10px;
    background: #fff;
    position: relative;
}

.shadow-cont:after,
.shadow-cont:before {
    top: 80%;
    left: 5px;
    width: 50%;
    z-index: -1;
    content: "";
    bottom: 15px;
    max-width: 300px;
    background: #999;
    position: absolute;
}

.shadow-cont h4 {
    text-transform: uppercase;
    font-size: 14px;
    color: #593d0c;
}

.shadow-effect-3 {
    border-left: 2px solid #593d0c;
}

.shadow-effect-4 {
    border-right: 2px solid #593d0c;
}

.shadow-effect-3:before,
.shadow-effect-4:after {
    transform: rotate(-3deg);
    box-shadow: 0 15px 10px #999;
}

.shadow-effect-4:after {
    left: auto;
    right: 5px;
    transform: rotate(3deg);
}

.test-block {
    margin: 0 auto;
    padding: 20px 0;
    margin-top: 20px;
    background-color: #f5f5dc;
}

.testimonials .testimonials-in {
    background: #fff;
    position: relative;
    margin-bottom: 40px;
    padding: 20px 20px 20px 55px;
    box-shadow: 3px 3px 3px 0 rgba(0, 0, 0, 0.1);
    border-radius: 10%;
}

.testimonials .testimonials-in:before {
    color: #bbb;
    font-size: 60px;
    content: "\201C";
    position: absolute;
    margin: 10px 0 0 -40px;
}

.testimonials .testimonials-in:after {
    width: 0;
    height: 0;
    left: 80px;
    content: " ";
    bottom: -30px;
    position: absolute;
    border-style: solid;
    border-width: 30px 30px 0 0;
    border-color: #fff transparent transparent transparent;
    -webkit-filter: drop-shadow(2px 2px 1px rgba(0, 0, 0, 0.1));
    filter: drop-shadow(2px 2px 1px rgba(0, 0, 0, 0.1));
}

.testimonials .testimonials-in p {
    color: #777;
    font-size: 14px;
    font-style: italic;
}

.testimonials img {
    float: left;
    width: 60px;
    height: auto;
    margin: 0 20px;
}

.testimonials .testimonials-author {
    color: #555;
    display: block;
    font-size: 14px;
    overflow: hidden;
    padding-top: 8px;
    text-transform: uppercase;
}

.testimonials .testimonials-author em {
    font-size: 13px;
    text-transform: capitalize;
}

.rounded-x {
    border-radius: 50% !important;
}

.we-do-area {
    background-color: #fff;
    border: 1px solid #ddd;
    box-shadow: 0 0 0 #eeeeee;
    overflow: hidden;
    padding: 15px;
    margin-top: 37px;
}

.we-do-top {
    border-bottom: 1px solid #ddd;
    overflow: hidden;
}

.we-do-box {
    border-right: 1px solid #ddd;
    margin: 25px 0px;
    padding: 15px;
}

.we-do-last {
    border-right: 0px solid #ddd;
}

.we-do-icon {}

@-moz-keyframes buzz-out {
    10% {
        transform: translateX(3px) rotate(2deg);
    }
    20% {
        transform: translateX(-3px) rotate(-2deg);
    }
    30% {
        transform: translateX(3px) rotate(2deg);
    }
    40% {
        transform: translateX(-3px) rotate(-2deg);
    }
    50% {
        transform: translateX(2px) rotate(1deg);
    }
    60% {
        transform: translateX(-2px) rotate(-1deg);
    }
    70% {
        transform: translateX(2px) rotate(1deg);
    }
    80% {
        transform: translateX(-2px) rotate(-1deg);
    }
    90% {
        transform: translateX(1px) rotate(0deg);
    }
    100% {
        transform: translateX(-1px) rotate(0deg);
    }
}

.we-do-box:hover .we-do-icon i {
    animation-duration: 0.4s;
    animation-iteration-count: 1;
    animation-name: buzz-out;
    animation-timing-function: linear;
}


/* keyframes #animation1 */

@-webkit-keyframes animation1 {
    0% {
        -webkit-transform: scale(1);
    }
    30% {
        -webkit-transform: scale(0.7);
    }
    100% {
        -webkit-transform: scale(1);
    }
}

@-moz-keyframes animation1 {
    0% {
        -moz-transform: scale(1);
    }
    30% {
        -moz-transform: scale(0.7);
    }
    100% {
        -moz-transform: scale(1);
    }
}

.feature-box:hover.feature-box i {
    animation-duration: 0.4s;
    animation-name: animation1;
}

.we-do-icon i {
    background: transparent none repeat scroll 0 0;
    font-size: 60px;
    color: #666;
    height: 60px;
    max-width: 60px;
    padding: 20px;
}

.we-do-text {}

.we-do-text h3 {
    font-family: Lobster;
    font-size: 18px;
    font-weight: normal;
    margin-top: 35px;
    margin-bottom: 15px;
}

.we-do-text a {
    color: #ffb400;
    font-size: 15px;
}

.we-do-bottom {}

.packages {
    box-shadow: 2px 4px 7px 2px #eff1f8;
    background: #ffffff;
}

.packages .packages-heading {
    background: #fff;
    text-align: center;
    padding: 20px;
}

.packages .packages-heading .packages-heading-tag {
    display: block;
    font-size: 14px;
    color: #593d0c;
    text-decoration: none;
    margin-bottom: 5px;
}

.packages .packages-heading .packages-element {
    position: relative;
    display: inline-block;
    font-size: 13px;
    color: #593d0c;
}

.packages .packages-heading .packages-element:before,
.packages .packages-heading .packages-element:after {
    position: absolute;
    top: 8px;
    display: inline-block;
    width: 30px;
    height: 1px;
    background: #593d0c;
    content: " ";
}

.packages .packages-heading .packages-element:before {
    right: 100%;
    margin-right: 10px;
}

.packages .packages-heading .packages-element:after {
    left: 100%;
    margin-left: 10px;
}

.packages .packages-heading .packages-element .packages-element-icon {
    position: relative;
    top: -3px;
    display: inline-block;
    font-size: 6px;
    color: #606060;
}

.packages .packages-heading .packages-heading-title {
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 0;
    color: #875c16;
}

.packages .packages-heading .packages-heading-title > a {
    text-decoration: none;
}


/* Content */

.packages .packages-content {
    background: #fff;
    padding: 20px;
}

.packages .packages-quote {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 1.6;
    padding-left: 45px;
    margin-bottom: 0;
}

.packages .packages-quote:before {
    position: absolute;
    top: -20px;
    left: 0;
    display: inline-block;
    font-size: 70px;
    color: #593d0c;
    content: "“";
}

.card {
    position: relative;
    background-color: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 2px;
    margin-bottom: 30px;
    padding: 10px;
    cursor: pointer;
    display: block;
    border-bottom: 2px solid #ebebeb;
    transition: all 0.4s ease-in-out 0s;
    -webkit-box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, .07), 1px 2px 5px 0 rgba(0, 0, 0, .06);
    box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, .07), 1px 2px 5px 0 rgba(0, 0, 0, .06);
}

.card:hover {
    -webkit-box-shadow: 0px 3px 4px 1px rgba(162, 184, 187, 0.4);
    -moz-box-shadow: 0px 3px 4px 1px rgba(162, 184, 187, 0.4);
    box-shadow: 0px 3px 4px 1px rgba(162, 184, 187, 0.4);
    border-bottom-color: #fff;
    cursor: pointer;
}

.card_head {
    line-height: 1.5em;
    display: block;
    text-transform: uppercase;
    text-align: center;
    color: #593d0c;
    font-weight: 600;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.card-subhead {
    font-size: 14px;
    text-transform: none;
    text-align: center;
    display: block;
    color: #593d0c;
}

.card_content {
    text-align: justify;
}

.message {
    display: block;
    width: auto;
    height: auto;
    font-size: 16px;
    font-weight: 600;
    color: green;
    text-align: center;
    padding: 10px;
    margin: 0 auto;
}
