/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/
.insights-bottom-outer .slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.insights-bottom-outer .slick-list{
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
}
.insights-bottom-outer .slick-list:focus {
	outline: none;
}
.insights-bottom {
    max-width: 95%;
    margin: 0 0 0 auto;
}
.insights-bottom-outer .slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}
.insights-bottom-outer .slick-slider .slick-track,
.insights-bottom-outer .slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	panning-mobile-outer -o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.insights-bottom-outer .slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block;
	margin-left: 40px;
	margin-right: auto;
}
.insights-bottom-outer .slick-track:before,
.insights-bottom-outer .slick-track:after {
	display: table;
	content: '';
}
.insights-bottom-outer .slick-track:after {
	clear: both;
}
.insights-bottom-outer .slick-loading .slick-track {
	visibility: hidden;
}
.insights-bottom-outer .slick-slide {
	//display: none;
	float: left;
	height: 100%;
	min-height: 1px;
    margin: 0 65px;
    margin-top: 60PX;
}
.insights-bottom-outer .slick-slide:focus {
	outline: 0;
}
.insights-bottom-outer[dir='rtl'] .slick-slide {
	float: right;
}
.insights-bottom-outer .slick-slide img {
	display: block;
}
.insights-bottom-outer .slick-slide.slick-loading img {
	display: none;
}
.insights-bottom-outer .slick-slide.dragging img{
	pointer-events: none;
}
.insights-bottom-outer .slick-initialized .slick-slide {
	display: block;
}
.insights-bottom-outer .slick-loading .slick-slide {
	visibility: hidden;
}
.insights-bottom-outer .slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}
.insights-bottom-outer .slick-arrow.slick-hidden {
	display: none;
}
.insights-bottom-outer {
	position: relative;
	padding: 30px 0px 60px;
}
.insights-bottom-outer a.previous.slick-arrow {
	position: absolute;
	bottom: 0;
	top: 50%;
	left: -40px;
	transform: scaleX(-1);
}
.insights-bottom-outer a.next.slick-arrow {
	position: absolute;
	bottom: 0;
	top: 50%;
	right: -40px;
}
.insights-bottom-outer .slick-arrow.slick-disabled {
	opacity: 0.2;
	filter: grayscale(100%);
	cursor: default;
}



.insights-top-desc p {
    font-size: 18px;
    line-height: 26px;
    font-weight: 100;
    margin: 0;
    color: #707070;
}

.insights-right-button a {
    border-bottom: 1px solid #fa7c8d;
    color: #fa7c8d;
    display: inline-block;
    padding-bottom: 1px;
    font-size: 16px;
}

.insights-right-button i {
    color: #fa7c8d;
    padding-left: 7px;
    position: relative;
    top: 3px;
    font-size: 16px;
}

.insights-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.insight-bottom-in {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    background-color: #fceaca;
    border-radius: 10px;
    position: relative;
    width: 100%;
    padding: 30px;
    cursor: pointer;
}

.insight-bottom-left {
    flex: 0 40%;
    position: absolute;
    top: -32px;
    left: -100px;
    right: 0;
    width: 45%;
}

.insight-bottom-right {
    flex: 0 80%;
    margin: 0 0 0 auto;
}


.insight-bottom-left-in {
    min-height: 245px;
    max-width: 180px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 10px;
    box-shadow: 4px 6px 12px #00000066;
}

.insight-slide-serial h3 {
    font-size: 40px;
  color: #222222;
    font-weight: 600;
    line-height: 1;
    margin: 0;
}
.insight-heading h3 {
    color: #222;
    font-size: 45px;
    font-weight: 600;
    line-height: 55px;
    margin: 0;
    padding-bottom: 10px;
    text-transform: capitalize;
}

.insight-heading {
    position: relative
}

.insight-heading h3:before {
    background-color: #009ca6;
    content: "";
    height: 5px;
    position: absolute;
    top: -10px;
    width: 71px
}
.insight-slide-content p {
    font-size: 16px;
  color: #707070;
    line-height: 1.2;
    padding: 0;
    padding: 15px 0px;
}

.insight-slide-button a {
    border-bottom: 1px solid #fa7c8d;
    color: #fa7c8d;
    display: inline-block;
    padding-bottom: 1px;
    font-size: 16px;
}

.insight-slide-button a {
       color: #fff;
    padding-bottom: 1px;
    background: #f84f64;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 0 auto;
  transition:all .5s ease;
}

.insight-slide-button a.full-link {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.insight-bottom-in:hover .insight-slide-button a {
    background: #099ca6;
}
.insight-slide-button i {
   color: #fff;
    position: relative;
    font-size: 14px;
    top: 1px;
}


.insight-bottom-in:hover {
    background-color: #fedadf;
}
@media (min-width: 1700px) {
  .insights-bottom {
      max-width: 80%;
  }
}
/************** ipad ***************/
@media (max-width: 1080px) {}

/************** ipad nd tab ***************/
@media only screen and (min-width:768px) and (max-width: 1024px) and (orientation : portrait){}

/************** iphone roatate***************/
@media (max-width: 767px) {

    .insight-bottom-left-in {
        max-width: 100%;
    }

    .insight-bottom-left {
        flex: 0 100%;
        position: relative;
        top: 20px;
        left: 0;
        right: 0;
    }

    .insight-bottom-right {
        flex: 0 100%;
        margin: 0;
        background-color: #fceaca;
        padding: 50px 30px 30px;
    }

    .insights-bottom-inner {
        margin-bottom: 20px;
    }

    .insight-bottom-in {
        background: none !important;
        padding: 0px;
    }

    .insight-bottom-left-in {
        width: 95%;
    }

    .insights-top {
        display: block;
    }

    .insights-top-left {
        padding-bottom: 20px;
    }
  .insight-heading h3 {
    font-size: 30px;
}

}


/************** iphone ***************/
@media (max-width: 479px) {}