@import url('https://fonts.googleapis.com/css2?family=Exo+2:wght@300;500&family=Roboto:wght@100;300;400;500;700;900&family=Work+Sans:wght@300;400;500;600;700;800;900&display=swap');

body {
    margin: 0px;
    padding: 0px;
    font-family: 'Roboto', sans-serif;
    background:#fff !important;
    font-size:16px;
}

:root {
    --colorBlack: #000000;
    --colorgreen: #058747;
    --pinkcolor: #FF8B41;
    --lightgray: #999999;
    --darkgray: #424242;
    --smalllight: #B5B5B5;
    --whitecolor: #fff;
    --btnhover: #058747;
    --inputborder: #ABABAB;
    --strongdarkinput: #333333;
    --darkred:#DB2C00;
}

/* ============color css============ */
.colorblack {
    color: var(--colorBlack);
}

.colorgreen {
    color: var(--colorgreen) !important;
}

.lightgray {
    color: var(--lightgray);
}

.darkgray {
    color: var(--darkgray);
}

.pinkcolor {
    color: var(--pinkcolor);
}

.smalllight {
    color: var(--smalllight);
}
.reddark{
    color:var(--darkred);
}

/* ============Font Sizes============ */
.fs-30 {
    font-size: 30px;
}

.fs-16 {
    font-size: 16px;
}

.fs-13 {
    font-size: 13px;
}

.fs-12 {
    font-size: 12px;
}

.fs-14 {
    font-size: 14px;
}

.fs-24 {
    font-size: 24px;
}

.fs-20 {
    font-size: 20px;
}
.fs-18 {
    font-size: 18px;
}

/* ============Font Weight============ */
.fw-100 {
    font-weight: 100;
}

.fw-300 {
    font-weight: 300;
}

.fw-400 {
    font-weight: 400;
}

.fw-500 {
    font-weight: 500;
}

.fw-700 {
    font-weight: 700;
}

.fw-900 {
    font-weight: 900;
}

/* =======================Button CSS Start Here======================= */
.btn-green {
    background-color: var(--colorgreen);
    color: var(--whitecolor);
    font-size: 16px;
    border-radius: 100px;
    box-shadow: 0px 4px 26px 0px rgba(0, 0, 0, 0.25);
    width: 100%;
    height: 47px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-green:hover {
    background-color: var(--btnhover);
    color: var(--whitecolor);
}

a:hover {
    color: #93d76e;
}

.btn-green-outline {
    background-color:transparent;
    color: var(--colorgreen);
    font-size: 16px;
    width: 100%;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--colorgreen);
}

