@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700');
/*============Global CSS Start===========*/
h1,h2, h3, h4, h5, h6, p {
	margin: 0;
	padding: 0;
}
body {
	margin: 0;
	padding: 0;
	font-family: 'Roboto', sans-serif;
}
*{box-sizing: border-box;}
.container_main {
	width: 100%;
}
.container {
	max-width: 1170px;
	margin: 0 auto;
}
.clearfix::after {
	display: block;
	content: '';
	clear: both;
}
.contentBox {
	    padding: 29px 15px 20px 15px;
	    position: absolute;
	    top:100%;
	    z-index: 100;
	     display: none; 
	    left: 0;
	    right: 0;
}

.contentBox .tooltip {
	font-size: 16px;
		 box-shadow: 3px 5px 20px 0 rgba(0, 0, 0, 0.13);
  background-color: #ffffff;
	padding: 30px;
	border-radius: 8px;
	position: relative;
	    color: #7f7f7f;
    line-height: 22px;
}



/*============Global CSS End===========*/

/*============Images Tabs CSS Start===========*/
#policybazaar {
	width: 100% !important;
}
.container_main .about_page .img_tabs_border {
	border-bottom: 1px solid #d8d8d8;
}
.about_page .tabs_images {
	background-color: #fff;
	min-height: 300px;
	position: relative;
	z-index: -1;
}
.about_page .tabs_images .tabs_item_images {
	margin: 0px; 
	padding: 0px;
	position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.about_page .tabs_images .tabs_item_images li {
	list-style: none;
	float: left;
	text-align: center;
	width: 25%;
}
.about_page .tabs_images .tabs_item_images li a {
	display: block;
}
.about_page .tabs_images .tabs_item_images li a img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	-webkit-filter: grayscale(100%); 
  	filter: grayscale(100%);
	opacity: 0.5;
	transform: scale(0.8);
}
.about_page .tabs_images .tabs_item_images li.active a img {
	filter: none; /* works for firefox */
-webkit-filter: none; /*for chrome/ safari */
-webkit-transition: none;
	opacity: 1;
	transform: scale(1.19);
}


/*============Images Tabs CSS End===========*/


/*============Tabs menu CSS Start===========*/

.about_page .tabs_menu {
	width: 600px;
	border-radius: 8px;
  	box-shadow: 0 3px 24px 0 rgba(0, 0, 0, 0.1);
  	background-color: #ffffff;
	margin: -35px auto 35px auto;
}

.about_page .tabs_menu ul {
	margin: 0;
	padding: 12px;
}

.about_page .tabs_menu ul li {
	list-style: none;
	float: left;
	width: 25%;
	text-align: center;
	padding: 0px 5px;
}
.about_page .tabs_menu ul li a {
	font-size: 15px;
	color: #818181;
	display: block;
	text-decoration: none;
	text-transform: uppercase;
	padding: 14px 18px;
	font-weight: 400;
	cursor: pointer;
	transition:all ease 0.5s;
	-webkit-transition:all ease 0.5s;
}
.about_page .tabs_menu ul li.active a  {
	background-color: #0065ff;
	color: #fff;
	border-radius: 6px;
	font-weight: normal;
}
.about_page .tabs_menu ul li.active:hover a {
	font-weight: normal;
}
.about_page .tabs_menu ul li:hover a {
	border-radius: 6px;
	font-weight: 600;
}
.tab-content{display: none;}
.tab-content.active{display: block}
/*============Tabs menu CSS End===========*/

/*============Company tab CSS start===========*/

