body{
    /*font-family: "HelveticaNeue-Condensed", "Helvetica Neue";*/
    font-family: "Arial", Calibri; 
    font-size: 16px;
}
.HelveticaNeue-CondensedBold{
    /*font-family: "HelveticaNeue-CondensedBold", Helvetica Neue !important;*/
    font-family: 'Arial', Calibri !important; 
}
.menuzord, .menuzord *{
    /*font-family: "HelveticaNeue-Condensed", "Helvetica Neue";*/
    font-family: "Arial", Calibri; 
}
a{
    transition: 0.3s;
}
.clearfix{
	clear: both;
}
/*gotop*/
.scroll-to-top{
    background: #fff;
    box-shadow: 1px 2px 3px rgba(0,0,0,.5);
}
/* common */
.fck {    overflow-x: auto;  }
.fck * { max-width: 100%;font-size: 16px !important; }
.fck,.fck p { line-height: 1.8em; font-size: 15px; }
.fck p{ margin:1em 0;}
.fck strong{
    /*font-family: "HelveticaNeue-CondensedBold", "Helvetica Neue";*/
    font-family: "Arial", Calibri; 
}
.fck hr{border: 0px;    border-top: 1px solid #ccc; margin:0.5em 0; }
.fck .marker {   background-color: Yellow; }
.fck em { font-style: italic; font-size: inherit;}
.fck b,.fck strong, .fck b>*,.fck strong>* { font-weight: bold;font-size: inherit; }
.fck a{ text-decoration:underline; color: #2196f3; }
.fck h1, .fck h2, .fck h3, .fck h4, .fck h5, .fck h6 { font-weight: normal; line-height: 1.5em; }
.fck h1 { font-size: 2em; margin:0.67em 0; }
.fck h2 { font-size: 1.5em;margin: 0.83em 0; }
.fck h3 { font-size: 1.17em; margin:1em 0; }
.fck ins { text-decoration: underline; }
.fck pre { white-space: pre-wrap; word-wrap: break-word; tab-size: 4;margin: 1em 0px;font-family: monospace; }
.fck blockquote{ padding-left: 20px; padding-right: 8px; border-left-width: 5px; font-style: italic; border:none; border-left:3px solid #ccc; margin:1em 40px; display:table-cell; }
.fck img { max-width:100%!important; height:auto!important; margin-bottom:10px; }
.fck ul, .fck ol { padding-left:1.5em; }
.fck ul>li {  list-style-type: disc; display: list-item;  }
.fck ol>li {     list-style-type: decimal; display: list-item; }
.fck table { border-collapse: collapse; }
.fck table ,
.fck table tr td,
.fck table tr th,
.fck table tr { border: none; background-color: transparent; }
.fck table[border="1"] { border: 1px solid #ccc; }
.fck table[border="1"] tr td,
.fck table[border="1"] tr th {
    padding: 5px;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
.fck table[border="1"] tr:nth-child(even) {
    background: #eee;
}
.fck table tr td[align="left"],
.fck table tr th[align="left"] { text-align: left; }
.fck table tr td[align="center"],
.fck table tr th[align="center"] { text-align: center; }
.fck table tr td[align="right"],
.fck table tr th[align="right"] { text-align: right; }


/********* header ***********/
.header .header-top .contact-info li span{  
    font-size: 13px;    
    text-transform: inherit;
    line-height: 15px;
    margin-left: 0;
    margin-right: 20px;
}
.header .header-top .contact-info li a{
    color: #fff;
}
.header .header-top .contact-info li a:hover{
    text-decoration: underline;
}
.header .header-top .contact-info li span i{
	font-size: 16px;
}
.header .header-top .social li a{
    background: #dc1a56;
    font-size: 16px;
    line-height: 32px;
    width: 32px;
    height: 32px;
}
.header .header-top .social li a:hover{
    background: #92133a;
    background: #dc235c;
}
.header .logo{
    padding: 15px 0;
}
.header .logo img{
    
}
.header .header-top .social li a:hover{
    background: #92133a;
}
.header .menuzord-menu > li > a{
    color: #333;
    font-size: 16px;
    padding: 18px 30px;
    /*text-transform: inherit;*/
     font-weight: inherit;
}
@media (max-width: 1200px){
    .header .menuzord-menu > li > a{
        padding: 20px 30px;
    }
}
@media (max-width: 1024px){
    .header .header-top .contact-info li span{
        margin-left: 10px;
    }
    .header .navigation{
        padding: 15px 0;
    }
    .header .logo{
        padding: 0;
        margin: 0;
    }
    .menuzord .showhide{
        margin-top: 8px;
    }
}
@media (max-width: 768px){
    .header .header-top .contact-info{
        display: none; 
    }
    .header .header-top .social li a{
        font-size: 14px;
        line-height: 30px;
        width: 30px;
        height: 30px;
    }
    .header .menuzord-menu > li > a{
        font-size: 16px;
    }

}
@media (max-width: 480px){
    .stricky.header-v2 + .inner-banner{
        margin-top: 0;
    }
    .header .logo img{
        width: 300px;    
    }
    .menuzord .showhide{
        margin-top: 0;
    }
}
@media (max-width: 480px){

}
/*menuzord-menu*/
.header .menuzord-menu{
    border-color: #f48b03;
}
.header .menuzord-menu ul.dropdown{
    border-color: #B61D4C;
    box-shadow: 2px 3px 4px rgba(0, 0, 0, .3);
}
.menuzord-menu ul.dropdown li{

}
.header .menuzord-menu ul.dropdown li a{
    font-size: 16px;
}

@media (max-width: 1024px){
    .menuzord .showhide{
        background-color: #B61D4C !important;
        margin-top: 0;
        height: 35px;
        padding: 8px 0;
        width: 50px;
    }
    .menuzord .showhide em{
        margin: 3px 15px 0;
    }
    .menuzord-responsive .menuzord-menu.scrollable{
        background: #B61D4C !important;
        margin-top: 20px;
    }
    .header .menuzord-menu > li > a{
        padding: 11px 15px;
        font-weight:inherit;
    }
    .menuzord-responsive .menuzord-menu.menuzord-indented > li > ul.dropdown > li > a{
        background: #f1f1f1;
        border-bottom: 2px solid #fff;
        font-size: 18px;
        padding-left: 30px !important;
    }
}

/********* banner ***********/
.index-banner-box{
	position: relative;
}
.index-banner-box .owl-controls{
	position: absolute;
	bottom: 0px;
	left: 0;
	right: 0;
	margin: auto;
}
.index-banner-box .owl-theme .owl-dots .owl-dot.active span, 
.index-banner-box .owl-theme .owl-dots .owl-dot:hover span{
	background: #c00;
    background: rgba(255, 255, 255, .5);
	width: 10px;
    height: 10px;
}
.index-banner-box .owl-theme .owl-dots .owl-dot span{
	width: 10px;
    height: 10px;
}
.index-banner-box .banner-caption-h1{
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
    padding: 7px;
    text-shadow: 2px 2px 1px #000;
}
.rev_slider_wrapper .tparrows{
    /*display: none;*/
}
@media (max-width: 1024px){
    .index-banner-box .banner-caption-bg{
        display: none !important; 
    }
    .rev_slider_wrapper #slider2 .tp-parallax-wrap{
        top: 130px !important;
        left: 50px !important;
    }
    .rev_slider_wrapper #slider2 .tp-parallax-wrap-1{
         top: 100px !important;
    }
    .rev_slider_wrapper #slider2 .tp-parallax-wrap-2{
         top: 130px !important;
    }
} 
@media (max-width: 768px){
    .rev_slider_wrapper #slider2 .tp-parallax-wrap .banner-caption-h1{
        font-size: 40px !important;
        line-height: 50px;
    }
} 
@media (max-width: 640px){
    .tp-caption{
        display: block !important;
    }
    .banner-caption-bg{
        display: none;
    }
    .index-banner-box .owl-theme .owl-dots .owl-dot span{
        width: 8px;
        height: 8px;
    }
    .index-banner-box .owl-theme .owl-dots .owl-dot.active span, 
    .index-banner-box .owl-theme .owl-dots .owl-dot:hover span{
        width: 8px;
        height: 8px;
    }
    .index-banner-box .owl-controls{
        bottom: -10px;
    }
    .owl-theme .owl-dots .owl-dot span{
        margin: 5px 5px;
    }
} 

/********* index-marquee ***********/
.marquee-box{
    margin-top: 30px;
}
.marquee-box marquee{
    color: #c00;
    font-size: 20px;
}

/********* index-service ***********/
.section-title{
    padding-bottom: 40px;
    padding-top: 0px;
}
.section-title h1{
    font-size: 24px;
    background: rgba(0, 0, 0, 0) url(../img/section-title/bg.png) repeat-x left center;
    /*font-family: "HelveticaNeue-CondensedBold", Helvetica Neue;*/
    font-family: "Arial", Calibri; 
}
.index-about-box{ 
    top: 0;
    margin-top: 0px;
    padding-bottom: 40px;
    padding-top: 40px;
}
.index-about-box .section-title{
    padding-top: 0;
}
.index-about-box .text{ 
    margin-bottom: 50px;
}
.index-about-box .text strong{
    /*font-family: "HelveticaNeue-CondensedBold", Helvetica Neue;*/
    font-family: "Arial", Calibri;  
}
.index-about-box .single-fitness-service-round-icon h3{  
    font-size: 16px;
    margin-bottom: 25px;
    font-weight: inherit;
    line-height: 24px;
}
.index-about-box .single-fitness-service-round-icon .icon-box img{
    width: 50px;
}
.index-about-box .single-fitness-service-round-icon .icon-box:hover{
    background: #fff;
    border-color: #cc0000;
    cursor: pointer;
}
.index-about-box .single-fitness-service-round-icon .icon-box i{
    font-size: inherit;
}
.index-about-box .single-fitness-service-round-icon .icon-box a{
    display: block;
}
.index-about-box .single-fitness-service-round-icon .icon-box{
	margin-bottom: 5px;
	line-height: 100px;
}
@media (max-width: 1024px){
    .index-about-box{

    }
    .index-about-box .section-title {
        padding-bottom: 30px;
        padding-top: 0px;
    }
}

@media (max-width: 768px){
    .index-about-box{
        padding-bottom: 30px;
        padding-top: 30px;
    }
    .index-about-box .section-title {
        padding-bottom: 30px;
        padding-top: 0px;
    }
    .single-fitness-service-round-icon{
        margin-bottom: 20px;
    }
    .index-about-box .text{
    	margin-bottom: 20px;
    }
}
@media (max-width: 550px){
    .index-about-box .single-fitness-service-round-icon h3{
        min-height: 48px;
        margin-bottom: 15px;
    }
    .index-about-box .single-fitness-service-round-icon .icon-box{
    	width: 80px;
    	height: 80px;
    	line-height: 72px;
    }
    .single-fitness-service-round-icon{
       
    }
}
/*line*/
.wedo{

}
.wedo .right{
    border-left: 1px solid #bdb9b9;
    padding-left: 30px;
}
@media (max-width: 1024px){
    .wedo .right{
        border-left: 0;
        padding-left: 0;
    }
}
/*********  index news ***********/
.index-news-prod-box{
    background: #fdfdfd;
    /*border-top: 1px solid #bdb9b9;*/
    border-bottom: 1px solid #bdb9b9;
 }
.index-news-box{

}
.index-news-box .single-footer-widget ul.recent-news li .content p{
    color: #333;
}
.index-news-box .single-footer-widget ul.recent-news li .content  a p{
    font-size: 16px;
}
.index-news-box .single-footer-widget ul.recent-news li .content  a:hover{
    text-decoration: underline;
}
.index-news-box .single-footer-widget ul.recent-news li .content span{
    color: #333;
}

.operating-items .single-fitness-service-round-icon .icon-box img{
    width: 50px;
}
.operating-items .single-fitness-service-round-icon h3{
    font-size: 16px;
}
.health-care-package-area{
    padding-top: 0 !important;
    border-top: 0;
}
.single-footer-widget ul.recent-news li{
    border-bottom: 1px solid #ddd;
    margin-bottom: 15px;
    padding-bottom: 15px;
}
/*********  index prod ***********/
.owl-theme .owl-nav [class*=owl-], 
.single-sidebar.price-filter .noUi-handle{
    background: #B61D4C !important;
}
.index-prod-box{
   padding-bottom: 40px;
    padding-top: 40px; 
}
.index-prod-box .item{
    border: 1px solid #ddd;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
}
.index-prod-box .single-item .content .top .content-heading h3{
    margin: 10px 0 10px;
}
.index-prod-box .single-item .content .top .content-heading h3 a{
    color: #333;
    font-size: 20px;
}
.index-prod-box .single-item .button{
    padding: 15px;
}
.index-prod-box .single-item .button a{
    height: inherit;
    padding: 8px 0;
    display: inline-block;
}
.index-prod-box .item:hover{
    border:1px solid #B61D4C;
}
.index-prod-box .health-care-pack-carousel .owl-nav{
    top: -75px;
}
.health-care-pack-carousel .owl-nav [class*=owl-]{
    width: 45px;
    line-height: 45px;
}
@media (max-width: 1024px){
    .index-prod-box  .single-item .button a{
        height: 44px !important;
        font-size: 16px !important;
        line-height: 44px !important;
        padding: 0;
    }
    
}
@media (max-width: 480px){
    .index-prod-box  .owl-nav{
        margin-top: 25px;
        margin-left:0px;
        padding-left: 0;
    }
}
/********* index-AD ***********/
.index-AD-box{
    background: url(../img/pattern-1.jpg) center center repeat;
    padding: 80px 0;
    background-size: cover;     
}
.index-AD-box .join-now h1{
    /*text-shadow: 2px 2px 1px #000;*/
    /*font-family: "HelveticaNeue-CondensedBold", "Helvetica Neue";*/
   font-family: "Arial", Calibri; 
}
.join-now-area:before{
    background: rgba(0,0,0,.5);
    background: transparent;
}
.index-AD-box .join-now .button a{
    background: rgba(255,255,255,.5);
    background: #B61D4C;
    background: transparent;    
    border-radius: 35px;
}
.index-AD-box .join-now .button a:hover{
    border: 2px solid #ffffff;
}
.arrow-push-out-right span{
    transform: translate3d(0px, 0, 0); 
}
.arrow-push-out-right i{

}

@media (max-width: 1024px){
    .index-AD-box .join-now h1{
        font-size: 30px;
        line-height: 40px;
    }
    .index-AD-box{
        padding: 60px 0;     
    }
}
@media (max-width: 768px){
    .index-AD-box .join-now h1{
        font-size: 24px;
        line-height: 30px;
    }
    .index-AD-box{
        background: url(../img/pattern-1-phone.jpg) center center repeat;
        padding: 100px 0;     
    }
    
}
/********* footer ***********/
.footer-area{
    text-align: center;
    padding-bottom: 15px;
    padding-top: 30px;
    background: #f1f1f1;
}
.footer-area .contact{
    margin: 0;
    padding: 0;
}
.footer-area .contact{
   
}
.footer-area .contact li{
    margin: 0 15px;
    display: inline-block;
    color: #333;
    line-height: 24px;
}
.footer-area .contact li p a{
    color: #333;
}
.footer-area .contact li p a:hover{
    text-decoration: underline;
}
.single-footer-widget ul.contact li{
	border-bottom: 0;
	margin-bottom: 0px;
}
.footer-area .single-footer-widget ul.contact li .icon-holder i{
    color: #000;
    font-size: 15px;
}
.footer-area .contact li p{
    margin-bottom: 0;
    color: #333;
    padding-top:0; 
    font-size: 13px;
}
.footer-area .contact li .icon-holder{
    margin-right: 5px !important;
}
.footer-bottom-area{
   background: #f1f1f1;
}
.footer-bottom-area a{
   color: #333;
}
.footer-bottom-area .single-footer-widget a:hover{
   text-decoration: underline;
}
.footer-bottom-area .footer-bottom .copy-right p{
    font-weight: inherit;
    font-size: 13px;
    color: #333;
    padding: 0;
    line-height: 35px;
}
.footer-bottom-area .footer-bottom .copy-right p .logo{
	margin-right: 15px;
}
.footer-bottom-area .footer-bottom .copy-right p .logo img{
	height: 15px;
}
.footer-bottom-area .footer-bottom .social-links a i{
	font-size: 16px;
    height: 34px;
    width: 34px;
    padding: 10px 10px;
}
.footer-bottom-area .footer-bottom .social-links a:hover i{
    background: #dc1a56;
}
.footer-bottom-area .footer-bottom:after,
.footer-bottom-area .footer-bottom:before{
	background: #f1f1f1;
}
.footer-bottom-area .footer-bottom .social-links a i.fa-facebook{
	background: #4267B2;
}
.footer-bottom-area .footer-bottom .social-links a i.fa-twitter{
	background: #1DA1F2;
}
.footer-bottom-area .footer-bottom .social-links a i.fa-google-plus{
	background: #DB4437;
}
.footer-bottom-area .footer-bottom .social-links a i.fa-youtube{
	background: #FF0000;
}
.single-footer-widget ul.contact li .icon-holder{
	 padding-top: 0; 
}
.footer-bottom-area .footer-bottom{
    text-align: center;
    margin: 0 auto;
    height: auto; 
}
.footer-bottom .info{
	overflow: hidden;
	padding: 15px 0;
}
.footer-bottom .info-box{
	display: inline-block;
}
.footer-bottom-area .footer-bottom .social-links{
	padding-top: 0px;
    padding-right: 0px;
    margin-left: 60px;
}
@media (max-width: 1024px){
    .footer-area{
        margin-bottom: 0;
        padding-bottom: 0;
    }
    .footer-bottom .info{
        padding: 0;
    }
	.footer-bottom-area{
		overflow: inherit; 
	}
    .single-footer-widget{
        margin-bottom: 0px; 
    }
    .single-footer-widget ul.contact li{
        margin-bottom: 0px;
    }
    .single-footer-widget ul.contact{
        margin-top: 0;
        padding-left: 0;
    }
   
    .single-footer-widget{
        text-align: left;
    }
    .footer-bottom-area .footer-bottom .copy-right p{
        padding: 15px 0 15px 0px;
    }
    .footer-bottom-area .footer-bottom .social-links{
        padding-top: 0;
        padding-bottom: 10px;
        padding-right: 0;
         margin-left: 0px;
    }
    
    .footer-bottom .pull-left, 
    .footer-bottom .pull-right{
        width: 100%;
        text-align: center;
    }
    .footer-bottom-area .footer-bottom::before, .footer-bottom-area .footer-bottom::after{
    	width: 0;
    	float: none; 
    }
}
@media (max-width: 768px){
    .footer-area{
        padding-top: 20px;
        padding-bottom: 0;
        margin-right: 0;
    }
    .footer-bottom-area .footer-bottom .copy-right p .logo{
    	display: block;
        margin-right: 0;
    }
    .footer-bottom .info{
        padding: 0 0 15px 0;
    }
    .footer-bottom .info-box{
        text-align: left;
    }
    .footer-bottom .info-box{
        display: block;
    }

}
@media (max-width: 550px){
    .footer-area{
    	padding-top: 20px;
        padding-bottom: 0px;
    }
    .single-footer-widget ul.contact li{
        display: block;
        /*border-bottom: 1px solid #525252;*/
        padding: 5px 0;
        margin: 0 0;
    }
    .footer-area .single-footer-widget ul.contact li .icon-holder i{
    	width: 15px;
    }
    .footer-bottom-area .footer-bottom .copy-right p{
        line-height: 24px;
    }
    .single-footer-widget ul.contact li{
        line-height: 24px;
    }

}
@media (max-width: 480px){
    .single-footer-widget ul.contact li{
        margin: 0 0;
        line-height: 24px;
    }

}

/********* inner-banner ***********/
.inner-banner{
   padding: 60px 0;
   background-size: cover !important;
}
.inner-banner-prod-box{
    background: url('../img/inner-banner/inner-banner-prod.jpg');
}
.inner-banner-news-box{
    background: url('../img/inner-banner/inner-banner-news.jpg');
}
.inner-banner h2{
   font-size: 26px;
   color: #333;
   /*text-shadow: 1px 1px 4px rgba(0,0,0,.5);*/
   font-weight: bolder;
   /*text-transform: inherit;*/
}
.inner-banner p{

}
.pattern-3:before{
	background: transparent; 
}
@media (max-width: 480px){
    .inner-banner h2{
        font-size: 28px;
    }
    .inner-banner{
        padding: 20px 0;
    }
}
/********* bread-cumb ***********/
.bread-cumb{
    /*display: none;*/
    background: url(../img/section-title/strip.png) repeat  #ffffff;
}
.bread-cumb ul li a{
    color: #333;
}
@media (max-width: 480px){
    .bread-cumb ul{
        margin-bottom: 0;
    }
    .bread-cumb ul li a{
        line-height: 45px;
    }
}
/********* single-sidebar ***********/
.sidebar-wrapper{
    padding: 30px 0;
}
.single-sidebar .title{
    background: url(../img/section-title/strip.png) 0 0 repeat;
}
.single-sidebar .title h3{
    font-size: 26px;
}
.category-widget{

}
.single-sidebar.category-widget ul, 
.single-sidebar.category-widget li{
    margin-bottom: 2px;
    position: relative;
}
.single-sidebar.category-widget li.active a{
    background: #B61D4C;
    color: #fff;
}
.single-sidebar.category-widget li.active:after{
    color: #fff;
} 
.single-sidebar.category-widget li a{
    padding: 5px 0;
    color: #333;
    background: #B61D4C;
    color: #fff;
    padding: 8px 8px 8px 35px;
    background: #e7e7e7;
    color: #555;
}
.single-sidebar.category-widget li a:hover{
    color: #fff;
    background: #B61D4C;
    
}
.single-sidebar.category-widget li:hover:after{
    color: #fff;
}
.single-sidebar.category-widget li:before{
    content: "";
    position: absolute;
    left: 0px;
    top: 80%;
    z-index: 100;
    width: 2px;
    height: 1px;
    background: rgba(255,255,255,0);
    transition: all 0.5s cubic-bezier(.89, -1.3, .2, 1.3);
}
.single-sidebar.category-widget li:after{
    content: "\f138";
    position: absolute;
    left: 10px;
    top: 30%;
    z-index: 100;
    font-family: FontAwesome;
}

@media (max-width: 992px){
    .sidebar-wrapper{
        display: none;
    }
}
/********* sidebar-page-content ***********/
.sidebar-page-content{
    padding-right: 0px;
    padding-left: 30px;
    padding: 30px 0 0;
}
.sidebar-page-content .inner-page-wrapper{
    padding-right: 0;
}

/********* single-product-item  ***********/
.single-product-item .title{
    background: url(../img/section-title/strip.png) repeat;
    padding-bottom: 10px;
    padding-top: 10px;
}
.single-product-item{
    border: 1px solid #ddd;

}
.single-product-item:hover{
    border: 1px solid #B61D4C;
}
.single-product-item .title h3{
    font-size: 18px;
    padding-bottom: 0;
    line-height: 24px;
}
/********* post-pagination ***********/
ul.post-pagination li a{
    color: #B61D4C;
    line-height: 25px;
    padding-left: 15px;
    padding-right: 15px;
    line-height: 42px;
}
ul.post-pagination li.active a{
    border-color: #B61D4C;
}

/********* prd-dt ***********/
.product-content-box{
    margin-bottom: 25px;
}
.product-content-box  .prod-dt-info-box h2{
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 5px;
}
.product-tab-box{
    margin-bottom: 0;
}
.product-tab-box .tab-content{
    border:1px solid #ddd;
    padding:20px;
    margin-top: 0;
}
.product-tab-box .tab-content p{
    color: #333;
}
.product-tab-box .tab-content #description ul li{
    color: #333;
}
.product-content-box  .owl-stage-outer .item{
    border:1px solid #ddd;
}
.product-content-box .content-box .add-to-cart-box .thm-btn{
	margin-left: 0;
	padding: 0;
	line-height: 24px;
}
.product-content-box .content-box .add-to-cart-box .thm-btn i{
	padding: 10px 15px;
    border-right: 1px solid #fff;
}
.product-content-box .content-box .add-to-cart-box .thm-btn span{
	padding: 10px 15px;
	margin-top: 0;
	color: #fff;
	font-weight: lighter;
}
.product-content-box .content-box .add-to-cart-box{
	margin-top: 20px;
    float: right;
}
.product-content-box .content-box .top-info-box{
	min-height: 350px;
}
.thm-btn{
	text-transform: inherit;
}
@media (max-width: 768px){
    .prod-dt-info-box{
        margin-bottom: 0 !important;
    }
    .product-content-box .content-box .top-info-box{
    	    min-height: 100px;
    }
}

