


/* Solution for getting blue outline when click on the button*/

.btn:focus,.btn:active {
   outline: none !important;
}

/* general styles */

html,
body {
	
	font-family: 'Open Sans', sans-serif;
	/*font-family: "Mallanna",sans-serif;*/       
  
}



/**************  Search box  ***************/

.searchicon{
	margin-left:21px;
	font-size:10px !important;
	color: #a8a2a2;
}

.searchicon:hover{
	margin-left:21px;
	font-size:10px;
	color: #fff;
}

.module1
{ 
      outline-width: 0;
    border-radius: 30px;
    border: 1px solid #555;
    background: #555;
    font-size: 9px;
    padding: 4px 16px;
    margin-right: 10px;
    margin-top: 9px;
}
.module1::-webkit-input-placeholder { 
    color:#CBCBCB;	
}

.bd-icon-13:before {
  content: '\218';
}
.bd-icon-13:before {
  visibility: inherit;
}
.bd-icon-13:before {
  color: #c2c2c2;
  padding-left: 22px;
  padding-right: 22px;
  font-size: 12px;
  margin-bottom: 5px;
  line-height: 17.14285715px;
  line-height: 12px;
}
.bd-icon-13:hover:before {
  content: '\218';
}
.bd-icon-13:hover:before {
  visibility: inherit;
}
.bd-icon-13:hover:before {
  color: #ffffff;
  text-decoration: none;
}

input.module1:focus {
    outline-width: 0;
   border:1px solid #66afe9;
}
.module:after {
  content: '';
  position: absolute;
  top: -15px;
  left: -15px;
  right: -15px;
  bottom: -15px;
  background: white;
  z-index: -1;
}




.dropdown-menu>li {
    padding: 0px 0px !important;
}
.dropdown-menu nav ul li {
    color: #555;
    padding: 45px 15px !important;
}

.dropdown-menu > li a {
    background: #f5f5f5;    
    padding: 8px 15px !important;
    font-size:12px;
    color: #555 !important;
    
}

    .dropdown-menu > li a:hover {
         background: #4e79a2;
          color: #fff !important;
    }





/*=============================navgation====================================================*/
/*-----------------------------------------------------------------*/

#box1 {
    background:#333;
    min-height: 40px;
   color: white;
  display: table;
  width: 100%;
}

#box1 ul li a{
	text-decoration:none;
}



.topmen ul{
	
}

.topmen li{
	float: left;
	text-decoration:none;
	list-style:none;
	 padding: 8px 16px;
}

.topmen li a {
    display: block;
    text-align: center;
    text-decoration: none;
	cursor: pointer;
    font-size: 16px;
    color: #ffffff;
    height: 24px;
    display: inline-block;
		letter-spacing:0px;
    -webkit-font-smoothing: antialiased;
}

.topmen li a:hover {
	    color: #fff;
	}
        .customerlog:focus {
            background:none;
        }
        .customerlog active1{
            display:none;

        }

        .btncolor {
            background-color: #3f72ab;
            border-color: #4074ac;
            border-radius: 50px;
            padding: 4px 7px;
            font-size: 13px;
        }


             .customerlog:focus {
            background:none;
        }
        .customerlog active1{
            display:none;

        }

        .btncolor {
    background-color: #3f72ab;
    border-color: #4074ac;
    border-radius: 50px;
    padding: 4px 7px;
    font-size: 13px;
    margin-top: 6px;
        }
/*-----------------------------------------------------------------*/

.navbar-inverse .navbar-nav>li>a:focus, .navbar-inverse .navbar-nav>li>a:hover {
    color:#4e79a2;
    background-color: transparent;
}
.nav>li>a {
    position: relative;
    display: block;
    padding: 15px 15px;
}

nav ul li a{
  text-decoration:none;
  color:#222;
  padding: 0px 0px !important;

}


nav ul li {
  color:#222;
  padding: 18px !important;

}




nav ul li a:hover{
  text-decoration:none;
  color:#4e79a2;
 border-bottom:2px solid #4e79a2;
  transition: all ease .2s;  
}

.active1{
    text-decoration: none !important;
    font-weight: bolder !important;
    color: #4e79a2 !important;
    border-bottom: 3px solid #4e79a2 !important;
}
 


.navbar-inverse {
    background-color: #fff;
    border-color: #fff;
    min-height: 90px;
    margin:0px;
}



.navbar-inverse .navbar-nav>li>a {
    color: #252a2b;
    font-size: 13px;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
}



.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:focus, .navbar-inverse .navbar-nav>.open>a:hover {
    color: black;
    background-color: #fff;
}


.navbar-inverse .navbar-nav>li>a:hover{
    color: #4e79a2;;
}


.navbar-nav>li>a {
    /* padding-top: 15px; */
    padding-bottom: 5px;
}
.dropdown-menu {
    margin-right: -196px;
    top: 43px;
    
}

.dropdown-menu2 {
    margin-right: -165px;
    top: 43px;
    
}


@media (max-width: 1199px) {
    .navbar-header {
        float: none;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin: 7.5px -15px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .navbar-text {
        float: none;
        margin: 15px 0;
    }
    /* since 3.1.0 */
    .navbar-collapse.collapse.in { 
        display: block!important;
    }
    .collapsing {
        overflow: hidden!important;
    }
	
nav ul li {
    color: #222;
    padding: 20px 15px !important;
}

.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 48px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

}

/*==========================navgationEnd===================================================*/





/*
Fade content bs-carousel with hero headers
Code snippet by maridlcrmn (Follow me on Twitter @maridlcrmn) for Bootsnipp.com
Image credits: unsplash.com
*/


/********************************/
/*            Overlay           */
/********************************/
.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    background-color: #080d15;
    opacity: 0;
}

/********************************/
/*          Custom Buttons      */
/********************************/
.btn.btn-lg {padding: 7px 15px;}
.btn.btn-hero,
.btn.btn-hero:hover,
.btn.btn-hero:focus {
    color: #f5f5f5;
    background-color: #1abc9c;
    border-color: #1abc9c;
    outline: none;
    margin: 20px auto;
}

/********************************/
/*       Slides backgrounds     */
/********************************/

.bannerbg {
  background-image: url(../img/70612ac648bd4262bd97e3ba4742983f_bg2.jpg);
    background-attachment: fixed;
    min-height: 434px;
    background-position: center -43px;
    background-size: cover;
    background-repeat:no-repeat;
}

.bannerbgNew {
    background-image: url(../img/newlogo.jpg);
    width: 100%;
    height: 425px;
    background-size: cover;
    background-repeat: no-repeat;
}

.bannerimg > img{
	padding:33px 0 0px 1px;
	height:400px;}

.bannerimgpara{
	text-align:center;
    
}

.bannerimgpara p{
    /**line-height: 131.42857147px;**/
    font-size: 91px;
   font-family: 'Muli', sans-serif;
    font-weight: normal;
	/**    letter-spacing: 4px;**/
    color: #ffffff;
    -webkit-text-shadow: 0px -2px 3px rgba(0,0,0,0.3);
    -o-text-shadow: 0px -2px 3px rgba(0,0,0,0.3);
    -ms-text-shadow: 0px -2px 3px rgba(0,0,0,0.3);
    -moz-text-shadow: 0px -2px 3px rgba(0,0,0,0.3);
    text-shadow: 0px -2px 3px rgba(0,0,0,0.3);
	text-align:center;
	letter-spacing:-4px;
}


