body,
p{
    font-size: 17px !important;
}

@media screen and (max-width:500px){

    p,
    body {
        font-size: 14px !important;
        line-height: 1.8em !important;
    }
}



/*mhn-seco"*/
.mhn-seco{
	position: relative;
	width: 100%;
	height: auto;
	margin-top: 20px;
	display: block;
}

.kkls-top{
	position: relative;
	width: 100%;
	height: auto;
	text-align: center;
	padding: 20px 0px;
}

.kkls-top h1{
	font-weight: 800;
}

.kkls-sub{
	position: relative;
	/* width:50%;
	margin-left: 25%; */
	height: auto;
	text-align: left;
	padding: 20px 0px;
}
.feedo-sec-head2 h3 {
    padding: 10px 0px;
    margin: 20px;
    font-size: calc(1vw + 1vh + 1.5vmin);
	font-weight: 400;
}

@media screen and (max-width:1200px){
	.kkls-sub{
		width: 80% !important;
		margin-left: 10% !important;
	}
}

@media screen and (max-width:700px){
	.kkls-sub{
		width: 100% !important;
		margin-left: 0% !important;
	}
}


.kkls-sub a{
		position: relative;
	display: inline-flex;
	background: #FF3850;
	color: #ffffff !important;
	margin-top: 30px;
	padding: 15px 30px;
	border-radius: 30px;
	transition: all 0.3s ease-in-out;
	text-transform: uppercase;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .125rem;
    white-space: nowrap;
}

.kkls-sub a:hover{
	letter-spacing: 2px;
	background: #FF1533;
}


.kkls-banner{
	position: relative;
	width: 100%;
	height: auto;
	margin-top: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.kkls-banner img{
	width: 100%;
	max-height: 600px;
	object-fit: cover;
}

/*gridoo-sec*/
.gridoo-sec{
	position: relative;
	margin-top: 70px;
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 70px;
}
@media screen and (max-width:1200px){
	.gridoo-sec{
		display: block !important;
	}

	.reversed-grid{
		display: flex !important;
		flex-direction: column-reverse !important;
	}

	.reversed-grid .gridoo-sec-banner{
		margin-top: 20px !important;
	}
}

.gridoo-sec-txt{
	position: relative;
	width: 100%;
	height: auto;
	margin-top: 30px;
	display: flex;
	align-items: center;
}
.gridoo-sec-txt h3{
	font-weight: 800;
	font-size: calc(1vw + 1vh + 1.5vmin);
	margin-bottom: 25px;
}
.gridoo-sec-txt ul{
	position: relative;
	width: 100%;
	height: auto;
}
.gridoo-sec-txt ul li{
	position: relative;
	display: flex;
	margin-top: 15px;
}
.gridoo-sec-txt ul li i{
	font-weight: 700;
	color: #FF3850;
	margin-right: 10px;
	margin-top: 5px;
}

.gridoo-sec-banner{
	position: relative;
	width: 100%;
	height: auto;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 30px;
}

.gridoo-sec-banner img{
	width: 100%;
	height: auto;
	max-height: 400px;
	object-fit: contain;
}


/*feedo-sec*/
.feedo-sec{
	position: relative;
	width: 70%;
	margin-left:15%;
	height: auto;
	margin-top: 70px;
	text-align: center;
}
@media screen and (max-width:1200px){
	.feedo-sec{
		width: 80% !important;
		margin-left: 10% !important;
	}
}
@media screen and (max-width:700px){
.feedo-sec{
		width: 100% !important;
		margin-left: 0% !important;
	}
}


.feedo-sec-head{
	position: relative;
	width: 100%;
	height: auto;
	padding: 20px 0px;   
}
.feedo-sec-head p{
	font-size: 12px !important;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 2px;
	color: #8694a3;
}
.feedo-sec-head h3{
	padding: 10px 0px;
	margin-top: 20px;
	font-size: calc(1vw + 1vh + 1.5vmin);
	font-weight: 800;
}

.feedo-sec-owl{
	margin-top: 20px;
}

.t-feedo-item h4{
	display: inline-grid;
	grid-template-columns: auto 1fr;
	grid-gap: 10px;
	margin-top: 20px;
	text-align: left;
}
.t-feedo-item h4 img{
	width: 40px;
	height: 40px;
	object-fit: cover;
	object-position: center center;
	-webkit-box-shadow: 0px 0px 10px rgb(0 0 0 / 10%);
	-moz-box-shadow: 0px 0px 10px rgb(0 0 0 / 10%);
	box-shadow: 0px 0px 10px rgb(0 0 0 / 10%);
	border-radius: 50%;
	border: 3px solid #ffffff;
}
.t-feedo-item h4 span{
	display: inline-flex;
	align-items: center;
	font-weight: 700;
	font-size: 15px;
}

.site-footer{
	margin-top: 50px !important;
}
@media screen and (max-width:1200px){
	.site-footer{
	margin-top: 0px !important;
}
}