.activity-sel {
    padding: 40px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 1px solid #f5f5f5;
}


.activity-sel a {
    font-size: 14px;
    width: 120px;
    text-align: center;
    padding: 10px 0;
    border: 1px solid #eeeeee;
    margin: 0 10px;
    border-radius: 5px;
}

.activity-sel a:hover {
    background-color: #e23434;
    color: #ffffff;
}

.selasw {
    background-color: #e23434;
    color: #ffffff;
}





.service-box {
    padding: 30px 0;
}

.service-box img {
    width: 100%;
    height: auto;
}



.feedbackid {
    display: none;
}

.service-list>li {
    display: flex;
    padding: 10px 0;
}

.service-lsttxt {
    width: 200px;
    text-align: right;
    font-size: 14px;
    color: #666666;
    padding: 10px 0;
    margin-right: 10px;
}

.service-lsttxt span {
    color: #e23434;
}

.service-lstinpt {
    width: 55%;
    border: 1px solid #eeeeee;
    padding: 10px;
}

.service-lstinpt input {
    width: 100%;
    font-size: 16px;
}

.service-lstinpt textarea {
    width: 100%;
    min-height: 100px;
    font-size: 16px;
}

.lstbtn {
    padding: 0 !important;
}

.lstbtn button {
    width: 100%;
    cursor: pointer;
    padding: 10px 0;
    font-size: 18px;
    background-color: #666;
    color: #fff;
    border: 0 solid;
}

.lstbtn button:hover {
    background-color: #e23434;
}

@media only screen and (max-width: 1340px) {

    .activity-sel {
        padding: 30px 0;
    }

    .service-box {
        padding: 20px 0;
    }

    .service-list>li {
        padding: 8px 0;
    }

    .service-lsttxt {
        width: 160px;
        font-size: 12px;
        padding: 8px 0;
        margin-right: 8px;
    }

    .service-lstinpt {
        padding: 8px;
    }

    .service-lstinpt input {
        font-size: 14px;
    }

    .service-lstinpt textarea {
        min-height: 100px;
        font-size: 14px;
    }

    .lstbtn {
        padding: 0;
    }

    .lstbtn button {
        padding: 8px 0;
        font-size: 16px;
    }


}

@media only screen and (max-width: 769px) {

    .activity-sel {
        padding: .3rem 0;
    }

    .activity-sel a {
        font-size: 12px;
    }


    .service-lsttxt {
        width: 70px;
    }

    .service-lstinpt {
        width: 78%;
    }



}