/**

 * @author ( Angie Radtke )
 * @package Joomla
 * @subpackage Accessible-Template-Beez
 * @copyright Copyright (C) 2005 - 2009 Open Source Matters. All rights reserved.
 * @license GNU/GPL, see LICENSE.php
 * Joomla! is free software. This version may have been modified pursuant to the
 * GNU General Public License, and as distributed it includes or is derivative
 * of works licensed under the GNU General Public License or other free or open
 * source software licenses. See COPYRIGHT.php for copyright notices and
 * details.
 */

/* not ready */

*
{
        margin: 0;
        padding: 0;
}

body
{
    font-size: 100.01%;
    padding: 0px;
    text-align: center;
    position:relative;
}

/* ###################### general ###################### */
#all
{
    margin: 0 auto;
    max-width:1200px; /*sagar - modified total size of website*/ 
    padding: 15px;    /* 0px; sagar - modified total size of content area*/ 
    text-align: left;  /*sagar - modified text-align of website*/ 
}

#header
{
    display:block !important;
    position:relative;
    padding:0px 0 0 0;
    overflow:hidden;
}

#back
{
        margin: 0;
        padding:0px;
}

#contentarea,
#contentarea2
{
    position:relative;
    overflow:hidden;
    padding:0px 0px !important; /* for removing side columns padding - sagar modified*/
    margin:0;

}

#wrapper
{
        width:59%; /*sagar-modified*/
        float:left;
        position:relative;

}

#wrapper2
{
    width:72%;
    float:left;
    position:relative;
    padding-bottom:20px

}
#wrapper2 .item-page
{
    max-width:690px; /* old=660px sagar modified */
}
#main
{
    padding: 2px 0px 2px 1px; /* 10px 0px 20px 5px; sagar modified */
    position: relative;
    min-height:420px;
}

#right
{
    float:right; /*sagar-modified*/
    width: 19%; /* old value 20%  - sagar-modified */
    margin:0px 0px 10px 2%; /* margin:10px 0px 10px 2%; - sagar-modified */
    padding:0px 0px 5px 0px;
    position:relative;
}

.unseen,
.hidelabeltxt
{
    display: inline;
    height: 0px;
    left: -3000px;
    position: absolute;
    top: -2000px;
    width: 0px;
}

/* ++++++++++++++  nav after content  ++++++++++++++ */
.left
{
        padding-top:0px;
        float:right;
        margin:0px 0px 10px 0%; - /* margin:10px 0px 10px 0%; sagar-modified */
        width: 20%;
        position:relative;

}

/* ++++++++++++++  nav before content  ++++++++++++++ */
.left1
{
    padding:0px 0px 0px 0px; /*sagar-modified */
    float: left;
    margin:0px 1% 10px 0px; /*sagar-modified */
    width: 19%; /* 0000%; sagar-modified */
    position:relative
}

.leftbigger
{
     width:25%
}


/* ###################### header ###################### */

.skiplinks,
.skiplinks li
{
    display: inline;
    height: 0px;
    line-height:0;
    padding:0 !important;
}

.skiplinks li a.u2
{
    display: inline;
    height: 0px;
    left: -3000px;
    position: absolute;
    top: -2000px;
    width: 0px;

}

.skiplinks li a.u2:active,
.skiplinks li a.u2:focus
{
    position:absolute;
    width:13em;
    top:10px;
    left:10px;
    line-height:1.5em;
    padding:5px;
    font-weight:bold;
    height:3em;

}

.wrap
{
    border: 0;
    clear: both;
    float: none;
    font-size: 1px;
    height: 0;
    line-height: 1px;
    margin: 0;
    padding: 0;
    visibility: hidden;
}

h1#logo
{
        font-size:3.5em;
        line-height:1.0em;
}

#logo
{
        margin-top:0.6em;
        margin-left:10px;
        /* position:absolute;*/
        display:block;
        padding:20px 20px 20px 10px;
        width:425px;
        padding-top:0.6em;
        font-weight:normal;
        line-height:1em;
        font-size:3em;
}

#logo img
{
        display: block;
}

#logo span
{
        padding-left:2px
}

#logo span.header1
{
        font-size:0.4em;
        display:block;
        top:0em;
        line-height:0.8em
}

