.service-section-content h2 {
    font-size: 20px;
    font-weight: 500;
}

.service-section-content p {
    font-size: 18px;
    margin-bottom: 0;
}
.service-section-content {
    background: #dfdede;
    padding: 12px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}
a.more-details {
    border-radius: 0;
    padding: 5px 20px !important;
    text-align: center;
    /* font-size: 15px; */
    color: #009da6;
    text-transform: capitalize;
    font-weight: 500;
    border: 1px solid #009da6;
    display: block;
}
a.service-book-now {
    background-color: #FF9C27;
    border-radius: 0;
    padding: 5px 20px !important;
    text-align: center;
    /* font-size: 15px; */
    color: #fff;
    /* text-transform: uppercase; */
    font-weight: 500;
    border: 1px solid #FF9C27;
    display: block;
}
.service-section-footer {
    padding-top: 10px;
    border-top: 1px solid #bbb5b5;
    margin-top: 3px;
}

table th, table td {
    padding: 10px;
    text-align: center;
    border-width: 1px;
    border-style: solid;
    vertical-align: middle;
    border-color: #cccccc;
}
table th {
    background: #cdcccc;
}
p {
    margin-top: 0;
    margin-bottom: 1rem;
    line-height: 30px;
}
.time-slot li {
    float: left;
    padding-left: 5px;
    padding-right: 5px;
    width: 24.28%;
}
.logo-section {
    background: #fff;
    padding: 12px 0px;
}
.navbar-brand img {
    position: relative;
    top: 7px;
}
.how-it-works-box {
    text-align: center;
}

.how-it-works-box img {
    width: 200px;
    margin: 0 auto;
}

.how-it-works-box h3 {
    font-size: 18px;
    font-weight: 500;
    padding-top: 14px;
}
.feature-icon-eight img {
    width: 100px;
}
.nav1 a.active {
    background: #009da6;
}
.nav1 a {
    text-decoration: none;
    color: black;
    margin: 0 10px !important;
    font-weight: bold;
    padding: 10px 8px;
}
.panching-arrows span {
    display: inline-block;
}
.panching-arrows{
    text-align: right;
    cursor: pointer;
}

.course-sec .course-item {
    width: 100%;
    margin-bottom: 30px;
}

.course-sec .image-col-merge {
    position: relative;
    box-shadow: rgba(185, 185, 185, 0.12) 0px 4px 14px;
    overflow: hidden;
    border-radius: 10px;
    border-width: 1px;
    border-style: solid;
    border-color: rgba(231, 227, 255, 0.2);
    border-image: initial;
}
.course-sec  .course-text {
    position: absolute;
    left: 50%;
    bottom: 6%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    width: 100%;
    padding: 0px 10px;
    z-index: 10;
}
.course-sec .course-text h5 {
    font-size: 18px;
    font-weight: 600;
    color: #FFFFFF;
    margin-bottom: 10px;
}

.course-sec .image-col-merge:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 4px;
    background: rgb(0 0 0 / 28%);
    z-index: 9;
}
.temples-location ul {
    padding: 0;
    margin: 0;
}
.temples-location li {
    margin-bottom: 8px;
    font-size: 16px;
    font-weight: 500;
}
.user-profile-con h3 {
    letter-spacing: -0.03em;
    min-height: 29px;
    overflow-wrap: break-word;
    text-wrap: wrap;
    font-size: 20px;
    font-weight: 500;
}
.user-profile-img img {
    width: 100px;
    height: 100px;
    border-radius: 50px;
    margin-bottom: 15px;
    border: 0;
}
.user-profile-con ul {
    margin: 0;
    padding-left: 15px;
}



.user-profile {
    background: #fff;
    border: 1px solid #e7e7f1;
    padding: 15px;
    position: sticky;
    border-radius: 8px;
    top: 0;
}

.left-menu ul {
    margin: 0;
    padding: 0;
    margin: 0;
    list-style: none;
}

.left-menu {
    margin-top: 31px;
}
.left-menu ul li:last-child() a {
    border-bottom: none !important;
}
.user-profile:before {
    background: #009da6;
    content: "";
    position: absolute;
    width: 100%;
    height: 76px;
    top: 0;
    left: 0;
    z-index: 0;
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
}
.user-profile-img {
    z-index: 9;
    position: relative;
}
.left-menu li a {
    padding: 9px 0px;
    display: block;
    font-size: 15px;
}
.left-menu li a img {
    margin-right: 8px;
}