@charset "utf-8";
/* CSS Document */
/*  
@@@@ My Custome Stylesheet
*
*
	font-family: 'Roboto', sans-serif;
	
*
*/
@import url('https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i');

@font-face {
    font-family: 'tam-tamil085normal';
    src: url('../fonts/tam85.woff2') format('woff2'),
         url('../fonts/tam85.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}


a, a:hover {
	text-decoration: none !important;
}
ul {
	margin-bottom: 0px !important;
}
li {
	list-style: none;
}
body {
	font-size: 14px;	
	font-weight: 400;
	margin:0;
	color:#7c7c7c !important;
	font-family: 'tam-tamil085normal';
}

.navbar_wrap{
	position: relative;
	z-index: 1;
}
.navbar_wrap .navbar-default{
	text-align: center;
    border-bottom: 1px solid rgba(255,255,255,.3);
    background: rgb(80,200,164) !important;
background: linear-gradient(90deg, rgba(80,200,164,1) 0%, rgba(29,95,156,1) 100%) !important;
	padding: 25px 0;
	-webkit-transition: background 500ms ease-in-out,padding 500ms ease-in-out;
-moz-transition: background 500ms ease-in-out,padding 500ms ease-in-out;
-ms-transition: background 500ms ease-in-out,padding 500ms ease-in-out;
-o-transition: background 500ms ease-in-out,padding 500ms ease-in-out;
transition: background 500ms ease-in-out,padding 500ms ease-in-out;
}
.navbar_wrap .navbar-default.stick{
	padding: 10px 0;
	-webkit-transition: background 500ms ease-in-out,padding 500ms ease-in-out;
-moz-transition: background 500ms ease-in-out,padding 500ms ease-in-out;
-ms-transition: background 500ms ease-in-out,padding 500ms ease-in-out;
-o-transition: background 500ms ease-in-out,padding 500ms ease-in-out;
transition: background 500ms ease-in-out,padding 500ms ease-in-out;
}

#mobile_menu, #mobile_menu.stick .navbar{
	display: none;

	-webkit-transition: background 500ms ease-in-out,display 500ms ease-in-out;
-moz-transition: background 500ms ease-in-out,padding 500ms ease-in-out;
-ms-transition: background 500ms ease-in-out,display 500ms ease-in-out;
-o-transition: background 500ms ease-in-out,display 500ms ease-in-out;
transition: background 500ms ease-in-out,display 500ms ease-in-out;
}
#mobile_menu.stick .search_sec{
	background: #FFF;
	-webkit-box-shadow: 0 2px 5px rgba(0,0,0,0.1);
	box-shadow: 0 2px 5px rgba(0,0,0,0.1);
	padding: 20px 0;
}
.input_logo_append {
    max-width: 15%;
    padding: 6px;
	height: 38px;
	display: none;
	overflow: hidden;
	margin-right: 6px;
	background: rgb(80,200,164) !important;
background: linear-gradient(90deg, rgba(80,200,164,1) 0%, rgba(29,95,156,1) 100%) !important;
}
#mobile_menu.stick .input_logo_append{
	display: block;
}
.input_logo_append img{
	height: 100%;
}

/* side slide menu */
.slide_menu {
    position: relative;
    display: none;
    background-color:#28a745;
	border: 1px solid#28a745;
    padding: 8px 10px;
    border-radius: 4px;
    margin-right: 10px;
}
.nav_icon .fa{
	font-size: 20px;
    cursor: pointer;
    color: #FFF;
}
.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    background-color: #FFF;
    overflow-x: hidden;
    transition: 0.5s;
	text-align:left;
	padding-top: 30px;
	z-index: 1001;
}
.sidenav .closebtn {
    position: absolute;
    top: 5px;
    right: 5px;
    font-size: 100%;
    color:#818181;
	font-weight: normal;
	background: #4CAF50;
    border-radius: 50%;
    width: 28px;
    height: 28px;
    display: block;
    text-align: center;
    z-index: 10;
}
.closebtn .fa {
    font-size: 16px;
    line-height: 26px;
    color: #FFF;
}
.category_menu{
	padding: 15px;
}
/*! ===== // HEADER:: end  // ===== !*/

