@charset "utf-8";
/* CSS Document */
body{
	font-family:"Open Sans";
	margin:0;
	padding:0;
}
@font-face {
    font-family: "Open Sans";
    src:url(../fonts/OpenSans-Regular.ttf);
}
/****** header ***********/
.container {
    width: 1170px;
    max-width: 100%;
}
.social_bg{
	background-color:#1b6043;
	
}

.bg_menu{
	background-color: #ffffff;
    position: relative;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}
ul.social_icon{
	font-size:14px;
	color:#fff;
	padding:12px 0px;
	margin:0;
	    float: left;
		margin-left:20px;
}
ul.social_icon li{
	display:inline-block;
	list-style:none;
	padding-right:15px;
}
ul.social_icon li i{
	color:#f95b1a;
	padding-right:5px;
}
ul.social_icon_share{
	    margin: 0;
    padding: 5px 0;
	float: right;
}
ul.social_icon_share li:nth-child(1) {
    padding: 0;
}
ul.social_icon_share li {
    display: inline-block;
    list-style:none;
    margin: auto;
    padding-left:15px;
}
ul.social_icon_share li a {
        border: 2px solid #ffffff;
    border-radius: 50%;
    display: block;
    height: 34px;
    text-align: center;
    width: 34px;
    transition: all ease 0.5s;
    cursor: pointer;
}

ul.social_icon_share li a i {
   color: #fff;
    font-size: 14px;
    line-height: 32px;
}
.face:hover{
	background-color:#4267b2;
}
.twi:hover{
	background-color:#1da1f2;
}
.link:hover{
	background-color:#0077b5;
}
.ins:hover{
	background-color:#d42f8b;
}
.pd{
	padding:10px 0;
}
/***** menu *****/

.navbar-toggleable-md .navbar-nav {
	padding:0 ;
}
.navbar-nav .nav-link{
	padding:24px 0 ;
	display:inline-block ;
	
}
.navbar{
	padding:0px;
}
.navbar-brand{
	display:none;
}
ul.menu{
	font-size:15px ;
}
ul.menu li{
	padding: 0px 4px;
	text-transform:uppercase;
}
ul.menu li:last-child {
    padding:0px;
}
ul.menu li a{
	color:#333;
	border-bottom:3px solid #fff;	
}
ul.menu li.active a, ul.menu li a:hover{
	color:#1b6043;
	border-bottom:3px solid #1b6043;
	
}

.flotingmenu {
    position: fixed;
    right: 0;
    top: 50%;
    width: 8em;
    margin-top: -2.5em;
    background-color: red;
    border-radius: 12px 0 0 12px;
    z-index: 9999999;
    list-style-type: none;
}
.rotate {
     -moz-transform: rotate(-90.0deg);  /* FF3.5+ */
       -o-transform: rotate(-90.0deg);  /* Opera 10.5 */
  -webkit-transform: rotate(-90.0deg);  /* Saf3.1+, Chrome */
             filter:  progid:DXImageTransform.Microsoft.BasicImage(rotation=0.083);  /* IE6,IE7 */
         -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0.083)"; /* IE8 */
}

.logo_pd img {
    position: absolute;
    z-index: 999;
}
.carousel-item img{
	width:100% !important;
}
/****** section ******/
.pharma_content{
	padding-top: 70px;
    padding-bottom: 30px;
}
.pharma_content h2{
	font-size: 25px;
    line-height: 25px;
    font-weight: 400;
	color: #00073c;
	margin-bottom:30px;
	text-align:center;
}
.pharma_content p{
	font-size: 16px;
    line-height: 28px;
	text-align:justify;
	color:#7c7b79;
	padding:0 30px;
}
.pharma_content .small_letter{
	font-size: 13px;
}
.pharma_content_thirdparty
{
	
	background-color:#ebecee;

}
.adjustment{
	padding:0;
}
.adjustment img{
	width:100%;
	height: 402px;
}
.innovation{
	background-color:#1b6043;
	min-height:402px;
}
.innovation h2{
	font-size: 25px;
    line-height: 25px;
    font-weight: 400;
	color: #fff;
	margin-bottom:0;
	padding:40px 30px 30px;
	
}
.innovation ul{
	color:#fff;
	padding-left:20px;
	font-size:14px;
}
.innovation li{
	list-style:none;
	padding:10px 0;
}
.innovation li a{
	color:#fff;
	text-decoration:none;
}
.innovation li a:before {
    font-family:FontAwesome;
	content: "\f056";
	padding-left:10px;
	padding:20px;
}
.innovation p{
width: 90%;
    padding-left: 54px;
}
.innovation li a.collapsed:before {
     content: "\f055";
}
.product h2{
	font-size: 32px;
    line-height:30px;
    font-weight: 400;
	color: #00073c;
	margin:40px 0 30px;
	text-align:center;
}
.product .item img row_color{
	width:100%;
	height:260px;
	border:4px solid #eee;
}
.product{
	margin-bottom:30px;
}
.bule_color{
	background-color:#667344;
	width:100%;
	min-height:175px;
	padding-top:60px;
}
.btn_one {
    border: 1px solid #fff;
    padding: 15px 39px;
    color: #fff;
    border-radius: 50px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    background: transparent;
    font-size: 16px;
	cursor:pointer;
    
}

