body{
padding: 0px;
margin: 0px;
}

.main_menu{
	background: #fff;
	padding: 15px 20px;
}

.logo{

	max-width: 30%;

}

.product{
	margin-top: 100px;
}


.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #f3f6f7;
    background-clip: border-box;
    bottom:  none;
    border-radius: .25rem;
}


.servics h2 {
    font-size: 40px;
    font-weight: 700;
}

.card-title {
    color: #21a1e0;
    font-size: 24px;
    font-weight: 600;
}

.footer-details{
background: #f3f6f7;
margin-top: 100px;
}

.logo-01{
	padding-top: 40px;
	width: 35%;
}
.pg {
    padding-top: 20px;
    color: #000;
    font-size: 15px;
    font-weight: 400;
    line-height: 25px;
}

.footer-details h4{
		padding-top: 40px;
}

.footer-details ul {
    padding-left: 0px;
}

.footer-details li {
    list-style: none;
        padding: 10px 0px;
}

.footer-details a {
    text-decoration: none;
    color: #a69d9d;

}

.card-title a {
    color: #27a1e0;
    text-decoration: none;
}