.wrap_main{
	background: #E6E6E6;
}
.search_sec{
	background: #E6E6E6;
	padding: 15px 0;
	-webkit-transition: background 500ms ease-in-out,padding 500ms ease-in-out;
-moz-transition: background 500ms ease-in-out,padding 500ms ease-in-out;
transition: background 500ms ease-in-out,padding 500ms ease-in-out;
}
.search_sec .input-group .form-control{
	border-color: #4CAF50;
	border-radius: .25rem !important;
}
.search_sec .input-group .input-group-append{
	border-radius: .25rem !important;
	margin-left: 4px;
	overflow: hidden;
	color:#ffffff;
	font-family: 'FontAwesome';
}
.refresh_bar{
	text-align: right;
	padding-right: 5px;
}
.refresh_bar a .fa{ line-height: 1.3;}
.refresh_bar .dropdown-content {
    display: none;
	position: absolute;
	right: 0;
    background: #fff;	
	border: 1px solid#ddd;
	overflow: auto;
	z-index: 1;
}
.refresh_bar .dropdown-content.show{
	display: block;
}
.refresh_bar .dropdown-content .btn{
	background: none;
	color: #000;
	text-align: left;
	padding: .2rem .75rem;
}
.refresh_bar .dropdown-content .btn1{
	background: none;
	color: #000;
	text-align: left;
	padding: .2rem .75rem;
}
.btn2{
	background: none;
	color: #FFF;
	text-align: left;
	padding: .2rem .75rem;
}

.btn2.active{
	color: #FFF;
	background-color: #DDDD;
	box-shadow: none;
}


/* ======= */

.tabContainer_sec{
	background: #FFF;
	overflow-x: hidden;
	position: relative;
}
.tabContainer_sec > .container-fluid > .row{
	margin-left: -1px;
	margin-right: -1px;
}
.tabContainer_sec > .container-fluid > .row > [class*="col-"]{
	padding-left: 1px;
	padding-right: 1px;
}
.tabContainer_sec .sideBar_nav{
	padding-top: 15px;
	padding-right: 15px;
	
}
.sideBar_nav .btn{
	color: #000;
	text-align: left;
	background: none;
	width: 100%;
	display: block;
}
.sideBar_nav .btn + .btn{ margin-top: 10px;}
.sideBar_nav .btn:hover{
	background-color: #ddd;
}
.sideBar_nav .btn.active, .category_menu .btn.active{
	color: #FFF;
	background-color: #4CAF50;
	box-shadow: none;
}
/*button one*/
.sideBar_nav .btn1{
	color: #000;
	text-align: left;
	background: none;
	width: 100%;
	display: block;
}
.sideBar_nav .btn1 + .btn1{ margin-top: 10px;}
.sideBar_nav .btn1:hover{
	background-color: #ddd;
}
.sideBar_nav .btn1.active, .category_menu .btn1.active{
	color: #FFF;
	background-color: #4CAF50;
	box-shadow: none;
}

