/*
Theme Name: Twenty Fifteen
Theme URI: https://wordpress.org/themes/twentyfifteen/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Our 2015 default theme is clean, blog-focused, and designed for clarity. Twenty Fifteen's simple, straightforward typography is readable on a wide variety of screen sizes, and suitable for multiple languages. We designed it using a mobile-first approach, meaning your content takes center-stage, regardless of whether your visitors arrive by smartphone, tablet, laptop, or desktop computer.
Version: 1.3
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, blue, gray, pink, purple, white, yellow, dark, light, two-columns, left-sidebar, fixed-layout, responsive-layout, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
Text Domain: twentyfifteen

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/


/**
 * Table of Contents
 *
 * 1.0 - Reset
 * 2.0 - Genericons
 * 3.0 - Typography
 * 4.0 - Elements
 * 5.0 - Forms
 * 6.0 - Navigations
 *   6.1 - Links
 *   6.2 - Menus
 * 7.0 - Accessibility
 * 8.0 - Alignments
 * 9.0 - Clearings
 * 10.0 - Header
 * 11.0 - Widgets
 * 12.0 - Content
 *    12.1 - Posts and pages
 *    12.2 - Post Formats
 *    12.3 - Comments
 * 13.0 - Footer
 * 14.0 - Media
 *    14.1 - Captions
 *    14.2 - Galleries
 * 15.0 - Multisite
 * 16.0 - Media Queries
 *    16.1 - Mobile Large
 *    16.2 - Tablet Small
 *    16.3 - Tablet Large
 *    16.4 - Desktop Small
 *    16.5 - Desktop Medium
 *    16.6 - Desktop Large
 *    16.7 - Desktop X-Large
 * 17.0 - Print
 */


/**
 * 1.0 - Reset
 *
 * Resetting and rebuilding styles have been helped along thanks to the fine
 * work of Eric Meyer, Nicolas Gallagher, Jonathan Neal, and Blueprint.
 */


*{
  box-sizing:border-box;
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
  -o-box-sizing:border-box;
}
body{
    font-family: 'Work Sans', sans-serif;
   }
/**HOME PAGE**/