.btn-green-outline:hover {
    background-color: var(--btnhover);
    color: var(--whitecolor);
}
.accordion-button:not(.collapsed)::after {
    background-image:url('../images/dorpdown.svg');
    transform: rotate(-180deg);
}
.see-pricing {
    background-color:#058747;
    color: var(--whitecolor);
    font-size: 16px;
    border-radius:15px;
    width: 100%;
    height: 53px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.see-pricing:hover {
    background-color: var(--btnhover);
    color: var(--whitecolor);
}

.message-coach {
    background-color:var(--pinkcolor);
    color: var(--whitecolor);
    font-size: 16px;
    border-radius:15px;
    width: 100%;
    height: 53px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.message-coach:hover {
    background-color: var(--pinkcolor);
    color: var(--whitecolor);
}

/* =======================input CSS Start Here======================= */
.form-control {
    border-left: 0px;
    border-right: 0px;
    border-top: 0px;
    border-bottom: 1px solid var(--inputborder);
    font-size: 16px;
    height: 50px;
    padding-left: 0px;
    border-radius: 0px;
}

.form-control::placeholder {
    color: var(--strongdarkinput);
    opacity: 1;
    /* Firefox */
}

.form-control::-ms-input-placeholder {
    /* Edge 12 -18 */
    color: var(--strongdarkinput)
}

.form-control:focus {
    border-color: inherit;
    box-shadow: inherit;
    border-left: 0px;
    border-right: 0px;
    border-top: 0px;
    border-bottom: 1px solid var(--colorgreen);
    border-radius: 0px;
}


.form-control-search:focus {
    border: 1px solid #DDE2E4;
}
.form-control-search {
    border: 1px solid #DDE2E4;
    padding-left: 11px;
    height: 37px;
    border-radius: 3px;
}

/* =======================login CSS Start Here======================= */
/* .left-loginbg{height:100vh; background-position: center center; background: url(../images/left_img_login.png) no-repeat; background-size: cover;} */
.left-loginbg{height: 100vh;}
.position-block {
    position: fixed;
    width: 50%;
}

.left-loginbg img {
    height: 100vh;
    width: 100%;
    object-fit: cover;
}

.form-select {
    background: url('../images/download.svg');
    background-repeat: no-repeat;
    background-position: 48px center;
}

.form-select.form-select-two {
    border-left: 0px;
    border-right: 0px;
    border-top: 0px;
    border-bottom: 1px solid var(--inputborder);
    font-size: 16px;
    height: 50px;
    padding-left: 33px;
    border-radius: 0px;
    background: url('../images/arrow-down.svg');
    background-repeat: no-repeat;
    background-position: right center;
}

.form-select.form-select-two:focus {
    border-color: inherit;
    box-shadow: inherit;
    border-left: 0px;
    border-right: 0px;
    border-top: 0px;
    border-bottom: 1px solid var(--colorgreen);
    border-radius: 0px;
}
.form-select-arrow {
    background: url('../images/arrow-down.svg');
    background-repeat: no-repeat;
    background-position: right 6px;
    height: 33px;
}


.right-side {
    width: 63%;
    margin: 0 auto;
    
}

    .right-side h2::before {
        content: '';
        position: absolute;
        top: 39px;
        left: 0px;
        background-color: var(--colorgreen);
        height: 3px;
        width: 60px;
    }

    .right-side span {
        position: absolute;
        top: 35px;
    }

    .right-side .password-eye {
        position: absolute;
        top: 36px;
        right: 0;
    }

    .right-side .password-eye select {
        background-color: #62a93d;
        border: 0;
        color: #fff;
    }

    .right-side .password-eye.topmt {
        top: 30px;
    }

/* =======================modal CSS Start Here======================= */
.successfully-block img {
    width: 103px;
}
/* =======================coach lisiting======================= */
.listing-coach .accordion-button:not(.collapsed) {
    color: #000;
    background-color: transparent;
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.125);
    font-weight: 500;
    border: 1px solid #058747;
}
.listing-coach .accordion-item{border: 0px;}
.listing-coach .accordion-body .form-check{
    margin-bottom: 14px;
}
.listing-coach .accordion-body .form-check:last-child {
    margin-bottom:0px;
}
.accordion-button{color: #383535; font-weight: 500; padding:1rem 1.1rem;}
.user-img img {
    width: 100%;
    height: 249px;
    object-fit: contain;
}
.Product-text {
	display: flex;
	/* align-items: center; */
	justify-content: space-between;
	padding: 5px 12px;
	flex-wrap: wrap !important;
	flex-direction: column;
}
.list-item li {
    font-size: 13px;
    color: #777777;
}
/*.badge-list .badge {*/
/*    background-color: #F1F1F1;*/
/*    color: #000000;*/
/*    font-weight: 400;*/
/*    padding: 8px;*/
/*    font-size: 14px;*/
/*}*/
/*.badge-list {*/
/*    display: flex;*/
/*    align-items: center;*/
/*    gap: 7px;*/
/*    margin: 10px;*/
/*    width: 422px;*/
/*    overflow-x: auto;*/
/*    height:36px;*/
/*    overflow-y:hidden;*/
/*}*/
.badge-list .badge {
    background-color: #F1F1F1;
    color: #F66023;
    font-weight: 400;
    padding: 8px;
    font-size: 14px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 20px;
    white-space: pre-wrap;
    text-align: left;
    height: 4ch;
}
.badge-list {
    /*display: flex;*/
    /*align-items: center;*/
    /*gap: 7px;*/
    margin: 10px;
    width: 21vw;
  
    height: auto;
    overflow-y: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 18px;
    /* white-space: pre-wrap; */
    text-align: left;
}
.list-item ul {
    margin-bottom: 0;
}
/*.date-text {*/
/*    padding: 0 10px;*/
/*}*/

.date-text p span {
    font-size: 10px;
    text-align: right;
}
.bookbtn {
    background-color: var(--colorgreen);
    color: var(--whitecolor);
    font-size: 16px;
    border-radius: 100px;
    box-shadow: 0px 4px 26px 0px rgba(0, 0, 0, 0.25);
    width:100%;
    height:40px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 8px;
    font-weight: 500;
}

.bookbtn:hover {
    /*background-color: var(--btnhover);*/
    color: var(--whitecolor);
    font-size:20px;
}
.form-select.form-select-arrow.show-select{width: 63px;
    padding: 4px 10px;}

    .dflex{display: flex; align-items: center; justify-content:space-between;}    
    .sortby-list {
        width: 81%;
    }

 /* =======================deatil======================= */ 
 .coach-detail-img {
    width: 170px;
    height: 170px;
    overflow: hidden;
    flex-shrink: 0;
}
.coach-detail-img img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    border-radius: 100px;
}  
.coach-detail-text {
    /*display: flex;*/
    justify-content: space-between;
    width: 100%;
    margin-bottom: 11px;
}
.nav-tabs-block {
    border-bottom: 1px solid #dee2e6;
    gap:17px;
}
.nav-tabs-block .nav-link {
    color: #919089;
}
.nav-tabs-block .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color:var(--colorgreen);
    font-weight:500;
}
.nav-tabs-block .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color:var(--colorgreen);
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 2px solid;
}

.nav-tabs-block  .nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    border-color: #62A93D #62A93D #62A93D;
    color:var(--colorgreen);
}
.photo-img img {
    width: 100%;
    height: 156px;
    border-radius: 9px;
    object-fit: cover;
}
.form-select.form-premium {
    background: url('../images/dorpdown.svg');
    background-repeat: no-repeat;
    background-position: 99%;
    background-size: 18px;
}

 /* =======================calendar======================= */ 
 .calendar-block {
    width:51%;
}
.calendar {
    width: 100%;
    /* margin: 50px auto 0; */
    background-color: #fff;
    box-shadow: 0 0 8px #e3dcdc;
    border-radius: 9px;
}
 .cal-month__current {
    text-align: left;
}

  
.calendar__month {
    font-size: 20px;
    font-weight: 800;
    padding: 10px 0;
    width: 96%;
    position: relative;
}
  
  .cal-month__previous,
  .cal-month__next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    width: 30px;
    height: 30px;
    text-align: center;
    right: 23px;
    
    &:hover {
      background-color: #42A5F5;
      box-shadow: 0 5px 5px -5px rgba(0,0,0,0.75);
      border-radius: 50%;
      font-weight: 800;
      color: #111;
    }
  }
  
  .cal-month__next {
    right: 0;
  }
  
  .cal-month__current {
    text-align: left;
    color: #3A3B3C;
    font-weight: 500;
    padding-left: 28px;
}
  
