@import url(https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700);
@import url(https://fonts.googleapis.com/css?family=Lobster);
@import url('https://fonts.googleapis.com/css2?family=Teko:wght@300;400;500;600;700&display=swap');

body {
    color: #333;
    overflow-x: hidden;
    /*font-family: Roboto, sans-serif;*/
    font-family: 'Arial' !important;
}
svg * {
    transition:300ms all;
}
a,
a:focus,
a:hover {
    transition: 0.3s all;
    text-decoration: none;
}
::-webkit-input-placeholder { /* Edge */
  color: #7a7b7994;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #7a7b7994;
}

::placeholder {
  color: #7a7b7994;
}
.list-inline {
    margin: 0;
    padding: 0;
}
.loader {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #fff;
    z-index: 9999;
    display: none;
}
.loader:after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: 100%;
    margin-top: 0;
    margin-left: 0;
    background: url(../img/loading.gif) center center no-repeat/250px;
    right: 0;
    margin: 0 auto;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.container2 {
       max-width: 1600px;
    margin: auto;
    margin-right: 0px;
    padding: 0 15px;
}
.container-long {
     max-width: 1600px;
    margin: auto;
    padding:0 15px;
}
body::-webkit-scrollbar {
    width: 1em;
}
body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
body::-webkit-scrollbar-thumb {
    background-color: #a9a9a9;
    outline: 1px solid #708090;
}
.secBn .owl-nav,
.secNws .owl-nav {
    display: none;
}
p {
    font-size: 16px;
}
.owl-dot {
    width: 11px;
    height: 11px;
    border: 0;
    background: #bfbfbf;
    margin: 0 3px;
    border-radius: 0;
    outline: 0;
}
.owl-dot.active {
    background: #68bd46;
}
.owl-dots {
    position: absolute;
    top: 90%;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
}
.owl-nav {
    position: absolute;
    bottom: -60px;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
}
.owl-nav button {
    width: 45px;
    height: 45px;
    border: 0;
    outline: 0;
    border-radius: 0;
    font-size: 25px;
    line-height: 25px;
    transition: 0.3s all;
    border-radius:3px;
}
img {
    max-width: 100%;
}
.owl-nav button span {
    position: relative;
    top: -1px;
}
.owl-nav button:hover {
    background: #68bd46;
    color: #fff;
}

header {
    background: #fff;
    position: relative;
    z-index: 9;
        padding: 10px 0;
}
.sticky {
    position: fixed;
    height: inherit;
    -webkit-animation: fadeInDown 0.6s;
    animation: fadeInDown 0.6s;
    top: 0;
    z-index: 9999;
    left: 0;
    right: 0;
    -webkit-box-shadow: 0 0 10px rgba(204, 204, 204, 0.5);
    box-shadow: 0 0 10px rgba(204, 204, 204, 0.5);
}
span.from-sale {
    text-decoration: line-through;
    margin-bottom: 0;
}
.green {
    color: #64bc40;
}
video {
    width: 100%;
    width: 100%;
    height: auto;
    max-height: 70vh !important;
}
.sticky .logo img {
    max-width: 100px;
}
.logo {
    float: left;
}
.logo img {
    max-width: 130px;
}
.tbC {
    display: table;
    width: 100%;
}
.tbC > div {
    display: table-cell;
    vertical-align: middle;
}
.navigation {
    text-align: right;
}

.overlay-src input {
    width: 100%;
    border: 0;
    color: #000;
    height: 35px;
    padding-right: 40px;
    padding-left: 10px;
}
.overlay-src input:focus {
    outline: 0;
}
.overlay-src input::-webkit-input-placeholder {
    color: #000;
}
.overlay-src input::-moz-placeholder {
    color: #000;
}
.overlay-src input:-ms-input-placeholder {
    color: #000;
}
.overlay-src input:-moz-placeholder {
    color: #000;
}
.overlay-src {
    position: absolute;
    right: 0;
    top: 190%;
    background: #fff;
    padding: 10px;
    border-radius: 5px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    min-width: 250px;
    border: 1px solid #fdfdfd;
    display: none;
}
.oo .iconS {
    color: #60bb39;
}
.overlay-src button {
    position: absolute;
    right: 10px;
    top: 10px;
    height: 35px;
    background: #64bc40;
    border: 0;
    width: 40px;
    color: #fff;
    border-radius: 2px;
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
}
.overlay-src button:hover {
    background: #333;
    color: #fff;
}
.overlay-src button:hover i {
    color: #fff;
}
.carSrh i {
    font-size: 22px;
    cursor: pointer;
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
}
.overlay-src button i {
    font-size: 18px;
}
.navigation nav ul li a {
    color: #273617;
}
.carSrh i:focus,
.carSrh i:hover,
.navigation nav ul li a:focus,
.navigation nav ul li a:hover {
    color: #68bd46;
}
.carSrh ul li,
.navigation nav ul li {
    padding-right: 10px;
    padding-left: 10px;
    position: relative;
}
.carSrh ul li + li {
    padding-right: 0;
}
.itmCnt {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
    width: 100%;
}
.itmCnt h2 {
    font-size: 70px;
    letter-spacing: 3px;
    font-weight: 600;
    color: #68bd46;
}
.itmCnt h4 {
    color: #999;
    font-weight: 300;
    font-size: 18px;
    margin: 30px 0 40px 0;
}
.btnAll {
    border: 1px solid #64bc40;
    padding: 12px 30px;
    display: inline-block;
    border-radius: 100px;
    color: #64bc40;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 0.5px;
}
.btnAll:hover {
    border: 1px solid #333;
    color: #fff;
    background: #333;
}
.itmCnt img {
    max-width: 220px;
    margin: 0 auto 25px;
}
.secAbt {
    background: #FBFBFB;
    padding: 65px 0;
        position: relative;
    z-index: 1;
}
.cusMain {
    text-align: center;
    font-size: 36px;
    margin-bottom: 35px;
    font-weight: 600;
    margin-top: 0;
    color: #4F8F33;
}
.secNewsletter .cusMain {
    margin-bottom: 15px;
}
.secNewsletter p {
    color: #7A7B79;
}
.form-wrap {
    margin-top: 30px;
}
.contact-left {
    display: flex;
    align-items: center;
}
.secContact {
    background: #FAF9FE;
    padding: 65px 0;
}
.contact-forms {
    width: 100%;
    padding-right:30px;
}
.submit-field {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.form-wrap input[type='email'] {
    background: #fff;
    border: 0;
    width: 100%;
    height: 50px;
    padding: 15px 20px;
    color: #7A7B79;
}
.submit-field .btnAll {
      background: transparent;
    min-width: 140px;
    color: #64bc40;
    border: 1px solid #64bc40;
}
.address-wrap p {
    color: #7A7B79;
    line-height:25px;
}
.address-wrap {
    margin-top: 20px;
}
.address-wrap h5 {
    margin: 30px 0;
    color: #64BC41;
    font-size: 20px;
    font-weight: 600;
}
.submit-field .btnAll:hover, .form-row .btnAll:hover {
      border: 1px solid #333;
    color: #fff;
    background: #333;
}
.nwCn p {
    color: #7A7B79;
    line-height: 27px;
        overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
 
.submit-field ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.submit-field ul li a {
    color: #7A7B79;
    display: flex;
    align-items: center;
    padding: 7px 0;
    font-size:16px;
}
.submit-field ul li a img {
    margin-right: 10px;
    max-width: 15px;
}
.form-field input {
    background: #fff;
    border: 0;
    width: 100%;
    height: 55px;
    padding: 15px 20px;
        color: rgb(122 123 121 / 58%);
}
textarea {
    background: #fff;
    border: 0;
    width: 100%;
    height: 220px;
    padding: 15px 20px;
        color: rgb(122 123 121 / 58%);
    resize: none;
}
.form-field {
    margin-bottom: 25px;
}
.form-row {
    display: flex;
    max-width: 850px;
    margin: auto;
}
.form-row .btnAll {
    margin-left: 40px;
    background: transparent;
    transition: 300ms all;
}
.form-row  .btnAll:hover {
    border: 1px solid #333;
    color: #fff;
    background: #333;
}
.welcome-sec h2.cusMain {
    text-align: left;
    font-size: 31px;
}
.welcome-sec .abL p {
 color: #999794;
    font-size: 18px;
    font-weight: 500;
    line-height: 33px;
    margin-bottom: 20px;

}
.fLogo {
    height: 200px;
    display: flex;
    align-items: center;
}
.secPro .cusMain {
    text-align: left;
}
.vertical-text {
    display: flex;
    justify-content: center;
    width: 310px;
    align-items: center;
    margin-left: -70px;
    margin-right: -50px;
}
.vertical-text h2 {
transform: rotate(-90deg);
    font-size: 90px;
    font-weight: 600;
    color: #4f8f33;
    margin: 0;
    width: 310px;
    font-family: 'Teko', sans-serif;
    text-transform:uppercase;
}
.secTeam .vertical-text h2 {
    width: 400px;
}
.new_logo img {
    max-width: 112px;
}
.btrn-wrap {
    text-align: right;
}
.welcome-left {
    display: flex;
    align-items: center;
}
.cor-vir-wrapper .left.col-md-6.col-sm-6 p {
    color: #FEFADF;
    font-size: 21px;
    line-height: 33px;
    text-align: center;
}
.cor-vir-wrapper .left.col-md-6.col-sm-6 {
    width: 100%;
}
.cor-vir-wrapper .right.col-md-6.col-sm-6 {
    display: none;
}
.abL h3 {
    font-size: 25px;
    line-height: 35px;
}
.abL .btnAll {
    margin-top: 20px;
}
.abR img {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    border-radius: 15px;
}
.abL h4 {
    padding-top: 20px;
}
.secFtr,
.secNws,
.secSocial,
.secTw {
    padding: 65px 0;
}
.fBox h2 {
    font-family: Lobster, cursive;
    font-size: 80px;
    color: #64bc40;
}
.fBox h2 {
    font-family: Lobster, cursive;
    font-size: 80px;
    color: #64bc40;
    display: inline-block;
    position: relative;
}
.fBox h2:after {
    content: "";
    position: absolute;
    right: -30px;
    background: url(../img/leaf.png) no-repeat center center;
    height: 38px;
    width: 35px;
}
.fBox {
    text-align: center;
}
.fBox h3 {
    color: #64bc40;
}
.fBox p {
    color: #999;
    font-size: 15px;
    line-height: 23px;
    margin-top: 25px;
}
.secPro {
    background: #fff;
    padding: 65px 0;
    position:relative;
    overflow:hidden;
}

.secPro:after {
    content: '';
    position: absolute;
    right: -120px;
    top: -100px;
    left: 0;
    bottom: 0;
    background: url(../img/product-after.png) no-repeat top right/850px;
    z-index: 0;
}
.secPro * {
    position:relative;
    z-index:9;
}
.itmIn img {
    margin: 0 auto;
    object-fit: contain;
    max-height: 100%;
    max-width: 220px;
}
.rpoduct-right {
max-width: 330px;
    margin-right: 60px;
    margin-left: auto;
}
.row.post-wrap {
    display: flex;
    align-items: flex-end;
}
.itmIn a {
    display: flex;
}
.abR video {
    width: 100%;
    height: 350px;
}
.secFeel {
    padding: 65px 0;
    /*background: url(../img/bg-green-para.jpg) no-repeat center center/cover;*/
    /*background-attachment: fixed;*/
    position: relative;
    color: #fff;
        background: rgb(226 243 219 / 62%);
}
.feIn {
    background: url(../img/feel-img.jpg) no-repeat center center/cover;
    height: 600px;
    width: 100%;
    object-fit: cover;
    display: flex;
    align-items: end;
    justify-content: end;
}
.feel-inr {
    max-width: 495px;
    background: #EDF7E9;
    padding: 25px 40px;
}
.feIn h4 {
color: #4F8F33;
    font-size: 30px;
    text-transform: capitalize;
    margin-top: 0;
}
.feIn p {
    color: #7A7B79;
    font-size: 17px;
}
.secFeel .container {
    position: relative;
    z-index: 9;
}
.feIn h2 {
    font-size: 100px;
    font-family: Lobster;
}
.btn-wrap {
    text-align:right;
}
.feIn h2 {
    font-size: 100px;
    font-family: Lobster;
    margin-bottom: 35px;
}
.secNws .owl-item img {
    filter: none;
    -webkit-filter: grayscale(1);
}
.secNws .owl-item.center img {
    -webkit-filter: grayscale(0);
    filter: gray;
}
.newCnt {
    background: #fff;
    position: relative;
    border-radius:0px;
    /*-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);*/
    /*box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);*/
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
    display: block;
    margin: 20px;
    overflow: hidden;
    height: calc(100% - 20px);
}
.nwCn h2 {
     color: #4F8F33;
    font-size: 27px;
    line-height: 40px;
    font-weight: 500;
    text-transform: capitalize !important;
}
.nwCn h4 {
    color: #4F8F33;
    font-size: 18px;
    left: 30px;
    text-transform: capitalize;
        overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.teIn {
    display: flex;
}
.team-wrapper {
    display: flex;
    flex-wrap: wrap;
    overflow:hidden;
}
.team-wrapper .owl-nav button {
    position: absolute;
    top: 50%;
    opacity: 0;
    transition:300ms all;
    transform: translateY(-50%);
}
.team-wrapper .owl-prev {
    left: 0;
}
.team-wrapper .owl-next {
    right: 0;
}
.team-wrapper .owl-nav {
    position: initial;
}
.team-wrapper:hover .owl-nav button {
    opacity:1;
}
.team-wrapper, .blog-wrapper {
    display: flex;
    flex-wrap: wrap;
    position: relative;
}
.blog-wrapper .item {
    width: 33.3%;
}
.secNws h2.cusMain {
    text-align: left;
    margin-bottom: 12px;
}
.secNws h2.cusMain + p {
    color: #7A7B79;
    font-size: 18px;
}
.blog-wrapper .newCnt {
    margin: 30px;
    position: relative;
    height: calc(100% - 50px);
}
.blog-wrapper .nwCn {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
    display: flex;
    flex-direction: column;
    justify-content: end;
    padding: 15px;
}
.blog-wrapper .nwCn a {
    margin-top: 0;
    color: #ffff;
    font-weight: 600;
    text-transform: capitalize;
    font-size: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
/*.newCnt {*/
/*    -webkit-transform: scale(0.9);*/
/*    transform: scale(0.9);*/
/*    -webkit-transition: 0.3s all;*/
/*    transition: 0.3s all;*/
/*}*/
/*.center .newCnt {*/
/*    -webkit-transform: scale(1);*/
/*    transform: scale(1);*/
/*}*/

.nwCn p:first-child {
    font-size: 14px;
}
.nwCn a {
    color: #60bb39;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.teInc {
    -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}
.tmCnt {
    padding: 20px;
    background: #fff;
}
.tmImg {
    width: 100%;
}
.trIn .teInc > div {
    display: table-cell;
    width: 10%;
    vertical-align: middle;
}
.tmImg img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.singP .tmImg {
    height: 322px;
    overflow: hidden;
}
.singP .tmCnt {
    padding: 49px 20px;
}
.trIn + .trIn {
    margin-top: 30px;
}
.secTeam {
    /*background: #f7f7f9;*/
    padding: 65px 0;
}
.tmCnt h2 {
    color: #68bd46;
    font-size: 18px;
}
.trIn .teInc {
    display: table;
    width: 100%;
    background: #fff;
}
.tmCnt h4 {
    font-size: 15px;
    margin-top: 0;
}
.tmCnt p {
    font-size: 15px;
    color: #999;
}
.twBox > ul > li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.usrImg {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50px;
    flex: 0 0 50px;
    border-radius: 50%;
    overflow: hidden;
    height: 50px;
    margin-right: 20px;
}
.userN {
    display: block;
    text-transform: uppercase;
    font-size: 18px;
    color: #60bb39;
    letter-spacing: 0.5px;
    font-weight: 500;
}
.usrCnt p {
    font-size: 14px;
    color: #999;
}
.shareThi {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    color: #999;
}
.shL {
    font-size: 17px;
}
.shL i {
    cursor: pointer;
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
}
.userN:hover {
    color: #333;
}
.shL i:hover {
    color: #64bc40;
}
.shR {
    font-size: 13px;
}
.twBox > ul {
    margin: 0;
    padding: 0;
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    height: 540px;
    overflow: auto;
    background: #f7f7f9;
}
.twBox > ul > li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 30px 20px;
    border-bottom: 1px solid #ebebeb;
}
.fTop {
    /*background: url(../img/footer_bg.png) no-repeat top center/cover;*/
    padding: 70px 0 40px;
    color: #fff;
    background: #64BC41;
}
.fooB a {
    color: #fff;
    font-size: 15px;
    letter-spacing: 0.2px;
    opacity: 0.9;
    line-height: 30px;
    font-weight:500;
}
.fooB a:hover {
    color: #427a29;
}
.social-ico a:hover path {
    fill: #325821;
}
.fooB p {
    font-weight: 400;
    color: #fff;
    font-size: 15px;
    letter-spacing: 0.2px;
    opacity: 0.9;
    line-height: 25px;
}
.social-ico svg {
    width: 35px;
}
.fooB h3 {
    margin-top: 0;
    margin-bottom: 20px;
    color: #4F8F33;
    text-transform: uppercase;
    font-weight: 600;
}
.footer-main {
    background: #64bc41;
}
.copyrights {
    display: flex;
    justify-content: center;
}
.fBtm {
    background: #64bc41;
    color: #fff;
    text-align: center;
    padding: 15px 0;
    border-top: 1px solid #fff;
}
.fBtm p {
    margin: 0;
    opacity: 0.9;
    font-weight:500;
}
.social-ico {
    font-size: 18px;
}
.owl-dots.disabled {
    display: none;
}
.newCnt:hover .nwIn img + img {
    opacity: 1;
}
.newCnt:hover h2 {
    color: #3e7b24;
}
.nwIn img + img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    opacity: 0;
    transition: 0.3s all;
}
.nwIn {
    overflow: hidden;
    position: relative;
}
.nwIn img {
    max-width: 100%;
    height:100%;
    width:100%;
}

.nwCn h4 {
    min-height: 40px;
}
.nwCn a {
    display: block;
    margin-top: 20px;
}
.secTeam .owl-dots {
    display: none;
}
.banner-in {
    position: relative;
}
.banner-in:before {
    width: 100%;
    height: 100%;
    position: absolute;
    content: "";
    background-color: #0d284c;
    opacity: 0.8;
}
section.banner-in img {
    width: 100%;
    object-fit: cover;
    min-height: 323px;
}
.ban-txt.in-ban {
    text-align: left;
}
.ban-txt {
    color: #fff;
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
    right: 0;
    left: 0;
    text-align: center;
}
.ban-txt.in-ban h3 {
    position: relative;
    margin: 0;
}
.ban-txt h3 {
    text-transform: capitalize;
    font-size: 45px;
    margin: 0 0 35px;
}
.ban-txt h3 span {
    font-weight: 300;
}
section.cat-section {
    background-color: #f5f5f6;
    padding: 70px 0;
}
.cat-sidebar {
    background: #fff;
    -webkit-box-shadow: 10px 10px 61px -12px #fff;
    -moz-box-shadow: 10px 10px 61px -12px #787378;
    box-shadow: 0 0 40px -8px #e8e4e4;
    border-radius: 6px;
    overflow: hidden;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.cat-sidebar h2 {
    background: #0d284c;
    color: #fff;
    font-size: 22px;
    padding: 13px 20px;
    text-transform: uppercase;
}
.cat-sidebar ul {
    margin: 10px 0;
}
.cat-sidebar ul li a {
    color: #5a5a5a;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 400;
    display: block;
    padding: 11px 15px 10px 15px;
}
ul.cat-ul li {
    display: inline-block;
    vertical-align: top;
    float: left;
    width: 25%;
    padding: 0 13px;
    margin-bottom: 26px;
    min-height: 376px;
}
ul.cat-ul li .hold-cat {
    background: #fff;
    -webkit-box-shadow: 10px 10px 61px -12px #fff;
    -moz-box-shadow: 10px 10px 61px -12px #787378;
    box-shadow: 0 0 40px -8px #e8e4e4;
    border-radius: 7px;
    overflow: hidden;
    text-align: center;
    padding: 25px;
}
.img-holder {
    max-width: 239px;
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
    text-align: right;
    margin: 0 auto;
    -webkit-box-shadow: 10px 10px 61px -12px #787378;
    -moz-box-shadow: 10px 10px 61px -12px #787378;
    box-shadow: 10px 10px 61px -12px #787378;
    text-align: center;
}
.hold-cat:hover img {
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}
.img-holder img {
    width: 100%;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.text-holder h3 {
    font-size: 20px;
    font-weight: 300;
    margin: 33px 0 10px;
    text-transform: uppercase;
}
.text-holder h2 {
    margin: 0 0 12px;
    font-size: 25px;
    font-weight: 800;
    text-transform: uppercase;
}
.secNewsletter {
    background: #EDF7E9;
    padding: 65px 0;
    text-align: center;
}
.btn-cat {
    margin-top: 22px;
}
.hold-cat a {
    background: red;
    border: 1px solid red;
}
.btn-cat a {
    padding: 7px 28px;
}
.btn-theme {
    padding: 10px 32px;
    background: #000;
    color: #fff;
    border-radius: 50px;
    display: inline-block;
    border: 1px solid #000;
    text-transform: capitalize;
    font-weight: 400;
}
/*<!-- News -- > */
section.in-bannre.v-banner {
    background-color: #333;
    width: 100%;
    min-height: 380px;
    padding: 20px;
    padding-top: 222px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: 1;
}
.in-bannre {
    position: relative;
}
.news-wrap {
 display: flex;
    align-items: center;
    justify-content: space-between;
        max-width: 900px;
    margin: auto;
}
.news-wrap input#mc-embedded-subscribe {
    border: 1px solid #64bc40;
    padding: 12px 30px;
    display: inline-block;
    border-radius: 100px;
    color: #64bc40;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 0.5px;
    background: transparent;
    margin-left: 40px;
    transition:300ms all;
}
.news-wrap input#mc-embedded-subscribe:hover {
    border: 1px solid #333;
    color: #fff;
    background: #333;
}
#mc_embed_signup .news-wrap div.mce_inline_error {
    background-color: transparent;
    font-weight: 500;
    color: red;
    text-align: left;
    padding-left: 0;
    position: absolute;
    margin:0;
}
.news-wrap .mc-field-group {
    width: 100%;
}
div#mce-error-response {
    color: red;
        margin: 5px 0;
    font-size: 16px;
}
div#mce-success-response {
    color: #68bd40;
        margin: 5px 0;
    font-size: 16px;
}
#mce-responses {
          max-width: 900px;
    margin: auto;
    margin-top: 25px;
    text-align: center;
}
.news-wrap .info-tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.info-tabs.main-news-filter {
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
}
.news-box {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 31%;
    flex: 0 0 33.33333%;
    margin-bottom: 40px;
    padding: 0 20px;
}
.inner {
    background: #546271;
    height: 100%;
    position: relative;
    padding-bottom: 110px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.date {
    position: absolute;
    right: 0;
    top: 0;
    color: #fff;
    background: #333;
    width: 66px;
    font-weight: 600;
    padding: 10px;
    text-align: center;
}
.title-one {
    text-align: center;
    padding: 20px 27px;
    color: #fff;
    overflow: hidden;
}
.news-button {
    position: absolute;
    bottom: 20px;
    right: 0;
    left: 0;
    text-align: center;
}
a.btnMain {
    background-color: #fdee21;
    padding: 10px 20px;
    color: #333;
    opacity: 1;
}
.prod-detail {
    background: #fff;
    padding: 20px;
    margin: 0 0 70px;
}
.lft-prod {
    float: left;
    width: 60%;
}
.rgt-prod {
    float: right;
    width: 40%;
    padding: 0 15px 0 30px;
}
.lft-prod .item {
    position: relative;
}
a.fancybox {
    width: 40px;
    height: 40px;
    position: absolute;
    z-index: 1;
    border-radius: 50%;
}
a.fancybox {
    top: 23px;
    right: 25px;
    background: url(../img/srchIcn.png) center center no-repeat;
}
a.fancybox {
    width: 40px;
    height: 40px;
    position: absolute;
    z-index: 1;
    border-radius: 50%;
}
a.fancybox {
    top: 23px;
    right: 25px;
    background: url(../img/srchIcn.png) center center no-repeat;
}
a.fancybox {
    width: 40px;
    height: 40px;
    position: absolute;
    z-index: 1;
    border-radius: 50%;
}
a.fancybox {
    top: 23px;
    right: 25px;
    background: url(../img/srchIcn.png) center center no-repeat;
}
.product-overlay {
    width: 100%;
    height: 100%;
    padding: 20px;
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
}
.secPro .itmIn {
    position: relative;
    display: block;
}
.secPro .item {
        padding: 10px;
}
.secPro .itmIn:hover .product-overlay {
    opacity: 1;
}

.intext a {
    margin: 0 0 15px;
    font-size: 12px;
    margin: 15px 10px 0;
    padding: 10px 15px;
    background: #64bc40;
    border: 1px solid #64bc40;
    color: #fff;
    font-weight: 500;
}
.pro-title {
    color: #999794;
    font-size: 20px;
}
.product-overlay .intext p span {
    font-size: 24px;
    font-weight: 600;
    color: #48822E;
}
ul.mission-list {
    padding-left: 20px;
    margin-bottom: 30px;
}
.mission-btn {
    padding-top: 20px;
}
.mission-list li {
    color: #999794;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 13px;
    list-style: decimal;
}
.intext p {
    /*color: #fff;*/
    font-size: 16px;
}
.v-banner {
    text-align: center;
    padding: 40px 15px;
}
.v-banner .baner-text p {
    text-align: center;
    font-size: 40px;
    font-weight: 600;
    letter-spacing: 2px;
    margin-top: 0;
    color: #3e7b25;
}
.title-one a {
    color: #333;
}
.inner {
    background: #fff;
    position: relative;
    border-radius: 5px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
    display: block;
    margin: 20px 0;
    overflow: hidden;
    padding-bottom: 28px;
}
.title-one a:hover {
    color: #64bc40;
}
.news-inner {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url(../images/bg-1.jpg);
    padding: 86px 15px;
    position: relative;
}
.section-news-detail {
    margin: 40px 0 0;
}
.news-inner .baner-text h2,
.news-inner .baner-text p {
    color: #fff;
    margin: 0;
    z-index: 2;
    position: relative;
    max-width: 907px;
    margin: 0 auto;
    padding: 0 15px;
}
.news-inner:before {
    width: 100%;
    height: 100%;
    content: "";
    background: #00000057;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}
.btn-cap .btn-theme,
.latest-new-del a,
.news-button a,
.s-down {
    border: 1px solid #64bc40;
    padding: 9px 23px;
    display: inline-block;
    border-radius: 100px;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 0.5px;
    background: #64bc40;
}
.btn-cap .btn-theme:active,
.btn-cap .btn-theme:focus,
.btn-cap .btn-theme:hover,
.latest-new-del a:active,
.latest-new-del a:focus,
.latest-new-del a:hover,
.news-button a:active,
.news-button a:focus,
.news-button a:hover,
.s-down:hover {
    border: 1px solid #000;
    background: #000;
}
.news-page {
    position: relative;
}
.news-page img {
    width: 100%;
}
.news-page .date {
    width: 150px;
    text-align: center;
}
.news-item-header {
    font-weight: 500;
    font-size: 24px;
    margin-top: 35px;
    text-transform: capitalize;
}
.latest-news-item h5 {
    font-weight: 600;
    font-size: 18px;
    margin-top: 0;
}
.latest-news-item p {
    font-size: 15px;
    line-height: 25px;
    margin-bottom: 20px;
}
.itemFullText p {
    font-size: 14px;
    color: #333;
    line-height: 24px;
    font-weight: 400;
}
.latest-new-img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 80px;
    flex: 0 0 80px;
    margin-right: 15px;
}
.latest-news-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 50px;
}
.latest-blog h4 {
    font-weight: 600;
    margin-bottom: 33px;
    text-transform: uppercase;
    font-size: 23px;
    margin-top: 0;
}
.contact-section h2 {
    font-size: 27px;
    color: #333;
    font-weight: 400;
    text-align: left;
    text-transform: uppercase;
    margin: 0 0 27px;
    letter-spacing: 1px;
}
.contact-form {
    padding: 0 0;
    margin-top: 40px;
    padding-bottom: 40px;
}
.contact-section input[type="email"],
.contact-section input[type="text"],
.contact-section select,
.contact-section textarea {
    height: 45px;
    width: 100% !important;
    padding: 10px;
    font-size: 16px;
    width: 100%;
    padding: 10px 15px;
    margin-bottom: 15px;
    border: 1px solid #ccc;
    color: #8a8888;
}
.contact-section textarea {
    min-height: 100px;
}
.foot-b-cnt p {
    margin-bottom: 30px;
    line-height: 30px;
}
.btn-cap .btn-theme {
    padding: 13px 48px;
    margin: 20px 0 0;
}
.btn-theme.s-down:hover {
    color: #fff;
}
.carSrh a {
    color: #000;
}
.foot-b-cnt a {
    color: #64bc40;
}
.contact-section .col-sm-12,
.contact-section.col-sm-6 {
    padding: 0;
}
.news-del-parent {
    padding: 0 22px 0 0;
}
.crt-items {
    width: 20px;
    display: block;
    height: 20px;
    background: #5cb85c;
    color: #fff;
    text-align: center;
    line-height: 20px;
    position: absolute;
    top: -15px;
    border-radius: 50%;
    right: 0;
    font-size: 11px;
}
.cart-fom .our-p-right {
    max-width: 768px;
    margin: 0 auto;
}
.cart-fom .our-p-right .btn-lg {
    max-width: 146px;
    margin: 35px 0 0;
}
.cart-fom {
    padding: 50px 0;
}
.cart-fom {
    padding: 50px 0;
}
.form-crt {
    margin: 36px 0 0;
}
.form-crt label {
    font-size: 16px;
}
.form-crt .form-control {
    height: 47px;
    margin: 0 0 22px;
    box-shadow: none;
}
.crt-ul input[type="text"] {
    height: 47px;
    margin: 0 0 22px;
    box-shadow: none;
    display: inline-block;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.crt-ul li {
    font-size: 14px;
}
.crt-ul li form {
    margin: 8px 0 0;
    text-align: center;
}
.btn-crtsub {
    text-align: center;
}
.crt-ul input[type="submit"] {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
    display: inline-block;
    padding: 12px 12px;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
.our-p-right h2 {
    text-align: center;
    font-size: 40px;
    margin-bottom: 50px;
    font-weight: 600;
    letter-spacing: 2px;
    margin-top: 0;
    color: #3e7b25;
}
.crt-ul input[type="text"] {
    width: 100%;
}
.form-crt textarea.form-control {
    height: 100px;
    resize: none;
}
.ban-txt.in-ban {
    text-align: center;
}
.banner-in:before {
    background-color: #5cb85c;
}
.ban-txt.in-ban {
    text-align: center;
}
.cat-sidebar h2 {
    background: #5cb85c;
    font-size: 22px;
    padding: 13px 15px;
    margin: 0;
}
.cat-sidebar ul {
    padding: 0;
    margin: 0;
}
.cat-sidebar ul li a {
    font-size: 15px;
    text-transform: initial;
    padding: 15px 40px 15px 15px;
    border-left: 2px solid transparent;
    border-bottom: 1px solid #eee;
    margin: 0 0 -1px;
}
.collection-item > ul li a {
    padding: 15px;
}
.cat-sidebar ul li.active a {
    border-left: 2px solid green;
    color: green;
}
li.collection-item.has-sub span.icon1 {
    cursor: pointer;
}
.has-sub.open .icon1 i {
    transform: rotate(90deg);
}
.icon1 i {
    transition: 0.3s all;
    color: #5cb85c;
}
.hold-cat:hover img {
    transform: none;
}
.img-holder img {
    transition: none;
}
.text-holder h3 {
    font-size: 15px;
    text-transform: capitalize;
}
.text-holder h2 {
    margin: 0 0 12px;
    font-size: 15px;
    font-weight: 800;
    text-transform: capitalize;
}
.hold-cat a {
    background: #64bc40;
    border: 1px solid #64bc40;
    padding: 7px 10px;
    min-width: 79px;
    text-align: center;
    font-size: 16px;
}
.hold-cat .btn-cat {
    display: inline-block;
}
.img-holder img {
    max-width: 116px;
    max-height: 221px;
    object-fit: contain;
    margin: 0 auto;
}
.hold-cat a:active,
.hold-cat a:focus,
.hold-cat a:hover {
    background: #000;
    color: #fff;
    border: 1px solid #000;
}
ul.cat-ul li .hold-cat {
    height: 100%;
    padding: 15px;
}
.img-holder {
    box-shadow: none;
}
.results {
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
    display: flex;
    flex-wrap: wrap;
}
.img-del {
    margin-left: 100px;
    padding: 0 0 0 18px;
}
.img-pro {
    float: left;
}
.quantity {
    font-size: 14px;
    font-weight: 600;
}
.add-item .img-pro img {
    max-width: 100px;
}
.img-pro {
    float: left;
}
.quantity {
    font-size: 14px;
    font-weight: 600;
    position: relative;
    max-width: 175px;
}
.quantity input[type="number"] {
    position: relative;
    height: 40px;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 10px;
    width: 93px;
    position: relative;
}
.quantity-nav {
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
}
.img-del h4 {
    margin: 0 0 3px;
    text-transform: uppercase;
    font-size: 16px;
}
.quantity-button img {
    max-width: 13px;
}
.add-item {
    border: 1px solid #dcd8d8;
    padding: 30px;
    background: #fff;
    -webkit-box-shadow: 10px 10px 61px -12px #fff;
    -moz-box-shadow: 10px 10px 61px -12px #787378;
    box-shadow: 0 0 40px -8px #e8e4e4;
    margin: 0 0 12px;
    border-radius: 4px;
}
.discount-cod {
    margin: 16px 0 0;
}
.pagination a {
    width: 30px;
    height: 30px;
    border: 1px solid #64bc40;
    margin: 0 5px 0;
    text-align: center;
    font-size: 15px;
    display: inline-block;
    line-height: 28px;
    color: #64bc40;
    border-radius: 4px;
}
.pagination {
    width: 100%;
    text-align: center;
}
.pagination a.active,
.pagination a:hover {
    background: #64bc40;
    color: #fff;
}
.collection-item {
    border-bottom: 1px solid #eee;
}
.latest-blog li {
    border-bottom: 1px solid #eee;
    margin-bottom: 40px;
}
.collection-item > ul {
    display: none;
    background: #f9f7f7;
}
.cat-sidebar ul li a:hover {
    color: #5cb85c;
}
.lft-prod .item img {
    margin: 0 auto;
    width: 100%;
    height: 376px;
    object-fit: contain;
}
ul.cat-ul {
    margin: 0 -13px;
    padding: 0;
}
.collections ul.cat-ul li {
    width: 33.33%;
}
div#sync1 .owl-nav {
    display: none;
}
.rgt-prod h2 {
    font-size: 24px;
    margin: 0 0 15px;
}
.btn-prod a {
    background: #64bc40;
    border: 1px solid #64bc40;
    padding: 7px 10px;
    min-width: 79px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    padding: 10px 32px;
    color: #fff;
    border-radius: 50px;
}
.btn-prod {
    margin: 39px 0;
}
.lft-prod,
.rgt-prod {
    width: 50% !important;
}
#sync2 .item img {
    height: 132px;
}
.lgt-head h3 {
    font-size: 20px;
    text-transform: uppercase;
}
.address-ul li a {
    color: #64bc40;
    font-size: 16px;
}
.address-ul {
    padding: 0;
}
.address-ul li {
    list-style-type: none;
    margin: 0 0 9px;
}
.address-ul li a i {
    padding: 0 13px 0 0;
}
.btn-prod a:hover {
    background: #000;
    border: 1px solid #000;
}
.product-single {
    padding: 45px 0;
}
.rgt-prod p {
    font-size: 14px;
    line-height: 24px;
}
.head-th h2 {
    font-size: 28px;
    margin-bottom: 24px;
    font-weight: 600;
    letter-spacing: 2px;
    margin-top: 0;
    color: #3e7b25;
}
.crt-ul .add-item .img-pro img {
    max-width: 100px;
    height: 100px;
}
.news-body a {
    color: #64bc40;
}
.has-sub {
    position: relative;
}
.icon1 {
    position: absolute;
    right: 0;
    top: 19px;
    transform: translateY(-50%);
    width: 40px;
    height: 54px;
    text-align: center;
    font-size: 20px;
    padding-top: 20px;
}
@media (max-width: 1199px) {
    .img-holder img {
        max-width: 221px;
        max-height: 166px;
    }
}
@media (max-width: 991px) {
    .news-box {
        flex: 0 0 50%;
    }
    .collections ul.cat-ul li {
        width: 50%;
    }
    ul.cat-ul.clearfix {
        margin: 30px -13px 0;
        padding: 0;
    }
    .cat-ul li {
        width: 50%;
    }
}
.delete-product {
    display: inline;
    padding-left: 20px;
    color: #3e7b25;
    cursor: pointer;
}
section.secNws .nwIn {
    height: 300px;
}
.in-banner {
    background-color: #5cb85c;
    padding: 116px 0;
}
.in-banner h1 {
    font-size: 41px;
    font-weight: 800;
    color: #fff;
}
section.about-us {
    padding: 90px 0;
}
.lft-a {
    float: left;
    width: 30%;
    text-align: center;
}
.in-about .img-a {
    margin: 0 0 40px;
}
.rgt-a {
    float: right;
    width: 70%;
    padding: 0 0 0 50px;
}
.in-about .covr-a {
    border-left: 1px solid #000;
    margin: 0 0 36px 20px;
    padding: 0 0 0 20px;
    border-bottom: 0;
}
.in-about .covr-a p {
    margin: 0 0 22px;
}

