@charset "utf-8";

/* CSS Dcouments */

@import url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css);
@import url("https://fonts.googleapis.com/css?family=Oswald:400,500,600,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap");

@font-face {
  font-family: "Univers LT Std";
  src: url("../fonts/UniversLTStd-XBlackExObl.eot");
  src: url("../fonts/UniversLTStd-XBlackExObl.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/UniversLTStd-XBlackExObl.woff2") format("woff2"),
    url("../fonts/UniversLTStd-XBlackExObl.woff") format("woff"),
    url("../fonts/UniversLTStd-XBlackExObl.ttf") format("truetype"),
    url("../fonts/UniversLTStd-XBlackExObl.svg#UniversLTStd-XBlackExObl")
      format("svg");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Swis721 BT";
  src: url("../fonts/Swiss721BT-Roman.eot");
  src: url("../fonts/Swiss721BT-Roman.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Swiss721BT-Roman.woff2") format("woff2"),
    url("../fonts/Swiss721BT-Roman.woff") format("woff"),
    url("../fonts/Swiss721BT-Roman.ttf") format("truetype"),
    url("../fonts/Swiss721BT-Roman.svg#Swiss721BT-Roman") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Univers LT Std 63 Bold Extended Oblique";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/UniversLTStd-BoldExObl.woff") format("woff");
}

@font-face {
  font-family: "Verdana";
  src: url("../fonts/Verdana.eot");
  src: url("../fonts/Verdana.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Verdana.woff2") format("woff2"),
    url("../fonts/Verdana.woff") format("woff"),
    url("../fonts/Verdana.ttf") format("truetype"),
    url("../fonts/Verdana.svg#Verdana") format("svg");
  font-weight: normal;
  font-style: normal;
}

/*************** CUSTOM FONTS USED IN WEBSITE
font-family: "DM Sans", sans-serif;
********************************************/

*,
*:after,
*:before {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  text-decoration: none;
  outline: 0;
}

body {
  font-family: Verdana !important;
  font-size: 14px;
  background: #fff;
  overflow-x: hidden;
}

::-webkit-input-placeholder {
  color: inherit;
  opacity: 1;
}

::-moz-placeholder {
  color: inherit;
  opacity: 1;
}

:-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}

:-moz-placeholder {
  color: inherit;
  opacity: 1;
}

a {
  color: inherit;
  text-decoration: none !important;
}

h1,
h2,
h3,
h4,
h5 {
  font-family: "Oswald", sans-serif;
  font-weight: normal;
}

h1 {
  font-size: 37px;
}

ul {
  list-style-position: inside;
}

p,
span {
  font-family: "Verdana";
}

.container {
  max-width: 1200px;
  margin: auto;
  width: 100%;
  padding: 0 15px;
  min-width: 88%;
}

table {
  table-layout: fixed;
}

div.modal {
  z-index: 999999;
}

.inner_loder {
  visibility: hidden;
  font-size: 20px;
  color: #e3342f;
}

.inner_loder.active {
  visibility: visible;
}

.modal .modal-dialog {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin: 0 auto;
}

/***********************************************************************************/

/************************** CUSTOM CSS FOR NEW HEADER STARTS HERE *******************/

.siteHeader {
  background: #0f0f0f;
  position: relative;
}

.header-inner-wrap {
  padding: 20px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.siteLogo,
.header-user_links {
  width: 23%;
}

.siteLogo a {
  display: block;
  width: 150px;
}

.siteLogo a img {
  width: 100%;
  max-width: 100%;
  display: block;
}

.header-inner-wrap .siteNavigation {
  display: block;
  max-width: 54%;
}

.header-inner-wrap .siteNavigation nav {
  height: 80px;
  background: transparent;
}

.header-inner-wrap .siteNavigation nav ul {
  width: 100%;
  height: 100%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.header-inner-wrap .siteNavigation nav ul li a {
  font-size: 22px;
  font-weight: 600;
  line-height: 26px;
  font-family: "DM Sans", sans-serif;
  padding: 0px 15px 0px 15px;
  color: #ffffff;
  transition: all 0.4s ease;
  text-transform: none;
  letter-spacing: normal;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
  outline: 0;
  position: relative;
}

.header-inner-wrap .siteNavigation nav ul li.has-submenu a:after {
  content: "\e259";
  font-style: normal;
  font-weight: 400;
  font-family: "Glyphicons Halflings";
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  margin-left: 15px;
}

.header-inner-wrap .siteNavigation nav ul li a:hover {
  color: #db2e34;
}

.header-inner-wrap .siteNavigation nav > ul > li > .subMenu {
  top: 80px;
}

.header-inner-wrap .siteNavigation nav > ul > li .subMenu {
  min-width: 220px;
  background: #db2e34;
  float: left;
  height: auto;
  width: auto;
  border: 0;
  margin: 0;
  padding: 0;
}

.header-inner-wrap .siteNavigation nav > ul > li > .subMenu > li a {
  font-family: "DM Sans", Sans-serif;
  font-size: 16px !important;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: 0px;
  padding: 12px !important;
  color: #fff;
  justify-content: space-between;
}

.header-inner-wrap .siteNavigation nav > ul > li > .subMenu > li a:hover {
  background: #f6d600;
  color: #000;
}

.header-inner-wrap .header-user_links ul {
  list-style: none;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-size: 0;
}

.header-inner-wrap .header-user_links ul li {
  display: inline-flex;
  margin-left: 16px;
}

.header-inner-wrap .header-user_links ul li:first-child {
  margin: 0;
}

.header-inner-wrap .header-user_links ul li a {
  font-family: "DM Sans", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 30px;
  background: transparent;
  border: 1px solid #fff;
  padding: 10px 27px 10px 27px;
  text-decoration: none;
  color: #fff;
  border-radius: 5px 5px 5px 5px;
  text-align: center;
  transition: all 0.3s;
  text-transform: capitalize;
}

.header-inner-wrap .header-user_links ul li:last-child a {
  background: #ffd600;
  border-color: #ffd600;
  color: #000;
}

.menu_toggle a {
  display: block;
  padding: 8px 8px 8px 8px;
  width: 45px;
  border-radius: 3px;
  cursor: pointer;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  font-family: "DM Sans", Sans-serif;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  line-height: 22px;
  color: #fff;
  background: #db2e34;
  position: relative;
  z-index: 10;
  border: 1px solid #db2e34;
}

.menu_toggle a:hover,
.menu_toggle a:focus {
  background: #3f3f3f;
  border-color: #3f3f3f;
}

.menu_toggle a:hover {
  color: #000;
}

.menu_toggle a span {
  height: 1px;
  width: 100%;
  display: block;
  margin-bottom: 4px;
  background: #fff;
  position: static;
  border-radius: 0;
}

.menu_toggle a span:last-child {
  margin: 0;
}
/************************** CUSTOM CSS FOR NEW HEADER ENDS HERE *******************/

/************************** CUSTOM CSS FOR NEW FOOTER STARTS HERE *******************/

.footer {
    min-height: 200px;
    padding: 0;
    z-index: 10;
    margin: 0;
    font-family: "DM Sans", sans-serif;
    background: #222222;
}

footer .top-footer-col h5 {
    padding: 0 0 12px;
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
    color: #DB2E34;
    position: relative;
    margin: 0 0 20px;
}

footer .top-footer-col h5:after{
    content: " ";
    width: 50px;
    height: 2px;
    display: block;
    background: #DB2E34;
    position: absolute;
    bottom: 0;
    left: 0;
}

footer .top-footer-col .quick_links ul li, footer .top-footer-col .address ul li{
    margin: 0 0 8px;
    position: relative;
    display: flex;
    align-items: center;
}

footer .top-footer-col .quick_links ul li::before, footer .top-footer-col .address ul li::before{
    content: " ";
    display: block;
    width: 18px;
    height: 28px;
    background: transparent url("../img/mdi_keyboard-arrow-right.png") no-repeat left center/cover;
}

footer .top-footer-col .quick_links ul li a, footer .top-footer-col p, footer .top-footer-col .address ul li a{
    font-family: "DM Sans", Sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    color: #fff;
}

footer .top-footer-col .address ul li{
    grid-gap: 10px;
}

footer .top-footer-col .address ul li:first-child:before{    
    background-image: url("../img/fluent_call-24-regular.png");
}

footer .top-footer-col .address ul li::before{
    height: 24px;
    width: 24px;
    background-image: url("../img/iconoir_mail.png");
}

footer ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.top-footer-inner{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin: 0 -15px;
    padding: 100px 0 70px;
}

.top-footer-col{
    display: block;
    margin: 0;
    padding: 0 15px;
    width: 20%;
}

.top-footer-col.footer-col-1{
    width: 32%;
}

.top-footer-col.footer-col-3{
    width: 22%;
}

.top-footer-col.footer-col-4{
    width: 26%;
}

.footer_logo a, .logo-block-text{
    display: block;
    margin: 0 0 20px;
}

.logo-block-text p{
    font-size: 18px;
    line-height: 30px;
    font-weight: 500;
    font-family: "DM Sans", sans-serif;
    color: #fff;
}

footer a:hover, footer .top-footer-col .quick_links ul li a:hover, footer .top-footer-col .address ul li a:hover{    
    color: #db2e34;
    text-decoration: none;
}

.footer_logo img {
    width: 150px;
    display: block;
    height: auto;
}

.footer .social-media{
    display: block;
}

.footer .social_icons {
  display: flex;
  align-items: center;
}

footer .social_icons li{
    margin-right: 10px;
    display: inline-flex;
}

footer .social_icons li a {
  width: 30px;
  height: 30px;
  border: 1px solid #663232;
  line-height: 30px;
  text-align: center;
  background: transparent;
  display: block;
  color: #fff;
  border-radius: 5px;
}

footer .social_icons li:last-child{
  margin-right: 0;
}

footer .social_icons li a:hover {
  background:#db2e34;
}

footer .top-footer-col p{
    margin: 0 0 20px;
}

footer .top-footer-col .subscribe_form{
    display: block;
    position: relative;
}

footer .top-footer-col .subscribe_form input{
    height: 50px;
    width: 100%;
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 5px;
    padding: 13px 60px 13px 22px;
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
    font-family: "DM Sans", sans-serif;
    color: #CECECE;
    background: transparent;
}

footer .subscribe_form button {
    background: #fff;
    border: 1px solid #fff;
    border-radius: 0;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    text-align: center;
    outline: none;
    box-shadow: none;
    position: absolute;
    right: 0;
    top: 0;
    height: 50px;
    width: 50px;
    font-size: 0;
}

footer .subscribe_form button:hover, footer .subscribe_form button:focus{
    outline: none;
    box-shadow: none;
    background: #fff;
    border-color: #fff;
}

footer .subscribe_form button:hover svg path, footer .subscribe_form button:focus svg path{
  stroke: #db2e34;
  fill: #db2e34;
}

.bottom-footer-inner{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px 0;
  border-top: 1px solid #3f3f3f;
}

.bottom-footer-inner .copyright-text p{
  margin: 0;
  font-size: 18px;
  line-height: 30px;
  font-weight: 500;
  font-family: "DM Sans", sans-serif;
  color: #FFFFFF;
  padding: 0;
}

.bottom-footer-inner .footer-bottom-menus ul{
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.bottom-footer-inner .footer-bottom-menus ul li{
  margin: 0 0 0 24px;
}

.bottom-footer-inner .footer-bottom-menus ul li a{
  display: block;
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  font-family: "DM Sans", sans-serif;
  color: #FFFFFF;
  text-transform: capitalize;
}

.bottom-footer-inner .footer-bottom-menus ul li a:hover, .bottom-footer-inner .footer-bottom-menus ul li a:focus{  
  color: #db2e34;
}

footer .btn-primary:not(:disabled):not(.disabled).active,
.welcome footer .btn-primary:not(:disabled):not(.disabled):active,
footer .show > .btn-primary.dropdown-toggle {
  background: #ffffff;
  color: #db2e34;
  text-decoration: none;
}

.welcome .subscribe_btn button.btn-primary:focus {
  box-shadow: none;
}
/************************** CUSTOM CSS FOR NEW FOOTER ENDS HERE *******************/

/** LOGGED IN MY ORDERS SECTION CSS STARTS HERE **/

.dashboard_wrapper > .container > .row.justify-content-center {
  justify-content: space-between !important;
}

.order_content_block {
  margin: 0 0 40px;
}

.order_content_block:last-child,
.order_content_block_list ol li:last-child {
  margin: 0;
}

.order_content_block,
.order_content_title,
.order_content_block_list,
.main_order_content,
.order_content_title p {
  width: 100%;
  float: left;
  display: block;
}

.order_content_title .main_order_content {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin: 0 0 20px;
}

.order_content_title .main_order_content * {
  margin: 0;
}

.order_content_title .main_order_content > div h5,
.order_content_title .main_order_content > div h5 span {
  line-height: 20px;
}

.order_content_title .main_order_content > div h5 {
  margin: 5px 0;
  color: #636b6f;
}

.order_content_title .main_order_content > div h5 span {
  margin-right: 10px;
  display: inline-block;
  min-width: 40px;
  color: #212529;
}

.order_content_title .main_order_content > div.order_content_second {
  text-align: right;
}

.order_content_title .main_order_content > div.order_content_second h1 {
  font-size: 20px;
  color: #212529;
}

.order_content_title .main_order_content > div.order_content_second h1 span {
  display: block;
  font-size: 36px;
}

.order_content_title .main_order_content > div {
  width: calc(50% - 20px);
  color: #212529;
}

.order_content_block {
  padding: 20px;
  background: #f9f9f9;
  border-bottom: 1px solid #ddd;
  margin-bottom: 15px;
}

.order_content_block .order_content_title {
  padding: 0;
  border: 0;
}

.order_content_block .order_content_title span.payment_status {
  font-weight: bold;
}

.order_content_block .order_details .btn {
  border: 1px solid #d61f26;
  color: #d61f26;
  font-size: 12px;
  line-height: 14px;
  padding: 6px;
}

.order_content_block .order_details .btn:hover,
.order_content_block .order_details .btn:focus {
  border: 1px solid #d61f26;
  color: #fff;
  background-color: #d61f26;
}

.order_content_block .main_order_content {
  margin: 0;
}

.order_content_block .order_details {
  margin: 16px 0 0;
  clear: both;
}

.order_content_block .p_status {
  color: #212529;
  font-weight: 700;
}

.parent_Wrapper .order_content_block .main_order_content {
  align-items: unset;
}

.order_content_title {
  padding: 0 0 25px;
  border-bottom: 1px dashed #636b6f;
}

.order_content_title p {
  width: 100%;
  float: left;
  display: block;
}

.order_content_title p span {
  color: green;
}

.order_content_title p {
  margin: 0;
  color: #636b6f;
}

.order_content_block_list {
  position: relative;
  min-height: 85px;
}

.order_content_block_list ol {
  margin: 25px 0;
  padding: 0 20px;
}

.order_content_block_list ol li {
  color: #636b6f;
  margin: 0 0 15px;
}

.parent_Wrapper ul.pagination {
  clear: both;
  float: left;
  width: 100%;
}

.order_content_block_list .order_details {
  margin: 0;
  text-align: center;
  float: left;
  width: 100%;
  display: block;
}

.order_content_block_list .order_details a {
  display: inline-block;
}

/** LOGGED IN MY ORDERS SECTION CSS STARTS HERE **/

.login_user_form .form_container .form-group .btn {
  height: 37px;
  line-height: 37px;
  padding: 0 1rem;
  min-width: 7rem;
  font-size: 0.9rem;
}

#coach_register_form
  .select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  color: #fff;
}

.builderContentBlank {
  padding-top: 2rem;
}

.spaceBlank {
  padding-top: 1rem 0;
  padding-bottom: 60px;
}

.space {
  padding: 60px 0;
  clear: both;
}

.space_low {
  padding: 40px 0;
}

.custom-nav {
  background-color: #050607;
}

span.bt-content {
  word-break: break-word;
}

.dashboard_wrapper {
  min-height: 80vh;
  padding: 15px;
}

.builderContent h1,
.builderContent h2 {
  margin-bottom: 40px;
}

.alert:empty {
  display: none;
}

#left-panel li:last-child a {
  border: 0;
}

#left-panel li a.active {
  background: #d61f26;
  color: #fff;
}