.logoheader
{
        margin:0;
        padding:0;
        text-align:left;
        font-weight:normal;
        line-height:1.5em;
        min-height:159px;

}

#line
{       padding:5px 0px 2px 2px;
        position:absolute;
        right :20px;
        top:5em;
        max-width:38em;

}


/* ++++++++++++++  button for closing right column  ++++++++++++++ */

#close
{
        margin-right:0px;
        font-size:0.85em;
        text-transform:uppercase;
}

#close span
{
    position:absolute;
    right: 20px;
    z-index:10000;
    top:5px;
    width:7em;
    font-weight:bold;
    text-align:right;
    line-height:1.5em;
    padding:5px 2px 5px 5px
}

/* ###################### main ###################### */

/* ++++++++++++++  position  ++++++++++++++ */

.blog-featured
{
        padding: 0;
}

.items-leading
{
        padding:0px 5px 10px 5px;
        overflow:hidden;
        margin-bottom:10px
}

.row-separator
{
        display: block;
        clear: both;
        margin: 0;
        border: 0px;
        height:1px
}

.item-separator
{
        display: none;
        margin: 0px;
}

.shownocolumns
{
        width:98% !important;
}

#top
{
        margin:0 0 20px 0;
        overflow:hidden
}

/* ++++++++++++++  blog  ++++++++++++++ */

.cols-1
{
        display: block;
        float: none !important;
        margin: 0 !important;
}

.cols-2 .column-1
{
        width:46%;
        float:left;
}

.cols-2 .column-2
{
        width:46%;
        float:right;
        margin:0
}

.cols-3 .column-1
{
        float:left;
        width:29%;
        padding:0px 5px;
        margin-right:4%

}
.cols-3 .column-2
{
        float:left;
        width:29%;
        margin-left:0;
        padding:0px 5px
}
.cols-3 .column-3
{
        float:right;
        width:29%;
        padding:0px 5px
}

.items-row
{
        overflow:hidden;
        margin-bottom:10px !important;
}

.column-1,
.column-2,
.column-3
{
        padding:10px 5px
}

.column-2
{
        width:55%;
        margin-left:40%;
}

.column-3
{
        width:30%
}

.blog-more
{
        padding:10px 5px
}

/* ++++++++++++++  footer  ++++++++++++++ */

#bottom
{
        overflow:hidden
}

.box
{
        /*width:27%;*/ /* sagar */
        float:left;
        margin-right:1px;
        /*min-height:100px*//* sagar */
}

.box1
{
        width:100%
}

.box2
{
        width:0%
}

.box3
{
        float:right
}

.box-img-slider-sk
{
        width:100%;
        float:none;
        margin-right:0px;
        /*min-height:200px*/
}

.box-img-slider-sk-mid
{
        width:100%;
        float:none;
        margin-right:0px;
        /*min-height:190px*/
}

.box-bottom-sk
{
        width:17%;
        float:left;
        margin-right:5px; /* sagar */
        min-height:200px
}

.box1-bottom-sk
{
        width:16%
}

.box2-bottom-sk
{
        width:16%
}

.box3-bottom-sk
{
        width:16% /*        float:right */
}
.box4-bottom-sk
{
        width:16%
}

.box5-bottom-sk
{
        width:16%
}

.box6-bottom-sk
{
         width:15% ;
         float:right;
         
}
.box7-bottom-sk
{
         width:0% ;
         float:right;
}

#footer-inner
{
        max-width: 1200px;  /*1025px; */
        margin:0 auto;
        font-size:0.8em;
        padding:1px 20px 15px 10px;
}

/*sagar-created*/
#footer-slider
{
        max-width:1200px; /* 1025*/
        margin:0 auto;
        font-size:0.8em;
        /*padding:10px 15px 15px 10px;*/
}


img { border: 0 none; }



/* -------------------sagar header top starts------------------------- */

#Top-sk {
    /*padding: 1px 10px 2px 20px;*/ /*sagar 14-jan-2018*/
    margin: 0px auto;

    text-align: left;
   
    display: block;
    
    width: 1200px;
	height: 88px;
	
    overflow: hidden;
    background-color:white;

    border-width:thin;
    border-color:Blue;

}

/* logo block */
.box-Top-sk-Logo
{
        width:287px;
        height:88px;
        
        border-width:thin;
		background-color:white; 
		
        float:left;
        margin-right:10px;
 }