.cal-head__day, .cal-body__day {
    display: inline-block;
    width: 85px;
    height: 50px;
    float: left;
    text-align: center;
}
  
  .cal-body__week,
  .calendar__head {
    display: block;
    height: 50px;
    /* width: 350px; */
  }
  
  .calendar__head {
    line-height: 50px;
    position: relative;
    width: 100%;
    
    &:after {
      content: ' ';
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      height: 1px;
      background-color: #90CAF9;
    }
  }
  
  .cal-body__day {
    color: #c5c0c0;
    line-height: 50px;
    text-align: center;
    cursor: pointer;
  }
  
  .cal-day__month--current {
    color: #1a1919;
  }
  
  .cal-day__day--today {
    font-weight: 800;
    color: #2196f3;
  }
  
  .cal-day__day--selected {
    background-color: #E1FFD1;
    box-shadow: inherit;
    border-radius: 50%;
    color: #111;
}
.buttonall {
    width: 21%;
    margin-top: 49px;
    height: 524px;
    overflow-y: auto;
}
.coach-btn-outline {
    border: 1px solid #d1d1d1;
    color: #a59c9c;
    height: 53px;
}
.message-coach-two {
    background-color: var(--pinkcolor);
    color: var(--whitecolor);
    font-size: 16px;
    border-radius: 15px;
    height: 53px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.buttonall button {
    width: 100%;
    margin-bottom: 5px;
}
.onilne-training {
    background-color: #F8F8F8;
    padding: 13px;
    border-radius: 10px;
}
.onilne-training p {
    color: #777;
}
ol.traing-list li {
    position: relative;
    z-index: 1;
    padding-left: 11px;
    padding-bottom: 14px;
}
ol.traing-list li::before {
    content: '';
    position: absolute;
    width: 30px;
    height: 30px;
    background-color: #ff8b41;
    left: -27px;
    z-index: -1;
    top: -4px;
    border-radius: 100px;
    color: #fff;
   
   
}
ol.traing-list li::marker {
    color: white;
 
}

 /* =======================testmonal======================= */ 
.testmonal-block {
    background-color: #E9E8ED;
    padding-top: 68px;
    padding-bottom: 98px;
    position: relative;
}
.testmonal-block .carousel-indicators [data-bs-target] {
    width: 19px;
    height: 19px;
    background-color: #61A93D;
    border-radius: 100px;
    border-top: 0px;
    border-bottom: 0px;
}
.carousel-indicators {
    bottom: -100px;
}

section.download-health p {
    line-height: 31px;
    width: 85%;
}
/*.owl-nav {*/
/*    display: none;*/
/*}*/
.owl-dots {
    text-align: center;
    padding-top: 5%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}
.testmonal-block .owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
    color: inherit;
    border: none;
    padding: 0!important;
    font: inherit;
    /*width: 20px;*/
    /*height: 20px;*/
    /*border-radius: 100px;*/
    /*border: 1px solid #A8A8A8 !important;*/
}
.owl-carousel button.owl-dot.active {
        background: #62a93d !important;
        border: 0px !important;
}
.sort-text{width: 82px;}
.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
}

.dataTables_length {
    position: absolute;
    top: 0;
    right: 44%;
    top: 31px;
}
.dataTables_filter {
    position: absolute;
    top: -20px;
    right: 86px;
    left: -50%;
    margin: auto;
    width: 36%;
    /* background-color: #ccc; */
    /*transform: translate(0, 0%);*/
}
div.dataTables_wrapper div.dataTables_length select {
    width: auto;
    display: inline-block;
    border: 1px solid #ccc;
    padding: 4px 8px !important;
    text-align: center;
    height: 35px !important;
}
div.dataTables_wrapper div.dataTables_filter input {
    margin-left: .5em;
    display: inline-block;
    width: auto;
    border: 0;
    height: 52px;
    padding-left: 16px;
    background: url('https://aashima.parastechnologies.in/HealthClickAway/assets/users/images/search-block.svg') #f4f4f4;
    border-radius: 30px 0px 0 30px;
    padding-left: 47px;
    border-right: 1px solid #ddd8d8;
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: 19px;
}
/*.sort-btn-block {*/
/*    text-align: end;*/
/*    width: auto;*/
/*    border: 1px solid #ccc;*/
/*    position: absolute;*/
/*    right: 8%;*/
/*    padding: 5px 43px;*/
/*}*/
th.sorting_desc {
    position: absolute;
    left: -60px;
    top: 0px;
    /* border: 1px solid #ccc; */
    /* width: 7px; */
}
div.dataTables_wrapper div.dataTables_paginate {
    margin-top:0px !important;
}
div#trainer_list_paginate a {
    font-size: 21px;
    color: #000;
    padding-right: 12px;
    text-decoration: none;
}
.Product-text a {
    color: #000;
    text-decoration: none;
}
ul.sort-menu li a {
    text-decoration: none;
}
ul.sort-menu li {
    text-align: left;
    list-style: none;
    text-decoration: none;
}
 /* =======================footer======================= */ 
 footer{background-color: #1E4818;}
/* =======================media quir======================= */

#collapseNine {
    height: 209px;
    overflow-y: auto;
    overflow-x: hidden;
}
#menubtn {
    display: none;
}
 .listing-coach {display: block;}
.clearbtn button {
    height: 29px;
    font-size: 15px !important;
    /* display: flex; */
    margin-left: auto !important;
    margin-top: 0px !important;
    background: transparent !important;
    color: var(--colorgreen) !important;
    /* width: 73px !important; */
}
.continue-block {
    margin: 0 7%;
}
.order-wrap-destop {
    display: block;
}
.order-wrap-mobile {
    display: none;
}

.position-block img {
    width: 100%;
}
.form-control{
    appearance: auto;
    -webkit-appearance:auto;
    -moz-appearance:auto;
}
.filter_box button.reset_btn {
    color: var(--colorgreen);
}
#filter-selection-output {
    /*background-color: #f4f4f4;*/
    padding: 11px 16px;
}
.leftone {
    margin-bottom: 0;
    padding-bottom: 8px;
    font-size: 14px;
}
.rightone {
    /* padding-bottom: 0; */
    margin-bottom: 0px;
    font-size: 14px;
    color: #2e2e2e;
    background-color: #BFBFBF;
    padding: 4px 10px;
    border-radius: 4px;
   cursor: pointer;
      white-space: nowrap;
    display: flex;
}
.filter-selection {
    display: flex;
    /* gap: 16px; */
    justify-content: space-between;
    grid-column: 6px;
    /* padding-bottom: 0px; */
    /* margin-bottom: 6px; */
    /* border-bottom: 1px solid #ccc; */
}
    .login-page {
    width: 63%;
    margin: 0 auto;
}
.position-block {
    position: fixed;
    width: 50%;
}
/*h2::before {*/
/*    content: '';*/
/*    position: absolute;*/
/*    top: 39px;*/
/*    left: 0px;*/
/*    background-color: var(--colorgreen);*/
/*    height: 3px;*/
/*    width: 60px;*/
/*}*/
.form_brd {
    position: relative;
}
.right-side span {
    position: absolute;
    top: 10px;
}
.login_social {
    text-align: center;
    padding-top: 9px;
    padding-bottom: 7px;
}
.zip-filter-section h4 {
    font-size: 16px;
    margin-bottom: 0;
    font-weight: 400 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
}
.zip-filter-section {
    text-align: center;
    background-color:#058747;
    padding: 16px;
    font-size: 16px;
    COLOR: #fff;
    display:none;
}
.filter_text {
    color: #878080;
    font-weight: 400;
}
.review-span a {
    COLOR: #000;
    text-decoration: none;
}
#selected-plan {
    display: none;
}
#timezone {
    font-weight: 300;
    padding-left: 9px;
}
a.lead-action {
    text-decoration: none;
}
.continue-button {
    margin: 9px 37px;
}
/*.form-select select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {*/
/*    width: 100% !important;*/
/*}*/