/*end button one*/
.sideBar_nav .lefttabicon {
	-webkit-filter: brightness(0.5);
	filter: brightness(0.5);
	margin-right: 8px;
}
.logIn_sec{ padding: 25px 0;}
.logIn_sec .btn, .logIn_sec .btn:hover, .logIn_sec .btn:focus{
	color: #FFF;
	font-size: 16px;
	font-weight: 400;
	background-color:#28a745;
	border-color:#28a745;
	text-align: center;
}
/* ====== */
.tab_content{
	border-left: 10px solid#E6E6E6;
	border-right: 10px solid #E6E6E6;
}
.tab_content .filterDiv{
	padding: 10px 8px;
	display: none;
}
.tab_content .filterDiv.show{
	display: block;	
}
.tab_content li:not(:first-child) .filterDiv.show{ border-top: 4px solid#E6E6E6;}
.tab_content .filterDiv:hover {
    background-color: rgba(62, 142, 65,0.3);
    width: 100%;
}
.tab_content .tabCont_img{
	width: 140px;
	height: 140px;
	margin-right: 15px;
}
.tabCont_img .imgicon{
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
	border: 3px solid #cecece;
}
.tab_content .inner-tile h3{
	font-size: 22px;
	font-family: 'TAM85';
	/* font-family: 'tam-tamil085normal';*/
	/*font-weight: 700;*/
	letter-spacing: 1px;
	color: #000;
	line-height: 1.5;
	margin-bottom: 1rem;
	/*word-break: break-all;*/
}
.tab_content .inner-tile h5 {
	color: #000;
	font-family: 'TAM85'; 
	/*font-family: 'tam-tamil085normal';*/
	font-size: 15px;
	/*line-height: 24px;*/
	line-height: 1.5;
	font-weight: 300;
	margin-bottom: 1.3rem;
	word-break: break-all;
	padding-left: 5px;	
}
.tab_content .social_comnt{}
.social_comnt .posted{
	font-size: 14px;
/*		margin: 0px;*/
	padding-left: 5px;	
	word-break: break-all;
}
.social_comnt > a{ display: inline-block;}
.social_comnt .posted span{ color: #F1592A;}
.social_comnt .icons_left{
	float: right;
	text-align: right;
}
.social_comnt .icons_left img{
	/* max-width: 35px;
	padding: 5px; */
	max-width: 26px;
}
.social_comnt .icons_left .modal_link{
	width: 26px;
	height: 26px;
	border-radius: 50%;
	display: inline-block;
	padding: 0;
	font-size: 12px;	
}
.social_comnt .icons_left .modal_link .fa{ line-height: 24px;}

.warning_modal .modal-header {
    padding: 0px;
    border: none;
}
.warning_modal .modal-header .close {
    padding: 0;
    background:#FFF;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    opacity: 1;
}
.warning_modal .modal-header .close span{}

.warenty_sec{
	padding: 45px 0;
}
.warn_form{
	background: #f5f5dc;
	border: 3px solid #000;
	padding: 15px;
}
.warn_form h2{
	font-size: 18px;
	font-family: 'arial', sans-serif;
	color:#4caf50;
	font-weight: bold;
}
.warn_form p{
	font-family: 'arial', sans-serif;
	font-size:12px;
	color:black;
	font-weight: bold;
}
.warn_form input[type="text"]{
	width:100%;
	padding:5px;
	font-size:20px;
}
.warn_form input[type="submit"],
.warn_form input[type="Reset"]{	
	color:#000;
	font-family: 'ariel';
	font-size: 14px;
	line-height:20px;
	text-align: center;
	background-color: transparent;
	border: 3px solid #4caf50;
	border-radius:40px;
	padding: 3px 15px;
	display: inline-block;	
}
.warn_form textarea{
	background:light green;
	width: 100%;
	resize: vertical;
	font-size: 16px;
	margin:auto;
}
/* ===== */

.tabContainer_sec .card_aside{
	text-align: center;
}
.pagination_nav{
	border-top: 4px solid #E6E6E6;
	padding: 15px 15px 25px;
}
/*! === // MAIN:: End Content // === !*/

.register_sec{
	padding: 15px 0;
}
.register_sec h5{
	font-size: 18px;
	font-family: 'tam-tamil085normal';
	font-weight: 700;
	letter-spacing: 1px;
	color:#000;
	line-height: 1.5;
	margin-bottom: 1.5rem;
	margin-top: 1rem;
	word-break: break-all;
}
.register_sec form{
	border: 1px solid #cecece;
	border-radius: 4px;
	padding: 25px;
}
.register_sec label{
	color: #7c7c7c;
	font-family: 'tam-tamil085normal';
	font-size: 18px;
	line-height: 24px;
	font-weight: 300;
	word-break: break-all;
}
/*! === // PAGE:: End Register Form // === !*/

/* For 2 new Menus */
.link_content .Mactive{
	background:#4caf50;
	padding:10px;
	border-radius:5px
}
.link_content .Mactive a {
	color: #fff;
}
.link_content a {
	color: #000;
}

.link_content .Minactive{
	color: #000;	
}

.cwrite_sec {
	background: #e6e6e6;
	text-align: center;
	padding: 15px 0;	
}
.cwrite_sec p, .cwrite_sec a {
	color: #666;
	font-size: 14px;
	/*font-family: 'tam-tamil085normal';*/
	margin: 0px;
}
/* Eluthalar Pakkam - Start*/
.link_content{
	padding:10px;
	border-left: 10px solid#E6E6E6;
border-right: 10px solid #E6E6E6;
border-bottom: 3px solid #E6E6E6;
text-align:right;
}
.link_content a {
color: #000;
}
.link_content img{
	margin-right:10px;
	margin-left:10px;
}
/* Eluthalar Pakkam - End*/

/*! === // FOOTER:: End Footer // === !*/



/*! === // PAGE:: End Slider // === !*/





/*-==============================
		@media Stylesheet
================================*/

@media screen and (max-width:400px) {}
/*/ Extra small devices (portrait phones, less than 576px)*/

@media screen and (min-width:401px) and (max-width: 575.98px) {}

/* iphone 5*/

@media (max-width: 568px) 
{
	.slide_menu, #mobile_menu 
	{
		display: block;
	}
	.media_view, #nav_bg{ display: none;}

	.refresh_bar{ padding-right: 0px;}
	.tab_content 
	{
		border-left: 5px solid #E6E6E6;
		border-right: 5px solid #E6E6E6;
		border-bottom: 5px solid #E6E6E6;
	}
	.tabContainer_sec .sideBar_nav
	{
		padding-right: 0px;
		padding-bottom: 25px;
	}
	.tabContainer_sec > .container-fluid > .row
	{
		margin-right: -15px;
		margin-left: -15px;
	}
	.tabContainer_sec > .container-fluid > .row > [class*="col-"]
	{
		padding-left: 15px;
		padding-right: 15px;	
	}
	.warning_modal .modal-header{ padding: 1rem;}
/*less than 767*/
	.tab_content .filterDiv 
	{
		display: block;
		text-align: left;
    padding: 10px 3px;
	}	
  hr {display: none;}
  .media { display:inline;}
  /*h5  {display: none;}*/
  .social_comnt {display: none;}
  .tab_content .tabCont_img
  {
	width: 100px;
	height: 100px;
	}
  .tab_content .inner-tile h3
  {
	font-size: 8px;
	font-weight: 600;
	letter-spacing: 1px;
	color: #000;
	line-height: 1;
	margin-bottom: 1;
	word-break:normal;
	padding-bottom: 5px;
    padding-left: 5px;
	/*width:230px;*/
	overflow: hidden;
    text-overflow: ellipsis;
}
  .tab_content .inner-tile h5
  {
	color: #000;
	font-family: 'TAM85'; 
	font-size: 6px;
	line-height: 1.5;
	font-weight: 100;
	margin-bottom: 0;
	word-break: normal;
	padding-left: 5px;
	/*width:230px;*/
	height:40px;
	overflow: hidden;
    text-overflow: ellipsis;
	
}
  .filterDiv .tabCont_img
  {
		margin: 5 auto 2px;
	}
  /**/
  
	.tabCont_img .imgicon
	{
		border: 5px solid #cecece;
	}
	.tab_content .social_comnt 
	{
display: block !important; 
		text-align: left;
		justify-content: center;
	}
	 }
	.register_sec{ padding: 15px;}	
	
	.social_comnt .list-inline
	{
/*display: block !important;*/
		text-align: left;
		justify-content: center;
	}
	
	
}	

/*for galaxy 5*/

@media screen and (max-width:640px) { /* STYLES GO HERE */

	.slide_menu, #mobile_menu {
		display: block;
	}
	.media_view, #nav_bg{ display: none;}

	.refresh_bar{ padding-right: 0px;}
	.tab_content {
		border-left: 5px solid #E6E6E6;
		border-right: 5px solid #E6E6E6;
		border-bottom: 5px solid #E6E6E6;
	}
	.tabContainer_sec .sideBar_nav{
		padding-right: 0px;
		padding-bottom: 25px;
	}
	.tabContainer_sec > .container-fluid > .row{
		margin-right: -15px;
		margin-left: -15px;
	}
	.tabContainer_sec > .container-fluid > .row > [class*="col-"] {
		padding-left: 15px;
		padding-right: 15px;	
	}
	.warning_modal .modal-header{ padding: 1rem;}
/*less than 767*/
	.tab_content .filterDiv {
		display: block;
		text-align: left;
    padding: 10px 3px;
	}	
  hr {display: none;}
  .media { display:inline;}
  /*h5  {display: none;}*/
  .social_comnt {display: none;}
  .tab_content .tabCont_img{
	width: 100px;
	height: 100px;
	}
  .tab_content .inner-tile h3{
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 1px;
	color: #000;
	line-height: 1;
	margin-bottom: 1;
	word-break:normal;
	padding-bottom: 5px;
    padding-left: 5px;
	/*width:230px;*/
	overflow: hidden;
    text-overflow: ellipsis;
}
  .tab_content .inner-tile h5 {
	color: #000;
	font-family: 'TAM85'; 
	font-size: 9px;
	line-height: 1.5;
	font-weight: 100;
	margin-bottom: 0;
	word-break: normal;
	padding-left: 5px;
	/*width:230px;*/
	height:40px;
	overflow: hidden;
    text-overflow: ellipsis;
	
}
  .filterDiv .tabCont_img{
		margin: 5 auto 2px;
	}
  /**/
  

  

	.tabCont_img .imgicon{
		border: 5px solid #cecece;
	}
	.tab_content .social_comnt {
display: block !important; 
		text-align: left;
		justify-content: center;
	}
	.social_comnt .icons_left {
display: none;
		float: none;
		text-align: center;
		padding-top: 10px;
	}

 	.register_sec{ padding: 15px;}	
	
	.social_comnt .list-inline {
/*display: block !important;*/
		text-align: left;
		justify-content: center;
	}
	
	
}	
/*Iphone 6,7,8*/
@media screen and(max-width:667px) { /* STYLES GO HERE */

	.slide_menu, #mobile_menu {
		display: block;
	}
	.media_view, #nav_bg{ display: none;}

	.refresh_bar{ padding-right: 0px;}
	.tab_content {
		border-left: 5px solid #E6E6E6;
		border-right: 5px solid #E6E6E6;
		border-bottom: 5px solid #E6E6E6;
	}
	.tabContainer_sec .sideBar_nav{
		padding-right: 0px;
		padding-bottom: 25px;
	}
	.tabContainer_sec > .container-fluid > .row{
		margin-right: -15px;
		margin-left: -15px;
	}
	.tabContainer_sec > .container-fluid > .row > [class*="col-"] {
		padding-left: 15px;
		padding-right: 15px;	
	}
	.warning_modal .modal-header{ padding: 1rem;}