.social-ico a {
    font-size: 24px;
    margin-top: 20px;
}
.social-ico a {
    font-size: 24px;
    margin-top: 20px;
}
p.products-page-price {
    color: #64bc40;
}
.shop-banner {
    min-height: 200px;
    background-size: contain;
}
.copy a {
    color: #fff;
}
.copy a:hover {
     text-decoration: underline;
    color: #427a29;
}
section.intro_text {
    background: #68BC42;
    padding: 65px 0;
    color: #fff;
}
.cor-vir-wrapper .left.col-md-6.col-sm-6 p a {
    color: #427A29;
    font-weight: 600;
}
.cor-vir-wrapper .left.col-md-6.col-sm-6 p a:hover {
    color: #FEFADF;
}
section.intro_text h2 {
    text-align: center;
    font-size: 23px;
    margin-bottom: 10px;
    font-weight: 600;
    margin-top: 0;
    color: #FEFADF !important;
}
.therapy-banner {
    position: relative;
}
.therapy-banner-inr {
    position: relative;
    z-index:1;
}
.therapy-row {
    height: 900px;
}
.therapy-right {
    width: 70%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    height: 100%;
    right: 0px;
    position: absolute;
    top: 0;
    bottom: 0;
}
.therapy-row .vertical-text {
    margin-left: -30px;
    text-align: center;
}
.therapy-left {
    height: 79%;
    display: flex;
    align-items: center;
}
.therapy-dtl {
    margin-left: 100px;
    margin-top: 30px;
}
.therapy-right img {
    display: none;
}
.careplus-about-service {
    position:relative;
}
.therapy-banner:after {
    content: '';
    position: absolute;
    right: 0;
    top: -100px;
    left: -120px;
    bottom: 0;
    background: url(../img/circle_therapy.png) no-repeat top left/500px;
    z-index: 0;
}
.therapy-left .vertical-text h2 {
    font-size: 120px;
}
.enquiries-sec {
    background: #68bd40;
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.enquiries-inr h5 {
    font-size: 23px;
    color: #fff;
    font-weight: 600;
}
.enquiries-inr p, .enquiries-inr a {
    font-size: 20px;
    color: #fff;
}
.enquiries-inr a:hover {
  opacity:0.8;
}
.therapy-list-sec {
    padding: 65px 0;
}
.therapy-list-row {
    display: flex;
}
.therapy-col {
    margin: 0 15px;
    position: relative;
}
.therapy-img {
    border: 1px solid rgb(112 112 112 / 43%);
}
.therapy-content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 40px;
    background: linear-gradient(0deg, rgb(255 255 255 / 2%), rgb(255 255 255 / 30%), rgb(255 255 255 / 48%), white);
}
.therapy-content-inr {
    border: 4px solid #68bc42;
    background: linear-gradient(0deg, rgb(255 255 255 / 2%), rgb(255 255 255 / 30%), rgb(255 255 255 / 48%), white);
    width: 100%;
    height: 100%;
    display: flex;
    padding:10px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align:center;
    cursor: pointer;
    position: relative;
}
.therapy-content-inr h4 {
    font-size: 20px;
    font-weight: 600;
        transition: 300ms all;
    color: #4F8F33;
}
.therapy-content-inr p {
    font-size: 16px;
    font-weight: 600;
    color: #4F8F33;
}

