@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Paytone+One&display=swap');

body {
  line-height: 1;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #1b252c;
  overflow-x: hidden;
  line-height: 26px;
}
p:last-child {
  margin-bottom: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Paytone One', sans-serif;
  color: #1b252c;
  font-weight: 400;
  margin: 0;
}
:focus-visible {
  outline: none;
}
a,
button {
  transition: all 0.4s ease 0s;
}
a:focus,
a:hover,
a {
  text-decoration: none;
}
ul,
li {
  list-style: none;
  margin: 0;
  padding: 0;
}
div {
  outline: none;
}
img {
  max-width: 100%;
}
.form-control,
.form-select {
  outline: none;
  box-shadow: none;
  background-color: transparent;
  border: 1px solid #ddd !important;
  border-radius: 5px;
  font-size: 16px;
  height: 45px;
}
textarea.form-control {
  height: auto !important;
}
.form-control:focus,
.form-select:focus {
  background-color: transparent;
  border: 1px solid #ddd !important;
  border: 0;
  outline: none;
  box-shadow: none;
}
.c_btn a {
  display: inline-block;
  height: 45px;
  line-height: 45px;
  border-radius: 50px;
  transition: all 0.4s ease 0s;
  padding: 0 25px;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  text-wrap: nowrap;
}

.l_btn a {
  background: #800000;
  color: #fff !important;
  box-shadow: 0 3px 3px 0 rgb(0 0 0);
  border: 1px solid #800000;
  cursor: pointer;
  text-align: center;
}


.l_btn a:hover{
  background: transparent;
  border: 1px solid #fff;
}
.l_btn img {
  height: 16px;
  margin-bottom: 4px;
  margin-right: 5px;
}
.white h1,
.white h2,
.white h3,
.white h4,
.white h5,
.white h6,
.white p{
  color: #fff;
}
.heading h3,
.heading h2{
  color: #800000;
}
.ml-30{
  margin-left: 30px;
}
.d_padding{
  padding: 80px 0;
}
.d_50_padding{
  padding: 50px 0;
}
.mb-20{
  margin-bottom: 20px;
}
.mb-30{
  margin-bottom: 30px;
}
.mb-40{
  margin-bottom: 40px;
}
.mb-50{
  margin-bottom: 50px;
}
.mb-70{
  margin-bottom: 70px;
}
.mt-20{
  margin-top: 20px;
}
.mt-40{
  margin-top: 40px;
}
.mt-35{
  margin-top: 35px !important;
}
.mt-100{
  margin-top: 100px;
}
.ms-40{
  margin-left: 40px;
}
.pb-20{
  padding-bottom: 20px !important;
}
.secondary-heading{
  color: #EDDC92 !important;
}
.big-p a{
  padding: 0 65px !important;
}
.innerpage-heading h1{
  color: #EDDC92;
  font-size: 36px;
    line-height: 46px;
  margin-bottom: 15px;
}
/* main css  */

.circle {
  border-radius: 50px;
}

/* navigation bar  */
section.navigation .container-fluid {
  max-width: 1300px;
}
section.navigation {
  transition: all 200ms ease-in;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  padding: 10px 0;
}


header.main_header {
    padding: 10px 20px;
    transition: all 200ms ease-in;
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 99999;
}
.fixed {
  position: fixed !important;
  background-color: #0E2245;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  box-shadow: 0 5px 35px 0 rgb(27 37 44 / 25%);
}
.navbar-brand img {
  width: 120px;
}
ul.nav.navbar-nav li a {
  color: #fff;
}
section.navigation .dropdown:hover .dropdown-menu {
  display: block;
  margin-top: 0;
}

/*
section.navigation .dropdown:hover .dropdown-menu {
  display: none;
  margin-top: 0;
}
*/

.dropdown-menu a {
  color: #000 !important;
}
.dropdown-toggle::after{
  display: none;
}
li.nav-item.dropdown a i {
  font-size: 12px;
  margin-left: 3px;
}
li.nav-item.dropdown a:hover i.fa.fa-chevron-down.down-arrow,
.nav-link.dropdown-toggle i.fa.fa-chevron-up.up-arrow{
  display: none;
}
li.nav-item.dropdown a:hover i.fa.fa-chevron-up.up-arrow {
  display: inline-block;
}
.nav-link.dropdown-toggle.show i.fa.fa-chevron-down.down-arrow {
  display: none;
  transition: all 200ms ease-in;
}
.nav-link.dropdown-toggle.show i.fa.fa-chevron-up.up-arrow {
  display: inline-block;
  transition: all 200ms ease-in;
}

li.nav-item.dropdown a:hover,
li.nav-item.dropdown a.dropdown-item:hover {
  color: #800000 !important;
  background-color: transparent;
}
.dropdown-menu.show a:hover{
  background: transparent !important;
  color: #800000 !important;
}
ul.nav.navbar-nav li.nav-item.dropdown {
  margin-left: 10px;
}
.search_wrap button {
  background: #800000;
  border: none;
  padding: 10px 19px;
  border-radius: 0 23px 23px 0px;
  margin-left: -23px;
  z-index: 99;
  position: relative;
}
.search_wrap {
  display: flex;
}
/* .search_wrap .search_shadow {
  position: absolute;
  width: 82%;
  border-radius: 30px 0px 0px 30px;
  padding: 25px 30px;
  background: #fff;
  top: -3px;
  left: 0px;
  z-index: 10;
} */
.search_wrap input {
  border-radius: 40px 0px 0px 40px;
  border: none;
  padding: 9px 30px;
  background: #ECEDF1;
  position: relative;
  z-index: 20;
  box-shadow: 3px 0px 0px 2.9px #fff;
}
.button_shadow {
  position: relative;
  z-index: 999;
}
/* .search_wrap .button_shadow::before {
  content: "";
  position: absolute;
  padding-right: 59px;
  border-radius: 0px 30px 30px 0px;
  background: #D90000;
  right: 0;
  top: -3px;
  height: 100%;
} */
.search_wrap button {
  background: #800000;
  border: none;
  padding: 10px 19px;
  border-radius: 0 30px 30px 0;
  margin-left: 0px;
  z-index: 20;
  position: relative;
  box-shadow: 0px 5px 0 #000000, 0px -3px 0 #D90000;
}
/* .search_wrap .button_shadow::after {
  content: "";
  position: absolute;
  padding-right: 58px;
  border-radius: 0px 30px 30px 0px;
  background: #000;
  right: 1px;
  bottom: -4px;
  height: 100%;
  z-index: -1;
} */
/* end navigation bar  */

/* main hero section  */
.main_hero_sec {
  position: relative;
  background: #0E2245 url(../images/right-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-blend-mode: screen;
  background-position: center;
  padding: 160px 0px 80px 0;
}

.hero_right {
  position: relative;
}
.main_bg {
  max-width: 410px;
  margin: 0 auto;
}
.main_img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 280px;
  margin: 0 auto;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;


}
.main_img img{
  /* border: 3px solid #fff; */
  height: 474px;
  width: 279px;
  border-radius: 140px;
  object-fit: cover;
}
.hero_left h1 {
  color: #EDDC92;
  font-size: 52px;
  line-height: 62px;
  margin-bottom: 15px;
}
.inner-page h1 {
  font-size: 38px;
  line-height: 48px;
}
.hero_left h2 {
  font-size: 28px;
  line-height: 38px;
  margin-bottom: 15px;
}
.n_btn a {
  border: 1px solid #fff;
  color: #fff;
}
.n_btn a:hover {
  background: #800000;
  border-color: #800000;
}
.c_btn.n_btn a img {
  width: 20px;
  margin-left: 10px;
}
/* end hero section  */

/* service tab section  */
.service_tab_wrap {
  margin-top: 50px;
}
.service_tab{
  background-repeat: no-repeat !important;
  background-size: cover !important;
  position: relative !important;
  background-position: top !important;
}
.service_tab::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgb(0 0 0 / 55%);
}
.service_tab1 {
  background: url(../images/1.png);
}
.service_tab2 {
  background: url(../images/2.png);
}
.service_tab3 {
  background: url(../images/3.png);
}
.service_tab4 {
  background: url(../images/4.png);
}
.service_tab .accordion-header {
  margin-bottom: 0;
  position: relative;
  z-index: 999;
}
.accordion-item{
  border: 0 !important;
}
.service_tab .accordion-header .accordion-button {
  background-color: transparent;
  color: #E2D188;
  padding: 25px 15px;
  font-size: 22px;
}
.service_tab .accordion-button::after {
  background: url(../images/right-arrow.png);
  background-repeat: no-repeat;
  height: 36px;
  background-size: contain;
}
.service_tab .accordion-button:not(.collapsed)::after{
  background: url(../images/right-arrow.png);
  background-repeat: no-repeat;
  height: 36px;
  background-size: contain;
  transform: rotate(270deg);
}
.service_tab_wrap .accordion-item .accordion-body {
  padding: 50px 0;
}
.accordion-body .l_btn a:hover {
  background: transparent;
  border: 1px solid #040404;
  color: #800000;
}
.accordion-body .heading h5 {
  color: #0E2245;
  margin-bottom: 0;
  font-weight: 700;
}
/* end service tab seaction  */

/* home blog  */
section.home_blog {
  background: #0E2245;
  position: relative;
}
section.home_blog .heading h2 {
  color: #EDDC92;
}

.blog_slide {
  border-radius: 13px;
  background: #FFF;
  box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.04);
  padding: 10px;
  min-height: 460px;
  max-height: 460px;
  position: relative;
}
.blog_slide_img{
  text-align: center;
}
.blog_slide_img img {
  min-height: 240px;
  object-fit: cover;
  max-height: 240px;
  border-radius: 12px;
}
.blog_slide_text_wrap {
  padding: 10px;
}
.blog_tag span {
  color: #800000;
  font-size: 15px;
  border: 1px solid #800000;
  border-radius: 20px;
  padding: 0px 10px;
  display: inline-block;
}
.blog_slide_text_wrap h4 {
  font-size: 17px;
  line-height: 30px;
}
.blog_slide_text_wrap p {
  font-size: 14px;
  line-height: 24px;
}
.blog_slide_footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 12px;
}
.blog_slide_footer p {
  margin: 0;
}
.blog_slide_footer p.name {
  font-size: 13px;
  font-weight: 700;
}
.blog_slide_footer p.date {
  font-size: 13px;
}
.swiper.benefits_slider,
.swiper.blog_slider {
  position: inherit;
}
.benefits_slider_arrow,
.blog_slider_arrow {
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  bottom: 4%;
  width: 13%;
}
.benefits_slider_arrow .swiper-pagination,
.blog_slider_arrow .swiper-pagination {
  bottom: -10px !important;
}
.steap-arrow .swiper-button-prev:after,
.steap-arrow .swiper-button-next:after,
.benefits_slider_arrow .swiper-button-prev:after,
.benefits_slider_arrow .swiper-button-next:after,
.blog_slider_arrow .swiper-button-prev:after, .blog_slider_arrow .swiper-button-next:after {
  display: none;
}
/* end home blog  */