/* column-1 */
.box-Top-sk-1
{
        width:893px;
        height:44px;
        
        border-width:thin;
		background-color:white; 
		
               float:right;
        margin-right:10px;
        /*margin-top: 10px;*/

}

/* column-2 */
.box-Top-sk-2
{
        width:893px;
        height:44px;
        
        border-width:thin;
		background-color:white; 
		
		
               float:right;
        margin-right:10px;
        /* min-height:200px */
}

/* First Line column-1-1 */
.box-Top-sk-1-1
{
        width:300px;
        height:30px;
        
        border-width:thin;
		background-color:white; 
		
               float:left;
        margin-right:0px;
        margin-top: 0px;

}

/* First Line column-1-2 */
.box-Top-sk-1-2
{
        width:590px;
        height:30px;
        
        border-width:thin;
		background-color:white; 
		background-image: url('../images/top-contacts-gray-bar-1.png');
		
               float:right;
        margin-right:0px;
        margin-top: 0px;

}


/* scond line column-2-1 */
.box-Top-sk-2-1
{
        width:350px; /* sagar */
        height:30px;
        
        border-width:thin;
		background-color:white; 
		
               float:left;
        margin-right:0px;
        margin-top: 0px;

}

/* scond line column within column column-2-1-1 */
.box-Top-sk-2-1-1
{
        font-family:arial,helvetica,sans-serif;
        font-size:small;
        width:310px; /*sagar*/
        height:20px;
        
        border-width:thin;
		background-color:white; 
		
               float:none;
        margin-right:0px;
        margin-top: 5px;

}


/* scond line column-2-2 */
.box-Top-sk-2-2
{
        width:300px; /* 280 */
        height:30px;
        
        border-width:thin;
		background-color:white; 
		/*background-image: url('top-contacts-gray-bar.png');*/
		
               float:left; /* sagar*/
        margin-right:0px;
        margin-top: 0px;

}

/*  TOP SUPPORT START  */

div.space
{
	margin:0; 
	padding:0; 
	float:left; 
	width:38px; 
	height:44px;
}

div.email
	{
		margin:0; 
		padding:0px; 
		float:left; 
		width:186px; 
		height:32px;
	}

div.email a{
	margin:0; 
	text-align:center; 
	line-height:27px; 
	color:#ffffff; 
	text-decoration:none; 
	float:left; 
	width:192px; 
	/*background:url('info.gif') no-repeat 14px 9px;  */
	font-style:normal; 
	font-variant:normal; 
	font-weight:bold; 
	font-size:12px; 
	font-family:Tahoma; 
	padding-left:19px; 
	padding-right:0px; 
	padding-top:0px; 
	padding-bottom:0px
	}

div.email a:hover
{
	text-decoration:underline;
}

div.call
{
    margin:0; 
    float:left; 
    width:160px; 
    height:32px; 
    text-align:center; 
    line-height:28px; 
    color:#ffffff; 
    /*background:url('india-map.gif') no-repeat 32px 7px;*/
    font-style:normal; 
    font-variant:normal; 
    font-weight:bold; 
    font-size:12px; 
    font-family:Tahoma; 
    padding-left:36px; 
    padding-right:0px; 
    padding-top:0px; 
    padding-bottom:5px
    }

#OnlineSupport {
    float: left;
    margin: 0px;
    width: 115px;
    color: rgb(255, 255, 255);
    cursor: pointer;
    background: url('online-support.jpg') no-repeat 19px 1px;
    font-style:normal; 
    font-variant:normal; 
    font-weight:bold; 
    line-height:24px; 
    font-size:12px; 
    font-family:Tahoma; 
    padding-left:52px; 
    padding-right:0px; 
    padding-top:0px; 
    padding-bottom:0px
}

div.SupportSkype{margin:0; padding:0px 0px 0px 0px; float:left; width:162px; height:32px;}
div.SupportSkype a:hover,div.case-studies_2 a:hover{text-decoration:underline;}

#chat-con {float:left;margin:0px;padding:0px 0px 0px 133px;width:594px;}

	
#SupportIcons
{
    float:left;
    margin:6px 0px 0px 0px;
    padding:0px 8px;
    width:150px;
         background:url(chat-bg.jpg) bottom left repeat-x #ffffff;
         border:1px solid #e2e2e2;
         display:none;         
         z-index:1000000;
         position:relative;
         }