.therapy-col:hover .therapy-content-inr h4, .therapy-col:hover .therapy-content-inr p {
    color: #6D6C6C;
}
.therapy-content-inr .hover-text,  .therapy-col:hover h4{
    transform:scale(0);
 transform: scale(0);
    transition: 300ms all;
    position: absolute;
    width: 100%;
    left: 0;
    padding: 15px;
    
}
.therapy-col:hover .hover-text {
    transform:scale(1);
}
.hover-text a {
    word-break: break-all;
    color: #6D6C6C;
}
.hover-text h5 {
    font-size: 20px;
    font-weight: 600;
    color: #6d6c6c;
}
.therapy-content-inr .hover-text, .therapy-col:hover h4 {
    padding: 3px 15px;
}
.therapy-img img {
    width: 100%;
}
.therapy-dtl p {
    color: #7A7B79;
}

    .subCor {
        display: none !important;
    }

@media (min-width: 768px) {
    .cat-sidebar > ul {
        display: block !important;
    }
}
@media (min-width: 992px) {
    .subMenus {
        padding: 0;
        margin: 0;
        list-style: none;
        background: #fff;
        box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
        border-radius: 5px;
        position: absolute !important;
        top: 80%;
        left: 0;
        text-align: left;
        min-width: 300px;
        opacity: 0;
        visibility: hidden;
        transition: top 0.3s;
    }
    .subMenus li {
        padding: 0 !important;
    }
    .subMenus li a {
        display: block;
        padding: 10px;
    }
    .navigation nav ul li:hover .subMenus {
        opacity: 1;
        visibility: visible;
        top: 100%;
    }
}
@media (max-width: 1199px) {
    .itmCnt h2 {
        font-size: 50px;
    }
    .itmCnt img {
        margin: 0 auto 15px;
    }
    .itmCnt h4 {
        margin: 15px 0;
    }
}
@media (max-width: 991px) {
    .twBox > ul {
        height: 440px;
    }
    .singP .tmCnt {
        padding: 8px 20px;
    }
    .trIn .teInc .tmImg {
        height: 359px;
    }
    .mobile-toggles {
        position: absolute;
        top: 6px;
        right: 0;
        border-radius: 10px;
        width: 50px;
        padding: 5px;
        -webkit-box-shadow: 0 0 5px rgba(204, 204, 204, 0.3);
        box-shadow: 0 0 5px rgba(204, 204, 204, 0.3);
        cursor: pointer;
        border: 2px solid #68bd46;
        z-index: 99;
    }
 
    .logo img {
        max-width: 100px;
    }
    .one,
    .three,
    .two {
        background-color: #68bd46;
        height: 2px;
        margin: 4px auto;
        -webkit-transition: all 0.4s ease 0s;
        transition: all 0.4s ease 0s;
        display: table;
        width: 20px;
        border-radius: 5px;
    }
    .open .one {
        -webkit-transform: rotate(-45deg) translate(-5px, 4px);
        transform: rotate(-45deg) translate(-5px, 4px);
        width: 21.5px;
        background-color: rgba(255, 255, 255, 0.9);
    }
    .open .two {
        opacity: 0;
    }
    .open .three {
        -webkit-transform: rotate(45deg) translate(-4.4px, -3px);
        transform: rotate(45deg) translate(-4.4px, -3px);
        width: 21px;
        background-color: rgba(255, 255, 255, 0.9);
    }
    .open .mobile-toggles {
        -webkit-box-shadow: 0 0 10px #68bd46;
        box-shadow: 0 0 10px #68bd46;
        z-index: 9999;
        background: #68bd46;
    }
    .tbC {
        position: relative;
    }
    .carSrh i {
        font-size: 18px;
    }
    .carSrh ul li {
        padding-left: 0;
    }
    .subMenus {
        padding: 0;
        display: none;
    }
    .subCor {
        position: absolute;
        right: 0;
        width: 40px;
        height: 41px;
        line-height: 40px;
        text-align: center;
        font-size: 19px;
        color: #fff;
        opacity: 0.7;
        z-index: 9;
        transition: 0.3s all;
    }
    .carSrh ul li:hover i {
        opacity: 1;
    }
    .sub-open i,
    .sub-open i + a {
        opacity: 1 !important;
    }
    .sub-open .subCor {
        transform: rotate(90deg);
    }
    .subMenus li a {
        padding-left: 30px !important;
    }
    .owl-dots {
        bottom: 10px;
    }
}