/* home about section  */
section.about_sec {
  margin-bottom: 80px;
}
.about_wrap {
  background: #0E2245;
  padding: 110px 50px;
  border-radius: 30px;
}
.two_img {
  position: absolute;
  top: 0;
  left: 0;
}
.two-left-img img, .two-right-img img {
  height: 356px;
  max-width: 215px;
  border-radius: 140px;
  object-fit: cover;

}
.two-left-img {
  margin-top: 2.5rem;
}
p{
  margin-bottom: 0.5rem !important;
}
/* end home about section  */

/* testimonials  */
.testimonials_sec .testimonials_slider_wrap .testimonials{width: 100%}
.testimonials_slider_wrap {
  position: relative;
}
.testimonials_main {
  display: flex;
  justify-content: space-between;
}


.swiper.testimonials_thumb {
  position: absolute;
  /* height: 150px; */
  width: 480px;
  right: 0;
  bottom: 20px;
}
.main_slider_img{
  flex: 2;
}
.main_slider_img img {
  height: 550px;
  width: 100%;
  object-fit: cover;
}
.main_slider_content{
  flex: 3;
}
.swiper.testimonials_thumb .swiper-slide img {
  height: 190px;
  object-fit: cover;
}
.main_slider_content {
  margin-left: 30px;
}
h2.play_name {
  font-size: 28px;
  line-height: 38px;
  font-family: 'Open Sans';
  font-weight: 700;
}
.designation {
  font-size: 18px;
  line-height: 28px;
  font-weight: 500 !important;
  font-family: 'Open Sans';
}
.main_slider_content p {
  font-size: 16px;
  line-height: 26px;
  margin: 5px 8px 0px 0px;
}
/* end testimonials   */

/* media coverage  */
section.media_coverage_sec .heading h5{
  color: #0E2245;
}
.heading h5 {
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 10px;
}
.swiper.brand_slider {
  padding: 50px 0;
}
.brand_slide {
  border-radius: 22px;
  background: #FFF;
  box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.04);
  text-align: center;
  padding: 10px;
}
.brand_slide img {
  height: 60px;
  object-fit: cover;
}
.benefits_slider_arrow span.swiper-pagination-bullet.swiper-pagination-bullet-active,
.blog_slider_arrow span.swiper-pagination-bullet.swiper-pagination-bullet-active,
.swiper.brand_slider span.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: url('../images/slider_slide_icon.svg');
  background-repeat: no-repeat;
  background-size: cover;
}
.benefits_slider_arrow span.swiper-pagination-bullet,
.benefits_slider_arrow span.swiper-pagination-bullet,
.blog_slider_arrow span.swiper-pagination-bullet{
  background: #fff;
  opacity: 1;
}

.swiper.brand_slider span.swiper-pagination-bullet {
  background: #000;
  opacity: 1;
}
/* end media coverage  */
/* cta section  */

.cta_wrap {
  padding: 50px;
  border-radius: 20px;
  background: #0E2245;
  position: relative;
}
.cta_img {
  position: absolute;
  bottom: 0;
  max-width: 450px;
  right: 20px;
}
.cta_text_wrap h2 {
  font-size: 38px;
  line-height: 50px;
}
/* end cta section  */

/* footer  */
footer {
  background: #0E2245;
  color: #fff;
  padding: 50px 0;
}

h4.footer_heading {
  color: #EDDC92;
  font-size: 24px;
  font-weight: 400;
  line-height: 34px;
  margin-bottom: 24px;
}
.footer_contact li a img {
  margin-right: 15px;
  width: 26px;
}
.footer_contact li a{
  color: #fff;
}
.footer_btn a {
  color: #EDDC92;
  font-family: Paytone One;
  font-size: 24px;
  font-weight: 400;
  line-height: 34px;
}
.footer_menu ul li {
  margin-bottom: 10px;
}
.footer_menu ul li a {
  color: #FFF;
  font-family: Open Sans;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
}
.search_wrap.footer button {
  color: #FFF;
  font-family: Open Sans;
  font-size: 20px;
  font-weight: 700;
}
.search_wrap.footer {
  position: relative;
}
.search_wrap.footer .button_shadow::before{
  width: 138px !important;
}
.search_wrap.footer .button_shadow::after{
  width: 137px !important;
}
.social_icon ul li {
  display: inline-block;
  margin-right: 5px;
}
.bttom_menu ul li {
  display: inline-block;
  border-right: 1px solid #fff;
  padding: 0 20px;
}
.bttom_menu ul li:last-child {
  border: none;
}
.bttom_menu ul li a {
  color: #fff;
}

/* end footer  */


/* about page  */
.modal-body.scoreboard-count,
section.blog-sec,
section.faq-sec,
section.academy_list_sec,
section.about-page-sec{
    position: relative;
    overflow: hidden;
    z-index: 9;
}
.modal-body.scoreboard-count::before,
section.faq-sec::before,
section.blog-sec::before,
section.academy_list_sec::before,
section.about-page-sec:before {
  position: absolute;
  content: "";
  background: url(../images/bg-right.svg);
  width: 660px;
  height: 1040px;
  background-size: cover;
  background-position: top center;
  top: -180px;
  right: 0px;
  z-index: -1;
}
.about-page .two-left-img img, .about-page .two-right-img img {
  height: 405px;
  max-width: 225px;
}
section.how-work-sec,
section.founder_sec{
    background: #0E2245 url(../images/bg-doted.png) center no-repeat;
    background-size: cover;
    position: relative;
    z-index: 99;
}
.icon_with_header h5 {
  padding: 0 10px;
}
.mission_box {
  border: 2px solid #0E2245;
  border-radius: 10px;
  padding: 20px;
  min-height: 385px;
  height: 100%;
}
.mission_box_img {
  border: 1px solid #0E2245;
  display: inline-block;
  border-radius: 130px;
  height: 90px;
  width: 90px;
  text-align: center;
  line-height: 90px;
}
.mission_box_img img {
  max-width: 60px;
}
.mission_box_text p {
  font-size: 14px;
  line-height: 24px;
  margin-top: 10px;
}
section.job-form,
section.mission_vision_sec {
  position: relative;
  overflow: hidden;
  z-index: 9;
}
section.job-form:before,
section.coach-slider-sec:before,
section.mission_vision_sec:before {
  position: absolute;
  content: "";
  background: url(../images/bg-left.svg);
  width: 640px;
  height: 550px;
  background-size: cover;
  background-position: top center;
  top: 0px;
  left: 0px;
  z-index: -1;
}
section.mee_team_sec {
  background: rgb(237 220 146 / 20%);
}
.icon_wrap_red {
  display: flex;
  justify-content: center;
  align-items: center;
}
.icon_wrap_red h5 {
  padding: 0 12px;
  margin: 0;
  font-size: 20px;
  line-height: 30px;
  font-family: 'Open Sans';
  font-weight: 700;
  color: #0E2245;
}
.team-box {
  position: relative;
  max-width: 300px;
  margin: 0 auto;
  margin-bottom: 60px;
}
.team-box::before {
  content: "";
  position: absolute;
  top: -12px;
  left: -12px;
  width: 60%;
  height: 70%;
  background: #800000;
  z-index: 1;
}
.team-box-img {
  position: relative;
  z-index: 99;
}
.team-name-position {
  background-color: #800000;
  padding: 15px;
  text-align: center;
  border-radius: 0px 0px 15px 15px;
}

.team-name-position h5 {
  font-family: 'Open Sans';
  font-weight: 600;
  font-size: 22px;
  line-height: 32px;
  margin-bottom: 5px;
}
.badge-about {
  background: #0E2245;
  color: #fff;
  display: inline-block;
  position: absolute;
  transform: rotate(346deg);
  left: 21%;
  bottom: 15%;
  padding: 8px 29px;
  border: 4px solid #fff;
  border-radius: 60px;
}
/* end about -page  */

/* Acaademy listing page  */
.fliter_wrap {
  display: flex;
  justify-content: end;
}
.fliter_wrap .search_wrap input{
  box-shadow: 3px 0px 0px 2.9px rgb(0 0 0 / 20%);
}
.f_btn a:hover{
  background: #0E2245 !important;
  border: 1px solid #0E2245 !important;
}
.academies_box {
  border: 1px solid #0E2245;
  padding: 10px;
  border-radius: 10px;
  margin-bottom: 25px;
}


.academies_text {
  margin: 10px;
}
.academies_text h5{
  font-family: 'Open Sans';
  font-weight: 700;
}
.service_list ul li {
  display: inline-block;
  border: 1px solid #0E2245;
  border-radius: 40px;
  padding: 0px 11px;
  font-size: 13px;
  margin: 3px 0;
  color: #0E2245;
}
.b_btn a{
  background-color: #0E2245;
  color: #fff;
  box-shadow: 0 3px 3px 0 rgb(0 0 0 / 60%);
  border: 1px solid #0e224533;
  text-wrap: nowrap;
}
.academies_btn .l_btn a:hover,
.b_btn a:hover{
  background-color: transparent;
  color: #0E2245;
}
.location span,
.fees span {
  color: #444444;
  font-weight: 600;
}
section.academy_list_sec::before {
  width: 1150px !important;
  height: 1810px !important;
}
.pagination {
  display: flex;
  justify-content: center;
  margin: 20px 0;
}
.pagination ul{
  display: flex;
  align-items: center;
}
.pagination ul li {
  display: inline-block;
}
.pagination ul li svg {
  height: 45px;
  cursor: pointer;
}
.pagination ul li a {
  display: inline-block;
  height: 45px;
  width: 45px;
  background: #EDDC92;
  text-align: center;
  line-height: 45px;
  border-radius: 60px;
  color: #800000;
  font-size: 21px;
  font-weight: 600;
  border: 1px solid #EDDC92;
  margin: 0 8px;
}
.pagination ul li.active a,
.pagination ul li a:hover{
  background: #800000;
  color: #fff;
}
/* end academy listing page  */

