.btn_back {
    background: #ac7e66;
    color: #fff;
    border-radius: 0;
    box-shadow: 1px 1px 7px 1px #4a4a4a;
    margin-top: -55px;
    font-size: 12px;
}
.btn_back:hover {
    background: #976f59;
    color: #fff;
    box-shadow: 1px 1px 7px 1px #4a4a4a;
}
.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;
}
.slick_service {
    border: 5px solid #372411;
}

.service_detail_banner{
    background: url('../images/service-details-banner1.jpg');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    padding: 75px 0;
}
.service_detail_banner_content {
    padding-left: 50px;
}
.service_detail_banner_content h1 {
    color: #372411;
}
.btn_service_whatapp{
    background: #a8785f;
    color: #fff;
    padding: 5px 10px;
    border-radius: 0px;
}
.btn_service_whatapp:hover{
    background: #7a5845;
    color: #fff;
}

.specialities_item {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 15px;
}
.specialities_icon {
    width: 15%;
    padding-top: 3px;
}
.specialities_icon .icon{
    box-shadow: 1px 1px 5px 0px #8d8d8d;
    width: 50px;
    height: 50px;
    text-align: center;
    display: grid;
    align-items: center;
    font-size: 30px;
    border-radius: 50px;
}
.specialities_content {
    width: 85%;
    padding-left: 15px;
}
.specialities_content p {
    margin: 0;
}
.specialities_content h4 {
    color: #a16d51;
    font-size: 20px;
}

.service_about{
    margin: 80px -10px;
    margin-bottom: 10px;
}
.service_about_block {
    padding: 0 10px;
}
.service_about_img {
    padding: 0 10px;
}
.service_about_points {
    padding: 0 10px;
}

.whatapp_band{
    background: #a16d51;
}
.whatapp_band h4 a{
    color: #fff;
    font-size: 50px;
    text-align: center;
    display: block;
}


.card-header {
    padding: 0;
    background: none;
    border-bottom:2px solid #a16d51 ;    
    margin-bottom: 20px;
}
.card-header a {
    border: none;
    display: block;
    text-align: left;
    padding: 10px 0;
}
span.colaps_icon {
    position: absolute;
    right: 10px;
    color: #a16d51;
    border: 1px solid #a16d51;
    width: 25px;
    height: 25px;
    text-align: center;
    border-radius: 23px;
}
.card {
    border: none;
}
.service_faq_left {
    padding-right: 35px;
}
.card-body {
    padding: 10px 0;
}
.service_faq_left h2 {
    color: #372411;
}
.service_about_content h2 {
    color: #372411;
}
.specialities h2 {
    color: #372411;
}
.service_faq.row_block {
    padding: 50px 0;
}
.related_head h2 {
    color: #372411;
}

.project_block {
    padding: 0 50px;
}
.slick_project{
    margin: 0 -50px;
}
.project_content h3 {
    font-size: 20px;
    color: #a16d51;
}


.project_next_btn {
    background: #a16d51 !important;
    color: #fff;
    border-radius: 34px;
    padding: 0 0;
    width: 28px;
    height: 28px;
}
.project_prev_btn{
    background: #a16d51 !important;
    color: #fff;
    border-radius: 34px;
    padding: 0 0;
    width: 28px;
    height: 28px;
}

.project_next_btn:hover{
    background: #855b44;
    color: #fff;
}
.project_prev_btn:hover{
    background: #855b44;
    color: #fff;
}
.project_slide_action {
    margin-left: auto;
    margin-bottom: 8px;
}
.banner_left_img {
    position: relative;
}

.sub_services {
    margin-bottom: 30px;
}
.service_item{
    min-height: 382px;
    background-size: cover;
    background-repeat: no-repeat;
}
.service_slide_action {
    position: absolute;
    right: 8px;
    bottom: -14px;
    z-index: 99;
}
.service_prev_btn {
    background: #a16d51 !important;
    color: #fff;
    border-radius: 34px;
    padding: 0 0;
    width: 28px;
    height: 28px;
}
.service_next_btn {
    background: #a16d51 !important;
    color: #fff;
    border-radius: 34px;
    padding: 0 0;
    width: 28px;
    height: 28px;
}

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

@media only screen and (max-width : 320px) and (min-width : 200px) {
    .service_item {
        min-height: 290px;
    }
    .service_detail_banner_content h1 {
        font-size: 22px;
    }
    .btn_back {
        margin-top: -8px;
        margin-bottom: 9px;
    }
    .service_detail_banner_content {
        padding-left: 0;
    }
    .service_detail_banner {
        background: none;
        padding: 20px 0;
    }
    .service_about {
        margin: 10px -10px;
        margin-bottom: 10px;
    }
    .whatapp_band h4 a {
        font-size: 20px;
        padding: 10px 0;
    }
    .service_faq_left {
        padding-right: 0;
    }
    .related_project {
        display: none;
    }
}
/* Custom, iPhone Retina */ 
@media only screen and (max-width : 480px) and (min-width : 320px) {
    .service_item {
        min-height: 290px;
    }
    .service_detail_banner_content h1 {
        font-size: 22px;
    }
    .btn_back {
        margin-top: -8px;
        margin-bottom: 9px;
    }
    .service_detail_banner_content {
        padding-left: 0;
    }
    .service_detail_banner {
        background: none;
        padding: 20px 0;
    }
    .service_about {
        margin: 10px -10px;
        margin-bottom: 10px;
    }
    .whatapp_band h4 a {
        font-size: 20px;
        padding: 10px 0;
    }
    .service_faq_left {
        padding-right: 0;
    }
    .related_project {
        display: none;
    }
}

/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 768px) and (min-width : 480px) {
    .service_detail_banner_content h1 {
        font-size: 22px;
    }
    .btn_back {
        margin-top: -8px;
        margin-bottom: 9px;
    }
    .service_detail_banner_content {
        padding-left: 0;
    }
    .service_detail_banner {
        background: none;
        padding: 20px 0;
    }
    .service_about {
        margin: 10px -10px;
        margin-bottom: 10px;
    }
    .whatapp_band h4 a {
        font-size: 20px;
        padding: 10px 0;
    }
    .service_faq_left {
        padding-right: 0;
    }
    .related_project {
        display: none;
    }
}

/* Small Devices, Tablets */
@media only screen and (max-width: 992px) and (min-width : 768px) {
    .service_detail_banner_content h1 {
        font-size: 22px;
    }
    .btn_back {
        margin-top: -8px;
        margin-bottom: 9px;
    }
    .service_detail_banner_content {
        padding-left: 0;
    }
    .service_detail_banner {
        background: none;
        padding: 20px 0;
    }
    .service_about {
        margin: 10px -10px;
        margin-bottom: 10px;
    }
    .whatapp_band h4 a {
        font-size: 20px;
        padding: 10px 0;
    }
    .service_faq_left {
        padding-right: 0;
    }
    .related_project {
        display: none;
    }
}

/* 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) {

}