.features_block {
    position: relative;
}
.why_slide_action {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
}
.why_next_btn {
    background: #a16d51 !important;
    color: #fff;
    border-radius: 34px;
    padding: 0 0;
    width: 28px;
    height: 28px;
    position: absolute;
    right: 0;
}
.why_prev_btn {
    background: #a16d51 !important;
    color: #fff;
    border-radius: 34px;
    padding: 0 0;
    width: 28px;
    height: 28px;
    position: absolute;
    left: 0;
}
.project_slide_action {
    position: absolute;
    right: 8px;
    bottom: -14px;
}
.success-message {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 25px;
    z-index: 99;
    width: 215px;
    background: green;
    margin: 0 auto;
    text-align: center;
    color: #fff;
    border-radius: 4px;
    padding: 12px 10px;
    box-shadow: 3px 4px 9px -2px #959595;
}
.success-message p {
    margin: 0;
}
p.message_content i {
    margin-right: 8px;
    font-size: 22px;
    position: relative;
    top: 3px;
}
.close_toaster{
    display: none;
}
.btn_close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0 0;
    color: #fff;
}

.service_banner{
    background: url('../images/service-banner.jpg');
    display: flex;
    flex-wrap: wrap;
    background-size: cover;
}
.service_left {
    width: 40%;
}
.service_left h1{
    color: #372411;
}
.service_right {
    width: 60%;
}
.image_col{
    width: 25%;
    margin: 60px auto;
}
.service_left {
    width: 40%;
    padding-left: 95px;
    display: flex;
    align-items: center;
}
.btn_service_whatapp{
    background: #a8785f;
    color: #fff;
    padding: 5px 10px;
    border-radius: 0px;
}
.btn_service_whatapp:hover{
    background: #7a5845;
    color: #fff;
}
.feature_icon{
    box-shadow: 1px 1px 5px 0px #8d8d8d;
    width: 60px;
    height: 60px;
    text-align: center;
    display: grid;
    align-items: center;
    font-size: 35px;
    border-radius: 50px;
    margin: 10px auto;
}
.feature_head h2{
    color: #372411;
}
.feature_head {
    text-align: center;
    width: 80%;
    margin: 0 auto;
}
.feature_box h3 {
    font-size: 22px;
    color: #a8785f;
}
.feature_box {
    text-align: center;
    margin: 0 10px;
    padding: 10px 16px;
    background: #fff;
    min-height: 375px;
    border-radius: 6px;
}
/* .features {
    margin: 100px 0;
} */
.feature_box p {
    margin: 0;
}
.feature_block {
    background: #f9f9f9;
    padding: 20px 0;
}
.btn_service_link{
    background: #a8785f;
    color: #fff;
    padding: 5px 10px;
    border-radius: 0px;
}
.btn_service_link:hover{
    background: #7a5845;
    color: #fff;
}
.service_list_content {
    padding: 0 40px;
}
.service_block {
    /* box-shadow: 1px 1px 7px -4px #585858; */
    margin: 50px 0;
}
.service_list_right{
    display: flex;
    align-items: center;
}
.service_list_content h2 {
    color: #372411;
}

.service_list_left{
    min-height: 335px;
    background-size: cover;
}
.service_block::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    height: 1px;
    bottom: -25px;
    width: 80%;
    margin: 0 auto;
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0), #dbb574, rgba(0, 0, 0, 0));
}
.service_block:last-child:after {
    content: none;
}


/*==========  Mobile First Method  ==========*/

@media only screen and (max-width : 320px) and (min-width : 200px) {
    .service_list_content {
        padding: 15px 15px;
    }
    .service_left {
        width: 100%;
        padding: 15px 15px;
        background: #fff;
    }
    .service_right {
        display: none;
    }
    .service_banner{
        padding: 35px 0;
    }
    .features {
        margin: 20px 0;
    }
    .feature_head{
        width: 100%;
    }
    .service_list_right {
        order: 2;
    }
    .service_list_left {
        order: 1;
        min-height: 255px;
    }
}
/* Custom, iPhone Retina */ 
@media only screen and (max-width : 480px) and (min-width : 320px) {
    .service_list_content {
        padding: 15px 15px;
    }
    .service_left {
        width: 100%;
        padding: 15px 15px;
        background: #fff;
    }
    .service_right {
        display: none;
    }
    .service_banner{
        padding: 35px 0;
    }
    .features {
        margin: 20px 0;
    }
    .feature_head{
        width: 100%;
    }
    .service_list_right {
        order: 2;
    }
    .service_list_left {
        order: 1;
        min-height: 255px;
    }
}

/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 767px) and (min-width : 480px) {
    .service_list_content {
        padding: 15px 15px;
    }
    .service_left {
        width: 100%;
        padding: 15px 15px;
        background: #fff;
    }
    .service_right {
        display: none;
    }
    .service_banner{
        padding: 35px 0;
    }
    .features {
        margin: 20px 0;
    }
    .feature_head{
        width: 100%;
    }
    .service_list_right {
        order: 2;
    }
    .service_list_left {
        order: 1;
        min-height: 255px;
    }
}

/* Small Devices, Tablets */
@media only screen and (max-width: 992px) and (min-width : 768px) {
    .service_list_content {
        padding: 15px 15px;
    }
    .service_left {
        width: 70%;
        padding: 15px 15px;
        background: #fff;
    }
    .service_right {
        display: none;
    }
    .service_banner{
        padding: 35px 0;
    }
    .features {
        margin: 20px 0;
    }
    .feature_head{
        width: 100%;
    }
    .service_list_right {
        order: 2;
    }
    .service_list_left {
        order: 1;
        min-height: 255px;
    }
}

/* Medium Devices, Desktops */
@media (max-width:999px)and (min-width: 992px) {   

}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
    
}



/*==========  Non-Mobile First Method  ==========*/

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {

}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {

}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {

}

/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 480px) {

}

/* Custom, iPhone Retina */ 
@media only screen and (max-width : 320px) {

}
