.customisation_section-title{
  margin-bottom: 25px;
}

.customisation_section-title:after {
    content: "";
    position: absolute;
    left: 45%;   
    height: 2px;
    width: 10%;
    background-color: #696868;
}

.customisation_title{
	padding: 0px 0px;
	text-align: center;
	font-family: lucida sans unicode;
	font-size: 28px;
	text-transform: capitalize !important;
}
.customisation_subtitle{
	padding: 0px 0px;
	text-align: center;
	font-family: lucida sans unicode;
	font-size: 22px;
	text-transform: capitalize !important;
}
.customization_desc{
	padding: 5px 0px;
	font-family: lucida sans unicode;
	font-size: 15px;
	line-height: 32px;
	text-align: justify;
}
.custome-index{
	padding: 50px 40px;
    background: #ecead9;
    height: 100%;
    vertical-align: center;
    height: 593px !important;
}

@media(min-width:991px) and (max-width:1200px){
.custome-index{
    padding: 50px 30px;
    background: #ecead9;
    height: 100%;
    vertical-align: center;
	
}
}@media(min-width:768px) and (max-width:992px){
	.custome-index{
	    padding: 25px 25px;
    background: #ecead9;
    height: 100%;
    vertical-align: center;
}
.customization_desc{
	padding: 5px 0px;
	font-family: lucida sans unicode;
	font-size: 15px;
	line-height: 25px;
}
}@media(min-width:500px) and (max-width:767px){
	.custome-index{
		margin: 25px 0px;
	padding: 30px 65px;
    background: #ecead9;
    height: 100% !important;
    vertical-align: center;
}
}@media(max-width:499px){
	.custome-index{
		margin: 25px 0px;
	padding: 30px 25px;
    background: #ecead9;
    height: 100% !important;%;
    vertical-align: center;
}
}