#SupportIcons ul{margin:0px;padding:0px;width:150px;text-align:left;list-style-type:none;z-index:100000;}

#SupportIcons ul li:hover > ul {
		display: block;
	}


#SupportIcons ul li{margin:0px;padding:5px 0px 5px 0px;line-height:22px;font:bold 11px Tahoma;z-index:100000;}

#SupportIcons ul li.skype{
	margin:0px;line-height:21px;
	/*background:url('../images/support-icons.png') no-repeat 5px 6px;*/
	border-bottom:1px dotted #d7d7d7; 
	font-style:normal; font-variant:normal; 
	font-weight:bold; 
	font-size:11px; 
	font-family:Tahoma; 
	padding-left:35px; 
	padding-right:0px; 
	padding-top:5px; 
	padding-bottom:12px
	}
	
#SupportIcons ul li a{color:#000000;text-decoration:none;}
#SupportIcons ul li a:hover{color:#464646;text-decoration:underline;}

#SupportIcons ul li.yms{
	margin:0px;line-height:21px;
	/*background:url('../images/support-icons.png') no-repeat 5px -30px;*/
	border-bottom:1px dotted #d7d7d7;
	z-index:100000; 
	font-style:normal; font-variant:normal; 
	font-weight:bold; font-size:11px; 
	font-family:Tahoma; 
	padding-left:35px; 
	padding-right:0px; 
	padding-top:5px; 
	padding-bottom:12px
	}
	
#SupportIcons ul li.gtalk{
	margin:0px;line-height:21px;
	/*background:url('../images/support-icons.png') no-repeat 5px -70px;*/
	z-index:100000; 
	font-style:normal; 
	font-variant:normal; 
	font-weight:bold; 
	font-size:11px; 
	font-family:Tahoma; 
	padding-left:35px; 
	padding-right:0px; 
	padding-top:5px; 
	padding-bottom:12px}
	
#SupportIcons ul li.FB{
	margin:0px;line-height:21px;
	/*background:url('support-icons.png') no-repeat 5px -100px;*/
	z-index:1000000; 
	font-style:normal; 
	font-variant:normal; 
	font-weight:bold; 
	font-size:11px; 
	font-family:Tahoma; 
	padding-left:35px; 
	padding-right:0px; 
	padding-top:5px; 
	padding-bottom:12px}
	
	
/* Online Support menu start*/

navSupport 
{
    margin:10px 10px 10px 10px;	
    /*
	padding-top:7px;
    padding-bottom:1px;
	padding-left:10px;
	padding-right:15px;	
	*/
	text-align: center;
	color:#ffffff;
	z-index:10000; 
	/*background:url('support-icons.png') no-repeat 5px -100px;	*/
	font-style:normal; 
	font-variant:normal; 
	font-weight:bold; 
	font-size:12px; 
	font-family:Tahoma; 	
}
navSupport ul ul {
	display: none;
}
	navSupport ul li:hover > ul {
		display: block;
	}
	
navSupport ul {
	background: #none; 	
	/*
	padding-top:7px;
    padding-bottom:0px;
	padding-left:10px;
	padding-right:15px;		
			*/
	border-radius: 10px;  
	list-style: none;
	position: relative;
	display: inline-table;
}
	navSupport ul:after {
		content: ""; clear: both; display: block
	}

	navSupport ul li {
		float: left;
	}
		navSupport ul li:hover {
			background:none;
			/*
            background: linear-gradient(top, #4f5964 0%, #5f6975 40%);
			background: -moz-linear-gradient(top, #4f5964 0%, #5f6975 40%);
			background: -webkit-linear-gradient(top, #4f5964 0%,#5f6975 40%);
            */
		}
			navSupport ul li:hover a {
				color: #000;
			}
		
		navSupport ul li a {
			display: block; 
			/*
			padding-top:7px;
            padding-bottom:0px;
	        padding-left:30px;
	        padding-right:5px;		
				*/
			color: #757575; 
			text-decoration: none;
		}
			
		
	navSupport ul ul {
		background: #0ff; 
		border-radius: 0px; 
		/*
		padding-top:0px;
        padding-bottom:7px;
	    padding-left:0px;
	    padding-right:0px;	
	        
	    margin-top:7px;
        margin-bottom:7px;
	    margin-left:0px;
	    margin-right:0px;	
	        */
		position: absolute; 
		top: 100%;
	}
		navSupport ul ul li {
			float: none;			
			/*margin:10px 10px 10px 10px;*/
            /*border-top: 1px solid #6b727c;*/
			border-bottom: 1px solid #575f6a; 
            
			position: relative;
		}
			navSupport ul ul li a {
			/*padding-top:2px;
            padding-bottom:7px;
	        padding-left:50px;
	        padding-right:15px;	
	        
	        margin-top:2px;
            margin-bottom:2px;
	        margin-left:0px;
	        margin-right:30px;*/	
	        	        
	        color: #fff;
			}	
				navSupport ul ul li a:hover {
					background: #4b545f;
					color:#fff;
				}
		
	navSupport ul ul ul {
		position: absolute; 
		left: 100%; 
		top:0;
	}
	