.bs-searchbox .form-control {
    margin-bottom: 0;
    width: 100%;
    float: none;
    background-color: #ededed;
    border-bottom: 0;
    border-radius: 5px;
}
.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #959494;
}
.bootstrap-select.show-tick .dropdown-menu .selected span.check-mark {
    position: absolute;
    display: inline-block;
    right: 15px;
    top: 17px;
}
#calendar .fc-view-container {
    float: left;
}
.timingclick {
    border: 2px solid #ff8b41 !important;
    background-color: #ff8b41 !important;
    color: #fff !important;
}
.dropdown-select.wide {
    width: 100% !important;
    text-align: left;
    justify-content: left !important;
    border-top: 0;
    border-bottom: 1px solid #c3bebe;
    border-left: 0;
    border-right: 0;
    font-size: 15px;
    margin-bottom: 15px;
}
.dropdown-select .dd-search {
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0.2rem !important;
    height: 70px !important;
    padding:0.1rem !important;
}
.gendar-block img {
    width: 22px;
}
.dropdown-select.wide {
    box-shadow: inherit !important;
}
.form-vertical.form-vertical-modal .modal-body {
    background:transparent;
    border-radius: 10px;
    height: 778px;
    /*overflow-y: scroll;*/
    /* max-width: 400px; */
}
.card.free-plan {
    width: 100%;
    margin-bottom: 21px;
}

.pricing-modal.pricing-confirm-modal .modal-dialog {
    min-width: 87vw;
}
.contact-form-label {
    display: flex;
    gap: 11px;
}
div.phone-code-search-contact {
    width: 69%;
}
input#txtSearchValue {
    height: 43px;
}
#messageEmail{padding-left:0px;}

.photo-img {
    width: 100%;
    height: auto;
    cursor: pointer
}
.photo-img p {
    text-align: center;
    font-size: 14px;
}
.photo-img img {
    height: 149px;
    cursor: pointer
}
.form-check-input:checked {
    background-color: #058747 !important;
    border-color: #058747 !important;
}
#filter-selection-output {
   
    align-items: center;
    gap: 11px;
        margin-top:0px;
        overflow-x: auto;
}
.rightone span {
    float: right;
}
.rightone.apply_btn span {
    float: left;
}

/*new css*/
.sort-btn-block {
    text-align: end;
    width: 127px;
    /* border: 1px solid #ccc; */
    position: absolute;
    right: 5%;
    padding: 14px 10px;
    top: -20px;
    margin: auto;
    left: 0px;
    height: 52px;
    background-color: #f4f4f4;
    border-radius: 0px 50px 50px 0px;
}
div.dataTables_wrapper div.dataTables_filter label {
    width: 100% !important;
    color:#fff;
}
div.dataTables_wrapper div.dataTables_filter input {
    width:82% !important;
    font-size:21px;
    width: -webkit-max-content
}
.owl-carousel-block {
    width: 43%;
    margin: 38px auto;
    position: relative;
    /* padding: 0; */
}
.owl-carousel-block-inner {
    background-color: #fff;
    border-radius: 10px;
    padding-top: 70px;
    height: 325px;
}
.owl-carousel-block::before {
    content: '';
    position: absolute;
    width: 68px;
    height: 68px;
    top: 13px;
    left: 18px;
    background-image: url(../images/top-quir.png);
    background-repeat: no-repeat;
    background-size: 56px;
}
.owl-carousel-block::after {
    content: '';
    position: absolute;
    width: 68px;
    height: 68px;
    bottom: -16px;
    right: 2px;
    background-image: url(../images/quir-bottom.png);
    background-repeat: no-repeat;
    background-size: 56px;
}
.owl-dots{display:none;}
.client-img {
    width: 140px;
    height: 140px;
    margin: auto;
    position:relative;
    left: 0;
    right: 0;
    margin: auto;
}
.pargh-block {
    text-align: left;
}
.owl-nav {
    position: absolute;
    top: 68px;
    width: 100%;
}
.owl-carousel .owl-nav button.owl-next {
    background-image: url(../images/left-arrow.svg) !important;
    width: 51px;
    height: 50px;
    right: -19px;
    position: absolute;
}
.owl-carousel .owl-nav button.owl-prev {
     background-image:url(../images/right-arrow.svg) !important;
    width:51px;
    height:50px;
       left: -19px;
    position: absolute;
}

.testmonal-block h1::before {
    content: '';
    position: absolute;
    top: 41px;
    left: 12px;
    width: 186px;
    height: 27px;
    background-image: url(../images/testimonals.png) !important;
    background-repeat: no-repeat;
    margin: auto;
    right: 0;
    background-size: 84%;
}
.testmonal-block h1{position:relative;}