#left-panel li a:hover {
  color: #fff;
  background: #595959;
}

#left-panel li a {
  color: #191919;
  text-align: left;
  background: #efefef;
  padding: 10px 20px;
  display: block;
  text-decoration: none !important;
  font-size: 15px;
}

.side-menu {
  text-align: center;
  list-style: none;
  color: #fff;
}

.side-menu li a {
  color: #fff;
}

.add_more_file {
  border-radius: 50%;
  padding: 0;
  width: 25px;
  text-align: center;
  height: 25px;
  line-height: 25px;
  position: relative;
  right: -15px;
  top: 6px;
  background: #e3342f;
  color: #fff !important;
}

.Upload_dbs {
  float: left;
  width: 100%;
  display: block;
}

.append_field {
  position: relative;
  float: left;
  margin: 12px 0 0;
  width: 100%;
}

.action_block ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 20px;
  list-style: none;
  text-align: center;
  padding: 0;
}

.action_block ul li {
  overflow: hidden;
}

.action_block .fa {
  font-size: 40px;
  color: inherit;
  height: 50px;
}

.action_block h3 {
  font-size: 16px;
  color: inherit;
  margin: 12px 0 0;
}

.action_block li a {
  border: 1px solid #ccc;
  display: block;
  padding: 25px;
  border-radius: 15px;
  height: 100%;
  background: #eee;
  color: #333;
  transition: 0.4s;
}

.action_block li a:hover {
  background-color: #222;
  color: #fff;
}

.references .references_inner {
  display: inline-block;
  position: relative;
  margin: 15px 10px 0 0;
}

.references img {
  width: 75px;
  height: 75px;
  object-fit: cover;
  object-position: top;
}

.references a {
  position: absolute;
  right: 0;
  width: 20px;
  height: 20px;
  background: rgba(0, 0, 0, 0.7);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff !important;
  font-size: 11px;
}

.qualification .qualification_inner {
  display: inline-block;
  position: relative;
  margin: 15px 10px 0 0;
}

.qualification img {
  width: 75px;
  height: 75px;
  object-fit: cover;
  object-position: top;
}

.qualification a {
  position: absolute;
  right: 0;
  width: 20px;
  height: 20px;
  background: rgba(0, 0, 0, 0.7);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff !important;
  font-size: 11px;
}

.dbs .dbs_inner {
  display: inline-block;
  position: relative;
  margin: 15px 10px 0 0;
}

.dbs img {
  width: 75px;
  height: 75px;
  object-fit: cover;
  object-position: top;
}

.dbs a {
  position: absolute;
  right: 0;
  width: 20px;
  height: 20px;
  background: rgba(0, 0, 0, 0.7);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff !important;
  font-size: 11px;
}

.cv .cv_inner {
  display: inline-block;
  position: relative;
  margin: 15px 10px 0 0;
}

.cv img {
  width: 75px;
  height: 75px;
  object-fit: cover;
  object-position: top;
}

.cv a {
  position: absolute;
  right: 0;
  width: 20px;
  height: 20px;
  background: rgba(0, 0, 0, 0.7);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff !important;
  font-size: 11px;
}

.photo .photo_inner {
  display: inline-block;
  position: relative;
  margin: 15px 10px 0 0;
}

.photo img {
  width: 75px;
  height: 75px;
  object-fit: cover;
  object-position: top;
}

.photo a {
  position: absolute;
  right: 0;
  width: 20px;
  height: 20px;
  background: rgba(0, 0, 0, 0.7);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff !important;
  font-size: 11px;
}

label > span {
  color: red;
}

.hover_effect:hover a {
  width: 25px;
  height: 25px;
  transform: rotate(180deg);
  color: #212529 !important;
  background: #fff;
  border: 1px solid #000;
}

.hover_effect a {
  transition: 0.3s;
}

.wrapper_loder {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ed3c41;
  font-size: 36px;
}

.coach_register_form .form-group label,
.update_children_form .form-group label {
  display: block;
  margin-bottom: 2px;
}

.coach_register_form .form-group > .col-md-12,
.update_children_form .form-group > .col-md-12 {
  padding: 0;
  position: relative;
}

.coach_register_form .form-group textarea.form-control,
.coach_register_form .form-group .form-control,
.update_children_form .form-group textarea.form-control,
.update_children_form .form-group .form-control {
  height: 40px;
  padding: 2.5px 12px;
  line-height: 33px;
}

.coach_register_form
  .form-group
  .col-md-12.add_remove_button
  input[type="file"] {
  width: calc(100% - 40px);
  float: left;
}

.coach_register_form .form-group > .col-md-12 span.invalid-feedback {
  width: 100%;
  float: left;
  display: block;
}

.Fade {
  opacity: 0.3;
}

#Updatecoachprofile .form-group.row a.add_more_file,
.add_more_file {
  position: absolute;
  right: 25px;
  top: 48px;
}

#Updatecoachprofile .form-group.row a.add_more_file[class*="remove"] {
  top: 8px;
  right: 10px;
}

#search_order .btn-danger {
  margin-left: 10px;
}

/*#Updatecoachprofile .form-group.row .col-md-6 > a.add_more_file{right:-15px;}

*/

/*    11-march-2020  */

.fullSizeMe {
  width: 100vw;
  left: 50%;
  margin-left: -50vw;
  position: relative;
}

.Upload_References,
div.references {
  width: 100%;
  clear: both;
  float: left;
}

#Updatecoachprofile .form-control {
  height: 40px;
  padding: 2.5px 15px;
  line-height: 26px;
}

.wrrapper_photo {
  position: relative;
}

.wrrapper_photo img {
  display: block;
  width: 100%;
  height: 250px;
  object-fit: cover;
  object-position: top;
}

.wrrapper_photo a {
  position: absolute;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  visibility: visible;
  opacity: 1;
  transition: 0.3s;
  color: #fff;
  background: rgb(214, 31, 38);
  border-radius: 4px;
  width: 33px;
  height: 33px;
}

.wrrapper_photo:hover a {
  visibility: visible;
  opacity: 1;
}

.wrrapper_cv {
  position: relative;
  display: inline-block;
}

.wrrapper_cv a {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  margin: 10px;
  border-radius: 4px;
}

.wrrapper_cv:hover a {
  visibility: visible;
  opacity: 1;
}

.wrrapper_ref {
  position: relative;
  display: inline-block;
}

.wrrapper_ref a {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  margin: 10px;
  border-radius: 4px;
}

.wrrapper_ref:hover a {
  visibility: visible;
  opacity: 1;
}

.wrrapper_qlf {
  position: relative;
  display: inline-block;
}

.wrrapper_qlf a {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  margin: 10px;
  border-radius: 4px;
}

.wrrapper_qlf:hover a {
  visibility: visible;
  opacity: 1;
}

.wrrapper_dbs {
  position: relative;
  display: inline-block;
}

.wrrapper_dbs a {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  margin: 10px;
  border-radius: 4px;
}

.wrrapper_dbs:hover a {
  visibility: visible;
  opacity: 1;
}

label.error,
.help-block {
  color: red;
}

input.error {
  border-color: red !important;
}

.logos_slider .item {
  background: #fff;
  box-shadow: 0px 2px 8px #ccc;
  margin: 10px;
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.logos_slider .item img {
  height: 100px !important;
  object-fit: contain;
  display: block;
  margin: auto;
}

.sub_pages_links.space {
  padding: 60px 0 0;
}

.footercheckout {
  margin-top: -1rem;
  border-top: none !important;
}

.footercheckout td {
  border-top-width: 0 !important;
}

.filter_forms form {
  width: 30%;
}

.camps_Block h1 {
  color: #13131d;
}

.coaches_Block.logos_slider h1 {
  color: #13131d;
}

.find_a_camp_block h1 {
  color: #13131d;
}

.slider {
  background: #f5f5f5;
}

.homeNewsBlock h1 {
  color: #13131d;
}

#home .panel-body > .dl-horizontal,
#home .panel-body > .dl-horizontal .dl_horizontal_column {
  width: 100%;
  float: left;
  display: block;
}

#home .panel-body > .dl-horizontal .dl_horizontal_column {
  margin: 0 0 10px;
}

#home .panel-body > .dl-horizontal label {
  font-weight: bold;
  margin: 0;
}

#home .panel-body > .dl-horizontal label,
#home .panel-body > .dl-horizontal span {
  display: block;
  float: left;
  width: 50%;
}

.navbar-light .navbar-toggler {
  background-color: #ee3c42;
  color: #fff;
  font-size: 28px;
  padding: 5px 10px;
}

#manage_coach .panel-body > .dl-horizontal,
#manage_coach .panel-body > .dl-horizontal .dl_horizontal_column {
  width: 100%;
  float: left;
  display: block;
}

#manage_coach .panel-body > .dl-horizontal .dl_horizontal_column {
  margin: 0 0 10px;
}

#manage_coach .panel-body > .dl-horizontal label {
  font-weight: bold;
  margin: 0;
}

#manage_coach .panel-body > .dl-horizontal label,
#manage_coach .panel-body > .dl-horizontal span {
  display: block;
  float: left;
  width: 50%;
}

.input-fillter {
  margin-bottom: 11px;
}

.dashboard_wrapper {
  padding: 60px 0;
  background: #f9f9f9;
}

.dashboard_wrapper .col-md-9 > h1 {
  color: #d61f26;
  margin-top: -10px;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  display: block;
}

.dashboard_wrapper .col-md-9 {
  flex: 0 0 72%;
  max-width: 72%;
}

.dashboard_wrapper form .col-md-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.referalInputs em {
  font-style: normal;
}

.dashboard_wrapper .sidebar ul {
  padding: 0;
  margin: 0;
}

td .btn-warning,
td .btn-warning:hover {
  color: #ffffff;
  background-color: #707e8a;
  border-color: #707e8a;
}

.btn-warning:not(:disabled):not(.disabled).active,
.btn-warning:not(:disabled):not(.disabled):active,
.show > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #707e8a;
  border-color: #707e8a;
}

.btn-warning:not(:disabled):not(.disabled).active:focus,
.btn-warning:not(:disabled):not(.disabled):active:focus,
.show > .btn-warning.dropdown-toggle:focus,
.btn-warning.focus,
.btn-warning:focus,
.btn-warning:hover {
  box-shadow: none !important;
}

.inner_banner_block {
  background: url(../img/inner_banner.jpg) no-repeat top center/cover;
  position: relative;
}

.inner_banner_block::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #000;
  opacity: 0.7;
}

.inner_banner_block .row {
  position: relative;
  z-index: 9;
  height: 200px;
  color: #fff;
}

.latests_news {
  background: url(../img/newban.jpg) no-repeat top center/cover;
  position: relative;
}

/*.inner_banner_block .row h1{font-weight:bold;}*/

input[type="radio"] {
  -webkit-appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  width: 20px;
  border-radius: 50%;
  height: 20px;
  vertical-align: middle;
  margin-right: 3px;
  border-width: 1px !important;
  border-color: #d61f26 !important;
  position: relative;
  border-style: solid;
  vertical-align: text-top;
}

input[type="checkbox"] {
  -webkit-appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  min-width: 20px;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  margin-right: 10px;
  border-width: 2px !important;
  border-color: #756b6b;
  position: relative;
  border-style: solid;
  cursor: pointer;
}

input[type="radio"]:checked::before {
  width: 8px;
  display: block;
  height: 8px;
  background: #d61f26;
  position: absolute;
  content: "";
  border-radius: 50%;
  position: absolute;
  left: 5px;
  top: 5px;
}

textarea {
  resize: none;
}

input[type="checkbox"]:checked::before {
  content: "";
  display: block;
  width: 6px;
  height: 14px;
  border: solid #d61f26;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  left: 5px;
}

select {
  -webkit-appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  background: url(../img/arrow-down.png) no-repeat right 12px center/15px;
  padding-right: 28px !important;
}

.custom_Style_inputs .form-control:focus {
  box-shadow: none;
  color: inherit;
}

.custom_Style_inputs button[type="submit"],
form button[type="submit"].btn-primary,
.custom_Style_inputs input[type="submit"],
form input[type="submit"].btn-primary {
  padding: 10px 40px;
  font-size: 16px;
}

input[type="radio"] + input[type="radio"] {
  margin-left: 10px;
}

.user_doc_table td {
  border: none;
  vertical-align: middle;
}

.user_doc_table td .fa-4x {
  color: #d61f26;
}

.input_file {
  position: relative;
  height: 45px !important;
  padding: 2.5px 15px;
}

.input_file input[type="file"] {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0;
}

:focus {
  outline: 0 !important;
}

.navbar-brand {
  padding: 0;
}

.navbar-brand img {
  max-height: 75px;
}

.custom-nav {
  padding: 10px 0;
}

.login_form_row {
  border-radius: 4px;
}

.login_form_row .left_block * {
  color: #fff;
}

.login_form_row .left_block {
  background: #ee3c42;
  background: #d61f26;
}

.login_form_row > div[class*="col-md"] {
  padding: 40px 50px;
}

.login_form_row h1 {
  margin: 0 0 20px;
}

.login_form_row h2 {
  margin: 0 0 20px;
  color: #ee3c42;
}

.login_form_row .left_block p {
  margin: 0px 0 25px;
}

.btn_outline {
  background: #fff;
  color: #212529 !important;
  padding: 7px 25px;
}

.btn_outline + .btn_outline {
  margin-left: 16px;
}

.login_form_row .right_block {
  background: #020202e3;
  box-shadow: 0 0 5px #b5b3b3;
}

.login_form_row .right_block .inner_wrap {
  width: 100%;
}

.login_form_row {
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 0 5px #b5b3b3;
}

.login_form_row input[type="checkbox"] {
  top: -2px;
  margin: 5px 15px 0 0;
}

.add_more_file[class*="remove"] {
  top: 10px;
  right: 10px;
  position: absolute;
}

.input_file.form-control button {
  max-width: 90%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.input_file input[type="file"] {
  max-width: 90%;
}

.table td,
.table th {
  vertical-align: middle;
}

.dashboard_wrapper .col-md-9 {
  box-shadow: 0 0 10px #eee;
  padding: 30px;
  border: 1px solid #ccc;
  background: #f9f9f9;
}

.sidebar div.collapse a:not(.active) {
  background: #ddd !important;
}

.sidebar div.collapse a:not(:last-child) {
  border-bottom: 1px solid #989797;
}

.sidebar a {
  cursor: pointer;
}

.sidebar a i.fa {
  font-size: 18px;
  margin-right: 10px;
}

table.bt tfoot th::before,
table.bt tfoot td::before,
table.bt tbody td::before {
  width: 7.5em;
}

.dashboard_wrapper .col-md-9 table.table tbody tr,
.dashboard_wrapper table.table tbody tr {
  background: #fff;
  color: #212529;
  border-bottom: 1px solid #666;
}

.dashboard_wrapper .table thead th {
  color: #fff;
  background-color: #d61f26;
  border-color: transparent;
}

td .btn-warning,
td .btn-warning:hover {
  background-color: #000;
  border-color: #fff;
  border-radius: 50%;
}

.bt-content .btn-danger {
  border-color: #d61f26;
  background: #d61f26;
  border-radius: 50% !important;
}

/*.table-bordered, .table-bordered td, .table-bordered th{background:#373737;}
*/

/* sep-21 */

#Queryrequest .form-control {
  border-radius: 0;
  height: 60px;
  background: #f5f5f5;
  border: none;
}