/* Online Support menu end*/


/*  TOP SUPPORT END  */

.box1-Top-sk
{
        width:100%;
        background-color:Red;        
}

.box2-Top-sk
{
        width:893px;
        height:88%;
        background-color:white;
        /*background-image: url('top-contacts-gray-bar.png');      */  
        float:right
       
}

.box21-Top-sk
{
        width:589px;
        height:30px;
        background-color:Red;
        background-image: url('top-contacts-gray-bar.png');        
        float:right        
}

.box3-Top-sk
{
        width:100% /*        float:right */
        background-color:white;

}
.box4-Top-sk
{
        width:16%
}

.box5-Top-sk
{
        width:16%
}

.box6-Top-sk
{
         width:15% ;
         float:right;
         
}
.box7-Top-sk
{
         width:0% ;
         float:right;
}

/* ------------------------- sagar header top ends-------------------------------*/

/*sagar table starts */


div.contentp{
margin:5px 0px 0px 0px;
padding:0 0 0 0.5em;
float:left;
}
div.contentp1{
margin:0px 0px 0px 0px;
padding:0 0 0 0.0em;
float:left;
width:690px;
border-color:red;
border: 1px;
}
div.contentp1 .column1{
margin:0px;
padding:0px;
float:left;
width:155px;
border-right:1px solid #ffffff;
}
div.contentp1 .bn{
margin:0px;
padding:5px 0px 5px 0px;
font:bold 12px Tahoma;
line-height:25px;
color:#ffffff;
display:block;
float:left;
width:690px;
background-color:#636363;
text-transform:uppercase;
}

/*Column Headers*/
div.contentp1 .column1 .hd{
margin:0px;
padding:147px 0px 0px 0px;
width:155px;
background:url(../images/tbl/seo-packages-Compare-type-small.jpg) top left no-repeat;
}
div.contentp1 .column2 .hd{
margin:0px;
padding:147px 0px 0px 0px;
width:105px;
background:url(../images/tbl/seo-packages-Compare-Basic-small.jpg) top left no-repeat #e4f1d0;
}
div.contentp1 .column3 .hd{
margin:0px;
padding:147px 0px 0px 0px;
width:105px;
background:url(../images/tbl/seo-packages-Compare-Standard-small.jpg) top left no-repeat #ecf4df;
}
div.contentp1 .column4 .hd
{
margin:0px;
padding:147px 0px 0px 0px;
width:108px;
background:url(../images/tbl/seo-packages-Compare-Silver-small.jpg) top left no-repeat #daeefb;
}
div.contentp1 .column5 .hd
{
margin:0px;
padding:147px 0px 0px 0px;
width:105px;
background:url(../images/tbl/seo-packages-Compare-Gold-small.jpg) top left no-repeat #ecf4df;
}
div.contentp1 .column6 .hd
{
margin:0px;
padding:147px 0px 0px 0px;
width:105px;
background:url(../images/tbl/seo-packages-Compare-Business-small.jpg) top left no-repeat #f3fbd6;
}
div.contentp1 .column2{
margin:0px;
padding:0px;
float:left;
width:105px;
background-color:#e4f1d0;
border-right:1px solid #ffffff;
}
div.contentp1 .column3{
margin:0px;
padding:0px;
float:left;
width:105px;
}
div.contentp1 .column4
{
    margin:0px;
padding:0px;
float:left;
width:108px;
border-left:1px solid #ffffff;
border-right:1px solid #ffffff;
background-color:#daeefb;
}
div.contentp1 .column5{
margin:0px;
padding:0px;
float:left;
width:105px;
border-right:1px solid #ffffff;
}
div.contentp1 .column6{
margin:0px;
padding:0px;
float:left;
width:105px;
background-color:#f3fbd6;
}