/* academy-details page  */
section.coach_list_sec {
  padding-bottom: 80px;
}
.academies-details p span {
  font-weight: 600;
}
ul.academies-service li {
  display: inline-block;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 50px;
  padding: 0 17px;
  margin: 0px 5px 10px 0px;
}
ul.academies-service li:hover{
  border: 1px solid #800000;
  cursor: pointer;
  background: #800000;
}
.soclial_icon {
  margin: 10px 0;
}
.soclial_icon ul li {
  display: inline-block;
  margin-right: 10px;
}
.soclial_icon ul li a {
  background: #fff;
  height: 45px;
  width: 45px;
  display: inline-block;
  border-radius: 50px;
  text-align: center;
  line-height: 45px;
  font-size: 6px;
}
.soclial_icon ul li a img {
  height: 30px;
}
.academies-details-heading {
  display: flex;
  align-items: center;
}
.academies-details-heading h2,
.academies-details-heading h3 {
  margin: 0 10px;
}
.coach_list_tab {
  background: #0E2245;
  border-radius: 20px;
}
.coach_list_tab ul.nav.nav-tabs {
  padding: 0px 30px;
  padding-top: 10px;
}
.coach_list_tab ul.nav.nav-tabs li.nav-item a {
  background: transparent !important;
  color: #fff;
  border: 0;
}
.coach_list_tab ul.nav.nav-tabs li.nav-item a.nav-link.active {
  color: #EDDC92;
  border-bottom: 1px solid #EDDC92;
}
.tab-content {
  padding: 0 20px;
}
.coach_profile_wrap {
  background: #fff;
  padding: 6px;
  border-radius: 15px;
  margin-bottom: 30px;
}
.coach_profile_img {
  background: #0E2245;
  border-radius: 10px 10px 0 0;
  position: relative;
  text-align: center;
  height: 140px;
}
.coach_profile_img img {
  height: 150px;
  width: 150px;
  border-radius: 100px;
  border: 5px solid #B11F24;
  background: #fff;
  padding: 5px;
  position: absolute;
  bottom: -40px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.coach_text_wrap {
  margin-top: 50px;
  text-align: center;
}
.coach_rating ul li {
  display: inline-block;
}
.coach_rating ul li i {
  color: #D9D9D9;
}
.coach_rating ul li.active i,
.coach_rating ul li i:hover{
  color: #FFBC11;
}
.coach_text_wrap h3 {
  font-family: 'Open Sans';
  font-weight: 600;
}
.coach_text_wrap p span {
  color: #000;
  font-weight: 600;
}
.coach_text_wrap p {
  color: #444444;
}
.coach_service {
  border-top: 1px solid #eee;
  padding: 10px 0;
}
.coach_service ul li {
  display: inline-block;
  border: 1px solid #800000;
  border-radius: 50px;
  padding: 3px 17px;
  font-size: 12px;
  margin: 4px;
  color: #800000;
  font-weight: 500;
}
/* end academy-details page  */

/* E coaching Player  */
section.benefits_sec {
  padding-bottom: 80px;
}
.e-coach-popup-wrap {
  position: absolute;
  top: 40%;
  left: 0;
  right: 60px;
  margin: 0 auto;
}
.popup-icon svg {
  height: 90px;
}
.benefits_wrap {
  background: #0E2245;
  border-radius: 17px;
  padding: 60px;
  position: relative;
}
.benefits {
  background: #fff;
  border-radius: 18px;
  padding: 30px 15px;
  text-align: center;
  transform: scale(.90);
  min-height: 330px;
}
.benefits_icon img {
  border: 1px solid #000;
  border-radius: 60px;
  padding: 6px;
}
.benefits_text_wrap p {
  color: #3C3C3C;
  font-size: 15px;
  line-height: 25px;
}
.benefits-heading {
  font-weight: 600;
  font-size: 18px !important;
  line-height: 28px;
}

.swiper-slide.swiper-slide-active .benefits .benefits_icon img {
  border-color: #800000;
}
.swiper-slide.swiper-slide-active .benefits .benefits_text_wrap .benefits-heading{
  color: #800000;
}
.swiper-slide.swiper-slide-active .benefits {
  transform: scale(1);
  transition: all 0.4s ease-in-out;
}
.benefits_icon img {
  height: 80px;
  width: 80px;
  padding: 10px;
}
.benefits_slider_arrow{
  bottom: 5%;
  width: 18%;
}
.benefits_slider_wrap {
  margin: 40px 0;
}

.faq-tab-wrap .accordion-button::after,
.features-tab-wrap .accordion-button::after {
  background: url(../images/plush-icon.png);
  background-repeat: no-repeat;
  height: 20px;
  background-size: contain;
  transition: all 0.3s ease-in-out;
}
.faq-tab-wrap .accordion-button:not(.collapsed)::after,
.features-tab-wrap .accordion-button:not(.collapsed)::after {
  background: url(../images/minus-icon.png);
  background-repeat: no-repeat;
  height: 20px;
  background-size: contain;
  transform: rotate(180deg);

}
.faq-tab-wrap .accordion-item,
.features-tab-wrap .accordion-item {
  border-radius: 5px;
  background: #FFF;
  box-shadow: 2px 2px 20px 0px rgba(0, 0, 0, 0.18);
  margin-bottom:10px
}
.faq-tab-wrap .accordion-button.collapsed,
.features-tab-wrap .accordion-flush .accordion-item .accordion-button, .features-tab-wrap .accordion-flush .accordion-item .accordion-button.collapsed {
  font-size: 16px;
  font-weight: 700;
  border-radius: 5px !important;
}
.faq-tab-wrap .accordion-button:not(.collapsed),
.features-tab-wrap .accordion-button:not(.collapsed) {
  color: #222222;
  background-color: transparent ;
  box-shadow: none;
  font-family: Open Sans;
  font-size: 16px;
  font-weight: 700;
}

section.career-job .icon_wrap,
section.how-work-sec .icon_wrap{
  display: flex;
  align-items: center;
  justify-content: center;
}
section.career-job .icon_wrap h2,
section.how-work-sec .icon_wrap h2{
  padding: 0 10px;
}
.book-live .badge-about,
section.how-work-sec .badge-about {
  padding: 6px 75px;
}
.step-text-wrap p {
  max-width: 250px;
  margin: 0 auto;
  font-size: 18px;
}
.step-slider-wrap .swiper.step_slider {
  position: inherit;
}
.steap-count .swiper-pagination {
  color: #fff;
}
.steap-slider-navigation {
  position: absolute;
  width: 75%;
  left: 0;
  bottom: 38%;
  margin: 0 auto;
  right: 0;
}
.step-img img {
  height: 160px;
  width: 100%;
}
.steap-arrow .swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: auto !important;
  left: 50px !important;
}
.steap-count .swiper-pagination {
  width: auto;
  right: 0;
  left: auto;
  bottom: -18px;
}
.select-coach {
  margin-left: auto;
  max-width: 400px;
  padding-right: 20px;
  margin-top: 10px;
}
section.streaming-sec,
section.coach-slider-sec {
  position: relative;
  z-index: 9;
}
.swiper.stream-slider,
.swiper.coach_slider {
  position: inherit;
}
.coach_slider_wrap .coach_profile_wrap {
  box-shadow: 0px 5px 10px 0px rgb(157 152 152 / 25%);
  margin-left: 4px;
}
.stream-slider .swiper-button-prev:after,
.coach_slider .swiper-button-prev:after {
  content: "" !important;
  background: url(../images/simple-left-arrow.svg);
  width: 20px;
  background-size: 20px;
  position: absolute;
  top: 10px;
  left: 8px;
  height: 20px;
  background-repeat: no-repeat;
}
.stream-slider .swiper-button-next:after,
.coach_slider .swiper-button-next:after {
  content: "" !important;
  background: url(../images/simple-right-arrow.svg);
  width: 20px;
  background-size: 20px;
  position: absolute;
  top: 10px;
  left: 8px;
  height: 20px;
  background-repeat: no-repeat;
}
.stream-slider .swiper-button-next,
.coach_slider .swiper-button-next {
  right: auto;
  left: 85px;
  bottom: 25%;
  width: 40px;
  height: 40px;
  border: 1px solid #000;
  border-radius: 50%;
  top: inherit;
}
.stream-slider .swiper-button-prev,
.coach_slider .swiper-button-prev {
  left: 32px;
  right: auto;
  bottom: 25%;
  width: 40px;
  height: 40px;
  border: 1px solid #000;
  border-radius: 50%;
  top: inherit;
}
section.coach-slider-sec:before{
  width: 730px;
  height: 640px;
  left: -270px;
}
/*End  E coaching Player  */

section.inner-cta-sec {
  margin-top: 120px;
}

.coach_slider .swiper-pagination {
  height: 5px !important;
  top: inherit !important;
  bottom: 50px;
  width: 66% !important;
  background: #0E2245;
  right: 0;
  left: inherit !important;
}
.coach_slider .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #B11F24 !important;
}


/* Subscription Plans */
section.subscription-plans {
  background: rgb(237 220 146 / 20%);
}
section.subscription-plans .icon_wrap_red h2 {
  padding: 0 15px;
}
section.subscription-plans .heading p {
  text-align: center;
  max-width: 500px;
  margin: 0 auto;
  padding: 20px 0;
}
.plan-card-wrap table thead tr th {
  background: #800000;
  border-radius: 10px 10px 0px 0px;
  text-align: center;
  padding: 20px 10px;
  color: #fff;
}
.plan-card-wrap table thead tr th:nth-child(odd) {
  background: #0E2245 !important;
  min-width: 100px;
}
.plan-card-wrap table thead tr th:nth-child(even){
  min-width: 100px;
}
.plan-card-wrap table {
  background: #fff;
  box-shadow: 0 4px 3px 0 rgb(27 37 33 / 9%);
  border-radius: 10px;
}
.plan-card-wrap table tbody tr:nth-child(odd) th {
  background: rgb(238 220 146 / 25%);
}
.plan-card-wrap table tbody tr td,
.plan-card-wrap table tbody tr th {
  font-size: 16px;
  font-family: 'Open Sans';
  font-weight: 600;
  padding: 13px 20px;
  max-width: 270px;
}
.plan-card-wrap table tbody tr td{
  text-align: center;
  border-right: 1px solid #eee;
  border-left: 1px solid #eee;
}
.plan-card-wrap table tbody tr td:last-child {
  background: rgb(238 220 146 / 20%);
}

/* End Subscription Plans */

/* career page  */
section.career-job {
  background: #0E2245;
}
.job-form-wrap {
  max-width: 780px;
  margin: 0 auto;
}
.group-input {
  display: flex;
  justify-content: space-between;
  gap: 15px;
}
.group-input .form-group {
  width: 100%;
}
.input-wrap,
.group-input {
  margin: 10px 0;
}
.live-strem-input textarea,
.form-group textarea,
.input-wrap textarea{
  padding: 10px 25px;
  background-color: #EAEAEA;
  box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.25) inset;
  border-radius: 10px;
  border: none;
  width: 100%;
}
.icon-input input,
.live-strem-input input,.live-strem-input select,
.input-wrap select, .input-wrap .form-group input, .group-input .form-group input {
  border-radius: 60px;
  padding: 0 25px;
  background-color: #EAEAEA;
  box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.25) inset;
}
::placeholder{
  color: #000 !important;
}
.input-wrap label,
.input-wrap .form-group label,
.group-input .form-group label {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 5px;
  margin-left: 10px;
}
label.choose-file {
  background: #0E2245;
  box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, 0.04);
  color: #fff;
  padding: 0 25px;
  height: 45px;
  line-height: 45px;
  border-radius: 50px;
  margin-right: 20px;
  margin-top: 10px;
  cursor: pointer;
  transition: all 0.4s ease 0s;
}
label.choose-file:hover{
  background: #800000;
}
section.job-form:before{
  width: 860px;
  height: 760px;
  left: -200px;
}
/* end career page */