.bannerimgpara > h1 {
    font-weight: 200;
    text-decoration: none;
    color: #fff;
    font-size: 36px;
    margin: -16px;
    text-shadow: 2px 2px 6px rgba(0,0,0,0.3);
}



.bannerpara p{
	line-height: 25.71428572px;
	margin-top:25px;    
    /* line-height: 25.71428572px; */
    font-size: 19px;
    text-align: justify;
    color: #fff;
    -webkit-text-shadow: 1px 1px 3px rgba(0,0,0,0.3);
    -o-text-shadow: 1px 1px 3px rgba(0,0,0,0.3);
    -ms-text-shadow: 1px 1px 3px rgba(0,0,0,0.3);
    -moz-text-shadow: 1px 1px 3px rgba(0,0,0,0.3);
    text-shadow: 1px 1px 3px rgba(0,0,0,0.3);
}
	
	
	
.button{
	border-width: 0;
    padding: 0;
    color: #555;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
	font-size:16px;
    font-weight:bolder;
    text-transform: uppercase;
    margin-right: 5px;
    background-color: #fff;
    padding: 9px 20px;
    border: 1px solid #bbb;
    border-radius: 0px;
    background-image: none;}
	
.button:hover{
	border-width: 0;
    padding: 0;
    color: #555;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    font-weight: bold;
    text-transform: uppercase;
    margin-right: 5px;
    font-weight:bolder;
    background-color:#F0F0F0;
	text-decoration:none;
    padding: 9px 20px;
    border: 1px solid #bbb;
    border-radius: 0px;
    background-image: none;}		
	
.banner6{
	margin-top:-20px;}	
	
.product h2{
	padding-top:20px;
    font-weight: 500;
    font-size: 40px;
    text-transform: uppercase;
    letter-spacing: 1px;
	color:#000;}
	
.product h3{
	font-size: 18px;
    letter-spacing: 1px;
    font-weight: 500;
    font-style: italic;
	text-align:center;
	color:#777;}	

.productsbox{
	min-height: 400px;
    min-width: 371px;
    background-color: #f5f5f5;
    padding: 2em;
    border: 1px solid #ddd;
    margin-bottom:15px;
}	

.smallboxwrapper{
	margin-top: 15px;
    height: 60px;
    min-width: 317px;
    border: 0px solid #4e79a2;
    background-color: #4e79a2;
    vertical-align: middle;
    //display: inline-block;
    text-align: center;
	}


	
.smallbox > span{
	text-align:center;
    color: #fff;
    font-size: 18px;
    vertical-align: -webkit-baseline-middle;
	text-decoration:none;}	
	
	
.smallbox > a : hover{
	padding: 15px;
    color: #fff;
    font-size: 18px;
    vertical-align: -webkit-baseline-middle;
	text-decoration:none;}	

.columntext	p{
	padding-top: 20px;
    text-align: center;
    font-size: 16px !important;
    line-height: 1.7em !important;
	}

.parallax{
	background-image:url(../img/parallax.jpg);	
	min-height:250px;
	background-attachment:fixed;
	background-size:cover;	
	}
	
.parallaxtopheading h2{
	color: white;
    margin-left: -65px;
    margin-top: 48px;
	font-weight:200;
}

.parallaxpara p{
	color: #fff;
    margin-left: -63px;
    text-shadow: 3px 3px 3px rgba(0,0,0,0.3) !important;
	width:100%;
}




.featureslider{
	min-height:451px;}
	
.featurehead{
	text-align: center;
    padding-top: 50px;
	color:#777;}	
	
.featurehead h2{
	    font-weight: 200;}	
	
/* carousel */
#quote-carousel 
{
  padding: 0 10px 30px 10px;
  margin-top: 30px;
}

/* Control buttons  */
#quote-carousel .carousel-control
{
  background: none;
  color: #73b9fe;
  font-size: 2.3em;
  text-shadow: none;
  margin-top: 30px;
}

#quote-carousel .carousel-control:hover
{
  background: #73b9fe;
  color: #fff;
  font-size: 2.3em;
  text-shadow: none;
  margin-top: 30px;
}

/* Previous button  */
#quote-carousel .carousel-control.left {
	top:46px;
    left: -78px;
    border: 2px solid #73b9fe;
    border-radius: 8px;
    width: 69px;
    height: 61px;
    padding: 5px;
}
/* Next button  */
#quote-carousel .carousel-control.right 
{
     top: 39px;
    right: -82px;
    border: 2px solid #73b9fe;
    border-radius: 8px;
    width: 69px;
    height: 61px;
    padding: 8px 0px 0 7px;
}
/* Changes the position of the indicators */
#quote-carousel .carousel-indicators 
{
  right: 50%;
  top: 81%;
  bottom: 0px;
  margin-right: -19px;

}
/* Changes the color of the indicators */
#quote-carousel .carousel-indicators li 
{
  background: none;
    border:1px solid #b9dcff;
	margin-top:50px;
}
#quote-carousel .carousel-indicators .active 
{
  background: #b9dcff;
}
#quote-carousel img
{
  /**width: 250px;**/
  /**height: 100px**/
}
/* End carousel */

.item blockquote {
    border-left: none; 
    margin: 0;
}

.item blockquote img {
    margin-bottom: 10px;
}


/**
  MEDIA QUERIES
*/

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) { 
    #quote-carousel 
    {
      margin-bottom: 0;
      padding: 0 40px 30px 40px;
    }
    
}

/* Small devices (tablets, up to 768px) */
@media (max-width: 768px) { 
    
    /* Make the indicators larger for easier clicking with fingers/thumb on mobile */
    
    #quote-carousel .carousel-indicators {
        bottom: -20px !important;  
    }
    #quote-carousel .carousel-indicators li {
        display: inline-block;
        margin: 0px 5px;
        width: 15px;
        height: 15px;
    }
    #quote-carousel .carousel-indicators li.active {
        margin: 0px 5px;
        width: 20px;
        height: 20px;
    }
}



/*************  Form portion  ****************/

