

h1 {
	
	font-size: 30px;
	font-weight: 700;
	font-family: calibri;
	margin: 0px;
}

h2 {
	
	font-size: 28px;
	font-weight: 600;
	font-family: calibri;
	margin: 0px;
	text-align:center;
	margin:0 0 10px;
}

h3 {
	margin: 0 0 15px;
	font-size: 20px;
	font-family: calibri;
	font-weight: 700;
	padding-top: 20px;
}

li{font-family:calibri;}

img 
{
max-width:100%!important;
}

.pad0
{
/*padding:0px!important;*/  
}

.padl0
{
padding-left:0px;
}
.page h2 {
	text-align: left;
	font-size: 24px;
	font-weight: 500;
}

.padr0
{
padding-right:0px;
}

.top10
{
padding-top:10px;
}

.top15
{
padding-top:15px;
}


.top20
{
padding-top:20px;
}


.top25
{
padding-top:25px;
}


.top30
{
padding-top:30px;
}

.top50
{
padding-top:50px;
}


.mtop10
{
margin-top:10px;
}

.mtop15
{
margin-top:15px;
}


.mtop20
{
margin-top:20px;
}


.mtop25
{
margin-top:25px;
}

.mbottom25
{
margin-bottom:25px;
}
.mtop30
{
margin-top:30px;
}

.bg_red {
	background: #fff;
}

.ab_p
{
font-size: 29px;
    font-weight: 700;
    padding-top: 13px;
    font-family: calibri;
    
}


.justi{
text-align: justify;
}

.tp-serch {
	float: right;
	margin: 10px -15px 0;
}
.ab_p1
{
font-size: 17px;
    font-weight: 600;
    font-family: calibri;
    color: #757575;
    text-align: justify!important;
}

.know_btn
{
    padding: 11px 21px;
    border-radius: 0px;
    margin: 15px;
}

.ini_p
{
    text-align: center;
    font-size: 25px;
    font-family: calibri;
    font-weight: 600;
    color: #777777;
    margin:0px;
}

.what_p
{
    text-align: center;
    font-size: 30px;
    font-weight: 700;
    font-family: calibri;
    margin:0px;
}

.bor
{
background: #717171;
    padding: 1px;
    width: 7%;
    margin: auto;
}

.ana_p
{
    margin: 0px;
    font-size: 20px;
    font-family: calibri;
    font-weight: 700;
    padding-top: 20px;
}

.rad0
{
    border-radius: 0px;
}

.mtop50
{
margin-top:50px
}

.bg_grey
{
    background: #efefef;
}

.news_p
{
    font-size: 38px;
    font-family: calibri;
    font-weight: 700;
    margin: 0px;
}


.ab_p2 {
    font-size: 22px;
    font-weight: 600;
    font-family: calibri;
    color: #757575;
    text-align: justify!important;
    line-height: 25px;
}


.view_pad
{
padding: 16px 37px;
    font-size: 17px;
    border-radius:0px;
}


.center
{
text-align:center;
}


.how_p
{
    font-size: 23px;
    font-weight: 600;
    font-family: calibri;
    padding-top: 8px;
    padding-bottom: 9px;
    margin: 0px;
    line-height: 22px;
}


.how_pin
{
    text-align: justify;
    color: #5d5d5d;
    font-family: calibri;
    font-size: 14px;
    font-weight: 600;
}


.posted_p
{
font-size: 15px;
    font-weight: 600;
}


.up_pad
{
    padding: 0px 28px;
}


.sha
{
border: 1px solid #bfbfbf;
    background: white;
    box-shadow: 1px 4px 5px 3px #d6d6d6;
}


.bot50
{
    padding-bottom: 50px;
}

.pro_p
{
    text-align: center;
    font-size: 22px;
    font-family: calibri;
    font-weight: bold;
    padding-top: 30px;
}



.hovereffect {
  width: 100%;
 
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
}

.hovereffect .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  background-color: rgba(0,0,0,0.5);
  -webkit-transition: all 0.4s cubic-bezier(0.88,-0.99, 0, 1.81);
  transition: all 0.4s cubic-bezier(0.88,-0.99, 0, 1.81);
}

.hovereffect img {
  display: block;
  position: relative;
  -webkit-transition: all 0.4s cubic-bezier(0.88,-0.99, 0, 1.81);
  transition: all 0.4s cubic-bezier(0.88,-0.99, 0, 1.81);
}