#Queryrequest #message {
  height: 120px;
  background: #f5f5f5;
  resize: auto;
}

#Queryrequest .submit .btn {
  width: 100%;
  height: 50px;
  background: #d01919;
  border: none;
  outline: none;
}

/* .contact-section{background-image: url(https://lionssports.academy/files/2/ED0A9186.JPG);min-height: 400px;}
.contact-section::before {content: "";position: absolute;top: 0;left: 0;bottom: 0;right: 0;background-color: #000;opacity: 0.5;z-index: 1;} */

/*   27 july 2021*/

/*.welcome h1,
.welcome h2,
.welcome h3,
.welcome h4,
.welcome h5,
.welcome h6{
    font-family: 'Univers LT Std';
    color: #ffffff;
}*/

.welcome h1 {
  font-size: 32px;
  text-align: center;
  margin-bottom: 30px;
}

header {
  background: #0f0f0f;
}

header a {
  /*font-family: 'Univers LT Std';*/
  color: #ffffff;
  text-transform: uppercase;
  font-size: 16px;
}

.navbar {
  display: block;
  text-align: center;
  padding: 0;
}

.navbar-collapse {
  background: #000000;
  padding: 10px 0;
}

.navbar-brand {
  padding: 15px 0;
  margin: 0;
}

.navbar-brand img {
  max-height: 100px;
  max-width: 100%;
}

.navbar-nav .nav-link {
  margin: 0 24px;
  padding: 7px 14px 5px 10px !important;
}

.navbar-nav .nav-link:hover {
  background: #db2e34;
  color: #ffffff;
  border-radius: 4px;
}

.welcome .banner_section h1 {
  width: 100%;
  clear: both;
  margin-bottom: 60px;
}

.welcome .banner_section .work_grids {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 30px;
  align-items: center;
}

.welcome.banner_section .work_grids .grid-item {
  cursor: pointer;
}

.welcome .banner_section .work_grids .grid-item .img_block {
  position: relative;
  height: 243px;
}

.welcome .banner_section .work_grids .grid-item .img_block h4 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
  text-align: center;
  font-size: 45px;
  text-shadow: 0px 0px 15px #000;
  color: #fff;
}

.welcome .banner_section .work_grids .grid-item .img_block:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
}

.welcome .banner_section .work_grids .grid-item.active .img_block:before {
  background: rgba(0, 0, 0, 0);
}

.welcome .banner_section .work_grids .bottom_content {
  background: #c8ac00;
  text-align: center;
  position: relative;
  /* min-height:290px; */
  /*height: 280px;*/
  opacity: 0;
  transition: all 0.5s ease;
}

.welcome .banner_section .work_grids .bottom_content:before {
  content: "";
  position: absolute;
  top: -40px;
  left: 0;
  background: url(../img/post-image/arrow-up.png) 0 0 no-repeat;
  background-size: contain;
  width: 100%;
  height: 100%;
}

.welcome .banner_section .work_grids .bottom_content p {
  /*font-family: 'Univers LT Std 63 Bold Extended Oblique';*/
  font-weight: 400;
  color: #0e1203;
  font-size: 14px;
  /*line-height:18px;*/
  margin-top: 10px;
}

/*.banner_section .work_grids .grid-item.active .bottom_content, .banner_section .work_grids .grid-item:hover .bottom_content, .banner_section .work_grids .grid-item:focus .bottom_content{
    height:100%;
    min-height:325px;
    opacity:1;
    padding: 60px 15px 15px;
}
.banner_section .work_grids .grid-item.active .img_block h4, .banner_section .work_grids .grid-item:hover .img_block h4, .banner_section .work_grids .grid-item:focus .img_block h4{
    font-size: 16px;
    top: auto;
    bottom: -70px;
    z-index: 98;
    width: 100%;
    padding: 0 15px;
}*/

.welcome .banner_section .work_grids .grid-item.active .bottom_content {
  /*height:100%;*/
  /*height:280px;*/
  opacity: 1;
  padding: 36px 15px 15px;
}

.welcome .banner_section .work_grids .grid-item {
  height: 595px;
}

/*.welcome .banner_section .work_grids .grid-item.active .img_block h4{
    font-size: 23px;
    top: auto;
    bottom: -40px;
    z-index: 98;
    width: 100%;
    padding: 0 15px;
    text-shadow: none;
}*/

.welcome .banner_section .work_grids .grid-item .img_block img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.welcome .banner_section .work_grids .grid-item.active .img_block > h4 {
  display: none;
}

.welcome .banner_section .work_grids .grid-item .bottom_content > h4 {
  color: #fff;
  font-size: 22px;
}

main.main_container {
  margin-top: 0;
}

/*    13-March-2020   */

.wp-block-columns.three_column_grid {
  margin: 0 -16px;
}

.wp-block-columns.three_column_grid .wp-block-column {
  flex-basis: auto !important;
  width: 33.3%;
  padding: 0 16px;
  margin: 0 !important;
}

/*****RAMAN VERMA [STRAT]********/

.wp-block-columns .wp-block-column {
  padding: 20px !important;
}

/*****RAMAN VERMA [END]********/

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: #fff;
  background-color: #d61f26;
  border-radius: 0px;
}

.tab-content > .active {
  padding: 0;
}

.nav-tabs {
  background: #373737;
  color: #fff;
  font-weight: bold;
  border: none !important;
}

/*.table{background-color:#373737;color:#fff;}
*/

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
  color: #fff;
  border-radius: 0 !important;
}

.dashboard_wrapper .col-md-9 table:not(.unstyle) th,
.dashboard_wrapper .col-md-9 table:not(.unstyle) td {
  width: 100%;
}

#left-panel li a {
  color: #fff;
  background: #373737;
}

.dashboard_wrapper .col-md-9 {
  box-shadow: unset;
  padding: unset;
  border: unset;
  background: unset;
}

#coach_register_form,
.login_user_form,
.user_signup_form,
.forgot_password_form,
.reset_password_form {
  background: url("../../img/form_bg.jpg");
  opacity: 0.8;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.coach_registration .right_block {
  background: #020202e3;
}

.coach_registration h2 {
  color: #fff;
  font-weight: bold;
}

.coach_registration .coach_register_form .form-group .form-control {
  background: transparent;
  border-radius: 0;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
}

.coach_registration .coach_register_form .form-group label {
  color: #fff;
}

/*SEARCH WIDGET CSS*/

/*Leaderboard*/

.progressbar_Block {
  width: 100%;
  color: #fff;
}

._ps_image img {
  width: 40px;
  height: 40px;
  object-fit: cover;
}

._ps_image {
  width: 20%;
}

._ps_data {
  width: 40%;
}

._ps_totale {
  width: 30%;
  margin-left: 20px;
}

.progressbar {
  background: #000;
  padding: 25px 0px;
  width: 70%;
  display: block;
  margin: auto;
}

.progressbar_box {
  padding: 15px 0px;
  background: #373737;
}

.progress-bar {
  background-image: linear-gradient(
    to right,
    #e52d27 0%,
    #b31217 51%,
    #e52d27 100%
  ) !important;
}

.progress {
  height: 5px;
}

/*Leaderboard*/

.search_title_custom h1:not(.active) {
  background: #241f20;
}

.search_title_custom h1 {
  background: #d01919;
  color: #fff;
  text-align: center;
  padding: 15px 0;
  margin: 0;
  font-size: 24px;
}

.forms_listing {
  clear: both;
  padding-bottom: 40px;
}

.forms_listing .form_left:not(.active),
.forms_listing .form_right:not(.active) {
  display: none;
}

#home_search_box {
  background: #d01919;
  padding: 30px 0;
}

#home_search_block > h1 {
  color: #fff !important;
  margin-top: 0;
  margin-bottom: 15px;
}

.select_jars {
  width: 66.66%;
  float: left;
}

#home_search_block > h1 {
  font-weight: normal;
  font-size: 22px;
  color: #241f20 !important;
  color: #fff;
  text-align: center;
}

#home_search_box .search_title {
  height: 45px;
  color: #666;
  font-size: 24px;
  background: #f6d144;
  line-height: 45px;
  text-align: center;
}

#home_search_box .search_title span {
  font-family: "Conv_dincond-regular";
}

#home_search_box_top .search_title {
  height: 45px;
  color: #666;
  cursor: pointer;
  font-size: 24px;
  font-family: "Verdana";
  background: #f6d144;
  line-height: 45px;
  text-align: center;
}

#home_search_box_top .search_title span {
  font-family: "Conv_dincond-regular";
}

#home_search_box_result {
  background: #f9f9f9;
  /* min-height:560px;*/
}

#home_search_block .home_search_block_box .search_title {
  height: 45px;
  color: #fff;
  font-size: 24px;
  font-family: "Verdana";
  background: #ed1c24;
  line-height: 45px;
  text-align: center;
  font-weight: normal;
}

#home_search_block .home_search_block_box .text {
  font-size: 13px;
  color: #fff;
  line-height: 14px;
  padding-bottom: 20px;
  font-weight: normal;
}

#home_search_block .home_search_block_box .search_form {
  padding: 0 90px;
  font-weight: normal;
}

#home_search_block .select_css {
  -moz-appearance: none;
  width: calc(50% - 16px);
  border-radius: 0px;
  padding: 10px 18px !important;
  margin: 5px 0;
  display: inline-block;
  margin: 0 8px;
  float: left;
  border: none;
  -webkit-appearance: none;
  font-weight: normal !important;
  font-size: 16px;
  background: #fff url(../img/select_arrow_red.png) no-repeat right 20px center/
    12px auto;
}

.search_box_btn {
  width: 100%;
  display: block;
  color: #fff;
  font-size: 20px;
  border-radius: 0px;
  text-align: left;
  margin: 0 8px 0 25px;
  line-height: 45px;
  padding: 0 20px;
  background: #e3342f url(../img/search_icon.png) no-repeat right 20px center /
    20px auto;
  border: 2px solid #e3342f;
}

.search_box_btn:hover {
  color: #fff;
  text-decoration: none;
}

.daily_booking span,
.daily_revenue span {
  color: #191919;
  font-size: 28px;
}

td[data-th=""]::before {
  opacity: 0;
}

.borderstyled {
  border: 1px solid #ddd;
  border-radius: 10px;
  margin: 12px;
}

.borderstyled i {
  color: #d61f26;
}

.chartRow,
.chartRow rect {
  fill: aliceblue !important;
  background: #fff !important;
}

.itemGrid {
  padding: 8px 15px;
  background: url(../img/gradientBg.png) no-repeat center top/100% 100%;
  border-radius: 10px;
  border: 1px solid #000;
}

.productItemGrids {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 35px;
  margin-top: 20px;
}

.itemGrid li.childChoose i {
  top: 0;
}

.itemGrid li i {
  font-size: 17px;
  margin-right: 10px;
  width: 18px;
  position: relative;
  text-align: center;
}

.itemGrid li label {
  display: block;
  margin-bottom: 2px;
  cursor: pointer;
}

.itemGrid li .fieldsCheckbox {
  margin-left: 12px;
}

.itemGrid li label input[type="checkbox"] {
  border-radius: 50%;
  border-color: #000;
  min-width: 17px;
  height: 17px;
  width: 17px;
  margin-right: 3px;
}

.itemGrid li label input[type="checkbox"]:checked {
  background: #000;
}

.itemGrid li label input[type="checkbox"]:checked::before {
  border-color: #fff;
  width: 5px;
  height: 9px;
  top: 1px;
  left: 4px;
}

.itemGrid li {
  display: flex;
  align-items: center;
  padding: 2px 0;
  font-size: 13px;
}

.itemGrid li img {
  width: 18px;
  height: auto;
}

.otherInfoItem span {
  display: flex;
  align-items: center;
  margin: 0 0 6px;
}

.otherInfoItem span i {
  color: #eb3f47;
  font-size: 20px;
  width: 25px;
}

.productItem {
  padding: 20px 0;
}

.productItem h3 {
  font-size: 22px;
}

.productItem_list .productItem {
  border-bottom: 1px solid #ccc;
}

.productItem_list .productItem:nth-last-of-type(1) {
  border: none;
}

.bookingcartManageRow {
  max-width: 100%;
  margin: 0 auto;
  padding: 10px 25px 30px;
  box-shadow: 0 0 4px #866c6c;
  margin: 40px auto;
}

.fieldset legend {
  width: auto;
  padding: 0;
  font-size: initial;
  margin: 0 15px;
  line-height: inherit;
  padding: 0 5px;
}

.fieldset {
  border: 1px solid #ced4da;
}

.equalizeRow .row {
  margin-right: 0;
  margin-left: 0;
}

.dashboard_wrapper .col-md-9 table.table {
  background-color: #fff;
  box-shadow: 0 0 10px #ccc;
  -moz-box-shadow: 0 0 10px #ccc;
  -webkit-box-shadow: 0 0 10px #ccc;
}

/*.dashboard_wrapper .col-md-9 table.table thead{background-color:#373737;}
*/

.dashboard_wrapper .col-md-9 table.table thead th {
  color: #fff;
}

.dashboard_wrapper .col-md-9 table.table tbody tr:nth-of-type(odd),
.dashboard_wrapper table.table tbody tr:nth-of-type(odd) {
  background-color: #eee;
  color: #000;
}

.table-dark.table-hover tbody tr:hover {
  background-color: #fff;
}

.user_manage.dashboard_wrapper .col-md-9 table:not(.unstyle) th {
  background: #d61f26;
  color: #fff;
}

.user_manage.dashboard_wrapper .col-md-9 table:not(.unstyle) th a:hover {
  color: #fff;
}

.user_manage.dashboard_wrapper .col-md-9 table:not(.unstyle) th:hover {
  color: #fff;
}

.coach_registration {
  width: 90%;
  display: block;
  margin: auto !important;
}

/*.form-control{background:rgba(0,0,0,0.8);border-radius:0px;color:#fff;}
*/

.login_user_form .form-control {
  background: rgba(0, 0, 0, 0.8);
  border-radius: 0px;
  color: #fff;
}

.login_user_form label,
.login_user_form h2 {
  color: #fff;
}

.user_signup_form label,
.user_signup_form h2 {
  color: #fff;
}

.user_signup_form input[type="radio"],
.user_signup_form .form-group {
  border-color: #ffffff !important;
  color: #fff;
}

.user_signup_form .form-control {
  background: rgba(0, 0, 0, 0.8);
  border-radius: 0px;
  color: #fff;
}

.login_user_form .row.justify-content-center.login_form_row {
  width: 90%;
  margin: auto;
}

.user_signup_form .row.justify-content-center.login_form_row {
  width: 90%;
  margin: auto;
}

.forgot_password_form .card-header:first-child,
.reset_password_form .card-header:first-child {
  color: #fff;
  background: #d61f26;
  font-weight: 600;
}

.forgot_password_form .card,
.reset_password_form .card {
  background-color: rgba(0, 0, 0, 0.8);
  border: none;
}

.forgot_password_form .form-group label,
.reset_password_form .form-group label {
  color: #fff;
}

.forgot_password_form .card-body input,
.reset_password_form .card-body input {
  background: rgba(0, 0, 0, 0.8) !important;
  border-radius: 0px;
  color: #fff;
}

.form_container .btn:not(:disabled):not(.disabled),
.user_signup_form .btn:not(:disabled):not(.disabled),
.reset_password_form .btn:not(:disabled):not(.disabled),
.forgot_password_form .btn:not(:disabled):not(.disabled),
.user_signup_form .btn:not(:disabled):not(.disabled),
.login_user_form .btn:not(:disabled):not(.disabled) {
  border: none;
  color: #fff !important;
  background: #d01919;
  border-radius: 0;
  margin: 0 0 30px;
}