.cor-vir-wrapper .inner {
    color: #3e7b25;
    max-width: 300px;
    padding: 30px;
    margin: 0;
    float: right;
}
.left.col-md-6.col-sm-6 {
    text-align: justify;
}
@media (min-width: 1850px) {
    .new .container {
        width: 1540px !important;
    }
}

#new_header {
    background: white;
    z-index: 1;
}

.new_header {
    display: -webkit-box;
    display: -ms-flexbox;
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: flex;
    justify-content: space-between;
}

.new_header .new_logo {
    max-width: 15%;
    margin-right: 50px;
}
@media (max-width: 991px) {
    .new_header .new_logo {
        max-width: 20%;
    }
}
.new_header .live_chat_btn {
    height: 47px;
    width: 138px;
    background: transparent;
    border: 2px solid #d10803;
    border-radius: 26px;
    color: #d10803;
    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;
}
button.live_chat_btn:hover {
    background: rgb(209 8 3 / 2%);
    box-shadow: 6px 10px 25px -3px rgb(0 0 0 / 10%);
}
@media (max-width: 1850px) {
    .new_header .live_chat_btn {
        height: 40px;
        width: 140px;
        font-size: 14px;
            width: auto !important;
    margin-left: auto;
        margin-right: 25px;
    padding: 0 10px;
    }
}