.download-health h1 {
    font-size: 46px;
    position:relative;
}
.download-health h1::before {
    content: '';
    position: absolute;
    top: 29px;
    left: -13px;
    width: 352px;
    height: 45px;
    background-image: url(../images/download-app.svg) !important;
    background-repeat: no-repeat;
    margin: auto;
}
.pricing-modal .modal-content{background-color: transparent;}
.modal-backdrop {
    background-color: #7c7c7c63;
    backdrop-filter: blur(11px);
    opacity: inherit !important;
}
.modal-content{border:0px;}
#menubtn path {
    fill: #058747;
}
.user-img {
    background-color: #f4f4f4;
}
.apply_btn {
    background-color: #058747;
    color: #fff;
}
.available_text div{width:50%;}
.available_text p {
    font-size: 13px;
}
.available_text h2 {
    font-size: 20px;
}
.date-text span {
    font-size: 10px;
}
.available_text span {
    font-size: 11px;
}
.session_block {
    font-size: 18px;
    padding: 0 17px;
}
.session_block span {
    font-size: 12px;
}
a.lead-action {
    font-size: 17px;
}
.fa.fa-angle-left {
    background-color: #058747;
    padding: 10px 16px;
    color: #fff;
    width:40px;
    height:40px;
}

.fa.fa-angle-right {
    background-color: #058747;
      padding: 10px 16px;
    color: #fff;
}
div.dataTables_wrapper div.dataTables_processing {
    top:20% !important;
    z-index: 9999 !important;
    /*background-color: #ccc !important;*/
}
div.dataTables_wrapper div.dataTables_filter input::placeholder {
    color: #0000004f;
}
.owl-carousel .owl-nav button span {
    display: none;
}
/*.pargh-block {*/
/*    text-align: center;*/
/*    padding: 5px 21%;*/
/*    width: 100%;*/
/*    margin: auto;*/
/*}*/
.pargh-block {
    text-align: center;
    padding: 1px 0;
    width: 100%;
    margin: 23px auto;
    height: auto;
}
.social_block.mobile-view {
    display: none;
}
.accordion-header {
    margin-bottom: 0;
    border-bottom: 1px solid #dfdbdb;
}

/*.collapse {
    border: 1px solid green;
}
*/
.accordion-button [aria-expanded="true"]

{
    border: 1px solid red ;}
    
.accordion-button:focus {
    z-index: 3;
    border-color: #058747;
    outline: 0;
    box-shadow:inherit !important;
}    
.event-inner{gap: 8px !important;}
footer {
    text-align: center;
    padding: 3px;
    color: white;
}
.accordion-body ul li {
    padding-bottom: 14px;
}
.accordion-button:not(.collapsed) {
    color: #000;
}
.elementor-social-icon .fab {
    color: #ef6521;
}

footer h3 {
    text-align: left;
    font-size: 21px;
    padding-bottom: 8px;
}
footer {
    text-align: center;
    padding: 3px;
    color: white;
}
footer ul {
    margin: 0px;
    padding: 0px;
}
footer ul li {
    text-align: left;
    list-style: none;
    padding-bottom: 7px;
    margin: 0;
}
footer ul li a {
    text-decoration: none;
    color: #fff;
}
footer h3 {
    text-align: left;
    font-size: 21px;
    padding-bottom: 8px;
    color: #ef6521;
}


.elementor-social-icon {
    background-color: #FFF;
}
.elementor-social-icon {
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.elementor-social-icon {
    background-color: #FFF;
    width: 40px !important;
    height: 40px !important;
    padding: 7px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    gap: 9px;
    margin-right: 8px;
}
.footer-logo {
    padding-left: 7%;
}
.bgfooter p {
    padding-bottom: 0;
    margin-bottom: 0;
}
.bgfooter {
    background-color: #1e4818;
    text-align: center;
    color: #fff;
    padding: 11px;
}

@media only screen and (min-width:1400px) and (max-width:1450px){
    div.dataTables_wrapper div.dataTables_filter input {
    width: 96% !important;
}
}

@media screen and (min-width:768px) and (max-width:820px) and (orientation:portrait) {
        #menubtn {
    display: block;
}
  .navbar-light .navbar-nav .nav-link {
    font-family: 'Roboto-m', sans-serif;
    padding: 35px 25px !important;
    font-size: 13px !important;
    color: #000;
    outline: none;
    transition: .5s;
}
    .badge-list {
    display: flex;
    align-items: center;
    gap: 7px;
    margin: 10px;
    width: 202px;
    overflow-x: auto;
    height: 36px;
}
.dataTables_length {
    position: absolute;
    top: 0;
    right: 66%;
    top: 32px;
}
.dataTables_filter {
    position: absolute;
    top: 2%;
    right: 31%;
}
div.dataTables_wrapper div.dataTables_filter input {
    width: 189px !important;
}
th.sorting_desc {
    position: absolute;
    left: -19px;
    top: -9px;
    /* border: 1px solid #ccc; */
    /* width: 7px; */
}
    .dflex {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 78%;
        padding-top: 9px;
    }
    section.download-health p {
        line-height: 31px;
        width: 100%;
    }
    .download-health{text-align: center;}
    .cal-head__day, .cal-body__day {
        display: inline-block;
        width: 76px;
        height: 50px;
        float: left;
        text-align: center;
    }
    .calendar-block {
        width: 100%;
    }
    .position-block {
        position: relative !important;
        width: 100%;
    }

    .left-loginbg img {
        height: auto;
    }

    .right-side {
        width: 90%;
        margin: 8% auto;
    }
    .left-loginbg{height:auto;}
    .badge-list {
        display: block;
    }
}
@media only screen and (min-width:800px) and (max-width:1024px) and (orientation:landscape){
        #menubtn {
    display: none;
}
    section.download-health p {
    line-height: 31px;
    width: 100%;
}
    .download-health h1 {
    font-size: 29px;
}
    .btn {
    font-size: 11px !important;
}
    .sort-btn-block {
    width: 166px;
    border: 1px solid #ccc;
    position: relative;
    right: 0;
    padding: 5px 43px;
}
/*    .filter_box {*/
/*    width: 30%;*/
/*}*/
/*.coaches_content {*/
/*    width: 70%;*/
/*}*/