/* Blog page  */
.blog-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
.blog-card {
  background: #fff;
  box-shadow: 0px 4px 10px 0px #00000040;
  border-radius: 10px;
  padding: 10px;
  max-width: 300px;
  margin: 5px 5px;
}
.blog-img img{
  border-radius: 10px;
}
.blog-img img {
  border-radius: 10px;
  min-height: 150px;
  object-fit: cover;
  margin-bottom: 10px;
}
.blog-text-wrap h4 {
  font-size: 15px;
  line-height: 25px;
  font-family: 'Open Sans';
  font-weight: 600;
}
.blog-text-wrap p {
  font-size: 14px;
  line-height: 24px;
  margin-top: 10px;
}
.blog-text-wrap .blog_tag span {
  font-size: 13px;
  padding: 0px 15px;
  line-height: 22px;
}
.blog-footer {
  display: flex;
  justify-content: space-between;
}
.blog-footer p.name {
  font-weight: 500;
}
.coach-recent-view h6,
.category-tag h6,
.recent-view h6,
.people-know h6 {
  font-size: 19px;
  font-family: 'Open Sans';
  line-height: 29px;
  font-weight: 600;
  border-bottom: 2px solid #000;
  padding-bottom: 10px;
}
.recent-blog {
  margin: 15px 0;
  display: flex;
  justify-content: space-between;
  gap: 7px;
}
.recent-blog-text h5 {
  color: #800000;
  font-family: 'Open Sans';
  font-size: 16px;
  font-weight: 600;
}
.recent-blog-text p {
  font-size: 13px;
  line-height: 18px;
  color: #000;
}
.recent-blog-img img {
  max-width: 100px;
  border-radius: 10px;
  height: 75px;
  object-fit: cover;
}
.category-tag span {
  border: 1px solid #800000;
  color: #800000;
  padding: 0px 10px;
  display: inline-block;
  margin: 3px;
  border-radius: 51px;
  font-size: 12px;
  line-height: 22px;
  transition: all 0.4s ease 0s;
  cursor: pointer;
}
.category-tag span:hover{
  background-color: #0E2245;
  border-color: #0E2245;
  color: #fff;
}
section.faq-sec::before,
section.blog-sec::before {
  width: 910px;
  height: 100%;
  top: 0;
  bottom: 0;
}
/* End blog page  */

/* Blog single page  */

section.blog-inner-hero {
  background: url(../images/blog-single.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  height: 600px;
  position: relative;
}
section.blog-inner-hero:before{
  content: "";
  position: absolute;
  background: rgb(14 34 69 / 50%);
  height: 100%;
  width: 100%;
  z-index: 9;
}
.privacy-policy-sec-wrap,
.blog-hero-sec-wrap-inner {
  position: absolute;
  z-index: 99;
  top: 60%;
  left: 5%;
}
.privacy-policy-sec-wrap h1,
.blog-hero-sec-wrap-inner h1 {
  border-bottom: 2px solid #fff;
  padding-bottom: 11px;
}
.date-icon-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.blog-single-content p {
  margin: 10px 0;
  text-align: justify;
}
.blog-single-content h3 {
  font-family: 'Open Sans';
  font-weight: 600;
  font-size: 26px;
  margin: 20px 0;
}
/* End Blog single page  */

/* Privacy Policy section  */
section.privacy-policy-sec{
  background: url(../images/privacy-policy.jpg);
}
section.privacy-policy-sec{
  background-repeat: no-repeat;
  background-size: cover;
  height: 600px;
  position: relative;
}
section.privacy-policy-sec:before {
  content: "";
  position: absolute;
  background: rgb(14 34 69 / 50%);
  height: 100%;
  width: 100%;
  z-index: 9;
}
.policy-content-wrap p {
  max-width: 630px;
}
ul.type-a li{
  list-style-type: lower-latin;
}
ul.greek li{
  list-style-type: upper-roman;
}
.Definitions-wrap ul li,
.single-content-wrap h6 {
  margin: 10px 0;
}
.Definitions-wrap ul.greek li {
  margin-left: 60px;
}


/* End Privacy Policy  */

/* Notice board  */
section.notice-board-sec {
  position: relative;
  overflow: hidden;
  z-index: 9;
}
section.notice-board-sec::before{
    position: absolute;
    content: "";
    background: url(../images/bg-right.svg);
    width: 910px;
    height: 100%;
    top: 0;
    bottom: 0;
    background-size: cover;
    background-position: top center;
    right: 0px;
    z-index: -1;
}
.notice-card {
  background: #fff;
  box-shadow: 0px 5px 7px 0px rgb(0 0 0 / 10%);
  border-radius: 10px;
  margin-bottom: 20px;
}
.notice-card-text{
  padding: 20px;
}
.heading h5 {
  color: #800000;
  font-family: 'Open Sans';
  /* font-weight: 600; */
}
.post-by {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.post-by-text p {
  margin-bottom: 0 !important;
  color: #0E2245;
  font-size: 14px;
}
.notice-footer {
  border-top: 1px solid #800000;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.post-by-right {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}
.notice-card p {
  color: #0E2245;
}
.post-count {
  position: relative;
}
.post-by-name {
  color: #800000 !important;
}
.post-count span {
  position: absolute;
  left: 5px;
  color: #FFF;
  font-weight: 600;
  top: 0;
}
/* End notice board  */

/* Booking form  */
section.navigation.log-in-page {
  background: #0E2245;
}
.update-coach{
  margin-top: 120px;
}
.live-strem-wrap {
  background: #fff;
  box-shadow: 0px 5px 8px 4px rgb(0 0 0 / 10%);
  border-radius: 10px;
}
.live-strem-header {
  display: flex;
  align-items: center;
  padding: 20px;
  gap: 20px;
  border-bottom: 2px solid #eee;
}
.live-strem-body {
  padding: 20px;
}
.live-strem-group {
  display: flex;
  align-items: center;
}
.live-strem-lable{
  width: 40%;
}
.live-strem-input {
  width: 60%;
}
.live-strem-group {
  margin-bottom: 10px;
}

.live-strem-input .select-service{
  background: url(../images/select-dropdown.svg) no-repeat right #EAEAEA;
  background-position-x: 96%;
}
.live-strem-footer {
  border-top: 2px solid #eee;
  padding: 20px;
  display: flex;
  justify-content: end;
}
/* end Booking form  */
/* Book a coach page  */
.coach-book-wrap {
  background: #fff;
  padding: 6px;
  border-radius: 15px;
  margin-bottom: 10px;
  box-shadow: 0px 5px 35px 0px rgba(0, 0, 0, 0.25);
  position: relative;
}
.coach-book-wrap.disable .c_btn.b_btn a {
  opacity: 0.6;
  pointer-events: none;
}
/* .coach-book-wrap.disable::before {
  content: "";
  background: hsl(0deg 100% 25% / 40%);
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 9999;
  position: absolute;
  border-radius: 15px;
} */
.coach-book-img {
  background: #0E2245;
  border-radius: 10px 10px 0 0;
  position: relative;
  text-align: center;
  height: 110px;
}
.coach-book-img img {
  height: 120px;
  width: 120px;
  border-radius: 100px;
  border: 3px solid #B11F24;
  background: #fff;
  padding: 4px;
  position: absolute;
  bottom: -40px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.coach-book-text {
  margin-top: 50px;
  text-align: center;
}
.coach-list-wrap{
  display: grid;
  grid-template-columns: repeat(3 , 1fr);
  gap: 10px;
}
.coach-book-rating ul li {
  display: inline-block;
}
.coach-book-rating ul li i{
  color: #D9D9D9;
}
.coach-book-rating ul li i:hover,
.coach-book-rating ul li.active i{
  color: #FFBC11;
}
.coach-book-text h3 {
  font-family: 'Open Sans';
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
}
.coach-book-text p {
  color: #444444;
  font-size: 15px;
  margin-bottom: 0px !important;
}
.coach-book-text p span {
  color: #000;
  font-weight: 600;
}
.coach-book-service ul li {
  color: #800000;
  border: 1px solid #800000;
  border-radius: 50px;
  display: inline-block;
  padding: 0 8px;
  margin: 2px;
  font-size: 12px;
}
.coach-book-service{
    border-top: 1px solid #eee;
    padding: 10px 0;
}
.coach-book-footer {
  display: flex;
  justify-content: space-evenly;
  margin: 12px 0;
}
/* .coach-book-footer .c_btn a {
  padding: 0 26px;
  height: 37px;
  line-height: 37px;
} */
.coach-right-wrap{
  width: 20%;
}
.coach-left-wrap {
  width: 80%;
}
.coach-list-main {
  padding: 0 40px;
  max-width: 1340px;
  margin: 0 auto;
}
.coach-book-text p.price {
  color: #800000;
  font-weight: 500;
  text-decoration: none !important;
}
.recent-coach-img img {
  height: 80px;
  width: 80px;
  border-radius: 50px;
  border: 2px solid #800000;
  background: #fff;
  padding: 3px;
}
.recent-view-coach {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 10px 0;
}
.coach-book-rating p.name {
  font-weight: 600;
  font-size: 21px;
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

/* faq page  */
.coach-update-tab-wrap,
.faq-left {
  border-radius: 5px;
  background: #FFF;
  box-shadow: 2px 2px 20px 0px rgba(0, 0, 0, 0.18);
  padding: 20px;
}
.faq-left .nav.nav-tabs,
.faq-left ul.nav.nav-tabs{
  border: 0 !important;
}
.faq-left .nav.nav-tabs ul {
  display: block;
  width: 100%;
}
.faq-right .tab-content .tab-pane,
.faq-right .tab-content {
  padding: 0;
}
.faq-left h3 {
  font-size: 18px;
  font-family: 'Open Sans';
  font-weight: 600;
}

.faq-left li.nav-item a.nav-link {
  font-size: 16px;
  border: 0;
  font-weight: 600;
  color: #000 !important;
  padding: 10px 0;
}
.faq-left li.nav-item{
  border-bottom: 1px solid #eee !important;
}
.faq-left li.nav-item:last-child{
  border: 0 !important;
}
.faq-left li.nav-item a.nav-link.active {
  color: #800000  !important;
  border-bottom: 1px solid #eee !important;
}
/* End faq page  */
.center-heading {
  display: flex;
  align-items: center;
  justify-content: center;
}
.center-heading h3{
  padding: 0 10px;
}
.strem-img {
  position: relative;
}
.strem-img img {
  width: 100%;
  object-fit: cover;
  height: 500px;
}
.strem-img::before {
  content: "";
  position: absolute;
  width: 50%;
  height: 100%;
  background: rgb(14 34 69 / 70%);
  top: 0;
  left: 0;
  border-radius: 20px 0px 0px 20px;
}
.strem-img::after {
  content: "";
  position: absolute;
  width: 50%;
  height: 100%;
  background: rgb(128 0 0 / 60%);
  top: 0;
  right: 0;
  border-radius: 0px 20px 20px 0px;
}
.strem-img img {
  border-radius: 20px;
}
.stream-slide a {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9;
}
.stream-slide a svg {
  height: 80px;
  width: 80px;
  cursor: pointer;
}
.login,
.scoreboard,
.ambassador-form,
.stream-popup {
  z-index: 10000;
}

.modal-backdrop.show {
  background: #0E2245;
  opacity: .9;
  z-index: 9999;
  height: 100%;
}
.stream-slide-content {
  position: absolute;
  top: 50%;
  left: 5%;
}
.stream-slider .swiper-button-prev {
  left: inherit;
  right: 14%;
  bottom: inherit;
  top: 14%;
}
.stream-slider .swiper-button-next{
  right: 10%;
  left: auto;
  bottom: auto;
  top: 14%;
}
.upcoming-card {
  border-radius: 10px;
  overflow: hidden;
  background: #FFF;
  box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.12);
  padding: 10px;
  position: relative;
  margin-bottom: 25px;
}
.upcoming-img{
  overflow: hidden;
  position: relative;
}
.upcoming-img img {
  border-radius: 10px;
  height: 220px;
  width: 100%;
  object-fit: cover;
  transform: scale(1);
    transition: all 2s ease 0s;
}
.upcoming-card:hover .upcoming-img img {
  transform: scale(1.2);
}
.upcoming-content p {
  margin-bottom: 0 !important;
  margin-top: 5px;
}
.upcoming-card a.play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
}
.upcoming-card a svg {
  height: 60px;
}
.upcoming-content p {
  color: #000;
}
section.archives_sec {
  padding-bottom: 80px;
}
.icon-input {
  position: relative;
}
.icon-input svg {
  position: absolute;
  right: 3%;
  height: 25px;
  width: 25px;
  top: 22%;
}

.media-card {
  background: #FFF;
  box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.10);
  border-radius: 10px;
  padding: 10px;
  min-height: 540px;
  margin-bottom: 20px;
}
.media-img img {
  border-radius: 10px;
  height: 230px;
  width: 100%;
  object-fit: cover;
}
.media-content {
  padding: 5px;
}
.media-content h4 {
  color: #800000;
  font-family: 'Open Sans';
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 5px;
}
.media-content h6 {
  font-size: 16px;
  line-height: 26px;
  font-family: 'Open Sans';
  font-weight: 700;
}

h3.total-points {
  color: #EDDC92;
  font-size: 22px;
  line-height: 32px;
  margin-bottom: 10px;
}


.left-heading {
  display: flex;
  align-items: baseline;
  /* margin-left: -65px; */
  gap: 10px;
}
.inner-heading-dark {
  color: #0E2245;
  font-family: 'Open Sans';
  font-weight: 700;
  margin: 7px 0;
}
section.our-product {
  background: #0E2245;
  margin-bottom: 70px;
}
.product-wrap {
  margin-bottom: 25px;
}
.product-wrap img {
  height: 210px;
  object-fit: cover;
  width: 100%;
  border-radius: 15px;
}
.product-wrap p {
  color: #E2D188;
  text-align: center;
  margin-top: 15px;
}
.icon-popup-header h6 {
  color: #800000;
  font-size: 18px;
}
.icon-popup-header {
  gap: 1rem;
  justify-content: flex-start;
  cursor: pointer;
}
.point-right p,
.point-left p {
  background: #800000;
  padding: 10px;
  border-radius: 71px;
  color: #E2D188;
  font-weight: 600;
}
.score-wrap,
.total-point {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.score-right p,
.score-left p{
  background: #0E2245;
  padding: 10px;
  border-radius: 71px;
  color: #E2D188;
  font-weight: 600;
}
.score-right p, .point-right p {
  min-width: 80px;
}
.scoreboard-wrap h6 {
  margin: 10px;
}

.from-group{
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.from-group-lable {
  width: 40%;
}
.from-group-input{
  width: 60%;
}
.from-group-input select,
.from-group-input input{
  border-radius: 60px;
  padding: 0 25px;
  background-color: #EAEAEA;
  box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.25)
}
.from-group-input .select-service{
  background: url(../images/select-dropdown.svg) no-repeat right #EAEAEA;
  background-position-x: 635px;
}
.from-group-input textarea{
  padding: 10px 25px;
  background-color: #EAEAEA;
  box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.25) inset;
  border-radius: 10px;
  border: none;
  width: 100%;
}

.from-group-input.two-filed {
  display: flex;
  gap: 15px;
}
.from-group-input.two-filed select.form-select.select-service{
  background-position-x: 295px;
}
.radio-wrap input {
  box-shadow: none;
}
.form-footer {
  border-top: 1px solid #eee;
  padding-top: 15px;
}
.login-after-nav ul {
  display: flex;
  gap: 30px !important;
  align-items: center;
}
.input-group.nav-searchbar input {
  border-radius: 50px !important;
  width: 290px;
  position: relative;
  background: #fff;
  padding-left: 40px;
}
span.input-group-append.search-inside {
  position: absolute;
  z-index: 999;
  top: 8px;
  left: 14px;
}
.navbar-expand-xl .login-after-nav .navbar-nav li.nav-item.dropdown .dropdown-menu {
  position: absolute;
  left: -180px;
  width: 280px;
}
.navbar .navbar-toggler{
  background-color: #fff;
}
.profile-info {
  display: flex;
  align-items: center;
  gap: 15px;
}
.profile-info img {
  height: 40px;
  width: 40px;
  border-radius: 100px;
  object-fit: cover;
}
.name-email p {
  margin: 0 !important;
  font-size: 13px;
  line-height: 20px;
}
.referral-sec {
  background: #FFF;
  box-shadow: 2px 2px 20px 0px rgba(0, 0, 0, 0.18);
  border-radius: 15px;
  padding: 50px;
}
.steap-icon svg {
  height: 50px;
  width: 50px;
}
.steap-icon {
  position: relative;
  display: inline-block;
  background: #0E2245;
  padding: 30px;
  border-radius: 100px;
  margin-bottom: 10px;
}
.icon-steap {
  display: flex;
  justify-content: center;
  gap: 15px;
  max-width: 75%;
  margin: 0 auto;
}
.steap-icon-one::before {
  content: '';
  position: absolute;
  background: url(../images/first-line.svg);
  background-repeat: no-repeat;
  top: 40px;
  left: 121px;
  height: 40px;
  width: 190px;
}
.steap-icon-two::before {
  content: '';
  position: absolute;
  background: url(../images/second-line.svg);
  background-repeat: no-repeat;
  top: 67px;
  left: 113px;
  height: 40px;
  width: 170px;
}
.steap-icon-wrap {
  text-align: center;
}
.steap-content h6 {
  font-family: 'Open Sans';
  font-weight: 600;
  font-size: 19px;
  line-height: 28px;
}
.steap-content p {
  font-size: 14px;
  line-height: 24px;
  margin-top: 10px;
}
.refral-links input,
.bill-details input,
.invite-firend input {
  border-radius: 60px;
  padding: 0 25px;
  background-color: #EAEAEA;
  box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.25);
}
.refral-links .form-group,
.invite-firend .form-group{
  position: relative;
}

.invite-firend span.input-group-append a svg {
  height: 38px;
  width: 38px;
}

.invite-firend span.input-group-append {
  position: absolute;
  right: 4px;
  top: 4px;
}
.refral-links label,
.invite-firend label {
  margin: 8px;
  font-size: 16px;
  color: #444444;
}
.refral-links h6,
.invite-firend h6 {
  font-family: 'Open Sans';
  font-weight: 600;
}
.refral-links span.input-group-append{
  margin-left: -100px;
}
.refral-links span.input-group-append button {
  background: transparent;
  border: none;
  color: #800000;
  font-weight: 600;
  white-space: nowrap;
}
.social-link-refrall ul li {
  display: inline-block;
  margin-left: 5px;
}
.refral-links.mt-3 {
  display: flex;
  align-items: center;
  gap: 5px;
}
.social-link-refrall ul li a svg {
  height: 42px;
  width: 42px;
}
.social-link-refrall {
  margin-top: 58px;
}

.cursor-pointer {
    cursor: pointer;
}
.login-heading {
    display: block;
    width: 100%;
    text-align: center;
}
.login-heading h2 {
    color: #800000;
}
.login-google-btn a {
    border-radius: 60px;
    padding: 0px 30px;
    background-color: #EAEAEA;
    box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.25);
    display: inline-block;
    line-height: 50px;
}
.login-google-btn a img {
    margin-right: 15px;
    height: 30px;
}
.social-conect-btn {
    display: flex;
    align-items: center;
    gap: 40px;
    margin: 0 auto;
    justify-content: center;
}