.header-top{background: #13649c;}
.header-top .header-main{padding: 10px 0; color: #fff; text-align: center;font-size: 12px;}
.header-top .inter-call{border-left: 1px solid #fff; border-right: 1px solid #fff;}
.logo-wraper{padding-top: 25px;}
.logo-wraper img{padding-top: 0px; display: inline-block; float: left;}
.logo-wraper .form-wraper p{text-align: center; color: #1d6ea7; font-weight: 600; letter-spacing: 1px; padding-bottom: 10px;}
.logo-wraper .form-wraper p i{font-size: 20px; padding-right: 10px;}
.logo-wraper .form-wraper .form-group{margin: 0;}
.logo-wraper .form-wraper .btn-default{background: #1f6ea6; color: #fff; padding: 4px 13px; font-size: 17px; border:1px solid #1f6ea6; margin-top:-1px;}
.logo-wraper .form-wraper .btn-default:hover{background: #fff; color: #1f6ea6;}
.logo-wraper .form-wraper .form-control{height: auto; padding-right:15px; margin-bottom: 15px;}
.logo-wraper .chk-wraper{text-align: right; padding-top: 0; margin-left: -21px;padding-bottom: 5px;}
.logo-wraper .chk-wraper span{display: inline-block; padding-left:5px; margin: 0 30px 0 0; font-weight: normal; float: right;}
.head-form-wraper{margin-top:-15px;}
.head-form-wraper .col-md-2.mpd{padding-right: 5px; padding-left: 5px;}
.pplc{padding-right: 5px; padding-left: 5px;float: left;margin: -10px 0 0 -40px; position: relative;
z-index: 999;}
.chk-box{margin-top:-10px;}
.chk-box label{font-weight:400; margin: 0 0 0 4px;}
.chk-box label input[type="checkbox"]{ margin:0;}
.chk-box label span{ margin-left:5px; position:relative; top:-4px;}
.chk-box .chklb{ margin-top:-5px; }

/**NAV**/
.navbar{margin-bottom: 0; border: none; background: transparent; position: absolute; z-index: 1000; left: 0; right: 0;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form{background:rgba(99,192,246,0.9);}

.nav>li>a{padding: 13px 8px 8px 8px;}
.navbar-default .navbar-nav li:first-child a{color: #fff; font-size: 25px; padding-right: 15px;}
.navbar-default .navbar-nav li a{color: #fff; font-size: 14px;
        transition: all 0.5s ease;
        -webkit-transition:all 0.5s ease;
        -moz-transition:all 0.5s ease;
        -ms-transition:all 0.5s ease;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover{background: transparent; color: #13649c;}
.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover{}
.navbar-default .navbar-toggle{background: #f76250;}
.navbar-default .navbar-toggle .icon-bar{background: #fff;}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover{background: #302a48; color: #f76250;}
.nav-wrap img{float: right;}
.navbar-default .nav li ul.dropdown:before,
.navbar-default .nav li ul.dropdown:before{
  transition: all 0.5s ease;
        -webkit-transition:all 0.5s ease;
        -moz-transition:all 0.5s ease;
        -ms-transition:all 0.5s ease;
}
.navbar-default .nav li ul.dropdown{
        min-width: 300px;
        background: #13649c;
        display: none;
        position: absolute;
        z-index: 999;
        top:40px;
		    text-align:left;
        left: 0;
        transition: all 0.5s ease;
        -webkit-transition:all 0.5s ease;
        -moz-transition:all 0.5s ease;
        -ms-transition:all 0.5s ease;
    }
.navbar-default .nav li:nth-child(6) ul.dropdown{
 /*max-height: 300px;
 height: auto;
 overflow: scroll;
overflow-x: auto;*/
}
.navbar-default .nav li ul.dropdown li a{font-size:12px!important; padding:10px 10px 5px 10px; display:block;}

.navbar-default .nav  li:hover ul.dropdown{
        display: block;
        z-index: 1000;
        

    }
    .navbar-default .nav  li ul.dropdown li a:hover{background: #159efd;}
.navbar-default  .nav li ul.dropdown li{
        display: block;
    }
	
.sticky {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 1000;
    border-top: 0;
}
.navbar-default .navbar-toggle{background: #6ec0ed;}
.navbar-toggle{margin-bottom: 0;}
/**SLIDDER**/
.slider-wraper{position: relative;}
.slider-wraper img{width: 100%; max-height: 650px;}
.slider-wraper .carousel-inner  .carousel-caption{padding-bottom: 200px;}
.slider-wraper .carousel-inner  .carousel-caption h3,.slider-wraper .carousel-inner  .carousel-caption p{color: #fff;  font-size: 30px;}
.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev{
  font-size: 14px; background: #ddd; border-radius: 50%;
}
.slider-wraper .glyphicon{ line-height: 2; color: #4E4D4B;}
.carousel-control.left {
  background: transparent;
}
.carousel-control.right {
  background: transparent;
}
.carousel-indicators{bottom: 140px;}
.carousel-indicators .active{background: #13649c;}
.carousel-indicators li{border-radius: 0;}

/**STEM CELL BODY***/
.stem-cell-therahy{margin-top: -130px; text-align: center;}
.stem-cell-therahy div.col-md-4:nth-child(1),.stem-cell-therahy div.col-md-4:nth-child(3){background: rgba(38,145,199,0.8);}
.stem-cell-therahy div.col-md-4:nth-child(2){background: rgba(88,177,223,0.8);}
.stem-cell-therahy .blog1{border: 2px solid #fff; margin: 15px 0; height:650px; padding: 15px;}
.stem-cell-therahy div.col-md-4:nth-child(2) .content h4{padding-bottom: 10px;}
.stem-cell-therahy .content{color: #fff; padding-top: 10px;}
.stem-cell-therahy .content h4{font-size: 16px; padding: 10px 0;}
.stem-cell-therahy .content p{text-align: justify; padding-bottom: 10px;}
.stem-cell-therahy .blog1 .btn-default{padding: 5px 15px; margin-top: -5px; display: inline-block;}
.stem-cell-therahy .blog1:hover .btn-default{background: #13649c; color: #fff;
 -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
.stem-cell-therahy .content ul li{text-align:left; padding-left:10px; line-height:1.7em; list-style-type: none;     font-size: 13px;}
.stem-cell-therahy .content ul li:hover{color: #13649c;}
.stem-cell-therahy .content ul li i{padding-right: 10px;}
/***FDA_WRAPER***/
.fda_wraper{padding-top: 30px;}
.fda_wraper .img1{display: inline-block; width: 100%;}
.fda_wraper .img2,.fda_wraper .img3,.fda_wraper .img4,.fda_wraper .img5,.fda_wraper .img6,.fda_wraper .img7{display:none;}
/****STEM WORK WRAPER****/
.stem-work-wrap{padding-top: 30px;}
.stem-work-wrap .stem-work-main .stem-left{background: #eceaeb; padding: 30px;}
.stem-work-wrap .stem-work-main .stem-left p{padding-bottom: 8px; color: #0a2f5d; font-weight: 500; line-height: 1.7em;}
.stem-work-wrap .stem-work-main .stem-left h3{padding-bottom: 15px; color: #23426d; font-size: 22px; text-transform: uppercase;    font-weight: bold;}
.stem-work-wrap .stem-work-main div.col-md-5{padding-left: 0;}
.stem-work-wrap .stem-work-main div.col-md-7{padding-right: 0;}
.stem-work-wrap .stem-work-main .stem-left .btn-default{background: #1e6ea6; color: #fff; padding: 5px 20px; float: right;
 -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.stem-work-wrap .stem-work-main .stem-left .btn-default:hover{background: #fff; color: #1e6ea6;}
.stem-work-wrap .stem-work-main img{min-height: 750px; width: 100%;}
/****TESTIMONIAL WRAPER****/
.testimonial-wraper{padding-top: 30px;}
.testimonial-wraper h3{background: #13649c; text-align: center; color: #fff; text-transform: uppercase; font-size: 20px; padding: 15px;}
.testimonial-wraper .blog1{background: #eceaeb; margin-top: 20px; padding: 20px 25px; border-radius: 5px;}
.testimonial-wraper .blog1 img{display: inline-block; padding-bottom: 10px;}
.testimonial-wraper .blog1 .content h4{color: #183a66; padding-bottom: 10px; font-weight: 700; text-transform: uppercase;}
.testimonial-wraper .blog1 .content p{padding-bottom: 10px; color: #0a2f5d; font-weight: 500; line-height: 1.7em;}
.testimonial-wraper .blog1 .content h4 span{font-weight: 500;}
.testimonial-wraper .blog1 .content .btn-default{background: #1e6da6; color: #fff; padding: 5px 15px; float: right; margin: 67px -10px 0px;
 -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.testimonial-wraper .blog1 .content .btn-default:hover{background: #fff; color: #1e6da6;}

/*****FOOTER*****/
.footer-wraper{margin-top: 30px; background: #13649c; padding:0 30px;}
.footer-wraper .footer-nav{text-align: center; padding: 20px 0;}
.footer-wraper .footer-nav li{list-style-type: none; display: inline-block; padding:0 10px;}
.footer-wraper .footer-nav li a{color: #fff;}
.footer-wraper .footer-nav li a:hover{color: #79c0e5;}
.footer-wraper .footer-contact{background: #fff; padding: 20px 20px 10px 20px;}
.footer-wraper .footer-contact .contact-us-wrap h4{font-size: 20px; padding-bottom: 10px; color: #324c73;}
.footer-wraper .footer-contact .contact-us-wrap span{display: inline-block; font-weight: 700; padding-bottom: 10px; color: #324c73;}
.footer-wraper .footer-contact .contact-us-wrap p{padding-bottom: 10px; color: #51678a; font-weight: 500;}
.footer-wraper .footer-contact .contact-us-wrap .email{padding-top: 10px;}

.footer-wraper .consultant-wrap img{display: inline-block; padding-bottom: 10px;}
.footer-wraper .consultant-wrap .content{padding-left: 50px;}
.footer-wraper .consultant-wrap h4{font-size: 20px; padding-bottom: 10px; color: #324c73;}
.footer-wraper .consultant-wrap p{padding-bottom: 20px; color: #51678a; font-weight: 500;}
.footer-wraper .consultant-wrap .phone{border-top:1px solid #ddd; padding-top: 15px;}
.footer-wraper .consultant-wrap .phone span{display: inline-block; font-weight: 700; padding-bottom: 10px; color: #324c73;}

.footer-wraper .newsletter-wrap{background: #13649c; padding: 30px; height: 325px;}
.footer-wraper .newsletter-wrap h4{text-align: center; color: #fff; text-transform: uppercase; font-size: 18px; padding-bottom: 25px;}
.footer-wraper .newsletter-wrap .contact-form .form-control{ border-radius: 0; margin-bottom: 20px; height: auto; padding: 15px;}
.footer-wraper .newsletter-wrap .contact-form .btn-default{color: #13649c; margin-left: 100px; padding: 5px 20px; margin-top: 25px; display: inline-block; font-weight: 700; border: 1px solid #fff;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.footer-wraper .newsletter-wrap .contact-form .btn-default:hover{color: #fff; background: #13649c;}
.copy-right{text-align: center; color: #fff; padding: 10px;}


/**** For contact form ****/
.screen-reader-response{
	display:none;
}
.wpcf7-validation-errors{
	display:none;
	color:red;
}
.navbar-default .nav li.current_page_item a{
	
}
.fa-home:before {
    content: "\f015";
}
/***INNER-PAGE***/
.left-menu-wrap{padding-top: 30px;}
.left-menu-wrap  .left-menu{background: #0d85c1; padding-bottom: 122px;}
.left-menu-wrap  .left-menu h3{font-size: 18px; text-align: center; text-transform: uppercase; color: #fff; background: #06558d; padding: 10px;}
.left-menu-wrap .left-menu li{list-style-type: none; padding: 10px 15px; position: relative;}
.left-menu-wrap .left-menu li.active,.left-menu-wrap .left-menu li:hover{background: #e6e0e0; color: #06558d;}
.left-menu-wrap .left-menu li.active:before,.left-menu-wrap .left-menu li:hover:before{
  content: " ";
  width: 0; 
  height: 0;
  position: absolute;
  right: -14px;
  top:5px;
  bottom: 0;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 15px solid #e6e0e0;
}
.left-menu-wrap .left-menu li:nth-child(12):hover:before{
top:15px;
}

.left-menu-wrap .left-menu li a{color: #fff; font-weight: 500;}
.left-menu-wrap .left-menu li.active a,.left-menu-wrap .left-menu li:hover a{color: #06558d;}
.left-menu-wrap .sidebox  h4{background:#06558d; padding:10px 15px; color:#fff; border-bottom:1px solid #fff; text-align:center;}
/****ACCORDION*****/
.accordion-wraper .panel-title a{display: block; font-size: 16px; font-weight: 500;}
.accordion-wraper .panel-title .glyphicon{float: right;}
.accordion-wraper .panel-default>.panel-heading{background: #06558d; color: #fff; text-transform: uppercase; border-radius: 0; padding: 15px;}
.accordion-wraper .panel-default>.panel-heading+.panel-collapse>.panel-body{background: #fff; font-size: 14px;}
.accordion-wraper .panel-default>.panel-heading+.panel-collapse>.panel-body h3{
  text-transform: uppercase; font-size: 20px; padding-bottom: 15px; font-weight: 500;
}
.accordion-wraper .panel-default>.panel-heading+.panel-collapse>.panel-body p{padding-bottom: 10px; font-weight: 400; text-align: justify;}
.accordion-wraper .panel-group{margin-bottom: 30px;}
.accordion-wraper .panel-group .panel+.panel{margin-top: 10px;}
.accordion-wraper .btn-default{background: #06558d; color: #fff; padding: 10px 20px; border-radius: 3px; font-weight: 500; border:1px solid #06558d;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.accordion-wraper .btn-default:hover{background: #fff; color: #06558d;}
.accordion-wraper h4{margin-bottom:15px;color: #06558d;}
.accordion-wraper p{padding-bottom:10px;}
.accordion-wraper p a{padding-left:10px;}

/***FORM-WRAPER***/
.stemcell-form-wraper{padding-top: 30px;}
.stemcell-form-wraper h3{background: #06558d; color: #fff; padding: 10px 0 10px 15px; text-transform: uppercase; font-size: 16px;}
.stemcell-form-wraper .form-main{background: #ebebeb; padding: 30px 20px;}
.stemcell-form-wraper .form-main .form-control{border-radius: 3px; height: auto; padding: 8px; margin-bottom: 20px;}
.stemcell-form-wraper .drop-wraper label{padding-bottom: 5px; color: #656565;}
.stemcell-form-wraper .drop-wraper label>span{display: inline-block; margin-top: -1px;}
.stemcell-form-wraper .drop-wraper p{padding: 5px 0 0px 0; color: #656565; font-weight: 700;}
.stemcell-form-wraper .drop-wraper .btn-default{background: #06558d; color: #fff; padding: 8px 25px; border-radius: 3px; font-weight: 500; border:1px solid #06558d;
margin-top: 20px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.stemcell-form-wraper .drop-wraper .btn-default:hover{background: #fff; color: #06558d;}
input[type=checkbox]{margin:4px; width: 17px; height: 17px;}


/* for  floating form */
#contact-box{position: absolute; right: 39px; top: 46px}
#contact-box:hover{cursor: pointer;}
#btnContact {	background: #00DEFF; float: left;	padding: 15px; cursor: pointer;border-bottom-left-radius:5px;border-top-left-radius:5px;} 
#frmContact {background:#FFFFFF;display:none;float:right;margin-left: -153px;}
#frmContact div{margin-bottom: 15px}
#frmContact div label{margin-left: 5px}
.demoInputBox{padding:10px; border:#F0F0F0 1px solid; border-radius:4px;}
.error{background-color: #FF6600;border:#AA4502 1px solid;padding: 5px 10px;color: #FFFFFF;border-radius:4px;}
.success{background-color: #12CC1A;border:#0FA015 1px solid;padding: 5px 10px;color: #FFFFFF;border-radius:4px;}
.info{font-size:.8em;color: #FF6600;letter-spacing:2px;padding-left:5px;}
.btnAction{background-color:#2FC332;border:0;padding:10px 40px;color:#FFF;border:#F0F0F0 1px solid; border-radius:4px;}
.txt-content{border-left: #F0F0F0 1px solid;padding: 5px 20px; margin-top: 100px;}

/**CONTACT-PAGE***/
.contact-wrap{padding-top: 30px;}
.contact-wrap .contact-form h3{background: #13649c; color: #fff; font-size: 17px; padding: 10px;}
.contact-wrap .blog1{border: 1px solid #ddd; padding: 9px 10px;}
.contact-wrap .blog1:last-child{padding: 0;}
.contact-wrap .blog1 .contact-main .form-control{border-radius: 3px; margin-bottom: 20px; border:1px solid #e8e8e8;}
.contact-wrap .blog1 .contact-main .btn-default{background: #13649c; color: #fff; padding: 11px 20px; border:1px solid #13649c;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.contact-wrap .blog1 .contact-main .btn-default:hover{background: #fff; color: #13649c;}
.contact-wrap .contact-details p{padding-bottom: 55px;}
.contact-wrap .contact-details p:first-child{padding-top: 20px;}
.contact-wrap .contact-details p:last-child{padding-bottom: 0px;}
.contact-wrap .contact-details p img{float: left; display: inline-block; padding-right: 30px; padding-left: 10px;}
.contact-wrap .contact-details p span{display: inline-block;}
.contact-wrap .contact-details p:last-child span{padding-top: 10px;}
.contact-wrap .scrolloff {pointer-events: none;}
.embed-responsive-16by9{padding-bottom:127%;}
.wpcf7 textarea  {
  height: 107px;
 
}
.newsletter-wrap .btn-default{background: #fff; color: #13649c; padding: 9px 20px; border:1px solid #13649c;margin-top:15px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.contact-wrap .form-control{margin-bottom:20px;}
/***ABOUT-US PAGE***/
.accordion-wraper .why-us-wrap .content{border: 1px solid #ddd; background: #ebebeb; text-align: center; padding: 10px; margin-bottom: 20px;}
.accordion-wraper .why-us-wrap .content .btn-default{ padding: 5px 15px;}
.accordion-wraper .why-us-wrap .content p:first-child{color: #06558d;}
.accordion-wraper .why-us-wrap .content p:nth-child(2){ color: #695c5c; font-size: 16px!important;}
/****************************
*****HOW TO ORDER PAGE*******/
.how-to-order-wraper .paycredit{margin:5px 0 20px 0; background: #dae7f3;}
.how-to-order-wraper .paycredit .content{padding: 15px 20px 20px 20px;}
.how-to-order-wraper .paycredit .content img{float: right;}
.how-to-order-wraper .paycredit .content a{color: #2aa209;}
.how-to-order-wraper .paycredit .payment-option img{float: left; padding: 10px 10px 0 0;}
.how-to-order-wraper .paycredit h3{background: #0d85c1; padding: 5px 0 5px 20px; color: #fff; text-transform: uppercase; font-size: 18px; margin-bottom: 10px;}
.how-to-order-wraper .paycredit .content p{padding:0 15px 5px 0; float: left; max-width: 600px; text-align: justify; color: #06558d; line-height: 1.7em; font-size: 17px;}
.how-to-order-wraper .paycredit .content .pro-table p{padding:0 0 0 0; float: none; max-width: auto; text-align: justify; color: #06558d; line-height: 1.7em; font-size: 16px; font-weight:500;}
.how-to-order-wraper .paycredit .content .pro-table p .price{ color:#2aa209;}
.how-to-order-wraper .add-product-wraper h3{text-align: center; background: #06558d; padding: 10px 0; color: #fff; margin-bottom: 10px; font-size: 18px; text-transform: uppercase;}
.how-to-order-wraper .add-product-wraper .blog1{border:1px solid #06558d; padding: 10px; margin-bottom: 20px;}
.how-to-order-wraper .add-product-wraper .content{text-align: center;}
.how-to-order-wraper .add-product-wraper .blog1 h5{color: #06558d; padding: 5px 0;}
.how-to-order-wraper .add-product-wraper .blog1 p{padding-bottom: 5px; color: #06558d;}
.how-to-order-wraper .add-product-wraper .blog1 p strike{ font-weight:600;}
.how-to-order-wraper .add-product-wraper .blog1 p .price{ color:#2aa209;}
.how-to-order-wraper .add-product-wraper .blog1 a{background: #06558d; color: #fff; padding: 5px 15px; display: inline-block; border: 1px solid #06558d;
 -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.how-to-order-wraper .add-product-wraper .blog1 a:hover{
  background: #fff; color: #06558d;
}
/***************************
********PRODUCT PAGE*******/
.products-wraper .blog1{border: 1px solid #06558d;}
.products-wraper .blog1 h4{background:#0d85c1 ; color:#fff; padding: 10px; font-size: 14px;}
.products-wraper .blog1 h5{ color:#0D85C1; padding: 10px; font-size: 13px; border-bottom: 1px solid yellow;}
.products-wraper .blog1 .content img{max-width: 200px; max-height: 250px; display: inline-block;}
.products-wraper .blog1 .content p{color: #06558d;font-size: 13px; padding-top: 10px;text-align: center; }
.products-wraper .blog1 .content a{display: inline-block;}
.products-wraper .blog1 .content .detail{display: inline-block; background: #06558d; color: #fff; padding: 5px 15px;border: 1px solid #06558d;
 -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
.products-wraper .blog1 .content .detail:hover{background: #fff; color: #06558d;}
.col-centered{
float: none;
margin: 0 auto;
}
/***********************************
********Botanical-placeta*********/
.botanical-placement-wraper .botanical-main .blog1{border: 1px solid #06558d; padding: 10px; margin-bottom: 15px;}
.botanical-placement-wraper .botanical-main h4{margin-bottom: 15px;}
.botanical-placement-wraper .botanical-main .blog1 img{max-height: 200px; max-width: 200px; display: inline-block;}
.botanical-placement-wraper .botanical-main .blog1 p{color: #06558d; padding-bottom: 5px;}
.botanical-placement-wraper .botanical-main .content a{background: #06558d; border: 1px solid #06558d; color: #fff; padding: 5px 15px; display: inline-block;
 -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.botanical-placement-wraper .botanical-main .content a:hover{background: #fff; color: #06558d;}

.botanical-placement-wraper .text-content p{padding-bottom: 20px; font-size: 16px;}
.botanical-placement-wraper .text-content h3{color: #0d85c1; font-size: 20px; padding-bottom: 10px;}
.botanical-placement-wraper .text-content ul li{list-style-type: none; line-height: 1.7em; font-size: 16px; padding-left: 10px;}
.botanical-placement-wraper .text-content ul li i{color: #29afff; font-size: 20px; padding-right: 10px;}
.botanical-placement-wraper .text-content ul li:last-child{padding-bottom: 20px;}
/***********************************
********Sheep-Placenta*********/
.sheep-placement-wraper .sheep-main .blog1{border: 1px solid #06558d; padding: 10px; margin-bottom: 15px;}
.sheep-placement-wraper .sheep-main h4{margin-bottom: 15px;}
.sheep-placement-wraper .sheep-main .blog1 img{max-height: 200px; max-width: 200px; display: inline-block;}
.sheep-placement-wraper .sheep-main .blog1 p{color: #06558d; padding-bottom: 5px;}
.sheep-placement-wraper .sheep-main .content a{background: #06558d; border: 1px solid #06558d; color: #fff; padding: 5px 15px; display: inline-block;
 -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.sheep-placement-wraper .sheep-main .content a:hover{background: #fff; color: #06558d;}

.sheep-placement-wraper .text-content p{padding-bottom: 20px; font-size: 16px;}
.sheep-placement-wraper .text-content h3{color: #0d85c1; font-size: 20px; padding-bottom: 10px;}
.sheep-placement-wraper .text-content ul li{list-style-type: none; line-height: 1.7em; font-size: 16px; padding-left: 10px;}
.sheep-placement-wraper .text-content ul li i{color: #29afff; font-size: 20px; padding-right: 10px;}
.sheep-placement-wraper .text-content ul li:last-child{padding-bottom: 20px;}
/******************************
**************Certificate-Wrap-Page*******/
.certificate-wrap img{display: inline-block;}
.certificate-wrap .img1{padding-bottom:15px;}
.certificate-wrap .certificates_img_wrap img{display:inline-block;}
.certificate-wrap .certificates_img_wrap .text{height:90px; text-align:center; padding-top:10px}
/***************************
***********How-does-stem-cell-therapy-plus-work-wrap**********/
.how-does-stem-cell-therapy-plus-work-wrap img{display: inline-block;}
/*******Stem-cell-plus2-wrap*******/
.left-menu-wrap .accordion-wraper .panel-body ul li{list-style-type: none;}
.left-menu-wrap .accordion-wraper .panel-body ul li i{padding-right: 10px; color: #0d85c1;}

/******TESTIMONIAL_page********/
.left-menu-wrap .testimonial_wraper{background: #0d85c1;}
.left-menu-wrap .testimonial_wraper ul li{list-style-type:none; padding-left: 10px;}
.left-menu-wrap .testimonial_wraper ul li b{padding:20px 0 5px 0; display:inline-block; color:#fff; font-size: 18px;
    font-weight: normal;}
.left-menu-wrap .testimonial_wraper ul li h4{line-height:1.5em;}
.left-menu-wrap .testimonial_wraper ul li h4 a{color:#fff; }
.left-menu-wrap .testimonial_wraper ul li h4 a span{color: #fcff00; font-weight:normal;}

.accordion-wraper .testimonial_text{background:#fff; padding:50px 40px; border:1px solid #23527c;}
.accordion-wraper .testimonial_text .img1{display:inline-block; height:20px; margin-bottom:20px;}
.accordion-wraper .testimonial_text h1{font-size:18px; padding-bottom:10px;text-align:center;}




/*To Change bootstrap menu break point*/
@media (max-width: 1030px){
 .navbar-header {
  float: none;
 }
 .navbar-left,.navbar-right {
  float: none !important;
 }
 .navbar-toggle {
  display: block;
 }
 .navbar-collapse {
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
 }
 .navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
 }
 .navbar-collapse.collapse {
  display: none!important;
 }
 .navbar-nav {
  float: none!important;
  margin-top: 7.5px;
 }
 .navbar-nav>li {
  float: none;
 }
 .navbar-nav>li>a {
  padding-top: 10px;
  padding-bottom: 10px;
 }
 .collapse.in{
  display:block !important;
 }
 #contact-box{right:30px; top: 42px;}
.logo-wraper img{float: none; padding-bottom: 10px;}
.logo-wraper .form-wraper .row{margin-right: 0px;}
.navbar-default .nav li ul.dropdown{left: 205px; top: 4px;}
.embed-responsive-16by9{padding-bottom: 131%;}
}

@media(max-width: 1024px){
.logo-wraper .form-wraper .form-control{font-size: 12px;}
.stem-cell-therahy .blog1{height: 560px;}
.stem-cell-therahy .content ul li{line-height: 2.5em;}
.stem-work-wrap .stem-work-main .stem-left h3{font-size: 22px;}
.stem-work-wrap .stem-work-main img{min-height: 360px;}
.navbar-default .nav li:nth-child(6) ul.dropdown{max-height: 150px;}
.navbar-default .nav li ul.dropdown{left: 205px; top: 4px;}
.how-to-order-wraper .add-product-wraper .blog1 img{display: inline-block;}
.how-to-order-wraper .add-product-wraper .blog1 h5{font-size: 15px;}
.contact-wrap .contact-details p:last-child{padding-bottom: 121px;}
.embed-responsive-16by9{padding-bottom: 165%;}
}
@media(max-width:768px){
.stem-work-wrap .stem-work-main div.col-md-7{
padding-right: 15px; margin-bottom: 30px;
}
.stem-work-wrap .stem-work-main div.col-md-5{padding-left: 15px;}
.stem-cell-therahy div.col-md-4:nth-child(1), .stem-cell-therahy div.col-md-4:nth-child(3){padding: 5px 15px;}
.stem-cell-therahy div.col-md-4:nth-child(2){padding: 5px 15px;}
.stem-cell-therahy{margin-top: -60px;}
.footer-wraper .footer-nav li{display: block; line-height: 1.7em; text-align: left;}
.footer-wraper .contact-us-wrap{border-bottom: 1px solid #ddd; padding-bottom: 20px;}
.footer-wraper .consultant-wrap img{padding: 15px 0 10px 0;}
.footer-wraper .consultant-wrap .content{padding: 0;}
.navbar-default .nav li:nth-child(6) ul.dropdown{max-height: 150px;}
.navbar-default .nav li ul.dropdown{left: 205px; top: 4px;}
.accordion-wraper{margin-top: 30px;}
.botanical-placement-wraper .botanical-main h4{margin-top: 20px;}
.how-to-order-wraper .paycredit{margin: 20px 0 20px 0;}
.how-to-order-wraper .add-product-wraper .blog1 img{display: inline-block;}
.how-to-order-wraper .add-product-wraper .blog1 h5{font-size: 15px;}
.embed-responsive-16by9{padding-bottom: 50%;}
.contact-wrap .contact-details p:last-child{padding-bottom: 15px;}
.fda_wraper .img2{display: inline-block; width: 100%;}
.fda_wraper .img1,.fda_wraper .img3,.fda_wraper .img4,.fda_wraper .img5,.fda_wraper .img6,.fda_wraper .img7{display:none;}
}
@media (min-width:600px) and (max-width:767px){
.header-top .inter-call{border: none;}
.stem-work-wrap .stem-work-main .stem-left h3{font-size: 20px;}
#contact-box{right: 15px;}
.stem-work-wrap .stem-work-main div.col-md-7{padding-right: 15px; margin-bottom: 30px;
}
.stem-work-wrap .stem-work-main div.col-md-5{padding-left: 15px;}
.stem-cell-therahy div.col-md-4:nth-child(1), .stem-cell-therahy div.col-md-4:nth-child(3){padding: 5px 15px;}
.stem-cell-therahy div.col-md-4:nth-child(2){padding: 5px 15px;}
.stem-cell-therahy{margin-top: -60px;}
.footer-wraper .footer-nav li{display: block; line-height: 1.7em; text-align: left;}
.footer-wraper .contact-us-wrap{border-bottom: 1px solid #ddd; padding-bottom: 20px;}
.footer-wraper .consultant-wrap img{padding: 15px 0 10px 0;}
.footer-wraper .consultant-wrap .content{padding: 0;}
.navbar-default .nav li:nth-child(6) ul.dropdown{max-height: 150px;}
.navbar-default .nav li ul.dropdown{left: 205px; top: 4px;}
.products-wraper .blog1{margin-bottom: 30px;}
.accordion-wraper{margin-top: 30px;}
.botanical-placement-wraper .botanical-main h4{margin-top: 20px;}
.botanical-placement-wraper .text-content h3{font-size: 18px;}
.sheep-placement-wraper .sheep-main h4{margin-top: 20px;}
.sheep-placement-wraper .text-content h3{font-size: 17px;}
.how-to-order-wraper .paycredit{margin: 20px 0 20px 0;}
.how-to-order-wraper .add-product-wraper .blog1 img{display: inline-block;}
.how-to-order-wraper .add-product-wraper .blog1 h5{font-size: 14px;}
.embed-responsive-16by9{padding-bottom: 50%;}
.contact-wrap .contact-details p:last-child{padding-bottom: 15px;}
.fda_wraper .img4{display: inline-block; width: 100%;}
.fda_wraper .img1,.fda_wraper .img2,.fda_wraper .img3,.fda_wraper .img5,.fda_wraper .img6,.fda_wraper .img7{display:none;}
}
@media (min-width:480px) and (max-width:599px){
.header-top .inter-call{border: none; font-size: 13px;}
.stem-cell-therahy .content h4{font-size: 15px;}
.stem-work-wrap .stem-work-main img{min-height: 309px;}
.stem-cell-therahy .blog1{padding: 10px;}
.stem-work-wrap .stem-work-main .stem-left h3{font-size: 15px;}
#contact-box{right: 15px;}
.stem-work-wrap .stem-work-main div.col-md-7{padding-right: 15px; margin-bottom: 30px;
}
.stem-work-wrap .stem-work-main div.col-md-5{padding-left: 15px;}
.stem-cell-therahy div.col-md-4:nth-child(1), .stem-cell-therahy div.col-md-4:nth-child(3){padding: 5px 15px;}
.stem-cell-therahy div.col-md-4:nth-child(2){padding: 5px 15px;}
.stem-cell-therahy{margin-top:0px;}
.footer-wraper .footer-nav li{display: block; line-height: 1.7em; text-align: left;}
.footer-wraper .contact-us-wrap{border-bottom: 1px solid #ddd; padding-bottom: 20px;}
.footer-wraper .consultant-wrap img{padding: 15px 0 10px 0;}
.footer-wraper .consultant-wrap .content{padding: 0;}
.footer-wraper .newsletter-wrap .contact-form .btn-default{margin: 0;}
.footer-wraper .newsletter-wrap{padding: 0;}
.footer-wraper .footer-contact{padding: 20px 0px 10px 0px;}
.copy-right{font-size: 12px;}
.footer-wraper .newsletter-wrap .contact-form .form-control{padding: 10px;}
.footer-wraper .newsletter-wrap{height: 270px;}
.footer-wraper .consultant-wrap h4{font-size: 13px; font-weight: bold;}
.footer-wraper .newsletter-wrap h4{font-size: 15px;}
.testimonial-wraper .blog1 .content h4{font-size: 13px;}
.testimonial-wraper h3{font-size: 16px;}
.navbar-default .nav li:nth-child(6) ul.dropdown{left: 125px; max-height: 150px;}
.navbar-default .nav li ul.dropdown{left: 125px; top: 4px;}
.products-wraper .blog1{margin-bottom: 30px;}
.accordion-wraper{margin-top: 30px;}
.navbar-default .navbar-collapse, .navbar-default .navbar-form{max-height: 260px; height: auto;  overflow: scroll; overflow-x: auto;}
.accordion-wraper .panel-title a{font-size: 13px;}
.stemcell-form-wraper h3{font-size: 14px;}
.stemcell-form-wraper .drop-wraper p{font-size: 13px;}
.botanical-placement-wraper .botanical-main h4{margin-top: 20px;}
.botanical-placement-wraper .text-content h3{font-size: 17px;}
.sheep-placement-wraper .sheep-main h4{margin-top: 20px;}
.sheep-placement-wraper .text-content h3{font-size: 17px;}
.how-to-order-wraper .paycredit{margin: 20px 0 20px 0;}
.how-to-order-wraper .add-product-wraper .blog1 img{display: inline-block;}
.how-to-order-wraper .add-product-wraper .blog1 h5{font-size: 14px;}
.contact-wrap .contact-details p:last-child{padding-bottom: 15px;}
.fda_wraper .img5{display: inline-block; width: 100%;}
.fda_wraper .img1,.fda_wraper .img2,.fda_wraper .img3,.fda_wraper .img4,.fda_wraper .img6,.fda_wraper .img7{display:none;}
}
@media (min-width:375px) and (max-width: 414px){
.header-top .inter-call{border: none; font-size: 13px;}
.stem-cell-therahy .content h4{font-size: 15px;}
.stem-work-wrap .stem-work-main img{min-height: 309px;}
.stem-cell-therahy .blog1{padding: 10px;}
.stem-work-wrap .stem-work-main .stem-left h3{font-size: 15px;}
#contact-box{right: 15px;}
.stem-work-wrap .stem-work-main div.col-md-7{padding-right: 15px; margin-bottom: 30px;
}
.stem-work-wrap .stem-work-main div.col-md-5{padding-left: 15px;}
.stem-cell-therahy div.col-md-4:nth-child(1), .stem-cell-therahy div.col-md-4:nth-child(3){padding: 5px 15px;}
.stem-cell-therahy div.col-md-4:nth-child(2){padding: 5px 15px;}
.stem-cell-therahy{margin-top:0px;}
.footer-wraper .footer-nav li{display: block; line-height: 1.7em; text-align: left;}
.footer-wraper .contact-us-wrap{border-bottom: 1px solid #ddd; padding-bottom: 20px;}
.footer-wraper .consultant-wrap img{padding: 15px 0 10px 0;}
.footer-wraper .consultant-wrap .content{padding: 0;}
.footer-wraper .newsletter-wrap .contact-form .btn-default{margin: 0;}
.footer-wraper .newsletter-wrap{padding: 0;}
.footer-wraper .footer-contact{padding: 20px 0px 10px 0px;}
.copy-right{font-size: 12px;}
.footer-wraper .newsletter-wrap .contact-form .form-control{padding: 10px;}
.footer-wraper .newsletter-wrap{height: 270px;}
.footer-wraper .consultant-wrap h4{font-size: 13px; font-weight: bold;}
.footer-wraper .newsletter-wrap h4{font-size: 15px;}
.testimonial-wraper .blog1 .content h4{font-size: 13px;}
.testimonial-wraper h3{font-size: 16px;}
.navbar-default .nav li:nth-child(6) ul.dropdown{left: 125px; max-height: 150px;}
.navbar-default .nav li ul.dropdown{left: 125px; top: 4px;}
.products-wraper .blog1{margin-bottom: 30px;}
.accordion-wraper{margin-top: 30px;}
.navbar-default .navbar-collapse, .navbar-default .navbar-form{max-height: 260px; height: auto;  overflow: scroll; overflow-x: auto;}
.accordion-wraper .panel-title a{font-size: 13px;}
.stemcell-form-wraper h3{font-size: 14px;}
.stemcell-form-wraper .drop-wraper p{font-size: 13px;}
.botanical-placement-wraper .botanical-main h4{margin-top: 20px;}
.botanical-placement-wraper .text-content h3{font-size: 17px;}
.sheep-placement-wraper .sheep-main h4{margin-top: 20px;}
.sheep-placement-wraper .text-content h3{font-size: 17px;}
.how-to-order-wraper .paycredit{margin: 20px 0 20px 0;}
.how-to-order-wraper .add-product-wraper .blog1 img{display: inline-block;}
.how-to-order-wraper .add-product-wraper .blog1 h5{font-size: 14px;}
.embed-responsive-16by9{padding-bottom: 50%;}
.contact-wrap .contact-details p:last-child{padding-bottom: 15px;}
.fda_wraper .img6{display: inline-block; width: 100%;}
.fda_wraper .img1,.fda_wraper .img2,.fda_wraper .img3,.fda_wraper .img4,.fda_wraper .img5,.fda_wraper .img7{display:none;}
}
@media (min-width:320px) and (max-width:479px){
.header-top .inter-call{border: none; font-size: 13px;}
.stem-cell-therahy .content h4{font-size: 15px;}
.stem-work-wrap .stem-work-main img{min-height: 309px;}
.stem-cell-therahy .blog1{padding: 10px;}
.stem-work-wrap .stem-work-main .stem-left h3{font-size: 15px;}
#contact-box{right: 15px;}
.stem-work-wrap .stem-work-main div.col-md-7{padding-right: 15px; margin-bottom: 30px;
}
.stem-work-wrap .stem-work-main div.col-md-5{padding-left: 15px;}
.stem-cell-therahy div.col-md-4:nth-child(1), .stem-cell-therahy div.col-md-4:nth-child(3){padding: 5px 15px;}
.stem-cell-therahy div.col-md-4:nth-child(2){padding: 5px 15px;}
.stem-cell-therahy{margin-top:0px;}
.footer-wraper .footer-nav li{display: block; line-height: 1.7em; text-align: left;}
.footer-wraper .contact-us-wrap{border-bottom: 1px solid #ddd; padding-bottom: 20px;}
.footer-wraper .consultant-wrap img{padding: 15px 0 10px 0;}
.footer-wraper .consultant-wrap .content{padding: 0;}
.footer-wraper .newsletter-wrap .contact-form .btn-default{margin: 0;}
.footer-wraper .newsletter-wrap{padding: 0;}
.footer-wraper .footer-contact{padding: 20px 0px 10px 0px;}
.copy-right{font-size: 12px;}
.footer-wraper .newsletter-wrap .contact-form .form-control{padding: 10px;}
.footer-wraper .newsletter-wrap{height: 270px;}
.footer-wraper .consultant-wrap h4{font-size: 13px; font-weight: bold;}
.footer-wraper .newsletter-wrap h4{font-size: 15px;}
.testimonial-wraper .blog1 .content h4{font-size: 13px;}
.testimonial-wraper h3{font-size: 16px;}
.navbar-default .nav li:nth-child(2) ul.dropdown{left: 125px;}
.navbar-default .nav li:nth-child(4) ul.dropdown{left: 125px;}
.navbar-default .nav li:nth-child(5) ul.dropdown{left: 125px;}
.navbar-default .nav li:nth-child(6) ul.dropdown{left: 125px; max-height: 150px;}
.navbar-default .nav li ul.dropdown{min-width: 100px;}
.footer-wraper .footer-contact .col-md-4{padding: 0;}
.products-wraper .blog1{margin-bottom: 30px;}
.accordion-wraper{margin-top: 30px;}
.navbar-default .navbar-collapse, .navbar-default .navbar-form{max-height: 200px; height: auto;  /*overflow: scroll; overflow-x: auto;*/}
.accordion-wraper .panel-title a{font-size: 13px;}
.stemcell-form-wraper h3{font-size: 14px;}
.stemcell-form-wraper .drop-wraper p{font-size: 13px;}
.botanical-placement-wraper .botanical-main h4{margin-top: 20px;}
.botanical-placement-wraper .text-content h3{font-size: 15px;}
.sheep-placement-wraper .sheep-main h4{margin-top: 20px;}
.sheep-placement-wraper .text-content h3{font-size: 15px;}
.how-to-order-wraper .paycredit{margin: 20px 0 20px 0;}
.how-to-order-wraper .add-product-wraper .blog1 img{display: inline-block;}
.how-to-order-wraper .add-product-wraper .blog1 h5{font-size: 14px;}
.how-to-order-wraper .paycredit .content p{font-size: 15px;}
.how-to-order-wraper .paycredit h3{font-size: 15px;}
.accordion-wraper .btn-default{padding: 10px;}
.embed-responsive-16by9{padding-bottom: 50%;}
.contact-wrap .contact-details p:last-child{padding-bottom: 15px;}
.fda_wraper .img7{display: inline-block; width: 100%;}
.fda_wraper .img1,.fda_wraper .img2,.fda_wraper .img3,.fda_wraper .img4,.fda_wraper .img5,.fda_wraper .img6{display:none;}
}
.accordion-wraper .panel-default>.panel-heading+.panel-collapse>.panel-body .whyus  p
{
text-align:center!important;
}.btn-default{background: #06558d;    color: #fff;    padding: 10px 20px;    border-radius: 3px;    font-weight: 500;    border: 1px solid #06558d;    -webkit-transition: all 0.5s ease;    -moz-transition: all 0.5s ease;    -o-transition: all 0.5s ease;    transition: all 0.5s ease;}


.accordion-wraper p {
   
    padding-bottom: 10px;
    font-weight: 400;
    text-align:left;
    background: #fff;
    font-size: 14px;
}

.accordion-wraper ol  {
   
    padding-bottom: 10px;
    font-weight: 400;
    text-align: justify;
    background: #fff;
    font-size: 14px;
}

#customer:focus{outline:none;}
#technical:focus{outline:none;}

.disclaimer { margin: 30px 0; }
.disclaimer .disclaimer-inner { background: #eceaeb; padding: 30px; }
.disclaimer .disclaimer-inner strong { padding-bottom: 15px;
    color: #23426d;
    font-size: 22px;
    text-transform: uppercase;
    font-weight: bold;}
.disclaimer .disclaimer-inner p { padding-bottom: 8px;
    color: #0a2f5d;
    font-weight: 500;
    line-height: 1.7em; }
.col-md-12.chk-wraper .col-md-9 {
    float: left;
    padding: 0 0 0 0;
}
.form-wraper .chk-wraper .col-md-3 { float:right;  }


.newsletter-sec{
        width: 380px;
        position: fixed;
        z-index: 10000;
        right: -300px;
        top: 150px;
        transition: all .5s ease;
      }
      .newsletter-sec.vis{
        right: 0px;
      }
      .newsletter-sec .newsletter-btn{
        border: 1px solid #fff;
        border-right: 0;
        border-radius: 5px 0 0 5px;
        float: left;
        max-height: 70px;
        overflow: hidden;
        width: 85px;
        margin-top: 15px;
      }
      .newsletter-sec .newsletter-btn a{
        display: block;
      }
      .newsletter-sec .newsletter-form{
        color:#FFF; 
        padding:20px;
        width: 295px;
        height:auto;
        background: #1f6ea6;
        border: 2px solid #3584ad; 
        float:right;
      }
      .newsletter-sec .newsletter-form h2{
        font-size:14px; 
        color:#ffe2c8; 
        padding:0px 0px 15px 0px;
        font-family:Arial, Helvetica, sans-serif;
        font-weight: normal;
        margin: 0;
      }
      .newsletter-sec .newsletter-form .subscibe {
          margin: 0px 0px 14px 0px;
      }
      .newsletter-sec .newsletter-form .subscibe label {
          color: #fff;
          font-size: 13px;
          text-align: left;
          display: block;
          font-family:Arial, Helvetica, sans-serif;
          font-weight: 600;
          margin-bottom: 0px;
      }
      .newsletter-sec .newsletter-form .subscibe input{
        background-color:#a4e0ff; 
        border:none; 
        margin:3px 0px 0px 0px; 
        width:100%; 
        color:#026598; 
        border-radius:3px; 
        padding:7px 0px 7px 5px;
      }
      .newsletter-sec .newsletter-form .subscibesub input{
        width:40%; 
        margin:10px 0px 0px 26%; 
        cursor:pointer; 
        background-color:#004e76; 
        border:1px solid #7bb6d4; 
        padding:5px 0px 5px 0px; 
        color:#FFF;
        border-radius: 5px;
      }