/*less than 767*/
	.tab_content .filterDiv {
		display: block;
		text-align: left;
    padding: 10px 3px;
	}	
  hr {display: none;}
  .media { display:inline;}
  /*h5  {display: none;}*/
  .social_comnt {display: none;}
  .tab_content .tabCont_img{
	width: 100px;
	height: 100px;
	}
  .tab_content .inner-tile h3{
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 1px;
	color: #000;
	line-height: 1;
	margin-bottom: 1;
	word-break:normal;
	padding-bottom: 5px;
    padding-left: 5px;
	/*width:230px;*/
	overflow: hidden;
    text-overflow: ellipsis;
}
  .tab_content .inner-tile h5 {
	color: #000;
	font-family: 'TAM85'; 
	font-size: 13px;
	line-height: 1.5;
	font-weight: 100;
	margin-bottom: 0;
	word-break: normal;
	padding-left: 5px;
	/*width:230px;*/
	height:40px;
	overflow: hidden;
    text-overflow: ellipsis;
	
}
  .filterDiv .tabCont_img{
		margin: 5 auto 2px;
	}
  /**/
  

  

	.tabCont_img .imgicon{
		border: 5px solid #cecece;
	}
	.tab_content .social_comnt {
display: block !important; 
		text-align: left;
		justify-content: center;
	}
	.social_comnt .icons_left {
display: none;
		float: none;
		text-align: center;
		padding-top: 10px;
	}

	.register_sec{ padding: 15px;}	
	
	.social_comnt .list-inline {
/*display: block !important;*/
		text-align: left;
		justify-content: center;
	}
}
@media screen and (max-width:414px) { 
.link_content{
	text-align: left;
}
.link_content span{
	display: block;
	margin-top: 6px;
}
}	