.login-google-btn a  {
  width: 270px;
  text-align: center;
}

.divider-or span {
    border: 1px solid #eee;
    width: 48%;
    height: 2px;
    display: inline-block;
}
.divider-or {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.login-form-wrap {
    max-width: 650px;
    margin: 0 auto;
}
.login-input input{
   border-radius: 60px;
    padding: 0px 22px;
    background-color: #EAEAEA;
    box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.25);
}
.modal-xl.login {
    --bs-modal-width: 660px;
}
.login-input {
    margin: 30px 0;
}
.login-form a {
    display: block;
    text-align: center;
}
.login-form a:hover {
    background: transparent;
    color: #800000 !important;
    border: 1px solid #800000;
    box-shadow: 0 2px 0px 0 rgb(0 0 0 / 28%);
}
.have-account p a {
    color: #800000;
    font-weight: 600;
    margin-left: 10px;
}
span.input-group-append.password-eye {
    position: absolute;
    top: 8px;
    right: 15px;
    z-index: 999;
}
.tearm-condition label.form-check-label span {
    color: #800000;
}
.certificate-wrap{
  position: relative;
}
.certificate-wrap::after {
    content: "";
    position: absolute;
    top: -8px;
    left: -5px;
    background: #800000;
    width: 80%;
    height: 70%;
    z-index: -1;
}

section.package-sec {
    background: #0E2245;
}
.package-card {
    background: #fff;
    border-radius: 20px;
}
.package-card-head {
    border-bottom: 1px solid #000;
    padding: 25px 0px 10px 25px;
}
.package-card-boady {
    padding: 25px;
}
.plan p {
    color: #800000;
    font-weight: 600;
    margin-bottom: 0 !important;
}
.price-plan h3 {
    color: #0E2245;
}
.price-plan h3 span {
    color: #000;
    font-size: 16px;
    font-family: 'Open Sans';
    font-weight: 600;
}
.package-card-boady p {
    font-weight: 600;
}
.package-card-boady ul li img {
    width: 20px;
    margin-right: 5px;
}
.package-card-boady ul li {
    font-size: 16px;
    margin-bottom: 5px;
}

/*booking form */
.book-wrap {
    background: #800000;
    color: #fff;
    border-radius: 15px;
    padding: 15px;
    min-height: 460px;
}
.calendar-week-day{
    height: 50px;
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    font-weight: 600;
    text-align: center;
}
.month-year {
    display: flex;
    gap: 20px;
    justify-content: center;
    margin-bottom: 20px;
}
.month-year pre {
    font-size: 21px;
    font-weight: 600;
}
.month-year span {
    font-weight: 600;
}

.calendar-days{
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 2px;
    text-align: center;
}

.calendar-day span {
    height: 40px;
    width: 40px;
    border-radius: 100px;
    display: inline-block;
    line-height: 40px;
    margin: 10px 0;
    font-weight: 600;
    cursor: pointer;
}
.calendar-day span.active,
.calendar-day span:hover {
    background: #EDDB91;
    color: #800000;
    transition: 0.5s ease;
}