div.contentp1 .column1 ul {
list-style-type:none;
margin:0px;
padding:0px;

}

div.contentp1 .column2 ul {
list-style-type:none;
margin:0px;
padding:0px;
width:105px;
text-align:center;
}

div.contentp1 .column3 ul {
list-style-type:none;
margin:0px;
padding:0px;
width:105px;
text-align:center;
}
div.contentp1 .column4 ul {
list-style-type:none;
margin:0px;
padding:0px;
width:105px;
text-align:center;
}

div.contentp1 .column5 ul {
list-style-type:none;
margin:0px;
padding:0px;
width:105px;
text-align:center;
}

div.contentp1 .column6 ul {
list-style-type:none;
margin:0px;
padding:0px;
width:105px;
text-align:center;
}


div.contentp1 .column1 ul li{
margin:0px;
padding:5px 0px 5px 6px;
font:bold 11px Tahoma;
line-height:30px;
color:#464646;
display:block;
height:30px;
}

div.contentp1 .column1 ul li.gry{
margin:0px;
padding:5px 0px 5px 6px;
font:bold 11px Tahoma;
line-height:30px;
color:#464646;
background-color:#f6f5f5;
height:30px;
}

div.contentp1 .column2 ul li{
margin:0px;
padding:5px 0px 5px 6px;
font:bold 11px Tahoma;
line-height:30px;
color:#464646;
display:block;
height:30px;
background-color:#e4f1d0;
}

div.contentp1 .column2 ul li .tic{
margin:0px;
padding:0px;
background:url(../images/tic.png) top center no-repeat;
height:30px;
width:105px;
}

.tic span{
display:none;}

.cross span{
display:none;}

div.contentp1 .column2 ul li .cross{
margin:0px;
padding:0px;
background:url(../images/cross.png) top center no-repeat;
height:30px;
width:105px;
}

div.contentp1 .column2 ul li.grn{
margin:0px;
padding:5px 0px 5px 6px;
font:bold 11px Tahoma;
line-height:30px;
color:#464646;
background-color:#cbe1ab;
height:30px;
}

div.contentp1 .column2 ul li.grn .tic{
margin:0px;
padding:0px;
background:url(../images/tic.png) top center no-repeat #cbe1ab;
height:30px;
width:105px;
}

div.contentp1 .column2 ul li.grn .cross{
margin:0px;
padding:0px;
background:url(../images/cross.png) top center no-repeat #cbe1ab;
height:30px;
width:105px;
}

div.contentp1 .column3 ul li{
margin:0px;
padding:5px 0px 5px 6px;
font:bold 11px Tahoma;
line-height:30px;
color:#464646;
display:block;
height:30px;
background-color:#ecf4df;
}

div.contentp1 .column3 ul li .tic{
margin:0px;
padding:0px;
background:url(../images/tic.png) top center no-repeat #ecf4df;
height:30px;
width:105px;
}

div.contentp1 .column3 ul li .cross{
margin:0px;
padding:0px;
background:url(../images/cross.png) top center no-repeat;
height:30px;
width:105px;
}

div.contentp1 .column3 ul li.grn{
margin:0px;
padding:5px 0px 5px 6px;
font:bold 11px Tahoma;
line-height:30px;
color:#464646;
background:url(../images/green-lft.jpg) top right repeat-y ;
height:30px;
}

div.contentp1 .column3 ul li.grn .tic{
margin:0px;
padding:0px;
background:url(../images/tic.png) top center no-repeat;
height:30px;
width:105px;
}

div.contentp1 .column3 ul li.grn .cross{
margin:0px;
padding:0px;
background:url(../images/cross.png) top center no-repeat;
height:30px;
width:105px;
}

div.contentp1 .column4 ul li{
margin:0px;
padding:5px 0px 5px 6px;
font:bold 11px Tahoma;
line-height:30px;
color:#464646;
display:block;
height:30px;
background-color:#daeefb;

}