/* iphone 6,7,8 Plus*/
@media screen and (max-width:736px) {  

	.slide_menu, #mobile_menu {
		display: block;
	}
	.media_view, #nav_bg{ display: none;}

	.refresh_bar{ padding-right: 0px;}
	.tab_content {
		border-left: 5px solid #E6E6E6;
		border-right: 5px solid #E6E6E6;
		border-bottom: 5px solid #E6E6E6;
	}
	.tabContainer_sec .sideBar_nav{
		padding-right: 0px;
		padding-bottom: 25px;
	}
	.tabContainer_sec > .container-fluid > .row{
		margin-right: -15px;
		margin-left: -15px;
	}
	.tabContainer_sec > .container-fluid > .row > [class*="col-"] {
		padding-left: 15px;
		padding-right: 15px;	
	}
	.warning_modal .modal-header{ padding: 1rem;}
/*less than 767*/
	.tab_content .filterDiv {
		display: block;
		text-align: left;
    padding: 10px 3px;
	}	
  hr {display: none;}
  .media { display:inline;}
  /*h5  {display: none;}*/
  .social_comnt {display: none;}
  .tab_content .tabCont_img{
	width: 100px;
	height: 100px;
	}
  .tab_content .inner-tile h3{
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 1px;
	color: #000;
	line-height: 1;
	margin-bottom: 1;
	word-break:normal;
	padding-bottom: 5px;
    padding-left: 5px;
	/*width:250px;*/
	overflow: hidden;
    text-overflow: ellipsis;
}
  .tab_content .inner-tile h5 {
	color: #000;
	font-family: 'TAM85'; 
	font-size: 13px;
	line-height: 1.5;
	font-weight: 100;
	margin-bottom: 0;
	word-break: normal;
	padding-left: 5px;
	/*width:250px;*/
	height:40px;
	overflow: hidden;
    text-overflow: ellipsis;
	
}
  .filterDiv .tabCont_img{
		margin: 5 auto 2px;
	}
  /**/
  

  

	.tabCont_img .imgicon{
		border: 5px solid #cecece;
	}
	.tab_content .social_comnt {
display: block !important; 
		text-align: left;
		justify-content: center;
	}
	.social_comnt .icons_left {
display: none;
		float: none;
		text-align: center;
		padding-top: 10px;
	}

	.register_sec{ padding: 15px;}	
	
	.social_comnt .list-inline {
/*display: block !important;*/
		text-align: left;
		justify-content: center;
	}
	
	
}

