.why-choose-section{margin: 100px 0px;}
.why-choose-btn{ text-align: right; }
.whychoose-tab{margin-top: 25px !important;}
.whychoose-tab ul.resp-tabs-list{ margin-bottom: 80px; position: relative;}
.whychoose-tab ul.resp-tabs-list:after{
	content: '';
	border-bottom: 1px solid #58a5bf;
	position: absolute;
	bottom: -20px;
    left: 10%; right: 10%;
}
.whychoose-tab .resp-tabs-list li{
	text-align: center;
	padding: 0px;
	position: relative;
}
.whychoose-tab ul.resp-tabs-list li:before{
	content: '';
	background-color: #c9e2ec;
	height: 14px;width: 14px;
	border-radius: 50%;
	position: absolute;
	bottom: -26px; left: 50%;
	margin-left:-7px; z-index: 1;
	transition: all 0.3s;
	border: 2px solid #c9e2ec;
}
.whychoose-tab .resp-tabs-list .resp-tab-active{
	border: 0px;
	padding: 0px !important;
	margin-bottom: 0px !important;
}
.whychoose-tab .resp-tabs-list .resp-tab-active:before{
	bottom: -87px;
	height: 16px;width: 16px;
	background-color: #58a5bf;
	border: 2px solid #ffffff;
}
.whychoose-tab .resp-tabs-list .resp-tab-active:after{
	content: '';
	border-left: 1px solid #58a5bf;
	position: absolute;
	left: 50%;	height: 61px;
	z-index: 1; bottom: -80px;
}
.whychoose-tab .img-box {
	min-height: 87px;
	margin-bottom: 25px;
	display: inline-block;
}
.whychoose-tab .name{
	display: block;
	font-family: 'Oswald', 'Arial Narrow', 'Helvetica Neue', sans-serif;
	font-size: 18px;
	line-height: 1.31;
	letter-spacing: 0.2px;
	text-align: center;
	color: #58a5bf;
	font-weight: 500;
}
.whychoose-tab .resp-tab-content{
	padding: 0px; border: 0px;
	position: relative;
}

.whychoose-box{
	background-color: #58a5bf;
	padding: 50px;
}
.whychoose-head{
	font-size: 26px;
	line-height: 1.58;
	letter-spacing: 0.3px;
	color: #ffffff;
	font-family: 'Oswald', 'Arial Narrow', 'Helvetica Neue', sans-serif;
	padding-right: 30px;
}
.whychoose-detail{
	font-size: 16px;
	line-height: 1.94;
	color: #ffffff;
}
@media(max-width:991px){
	.why-choose-section{margin: 50px 0px;}
}
@media(max-width: 767px){
	.whychoose-tab .name{ display: inline-block; vertical-align: middle;}
	.whychoose-tab .img-box{ width: 45px; margin-right: 25px; min-height: auto; margin-bottom:0px; vertical-align: middle; }
	h2.resp-accordion{ border-bottom: 1px solid rgba(151,151,151,0.4); position: relative; }
	h2.resp-accordion:first-child{border-top: 1px solid rgba(151,151,151,0.4) !important;}
	.resp-arrow,
	h2.resp-tab-active span.resp-arrow{border:0px;}
	.resp-arrow{
		background-image: url('https://d1hirb55zrpywb.cloudfront.net/images/theme/down-arrow.svg');
		display: inline-block;
		height: 10px; width: 17px;
		background-repeat: no-repeat;
		margin-top: 0px;
		position: absolute; margin-top: -5px;
    	top: 50%; right: 15px;
    	transition: all 0.5s;
    	transform: rotate(0deg);
	}
	h2.resp-tab-active {background: #ffffff!important;}
	h2.resp-tab-active span.resp-arrow{transform: rotate(-180deg);transition: all 0.5s;}
	.whychoose-box{padding:15px; background-color: #ffffff;}
	.whychoose-head{ margin-bottom: 20px; color: rgb(69, 81, 94); font-size: 18px; line-height: 28px;}
	.why-choose-section .hd-type2{ text-align: center; }
	.why-choose-btn{ text-align: center; margin-top: 20px; margin-bottom: 20px; }
	.whychoose-tab{ margin-top: 0px !important; }
	.whychoose-detail{color: rgb(101, 109, 118); font-size: 15px;}
	.whychoose-tab .resp-tab-content{ margin-bottom: 10px; border-bottom: 1px solid #dddddd; }
}
@media( max-width: 576px){	
	.why-choose-btn{ margin-bottom:5px;}
}