.subscribe-content h2 {
    color: #fff;
    font-size: 25px;
    margin-bottom: 10px;
}
.subscribe-content span {
    color: #fff;
    font-style: italic;
    font-weight: 300;
	font-size: 13px;
}
/*******product section***********/
.slider_nav h3{
	font-size:22px;
	color:#fff;
	background-color:#1b6043;
	padding:15px 20px;
	margin-bottom:0;
	font-weight:normal;
}
.slider_nav ul{
	background-color: #b1a6a6;
	padding:0;
	font-size:14px;
}
.slider_nav li{
	list-style:none;
	border-bottom: 1px solid #56585b;
	padding:10px 20px;
	cursor:pointer;
	color:#fff;
}
.slider_nav li a{
	color:#fff;
	text-decoration:none;
}
.slider_nav li a:hover, .slider_nav li a.active{
	color:#1b6043;
}
.slider_nav li:after {
    font-family:FontAwesome;
	content: "\f105";
    float: right;
}
.product_mg{
	margin:30px 0;
}
.product_detail{
	
	background-size:cover;
	width:100%;
	position:relative;
	margin-bottom:30px;
}
.product_img row_color{
	background:url(../images/product_image.jpg) no-repeat center top;
}
.product_detail h5{
	background-color:#667344;
	font-size:16px;
	color:#fff;
	width:100%;
	text-align:center;
	margin-bottom:0;
	padding:10px 0;
	position: absolute;
    bottom: 0;
}	
.product_detail h6{
	position:absolute;
	background-color:#2b3037;
	bottom:0;
	font-size:14px;
	color:#fff;
	width:50%;
	text-align:center;
	padding:10px 0;
	margin-bottom: 0;
	float:left;
}	
.product_detail button{
	position:absolute;
	background-color:#1b6043;
	bottom:0;
	border:none;
	font-size:14px;
	color:#fff;
	width:50%;
	padding:7px 0;
	cursor:pointer;
	right:0;
}
.product_sub
{
	margin: 20px 0;
    font-size: 14px;
    padding: 8px 15px;
    background-color: #ecf0f1;
	border: 2px dotted #1b6043;
}
.plr{
	padding:0;
}
.table_heading{
	font-size: 16px;
    background-color: #667344;
    color: #fff;
	padding: 10px;
	text-transform:capitalize;
}
.table_row{
	font-size: 15px;
    color: #292b2c;
	padding: 10px;
	text-transform:capitalize;
}
.bd{
	    border-right: 1px solid #ccc;
}
.bdb {
	 border-bottom: 1px solid #ccc;
}
.mg row_color{
	margin:0;
}
.row_color{
	 background-color: #e3e3e3;
}
.product .item{
	border: 2px solid #eaeced;
}