.hovereffect h2 {
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  position: relative;
  font-size: 17px;
  background: rgb(234, 168, 19);
  -webkit-transform: translatey(-100px);
  -ms-transform: translatey(-100px);
  transform: translatey(-100px);
  -webkit-transition: all 0.4s cubic-bezier(0.88,-0.99, 0, 1.81);
  transition: all 0.4s cubic-bezier(0.88,-0.99, 0, 1.81);
  padding: 10px;
 
}

.hovereffect a.info {
  text-decoration: none;
  display: inline-block;
  text-transform: uppercase;
  color: #fff!important;
  border: 1px solid #fff;
  background-color: transparent;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  margin: 31px 0 0;
  padding: 7px 14px;
}

.hovereffect a.info:hover {
  box-shadow: 0 0 5px #fff;
}

.hovereffect:hover img {
  -ms-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.hovereffect:hover .overlay {
  opacity: 1;
  filter: alpha(opacity=100);
}

.hovereffect:hover h2,.hovereffect:hover a.info {
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-transform: translatey(0);
  -webkit-transform: translatey(0);
  transform: translatey(0);
}

.hovereffect:hover a.info {
  -webkit-transition-delay: .2s;
  transition-delay: .2s;
}



.testi_p
{
font-size: 40px;
    font-family: calibri;
    font-weight: 700;
    color: whitesmoke;
        margin: 0px;
}


.testi
{
background-image: url(../img/testi.jpg);
    padding-top: 50px;
    padding-bottom: 50px;
}

.testi_p_in
{
    font-size: 15px;
    font-weight: 600;
    color: #bfc1c3;
}



/* carousel */
.media-carousel 
{
  margin-bottom: 0;
  padding: 0 40px 30px 40px;
  margin-top: 30px;
}
/* Previous button  */
.media-carousel .carousel-control.left 
{
  left: -12px;
  background-image: none;
  background: none repeat scroll 0 0 #222222;
  border: 4px solid #FFFFFF;
  border-radius: 23px 23px 23px 23px;
  height: 40px;
  width : 40px;
  margin-top: 68px;
}
/* Next button  */
.media-carousel .carousel-control.right 
{
  right: -12px !important;
  background-image: none;
  background: none repeat scroll 0 0 #222222;
  border: 4px solid #FFFFFF;
  border-radius: 23px 23px 23px 23px;
  height: 40px;
  width : 40px;
  margin-top: 68px;
}
/* Changes the position of the indicators */
.media-carousel .carousel-indicators 
{
  right: 50%;
  top: auto;
  bottom: 0px;
  margin-right: -19px;
}
/* Changes the colour of the indicators */
.media-carousel .carousel-indicators li 
{
  background: #c0c0c0;
}
.media-carousel .carousel-indicators .active 
{
  background: #333333;
}

/* End carousel */


.clin_p {
	background: white;
	padding: 10px;
	text-align: justify;
	font-weight: 500;
	font-family: calibri;
	border-top: 3px solid #39b4e1;
	min-height: 110px;
}


.testi_na
{
    margin: 0px;
    color: white;
    font-weight: 600;
    font-family: calibri;
    font-size: 16px;
}

.testi_na1
{
    margin: 0px;
    color: #bbbbbb;
    font-weight: 600;
    font-family: calibri;
    font-size: 15px;
}


.fot_p
{
font-size: 22px;
    font-family: calibri;
    font-weight: 600;
    color:white;
}

.fot_bg
{
        background: #404040;
    padding-top: 40px;
    padding-bottom: 20px;
}


.sub_btn {
   padding: 7px 20px;
    background: #2ba22d;
    border: none;
    color: white;
    margin-top:15px;
}

.sub_btn:hover {
    padding: 7px 20px;
    background: #2ba22d;
    border: none;
    color: white;
}

.filofinpur input[type="text"] {
    padding: 5px 75px 5px 5px;
    margin: 0;
    width: 71%;
    color: #000;
    border: 0;
    outline: none;
}


.social_p
{
font-size: 20px!important;
    color: aliceblue;
    padding-right: 8px;
}

.list_ul
{
    list-style: none!important;
    padding: 0px!important;
    line-height: 28px!important;
}


.list_ul_in
{
    font-size: 17px;
    color: aliceblue;
    font-family: calibri;
}


.about_p
{
   text-align: center;
    font-size: 38px;
    font-weight: 800;
    color: aliceblue;
    padding-top: 47px;
    padding-bottom: 0px;
}

.about1_p
{
font-size: 28px;
    font-weight: bold;
   text-align:left;
    font-family: sans-serif;
    padding-top: 60px;
}

.about1_pin
{
font-size: 16px;
    text-align: justify;
    font-weight: 600;
    color: #777777;
    font-family: calibri;
}


.about_para
{
    text-align: center;
    color: #fff;
    font-size: 12px;
    line-height: 25px;
    padding-bottom: 55px;
}


.about_upper
{
   text-align: center;
    font-size: 38px;
    font-weight: 800;
    color: aliceblue;
    padding-top: 47px;
    padding-bottom: 0px;
    text-transform:uppercase;
}




.about2_pin
{
text-align: center;
    font-size: 22px;
    text-transform: uppercase;
    font-family: calibri;
    font-weight: 800;
}

.decor-brand {
    display: block;
    width: 46px;
    height: 15px;
    margin: 13px auto;
    background-image: url(../img/decor-brand.png);
    background-repeat: no-repeat;
}

.bg_black1
{
background:black;
}

.mis_sec
{
text-align: center;
    color: aliceblue;
    padding-top: 25px;
    padding-bottom: 25;
}


.bg_2 {
    background-image: url(../img/bg_2.jpg);
}




.mar0
{
    margin: 0px;
}


.ab_bg
{
background-image: url(../img/medi_banner.jpg);
margin-bottom:15px;
}


.contact h2 {
    color: #000;
    font-size: 22px;
    text-decoration: underline;
    font-family: Square721 BT;
    font-weight: bold;
}


.form-style-9 ul li .field-full {
    width: 95%;
    background-color: #e5e2e3;
    border: none;
}


.yellow_text {
    color: #9b5902;
    padding: 10px;
}


.contact_us h2 {
    text-align: left;
    font-size: 27px;
    font-weight: 600;
    font-family: calibri;
    color: #9b5902;
    margin: 0px;
    padding: 8px 8px 8px 0;
    text-transform: uppercase;
}



.red{
    color:red;
    }
.form-area
{
    background-color: #FAFAFA;
  padding: 10px 40px 60px;
  margin: 10px 0px 60px;
  border: 1px solid GREY;
  }


.pad_tb40
{
    padding-top: 40px;
    padding-bottom: 45px;
}


.con_bg {
    background-image: url(../img/con_banner.jpg);
}


.log_bor
{
border-bottom: 3px solid #a2a2a2;
    border-right: 3px solid #d0d0d0;
}

.log_bor1
{
border-bottom: 3px solid #a2a2a2;
    border-right: 3px solid white;
}


.log_bor2
{
border-bottom: 3px solid white;
    border-right: 3px solid #a2a2a2;
}


.log_bor3 {
    border-bottom: 3px solid #ffffff;
    border-right: 3px solid #d0d0d0;
}


.log_bor:hover {
    border-bottom: 3px solid rgba(228, 8, 8, 0.29);
    border-right: 3px solid rgba(228, 8, 8, 0.24);
}



.log_bor1:hover 
{
  border-bottom: 3px solid rgba(228, 8, 8, 0.29);
    border-right: 3px solid rgba(228, 8, 8, 0.24);
}


.log_bor2:hover 
{
  border-bottom: 3px solid rgba(228, 8, 8, 0.29);
    border-right: 3px solid rgba(228, 8, 8, 0.24);
}


.log_bor3:hover  {
      border-bottom: 3px solid rgba(228, 8, 8, 0.29);
    border-right: 3px solid rgba(228, 8, 8, 0.24);
}


.sms_rip
{
padding-left: 31px;
    text-align: justify;
}


.mar0
{
margin:0px;
}


.mail_mar
{
padding-left: 32px;
    margin: 0px;
}


.pro{
   background-image: url(../img/pro_head.png);
    height: 61px;
    width: 100%;
    background-repeat: no-repeat;
    text-align: center;
    color: #fff;
    line-height: 2em;
    font-size: 19px;
    padding-top: 6px;
}


.list-group {
       padding-left: 0;
    margin: -23px 13px 22px;
}

.pro_active {
    z-index: 2;
    color: #fff!important;
    background-color: #de4e4e!important;
}


.pro_active:hover {
    z-index: 2;
    color: #fff!important;
    background-color: #de4e4e!important;
}

.footer-bottom {
    background: #393939;
    border-top: 1px #DDDDDD;
    padding-top: 10px;
    padding-bottom: 10px;
    color: white;
}


.pro_name1
{
text-align: center;
    padding-top: 10px;
    font-size: 18px;
    font-weight: 700;
    color: #595a5a;
    height: 10%;
}


.pop_in
{
font-size: 17px;
    text-align: justify;
    font-weight: 600;
    color: #7f7f7f;
    font-family: calibri;
}


.pop_in_main
{
    margin: 0px;
    text-align: center;
    font-size: 22px;
    font-weight: 700;
    font-family: calibri;
    color: #828282;
    text-decoration: underline;
}




/* komal */

.sticky-social ul{
margin:0;
padding:0;
}

.sticky-social {
    left: 0;
    position: fixed;
    top: 50%;
    z-index: 100;
    display: inline-block;
}
.sticky-social a {
   background: #333;
   color: #fff;
   display: block;
   height: 35px;
   font: 16px "Open Sans", sans-serif;
   line-height: 35px;
   position: relative;
   text-align: center;
   width: 35px;
}
.sticky-social a i{
line-height:30px;
}
.sticky-social a span {
    line-height: 35px;
    left: -120px;
    font-size: 13px;
    position: absolute;
    text-align: center;
    width: 70px;
}
.sticky-social a:hover span {
   left: 100%;
}
.sticky-social a[class*="facebook"],
.sticky-social a[class*="facebook"]:hover,
.sticky-social a[class*="facebook"] span { background: #3b5998; }

.sticky-social a[class*="twitter"],
.sticky-social a[class*="twitter"]:hover,
.sticky-social a[class*="twitter"] span { background: #00aced; }

.sticky-social a[class*="gplus"],
.sticky-social a[class*="gplus"]:hover,
.sticky-social a[class*="gplus"] span { background: #dd4b39; }  

.sticky-social a[class*="linkedin"],
.sticky-social a[class*="linkedin"]:hover,
.sticky-social a[class*="linkedin"] span { background: #007bb6; }  

.sticky-social a[class*="instagrem"],
.sticky-social a[class*="instagrem"]:hover,
.sticky-social a[class*="instagrem"] span { background: #517fa4; }  

.sticky-social a[class*="stumbleupon"],
.sticky-social a[class*="stumbleupon"]:hover,
.sticky-social a[class*="stumbleupon"] span { background: #eb4924; }  

.sticky-social a[class*="pinterest"],
.sticky-social a[class*="pinterest"]:hover,
.sticky-social a[class*="pinterest"] span { background: #cc2127; }  

.sticky-social a[class*="flickr"],
.sticky-social a[class*="flickr"]:hover,
.sticky-social a[class*="flickr"] span { background: #ff0084; }  

.sticky-social a[class*="tumblr"],
.sticky-social a[class*="tumblr"]:hover,
.sticky-social a[class*="tumblr"] span { background: #32506d; }





@media (min-width: 1200px){
.container {
    width: 1290px;
}
}


.margintop50{	
	margin-top:50px;	
}


/*-----accordation--------------*/
.acor_ul
{
	padding: 0px!important;
	line-height: 23px!important;
	margin: 0px!important;
	list-style: none;
}


.right_font
{
       position: absolute;
    right: 30px;
    font-size: 11px!important;
    color: #ffffff;
    padding-top: 4px;
}


.panel-default > .panel-heading {
    color: #333;
    background-color: #1373a5!important;
    border-color: #1373a5;
}

.panel_head
{
    font-size: 17px;
    font-family: calibri;
    font-weight: 700;
    color: #ffffff!important;
    text-transform: capitalize;
	
}

@import url("https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css");
.panel-title > a:before {
    float: right !important;
    font-family: FontAwesome;
    content:"\f055";
    padding-right: 5px;
}
.panel-title > a.collapsed:before {
    float: right !important;
    content:"\f056";
}
.panel-title > a:hover, 
.panel-title > a:active, 
.panel-title > a:focus  {
    text-decoration:none;
}


.in_bor
{
    border-bottom: 1px solid rgb(19, 115, 165);
    padding-bottom: 4px;
    font-family: calibri;
    font-weight: 600;
    font-size: 15px;
    color: #6d6a6a;
}


.in_bor1 {
        border-bottom: 1px solid rgb(222, 78, 78);
    padding-bottom: 4px;
    font-family: calibri;
    font-weight: 600;
    font-size: 15px;
    color: #6d6a6a;
    padding-top: 8px;
}


.in_bor:hover
{
   /* border-bottom: 2px solid rgba(29, 175, 224, 0.39);*/
    padding-bottom: 4px;
    font-family: calibri;
    font-weight: 600;
    font-size: 15px;
    color: #1373a5;
}


.in_bor1:hover {
   /* border-bottom: 2px solid rgba(29, 175, 224, 0.39);*/
    padding-bottom: 4px;
    font-family: calibri;
    font-weight: 600;
    font-size: 15px;
    color: #1373a5;
    padding-top: 8px;
}


.active_in
{
color: #1373a5;
}


a
{
text-decoration:none!important;
}
/*-----accordation--------------*/
.ifyouneed{
    font-size: 27px;
    margin-right: 15px;
    color: #1373a5;
    text-align:left;
}

/*-----------------------------maq-------------------*/
@import url(http://netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css);

.spinner input {
  text-align: right;
}

.input-group-btn-vertical {
  position: relative;
  white-space: nowrap;
  width: 2%;
  vertical-align: middle;
  display: table-cell;
}

.input-group-btn-vertical > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
  padding: 8px;
  margin-left: -1px;
  position: relative;
  border-radius: 0;
}

.input-group-btn-vertical > .btn:first-child {
  border-top-right-radius: 4px;
}

.input-group-btn-vertical > .btn:last-child {
  margin-top: -2px;
  border-bottom-right-radius: 4px;
}

.input-group-btn-vertical i {
  position: absolute;
  top: 0;
  left: 4px;
  text-align: right;
}

/*============== cart page ================*/

.box_sh {
    box-shadow: 0px 1px 8px 0px #747070;
}
.l_bg {
    background: #EDEDED;
}
.pad_rl0 {
    padding-right: 0px!important;
    padding-left: 0px!important;
}
.log_bg {
    background: linear-gradient(128deg, #e40808 39%, #404040 28%);
    padding: 2px 14px;
}
.l_p {
    font-size: 15px;
    color: aliceblue;
    font-weight: 600;
    margin: 0px;
    padding-bottom: 2px;
}
.cart_top {
    padding-top: 10px;
    border-bottom: 2px solid #C1272D;
}

.cart_shp {
    color: #fff;
    background-color: #C1272D;
    border: 0px;
    padding: 4px 11px;
}
.cart_shp:hover {
    color: #fff;
    background-color: #db3239;
    border: 0px;
    padding: 4px 11px;
}
.pad20 {
    padding-top: 20px;
}
.c_bo {
    border-bottom: 2px solid #C1272D;
}
.c_white {
     background: white;
    padding: 10px 0;
    border-bottom: 1px solid #ccc;
}
.padt_15{
	padding:15px 0;
}
.check_btn {
    background: #000000;
    color: white;
    font-size: 18px;
    padding: 14px 64px;
}
.pro_b {
    margin-bottom: 10px;
}
.margintb_20{
	margin:20px 0;
}
.delet_btn{
	    color: #f00;
    cursor: pointer;
    font-size: 20px;
}
.input-group {
    
    margin: 0 15px !important;
}
.panel_box{
	     border: 1px solid #ccc;
    background: #eee;
    display: -webkit-inline-box;
    padding: 30px;
    margin: 30px 0;
}
.conn {
	float: left;
	width: auto;
}
.conn p {
	margin: 0;
	padding: 0;
	font-size: 16px;
	font-weight: 300;
}
.social {
	margin: 0 0 0 10px;
	width: auto;
	float: left;
}
.social-main{width:auto; float:right;}
.search
{
   width: 100%;
    box-sizing: border-box;
    border: 2px solid #ccc;
    border-radius: 9px;
    font-size: 16px;
    background-color: white;
    background-image: url(../img/searchicon.png);
    background-position: 10px 10px;
    background-repeat: no-repeat;
    padding: 7px 12px 5px 35px;
    -webkit-transition: width 0.4s ease-in-out;
    transition: width 0.4s ease-in-out;
	border-color: #FFC107 #FFC107 #FFC107;
}

.fact_sheet
   { 
     background-image: url(../img/inner_page.png);
     padding: 41px 0;
       
   }
   
.border_cont
{
   border:1px solid #c9c9c9;
    
}


.border_cont:hover
{
  border: 1px solid #00dbff;;
    
}

.head-txt
{
    font-size: 28px;
    font-family: 'Roboto Condensed',Arial,Helvetica,sans-serif!important;
    color: #d7c72c;
    text-decoration: underline;
    text-align:left;
}

.table-bordered {
    border: 1px solid #ddd!important;
    font-family: 'Roboto Condensed',Arial,Helvetica,sans-serif!important;
    font-size: 18px!important;
    color: #666!important;
}

.bg
{background-color:#000;}

.txt li{
    
    float: none;
    margin: 5px 0 0 30px!important;
    font-family: 'Roboto Condensed',Arial,Helvetica,sans-serif!important;
    font-size: 20px!important;
}