.navbar-light .navbar-nav .nav-link {
    font-family: 'Roboto-m', sans-serif;
    padding: 35px 25px !important;
       font-size: 13px !important;
    color: #000;
    outline: none;
    transition: .5s;
}
    .badge-list {
    display: flex;
    align-items: center;
    gap: 7px;
    margin: 10px;
    width: 202px;
    overflow-x: auto;
    height: 36px;
}
.dataTables_length {
    position: relative;
    top: 0;
    right: 0;
    top: 2%;
}

.dataTables_filter {
    position: absolute;
    top: 5%;
    right: 21%;
}
th.sorting_desc {
    position: absolute;
    left: -60px;
    top: 9px;
    /* border: 1px solid #ccc; */
    /* width: 7px; */
}
    .dflex {
        display: flex;
        align-items: center;
        justify-content: left;
    }
    .sortby-list {
        width:62%;
    }
    .badge-list .badge {
        font-size: 12px;
    }
    .cal-head__day, .cal-body__day {
        display: inline-block;
        width: 53px;
        height: 46px;
        float: left;
        text-align: center;
    }
    .calendar-block {
        width: 78%;
    }
    .coach-detail-img {
        width: 80px;
        height: 80px;
        overflow: hidden;
        flex-shrink: 0;
    }
    .nav-tabs-block .nav-link {
        color: #919089;
        font-size: 15px;
    }
    .nav-tabs-block {
        gap: 0px;
    }
}
@media only screen and (min-width:912px) and (orientation:portrait){
        #menubtn {
    display: none;
}
.badge-list {
    display: flex;
    align-items: center;
    gap: 7px;
    margin: 10px;
    width: 200px;
    overflow-x: auto;
    height: 36px;
    overflow-y: hidden;
}
.dataTables_filter {
    position: absolute;
    top: 1.7%;
    right: 33%;
}
th.sorting_desc {
    top: -15px;
    /* border: 1px solid #ccc; */
    /* width: 7px; */
}
.dataTables_length {
    position: absolute;
    top: 0;
    right: 67%;
    top: 2%;
}
.sort-btn-block {
    text-align: end;
    width: auto;
    border: 1px solid #ccc;
    position: absolute;
    right: 12%;
    padding: 5px 43px;
    top: 23px;
}
}
@media only screen and (min-width:1180px) and (max-width:1181px) and (orientation:landscape){
        #menubtn {
    display: none;
}
    .coach-detail-text h4 {
    font-size: 18px;
    padding-bottom: 0px;
    line-height: 32px;
}
.nav-tabs-block {
    border-bottom: 1px solid #dee2e6;
    gap: 12px;
}
    .btn {
    font-size: 13px !important;
}
    .cal-head__day, .cal-body__day {
    display: inline-block;
    width: 64px;
    height: 50px;
    float: left;
    text-align: center;
}
.calendar-block {
    width: 78%;
}
    .badge-list {
    display: flex;
    align-items: center;
    gap: 7px;
    margin: 10px;
    width: 200px;
    overflow-x: auto;
    height: 36px;
    overflow-y: hidden;
}
.dataTables_filter {
    position: relative;
    top: 2%;
    right: 21%;
}
th.sorting_desc {
    top: 11px;
    /* border: 1px solid #ccc; */
    /* width: 7px; */
}
}

@media only screen and (min-width:1024px) and (max-width:1368px) and (orientation:portrait){
        #menubtn {
    display: none;
}
    .calendar-block {
    width: 78%;
}
.cal-head__day, .cal-body__day {
    display: inline-block;
    width: 52px;
    height: 50px;
    float: left;
    text-align: center;
}
    .navbar-light .navbar-nav .nav-link {
    font-size: 14px;
}
    .btn {
    font-size: 12px !important;
    padding: 10px 5px !important;
}
.coach-detail-text h4 {
    font-size: 16px;
    line-height: 32px;
}
    .nav-link {
    display: block;
    padding: .5rem 0.7rem !important;
    color: #0d6efd;
    text-decoration: none;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
}
.nav-tabs-block {
    border-bottom: 1px solid #dee2e6;
    gap: 0;
}
.badge-list {
    display: flex;
    align-items: center;
    gap: 7px;
    margin: 10px;
    width: 200px;
    overflow-x: auto;
    height: 36px;
    overflow-y: hidden;
}
.dataTables_filter {
    position: relative;
    top: 2%;
    right: 21%;
}
th.sorting_desc {
    top: 11px;
    /* border: 1px solid #ccc; */
    /* width: 7px; */
}
}


@media only screen and (min-width:1300px) and (max-width:1400px)  {
    .download-health h1 {
    padding-bottom: 0 !important;
}
       .download-health p {
    line-height: 26px !important;
    width: 85%;
}
    .timing{
            padding: 5px 12px !important;
    }
    .owl-carousel-block-inner {
    height: 350px !important;
}
    .bookbtn {
    width:100%;
    height: 37px;
}
        #menubtn {
    display: none;
}
/*    .btn {*/
/*    font-size: 11px !important;*/
/*}*/
    .sort-btn-block {
    text-align: end;
    width: auto;
    /*border: 1px solid #ccc;*/
    position: absolute;
    right:-9.6% !important;
    padding: 5px 43px;
}
    th.sorting_desc {
    position: absolute;
    left: -16px;
    top: -2px;
    /* border: 1px solid #ccc; */
    /* width: 7px; */
}
    .dataTables_length {
    position: absolute;
    top: 0;
    right: 56%;
    top:27px;
}
/*.dataTables_filter {*/
/*    position: absolute;*/
/*    top:29px;*/
/*    right: 24%;*/
/*}*/