/*******About******/
.about_section{
	width:100%;
	background:url(../images/abou_us.jpg) no-repeat center top;
	background-size:cover;
	height:382px;

}
.about_section h2{
	font-size: 45px;
    color: #fff;
    padding: 112px 173px;
}
.about_content{
	margin:30px 0;
}
.about_content p{
	font-size: 14px;
    line-height: 28px;
	color:#7c7b79;
	padding:0 30px 10px;
}
/********contact**********/
.breadcrumb{
	margin: 20px 0;
	font-size: 14px;
    padding: 8px 15px;
    background-color: #ecf0f1;
	 padding-left: 120px;
}
.breadcrumb span {
    color: #1b6043;
    margin: 0 3px;
}
.breadcrumb sp a {
    color: #666666;
    margin: 0 3px;
}
.breadcrumb type {
    color: #333333;
    margin: 0 3px;
}
.contact_frame iframe {
    border: 0;
    width: 100%;
    height: auto;
    min-height: 401px;
}
.popover {
    max-width: 100%;
    margin-bottom: 30px;
    border-radius: 0;
    margin-top: 46px;
}
ul#contact-info li {
    list-style: none;
}
.contact_content input, .contact_content textarea {
    border: 1px solid rgba(0, 0, 0, 0.1);
    color: #888888;
    font-size: 14px;
    margin-bottom: 20px;
    border-radius: 0;
}
.contact_content button {
    width: 50%;
    background-color: #1b6043;
    color: #ffffff;
    border: none;
    cursor: pointer;
    padding: 5px 0;
    font-size: 16px;
}
.borderx
{
	border: 1px #f1f1f1 solid;
}
.gallery_image{
	margin-bottom:0;
}
.gallery_image img{
	margin-bottom:30px;
	width:100%;
}
.about_content h2 {
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
    color: #00073c;
    margin: 30px;
    
}
.product_content {
    margin: 20px 0;
}
.product_content h3{
	    font-size: 14px;
    border: 1px solid #cdd2d3;
    background-color: #ecf0f1;
    padding: 15px 20px;
    margin: 0;
	color:#666666;
	cursor:pointer;
}
.product_content h3.collapsed:after {
    content: "\f078";
}
.product_content h3:after {
    font-family: FontAwesome;
    content: "\f077";
    float: right;
}
 .Overview_text_con {
    padding: 20px;
    background-color: #ecf0f1;
	display:block;
}

.Overview_text_con ul{
	border-bottom:1px solid #cdd2d3;
	padding:0;
	font-size:12px;
	color:#555;
	padding-bottom:10px;
}
.Overview_text_con ul li{
	list-style:none;
}
.Overview_text_con ul li span{
	color:#777;
}
.collapse_long_btn{
	display:none;
}
.cont_sidbar{
	display:block;
}