.formclasswrapper > input:focus{
	background:#f5fbfe;}

.formportion{
	min-height:565px;
	background:#f5f5f5;
    box-shadow: 10px -10px 18px -7px rgba(51, 51, 51, 0.45);}
	
.formportion h1{
	padding-top: 15px;
    font-size: 39px;
    font-weight: lighter;
	color:#777;}	

.placeholder-fix::-webkit-input-placeholder  {
color:black;
-webkit-transition: all 0.4s ease;
-ms-transition: all 0.4s ease;
-moz-transition: all 0.4s ease;
-o-transition: all 0.4s ease;
transition: all 0.4s ease;
}
.placeholder-fix::-moz-placeholder   {
color:black;
-webkit-transition: all 0.4s ease;
-ms-transition: all 0.4s ease;
-moz-transition: all 0.4s ease;
-o-transition: all 0.4s ease;
transition: all 0.4s ease;
}
.placeholder-fix:-moz-placeholder   {
color:black;
-webkit-transition: all 0.4s ease;
-ms-transition: all 0.4s ease;
-moz-transition: all 0.4s ease;
-o-transition: all 0.4s ease;
transition: all 0.4s ease;
}



.custom-search-form{
    margin-top:5px;
}

.placeholder-fix:focus::-webkit-input-placeholder  {color:transparent;}
.placeholder-fix:focus::-moz-placeholder   {color:transparent;}
.placeholder-fix:-moz-placeholder   {color:transparent;}	

.formclasswrapper{
	margin-left: -43px !important;}	
	
/*****************   News and Updates  ********************/	

.newsandupdatespart{
	min-height:650px;
	background:#4e79a2;
	}

.newsandupdatespart h4{
	font-weight: normal;
    color: #fff;
    font-size: 30px;
    text-transform: none;
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    font-family: Open Sans;
    -webkit-text-shadow: 1px 1px 3px rgba(0,0,0,0.3);
    -o-text-shadow: 1px 1px 3px rgba(0,0,0,0.3);
    -ms-text-shadow: 1px 1px 3px rgba(0,0,0,0.3);
    -moz-text-shadow: 1px 1px 3px rgba(0,0,0,0.3);
    text-shadow: 1px 1px 3px rgba(0,0,0,0.3);
}	
	
	
.newspara{
	top:20px;
	letter-spacing: 0px;
    margin-left: 8px;
}
	
.newspara2{
	top: 33px;
    letter-spacing: 0px;
    /* margin-left: 15px; */
    background: #648cb5;
    color: white;
    width: 100%;
    padding: 25px;}	
	
.newspara2 a{
    color: #73b9fe;
    font-size: 16px;    
	}	
	
.newspara a{
    color: #73b9fe;
    font-size: 16px;    
	}
	
.newspara a:hover{
    color: #d9534f;
    font-size: 16px;    
	}		
	
.newspara p{
	color:white;
    padding-top: 10px;
    font-size: 16px;
	text-align:justify;}	
	
.newspara2 p{
	color:white;
    padding-top: 10px;
    font-size: 16px;
	text-align:justify;}	
	
	
.newsdate{
	margin-top:-13px;}	
	
.newspara2 a{
    color: #73b9fe;
    font-size: 16px;    
	}
	
.newspara2 a:hover{
    color: #d9534f;
    font-size: 16px;    
	}		
		
		
/**** News para 3 ***/	
		
.newspara3{
	    top: 54px;
    letter-spacing: 0px;
    margin-left: 8px;
}
	
	
.newspara3 a{
    color: #73b9fe;
    font-size: 16px;    
	}	
	
.newspara3 a:hover{
     color: #d9534f;
    font-size: 16px;    
	}	
	
.newspara3 p{
	color:white;
    padding-top: 10px;
    font-size: 16px;
	text-align:justify;}		
	
	
	
/*************************************/	


.faqpart{
	min-height:350px;
	background:#555555;
	}
	
.address h1{
	font-size:21px;
	color:#fff;
	font-weight:600;
    letter-spacing: 2px;
	padding-bottom: 6px;}
	
.address{
    text-align: center;
    font-size: 20px;
    color: white;
    letter-spacing: 1px;
    padding-top: 50px;
}	
	
.contactnum{
	text-align: center;
    font-size: 20px;
    color: white;
    letter-spacing: 1px;}	
	
.contactnum h1{
	font-size:20px;
	color:white;
	font-weight:600;
    letter-spacing: 1px;}	
	
.colorh1{
	text-align:center;}	
	
.bottomlogo{
	text-align:center;}	

.bottomlogo img{
	padding-top:50px;
	opacity:0.25;
	}	

.addinformation{
	font-weight: lighter;
    color: #f5f5f5;
    font-size: 25px;
	text-align:center;
	padding-top: 50px;}
	
.addinformation h3{	
letter-spacing: 1.5px;
font-weight: lighter;
    color: #f5f5f5;
    font-size: 25px;
	text-align:center;}

/********************************/
/*          Media Queries       */
/********************************/
@media screen and (min-width: 980px){
    .hero { width: 980px; }    
}
@media screen and (max-width: 640px){
    .hero h1 { font-size: 3em; }    
}

/*========boxline=========*/

.boxline{
	    border-style: solid;
    border-color:#23b9f2;
	min-height:400px;
	margin-bottom:20px;
	padding:50px;
	text-align:center;
	box-shadow: 0 10px 16px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19) !important;
}

.center{
	 text-align: center;
    margin-left: -23px;

}

.pgfont{
	font-size:15px;
	    
    color: #888888;
}

.butn{
	    border-radius: 30px;
		background:#23b9f2;
		border-color:#23b9f2;
		
		margin-top: -10px;
    color:#FFFFFF;
    font-size: 17px;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
	
}


/*==========================*/

.featurebg{
	    background-color: #CEE5F5;
		width:100%;
		min-height:1000px;
}

.featurebg h1{
 color: #23b9f2;

}
.btn-circle-lg {
  width: 79px;
  height: 79px;
  text-align: center;
  padding: 13px 0;
  font-size: 30px;
  line-height: 2.00;
  border-radius: 70px;
}

 .featurebg h4{
    color: #545252;
	font-size:21px;
 }

/*============================*/
.digibg{
	          background: #f7f5f5;
	    min-height: 1100px;
	width:100%;
	
}
.white{
	color:#FFFFFF;
}

.digipg{
	font-size:20px;
	color:#FFFFFF;
}
.chakeboxbg{
	      background: #eceaea;
    width: 300px;
    height: 100px;
}
.chakebox{
	  width: 67px;
    height: 40px;
   
	
    
}


/*-============================*/



.carousel {
    margin-bottom: 0;
   
}
/* The controlsy */
.carousel-control {
	left: -12px;
    height: 40px;
	width: 40px;
    background: none repeat scroll 0 0 #222222;
    border: 4px solid #FFFFFF;
    border-radius: 23px 23px 23px 23px;
    margin-top: 90px;
}
.carousel-control.right {
	right: -105px;
	    top: -55px;
}

.carousel-control.left {
	left:-100px;
	    top: -55px;
}
/* The indicators */
.carousel-indicators {
	right: 50%;
	top: auto;
	bottom: -58px;
	margin-right: -19px;
}
/* The colour of the indicators */
.carousel-indicators li {
	background: #cecece;
}
.carousel-indicators .active {
background: #428bca;
}


.slidebg{
	/*background:url(../img/hand.jpg) no-repeat;*/
	min-height:400px;
	width:100%;
}

.slidebg p{
	    text-align: center;
    font-size: 20px;
  color: #2b2b2b;
}

@media all and (max-width: 1600px) and (min-width:820px){
	.carousel-control.right {
	right: -40px;
	    top: -55px;
}

.carousel-control.left {
	left:-45px;
	    top: -55px;
}
}

@media all and (max-width: 820px) and (min-width:275px){
	
	.carousel-control.right {
		display:none;
}

.carousel-control.left {
	display:none;
}
}

/*============================*/

/*============================*/
	
.infobg{
	    background-color:#FFFFFF;
	width:100%;
	min-height:300px;
}

.infobg p{
	font-size:23px;
}

.infobgfa{
	    color: #4ba7f3;
	}
.infobg h4{

    color:#464646;
}
/*============================*/


.datebg{
	            background: #4ba7f3;
		min-height:600px;
}
	


.datetext{
	
	border-left: 1px solid #cecece;
  
    margin-left: -31px;
    padding-left: 20px;
    padding-top: 9px;
    padding-bottom: 11px;
    font-size: 20px;
        line-height: 67px;
    font-weight: 400;
}

.datetext a{
	   color:#FFFFFF;
	font-weight: bold;
	text-decoration:none;
	
}

.datetext a:hover{
	color:#FFFFFF;
}
.time h3 a{
	font-weight: 700;
	font-size:43px;
	    color: #f0ba1e;
	text-decoration:none;
}

.time h3 a:hover{
	   color:#cecece;
}
.time span a{
	   
		color:#FFFFFF;
	text-decoration:none;
}

.time span a:hover{
	 color: #f0ba1e;
}

.timepg{
	    font-size: 13px;
    line-height: 21px;
       color:#FFFFFF;
    font-weight: 400;
	    margin-top: 10px;
}

.hr1{
	
	color:#cecece;
}

/*====================*/

.footerbg{
	    background-color: #333333;
	/*min-height:188px;*/
	min-height:60px;
	color:#FFFFFF;
	vertical-align:middle;
}


.footerbg h6{
	padding-top:15px;}

.show-on-hover:hover > ul.dropdown-menu {
    display: block;    
}


/*======================social===============================*/
.social:hover {
     -webkit-transform: scale(1.1);
     -moz-transform: scale(1.1);
     -o-transform: scale(1.1);
 }
 .social {
     -webkit-transform: scale(0.8);
     /* Browser Variations: */
     
     -moz-transform: scale(0.8);
     -o-transform: scale(0.8);
     -webkit-transition-duration: 0.5s;
     -moz-transition-duration: 0.5s;
     -o-transition-duration: 0.5s;
 }

/*
    Multicoloured Hover Variations
*/
 
 #social-fb:hover {
     color: #3B5998;
 }
 #social-tw:hover {
     color: #4099FF;
 }
 #social-gp:hover {
     color: #d34836;
 }
 #social-em:hover {
     color: #f39c12;
 }
