.sec-padding{
   padding:  40px 0;
}
.sec-padding-top{
   padding-top:  40px;
}
.echron-banner .img h1{
    color: red;
}

/* about-us-section */
/* about-us-section */
/* about-us-section */
/* about-us-section */
/* about-us-section */
.echron-about{
    padding: 40px 0 0;
}
.echron-about .maindiv {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin: auto;
}
.echron-about h1{
   color: #f26522;
   font-size: 45px;
   margin: 0;
}
.echron-about h2{
    position: relative;
    color: #f26522;
    margin-bottom: 45px;
    font-size: 45px;
}
.echron-about h2:before {
    content: "";
    position: absolute;
    width: 450px;
    height: 3px;
    background-color: #f26522;
    top: 75px;
    margin-bottom: 30px;
}
.echron-about p{
    color: #909090;
    margin: 0;
    text-align: justify;
    font-weight: 500;
    /* width: 470px; */
 }
 .echron-about .image{
     width: 42%;
 }
 .echron-about .image img{
     width: 80%;
 }
/* FEEDBACK */
/* FEEDBACK */
/* FEEDBACK */
.echron-feedback{
    background-color: #f26522;
}
.echron-feedback .echron-main-div {
    display: flex;
    justify-content: space-evenly;
    text-align: center;
    padding: 15px 0;
    color: #fff;
}
.echron-feedback .echron-main-div h1{
    margin-bottom: 4px;
}
.echron-feedback .echron-main-div .echron-text{
    border-right: 1px solid #fef4f0;
    padding-right: 120px;
    padding-left: 120px;
}
.echron-feedback .echron-main-div .echron-text:last-child{
    border: none;
}

/* top-service */
/* top-service */
.top-service{
    padding: 40px 0;

}

.top-service .box-img img{
    width: 100%;
}
.top-service .box-text h3{
    color: #f26522;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 20px;
}
.top-service .box-img .echron-button {
    border: none;
    background-color: #ff5240;
    color: #fff;
    padding: 7px 35px;
    font-size: 20px;
    margin-bottom: 30px;
}
.top-service h1{
    text-align: center;
    font-size: 35px;
    color: #f26522;
    text-transform: uppercase;
}
.top-service h2{
    text-align: center;
    font-size: 35px;
    position: relative;
    margin-bottom: 50px;
    color: #f26522;
    text-transform: uppercase;
}
.top-service h2::before {
    content: "";
    position: absolute;
    width: 350px;
    height: 3px;
    background-color: #f26522;
    top: 55px;
    margin-left: -22px;
}



/*******3rd section start*******/
/*******3rd section start*******/
.echron-third{
    padding: 40px 0;
}
.echron-third .section-title{
    text-align: center;
}
.echron-third .section-title h4{
    color: #000;
    margin: 0;
}
.echron-third .section-title h2{
    color: #f26522;
    position: relative;
}
.echron-third .section-title h2::before {
    content: "";
    position: absolute;
    width: 377px;
    height: 2.5px;
    background-color: #f26522;
    top: 48px;
    margin-bottom: 30px;
    margin-left: -10px;
}
.echron-third .echron-card1{
    background-color: #fff;
    position: relative;
    z-index: 1;
    display: block;
    text-align: left;
    padding: 25px 30px 0px;
    border-radius: 5px;
    background-color: #ffffff;
    -webkit-box-shadow:30px 30px 30px 10px rgba(82, 90, 101, 0.12);
    -moz-box-shadow:30px 30px 30px 30px rgba(82, 90, 101, 0.12);
    box-shadow:30px 30px 30px 30px rgba(82, 90, 101, 0.12); 
    -webkit-transition: all 500ms ease-out;
    transition: all 500ms ease-out;
    margin-top: 30px;
}
.echron-third .echron-card1{
    text-align: center;
    height: 390px;
}
.echron-third .echron-card1 h3{
    font-size: 18px;
    font-weight: 700;
    color: #4b4b4b;
}
.echron-third .echron-card1 p{
    color: #626161;
}

.echron-third .echron-card1 .echron-icon img{
   width: 60px;
   margin-bottom: 30px;
}
.echron-third .echron-card1 p {
    margin: 20px 0;
    line-height: 1.5;
    text-align: justify;
}
.echron-third .echron-card1 .echron-button{
   border: none;
   background: none;
   color: #FF3C00;
}
.echron-third .echron-card1 .echron-button i{
   margin-right: 4px;
   color: #FF3C00;
}

/*******responsive*******/
/*******responsive*******/
/*******responsive*******/
/*******responsive*******/
/*******responsive*******/
/*******responsive*******/
/*******responsive*******/
/*******responsive*******/
@media only screen and (max-width: 567px) {
    .echron-about h2 {
        font-size: 35px;
    } 
    .echron-about h1 {
        font-size: 35px;
    }
    .echron-about h2:before {
        width: 271px;
        height: 3px;
        top: 60px;
    }
    .echron-about h3{
        margin-bottom: 15px;
        font-size: 24px;
        color: #666;
    }
    .echron-about p{
        margin-bottom: 25px;
    }
    .echron-about .image img {
        width: 100%;
    }
    .echron-about .image {
        width: 100%;
    }
    .echron-third .section-title h2::before {
        width: 302px;
        height: 2px ;
        top: 48px;
    }
    .echron-third .section-title h4 {
        color: #000;
        margin: 0;
        font-size: 17px;
    }
    .echron-third .echron-card1 {
        text-align: center;
        height: 310px;
    }
    .echron-feedback .echron-main-div .echron-text {
        border-right: 1px solid #fef4f0;
        padding-right: 20px;
        padding-left: 20px;
    }
    .top-service h1 {
        font-size: 27px;
    }
    .top-service h2 {
        font-size: 25px;
    }
    .top-service h2::before {
        width: 268px;
        height: 2px;
        top: 48px;
    }
    .top-service .box-img .echron-button:last-child {
        margin-bottom: 30px;
    }
    
    
}
