

.ftco-no-pt {
    padding-top: 0;
}

.ftco-no-pb {
    padding-bottom: 0;
}

.heading-section {
    font-size: 28px;
    color: #000;
}

.img {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.elegant-calencar {
    display: flex;
    max-width: 750px;
    text-align: center;
    position: relative;
    margin: 0 auto;
    overflow: hidden;
    border-radius: 5px;
    -webkit-box-shadow: 0px 19px 27px -20px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0px 19px 27px -20px rgba(0, 0, 0, 0.16);
    box-shadow: 0px 19px 27px -20px rgba(0, 0, 0, 0.16);
}

.wrap-header {
    position: relative;
    width: 35%;
    z-index: 0;
}

.wrap-header:after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    background: linear-gradient(-60deg, rgba(18, 38, 170, 1) 10%, rgba(229, 6, 149, 1) 80%);
    opacity: 1;
    z-index: -1;
}
.carousel-item {
    padding: 15% 50px 6%;
    background-size: cover!important;
    background-repeat: no-repeat!important;
    background-position: bottom!important;
}

@media (max-width: 767.98px) {
    .wrap-header {
        width: 100%;
        padding: 20px 0;
    }
}

#header {
    width: 100%;
    position: relative;
}

#header .pre-button,
#header .next-button {
    cursor: pointer;
    width: 1em;
    height: 1em;
    line-height: 1em;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 18px;
}

#header .pre-button i,
#header .next-button i {
    color: #fff;
}

.pre-button {
    left: 5px;
}

.next-button {
    right: 5px;
}

.button-wrap {
    position: relative;
    padding: 10px 0;
}

.button-wrap .pre-button,
.button-wrap .next-button {
    cursor: pointer;
    width: 1em;
    height: 1em;
    line-height: 1em;
    border-radius: 50%;
    position: absolute;
    top: 0;
    font-size: 18px;
}

.button-wrap .pre-button i,
.button-wrap .next-button i {
    color: #cccccc;
}

.button-wrap .pre-button {
    left: 20px;
}

.button-wrap .next-button {
    right: 20px;
}

.head-day {
    font-size: 100px;
    line-height: 1;
    color: #fff;
    font-family: "Jost", sans-serif;
    font-weight: 700;
}

.head-month {
    line-height: 1;
    color: #fff;
    font-size: 18px;
    text-transform: capitalize;
    font-weight: 400;
}

.head-info {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
}

.head-info img {
    margin-bottom: 23px;
}

.calendar-wrap {
    width: 65%;
    background: #fff;
    padding: 40px 20px 20px 20px;
}

@media (max-width: 767.98px) {
    .calendar-wrap {
        width: 100%;
    }
}

#calendar, .calendar {
    width: 100%;
}

#calendar tr, .calendar tr {
    height: 3em;
}

#calendar thead tr, .calendar thead tr {
    font-weight: 700;
}

#calendar tr, .calendar tr {
    color: #000;
    height: 44px;
}

table#calendar, table.calendar {
    max-width: 360px;
    border-spacing: 5px !important;
    border-collapse: initial;
    margin: 0 auto;
}

#calendar tbody td, .calendar tbody td {
    width: 14%;
    border-radius: 50%;
    cursor: pointer;
    -webkit-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    position: relative;
    z-index: 0;
}

#calendar tbody td:after, .calendar tbody td:after {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    width: 44px;
    height: 44px;
    margin: 0 auto;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 50%;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    z-index: -1;
}

@media (prefers-reduced-motion: reduce) {
    #calendar tbody td:after,
    .calendar tbody td:after {
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
    }
}

#calendar tbody td:hover,
.calendar tbody td:hover,
.selected {
    /* color: #fff; */
    border: none;
}
.address-text p{
    color: #fff;
}
#calendar tbody td:hover:after,
.calendar tbody td:hover:after,
.selected:after {
    background: #2a3246;
}

#calendar tbody td:active,
.calendar tbody td:active {
    -webkit-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
}

#today {
    color: #fff;
}

#today:after {
    background: #e13a9d;
}

#disabled {
    cursor: default;
    background: #fff;
}

#disabled:hover {
    background: #fff;
    color: #c9c9c9;
}

#disabled:hover:after {
    background: transparent;
}

#reset {
    display: block;
    position: absolute;
    right: 0.5em;
    top: 0.5em;
    z-index: 999;
    color: rgba(255, 255, 255, 0.7);
    cursor: pointer;
    padding: 0 0.5em;
    border: 1px solid rgba(255, 255, 255, 0.4);
    border-radius: 4px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    text-transform: uppercase;
    font-size: 11px;
}

#reset:hover {
    color: #fff;
    border-color: #fff;
}

#reset:active {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
}

.slot {
    display: flex;
    align-items: center;
    gap: 8px;
}

.slot-box {
    border: 1px solid #eaeaec;
    padding: 10px;
    border-radius: 8px;
}

span.gbtn {
    padding: 6px 5px;
    background: #ededed;
    color: #666;
    border-radius: 4px;
    font-size: 12px !important;
    line-height: 1;
    display: flex;
    justify-content: center;
    margin-top: 10px;
}

.slot i {
    color: #9a9a9a;
    font-size: 20px;
}

.slot i.fa.fa-clock-o {
    color: #e50693;
}

.slot span {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 14px;
    line-height: 1;
}