.login_user_form .btn-link {
  border: none !important;
}

.sidebar div.collapse a:not(.active) {
  background: #373737 !important;
}

.userListingTable .btn-group > .btn:not(:last-child):not(.dropdown-toggle) {
  /*border-radius:50%;padding:0px 6px;margin-right:10px;line-height:39px;width:40px;border-color:#fff;*/
}

.userListingTable .btn-primary {
  /*background-color:#8c8a8a;*/
}

/*.user_manage .page-item.active .page-link{background-color:#e3342f;border-color:#e3342f;}
*/

li.subcategories {
  padding-left: 20px;
}

.table .btn-primary {
  border-radius: 50px !important;
  border-color: #999;
  padding: 6px 11px;
  margin-right: 5px;
  background: transparent;
  color: #000;
}

.table .btn-warning {
  margin-right: 5px;
  background: #555;
  color: #fff;
}

.table .page-link {
  color: #212529;
}

.dashboard_table {
  background: #d61f26 !important;
}

.pagination .page-item.active .page-link {
  background-color: #d61f26;
  border-color: #d61f26;
  color: #fff !important;
}

.pagination .page-link:not(:disabled):not(.disabled) {
  color: #212529;
}

.checkout_inner_row {
  margin: 60px 0px;
}

.checkout_inner_row .pull-right button,
.card {
  margin: 20px 0px;
}

.checkout_cart {
  display: block;
  margin: 90px auto;
}

/*#total .btn:not(:disabled):not(.disabled){border-color:#ffffff;background:transparent;border-radius:0%;border:2px solid #fff;}
*/

.basket_checkout td .bt-content a {
  display: block;
  width: 30px;
  height: 30px;
  background: #ee3c42;
  border-radius: 50%;
  text-align: center;
}

.basket_checkout td .bt-content a i {
  color: #fff;
  font-size: 18px;
  padding: 6px 0;
}

.parent_Wrapper .btn-danger:not(:disabled):not(.disabled):active {
  border-radius: 50px;
}

.table .btn-warning,
.btn-group > .btn:not(:first-child) {
}

.glyphicon-pencil {
  line-height: 24px;
  width: 20px;
}

.bt-content a:hover,
.table-hover a:hover {
  color: #fff;
}

/*.table .btn-warning, .btn-group-sm>.btn:not(:first-child){border-radius:unset !important;}
*/

.wp-block-columns {
  display: flex !important;
}

div#social-links ul {
  display: flex;
  list-style: none;
  margin-top: 10px;
}

div#social-links ul li a {
  display: block;
  width: 35px;
  font-size: 22px;
  border: 1px solid #e0e0e0;
  border-radius: 50%;
  text-align: center;
  margin-right: 10px;
  color: #212529;
  background: #f9f9f9;
}

figcaption {
  display: block !important;
}

.aligncenter {
  text-align: center !important;
}

.founder_Coaches .owl-prev {
  position: absolute;
  left: -10px;
  top: 40%;
  width: 25px;
  height: 40px;
}

#tooltip {
  position: relative;
  display: inline-block;
}

#tooltip .tooltiptext {
  visibility: hidden;
  width: 140px;
  background-color: #c8c8c8;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px;
  position: absolute;
  z-index: 1;
  bottom: 150%;
  left: 50%;
  margin-left: -75px;
  opacity: 0;
  transition: opacity 0.3s;
}

#tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

#tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}

/*Invite Friend*/

.claim_block .nav-tabs {
  background: transparent;
  border: none;
  color: #fff;
}

.claim_block .nav-tabs .nav-item {
  margin-bottom: 0px;
  margin-right: 20px;
}

.claim_block .nav-tabs .nav-link {
  border: unset;
  color: #212529;
  background: #ccc;
  border-radius: 50px !important;
  padding: 7px 50px;
}

.claim_block .nav-tabs .nav-item.show .nav-link,
.claim_block .nav-tabs .nav-link.active {
  margin: 2px;
  color: #fff;
  background: #000;
  border: none;
}

.span {
  color: #f07f21;
}

.respest_password input {
  width: 60%;
  padding: 0px 10px;
  height: 47px;
  border: 1px solid #c2bebe;
  margin: 0 0 20px;
}

.respest_password .pass {
  width: 200px;
  font-weight: bold;
  border: none;
  background: #f07f21;
  color: #fff;
  margin: 10px 0 0;
}

.respest_password .pass:hover {
  background: transparent;
  color: #f07f21;
  border: 2px solid #f07f21;
}

.user_pass button {
  color: #212529;
  background: transparent;
  border: 1px solid #000;
  border-radius: 0;
  padding: 7px 48px;
  margin: 20px 0 40px;
  border-style: dashed;
}

.user_pass .fields {
  padding: 53px 0px;
  border: 1px solid #ccc;
  width: 70%;
  display: block;
  margin: auto;
  width: 60%;
}

.user_pass {
  margin: 30px 0 0;
}

.account {
  width: 200px;
  font-weight: bold;
  border: none;
  background: #f07f21;
  color: #fff;
  margin: 10px 0 0;
  height: 51px;
  font-size: 16px;
}

.account:hover {
  background: #fff;
  border: 2px solid #f07f21;
  color: #f07f21;
}

.respest_password p {
  font-size: 12px;
  line-height: 19px;
  font-weight: bold;
}

.respest_password li {
  font-family: "arial", sans-serif;
  font-size: 14px;
  line-height: 29px;
  color: #3e3d3d;
}

.top_hader {
  background: #333;
  color: #fff;
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
}

.top_hader h1 {
  font-size: 20px;
  padding: 15px 0px;
  text-align: center;
}

.password_inner {
  display: block;
  margin: auto;
  padding: 0;
}

.loyalty_rewards_program {
  text-align: center;
  background: #f8f8f8;
  padding: 30px 0px;
}

.claim_block .nav {
  justify-content: center;
  background: none;
}

.img_blog {
  text-align: center;
}

.text_blog h1 {
  color: #22b14c;
  font-size: 36px;
  font-weight: bold;
}

.link_btn {
  text-align: center !important;
}

.link_btn a {
  margin: 2px;
  color: #fff;
  background: #000;
  border: none;
  border-radius: 50px;
  width: 150px;
  text-align: center;
  padding: 8px 45px;
}

/*Invite Friend*/

.invitefriend p,
.invitefriend h2,
.invitefriend a,
.invitefriend label {
  color: #212529;
}

.invitefriend .modal-body {
  padding: 0;
}

.invitefriend .modal-content {
  border-radius: 22px;
  overflow: visible;
}

.invitefriend button.close {
  position: absolute;
  right: -24px;
  background: #333;
  z-index: 9;
  opacity: 1;
  padding: 1px;
  top: -12px;
  border-radius: 50%;
  font-size: 15px;
  width: 25px;
  height: 25px;
  color: #fff;
}

.invitefriend button.close:hover {
  background-color: #fff;
}

/* end*/

div.datepickers-container {
  z-index: 9999999 !important;
}

/*---22--Nov--*/

/*27-jan-2020*/

.captcha-google div {
  overflow: hidden;
}

.captcha-google iframe {
  position: static;
}

.content h1 {
  text-align: center;
}

.sports_bloack {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  min-height: 500px;
  background-size: cover;
  background-position: center top -70px;
}

.content {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.item {
  position: relative;
}

/*NEWSLATTER CSS 13 DECEMBER*/

#newslatter .form-group {
  display: block;
  margin: auto;
}

#newslatter .submit {
  text-align: center;
}

#newslatter .submit button.btn.btn-primary {
  color: #fff;
  background: #cd362a;
  height: 45px;
  width: 180px;
  border: 1px solid #cd362a;
  border-radius: 0;
}

.newslatter_section {
  padding: 35px 0;
}

.newslatter_section.container {
  margin: auto !important;
}

.nw_section {
  background-color: #f1f1f1cc;
}

#newslatter .form-group input {
  padding: 0;
  border: none;
  border-radius: 0;
}

#newslatter .form-group .col-md-12 {
  padding: 0;
}

/*NEWSLATTER CSS 13 DECEMBER*/

/*COMMENT SECTION CSS 13 DECEMBER*/

.social_share div#social-links ul li:nth-of-type(1) .social-button {
  border: 1px solid #4267b2;
  background: #4267b2;
}

.social_share div#social-links ul li:nth-of-type(2) .social-button {
  border: 1px solid #1c9dec;
  background: #1c9dec;
}

.social_share div#social-links ul li:nth-of-type(3) .social-button {
  border: 1px solid #0e76a8;
  background: #0e76a8;
}

.social_share div#social-links ul li:nth-of-type(4) .social-button {
  border: 1px solid #24cd63;
  background: #24cd63;
}

.social_share .social-button .fa,
.social_share .social-button .fab {
  color: #fff;
  font-size: 13px;
  line-height: 31px;
}

.form-control {
  border-radius: 0;
}

.commentsJar input[type="submit"] {
  color: #fff;
  background: #cd362a;
  height: 45px;
  width: 180px;
  border: 1px solid #cd362a;
  border-radius: 0;
  margin: 0 0 30px;
}

.commentsJar .display-comment figure img {
  border-radius: 50px;
  border: 2px solid #fffdfd;
}

blockquote {
  padding-left: 20px;
  padding-right: 8px;
  border-style: solid;
  border-color: #ccc;
  border-width: 0;
  border-left-width: 5px;
}

.commentsJar .display-comment figure {
  background: rgb(249, 249, 249);
  padding: 9px 18px;
  border-radius: 20px;
}

/*COMMENT SECTION CSS 13 DECEMBER*/

.fc-week-number {
  display: none;
}

/*LATEST-NEWS CSS HERE*/

.latest-news-block h1,
.singlepost_php h1 {
  text-transform: uppercase;
  font-size: 24px;
  margin: 20px 0;
  color: #d01919;
}

/*LATEST-NEWS CSS HERE*/

/* 23-dec - editor css */

.panel-body ul li {
  list-style: none;
}

.page_detail_data ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.page_detail_data ul li:nth-of-type(2) {
  text-align: left;
}

body.gutenberg-editor-page .editor-post-title__block,
body.gutenberg-editor-page .editor-default-block-appender,
body.gutenberg-editor-page .editor-block-list__block {
  max-width: none !important;
}

.block-editor__container .wp-block {
  max-width: none !important;
}

.equalize_inner {
  padding-left: 0;
}

/*.equalize_inner .col-md-2{padding-left:0;}
*/

.equalize_inner .form-group {
  padding-left: 0;
}

/*GO WIDER CSS*/

.dashboard_wrapper > .container > .row > .col-md-3,
.dashboard_wrapper > .container > .row > .col-md-9 {
  transition: 0.5s;
}

.dashboard_wrapper.wider > .container > .row > .col-md-3 {
  transform: translateX(-100vw);
}

.dashboard_wrapper.wider > .container > .row > .col-md-9 {
  margin-left: -25%;
  flex: 0 0 100%;
  max-width: 100%;
}

.claim_block .top_hader h1 {
  margin-bottom: 0;
}

.claim_block div#social-links ul {
  justify-content: center;
}

.claim_block div#social-links ul li a {
  font-size: 16px;
  border: none;
  background: transparent;
}

/*.claim_block div#social-links ul li a:nth-of-type(1){background:#3b5998;color:#fff;}
*/

/* .claim_block div#social-links ul li .fa-facebook-official{background:#3b5998;padding:9px 10px;border-radius:50px;color:#fff;font-size:12px;} */

.claim_block div#social-links ul li .fa-facebook-square {
  background: #3b5998;
  padding: 9px 10px;
  border-radius: 50px;
  color: #fff;
  font-size: 12px;
}

.claim_block div#social-links ul li .fa-twitter {
  background: #00acee;
  padding: 9px 10px;
  border-radius: 50px;
  color: #fff;
  font-size: 12px;
}

.claim_block div#social-links ul li .fa-linkedin {
  background: #0e76a8;
  padding: 9px 10px;
  border-radius: 50px;
  color: #fff;
  font-size: 12px;
}

.claim_block div#social-links ul li .fa-whatsapp {
  background: #39b959;
  padding: 9px 10px;
  border-radius: 50px;
  color: #fff;
  font-size: 12px;
}

form#addcoupon .form-group .btn.site_button_default[type="submit"] {
  margin-left: 15px;
}

.contactInfo li {
  line-height: 30px;
  margin: 0 0 4px;
}

.contactInfo {
  margin-bottom: 35px;
}

.contactInfo li em {
  font-style: normal;
}

/*Booking page*/

.location_info {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr auto;
}

.loaction_header img {
  margin-right: 20px;
  max-width: 80px;
}

.loaction_header h4 {
  color: #d01919;
  font-size: 19px;
  margin: 0;
}

.location_box {
  border: 1px solid#ccc;
  margin: 20px 0px;
}

.borderBox {
  border: 1px solid#ccc;
  padding: 20px 0 0;
  max-width: 185px;
}

.calendar_icon {
  padding: 0;
  border-bottom: none;
  max-width: 188px;
}

.calendar_icon .calendar_icon_point {
  padding-top: 25px;
  width: 100%;
}

.price_button {
  border: 1px solid#ccc;
  padding: 20px 15px;
}

.calendar_icon {
  display: flex;
  flex-wrap: wrap;
}

.calendar_icon .dateBooked {
  border-bottom: 1px solid#ccc;
  padding: 10px;
  width: 100%;
  white-space: nowrap;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.calendar_icon .dateBooked img {
  width: 20px;
  margin-right: 7px;
}

.dateBooked {
  align-self: unset !important;
}

/*.calendar_icon .dateBooked:nth-last-of-type(2) + div{border-bottom:none}
*/

/*.calendar_icon .dateBooked:nth-last-of-type(1){align-self:flex-end;}
*/

/*.calendar_icon .dateBooked:nth-of-type(1){align-self:flex-start;}
*/

.location_box {
  padding: 20px 16px;
}

.business_center,
.age_box,
.calendar_icon,
.clock_box,
.business_center img {
  margin-right: 20px;
}

.business_center p {
  max-width: 150px;
}

.age_icon img {
  margin-right: 20px;
}

.age_icon,
.calendar_icon_point,
.clock_img {
  border-bottom: 1px solid#ccc;
  padding-bottom: 30px;
}

.business_center p,
.age_box p,
.calendar_icon p,
.clock_box p,
.price_button p {
  margin: 0;
  line-height: 33px;
}

.loaction_parent p {
  line-height: 24px;
  font-size: 14px;
}

.age_box p {
  text-align: center;
}

.business_center p {
  margin: 0;
  text-align: center;
}

.price_button {
  margin-left: 50px;
}

.borderBox {
  min-height: 167px;
  display: flex;
  flex-wrap: wrap;
}

.borderBox > * {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}

.borderBox > :last-child {
  align-self: flex-end;
  padding-bottom: 10px;
}

.location_box img {
  max-height: 45px;
}

.location_box {
  background-image: linear-gradient(#fff, #fffff5);
}

.price_button button {
  padding: 5px 15px;
  background: transparent;
  border: 2px solid#ccc;
  margin: 10px 0 0;
  color: #fff;
  white-space: nowrap;
}

.price_button {
  border-radius: 20px;
  background-image: linear-gradient(#e81c1c, #9b0202);
  border-color: #b00000;
  border: none;
  color: #fff;
}

.price_button span {
  font-size: 29px;
  font-weight: bold;
}

/*CALENDAR CSS*/

.fc-left .fc-button-primary {
  background-color: #b3b3b3;
  border-color: #fff;
}

.fc-right .fc-button-primary {
  background-color: #b3b3b3 !important;
  border-color: #fff !important;
}

.fc-left .fc-button-primary:disabled {
  background-color: #393939;
  border-color: #fff;
}

.fc-left .fc-button-primary:not(:disabled):active,
.fc-button-primary:not(:disabled).fc-button-active {
  background-color: #b3b3b3 !important;
  border-color: #fff !important;
}

.fc-button-primary {
  background-color: #7d7d7d;
  border-color: #fff;
}

.fc-left .fc-toolbar {
  margin: 25px 0 !important;
}

.fc-left .fc-button-primary:hover {
  background-color: #7d7d7d;
  border-color: #fff;
}

.fc-left .fc-button-group {
  padding: 20px 0;
}

.user_manage #locale-selector {
  width: 100px;
}

.user_manage.dashboard_wrapper #calendar table:not(.unstyle) th {
  padding: 20px 2px;
}

.dashboard_wrapper #calendar table:not(.unstyle) tr {
  background: #eee;
}