/* Ipad */
@media screen and (min-width:768px) and (max-width:991.98px) {
	/*768 to 991 ipad width 768*/
	.tab_content .filterDiv {
		display: block;
		text-align: left;
    padding: 10px 7px;
	}	
  hr {display: none;}
  .media { display:inline;}
  .social_comnt {display: none;}
  .tab_content .social_comnt {
		display: none !important;
		text-align: center;
		justify-content: center;
	}
  .tab_content .tabCont_img{
	width: 100px;
	height: 100px;
	}
  .tab_content .inner-tile h3{
	font-size: 20px;
	font-weight: 500;
	letter-spacing: 1px;
	color: #000;
	line-height: 1;
	margin-bottom: 1;
	word-break:normal;
}
  .tab_content .inner-tile h5 {
	color: #000;
	font-family: 'TAM85'; 
	font-size: 13px;
	line-height: 1;
	font-weight: 100;
	margin-bottom: 1;
	word-break: normal;
}
  
	.social_comnt .icons_left {
		display:none;
    /*padding-left: 8px;	*/
	}
  .filterDiv .tabCont_img{
		/*margin: 5px auto 2px;*/
	}
  /**/
  .slide_menu, #mobile_menu {
		display: block;
	}
	.media_view, #nav_bg{ display: none;}

	.refresh_bar{ padding-right: 0px;}

	.tab_content{ border-left: none;}
	.tab_content .filterDiv, .tab_content #myUL .filterDiv{
		padding-left: 0px;
	}
	.tab_content .filterDiv, .tab_content #myUL0 .filterDiv{		
		padding-left: 0px;
	}
	.tabCont_img .imgicon{
		border: 5px solid #cecece;
	}
	.social_comnt .posted{
		font-size: 12px;
	}
	.tab_content .social_comnt {
		display: block !important;
		text-align: center;
		justify-content: center;
	}
	.social_comnt .icons_left {
		float: none;
		text-align: center;
		padding-top: 10px;
	}
	.register_sec{
		padding-left: 15px;
	}
	
}

@media screen and (min-width:1024px) {}