/*===============================================Frequently=====================================*/
.FAQ{
	
	 background: #f2f5f8;
	min-height:1047px !important;
}

.FAQ h1{
	
	    color: #00378d;
}
	
/*=========================================================about=============================================================================*/


.aboutbg p{
	font-size: 17px;
    line-height: 28px;
	
}
.aboutbg h1{
	 color: #00378d;
	
}

 
 .DigitalRx-User{
	  background: #f2f5f8;
	min-height:658px;
 }
 
 .DigitalRx-User{
	  color: #00378d;
 }
/*=========================================================Products=============================================================================*/

.Products{
	min-height:600px;
	    background: #f2f5f8;
	    margin-top: -20px;
	
}


.Products h1{
	color:  #00378d;
	
}
.Productsfa{
	    color: #00378d;
}

.Products p{
	font-size:17px;
	line-height:28px;
}


.listbg{
	
	min-height:800px;	
	background-color:#FFFFFF;
}


.listbg ul{
	line-height:40px;
}

.listbg li{
	font-size:17px;
}

.listbg h3{
	color: #23b9f2;
	
}
.listbgfa{
	color:#23b9f2;
}

.rxtoday{
		min-height:700px;
	background-color:#CEE5F5;
	
}

/*------------------------------------------------------------*/

.posbg{
	   // background: #f2f5f8;
	min-height:674px;
	
}

.posbg h1{
	color: #00378d;
	
}

.posbg ul{
	line-height:43px;
	
}

.posbg li{
	font-size:17px;
	
}
/*------------------------------------------------------------*/
.brother{
	  background: #f2f5f8;
	min-height:600px;
}

.brother h1{
	color: #00378d;
	}

.brother ul{
		line-height:43px;
}

.brother li{
	font-size:17px;}
/*----------------------emar--------------------------------------*/



.eMarsbg h2{
  color: #00378d;
}
.eMarsbox1{
	background-color:#F17B7D;
	    min-height: 783px;
	    padding: 15px;
	
}

.eMarsbox2{
	background-color:#91DBF1;
	    min-height: 783px;
	    padding: 15px;
	
}

.eMarsbox3{
	    background-color: #bcf5bc;
	    min-height: 783px;
	    padding: 15px;
	
}

.eMarsbg ul{
	line-height:40px;
	    
}

.eMarsbg li{
	font-size:17px;
	color:#000000;
}

.eMarsfa{
	color:#FFFFFF;
}
 p{
	font-size:17px;
}
strong{
	color: #23b9f2;
}


/*---------------------doctor-dispense.---------------------------------------*/
.soonbg {
	    
		    background: #f2f5f8;
			min-height:674px;
}
.soonbg h1{
	    color: #00378d;
		   
}
.soon{
	
	width:100%;
	
}

/*---------------------make-a-payment.---------------------------------------*/






/* Padding - just for asthetics on Bootsnipp.com */
body { }

/* CSS for Credit Card Payment form */
.credit-card-box .panel-title {
    display: inline;
    font-weight: bold;
}
.credit-card-box .form-control.error {
    border-color: red;
    outline: 0;
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(255,0,0,0.6);
}
.credit-card-box label.error {
  font-weight: bold;
  color: red;
  padding: 2px 8px;
  margin-top: 2px;
}
.credit-card-box .payment-errors {
  font-weight: bold;
  color: red;
  padding: 2px 8px;
  margin-top: 2px;
}
.credit-card-box label {
    display: block;
}
/* The old "center div vertically" hack */
.credit-card-box .display-table {
    display: table;
}
.credit-card-box .display-tr {
    display: table-row;
}
.credit-card-box .display-td {
    display: table-cell;
    vertical-align: middle;
    width: 50%;
}
/* Just looks nicer */
.credit-card-box .panel-heading img {
    min-width: 180px;
}

/*---------------------------hardwar--------------------------------------*/

.hardwar{
	  background: #f2f5f8;
	  min-height:900px;
}

.hardwar h1{
	 color: #00378d;
}

.hardwarbox{
		background-color:#FFFFFF;
		min-height:380px;
		text-align:center;
		margin-bottom:40px;
		border-color: #00378d;   
    	border-style: double;
		
}

.hardwarbox h3{
	 font-weight:bold;
}

.hardwarbox a:hover{
	background-color:#90EC31;
	
}
.hardwarbtn{
	    background-color: #00378d;
	min-height:50px;
	text-align:center;
	padding:10px;
	font-size:20px;
	color:#FFFFFF;
}

hardwarbtn a:hover{
	background-color:#BFBBBB;
	color:#FFFFFF;
}

/*---------------------------Rehardwar--------------------------------------*/


.rehardwar{
}

