/*
@Author: ThemeMascot
@URL: http://ThemeMascot.com
This is the file where you can add your custom styles to change the look of the
theme. But don't modify main-style.css file.
*/
/* Your custom css codes start here: */
#file {
    display: none;
}
.userdashboard_menu > ul > a > li {
    border: 1px solid #dac5c5;
    border-radius: 0.8em;
    padding: 6px;
    background-color: azure;
    padding-left: 21px;
    font-weight: 600;
    margin-top: 7px;
    width: 100%;
    font-size: 13px;
    color: #333333;
    margin-bottom: 15px;
}
.userdashboard_menu > ul > a > li > label {
    font-size: 18px;
    font-weight: 600;
}
.thumb {
    position: relative;
}

.image {
    display: block;
    width: 100%;
    height: auto;
}

.overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: 0.5s ease;
    background-color: #008cba;
}

.thumb:hover .overlay {
    opacity: 0.9;
    filter: alpha(opacity=70);
}

.text {
    color: white;
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
}
.bottom-toolbar {
    display: block;
    margin-top: 40px;
    margin-bottom: 40px;
    text-align: center;
}
#uploadBtn {
    height: 40px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    background: rgba(0, 0, 0, 0.7);
    color: wheat;
    line-height: 40px;
    font-family: sans-serif;
    font-size: 13px;
    cursor: pointer;
    display: none;
}
.sas {
    margin-right: 12px;
}
.sas {
    -webkit-transition: none;
    transition: none;
    width: 36px;
    height: 32px;
    text-align: center;
}

.sas:focus {
    color: #3f4254;
    background-color: #ffffff;
    border-color: #884377;
    outline: 0;
}
.userdashboard_menu {
    background-color: #1a2f4e;
    padding: 19px;
    height: 1018px;
}
.userprofile_inputs {
    margin: 20px auto;
}
/* .userimage_dashboard {
} */
.profilepic {
    position: relative;
    width: 125px;
    height: 125px;
    border-radius: 50%;
    overflow: hidden;
    background-color: #111;
    margin: 30px auto;
}

.profilepic:hover .profilepic__content {
    opacity: 1;
}

.profilepic:hover .profilepic__image {
    opacity: 0.5;
}

.profilepic__image {
    object-fit: cover;
    opacity: 1;
    transition: opacity 0.2s ease-in-out;
}

.profilepic__content {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: white;
    opacity: 0;
    transition: opacity 0.2s ease-in-out;
}
.profilepic__content > input {
    display: none;
}

.profilepic__icon {
    color: white;
    padding-bottom: 8px;
}

.fas {
    font-size: 20px;
}

.profilepic__text {
    text-transform: uppercase;
    font-size: 12px;
    width: 50%;
    text-align: center;
}
.circular--portrait {
    position: relative;
    width: 150px;
    height: 150px;
    overflow: hidden;
    border-radius: 50%;
    margin: 10px auto;
}
.circular--portrait img {
    height: auto;
}
.mobile-text {
    color: #989696b8;
    font-size: 15px;
}

.sas {
    background-color: #f3f6f9;
    border-color: #f3f6f9;
    color: #3f4254;
    transition: color 0.15s ease, background-color 0.15s ease,
        border-color 0.15s ease, box-shadow 0.15s ease;
    display: inline;
}
.sas:focus {
    color: #495057;
    background-color: #fff;
    border-color: #ff8880;
    outline: 0;
    box-shadow: none;
}
.modalcenter_dialog {
    position: relative !important;
    /* top: 20% !important;
    left: 37% !important; */
    margin: 30px auto !important;
}
.modalcenter_form {
    padding: 7px;
}
.userdashboard_menu .active {
    background: #4cbcb4;
    color: #fff;
    border: 0px;
}
.modal-dialog {
    position: fixed;
    margin: 0px;
    width: 320px;
    height: 100%;
    -webkit-transform: translate3d(0%, 0, 0);
    -ms-transform: translate3d(0%, 0, 0);
    -o-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
}