.about_page .about_company_detail {
	margin: 20px 0px;
}
.about_page .about_company_detail h1, .about_page .about_team_detail h5, .about_page .about_investor .investor_wrap h5 {
	font-size: 24px;
  	font-weight: 600;
	text-align: center;
	color: #333333;
	margin: 5px 0px;
}
.about_page .about_company_detail p, .about_page .about_investor .investor_wrap p {
	font-size: 16px;
	color: #353535;
    line-height: 24px;
	margin: 15px 0px;
}
.about_page .about_investor .investor_wrap > p {
	text-align: center;
}
.about_page .about_detail_list {
	margin-top: 50px;
}
.about_page .about_detail_list .details_part {
	width: 50%;
	float: left;
}
.about_page .about_detail_list .details_part h2 {
	font-size: 24px;
  	font-weight: 500;
	text-align: left;
	color: #333333;
}
.about_page .about_detail_list .details_part ul {
	margin: 0px;
	    padding: 0px 160px 0px 0px;
}
.about_page .about_detail_list .details_part ul li {
	list-style: none;
	padding-left: 22px;
	position: relative;
	line-height: 22px;
	font-size: 16px;
	color: #353535;
	margin: 10px 0px;
}
.about_page .about_detail_list .details_part ul li::before {
	content: '';
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: #808080;
	position: absolute;
	left: 0;
	top: 7px;
}
.about_page .about_company .fonder_desk {
	background-color: #f0f5f7;
	padding: 100px 0px;
	margin: 40px 0px;
}
.about_page .about_company .fonder_desk .yd_img {
	width: 25%;
	float: left;
	margin-top: 60px;
}
.about_page .about_company .fonder_desk .about_yd {
	width: 65%;
	float: left;
}
.about_page .about_company .fonder_desk .about_yd h3 {
	font-size: 24px;
	font-weight: 600;
	color: #333;
	margin-left: 74px;
	margin-bottom: 10px;
}
.about_company .fonder_desk .fonder_img {
	width: 220px;
	height: 220px;
	border-radius: 50%;
	margin: auto;
}
.about_company .fonder_desk .yd_img {
	text-align: center;
}
.about_company .fonder_desk .yd_img h3 {
    font-size: 22px;
    font-weight: 600;
    margin: 8px 0px 4px 0px;
    color: #333;
}
.about_company .fonder_desk .yd_img p {
	font-size: 18px;
	font-weight: 400;
	margin: 0px;
	color: #9c9fa0;
}
.about_company .fonder_desk .about_yd {
	width: 75%;
	float: left;
	margin-left: 30px;
}
.about_company .fonder_desk .about_yd p::before {
	content: '';
	background: url("../../images/career/quote.png") left top no-repeat;
	position: absolute;
	width: 55px;
	height: 55px;
	left: 0;
	top: -15px;
}
.about_company .fonder_desk .about_yd p {
	position: relative;
	padding-left: 75px;
	font-size: 16px;
	line-height: 25px;
	color: #878a8b;
}
.about_company .company_zig_zag {
	margin: 40px 0px;
}
.about_company .company_zig_zag .zig_zag_left, .about_company .company_zig_zag .zig_zag_right {
	flex: 0 0 50%;
	max-width: 50%;	
}
.about_company .company_zig_zag  .zig_zag_head {
	font-size: 24px;
  	font-weight: 600;
	color: #333;
	margin: 0px 0px 15px 0px;
}
.about_company .company_zig_zag p {
	font-size: 17px;
    margin: 0px;
    color: #7f7f7f;
    line-height: 24px;
}
.about_company .company_zig_zag .padding_right {
	padding-right: 100px;
}
.about_company .company_zig_zag .padding_left {
	padding-left: 100px;
}