.rehardwarbox{
		background-color:#FFFFFF;
		min-height:380px;
		text-align:center;
		margin-bottom:40px;
		    border-color: #00378d;
    	border-style: double;
		
}

.rehardwar h1 {
    color:#00378d;
}

.rehardwarbox h3{
	 font-weight:bold;
}

.rehardwarbox a:hover{
	background-color:#90EC31;
	
}
.rehardwarbtn{
	    background-color: #23b9f2;
	min-height:50px;
	text-align:center;
	padding:10px;
	font-size:20px;
	color:#FFFFFF;
}

.rehardwarbtn a:hover{
	background-color:#BFBBBB;
	color:#FFFFFF;
}

/*---------------------------Service--------------------------------------*/
.service{
	background: #f2f5f8;
	min-height:860px;
}

.service h1{
	 color: #00378d;
}

.service h3{
	text-align:center;
}

.service p{
	text-align:center;
}
/*---------------------------Solution--------------------------------------*/
.Solution{
	    background: #f2f5f8;
     min-height: 777px;
}
.Solution h1{
	    color: #00378d;
}

/*---------------------------New-room--------------------------------------*/
.News-Room{
	    background: #f2f5f8;
}

.News-Room h1{
		 color: #00378d;

}

   
.blin{
	
	/*border-bottom: 2px solid #E5E5E5;
    margin-bottom: 30px;
    padding-bottom: 30px;*/
}

.newsbox{
	    background: #dcf5ff;
    /* border-bottom: red; */
  
    min-height: 255px;
}


/*---------------------------contact--------------------------------------*/
.contact{
	    background: #f2f5f8;
		    min-height: 750px
}

.contact h1{
		color: #00378d;
}
 


::selection {
  background-color: #b5e2e7;
}

::-moz-selection {
  background-color: #8ac7d8;
}





#logbox {
  
  background-color: #fff;
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
  min-height: 519px;

}





.input {
  width: 75%;
  height: 50px;
  display: block;
  margin: 0 auto 15px;
  padding: 0 15px;
  border: none;
  border-bottom: 2px solid #ebebeb;
}
.input:focus {
  outline: none;
  border-bottom-color: #00378d !important;
}
.input:hover {
  border-bottom-color: #dcdcdc;
}
.input:invalid {
  box-shadow: none;
}

.pass:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px white inset;
}

.inputButton {
  position: relative;
  width: 30%;
  height: 50px;
 
  margin: 30px auto 30px;
  color: white;
      background-color: #428bca;
  border: none;
  -webkit-box-shadow: 0 5px 0 #185e9a;
  -moz-box-shadow: 0 5px 0 #185e9a;
  box-shadow: 0 5px 0 #185e9a;
  font-size:30px;
}
.inputButton:hover {
  top: 2px;
  -webkit-box-shadow: 0 3px 0 #185e9a;
  -moz-box-shadow: 0 3px 0 #185e9a;
  box-shadow: 0 3px 0 #185e9a;
}
.inputButton:active {
  top: 5px;
  box-shadow: none;
}
.inputButton:focus {
  outline: none;
}


a:hovere{
	
	
}


/*=====================================================================Loinpage==========================================*/

.loginbg{
	   /* background: #23b9f2;
	   
	width:100%;
	min-height:550px;
	background:url(../img/logindashbg.jpg) no-repeat;
	background-size:cover;
	 min-height:834px;
	 background:url(../img/logindashbg2.jpg) no-repeat;
	margin-top:-20px;*/
	
	background:url(../img/logindashbg.jpg) no-repeat;
	
	background-size:cover;
	 min-height:834px;
	
	
	
}

.logintop{
	padding: 30px;
   background: #33b5e5;
	
    text-align: center;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
}
 
.logindown{
	position: relative;
    background: #fff;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
	
}

.loginfont{
	    font-family: Open Sans,sans-serif;
    font-style: inherit;
    font-weight: 400;
    text-align: center;
}

.loginpg{
	
    line-height: 22px;
    letter-spacing: .01em;
    margin-bottom: 10px;
    color: #303030;
	
	font-family: Open Sans,sans-serif;
    font-style: inherit;
    font-weight: 400;
    text-align: center;
}

.logincolor{
	    color: #505050;
		      
    font-size: 12px;
	font-weight:700px;
    font-family: Montserrat,sans-serif;
    
    
    letter-spacing: .25px;
}

.forgot-passwd{
	margin-top: 0;
    font-family: Open Sans,sans-serif;
    font-size: 14px;
   
    line-height: 22px;
    letter-spacing: .01em;
   
    color: #303030;
   
    font-weight: 400;
    
}

.left-inner-addon-login {
    position: relative;
}
.left-inner-addon-login input {
    padding-left: 30px;    
}
.left-inner-addon-login i {
    position: absolute;
    padding: 17px 12px;
    pointer-events: none;
}

.pgcolor{
	    color: #949090;
}

.headcolor{
	   /* color: #f7f7f7;*/
	   font-family: "Source Sans Pro",sans-serif;
    /* font-weight: 400; */
    font-size: 3.75em;
    /* line-height: 52px; */
}


/*====================================*/
.dcolor{
	    color: #23b9f2;
}

/*====================================*/
.Dashbord h2 {
	
	  color: #00378d;
	
}

.Dashbord th {
	
	color: #428bca;
	
}

.Dashbord  h1{
	  color: #00378d;
}

/*====================================*/	
.forgot{
	    background-color: #23b9f2;
		min-height:909px;
	}
	
/*====================================*/
.user{
	 background: #4ba7f3;
		min-height:909px;
}

.left-inner-addon {
    position: relative;
}
.left-inner-addon input {
    padding-left: 30px;    
}
.left-inner-addon i {
    position: absolute;
    padding: 10px 12px;
    pointer-events: none;
}
/*====================================*/
.Change-Requests{
	  background: #f2f5f8;
	           min-height: 670px;
}


.Change-Requests h1{
	color: #00378d;
}


/*====================================*/
.android-delivery-app-now-available{
	background-color:#FFFFFF;
	min-height:641px;
}

.android-delivery-app-now-available{
	
    background: #f2f5f8;
	 min-height: 670px;
	color: #00378d;
}
    
/*====================================*/
.extended-user-security h1{
	color: #00378d;
}
.extended-user-security li{
	line-height:30px;
}

.extended-user-security ul{
	font-size:17px;
}
/*====================================*/
.Topaz-Signature{
	   background: #f2f5f8;
    min-height: 658px;
}

.Topaz-Signature h1{
	color: #00378d;
}

.Topaz-Signature li{
	line-height:30px;
}

.Topaz-Signature ul{
	font-size:17px;
	
}

/*====================================*/
.Medi-Cal{
	  background: #f2f5f8;
}

.Medi-Cal h3{
	    color: #00378d;
}
.Medi-Cal video{
	
	background-color: #FFFFFF;
    min-height: 658px;
}
.Medi-Cal li{
	line-height:30px;
}