@media (max-width: 1199px) {
    .new_header .new_menus {
        margin-right: 90px;
    }
}
@media (max-width: 991px) {
    .new_header .new_menus {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
        margin: 0;
    }
}
.new_header .bar_icons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: transparent;
    border: none;
    display: none;
}
@media (max-width: 991px) {
    .new_header .bar_icons {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}
.new_header .bar_icons span {
    margin: 2px 0;
    height: 2px;
    width: 20px;
    background: #68bd46;
    position: relative;
    top: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.new_header ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    padding: 0;
    margin: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    align-items:center;
}
.carSrh {
    position: relative;
}
.carSrh:after {
    content: "";
    background: rgb(75 101 2 / 30%);
    width: 1px;
    height: 25px;
    position: absolute;
    top: calc(50% - 12px);
    left: 0;
}
.new_header li {
    margin: 0 25px;
    list-style: none;
}
@media (max-width: 1850px) {
    .new_header li {
        margin: 0 15px;
    }
}
@media (max-width: 1199px) {
    .new_header li {
        margin: 0 10px;
    }
}
.new_header li a {
    font-size: 16px;
    text-transform: uppercase;
    color: #273617;
}
@media (max-width: 1850px) {
    .new_header li a {
        font-size: 14px;
    }
}
@media (max-width: 1199px) {
    .new_header li a {
        font-size: 12px;
    }
}
@media (max-width: 991px) {
    .new_header li a {
        padding: 10px 0;
        display: block;
        color: white;
    }
}

.menu_icons {
    position: absolute;
    left: 100%;
    top: 47%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    padding-left: 20px;
}
#nav-icon {
    display:none;
}
@media (max-width: 1850px) {
    .menu_icons {
        right: 0;
        left: initial;
        width: 110px;
    }
}
@media (max-width: 1199px) {
    .menu_icons {
        width: 100px;
    }
}