/*
@media screen and (min-width:992px) and (max-width:1199.98px) {
	.sideBar_nav .btn {
		padding: .375rem .35rem;
		font-size: 14px;
	}
	.sideBar_nav .btn1 {
		padding: .375rem .35rem;
		font-size: 14px;
	}
	.sideBar_nav .lefttabicon{ margin-right: 4px;}
	.tab_content .inner-tile h3{ font-size: 20px; line-height: normal;}	
	.tab_content .social_comnt {
		display: block;
		text-align: center;
	}
	.social_comnt .posted{ font-size: 12px;}
	.social_comnt .icons_left {
		float: none;
		text-align: center;
		padding-top: 10px;
	}	
}
@media screen and (min-width:1200px) {}
@media (min-width:1300px) and (max-width:1367px) {}
@media screen and (min-width:1500px) {}
@media screen and (min-width:2500px) {}


/* Style adjustments for high resolution devices */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
       only screen and (min-resolution: 144dpi) {

}
/* #Tablet (Portrait) */
@media only screen and (min-width: 768px) and (max-width: 959px) {

}
/*  #Mobile (Portrait) - Note: Design for a width of 320px */
@media only screen and (max-width: 767px) {
	
}
/* #Mobile (Landscape) - Note: Design for a width of 480px */
@media only screen and (min-width: 480px) and (max-width: 767px) {

}

/*Cookie Consent Begin*/

#cookiePolicy{
  height: 500px;
  width: 500px;
  background-color: powderblue;
  z-index: 9999;
  bottom: 0;
  left: 0;  
  top:0;
  right:0;
}


#cookieConsent {
    background-color: rgba(20,20,20,0.8);
    min-height: 26px;
    font-size: 14px;
    color: #ccc;
    line-height: 26px;
    padding: 8px 0 8px 30px;
    font-family: "Trebuchet MS",Helvetica,sans-serif;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    display: none;
    z-index: 9999;
}
#cookieConsent a {
    color: #4B8EE7;
    text-decoration: none;
}
#closeCookieConsent {
    float: right;
    display: inline-block;
    cursor: pointer;
    height: 20px;
    width: 20px;
    margin: -15px 0 0 0;
    font-weight: bold;
}
#closeCookieConsent:hover {
    color: #FFF;
}
#cookieConsent a.cookieConsentOK {
    background-color: #F1D600;
    color: #000;
    display: inline-block;
    border-radius: 5px;
    padding: 0 20px;
    cursor: pointer;
    float: right;
    margin: 0 60px 0 10px;
}
#cookieConsent a.cookieConsentOK:hover {
    background-color: #E0C91F;
}

 #myBtn {
    position: fixed;
    bottom: 20px;
    right: 28px;
	background-color: green;
	background:green;
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
	display: none;    
	color:white;
	
	-webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
  
  #myBtn2:hover {
	background-color: #555; /* Add a dark-grey background on hover */
  }
  
  input[type='number'] {
    -moz-appearance:textfield;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

.promoted
      {background-color:#fdf6dc;        
      background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1'><text x='0' y='12' size='3px' fill='gray'  >Promoted</text></svg>"), url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMTQiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj48cGF0aCBmaWxsPSIjRkE4QzAwIiBkPSJNMS41MjYgMTAuNzY5aDExLjIxOHYyLjYwM0gxLjUyNnoiLz48cGF0aCBmaWxsPSIjRkY4QzAwIiBkPSJNMS4zNzcgOC43MDVMNy4wMTYuMDYxbDUuNzQxIDguNjQ0eiIvPjxwYXRoIGZpbGw9IiNFREE1MDAiIGQ9Ik0xMi42NzQgMTAuMTA0bDEuMzEzLTcuNjM0TDIuODIyIDkuODAyeiIvPjxwYXRoIGZpbGw9IiNGRUM0MDAiIGQ9Ik0xLjMzNSAxMC4wNThMLjA3NSAyLjQzM2wxMC40MjggNy42MjV6Ii8+PC9nPjwvc3ZnPg==);
      background-repeat: no-repeat;
      background-position: right top;
      }
.promoted .tabCont_img .imgicon{
	border: 0px solid #cecece;
    margin-top: 10px;
	margin-left: 5px;
      }