.about_company .company_zig_zag .item_right {
	text-align: right;
}
.about_company .company_zig_zag .item_left {
	text-align: left;
}
.about_company .company_zig_zag .zig_zag_row {
	margin: 100px 0px;
	display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.about_company .mission_value_vision .mvv_item {
	width: 33.33%;
	float: left;
	text-align: center;
	padding: 15px;
}
.about_company .mission_value_vision .mvv_item p {
	text-align: left;
	font-size: 16px;
    color: #7f7f7f;
    line-height: 24px;
	width: 70%;
	margin: 0 auto;
}
.about_company .mission_value_vision .mvv_item .mvv_img {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    height: 220px;
}
.about_company .mission_value_vision .mvv_item .mvv_img img {
	width: auto;
	height: 100%;
	object-fit: contain;
}
.about_company .mission_value_vision .mvv_item  .mvv_head {
	font-size: 24px;
  	font-weight: 500;
	color: #333;
	margin: 0px 0px 20px 0px;
}
 
/*============Company tab CSS end===========*/

/*============Team tab CSS Start===========*/
.about_page .about_team_detail p {
	color: #4d4d4d;
	font-size: 16px;
	line-height: 24px;
	text-align: center;
}
.about_page .about_team_detail .ceo_section {
	margin: 20px -15px;
	position: relative;
	display: flex;
    flex-wrap: wrap
}
.about_page .about_team_detail .ceo_section .founder {
flex:0 0 50%;
max-width: 50%;
padding: 0px 15px;
	/*position: relative;*/
}

.about_page .about_team_detail .ceo_section .founder .founder_info {
  border-radius: 8px;
  box-shadow: 3px 5px 20px 0 rgba(0, 0, 0, 0.13);
  background-color: #ffffff;
	padding: 20px 20px 0px 20px;
	/*position: relative;*/
	display: flex;
    flex-wrap: wrap;
    position: relative;
	
}
.about_page .about_team_detail .ceo_section .founder .ceo_row:first-child {
	margin-left: 0px;
}
.about_page .about_team_detail .ceo_section .founder .ceo_row:last-child {
	margin-right: 0px;
}

.about_page .about_team_detail .fonder_name {
	max-width: 45%;
	flex:0 0 45%;
}
.text_midle {
		position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
 
/*.about_page .about_team_detail .ceo_section .founder.one:hover .contentBox{
	display:block
}
.about_page .about_team_detail .ceo_section .founder.two:hover .contentBox{
	display:block
}
.about_page .about_team_detail .ceo_section .contentBox{
	    position: absolute;
    width: 100%;
    bottom: 0px;
    height: 100px;
    background: #ccc;
	display:none;
}*/
.about_page .about_team_detail .fonder_name h6 {
	 font-size: 18px;
  font-weight: 600;
	color: #333;	
}
.about_page .about_team_detail .fonder_name p {
	font-size: 18px;
	color: #808080;
}
.about_page .about_team_detail .fonder_photo {
	max-width: 55%;
	flex:0 0 55%;
	position: relative;
	overflow: hidden;
}
.about_page .about_team_detail .fonder_photo img {
    width: auto;
    object-fit: contain;
    object-position: left;
    position: relative;
    top: 5px;
    height:270px;
    /* max-width: 100%; */
}
.about_page .about_team_detail .fonder_photo img.with_hover {
    position: absolute;
    right: 0;
    margin: 0 auto;
    /* top: 5px; */
    opacity: 0;
    transition:all ease 0.5s;
    -webkit-transition:all ease 0.5s;
 
}
.about_page .about_team_detail .fonder_photo.yd-photo img.with_hover{
	   height: 320px;
    bottom: 0;
    top: auto;

	} 
.about_page .about_team_detail .ceo_section .founder.active .founder_info .fonder_photo img.with_hover {
	opacity: 1;
}
.about_page .about_team_detail .ceo_section .founder.active .founder_info .fonder_photo img.without_hover {
visibility: hidden;
}

/*.about_page .about_team_detail .members_details:hover .member_img img.without_hover {
	visibility: hidden;
}
.about_page .about_team_detail .members_details:hover .member_img img.with_hover {
	opacity: 1;
}*/
.about_page .about_team_detail .members_row {
	width: 100%;
	position: relative;
	
}
.about_page .about_team_detail .members_row .members_details {
	width: 22.5%;
	margin: 15px 1.65%;
	float: left;
	min-height: 400px;
}
.about_page .about_team_detail .members_row.item3_inrow .members_details {
	width: 31.1%;
}
.about_page .about_team_detail .members_row.item2_inrow .members_details {
	width: 48.35%;
}
.about_page .about_team_detail .members_row .members_details.first_child, .about_page .about_team_detail .members_row.item3_inrow .members_details.first_child, .about_page .about_team_detail .members_row.item2_inrow .members_details.first_child  {
	margin-left: 0px;
}
.about_page .about_team_detail .members_row .members_details.last_child, .about_page .about_team_detail .members_row.item3_inrow .members_details.last_child, .about_page .about_team_detail .members_row.item2_inrow .members_details.last_child {
	margin-right: 0px;
}
.about_page .about_team_detail .members_row .members_details.active-div .contentBox {
	display: block;
}
.about_page .about_team_detail .members_details .member_img {
	border-radius: 8px;
	box-shadow: 3px 5px 20px 0 rgba(0, 0, 0, 0.13);
	background-color: #ffffff;
	/*overflow: hidden;
	min-height: 324px;*/
	position: relative;
}
.about_page .about_team_detail .members_details .member_img img {
	    width: 100%;
	    height: 325px;
	    object-fit: contain;
	    /*margin-bottom: -5px;*/
	    transition: ease all 0.5s;
	    border-radius: 8px;
    overflow: hidden;
}
.about_page .about_team_detail .members_details .member_img img.with_hover {
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
}

.about_page .about_team_detail .members_details.active .member_img img.without_hover {
	opacity: 0;
}
.about_page .about_team_detail .members_details.active .member_img img.with_hover {
	opacity: 1;
}


/*============Team tab CSS End===========*/

/*===========Award tab CSS Start==============*/
/*.about_page .about_award_detail .award_row {
	margin: 40px 0px;
}*/
.about_page .about_award_detail .award_items {
	width: 20%;
	text-align: center;
	padding: 15px 15px;
	float: left;
	min-height: 305px;
	margin: 5px 0px;
}
.about_page .about_award_detail .award_items:hover {
	border-radius: 8px;
  box-shadow: 0 3px 24px 0 rgba(0, 0, 0, 0.1);
}
.about_page .about_award_detail .award_items p {
    color: #868686;
    font-size: 16px;
    line-height: 19px;
    margin-bottom: 15px;
    opacity: 0;
	min-height: 38px;
	margin-top: 5px;
}
.about_page .about_award_detail .award_items:hover p {
	opacity: 1;
}
.about_page .about_award_detail h5 {
    font-size: 26px;
    font-weight: 600;
    text-align: center;
    color: #333333;
    margin: 0 0 8px 0px;
}
.about_page .about_award_detail p {
    color: #4d4d4d;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
	margin-bottom: 25px;
}
.about_page .about_award_detail .award_type {
	width: 150px;
	height: 150px;
	border-radius: 50%;
	background-color: #f4f4f4;
	text-align: center;
	position: relative;
	    margin: auto;
}
.about_page .about_award_detail .award_type .text_midle {
	left: 0;
	right: 0;
	margin: auto;
}
.about_page .about_award_detail .award_items h6 {
	font-size: 16px;
  	font-weight: 600;
	color: #333;
	text-align: center;
	margin: 12px 0px
}
/*===========Award tab CSS End==============*/

/*===========investor tab CSS start==============*/
.investor_wrap  .investor-details{
	padding-top: 50px;
}
.investor_wrap .investor-inner{
	display: flex;
	flex-wrap:wrap;
	position: relative;

}
.tooltip_content{
	position: absolute;
	width: 100%;
	background: #fff;
	border-radius: 10px;
	top: 93%;
	display: none;
	left:0;
	z-index: 100;
	box-shadow: 3px 5px 20px 0 rgba(0, 0, 0, 0.13);
	padding: 30px;
	    color: #7f7f7f;
    line-height: 22px;
}
.investor_wrap .investor-inner .box{
	flex:0 0 25%;
	max-width: 25%;
	padding: 0px 15px 0px;

}

.investor_wrap .investor-inner .box .investor_image{
	max-width: 160px;
	margin: 0 auto;
	padding: 0 0 50px;
}
.investor_wrap .investor-inner .box .investor_image .tooltip_content h5 {
	 font-size: 20px;
  font-weight: 600;
	margin-bottom: 10px;
	text-align: left;
	margin-top: 0px;
}

.investor_wrap .investor-inner .box div.image::after{
	content: "";
	width: 30px;
	height: 30px;
	display: block;
	box-shadow: 3px 5px 20px 0 rgba(0, 0, 0, 0.13);
	transform:rotate(45deg);
	position: absolute;
	left:0;
	right: 0;
	top: 130%;
	margin: 0 auto;
	background: #fff;
	display: none;
}

.investor_wrap .investor-inner .box .investor_image div.image{
  width: 100%;
  margin: 0 auto 5px;
  border-radius: 50%;
 /* overflow: hidden;*/
  background-size: cover;
  position: relative;
}
.investor_wrap .investor-inner .box .investor_image div.image img  {
	max-width: 100%;
}


.close_it{
	/*width: 14px;
    height: 14px; */
    background:url('https://static.pbcdn.in/cdn/images/career/close-icn.svg');
    position: absolute;
    right: 10px;
    top: 10px;
    display: none;
    width: 50px;
    background-repeat: no-repeat;
    background-position: 87% center;
    height: 30px;
    cursor: pointer;
}

.info_edge div{
	background-position: 0 0;
}
.tiger_global div{
background-position: 5.4% 0;
}
.Inventus div{background-position: 11.22% 0;}
.ribbit_capital div{background-position: 17.2% 0;}
.premji_invest div{background-position: 23.1% 0;}
.Steadview div{background-position: 29% 0;}
.Temasek div{background-position: 34.9% 0;}
.Chiratae div{background-position: 40.83% 0;}
.True_North div{background-position: 46.89% 0;}
.Wellington div{background-position: 52.7% 0;}
.investor_wrap .investor-inner .box .investor_name{
	 font-size: 16px;
  font-weight: 600;
   color: rgba(0, 0, 0, 0.8);
   text-align: center;
}
.investor_testimonial {
	background: #f0f5f7;
    padding:40px 0px;
}
.investor_testimonial h2{
	text-align: center;
	opacity: 0.7;
  font-size: 24px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #000000;
}
.investor_testimonial .slider {
width: 70%;
max-width: 1100px;
margin:15px auto 0;
	padding: 0px 5%;
}
.investor_testimonial .slider .content{
	background: #ffffff;
	border-radius: 8px;
	padding: 55px 30px 28px 30px;
	/* opacity: 0.5; */
	box-shadow: 0 0 4px #e4e3e3;
	/* height: 100%; */
	min-height: 400px !important; 
	position: relative; 
}
.investor_testimonial .slider .content::before{
	content: "";
	background: url('../../images/career/quote.png');
	height: 45px;
	background-repeat: no-repeat;
	display:block;
	background-size: 28px auto;
	float: left;
	width: 9%;
	margin-top: -20px;
	background-size: contain;
}
.investor_testimonial .slider .content p{
	 font-size: 16px;
	 line-height:22px;
	 color: #757575;
	 opacity: 0.7;
	 margin: 0;
	 padding-bottom: 2px;
	 float: left;
	 width: 86%;
}
/*.investor_testimonial .slick-center .content{
	opacity: 1;
	z-index: 220;
	background: #fff;
	padding: 14px 10px 10px 10px;
	/* min-height: 293px; */
/*
.investor_testimonial .slick-center .content p{
	font-size: 10px;
	color: rgba(0, 0, 0, 0.54);
	margin: 0;
	padding-bottom: 5px;
}
*/
.investor_testimonial .content .bottom{float: left;    position: absolute;
    bottom: 0;
    right: 30px;
    left: 12%;}
/*
.investor_testimonial .slick-center .content .bottom{
	padding-top: 10px;
}
*/
.investor_testimonial .slider .content .bottom::after{
	content: "";
	display: block;
	clear: both;
}
.investor_testimonial .slider .content .bottom .left{
	float: left;
	width: 64%;
}
.investor_testimonial .slider .content .bottom .right{
	float: right;
	width: 22%;
}
.investor_testimonial .slider .content .bottom .right .test_logo{
    width: 100%;
    /* height: 60px; */
    background-size: contain;
    padding-top: 51%;
    background-repeat: no-repeat;
    /* margin-bottom: -1px; */
    position: relative;
    top: 1px;
    box-shadow: none;
}
.investor_testimonial .slider .content .bottom .right .infoedge {
	background-image: url("../../images/career/testimonial/infoedge.png");
}
.investor_testimonial .slider .content .bottom .right .steadview {
	background-image: url("../../images/career/testimonial/steadview.png");
}
.investor_testimonial .slider .content .bottom .right .truenorth {
	background-image: url("../../images/career/testimonial/truenorth.png");
}
.investor_testimonial .slider .content .bottom .right .chiratae {
	background-image: url("../../images/career/testimonial/chiratae.png");
}
.investor_testimonial .slider .content .bottom .right .softbank {
	background-image: url("../../images/career/testimonial/softbank.png");
}
.investor_testimonial .slider .content .bottom .left .name{
	font-size: 18px;
	font-weight: 600;
	color: #4c4c4c;
}
/*
.investor_testimonial .slick-center .content .bottom .left .name{
	font-size: 12px;
	color: rgba(0, 0, 0, 0.7);
	padding-bottom: 2px;
}
*/
.investor_testimonial .slider .content .bottom .left .desig{
 font-size: 18px;
 line-height: 1.11;

 letter-spacing: normal;
 color: #a3a3a3;
}
/*
.investor_testimonial .slick-center .content  .bottom .left .desig{
	font-size: 11px;
	color: rgba(0, 0, 0, 0.36);
}
*/
.investor_testimonial .slider .content .bottom .left .right{
	float: right;
}
.investor_testimonial .slider .content .bottom .left .right .test_logo{
	background-image: url('../images/testimonial/info-edge.png');
	width:183px;
	height: 93px;
}
.investor_testimonial .slider .content::before{
	content: "";

}
.investor_testimonial .slick-slide {
margin: 0 4px;

}

.investor_testimonial .slick-slide img {
width: 100%;
}

.investor_testimonial .slick-prev:before,
.investor_testimonial .slick-next:before {
color: black;
}


.investor_testimonial .slick-slide {
transition: all ease-in-out .3s;
-webkit-transition: all ease-in-out .3s;

}


.investor_testimonial .slick-current {
opacity: 1;
}
/*.investor_testimonial .slick-center {
-webkit-transform: scale(1.6);
-moz-transform: scale(1.6);
transform: scale(1.6);    

}*/

.investor_testimonial .slick-list {padding: 40px 0px 30px 0px!important; width: 100%;}
.investor_testimonial .slick-prev:before, .slick-next:before{
display: none;
}
.investor_testimonial .slick-arrow{ 
	width: 48px;
	height: 48px;
	background-size: contain !important;
}
.investor_testimonial .slick-arrow.slick-prev {
	background: url("../../images/career/prev.png") center center no-repeat;
}
.investor_testimonial .slick-arrow.slick-next {
	background: url("../../images/career/next.png") center center no-repeat;
}
.investor_testimonial .slick-dots li button:before{
width: 14px;
height: 14px;
opacity: 0.3;
background-color: #2d3d4d;
color: transparent;
border-radius: 50%;
}
.investor_testimonial .slick-dots li.slick-active button::before{
background-color: #2f4efb;opacity: 1;
}
.investor_testimonial .slick-slide{
height: auto;
}
.investor_testimonial .slick-dots {
	left: 0;
	right: 0;
	
}
.close_it{
	display:none;
 }
.investor_testimonial .slick-dots li.slick-active button:before {
    opacity: .75;
    color: #2f4efb;
}
/*===========investor tab CSS end==============*/

/*=============Team page CSS in cause of Few candidate start==========*/
.visible {
	visibility: hidden;
}

.about_page .about_team_detail .members_row.few_candidate {

}
.about_page .about_team_detail .members_row.few_candidate .members_details {
	
}

/*=============Team page CSS in cause of Few candidate end==========*/

/*============Responsive CSS start============*/

/*@media(max-width: 1366px){
.close_it{
	display:block;
 }
}*/
@media only screen 
  and (min-device-width: 1024px) 
  and (max-device-width: 1366px) 
  and (-webkit-min-device-pixel-ratio: 2) 
  and (orientation: landscape) {
.close_it{
	display:block;
 }
	  .visible {
		visibility: hidden;
	}
}

@media screen and (max-width: 1280px) {
	.about_page .tabs_images .tabs_item_images li.active a img {
	    transform: scale(1);
}
}

@media screen and (max-width: 1024px) {
.container {
	max-width: 100%;
	width: 100%;
	padding: 0px 15px;
}
		.about_page .tabs_images .tabs_item_images li.active a img {
		 transform: scale(1);
	}
	.about_page .about_team_detail .ceo_section .founder {
		position: relative;
	}
		.about_page .about_award_detail .award_items {
		width: 25%;
	}
	.about_page .about_team_detail .members_details .member_img img  {
		height: 270px;
	}
	.about_page .about_team_detail .members_details .member_img {
		min-height: 270px;
	}
	.about_page .about_team_detail .members_details .member_img img.with_hover {
		top: 0px;
	}

	.about_page .about_team_detail .members_row .members_details {
		min-height: 350px;
	}
	.members_row .contentBox {
		top: 70%;
	}
			.about_page .about_team_detail .fonder_photo img, .about_page .about_team_detail .fonder_photo.yd-photo img.with_hover {
		height: 150px;
	}
	.about_page .about_team_detail .fonder_photo {
		text-align: right;
	}
 .close_it{
	display: block;
}
/*	.investor_testimonial .slick-prev, .investor_testimonial .slick-next {
		position: absolute;
		left: 0;
		right: 0;
		transform: translate(0);
		top: auto;
		margin: 0 auto;
		bottom: -20px;
		
	}*/
	.investor_testimonial .content .bottom {
		position: static;
		    width: 100%;
    margin-top: 15px;
		padding-left: 55px;
	}
	.investor_testimonial .slider .content {
		 padding: 35px 20px 25px 20px;
	}
	.investor_testimonial .slider .content::before {
		width: 8%;
	}
	.investor_testimonial {
		padding: 40px 15px;
	}
	.investor_testimonial .slider .content p {
		width: 89%;
		margin-left: 5px;
	}
	.investor_testimonial .slider .content .bottom .left .name, .investor_testimonial .slider .content .bottom .left .desig {
		font-size: 16px;
	}
	.investor_testimonial .slick-dots{
		display: none !important;
	}
/*	.investor_testimonial .slick-arrow.slick-next {
		left: 15%;
	}
		.investor_testimonial .slick-arrow.slick-prev {
		right: 15%;
	}*/
	.investor_testimonial .slider .content {
		min-height: 0 !important;
		height: auto;
	}
	.investor_testimonial .slider {
		width: 85%;
		padding: 0px;
	}
	.about_page .about_team_detail .ceo_section .founder .founder_info::after  {
		top: 108%;
	}
	.about_page .about_team_detail .others_members .members_details .member_img::after {
		top: 105%;
	}
	.about_page .about_team_detail .others_members .contentBox {
		padding: 25px 0px 20px 0px;
	}
	.about_page .about_team_detail .members_details p {
		font-size: 13px;
		padding: 0px;
	}
	.investor_testimonial .slick-arrow.slick-prev {
		    left:auto;
           z-index: 10;
           right: 40px;
	}
		.investor_testimonial .slick-arrow.slick-next {
		    right:0;
           z-index: 10;
	}
    .investor_testimonial .slick-arrow{
    	width: 40px;
    	height: 40px;
    	top:25px;
    }
	.investor_testimonial .slider .content .bottom .left .desig {
		font-size: 14px;
	}

}
@media screen and (max-width: 980px) {

	.about_company .company_zig_zag .zig_zag_left, .about_company .company_zig_zag .zig_zag_right {
		flex: 0 0 100%;
    	max-width: 100%;
		margin: 20px 0px;
	}
	.about_company .company_zig_zag .padding_right, .about_company .company_zig_zag .padding_left {
		padding-right: 0px;
		padding-left: 0px;
	}
	.about_page .about_company .fonder_desk .about_yd, .about_page .about_company .fonder_desk .yd_img, .about_page .about_detail_list .details_part {
		width: 100%;
		float: none;
		margin: 30px 0px;
	}
	.about_company .company_zig_zag .zig_zag_left img, .about_company .company_zig_zag .zig_zag_right img {
		width: 100%;
		max-height: 250px;
		object-fit: contain;
	}
	.about_page .about_detail_list .details_part ul {
		padding: 0px;
	}
	.about_page .tabs_images {
    	min-height: 275px;
	}
	.about_page .tabs_menu ul {
		padding: 5px;
		text-align: center;
	}
	.about_page .tabs_menu ul li.active a, .about_page .tabs_menu ul li:hover a {
		border-radius: 4px;
	}

	.about_page .about_company_detail h1, .about_page .about_team_detail h5 {
		font-size: 18px;
	}
	.about_page .about_detail_list .details_part h2 {
		font-size: 18px;
	}
	.about_page .about_company .fonder_desk {
		padding: 60px 0px 10px 0px;
		position: relative;
	}
	.about_page .about_company .fonder_desk .about_yd h3{
		margin-left: 0px;
    	text-align: center;
    	font-size: 22px;
    	position: absolute;
    	top: 20px;
    	left: 0;
    	right: 0;
	}
	.about_page .about_company .fonder_desk .yd_img {
		margin: 10px 0px;
	}
	.about_company .fonder_desk .yd_img h3 {
    font-size: 20px;
    font-weight: 600;
	}
	.about_company .fonder_desk .about_yd p::before {
		width: 30px;
    height: 30px;
		    background-size: contain;
	}
	.about_company .fonder_desk .about_yd p {
		padding-left: 35px;
	}
	.about_company .company_zig_zag .zig_zag_right {
		order: 1;
	}
	.about_company .company_zig_zag .padding_right, .about_company .company_zig_zag .padding_left {
		order: 2;
	}
	.about_company .company_zig_zag .zig_zag_row {
		margin: 0px 0px;
	}
	.about_company .company_zig_zag .zig_zag_head {
		font-size: 22px;
		margin-bottom: 5px;
	}
	.about_company .mission_value_vision .mvv_item {
		width: 100%;
		float: none;
		    margin: 30px 0px;
		padding: 0px;
	}
	.about_company .mission_value_vision .mvv_item p {
		text-align: center;
	}

	.about_page .about_award_detail .award_items {
		width: 33.33%;
	}
		.about_page .about_team_detail .members_row .members_details {
		min-height: 347px;
	}
	.about_page .about_team_detail .members_row .members_details {
		    margin: 8px 1.65%;
	}

	.about_page .about_team_detail .members_row {
		position: static;
	}
	.about_page .about_team_detail .members_row .members_details {
		position: relative;
	}
	.about_page .about_team_detail .others_members .fourth_pointer:hover .contentBox::before, .about_page .about_team_detail .others_members .third_pointer:hover .contentBox::before, .about_page .about_team_detail .others_members .second_pointer:hover .contentBox::before, .about_page .about_team_detail .others_members .first_pointer:hover .contentBox::before {
    left: 0;
    right: 0;
    margin: 0 auto;
}
	.about_page .about_team_detail .others_members .contentBox .tooltip h5 {
		font-size: 18px;
	}
	.about_page .about_team_detail .others_members .contentBox .tooltip p{
		font-size: 16px;
	}
	.contentBox .tooltip {
		font-size: 14px;
	}
		.about_page .about_team_detail .members_row .members_details {
		width: 46.7%;
	}
	.members_row .contentBox {
    top: 72%;
}
	.about_page .about_team_detail .others_members .contentBox {
		top: 77%;
	}
	.about_company .company_zig_zag p {
		font-size: 16px;
	}
	.investor_testimonial .content .bottom {
		padding-left: 40px;
	}
	.about_page .about_team_detail .members_details p {
		padding: 0px;
	}
	.visible {
		display: none;
	}
}



@media screen and (max-width: 768px) {
		.about_page .tabs_menu {
		width: 100%;
		    margin: -25px auto 35px auto;
	}
	.about_page .tabs_images {
    min-height: 205px;
}
	.about_page .tabs_menu ul li a {
		padding: 10px 0px;
	}
	.about_page .tabs_menu ul li {
		padding: 0px 2px;
	}
		.about_page .about_award_detail .award_items {
		width: 50%;
}

	.about_page .about_team_detail .fonder_name h6, .about_page .about_team_detail .fonder_name p {
		font-size: 16px;
	}
	.about_page .about_team_detail .fonder_photo {
		text-align: right;
	}
	.about_page .about_team_detail .ceo_section .founder .founder_info {
		padding: 15px 10px 0px 10px;
	}
	.members_row .contentBox {
    top: 72%;
}
		.about_page .about_team_detail .ceo_section .founder{
		flex:0 0 100%;
		max-width:100%;
		margin: 15px 0px;
}
/*	.investor_testimonial .slider {
		width: 100%;
		padding: 0px;
	}*/
	.investor_testimonial .slider .content p {
		font-size: 14px;
	}

}
@media (max-width:767px){
.investor_wrap .investor-inner .box{
	flex:0 0 50%;
	max-width: 50%;
}
.investor_wrap .investor-inner .box{
	position: relative;
}
.about_page .about_team_detail .members_row.item3_inrow .members_details {
	width: 100%;
	margin: 8px 0px;

}

}
@media screen and (max-width: 620px) {
	.about_page .tabs_menu ul li a {
		font-size: 14px;
}
}
@media screen and (max-width: 600px) {
.about_page .tabs_images {
    min-height: 170px;
}
	.about_page .about_team_detail .members_details h6, .about_page .about_team_detail .members_details p {
		font-size: 14px;
	}
	.investor_testimonial .content .bottom {
		padding-left: 30px;
	}

}
@media screen and (max-width: 480px) {
.about_page .tabs_menu ul li a {
	font-size: 14px;    
}
.about_page .tabs_images {
    min-height: 145px;
}
	.about_page .about_award_detail .award_items {
		width: 100%;
		min-height: auto;
}
	.about_page .about_team_detail .members_row .members_details {
		width: 100%;
		margin: 10px 0px;
	}
	.members_row .contentBox {
		top: 75%;
	}
	.about_page .about_team_detail .others_members .contentBox {
		top: 79%;
	}
	.about_page .about_team_detail .members_row .members_details {
    min-height: 340px;
}
	.about_company .mission_value_vision .mvv_item p {
		width: 100%;
	}
	.investor_testimonial .content .bottom {
		padding-left: 25px;
	}
	.contentBox .tooltip {
		    padding: 40px 30px 30px 30px;
	}
	/*.close_it {
		right: 15px;
    top: 15px;
	}*/

	.about_page .about_team_detail .members_row.item2_inrow .members_details {
		width: 100%;
	}
}
@media (max-width:440px){
.investor_wrap .investor-inner .box{
	flex:0 0 100%;
	max-width:100%;
}

}

@media screen and (max-width: 360px) {
	.about_page .tabs_menu ul li a {
		font-size: 11px;
	}
.about_page .tabs_images {
    min-height: 145px;
}
.about_page .tabs_images {
    min-height: 120px;
}
	.about_page .about_team_detail .fonder_name p {
		font-size: 14px;
	}
	.about_page .about_team_detail .fonder_photo img, .about_page .about_team_detail .fonder_photo.yd-photo img.with_hover {
    height: 140px;
}
	.about_page .about_team_detail .others_members .contentBox {
		top: 77%;
	}
	.about_page .about_team_detail .members_row .members_details {
		    min-height: 347px;
	}

}



	
 