@media (max-width: 1850px) {
    .menu_icons img {
        max-height: 24px;
    }
}
@media(max-width:1350px){
    #nav-icon {
    min-width: 25px;
    width: 26px;
    height: 25px;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    cursor: pointer;
    z-index: 999;
    display:block;
}
.therapy-left .vertical-text h2 {
    font-size: 70px;
    width: 250px;
}
.col-md-3.therapy-left {
    width: 33%;
}
.therapy-right {
    width: 67%;
}
.therapy-banner:after {
    background: url(../img/circle_therapy.png) no-repeat top left/400px;
}
.therapy-row {
    height: 650px;
}
.therapy-content {
    padding: 25px;
}
#nav-icon span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #000;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
}
#nav-icon span:nth-child(1) {
    top: 0px;
}
#nav-icon span:nth-child(2) {
    top: 8px;
    -webkit-animation: nav-icon-bg 3s infinite;
    -moz-animation: nav-icon-bg 3s infinite;
    -o-animation: nav-icon-bg 3s infinite;
    animation: nav-icon-bg 3s infinite;
}
#nav-icon span:nth-child(3) {
    top: 16px;
}
    .navigation .new_menus {
        background: #64bc40;
        position: fixed;
        top: 0;
        left: 0;
        height: 100%;
        z-index: 999;
        width: 200px;
        -webkit-font-smoothing: antialiased;
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
        -webkit-transform: translate(-100%, 0);
        transform: translate(-100%, 0);
        -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
        transition: -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
        transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
        transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1),
            -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
    }
    
    .overlay {
        position: fixed;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.7215686274509804);
        left: 0;
        top: 0;
        bottom: 0;
        left: 0;
        z-index: 2;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: 0.3s all;
        transition: 0.3s all;
    }
    .menu-open .overlay {
        opacity: 1;
        visibility: visible;
    }
    .menu-open .navigation .new_menus {
        -webkit-transform: none;
        transform: none;
    }
    .new_header .new_menus ul {
     flex-direction: column;
}

    .navigation nav ul li {
        text-align: left;
        padding: 0;
        width: 100%;
    }
    .navigation nav ul li a {
        padding: 10px 15px;
        display: block;
        opacity: 0.7;
        color: #fff;
    }
    .navigation nav ul li a:focus,
    .navigation nav ul li a:hover {
        opacity: 1;
        color: #fff;
    }