.select-time p {
    font-weight: 500;
    text-align: center;
}
.time-slot ul {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: center;
}
.time-slot ul li a {
    display: inline-block;
    color: #EDDB91;
    border: 1px solid #EDDB91;
    padding: 9px 23px;
    border-radius: 70px;
    font-size: 16px;
}
.time-slot ul li a:hover {
    background: #EDDB91;
    color: #800000;
    transition: 0.5s ease 0s;
}
.c_btn.b_btn.book-btn {
    margin-top: 5rem;
    text-align: center;
}
.c_btn.b_btn.book-btn a:hover{
  background: #EDDB91;
    color: #800000;
}
.checkout-profile {
    background: #fff;
    box-shadow: 0px 5px 16px 0px rgb(0 0 0 / 10%);
    border-radius: 10px;
    padding: 20px;
}
.checkout-img img {
    height: 100%;
    width: 100%;
    border-radius: 100px;
}
.checkout-img {
    height: 120px;
    width: 120px;
    border-radius: 100px;
    border: 3px solid #B11F24;
    background: #fff;
    padding: 3px;
    margin: 0 auto;
    overflow: hidden;
}
.checkout-book-text h3 {
    font-family: 'Open Sans';
    font-weight: 600;
    text-align: center;
    margin: 10px 0;
}
.checkout-book-service {
    max-width: 520px;
    margin: 0 auto;
    text-align: center;
}
.checkout-book-service ul li {
    color: #800000;
    border: 1px solid #800000;
    border-radius: 50px;
    display: inline-block;
    padding: 5px 14px;
    margin: 5px;
    font-size: 14px;
}
.checkout-date-price {
    background: lch(29 0.01 360 / 0.05);
    padding: 15px 40px;
    border-radius: 10px;
    display: flex;
    align-items: center;
}
.checkout-book {
    padding: 30px 120px;
}
.checkout-date-time {
    flex: 1;
    border-right: 2px solid #d3d3d3;
}

.checkout-price{
  flex: 1;
}
.checkout-price p,
.checkout-date-time p {
    color: #444444;
    font-size: 14px;
    margin-bottom: 0 !important;
    line-height: 24px;
}
.checkout-price p.price,
.checkout-date-time p.date-time {
    color: #000;
    font-size: 18px;
    line-height: 35px;
    font-weight: 500;
}

.bill-details span.input-group-append {
    position: absolute;
    right: 0;
    top: 44%;
}
.bill-details ul,
.bill-details {
    padding: 20px 0;
}
.bill-details label {
    font-weight: 600;
    margin-bottom: 10px;
}
.bill-details ul li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 16px;
    border-bottom: 2px solid #eee;
    padding-bottom: 12px;
}
.bill-details ul li span.title {
    color: #9f9f9f;
    font-weight: 500;
}
.bill-details ul li span.amount {
    color: #000;
    font-weight: 600;
}
.booking-conform {
    background: #0E2245;
    border-radius: 10px;
    padding: 40px;
    text-align: center;
}
.live-strem-header h3 {
    color: #800000;
    font-size: 26px;
}
.coach-update-tab .from-group-input.two-filed select.form-select.select-service {
    background-position-x: 205px;
}
.update-coach-service ul li {
    color: #800000;
    border: 1px solid #800000;
    border-radius: 50px;
    display: inline-block;
    padding: 0px 13px;
    margin: 3px;
    font-size: 11px;
}

.coach-update-tab .live-strem-lable {
    width: 30%;
}
.coach-update-tab .live-strem-input {
    width: 70%;
}
.from-group-input input,
input,
.from-group-input textarea {
    font-size: 14px;
}

.calendar-day span.off-day {
    background: #787878;
}

section.uplode-video {
    margin-top: 120px;
}

.drop-zone {
    max-width: 100%;
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-family: "Quicksand", sans-serif;
    font-weight: 500;
    font-size: 20px;
    cursor: pointer;
    color: #cccccc;
    border: 2px dashed #0E2245;
    border-radius: 10px;
    background: rgb(14 34 69 / 10%);
}
.drop-zone--over {
  border-style: solid;
}
span.drop-zone__prompt h3{
   font-family: 'Open Sans';
    color: #0E2245;
    font-weight: 600;
}
span.drop-zone__prompt {
    font-family: 'Open Sans';
    color: #0E2245;
}
span.drop-zone__prompt p{
  font-size: 14px;
}
.drop-zone__input {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}
.drop-zone__thumb {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
  background-color: #cccccc;
  background-size: cover;
  position: relative;
}

.drop-zone__thumb::after {
  content: attr(data-label);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 5px 0;
  color: #ffffff;
  background: rgba(0, 0, 0, 0.75);
  font-size: 14px;
  text-align: center;
}
.main_hero_sec_profile{
    position: relative;
    background-image: url(../images/right-bg.png);
/*    background: url(../images/right-bg.png);*/
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: screen;
    background-position: center;
    padding: 160px 0px 80px 0;
}

.inner-bg-img-sec {
    background: url(../images/blog-single.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.inner-bg-img-sec::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgb(14 34 69 / 80%);
}
.profile-edit {
    position: absolute;
    bottom: 10px;
    left: 10px;
    height: 40px;
    width: 40px;
}

.feed-bg {
    border-radius: 5px;
    background: #FFF;
    box-shadow: 2px 2px 20px 0px rgba(0, 0, 0, 0.18);
    margin-bottom: 10px;
    padding: 20px;
}
.create-profie-img {
    height: 50px;
    width: 50px;
    border-radius: 120px;
}
.create-profie-img img {
    height: 100%;
    width: 100%;
}
.create-profie-top {
    display: flex;
    align-items: center;
    gap: 25px;
}

.create-profie-top .live-strem-input {
    width: 80%;
}
.create-profie-bottom ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.create-profie-bottom ul li a {
    color: #6c6c6c;
    display: flex;
    align-items: center;
}
.create-profie-bottom ul li a img {
    margin-right: 5px;
    height: 30px;
}
.create-profie-bottom select.form-select {
    border: none !important;
    color: #6c6c6c;
    background: url(../images/select-dropdown.svg) no-repeat right;
    background-position-x: 88px;
}
::placeholder{
  color: #6c6c6c !important;
}

.feed_tab ul.nav.nav-tabs {
    border: 0;
    border-radius: 5px;
    background: #FFF;
    box-shadow: 2px 2px 20px 0px rgba(0, 0, 0, 0.18);
    margin-bottom: 10px;
    padding: 10px 20px 0 20px;
    display: flex;
    justify-content: space-between;
}
.feed_tab ul.nav.nav-tabs li.nav-item a{
    color: #6c6c6c;
   background: transparent !important;
    color: #000;
    border: 0;

}
.feed_tab ul.nav.nav-tabs li.nav-item a.nav-link:focus,
.feed_tab ul.nav.nav-tabs li.nav-item a.nav-link:hover{
  border: 0;
}

.feed_tab ul.nav.nav-tabs li.nav-item a.nav-link.active {
    color: #800000;
    border: 0;
    border-bottom: 2px solid #800000 !important;
}

.feed_tab .tab-content {
    border: 0;
    border-radius: 5px;
    background: #FFF;
    box-shadow: 2px 2px 20px 0px rgba(0, 0, 0, 0.18);
    margin-bottom: 10px;
    padding: 10px 20px 0 20px;
}

.organizers-wrap {
    display: flex;
    align-items: center;
    gap: 20px;
    border-bottom: 2px solid #eee;
    padding: 10px 0;
}
.organizers-wrap p {
    margin-bottom: 0 !important;
    font-weight: 600;
}
.accordion-body .organizers-wrap:last-child {
    border: 0 !important;
}
section.booking-all {
margin-top: 120px;
}
.booking-all-wrap {
    background: #fff;
    box-shadow: 0px 5px 8px 4px rgb(0 0 0 / 10%);
    border-radius: 10px;
}
.booking-header {
    background: #0E2245;
    padding: 30px 0;
    border-radius: 10px 10px 0px 0px;
}
.booking-header h3 {
    color: #fff;
    margin-left: 30px;
    font-size: 22px;
}
.booking-body {
    padding: 20px 40px;
}

.filter-head {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    align-items: center;
        margin-bottom: 40px;
}
.booking-card {
    background: #fff;
    box-shadow: 0px 5px 8px 4px rgb(0 0 0 / 10%);
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 30px;
}
.booking-date-status {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.booking-status a {
    background: #EDDC92;
    display: inline-block;
    padding: 5px 20px;
    border-radius: 30px;
    color: #0E2245;
    font-weight: 600;
}
.booking-profile {
    display: flex;
    gap: 15px;
    margin-top: 10px;
}
.booking-content h5 {
    font-family: 'Open Sans';
    font-weight: 600;
}
.booking-content p.session {
    color: #444444b8;
    font-weight: 400;
    font-size: 14px;
    margin-bottom: 0 !important;
}
.booking-content p {
    font-weight: 600;
    margin-bottom: 0 !important;
}
.booking-btn {
    display: flex;
    gap: 10px;
    margin-top: 20px;
}


/*Dashboard */
section.dashboard {
    margin-top: 105px;
}
.dashboard-menu {
  background: #fff;
  height: 100%;
  padding: 20px;
}
body.dashboard-bg {
    background: #EEEEEE;
}
.dashboard-menu .nav.nav-tabs ul.nav.nav-tabs li {
  display: block;
  width: 100%;
  margin: 7px 0;
}
.dashboard-menu .nav.nav-tabs ul.nav li a {
  background: #EEEEEE;
  display: block;
  border: 0;
  border-radius: 8px;
  padding: 10px;
  color: #726f6f;
  font-weight: 500;
}

.dashboard-menu .nav.nav-tabs ul.nav li a.nav-link.active {
  background: #0E2245;
  color: #fff;
}
.dashboard-menu .nav.nav-tabs ul.nav li a img {
  height: 35px;
  width: 35px;
}
.total-result-wrap {
  background: #800000;
  border-radius: 9px;
  text-align: center;
  padding: 15px;
}
.total-result-wrap p {
  margin-bottom: 5px !important;
  color: #E2D188;
  font-weight: 600;
}
.c_btn.b_btn a svg {
  width: 17px;
  height: 25px;
}
.c_btn.b_btn a:hover svg {
  filter: invert(1);
}

.footer-btn {
  display: flex;
  gap: 10px;
}
.footer-btn {
  display: flex;
  gap: 10px;
  text-align: center;
  justify-content: center;
  margin: 20px 0;
}
.dashboard-body .tab-content .tab-pane {
  padding: 20px 0;
}
.dashboard-heading {
  color: #252525;
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
}
.session-wrap,
.manage-academy {
  background: #fff;
  box-shadow: 0px 5px 8px 4px rgb(0 0 0 / 10%);
  border-radius: 10px;
  padding: 25px;
}
.form-group.mobile-cusotme {
  display: flex;
  gap: 5px;
}
.mobile-cusotme select.form-select {
  border-radius: 60px;
  padding: 0 25px;
  background-color: #EAEAEA;
  box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.25);
}
.mobile-cusotme select.form-select {
  background: url(../images/select-dropdown.svg) no-repeat right #EAEAEA;
  background-position-x: 88px;
  width: 30%;
}

.check-box label {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 5px;
  margin-left: 10px;
}
.check-box .check-wrap {
  display: flex;
  gap: 30px;
  align-items: center;
  margin-left: 10px;
}
.check-wrap .form-check input {
  font-size: 17px;
}
.social-links-wrap label,
.academy-timeslot label {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 5px;
}
.academy-timeslot label span {
  color: #746f6f;
  margin-left: 5px;
}
.academy-timeslot ul {
  display: flex;
  flex-wrap: wrap;
  max-width: 650px;
}
.academy-timeslot ul li a {
  background: #800000;
  color: #fff;
  padding: 8px 25px;
  border-radius: 100px;
  display: inline-block;
  margin: 5px;
}
.header-coach {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.dashboard-heading span {
  color: #800000;
}
.attendance {
  background: #fff;
  box-shadow: 0px 5px 8px 4px rgb(0 0 0 / 10%);
  border-radius: 10px;
  padding: 25px 0;
  margin: 10px 0;
}
.attendance table thead tr {
  background: #0E2245;
  color: #fff;
}
.attendance-img {
  height: 40px;
  width: 40px;
}

.present {
  display: inline-block;
  background: #800000;
  color: #fff;
  padding: 5px 25px;
  border-radius: 40px;
}
.absent{
  display: inline-block;
  background: #0E2245;
  color: #fff;
  padding: 5px 25px;
  border-radius: 40px;
}

.select-date input {
  border: none;
  color: #0E2245;
  font-weight: 700;
  font-size: 19px;
}
.attendance-fill {
  background: #80000014;
  border-radius: 10px;
  padding: 10px;
}
.manage-attendance-select {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px;
}
.attendance-left p {
  color: #0E2245;
  font-weight: 700;
  margin-bottom: 0 !important;
}
select.form-select.attendance-select {
  border: none !important;
  color: #0E2245;
}

.attendance.view-attendance table thead tr td:nth-child(1) {
  min-width: 550px;

}
.total-present p {
  background: #800000;
  padding: 10px;
  border-radius: 71px;
  color: #E2D188;
  font-weight: 600;
  text-align: center;
}
.total-absent p{
  background: #0E2245;
  padding: 10px;
  border-radius: 71px;
  color: #E2D188;
  font-weight: 600;
  text-align: center;
}

.attendance-date p {
  color: #0E2245;
  font-weight: 600;
}
.attendance.view-attendance {
  padding: 0 !important;
}

.traning-tips-wrap {
  background: #fff;
  box-shadow: 0px 5px 8px 4px rgb(0 0 0 / 10%);
  border-radius: 10px;
  padding: 25px;
}
.traning-tip-head {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: end;
}
.header-tips {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
}
.tips-name p {
  font-size: 22px;
  line-height: 32px;
  font-weight: 600;
  color: #800000;
}
.subject ul li {
  display: inline-block;
  background: #800000;
  color: #fff;
  font-size: 16px;
  padding: 5px 35px;
  border-radius: 60px;
  font-weight: 600;
}
.subject {
  text-align: center;
  padding-top: 10px;
}
.like-watch ul {
  display: flex;
  gap: 10px;
  justify-content: center;
  padding: 15px 0;
}
.like-watch ul li div {
  padding: 10px 25px;
  border-radius: 50px;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 10px;
}
.like-watch ul li img{
  width: 18px;
}

.like {
  background: #800000;
  color: #fff;
}
.unlike {
  background: #0E2245;
  color: #fff;
}
.views {
  background: #E2D188;
  color: #0E2245;
}
.traning-description {
  padding: 20px;
}
.traning-description h5 {
  font-family: 'Open Sans';
  font-weight: 700;
  font-size: 22px;
  margin-bottom: 10px;
}
.form-group select.form-select {
  border-radius: 60px;
  padding: 0 25px;
  background-color: #EAEAEA;
  box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.25);
  background: url(../images/select-dropdown.svg) no-repeat right #EAEAEA;
  background-position-x: 96%;
}
.uplode-btn label {
  display: inline-block;
  position: relative;
  padding: 10px 25px;
  background-color: #0E2245;
  border-radius: 5px;
  color: #fff;
  cursor: pointer;
}
.uplode-btn input{
position: absolute;
top: 0;
left: 0;
height: 100%;
width: 100%;
}
input[type="file"] {
  display: none;
}
.duration {
  font-size: 22px;
  line-height: 32px;
  font-weight: 500;
}

/* Coach Dashboard  */

.booking-history {
  margin-top: 20px;
}
.booking-history .header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
}
.modal-body.scoreboard-count.traingTips .form-group select.form-select {
  background-position-x: 515px;
}
.booking-history .header .dashboard-heading {
  color: #800000;
}
.booking-history-studant p {
  color: #0E2245;
  font-weight: 600;
}
.booking-studant .coach-book-wrap {
  margin-bottom: 30px;
  position: relative;
}
.booking-status span.cancle{
  position: absolute;
  top: 6px;
  right: 5px;
  color: #ffff;
  background: #E72E25;
  border-radius: 60px;
  padding: 0 15px;
}
.booking-status span.conform{
  position: absolute;
  top: 6px;
  right: 5px;
  color: #ffff;
  background: #018A27;
  border-radius: 60px;
  padding: 0 15px;
}
section.previous-session {
  background: #0E2245;
}