.modal.left .modal-content,
.modal.right .modal-content {
    height: 100%;
    overflow-y: auto;
}

.modal.left .modal-body,
.modal.right .modal-body {
    padding: 15px 15px 80px;
}

.modal.fade {
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}

.modal.right.fade .modal-dialog {
    right: -320px;
    -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
    -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
    -o-transition: opacity 0.3s linear, right 0.3s ease-out;
    transition: opacity 0.3s linear, right 0.3s ease-out;
}

.modal.right.fade.in .modal-dialog {
    position: absolute;
    right: 0%;
}
.btn-close {
    margin: -0.5rem 0.5 -0.5rem auto !important;
}

.modal-content {
    border-radius: 0;
    border: none;
}
.signup_modal {
    padding-left: 15px;
    padding-right: 15px;
}
hr {
    border: 1px solid black;
    max-width: 100% !important;
}
.fa-trash:hover {
    color: red !important;
}
.card-body:hover {
    box-shadow: 0 11px 11px 0 rgba(0, 0, 0, 0.16);
    transform: translateY(-5px);
}
/* .da {
  height: auto;
} */
@media screen and (min-width: 480px) {
    .modal-dialog {
        width: 520px;
        /* height: fixed; */
    }
    .signin_button {
        width: fixed;
    }
}
.circular--square {
    border-radius: 50%;
}
.happybirthday_text {
    justify-content: center;
}
.dashboardprofile_user {
    border-bottom: 1px solid #c7c7c7;
}
.user_dashboard {
    border: 1px solid #c7c7c7;
    height: 500px;
}
.userimage_dashboard {
    text-align: center;
}
.userupdate_button {
    margin-top: 20px;
    margin-bottom: 20px;
    padding-left: 40px;
    padding-right: 40px;
    margin-left: 10px;
}
.userdelete_button {
    margin-top: 20px;
    margin-bottom: 20px;
    padding-left: 40px;
    padding-right: 40px;
}
@media screen and (max-width: 900px) {
    .userdashboard_menu {
        height: auto;
    }

    .userprofile_dashboard {
        border: 1px solid #dac5c5;
        border-radius: 0.4em;
        padding: 6px;
        background-color: azure;
        padding-left: 21px;
        font-size: 16px;
    }

    .userdashboard_li_items {
        background-image: linear-gradient(to top, #ca5151, #5f5fce);
        padding: 19px;
    }
    .thumb {
        position: relative;
    }

    .image {
        display: block;
        width: 100%;
        height: auto;
    }

    .overlay {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        height: 100%;
        width: 100%;
        opacity: 0;
        transition: 0.5s ease;
        background-color: #008cba;
    }

    .thumb:hover .overlay {
        opacity: 0.9;
        filter: alpha(opacity=70);
    }

    .text {
        color: white;
        font-size: 20px;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        text-align: center;
    }
    .bottom-toolbar {
        display: block;
        margin-top: 40px;
        margin-bottom: 40px;
        text-align: center;
    }
    /* .card {
      box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
      transition: 0.3s;
      width: 40%;
    }
    .userdashboard_image {
      border-radius: 50%;
      width: 65%;
      border-radius: 50%;
      margin: 0 auto;
      box-shadow: 0 0 10px rgba(0,0,0,.2);
    } */
    .card {
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
        transition: 0.3s;
        width: 40%;
    }

    .card:hover {
        box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
    }

    .container {
        padding: 2px 16px;
    }

    .circular--portrait {
        position: relative;
        width: 200px;
        height: 200px;
        overflow: hidden;
        border-radius: 50%;
    }

    .circular--portrait img {
        width: 100%;
        height: auto;
    }
}
/*------------------------------------------------------------*/
.main-container-wrapper .content-container {
    display: block;
    margin-bottom: 40px;
}
.account-content {
    width: 100%;
    display: flex;
    flex-direction: row;
    margin-top: 5.5%;
    margin-bottom: 5.5%;
}
.account-content .sidebar {
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: flex-start;
    width: 20%;
    height: 100%;
}
.account-content .menu-block:last-child {
    margin-bottom: 0;
}
.account-content .menu-block {
    margin-bottom: 30px;
}
.account-content .menu-block .menu-block-title {
    padding-bottom: 10px;
    font-size: 18px;
}
.account-content .menu-block .menubar {
    border: 1px solid #c7c7c7;
    color: #a5a5a5;
    position: relative;
}
.account-content .menu-block .menubar li:first-child {
    border-top: none;
}
.account-content .menu-block .menubar li {
    width: 95%;
    height: 50px;
    margin-left: 5%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    border-bottom: 1px solid #c7c7c7;
    text-align: center;
}
.account-content .account-layout {
    margin-left: 40px;
    width: 80%;
}

.fc-timetable-wrapper .fc-time-grid-container {
    height: auto !important;
}

@media (max-width: 768px) {
    .header_socials {
        width: 100%;
    }
}
@media (max-width: 768px) {
    .header_socials_link {
        justify-content: center;
    }
}
@media (min-width: 768px) {
    .header_socials_link {
        justify-content: end;
    }
}
@media (min-width: 768px) {
    .tp-bgimg {
        width: 100%;
        object-fit: contain;
    }
}

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

/*-----------------------------------------------------------*/

/*----------------------- Header Ui Changed -----------------*/

/*----------------------- Events Page CSS -------------------*/
.event-date-page {
    color: #fff;
    background-color: #faaf40;
    text-align: center;
    padding: 10px 15px;
    border-radius: 4px;
    margin-right: 20px;
    width: 95px;
    position: absolute;
    top: 15px;
    left: 30px;
    font-size: 14px;
}
.events-time {
    margin-left: 0px;
    border-bottom: 1px solid #eee;
}
.event-text-box {
    background-color: white;
    cursor: pointer;
}
.events-time > li {
    margin-right: 20px;
    padding: 0px;
    color: var(--primary);
}
.fa-icon-event {
    margin-right: 8px;
    font-size: 18px;
    color: #faaf40;
}
.event-cards {
    max-height: 100%;
    min-height: 436px;
    min-width: 300px;
    box-shadow: 0 5px 20px rgb(0 0 0 / 5%);
    background-color: whitesmoke;
}
.event-details-li {
    justify-content: space-between;
}
.event-details-li > li {
    margin-bottom: 30px;
}
.event-details-description {
    margin-top: 35px;
}
.event-details-description > p {
    font-size: 18px;
    line-height: 28px;
}
.event-image {
    height: 238px;
    object-fit: cover;
    cursor: pointer;
}
.event-date-div {
    font-size: 45px;
    font-weight: 700;
    line-height: 45px;
}
.event-detail-page-side {
    font-weight: 700;
    margin-top: 2px;
}
/*-----------------------------------------------------------*/
/*-------------------------- Slider Issue --------------------*/
.background-slider {
    background-size: 100% 125% !important;
    background-position: 0% 0px !important;
    background-attachment: local !important;
    background-repeat: no-repeat !important;
    height: 550px !important;
}
@media only screen and (max-width: 770px) {
    .background-slider {
        height: 244px !important;
        background-size: 147% 120% !important;
        background-position: 50% 0px !important;
        background-attachment: local !important;
        background-repeat: no-repeat !important;
    }
}
/*--------------------------------------------------------------*/
/*-------------------------- Bread Crumb --------------------*/
.breadcrumb-ul {
    font-size: 16px;
    font-weight: 600;
}
/*-------------------------- Image Gallery ---------------------*/
.image-gallery {
    height: 448px;
    width: 448px;
    object-fit: cover;   
}


/*----------------------- Calender Section --------------------*/
.mptt-shortcode-table thead tr.mptt-shortcode-row th:first-child {
    background: #222;
    color: #fff;
}
.mptt-shortcode-wrapper .mptt-shortcode-table tr.mptt-shortcode-row th {
    background-color: #f0f0f0;
    border: 1px solid #fff;
    text-align: center;
    color: #404040;
    padding: 0.25rem 1rem;
    overflow-wrap: normal;
    -webkit-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
}
.mptt-shortcode-table thead tr.mptt-shortcode-row th {
    width: 145px;
    height: 85px;
    border-bottom: 1px solid #343434;
    padding: 0;
    border: 0 !important;
    text-transform: uppercase;
    text-align: center;
    vertical-align: middle;
    color: #fff;
    background: #222;
    position: relative;
}
.calender-table {
    border-collapse: separate;
    border-spacing: 0;
}
.mptt-shortcode-wrapper .mptt-shortcode-table tr.mptt-shortcode-row th {
    background-color: #f0f0f0;
    border: 1px solid #fff;
    text-align: center;
    color: #404040;
    padding: 0.25rem 1rem;
    overflow-wrap: normal;
    -webkit-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
}
.mptt-shortcode-table thead tr.mptt-shortcode-row th {
    width: 145px;
    height: 85px;
    border-bottom: 1px solid #343434;
    padding: 0;
    border: 0 !important;
    text-transform: uppercase;
    text-align: center;
    vertical-align: middle;
    color: #fff;
    background: #222;
    position: relative;
}
.mptt-shortcode-table thead tr.mptt-shortcode-row th:not(:first-child)::after {
    position: absolute;
    content: '';
    right: 0;
    top: 50%;
    background: #d8d8d8;
    width: 1px;
    height: 30px;
    transform: translateY(-50%);
}
.mptt-shortcode-wrapper .mptt-shortcode-table tbody td.mptt-shortcode-hours {
    padding: 0 1rem !important;
    white-space: nowrap;
    width: 1%;
    vertical-align: middle;
}
.mptt-shortcode-table tbody tr .mptt-shortcode-hours {
    width: 95px;
    border-width: 1px 0 0 0;
    border-style: solid;
    border-color: #d8d8d8;
    text-transform: uppercase;
    text-align: center;
    vertical-align: middle;
    color: #fff;
    height: 100px !important;
    font-weight: 700;
    background: #f0f0f0;
    color: #222;
}
.mptt-shortcode-wrapper .mptt-shortcode-table tbody td {
    position: relative;
    border: 1px solid #fff;
    padding: 0;
    line-height: normal;
    -webkit-box-sizing: initial;
    box-sizing: initial;
}
table > tbody > tr:nth-child(odd) {
    border: 1px solid #e7e7e7;
}
.mptt-shortcode-table tbody tr .mptt-shortcode-event {
    border: 0;
    border-width: 0 1px 1px 0;
    border-style: solid;
    background: 0 0;
    border-color: #d8d8d8;
}
.mptt-shortcode-wrapper .mptt-shortcode-table tbody td {
    position: relative;
    border: 1px solid #fff;
    padding: 0;
    line-height: normal;
    -webkit-box-sizing: initial;
    box-sizing: initial;
}

.mptt-shortcode-table tbody tr .mptt-shortcode-event > div[data-type='event'] {
    outline: 0;
    transition: all 0.4s ease;
    overflow: visible !important;
}
.mptt-shortcode-wrapper .mptt-shortcode-table tbody .mptt-event-container {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 3;
    overflow: hidden;
    outline: #fff solid 1px;
    color: inherit;
}
.mptt-shortcode-wrapper .mptt-shortcode-event .mptt-event-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.mptt-shortcode-wrapper td {
    vertical-align: middle;
}
.mptt-shortcode-table tbody tr .mptt-shortcode-event {
    border: 0;
    border-width: 0 1px 1px 0;
    border-style: solid;
    background: 0 0;
    border-color: #d8d8d8;
}
.mptt-shortcode-wrapper .mptt-shortcode-table tbody td {
    position: relative;
    border: 1px solid #ddd;
    padding: 0;
    line-height: normal;
    -webkit-box-sizing: initial;
    box-sizing: initial;
}
.mptt-shortcode-table
    tbody
    tr
    .mptt-shortcode-event
    > div[data-type='event']
    .mptt-inner-event-content {
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
}
.mptt-shortcode-table
    tbody
    tr
    .mptt-shortcode-event
    > div[data-type='event']
    .mptt-inner-event-content
    .event-title {
    font-weight: 800;
    text-transform: uppercase;
    font-size: 18px;
}
.mptt-shortcode-wrapper
    .mptt-shortcode-table
    tbody
    .mptt-event-container
    .event-title {
    color: inherit;
    display: inline-block;
    margin: 0.5rem 0.25rem 0.25rem;
    text-decoration: none;
    font-size: 1.1em;
}
.mptt-shortcode-event:hover {
    transform: scale(1.1);
    transition: 0.5s;
    background: rgb(223, 136, 46) !important;
    z-index: 10;
}
.mptt-event-container  {
    text-align: center; 
    background-color: rgb(240, 180, 0); 
    color: rgb(255, 255, 255); 
    height: 100%; 
    top: 0%;
}
.green-dot {
    height: 15px;
    width: 15px;
    border-radius: 50%;
    display: inline-block;
  }
.black-dot {
    height: 15px;
    width: 15px;
    background-color: black;
    border-radius: 50%;
    display: inline-block;
}
.white-dot {
    height: 15px;
    width: 15px;
    background-color: white;
    border-radius: 50%;
    display: inline-block;
}
td {
    border: 1px solid black;
    border-collapse: collapse;
  }

  .green-dot:hover .tool-tip-text{
    opacity: 1;
    transform: scale(1.1);
}

.tool-tip {
    position: relative;
}
.tool-tip-text {
   position: absolute !important;
   z-index: 100;
   border: 1px;
   background-color: #EEEEEE;
   border: 1px solid #404040;
   padding: 3px;
   color: #404040;
   top: -30px;
   font-size: 12px;
   left: -380%;
   transform: scale(0);
   min-width: 130px;
   width: 100%;
   transition: all ease 0.2s;
}
.tool-tip:hover .tool-tip-text  {
   opacity: 1;
}

.d-flex{display: flex;}

.icon_div{
    background: #222 !important;
    color: #fff;
    width: 5% !important;
    flex: 0 !important  ;
}
/* .schedule_section div{} */
.schedule_header{
    min-height: 90px;
    height: 100%;
    background: #f0f0f0;
    padding: 0 !important;
}

.schedule_header div{
    text-align: center;
    color: #404040;
    min-height: 100%;
    padding: 20px 14px;
    display: flex;
    width: 145px;
    flex: 1;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
}

.schedule_header div::after {
    position: absolute;
    content: '';
    right: 0;
    top: 50%;
    background: #d8d8d8;
    width: 1px;
    height: 30px;
    transform: translateY(-50%);
}

.schedule-body{
    display: flex;
}

.schedule-body .key_section{
    width: 100% !important;
    border: 1px solid #ddd;
    font-weight: 700;
    background: #f0f0f0;
    color: #222;
    display: flex;
    justify-content: center;
    align-items: center;
}

.schedule-body .event-title {
    font-weight: 800;
    text-transform: uppercase;
    font-size: 18px;
    color: #fff;
}

.schedule-body .mptt-event-container{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 4px;
}
.schedule-body .event{
    max-width: 155px;
    border: 1px solid #ddd;
    line-height: normal;
    width: 155px;
}

.empty_event,.empty_event > div{
    background: #fff !important;
    border: 1px solid #ddd !important;
}
/*-----------------------------------------------------------*/



.junior-yellow {
    background: #ffff66 !important;
    border-color: #ffff66 !important;
    color: #000000 !important;
    left: 0 !important;
  right: 0 !important;
}
.white {
    background: #f5f5f5 !important;
    border-color: #bbcdef !important;
    color: #000000 !important;
    left: 0 !important;
  right: 0 !important;
}
.junior-orange {
    background: #ffb347 !important;
    border-color: #ff8c00 !important;
    color: #000000 !important;
    left: 0 !important;
  right: 0 !important;
}
.orange {
    background: #ff8c00 !important;
    border-color: #ff8c00 !important;
    color: white !important;
    left: 0 !important;
  right: 0 !important;
}

.green {
    background: #228b22 !important;
    border-color: #228b22 !important;
    color: white !important;
    left: 0 !important;
  right: 0 !important;
}
.high-green {
    background: #006400 !important;
    border-color: #006400 !important;
    color: darkgreen !important;
    left: 0 !important;
  right: 0 !important;
}
.blue {
    background: #1E90ff !important;
    border-color: #1E90ff !important;
    color: blue !important;
    left: 0 !important;
  right: 0 !important;
}
.high-blue {
    background: #408b !important;
    border-color: #408b !important;
    color: darkblue !important;
    left: 0 !important;
  right: 0 !important;
}
.brown {
    background: #a52a2a !important;
    border-color: #a52a2a !important;
    color: #000000 !important;
    left: 0 !important;
  right: 0 !important;
}
.red {
    background: #ff0000 !important;
    border-color: #ff0000 !important;
    color: #000000 !important;
    left: 0 !important;
  right: 0 !important;
}
.junior-black {
    background: #404040 !important;
    border-color: #404040 !important;
    color: white !important;
    left: 0 !important;
  right: 0 !important;
}
.black {
    background: #000000 !important;
    border-color: #000000 !important;
    color: white;
    left: 0 !important;
  right: 0 !important;
}
.teens {
  background: red!important;
  border-color: red !important;
  left: 0 !important;
  right: 0 !important;
  color: white !important;
}
.peewee {
  background: #fd4084 !important;
  border-color: #fd4084 !important;
  left: 0 !important;
  right: 0 !important;
  right: 0 !important;
}

.peeWee {
    background: #fd4084 !important;
    border-color: #fd4084 !important;
    left: 0 !important;
    right: 0 !important;
    right: 0 !important;
  }

.special-events{
    background: #7c666f !important;
    border-color: #7c666f !important;
    left: 0 !important;
    right: 0 !important;
    right: 0 !important;
}

.kick-boxing{
    background: rgb(98, 98, 182) !important;
    border-color: rgb(98, 98, 182) !important;
    left: 0 !important;
    right: 0 !important;
    right: 0 !important;
}


@media(max-width:1000px){
    .rev_slider.rev_slider_default.home-screen-slider {
        height:auto !important;
        aspect-ratio: 4/3;
    }
    #home .rev_slider_wrapper{
        height: 100% !important;
    }
    .tp-bgimg.defaultimg{
        aspect-ratio: 4/2;
        background-size: 160% !important;
        background-position: center;
    }

    .tp-caption a{
        font-size: 12px !important;
        padding: 9px 10px !important;
    }

    .tp-caption{
        padding: 0 15px !important;
    }
}
@media(max-width: 768px){
    .showhide{
        display: block !important;
    }
    .gallery-isotope.grid-4.custom-gallery .gallery-item{

        width: 100% !important;
    }
    #calendar{overflow-x: scroll;}
    .fc-view.fc-agendaWeek-view.fc-agenda-view{
        min-width: 500px;
    }
    
}

@media(max-width:991px){
    .header_socials_link{justify-content: center !important;}
    .header_socials{width: 100%;}
}

@media (max-width:1199px) {
    .schedule_header div{
        min-width: 155px;
    }
    #schedule__main{overflow-x: scroll;}
    .icon_div{min-width: 70px !important;}
    .schedule-body > .key_container{
        min-width: 70px !important;
    }
    .schedule_header div {
        background: #f0f0f0;
    }
    .menuzord-responsive .menuzord-menu > li{
        display: block !important;
        width: 100%;
        position: relative;
        padding: 0 !important;
    }    
    .menuzord-menu.menuzord-right{
        float: left !important;
    }
}



.pricing-table img{
    object-fit: cover;
    object-position: 48% 30%;
    height: 200px !important;
}

.custom-gallery  img{
    height: 500px;
    object-fit: cover;
}

.tp-bgimg.defaultimg{
    background-position: center;
}