.dashboard_wrapper #calendar table:not(.unstyle) tr {
  border-bottom: 1px solid #d5d5d5 !important;
}

#calendar .fc .fc-row .fc-content-skeleton table,
#calendar .fc .fc-row .fc-content-skeleton td,
#calendar .fc .fc-row .fc-mirror-skeleton td {
  border-color: #fff !important;
}

#calendar .fc-dayGrid-view td.fc-week-number > * {
  color: #555 !important;
  font-weight: bold;
}

.dashboard_wrapper #calendar table:not(.unstyle) td {
  color: #555 !important;
  font-weight: bold;
}

#calendar .fc-sun,
#calendar .fc-sat {
  color: #212529;
  font-weight: bold !important;
}

.dashboard_wrapper #calendar table:not(.unstyle) td {
  border: 1px solid #fff;
}

#calendarModal #add_event .row {
  justify-content: space-around !important;
}

#calendarModal #add_event button {
  display: block;
  margin: auto;
}

#calendar .fc-dayGrid-view .fc-day-numbe {
  padding: 0;
}

/*CALENDAR CSS*/

/*ALL COACH AVAILABILITY*/

#availability ul li {
  border-bottom: 1px solid #f3f1f1;
  padding: 5px 0;
}

/*.availabilities{padding:0px 25px;}
*/

.calendar_availability .fc .fc-row .fc-content-skeleton table,
#calendar .fc .fc-row .fc-content-skeleton td,
#calendar .fc .fc-row .fc-mirror-skeleton td {
  border-color: #fff !important;
}

.dashboard_wrapper .calendar_availabilityr table:not(.unstyle) td {
  color: #555 !important;
  font-weight: bold;
}

.calendar_availability .fc-sun,
.calendar_availability .fc-sat {
  color: #212529;
  font-weight: bold !important;
}

.dashboard_wrapper .calendar_availability table:not(.unstyle) td {
  border: 1px solid #fff;
}

.calendar_availability .calendar_availability .row {
  justify-content: space-around !important;
}

#calendarModal #add_event button {
  display: block;
  margin: auto;
}

.calendar_availability .fc-dayGrid-view .fc-day-numbe {
  padding: 0;
}

.dashboard_wrapper .calendar_availability table:not(.unstyle) tr {
  background-color: #f9f9f9;
}

.dashboard_wrapper .calendar_availability table:not(.unstyle) th,
.dashboard_wrapper .calendar_availability table:not(.unstyle) td {
  color: #212529;
}

.dashboard_wrapper .calendar_availability table:not(.unstyle) tr {
  color: #fff;
  background-color: #f9f9f9;
}

/*ALL COACH AVAILABILITY*/

/*BOOKINGPAGE PAGE CSS*/

.search-section {
  background-color: #ececec !important;
}

#home_search_box {
  background: #ececec;
}

#search-section strong {
  color: #212529 !important;
}

#Bypostcode #search_postcode.btn-danger {
  border-radius: 0;
}

.search-section.text-white {
  color: #212529 !important;
}

.btn-danger:hover {
  color: #212529;
  background-color: #fff;
}

.loaction_parent p {
  padding-left: 5px;
}

.dateBooked {
}

/*BOOKINGPAGE PAGE CSS*/

/*#view_venue{background:#ececec;padding:13px 0;}
*/

.fc-row:first-child table {
  pointer-events: none;
}

.darkBorder {
  border: 2px solid black;
  border-radius: 10px;
}

.dashboard_wrapper .table th a {
  color: #fff;
}

.dashboard_wrapper td a.btn i {
  width: 13px;
  text-align: center;
}

/*RESUME PROFILE TEMPLATE CSS HERE*/

.resumeProfileBlock .leftProfile {
  width: 280px;
  max-width: 100%;
}

.resumeProfileBlock .rightProfile {
  width: calc(100% - 300px);
}

.profileData {
  padding-left: 30px;
}

.profileDataList li {
  list-style: none;
  padding: 5px 0;
}

.profileDataList li strong {
  display: inline-flex;
  width: 150px;
}

.bottomDataList li {
  width: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.wrrapper_ref .fa-3x {
  color: #d61f26;
}

.wrrapper_ref + .wrrapper_ref {
  margin-left: 10px;
}

.attachmentsBlock {
  background: #f9f9f9;
  padding: 40px;
  border: 1px solid #ccc;
  margin-top: 35px;
}

.bookplace {
  width: 100%;
  float: left;
  clear: both;
  margin: 0 0 60px;
}

.bookplace button.site_button_default {
  padding: 1rem 3rem !important;
}

.dashboard_wrapper table .btn.btn-primary .glyphicon-eye-open {
  color: #000;
}

.add_day {
  position: absolute;
  right: 40px;
  top: 5px;
  background: #dadada;
}

.delDate {
  position: absolute;
  right: 40px;
  top: 5px;
  color: #fff !important;
}

.inner.show .dropdown-menu {
  max-height: 200px;
}

/*---------------09-01-2020-------------  */

::-webkit-scrollbar {
  width: 9px;
  height: 9px !important;
}

::-webkit-scrollbar-thumb {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: #e5e5e5;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}

/*SCHOOL-&-CLUBS CSS HERE 23 JAN*/

.sub_pages_links .wp-block-image {
  position: relative;
}

.sub_pages_links .wp-block-image a::after {
  background: #d01919;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 12px rgba(251, 226, 60, 0.56);
  box-shadow: 0 0 0 12px rgba(208, 25, 25, 0.45);
  content: "+";
  color: #fff;
  display: inline-block;
  font: bold 14px/20px "Montserrat", sans-serif;
  height: 20px;
  width: 20px;
  position: absolute;
  left: 50%;
  opacity: 0;
  filter: alpha(opacity=0);
  top: 40%;
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.sub_pages_links .wp-block-image a:hover::after {
  font: bold 34px/60px "Montserrat", sans-serif;
  height: 60px;
  width: 60px;
  opacity: 1;
  filter: alpha(opacity=100);
}

.sub_pages_links .wp-block-image figcaption {
  text-align: center;
  text-transform: uppercase;
  padding: 0;
  font-size: 22px;
  font-family: "Oswald", sans-serif;
  color: #212529;
}

#page-banner {
  text-align: center;
  position: relative;
  background-color: #000;
  color: #ffffff;
  height: 450px;
  overflow: hidden;
}

.bg-image {
  background-size: cover;
  background-position: center center;
}

.overlay {
  position: relative;
  height: 100%;
  width: 100%;
  z-index: 2;
}

.inner {
  padding-top: 50px;
}

h1 {
  color: #ffffff;
  margin: 0 auto;
}

.video_wrap {
  height: 450px;
  width: 100%;
  position: absolute;
  left: 0;
  overflow: hidden;
  top: 0;
  padding-bottom: 56.5%;
}

iframe {
  height: 100%;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}

#page-banner .overlay {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
}

/*SCHOOL-&-CLUBS CSS HERE 23 JAN*/

.courses_camps_Block .owl-carousel .owl-video-wrapper {
  position: unset;
}

#all_download_forms h1 {
  color: #010101;
  margin: 20px 0;
}

.video_banner video {
  position: unset;
  height: 450px;
}

.video_banner {
  position: relative;
}

.video_banner .item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.content_parent {
  position: absolute !important;
  left: 0;
  right: 0;
  bottom: 0;
}

#page-banner .overlay .inner {
  position: absolute !important;
  bottom: 0 !important;
  width: 100%;
}

.video_banner .content_parent {
  position: unset;
}

.logs_section .logo_box {
  box-shadow: unset;
}

.banner_image_block .sports_bloack {
  display: flex;
  justify-content: center;
  align-items: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #000;
  background-size: cover;
}

.sports_bloack {
  position: relative;
}

.position h1 {
  position: unset;
  width: 100%;
}

/**************select2 css (Start) ***************/

.select2-container--default .select2-selection--single {
  background-color: transparent;
  border: 1px solid #ced4da;
  border-radius: 0;
  height: 40px;
  padding: 2.5px 12px;
  line-height: 33px;
  display: block;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  top: 6px;
  right: 6px;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__placeholder {
  color: #fff;
  line-height: 33px;
  display: block;
}

/**************select2 css (End) ***************/

/**************27-7-2021 css  ***************/

.welcome .banner_section .space {
  padding: 40px 0 30px;
}

/*SITE RESPONSIVE CSS ENDS HERE*/
body.welcome {
  background: #010100;
}

.newsletterPopup h5 {
  color: #000;
  text-align: center;
  margin-bottom: 2rem;
}

.newsletterPopup .modal-body {
  padding-bottom: 2rem;
}

.newsletterPopup .form-group input {
  border-radius: 0;
  height: 50px;
  background: #f5f5f5;
  border: 1px solid #e5e5e5;
}

.newsletterPopup input.button {
  width: 100%;
  height: 50px;
  background: #d01919;
  border: none;
  outline: none;
  color: #fff;
  padding: 0;
  font-size: 16px;
  line-height: 1.6;
  border-radius: 0.25rem;
}

.newsletterPopup .modal-body {
  padding: 1.2rem 3rem 2rem 3rem;
}

div#mce-success-response {
  color: #000;
  text-align: center;
  margin-top: 1rem;
}

a.read_more_button {
  color: aliceblue;
  background: #db2e34;
  padding: 10px 15px;
  padding-right: 18px;
  border-radius: 4px;
  text-align: center;
  margin: 0 auto;
  width: 150px;
  outline: none;
  /*font-family: 'Univers LT Std';*/
  display: block;
  position: relative;
  z-index: 2;
}

.newslatter_section .subscribe_btn button {
  background: #db2e34;
  padding: 10px 15px;
  padding-right: 18px;
  border-radius: 4px;
  text-align: center;
  float: none;
  margin-top: 20px;
  border: none;
  outline: none;
}

.newslatter_section .subscribe_btn {
  text-align: center;
  margin-bottom: 0;
  margin-top: 1rem;
}

footer .newsletter .button {
  background: #db2e34;
  padding: 8px 15px;
  padding-right: 18px;
  border-radius: 4px;
  text-align: center;
  float: right;
  border: none;
  color: #fff;
}

footer .newsletter input.email {
  border-radius: 4px;
  height: 38px;
  background: #f5f5f5;
  border: 1px solid #e5e5e5;
  margin-right: 3px;
  padding-left: 12px;
  width: 100%;
}

.siteNavigation ul li .subMenu li:last-child a {
  margin-left: 0;
}

/* 24-feb-2023 */

.thankyou-wraper {
  background: #f3f6ee;
  padding: 60px 50px;
  position: relative;
}

.thankyou-wraper::before {
  content: "";
  background: #d0383f;
  position: absolute;
  top: 0;
  left: 0;
  width: 90%;
  height: 100%;
  clip-path: polygon(0 0, 0 51%, 33% 0);
}

.checkimage {
  margin: 0 auto;
  max-width: 40px;
}

.checkimage img {
  width: 100%;
}

.thankyou-wraper h2 {
  color: #000;
  font-size: 56px;
  font-style: normal;
  font-weight: bold;
  line-height: 70px;
  letter-spacing: normal;
  text-align: center;
  margin: 30px 0 15px;
}

.thankyou-wraper p {
  color: #695f61;
  font-weight: 500;
  text-align: center;
  font-size: 16px;
  line-height: 22px;
  max-width: 500px;
  margin: 0 auto;
}

.thankyou-wraper .row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -20px;
  margin-left: -20px;
  padding-top: 50px;
}

.thankyou-wraper .row .colmn {
  max-width: 50%;
  width: 100%;
  padding: 0 20px;
}

.thankyou-wraper .white_box {
  background: #fff;
  padding: 50px 30px;
  text-align: center;
  height: 100%;
}

.thankyou-wraper .white_box ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.thankyou-wraper .white_box ul li {
  display: inline-block;
  margin: 0 4px;
}

.thankyou-wraper .white_box h3 {
  font-size: 25px;
  margin: 0 0 25px;
}

.thankyou-wraper .white_box .visitBtn {
  color: #ffffff;
  font-weight: 600;
  font-size: 16px;
  line-height: normal;
  display: inline-block;
  background: #d0383f;
  margin: 0 auto;
  border-radius: 5px;
  border: 2px solid #d0383f;
  padding: 12px 15px;
}

.thankyou-wraper .white_box .visitBtn:hover {
  background: transparent;
  color: #d0383f;
}

.subscribe_btn .btn {
  margin: 0 auto;
  display: block;
  float: none;
}

/******New Css added 20-03-2024********/

.form-steps-wrapper {
  position: relative;
  max-width: 450px;
  margin: auto;
}

.form-steps-wrapper .form-steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 0;
  padding: 0;
  margin: 0;
  list-style: none;
}

.form-steps-wrapper .form-steps li {
  position: relative;
  text-align: center;
}

.form-steps-wrapper .form-steps li:before {
  content: "";
  position: absolute;
  right: 50%;
  top: 28px;
  width: 100%;
  height: 1px;
  background-color: #3a414a;
  z-index: -1;
}

.form-steps-wrapper .form-steps li.active:before {
  background-color: #fc1313;
}

.form-steps-wrapper .form-steps li:first-child:before {
  display: none;
}

.form-steps-wrapper .form-steps .step-number {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: 51px;
  height: 51px;
  border-radius: 26px;
  background: #ffffff;
  border: 1px solid #3a414a;
  margin: auto;
}

.form-steps-wrapper .form-steps li.active .step-number {
  background: transparent;
  background-image: linear-gradient(
    -4deg,
    #ff9494 0%,
    #fd4d4d 57%,
    #fc1313 100%
  );
}

.form-steps-wrapper .form-steps .step-text {
  color: #fc1313;
}

.form-steps-wrapper .form-steps .step-text p {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  justify-content: center;
  max-width: 100px;
  margin: auto;
  min-height: 50px;
}

.form-steps-wrapper .step-number p {
  margin: 0;
}

.form-steps-wrapper h1 {
  font-family: unset;
  font-weight: 700;
  margin: 0 0 1.5rem;
}

.add_child_wrapper .accordion-contianer .accordion {
  position: relative;
}

.add_child_wrapper .accordion-contianer .accordion::after {
  content: "";
  border: solid black;
  border-width: 0px 1.5px 1.5px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  margin: 0 0 0 7px;
  position: relative;
  top: -4px;
}

.add_child_wrapper .accordion-contianer .accordion.active::after {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-136deg);
  top: 0px;
}

.add_child_wrapper .accordion-contianer .accordion {
  font-weight: bold;
  margin-left: 25px;
}

.verify-account-landingpage {
  padding: 104px 0;
  text-align: center;
}

.verify-account-landingpage .btn-primary {
  background: #db2e34;
  padding: 10px 15px;
  border: 0;
  min-width: 150px;
  text-transform: uppercase;
  margin-top: 40px;
  border: 1px solid #db2e34;
}

.verify-account-landingpage .btn-primary:hover {
  background: #ffffff;
  color: #db2e34;
}

.custom-iframe iframe {
  position: unset;
}

.form-steps-wrapper h1 {
  font-family: unset;
  font-weight: 700;
  margin: 0 0 1.5rem;
}