/* .slot {
    display: flex;
    align-items: center;
    gap: 8px;
}

.slot-box {
    border: 1px solid #eaeaec;
    padding: 10px;
    border-radius: 8px;
}

span.gbtn {
    padding: 6px 5px;
    background: #ededed;
    color: #666;
    border-radius: 4px;
    font-size: 12px !important;
    line-height: 1;
    display: flex;
    justify-content: center;
    margin-top: 10px;
}

.slot i {
    color: #9a9a9a;
    font-size: 20px;
}

.slot i.fa.fa-clock-o {
    color: #e50693;
}

.slot span {
    color:black;
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 14px;
    line-height: 1;
} */

.content_right h4 {
    font-size: 18px;
    margin-top: -3px;
}

.content_right {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.slot ul {
    list-style: none;
    margin: 0;
    width: 100%;
    border: 1px solid #eaeaec;
    padding: 10px;
    border-radius: 8px;
}

.slot ul li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 10px 0;
    border-bottom: 1px solid #ededed;
    font-size: 14px;
    line-height: 1;
}

.slot ul li:last-child {
    border: navajowhite;
}

.slot ul li button {
    border: none;
    background: transparent;
    padding: 0;
}

.timings ul {
    margin: 9px 0 0 0;
    padding: 10px 0;
    list-style: none;
    font-size: 14px;
    border: 1px solid #ededed;
    border-radius: 4px;
    position: relative;
    background: #f6f7f8;
}

.timings ul li {
    padding: 10px 10px;
    cursor: pointer;
}

.timings ul:after {
    content: '';
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #f6f7f8;
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
}

.timings ul li:hover {
    background: #d3d3d3;
}

form#multi-step-form h3#exampleModalToggleLabel {
    font-size: 24px !important;
    font-weight: 600 !important;
    padding-bottom: 0;
    border: navajowhite;
    margin: 0;
}

form#multi-step-form h3#exampleModalToggleLabel small {
    font-size: 14px;
    font-weight: 300;
    display: block;
    margin-top: 5px !important;

}

.modal-body label {
    font-size: 14px;
}

select.form-select {
    height: 48px;
    padding: 10px 15px;
}


div#recurring p {
    font-size: 14px;
    color: #939393;
}

div#recurring .modal-body {
    padding: 20px 50px 50px;
}

div#recurring .modal-header {
    padding: 35px 50px 16px;
}

div#recurring .modal-content {
    max-width: 460px;
    margin: 0 auto;
}

button.gt-btn {
    background: linear-gradient(-60deg, rgba(18, 38, 170, 1) 10%, rgba(229, 6, 149, 1) 80%);
    color: #fff;
    border: none;
    height: 48px;
    padding: 10px 20px;
    border-radius: 4px;
    width: calc(50% - 10px);
}

button.ol-btn {
    background: #fff;
    color: #e50695;
    border: none;
    height: 48px;
    padding: 10px 20px;
    border-radius: 4px;
    width: calc(50% - 10px);
    border: 1px solid #e50695;
}

.modalcta {
    display: flex;
    justify-content: space-between;
}

.step.step-2 label {
    font-size: 14px !important;
    color: #000;
}

input.form-control {
    height: 48px;
    font-size: 14px;
}

textarea.form-control {
    font-size: 14px;
}


.sf-cta .ol-btn {
    width: 160px;
}

.Pricedetail {
    margin-top: 30px;
}

.Pricedetail .slot {
    flex-direction: column;
}

.total {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
    border-top: 1px solid #ededed;
}

.total span {
    font-size: 16px;
    font-weight: 700;
    padding-top: 16px;
}


.Pricedetail .slot ul li {
    border: none;
}

.itembox {
    border: 1px solid #ededed;
    padding: 15px;
    display: flex;
    gap: 12px;
    align-items: flex-start;
    border-radius: 4px;
    margin-bottom: 15px;
}

.itembox h4 {
    font-size: 16px;
    color: #222;
    display: flex;
    justify-content: space-between;
}

.itemcontent {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.itemcontent small {
    color: #535766;
    font-size: 13px;
    margin-top: -1px;
}

.itemcontent h4 {
    margin: 0px 0 4px 0;
    font-weight: 600;
}

.itemcontent b {
    font-size: 14px;
    font-weight: 600;
    color: #222222;
    letter-spacing: 0;
    margin: 5px 0 0 0;
}

.itemcontent h4 i {
    color: #9a9a9a;
    font-size: 20px;
}

.clicked {
    background-color: rgb(246 247 248)
}

div#myButton {
    cursor: pointer;
}

ul.select_slot {
    display: none;
}

.slot.clicked+ul.select_slot {
    display: block;
}

ul.select_slot {
    padding: 0;
    width: 260px;
}

.coaching-program.similar_coach {
    margin-top: 100px;
    background: #fff;
    padding: 100px 0 76px;
    position: relative;
}

.coaching-program.similar_coach h2 {
    background: #e50695;
    display: inline-block;
    padding: 13px 30px;
    color: #fff;
    border-radius: 0 0 10px 10px;
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 24px;
}

.coaching-program.similar_coach h2:after {
    content: '';
    width: 0;
    height: 0;
    border-bottom: 20px solid #c3057f;
    border-right: 20px solid transparent;
    position: absolute;
    top: 0;
    right: -20px;
}

.coaching-program.similar_coach h2:before {
    content: '';
    width: 0;
    height: 0;
    border-bottom: 20px solid #c3057f;
    border-left: 20px solid transparent;
    position: absolute;
    top: 0;
    left: -20px;
}
.news-description{
    margin-top:4rem !important;
}