.session-report {
  background: #fff;
  border-radius: 10px;
  text-align: center;
}
.session-report table.table thead tr th {
  border-bottom: 1px solid #0E2245;
  color: #0E2245;
}
.session-report table.table tbody tr td{
  color: #0E2245;
}

.session-card{
    background: #fff;
    box-shadow: 0px 5px 8px 4px rgb(0 0 0 / 10%);
    border-radius: 10px;
}
.session-card-header {
  background: #0E2245;
  color: #fff;
  text-align: center;
  padding: 10px;
  border-radius: 10px 10px 0 0;
  font-size: 20px;
  font-weight: 600;
  line-height: 32px;
}
.session-card-header p {
  margin-bottom: 0 !important;
}
.session-date-time {
  display: flex;
  justify-content: space-between;
  padding: 15px 0;
}
.session-time,
.session-date {
  text-align: center;
  width: 50%;
}
.session-time p.icon-heading,
.session-date p.icon-heading {
  display: flex;
  align-items: center;
  gap: 8px;
  justify-content: center;
  color: #800000;
}
.session-date p,.session-time p {
  font-weight: 600;
}
.session-date {
  border-right: 1px solid #dbdbdb;
}
.session-duration {
  text-align: center;
  font-weight: 600;
  color: #800000;
  padding-bottom: 30px;
}
.session-duration h6 {
  font-family: 'Open Sans';
  font-weight: 600;
  font-size: 22px;
  line-height: 32px;
}
.session-wrap {
  min-height: 640px;
}
.net-count span {
  position: absolute;
  background: #800000;
  color: #fff;
  padding: 0px 15px;
  border-radius: 40px;
  top: 10px;
  left: 10px;
  font-weight: 400;
}
.net{
  border: 2px solid #fff;
}
.live-strem-input.date-of-birth {
  display: flex;
  gap: 10px;
}

/* otp  */
.otp{
  justify-content: center;
  display: flex;
  gap: 14px;
}
.otp-verify .title{
  font-weight:600;
  margin-top:20px;
  font-size:24px
}

.otp-verify .customBtn{
  border-radius:0px;
  padding:10px;
}

.otp-verify form input{
  display:inline-block;
  width:50px;
  height:50px;
  text-align:center;
}

.two_main_bg.home-about img {
  width: 460px;
  margin-top: 4px;
}
.blog_slide a {
  color: inherit;
}
section.home_blog .heading h5 {
  color: #fff;
  font-weight: 600;
}

.media-content p {
  color: #000;
}

#center-text {
  display: flex;
  flex: 1;
  flex-direction:column;
  justify-content: center;
  align-items: center;
  height:100%;

}
.btn#my-btn {
     background: white;
    padding-top: 13px;
    padding-bottom: 12px;
    border-radius: 45px;
    padding-right: 40px;
    padding-left: 40px;
    color: #5865C3;
}
#chat-overlay {
    background: rgba(255,255,255,0.1);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    display: none;
}


.chat-box {
  display:none;
  background: #efefef;
  position:fixed;
  right:30px;
  bottom:10px;
  width:350px;
  max-width: 85vw;
  max-height:475px;
  border-radius:5px;
/*   box-shadow: 0px 5px 35px 9px #464a92; */
  box-shadow: 0px 5px 35px 9px #ccc;
}
.chat-box-toggle {
  float:right;
  margin-right:15px;
  cursor:pointer;
}
.chat-box-header {
  background: #0E2245;
  height:70px;
  border-top-left-radius:5px;
  border-top-right-radius:5px;
  color:white;
  text-align:center;
  font-size:20px;
  padding-top:17px;
}
.chat-box-body {
  position: relative;
  height:360px;
  /* height:auto; */
  border:1px solid #ccc;
  overflow: hidden;
}
.chat-box-body:after {
  content: "";
  background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAwIiBoZWlnaHQ9IjIwMCIgdmlld0JveD0iMCAwIDIwMCAyMDAiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTAgOCkiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+PGNpcmNsZSBzdHJva2U9IiMwMDAiIHN0cm9rZS13aWR0aD0iMS4yNSIgY3g9IjE3NiIgY3k9IjEyIiByPSI0Ii8+PHBhdGggZD0iTTIwLjUuNWwyMyAxMW0tMjkgODRsLTMuNzkgMTAuMzc3TTI3LjAzNyAxMzEuNGw1Ljg5OCAyLjIwMy0zLjQ2IDUuOTQ3IDYuMDcyIDIuMzkyLTMuOTMzIDUuNzU4bTEyOC43MzMgMzUuMzdsLjY5My05LjMxNiAxMC4yOTIuMDUyLjQxNi05LjIyMiA5LjI3NC4zMzJNLjUgNDguNXM2LjEzMSA2LjQxMyA2Ljg0NyAxNC44MDVjLjcxNSA4LjM5My0yLjUyIDE0LjgwNi0yLjUyIDE0LjgwNk0xMjQuNTU1IDkwcy03LjQ0NCAwLTEzLjY3IDYuMTkyYy02LjIyNyA2LjE5Mi00LjgzOCAxMi4wMTItNC44MzggMTIuMDEybTIuMjQgNjguNjI2cy00LjAyNi05LjAyNS0xOC4xNDUtOS4wMjUtMTguMTQ1IDUuNy0xOC4xNDUgNS43IiBzdHJva2U9IiMwMDAiIHN0cm9rZS13aWR0aD0iMS4yNSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIi8+PHBhdGggZD0iTTg1LjcxNiAzNi4xNDZsNS4yNDMtOS41MjFoMTEuMDkzbDUuNDE2IDkuNTIxLTUuNDEgOS4xODVIOTAuOTUzbC01LjIzNy05LjE4NXptNjMuOTA5IDE1LjQ3OWgxMC43NXYxMC43NWgtMTAuNzV6IiBzdHJva2U9IiMwMDAiIHN0cm9rZS13aWR0aD0iMS4yNSIvPjxjaXJjbGUgZmlsbD0iIzAwMCIgY3g9IjcxLjUiIGN5PSI3LjUiIHI9IjEuNSIvPjxjaXJjbGUgZmlsbD0iIzAwMCIgY3g9IjE3MC41IiBjeT0iOTUuNSIgcj0iMS41Ii8+PGNpcmNsZSBmaWxsPSIjMDAwIiBjeD0iODEuNSIgY3k9IjEzNC41IiByPSIxLjUiLz48Y2lyY2xlIGZpbGw9IiMwMDAiIGN4PSIxMy41IiBjeT0iMjMuNSIgcj0iMS41Ii8+PHBhdGggZmlsbD0iIzAwMCIgZD0iTTkzIDcxaDN2M2gtM3ptMzMgODRoM3YzaC0zem0tODUgMThoM3YzaC0zeiIvPjxwYXRoIGQ9Ik0zOS4zODQgNTEuMTIybDUuNzU4LTQuNDU0IDYuNDUzIDQuMjA1LTIuMjk0IDcuMzYzaC03Ljc5bC0yLjEyNy03LjExNHpNMTMwLjE5NSA0LjAzbDEzLjgzIDUuMDYyLTEwLjA5IDcuMDQ4LTMuNzQtMTIuMTF6bS04MyA5NWwxNC44MyA1LjQyOS0xMC44MiA3LjU1Ny00LjAxLTEyLjk4N3pNNS4yMTMgMTYxLjQ5NWwxMS4zMjggMjAuODk3TDIuMjY1IDE4MGwyLjk0OC0xOC41MDV6IiBzdHJva2U9IiMwMDAiIHN0cm9rZS13aWR0aD0iMS4yNSIvPjxwYXRoIGQ9Ik0xNDkuMDUgMTI3LjQ2OHMtLjUxIDIuMTgzLjk5NSAzLjM2NmMxLjU2IDEuMjI2IDguNjQyLTEuODk1IDMuOTY3LTcuNzg1LTIuMzY3LTIuNDc3LTYuNS0zLjIyNi05LjMzIDAtNS4yMDggNS45MzYgMCAxNy41MSAxMS42MSAxMy43MyAxMi40NTgtNi4yNTcgNS42MzMtMjEuNjU2LTUuMDczLTIyLjY1NC02LjYwMi0uNjA2LTE0LjA0MyAxLjc1Ni0xNi4xNTcgMTAuMjY4LTEuNzE4IDYuOTIgMS41ODQgMTcuMzg3IDEyLjQ1IDIwLjQ3NiAxMC44NjYgMy4wOSAxOS4zMzEtNC4zMSAxOS4zMzEtNC4zMSIgc3Ryb2tlPSIjMDAwIiBzdHJva2Utd2lkdGg9IjEuMjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIvPjwvZz48L3N2Zz4=');
  opacity: 0.1;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height:100%;
  position: absolute;
  z-index: -1;
}
#chat-input {
  background: #f4f7f9;
  width:100%;
  position:relative;
  height:47px;
  padding-top:10px;
  padding-right:50px;
  padding-bottom:10px;
  padding-left:15px;
  border:none;
  resize:none;
  outline:none;
  border:1px solid #ccc;
  color:#888;
  border-top:none;
  border-bottom-right-radius:5px;
  border-bottom-left-radius:5px;
  overflow:hidden;
}
.chat-input > form {
    margin-bottom: 0;
}
#chat-input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #ccc;
}
#chat-input::-moz-placeholder { /* Firefox 19+ */
  color: #ccc;
}
#chat-input:-ms-input-placeholder { /* IE 10+ */
  color: #ccc;
}
#chat-input:-moz-placeholder { /* Firefox 18- */
  color: #ccc;
}
.chat-submit {
  position:absolute;
  bottom:3px;
  right:10px;
  background: transparent;
  box-shadow:none;
  border:none;
  border-radius:50%;
  color:#5A5EB9;
  width:35px;
  height:35px;
}
.chat-logs {
  padding:15px;
  height:370px;
  overflow-y:scroll;
}