.collapse_long_btn h2{
	font-size: 25px;
    line-height: 25px;
    font-weight: 400;
    color: #00073c;
    margin: 30px 0;
    text-align: center;
}
/***********Campagin_page*****************/
.camp_page h2{
	font-size:22px;
}
.popover-content p {
    font-size: 14px;
    line-height: 21px;
    color: #7c7b79;
    padding: 0;
}
.camp_frame iframe {
    border: 0;
    width: 100%;
    height: auto;
    min-height: 343px;
    margin-top: 20px;
}
.camp_mg .popover{
	margin-top:10px !important;

}
.term_cond h3{
	font-size: 24px;
    line-height: 30px;
    font-weight: 400;
    color: #00073c;
    margin: 10px 0 30px 0;
}
.term_cond ul{
		font-size: 16px;
   
    color: #7c7b79;
    padding: 0;
	margin:0 ;
	margin-bottom:40px;
	 padding-left:20px;
}
.term_cond ul li{
	 line-height: 30px;
}
/*products*/
.sample_br{
	border:1px solid #667344;
	margin-bottom:30px;
}
.sample_br img{
	width:100%;
	height:217px;
}
.sample_content h3{
	font-size:18px;
	color:	#0017ff;
}
.sample_content h3 b{
	color:#333;
}
.sample_content h5{
	font-size:16px;
	color:#333;
}
.sample_content h4{
	font-size:16px;
	color:#1b6043;
}
.sample_content h4 b{
	color:#000;
}
.sample_content h4 span.cap_g{
	color:#333;
}
/*products-end*/
/***********footer*****************/
.footer_bg {
    background-color: #1e1e1e;
}
.footer-menu {
    padding:30px 0;
    text-align: center;
    width: 100%;
}
.footer-menu ul {
    margin: 0;
    margin-left: 25px;
}

 .footer-menu ul li {
    display: inline-block;
    list-style: none;
    padding-right: 30px;
}
.footer-menu li a{
	font-size:13px;
	color:#c6c6c6;
	text-transform:uppercase;
}
.footer-menu li a:hover{
	text-decoration:none;
	color:#c83c3c;
}
.social-link {
    width: 100%;
	text-align:center;
	padding-bottom:30px;
}
.social-link ul{
	margin:0;
}
.social-link li:nth-child(1) {
    padding: 0;
}
.social-link li {
    display: inline-block;
    list-style:none;
    margin: auto;
    padding-left: 21px;
}
.social-link li a {
    border: 2px solid #c6c6c6;
    border-radius: 50%;
    display: block;
    height: 43px;
    text-align: center;
    width: 43px;
    transition: all ease 0.5s;
	cursor:pointer;
}
.social-link li a i {
   color:#c6c6c6;
    font-size: 15px;
    line-height: 39px;
    text-align: center;
}
.footer_bottom_bd{
	border-top:1px solid #333333;
}
.footer_bottom_bd h5{
	font-size:12px;
	padding:20px 0;
	margin:0;
	color:#c6c6c6;
	text-align:center;
}
.quotes_button {
    position: fixed;
    right: 0;
    z-index: 9999;
    top: 245px;
    cursor: pointer;
}
#whatsappmsg {
    width: 48px;
    line-height: 44px;
    overflow: hidden;
    z-index: 9999;
    display: none;
    cursor: pointer;
    position: fixed;
    bottom: 50px;
    right: 10px;
    background-color: #31b373;
    color: #fff;
    text-align: center;
    font-size: 24px;
    text-decoration: none;
    border: 0;
}
/***********media query*****************/
@media screen and (max-width: 1199px){
/***********header***************/
ul.menu {
    font-size: 13px;
}
ul.menu li {
    padding: 0 3px;
}
.logo_pd img row_color {
    padding: 12px 0;
}
/*********section part************/


}
@media screen and (max-width: 992px){
/***********header***************/
.header_setting .col-md-2{
	display:none;
}
.header_setting .col-md-9{
	width:100%;
}
.header_setting .offset-1 {
    margin-left:0;
}
.social_bg{
	display:none;
}
.navbar-brand{
	display:block;
}
.navbar-toggler.navbar-toggler-right {
  cursor: pointer;
  margin-top: -20px;
}

.navbar-nav .nav-link{
	padding:10px 0 ;
	
	
}
.navbar-toggler-right {
	right:0;
    top: 20px;
}
.navbar-toggler {
	padding:0; 
	}
ul.menu{
	font-size:12px ;
	font-weight:300 ;
	padding-left:0px !important;
}
ul.menu li{
	
	padding:0px;
	border-bottom:1px solid #dcdcdc;
	
}
	ul.menu li a{
	border-bottom:none;
	border-top:none;	
}
	
ul.menu li a.active{
	border-bottom:none;
	border-top:none;
	
}
ul.menu li a:hover{
	border-bottom:none;
	border-top:none;
	
}
button:focus {
    outline: none !important;
}
ul.menu li:last-child {
    border: none;
}
.bg_menu .logo_pd {
    display:none;
}
.navbar-brand img{
	width: 100%!important;
    height: 46px!important;
    margin-left: -179px;
}
.navbar-toggler span{
	margin-top: 9px;
    font-size: 30px;
    background: #1b6043;
    color: #fff;
    padding: 4px 10px;
    border-radius: 5px;
}
.subscribe-content h2{
    font-size: 17px;
}
.bule_color .btn_one {
    font-size: 12px;
}

/*********section part************/

}
@media screen and (max-width: 767px){
	
.carousel-item .img row_color-fluid{
	height:200px;
}
.bule_color .btn_one{
		margin: 40px 0;
}
.adjustment img{
	width:100%;
	height: auto;
}
.d-block {
    height: 250px;
	width:100%
}
.collapse_long_btn{
	display:block !important;
}
.cont_sidbar{
	display:none;
}
.term_cond h3{
	font-size: 16px;
    
}
.term_cond ul{
		font-size: 14px;
}
}
@media screen and (max-width: 669px){
	/***************Itineary_detail*****************/
	
}
@media screen and (max-width: 568px){
	

	
}
@media screen and (max-width: 480px){
.footer-menu ul li {
    padding-right: 9px;
}
.footer-menu li a {
    font-size: 11px;
}
.social-link li {
    padding-left: 9px;
}	
.footer-menu ul {
    margin: 0;
    margin-left:0;
	    padding: 0;
}
.d-block {
    height: 200px;
	width:100%
}
}


