/*carouseller.js 0.32b https://github.com/shrue348/responsive.carouseller Open source under the MIT License. Copyright © 2015-2017 Aleksander Alekseev All rights reserved.*/
.closeBottomSlider{position: absolute;
top: -27px;
right: 0px;
height: 22px;
z-index: 9999;
text-align: center;
cursor: pointer;
opacity: 0.5;
font: 14px/42px arail;
color: #fff;
padding: 0 7px 0 7px;
text-transform: uppercase;
margin-right:40px;
}
.tbl-next-up-closeBtn{
height: 22px;
margin-top: -8px;
}

.closesprite {
	background: url('https://images.forbesindia.com/media/image_uploads/general-iconsv1.png') no-repeat -215px -158px;
	width: 25px;
	height: 25px;
	 display: inline-block;
	 position:absolute;
}
	.car__3  {
  
position: relative;
padding: 0;
float: left;
max-height: 75px;
cursor: pointer;
}

	.car__3 img {
   float: left;
margin: 0 2px 0 0px;
height: 75px;
width: auto;
max-width:100%;
}

.car__3 p {
    color: #111111;
height: auto;
word-wrap: break-word;
padding: 5px 14px 0px 7px;
margin: 0px;
overflow: hidden;
text-overflow: ellipsis;
-webkit-line-clamp: 4;
display: -webkit-box;
-webkit-box-orient: vertical;
	}
	.car__3 p a{color: #111111;
text-decoration: none;
display: block;
font-family: Open Sans, Opensans-bold;
font-size: 13px;
line-height: 16px;
font-weight: bold;
text-align:left;
}
.carouseller__left{
    background: url('https://images.forbesindia.com/media/image_uploads/general-iconsv1.png') no-repeat -249px -207px;
    width: 31px;
    height: 43px;
    display: inline-block;
    position: absolute;
    top: 20%;
}

.carouseller__right{
    background: url('https://images.forbesindia.com/media/image_uploads/general-iconsv1.png') no-repeat -281px -207px;
    width: 31px;
    height: 43px;
    display: inline-block;
    position: absolute;
    top: 20%;
	right: 0;
	
}

.carouseller:before, .carouseller:after {  content: " ";  display: table;}
.carouseller:after { clear: both;}
.carouseller { position: relative;}

.carouseller [class*="car__"]{
	display: inline-block; 
	position: relative;
   /*------ margin-left: 0.2564102564102564% !important;
    *margin-left: 0.25109110747408616% !important; */
    float: left;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}
.carouseller [class*="car__"]:first-child  { margin-left: 0 !important;}
.carouseller [class*="car__"]:nth-child(n+7) { display: none;}

.carouseller .car__by5 { width: 1.793789743589745%;}
.carouseller .car__12 { width: 10%;}
.carouseller .car__6 { width: 4.8837948717948715%;}
.carouseller .car__4 { width: 3.1703931623931625%;}
/*------.carouseller .car__3 { width: 2.3136923076923077%;}-----------*/
.carouseller .car__3 { width:2.6036923076923090%;margin-left:0 !important;}
.carouseller .car__2 { width: 1.452991452991453%;}
.carouseller .car__1 { width: 0.5982905982905983%;}

.carouseller .carouseller__list { position: relative; width: 997.4358974358974%;}
.carouseller .carouseller__wrap { overflow: hidden; position: relative; margin: 0 35px}






/*------Responsive-----------*/
/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) { 
	.carouseller .car__by5,
	.carouseller .car__12,
	.carouseller .car__6,
	.carouseller .car__4,
	.carouseller .car__3,
	.carouseller .car__2,
	.carouseller .car__1 { width: 3.1623931623931625%;}
}
/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
	.carouseller .car__by5,
	.carouseller .car__12,
	.carouseller .car__6,
	.carouseller .car__4,
	.carouseller .car__3,
	.carouseller .car__2,
	.carouseller .car__1 { width: 4.8717948717948715%;}
}
/* Landscape phones and down */
@media (max-width: 480px) {
	.carouseller .car__by5,
	.carouseller .car__12,
	.carouseller .car__6,
	.carouseller .car__4,
	.carouseller .car__3,
	.carouseller .car__2,
	.carouseller .car__1 { width: 10%;}
}



/* This can be deleted */
[class*="car__"] { text-align: center; font-size: 30px; font-weight: bold; background-color: #e5e5e5;}
h1 {font-size: 40px; margin-bottom: 30px;}
.carouseller1 { bottom: 0;position: -webkit-sticky;position:sticky; }

@media screen and (min-width : 320px) and (max-width : 768px) and (orientation : portrait){
	.carouseller .carouseller__wrap{margin:0;}
	.carouseller__left {
    background: url('https://images.forbesindia.com/media/image_uploads/general-iconsv1.png') no-repeat -319px -485px !important;
    width: 22px !important;
    height: 22px !important; 
    display: block !important;
    position: absolute !important;
    top: 38% !important;
    overflow: hidden !important;
    z-index: 999999 !important;
}
.carouseller__right{
    background: url('https://images.forbesindia.com/media/image_uploads/general-iconsv1.png') no-repeat -354px -485px !important;
 width: 22px !important;
    height: 22px !important; 
     display: block !important;
     position: absolute !important;
    top: 38% !important;
    overflow: hidden !important;
    z-index: 999999 !important;
}

.car__3 p {
    height: auto !important;
   }
}