.Medi-Cal ul{
	font-size:17px;
}
.Medi-Cal h1{
	color: #00378d;}
/*====================================*/
.epson-workforce{
	  background: #f2f5f8;
    min-height: 658px;
}

.epson-workforce h1{
	color: #00378d;}

.epson-workforce ul{
	font-size:17px;
}

/*====================================*/
.ePadLink-Signature{
	  background: #f2f5f8;
    min-height: 658px;
}

.ePadLink-Signature h1{
	color: #00378d;
	}
.ePadLink-Signature ul{
	font-size:17px;
}

/*====================================*/
.laser-printe{
		  background: #f2f5f8;
    min-height: 658px;
}

.laser-printe h1{
		color: #00378d;
}

.laser-printe ul{
	font-size:17px;
}
/*====================================*/
.knowledgebase{
	  background: #f2f5f8;
        min-height: 370px;
}

.knowledgebase{
	color: #00378d;
}

.knowledgebase{
	font-size:17px;
}
/*====================================*/
.Windows-PC{
  background: #f2f5f8;
	       min-height: 670px;
}

.Windows-PC h1{
	    color: #00378d;

}
.price{
	color:#E94949;
}

/*=========================================*/
.gallery
{
    display: inline-block;
    margin-top: 20px;
}






.pagination>li>a, .pagination>li>span { border-radius: 0% !important;margin: 0 10px;         padding: 8px 15px;     border: 1px solid #428bca;}






/*==========================latest==================================================================================*/



.glyphicon-lg{font-size:3em}
.blockquote-box{border-right:5px solid #E6E6E6;margin-bottom:25px}
.blockquote-box .square{width:100px;min-height:50px;margin-right:22px;text-align:center!important;background-color:#E6E6E6;padding:20px 0}
.blockquote-box.blockquote-primary{border-color:#357EBD}
.blockquote-box.blockquote-primary .square{background-color:#428BCA;color:#FFF}
.blockquote-box.blockquote-success{border-color:#4CAE4C}
.blockquote-box.blockquote-success .square{background-color:#5CB85C;color:#FFF}
.blockquote-box.blockquote-info{border-color:#46B8DA}
.blockquote-box.blockquote-info .square{background-color:#5BC0DE;color:#FFF}
.blockquote-box.blockquote-warning{border-color:#EEA236}
.blockquote-box.blockquote-warning .square{background-color:#F0AD4E;color:#FFF}
.blockquote-box.blockquote-danger{border-color:#D43F3A}
.blockquote-box.blockquote-danger .square{background-color:#D9534F;color:#FFF}



.build{
	
	background:url(../img/build.jpg);
	background-size:cover;
	min-height:600px;
}



.destacados{
    padding: 20px 0;
  text-align: center;
}
.destacados > div > div{
  padding: 10px;
  border: 1px solid transparent;
  border-radius: 4px;
  transition: 0.2s;
}
.destacados > div:hover > div{
  margin-top: -10px;
  border: 1px solid rgb(200, 200, 200);
  box-shadow: rgba(0, 0, 0, 0.1) 0px 5px 5px 2px;
  background: rgba(200, 200, 200, 0.1);
  transition: 0.5s;
}


.btn-primary {
    color: #fff;
    background-color: #73b9fe;
    border-color: #73b9fe;
}

.btn-lg, .btn-group-lg>.btn {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 0px;
}

.btn-primary:hover{
	background-color:#FFFFFF;
	border-color: #73b9fe;
	color: #73b9fe;
}


.countbg{
	    background-color: #68686b;
	min-height:350px;
	color:#FFFFFF;
}

.counticon{
	    color: #f0ba1e;
}
.countfont{
	color:#FFFFFF;
	font-size:100px;
	font-weight:bold;
}

.whitecolor{
	color:#FFFFFF;
}

.customer{
	    background-color: #b9def8;
	min-height: 485px;
	
}

.ready{
	background-color:#00b1bb;
	min-height:200px;
}

.hometext{
	/*color:#4ba7f3;*/
	cursor: pointer;
    text-transform: uppercase;
    height: 25px;
    display: inline-block;
    font-weight: 500;
    letter-spacing: 0;
    -webkit-font-smoothing: antialiased;
	
	    font-family: "Source Sans Pro",sans-serif;
    font-weight: 400;
	    color: #778185;
		    font-size: 12px;
}


.navbar-default {
    background-color: #ffffff;
    border-color: #ffffff;	       
}

.Finallyfa{
	    color: #00378d;
	
}

.img-thumbnail {
	background-color:transparent;
	    border: 0px solid #ddd;
}

.soontopbg{
	background: #f2f5f8;
      min-height: 670px;
}

.soontop{
	margin-top:13%;
}
.mobileapp{
	     background: #f2f5f8;
    min-height: 1005px;
}
.mobileapp h2{
    color: #00378d;
}
.apps ul{
}
.apps li{
	text-decoration:none;
	display:inline;
}

.apps a{
}


.click{
	  color: #3F3E3E;
    text-decoration: none;
}
.click a:hover {
        color:#00378d;
    text-decoration: none;
}


.topmen ul{
	
}

.topmen li{
	float: left;
	text-decoration:none;
	list-style:none;
	
}

.topmen li a {
    display: block;
    
    text-align: center;
    padding: 7px 4px;
    text-decoration: none;
	
	
	cursor: pointer;
    font-size: 16px;
        color: #ffffff;
    
    height: 24px;
    display: inline-block;
	
	letter-spacing:0px;
    -webkit-font-smoothing: antialiased;
}

.topmen li a:hover {
	    color: #fff;
	}


#toTop{
	position: fixed;
    bottom: 135px;
    right: 120px;
    cursor: pointer;
    display: none;
	background-color: rgba(204, 204, 204, 0.5);
	border:none;
	padding: 16px 8px;
	border-radius:0px;
}

#toTop:hover{
	position: fixed;
    bottom: 135px;
    right: 120px;
    cursor: pointer;
    display: none;
	background-color: rgba(114, 185, 254, 0.75);
	padding: 16px 8px;
	border-radius:0px;
}


.downlodapps{
	min-height:670px;
	background: #f2f5f8;
}

.address ul{
	
}

.address li{
	text-decoration:none;
	list-style:none;
	line-height:40px;
	font-size:20px;
		
	
}

.address a{
	
	
}

.borderlin{
    border-style: solid;
    border-color: #c1b4b4;
    height: 585px;
    padding: 10px;}
	
.markating{
	background:url(../img/markatingbg.jpg);
	background-size:cover;
	min-height:800px;
}

.searchbg{
	
	
	min-height:800px;
}

.searchbox{
    display: block;
    width: 100%;
    height: 34px;
    padding: 40px 12px;
        font-size: 34px;
    line-height: 1.42857143;
    color:#E7E7E7 !important;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0px;
}

.searchbtn{
	display: inline-block;
      padding: 21px 12px;
    margin-bottom: 0;
    font-size: 27px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 0px;
}

.billing{
	background:url(../img/billingbg.png);
	background-size:cover;
	min-height:800px;
}

.tracing{
	background:url(../img/tracingbg.jpg);
	background-size:cover;
	min-height:800px;
}

.resource{
	background:url(../img/resource.jpg);
	background-size:cover;
	min-height:800px;
}

.desi{
	font-size:14px;
	/**margin-top: 105px;**/
}

.account{
	    background: #f2f5f8;
       min-height: 370px;
	
}

.account h1{
	    color:#00378d;
	
}

.dowlodlist ul{
	
}

.dowlodlist li{
line-height: 33px;
    list-style: none;
    font-size: 16px;
    /* font-weight: 900; */
    font-weight: bold;
    letter-spacing: 1px;
}

.dowlodlist li i{
	color: #aed6fe;
	font-size:12px;
	font-weight:lighter !important;}

.dowlodlist a{
		color:#ddd;
}

.dowlodlist a:hover{
		color:#73b9fe;
		text-decoration:none;
		margin-left: 20px;
		transition: all ease-in .05s;
}


/************* contact form css*****************/

.form-control {
    display: block;
    width: 100%;
    height: 30px;
    padding: 3px 6px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 2px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}







/*---------------------------Our pharmacy partners--------------------------------------*/



.pharmacypartners{
	    background: #f2f5f8;
	        min-height: 9630px;
}

.partnerswrapper{
	border-radius:3px;}

.pharmacypartners h1{
	color:#00378d;}

.partnerswrapper{
	border:1px solid #e8e8e8;
}

.pharmacylist{	
text-align:center;
    font-size: 20px;
}

.pharmacylist li{
	text-decoration:none;
	list-style-type:none;
	display:inline;
	}

.partnerlogo {
    text-align: center;
    min-height: 100px;
        /*background: rgb(206, 206, 206);*/
		    background: rgba(112, 182, 255, 0.41);
}
	
.partnerlogo > img{
	margin-top:8px;}	
	
.logocontent {
    height: 350px;
    background:#FFFFFF;
	background:url(../img/smallhandshak.png) no-repeat;
	
    line-height: 1.5em;
    padding: 12px;
	    box-shadow: 0 10px 16px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19) !important;
		overflow: scroll;
		    
}

.logoscroll{
	
    height: 350px;
	background:url(../img/smallhandshak1.png) no-repeat;
    
    line-height: 1.5em;
    padding: 12px;
    box-shadow: 0 10px 16px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19) !important;
   

}

.logoscroll p{
	
}

.logocontent p{
	    font-size: 17px !important;
    line-height: 33px;
}
.button1{
    background-color: #00378d;
    color: white;
   border: 1px solid #4CAF50;
    padding: 3px 11px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 13px;
    margin-left: 0px;
}	

.button1:hover{
    background-color: white;
    color: #00378d;
    border: 1px solid #00378d;
    padding: 3px 11px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 13px;
    margin-left: 0px;
}

.partnerlist ul{
	line-height:30px;
	font-size:30px;
}
.partnerlist li{
	line-height:30px;
	font-size:20px;
	
}

.supplies{
	 background: #f2f5f8;
	    min-height: 700px;
}

.supplies h1{
	color:#00378d;
}

.Dispensing{
	background: #f2f5f8;
	   min-height: 2900px;
}
.card{
	background: #f2f5f8;
	   min-height: 500px;
}

.partnersshipping{
		background: #f2f5f8;
	   min-height: 600px;
}
.partnersshipping h1{
	color:#00378d;
	}
	
/*---------------------------reject--------------------------------------*/

.panel-danger>.panel-heading{
	color: #ffffff;
    background-color: #5bc0de;
    border-color: #5bc0de;
}
.panel-danger{
	    color:#3D3B3B;
		    border-color: #5bc0de;
   
}

.panhead{
	color:#2B2A2A;
}
.paneltext{
	    font-size: 25px;
}
.panelbodytext{
	font-size: 17px;
}


.contactnum >a {
    color:white !important;
}


.ReloadBtn { 
  background:url('https://cdn3.iconfinder.com/data/icons/basic-interface/100/update-64.png') left top no-repeat;   
  background-size : 100%;
  width: 32px; 
  height: 32px;
  border: 0px;
  bottom: 30px;
  left : 310px;
  outline: none;
  cursor: pointer; /**/
}


fieldset { 
  border: 1px solid #ccc; 
  padding: 15px; 
  max-width: 376px;
  background-color: #fff;
  border-radius: 5px;
}

section { padding: 0 15px; }

.CaptchaWrap { position: relative; }
.CaptchaTxtField { 
  border-radius: 5px; 
  border: 1px solid #ccc; 
  display: block;  
  box-sizing: border-box;
}

#UserCaptchaCode { 
  padding: 15px 10px; 
  outline: none; 
  font-size: 18px; 
  font-weight: normal; 
  font-family: 'Open Sans', sans-serif;
  width: 343px;
}
#CaptchaImageCode { 
  text-align:center;
  margin-top: 15px;
  padding: 0px 0;
  width: 300px;
  overflow: hidden;
}

.capcode { 
  font-size: 46px; 
  display: block; 
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none; 
  cursor: default;
  letter-spacing: 1px;
  color: #ccc;
  font-family: 'Roboto Slab', serif;
  font-weight: 100;
  font-style: italic;
}

.ReloadBtn { 
  background:url('https://cdn3.iconfinder.com/data/icons/basic-interface/100/update-64.png') left top no-repeat;   
  background-size : 100%;
  width: 32px; 
  height: 32px;
  border: 0px; outline none;
  position: absolute; 
  bottom: 30px;
  left : 310px;
  outline: none;
  cursor: pointer; /**/
}
.btnSubmit {
  margin-top: 15px;
  border: 0px;
  padding: 10px 20px; 
  border-radius: 5px;
  font-size: 18px;
  background-color: #1285c4;
  color: #fff;
  cursor: pointer;
}

.error { 
  color: red; 
  font-size: 12px; 
  display: none; 
}
.success {
  color: green;
  font-size: 18px;
  margin-bottom: 15px;
  display: none;
}


.item > img {
    text-align:center;
    display:block;
}

.button5{
   border-width: 0;
    padding: 0;
    color: #fff;
    background-color: #73b9fe;
    vertical-align: middle;
    display: inline-block;
    text-align: center;
    padding: 7px 20px;
    border: 0px solid #fff;
    background-image: none;
}	

.button5:hover{
    text-decoration:none;
    border-width: 0;
    padding: 0;
    color: #fff;
    background-color: #73b9fe;
    vertical-align: middle;
    display: inline-block;
    text-align: center;
    padding: 7px 20px;
    border: 0px solid #fff;
    background-image: none;
}


.carousel-inner.vertical {
  height: 100%;
}
.carousel-inner.vertical > .item {
  -webkit-transition: .2s ease-in-out top;
  -o-transition: .2s ease-in-out top;
  transition: .2s ease-in-out top;
}
@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-inner.vertical > .item {
        -webkit-transition: -webkit-transform .2s ease-in-out;
        -o-transition: -o-transform .2s ease-in-out;
        transition: transform .2s ease-in-out;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000;
        perspective: 1000;
    }

        .carousel-inner.vertical > .item.next,
        .carousel-inner.vertical > .item.active.right {
            top: 0;
            -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
        }

        .carousel-inner.vertical > .item.prev,
        .carousel-inner.vertical > .item.active.left {
            top: 0;
            -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
        }

            .carousel-inner.vertical > .item.next.left,
            .carousel-inner.vertical > .item.prev.right,
            .carousel-inner.vertical > .item.active {
                top: 0;
                -webkit-transform: translate3d(0, 0, 0);
                transform: translate3d(0, 0, 0);
            }
}

    

    .contact {
        background: #fff;
        min-height: 750px;
    }


    .form-control {
        border-radius: 0px;
    }

    .button8 {
        border-radius: 4px;
        border-width: 0;
        padding: 0;
        color: #fff;
        background-color: #73b9fe;
        vertical-align: middle;
        display: inline-block;
        text-align: center;
        padding: 7px 20px;
        border: 0px solid #fff;
        background-image: none;
    }

    .form-group > label {
 
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 200;

    }

.headingbag {
  background-image:url(../img/abtmain.jpg);
  background-attachment: fixed;
  //min-height:100px;  
  background-position: center 0px;
  background-repeat: no-repeat;
  background-size: cover;  
  width:100%;
}


    .headingbag h1 {
        color: #fff;   
        font-weight: 200;    
        margin-top: 27px;
    }

/*changes on (7/4/2017)*/



.smallboxwrapper:hover {
    background-color:#7fa4c7;
    cursor:pointer;
}

.aboutbg{
	        background: #f2f5f8;
	       min-height: 501px;
	
}

.eMarsbg{
	    background: #f2f5f8;
	min-height:1380px;
}

.lengthline {
    background: #106eab;
    height: 1px;
    width: 90%;
    text-align: center;
}

.lengthline2 {
    background: #106eab;
    height: 1px;
    width: 100%;
    text-align: center;
}

.pharmacyheading h2{
    background: #4e79a2;
    color: #fff;
    padding: 10px;
    text-align: center;
    font-weight:200;
}

.pharmacyheading2 h3 {
    color:#4e79a2;
}

strong {
    color:black;
    letter-spacing:1.5px;
}
/** Captcha code***//

.captchatext1{
	    font-size: 10px;
    margin-top: -7px;
}

.captchatext2{
   font-size: 7px;
    margin-top: -7px;
    margin-right: 3px;
}

.captcha{
	background: #f9f9f9;
	    height: 74px;
    width: 300px;
	border: 1px solid #d3d3d3;
}

.chakbox{
	height: 30px;
    width: 30px;
    margin-top: 19px;
}


.robot{margin-top: -27px;
    margin-left: 40px;
    font-size: 17px;
}

.Change-Requests1 {
    background: #f2f5f8;
    min-height: 434px;
}






.android_image_tooltip span {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black;
}

.android_image_tooltip span {
    visibility:hidden;
    width: 269px;
    background-color: black;    
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 15px 0;
    position: absolute;
    z-index: 1;
    bottom: 5%;
    left: 122%;
    margin-left: -60px;
}

 

 .android_image_tooltip:hover span{
    visibility: visible;
}


.navbar-toggle{
    background-color: #333;
}


/******* Media quaries **********/

@media only screen and (max-width: 1197px) {
    .bannerimg {
        text-align:center;
    }
    .bannerimg > img{
	padding: 33px;
    height: 254px;
    text-align: center;
    display: inline-block;
    }

.bannerimgpara{
	text-align:center;
}

.bannerimgpara p{
    /**line-height: 131.42857147px;**/
    font-size: 91px;
   font-family: 'Muli', sans-serif;
    font-weight: normal;
	/**    letter-spacing: 4px;**/
    color: #ffffff;
    -webkit-text-shadow: 0px -2px 3px rgba(0,0,0,0.3);
    -o-text-shadow: 0px -2px 3px rgba(0,0,0,0.3);
    -ms-text-shadow: 0px -2px 3px rgba(0,0,0,0.3);
    -moz-text-shadow: 0px -2px 3px rgba(0,0,0,0.3);
    text-shadow: 0px -2px 3px rgba(0,0,0,0.3);
	text-align:center;
	letter-spacing:-4px;
    margin-top:-50px;
}



.bannerpara p{
	margin-top:8px;    
}
	
.button{
    margin-top:-15px;
}
	
.button:hover{	
    margin-top:-15px;
}		
	
}


@media only screen and (max-width: 566px) {
    .bannerimg > img {
    padding: 33px;
    height: 238px;
    text-align: center;
    display: inline-block;
}
    .bannerimgpara > h1 {
    font-weight: 200;
    text-decoration: none;
    color: #fff;
    font-size: 27px;
    margin: -16px;
    text-shadow: 2px 2px 6px rgba(0,0,0,0.3);
}

    .bannerpara p {
    line-height: 1.5; */
    margin-top: 25px;
    /* line-height: 25.71428572px; */
    font-size: 13px;
    text-align: justify;
    color: #fff;
    -webkit-text-shadow: 1px 1px 3px rgba(0,0,0,0.3);
    -o-text-shadow: 1px 1px 3px rgba(0,0,0,0.3);
    -ms-text-shadow: 1px 1px 3px rgba(0,0,0,0.3);
    -moz-text-shadow: 1px 1px 3px rgba(0,0,0,0.3);
    text-shadow: 1px 1px 3px rgba(0,0,0,0.3);
}
    .smallboxwrapper {
    margin-top: 15px;
    height: 60px;
    /* min-width: 317px; */
    border: 0px solid #4e79a2;
    background-color: #4e79a2;
    vertical-align: middle;
    text-align: center;
}
}

@media only screen and (max-width: 401px) {
    .bannerimg > img {
    padding: 33px;
    height: 219px;
    text-align: center;
    display: inline-block;
}
    .productsbox {
    min-height: 400px;    
    background-color: #f5f5f5;
    padding: 2em;
    border: 1px solid #ddd;
    margin-bottom: 15px;
    width: 96%,
}
    .smallboxwrapper {
    width: 96%;
    margin-top: 15px;
    height: 60px;   
    border: 0px solid #4e79a2;
    background-color: #4e79a2;
    vertical-align: middle;
    text-align: center;
}
}


@media only screen and (max-width: 380px) {
    
}


.gsc-input-box {
    border: 1px solid #D9D9D9;
    background: #fff;
    height: 33px !important;
}


input.gsc-search-button, input.gsc-search-button:hover, input.gsc-search-button:focus {
    border-color: rgba(19, 115, 176, 0.83) !important;
    background-color: rgba(19, 115, 176, 0.83) !important;
    background-image: none;
    filter: none;
}

.cse .gsc-search-button input.gsc-search-button-v2, input.gsc-search-button-v2 {
    width: 13px;
    height: 13px;
    padding: 12px 27px !important;
    min-width: 13px;
    margin-top: 2px;
}

.gsc-control-cse .gsc-table-result {
	font-family : inherit;
}

.gsc-control-cse .gsc-input-box {
	height : inherit;
}

input.gsc-input,
.gsc-input-box,
.gsc-input-box-hover,
.gsc-input-box-focus,
.gsc-search-button, input.gsc-search-button-v2 {
	box-sizing  : content-box;
	line-height : normal;
	margin-top  : 0px;
}

#gs_cb50{
    margin-top: 7px !important;
}