.chat-logs::-webkit-scrollbar-track
{
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
  background-color: #F5F5F5;
}

.chat-logs::-webkit-scrollbar
{
  width: 5px;
  background-color: #F5F5F5;
}

.chat-logs::-webkit-scrollbar-thumb
{
  background-color: #5A5EB9;
}
.content-hidden{
  display: none;
}


@media only screen and (max-width: 500px) {
   .chat-logs {
        height:40vh;
    }
}

.chat-msg.user > .msg-avatar img {
  width:45px;
  height:45px;
  border-radius:50%;
  float:left;
  width:15%;
}
.chat-msg.self > .msg-avatar img {
  width:45px;
  height:45px;
  border-radius:50%;
  float:right;
  width:15%;
}
.cm-msg-text {
  background:white;
  padding:10px 15px 10px 15px;
  color:#666;
  max-width:75%;
  float:left;
  margin-left:10px;
  position:relative;
  margin-bottom:20px;
  border-radius:30px;
}
.chat-msg {
  clear:both;
}
.chat-msg.self > .cm-msg-text {
  float:right;
  margin-right:10px;
  background: #5A5EB9;
  color:white;
}
.cm-msg-button>ul>li {
  list-style:none;
  float:left;
  width:50%;
}
.cm-msg-button {
    clear: both;
    margin-bottom: 70px;
}

.dropdown-menu.fliter {
  left: -140px;
  top: 45px;
  min-width: 270px;
}
.dropdown-menu.fliter .dropdown-item:hover {
  background: none;
}
.cursor-pointer{
  cursor: pointer;
}


/* step from */
#heading {
  text-transform: uppercase;
  color: #800000;
  font-weight: normal
}

#msform {
  position: relative;
  margin-top: 20px
}

#msform fieldset {
  background: white;
  border: 0 none;
  border-radius: 0.5rem;
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding-bottom: 20px;
  position: relative
}

.form-card {
  text-align: left
}

#msform fieldset:not(:first-of-type) {
  display: none
}

#msform .action-button {
  width: 100px;
  background: #800000;
  font-weight: bold;
  color: white;
  border: 0 none;
  border-radius: 0px;
  cursor: pointer;
  padding: 10px 5px;
  margin: 10px 0px 10px 5px;
  float: right
}

#msform .action-button:hover,
#msform .action-button:focus {
  background-color: #800000
}

#msform .action-button-previous {
  width: 100px;
  background: #616161;
  font-weight: bold;
  color: white;
  border: 0 none;
  border-radius: 0px;
  cursor: pointer;
  padding: 10px 5px;
  margin: 10px 5px 10px 0px;
  float: right
}

#msform .action-button-previous:hover,
#msform .action-button-previous:focus {
  background-color: #000000
}

.card {
  z-index: 0;
  border: none;
  position: relative
}

.fs-title {
  font-size: 25px;
  color: #800000;
  margin-bottom: 15px;
  font-weight: normal;
  text-align: left
}

.purple-text {
  color: #800000;
  font-weight: normal
}

.steps {
  font-size: 25px;
  color: gray;
  margin-bottom: 10px;
  font-weight: normal;
  text-align: right
}

.fieldlabels {
  color: gray;
  text-align: left
}

body.video-single section.navigation {
  background: #0E2245;
}
.refer-img img {
  max-width: 100%;
  width: 100%;
}
.refer-box {
  border: 1px solid #000;
  padding: 30px;
  border-radius: 4px;
  word-wrap: break-word;
}
.side-menu-wrap {
  background: #fff;
  height: 100%;
  padding: 20px;
  /* position: fixed;
  width: 23%; */
}
.side-menu-wrap ul li {
  display: block;
  width: 100%;
  margin: 7px 0;
}
.side-menu-wrap ul li a {
  background: #0E2245;
  color: #fff;
  background: #EEEEEE;
  display: block;
  border: 0;
  border-radius: 8px;
  padding: 10px;
  color: #726f6f;
  font-weight: 500;
}
.side-menu-wrap ul li a.active, .side-menu-wrap ul li:hover a {
  background: #0E2245;
  color: #fff;
}
.know-people img {
  height: 50px;
  width: 50px;
  border-radius: 50px;
  border: 2px solid #800000;
  background: #fff;
  padding: 3px;
}
.know-people p.name {
  font-weight: 500;
  margin: 0 !important;
}
.side-menu-right {
  background: #fff;
  height: 100vh;
  padding: 20px 0;
  overflow-y: auto;
}
.epavilian-sidebar.siderbar-fix {
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
  transition: all 300ms ease 0s;
}
.profile-details {
  width: 40%;
  object-fit: cover;
}
.modal-body.scoreboard-count.feedback-form .small p {
  color: #0E2245;
  font-weight: 600;
  margin: 0 !important;
}
.modal-body.feedback-form label {
  display: inline-block;
    width: 40px;
    padding: 10px;
    background: #D9D9D9;
    transition: all 0.3s;
    border-radius: 60%;
    height: 40px;
    line-height: 20px;
    font-size: 19px;
    text-align: center;
    color: #800000;
}

.modal-body.feedback-form input[type="radio"] {
  display: none;
}

.modal-body.feedback-form input[type="radio"]:checked + label {
  background: #800000;
    color: #fff;
}
.container.camera-bitton ul li a {
  display: inline-block;
  background: #800000;
  color: #fff;
  font-size: 16px;
  padding: 10px 35px;
  border-radius: 60px;
  font-weight: 600;
}
.container.camera-bitton ul li a.nav-link.active {
  background: #0E2245;
  color: #fff;
}
.container.camera-bitton ul li {
  margin: 0 10px;
}
.container.camera-bitton ul.nav.nav-tabs {
  justify-content: center;
  border: 0;
  margin-bottom: 20px;
}
.coach-book-text p.price span {
  display: block;
}
.coach-book-text .price .discount {
  color: #800000;
    font-weight: 500;
  text-decoration: line-through;
}
.academy_list_sec  a:has(.media-card){
  height: 100%;
  display: flex;
}

/* added by developers */


.form-control:focus {
  border-color: #800000 !important;
  box-shadow: inset 0 0.5px 0.5px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 0, 0, 0.6) !important ;
}
.input-error {
    margin-top: -20px !important;
    margin-left: 10px;
    margin-right: 10px;
}

input:valid {
  border-color: #ddffdd;
}

.setting-privacy-form .live-strem-lable{
  width: 40%;
}
.setting-privacy-form .live-strem-input{
  width: 60%;
}
.help-block {
    font-size: 12px;
    margin-left: 10px;
    line-height: 1.7;
    display: flex;
}

.c_btn .btn-submit {

  display: inline-block;
  height: 45px;
  line-height: 45px;
  border-radius: 50px;
  transition: all 0.4s ease 0s;
  padding: 0 25px;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  text-wrap: nowrap;
}
.main-color{
  background: #800000;
  color: #fff !important;
}

.btn-submit:hover {
  background: #1b252c;
  color: #fff !important;
}


.booking-img img {
  width: 120px;
  border-radius: 50px;

}
.b{
  font-size: 12px;
  cursor: pointer;
  border-radius: 50px;
  display: inline-block;
  padding: 0 8px;
  margin: 2px;
}
.btn-default{
    color: #800000;
    border: 1px solid #800000;
}
.btn-cric {
    color: #ffffff;
    background-color: #800000;
    border-color: #800000;
}
span.required {
  color:#e64b19
}
.mobile-nav-menu{
  display: none;
}

/* Error messages */

.reg-error-msg {
    display: block;
    font-size: 14px;
    text-align: center;
    font-weight: 800;
}

#name_status1,
#email_status,
#password_status,
#confirmpassword_status,
.reg-error-msg {
  color: #800000;
  font-weight: 800;
}

.errMsg {
  color: #800000;
  font-size: 12px;
  font-weight: 800;
  margin-left: 10px;
}