/********* contact ***********/
.contact-info-box{
    background: #fff;
    margin-bottom: 20px;
}
.contact-info-box ul{
    margin-top: 0;
}
.contact-info-box li {
    margin-bottom: 15px;
}
.contact-info-box .text-box p{
    color: #333;
}
.contact-info-box .text-box p a{
    color: #333;
}
.contact-info-box .text-box p a:hover{
    text-decoration: underline;
}
.home-contact-form textarea{
    height: 150px;
}
.captcha-box{
    margin-top: 7px;
}
@media (max-width: 992px){
    .contact-section.contact-page {
        padding: 30px 0;
    }
    .contact-section.contact-page  .section-title{
        padding-bottom: 20px;
        padding-top: 20px;
    }
    .contact-info-box{
        padding: 15px;
    }
}
/********* news ***********/
.single-blog-post .content .meta li a{
    font-size: 14px;
}
.news-list-box{
    margin-bottom: 30px;
}
.news-list-box .content{
    min-height: 275px;
}
.news-list-box .content h3{
    font-size: 20px;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 58px;
}
.news-list-box .content p{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    min-height: 72px;
}
.news-list-box .content .meta li a{
    background: #f7f7f7;
    font-size: 14px;
}
.news-list-box .img-holder .overlay ul li{
    padding: 15px 0;
    float: none;
    width: 100%;
}
.news-dt-box .content p{
    color: #333;
}
.blog-v2 .divider{
    border-bottom: 0;
    margin-bottom: 0px;
    padding-bottom: 0px;
}
.section-padding{
    padding: 60px 0;
}
@media (max-width: 992px){
    .section-padding{
        padding: 30px 0;
    }
}
@media (max-width: 768px){
    .news-list-box{
        margin-bottom: 30px;
    }
    .news-list-box .content p{
        min-height: auto;
    }
    .news-list-box .content{
        min-height: auto;
    }
    .news-list-box .content h3{
        height: auto;
    }
    
}    