.sec-cont .wrapper-tools-icon img{
	height: 65px;
}
/* how we do it section start */
.how-do{
	padding: 20px 0 0 0;
}
.how-do .how-do-video{
	max-width: 850px;
	width: 100%;
	padding: 0 12px;
	margin-top: 60px;
	display: inline-block;
}
.how-do .how-do-video iframe{
	height: 400px;
	width: 100%;
}
.our-tool{
	display: flex;
	align-items: center;
}
.our-tool-second{
	flex-direction: row-reverse;
}
.budge{
	margin-bottom: -20px;
}
.tools-content-section .sec-head{
	    display: flex;
	margin: 20px 0 !important;
}
.how-do .how-do-box{
	width: auto;
	padding: 5px;
}
.how-do .sec-head{
	margin-bottom: 0;
	padding-top: 15px;
}
.cpy_log{
	margin-top: 60px;
}
.trans-play-video{
	position: relative;
}
.trans-play-video .trans-play-btn{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.trans-play-video .trans-play-btn .btn-border{
	border: 3px solid #70bf4d;
	padding: 10px;
	border-radius: 50%;

}
.btn-border img {
    height: 25px;
}
/* how we do it section end */
@media (max-width: 767px){
	.tools-content-section .sec-head {
		display: flex;
		align-items: center;
		padding: 0!important;
		margin: 0 !important;
	}
	.tools-content-section .sec-head h1{
		margin: 0!important;
	}
	.tools-content-section .sec-cont {
		text-align: left !important; 
	}
	.wrapper-icon-transparncy{
		margin-top: 40px;
	}
	.how-do .how-do-video iframe{
		
		height: 350px;
	}
	.how-do .how-do-video{
		margin-top: 30px;
	}
	.git-cd-section {
		padding: 30px 0 30px 0 !important;
	}
}