.thank-you-page .container {
  padding-bottom: 60px;
}

.newsletterPopup .modal-content .modal-header {
  padding: 0;
}

.newsletterPopup .modal-header .close {
  background: #fff;
  border-radius: 100%;
  opacity: 1;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-shadow: none;
  text-align: center;
  padding: 0;
  box-shadow: 0px 0px 10px #999595;
}

/* .venue_id_main select#venue_id {
    width: 100% !important;
    margin: 0 0 4px;
} */

/***** New Css end **************/

.red-btn a {
  background-color: #cf2e2e !important;
}

.left-sidebar-dash aside#left-panel {
  height: 100%;
}

.left-sidebar-dash .sidebar .side-menu > li > a {
  border-bottom: 1px solid #716d6d;
}

.left-sidebar-dash .sidebar .side-menu li.hasMenu .drpdwn {
  padding: 10px 0;
  background: #555;
  border-bottom: 1px solid #716d6d;
}

.left-sidebar-dash .sidebar .side-menu > li:last-child {
  border: 0;
}

.left-sidebar-dash .sidebar .side-menu li.hasMenu .drpdwn a {
  background: #555 !important;
  padding: 7px 20px !important;
}

.left-sidebar-dash .sidebar .side-menu > li .drpdwn a {
  border: 0;
}

.left-sidebar-dash .sidebar {
  padding-bottom: 40px;
  background: #373737;
  height: 100%;
}

.table-records .table-responsive {
  max-height: 500px;
}

.table-records .table-responsive table {
  margin: 0;
}

.thank-you-page {
  margin: 60px 0px 0px 0px;
}

main.app-content .login_user_form .left_block .btn,
main.app-content .user_signup_form .left_block .btn {
  background: #0f0f0f !important;
}

main.app-content .login_user_form .left_block .btn + .btn,
main.app-content .user_signup_form .left_block .btn + .btn {
  background: #fff !important;
  color: #d01919 !important;
}

.login_user_form .right_block .form-check {
  padding: 0;
}

.dashboard_wrapper div.user_order_details {
  box-shadow: none;
  background: #fff;
  padding: 30px;
}

.dashboard_wrapper div.user_order_details h3 {
  border-bottom: 1px solid #ddd;
  padding: 0 0 10px;
  margin: 0 0 12px;
}

.dashboard_wrapper div.user_order_details .order-details .address {
  margin: 30px 0;
}

.dashboard_wrapper div.user_order_details .booking-details table {
  box-shadow: none;
}

.main-dash.user-booking-listing-page {
  background: #fff;
  padding: 30px;
}

.card.count_card h6 {
  line-height: 1.2rem;
}

.card.count_card {
  padding: 15px;
  min-height: 105px;
  align-items: center;
  justify-content: center;
}

.wp-block-button__link:not(.has-background) {
  background: #32373c;
}

.wp-block-button__link:not(.has-text-color) {
  color: #fff !important;
}

.wp-block-button.is-style-outline
  > .wp-block-button__link:not(.has-background) {
  border: 2px solid rgb(0, 0, 0);
}

.wp-block-button.is-style-outline
  > .wp-block-button__link:not(.has-text-color) {
  color: rgb(0, 0, 0) !important;
}

.wp-block-file .wp-block-file__button {
  background: #32373c;
  border-radius: 2em;
  color: #fff;
}

/* Background Colors */

.has-vivid-red-background-color {
  background: rgb(207, 46, 46);
}

.has-black-background-color {
  background: #000000;
}

.has-cyan-bluish-gray-background-color {
  background: rgb(171, 184, 195);
}

.has-pale-pink-background-color {
  background: rgb(247, 141, 167);
}

.has-luminous-vivid-orange-background-color {
  background: rgb(255, 105, 0);
}

.has-luminous-vivid-amber-background-color {
  background: rgb(252, 185, 0);
}

.has-light-green-cyan-background-color {
  background: rgb(123, 220, 181);
}

.has-vivid-green-cyan-background-color {
  background: rgb(0, 208, 132);
}

.has-pale-cyan-blue-background-color {
  background: rgb(142, 209, 252);
}

.has-vivid-cyan-blue-background-color {
  background: rgb(6, 147, 227);
}

.has-vivid-purple-background-color {
  background: rgb(155, 81, 224);
}

.has-blue-background-color {
  background: #3490dc;
}

.has-indigo-background-color {
  background: #6574cd;
}

.has-purple-background-color {
  background: #9561e2;
}

.has-pink-background-color {
  background: #f66d9b;
}

.has-red-background-color {
  background: #d61f26;
}

.has-orange-background-color {
  background: #f6993f;
}

.has-yellow-background-color {
  background: #ffed4a;
}

.has-green-background-color {
  background: #38c172;
}

.has-teal-background-color {
  background: #4dc0b5;
}

.has-cyan-background-color {
  background: #6cb2eb;
}

.has-white-background-color {
  background: #ffffff;
}

.has-gray-background-color {
  background: #6c757d;
}

.has-gray-dark-background-color {
  background: #343a40;
}

.has-primary-background-color {
  background: #3490dc;
}

.has-secondary-background-color {
  background: #6c757d;
}

.has-success-background-color {
  background: #38c172;
}

.has-info-background-color {
  background: #6cb2eb;
}

.has-warning-background-color {
  background: #ffed4a;
}

.has-danger-background-color {
  background: #e3342f;
}

.has-light-background-color {
  background: #f8f9fa;
}

.has-dark-background-color {
  background: #343a40;
}

/* Text Colors */

.has-cyan-bluish-gray-color {
  color: rgb(171, 184, 195) !important;
}

.has-black-color {
  color: #000000 !important;
}

.has-pale-pink-color {
  color: rgb(247, 141, 167) !important;
}

.has-vivid-red-color {
  color: rgb(207, 46, 46) !important;
}

.has-luminous-vivid-orange-color {
  color: rgb(255, 105, 0) !important;
}

.has-luminous-vivid-amber-color {
  color: rgb(252, 185, 0) !important;
}

.has-light-green-cyan-color {
  color: rgb(123, 220, 181) !important;
}

.has-vivid-green-cyan-color {
  color: rgb(0, 208, 132) I !important;
}

.has-pale-cyan-blue-color {
  color: rgb(142, 209, 252) !important;
}

.has-vivid-cyan-blue-color {
  color: rgb(6, 147, 227) !important;
}

.has-vivid-purple-color {
  color: rgb(155, 81, 224) !important;
}

.has-blue-color {
  color: #3490dc !important;
}

.has-indigo-color {
  color: #6574cd !important;
}

.has-purple-color {
  color: #9561e2 !important;
}

.has-pink-color {
  color: #f66d9b !important;
}

.has-red-color {
  color: #d61f26 !important;
}

.has-orange-color {
  color: #f6993f !important;
}

.has-yellow-color {
  color: #ffed4a !important;
}

.has-green-color {
  color: #38c172 !important;
}

.has-teal-color {
  color: #4dc0b5 !important;
}

.has-cyan-color {
  color: #6cb2eb !important;
}

.has-white-color {
  color: #ffffff !important;
}

.has-gray-color {
  color: #6c757d !important;
}

.has-gray-dark-color {
  color: #343a40 !important;
}

.has-primary-color {
  color: #3490dc !important;
}

.has-secondary-color {
  color: #6c757d !important;
}

.has-success-color {
  color: #38c172 !important;
}

.has-info-color {
  color: #6cb2eb !important;
}

.has-warning-color {
  color: #ffed4a !important;
}

.has-danger-color {
  color: #e3342f !important;
}

.has-light-color {
  color: #f8f9fa !important;
}

.has-dark-color {
  color: #343a40 !important;
}

/* Gradient Backgrounds */

.has-blue-gradient-gradient-background {
  background: linear-gradient(45deg, #3490dc, #6574cd);
}

.has-indigo-gradient-gradient-background {
  background: linear-gradient(45deg, #6574cd, #9561e2);
}

.has-purple-gradient-gradient-background {
  background: linear-gradient(45deg, #9561e2, #f66d9b);
}

.has-pink-gradient-gradient-background {
  background: linear-gradient(45deg, #f66d9b, #d61f26);
}

.has-red-gradient-gradient-background {
  background: linear-gradient(45deg, #d61f26, #f6993f);
}

.has-orange-gradient-gradient-background {
  background: linear-gradient(45deg, #f6993f, #ffed4a);
}

.has-yellow-gradient-gradient-background {
  background: linear-gradient(45deg, #ffed4a, #38c172);
}

.has-green-gradient-gradient-background {
  background: linear-gradient(45deg, #38c172, #4dc0b5);
}

.has-teal-gradient-gradient-background {
  background: linear-gradient(45deg, #4dc0b5, #6cb2eb);
}

.has-cyan-gradient-gradient-background {
  background: linear-gradient(45deg, #6cb2eb, #3490dc);
}

.has-white-gradient-gradient-background {
  background: linear-gradient(45deg, #ffffff, #f8f9fa);
}

.has-gray-gradient-gradient-background {
  background: linear-gradient(45deg, #6c757d, #343a40);
}

.has-gray-dark-gradient-gradient-background {
  background: linear-gradient(45deg, #343a40, #6c757d);
}

.has-primary-gradient-gradient-background {
  background: linear-gradient(45deg, #3490dc, #6574cd);
}

.has-secondary-gradient-gradient-background {
  background: linear-gradient(45deg, #6c757d, #343a40);
}

.has-success-gradient-gradient-background {
  background: linear-gradient(45deg, #38c172, #4dc0b5);
}

.has-info-gradient-gradient-background {
  background: linear-gradient(45deg, #6cb2eb, #3490dc);
}

.has-warning-gradient-gradient-background {
  background: linear-gradient(45deg, #ffed4a, #f6993f);
}

.has-danger-gradient-gradient-background {
  background: linear-gradient(45deg, #e3342f, #d61f26);
}

.has-light-gradient-gradient-background {
  background: linear-gradient(45deg, #f8f9fa, #ffffff);
}

.has-dark-gradient-gradient-background {
  background: linear-gradient(45deg, #343a40, #6c757d);
}

figure.wp-block-image.aligncenter {
  display: block;
}

.wp-block-embed.is-type-video {
  position: relative;
  padding-top: 55%;
}

/*************************** CUSTOM RESPONSIVE CSS STARTS HERE ***************************/

/*************************** CUSTOM RESPONSIVE CSS STARTS HERE ***************************/

@media (min-width: 280px) and (max-width: 579px) {
  .h3,
  h3 {
    font-size: 24px;
  }

  .categories_Block_inner h1 {
    margin: 0 0 20px;
  }

  .banner_inner {
    align-items: flex-end !important;
  }

  .modal-content {
    max-height: 85vh;
  }

  .homeNewsBlock .newsRow,
  .homeNewsBlock .newsItem {
    display: block;
  }

  .homeNewsBlock .newsItem:not(:last-child) {
    margin-bottom: 35px;
  }

  #calendarModal .modal-content {
    max-height: 90vh;
    overflow-y: auto;
  }

  .modal .modal-dialog {
    max-width: 90%;
  }

  form#addcoupon .form-group {
    width: 100%;
  }

  .postcodeForm .form-inline {
    max-width: unset;
  }

  .dashboard_wrapper .col-md-9 form label + .col-md-10 {
    padding-left: 0;
    padding-right: 0;
  }

  #reset_points {
    min-width: 110px;
  }

  .dashboard_wrapper .col-md-9 > h1 .d-flex > form {
    width: 100%;
  }

  .parent_Wrapper .nav-item .nav-link {
    padding: 0.5rem 12px;
  }

  .footer_bloks form {
    margin: 30px 0 0;
  }

  .badge-success,
  .badge-danger {
    padding: 7px 12px;
    font-size: 100%;
    font-weight: normal;
  }

  .progressbar_box {
    flex-wrap: wrap;
    padding: 15px 10px;
  }

  ._ps_totale {
    width: 100%;
    word-break: break-word;
  }

  .fa-4x {
    font-size: 3em;
  }

  ._ps_data {
    width: 80%;
  }

  .user_referal label,
  .coach_referal label {
    display: block;
  }

  form#addcoupon .form-group input {
    width: 100%;
    margin: 0 0 15px;
  }

  .claim_block .nav-tabs .nav-link {
    padding: 7px 28px;
  }

  form#addcoupon .form-group button {
    margin-left: 0;
  }

  .space {
    padding: 40px 0;
  }

  .claim_block div#social-links ul {
    justify-content: flex-start;
  }

  .building_confidance_inner {
    flex-direction: column;
  }

  .building_img img {
    margin: 40px 0 0;
    max-height: 250px;
  }

  .invitefriend .modal-content {
    max-height: 85vh;
    overflow-y: auto;
    overflow-x: hidden;
  }

  .building_img {
    text-align: center;
  }

  .banner_text h1 {
    font-size: 19px;
    line-height: 27px;
  }

  .blog_yellow,
  .blog_gary,
  .sports_blocks_inner {
    flex-direction: column;
    margin-top: 20px;
  }

  .sports_Blocks_section .row {
    flex-direction: column;
  }

  .building_confidance {
    text-align: center;
  }

  .about_slider {
    padding: 70px 18px 40px;
  }

  .about_section .owl-theme .owl-dots {
    bottom: -30px;
  }

  .categories h4 {
    font-size: 16px;
  }

  .find_a_camp input,
  .find_a_camp .nice-select {
    width: 100%;
  }

  .find_a_camp {
    display: block;
    margin: auto;
    text-align: center;
  }

  .img_parent img {
    width: 100%;
  }

  .order_content_title .main_order_content {
    flex-wrap: wrap;
  }

  .order_content_block .order_content_title .main_order_content > div {
    width: 100%;
  }

  .order_content_title .main_order_content > div.order_content_second {
    text-align: left;
  }

  .order_content_title .main_order_content > div.order_content_second h1,
  .order_content_title .main_order_content > div.order_content_second h1 span {
    line-height: 30px;
  }

  .order_content_title .main_order_content > div.order_content_second h1 span {
    display: inline-block;
    margin-left: 15px;
    font-size: 24px;
  }

  #home_search_block .row .course_filters {
    display: unset !important;
    grid-template-columns: unset !important;
  }

  #home_search_block .search_title_custom {
    width: 100%;
  }

  .search-section #Bypostcode {
    display: grid;
    grid-template-columns: 30px auto auto;
    grid-gap: 10px;
  }

  #Bypostcode #search_postcode.btn-danger {
    width: 300px;
  }

  #home_search_box {
    padding: 0;
  }

  .search-section {
    padding: 0 !important;
  }

  .postcodeForm .col-6 {
    margin: 0;
  }

  #home_search_block .select_css {
    font-size: 14px;
    width: 100%;
    background-position: right 10px center !important;
    margin: 0 0 12px !important;
  }

  .search_box_btn {
    font-size: 0;
    width: 40px;
    background-position: center !important;
  }

  .forms_listing {
    padding-bottom: 0px;
  }

  .inner_loder {
    position: absolute;
    z-index: 3;
  }

  #home_search_block .tabsRow {
    flex-wrap: unset;
  }

  .submit_select_jars {
    margin: 0 !important;
  }

  #home_search_block .select_css + .select_css {
    margin-top: 0 !important;
  }

  #home_search_block_box .submit_select_jars {
    margin: 0 !important;
  }

  #search_product {
    line-height: 36px;
    height: 40px;
  }

  #course_filters {
    grid-gap: 10px;
  }

  #home_search_block {
    padding: 30px 0 0;
  }

  .price_button span {
    font-size: 17px;
  }

  .price_button {
    padding: 5px 10px !important;
  }

  body .price_button {
    margin: 30px 20px 0;
  }

  .price_button button {
    padding: 5px 6px;
  }

  .location_box .price_button {
    padding: 7px 10px !important;
  }

  .location_box {
    margin: 0;
    padding: 10px 0 !important;
  }

  .loaction_header {
    padding: 15px 0 0;
  }

  #course_filters {
    padding: 0px;
  }

  #Bypostcode #search_postcode.btn-danger {
    width: 100px;
  }

  .search-section form input {
    width: 169px !important;
  }

  .search-section {
    margin: 0 !important;
  }

  .invitefriend button.close {
    right: 10px;
    top: 13px;
  }

  .search_title_custom h1 {
    font-size: 13px !important;
  }

  body .price_button {
    margin: 21px 20px 0;
  }

  body .location_box {
    border-bottom: 1px solid #ccc;
  }

  .invitefriend .modal-content {
    width: 95%;
    display: block;
    margin: auto;
  }

  .loyalty_rewards_program {
    padding: 15px 0px;
  }

  .respest_password .user_pass {
    margin: 0;
  }

  .respest_password .user_pass h2 {
    font-size: 20px;
  }

  .respest_password .user_pass p {
    margin: 0;
  }

  .respest_password input {
    width: calc(100% - 50px);
    margin-right: 10px !important;
  }

  .dashboard_wrapper .col-md-9 > h1 {
    font-size: 23px;
    display: block;
  }

  .dashboard_wrapper .col-md-9 > h1 > a {
    margin-top: 20px;
    display: block;
    max-width: 125px;
  }

  .search-section form {
    flex-wrap: wrap;
    justify-content: center;
    padding: 0px;
  }

  .search-section form input {
    margin-bottom: 15px;
    margin-right: 0 !important;
  }

  .filter_forms form {
    width: 100%;
  }

  .filter_forms form + form {
    margin-top: 30px;
  }

  .bookingcartManageRow {
    padding: 10px 15px 30px;
  }

  .search-section form i {
    display: none;
  }

  .productItemGrids {
    grid-template-columns: 1fr;
  }

  .alert {
    padding: 0.75rem 10px;
  }

  .productItem h3 {
    font-size: 16px;
  }

  .action_block ul {
    grid-template-columns: 1fr;
  }

  .inner_banner_block .row h1 {
    font-size: 26px;
  }

  .swal2-title {
    font-size: 23px;
  }

  .swal2-content {
    font-size: 15px;
  }

  .forms_listing {
    padding-bottom: 0;
  }

  #home_search_box {
    padding: 0;
  }

  .search-section form {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .search-section form input {
    margin-bottom: 0;
    margin-right: 0 !important;
    width: 169px;
  }

  #Bypostcode #search_postcode.btn-danger {
    margin-left: 20px;
  }

  .form-inline.form-group.col-6.mx-auto.row.justify-content-center.text-center {
    margin: 0;
  }

  #home_search_block .submit_select_jars {
    display: inline-block;
    width: auto;
  }

  .user_order_details .nav-tabs .nav-link {
    padding: 15px 0.5rem;
    font-size: 13px;
    border: none !important;
  }

  .user_order_details .nav-tabs li {
    width: 50%;
  }

  .home_search_block_box #course_filters {
    padding: 0;
  }

  .wp-block-columns.three_column_grid {
    margin: 0;
  }

  .wp-block-columns.three_column_grid .wp-block-column {
    width: 100%;
    padding: 0;
    margin: 10px 0 !important;
  }

  .navbar-nav .nav-link {
    font-size: 15px;
  }

  .banner_section h1 {
    font-size: 20px;
  }

  .welcome .banner_section .work_grids {
    display: block;
  }

  .welcome .banner_section .work_grids .grid-item {
    margin-bottom: 20px;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }

  footer .left_block,
  footer .right_block {
    display: block;
  }

  footer .left_block img {
    max-height: 90px;
  }

  footer h4 {
    margin-top: 20px;
  }

  footer .subscribe_btn a {
    float: none;
    max-width: 180px;
  }
  .welcome .banner_section .work_grids .grid-item.active .img_block h4 {
    max-width: 20rem;
    margin: auto;
  }

  .welcome .banner_section .work_grids .grid-item.active .bottom_content {
    min-height: auto;
    padding: 20px 15px 30px;
  }
  
  .newsletterPopup .modal-body div#customForm .quick_form_3_css {
    max-width: 100% !important;
  }

  .newsletterPopup .modal-body {
    padding: 1.2rem 1.5rem 2rem;
  }
}

