/*
Theme Name: spa
Theme URI: #
Description: Custom theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
*/
.service-faqs-section {
    position: relative;
    padding: 50px 0
}

.service-faqs-section h4 {
    display: block;
    font-size: 30px;
    color: #000;
    font-weight: 700;
    line-height: 40px;
    padding: 0;
    margin: 0 auto 10px;
    text-align: center
}

.service-faqs-section .panel-default>.panel-heading {
    padding: 0!important;
    margin: 20px 0!important
}

.home-faqstab-section h3 {
    margin: 0
}

.service-faqs-section .panel-default .panel-title a {
    position: relative;
    display: block;
    font-size: 18px;
    color: #000;
    font-weight: 700;
    line-height: 28px;
    text-decoration: none;
    padding: 10px 40px 10px 30px;
    margin: 0;
    background: #f9fafd;
    border: 1px solid #e5e5e5;
    box-shadow: 0 5px 10px rgba(0,0,0,.1);
    border-radius: 50px;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.service-faqs-section .panel-default .panel-title a:hover {
    color: #fff;
    background: #ff0281
}

.service-faqs-section .panel-default .panel-title a:hover {
    color: #fff;
    background: #ff0281;
}

.service-faqs-section .panel-default .panel-title a:after {
    content: '';
    position: absolute;
    top: 20px;
    right: 25px;
    background: url(./assets/images/dwIcn.png) no-repeat 50% 50%;
    width: 11px;
    height: 6px
}

.service-faqs-section .panel-default .panel-title a.collapsed:after {
    content: '';
    position: absolute;
    top: 20px;
    right: 25px;
    background: url(./assets/images/dwIcn.png) no-repeat 50% 50%;
    width: 11px;
    height: 6px
}

.service-faqs-section .panel-default .panel-body {
    color: #000;
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    margin: 0;
    padding: 0
}

.service-faqs-section .panel-default .panel-body ul {
    margin: 0;
    padding: 0
}

.service-faqs-section .panel-default .panel-body ul li {
    color: #000;
    font-size: 15px;
    font-weight: 400;
    line-height: 30px;
    margin: 0 0 10px;
    padding: 0 0 0 10px;
    
}

.inner-addon-service-section img {
    border-radius: 30px;
    box-shadow: 0 0 14px rgba(0,0,0,.2);
}
.service-feature-section {
    padding: 60px 0;
    background-color: #FDEAF4;
}
.service-feature-section h3 {
    margin: 0px;
    font-size: 35px;
    color: #303030;
    padding: 0 0 20px;
}
.abouttopsection{
   color: #29223c; 
}
.service-feature-sectionn a {
    color: #29223c;
}
.inner-addon-service-section {
    padding: 80px 0;
}
.inner-addon-service-section h4 {
    margin: 0px;
    font-size: 35px;
    color: #303030;
    padding: 0 0 20px;
}
.inner-addon-service-section a {
    
    color: #ff0281;
}
/* Pagination */
.pagination {
    clear: both;
    position: relative;
    font-size: 17px;
    line-height: 19px;
    float: left;
    justify-content: center;
    margin: 10px auto;
    text-align: center;
    display: flex;
    width: 100%;
}

.pagination span,
.pagination a {
    display: block;
    float: left;
    margin: 2px 2px 2px 0;
    padding: 9px 11px 7px 11px;
    text-decoration: none;
    width: auto;
    color: #fff;
    background: #555;
    -webkit-transition: background .15s ease-in-out;
    -moz-transition: background .15s ease-in-out;
    -ms-transition: background .15s ease-in-out;
    -o-transition: background .15s ease-in-out;
    transition: background .15s ease-in-out;
}

.pagination a:hover {
    color: #fff;
    background: #f79420;
}

.pagination .current {
    padding: 9px 11px 7px 11px;
    background: #f79420;
    color: #fff;
}