.iconS svg {
    max-width: 22px;
}
.carSrh img {
    max-width: 25px;
}
.crt-items {
    top: -8px;
}
.new_logo img {
    max-width: 90px;
}
.menu-open #nav-icon span:nth-child(1) {
    top: 8px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
}
.menu-open #nav-icon span:nth-child(2) {
    opacity: 0;
    left: -60px;
}
.menu-open #nav-icon span:nth-child(3) {
    top: 8px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
}
.menu-open #nav-icon span {
    background: #fff;
}
.itmCnt h2 {
    font-size: 56px;
}
.welcome-sec h2.cusMain {
    font-size: 25px;
    margin-bottom: 25px;
}
.vertical-text {
    width: 260px;
}
.welcome-sec .abL p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 15px;
}
.btnAll {
    font-size: 14px;
}
.vertical-text h2 {
    font-size: 70px;
    width: 250px;
}
    .secPro:after {
    background-size: 550px;
}


}
@media (max-width: 1199px) {
    .therapy-list-row {
        flex-wrap: wrap;
    }
    .therapy-col {
        width: calc(33.33% - 30px);
        margin-bottom: 20px;
    }
/* .therapy-content {
    padding: 20px;
}
.therapy-content-inr h4, .hover-text h5 {
    font-size: 16px;
}
.therapy-content-inr p {
    font-size: 14px;
    line-height: 1.3;
}
.therapy-col:hover .hover-text {
    background: #fff;
} */


    .fBtm p {
    font-size: 14px;
}
    .fooB h3 {
    font-size: 20px;
}
    .address-wrap h5 {
    margin: 20px 0;
}
    .feIn h4 {
    font-size: 25px;
}
.feIn p {
    font-size: 16px;
}
.feIn {
    height: 460px;
}
    .cusMain {
    font-size: 25px;
    margin-bottom: 25px;
}
.product-overlay .intext p span {
    font-size: 20px;
}
.itmIn img {
    max-width: 150px;
}
.nwCn h2 {
    font-size: 22px;
    line-height: 31px;
    margin: 10px 0;
}
.nwCn h4 {
    font-size: 15px;
    line-height: 22px;
}
.nwCn p {
    color: #7A7B79;
    font-size: 14px;
}
    .menu_icons img {
        max-height: 20px;
    }
}
@media (max-width: 991px) {
    .newCnt {
    margin: 15px;
}
.therapy-list-sec {
    padding: 45px 0;
}
.therapy-row {
    height: 500px;
}  
.col-md-3.therapy-left {
    width: 43%;
    height: 100%;
}
.therapy-right {
    width: 57%;
} 
.therapy-dtl {
    margin-left: 75px;
}
.therapy-left .vertical-text h2 {
    font-size: 60px;
}
    .social-ico svg {
    width: 25px;
}
    .fooB a {
    font-size: 14px;
}
    .fooB h3 {
    font-size: 17px;
}
    .fooB p {
    font-size: 14px;
}
    .fTop {
    padding: 50px 0 20px;
}
    .contact-left {
    padding-bottom: 30px;
}
.contact-left .contact-forms {
    padding-right: 0;
}
    .blog-wrapper .newCnt {
    margin: 15px;
    height: calc(100% - 25px);
}
    .blog-wrapper .nwCn a {
    font-size: 16px;
}
    section.secNws .nwIn {
    height: 210px;
}
    .vertical-text h2 {
    font-size: 60px;
}
    .vertical-text {
    width: 230px;
        margin-right: -70px;
}
    .nwCn h2 {
    font-size: 20px;
    line-height: 29px;
}
    section.intro_text h2 {
    font-size: 21px;
}
.cor-vir-wrapper .left.col-md-6.col-sm-6 p {
    font-size: 16px;
    line-height: 25px;
}
.welcome-left {
    padding-bottom: 30px;
}
.post-wrap .col-md-7 {
    padding-bottom: 30px;
}
.nwCn h4 {
    min-height: auto;
}
.feel-inr {
    padding: 15px 20px;
}
    .menu_icons {
        position: relative;
        top: 0;
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        margin-left: auto;
    }
    .itmCnt h2 {
    font-size: 40px;
}
section.intro_text, .secAbt, .secPro, .secTeam, .secFeel, .secNws, .secNewsletter, .secContact {
    padding: 50px 0;
}
.rpoduct-right {
    max-width: 100%;
    margin-right: 0;
    background: #fbfbfb;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-right: 20px;
    padding-left: 20px;
}
.secPro:after {
    background-size: 450px;
}
}
.menu_icons button {
    background: transparent;
    border: none;
}