.dataTables_filter {
    position: absolute;
    top: -20px;
    right: 86px;
    left: -50%;
    margin: auto;
    width: 46%;
    /* background-color: #ccc; */
    /* transform: translate(0, 0%); */
    /* display: none; */
}
    .cal-head__day, .cal-body__day {
        display: inline-block;
        width: 71px;
    }
    .nav-tabs-block {
        gap:1px;
    }
    .sortby-list {
        width: 221px;
        margin-right: 5px;
    }
    .badge-list .badge {
        padding: 5px;
        font-size: 12px;
    }
    .badge-list {
        gap: 3px;
        margin: 10px;
        width:291px;
   
    }
    .list-item ul {
        margin-bottom: 0;
        padding-left: 10%;
    }
    .date-text p {
        padding-bottom: 0;
        margin-bottom: 7px;
    }
    /*.bookbtn{font-size: 16px;}*/
    .fs-24 {
        font-size: 19px;
    }
    /*.calendar-block {*/
    /*    width: 73%;*/
    /*}*/
}

@media only screen and (min-width:1400px) and (max-width:1442px){
    .sort-btn-block {
    right: 0;
}
.dataTables_filter {
    top: -20px;
    right: 86px;
    left: -50%;
    margin: auto;
    width: 37%;
    /* background-color: #ccc; */
    /* transform: translate(0, 0%); */
}
    .owl-carousel-block-inner {
    height: 340px !important;
}
        #menubtn {
    display: none;
}
    .badge-list {
    width: 309px;
    height: 30px;
}
.dataTables_length {
    position: absolute;
    top: 0;
    right: 53%;
    top: 2.2%;
}
th.sorting_desc {
    position: absolute;
    left: -37px;
    top: 0px;
    /* border: 1px solid #ccc; */
    /* width: 7px; */
}
.dataTables_filter {
    position: absolute;
    top: -20px;
    right: 6%;
    width: 43%;
}
.sort-btn-block{
    right: -8.6% !important;
}
div.dataTables_wrapper div.dataTables_paginate {
    margin-top: -8px !important;
    margin-right: 11px !important;
}
}

@media only screen and (min-width:1470px) and (max-width:1500px){
    .sort-btn-block{
        left:169px !important;
    }
    .dataTables_filter{
        width:43%;
        left:-50%;
        right:86px;
    }
    div.dataTables_wrapper div.dataTables_paginate {
    margin-top: -8px !important;
    margin-right: 11px !important;
}
}


@media only screen (min-width:1800px) and (max-width:1980){
        #menubtn {
    display: none;
}
    .badge-list {
    width: 425px;
}
}

@media screen and (min-width:280px) and (max-width:281px) {
    .btn {
    font-size: 12px !important;
}
    .btn{font-size:12px; padding:10px 3px !important;}
    .navbar-light .navbar-nav .nav-link {
    padding: 12px 3px !important;
    font-size: 14px !important;
}
    table#trainer_list td {
    width: 100% !important;
}
    #trainer_list tr.odd, #trainer_list tr.even {
    /* border-radius: 10px; */
    /* box-shadow: 0px 0px 6px #e5e4e4; */
    width: 100% !important;
    display: flex;
}
    th.sorting_desc {
    position: absolute;
    left: 0;
    top: 0px;
    /* border: 1px solid #ccc; */
    /* width: 7px; */
}
.sort-btn-block {
    text-align: end;
       width: 40% !important;
    padding: 5px 17px !important;
    font-size: 14px !important;
}
div.dataTables_wrapper div.dataTables_filter input {
    margin-left: .5em;
    display: inline-block;
    width: 152px !important;
}
.dataTables_length {
    position: absolute;
    top: 0;
    right: 19px;
    top: 64px;
    padding-bottom: 19px;
}
    .dataTables_filter {
    position: relative;
    top: 2%;
    right: 9%;
}
    .sort-btn-block {
    position: relative;
}
        div.dataTables_wrapper div.dataTables_paginate {
    margin-top: 0 !important;
}
    .badge-list {
    width:197px !important;
}
    .user-img img {
    width: 100%;
    height: auto;
    object-fit: cover;
}
    .message-coach{width: 100% !important;}
    .cal-head__day, .cal-body__day {
        display: inline-block;
        width: 42px;
        height: 50px;
        float: left;
        text-align: center;
    }
    .download-health {
        text-align: center;
    }
    section.download-health p {
        line-height: 31px;
        width: 100%;
    }
    .buttonall {
        width: 100%;
    }
    .calendar-block {
        width: 100%;
    }
    .see-pricing{width: 82%;}
    .nav-link{font-size: 12px;}
    .nav-tabs-block {
        border-bottom: 1px solid #dee2e6;
        gap: 0px;
    }
   .coach-detail-img {
    width: 120px;
    height: 120px;
    margin: auto auto 10px auto;
    
}
    .position-block {
        position: relative;
        width: 100%;
    }

    .left-loginbg img {
        height: auto;
    }

    .right-side {
        width: 90%;
        margin: 8% auto;
    }
    .left-loginbg{height:auto;}
    .sortby-list{width:85% !important;}
    .dflex{display: flex; align-items: center; justify-content:space-between;}
}

@media screen and (max-width:767px) {
    
    .badge-list .badge{display:block !important; text-align: center !important; width:100% !important; line-height: 12px !important; padding: 3px !important;}
    
    #applyFilter .listing-coach{display:none;}
    .pricing-modal .close {
    top: 10px;
    right: 7px;
}
    .pricing-box {
    flex-wrap: wrap;
}
    ol.traing-list h4 {
   
    font-weight: 300 !important;
}
    .social_block.mobile-view {
    display:flex !important;
}
    .social_block.mobile-view {
    margin-bottom: 22px;
}
    .social_block.desktop-view {
    display: none;
}
ol.traing-list li::before {
    content: '';
    position: absolute;
    width: 25px;
    height: 25px;
    background-color:transparent;
    left: -25px;
    z-index: -1;
    top: -1px;
    border-radius: 100px;
    color: #fff;
    font-size: 11px;
    text-align:center;
          display: flex;
    align-items: center;
    justify-content: center;
}
ol.traing-list li::marker {
    color: #ff8b41;
    font-weight:bold;
 
}
#filter-selection-output {
    padding: 7px 12px;
    position: absolute;
    margin-top: -64px;
    height: 71px !important;
    width: 254px;
    gap: 3px !important;
    font-size: 14px !important;
}
    .rightone {
    padding: 4px 10px;
    display: flex;
    gap: 2px;
    font-size:12px !important;
}
#filter-selection-output {
    align-items: center;
    gap: 11px;
    white-space: nowrap;
    overflow-x: scroll;
}
    .pricing-box{width:100% !important;}
    .list-group-item{padding: .5rem 0rem !important;}
    .social_block img {
    width: 100%;
}
.social_block {
    display: flex;
    gap: 8px;
}
    .button-all {
    width: 94%;
    margin: auto;
}
    .fa.fa-angle-left {
    border-radius: 100px;
}

