.service_main {
    padding: 81px 0 83px;
}
.service_main .heading{
	margin-bottom: 60px;
}
.service_main h3{
    font-size: 38px;
    line-height: 40px;
    font-weight: 400;
    color: #09a2c5;
    margin: 0;
}
.tabs_btns{
	padding-bottom: 20px;
}
	.tabs_btns .w3-btn.theme_btn{
		border-radius: 30px;
        padding: 15px 35px;
		text-transform:uppercase;
		font-weight: 500;
		margin-right: 15px;
		position:relative;
		overflow: visible;
	}
	.tabs_btns .w3-btn.theme_btn.active:after{
		content:'';
		display: block;
		width: 10px;
		height: 10px;
		border-left: 10px solid transparent;
		border-right: 10px solid transparent;
		border-top: 10px solid #09a2c5;
		position: absolute;
		left: 0;
		right: 0;
		margin: auto;
		bottom: -10px;
	}
	.tabs_btns .w3-btn.theme_btn:last-child{
		margin-right: 0;
	}

.service_main_inner .w3-row{
	position:relative;
}
.service_main_inner .w3-row:before {
    content: '';
    display: block;
    position: absolute;
    top: -23px;
    bottom: 41px;
    left: 0;
    right: 3%;
    background-color: #f8f8f7;
    z-index: -1;
}

.service_main_inner .content_box {
    padding: 5px 47px 1px 34px;
    position: relative;
    background-color: #f8f8f7;
}

.service_main_inner .content_box h2 {
    font-size: 43px;
    font-weight: 300;
    color: #3ca6b0;
    line-height: 62px;
}

.service_main_inner .content_box:after {
    content: '';
    display: block;
    border-left: 20px solid #FFF;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    position: absolute;
    left: 0;
    top: 10%;
}
.service_main_inner .img_box img {
    margin-top: 7px;
}


/* -----services description-----*/

.service-desc-box{
    background: #f5f5f4;
    margin-top: 14px;
    padding: 20px 36px;
    height: 405px;
    position: relative;
}

.service-desc-icon{
    display: flex;
    bottom: 15px;
    width: 75%;
    right: 5px;
}

.service-desc-icon img{
    align-self: baseline;
    width: auto;
	max-height: 67px;
}


.service-desc-icon h5{
text-align: left;
    margin: 0;
    padding-left: 10px;
    font-weight: 600;
    align-self: flex-end;
    color: #09a2c5;
    font-size: 16px;
    line-height: 19px;
    
}

.service-desc-box p{
font-size: 14px;
	height: 167px;
    line-height: 23px;
    font-weight: 500;
    margin: 24px 0;
}

.service-desc-box:before {
    content: '';
    border-left: 20px solid transparent;
    border-top: 20px solid white;
    border-right: 20px solid transparent;
    border-bottom: 20px solid transparent;
    position: absolute;
    top: -4px;
    right: 36px;
}

.service-desc-box p:empty {
    display: none;
}

.service-description .l4{
    padding: 8px 10px;
}
.service_col img{
	width: 100%;
}
/* --------responsive ------------*/

@media(max-width:767px){    
  .service_main {
    padding: 45px 0 33px;
  }
  .service_main_inner .w3-row:before {
    background-color: transparent; 
  }
	.service-desc-box{
		padding: 20px;
	}
}