@media (min-width: 580px) and (max-width: 767px) {
  .action_block ul {
    grid-template-columns: 1fr 1fr;
  }

  .filter_forms form {
    width: 45%;
  }

  .homeNewsBlock .newsItem {
    display: block;
  }

  .homeNewsBlock .newsImg {
    margin-bottom: 12px !important;
  }

  .top_box {
    width: 50%;
  }

  .productItemGrids {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 767px) {
  body,
  html {
    overflow-x: hidden;
  }

  h2 {
    font-size: 24px;
  }

  h1 {
    font-size: 24px;
    line-height: 30px;
  }

  .banner_text br {
    display: none;
  }

  .contactInfoForm [class^="col"] {
    padding-left: 0;
    padding-right: 0;
    overflow: hidden;
  }

  .fullsize > fieldset {
    padding: 0 10px;
  }

  .wp-block-button__link {
    font-size: 15px;
    padding: 12px 15px;
  }

  .sports_bloack {
    min-height: 330px !important;
    background-position: center;
  }

  .sports_bloack .row {
    width: 100%;
  }

  .content h1 {
    font-size: 20px;
    line-height: 32px;
  }

  .builderContent h1,
  .builderContent h2 {
    margin-bottom: 25px;
  }

  .smallFirstTd td:first-child {
    width: 100px;
  }

  .builderContent p {
    font-size: 16px !important;
  }

  .builderContent figcaption br + br {
    display: none;
  }

  .footer_Block_inner .footer_bloks:first-child {
    display: none;
  }

  .referalInputs em {
    display: block;
    font-size: 13.5px;
  }

  .referalInputs em + em {
    margin-top: 15px;
  }

  .smallFirstTd.noWrap td:first-child {
    white-space: nowrap;
  }

  .input-fillter {
    margin-top: 20px;
  }

  .wrrapper_photo img {
    height: auto;
  }

  #Updatecoachprofile .form-group.row a.add_more_file,
  .add_more_file {
    right: 10px;
  }

  html.lockscroll,
  body.lockscroll {
    overflow-y: auto !important;
  }

  .table {
    font-size: 14px;
  }

  .add_day,
  .delDate {
    right: 8px;
    top: 40px;
  }

  .emailEditBlock {
    flex-direction: column-reverse;
  }

  .emailEditBlock .col-sm-9 {
    padding: 0;
  }

  #lineChart > div > div,
  #piechart > div > div {
    height: 160px !important;
    transform: scale(1.15);
  }

  #lineChart,
  #piechart {
    overflow: hidden;
    height: 220px !important;
  }

  .daily_booking.darkBorder {
    margin-bottom: 1.5rem !important;
  }

  .fc-toolbar.fc-header-toolbar {
    margin-bottom: 3.5em;
  }

  .sports_Blocks_section h4 {
    font-size: 13px;
    line-height: 23px;
  }

  .dynamicresponsiveTable.table.bt tbody td {
    padding: 7px 12px;
  }

  .dynamicresponsiveTable tr:nth-of-type(odd) {
    background-color: #eee;
    color: #000;
  }

  .attachmentsBlock {
    padding: 30px 15px;
  }

  .resumeProfileBlock .rightProfile {
    width: 100%;
  }

  .bottomDataList li {
    margin-bottom: 12px;
  }

  .profileData {
    padding-left: 0;
    margin-top: 30px;
  }

  .banner_text h1 {
    font-size: 32px;
    line-height: 40px;
  }

  .find_a_camp_inner h1 {
    margin-bottom: 30px;
  }

  .addressForm .form-group,
  .addressForm .form-group > * {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .table.responsiveTable td,
  .table.responsiveTable th {
    padding: 7px 0.75rem;
  }

  .find_a_camp {
    flex-direction: column;
  }

  .find_a_camp button {
    margin: 40px 0 0;
  }

  .building_img img {
    max-height: 179px;
  }

  .building_confidance_inner {
    align-items: center;
  }

  .building_confidance_Block p {
    font-size: 13px;
    line-height: 23px;
    margin: 12px 0 33px;
  }

  .about_text p {
    font-size: 13px;
    line-height: 24px;
  }

  .logs_section.space {
    padding: unset;
  }

  .headline_Block h4 {
    font-size: 17px;
    line-height: 28px;
    padding: 0 10px;
  }

  .footer_Block_inner {
    grid-template-columns: 1fr;
    grid-gap: 0;
  }

  .footer h4 {
    padding: 15px 0px 15px;
  }

  .img_parent {
    width: 100%;
  }

  .logs_section.space {
    padding: 25px 0px;
  }

  .logs_section .logo_box {
    min-height: 124px;
  }

  .courses_list li {
    font-size: 10px;
  }

  .login_user_form .login_form_row,
  .user_signup_form .login_form_row {
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }

  .login_form_row .left_block {
    display: none !important;
  }

  .dashboard_wrapper.second_wrapper {
    position: relative;
    padding: 0 0 40px;
  }

  .dashboard_wrapper.second_wrapper > .container > .row {
    display: block;
  }

  .mobile-menu-sidebar {
    display: block;
    float: left;
    width: 100%;
    margin: 0;
    position: relative;
  }

  .mobile-menu-sidebar.menu-tab-hideshow a.btn.btn-primary i:before {
    content: "\f00d";
  }

  .mobile-menu-sidebar a.btn.btn-primary {
    position: absolute;
    background: #d61f26;
    height: 40px;
    width: 40px;
    display: block;
    border: 1px solid #d61f26;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    top: 45px;
    color: #fff;
    font-size: 22px;
    padding: 0;
    line-height: 36px;
    z-index: 99;
    left: 0;
  }

  .mobile-menu-sidebar a.btn.btn-primary i {
    cursor: pointer;
  }

  .left-sidebar-dash {
    position: static;
  }

  .left-sidebar-dash #left-panel {
    position: absolute;
    left: 0;
    width: 100%;
    display: block;
    top: 85px;
    z-index: 999998;
  }

  .left-sidebar-dash #left-panel {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: 0.35s;
    -moz-transition: 0.35s;
    -ms-transition: 0.35s;
    -o-transition: 0.35s;
    transition: 0.35s;
  }

  .left-sidebar-dash.hide_show #left-panel {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }

  .order_content_block_list .order_details a {
    display: inline-block;
    position: relative;
  }

  .order_details {
    clear: both;
    margin: 30px 0 0;
  }

  .order_content_block_list ol {
    padding: 0 20px;
  }

  /*/ MENU TOGGLE RESPONSIVE CSS /*/
  .siteNavigation nav li ul.sub-menu {
    position: static;
    padding: 0;
    transform: unset;
    border: 0;
    display: none;
  }

  .siteNavigation nav li ul.sub-menu li {
    width: 100%;
  }

  .siteNavigation {
    display: none !important;
    top: 0;
    bottom: 0;
    left: 0;
    background: #000;
    z-index: 999;
    width: 250px;
    overflow-y: auto;
    max-height: 100vh;
    padding: 42px 0;
    position: fixed;
  }

  .siteNavigation nav ul {
    display: block !important;
  }

  .siteNavigation nav ul li {
    margin: 0;
  }

  .siteNavigation nav ul li a {
    padding: 0 30px;
    line-height: 45px;
    display: block;
  }

  .siteNavigation nav li ul.sub-menu li a {
    padding: 12px 15px;
  }

  .siteNavigation nav li ul.sub-menu .sub-menu {
    border: 0;
    background-color: #777;
  }

  .siteNavigation nav ul li.current-menu-item a {
    color: #fff;
    background: #f77252;
  }

  .siteNavigation {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
  }

  body.menu_active .siteNavigation {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }

  .hide_menu {
    display: block;
  }

  .siteNavigation ul li.menu_active,
  .siteNavigation ul li:hover {
    border-bottom: none;
    margin-bottom: unset;
    transition: unset;
  }

  /*/ MENU TOGGLE RESPONSIVE CSS /*/
  #home_search_block {
    background: #ececec;
    margin-top: 0 !important;
    padding: 15px 0px 10px;
  }

  .login_form_row > div[class*="col-md"] {
    padding: 20px 15px;
  }

  .login_form_row > .col-md-5.left_block {
    margin-top: 35px;
  }

  .borderstyled {
    margin: 12px 0;
  }

  .borderstyled h4 {
    font-size: 18px;
  }

  .filter_forms form .input-group + .input-group {
    margin-top: 15px;
  }

  .filter_forms form input[type="submit"] {
    margin-top: 15px;
  }

  .pagination {
    flex-wrap: wrap;
  }

  td {
    word-break: break-word;
  }

  .chartRow h3.d-flex,
  .chartRow h3.d-flex form {
    margin-top: 20px;
  }

  .dashboard_wrapper .col-md-9 > h1 .btn-group,
  .dashboard_wrapper .col-md-9 .btn-group {
    float: none !important;
    width: 100%;
    margin: 15px 0 0 !important;
    justify-content: flex-end;
  }

  .dashboard_wrapper .col-md-9 td .btn-group {
    margin-top: 0 !important;
  }

  .dashboard_wrapper .col-md-9 > h1 .d-flex {
    flex-wrap: wrap;
  }

  .dashboard_wrapper .col-md-9 > h1 .d-flex > form {
    margin-top: 15px;
  }

  .search_title_custom h1 {
    font-size: 16px;
  }

  #allproduct .mt-4 .col-md-8 {
    margin: 10px 0 0;
    text-align: left !important;
  }

  #allproduct .mt-4 .col-md-8 h5 {
    font-size: 18px;
  }

  .search-section {
    width: 100%;
  }

  .search-section form {
    display: flex;
    align-items: center;
  }

  table.bt tfoot th::before,
  table.bt tfoot td::before,
  table.bt tbody td::before {
    width: 8em;
  }

  table.bt.smallLabels tfoot th::before,
  table.bt.smallLabels tfoot td::before,
  table.bt.smallLabels tbody td::before {
    width: 5.5em;
  }

  #course_filters {
    margin: 0;
  }

  .dashboard_wrapper {
    padding: 40px 0;
    background-position: center;
  }

  .dashboard_wrapper .col-md-9 .parent_Wrapper > table:not(.unstyle) tr,
  #bookorder table tr {
    border-bottom: 1px solid #d6c7c7;
    background: none;
  }

  .dashboard_wrapper .col-md-9 .parent_Wrapper > table:not(.unstyle) tr td,
  .dashboard_wrapper .col-md-9 .parent_Wrapper > table:not(.unstyle) tr th {
    padding: 8px 10;
  }

  .dashboard_wrapper > .container > .row > .col-md-3,
  .dashboard_wrapper > .container > .row > .col-md-9 {
    flex: 0 0 100%;
    max-width: 100%;
    overflow: hidden;
  }

  .dashboard_wrapper > .container > .row {
    flex-direction: column-reverse;
  }

  .dashboard_wrapper > .container > .row > .col-md-9 {
    margin-bottom: 30px;
    border: 0;
    box-shadow: none;
    padding: 22px 15px;
  }

  .dashboard_wrapper .col-md-9 > h1 {
    font-size: 25px;
    margin: 25px 0;
    text-align: center;
  }

  .dashboard_wrapper .col-md-9 form .row {
    margin-left: 0;
    margin-right: 0;
    padding: 0;
  }

  .dashboard_wrapper .col-md-9 form .row .col-md-2:not(:first-child) {
    margin-top: 1rem;
  }

  .dashboard_wrapper .col-md-9 form .row div[class*="col-md"] {
    padding: 0;
  }

  .dashboard_wrapper .col-md-9 form label {
    padding-left: 0;
    padding-right: 0;
    text-align: left !important;
  }

  .coach_registration .login_form_row .left_block p,
  .login_form_row h1 {
    display: none;
  }

  .coach_registration .login_form_row {
    box-shadow: none;
    border-radius: 0;
    flex-direction: column-reverse;
  }

  #navbarSupportedContent {
    position: absolute;
    top: 100%;
    z-index: 99;
    background: #ee3c42;
    left: 0;
    right: 0;
    padding: 10px;
  }

  .navbar-light .navbar-nav .nav-link {
    padding: 8px 15px;
  }

  .coach_registration .login_form_row h2 {
    font-size: 23px;
    font-weight: bold;
    color: #fff;
  }

  .coach_registration .login_form_row .right_block {
    box-shadow: none;
  }

  .coach_registration .login_form_row form .col-md-6 {
    padding: 0;
  }

  .coach_registration .login_form_row form .col-md-6 + .col-md-6 {
    margin-top: 1rem;
  }

  #calendarModal #add_event .row {
    flex-direction: column !important;
  }

  #calendar table thead span {
    font-size: 13px;
  }

  /*Booking Page*/
  .loaction_parent p {
    line-height: 18px;
    font-size: 12px;
  }

  .location_box {
    padding: 20px 0;
  }

  .business_center,
  .age_box,
  .calendar_icon,
  .clock_box {
    margin-right: 0;
  }

  .business_center > p {
    width: 90%;
  }

  .business_center {
    align-items: flex-start !important;
  }

  .business_center p {
    padding-left: 12px;
    padding-right: 4px;
  }

  .business_center img {
    max-height: 62px !important;
    margin: 0;
  }

  body .location_box {
    grid-template-columns: 60% 40%;
  }

  body .calendar_icon {
    padding-left: 45px;
  }

  body .price_button {
    right: 0;
    grid-column-start: 1;
    grid-column-end: 3;
    margin: 35px 20px 0;
  }

  .clock_box {
    flex-wrap: nowrap;
  }

  .clock_box * {
    padding: 0;
  }

  .location_box img {
    max-height: 30px;
  }

  .price_button {
    padding: 15px 15px !important;
  }

  #home_search_block .submit_select_jars {
    padding: 0;
  }

  #home_search_block .select_css {
    margin: 0;
  }

  .welcome .banner_section .work_grids .grid-item .bottom_content > h4 {
    font-size: 18px;
  }

  footer .subscribe_btn button {
    float: none;
  }

  .welcome .banner_section .work_grids .bottom_content {
    display: none;
  }

  .welcome .banner_section .work_grids .grid-item.active .bottom_content {
    display: block;
  }

  .welcome .banner_section .work_grids .grid-item .img_block h4 {
    font-size: 30px;
  }

  footer .left_block .address {
    padding: 0;
  }

  .welcome .banner_section h1 {
    margin-bottom: 30px;
  }

  .quick_links {
    margin: 35px 0 15px;
  }

  footer .left_block img {
    width: auto;
  }

  footer {
    padding: 40px 0 40px;
  }

  .header-inner-wrap .header-user_links ul {
    display: none;
  }

  .welcome .banner_section .work_grids .grid-item {
    height: auto;
  }

  .welcome .banner_section .work_grids .bottom_content,
  .builderContent {
    padding-top: 20px;
    padding-bottom: 0px;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .sports_Blocks_section h4 {
    font-size: 15px;
    line-height: 24px;
  }

  .blog_gary,
  .blog_yellow {
    max-height: 89px;
    min-height: 89px;
  }

  .footer_Block_inner {
    grid-template-columns: 1fr 1fr;
  }

  .headline_Block h4 {
    font-size: 16px;
  }

  .find_a_camp button {
    margin: 30px 0;
  }

  .find_a_camp h2 {
    font-size: 15px;
  }

  .building_img img {
    max-width: 350px;
  }

  .building_confidance_inner {
    align-items: center;
  }

  .dashboard_wrapper > .container > .row > .col-md-9 .col-form-label {
    padding: 0;
  }

  .courses_list li {
    line-height: 28px;
    font-size: 13px;
  }

  .footer h4 {
    font-size: 15px;
  }

  .logs_section .logo_box {
    min-height: 112px;
  }

  .login_form_row > div[class*="col-md"] {
    padding: 30px 20px;
  }

  .dashboard_wrapper .col-md-9 > h1 {
    font-size: 25px;
  }

  .action_block ul {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .filter_forms form {
    width: 48%;
    margin-bottom: 28px;
  }

  .filter_forms form:last-child {
    margin-bottom: 0;
  }

  .dashboard_wrapper .col-md-9 {
    padding: 30px 15px;
  }

  .action_block li a {
    padding: 20px 10px;
  }

  .productItemGrids {
    grid-gap: 25px;
  }

  #left-panel li a {
    padding: 10px;
  }

  #home_search_block .select_css {
    flex: 0 0 45%;
    max-width: 45%;
    margin: 0 15px;
  }

  .search_title_custom h1 {
    font-size: 20px;
  }

  #home_search_block .select_css {
    margin-top: 20px;
  }

  .respest_password .user_pass {
    margin: 0;
  }

  .dashboard_wrapper div.user_order_details {
    padding: 15px;
  }
}