.mobile_nav_overlay {
    position: fixed;
    background: rgba(0, 0, 0, 0.8);
    width: 100vw;
    height: 100vh;
    left: 0;
    top: 0;
    z-index: -1;
    display: none;
    opacity: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.mobile_menu_open .bar_icons span:first-child {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 3px;
}
.mobile_menu_open .bar_icons span:nth-child(2) {
    display: none;
}
.mobile_menu_open .bar_icons span:last-child {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: -3px;
}
.mobile_menu_open .mobile_nav_overlay {
    display: block;
    z-index: 1;
    opacity: 1;
}
.mobile_menu_open ul {
    z-index: 2;
    opacity: 1;
}
@media (max-width: 767px) {
    .team-wrapper .item {
    width: 100%;
}
.enquiries-inr h5 {
    font-size: 20px;
}
.enquiries-inr p, .enquiries-inr a {
    font-size: 16px;
}
.therapy-right {
    width: 100%;
    position: initial;
    background: none !important;
    padding: 0;
    padding-top: 20px;
}
.therapy-right img {
    display: block;
}
.col-md-3.therapy-left {
    width: 100%;
}
.therapy-row {
    height: auto;
    flex-wrap: wrap;
}
.therapy-row .vertical-text {
    margin-left: 0;
    text-align: left;
    margin-top: 30px;
    padding-bottom: 10px;
}
.therapy-banner:after {
    background-size: 300px;
}
.therapy-left .vertical-text h2 {
    width: 100%;
    font-size: 30px;
}
.therapy-dtl {
    margin-left: 0;
    margin-top: 0;
}
.therapy-col {
    width: calc(50% - 30px);
}
.teIn {
    flex-direction: column;
}
.vertical-text {
width: 100%;
    margin-right: 0;
    display: inherit;
    margin-left: 0;
    padding-bottom: 20px;
}
.vertical-text h2 {
 font-size: 32px;
    transform: none;
    width: 100%;
}
.secTeam .vertical-text h2 {
    width: 100%;
}
.product-overlay .intext p span {
    font-size: 16px;
}
.fLogo {
    height: auto;
    display: initial;
}
.welcome-left {
   display: inherit;
}
    .row.post-wrap {
        display: inherit;
}
.secPro:after {
    display:none;
}
    .new_header .new_logo {
        margin-right:0;
    }
    .collections ul.cat-ul li {
        width: 100%;
    }
    .add-item {
        padding: 15px;
    }
    .img-del h4 {
        font-size: 14px;
    }
    .add-item .img-pro img {
        max-width: 70px;
    }
    .img-del {
        margin-left: 70px;
        padding: 0 0 0 12px;
    }
    .our-p-right h2 {
        font-size: 27px;
        margin-bottom: 39px;
    }
    .cart-fom .our-p-right .btn-lg {
        margin: 9px 0 0;
    }
    .form-crt .form-control {
        height: 40px;
        margin: 0 0 17px;
    }
    .news-del-parent {
        border-bottom: 1px solid #eee;
        padding: 0 0 13px 0;
    }
    .news-inner {
        padding: 40px 15px !important;
    }
    .secNws .owl-nav {
        display: block !important;
        bottom: 0 !important;
    }
    .v-banner .baner-text p {
        font-size: 25px !important;
    }

    .v-banner {
        text-align: center;
        padding: 30px 15px 0;
    }
    .news-box {
        flex: 0 0 100%;
        padding: 0;
    }
    .secTeam .owl-nav {
        bottom: -6px;
    }
    .section-news .info-tabs.main-news-filter {
        margin-bottom: 0;
    }
    .baner-text h2 {
        font-size: 25px;
        margin: 0 0 23px;
    }
    .latest-blog h4 {
        margin-bottom: 23px;
        font-size: 19px;
        margin-top: 38px;
    }

    .news-wrap {
      flex-wrap: wrap;
      justify-content: center;
    }
    .lft-prod,
    .rgt-prod {
        width: 100% !important;
    }
    .rgt-prod {
        margin: 67px 0 0;
        padding: 0;
    }
    ul.cat-ul li {
        width: 100%;
        min-height: auto;
    }
    .img-holder img {
        max-height: 112px;
    }
    .news-wrap input#mc-embedded-subscribe {
    margin-left: 0;
    margin-top: 25px;
}
}
@media (max-width: 767px) {
    .new_logo img {
    max-width: 60px;
}
    .lft-a {
        float: none;
        width: 100%;
        text-align: center;
    }
    .in-about .covr-a {
        border-left: none;
        margin: 0;
        padding: 20px;
        border-bottom: 0;
    }
    .rgt-a {
        float: right;
        width: 100%;
        padding: 0;
    }
}
@media (max-width: 767px) {
    .contact-left {
    display: inherit;
}
   .fTop .col-md-3.col-sm-3 {
    margin: 25px 0;
}
.fooB h3 {
    margin-bottom: 10px;
}
    .cat-sidebar ul {
        display: none;
    }
    .subCor {
        display: block;
    }
    .tmImg img {
        height: auto;
        -o-object-fit: inherit;
        object-fit: inherit;
    }
    .twBox > ul {
        margin-top: 30px;
    }
    .trIn .teInc > div {
        display: table;
        width: 100%;
    }
    .singP .tmImg,
    .trIn .teInc .tmImg {
        height: inherit;
    }
    .teInc.singP {
        margin-bottom: 15px;
    }
    .fTop {
        padding-top: 20px;
        padding-bottom: 0px;
        text-align: center;
    }
    .fLogo img {
    max-width: 160px;
}
    .trIn + .trIn {
        margin-top: 15px;
    }
    .cusMain {
        font-size: 25px;
        margin-bottom: 20px;
    }
    .tmCnt {
        min-height: inherit !important;
    }
 .abL h3 {
        font-size: 18px;
        line-height: 25px;
    }
    .trIn .teInc {
        flex-direction: column;
    }

    .feIn h2 {
        font-size: 60px;
        margin-bottom: 20px;
    }
    .feIn h4 {
        font-size: 22px;
        letter-spacing: 2px;
    }

.btrn-wrap {
    text-align: center;
}
.submit-field .btnAll {
    margin-top: 20px;
}
.product-overlay {
    padding-top: 0;
    padding-bottom: 0;
}
.submit-field {
    justify-content: start;
    flex-wrap: wrap;
}
.itmIn a {
    align-items: center;
}
.welcome-left iframe {
    width: 100% !important;
}
    .abR {
        margin: 40px auto 0;
        text-align: center;
    }
    .twBox.twImg {
        text-align: center;
    }
    .itmCnt h2 {
    font-size: 30px;
}
.itmCnt h4 {
    font-size: 16px;
}
    .itmIm,
    .secBn .owl-item .item {
        height: 600px;
        overflow: hidden;
    }
    .itmIm img {
        height: auto;
        width: auto !important;
        position: relative;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        min-height: inherit;
        max-width: inherit;
    }
    .cat-sidebar h2 {
        position: relative;
        cursor: pointer;
    }
    .cat-sidebar h2:after {
        content: "\f0c9";
        font-family: fontawesome;
        position: absolute;
        right: 15px;
        top: 50%;
        transform: translateY(-50%);
    }
    .new_header .live_chat_btn {
    font-size: 0 !important;
    width: auto !important;
    margin-left: auto;
    margin-right: 10px;
    border: 0;
    padding: 0;
    }
    .live_chat_btn img {
    width: 55px;
}
.form-row .btnAll {
 margin: auto;
    margin-top: 15px;
}
.nwIn img {
    object-fit: cover;
    object-position: top;
}
.blog-wrapper .item {
    width: 100%;
}
.blog-wrapper .newCnt {
    margin: 15px 0;
}
.copyrights {
    flex-wrap: wrap;
}
.form-row {
    flex-wrap: wrap;
}
.submit-field ul {
    width:100%;
}
.secPro .item {
    padding: 10px 0;
}
.newCnt {
    margin: 0;
}
.intext p {
    font-size: 14px;
}
}

@media(max-width:480px){
.therapy-col {
    width: calc(100% - 30px);
}
.therapy-content-inr h4, .hover-text h5 {
    font-size: 18px;
}
.therapy-content-inr p {
    font-size: 14px;
   line-height: 1.3;
}
.therapy-content {
    padding: 20px;
}
}