.fa.fa-angle-right {
    border-radius: 100px;
}
    p#TotalRecordsCoaches {
    padding-bottom: 0;
    margin-bottom: 0;
     display: none;
}
    div.dataTables_wrapper div.dataTables_filter input{ background-position: 11px;}
.owl-nav {
    position: absolute;
    top: 139px !important;
    width: 100%;
}
.testmonal-block h1::before {
    top: 26px !important;
    left: -3px !important;
    width: 86px !important;
    height: 27px !important;
    margin: auto !important;
    right: 0 !important;
    background-size: 100% !important;
}
.download-health h1 {
    font-size:22px !important;
    position: relative;
}
.download-health h1::before {
    top: 13px !important;
    left: -12px !important;
    width: 282px !important;
    margin: auto !important;
    background-size: 109px;
}

.owl-carousel-block-inner{    height: 29rem !important;}
    section#review-block h1 {
    font-size: 20px;
}
    .owl-carousel-block{width:100% !important;}

.photo-img {
    width: 100%;
    height: auto;
    padding-bottom: 0;
    cursor: pointer;
}
.photo-img p {
    font-size: 14px;
    text-align: center;
    padding-bottom:0px;
    margin-bottom:0px;
}
 .btn-success.select-trainer-plan {
    width: 100%;
}
    .slot-booking {
    margin-top: 14px;
    padding-bottom: 18px;
}
/*.order-wrap-mobile {*/
/*    display: block;*/
/*}*/
/*.order-wrap-destop {*/
/*    display: none;*/
/*}*/

.message-coach {
    margin: 0 !important;
}
    .msc-text {
    text-align: center;
}
    .coach-detail-text {
    text-align: center;
    }
    .navbar-nav {
    padding: 20px !important;
    position: absolute;
    z-index: 99999;
    background-color: #fff;
    width: 98%;
}

    #trainer_list h2 span {
    font-size: 12px;
}
    .fc th.fc-day-header {
    padding: 11px 0px !important;
}
    #calendar .fc-view-container {
    width: 100% !important;
    margin-left: 0px !important;
}
#calendar .fc-header-toolbar .fc-left h2 {
    padding: 23px 2px 0 0;
    font-size: 14px;
}
.event-timing-body {
    width: 100% !important;
    overflow-y: auto;
    height: 330px;
    margin-left:0px !important;
}
.fc-next-button {
    left:10px !important
}
.fc-prev-button {
    left: 71px !important;
}
.fc-toolbar.fc-header-toolbar{width:auto !important;}
    .listing-coach {display: none;
   position: absolute;
    width: 100%;
    background-color: #fff;
    z-index: 999999;
    left: 0;
        height: 390px;
    overflow-y: scroll;
    }
    #menubtn {
    display: block;
}

 
    .navbar-light .navbar-nav .nav-link {
    padding: 12px 3px !important;
    font-size: 14px !important;
}
    table#trainer_list td {
    width: 100% !important;
}
#trainer_list tr.odd, #trainer_list tr.even {
   
   width: 90% !important;
    display: flex;
    margin: auto;
    justify-content: center;
    align-items: center;
}
    th.sorting_desc {
    position: absolute;
    left: 0;
    top: 0px;
    
}
    .sort-btn-block {
    text-align: end;
    width:50%;
    padding: 5px 43px;
}
.dataTables_length {
    position: absolute;
    top: 0;
    right: 19px;
    top: 64px;
    padding-bottom: 19px;
}

    .sort-btn-block {
    position: relative;
}
        div.dataTables_wrapper div.dataTables_paginate {
    margin-top: 0 !important;
}
    .badge-list {
    width:auto !important;
}
    .user-img img {
    width: 100%;

}
    .message-coach{width: 100% !important;}
    .cal-head__day, .cal-body__day {
        display: inline-block;
        width: 42px;
        height: 50px;
        float: left;
        text-align: center;
    }
    .download-health {
        text-align: center;
    }
    section.download-health p {
        line-height: 31px;
        width: 100%;
    }
    .buttonall {
        width: 100%;
    }
    .calendar-block {
        width: 100% !important;
    }
    .select-block-plan select{width:100% !important;}
    .see-pricing{width: 82%;}
    .nav-link{font-size: 12px;}
     .nav-tabs-block {
        border-bottom: 1px solid #dee2e6;
        gap: 33px;
    }
   .coach-detail-img {
    width: 120px;
    height: 120px;
    margin: auto auto 10px auto;
    
}
    .position-block {
        position: relative !important;
        width: 100%;
    }

    .left-loginbg img {
        height: auto;
    }

    .right-side {
        width: 90%;
        margin: 8% auto;
    }
    .left-loginbg{height:auto;}
    .sortby-list{width:85% !important;}
    .dflex{display: flex; align-items: center; justify-content:space-between;}
    .btn-block {
    display: none;
}
.onilne-training p {
    color: #777;
    text-align: !important;
    padding: 0 !important;

}
.onilne-training h4 {
    text-align: !important;
    color: #058747;
}
.download-health {
    text-align: left;
}
div.dataTables_wrapper div.dataTables_filter label:before {
    content: "|";
    position: absolute;
    text-align: 0;
    top: 12px;
    z-index: 999;
    position: absolute;
    background: #c5bfbf;
    width: 1px;
    height: 55%;
    left: 52px;
}
.timing{padding: 5px 10px !important;}
.event-timing-body{padding: 9px !important;}
}