div.contentp1 .column4 ul li .tic{
margin:0px;
padding:0px;
background:url(../images/tic.png) top center no-repeat;
height:30px;
width:105px;
}

div.contentp1 .column4 ul li .cross{
margin:0px;
padding:0px;
background:url(../images/cross.png) top center no-repeat;
height:30px;
width:105px;
}

div.contentp1 .column4 ul li.blu{
margin:0px;
padding:5px 0px 5px 6px;
font:bold 11px Tahoma;
line-height:30px;
color:#464646;
background-color:#a9cdd9;
height:30px;
}

div.contentp1 .column4 ul li.blu .tic{
margin:0px;
padding:0px;
background:url(../images/tic.png) top center no-repeat;
height:30px;
width:105px;
}

div.contentp1 .column4 ul li.blu .cross{
margin:0px;
padding:0px;
background:url(../images/cross.png) top center no-repeat;
height:30px;
width:105px;
}

div.contentp1 .column5 ul li{
margin:0px;
padding:5px 0px 5px 6px;
font:bold 11px Tahoma;
line-height:30px;
color:#464646;
display:block;
height:30px;
background-color:#ecf4df;
}

div.contentp1 .column5 ul li .tic{
margin:0px;
padding:0px;
background:url(../images/tic.png) top center no-repeat;
height:30px;
width:105px;
}

div.contentp1 .column5 ul li.cross{
margin:0px;
padding:0px;
background:url(../images/cross.png) top center no-repeat;
height:30px;
width:105px;
}

div.contentp1 .column5 ul li.grn{
margin:0px;
padding:5px 0px 5px 6px;
font:bold 11px Tahoma;
line-height:30px;
color:#464646;
background:url(../images/green-rt.jpg) top left repeat-y;
height:30px;
}

div.contentp1 .column5 ul li.grn .tic{
margin:0px;
padding:0px;
background:url(../images/tic.png) top center no-repeat;
height:30px;
width:105px;
}

div.contentp1 .column5 ul li.grn .cross{
margin:0px;
padding:0px;
background:url(../images/cross.png) top center no-repeat;
height:30px;
width:105px;
}

div.contentp1 .column6 ul li{
margin:0px;
padding:5px 0px 5px 6px;
font:bold 11px Tahoma;
line-height:30px;
color:#464646;
display:block;
height:30px;
background-color:#f3fbd6;
}

div.contentp1 .column6 ul li .tic{
margin:0px;
padding:0px;
background:url(../images/tic.png) top center no-repeat;
height:30px;
width:105px;
}

div.contentp1 .column6 ul li.cross{
margin:0px;
padding:0px;
background:url(../images/cross.png) top center no-repeat;
height:30px;
width:105px;
}

div.contentp1 .column6 ul li.grn{
margin:0px;
padding:5px 0px 5px 6px;
font:bold 11px Tahoma;
line-height:30px;
color:#464646;
background-color:#cbe1ab;
height:30px;
}

div.contentp1 .column6 ul li.grn .tic{
margin:0px;
padding:0px;
background:url(../images/tic.png) top center no-repeat;
height:30px;
width:105px;
}

div.contentp1 .column6 ul li.grn .cross{
margin:0px;
padding:0px;
background:url(../images/cross.png) top center no-repeat;
height:30px;
width:105px;
}

/*sagar table ends*/

/* sagar social media bubbles start */

.bubblewrap{
list-style-type:none;
margin:0;
padding:0;
}

.bubblewrap li{
display:inline;
width: 39px; /* 65px; */
height:39px; /* 60px; */
}

.bubblewrap li img{
width: 39px; /*  55 width of each image.*/
height: 39px; /* 60 height of each image.*/
border:0;
margin-right: 7px; /*spacing between each image*/
-moz-transition:-moz-transform 0.1s ease-in; /*animate transform property */
-webkit-transition:-webkit-transform 0.1s ease-in; 
-o-transition:-o-transform 0.1s ease-in; /*animate transform property in Opera */
}

.bubblewrap li img:hover{
-moz-transform:scale(1.6); /*scale up image 1.8x*/
-webkit-transform:scale(1.6);
-o-transform:scale(1.6);
}

/* sagar social media bubbles end */