@media (max-width: 1023px) {
  .siteLogo {
    width: 50%;
  }

  .header-user_links {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }

  .welcome .banner_section .work_grids {
    grid-template-columns: 1fr 1fr;
  }

  .postcodeForm .col-6 {
    flex: 0 0 auto;
  }

  body .primaryMenu {
    display: block !important;
    margin-left: 32px;
  }

  ul.subMenu {
    position: static;
    transform: unset !important;
    background: none !important;
    min-width: unset;
  }

  .menu_top_header {
    padding: 10px 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #000;
  }

  .menu_top_header img {
    max-height: 50px;
  }

  .menu_top_header span {
    background: #fff !important;
    top: 11px !important;
  }

  .primaryMenu li {
    margin: 0;
  }

  .container {
    max-width: calc(100% - 30px);
    padding: 0;
    word-break: break-word;
  }

  .user_order_details .parent_Wrapper .tab-content .container {
    max-width: 100%;
  }

  .dashboard_wrapper > .container > .row > .col-md-3 {
    padding: 0;
  }

  .dashboard_wrapper > .container > .row {
    margin-left: 0;
    margin-right: 0;
  }

  #home_search_block .submit_select_jars {
    flex: 0 0 100%;
    max-width: 100%;
    margin-top: 20px;
  }

  #home_search_block .home_search_block_box .search_form {
    padding: 0;
  }

  .search_box_btn {
    text-align: center;
    margin: 0;
    display: inline-block !important;
  }

  .coach_register_form .submit {
    padding-left: 20px;
  }

  #home_search_block .submit_select_jars {
    text-align: center !important;
  }

  /*Booking Page*/
  .location_box {
    display: grid !important;
    grid-template-columns: 55% 45%;
    border: none;
  }

  .age_box {
    border-left: 1px solid #ccc !important;
  }

  .age_icon {
    flex-direction: column-reverse;
    padding: 0;
  }

  .business_center p {
    max-width: unset;
  }

  .age_box,
  .calendar_icon,
  .clock_box,
  .price_button {
    margin: 0;
  }

  .age_icon,
  .calendar_icon_point,
  .clock_img {
    padding-bottom: 0;
  }

  .age_icon,
  .calendar_icon_point,
  .clock_img {
    border: none;
  }

  .age_icon br {
    display: none;
  }

  .age_icon img {
    margin: 0;
  }

  .calendar_icon .dateBooked p img {
    display: none;
  }

  .clock_box > *,
  .calendar_icon > * {
    width: auto !important;
  }

  .price_button {
    margin-top: 35px;
  }

  .age_icon p {
    margin-bottom: 8px;
  }

  .calendar_icon .dateBooked {
    border: none;
    padding: 0;
  }

  .borderBox {
    min-height: unset;
    border: none;
    max-width: unset;
  }

  .calendar_icon > :last-child {
    align-self: center !important;
  }

  .calendar_icon {
    position: relative;
    padding-left: 72px;
  }

  .calendar_icon .calendar_icon_point {
    padding-top: 0;
    display: flex !important;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    align-items: center;
    padding: 0;
  }

  .calendar_icon .calendar_icon_point img {
    max-width: 36px;
  }

  .price_button {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 50px;
    border-radius: 8px;
    position: relative;
    right: -40%;
  }

  .price_button * {
    margin: 0 !important;
  }

  .priceAmount * {
    line-height: 20px;
  }

  .menu_toggle {
    display: block !important;
    margin-left: 32px;
    width: auto;
    height: auto;
  }

  .siteHeader {
    display: flex;
    justify-content: space-between;
    padding: 0 15px;
    align-items: center;
  }

  .mm-panel.mm-panel_opened .mm-navbar {
    text-align: left;
  }

  .mm-panel.mm-panel_opened .mm-navbar .mm-navbar__title {
    padding: 12px 20px;
  }

  .banner_section .work_grids .grid-item .img_block h4 {
    width: 100%;
    padding: 0 15px;
  }

  .siteNavigation nav#primaryNav {
    display: none;
  }

  div#content_page_header_image.sports_bloack {
    min-height: unset !important;
    padding: 20% 0;
  }
}

@media (max-width: 1199px) {
  .courses_camps_Block .owl-carousel .owl-nav button.owl-next {
    right: -18px;
    border: 2px solid #fff;
  }

  .courses_camps_Block .owl-carousel .owl-nav button.owl-prev {
    left: -18px;
    border: 2px solid #fff;
  }

  .coaches_Block .owl-carousel .owl-nav button.owl-prev {
    left: 0 !important;
  }

  .coaches_Block .owl-carousel .owl-nav button.owl-next {
    right: 0 !important;
  }

  .filter_forms form a {
    margin-top: 20px;
  }

  .filter_forms form {
    min-width: 220px;
  }

  .latest-news-block {
    padding: 0 10px;
  }

  .singlepost_php {
    padding: 0 15px !important;
  }

  .search_box_btn {
    margin: 0 8px 0 0;
  }

  #course_filters {
    padding: 0 30px;
  }
}

@media (max-width: 1100px) {
  .responsiveTable:not(.bt) {
    opacity: 0;
  }
}

@media (max-width: 1440px) {
  .header-inner-wrap .siteNavigation nav ul li a {
    font-size: 16px;
    padding: 0px 10px 0px 10px;
  }

  .header-inner-wrap .header-user_links ul li a {
    padding: 5px 10px;
    font-size: 16px;
  }
}

@media (min-width: 1400px) and (max-width: 1700px) {
  .welcome .banner_section .work_grids .grid-item .img_block h4 {
    font-size: 32px;
  }

  .footer_logo img {
    width: 165px;
  }

  footer .left_block .address {
    padding-left: 50px;
    padding-right: 72px;
  }

  footer .left_block {
    flex: 0 0 60%;
    max-width: 60%;
  }

  footer .right_block {
    flex: 0 0 40%;
    max-width: 40%;
  }
}

@media (min-width: 1300px) and (max-width: 1399px) {
  .welcome .banner_section .work_grids .grid-item .img_block h4 {
    font-size: 28px;
  }

  .footer_logo img {
    width: 150px;
  }

  footer .left_block .address {
    padding-left: 50px;
    padding-right: 78px;
  }

  footer .left_block {
    flex: 0 0 60%;
    max-width: 60%;
  }

  footer .right_block {
    flex: 0 0 40%;
    max-width: 40%;
  }
}

@media (min-width: 1024px) and (max-width: 1299px) {
  .blog_gary {
    font-size: 18px;
  }

  .find_a_camp input {
    width: 234px;
  }

  #home_search_block .home_search_block_box .search_form {
    padding: 0;
  }

  .price_button {
    margin-left: 0;
  }

  .welcome .banner_section .work_grids .grid-item .img_block h4 {
    font-size: 25px;
  }

  .welcome .banner_section .work_grids .grid-item.active .img_block h4 {
    font-size: 20px;
  }
  .welcome .banner_section .work_grids .bottom_content:before {
    top: -36px;
    bottom: -50px;
  }

  .footer_logo img {
    width: 150px;
  }

  footer .left_block .address {
    padding-left: 50px;
    padding-right: 30px;
  }

  footer .left_block {
    flex: 0 0 60%;
    max-width: 60%;
  }

  footer .right_block {
    flex: 0 0 40%;
    max-width: 40%;
  }
  
  .banner_section {
    padding-bottom: 85px;
  }
}

@media screen and (max-device-width: 767px) and (orientation: landscape) {
  footer .left_block .address {
    padding-left: 40px;
    padding-right: 40px;
  }

  footer .left_block img {
    width: 130px;
  }

  .quick_links {
    margin: 0;
  }

  footer .right_block {
    display: flex;
    justify-content: center;
    margin-top: 40px;
  }

  footer .right_block .content-box {
    text-align: center;
  }

  footer .subscribe_btn a {
    float: none;
    width: 157px;
    margin: 0 auto;
  }
}

@media (min-width: 580px) and (max-width: 767px) {
  footer .right_block {
    justify-content: flex-start;
    margin-top: 40px;
  }

  footer .subscribe_btn a {
    float: none;
    max-width: 180px;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .welcome .banner_section .work_grids {
    grid-gap: 10px;
  }

  .welcome .banner_section .work_grids .grid-item .img_block h4 {
    font-size: 18px;
  }

  .welcome .banner_section .work_grids .grid-item.active .bottom_content,
    .welcome .banner_section .work_grids .grid-item:hover .bottom_content,
    /*.welcome .banner_section .work_grids .grid-item:focus .bottom_content{padding: 30px 10px 15px;}*/
    .welcome .banner_section .work_grids .bottom_content p {
    font-size: 12px;
  }

  .welcome .banner_section .work_grids .grid-item.active .img_block h4,
  .welcome .banner_section .work_grids .grid-item:hover .img_block h4,
  .welcome .banner_section .work_grids .grid-item:focus .img_block h4 {
    font-size: 16px;
    padding: 0 10px;
    /*bottom:-64px;*/
  }

  /*.welcome .banner_section .work_grids .bottom_content:before{top:-26px;}*/
  .welcome .banner_section h1 {
    margin-bottom: 40px;
  }

  .welcome .banner_section {
    padding-bottom: 20px;
  }

  footer .subscribe_btn button {
    float: none;
  }

  .footer_logo img {
    width: 150px;
  }

  footer .right_block {
    display: flex;
    justify-content: center;
    margin-top: 40px;
  }

  footer .right_block .content-box {
    text-align: center;
  }

  footer .subscribe_btn a {
    float: none;
    width: 157px;
    margin: 0 auto;
  }
  .welcome .banner_section .work_grids .grid-item {
    height: 510px;
  }

  .welcome .banner_section .work_grids .grid-item .bottom_content > h4 {
    font-size: 18px;
  }

  .welcome .banner_section .work_grids .grid-item .bottom_content {
    padding: 20px 15px 15px !important;
  }
}

@media (max-width: 991px) {
  .navbar {
    display: flex;
  }

  .navbar .navbar-toggler {
    border: 1px solid #fff;
    margin-right: 15px;
    padding: 5px 8px;
  }

  .navbar .navbar-toggler .fa-bars {
    color: #fff;
  }

  .navbar-brand img {
    padding-left: 15px;
    max-height: 72px;
  }

  .navbar-nav .nav-link {
    margin: 4px 15px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .navbar-nav .nav-link {
    margin: 0 7px;
  }
  
}

@media (min-width: 1440px) and (max-width: 1499px) {
  .welcome .banner_section .work_grids .grid-item {
    height: 520px;
  }

  .banner_section {
    padding-bottom: 70px;
  }
}

@media (min-width: 1200px) and (max-width: 1650px) {
  .welcome .banner_section .work_grids .bottom_content,
  .welcome .banner_section .work_grids .grid-item.active .bottom_content {
    padding: 6px 15px 15px !important;
  }
}

